install gulp to process code
This commit is contained in:
parent
24f6606c2c
commit
b6a3900ee2
1651 changed files with 253427 additions and 39 deletions
24
node_modules/stream-exhaust/package.json
generated
vendored
Normal file
24
node_modules/stream-exhaust/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "stream-exhaust",
|
||||
"version": "1.0.2",
|
||||
"description": "Ensure that a stream is flowing data without mutating it",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chrisdickinson/stream-exhaust.git"
|
||||
},
|
||||
"author": "Chris Dickinson <chris@neversaw.us>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/chrisdickinson/stream-exhaust.git"
|
||||
},
|
||||
"homepage": "https://github.com/chrisdickinson/stream-exhaust.git",
|
||||
"devDependencies": {
|
||||
"readable-stream": "^1.0.31",
|
||||
"tape": "^2.14.0",
|
||||
"through2": "^0.5.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue