{
  "_args": [
    [
      "json-loader@https://registry.npmjs.org/json-loader/-/json-loader-0.5.4.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "json-loader@0.5.4",
  "_id": "json-loader@0.5.4",
  "_inCache": true,
  "_location": "/json-loader",
  "_phantomChildren": {},
  "_requested": {
    "name": "json-loader",
    "raw": "json-loader@https://registry.npmjs.org/json-loader/-/json-loader-0.5.4.tgz",
    "rawSpec": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.4.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.4.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.4.tgz",
  "_shasum": "8baa1365a632f58a3c46d20175fc6002c96e37de",
  "_shrinkwrap": null,
  "_spec": "json-loader@https://registry.npmjs.org/json-loader/-/json-loader-0.5.4.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/json-loader/issues"
  },
  "dependencies": {},
  "description": "json loader module for webpack",
  "devDependencies": {},
  "homepage": "https://github.com/webpack/json-loader#readme",
  "license": "MIT",
  "name": "json-loader",
  "optionalDependencies": {},
  "readme": "# json loader for webpack\r\n\r\n## Installation\r\n\r\n`npm install json-loader`\r\n\r\n## Usage\r\n\r\n``` javascript\r\nvar json = require(\"json!./file.json\");\r\n// => returns file.json content as json parsed object\r\n```\r\n\r\nDon't forget to polyfill `require` if you want to use it in node.\r\nSee `webpack` documentation.\r\n\r\n## License\r\n\r\nMIT (http://www.opensource.org/licenses/mit-license.php)\r\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/json-loader.git"
  },
  "version": "0.5.4"
}
