package.json
4.93 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"_args": [
[
{
"raw": "eslint-friendly-formatter@^2.0.7",
"scope": null,
"escapedName": "eslint-friendly-formatter",
"name": "eslint-friendly-formatter",
"rawSpec": "^2.0.7",
"spec": ">=2.0.7 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "eslint-friendly-formatter@>=2.0.7 <3.0.0",
"_id": "eslint-friendly-formatter@2.0.7",
"_inCache": true,
"_location": "/eslint-friendly-formatter",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/eslint-friendly-formatter-2.0.7.tgz_1483355645099_0.05185303767211735"
},
"_npmUser": {
"name": "royriojas",
"email": "royriojas@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "eslint-friendly-formatter@^2.0.7",
"scope": null,
"escapedName": "eslint-friendly-formatter",
"name": "eslint-friendly-formatter",
"rawSpec": "^2.0.7",
"spec": ">=2.0.7 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-friendly-formatter/-/eslint-friendly-formatter-2.0.7.tgz",
"_shasum": "657f95a19af4989636afebb1cc9de6cebbd088ee",
"_shrinkwrap": null,
"_spec": "eslint-friendly-formatter@^2.0.7",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"name": "Roy Riojas",
"url": "http://royriojas.com"
},
"bugs": {
"url": "https://github.com/royriojas/eslint-friendly-formatter/issues"
},
"changelogx": {
"issueIDRegExp": "#(\\d+)",
"commitURL": "https://github.com/royriojas/eslint-friendly-formatter/commit/{0}",
"authorURL": "https://github.com/{0}",
"issueIDURL": "https://github.com/royriojas/eslint-friendly-formatter/issues/{0}",
"projectName": "eslint-friendly-formatter"
},
"dependencies": {
"chalk": "^1.0.0",
"extend": "^3.0.0",
"minimist": "^1.2.0",
"text-table": "^0.2.0"
},
"description": " simple formatter/reporter for eslint that's friendly with Sublime Text and iterm2 'click to open file' functionality",
"devDependencies": {
"changelogx": "^1.0.18",
"esbeautifier": "10.1.1",
"eslint": "^2.10.2",
"glob-expand": "0.2.1",
"istanbul": "^0.3.17",
"mocha-runner": "^1.0.8",
"precommit": "1.2.2",
"prepush": "3.1.11",
"proxyquire": "^1.6.0",
"read-file": "^0.1.2",
"read-json-sync": "^1.1.0",
"watch-spawn": "^1.0.3",
"write": "^0.2.0"
},
"directories": {},
"dist": {
"shasum": "657f95a19af4989636afebb1cc9de6cebbd088ee",
"tarball": "https://registry.npmjs.org/eslint-friendly-formatter/-/eslint-friendly-formatter-2.0.7.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"process.js"
],
"gitHead": "9ac3e4866e5c6dba09e0185dd4a1dd284a432d57",
"homepage": "https://github.com/royriojas/eslint-friendly-formatter#readme",
"keywords": [
"eslint",
"formatter",
"reporter",
"eslint formatter",
"stylish"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "royriojas",
"email": "royriojas@gmail.com"
}
],
"name": "eslint-friendly-formatter",
"optionalDependencies": {},
"precommit": [
"npm run verify"
],
"prepush": [
"npm run verify"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/royriojas/eslint-friendly-formatter.git"
},
"scripts": {
"beautify": "esbeautifier './index.js' 'test/specs/**/*.js'",
"beautify-check": "esbeautifier -k './index.js' 'test/specs/**/*.js'",
"bump-major": "npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v",
"bump-minor": "npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v",
"bump-patch": "npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v",
"changelog": "changelogx -f markdown -o ./changelog.md",
"check": "npm run beautify-check && npm run eslint",
"cover": "istanbul cover -x 'test/specs/**/*.js' mocha-runner 'test/specs/**/*.js' html text-summary",
"do-changelog": "npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify",
"eslint": "eslint --format './index.js' index.js test/specs/ -c './configs/eslint.json'",
"install-hooks": "prepush install && changelogx install-hook && precommit install",
"lint": "npm run beautify-check && npm run eslint",
"lint-fix": "npm run beautify && npm run eslint -- --fix",
"post-v": "npm run do-changelog && git push --no-verify && git push --tags --no-verify",
"pre-v": "npm run verify",
"test": "npm run lint && mocha-runner 'test/specs/**/*.js'",
"verify": "npm run check && npm test",
"watch": "npm run cover && watch-spawn -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary"
},
"version": "2.0.7"
}