{
  "_from": "intl-messageformat-parser@^2.1.3",
  "_id": "intl-messageformat-parser@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-YOP2GuQ8Y+f3j2Vti1/abcozYlkv/WsIffsRP8cgtN4Oha5hjhNnucxzyfmeAoDgDHw4s/lNyLylB01369a5lg==",
  "_location": "/intl-messageformat-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "intl-messageformat-parser@^2.1.3",
    "name": "intl-messageformat-parser",
    "escapedName": "intl-messageformat-parser",
    "rawSpec": "^2.1.3",
    "saveSpec": null,
    "fetchSpec": "^2.1.3"
  },
  "_requiredBy": [
    "/intl-messageformat"
  ],
  "_resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-2.1.3.tgz",
  "_shasum": "c918e36a08bd7ff01349d8ea3736262c986aaeb1",
  "_spec": "intl-messageformat-parser@^2.1.3",
  "_where": "/home/retrocubedevs/public_html/dev/heyheymedia-web-api/node_modules/intl-messageformat",
  "author": {
    "name": "Eric Ferraiuolo",
    "email": "eferraiuolo@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/formatjs/formatjs/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Eric Ferraiuolo",
      "email": "eferraiuolo@gmail.com"
    },
    {
      "name": "Long Ho",
      "email": "holevietlong@gmail.com"
    },
    {
      "name": "Ryuichi Okumura",
      "email": "okuryu@okuryu.com"
    },
    {
      "name": "Seth Bertalotto",
      "email": "seth@bertalotto.net"
    },
    {
      "name": "Song Seunggeun",
      "email": "giff.song@gmail.com"
    },
    {
      "name": "Tobias Bieniek",
      "email": "tobias.bieniek@gmail.com"
    }
  ],
  "deprecated": "We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser",
  "description": "Parses ICU Message strings into an AST via JavaScript.",
  "gitHead": "0a4253ccd32ac4d878b6a9ebb8777f29c0c32201",
  "homepage": "https://github.com/formatjs/formatjs",
  "keywords": [
    "i18n",
    "intl",
    "internationalization",
    "localization",
    "globalization",
    "messageformat",
    "parser",
    "plural",
    "icu"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "name": "intl-messageformat-parser",
  "repository": {
    "type": "git",
    "url": "git://github.com/formatjs/formatjs.git"
  },
  "scripts": {
    "benchmark": "node ./test/benchmark.js",
    "build": "./build.js && tsc && tsc -p tsconfig.cjs.json",
    "clean": "rimraf dist lib",
    "prepublish": "npm run build",
    "test": "TS_NODE_PROJECT='./tsconfig.cjs.json' cross-env NODE_ENV=test jest"
  },
  "types": "lib/index.d.ts",
  "version": "2.1.3"
}
