mirror of
https://github.com/deployphp/action.git
synced 2025-06-29 20:54:14 +00:00
Add node_modules
This commit is contained in:
parent
e1f786311a
commit
554eb0b122
994 changed files with 195567 additions and 0 deletions
21
node_modules/stream-combiner/package.json
generated
vendored
Normal file
21
node_modules/stream-combiner/package.json
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "stream-combiner",
|
||||
"version": "0.0.4",
|
||||
"homepage": "https://github.com/dominictarr/stream-combiner",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dominictarr/stream-combiner.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"duplexer": "~0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "~2.3.0",
|
||||
"event-stream": "~3.0.7"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "set -e; for t in test/*.js; do node $t; done"
|
||||
},
|
||||
"author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)",
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue