UNPKG

1.37 kBJSONView Raw
1{
2 "name": "eslint-import-resolver-webpack",
3 "version": "0.7.1",
4 "description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.",
5 "main": "index.js",
6 "scripts": {
7 "test": "nyc mocha -t 5s",
8 "report": "nyc report --reporter=html"
9 },
10 "files": [
11 "index.js",
12 "config.js"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/benmosher/eslint-plugin-import.git"
17 },
18 "keywords": [
19 "eslint-plugin-import",
20 "eslint",
21 "jsnext",
22 "modules",
23 "webpack"
24 ],
25 "author": "Ben Mosher (me@benmosher.com)",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/benmosher/eslint-plugin-import/issues"
29 },
30 "homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
31 "dependencies": {
32 "array-find": "^1.0.0",
33 "debug": "^2.2.0",
34 "enhanced-resolve": "~0.9.0",
35 "find-root": "^0.1.1",
36 "has": "^1.0.1",
37 "interpret": "^1.0.0",
38 "is-absolute": "^0.2.3",
39 "lodash.get": "^3.7.0",
40 "node-libs-browser": "^1.0.0",
41 "resolve": "^1.1.7",
42 "semver": "^5.3.0"
43 },
44 "peerDependencies": {
45 "eslint-plugin-import": ">=1.4.0",
46 "webpack": "^1.11.0 || ^2.1.0-beta || ^2.1.0"
47 },
48 "devDependencies": {
49 "chai": "^3.4.1",
50 "mocha": "^2.3.3",
51 "nyc": "^7.0.0",
52 "babel-preset-es2015-argon": "latest"
53 }
54}