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:
authorRebecca Turner <me@re-becca.org>2015-05-22 11:33:46 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:27:03 +0300
commitd3c858ce4cfb3aee515bb299eb034fe1b5e44344 (patch)
treee7714c839934a729b68038f4c7dc5ec3ed877638 /node_modules/wcwidth/package.json
parent24564b9654528d23c726cf9ea82b1aef2044b692 (diff)
deps: deduplicate npm@3 style
Diffstat (limited to 'node_modules/wcwidth/package.json')
-rw-r--r--node_modules/wcwidth/package.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/node_modules/wcwidth/package.json b/node_modules/wcwidth/package.json
new file mode 100644
index 000000000..a950ab260
--- /dev/null
+++ b/node_modules/wcwidth/package.json
@@ -0,0 +1,84 @@
+{
+ "_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"
+}