Changeset 59329aa for trip-planner-front/node_modules/p-map
- 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-map/package.json
rceaed42 r59329aa 1 1 { 2 "name": "p-map", 3 "version": "4.0.0", 4 "description": "Map over promises concurrently", 5 "license": "MIT", 6 "repository": "sindresorhus/p-map", 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 "map", 26 "resolved", 27 "wait", 28 "collection", 29 "iterable", 30 "iterator", 31 "race", 32 "fulfilled", 33 "async", 34 "await", 35 "promises", 36 "concurrently", 37 "concurrency", 38 "parallel", 39 "bluebird" 40 ], 41 "dependencies": { 42 "aggregate-error": "^3.0.0" 43 }, 44 "devDependencies": { 45 "ava": "^2.2.0", 46 "delay": "^4.1.0", 47 "in-range": "^2.0.0", 48 "random-int": "^2.0.0", 49 "time-span": "^3.1.0", 50 "tsd": "^0.7.4", 51 "xo": "^0.27.2" 52 } 2 "_args": [ 3 [ 4 "p-map@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "p-map@4.0.0", 10 "_id": "p-map@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", 13 "_location": "/p-map", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "p-map@4.0.0", 19 "name": "p-map", 20 "escapedName": "p-map", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/cacache" 27 ], 28 "_resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "https://sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/p-map/issues" 38 }, 39 "dependencies": { 40 "aggregate-error": "^3.0.0" 41 }, 42 "description": "Map over promises concurrently", 43 "devDependencies": { 44 "ava": "^2.2.0", 45 "delay": "^4.1.0", 46 "in-range": "^2.0.0", 47 "random-int": "^2.0.0", 48 "time-span": "^3.1.0", 49 "tsd": "^0.7.4", 50 "xo": "^0.27.2" 51 }, 52 "engines": { 53 "node": ">=10" 54 }, 55 "files": [ 56 "index.js", 57 "index.d.ts" 58 ], 59 "funding": "https://github.com/sponsors/sindresorhus", 60 "homepage": "https://github.com/sindresorhus/p-map#readme", 61 "keywords": [ 62 "promise", 63 "map", 64 "resolved", 65 "wait", 66 "collection", 67 "iterable", 68 "iterator", 69 "race", 70 "fulfilled", 71 "async", 72 "await", 73 "promises", 74 "concurrently", 75 "concurrency", 76 "parallel", 77 "bluebird" 78 ], 79 "license": "MIT", 80 "name": "p-map", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/sindresorhus/p-map.git" 84 }, 85 "scripts": { 86 "test": "xo && ava && tsd" 87 }, 88 "version": "4.0.0" 53 89 }
Note:
See TracChangeset
for help on using the changeset viewer.