Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epidemian
GitHub Repository: epidemian/eslint-plugin-import
Path: blob/main/resolvers/webpack/package.json
829 views
1
{
2
"name": "eslint-import-resolver-webpack",
3
"version": "0.13.2",
4
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.",
5
"main": "index.js",
6
"scripts": {
7
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
8
"tests-only": "nyc mocha -t 5s",
9
"test": "npm run tests-only"
10
},
11
"files": [
12
"index.js",
13
"config.js"
14
],
15
"repository": {
16
"type": "git",
17
"url": "git+https://github.com/import-js/eslint-plugin-import.git"
18
},
19
"keywords": [
20
"eslint-plugin-import",
21
"eslint",
22
"jsnext",
23
"modules",
24
"webpack"
25
],
26
"author": "Ben Mosher ([email protected])",
27
"license": "MIT",
28
"bugs": {
29
"url": "https://github.com/import-js/eslint-plugin-import/issues"
30
},
31
"homepage": "https://github.com/import-js/eslint-plugin-import/tree/HEAD/resolvers/webpack",
32
"dependencies": {
33
"array-find": "^1.0.0",
34
"debug": "^3.2.7",
35
"enhanced-resolve": "^0.9.1",
36
"find-root": "^1.1.0",
37
"has": "^1.0.3",
38
"interpret": "^1.4.0",
39
"is-core-module": "^2.7.0",
40
"is-regex": "^1.1.4",
41
"lodash": "^4.17.21",
42
"resolve": "^1.20.0",
43
"semver": "^5.7.1"
44
},
45
"peerDependencies": {
46
"eslint-plugin-import": ">=1.4.0",
47
"webpack": ">=1.11.0"
48
},
49
"devDependencies": {
50
"babel-plugin-istanbul": "^4.1.6",
51
"babel-register": "^6.26.0",
52
"chai": "^3.5.0",
53
"mocha": "^3.5.3",
54
"nyc": "^11.9.0",
55
"webpack": "https://gist.github.com/ljharb/9cdb687f3806f8e6cb8a365d0b7840eb"
56
},
57
"engines": {
58
"node": ">= 6"
59
}
60
}
61
62