package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "delayed-stream@~1.0.0",
  6. "scope": null,
  7. "escapedName": "delayed-stream",
  8. "name": "delayed-stream",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/combined-stream"
  14. ]
  15. ],
  16. "_from": "delayed-stream@>=1.0.0 <1.1.0",
  17. "_id": "delayed-stream@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/delayed-stream",
  21. "_nodeVersion": "1.6.4",
  22. "_npmUser": {
  23. "name": "apechimp",
  24. "email": "apeherder@gmail.com"
  25. },
  26. "_npmVersion": "2.8.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "delayed-stream@~1.0.0",
  30. "scope": null,
  31. "escapedName": "delayed-stream",
  32. "name": "delayed-stream",
  33. "rawSpec": "~1.0.0",
  34. "spec": ">=1.0.0 <1.1.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/combined-stream"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  41. "_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
  42. "_shrinkwrap": null,
  43. "_spec": "delayed-stream@~1.0.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/combined-stream",
  45. "author": {
  46. "name": "Felix Geisendörfer",
  47. "email": "felix@debuggable.com",
  48. "url": "http://debuggable.com/"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/felixge/node-delayed-stream/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "Mike Atkins",
  56. "email": "apeherder@gmail.com"
  57. }
  58. ],
  59. "dependencies": {},
  60. "description": "Buffers events from a stream until you are ready to handle them.",
  61. "devDependencies": {
  62. "fake": "0.2.0",
  63. "far": "0.0.1"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
  68. "tarball": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.4.0"
  72. },
  73. "gitHead": "07a9dc99fb8f1a488160026b9ad77493f766fb84",
  74. "homepage": "https://github.com/felixge/node-delayed-stream",
  75. "license": "MIT",
  76. "main": "./lib/delayed_stream",
  77. "maintainers": [
  78. {
  79. "name": "felixge",
  80. "email": "felix@debuggable.com"
  81. },
  82. {
  83. "name": "apechimp",
  84. "email": "apeherder@gmail.com"
  85. }
  86. ],
  87. "name": "delayed-stream",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/felixge/node-delayed-stream.git"
  93. },
  94. "scripts": {
  95. "test": "make test"
  96. },
  97. "version": "1.0.0"
  98. }