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.
82 lines
2.3 KiB
82 lines
2.3 KiB
{
|
|
"_from": "@formatjs/intl-utils@^2.3.0",
|
|
"_id": "@formatjs/intl-utils@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LcjFcETeA0DrU6e6YC5Zq/gNx5k=",
|
|
"_location": "/@formatjs/intl-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@formatjs/intl-utils@^2.3.0",
|
|
"name": "@formatjs/intl-utils",
|
|
"escapedName": "@formatjs%2fintl-utils",
|
|
"scope": "@formatjs",
|
|
"rawSpec": "^2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@formatjs/intl-displaynames",
|
|
"/@formatjs/intl-listformat",
|
|
"/@formatjs/intl-pluralrules",
|
|
"/@formatjs/intl-relativetimeformat",
|
|
"/@formatjs/intl-unified-numberformat",
|
|
"/react-intl"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@formatjs/intl-utils/download/@formatjs/intl-utils-2.3.0.tgz",
|
|
"_shasum": "2dc8c57044de0340eb53a7ba602e59abf80dc799",
|
|
"_spec": "@formatjs/intl-utils@^2.3.0",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@formatjs/intl-unified-numberformat",
|
|
"author": {
|
|
"name": "Long Ho"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/formatjs/formatjs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Smartly determine best unit for relative time format",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.11",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/serialize-javascript": "^1.5.0",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^7.1.2",
|
|
"serialize-javascript": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"src"
|
|
],
|
|
"gitHead": "5b218606c3ec03e332f472706fffd04153c20dae",
|
|
"homepage": "https://github.com/formatjs/formatjs",
|
|
"keywords": [
|
|
"intl",
|
|
"i18n",
|
|
"relative",
|
|
"moment",
|
|
"format",
|
|
"date"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "lib/index.js",
|
|
"module:es6": "dist-es6/index.js",
|
|
"name": "@formatjs/intl-utils",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run cldr && tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local",
|
|
"cldr": "ts-node scripts/cldr",
|
|
"clean": "rimraf dist dist-es6 lib *.tsbuildinfo",
|
|
"test": "mocha --opts ../../mocha.opts tests/*"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/index.d.ts",
|
|
"version": "2.3.0"
|
|
}
|