You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
3.0 KiB
84 lines
3.0 KiB
{
|
|
"_from": "@formatjs/intl-unified-numberformat@^3.2.0",
|
|
"_id": "@formatjs/intl-unified-numberformat@3.3.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-mZWiRWiQgYjnFtgaHeW3ArLuAOI=",
|
|
"_location": "/@formatjs/intl-unified-numberformat",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@formatjs/intl-unified-numberformat@^3.2.0",
|
|
"name": "@formatjs/intl-unified-numberformat",
|
|
"escapedName": "@formatjs%2fintl-unified-numberformat",
|
|
"scope": "@formatjs",
|
|
"rawSpec": "^3.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/intl-messageformat-parser",
|
|
"/react-intl"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@formatjs/intl-unified-numberformat/download/@formatjs/intl-unified-numberformat-3.3.7.tgz?cache=0&sync_timestamp=1590028076288&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40formatjs%2Fintl-unified-numberformat%2Fdownload%2F%40formatjs%2Fintl-unified-numberformat-3.3.7.tgz",
|
|
"_shasum": "9995a24568908188e716d81a1de5b702b2ee00e2",
|
|
"_spec": "@formatjs/intl-unified-numberformat@^3.2.0",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/intl-messageformat-parser",
|
|
"author": {
|
|
"name": "Long Ho",
|
|
"email": "holevietlong@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/formatjs/formatjs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@formatjs/intl-utils": "^2.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Ponyfill for intl unified numberformat proposal",
|
|
"devDependencies": {
|
|
"@formatjs/intl-pluralrules": "^1.5.9",
|
|
"@types/jest": "^25.2.1",
|
|
"chalk": "^4.0.0",
|
|
"formatjs-extract-cldr-data": "^10.1.8",
|
|
"jest": "^25.4.0",
|
|
"ts-jest": "^25.4.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"polyfill.js",
|
|
"src"
|
|
],
|
|
"gitHead": "5b218606c3ec03e332f472706fffd04153c20dae",
|
|
"homepage": "https://github.com/formatjs/formatjs",
|
|
"keywords": [
|
|
"polyfill",
|
|
"i18n",
|
|
"numberformat",
|
|
"unified"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "lib/index.js",
|
|
"name": "@formatjs/intl-unified-numberformat",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/formatjs/formatjs.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "ts-node tests/benchmark",
|
|
"build": "yarn run cldr && yarn run compile && yarn run rollup ",
|
|
"cldr": "NODE_OPTIONS=--max-old-space-size=8192 ts-node scripts/cldr",
|
|
"clean": "rimraf dist dist-es6 lib src/locales.ts *.tsbuildinfo",
|
|
"compile": "NODE_OPTIONS=--max-old-space-size=8192 tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local",
|
|
"jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu cross-env NODE_ENV=test jest",
|
|
"rollup": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c rollup.config.js",
|
|
"test": "yarn run jest",
|
|
"test262": "cross-env NODE_ICU_DATA=../../node_modules/full-icu ts-node tests/runner"
|
|
},
|
|
"types": "lib/intl-unified-numberformat.d.ts",
|
|
"version": "3.3.7"
|
|
}
|