package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "saxes@3.1.11",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "saxes@3.1.11",
  10. "_id": "saxes@3.1.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==",
  13. "_location": "/saxes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "saxes@3.1.11",
  19. "name": "saxes",
  20. "escapedName": "saxes",
  21. "rawSpec": "3.1.11",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.11"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/saxes/-/saxes-3.1.11.tgz",
  29. "_spec": "3.1.11",
  30. "_where": "D:\\代码\\单商户\\admin",
  31. "author": {
  32. "name": "Louis-Dominique Dubeau",
  33. "email": "ldd@lddubeau.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lddubeau/saxes/issues"
  37. },
  38. "dependencies": {
  39. "xmlchars": "^2.1.1"
  40. },
  41. "description": "An evented streaming XML parser in JavaScript",
  42. "devDependencies": {
  43. "@commitlint/cli": "^8.0.0",
  44. "@commitlint/config-angular": "^8.0.0",
  45. "chai": "^4.2.0",
  46. "conventional-changelog-cli": "^2.0.21",
  47. "eslint": "^5.16.0",
  48. "eslint-config-lddubeau-base": "^3.0.5",
  49. "husky": "^2.5.0",
  50. "mocha": "^6.1.4",
  51. "renovate-config-lddubeau": "^1.0.0",
  52. "xml-conformance-suite": "^1.2.0"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "lib/saxes.js",
  59. "lib/saxes.d.ts",
  60. "LICENSE",
  61. "README.md",
  62. "CHANGELOG.md"
  63. ],
  64. "homepage": "https://github.com/lddubeau/saxes#readme",
  65. "husky": {
  66. "hooks": {
  67. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
  68. }
  69. },
  70. "license": "ISC",
  71. "main": "lib/saxes.js",
  72. "name": "saxes",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/lddubeau/saxes.git"
  76. },
  77. "scripts": {
  78. "postpublish": "git push origin --follow-tags",
  79. "posttest": "eslint test/*.js lib/*.js",
  80. "postversion": "npm publish",
  81. "preversion": "npm test",
  82. "test": "mocha --delay",
  83. "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  84. },
  85. "types": "lib/saxes.d.ts",
  86. "version": "3.1.11"
  87. }