UNPKG

1.81 kBJSONView Raw
1{
2 "name": "@spare/deco",
3 "version": "0.15.13",
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 "@aryth/math": "^0.6.8",
23 "@palett/convert": "^0.11.6",
24 "@palett/enum-ansi-codes": "^0.11.6",
25 "@palett/presets": "^0.11.6",
26 "@palett/util-ansi": "^0.11.6",
27 "@spare/deco-colors": "^0.15.13",
28 "@spare/deco-date": "^0.15.13",
29 "@spare/deco-func": "^0.15.13",
30 "@texting/charset-ansi": "^0.1.13",
31 "@texting/enum-brackets": "^0.1.13",
32 "@texting/enum-chars": "^0.1.13",
33 "@texting/lange": "^0.1.13",
34 "@texting/padder": "^0.1.13",
35 "@texting/splitter": "^0.1.13",
36 "@texting/string-value": "^0.1.13",
37 "@typen/enum-data-types": "^0.1.19",
38 "@typen/enum-object-types": "^0.1.19",
39 "@typen/literal": "^0.1.19",
40 "@typen/num-loose": "^0.1.19",
41 "@typen/num-strict": "^0.1.19",
42 "@typen/typ": "^0.1.19",
43 "@vect/enum-matrix-directions": "^0.6.13",
44 "@vect/matrix-index": "^0.7.16",
45 "@vect/object-mapper": "^0.7.16",
46 "@vect/vector-index": "^0.7.16",
47 "@vect/vector-init": "^0.7.16"
48 },
49 "repository": {
50 "type": "git",
51 "url": "git+https://github.com/gadge/spare.git"
52 },
53 "keywords": [
54 "test",
55 "console",
56 "debug",
57 "print"
58 ],
59 "author": "Hoyeung Wong",
60 "license": "MIT",
61 "bugs": {
62 "url": "https://github.com/gadge/spare"
63 },
64 "homepage": "https://github.com/gadge/spare#readme",
65 "gitHead": "1f3e3f2a1d6654d143aa973945f30c13d9a15bd1"
66}