package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "he@1.1.1",
  3. "_id": "he@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z/GDPjlRMNOa2XJiB4em8wJpuuBfrFOlYKTZxtpkdr1uPdibHI8rYA3MY0KDObpVyaes0e/aunid/t88ZI2EKA==",
  6. "_location": "/he",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "he@1.1.1",
  12. "name": "he",
  13. "escapedName": "he",
  14. "rawSpec": "1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/mocha",
  20. "/svg-baker"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/he/-/he-1.1.1.tgz",
  23. "_shasum": "93410fd21b009735151f8868c2f271f3427e23fd",
  24. "_spec": "he@1.1.1",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mocha",
  26. "author": {
  27. "name": "Mathias Bynens",
  28. "url": "https://mathiasbynens.be/"
  29. },
  30. "bin": {
  31. "he": "bin/he"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mathiasbynens/he/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "A robust HTML entities encoder/decoder with full Unicode support.",
  39. "devDependencies": {
  40. "codecov.io": "^0.1.6",
  41. "grunt": "^0.4.5",
  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. "requirejs": "^2.1.22",
  51. "sort-object": "^3.0.2"
  52. },
  53. "directories": {
  54. "bin": "bin",
  55. "man": "man",
  56. "test": "tests"
  57. },
  58. "files": [
  59. "LICENSE-MIT.txt",
  60. "he.js",
  61. "bin/",
  62. "man/"
  63. ],
  64. "homepage": "https://mths.be/he",
  65. "keywords": [
  66. "string",
  67. "entities",
  68. "entity",
  69. "html",
  70. "encode",
  71. "decode",
  72. "unicode"
  73. ],
  74. "license": "MIT",
  75. "main": "he.js",
  76. "man": [
  77. "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\he\\man\\he.1"
  78. ],
  79. "name": "he",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/mathiasbynens/he.git"
  83. },
  84. "scripts": {
  85. "build": "grunt build",
  86. "test": "node tests/tests.js"
  87. },
  88. "version": "1.1.1"
  89. }