{
  "_from": "@messageformat/runtime@^3.0.1",
  "_id": "@messageformat/runtime@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-6RU5ol2lDtO8bD9Yxe6CZkl0DArdv0qkuoZC+ZwowU+cdRlVE1157wjCmlA5Rsf1Xc/brACnsZa5PZpEDfTFFg==",
  "_location": "/@messageformat/runtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@messageformat/runtime@^3.0.1",
    "name": "@messageformat/runtime",
    "escapedName": "@messageformat%2fruntime",
    "scope": "@messageformat",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/@messageformat/core"
  ],
  "_resolved": "https://registry.npmjs.org/@messageformat/runtime/-/runtime-3.0.1.tgz",
  "_shasum": "94d1f6c43265c28ef7aed98ecfcc0968c6c849ac",
  "_spec": "@messageformat/runtime@^3.0.1",
  "_where": "/home/stackaca/nodevenv/theviking.dev/10/lib/node_modules/@messageformat/core",
  "browser": {
    "./lib/runtime.js": "./esm/runtime.js",
    "./lib/cardinals.js": "./esm/cardinals.js",
    "./lib/formatters.js": "./esm/formatters.js",
    "./lib/plurals.js": "./esm/plurals.js",
    "./messages.js": "./esm/messages.js"
  },
  "browserslist": [
    "last 1 version",
    "> 1%",
    "maintained node versions",
    "not dead"
  ],
  "bugs": {
    "url": "https://github.com/messageformat/messageformat/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eemeli Aro",
      "email": "eemeli@gmail.com"
    }
  ],
  "dependencies": {
    "make-plural": "^7.0.0"
  },
  "deprecated": false,
  "description": "Runtime components of messageformat",
  "exports": {
    ".": {
      "import": "./esm/runtime.js",
      "default": "./lib/runtime.js"
    },
    "./lib/cardinals": {
      "import": "./esm/cardinals.js",
      "default": "./lib/cardinals.js"
    },
    "./lib/formatters": {
      "import": "./esm/formatters.js",
      "default": "./lib/formatters.js"
    },
    "./lib/plurals": {
      "import": "./esm/plurals.js",
      "default": "./lib/plurals.js"
    },
    "./messages": {
      "import": "./esm/messages.js",
      "default": "./messages.js"
    }
  },
  "files": [
    "esm/",
    "lib/",
    "messages.*"
  ],
  "homepage": "https://messageformat.github.io/",
  "keywords": [
    "i18n",
    "icu",
    "messageformat",
    "internationalization"
  ],
  "license": "MIT",
  "main": "./lib/runtime.js",
  "name": "@messageformat/runtime",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/messageformat/messageformat.git",
    "directory": "packages/runtime"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc --project tsconfig.build.json --declaration --module CommonJS --outDir lib",
    "build:esm": "tsc --project tsconfig.build.json --module ES6 --outDir esm",
    "extract-api": "api-extractor run --local --verbose",
    "prepublishOnly": "npm run build"
  },
  "sideEffects": false,
  "type": "commonjs",
  "version": "3.0.1"
}
