package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "he@1.2.x",
  3. "_id": "he@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  6. "_location": "/he",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "he@1.2.x",
  12. "name": "he",
  13. "escapedName": "he",
  14. "rawSpec": "1.2.x",
  15. "saveSpec": null,
  16. "fetchSpec": "1.2.x"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier",
  20. "/svg-baker",
  21. "/vue-template-compiler"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  24. "_shasum": "84ae65fa7eafb165fddb61566ae14baf05664f0f",
  25. "_spec": "he@1.2.x",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\html-minifier",
  27. "author": {
  28. "name": "Mathias Bynens",
  29. "url": "https://mathiasbynens.be/"
  30. },
  31. "bin": {
  32. "he": "bin/he"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mathiasbynens/he/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "A robust HTML entities encoder/decoder with full Unicode support.",
  40. "devDependencies": {
  41. "codecov.io": "^0.1.6",
  42. "grunt": "^0.4.5",
  43. "grunt-cli": "^1.3.1",
  44. "grunt-shell": "^1.1.1",
  45. "grunt-template": "^0.2.3",
  46. "istanbul": "^0.4.2",
  47. "jsesc": "^1.0.0",
  48. "lodash": "^4.8.2",
  49. "qunit-extras": "^1.4.5",
  50. "qunitjs": "~1.11.0",
  51. "regenerate": "^1.2.1",
  52. "regexgen": "^1.3.0",
  53. "requirejs": "^2.1.22",
  54. "sort-object": "^3.0.2"
  55. },
  56. "directories": {
  57. "bin": "bin",
  58. "man": "man",
  59. "test": "tests"
  60. },
  61. "files": [
  62. "LICENSE-MIT.txt",
  63. "he.js",
  64. "bin/",
  65. "man/"
  66. ],
  67. "homepage": "https://mths.be/he",
  68. "keywords": [
  69. "string",
  70. "entities",
  71. "entity",
  72. "html",
  73. "encode",
  74. "decode",
  75. "unicode"
  76. ],
  77. "license": "MIT",
  78. "main": "he.js",
  79. "man": [
  80. "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\he\\man\\he.1"
  81. ],
  82. "name": "he",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/mathiasbynens/he.git"
  86. },
  87. "scripts": {
  88. "build": "grunt build",
  89. "test": "node tests/tests.js"
  90. },
  91. "version": "1.2.0"
  92. }