blob: 82b37b957f6e148db113b1d4a4341922b0c48ac1 [file] [log] [blame]
{
"author": "Ben Mosher <me@benmosher.com>",
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"dependencies": {
"debug": "^2.6.9",
"pkg-dir": "^2.0.0"
},
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"keywords": [
"eslint-plugin-import",
"eslint",
"modules",
"esmodules"
],
"license": "MIT",
"name": "eslint-module-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
},
"scripts": {
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.6.0"
}