source: trip-planner-front/node_modules/del/node_modules/p-map/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "p-map@2.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "p-map@2.1.0",
10 "_id": "p-map@2.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
13 "_location": "/del/p-map",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "p-map@2.1.0",
19 "name": "p-map",
20 "escapedName": "p-map",
21 "rawSpec": "2.1.0",
22 "saveSpec": null,
23 "fetchSpec": "2.1.0"
24 },
25 "_requiredBy": [
26 "/del"
27 ],
28 "_resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
29 "_spec": "2.1.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": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/p-map/issues"
38 },
39 "description": "Map over promises concurrently",
40 "devDependencies": {
41 "ava": "^1.4.1",
42 "delay": "^4.1.0",
43 "in-range": "^1.0.0",
44 "random-int": "^1.0.0",
45 "time-span": "^3.1.0",
46 "tsd": "^0.7.2",
47 "xo": "^0.24.0"
48 },
49 "engines": {
50 "node": ">=6"
51 },
52 "files": [
53 "index.js",
54 "index.d.ts"
55 ],
56 "homepage": "https://github.com/sindresorhus/p-map#readme",
57 "keywords": [
58 "promise",
59 "map",
60 "resolved",
61 "wait",
62 "collection",
63 "iterable",
64 "iterator",
65 "race",
66 "fulfilled",
67 "async",
68 "await",
69 "promises",
70 "concurrently",
71 "concurrency",
72 "parallel",
73 "bluebird"
74 ],
75 "license": "MIT",
76 "name": "p-map",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/sindresorhus/p-map.git"
80 },
81 "scripts": {
82 "test": "xo && ava && tsd"
83 },
84 "version": "2.1.0"
85}
Note: See TracBrowser for help on using the repository browser.