package.json 2.1 KB

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