UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@spare/pad-table",
3 "version": "0.7.19",
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-table.test.js"
16 },
17 "dependencies": {
18 "@spare/enum-chars": "^0.7.19",
19 "@spare/enum-full-angle-chars": "^0.7.19",
20 "@spare/fullwidth": "^0.7.19",
21 "@spare/lange": "^0.7.19",
22 "@spare/pad-string": "^0.7.19",
23 "@spare/string": "^0.7.19",
24 "@vect/columns-indicator": "^0.2.5",
25 "@vect/matrix-transpose": "^0.2.5",
26 "@vect/matrix-zipper": "^0.2.5",
27 "@vect/vector": "^0.2.5",
28 "@vect/vector-indicator": "^0.2.5",
29 "@vect/vector-mapper": "^0.2.5",
30 "@vect/vector-zipper": "^0.2.5"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/gadge/spare.git"
35 },
36 "keywords": [
37 "test",
38 "console",
39 "debug",
40 "print"
41 ],
42 "author": "Hoyeung Wong",
43 "license": "MIT",
44 "bugs": {
45 "url": "https://github.com/gadge/spare"
46 },
47 "homepage": "https://github.com/gadge/spare#readme",
48 "gitHead": "070e709fc55edcb57f0898464762fe71b437a74d"
49}