保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/p-limit/package.json
@@ -1,25 +1,19 @@
{
  "_args": [
    [
      "p-limit@2.3.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "p-limit@2.3.0",
  "_from": "p-limit@^2.2.0",
  "_id": "p-limit@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  "_location": "/p-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "p-limit@2.3.0",
    "raw": "p-limit@^2.2.0",
    "name": "p-limit",
    "escapedName": "p-limit",
    "rawSpec": "2.3.0",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/hard-source-webpack-plugin/p-locate",
@@ -27,8 +21,9 @@
    "/webpack/p-locate"
  ],
  "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "3dd33c647a214fdfffd835933eb086da0dc21db1",
  "_spec": "p-limit@^2.2.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\p-locate",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
@@ -37,9 +32,11 @@
  "bugs": {
    "url": "https://github.com/sindresorhus/p-limit/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "p-try": "^2.0.0"
  },
  "deprecated": false,
  "description": "Run multiple promise-returning & async functions with limited concurrency",
  "devDependencies": {
    "ava": "^1.2.1",