package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "combined-stream@~1.0.5",
  6. "scope": null,
  7. "escapedName": "combined-stream",
  8. "name": "combined-stream",
  9. "rawSpec": "~1.0.5",
  10. "spec": ">=1.0.5 <1.1.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/request"
  14. ]
  15. ],
  16. "_from": "combined-stream@>=1.0.5 <1.1.0",
  17. "_id": "combined-stream@1.0.5",
  18. "_inCache": true,
  19. "_location": "/combined-stream",
  20. "_nodeVersion": "0.12.4",
  21. "_npmUser": {
  22. "name": "alexindigo",
  23. "email": "iam@alexindigo.com"
  24. },
  25. "_npmVersion": "2.10.1",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "combined-stream@~1.0.5",
  29. "scope": null,
  30. "escapedName": "combined-stream",
  31. "name": "combined-stream",
  32. "rawSpec": "~1.0.5",
  33. "spec": ">=1.0.5 <1.1.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/form-data",
  38. "/request"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
  41. "_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  42. "_shrinkwrap": null,
  43. "_spec": "combined-stream@~1.0.5",
  44. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/request",
  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-combined-stream/issues"
  52. },
  53. "dependencies": {
  54. "delayed-stream": "~1.0.0"
  55. },
  56. "description": "A stream that emits multiple other streams one after another.",
  57. "devDependencies": {
  58. "far": "~0.0.7"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
  63. "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz"
  64. },
  65. "engines": {
  66. "node": ">= 0.8"
  67. },
  68. "gitHead": "cfc7b815d090a109bcedb5bb0f6713148d55a6b7",
  69. "homepage": "https://github.com/felixge/node-combined-stream",
  70. "license": "MIT",
  71. "main": "./lib/combined_stream",
  72. "maintainers": [
  73. {
  74. "name": "felixge",
  75. "email": "felix@debuggable.com"
  76. },
  77. {
  78. "name": "celer",
  79. "email": "dtyree77@gmail.com"
  80. },
  81. {
  82. "name": "alexindigo",
  83. "email": "iam@alexindigo.com"
  84. },
  85. {
  86. "name": "apechimp",
  87. "email": "apeherder@gmail.com"
  88. }
  89. ],
  90. "name": "combined-stream",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/felixge/node-combined-stream.git"
  96. },
  97. "scripts": {
  98. "test": "node test/run.js"
  99. },
  100. "version": "1.0.5"
  101. }