aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stream-shift
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/stream-shift
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/stream-shift')
-rw-r--r--node_modules/stream-shift/package.json87
1 files changed, 12 insertions, 75 deletions
diff --git a/node_modules/stream-shift/package.json b/node_modules/stream-shift/package.json
index 1c32fbd2d..9704266fb 100644
--- a/node_modules/stream-shift/package.json
+++ b/node_modules/stream-shift/package.json
@@ -1,88 +1,25 @@
{
- "_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/dold/repos/taler/wallet-webex/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"
- ],
- "_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/dold/repos/taler/wallet-webex/node_modules/duplexify",
- "author": {
- "name": "Mathias Buus",
- "url": "@mafintosh"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/stream-shift/issues"
- },
- "dependencies": {},
+ "name": "stream-shift",
+ "version": "1.0.0",
"description": "Returns the next buffer/object in a stream's readable queue",
+ "main": "index.js",
+ "dependencies": {},
"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"
+ "scripts": {
+ "test": "standard && tape test.js"
},
- "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": "ERROR: No README data found!",
"repository": {
"type": "git",
- "url": "git+https://github.com/mafintosh/stream-shift.git"
+ "url": "https://github.com/mafintosh/stream-shift.git"
},
- "scripts": {
- "test": "standard && tape test.js"
+ "author": "Mathias Buus (@mafintosh)",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/mafintosh/stream-shift/issues"
},
- "version": "1.0.0"
+ "homepage": "https://github.com/mafintosh/stream-shift"
}