package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "@xmldom/xmldom",
  3. "version": "0.8.2",
  4. "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
  5. "keywords": [
  6. "w3c",
  7. "dom",
  8. "xml",
  9. "parser",
  10. "javascript",
  11. "DOMParser",
  12. "XMLSerializer",
  13. "ponyfill"
  14. ],
  15. "homepage": "https://github.com/xmldom/xmldom",
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/xmldom/xmldom.git"
  19. },
  20. "main": "lib/index.js",
  21. "types": "index.d.ts",
  22. "files": [
  23. "CHANGELOG.md",
  24. "LICENSE",
  25. "readme.md",
  26. "SECURITY.md",
  27. "index.d.ts",
  28. "lib"
  29. ],
  30. "scripts": {
  31. "lint": "eslint lib test",
  32. "changelog": "auto-changelog --unreleased-only",
  33. "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test && npm --silent run lint'",
  34. "stryker": "stryker run",
  35. "stryker:dry-run": "stryker run -m '' --reporters progress",
  36. "test": "jest",
  37. "version": "./changelog-has-version.sh",
  38. "release": "np --no-yarn"
  39. },
  40. "engines": {
  41. "node": ">=10.0.0"
  42. },
  43. "dependencies": {},
  44. "devDependencies": {
  45. "@stryker-mutator/core": "5.6.1",
  46. "auto-changelog": "2.4.0",
  47. "eslint": "8.12.0",
  48. "eslint-config-prettier": "8.5.0",
  49. "eslint-plugin-es5": "1.5.0",
  50. "eslint-plugin-prettier": "4.0.0",
  51. "get-stream": "6.0.1",
  52. "jest": "27.5.1",
  53. "nodemon": "2.0.15",
  54. "np": "7.6.1",
  55. "prettier": "2.6.2",
  56. "xmltest": "1.5.0",
  57. "yauzl": "2.10.0"
  58. },
  59. "bugs": {
  60. "url": "https://github.com/xmldom/xmldom/issues"
  61. },
  62. "license": "MIT",
  63. "auto-changelog": {
  64. "prepend": true,
  65. "remote": "upstream",
  66. "tagPrefix": "",
  67. "template": "./auto-changelog.hbs"
  68. },
  69. "__npminstall_done": true,
  70. "_from": "@xmldom/xmldom@0.8.2",
  71. "_resolved": "https://registry.npmmirror.com/@xmldom/xmldom/-/xmldom-0.8.2.tgz"
  72. }