-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Antoni Kepinski
committed
Aug 24, 2020
1 parent
e593048
commit 94032db
Showing
1 changed file
with
97 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,99 @@ | ||
{ | ||
"name": "light-date", | ||
"version": "1.0.1", | ||
"description": "Blazing fast & lightweight (173 bytes) date formatting for Node.js and the browser.", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"author": "Antoni Kepinski <[email protected]> (https://kepinski.me)", | ||
"bugs": { | ||
"url": "https://github.com/xxczaki/light-date/issues" | ||
}, | ||
"scripts": { | ||
"prebuild": "del-cli dist", | ||
"esm": "tsc --module esnext && cpy dist/index.js dist --rename index.esm.js", | ||
"cjs": "tsc --module commonjs", | ||
"build": "npm run esm && npm run cjs", | ||
"size": "size-limit", | ||
"test": "xo && c8 ava", | ||
"benchmark": "ts-node -T benchmark.ts", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"license": "MIT", | ||
"repository": "xxczaki/light-date", | ||
"homepage": "https://github.com/xxczaki/light-date", | ||
"keywords": [ | ||
"light-date", | ||
"date-format", | ||
"format-date", | ||
"date", | ||
"date-fns", | ||
"tinytime", | ||
"tinydate", | ||
"date-formatting", | ||
"formatting-date", | ||
"format", | ||
"moment", | ||
"format-time", | ||
"time-format", | ||
"time", | ||
"dayjs", | ||
"typescript", | ||
"date-time-format" | ||
], | ||
"devDependencies": { | ||
"@akepinski/tsconfig": "0.0.2", | ||
"@size-limit/preset-small-lib": "^4.5.7", | ||
"@types/benchmark": "^1.0.33", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"ava": "^3.12.1", | ||
"benchmark": "^2.1.4", | ||
"c8": "^7.3.0", | ||
"cli-table3": "^0.6.0", | ||
"coveralls": "^3.1.0", | ||
"cpy-cli": "^3.1.1", | ||
"date-fns": "^2.15.0", | ||
"date-format": "^3.0.0", | ||
"dayjs": "^1.8.34", | ||
"del-cli": "^3.0.1", | ||
"eslint-config-xo-typescript": "^0.32.0", | ||
"moment": "^2.27.0", | ||
"size-limit": "^4.5.7", | ||
"tinydate": "^1.3.0", | ||
"tinytime": "^0.2.6", | ||
"ts-node": "^9.0.0", | ||
"type-fest": "^0.16.0", | ||
"typescript": "^4.0.2", | ||
"xo": "^0.33.0" | ||
}, | ||
"sideEffects": false, | ||
"ava": { | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
}, | ||
"xo": { | ||
"extends": "xo-typescript", | ||
"extensions": [ | ||
"ts" | ||
] | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "dist/index.esm.js", | ||
"import": "{format}", | ||
"limit": "173 B" | ||
} | ||
], | ||
"dependencies": {} | ||
"name": "light-date", | ||
"version": "1.0.2", | ||
"description": "Blazing fast & lightweight (173 bytes) date formatting for Node.js and the browser.", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"author": "Antoni Kepinski <[email protected]> (https://kepinski.me)", | ||
"bugs": { | ||
"url": "https://github.com/xxczaki/light-date/issues" | ||
}, | ||
"scripts": { | ||
"prebuild": "del-cli dist", | ||
"esm": "tsc --module esnext && cpy dist/index.js dist --rename index.esm.js", | ||
"cjs": "tsc --module commonjs", | ||
"build": "npm run esm && npm run cjs", | ||
"size": "size-limit", | ||
"test": "xo && c8 ava", | ||
"benchmark": "ts-node -T benchmark.ts", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"license": "MIT", | ||
"repository": "xxczaki/light-date", | ||
"homepage": "https://github.com/xxczaki/light-date", | ||
"keywords": [ | ||
"light-date", | ||
"date-format", | ||
"format-date", | ||
"date", | ||
"date-fns", | ||
"tinytime", | ||
"tinydate", | ||
"date-formatting", | ||
"formatting-date", | ||
"format", | ||
"moment", | ||
"format-time", | ||
"time-format", | ||
"time", | ||
"dayjs", | ||
"typescript", | ||
"date-time-format" | ||
], | ||
"devDependencies": { | ||
"@akepinski/tsconfig": "0.0.2", | ||
"@size-limit/preset-small-lib": "^4.5.7", | ||
"@types/benchmark": "^1.0.33", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"ava": "^3.12.1", | ||
"benchmark": "^2.1.4", | ||
"c8": "^7.3.0", | ||
"cli-table3": "^0.6.0", | ||
"coveralls": "^3.1.0", | ||
"cpy-cli": "^3.1.1", | ||
"date-fns": "^2.15.0", | ||
"date-format": "^3.0.0", | ||
"dayjs": "^1.8.34", | ||
"del-cli": "^3.0.1", | ||
"eslint-config-xo-typescript": "^0.32.0", | ||
"moment": "^2.27.0", | ||
"size-limit": "^4.5.7", | ||
"tinydate": "^1.3.0", | ||
"tinytime": "^0.2.6", | ||
"ts-node": "^9.0.0", | ||
"type-fest": "^0.16.0", | ||
"typescript": "^4.0.2", | ||
"xo": "^0.33.0" | ||
}, | ||
"sideEffects": false, | ||
"ava": { | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
}, | ||
"xo": { | ||
"extends": "xo-typescript", | ||
"extensions": [ | ||
"ts" | ||
] | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "dist/index.esm.js", | ||
"import": "{format}", | ||
"limit": "173 B" | ||
} | ||
], | ||
"dependencies": {} | ||
} |