{
  "_args": [
    [
      "enhanced-resolve@https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
      "/Users/nw/flint/packages/flint"
    ]
  ],
  "_from": "enhanced-resolve@>=0.9.0 <0.10.0",
  "_id": "enhanced-resolve@0.9.1",
  "_inCache": true,
  "_location": "/enhanced-resolve",
  "_phantomChildren": {},
  "_requested": {
    "name": "enhanced-resolve",
    "raw": "enhanced-resolve@https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
    "rawSpec": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
    "scope": null,
    "spec": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
  "_shasum": "4d6e689b3725f86090927ccc86cd9f1635b89e2e",
  "_shrinkwrap": null,
  "_spec": "enhanced-resolve@https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
  "_where": "/Users/nw/flint/packages/flint",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/enhanced-resolve/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "memory-fs": "^0.2.0",
    "tapable": "^0.1.8"
  },
  "description": "Offers a async require.resolve function. It's highly configurable.",
  "devDependencies": {
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "should": "^4.6.0"
  },
  "engines": {
    "node": ">=0.6"
  },
  "files": [
    "lib"
  ],
  "homepage": "http://github.com/webpack/enhanced-resolve",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "lib/node.js",
  "name": "enhanced-resolve",
  "optionalDependencies": {},
  "readme": "# enhanced-resolve\r\n\r\nOffers a async require.resolve function. It's highly configurable.\r\n\r\n[documentation](https://github.com/webpack/docs/wiki)\r\n\r\n\r\n## Features\r\n\r\n* plugin system\r\n* provide a custom filesystem\r\n* sync and async node.js filesystems included\r\n\r\n\r\n## Tests\r\n\r\n``` javascript\r\nnpm test\r\n```\r\n\r\n[![Build Status](https://secure.travis-ci.org/webpack/enhanced-resolve.png?branch=master)](http://travis-ci.org/webpack/enhanced-resolve)\r\n\r\n\r\n## License\r\n\r\nCopyright (c) 2012-2013 Tobias Koppers\r\n\r\nMIT (http://www.opensource.org/licenses/mit-license.php)",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/webpack/enhanced-resolve.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
    "test": "mocha --reporter spec"
  },
  "version": "0.9.1"
}
