[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "inflight@^1.0.4",
|
---|
| 3 | "_id": "inflight@1.0.6",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
---|
| 6 | "_location": "/inflight",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "inflight@^1.0.4",
|
---|
| 12 | "name": "inflight",
|
---|
| 13 | "escapedName": "inflight",
|
---|
| 14 | "rawSpec": "^1.0.4",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.4"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/glob"
|
---|
[d565449] | 20 | ],
|
---|
[79a0317] | 21 | "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
---|
| 22 | "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
|
---|
| 23 | "_spec": "inflight@^1.0.4",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Isaac Z. Schlueter",
|
---|
| 27 | "email": "i@izs.me",
|
---|
| 28 | "url": "http://blog.izs.me/"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/isaacs/inflight/issues"
|
---|
| 32 | },
|
---|
| 33 | "bundleDependencies": false,
|
---|
[d565449] | 34 | "dependencies": {
|
---|
| 35 | "once": "^1.3.0",
|
---|
| 36 | "wrappy": "1"
|
---|
| 37 | },
|
---|
[79a0317] | 38 | "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.",
|
---|
| 39 | "description": "Add callbacks to requests in flight to avoid async duplication",
|
---|
[d565449] | 40 | "devDependencies": {
|
---|
| 41 | "tap": "^7.1.2"
|
---|
| 42 | },
|
---|
[79a0317] | 43 | "files": [
|
---|
| 44 | "inflight.js"
|
---|
| 45 | ],
|
---|
| 46 | "homepage": "https://github.com/isaacs/inflight",
|
---|
| 47 | "license": "ISC",
|
---|
| 48 | "main": "inflight.js",
|
---|
| 49 | "name": "inflight",
|
---|
[d565449] | 50 | "repository": {
|
---|
| 51 | "type": "git",
|
---|
[79a0317] | 52 | "url": "git+https://github.com/npm/inflight.git"
|
---|
[d565449] | 53 | },
|
---|
[79a0317] | 54 | "scripts": {
|
---|
| 55 | "test": "tap test.js --100"
|
---|
[d565449] | 56 | },
|
---|
[79a0317] | 57 | "version": "1.0.6"
|
---|
[d565449] | 58 | }
|
---|