package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "delayed-stream@1.0.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "delayed-stream@~1.0.0",
  9. "_id": "delayed-stream@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
  12. "_location": "/delayed-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "delayed-stream@1.0.0",
  18. "name": "delayed-stream",
  19. "escapedName": "delayed-stream",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/combined-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  29. "_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Felix Geisendörfer",
  34. "email": "felix@debuggable.com",
  35. "url": "http://debuggable.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/felixge/node-delayed-stream/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Mike Atkins",
  44. "email": "apeherder@gmail.com"
  45. }
  46. ],
  47. "dependencies": {},
  48. "deprecated": false,
  49. "description": "Buffers events from a stream until you are ready to handle them.",
  50. "devDependencies": {
  51. "fake": "0.2.0",
  52. "far": "0.0.1"
  53. },
  54. "engines": {
  55. "node": ">=0.4.0"
  56. },
  57. "homepage": "https://github.com/felixge/node-delayed-stream",
  58. "license": "MIT",
  59. "main": "./lib/delayed_stream",
  60. "name": "delayed-stream",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/felixge/node-delayed-stream.git"
  64. },
  65. "scripts": {
  66. "test": "make test"
  67. },
  68. "version": "1.0.0"
  69. }