source: trip-planner-front/node_modules/p-limit/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: 2.1 KB
Line 
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",
11 "_inBundle": false,
12 "_integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
13 "_location": "/p-limit",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "p-limit@3.1.0",
19 "name": "p-limit",
20 "escapedName": "p-limit",
21 "rawSpec": "3.1.0",
22 "saveSpec": null,
23 "fetchSpec": "3.1.0"
24 },
25 "_requiredBy": [
26 "/copy-webpack-plugin",
27 "/css-minimizer-webpack-plugin",
28 "/terser-webpack-plugin"
29 ],
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",
33 "author": {
34 "name": "Sindre Sorhus",
35 "email": "sindresorhus@gmail.com",
36 "url": "https://sindresorhus.com"
37 },
38 "bugs": {
39 "url": "https://github.com/sindresorhus/p-limit/issues"
40 },
41 "dependencies": {
42 "yocto-queue": "^0.1.0"
43 },
44 "description": "Run multiple promise-returning & async functions with limited concurrency",
45 "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"
53 },
54 "engines": {
55 "node": ">=10"
56 },
57 "files": [
58 "index.js",
59 "index.d.ts"
60 ],
61 "funding": "https://github.com/sponsors/sindresorhus",
62 "homepage": "https://github.com/sindresorhus/p-limit#readme",
63 "keywords": [
64 "promise",
65 "limit",
66 "limited",
67 "concurrency",
68 "throttle",
69 "throat",
70 "rate",
71 "batch",
72 "ratelimit",
73 "task",
74 "queue",
75 "async",
76 "await",
77 "promises",
78 "bluebird"
79 ],
80 "license": "MIT",
81 "name": "p-limit",
82 "repository": {
83 "type": "git",
84 "url": "git+https://github.com/sindresorhus/p-limit.git"
85 },
86 "scripts": {
87 "test": "xo && ava && tsd"
88 },
89 "version": "3.1.0"
90}
Note: See TracBrowser for help on using the repository browser.