ce4c83ff
wxy
初始提交
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
{
"_args": [
[
"eslint-plugin-node@6.0.1",
"D:\\WS\\WebstormProjects\\222\\lawyer"
]
],
"_development": true,
"_from": "eslint-plugin-node@6.0.1",
"_id": "eslint-plugin-node@6.0.1",
"_inBundle": false,
"_integrity": "sha512-Q/Cc2sW1OAISDS+Ji6lZS2KV4b7ueA/WydVWd1BECTQwVvfQy5JAi3glhINoKzoMnfnuRgNP+ZWKrGAbp3QDxw==",
"_location": "/eslint-plugin-node",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-node@6.0.1",
"name": "eslint-plugin-node",
"escapedName": "eslint-plugin-node",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-6.0.1.tgz",
"_spec": "6.0.1",
"_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
"author": {
"name": "Toru Nagashima"
},
"bugs": {
"url": "https://github.com/mysticatea/eslint-plugin-node/issues"
},
"dependencies": {
"ignore": "^3.3.6",
"minimatch": "^3.0.4",
"resolve": "^1.3.3",
"semver": "^5.4.1"
},
"description": "Additional ESLint's rules for Node.js",
"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^4.17.0",
"eslint-config-mysticatea": "^13.0.2",
"mocha": "^5.0.0",
"nyc": "^11.0.1",
"opener": "^1.4.3",
"rimraf": "^2.6.1",
"shelljs": "^0.8.1"
},
"engines": {
"node": ">=4"
},
"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": ">=3.1.0"
},
"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 tests/lib index.js",
"postversion": "git push && git push --tags",
"pretest": "npm run -s lint",
"preversion": "npm t && npm run -s build",
"test": "nyc npm run -s test:_mocha",
"test:_mocha": "_mocha tests/lib/**/*.js --reporter progress",
"watch": "npm run test:_mocha -- --watch --growl"
},
"version": "6.0.1"
}
|