@spare/string
Version:
A debugging tool
39 lines (38 loc) • 816 B
JSON
{
"name": "@spare/string",
"version": "0.11.19",
"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/test.index.js"
},
"dependencies": {
"@spare/enum-chars": "^0.11.19",
"@spare/util": "^0.11.19"
},
"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": "9ea885f38e15fe9bfe574d4aa21d21c67aed8af8"
}