intl-dateformat
Version:
Format a date using Intl.DateTimeFormat goodness.
41 lines (40 loc) • 919 B
JSON
{
"name": "intl-dateformat",
"version": "0.1.4",
"description": "Format a date using Intl.DateTimeFormat goodness.",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.js",
"repository": "zapier/intl-dateformat",
"author": "Nicolas Gryman <ngryman@gmail.com>",
"license": "MIT",
"scripts": {
"prepare": "npm run build",
"build": "rollup -c",
"test": "NODE_ICU_DATA=$(node-full-icu-path) TZ=UTC nyc ava"
},
"files": [
"lib/"
],
"keywords": [
"date",
"format",
"timezone",
"offset",
"i18n",
"l10n",
"locale",
"Intl.DateTimeFormat"
],
"devDependencies": {
"ava": "^1.0.1",
"full-icu": "^1.3.1",
"nyc": "^13.1.0",
"rollup": "^0.68.2",
"rollup-plugin-typescript2": "^0.18.1",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
}
}