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.
 
 
 
 

84 lines
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "html-entities@1.3.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "html-entities@1.3.1",
  9. "_id": "html-entities@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==",
  12. "_location": "/html-entities",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "html-entities@1.3.1",
  18. "name": "html-entities",
  19. "escapedName": "html-entities",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/webpack-dev-server"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz",
  28. "_spec": "1.3.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Marat Dulin",
  32. "email": "mdevils@yandex.ru"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mdevils/node-html-entities/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Faster HTML entities encode/decode library.",
  39. "devDependencies": {
  40. "@types/chai": "^4.2.11",
  41. "@types/mocha": "^7.0.2",
  42. "@types/node": "^13.11.1",
  43. "chai": "^1.9.1",
  44. "coveralls": "^2.11.2",
  45. "entities": "*",
  46. "mocha": "^1.21.4",
  47. "node-html-encoder": "*",
  48. "ts-node": "^8.8.2",
  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",
  81. "typings": "./lib/index",
  82. "version": "1.3.1"
  83. }