2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "stream-shift",
|
|
|
|
"version": "1.0.1",
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "Returns the next buffer/object in a stream's readable queue",
|
2022-04-08 10:55:35 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {},
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"standard": "^7.1.2",
|
|
|
|
"tape": "^4.6.0",
|
|
|
|
"through2": "^2.0.1"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "standard && tape test.js"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-08 10:55:35 +00:00
|
|
|
"url": "https://github.com/mafintosh/stream-shift.git"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mafintosh/stream-shift/issues"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"homepage": "https://github.com/mafintosh/stream-shift"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|