UNPKG

@spare/string

Version:
43 lines (42 loc) 884 B
{ "name": "@spare/string", "version": "0.13.0", "description": "A debugging tool", "type": "module", "main": "dist/index.cjs", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/test.index.js" }, "dependencies": { "@spare/enum-chars": "^0.13.0", "@spare/util": "^0.13.0" }, "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": "ed47110c69a1ca3f4358dd9c1fca1f5e527cf7ba" }