Package Exports
- machine-uuid-sync
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (machine-uuid-sync) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
machine-uuid-sync
A synchronous version of machine-uuid.
Get machine's hardware UUID.
Install
npm install machine-uuid-sync
Basic example
uuid = require("machine-uuid-sync")();
console.log(uuid);
Another example
You can set the location where you want the .nodemid
file to be created if the module can't retrieve the serial number.
uuid = require("machine-uuid")("/another/folder/")
This can example be useful in an electron application when you compile your app in asar.