package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "sax@^1.1.3",
  5. "/Users/septimus/Musare/app/node_modules/ytdl-core"
  6. ]
  7. ],
  8. "_from": "sax@>=1.1.3 <2.0.0",
  9. "_id": "sax@1.1.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/sax",
  13. "_nodeVersion": "4.0.0",
  14. "_npmUser": {
  15. "email": "isaacs@npmjs.com",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "3.3.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "sax",
  22. "raw": "sax@^1.1.3",
  23. "rawSpec": "^1.1.3",
  24. "scope": null,
  25. "spec": ">=1.1.3 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/ytdl-core"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
  32. "_shasum": "74b6d33c9ae1e001510f179a91168588f1aedaa9",
  33. "_shrinkwrap": null,
  34. "_spec": "sax@^1.1.3",
  35. "_where": "/Users/septimus/Musare/app/node_modules/ytdl-core",
  36. "author": {
  37. "email": "i@izs.me",
  38. "name": "Isaac Z. Schlueter",
  39. "url": "http://blog.izs.me/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/sax-js/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Isaac Z. Schlueter",
  47. "email": "i@izs.me"
  48. },
  49. {
  50. "name": "Stein Martin Hustad",
  51. "email": "stein@hustad.com"
  52. },
  53. {
  54. "name": "Mikeal Rogers",
  55. "email": "mikeal.rogers@gmail.com"
  56. },
  57. {
  58. "name": "Laurie Harper",
  59. "email": "laurie@holoweb.net"
  60. },
  61. {
  62. "name": "Jann Horn",
  63. "email": "jann@Jann-PC.fritz.box"
  64. },
  65. {
  66. "name": "Elijah Insua",
  67. "email": "tmpvar@gmail.com"
  68. },
  69. {
  70. "name": "Henry Rawas",
  71. "email": "henryr@schakra.com"
  72. },
  73. {
  74. "name": "Justin Makeig",
  75. "email": "jmpublic@makeig.com"
  76. },
  77. {
  78. "name": "Mike Schilling",
  79. "email": "mike@emotive.com"
  80. }
  81. ],
  82. "dependencies": {},
  83. "description": "An evented streaming XML parser in JavaScript",
  84. "devDependencies": {
  85. "standard": "^5.3.1",
  86. "tap": "^2.1.1"
  87. },
  88. "directories": {},
  89. "dist": {
  90. "shasum": "74b6d33c9ae1e001510f179a91168588f1aedaa9",
  91. "tarball": "http://registry.npmjs.org/sax/-/sax-1.1.4.tgz"
  92. },
  93. "files": [
  94. "LICENSE",
  95. "LICENSE-W3C.html",
  96. "README.md",
  97. "lib/sax.js"
  98. ],
  99. "gitHead": "ce6b2a2c20633482eeabb6d39cee734aef2e4da7",
  100. "homepage": "https://github.com/isaacs/sax-js#readme",
  101. "license": "ISC",
  102. "main": "lib/sax.js",
  103. "maintainers": [
  104. {
  105. "name": "isaacs",
  106. "email": "i@izs.me"
  107. }
  108. ],
  109. "name": "sax",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git://github.com/isaacs/sax-js.git"
  115. },
  116. "scripts": {
  117. "lint": "standard -F test/*.js lib/*.js",
  118. "posttest": "npm run lint",
  119. "test": "tap test/*.js"
  120. },
  121. "version": "1.1.4"
  122. }