package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "css-select@2.1.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-select@2.1.0",
  10. "_id": "css-select@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ajRlM1ZjWTSoG6ymjQJVQyEF2+8=",
  13. "_location": "/css-select",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-select@2.1.0",
  19. "name": "css-select",
  20. "escapedName": "css-select",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/renderkid",
  27. "/svgo"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/css-select/download/css-select-2.1.0.tgz?cache=0&sync_timestamp=1608486347088&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcss-select%2Fdownload%2Fcss-select-2.1.0.tgz",
  30. "_spec": "2.1.0",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "author": {
  33. "name": "Felix Boehm",
  34. "email": "me@feedic.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/fb55/css-select/issues"
  38. },
  39. "dependencies": {
  40. "boolbase": "^1.0.0",
  41. "css-what": "^3.2.1",
  42. "domutils": "^1.7.0",
  43. "nth-check": "^1.0.2"
  44. },
  45. "description": "a CSS selector compiler/engine",
  46. "devDependencies": {
  47. "cheerio-soupselect": "^0.1.1",
  48. "coveralls": "^3.0.2",
  49. "eslint": "^6.0.0",
  50. "expect.js": "^0.3.1",
  51. "htmlparser2": "^4.0.0",
  52. "istanbul": "^0.4.5",
  53. "mocha": "^6.0.0",
  54. "mocha-lcov-reporter": "^1.3.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "index.d.ts",
  59. "lib"
  60. ],
  61. "homepage": "https://github.com/fb55/css-select#readme",
  62. "keywords": [
  63. "css",
  64. "selector",
  65. "sizzle"
  66. ],
  67. "license": "BSD-2-Clause",
  68. "name": "css-select",
  69. "prettier": {
  70. "tabWidth": 4
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/fb55/css-select.git"
  75. },
  76. "scripts": {
  77. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  78. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  79. "lint": "eslint index.js lib/*.js test/*.js",
  80. "test": "mocha && npm run lint"
  81. },
  82. "types": "index.d.ts",
  83. "version": "2.1.0"
  84. }