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.1 KiB

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