UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@pres/util-blessed-colors",
3 "version": "0.3.23",
4 "description": "EventEmitter for pres",
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/test.index.js"
16 },
17 "dependencies": {
18 "@pres/enum-control-chars": "^0.3.23",
19 "@pres/enum-csi-codes": "^0.3.23",
20 "@typen/enum-data-types": "^0.1.16",
21 "@typen/nullish": "^0.1.16",
22 "@vect/vector": "^0.4.4"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/hoyeungw/pres.git"
27 },
28 "keywords": [
29 "pres",
30 "process",
31 "signal-handler",
32 "colors"
33 ],
34 "author": {
35 "name": "Hoyeung Wong",
36 "email": "hoyeungw@outlook.com",
37 "url": "https://github.com/hoyeungw"
38 },
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/hoyeungw/pres"
42 },
43 "homepage": "https://github.com/hoyeungw/pres#readme",
44 "gitHead": "3049dfd98f5329a1359c77dce442a7eaf75b1374"
45}