{ "_args": [ [ "@formatjs/intl-unified-numberformat@3.3.7", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@formatjs/intl-unified-numberformat@3.3.7", "_id": "@formatjs/intl-unified-numberformat@3.3.7", "_inBundle": false, "_integrity": "sha512-KnWgLRHzCAgT9eyt3OS34RHoyD7dPDYhRcuKn+/6Kv2knDF8Im43J6vlSW6Hm1w63fNq3ZIT1cFk7RuVO3Psag==", "_location": "/@formatjs/intl-unified-numberformat", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@formatjs/intl-unified-numberformat@3.3.7", "name": "@formatjs/intl-unified-numberformat", "escapedName": "@formatjs%2fintl-unified-numberformat", "scope": "@formatjs", "rawSpec": "3.3.7", "saveSpec": null, "fetchSpec": "3.3.7" }, "_requiredBy": [ "/react-intl" ], "_resolved": "https://registry.npmjs.org/@formatjs/intl-unified-numberformat/-/intl-unified-numberformat-3.3.7.tgz", "_spec": "3.3.7", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Long Ho", "email": "holevietlong@gmail.com" }, "bugs": { "url": "https://github.com/formatjs/formatjs/issues" }, "dependencies": { "@formatjs/intl-utils": "^2.3.0" }, "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" }