package.json 1.7 KB

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