package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "he@1.1.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "he@1.1.1",
  10. "_id": "he@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=",
  13. "_location": "/he",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "he@1.1.1",
  19. "name": "he",
  20. "escapedName": "he",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/html-minifier",
  27. "/vue-template-compiler"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "D:\\projects\\dealer_front",
  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-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. "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. "D:\\projects\\dealer_front\\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.1.1"
  93. }