package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "he@1.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "he@1.2.0",
  9. "_id": "he@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  12. "_location": "/he",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "he@1.2.0",
  18. "name": "he",
  19. "escapedName": "he",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/html-minifier",
  26. "/vue-template-compiler"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bin": {
  36. "he": "bin/he"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mathiasbynens/he/issues"
  40. },
  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. "E:\\2023\\5\\myjadmin\\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. }