UNPKG

886 BJSONView Raw
1{
2 "name": "@spare/pad-string",
3 "version": "0.9.0",
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/charset": "^0.9.0",
19 "@spare/fullwidth": "^0.9.0",
20 "@spare/lange": "^0.9.0",
21 "@typen/num-strict": "^0.1.5"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/gadge/spare.git"
26 },
27 "keywords": [
28 "test",
29 "console",
30 "debug",
31 "print"
32 ],
33 "author": "Hoyeung Wong",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/gadge/spare"
37 },
38 "homepage": "https://github.com/gadge/spare#readme",
39 "gitHead": "c0560728c0c1898e8b336d8df130f3ed7b001f8a"
40}