1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "promise-inflight",
|
3 |
|
|
"version": "1.0.1",
|
4 |
|
|
"description": "One promise for multiple requests in flight to avoid async duplication",
|
5 |
|
|
"main": "inflight.js",
|
6 |
|
|
"files": [
|
7 |
|
|
"inflight.js"
|
8 |
|
|
],
|
9 |
|
|
"license": "ISC",
|
10 |
|
|
"scripts": {
|
11 |
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
12 |
|
|
},
|
13 |
|
|
"keywords": [],
|
14 |
|
|
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
|
15 |
|
|
"devDependencies": {},
|
16 |
|
|
"repository": {
|
17 |
|
|
"type": "git",
|
18 |
|
|
"url": "git+https://github.com/iarna/promise-inflight.git"
|
19 |
|
|
},
|
20 |
|
|
"bugs": {
|
21 |
|
|
"url": "https://github.com/iarna/promise-inflight/issues"
|
22 |
|
|
},
|
23 |
|
|
"homepage": "https://github.com/iarna/promise-inflight#readme"
|
24 |
|
|
}
|