UNPKG

1 kBJSONView Raw
1{
2 "name": "intl-locales-supported",
3 "version": "1.8.12",
4 "description": "Utility to help you polyfill the Node.js runtime when the Intl APIs are missing, or if the built-in Intl is missing locale data that you need.",
5 "main": "dist/index.js",
6 "module": "lib/index.js",
7 "types": "dist/index.d.ts",
8 "files": [
9 "dist",
10 "lib",
11 "src"
12 ],
13 "author": "Eric Ferraiuolo <edf@ericf.me>",
14 "license": "BSD-3-Clause",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/formatjs/formatjs.git"
18 },
19 "keywords": [
20 "i18n",
21 "intl",
22 "internationalization",
23 "localization",
24 "globalization"
25 ],
26 "bugs": {
27 "url": "https://github.com/formatjs/formatjs/issues"
28 },
29 "sideEffects": false,
30 "homepage": "https://github.com/formatjs/formatjs",
31 "scripts": {
32 "clean": "rimraf dist lib *.tsbuildinfo",
33 "build": "tsc && tsc -p tsconfig.esm.json",
34 "test": "cross-env TZ=UTC jest"
35 },
36 "gitHead": "3cd3324b6741a8314e8798b32ad4e2753143ea41"
37}