package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "html-escaper@2.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "html-escaper@2.0.0",
  10. "_id": "html-escaper@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-a4u9BeERWGu/S8JiWEAQcdrg9v4QArtP9keViQjGMdff20fBdd8waotXaNmODqBe6uZ3Nafi7K/ho4gCQHV3Ig==",
  13. "_location": "/html-escaper",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "html-escaper@2.0.0",
  19. "name": "html-escaper",
  20. "escapedName": "html-escaper",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-reports"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Andrea Giammarchi"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/WebReflection/html-escaper/issues"
  36. },
  37. "description": "fast and safe way to escape and unescape &<>'\" chars",
  38. "devDependencies": {
  39. "ascjs": "^3.0.1",
  40. "coveralls": "^3.0.5",
  41. "istanbul": "^0.4.5",
  42. "rollup": "^1.17.0",
  43. "uglify-js": "^3.6.0"
  44. },
  45. "homepage": "https://github.com/WebReflection/html-escaper",
  46. "keywords": [
  47. "html",
  48. "escape",
  49. "encode",
  50. "unescape",
  51. "decode",
  52. "entities"
  53. ],
  54. "license": "MIT",
  55. "main": "cjs/index.js",
  56. "module": "esm/index.js",
  57. "name": "html-escaper",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/WebReflection/html-escaper.git"
  61. },
  62. "scripts": {
  63. "build": "npm run cjs && npm run rollup && npm run minify && npm test && npm run size",
  64. "cjs": "ascjs esm cjs",
  65. "coveralls": "cat ./coverage/lcov.info | coveralls",
  66. "minify": "uglifyjs index.js --comments=/^!/ --compress --mangle -o min.js",
  67. "rollup": "rollup --config rollup.config.js",
  68. "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c min.js | wc -c",
  69. "test": "istanbul cover ./test.js"
  70. },
  71. "unpkg": "min.js",
  72. "version": "2.0.0"
  73. }