github-pages-deploy-action/node_modules/eslint-import-resolver-node/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "eslint-import-resolver-node",
"version": "0.3.3",
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"main": "index.js",
"files": [
"index.js"
2020-03-07 11:45:40 +08:00
],
2020-03-31 20:57:48 +08:00
"scripts": {
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
"test": "nyc mocha",
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/benmosher/eslint-plugin-import"
2020-03-22 05:13:25 +08:00
},
2020-03-31 20:57:48 +08:00
"keywords": [
"eslint",
"eslintplugin",
"esnext",
"modules",
"eslint-plugin-import"
],
"author": "Ben Mosher (me@benmosher.com)",
"license": "MIT",
2020-03-07 11:45:40 +08:00
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
2020-03-31 20:57:48 +08:00
"homepage": "https://github.com/benmosher/eslint-plugin-import",
2020-03-07 11:45:40 +08:00
"dependencies": {
"debug": "^2.6.9",
"resolve": "^1.13.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.0",
"mocha": "^3.5.3",
"nyc": "^11.7.1"
},
"nyc": {
"exclude": [
"test/"
]
2020-03-31 20:57:48 +08:00
}
2020-03-07 11:45:40 +08:00
}