source: trip-planner-front/node_modules/p-map/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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"
89}
Note: See TracBrowser for help on using the repository browser.