{"_id":"eslint-summary","_rev":"7-d0935db6bf0791b29cb2613671c2ad4c","name":"eslint-summary","time":{"modified":"2023-04-20T14:30:00.756Z","created":"2014-07-03T22:54:12.851Z","0.0.2":"2014-07-03T22:54:12.851Z","1.0.0":"2015-04-13T17:11:34.097Z"},"maintainers":[{"name":"davidwaterston","email":"david@davidwaterston.com"}],"dist-tags":{"latest":"1.0.0"},"description":"Minimal ESLint formatter (reporter) that displays only one summary line.","readme":"##A minimal [ESLint](http://eslint.org) custom formatter (reporter) that displays one summary line for all files processed.\n\n<a href=\"http://semver.org\" target=\"_blank\" alt=\"Semantic Versioning\"><img src=\"https://img.shields.io/badge/semver-1.0.0-lightgrey.svg\"></a>\n<a href=\"https://github.com/davidwaterston/eslint-summary/blob/master/LICENSE\" target=\"_blank\" alt=\"MIT License\"><img src=\"http://img.shields.io/badge/license-MIT-blue.svg\"></a>\n<a href=\"https://david-dm.org/davidwaterston/eslint-summary\" target=\"_blank\" alt=\"Dependencies\"><img src=\"https://david-dm.org/davidwaterston/eslint-summary.svg\"></a>\n<a href=\"#verifying-releases\" alt=\"Releases signed with Gnu Privacy Guard\"><img src=\"https://img.shields.io/badge/gpg-signed-green.svg\"></a>\n<a href=\"https://gitter.im/davidwaterston/eslint-summary\" target=\"_blank\" alt=\"Join the chat at https://gitter.im/davidwaterston/eslint-summary\"><img src=\"https://badges.gitter.im/Join%20Chat.svg\"></a>\n  \nA minimal [ESLint](http://eslint.org) custom formatter (reporter) that displays one summary line for all files processed. The summary line shows the number of files processed, the number of files passed linting (no errors or warnings) and the number of warning and/or errors (if there were any). Use this formatter when you simply want to verify the overall lint status of your project on Git pre-push, etc.  \n  \n  \n## Install\n\n```sh\n$ npm install --save-dev eslint-summary\n```\n  \n  \n## Getting started\n\nUse it with:\n\n#### [ESLint CLI](http://eslint.org/docs/user-guide/command-line-interface)\n\n```sh\n$ eslint --format node_modules/eslint-summary/summary.js *.js\n```\n\n#### [grunt-eslint](https://github.com/sindresorhus/grunt-eslint/)\n\n```js\ngrunt.initConfig({\n    eslint: {\n        options: {\n            format: require('eslint-summary')\n        },\n        target: ['*.js']\n    }\n});\n\ngrunt.loadNpmTasks('grunt-eslint');\ngrunt.registerTask('default', ['eslint']);\n```\n  \n  \n## Compatibility\nThis extension has been tested and confirmed to work with ESLint versions 0.18.0 and later. \n  \n  \n## Example output\n<img src=\"https://dvolvr.files.wordpress.com/2015/04/eslint-summary.png\" width=\"800\" alt=\"ESLint-Summary in action\" />\n\n  \n## Release History\nSee the [change log](https://github.com/davidwaterston/eslint-summary/blob/master/CHANGELOG.md) file for more details.\n  \n  \n## Verifying Releases\nI use <a href=\"http://semver.org\" target=\"_blank\" alt=\"Semantic Versioning\">Semantic Versioning</a> to number releases. Each release is tagged with the appropriate version number and signed using <a href=\"https://www.gnupg.org\" target=\"_blank\" alt=\"Gnu Privacy Guard (GPG)\">Gnu Privacy Guard (GPG)</a>. The public key used to sign releases is  \n```\nName: David Waterston  \nEmail: david@davidwaterston.com  \nKey ID: A7AD9C85  \nSignature: 71A9 DC13 447A 1E4F C6EB  5D64 DE08 A991 A7AD 9C85  \n```\nThis public key is included in the repository with a SHA1 of 16d013451476fa4a1a67d6ad4b90583e205b53b1.  \nAfter cloning the repo, and assuming you have GPG installed correctly, you can import this key into your keychain\n```\ngit cat-file blob pubkey | gpg --import\n```\nWhen this public key is successfully imported, you can use it to verify the integrity of any of the tagged releases of this repo\n```\ngit tag -v v1.0.0\n```\nwhich should produce output similar to:\n```\nobject 04f37a55784c1f3abc2cf927a935a488aa954035  \ntype commit  \ntag v1.0.0  \ntagger David Waterston <david@davidwaterston.com> 1427387056 +0000  \n  \nInitial commit  \n  \nThis is just an example so don't get fixated on the details, what matters is the signature!\ngpg: Signature made Thu 26 Mar 16:24:16 2015 GMT using RSA key ID A7AD9C85\ngpg: Good signature from \"David Waterston <david@davidwaterston.com>\" [ultimate]\n```\nThe important thing to notice here is that the RSA key ID matches mine (A7AD9C85) and the line that says that this is a good signature.  \n  \nThe public key can further be verified by checking the details held on <a href=\"http://pgp.mit.edu/pks/lookup?search=david%40davidwaterston.com&op=index&fingerprint=on&exact=on\" target=\"_blank\" alt=\"pgp.mit.edu\">pgp.mit.edu</a>.\n  \n  \n## License\nCopyright (c) 2015 David Waterston. All rights reserved.  \nDistributed under an MIT license. See the [LICENSE](https://github.com/davidwaterston/eslint-summary/blob/master/LICENSE) file for more details.\n","versions":{"1.0.0":{"name":"eslint-summary","version":"1.0.0","description":"Minimal ESLint formatter (reporter) that displays only one summary line.","keywords":["eslint","formatter","reporter","lint","validate"],"license":"MIT","author":{"name":"David Waterston","email":"david@davidwaterston.com","url":"http://dvolvr.davidwaterston.com"},"repository":{"type":"git","url":"https://github.com/davidwaterston/eslint-summary.git"},"files":["index.js","summary.js"],"engines":{"node":">=0.10.0"},"dependencies":{"chalk":"^1.0.0","text-table":"^0.2.0"},"gitHead":"2fb8907f5dda3001c9e38bc8bb915029b37e7eb2","bugs":{"url":"https://github.com/davidwaterston/eslint-summary/issues"},"homepage":"https://github.com/davidwaterston/eslint-summary","_id":"eslint-summary@1.0.0","scripts":{},"_shasum":"b811f00437016b20c0f6f5234479bd6395b57886","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"davidwaterston","email":"david@davidwaterston.com"},"dist":{"shasum":"b811f00437016b20c0f6f5234479bd6395b57886","tarball":"https://registry.npmjs.org/eslint-summary/-/eslint-summary-1.0.0.tgz","integrity":"sha512-cHr5WiNFhu2guLQykhQV8O7BQcnpFLR6GdLjbQfDDL0yGy9U7dXC6zMUtwoxYgJRC/Wk3yZMc+I6Q15Z7r4j9Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRCS3qXQg7ZIPV/6t5E4U1GkjTCq5ay4PbG1SKVvvyjQIgECxDYD0jNeW3ulluRPtWZwbcKs9nP7mptsdEKkqCFsI="}]},"maintainers":[{"name":"davidwaterston","email":"david@davidwaterston.com"}],"directories":{}}},"homepage":"https://github.com/davidwaterston/eslint-summary","keywords":["eslint","formatter","reporter","lint","validate"],"repository":{"type":"git","url":"https://github.com/davidwaterston/eslint-summary.git"},"author":{"name":"David Waterston","email":"david@davidwaterston.com","url":"http://dvolvr.davidwaterston.com"},"bugs":{"url":"https://github.com/davidwaterston/eslint-summary/issues"},"license":"MIT","readmeFilename":"README.md","users":{"flumpus-dev":true}}