32 lines
831 B
JSON
32 lines
831 B
JSON
{
|
|
"name": "eslint-module-utils",
|
|
"version": "2.7.3",
|
|
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
|
|
},
|
|
"keywords": [
|
|
"eslint-plugin-import",
|
|
"eslint",
|
|
"modules",
|
|
"esmodules"
|
|
],
|
|
"author": "Ben Mosher <me@benmosher.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
|
},
|
|
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"find-up": "^2.1.0"
|
|
}
|
|
}
|