package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "html-entities@1.3.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-entities@1.3.1",
  10. "_id": "html-entities@1.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==",
  13. "_location": "/html-entities",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-entities@1.3.1",
  19. "name": "html-entities",
  20. "escapedName": "html-entities",
  21. "rawSpec": "1.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.1"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz",
  29. "_spec": "1.3.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Marat Dulin",
  33. "email": "mdevils@yandex.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mdevils/node-html-entities/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Faster HTML entities encode/decode library.",
  40. "devDependencies": {
  41. "@types/chai": "^4.2.11",
  42. "@types/mocha": "^7.0.2",
  43. "@types/node": "^13.11.1",
  44. "chai": "^1.9.1",
  45. "coveralls": "^2.11.2",
  46. "entities": "*",
  47. "mocha": "^1.21.4",
  48. "node-html-encoder": "*",
  49. "ts-node": "^8.8.2",
  50. "typescript": "^3.8.3"
  51. },
  52. "files": [
  53. "index.js",
  54. "lib",
  55. "LICENSE"
  56. ],
  57. "homepage": "https://github.com/mdevils/node-html-entities#readme",
  58. "keywords": [
  59. "html",
  60. "html entities",
  61. "html entities encode",
  62. "html entities decode",
  63. "entities",
  64. "entities encode",
  65. "entities decode"
  66. ],
  67. "license": "MIT",
  68. "main": "./lib/index.js",
  69. "name": "html-entities",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/mdevils/node-html-entities.git"
  73. },
  74. "scripts": {
  75. "benchmark": "ts-node benchmark/benchmark",
  76. "build": "tsc",
  77. "prepublishOnly": "yarn build",
  78. "test": "mocha --recursive -r ts-node/register test/**/*.ts",
  79. "travis": "yarn test"
  80. },
  81. "types": "./lib/index",
  82. "typings": "./lib/index",
  83. "version": "1.3.1"
  84. }