Update checked-in dependencies
This commit is contained in:
parent
a0ab4842b5
commit
068ade0b31
93 changed files with 4472 additions and 4635 deletions
21
node_modules/eslint-import-resolver-node/package.json
generated
vendored
21
node_modules/eslint-import-resolver-node/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-import-resolver-node",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/benmosher/eslint-plugin-import"
|
||||
"url": "https://github.com/import-js/eslint-plugin-import"
|
||||
},
|
||||
"keywords": [
|
||||
"eslint",
|
||||
|
|
@ -26,22 +26,17 @@
|
|||
"author": "Ben Mosher (me@benmosher.com)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
|
||||
"url": "https://github.com/import-js/eslint-plugin-import/issues"
|
||||
},
|
||||
"homepage": "https://github.com/benmosher/eslint-plugin-import",
|
||||
"homepage": "https://github.com/import-js/eslint-plugin-import",
|
||||
"dependencies": {
|
||||
"debug": "^2.6.9",
|
||||
"resolve": "^1.13.1"
|
||||
"debug": "^3.2.7",
|
||||
"resolve": "^1.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"coveralls": "^3.0.0",
|
||||
"coveralls": "^3.1.0",
|
||||
"mocha": "^3.5.3",
|
||||
"nyc": "^11.7.1"
|
||||
},
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"test/"
|
||||
]
|
||||
"nyc": "^11.9.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue