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/wcwidth/package.json')
-rw-r--r--node_modules/wcwidth/package.json84
1 files changed, 0 insertions, 84 deletions
diff --git a/node_modules/wcwidth/package.json b/node_modules/wcwidth/package.json
deleted file mode 100644
index a950ab260..000000000
--- a/node_modules/wcwidth/package.json
+++ /dev/null
@@ -1,84 +0,0 @@
-{
- "_args": [
- [
- "wcwidth@^1.0.0",
- "/Users/rebecca/code/npm/node_modules/columnify"
- ]
- ],
- "_from": "wcwidth@>=1.0.0 <2.0.0",
- "_id": "wcwidth@1.0.0",
- "_inCache": true,
- "_location": "/wcwidth",
- "_npmUser": {
- "email": "secoif@gmail.com",
- "name": "timoxley"
- },
- "_npmVersion": "1.4.23",
- "_phantomChildren": {},
- "_requested": {
- "name": "wcwidth",
- "raw": "wcwidth@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/columnify"
- ],
- "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz",
- "_shasum": "02d059ff7a8fc741e0f6b5da1e69b2b40daeca6f",
- "_shrinkwrap": null,
- "_spec": "wcwidth@^1.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/columnify",
- "author": {
- "name": "Tim Oxley"
- },
- "contributors": [
- {
- "name": "Woong Jun",
- "email": "woong.jun@gmail.com",
- "url": "http://code.woong.org/"
- }
- ],
- "dependencies": {
- "defaults": "^1.0.0"
- },
- "description": "Port of C's wcwidth() and wcswidth()",
- "devDependencies": {
- "tape": "^2.13.4"
- },
- "directories": {
- "doc": "docs",
- "test": "test"
- },
- "dist": {
- "shasum": "02d059ff7a8fc741e0f6b5da1e69b2b40daeca6f",
- "tarball": "http://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz"
- },
- "gitHead": "5bc3aafd45c89f233c27b9479c18a23ca91ba660",
- "keywords": [
- "terminal",
- "wc",
- "wcs",
- "wcswidth",
- "wcwidth",
- "wide character",
- "wide character string",
- "width"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "timoxley",
- "email": "secoif@gmail.com"
- }
- ],
- "name": "wcwidth",
- "optionalDependencies": {},
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "1.0.0"
-}