{"library":"webpack-version-file","type":"library","category":null,"description":"This Webpack plugin, `webpack-version-file`, generates a file (typically `version.txt`) containing crucial project metadata such as the package name, version number, and build date during the Webpack compilation process. It is particularly useful for tracking which version of an application is deployed in various environments, aiding in debugging and support. The plugin, currently at version `0.1.7` (last updated in 2017), is considered abandoned. It utilizes EJS for templating, allowing extensive customization of the output file's content using data from `package.json`, predefined variables like `buildDate`, and custom data passed via its options. Its simplicity and direct integration into the Webpack build lifecycle were its key differentiators, though its lack of maintenance is a significant concern for modern Webpack and Node.js environments.","language":"javascript","status":"abandoned","version":"0.1.7","tags":["javascript","webpack version file","exposed version"],"last_verified":"Wed May 27","install":[{"cmd":"npm install webpack-version-file","imports":["const VersionFile = require('webpack-version-file');","new VersionFile({ output: './build/version.txt' })"]},{"cmd":"yarn add webpack-version-file","imports":[]},{"cmd":"pnpm add webpack-version-file","imports":[]}],"homepage":null,"github":"https://github.com/fknussel/webpack-version-file","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/webpack-version-file","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/webpack-version-file/compatibility"}}