package.json 2.0 KB

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