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.
 
 
 
 

94 lines
2.2 KiB

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