{
  "_args": [
    [
      "intl-format-cache@^2.0.5",
      "/Users/nick/codes/twreporter-react/node_modules/react-intl"
    ]
  ],
  "_from": "intl-format-cache@>=2.0.5 <3.0.0",
  "_id": "intl-format-cache@2.0.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/intl-format-cache",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "email": "eferraiuolo@gmail.com",
    "name": "ericf"
  },
  "_npmVersion": "3.3.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "intl-format-cache",
    "raw": "intl-format-cache@^2.0.5",
    "rawSpec": "^2.0.5",
    "scope": null,
    "spec": ">=2.0.5 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/react-intl"
  ],
  "_resolved": "https://registry.npmjs.org/intl-format-cache/-/intl-format-cache-2.0.5.tgz",
  "_shasum": "b484cefcb9353f374f25de389a3ceea1af18d7c9",
  "_shrinkwrap": null,
  "_spec": "intl-format-cache@^2.0.5",
  "_where": "/Users/nick/codes/twreporter-react/node_modules/react-intl",
  "author": {
    "email": "eferraiuolo@gmail.com",
    "name": "Eric Ferraiuolo"
  },
  "bugs": {
    "url": "https://github.com/yahoo/intl-format-cache/issues"
  },
  "dependencies": {},
  "description": "A memoizer factory for Intl format constructors.",
  "devDependencies": {
    "browserify": "^12.0.1",
    "expect": "^1.13.0",
    "grunt": "^0.4.5",
    "grunt-bundle-jsnext-lib": "^0.5.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-connect": "^0.11.2",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-saucelabs": "^8.6.1",
    "intl": "^1.0.1",
    "intl-messageformat": "^1.2.0",
    "intl-relativeformat": "^1.2.0",
    "mocha": "^2.3.4"
  },
  "directories": {},
  "dist": {
    "shasum": "b484cefcb9353f374f25de389a3ceea1af18d7c9",
    "tarball": "https://registry.npmjs.org/intl-format-cache/-/intl-format-cache-2.0.5.tgz"
  },
  "gitHead": "1f90b7a5fbfe086877264418f26015b352addd01",
  "homepage": "https://github.com/yahoo/intl-format-cache",
  "jsnext:main": "src/memoizer.js",
  "keywords": [
    "i18n",
    "intl"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ericf",
      "email": "eferraiuolo@gmail.com"
    },
    {
      "name": "caridy",
      "email": "caridy@gmail.com"
    }
  ],
  "name": "intl-format-cache",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yahoo/intl-format-cache.git"
  },
  "scripts": {
    "browserify": "browserify index.js -s memoizeFormatConstructor > tmp/intl-format-cache.js",
    "prepublish": "grunt",
    "test": "npm run test:unit",
    "test:saucelabs": "npm run browserify && grunt saucelabs",
    "test:unit": "mocha --require test/setup/node-unit --recursive test/unit/",
    "travis": "npm test && npm run test:saucelabs"
  },
  "version": "2.0.5"
}
