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.

пре 3 година
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "css-select@2.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "css-select@2.1.0",
  9. "_id": "css-select@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
  12. "_location": "/css-select",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "css-select@2.1.0",
  18. "name": "css-select",
  19. "escapedName": "css-select",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Felix Boehm",
  32. "email": "me@feedic.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/fb55/css-select/issues"
  36. },
  37. "dependencies": {
  38. "boolbase": "^1.0.0",
  39. "css-what": "^3.2.1",
  40. "domutils": "^1.7.0",
  41. "nth-check": "^1.0.2"
  42. },
  43. "description": "a CSS selector compiler/engine",
  44. "devDependencies": {
  45. "cheerio-soupselect": "^0.1.1",
  46. "coveralls": "^3.0.2",
  47. "eslint": "^6.0.0",
  48. "expect.js": "^0.3.1",
  49. "htmlparser2": "^4.0.0",
  50. "istanbul": "^0.4.5",
  51. "mocha": "^6.0.0",
  52. "mocha-lcov-reporter": "^1.3.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/fb55/css-select#readme",
  60. "keywords": [
  61. "css",
  62. "selector",
  63. "sizzle"
  64. ],
  65. "license": "BSD-2-Clause",
  66. "name": "css-select",
  67. "prettier": {
  68. "tabWidth": 4
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/fb55/css-select.git"
  73. },
  74. "scripts": {
  75. "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
  76. "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
  77. "lint": "eslint index.js lib/*.js test/*.js",
  78. "test": "mocha && npm run lint"
  79. },
  80. "types": "index.d.ts",
  81. "version": "2.1.0"
  82. }