UNPKG

928 BJSONView Raw
1{
2 "name": "@spare/deco-date",
3 "version": "0.14.5",
4 "description": "Colored stringify date",
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 "@spare/deco-config": "^0.13.7",
22 "@spare/preset-deco": "^0.14.5",
23 "@valjoux/timestamp-pretty": "^0.3.14"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/gadge/spare.git"
28 },
29 "keywords": [
30 "date",
31 "time",
32 "stringify",
33 "ansi"
34 ],
35 "author": "Hoyeung Wong",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/gadge/spare"
39 },
40 "homepage": "https://github.com/gadge/spare#readme",
41 "gitHead": "09d6532e589a52583ac9779a97900759b8770f34"
42}