wallet-core/node_modules/stream-shift/package.json

26 lines
635 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "stream-shift",
"version": "1.0.0",
2016-10-10 03:43:44 +02:00
"description": "Returns the next buffer/object in a stream's readable queue",
2016-11-03 01:33:53 +01:00
"main": "index.js",
"dependencies": {},
2016-10-10 03:43:44 +02:00
"devDependencies": {
"standard": "^7.1.2",
"tape": "^4.6.0",
"through2": "^2.0.1"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "standard && tape test.js"
2016-10-10 03:43:44 +02:00
},
"repository": {
"type": "git",
2016-11-03 01:33:53 +01:00
"url": "https://github.com/mafintosh/stream-shift.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/stream-shift/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/mafintosh/stream-shift"
2016-10-10 03:43:44 +02:00
}