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/archy/package.json')
-rw-r--r--node_modules/archy/package.json27
1 files changed, 13 insertions, 14 deletions
diff --git a/node_modules/archy/package.json b/node_modules/archy/package.json
index b78e34e3e..7bf1bfd39 100644
--- a/node_modules/archy/package.json
+++ b/node_modules/archy/package.json
@@ -1,32 +1,29 @@
{
- "_args": [
- [
- "archy@1.0.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "archy@1.0.0",
+ "_from": "archy@~1.0.0",
"_id": "archy@1.0.0",
"_inBundle": false,
"_integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
"_location": "/archy",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "archy@1.0.0",
+ "raw": "archy@~1.0.0",
"name": "archy",
"escapedName": "archy",
- "rawSpec": "1.0.0",
+ "rawSpec": "~1.0.0",
"saveSpec": null,
- "fetchSpec": "1.0.0"
+ "fetchSpec": "~1.0.0"
},
"_requiredBy": [
- "/"
+ "/",
+ "/istanbul-lib-processinfo",
+ "/nyc"
],
"_resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40",
+ "_spec": "archy@~1.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -35,6 +32,8 @@
"bugs": {
"url": "https://github.com/substack/node-archy/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "render nested hierarchies `npm ls` style with unicode pipes",
"devDependencies": {
"tap": "~0.3.3",