UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@palett/fluo-matrix",
3 "version": "0.11.2",
4 "description": "A colorant to string",
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 "test-jest": "jest"
20 },
21 "dependencies": {
22 "@palett/fluo": "^0.11.2",
23 "@vect/enum-matrix-directions": "^0.6.13"
24 },
25 "devDependencies": {
26 "@aryth/bound-matrix": "^0.6.8",
27 "@ject/oneself": "^0.0.17",
28 "@palett/convert": "^0.11.2",
29 "@palett/enum-colorant-modes": "^0.11.2",
30 "@palett/fluo-vector": "^0.11.2",
31 "@palett/presets": "^0.11.2",
32 "@palett/projector": "^0.11.2",
33 "@texting/charset-fullwidth": "^0.1.13",
34 "@texting/string-value": "^0.1.13",
35 "@typen/enum-data-types": "^0.1.19",
36 "@typen/literal": "^0.1.19",
37 "@typen/nullish": "^0.1.19",
38 "@typen/num-strict": "^0.1.19",
39 "@vect/columns-mapper": "^0.7.16",
40 "@vect/matrix": "^0.7.15",
41 "@vect/matrix-algebra": "^0.7.16",
42 "@vect/matrix-index": "^0.7.16",
43 "@vect/object-select": "^0.7.15",
44 "@vect/vector-mapper": "^0.7.16"
45 },
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/hoyeungw/palett/fluo-matrix.git"
49 },
50 "keywords": [
51 "chalk",
52 "color"
53 ],
54 "author": {
55 "name": "Hoyeung Wong",
56 "email": "hoyeungw@outlook.com",
57 "url": "https://github.com/hoyeungw"
58 },
59 "license": "MIT",
60 "bugs": {
61 "url": "https://github.com/hoyeungw/palett/fluo-matrix"
62 },
63 "homepage": "https://github.com/hoyeungw/palett/fluo-matrix#readme",
64 "gitHead": "dedbf55e0fc34651c41565171062882d51074bba"
65}