forked from zhurui/management
103 lines
2.7 KiB
JSON
103 lines
2.7 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"eslint-plugin-node@8.0.1",
|
||
|
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "eslint-plugin-node@8.0.1",
|
||
|
"_id": "eslint-plugin-node@8.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==",
|
||
|
"_location": "/eslint-plugin-node",
|
||
|
"_phantomChildren": {
|
||
|
"brace-expansion": "1.1.11"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "eslint-plugin-node@8.0.1",
|
||
|
"name": "eslint-plugin-node",
|
||
|
"escapedName": "eslint-plugin-node",
|
||
|
"rawSpec": "8.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "8.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vue/eslint-config-standard"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz",
|
||
|
"_spec": "8.0.1",
|
||
|
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
|
||
|
"author": {
|
||
|
"name": "Toru Nagashima"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mysticatea/eslint-plugin-node/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"eslint-plugin-es": "^1.3.1",
|
||
|
"eslint-utils": "^1.3.1",
|
||
|
"ignore": "^5.0.2",
|
||
|
"minimatch": "^3.0.4",
|
||
|
"resolve": "^1.8.1",
|
||
|
"semver": "^5.5.0"
|
||
|
},
|
||
|
"description": "Additional ESLint's rules for Node.js",
|
||
|
"devDependencies": {
|
||
|
"@mysticatea/eslint-plugin": "^7.0.0",
|
||
|
"codecov": "^3.0.4",
|
||
|
"eslint": "^5.8.0",
|
||
|
"fast-glob": "^2.2.2",
|
||
|
"mocha": "^5.2.0",
|
||
|
"nyc": "^12.0.2",
|
||
|
"opener": "^1.4.3",
|
||
|
"rimraf": "^2.6.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
|
||
|
"keywords": [
|
||
|
"eslint",
|
||
|
"eslintplugin",
|
||
|
"eslint-plugin",
|
||
|
"node",
|
||
|
"nodejs",
|
||
|
"ecmascript",
|
||
|
"shebang",
|
||
|
"file",
|
||
|
"path",
|
||
|
"import",
|
||
|
"require"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "eslint-plugin-node",
|
||
|
"peerDependencies": {
|
||
|
"eslint": ">=4.19.1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node scripts/update.js",
|
||
|
"clean": "rimraf .nyc_output coverage",
|
||
|
"codecov": "nyc report -r lcovonly && codecov",
|
||
|
"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
|
||
|
"lint": "eslint lib scripts tests/lib .eslintrc.js",
|
||
|
"postversion": "git push && git push --tags",
|
||
|
"preversion": "npm t && npm run -s build",
|
||
|
"test": "nyc npm run -s test:_mocha",
|
||
|
"test:_mocha": "_mocha tests/lib/**/*.js --reporter progress",
|
||
|
"version": "eslint lib/rules --fix && git add lib/rules",
|
||
|
"watch": "npm run test:_mocha -- --watch --growl"
|
||
|
},
|
||
|
"version": "8.0.1"
|
||
|
}
|