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/text-table/package.json')
-rw-r--r--node_modules/text-table/package.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/node_modules/text-table/package.json b/node_modules/text-table/package.json
index de1ad21bd..30d121c73 100644
--- a/node_modules/text-table/package.json
+++ b/node_modules/text-table/package.json
@@ -1,33 +1,28 @@
{
- "_args": [
- [
- "text-table@0.2.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "text-table@0.2.0",
+ "_from": "text-table@~0.2.0",
"_id": "text-table@0.2.0",
"_inBundle": false,
"_integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"_location": "/text-table",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "text-table@0.2.0",
+ "raw": "text-table@~0.2.0",
"name": "text-table",
"escapedName": "text-table",
- "rawSpec": "0.2.0",
+ "rawSpec": "~0.2.0",
"saveSpec": null,
- "fetchSpec": "0.2.0"
+ "fetchSpec": "~0.2.0"
},
"_requiredBy": [
"/",
"/eslint"
],
"_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
- "_spec": "0.2.0",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "7f5ee823ae805207c00af2df4a84ec3fcfa570b4",
+ "_spec": "text-table@~0.2.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -36,6 +31,8 @@
"bugs": {
"url": "https://github.com/substack/text-table/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "borderless text tables with alignment",
"devDependencies": {
"cli-color": "~0.2.3",