{
  "_from": "@messageformat/core@^3.0.0",
  "_id": "@messageformat/core@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-UxAnjecnRG4u2iaggwIyylYPHmk5BTErJcKmWyAKTXqYgSW1bFLp4D7fIzuh6bk17Qfcmf3qtufdrstCB23nBA==",
  "_location": "/@messageformat/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@messageformat/core@^3.0.0",
    "name": "@messageformat/core",
    "escapedName": "@messageformat%2fcore",
    "scope": "@messageformat",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/i18n"
  ],
  "_resolved": "https://registry.npmjs.org/@messageformat/core/-/core-3.1.0.tgz",
  "_shasum": "d4d2f5c3555228a6b5980b122a02b53dfc6458bd",
  "_spec": "@messageformat/core@^3.0.0",
  "_where": "/home/stackaca/nodevenv/theviking.dev/10/lib/node_modules/i18n",
  "browser": "./messageformat.js",
  "bugs": {
    "url": "https://github.com/messageformat/messageformat/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alex Sexton",
      "email": "alexsexton@gmail.com"
    },
    {
      "name": "Eemeli Aro",
      "email": "eemeli@gmail.com"
    }
  ],
  "dependencies": {
    "@messageformat/date-skeleton": "^1.0.0",
    "@messageformat/number-skeleton": "^1.0.0",
    "@messageformat/parser": "^5.0.0",
    "@messageformat/runtime": "^3.0.1",
    "make-plural": "^7.0.0",
    "safe-identifier": "^0.4.1"
  },
  "deprecated": false,
  "description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
  "files": [
    "compile-module.js",
    "lib/",
    "messageformat.js"
  ],
  "homepage": "http://messageformat.github.io/messageformat/api/core/",
  "keywords": [
    "i18n",
    "pluralformat",
    "icu",
    "gettext",
    "selectformat",
    "messageformat",
    "internationalization"
  ],
  "license": "MIT",
  "main": "lib/messageformat.js",
  "name": "@messageformat/core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/messageformat/messageformat.git",
    "directory": "packages/core"
  },
  "scripts": {
    "build": "rollup -c",
    "extract-api": "api-extractor run --verbose",
    "postbuild": "tsc -p tsconfig.declarations.json"
  },
  "version": "3.1.0"
}
