package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "sax@1.2.4",
  5. "/Users/mac/projects/mime/mine"
  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. "_optional": true,
  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. "/needle"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/sax/-/sax-1.2.4.tgz",
  29. "_spec": "1.2.4",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/sax-js/issues"
  38. },
  39. "description": "An evented streaming XML parser in JavaScript",
  40. "devDependencies": {
  41. "standard": "^8.6.0",
  42. "tap": "^10.5.1"
  43. },
  44. "files": [
  45. "lib/sax.js",
  46. "LICENSE",
  47. "README.md"
  48. ],
  49. "homepage": "https://github.com/isaacs/sax-js#readme",
  50. "license": "ISC",
  51. "main": "lib/sax.js",
  52. "name": "sax",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/isaacs/sax-js.git"
  56. },
  57. "scripts": {
  58. "postpublish": "git push origin --all; git push origin --tags",
  59. "posttest": "standard -F test/*.js lib/*.js",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "test": "tap test/*.js --cov -j4"
  63. },
  64. "version": "1.2.4"
  65. }