12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_args": [
- [
- "combined-stream@~0.0.5",
- "D:\\work\\im\\node_modules\\request"
- ]
- ],
- "_from": "combined-stream@>=0.0.5 <0.1.0",
- "_id": "combined-stream@0.0.7",
- "_inCache": true,
- "_installable": true,
- "_location": "/combined-stream",
- "_npmUser": {
- "email": "felix@debuggable.com",
- "name": "felixge"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "combined-stream",
- "raw": "combined-stream@~0.0.5",
- "rawSpec": "~0.0.5",
- "scope": null,
- "spec": ">=0.0.5 <0.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/form-data",
- "/request",
- "/upyun-core/form-data"
- ],
- "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz",
- "_shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
- "_shrinkwrap": null,
- "_spec": "combined-stream@~0.0.5",
- "_where": "D:\\work\\im\\node_modules\\request",
- "author": {
- "email": "felix@debuggable.com",
- "name": "Felix Geisendörfer",
- "url": "http://debuggable.com/"
- },
- "bugs": {
- "url": "https://github.com/felixge/node-combined-stream/issues"
- },
- "dependencies": {
- "delayed-stream": "0.0.5"
- },
- "description": "A stream that emits multiple other streams one after another.",
- "devDependencies": {
- "far": "~0.0.7"
- },
- "directories": {},
- "dist": {
- "shasum": "0137e657baa5a7541c57ac37ac5fc07d73b4dc1f",
- "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "homepage": "https://github.com/felixge/node-combined-stream",
- "main": "./lib/combined_stream",
- "maintainers": [
- {
- "email": "felix@debuggable.com",
- "name": "felixge"
- },
- {
- "email": "celer@scrypt.net",
- "name": "celer"
- },
- {
- "email": "iam@alexindigo.com",
- "name": "alexindigo"
- }
- ],
- "name": "combined-stream",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/felixge/node-combined-stream.git"
- },
- "scripts": {
- "test": "node test/run.js"
- },
- "version": "0.0.7"
- }
|