package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "he@1.2.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "he@1.2.0",
  10. "_id": "he@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  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-terser",
  27. "/vue-template-compiler"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  30. "_spec": "1.2.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  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/mac/projects/mime/mine/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. }