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/locate-path/package.json')
-rw-r--r--node_modules/locate-path/package.json29
1 files changed, 13 insertions, 16 deletions
diff --git a/node_modules/locate-path/package.json b/node_modules/locate-path/package.json
index 3e1b24f37..8fc0eac0d 100644
--- a/node_modules/locate-path/package.json
+++ b/node_modules/locate-path/package.json
@@ -1,27 +1,27 @@
{
- "_from": "locate-path@^2.0.0",
- "_id": "locate-path@2.0.0",
+ "_from": "locate-path@^3.0.0",
+ "_id": "locate-path@3.0.0",
"_inBundle": false,
- "_integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
+ "_integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
"_location": "/locate-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "locate-path@^2.0.0",
+ "raw": "locate-path@^3.0.0",
"name": "locate-path",
"escapedName": "locate-path",
- "rawSpec": "^2.0.0",
+ "rawSpec": "^3.0.0",
"saveSpec": null,
- "fetchSpec": "^2.0.0"
+ "fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/find-up"
],
- "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
- "_shasum": "2b568b265eec944c6d9c0de9c3dbbbca0354cd8e",
- "_spec": "locate-path@^2.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/find-up",
+ "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
+ "_shasum": "dbec3b3ab759758071b58fe59fc41871af21400e",
+ "_spec": "locate-path@^3.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/find-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -32,7 +32,7 @@
},
"bundleDependencies": false,
"dependencies": {
- "p-locate": "^2.0.0",
+ "p-locate": "^3.0.0",
"path-exists": "^3.0.0"
},
"deprecated": false,
@@ -42,7 +42,7 @@
"xo": "*"
},
"engines": {
- "node": ">=4"
+ "node": ">=6"
},
"files": [
"index.js"
@@ -72,8 +72,5 @@
"scripts": {
"test": "xo && ava"
},
- "version": "2.0.0",
- "xo": {
- "esnext": true
- }
+ "version": "3.0.0"
}