github-pages-deploy-action/node_modules/eslint-module-utils/package.json

33 lines
831 B
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "eslint-module-utils",
"version": "2.5.2",
2020-03-07 11:45:40 +08:00
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
},
2020-03-31 20:57:48 +08:00
"scripts": {
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
},
2020-03-07 11:45:40 +08:00
"keywords": [
"eslint-plugin-import",
"eslint",
"modules",
"esmodules"
],
2020-03-31 20:57:48 +08:00
"author": "Ben Mosher <me@benmosher.com>",
2020-03-07 11:45:40 +08:00
"license": "MIT",
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:57:48 +08:00
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"dependencies": {
"debug": "^2.6.9",
"pkg-dir": "^2.0.0"
}
2020-03-07 11:45:40 +08:00
}