Urara-Blog/node_modules/.pnpm-store/v3/files/fa/5cc51e5a46b5be8e9538812ad1a719792c7f7b4426210a840d1df18d85452d1e27b2a64ec7b0149d5ea61ffe0e27fd0319c84c0cd4945cbaa6b4e7f66e545f
2022-08-14 01:14:53 +08:00

29 lines
658 B
Text

{
"name": "inflight",
"version": "1.0.6",
"description": "Add callbacks to requests in flight to avoid async duplication",
"main": "inflight.js",
"files": [
"inflight.js"
],
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
},
"devDependencies": {
"tap": "^7.1.2"
},
"scripts": {
"test": "tap test.js --100"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/inflight.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"bugs": {
"url": "https://github.com/isaacs/inflight/issues"
},
"homepage": "https://github.com/isaacs/inflight",
"license": "ISC"
}