Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/wcwidth/package.json
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

87 lines
2.0 KiB
JSON

{
"_args": [
[
"wcwidth@^1.0.0",
"/Users/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/node_modules/columnify"
]
],
"_from": "wcwidth@>=1.0.0 <2.0.0",
"_id": "wcwidth@1.0.0",
"_inCache": true,
"_installable": 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/mromano/dev/dev-platform-webcomponents/ng2-components/ng2-alfresco-documentslist/node_modules/columnify",
"author": {
"name": "Tim Oxley"
},
"contributors": [
{
"email": "woong.jun@gmail.com",
"name": "Woong Jun",
"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": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.0.tgz"
},
"gitHead": "5bc3aafd45c89f233c27b9479c18a23ca91ba660",
"keywords": [
"wide character",
"wc",
"wide character string",
"wcs",
"terminal",
"width",
"wcwidth",
"wcswidth"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "secoif@gmail.com",
"name": "timoxley"
}
],
"name": "wcwidth",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.0"
}