package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "html-entities@1.4.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-entities@1.4.0",
  10. "_id": "html-entities@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-z70bAdKvr5rcobEK59/6uYxx0tw=",
  13. "_location": "/html-entities",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-entities@1.4.0",
  19. "name": "html-entities",
  20. "escapedName": "html-entities",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/html-entities/download/html-entities-1.4.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhtml-entities%2Fdownload%2Fhtml-entities-1.4.0.tgz",
  29. "_spec": "1.4.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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/benchmark": "^2.1.0",
  42. "@types/chai": "^4.2.11",
  43. "@types/mocha": "^7.0.2",
  44. "@types/node": "^13.13.4",
  45. "benchmark": "^2.1.4",
  46. "chai": "^4.2.0",
  47. "coveralls": "^3.1.0",
  48. "entities": "^2.0.0",
  49. "mocha": "^7.1.2",
  50. "node-html-encoder": "^0.0.2",
  51. "ts-node": "^8.9.1",
  52. "typescript": "^3.8.3"
  53. },
  54. "files": [
  55. "index.js",
  56. "lib",
  57. "LICENSE"
  58. ],
  59. "homepage": "https://github.com/mdevils/node-html-entities#readme",
  60. "keywords": [
  61. "html",
  62. "html entities",
  63. "html entities encode",
  64. "html entities decode",
  65. "entities",
  66. "entities encode",
  67. "entities decode"
  68. ],
  69. "license": "MIT",
  70. "main": "./lib/index.js",
  71. "name": "html-entities",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/mdevils/node-html-entities.git"
  75. },
  76. "scripts": {
  77. "benchmark": "ts-node benchmark/benchmark",
  78. "build": "tsc",
  79. "prepublishOnly": "yarn build",
  80. "test": "mocha --recursive -r ts-node/register test/**/*.ts",
  81. "travis": "yarn test"
  82. },
  83. "types": "./lib/index.d.ts",
  84. "typings": "./lib/index.d.ts",
  85. "version": "1.4.0"
  86. }