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

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

primeNG components

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_from": "p-limit@^2.2.0",
3 "_id": "p-limit@2.3.0",
4 "_inBundle": false,
5 "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
6 "_location": "/p-limit",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "p-limit@^2.2.0",
12 "name": "p-limit",
13 "escapedName": "p-limit",
14 "rawSpec": "^2.2.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.2.0"
17 },
18 "_requiredBy": [
19 "/import-local/p-locate",
20 "/p-locate",
21 "/yargs/p-locate"
22 ],
23 "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
24 "_shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1",
25 "_spec": "p-limit@^2.2.0",
26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\p-locate",
27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
30 "url": "sindresorhus.com"
31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/p-limit/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "p-try": "^2.0.0"
38 },
39 "deprecated": false,
40 "description": "Run multiple promise-returning & async functions with limited concurrency",
41 "devDependencies": {
42 "ava": "^1.2.1",
43 "delay": "^4.1.0",
44 "in-range": "^1.0.0",
45 "random-int": "^1.0.0",
46 "time-span": "^2.0.0",
47 "tsd-check": "^0.3.0",
48 "xo": "^0.24.0"
49 },
50 "engines": {
51 "node": ">=6"
52 },
53 "files": [
54 "index.js",
55 "index.d.ts"
56 ],
57 "funding": "https://github.com/sponsors/sindresorhus",
58 "homepage": "https://github.com/sindresorhus/p-limit#readme",
59 "keywords": [
60 "promise",
61 "limit",
62 "limited",
63 "concurrency",
64 "throttle",
65 "throat",
66 "rate",
67 "batch",
68 "ratelimit",
69 "task",
70 "queue",
71 "async",
72 "await",
73 "promises",
74 "bluebird"
75 ],
76 "license": "MIT",
77 "name": "p-limit",
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/sindresorhus/p-limit.git"
81 },
82 "scripts": {
83 "test": "xo && ava && tsd-check"
84 },
85 "version": "2.3.0"
86}
Note: See TracBrowser for help on using the repository browser.