UNPKG

1.05 kBJSONView Raw
1{
2 "name": "intl-locales-supported",
3 "version": "1.8.3",
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 ],
12 "author": "Eric Ferraiuolo <edf@ericf.me>",
13 "license": "BSD-3-Clause",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/formatjs/formatjs.git"
17 },
18 "keywords": [
19 "i18n",
20 "intl",
21 "internationalization",
22 "localization",
23 "globalization"
24 ],
25 "bugs": {
26 "url": "https://github.com/formatjs/formatjs/issues"
27 },
28 "sideEffects": false,
29 "homepage": "https://github.com/formatjs/formatjs",
30 "scripts": {
31 "clean": "rimraf dist lib",
32 "build": "tsc && tsc -p tsconfig.cjs.json",
33 "test": "cross-env NODE_ICU_DATA=../../node_modules/full-icu mocha --opts ../../mocha.opts tests/index.ts"
34 },
35 "gitHead": "4e2afbd30b8bcf239a6083049a113b7b694ebb80"
36}