Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epidemian
GitHub Repository: epidemian/eslint-plugin-import
Path: blob/main/utils/package.json
828 views
1
{
2
"name": "eslint-module-utils",
3
"version": "2.7.1",
4
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
5
"engines": {
6
"node": ">=4"
7
},
8
"scripts": {
9
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
10
"test": "echo \"Error: no test specified\" && exit 1"
11
},
12
"repository": {
13
"type": "git",
14
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
15
},
16
"keywords": [
17
"eslint-plugin-import",
18
"eslint",
19
"modules",
20
"esmodules"
21
],
22
"author": "Ben Mosher <[email protected]>",
23
"license": "MIT",
24
"bugs": {
25
"url": "https://github.com/import-js/eslint-plugin-import/issues"
26
},
27
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
28
"dependencies": {
29
"debug": "^3.2.7",
30
"find-up": "^2.1.0",
31
"pkg-dir": "^2.0.0"
32
}
33
}
34
35