Changeset 59329aa for trip-planner-front/node_modules/p-limit
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/p-limit/package.json
rceaed42 r59329aa 1 1 { 2 "name": "p-limit", 3 "version": "3.1.0", 4 "description": "Run multiple promise-returning & async functions with limited concurrency", 5 "license": "MIT", 6 "repository": "sindresorhus/p-limit", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=10" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd" 18 }, 19 "files": [ 20 "index.js", 21 "index.d.ts" 22 ], 23 "keywords": [ 24 "promise", 25 "limit", 26 "limited", 27 "concurrency", 28 "throttle", 29 "throat", 30 "rate", 31 "batch", 32 "ratelimit", 33 "task", 34 "queue", 35 "async", 36 "await", 37 "promises", 38 "bluebird" 39 ], 40 "dependencies": { 41 "yocto-queue": "^0.1.0" 42 }, 43 "devDependencies": { 44 "ava": "^2.4.0", 45 "delay": "^4.4.0", 46 "in-range": "^2.0.0", 47 "random-int": "^2.0.1", 48 "time-span": "^4.0.0", 49 "tsd": "^0.13.1", 50 "xo": "^0.35.0" 51 } 2 "_args": [ 3 [ 4 "p-limit@3.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "p-limit@3.1.0", 10 "_id": "p-limit@3.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", 13 "_location": "/p-limit", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "p-limit@3.1.0", 19 "name": "p-limit", 20 "escapedName": "p-limit", 21 "rawSpec": "3.1.0", 22 "saveSpec": null, 23 "fetchSpec": "3.1.0" 24 }, 25 "_requiredBy": [ 26 "/copy-webpack-plugin", 27 "/css-minimizer-webpack-plugin", 28 "/terser-webpack-plugin" 29 ], 30 "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", 31 "_spec": "3.1.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Sindre Sorhus", 35 "email": "sindresorhus@gmail.com", 36 "url": "https://sindresorhus.com" 37 }, 38 "bugs": { 39 "url": "https://github.com/sindresorhus/p-limit/issues" 40 }, 41 "dependencies": { 42 "yocto-queue": "^0.1.0" 43 }, 44 "description": "Run multiple promise-returning & async functions with limited concurrency", 45 "devDependencies": { 46 "ava": "^2.4.0", 47 "delay": "^4.4.0", 48 "in-range": "^2.0.0", 49 "random-int": "^2.0.1", 50 "time-span": "^4.0.0", 51 "tsd": "^0.13.1", 52 "xo": "^0.35.0" 53 }, 54 "engines": { 55 "node": ">=10" 56 }, 57 "files": [ 58 "index.js", 59 "index.d.ts" 60 ], 61 "funding": "https://github.com/sponsors/sindresorhus", 62 "homepage": "https://github.com/sindresorhus/p-limit#readme", 63 "keywords": [ 64 "promise", 65 "limit", 66 "limited", 67 "concurrency", 68 "throttle", 69 "throat", 70 "rate", 71 "batch", 72 "ratelimit", 73 "task", 74 "queue", 75 "async", 76 "await", 77 "promises", 78 "bluebird" 79 ], 80 "license": "MIT", 81 "name": "p-limit", 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/sindresorhus/p-limit.git" 85 }, 86 "scripts": { 87 "test": "xo && ava && tsd" 88 }, 89 "version": "3.1.0" 52 90 }
Note:
See TracChangeset
for help on using the changeset viewer.