Repository URL to install this package:
|
Version:
1.8.0-17108 ▾
|
brackets
/
opt
/
brackets
/
www
/
extensions
/
default
/
JavaScriptCodeHints
/
node_modules
/
enhanced-resolve
/
package.json
|
|---|
{
"name": "enhanced-resolve",
"version": "2.2.2",
"author": {
"name": "Tobias Koppers @sokra"
},
"description": "Offers a async require.resolve function. It's highly configurable.",
"files": [
"lib"
],
"dependencies": {
"tapable": "^0.2.3",
"memory-fs": "^0.3.0",
"graceful-fs": "^4.1.2",
"object-assign": "^4.0.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"beautify-lint": "^1.0.3",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.6",
"eslint": "^1.1.0",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.4.1",
"js-beautify": "^1.5.10",
"mocha": "^2.3.4",
"should": "^8.0.2"
},
"engines": {
"node": ">=0.6"
},
"main": "lib/node.js",
"homepage": "http://github.com/webpack/enhanced-resolve",
"scripts": {
"beautify-lint": "beautify-lint lib/**.js test/*.js",
"beautify": "beautify-rewrite lib/**.js test/*.js",
"lint": "eslint lib test",
"pretest": "npm run lint && npm run beautify-lint",
"test": "mocha --full-trace --check-leaks",
"precover": "npm run lint && npm run beautify-lint",
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
"travis": "npm run cover -- --report lcovonly"
},
"repository": {
"type": "git",
"url": "git://github.com/webpack/enhanced-resolve.git"
},
"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[](http://travis-ci.org/webpack/enhanced-resolve)\r\n\r\n\r\n## Contributing\r\n\r\nTake a look at `lib/ResolveFactory.js` to understand how everything fits together.\r\n\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",
"bugs": {
"url": "https://github.com/webpack/enhanced-resolve/issues"
},
"_id": "enhanced-resolve@2.2.2",
"_shasum": "4da494d591183308bd46a95f5b40e255dc9d4a16",
"_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-2.2.2.tgz",
"_from": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-2.2.2.tgz"
}