2024-08-06 16:27:09 +08:00
{
2024-08-29 15:23:50 +08:00
"_from" : "inflight@^1.0.4" ,
"_id" : "inflight@1.0.6" ,
"_inBundle" : false ,
"_integrity" : "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" ,
"_location" : "/inflight" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "range" ,
"registry" : true ,
"raw" : "inflight@^1.0.4" ,
"name" : "inflight" ,
"escapedName" : "inflight" ,
"rawSpec" : "^1.0.4" ,
"saveSpec" : null ,
"fetchSpec" : "^1.0.4"
} ,
"_requiredBy" : [
"/glob"
2024-08-06 16:27:09 +08:00
] ,
2024-08-29 15:23:50 +08:00
"_resolved" : "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz" ,
"_shasum" : "49bd6331d7d02d0c09bc910a1075ba8165b56df9" ,
"_spec" : "inflight@^1.0.4" ,
"_where" : "E:\\lj_zhgd-app\\zhgd-app\\node_modules\\glob" ,
"author" : {
"name" : "Isaac Z. Schlueter" ,
"email" : "i@izs.me" ,
"url" : "http://blog.izs.me/"
} ,
"bugs" : {
"url" : "https://github.com/isaacs/inflight/issues"
} ,
"bundleDependencies" : false ,
2024-08-06 16:27:09 +08:00
"dependencies" : {
"once" : "^1.3.0" ,
"wrappy" : "1"
} ,
2024-08-29 15:23:50 +08:00
"deprecated" : "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful." ,
"description" : "Add callbacks to requests in flight to avoid async duplication" ,
2024-08-06 16:27:09 +08:00
"devDependencies" : {
"tap" : "^7.1.2"
} ,
2024-08-29 15:23:50 +08:00
"files" : [
"inflight.js"
] ,
"homepage" : "https://github.com/isaacs/inflight" ,
"license" : "ISC" ,
"main" : "inflight.js" ,
"name" : "inflight" ,
2024-08-06 16:27:09 +08:00
"repository" : {
"type" : "git" ,
2024-08-29 15:23:50 +08:00
"url" : "git+https://github.com/npm/inflight.git"
2024-08-06 16:27:09 +08:00
} ,
2024-08-29 15:23:50 +08:00
"scripts" : {
"test" : "tap test.js --100"
2024-08-06 16:27:09 +08:00
} ,
2024-08-29 15:23:50 +08:00
"version" : "1.0.6"
2024-08-06 16:27:09 +08:00
}