package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "css-what@2.1",
  3. "_id": "css-what@2.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==",
  6. "_location": "/css-what",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-what@2.1",
  12. "name": "css-what",
  13. "escapedName": "css-what",
  14. "rawSpec": "2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1"
  17. },
  18. "_requiredBy": [
  19. "/css-select",
  20. "/cssnano-preset-default/css-select"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz",
  23. "_shasum": "a6d7604573365fe74686c3f311c56513d88285f2",
  24. "_spec": "css-what@2.1",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\css-select",
  26. "author": {
  27. "name": "Felix Böhm",
  28. "email": "me@feedic.com",
  29. "url": "http://feedic.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/fb55/css-what/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "a CSS selector parser",
  38. "devDependencies": {
  39. "jshint": "2"
  40. },
  41. "engines": {
  42. "node": "*"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/fb55/css-what#readme",
  48. "jshintConfig": {
  49. "eqeqeq": true,
  50. "freeze": true,
  51. "latedef": "nofunc",
  52. "noarg": true,
  53. "nonbsp": true,
  54. "undef": true,
  55. "unused": true,
  56. "eqnull": true,
  57. "proto": true,
  58. "node": true,
  59. "globals": {
  60. "describe": true,
  61. "it": true
  62. }
  63. },
  64. "license": "BSD-2-Clause",
  65. "main": "./index.js",
  66. "name": "css-what",
  67. "optionalDependencies": {},
  68. "prettier": {
  69. "tabWidth": 4
  70. },
  71. "repository": {
  72. "url": "git+https://github.com/fb55/css-what.git"
  73. },
  74. "scripts": {
  75. "test": "node tests/test.js && jshint *.js"
  76. },
  77. "version": "2.1.3"
  78. }