package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "posthtml-parser@^0.2.1",
  3. "_id": "posthtml-parser@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NdUw3jhnQMK6JP8usvrznM3ycd0=",
  6. "_location": "/posthtml-parser",
  7. "_phantomChildren": {
  8. "isarray": "1.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "posthtml-parser@^0.2.1",
  14. "name": "posthtml-parser",
  15. "escapedName": "posthtml-parser",
  16. "rawSpec": "^0.2.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^0.2.1"
  19. },
  20. "_requiredBy": [
  21. "/posthtml",
  22. "/posthtml-svg-mode"
  23. ],
  24. "_resolved": "https://registry.nlark.com/posthtml-parser/download/posthtml-parser-0.2.1.tgz?cache=0&sync_timestamp=1620715751154&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fposthtml-parser%2Fdownload%2Fposthtml-parser-0.2.1.tgz",
  25. "_shasum": "35d530de386740c2ba24ff2eb2faf39ccdf271dd",
  26. "_spec": "posthtml-parser@^0.2.1",
  27. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\posthtml-svg-mode",
  28. "author": {
  29. "name": "Ivan Voischev",
  30. "email": "voischev.ivan@ya.ru"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/posthtml/posthtml-parser/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "htmlparser2": "^3.8.3",
  38. "isobject": "^2.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Parse HTML/XML to PostHTMLTree",
  42. "devDependencies": {
  43. "chai": "^3.3.0",
  44. "istanbul": "^0.4.0",
  45. "jscs": "^2.3.5",
  46. "jshint": "^2.8.0",
  47. "mocha": "^2.3.3",
  48. "rewire": "^2.5.2",
  49. "sinon": "^1.17.4",
  50. "sinon-chai": "^2.8.0"
  51. },
  52. "homepage": "https://github.com/posthtml/posthtml-parser#readme",
  53. "keywords": [
  54. "html",
  55. "xml",
  56. "parser",
  57. "posthtml",
  58. "posthtmltree"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "posthtml-parser",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/posthtml/posthtml-parser.git"
  66. },
  67. "scripts": {
  68. "coverage": "istanbul cover --report text --report html --report lcov node_modules/mocha/bin/_mocha",
  69. "lint": "jshint . && jscs -v .",
  70. "postversion": "git push && git push --tags && rm -rf coverage",
  71. "preversion": "npm test",
  72. "test": "npm run lint && npm run coverage"
  73. },
  74. "version": "0.2.1"
  75. }