관리-도구
편집 파일: package.json
{ "name": "wcwidth", "version": "1.0.0", "description": "Port of C's wcwidth() and wcswidth()", "author": { "name": "Tim Oxley" }, "contributors": [ { "name": "Woong Jun", "email": "woong.jun@gmail.com", "url": "http://code.woong.org/" } ], "main": "index.js", "dependencies": { "defaults": "^1.0.0" }, "devDependencies": { "tape": "^2.13.4" }, "license": "MIT", "keywords": [ "wide character", "wc", "wide character string", "wcs", "terminal", "width", "wcwidth", "wcswidth" ], "directories": { "doc": "docs", "test": "test" }, "scripts": { "test": "tape test/*.js" }, "gitHead": "5bc3aafd45c89f233c27b9479c18a23ca91ba660", "_id": "wcwidth@1.0.0", "_shasum": "02d059ff7a8fc741e0f6b5da1e69b2b40daeca6f", "_from": "wcwidth@>=1.0.0 <2.0.0", "_npmVersion": "1.4.23", "_npmUser": { "name": "timoxley", "email": "secoif@gmail.com" }, "maintainers": [ { "name": "timoxley", "email": "secoif@gmail.com" } ], "dist": { "shasum": "02d059ff7a8fc741e0f6b5da1e69b2b40daeca6f", "tarball": "http://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz" }, "_resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz", "readme": "ERROR: No README data found!" }