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.

105 lines
3.7 KiB

  1. {
  2. "_from": "saxes@^5.0.0",
  3. "_id": "saxes@5.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  6. "_location": "/saxes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "saxes@^5.0.0",
  12. "name": "saxes",
  13. "escapedName": "saxes",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  22. "_shasum": "eebab953fa3b7608dbe94e5dadb15c888fa6696d",
  23. "_spec": "saxes@^5.0.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "author": {
  26. "name": "Louis-Dominique Dubeau",
  27. "email": "ldd@lddubeau.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lddubeau/saxes/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "xmlchars": "^2.2.0"
  35. },
  36. "deprecated": false,
  37. "description": "An evented streaming XML parser in JavaScript",
  38. "devDependencies": {
  39. "@commitlint/cli": "^8.3.5",
  40. "@commitlint/config-angular": "^8.3.4",
  41. "@types/chai": "^4.2.11",
  42. "@types/mocha": "^7.0.2",
  43. "@typescript-eslint/eslint-plugin": "^2.27.0",
  44. "@typescript-eslint/eslint-plugin-tslint": "^2.27.0",
  45. "@typescript-eslint/parser": "^2.27.0",
  46. "@xml-conformance-suite/js": "^2.0.0",
  47. "@xml-conformance-suite/mocha": "^2.0.0",
  48. "@xml-conformance-suite/test-data": "^2.0.0",
  49. "chai": "^4.2.0",
  50. "conventional-changelog-cli": "^2.0.31",
  51. "eslint": "^6.8.0",
  52. "eslint-config-lddubeau-base": "^5.2.0",
  53. "eslint-config-lddubeau-ts": "^1.1.7",
  54. "eslint-import-resolver-typescript": "^2.0.0",
  55. "eslint-plugin-import": "^2.20.2",
  56. "eslint-plugin-jsx-a11y": "^6.2.3",
  57. "eslint-plugin-prefer-arrow": "^1.2.0",
  58. "eslint-plugin-react": "^7.19.0",
  59. "eslint-plugin-simple-import-sort": "^5.0.2",
  60. "husky": "^4.2.5",
  61. "mocha": "^7.1.1",
  62. "renovate-config-lddubeau": "^1.0.0",
  63. "simple-dist-tag": "^1.0.2",
  64. "ts-node": "^8.8.2",
  65. "tsd": "^0.11.0",
  66. "tslint": "^6.1.1",
  67. "tslint-microsoft-contrib": "^6.2.0",
  68. "typedoc": "^0.17.4",
  69. "typescript": "^3.8.3"
  70. },
  71. "engines": {
  72. "node": ">=10"
  73. },
  74. "homepage": "https://github.com/lddubeau/saxes#readme",
  75. "husky": {
  76. "hooks": {
  77. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  78. }
  79. },
  80. "license": "ISC",
  81. "main": "saxes.js",
  82. "name": "saxes",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/lddubeau/saxes.git"
  86. },
  87. "scripts": {
  88. "build": "npm run tsc && npm run copy",
  89. "build-docs": "npm run typedoc",
  90. "copy": "cp -p README.md build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json",
  91. "gh-pages": "npm run build-docs && mkdir -p build && (cd build; rm -rf gh-pages; git clone .. --branch gh-pages gh-pages) && mkdir -p build/gh-pages/latest && find build/gh-pages/latest -type f -delete && cp -rp build/docs/* build/gh-pages/latest && find build/gh-pages -type d -empty -delete",
  92. "lint": "eslint --ignore-path .gitignore '**/*.ts' '**/*.js'",
  93. "lint-fix": "npm run lint -- --fix",
  94. "postpublish": "git push origin --follow-tags",
  95. "posttest": "npm run lint",
  96. "postversion": "npm run test && npm run self:publish",
  97. "self:publish": "cd build/dist && npm_config_tag=`simple-dist-tag` npm publish",
  98. "test": "npm run build && mocha --delay",
  99. "tsc": "tsc",
  100. "typedoc": "typedoc --tsconfig tsconfig.json --name saxes --out build/docs/ --listInvalidSymbolLinks --excludePrivate --excludeNotExported",
  101. "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  102. },
  103. "types": "saxes.d.ts",
  104. "version": "5.0.1"
  105. }