package.json 1.6 KB

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