@spare/pad-string
Version:
A debugging tool
41 lines (40 loc) • 887 B
JSON
{
"name": "@spare/pad-string",
"version": "0.9.9",
"description": "A debugging tool",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/pad-string.test.js"
},
"dependencies": {
"@spare/charset": "^0.9.9",
"@spare/fullwidth": "^0.9.9",
"@spare/lange": "^0.9.9",
"@typen/num-strict": "^0.1.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadge/spare.git"
},
"keywords": [
"test",
"console",
"debug",
"print"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/gadge/spare"
},
"homepage": "https://github.com/gadge/spare#readme",
"gitHead": "e46b058c2efdbf3061da0c0411710990a476ef54"
}