package.json 1.5 KB

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