package.json 2.0 KB

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