lepu-test-platform-web/node_modules/wide-align/package.json

71 lines
1.7 KiB
JSON
Raw Normal View History

{
"_args": [
[
"wide-align@1.1.3",
"/Applications/work/GitLab/lepu-test-platform-web"
]
],
"_development": true,
"_from": "wide-align@1.1.3",
"_id": "wide-align@1.1.3",
"_inBundle": false,
"_integrity": "sha1-rgdOa9wMFKQx6ATmJFScYzsABFc=",
"_location": "/wide-align",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "wide-align@1.1.3",
"name": "wide-align",
"escapedName": "wide-align",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/gauge"
],
"_resolved": "https://registry.npm.taobao.org/wide-align/download/wide-align-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/iarna/wide-align/issues"
},
"dependencies": {
"string-width": "^1.0.2 || 2"
},
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"devDependencies": {
"tap": "10 || 11 || 12"
},
"files": [
"align.js"
],
"homepage": "https://github.com/iarna/wide-align#readme",
"keywords": [
"wide",
"double",
"unicode",
"cjkv",
"pad",
"align"
],
"license": "ISC",
"main": "align.js",
"name": "wide-align",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/wide-align.git"
},
"scripts": {
"test": "tap --coverage test/*.js",
"version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
},
"version": "1.1.3"
}