intl-relativeformat
Version:
Formats JavaScript dates to relative time strings.
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "intl-relativeformat",
"version": "6.4.3",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
"i18n",
"relative",
"moment",
"format",
"date"
],
"author": "Caridy Patino <caridy@gmail.com>",
"contributors": [
"Eric Ferraiuolo <edf@ericf.me>",
"Long Ho <holevietlong@gmail.com>"
],
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:formatjs/formatjs.git"
},
"main": "index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"devDependencies": {
"@formatjs/intl-relativetimeformat": "^2.3.3"
},
"scripts": {
"clean": "rimraf dist lib",
"build": "tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js",
"test": "mocha --opts ../../mocha.opts tests/index.ts"
},
"homepage": "https://github.com/formatjs/formatjs",
"license": "BSD-3-Clause",
"deprecated": true,
"gitHead": "700edc75a439d52f497d3927fb0384966dd5c2b2"
}