summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json')
-rw-r--r--deps/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json22
1 files changed, 12 insertions, 10 deletions
diff --git a/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json b/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json
index 233b3f13d7..9c9c7d9ffc 100644
--- a/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json
+++ b/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/package.json
@@ -1,8 +1,8 @@
{
"_from": "p-limit@^2.0.0",
- "_id": "p-limit@2.1.0",
+ "_id": "p-limit@2.2.0",
"_inBundle": false,
- "_integrity": "sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==",
+ "_integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==",
"_location": "/libnpmconfig/p-limit",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/libnpmconfig/p-locate"
],
- "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.1.0.tgz",
- "_shasum": "1d5a0d20fb12707c758a655f6bbc4386b5930d68",
+ "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz",
+ "_shasum": "417c9941e6027a9abcba5092dd2904e255b5fbc2",
"_spec": "p-limit@^2.0.0",
- "_where": "/Users/zkat/Documents/code/work/npm/node_modules/libnpmconfig/node_modules/p-locate",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/libnpmconfig/node_modules/p-locate",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -37,18 +37,20 @@
"deprecated": false,
"description": "Run multiple promise-returning & async functions with limited concurrency",
"devDependencies": {
- "ava": "^1.0.1",
+ "ava": "^1.2.1",
"delay": "^4.1.0",
"in-range": "^1.0.0",
"random-int": "^1.0.0",
"time-span": "^2.0.0",
- "xo": "^0.23.0"
+ "tsd-check": "^0.3.0",
+ "xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
- "index.js"
+ "index.js",
+ "index.d.ts"
],
"homepage": "https://github.com/sindresorhus/p-limit#readme",
"keywords": [
@@ -75,7 +77,7 @@
"url": "git+https://github.com/sindresorhus/p-limit.git"
},
"scripts": {
- "test": "xo && ava"
+ "test": "xo && ava && tsd-check"
},
- "version": "2.1.0"
+ "version": "2.2.0"
}