|
{
"_from": "eslint-friendly-formatter@^3.0.0",
"_id": "eslint-friendly-formatter@3.0.0",
"_inBundle": false,
"_integrity": "sha1-J4h0Q1psRuwdlPoLH/SU4w7wQpA=",
"_location": "/eslint-friendly-formatter",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-friendly-formatter@^3.0.0",
"name": "eslint-friendly-formatter",
"escapedName": "eslint-friendly-formatter",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "http://registry.npm.taobao.org/eslint-friendly-formatter/download/eslint-friendly-formatter-3.0.0.tgz",
"_shasum": "278874435a6c46ec1d94fa0b1ff494e30ef04290",
"_spec": "eslint-friendly-formatter@^3.0.0",
"_where": "/Users/FFIB/Desktop/data_visualization",
"author": {
"name": "Roy Riojas",
"url": "http://royriojas.com"
},
"bugs": {
"url": "https://github.com/royriojas/eslint-friendly-formatter/issues"
},
"bundleDependencies": false,
"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",
"coalescy": "1.0.0",
"extend": "^3.0.0",
"minimist": "^1.2.0",
"text-table": "^0.2.0"
},
"deprecated": false,
"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"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"process.js"
],
"homepage": "https://github.com/royriojas/eslint-friendly-formatter#readme",
"keywords": [
"eslint",
"formatter",
"reporter",
"eslint formatter",
"stylish"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-friendly-formatter",
"precommit": [
"npm run verify"
],
"prepush": [
"npm run verify"
],
"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": "3.0.0"
}
|