UNPKG

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