You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
831 B
32 lines
831 B
{ |
|
"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" |
|
} |
|
}
|
|
|