UNPKG

785 BJSONView Raw
1{
2 "name": "@formatjs/intl-relativetimeformat",
3 "version": "10.0.1",
4 "description": "Formats JavaScript dates to relative time strings.",
5 "keywords": [
6 "intl",
7 "i18n",
8 "relative",
9 "time",
10 "moment",
11 "format",
12 "date"
13 ],
14 "author": "Long Ho <holevietlong@gmail.com>",
15 "bugs": {
16 "url": "https://github.com/formatjs/formatjs/issues"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git@github.com:formatjs/formatjs.git"
21 },
22 "dependencies": {
23 "@formatjs/ecma402-abstract": "1.11.4",
24 "@formatjs/intl-localematcher": "0.2.25",
25 "tslib": "^2.1.0"
26 },
27 "main": "index.js",
28 "types": "index.d.ts",
29 "homepage": "https://github.com/formatjs/formatjs",
30 "license": "MIT",
31 "gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c"
32}