package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "sax@1.2.1",
  3. "_id": "sax@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==",
  6. "_location": "/sax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sax@1.2.1",
  12. "name": "sax",
  13. "escapedName": "sax",
  14. "rawSpec": "1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/aws-sdk",
  20. "/xml2js"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
  23. "_shasum": "7b8e656190b228e81a66aea748480d828cd2d37a",
  24. "_spec": "sax@1.2.1",
  25. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/aws-sdk",
  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": "^5.3.1",
  39. "tap": "^5.2.0"
  40. },
  41. "files": [
  42. "lib/sax.js",
  43. "LICENSE",
  44. "LICENSE-W3C.html",
  45. "README.md"
  46. ],
  47. "homepage": "https://github.com/isaacs/sax-js#readme",
  48. "license": "ISC",
  49. "main": "lib/sax.js",
  50. "name": "sax",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/isaacs/sax-js.git"
  54. },
  55. "scripts": {
  56. "posttest": "standard -F test/*.js lib/*.js",
  57. "test": "tap test/*.js --cov"
  58. },
  59. "version": "1.2.1"
  60. }