package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "css-select@1.2.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-select@1.2.0",
  10. "_id": "css-select@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=",
  13. "_location": "/css-select",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-select@1.2.0",
  19. "name": "css-select",
  20. "escapedName": "css-select",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/renderkid"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fb55/css-select/issues"
  37. },
  38. "dependencies": {
  39. "boolbase": "~1.0.0",
  40. "css-what": "2.1",
  41. "domutils": "1.5.1",
  42. "nth-check": "~1.0.1"
  43. },
  44. "description": "a CSS selector compiler/engine",
  45. "devDependencies": {
  46. "cheerio-soupselect": "*",
  47. "coveralls": "*",
  48. "expect.js": "*",
  49. "htmlparser2": "*",
  50. "istanbul": "*",
  51. "jshint": "2",
  52. "mocha": "*",
  53. "mocha-lcov-reporter": "*"
  54. },
  55. "files": [
  56. "index.js",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/fb55/css-select#readme",
  60. "jshintConfig": {
  61. "eqeqeq": true,
  62. "freeze": true,
  63. "latedef": "nofunc",
  64. "noarg": true,
  65. "nonbsp": true,
  66. "quotmark": "double",
  67. "undef": true,
  68. "unused": true,
  69. "trailing": true,
  70. "eqnull": true,
  71. "proto": true,
  72. "smarttabs": true,
  73. "node": true,
  74. "globals": {
  75. "describe": true,
  76. "it": true
  77. }
  78. },
  79. "keywords": [
  80. "css",
  81. "selector",
  82. "sizzle"
  83. ],
  84. "license": "BSD-like",
  85. "name": "css-select",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/fb55/css-select.git"
  89. },
  90. "scripts": {
  91. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  92. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  93. "lint": "jshint index.js lib/*.js test/*.js",
  94. "test": "mocha && npm run lint"
  95. },
  96. "version": "1.2.0"
  97. }