package.json 2.1 KB

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