12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "pumpify@1.5.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "pumpify@1.5.1",
- "_id": "pumpify@1.5.1",
- "_inBundle": false,
- "_integrity": "sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=",
- "_location": "/pumpify",
- "_phantomChildren": {
- "end-of-stream": "1.4.1",
- "once": "1.4.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "pumpify@1.5.1",
- "name": "pumpify",
- "escapedName": "pumpify",
- "rawSpec": "1.5.1",
- "saveSpec": null,
- "fetchSpec": "1.5.1"
- },
- "_requiredBy": [
- "/copy-webpack-plugin/mississippi",
- "/mississippi"
- ],
- "_resolved": "https://registry.npm.taobao.org/pumpify/download/pumpify-1.5.1.tgz",
- "_spec": "1.5.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Mathias Buus"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/pumpify/issues"
- },
- "dependencies": {
- "duplexify": "^3.6.0",
- "inherits": "^2.0.3",
- "pump": "^2.0.0"
- },
- "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
- "devDependencies": {
- "tape": "^4.8.0",
- "through2": "^2.0.3"
- },
- "homepage": "https://github.com/mafintosh/pumpify",
- "keywords": [
- "pump",
- "duplexify",
- "duplex",
- "streams",
- "stream",
- "pipeline",
- "combine"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "pumpify",
- "repository": {
- "type": "git",
- "url": "git://github.com/mafintosh/pumpify.git"
- },
- "scripts": {
- "test": "tape test.js"
- },
- "version": "1.5.1"
- }
|