UNPKG

@spare/string

Version:
42 lines (41 loc) 865 B
{ "name": "@spare/string", "version": "0.14.4", "description": "A debugging tool", "main": "dist/index.cjs", "exports": { "import": "./dist/index.mjs", "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.14.4", "@spare/util": "^0.14.4" }, "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": "d9ec9688e7094a67f98a2cfe27d85b22d253a20e" }