flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
44
BACK_BACK/node_modules/promise-queue/package.json
generated
vendored
Executable file
44
BACK_BACK/node_modules/promise-queue/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"author": "Mikhail Davydov <i@azproduction.ru>",
|
||||
"description": "Promise-based queue",
|
||||
"name": "promise-queue",
|
||||
"version": "2.2.5",
|
||||
"contributors": [
|
||||
"Mikhail Davydov <i@azproduction.ru>"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/azproduction/promise-queue.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "2.1.3",
|
||||
"mocha": "1.11.0",
|
||||
"jscs": "1.0.0",
|
||||
"istanbul": "0.1.39",
|
||||
"chai": "3.5.0",
|
||||
"sinon": "1.17.7",
|
||||
"vow": "0.4.1",
|
||||
"sinon-chai": "2.8.0",
|
||||
"mocha-istanbul": "0.3.0",
|
||||
"coveralls": "2.11.6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make validate",
|
||||
"lint": "make lint",
|
||||
"coverage": "make coverage",
|
||||
"clean": "make clean"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/azproduction/promise-queue/issues"
|
||||
},
|
||||
"homepage": "https://github.com/azproduction/promise-queue#readme",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {},
|
||||
"license": "MIT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue