Files
codeql-action/node_modules/eslint-module-utils/package.json
T

33 lines
831 B
JSON
Raw Normal View History

2020-09-14 10:42:37 +01:00
{
"name": "eslint-module-utils",
2021-08-09 19:49:16 +00:00
"version": "2.6.2",
2020-09-14 10:42:37 +01:00
"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",
2021-08-09 19:49:16 +00:00
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
2020-09-14 10:42:37 +01:00
},
"keywords": [
"eslint-plugin-import",
"eslint",
"modules",
"esmodules"
],
"author": "Ben Mosher <me@benmosher.com>",
"license": "MIT",
"bugs": {
2021-08-09 19:49:16 +00:00
"url": "https://github.com/import-js/eslint-plugin-import/issues"
2020-09-14 10:42:37 +01:00
},
2021-08-09 19:49:16 +00:00
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
2020-09-14 10:42:37 +01:00
"dependencies": {
2021-07-27 16:54:26 +00:00
"debug": "^3.2.7",
2020-09-14 10:42:37 +01:00
"pkg-dir": "^2.0.0"
}
2022-02-24 17:03:29 +00:00
}