Changeset 79a0317 for imaps-frontend/node_modules/inflight
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/inflight/package.json
r0c6b92a r79a0317 1 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" 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" 8 20 ], 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, 9 34 "dependencies": { 10 35 "once": "^1.3.0", 11 36 "wrappy": "1" 12 37 }, 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", 13 40 "devDependencies": { 14 41 "tap": "^7.1.2" 42 }, 43 "files": [ 44 "inflight.js" 45 ], 46 "homepage": "https://github.com/isaacs/inflight", 47 "license": "ISC", 48 "main": "inflight.js", 49 "name": "inflight", 50 "repository": { 51 "type": "git", 52 "url": "git+https://github.com/npm/inflight.git" 15 53 }, 16 54 "scripts": { 17 55 "test": "tap test.js --100" 18 56 }, 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" 57 "version": "1.0.6" 29 58 }
Note:
See TracChangeset
for help on using the changeset viewer.