mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "enhanced-resolve",
|
|
"version": "0.9.1",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"description": "Offers a async require.resolve function. It's highly configurable.",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"tapable": "^0.1.8",
|
|
"memory-fs": "^0.2.0",
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"istanbul": "^0.3.5",
|
|
"mocha": "^2.1.0",
|
|
"should": "^4.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"main": "lib/node.js",
|
|
"homepage": "http://github.com/webpack/enhanced-resolve",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec",
|
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/webpack/enhanced-resolve.git"
|
|
},
|
|
"gitHead": "1d14a6debbe4054f84d7d7f870ca0a1cb963f75b",
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/enhanced-resolve/issues"
|
|
},
|
|
"_id": "enhanced-resolve@0.9.1",
|
|
"_shasum": "4d6e689b3725f86090927ccc86cd9f1635b89e2e",
|
|
"_from": "enhanced-resolve@>=0.9.1 <0.10.0",
|
|
"_npmVersion": "3.3.3",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmUser": {
|
|
"name": "sokra",
|
|
"email": "tobias.koppers@googlemail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "4d6e689b3725f86090927ccc86cd9f1635b89e2e",
|
|
"tarball": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "sokra",
|
|
"email": "tobias.koppers@googlemail.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-0.9.1.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|