Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/p-locate/package.json')
-rw-r--r--node_modules/p-locate/package.json33
1 files changed, 15 insertions, 18 deletions
diff --git a/node_modules/p-locate/package.json b/node_modules/p-locate/package.json
index 5f64e9dd3..f6c0db4f2 100644
--- a/node_modules/p-locate/package.json
+++ b/node_modules/p-locate/package.json
@@ -1,27 +1,27 @@
{
- "_from": "p-locate@^2.0.0",
- "_id": "p-locate@2.0.0",
+ "_from": "p-locate@^3.0.0",
+ "_id": "p-locate@3.0.0",
"_inBundle": false,
- "_integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
+ "_integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
"_location": "/p-locate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "p-locate@^2.0.0",
+ "raw": "p-locate@^3.0.0",
"name": "p-locate",
"escapedName": "p-locate",
- "rawSpec": "^2.0.0",
+ "rawSpec": "^3.0.0",
"saveSpec": null,
- "fetchSpec": "^2.0.0"
+ "fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/locate-path"
],
- "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
- "_shasum": "20a0103b222a70c8fd39cc2e580680f3dde5ec43",
- "_spec": "p-locate@^2.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/locate-path",
+ "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
+ "_shasum": "322d69a05c0264b25997d9f40cd8a891ab0064a4",
+ "_spec": "p-locate@^3.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/locate-path",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -32,19 +32,19 @@
},
"bundleDependencies": false,
"dependencies": {
- "p-limit": "^1.1.0"
+ "p-limit": "^2.0.0"
},
"deprecated": false,
"description": "Get the first fulfilled promise that satisfies the provided testing function",
"devDependencies": {
"ava": "*",
- "delay": "^1.3.1",
+ "delay": "^3.0.0",
"in-range": "^1.0.0",
- "time-span": "^1.0.0",
+ "time-span": "^2.0.0",
"xo": "*"
},
"engines": {
- "node": ">=4"
+ "node": ">=6"
},
"files": [
"index.js"
@@ -79,8 +79,5 @@
"scripts": {
"test": "xo && ava"
},
- "version": "2.0.0",
- "xo": {
- "esnext": true
- }
+ "version": "3.0.0"
}