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:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/cli-columns/package.json
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/cli-columns/package.json')
-rw-r--r--node_modules/cli-columns/package.json81
1 files changed, 23 insertions, 58 deletions
diff --git a/node_modules/cli-columns/package.json b/node_modules/cli-columns/package.json
index 9554acd98..cd1c252cd 100644
--- a/node_modules/cli-columns/package.json
+++ b/node_modules/cli-columns/package.json
@@ -1,56 +1,11 @@
{
- "_from": "cli-columns@^3.1.2",
- "_id": "cli-columns@3.1.2",
- "_inBundle": false,
- "_integrity": "sha1-ZzLZcpee/CrkRKHwjgj6E5yWoY4=",
- "_location": "/cli-columns",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cli-columns@^3.1.2",
- "name": "cli-columns",
- "escapedName": "cli-columns",
- "rawSpec": "^3.1.2",
- "saveSpec": null,
- "fetchSpec": "^3.1.2"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-3.1.2.tgz",
- "_shasum": "6732d972979efc2ae444a1f08e08fa139c96a18e",
- "_spec": "cli-columns@^3.1.2",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Shannon Moeller",
- "email": "me@shannonmoeller",
- "url": "http://shannonmoeller.com"
- },
- "bugs": {
- "url": "https://github.com/shannonmoeller/cli-columns/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "string-width": "^2.0.0",
- "strip-ansi": "^3.0.1"
- },
- "deprecated": false,
+ "name": "cli-columns",
+ "version": "3.1.2",
"description": "Columnated lists for the CLI.",
- "devDependencies": {
- "ava": "^0.19.1",
- "chalk": "^1.1.3",
- "coveralls": "^2.13.1",
- "nyc": "^11.0.2",
- "xo": "^0.18.2"
- },
- "engines": {
- "node": ">= 4"
+ "scripts": {
+ "report": "nyc report -r text-lcov | coveralls",
+ "test": "xo && nyc ava"
},
- "files": [
- "*.js"
- ],
- "homepage": "https://github.com/shannonmoeller/cli-columns#readme",
"keywords": [
"ansi",
"cli",
@@ -66,16 +21,26 @@
"unicode",
"unix"
],
+ "author": "Shannon Moeller <me@shannonmoeller> (http://shannonmoeller.com)",
+ "homepage": "https://github.com/shannonmoeller/cli-columns#readme",
+ "repository": "shannonmoeller/cli-columns",
"license": "MIT",
"main": "index.js",
- "name": "cli-columns",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/shannonmoeller/cli-columns.git"
+ "files": [
+ "*.js"
+ ],
+ "dependencies": {
+ "string-width": "^2.0.0",
+ "strip-ansi": "^3.0.1"
},
- "scripts": {
- "report": "nyc report -r text-lcov | coveralls",
- "test": "xo && nyc ava"
+ "devDependencies": {
+ "ava": "^0.19.1",
+ "chalk": "^1.1.3",
+ "coveralls": "^2.13.1",
+ "nyc": "^11.0.2",
+ "xo": "^0.18.2"
},
- "version": "3.1.2"
+ "engines": {
+ "node": ">= 4"
+ }
}