{"_id":"@ablanc/spell-check","_rev":"1-7e53610e23ec55b333108f649d912525","name":"@ablanc/spell-check","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@ablanc/spell-check","version":"1.0.0","description":"Node.js spellcheck CLI using language-tool","main":"lib/index.js","bin":{"spell-check":"bin/spell-check"},"preferGlobal":true,"scripts":{"prepublishOnly":"tsc","test":"echo \"Error: no test specified\"","build":"rimraf lib && tsc","start":"tsc && node lib/index.js","dev":"ts-node-dev --respawn src/index.ts"},"keywords":["typescript","node.js"],"author":{"name":"Blanc Adrien"},"license":"ISC","devDependencies":{"@types/cli-progress":"^3.4.2","@types/inquirer":"^6.5.0","@types/node":"^13.7.6","rimraf":"^3.0.2","ts-node":"^8.6.2","ts-node-dev":"^1.0.0-pre.44","typescript":"^3.8.2"},"dependencies":{"chalk":"^3.0.0","cli-progress":"^3.6.0","got":"^10.6.0","inquirer":"^7.0.4"},"_id":"@ablanc/spell-check@1.0.0","dist":{"shasum":"4f5268747f8253cb2f1cabb27d58e309cd91a4ae","integrity":"sha512-xXcA7lpA8lHmQJwwKKd+mHrRdoU5GASJlg0Gak0XkupsBWMSrfifYpm2p2rB0Dx03rnImA+9hHS2/YVOu0fvxQ==","tarball":"https://registry.npmjs.org/@ablanc/spell-check/-/spell-check-1.0.0.tgz","fileCount":16,"unpackedSize":42441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgBFTyCRA9TVsSAnZWagAAKI0P/1nvihyY1SVtbUKBSosQ\nMgpCPBdukV6L7ob/sAvwxPpKK2NUcGd8NG8CE5PH/WdJigDNZrNPH/b2Y1r4\nV28UMLRRn6RLaxYX0pTW1F3Bgd7VXzoLsSjoIBpE2v6ie+V6DHRFYJ6q39qm\nJLFhIDJNLs7NrsNfjiUWzkrQ1A52c2tULxKX/KwxPl2tiN0mXn5K4YQnPk0w\nQOQ1qngntlHdvIa4oetd7WfkuIubxnNbNQnOturw1MR5SI5YD48fV3g++4Hk\nKtg2TCTTYkS2+rsdgX/tYYrXVLFeWMNlD/8ZRTPgaXGewEJOw7NNai2D71Cw\nB22qgN09QasshK7OdqZjqr8tSIWSoB1NE0Q/+st/Qjyu/RXwmWqzG4MArh07\nBxZo71ilaXoTzJSwO66WjsgpOCKqzkFNEY5VIwASqy1lohfQqtNwvhNedNSk\nQecppMMiSAKRqg/9khMBXsKqWbi/OXgO7i9ZkLLS03QOYMR71If+KTJyK8hX\nsY051PmHg6ZfhDlLplrtLa6KmoDvjuUsS7oGw6lq4muRx6UGqvpDsQzL7V3B\nU48r4X3yuuZpbxEnux0Ot9Vlha82MdfN6yN6HiFTEE0jyp0aspJC4HoHHmhF\nb1AaN2F0iYbtfEDFR8UorVf+7xia/IQ4YPnfSSj3AuhU4LtwFp8H1t/7XtXp\nNekX\r\n=XC9D\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICtJ873Sr94w569zF5Tn3XayQ7DCKVjjXVPBpypzOsOAAiEAlV9um5YD7PO984PyavJHSoXdr250GRIW6Ez+tlfDK50="}]},"_npmUser":{"name":"ablanc","email":"ablanc@student.42.fr"},"directories":{},"maintainers":[{"name":"ablanc","email":"ablanc@student.42.fr"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/spell-check_1.0.0_1610896626296_0.5886391394995978"},"_hasShrinkwrap":false}},"time":{"created":"2021-01-17T15:17:06.259Z","1.0.0":"2021-01-17T15:17:06.488Z","modified":"2022-04-04T10:59:44.796Z"},"maintainers":[{"name":"ablanc","email":"ablanc@student.42.fr"}],"description":"Node.js spellcheck CLI using language-tool","keywords":["typescript","node.js"],"author":{"name":"Blanc Adrien"},"license":"ISC","readme":"<!-- PROJECT LOGO -->\n<br />\n<p align=\"center\">\n\n  <h3 align=\"center\">spell-check</h3>\n\n  <p align=\"center\">\n    A node.js package to spell check your JSON files.\n  </p>\n</p>\n\n<!-- TABLE OF CONTENTS -->\n\n## Table of Contents\n\n- [About the Project](#about-the-project)\n  - [Built With](#built-with)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n<!-- ABOUT THE PROJECT -->\n\n## About The Project\n\nCorrector allows you to spell check your JSON files and more specifically an **array of values.**\nYour JSON file must contain either an **array of strings or an array of objects** that you want to translate.\n\nThis project uses https://languagetool.org/fr free tier API.\n\nYou can either get the result of the translation printed out in the console or as a JSON file.\n\n### Built With\n\n- [Inquirer](https://github.com/SBoudrias/Inquirer.js)\n- [Chalk](https://github.com/chalk/chalk)\n- [Cli-progress](https://github.com/AndiDittrich/Node.CLI-Progress)\n\n## Installation\n\nYou can download it globally using\n\n```sh\nnpm install -g spell-check\n```\n\n## Usage\n\nTo use it type this in your terminal:\n\n```sh\nspell-check\n```\n\n## Contributing\n\nAny contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n<!-- LICENSE -->\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","readmeFilename":"README.md"}