• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "stream-shift@^1.0.0",
3  "_id": "stream-shift@1.0.0",
4  "_inBundle": false,
5  "_integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=",
6  "_location": "/stream-shift",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "stream-shift@^1.0.0",
12    "name": "stream-shift",
13    "escapedName": "stream-shift",
14    "rawSpec": "^1.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^1.0.0"
17  },
18  "_requiredBy": [
19    "/duplexify",
20    "/stream-each",
21    "/stream-iterate"
22  ],
23  "_resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
24  "_shasum": "d5c752825e5367e786f78e18e445ea223a155952",
25  "_spec": "stream-shift@^1.0.0",
26  "_where": "/Users/rebecca/code/npm/node_modules/duplexify",
27  "author": {
28    "name": "Mathias Buus",
29    "url": "@mafintosh"
30  },
31  "bugs": {
32    "url": "https://github.com/mafintosh/stream-shift/issues"
33  },
34  "bundleDependencies": false,
35  "dependencies": {},
36  "deprecated": false,
37  "description": "Returns the next buffer/object in a stream's readable queue",
38  "devDependencies": {
39    "standard": "^7.1.2",
40    "tape": "^4.6.0",
41    "through2": "^2.0.1"
42  },
43  "homepage": "https://github.com/mafintosh/stream-shift",
44  "license": "MIT",
45  "main": "index.js",
46  "name": "stream-shift",
47  "repository": {
48    "type": "git",
49    "url": "git+https://github.com/mafintosh/stream-shift.git"
50  },
51  "scripts": {
52    "test": "standard && tape test.js"
53  },
54  "version": "1.0.0"
55}
56