package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "html-entities@^1.2.1",
  3. "_id": "html-entities@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==",
  6. "_location": "/html-entities",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "html-entities@^1.2.1",
  12. "name": "html-entities",
  13. "escapedName": "html-entities",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/@pmmmwh/react-refresh-webpack-plugin",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
  23. "_shasum": "cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc",
  24. "_spec": "html-entities@^1.2.1",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@pmmmwh\\react-refresh-webpack-plugin",
  26. "author": {
  27. "name": "Marat Dulin",
  28. "email": "mdevils@yandex.ru"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mdevils/node-html-entities/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Faster HTML entities encode/decode library.",
  37. "devDependencies": {
  38. "@types/benchmark": "^2.1.0",
  39. "@types/chai": "^4.2.11",
  40. "@types/mocha": "^7.0.2",
  41. "@types/node": "^13.13.4",
  42. "benchmark": "^2.1.4",
  43. "chai": "^4.2.0",
  44. "coveralls": "^3.1.0",
  45. "entities": "^2.0.0",
  46. "mocha": "^7.1.2",
  47. "node-html-encoder": "^0.0.2",
  48. "ts-node": "^8.9.1",
  49. "typescript": "^3.8.3"
  50. },
  51. "files": [
  52. "index.js",
  53. "lib",
  54. "LICENSE"
  55. ],
  56. "homepage": "https://github.com/mdevils/node-html-entities#readme",
  57. "keywords": [
  58. "html",
  59. "html entities",
  60. "html entities encode",
  61. "html entities decode",
  62. "entities",
  63. "entities encode",
  64. "entities decode"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/index.js",
  68. "name": "html-entities",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/mdevils/node-html-entities.git"
  72. },
  73. "scripts": {
  74. "benchmark": "ts-node benchmark/benchmark",
  75. "build": "tsc",
  76. "prepublishOnly": "yarn build",
  77. "test": "mocha --recursive -r ts-node/register test/**/*.ts",
  78. "travis": "yarn test"
  79. },
  80. "types": "./lib/index.d.ts",
  81. "typings": "./lib/index.d.ts",
  82. "version": "1.4.0"
  83. }