123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_args": [
- [
- {
- "raw": "wcwidth@^1.0.0",
- "scope": null,
- "escapedName": "wcwidth",
- "name": "wcwidth",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/columnify"
- ]
- ],
- "_from": "wcwidth@>=1.0.0 <2.0.0",
- "_id": "wcwidth@1.0.1",
- "_inCache": true,
- "_location": "/wcwidth",
- "_nodeVersion": "5.10.1",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/wcwidth-1.0.1.tgz_1464580614788_0.27110297488979995"
- },
- "_npmUser": {
- "name": "timoxley",
- "email": "secoif@gmail.com"
- },
- "_npmVersion": "3.9.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "wcwidth@^1.0.0",
- "scope": null,
- "escapedName": "wcwidth",
- "name": "wcwidth",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/columnify"
- ],
- "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
- "_shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
- "_shrinkwrap": null,
- "_spec": "wcwidth@^1.0.0",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/columnify",
- "author": {
- "name": "Tim Oxley"
- },
- "bugs": {
- "url": "https://github.com/timoxley/wcwidth/issues"
- },
- "contributors": [
- {
- "name": "Woong Jun",
- "email": "woong.jun@gmail.com",
- "url": "http://code.woong.org/"
- }
- ],
- "dependencies": {
- "defaults": "^1.0.3"
- },
- "description": "Port of C's wcwidth() and wcswidth()",
- "devDependencies": {
- "tape": "^4.5.1"
- },
- "directories": {
- "doc": "docs",
- "test": "test"
- },
- "dist": {
- "shasum": "f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8",
- "tarball": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz"
- },
- "gitHead": "5f7935f7df9d4146e001829ed14d1629ced210ba",
- "homepage": "https://github.com/timoxley/wcwidth#readme",
- "keywords": [
- "wide character",
- "wc",
- "wide character string",
- "wcs",
- "terminal",
- "width",
- "wcwidth",
- "wcswidth"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "timoxley",
- "email": "secoif@gmail.com"
- }
- ],
- "name": "wcwidth",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/timoxley/wcwidth.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "1.0.1"
- }
|