You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.2 KiB

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