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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "p-limit@^2.2.0",
3 "_id": "p-limit@2.3.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
[59329aa]6 "_location": "/p-limit",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "p-limit@^2.2.0",
[59329aa]12 "name": "p-limit",
13 "escapedName": "p-limit",
[e29cc2e]14 "rawSpec": "^2.2.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^2.2.0"
[59329aa]17 },
18 "_requiredBy": [
[e29cc2e]19 "/import-local/p-locate",
20 "/p-locate",
21 "/yargs/p-locate"
[59329aa]22 ],
[e29cc2e]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",
[59329aa]27 "author": {
28 "name": "Sindre Sorhus",
29 "email": "sindresorhus@gmail.com",
[e29cc2e]30 "url": "sindresorhus.com"
[59329aa]31 },
32 "bugs": {
33 "url": "https://github.com/sindresorhus/p-limit/issues"
34 },
[e29cc2e]35 "bundleDependencies": false,
[59329aa]36 "dependencies": {
[e29cc2e]37 "p-try": "^2.0.0"
[59329aa]38 },
[e29cc2e]39 "deprecated": false,
[59329aa]40 "description": "Run multiple promise-returning & async functions with limited concurrency",
41 "devDependencies": {
[e29cc2e]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"
[59329aa]49 },
50 "engines": {
[e29cc2e]51 "node": ">=6"
[59329aa]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": {
[e29cc2e]83 "test": "xo && ava && tsd-check"
[59329aa]84 },
[e29cc2e]85 "version": "2.3.0"
[6a3a178]86}
Note: See TracBrowser for help on using the repository browser.