package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "jstream@~0.2.7",
  5. "/Users/septimus/Musare/app/node_modules/ytdl-core"
  6. ]
  7. ],
  8. "_from": "jstream@>=0.2.7 <0.3.0",
  9. "_id": "jstream@0.2.8",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/jstream",
  13. "_nodeVersion": "4.1.1",
  14. "_npmUser": {
  15. "email": "roly426@gmail.com",
  16. "name": "fent"
  17. },
  18. "_npmVersion": "2.14.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "jstream",
  22. "raw": "jstream@~0.2.7",
  23. "rawSpec": "~0.2.7",
  24. "scope": null,
  25. "spec": ">=0.2.7 <0.3.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/ytdl-core"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/jstream/-/jstream-0.2.8.tgz",
  32. "_shasum": "b69fbec9691de391e808635534a9e214fabd9391",
  33. "_shrinkwrap": null,
  34. "_spec": "jstream@~0.2.7",
  35. "_where": "/Users/septimus/Musare/app/node_modules/ytdl-core",
  36. "author": {
  37. "name": "Roly Fentanes",
  38. "url": "https://github.com/fent"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/fent/node-jstream/issues"
  42. },
  43. "dependencies": {
  44. "clarinet": "~0.11.0"
  45. },
  46. "description": "Continously reads in JSON and outputs Javascript objects.",
  47. "devDependencies": {
  48. "mocha": "*"
  49. },
  50. "directories": {
  51. "lib": "./lib"
  52. },
  53. "dist": {
  54. "shasum": "b69fbec9691de391e808635534a9e214fabd9391",
  55. "tarball": "http://registry.npmjs.org/jstream/-/jstream-0.2.8.tgz"
  56. },
  57. "gitHead": "8a1110e63fb6dd5ebe61dbac9311e2f2c962ff14",
  58. "homepage": "https://github.com/fent/node-jstream#readme",
  59. "keywords": [
  60. "api",
  61. "json",
  62. "parse",
  63. "stream"
  64. ],
  65. "licenses": [
  66. {
  67. "type": "MIT",
  68. "url": "http://github.com/fent/node-jstream/raw/master/LICENSE"
  69. }
  70. ],
  71. "main": "./lib/index.js",
  72. "maintainers": [
  73. {
  74. "name": "fent",
  75. "email": "roly426@gmail.com"
  76. }
  77. ],
  78. "name": "jstream",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/fent/node-jstream.git"
  84. },
  85. "scripts": {
  86. "test": "mocha -R spec --ignore-leaks test/*-test.js"
  87. },
  88. "version": "0.2.8"
  89. }