blob: 8b1cefcdf09ae6411a2e40b391ad7ba1a0b45f17 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "p-map@^1.2.0",
3 "_id": "p-map@1.2.0",
4 "_inBundle": false,
5 "_integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==",
6 "_location": "/p-map",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "p-map@^1.2.0",
12 "name": "p-map",
13 "escapedName": "p-map",
14 "rawSpec": "^1.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.0"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-imagemin"
20 ],
21 "_resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
22 "_shasum": "e4e94f311eabbc8633a1e79908165fca26241b6b",
23 "_spec": "p-map@^1.2.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/p-map/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Map over promises concurrently",
36 "devDependencies": {
37 "ava": "*",
38 "delay": "^2.0.0",
39 "in-range": "^1.0.0",
40 "random-int": "^1.0.0",
41 "time-span": "^2.0.0",
42 "xo": "*"
43 },
44 "engines": {
45 "node": ">=4"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/sindresorhus/p-map#readme",
51 "keywords": [
52 "promise",
53 "map",
54 "resolved",
55 "wait",
56 "collection",
57 "iterable",
58 "iterator",
59 "race",
60 "fulfilled",
61 "async",
62 "await",
63 "promises",
64 "concurrently",
65 "concurrency",
66 "parallel",
67 "bluebird"
68 ],
69 "license": "MIT",
70 "name": "p-map",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sindresorhus/p-map.git"
74 },
75 "scripts": {
76 "test": "xo && ava"
77 },
78 "version": "1.2.0"
79}