[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "promise-inflight@1.0.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "promise-inflight@1.0.1",
|
---|
| 10 | "_id": "promise-inflight@1.0.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=",
|
---|
| 13 | "_location": "/promise-inflight",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "promise-inflight@1.0.1",
|
---|
| 19 | "name": "promise-inflight",
|
---|
| 20 | "escapedName": "promise-inflight",
|
---|
| 21 | "rawSpec": "1.0.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.0.1"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/@npmcli/git",
|
---|
| 27 | "/cacache"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
|
---|
| 30 | "_spec": "1.0.1",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Rebecca Turner",
|
---|
| 34 | "email": "me@re-becca.org",
|
---|
| 35 | "url": "http://re-becca.org/"
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/iarna/promise-inflight/issues"
|
---|
| 39 | },
|
---|
[6a3a178] | 40 | "description": "One promise for multiple requests in flight to avoid async duplication",
|
---|
[59329aa] | 41 | "devDependencies": {},
|
---|
[6a3a178] | 42 | "files": [
|
---|
| 43 | "inflight.js"
|
---|
| 44 | ],
|
---|
[59329aa] | 45 | "homepage": "https://github.com/iarna/promise-inflight#readme",
|
---|
[6a3a178] | 46 | "keywords": [],
|
---|
[59329aa] | 47 | "license": "ISC",
|
---|
| 48 | "main": "inflight.js",
|
---|
| 49 | "name": "promise-inflight",
|
---|
[6a3a178] | 50 | "repository": {
|
---|
| 51 | "type": "git",
|
---|
| 52 | "url": "git+https://github.com/iarna/promise-inflight.git"
|
---|
| 53 | },
|
---|
[59329aa] | 54 | "scripts": {
|
---|
| 55 | "test": "echo \"Error: no test specified\" && exit 1"
|
---|
[6a3a178] | 56 | },
|
---|
[59329aa] | 57 | "version": "1.0.1"
|
---|
[6a3a178] | 58 | }
|
---|