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.

116 lines
3.4 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "html-entities@2.5.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-entities@2.5.2",
  10. "_id": "html-entities@2.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
  13. "_location": "/html-entities",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-entities@2.5.2",
  19. "name": "html-entities",
  20. "escapedName": "html-entities",
  21. "rawSpec": "2.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-2.5.2.tgz",
  29. "_spec": "2.5.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Marat Dulin",
  33. "email": "mdevils@yandex.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mdevils/html-entities/issues"
  37. },
  38. "description": "Fastest HTML entities encode/decode library.",
  39. "devDependencies": {
  40. "@types/benchmark": "^2.1.0",
  41. "@types/chai": "^4.2.11",
  42. "@types/he": "^1.1.1",
  43. "@types/mocha": "^7.0.2",
  44. "@types/node": "^13.13.4",
  45. "@typescript-eslint/eslint-plugin": "^4.6.1",
  46. "@typescript-eslint/parser": "^4.6.1",
  47. "benchmark": "^2.1.4",
  48. "chai": "^4.2.0",
  49. "entities": "^4.5.0",
  50. "eslint": "^7.12.1",
  51. "eslint-config-prettier": "^6.15.0",
  52. "eslint-plugin-import": "^2.22.1",
  53. "eslint-plugin-prettier": "^3.1.4",
  54. "flowgen": "^1.13.0",
  55. "he": "^1.2.0",
  56. "husky": "^4.3.6",
  57. "mocha": "^9.2.2",
  58. "prettier": "^2.1.2",
  59. "terser": "^5.6.1",
  60. "ts-node": "^8.9.1",
  61. "typescript": "^3.8.3"
  62. },
  63. "files": [
  64. "lib",
  65. "src",
  66. "LICENSE"
  67. ],
  68. "funding": [
  69. {
  70. "type": "github",
  71. "url": "https://github.com/sponsors/mdevils"
  72. },
  73. {
  74. "type": "patreon",
  75. "url": "https://patreon.com/mdevils"
  76. }
  77. ],
  78. "homepage": "https://github.com/mdevils/html-entities#readme",
  79. "husky": {
  80. "hooks": {
  81. "pre-commit": "npm run lint && npm run test"
  82. }
  83. },
  84. "keywords": [
  85. "html",
  86. "html entities",
  87. "html entities encode",
  88. "html entities decode",
  89. "entities",
  90. "entities encode",
  91. "entities decode"
  92. ],
  93. "license": "MIT",
  94. "main": "./lib/index.js",
  95. "name": "html-entities",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/mdevils/html-entities.git"
  99. },
  100. "scripts": {
  101. "benchmark": "ts-node benchmark/benchmark",
  102. "build": "rm -Rf lib/* && tsc && npm run remove-unused-declarations && npm run flow-type-gen && npm run minimize-lib-files && npm run test:lib",
  103. "flow-type-gen": "flowgen --add-flow-header lib/index.d.ts -o lib/index.js.flow",
  104. "lint": "eslint src/**.ts",
  105. "minimize-lib-files": "cd lib && find . -type f \\( -name '*.js' \\) | while read fn; do terser --source-map \"content='$fn.map',filename='$fn.map',url='$fn.map'\" $fn -o $fn; done",
  106. "prepublishOnly": "npm run build",
  107. "remove-unused-declarations": "find lib -type f \\( -name '*.d.ts' ! -name index.d.ts \\) | xargs rm",
  108. "test": "mocha --recursive -r ts-node/register test/**/*.ts",
  109. "test:lib": "TEST_LIB=1 npm run test",
  110. "test:watch": "mocha -w --recursive -r ts-node/register test/**/*.ts"
  111. },
  112. "sideEffects": false,
  113. "types": "./lib/index.d.ts",
  114. "typings": "./lib/index.d.ts",
  115. "version": "2.5.2"
  116. }