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-npm-prefix/package.json')
-rw-r--r--node_modules/find-npm-prefix/package.json26
1 files changed, 11 insertions, 15 deletions
diff --git a/node_modules/find-npm-prefix/package.json b/node_modules/find-npm-prefix/package.json
index e9344afe5..905c25eac 100644
--- a/node_modules/find-npm-prefix/package.json
+++ b/node_modules/find-npm-prefix/package.json
@@ -1,33 +1,27 @@
{
- "_args": [
- [
- "find-npm-prefix@1.0.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "find-npm-prefix@1.0.2",
+ "_from": "find-npm-prefix@^1.0.2",
"_id": "find-npm-prefix@1.0.2",
"_inBundle": false,
"_integrity": "sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA==",
"_location": "/find-npm-prefix",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "find-npm-prefix@1.0.2",
+ "raw": "find-npm-prefix@^1.0.2",
"name": "find-npm-prefix",
"escapedName": "find-npm-prefix",
- "rawSpec": "1.0.2",
+ "rawSpec": "^1.0.2",
"saveSpec": null,
- "fetchSpec": "1.0.2"
+ "fetchSpec": "^1.0.2"
},
"_requiredBy": [
- "/",
- "/libcipm"
+ "/"
],
"_resolved": "https://registry.npmjs.org/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz",
- "_spec": "1.0.2",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "8d8ce2c78b3b4b9e66c8acc6a37c231eb841cfdf",
+ "_spec": "find-npm-prefix@^1.0.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -36,7 +30,9 @@
"bugs": {
"url": "https://github.com/npm/find-npm-prefix/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "Find the npm project directory associated with for a given directory",
"devDependencies": {
"require-inject": "^1.4.2",