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.
 
 
 
 

109 lines
3.8 KiB

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