UNPKG

1.73 kBJSONView Raw
1{
2 "name": "@spare/deco",
3 "version": "0.15.0",
4 "description": "A light and simple console debug 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/test.index.js"
19 },
20 "dependencies": {
21 "@aryth/comparer": "^0.6.8",
22 "@ject/oneself": "^0.0.17",
23 "@palett/enum-ansi-codes": "^0.10.5",
24 "@palett/presets": "^0.10.5",
25 "@palett/util-ansi": "^0.10.5",
26 "@spare/deco-colors": "^0.15.0",
27 "@spare/deco-date": "^0.15.0",
28 "@spare/deco-func": "^0.15.0",
29 "@texting/charset-ansi": "^0.1.11",
30 "@texting/enum-brackets": "^0.1.11",
31 "@texting/enum-chars": "^0.1.11",
32 "@texting/lange": "^0.1.11",
33 "@texting/padder": "^0.1.11",
34 "@texting/splitter": "^0.1.11",
35 "@texting/string-value": "^0.1.11",
36 "@typen/enum-data-types": "^0.1.19",
37 "@typen/enum-object-types": "^0.1.19",
38 "@typen/literal": "^0.1.19",
39 "@typen/num-loose": "^0.1.19",
40 "@typen/num-strict": "^0.1.19",
41 "@typen/typ": "^0.1.19",
42 "@vect/matrix-index": "^0.7.16",
43 "@vect/object-mapper": "^0.7.16",
44 "@vect/vector-index": "^0.7.16",
45 "@vect/vector-init": "^0.7.16"
46 },
47 "repository": {
48 "type": "git",
49 "url": "git+https://github.com/gadge/spare.git"
50 },
51 "keywords": [
52 "test",
53 "console",
54 "debug",
55 "print"
56 ],
57 "author": "Hoyeung Wong",
58 "license": "MIT",
59 "bugs": {
60 "url": "https://github.com/gadge/spare"
61 },
62 "homepage": "https://github.com/gadge/spare#readme",
63 "gitHead": "867a284d34bcdbf2331bf64bef28978eff118354"
64}