{"_id":"@abdul_waheed/countdown_timer","name":"@abdul_waheed/countdown_timer","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@abdul_waheed/countdown_timer","version":"1.0.0","description":"A countdown project that displays the remaining time until a specified date or event.","main":"index.js","type":"module","bin":{"countdown_timer":"index.js"},"publishConfig":{"access":"public"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":"","license":"ISC","devDependencies":{"@types/inquirer":"^9.0.7","@types/node":"^20.12.8"},"dependencies":{"inquirer":"^9.2.20"},"_id":"@abdul_waheed/countdown_timer@1.0.0","gitHead":"f1cffa660be25fdf9b49a54820e64966f1d42c11","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-fGSl06zX2a/NOj0bWfOJTj11MRoEBFgzGJ2LCN/BxMxV270y++6CqpAuGbkfTWQEzs78ACmp/5BKjjG7vrcapw==","shasum":"fbb6b29124442a6a93a8dc9e412b86f055ee0667","tarball":"https://registry.npmjs.org/@abdul_waheed/countdown_timer/-/countdown_timer-1.0.0.tgz","fileCount":5,"unpackedSize":16854,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLFZzSAVkDiGwFR5LtQBhrOuUuwg/KNntY1ykRkRfXqAIgGpPRM658YkR7OBcr0FyW3F+nqDRAGlfIyAth0vq+0j4="}]},"_npmUser":{"name":"abdul_waheed","email":"waheedjdk@hotmail.com"},"directories":{},"maintainers":[{"name":"abdul_waheed","email":"waheedjdk@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/countdown_timer_1.0.0_1714656447148_0.5278806436533858"},"_hasShrinkwrap":false}},"time":{"created":"2024-05-02T13:27:26.992Z","1.0.0":"2024-05-02T13:27:27.313Z","modified":"2024-05-02T13:27:27.638Z"},"maintainers":[{"name":"abdul_waheed","email":"waheedjdk@hotmail.com"}],"description":"A countdown project that displays the remaining time until a specified date or event.","keywords":[],"license":"ISC","readme":"# Countdown Timer\r\n\r\nA simple command-line countdown timer tool that allows users to set a timer for a specific duration in seconds. The timer will display the remaining time in minutes and seconds, updating every second until the time is up.\r\n\r\n## Features\r\n\r\n- Set a countdown timer for a specified duration in seconds.\r\n- Displays the remaining time in minutes and seconds.\r\n- Stylish console output using chalk for color and styling.\r\n\r\n## Usage\r\n\r\n1. Clone the repository:\r\n\r\n   ```bash\r\n   git clone https://github.com/your-username/countdown-timer.git\r\n   ```\r\n\r\n2. Install dependencies:\r\n\r\n   ```bash\r\n   cd countdown-timer\r\n   npm install\r\n   ```\r\n\r\n3. Run the timer:\r\n\r\n   ```bash\r\n   npm start\r\n   ```\r\n\r\n4. Follow the on-screen instructions to enter the duration of the timer in seconds.\r\n\r\n5. The timer will start counting down, displaying the remaining time in the console.\r\n\r\n6. Once the timer reaches zero, it will display a message indicating that the time has expired.\r\n\r\n## Dependencies\r\n\r\n- [inquirer](https://www.npmjs.com/package/inquirer): For interactive command-line user interfaces.\r\n- [chalk](https://www.npmjs.com/package/chalk): For styling the console output.\r\n\r\n## License\r\n\r\nThis project is licensed under the ISC License\r\n\r\n","readmeFilename":"README.md"}