Update metadata

This commit is contained in:
Imran Ismail
2019-09-05 12:08:20 +08:00
parent 6e5c237523
commit 56c04146d7
1454 changed files with 204046 additions and 234789 deletions

32
node_modules/p-limit/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"p-limit@2.2.0",
"/Users/imranismail/Projects/setup-kustomize"
]
],
"_development": true,
"_from": "p-limit@2.2.0",
"_id": "p-limit@2.2.0",
"_from": "p-limit@^2.0.0",
"_id": "p-limit@2.2.1",
"_inBundle": false,
"_integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==",
"_integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==",
"_location": "/p-limit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "p-limit@2.2.0",
"raw": "p-limit@^2.0.0",
"name": "p-limit",
"escapedName": "p-limit",
"rawSpec": "2.2.0",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/p-locate"
],
"_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/imranismail/Projects/setup-kustomize",
"_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
"_shasum": "aa07a788cc3151c939b5131f63570f0dd2009537",
"_spec": "p-limit@^2.0.0",
"_where": "/Users/imranismail/Projects/setup-kustomize/node_modules/p-locate",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,9 +30,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",
@@ -83,5 +79,5 @@
"scripts": {
"test": "xo && ava && tsd-check"
},
"version": "2.2.0"
"version": "2.2.1"
}