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/read-pkg-up/package.json')
-rw-r--r--node_modules/read-pkg-up/package.json63
1 files changed, 14 insertions, 49 deletions
diff --git a/node_modules/read-pkg-up/package.json b/node_modules/read-pkg-up/package.json
index e9d735e1a..f09bf3c35 100644
--- a/node_modules/read-pkg-up/package.json
+++ b/node_modules/read-pkg-up/package.json
@@ -1,56 +1,23 @@
{
- "_from": "read-pkg-up@^2.0.0",
- "_id": "read-pkg-up@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
- "_location": "/read-pkg-up",
- "_phantomChildren": {
- "path-exists": "3.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "read-pkg-up@^2.0.0",
- "name": "read-pkg-up",
- "escapedName": "read-pkg-up",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/@iarna/cli/yargs",
- "/eslint-plugin-import"
- ],
- "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
- "_shasum": "6b72a8048984e0c41e79510fd5e9fa99b3b549be",
- "_spec": "read-pkg-up@^2.0.0",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/@iarna/cli/node_modules/yargs",
+ "name": "read-pkg-up",
+ "version": "2.0.0",
+ "description": "Read the closest package.json file",
+ "license": "MIT",
+ "repository": "sindresorhus/read-pkg-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/read-pkg-up/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "find-up": "^2.0.0",
- "read-pkg": "^2.0.0"
- },
- "deprecated": false,
- "description": "Read the closest package.json file",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
"engines": {
"node": ">=4"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "homepage": "https://github.com/sindresorhus/read-pkg-up#readme",
"keywords": [
"json",
"read",
@@ -81,16 +48,14 @@
"walking",
"path"
],
- "license": "MIT",
- "name": "read-pkg-up",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/read-pkg-up.git"
+ "dependencies": {
+ "find-up": "^2.0.0",
+ "read-pkg": "^2.0.0"
},
- "scripts": {
- "test": "xo && ava"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
},
- "version": "2.0.0",
"xo": {
"esnext": true
}