hexo/node_modules/node-fingerprint
jkjoy 9a9cb42f53 20231003 update 2023-10-03 11:14:36 +08:00
..
dist 20231003 update 2023-10-03 11:14:36 +08:00
.npmignore 20231003 update 2023-10-03 11:14:36 +08:00
README.md 20231003 update 2023-10-03 11:14:36 +08:00
index.js 20231003 update 2023-10-03 11:14:36 +08:00
package.json 20231003 update 2023-10-03 11:14:36 +08:00
test.js 20231003 update 2023-10-03 11:14:36 +08:00

README.md

node-fingerprint

Generate a fingerprint for a node process

Original concept taken from cuid.

Fingerprint is based on a hash of pid + hostname.

Install

npm install node-fingerprint

Use

var fingerprint = require('node-fingerprint')()

MIT © Kevin Lanni