package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "domutils@^1.7.0",
  3. "_id": "domutils@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
  6. "_location": "/domutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domutils@^1.7.0",
  12. "name": "domutils",
  13. "escapedName": "domutils",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/css-select",
  20. "/postcss-html/htmlparser2",
  21. "/posthtml-parser/htmlparser2"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
  24. "_shasum": "56ea341e834e06e6748af7a1cb25da67ea9f8c2a",
  25. "_spec": "domutils@^1.7.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\css-select",
  27. "author": {
  28. "name": "Felix Boehm",
  29. "email": "me@feedic.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/FB55/domutils/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "dom-serializer": "0",
  37. "domelementtype": "1"
  38. },
  39. "deprecated": false,
  40. "description": "utilities for working with htmlparser2's dom",
  41. "devDependencies": {
  42. "domhandler": "2",
  43. "htmlparser2": "~3.9.2",
  44. "jshint": "~2.9.4",
  45. "mocha": "~3.2.0"
  46. },
  47. "directories": {
  48. "test": "tests"
  49. },
  50. "homepage": "https://github.com/FB55/domutils#readme",
  51. "jshintConfig": {
  52. "proto": true,
  53. "unused": true,
  54. "eqnull": true,
  55. "undef": true,
  56. "quotmark": "double",
  57. "eqeqeq": true,
  58. "trailing": true,
  59. "node": true,
  60. "globals": {
  61. "describe": true,
  62. "it": true,
  63. "beforeEach": true
  64. }
  65. },
  66. "keywords": [
  67. "dom",
  68. "htmlparser2"
  69. ],
  70. "license": "BSD-2-Clause",
  71. "main": "index.js",
  72. "name": "domutils",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/FB55/domutils.git"
  76. },
  77. "scripts": {
  78. "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  79. },
  80. "version": "1.7.0"
  81. }