package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "sax@>=0.6.0",
  3. "_id": "sax@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
  6. "_location": "/sax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sax@>=0.6.0",
  12. "name": "sax",
  13. "escapedName": "sax",
  14. "rawSpec": ">=0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": ">=0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/svgo",
  20. "/xml2js"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
  23. "_shasum": "2816234e2378bddc4e5354fab5caa895df7100d9",
  24. "_spec": "sax@>=0.6.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\xml2js",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/sax-js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "An evented streaming XML parser in JavaScript",
  37. "devDependencies": {
  38. "standard": "^8.6.0",
  39. "tap": "^10.5.1"
  40. },
  41. "files": [
  42. "lib/sax.js",
  43. "LICENSE",
  44. "README.md"
  45. ],
  46. "homepage": "https://github.com/isaacs/sax-js#readme",
  47. "license": "ISC",
  48. "main": "lib/sax.js",
  49. "name": "sax",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/isaacs/sax-js.git"
  53. },
  54. "scripts": {
  55. "postpublish": "git push origin --all; git push origin --tags",
  56. "posttest": "standard -F test/*.js lib/*.js",
  57. "postversion": "npm publish",
  58. "preversion": "npm test",
  59. "test": "tap test/*.js --cov -j4"
  60. },
  61. "version": "1.2.4"
  62. }