You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

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