Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/p-limit/package.json

    r59329aa re29cc2e  
    11{
    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",
     2  "_from": "p-limit@^2.2.0",
     3  "_id": "p-limit@2.3.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
     5  "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
    136  "_location": "/p-limit",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "p-limit@3.1.0",
     11    "raw": "p-limit@^2.2.0",
    1912    "name": "p-limit",
    2013    "escapedName": "p-limit",
    21     "rawSpec": "3.1.0",
     14    "rawSpec": "^2.2.0",
    2215    "saveSpec": null,
    23     "fetchSpec": "3.1.0"
     16    "fetchSpec": "^2.2.0"
    2417  },
    2518  "_requiredBy": [
    26     "/copy-webpack-plugin",
    27     "/css-minimizer-webpack-plugin",
    28     "/terser-webpack-plugin"
     19    "/import-local/p-locate",
     20    "/p-locate",
     21    "/yargs/p-locate"
    2922  ],
    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",
     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",
    3327  "author": {
    3428    "name": "Sindre Sorhus",
    3529    "email": "sindresorhus@gmail.com",
    36     "url": "https://sindresorhus.com"
     30    "url": "sindresorhus.com"
    3731  },
    3832  "bugs": {
    3933    "url": "https://github.com/sindresorhus/p-limit/issues"
    4034  },
     35  "bundleDependencies": false,
    4136  "dependencies": {
    42     "yocto-queue": "^0.1.0"
     37    "p-try": "^2.0.0"
    4338  },
     39  "deprecated": false,
    4440  "description": "Run multiple promise-returning & async functions with limited concurrency",
    4541  "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"
     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"
    5349  },
    5450  "engines": {
    55     "node": ">=10"
     51    "node": ">=6"
    5652  },
    5753  "files": [
     
    8581  },
    8682  "scripts": {
    87     "test": "xo && ava && tsd"
     83    "test": "xo && ava && tsd-check"
    8884  },
    89   "version": "3.1.0"
     85  "version": "2.3.0"
    9086}
Note: See TracChangeset for help on using the changeset viewer.