@texting/padder
Version:
A debugging tool
46 lines • 1.03 kB
JSON
{
"name": "@texting/padder",
"version": "0.2.6",
"description": "A debugging tool",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typen/nullish": "^0.2.0",
"@typen/num-strict": "^0.2.0",
"@texting/charset-ansi": "^0.2.6",
"@texting/charset-halfwidth": "^0.2.6",
"@texting/charset-fullwidth": "^0.2.6",
"@texting/enum-chars": "^0.2.6",
"@texting/enum-chars-fullwidth": "^0.2.6",
"@texting/lange": "^0.2.6"
},
"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",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/pad-string.test.js"
}
}