UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@palett/fluo-entries",
3 "version": "0.11.6",
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 },
20 "dependencies": {
21 "@palett/fluo": "^0.11.6",
22 "@vect/entries-init": "^0.7.16",
23 "@vect/entries-unwind": "^0.6.13",
24 "@vect/entries-zipper": "^0.7.16"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/hoyeungw/palett/fluo-entries.git"
29 },
30 "keywords": [
31 "chalk",
32 "color"
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/palett/fluo-entries"
42 },
43 "homepage": "https://github.com/hoyeungw/palett/fluo-entries#readme",
44 "gitHead": "fb11aaa9ca0dd3519399207040349141a028e3f9"
45}