Changeset e29cc2e for trip-planner-front/node_modules/p-limit/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/p-limit/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "p-limit@^2.2.0", 3 "_id": "p-limit@2.3.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",5 "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", 13 6 "_location": "/p-limit", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "p-limit@ 3.1.0",11 "raw": "p-limit@^2.2.0", 19 12 "name": "p-limit", 20 13 "escapedName": "p-limit", 21 "rawSpec": " 3.1.0",14 "rawSpec": "^2.2.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 3.1.0"16 "fetchSpec": "^2.2.0" 24 17 }, 25 18 "_requiredBy": [ 26 "/ copy-webpack-plugin",27 "/ css-minimizer-webpack-plugin",28 "/ terser-webpack-plugin"19 "/import-local/p-locate", 20 "/p-locate", 21 "/yargs/p-locate" 29 22 ], 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", 23 "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", 24 "_shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1", 25 "_spec": "p-limit@^2.2.0", 26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\p-locate", 33 27 "author": { 34 28 "name": "Sindre Sorhus", 35 29 "email": "sindresorhus@gmail.com", 36 "url": " https://sindresorhus.com"30 "url": "sindresorhus.com" 37 31 }, 38 32 "bugs": { 39 33 "url": "https://github.com/sindresorhus/p-limit/issues" 40 34 }, 35 "bundleDependencies": false, 41 36 "dependencies": { 42 " yocto-queue": "^0.1.0"37 "p-try": "^2.0.0" 43 38 }, 39 "deprecated": false, 44 40 "description": "Run multiple promise-returning & async functions with limited concurrency", 45 41 "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"42 "ava": "^1.2.1", 43 "delay": "^4.1.0", 44 "in-range": "^1.0.0", 45 "random-int": "^1.0.0", 46 "time-span": "^2.0.0", 47 "tsd-check": "^0.3.0", 48 "xo": "^0.24.0" 53 49 }, 54 50 "engines": { 55 "node": ">= 10"51 "node": ">=6" 56 52 }, 57 53 "files": [ … … 85 81 }, 86 82 "scripts": { 87 "test": "xo && ava && tsd "83 "test": "xo && ava && tsd-check" 88 84 }, 89 "version": " 3.1.0"85 "version": "2.3.0" 90 86 }
Note:
See TracChangeset
for help on using the changeset viewer.