UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

91 lines (90 loc) 2.92 kB
{ "_args": [ [ { "raw": "stream-shift@^1.0.0", "scope": null, "escapedName": "stream-shift", "name": "stream-shift", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/duplexify" ] ], "_from": "stream-shift@>=1.0.0 <2.0.0", "_id": "stream-shift@1.0.0", "_inCache": true, "_location": "/stream-shift", "_nodeVersion": "4.4.3", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/stream-shift-1.0.0.tgz_1468011662152_0.6510484367609024" }, "_npmUser": { "name": "mafintosh", "email": "mathiasbuus@gmail.com" }, "_npmVersion": "2.15.9", "_phantomChildren": {}, "_requested": { "raw": "stream-shift@^1.0.0", "scope": null, "escapedName": "stream-shift", "name": "stream-shift", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/duplexify", "/stream-each" ], "_resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", "_shasum": "d5c752825e5367e786f78e18e445ea223a155952", "_shrinkwrap": null, "_spec": "stream-shift@^1.0.0", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/duplexify", "author": { "name": "Mathias Buus", "url": "@mafintosh" }, "bugs": { "url": "https://github.com/mafintosh/stream-shift/issues" }, "dependencies": {}, "description": "Returns the next buffer/object in a stream's readable queue", "devDependencies": { "standard": "^7.1.2", "tape": "^4.6.0", "through2": "^2.0.1" }, "directories": {}, "dist": { "shasum": "d5c752825e5367e786f78e18e445ea223a155952", "tarball": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz" }, "gitHead": "2ea5f7dcd8ac6babb08324e6e603a3269252a2c4", "homepage": "https://github.com/mafintosh/stream-shift", "license": "MIT", "main": "index.js", "maintainers": [ { "name": "mafintosh", "email": "mathiasbuus@gmail.com" } ], "name": "stream-shift", "optionalDependencies": {}, "readme": "# stream-shift\n\nReturns the next buffer/object in a stream's readable queue\n\n```\nnpm install stream-shift\n```\n\n[![build status](http://img.shields.io/travis/mafintosh/stream-shift.svg?style=flat)](http://travis-ci.org/mafintosh/stream-shift)\n\n## Usage\n\n``` js\nvar shift = require('stream-shift')\n\nconsole.log(shift(someStream)) // first item in its buffer\n```\n\n## Credit\n\nThanks [@dignifiedquire](https://github.com/dignifiedquire) for making this work on node 6\n\n## License\n\nMIT\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/mafintosh/stream-shift.git" }, "scripts": { "test": "standard && tape test.js" }, "version": "1.0.0" }