package.json 2.4 KB

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