UNPKG

857 BJSONView Raw
1{
2 "name": "@spare/pad-string",
3 "version": "0.7.13",
4 "description": "A debugging tool",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/pad-string.test.js"
16 },
17 "dependencies": {
18 "@spare/fullwidth": "^0.7.13",
19 "@spare/lange": "^0.7.13",
20 "@typen/num-strict": "^0.1.5"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/gadge/spare.git"
25 },
26 "keywords": [
27 "test",
28 "console",
29 "debug",
30 "print"
31 ],
32 "author": "Hoyeung Wong",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/gadge/spare"
36 },
37 "homepage": "https://github.com/gadge/spare#readme",
38 "gitHead": "94f1f894e79a75525679044de12e0b8972c57b75"
39}