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/find-up/package.json')
-rw-r--r--node_modules/find-up/package.json39
1 files changed, 19 insertions, 20 deletions
diff --git a/node_modules/find-up/package.json b/node_modules/find-up/package.json
index 3647cbf41..9493a9924 100644
--- a/node_modules/find-up/package.json
+++ b/node_modules/find-up/package.json
@@ -1,29 +1,31 @@
{
- "_from": "find-up@^2.1.0",
- "_id": "find-up@2.1.0",
+ "_from": "find-up@^3.0.0",
+ "_id": "find-up@3.0.0",
"_inBundle": false,
- "_integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
+ "_integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
"_location": "/find-up",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "find-up@^2.1.0",
+ "raw": "find-up@^3.0.0",
"name": "find-up",
"escapedName": "find-up",
- "rawSpec": "^2.1.0",
+ "rawSpec": "^3.0.0",
"saveSpec": null,
- "fetchSpec": "^2.1.0"
+ "fetchSpec": "^3.0.0"
},
"_requiredBy": [
- "/pkg-conf",
- "/read-pkg-up",
+ "/find-cache-dir/pkg-dir",
+ "/nyc",
+ "/nyc/yargs",
+ "/test-exclude/read-pkg-up",
"/yargs"
],
- "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
- "_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
- "_spec": "find-up@^2.1.0",
- "_where": "/Users/rebecca/code/npm/node_modules/yargs",
+ "_resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
+ "_shasum": "49169f1d7993430646da61ecc5ae355c21c97b73",
+ "_spec": "find-up@^3.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/yargs",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -34,17 +36,17 @@
},
"bundleDependencies": false,
"dependencies": {
- "locate-path": "^2.0.0"
+ "locate-path": "^3.0.0"
},
"deprecated": false,
- "description": "Find a file by walking up parent directories",
+ "description": "Find a file or directory by walking up parent directories",
"devDependencies": {
"ava": "*",
- "tempfile": "^1.1.1",
+ "tempy": "^0.2.1",
"xo": "*"
},
"engines": {
- "node": ">=4"
+ "node": ">=6"
},
"files": [
"index.js"
@@ -80,8 +82,5 @@
"scripts": {
"test": "xo && ava"
},
- "version": "2.1.0",
- "xo": {
- "esnext": true
- }
+ "version": "3.0.0"
}