Files
pole-book/server/node_modules/@formatjs/ecma402-abstract/package.json

35 lines
834 B
JSON

{
"name": "@formatjs/ecma402-abstract",
"version": "1.18.2",
"description": "A collection of implementation for ECMAScript abstract operations",
"keywords": [
"intl",
"i18n",
"relative",
"javascript",
"es",
"abstract",
"ecma402",
"ecma262",
"format"
],
"dependencies": {
"tslib": "^2.4.0",
"@formatjs/intl-localematcher": "0.5.4"
},
"author": "Long Ho <holevietlong@gmail.com",
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:formatjs/formatjs.git"
},
"sideEffects": false,
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/formatjs/formatjs",
"license": "MIT",
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c"
}