This commit is contained in:
Tiệp Sunflower
2023-03-06 14:23:39 +07:00
commit aa9c76c82f
2234 changed files with 449471 additions and 0 deletions

37
node_modules/exeq/package.json generated vendored Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "exeq",
"version": "2.4.0",
"description": "Excute shell commands in queue",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:afc163/exeq.git"
},
"author": "afc163 <afc163@gmail.com>",
"keywords": [
"spawn",
"execute",
"exec",
"command",
"shell",
"promise",
"synchronously",
"bash",
"kill"
],
"engines": {
"node": ">= 0.10.0"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.0.3",
"native-or-bluebird": "^1.2.0"
},
"devDependencies": {
"is-promise": "~1.0.1",
"tape": "~4.0.0"
},
"scripts": {
"test": "tape tests/*.js"
}
}