You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

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