1
1
{
2
- "name" : " light-date" ,
3
- "version" : " 1.1.1 " ,
4
- "description" : " Blazing fast & lightweight (157 bytes) date formatting for Node.js and the browser." ,
5
- "main" : " dist/index.js" ,
6
- "module" : " dist/index.esm.js" ,
7
- "types" : " dist/index.d.ts" ,
8
- "files" : [
9
- " dist/**/*"
10
- ],
11
- "author" :
" Antoni Kepinski <[email protected] > (https://kepinski.me)" ,
12
- "bugs" : {
13
- "url" : " https://github.com/xxczaki/light-date/issues"
14
- },
15
- "scripts" : {
16
- "prebuild" : " del-cli dist" ,
17
- "esm" : " tsc --module esnext && cpy dist/index.js dist --rename index.esm.js" ,
18
- "cjs" : " tsc --module commonjs" ,
19
- "build" : " npm run esm && npm run cjs" ,
20
- "size" : " size-limit" ,
21
- "test" : " xo && c8 ava && c8 report --reporter=lcov" ,
22
- "benchmark" : " ts-node -T benchmark.ts" ,
23
- "prepublishOnly" : " npm run build"
24
- },
25
- "engines" : {
26
- "node" : " >=10"
27
- },
28
- "license" : " MIT" ,
29
- "repository" : " xxczaki/light-date" ,
30
- "homepage" : " https://github.com/xxczaki/light-date" ,
31
- "keywords" : [
32
- " light-date" ,
33
- " date-format" ,
34
- " format-date" ,
35
- " date" ,
36
- " date-fns" ,
37
- " dayjs" ,
38
- " date-formatting" ,
39
- " formatting-date" ,
40
- " format" ,
41
- " moment" ,
42
- " format-time" ,
43
- " time-format" ,
44
- " time" ,
45
- " dayjs" ,
46
- " typescript" ,
47
- " date-time-format"
48
- ],
49
- "devDependencies" : {
50
- "@akepinski/tsconfig" : " 0.0.2" ,
51
- "@size-limit/preset-small-lib" : " ^4.5.7" ,
52
- "@types/benchmark" : " ^1.0.33" ,
53
- "@typescript-eslint/eslint-plugin" : " ^3.10.1" ,
54
- "@typescript-eslint/parser" : " ^3.10.1" ,
55
- "ava" : " ^3.12.1" ,
56
- "benchmark" : " ^2.1.4" ,
57
- "c8" : " ^7.3.0" ,
58
- "cli-table3" : " ^0.6.0" ,
59
- "coveralls" : " ^3.1.0" ,
60
- "cpy-cli" : " ^3.1.1" ,
61
- "date-fns" : " ^2.15.0" ,
62
- "date-format" : " ^3.0.0" ,
63
- "dayjs" : " ^1.8.34" ,
64
- "del-cli" : " ^3.0.1" ,
65
- "eslint-config-xo-typescript" : " ^0.32.0" ,
66
- "moment" : " ^2.27.0" ,
67
- "size-limit" : " ^4.5.7" ,
68
- "ts-node" : " ^9.0.0" ,
69
- "type-fest" : " ^0.16.0" ,
70
- "typescript" : " ^4.0.2" ,
71
- "xo" : " ^0.33.0"
72
- },
73
- "sideEffects" : false ,
74
- "ava" : {
75
- "extensions" : [
76
- " ts"
77
- ],
78
- "require" : [
79
- " ts-node/register"
80
- ]
81
- },
82
- "xo" : {
83
- "extends" : " xo-typescript" ,
84
- "extensions" : [
85
- " ts"
86
- ],
87
- "rules" : {
88
- "import/no-anonymous-default-export" : 0
89
- }
90
- },
91
- "size-limit" : [
92
- {
93
- "name" : " format" ,
94
- "path" : " dist/index.esm.js" ,
95
- "import" : " {format}" ,
96
- "limit" : " 157 B"
97
- },
98
- {
99
- "name" : " localeFormat" ,
100
- "path" : " dist/index.esm.js" ,
101
- "import" : " {localeFormat}" ,
102
- "limit" : " 177 B"
103
- }
104
- ],
105
- "dependencies" : {}
106
- }
2
+ "name" : " light-date" ,
3
+ "version" : " 1.1.2 " ,
4
+ "description" : " Blazing fast & lightweight (157 bytes) date formatting for Node.js and the browser." ,
5
+ "main" : " dist/index.js" ,
6
+ "module" : " dist/index.esm.js" ,
7
+ "types" : " dist/index.d.ts" ,
8
+ "files" : [
9
+ " dist/**/*"
10
+ ],
11
+ "author" :
" Antoni Kepinski <[email protected] > (https://kepinski.me)" ,
12
+ "bugs" : {
13
+ "url" : " https://github.com/xxczaki/light-date/issues"
14
+ },
15
+ "scripts" : {
16
+ "prebuild" : " del-cli dist" ,
17
+ "esm" : " tsc --module esnext && cpy dist/index.js dist --rename index.esm.js" ,
18
+ "cjs" : " tsc --module commonjs" ,
19
+ "build" : " npm run esm && npm run cjs" ,
20
+ "size" : " size-limit" ,
21
+ "test" : " xo && c8 ava && c8 report --reporter=lcov" ,
22
+ "benchmark" : " ts-node -T benchmark.ts" ,
23
+ "prepublishOnly" : " npm run build"
24
+ },
25
+ "engines" : {
26
+ "node" : " >=10"
27
+ },
28
+ "license" : " MIT" ,
29
+ "repository" : " xxczaki/light-date" ,
30
+ "homepage" : " https://github.com/xxczaki/light-date" ,
31
+ "keywords" : [
32
+ " light-date" ,
33
+ " date-format" ,
34
+ " format-date" ,
35
+ " date" ,
36
+ " date-fns" ,
37
+ " dayjs" ,
38
+ " date-formatting" ,
39
+ " formatting-date" ,
40
+ " format" ,
41
+ " moment" ,
42
+ " format-time" ,
43
+ " time-format" ,
44
+ " time" ,
45
+ " dayjs" ,
46
+ " typescript" ,
47
+ " date-time-format"
48
+ ],
49
+ "devDependencies" : {
50
+ "@akepinski/tsconfig" : " 0.0.2" ,
51
+ "@size-limit/preset-small-lib" : " ^4.5.7" ,
52
+ "@types/benchmark" : " ^1.0.33" ,
53
+ "@typescript-eslint/eslint-plugin" : " ^3.10.1" ,
54
+ "@typescript-eslint/parser" : " ^3.10.1" ,
55
+ "ava" : " ^3.12.1" ,
56
+ "benchmark" : " ^2.1.4" ,
57
+ "c8" : " ^7.3.0" ,
58
+ "cli-table3" : " ^0.6.0" ,
59
+ "coveralls" : " ^3.1.0" ,
60
+ "cpy-cli" : " ^3.1.1" ,
61
+ "date-fns" : " ^2.15.0" ,
62
+ "date-format" : " ^3.0.0" ,
63
+ "dayjs" : " ^1.8.34" ,
64
+ "del-cli" : " ^3.0.1" ,
65
+ "eslint-config-xo-typescript" : " ^0.32.0" ,
66
+ "moment" : " ^2.27.0" ,
67
+ "size-limit" : " ^4.5.7" ,
68
+ "ts-node" : " ^9.0.0" ,
69
+ "type-fest" : " ^0.16.0" ,
70
+ "typescript" : " ^4.0.2" ,
71
+ "xo" : " ^0.33.0"
72
+ },
73
+ "sideEffects" : false ,
74
+ "ava" : {
75
+ "extensions" : [
76
+ " ts"
77
+ ],
78
+ "require" : [
79
+ " ts-node/register"
80
+ ]
81
+ },
82
+ "xo" : {
83
+ "extends" : " xo-typescript" ,
84
+ "extensions" : [
85
+ " ts"
86
+ ],
87
+ "rules" : {
88
+ "import/no-anonymous-default-export" : 0
89
+ }
90
+ },
91
+ "size-limit" : [
92
+ {
93
+ "name" : " format" ,
94
+ "path" : " dist/index.esm.js" ,
95
+ "import" : " {format}" ,
96
+ "limit" : " 157 B"
97
+ },
98
+ {
99
+ "name" : " localeFormat" ,
100
+ "path" : " dist/index.esm.js" ,
101
+ "import" : " {localeFormat}" ,
102
+ "limit" : " 177 B"
103
+ }
104
+ ],
105
+ "dependencies" : {}
106
+ }
0 commit comments