@spare/pad-string
Version:
A debugging tool
40 lines (39 loc) • 854 B
JSON
{
"name": "@spare/pad-string",
"version": "0.8.0",
"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/fullwidth": "^0.8.0",
"@spare/lange": "^0.8.0",
"@typen/num-strict": "^0.1.5"
},
"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": "a2f9b8cf418d911e8adbbfff12230105719da4ba"
}