package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "combined-stream@~1.0.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "combined-stream@>=1.0.1 <1.1.0",
  9. "_id": "combined-stream@1.0.5",
  10. "_inCache": true,
  11. "_location": "/combined-stream",
  12. "_nodeVersion": "0.12.4",
  13. "_npmUser": {
  14. "email": "iam@alexindigo.com",
  15. "name": "alexindigo"
  16. },
  17. "_npmVersion": "2.10.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "combined-stream",
  21. "raw": "combined-stream@~1.0.1",
  22. "rawSpec": "~1.0.1",
  23. "scope": null,
  24. "spec": ">=1.0.1 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/form-data",
  29. "/request"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
  32. "_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  33. "_shrinkwrap": null,
  34. "_spec": "combined-stream@~1.0.1",
  35. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  36. "author": {
  37. "email": "felix@debuggable.com",
  38. "name": "Felix Geisendörfer",
  39. "url": "http://debuggable.com/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/felixge/node-combined-stream/issues"
  43. },
  44. "dependencies": {
  45. "delayed-stream": "~1.0.0"
  46. },
  47. "description": "A stream that emits multiple other streams one after another.",
  48. "devDependencies": {
  49. "far": "~0.0.7"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  54. "tarball": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz"
  55. },
  56. "engines": {
  57. "node": ">= 0.8"
  58. },
  59. "gitHead": "cfc7b815d090a109bcedb5bb0f6713148d55a6b7",
  60. "homepage": "https://github.com/felixge/node-combined-stream",
  61. "installable": true,
  62. "license": "MIT",
  63. "main": "./lib/combined_stream",
  64. "maintainers": [
  65. {
  66. "name": "felixge",
  67. "email": "felix@debuggable.com"
  68. },
  69. {
  70. "name": "celer",
  71. "email": "dtyree77@gmail.com"
  72. },
  73. {
  74. "name": "alexindigo",
  75. "email": "iam@alexindigo.com"
  76. },
  77. {
  78. "name": "apechimp",
  79. "email": "apeherder@gmail.com"
  80. }
  81. ],
  82. "name": "combined-stream",
  83. "optionalDependencies": {},
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/felixge/node-combined-stream.git"
  87. },
  88. "scripts": {
  89. "test": "node test/run.js"
  90. },
  91. "version": "1.0.5"
  92. }