{"_id":"@amine_dmk/temperature-converter","name":"@amine_dmk/temperature-converter","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amine_dmk/temperature-converter","version":"1.0.0","description":"Converts the temperature in Fahrenheit to Celsius and vice versa","main":"index.js","scripts":{"lint":"semistandard *.js","test":"node test.js"},"repository":{"type":"git","url":"git+https://github.com/aminedammak/temperature-converter.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/aminedammak/temperature-converter/issues"},"homepage":"https://github.com/aminedammak/temperature-converter#readme","devDependencies":{"semistandard":"17.0.0"},"_id":"@amine_dmk/temperature-converter@1.0.0","gitHead":"b25cf53c92fb5ec9aa273acf7fe7a7a29ffdf8b3","_nodeVersion":"23.7.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-XFelMBPz5Bq/tHeeAfGhWChI6lDWnaltFBdZ/0xGGTAVBTBLPEHxM+QMxHS8Yl0SUwU+PI01HocdV+3zA4Apug==","shasum":"aa54453e6785a606877074748fcc941b62efff59","tarball":"https://registry.npmjs.org/@amine_dmk/temperature-converter/-/temperature-converter-1.0.0.tgz","fileCount":5,"unpackedSize":3144,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDo77VY3BCOKv8WDFiBF+dEqoYeWh2SjEVUeEkQR5VFEAIhAK7lpyhIyjMpP02NBL+Cl5TuWDg//Cxy6RIRFC5yW2N2"}]},"_npmUser":{"name":"amine_dmk","email":"aminedammak86@gmail.com"},"directories":{},"maintainers":[{"name":"amine_dmk","email":"aminedammak86@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/temperature-converter_1.0.0_1754584040708_0.05926350914555423"},"_hasShrinkwrap":false}},"time":{"created":"2025-08-07T16:27:20.616Z","1.0.0":"2025-08-07T16:27:20.903Z","modified":"2025-08-07T16:27:21.215Z"},"maintainers":[{"name":"amine_dmk","email":"aminedammak86@gmail.com"}],"description":"Converts the temperature in Fahrenheit to Celsius and vice versa","homepage":"https://github.com/aminedammak/temperature-converter#readme","repository":{"type":"git","url":"git+https://github.com/aminedammak/temperature-converter.git"},"bugs":{"url":"https://github.com/aminedammak/temperature-converter/issues"},"license":"MIT","readme":"# Temperature Converter Module\n\nA simple Node.js module for converting temperatures between\nFahrenheit and Celsius.\n\n# Example usage\n\n```js\nconst {\n  fahrenheitToCelsius,\n  celsiusToFahrenheit,\n} = require(\"@amine_dmk/temperature-converter\");\nconst celsius = fahrenheitToCelsius(100);\nconsole.log(`100°F is ${celsius}°C`);\nconst fahrenheit = celsiusToFahrenheit(37);\nconsole.log(`37°C is ${fahrenheit}°F`);\n```\n\n# Running Tests\n\nTo run tests and ensure the module is working as expected,\nnavigate to the module's root directory and execute:\n\n```sh\n$ npm run test\n```\n\n# License\n\nThis project is licensed under the MIT License.\n","readmeFilename":"README.md","_rev":"1-c725699101cc5499351bd77e2a068a18"}