/
opt
/
canhelp
/
node_modules
/
base64id
/
/opt/canhelp/node_modules/base64id
mkdir
upload
Name
Size
Mode
Actions
lib/
-
0755
rm
CHANGELOG.md
446
0644
edit
dl
rm
LICENSE
1118
0644
edit
dl
rm
package.json
362
0644
edit
dl
rm
README.md
401
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/base64id/README.md
(401B)
base64id ======== Node.js module that generates a base64 id. Uses crypto.randomBytes when available, falls back to unsafe methods for node.js <= 0.4. To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes. ## Installation $ npm install base64id ## Usage var base64id = require('base64id'); var id = base64id.generateId();
Save
cmd:
run