package.json
 1  {
 2    "name": "inflight",
 3    "version": "1.0.6",
 4    "description": "Add callbacks to requests in flight to avoid async duplication",
 5    "main": "inflight.js",
 6    "files": [
 7      "inflight.js"
 8    ],
 9    "dependencies": {
10      "once": "^1.3.0",
11      "wrappy": "1"
12    },
13    "devDependencies": {
14      "tap": "^7.1.2"
15    },
16    "scripts": {
17      "test": "tap test.js --100"
18    },
19    "repository": {
20      "type": "git",
21      "url": "https://github.com/npm/inflight.git"
22    },
23    "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
24    "bugs": {
25      "url": "https://github.com/isaacs/inflight/issues"
26    },
27    "homepage": "https://github.com/isaacs/inflight",
28    "license": "ISC"
29  }