| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "eslint-import-resolver-node",
- "version": "0.3.2",
- "description": "Node default behavior import resolution plugin for eslint-plugin-import.",
- "main": "index.js",
- "files": [
- "index.js"
- ],
- "scripts": {
- "test": "nyc mocha"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/benmosher/eslint-plugin-import"
- },
- "keywords": [
- "eslint",
- "eslintplugin",
- "esnext",
- "modules",
- "eslint-plugin-import"
- ],
- "author": "Ben Mosher (me@benmosher.com)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/benmosher/eslint-plugin-import/issues"
- },
- "homepage": "https://github.com/benmosher/eslint-plugin-import",
- "dependencies": {
- "debug": "^2.6.9",
- "resolve": "^1.5.0"
- },
- "devDependencies": {
- "chai": "^3.5.0",
- "mocha": "^3.5.3",
- "nyc": "^10.3.2"
- }
- }
|