/
opt
/
canhelp
/
node_modules
/
fast-sha256
/
/opt/canhelp/node_modules/fast-sha256
mkdir
upload
Name
Size
Mode
Actions
LICENSE
1210
0644
edit
dl
rm
package.json
1047
0644
edit
dl
rm
README.md
2640
0644
edit
dl
rm
sha256.d.ts
1290
0644
edit
dl
rm
sha256.js
14722
0644
edit
dl
rm
sha256.min.js
6337
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/fast-sha256/package.json
(1047B)
{ "name": "fast-sha256", "version": "1.3.0", "description": "SHA-256, HMAC and PBKDF2 implementation with typed arrays for modern browsers and Node.js", "main": "sha256.js", "files": [ "sha256.js", "sha256.min.js", "sha256.d.ts" ], "typings": "sha256", "directories": { "test": "test" }, "scripts": { "build": "tsc && echo '});' | cat build/umd-prelude.js build/sha256.js - > sha256.js && rm build/sha256.js && uglifyjs sha256.js -c -m -o sha256.min.js && mv build/sha256.d.ts ./", "test": "tape test/test.js | faucet", "bench": "node test/bench.js", "lint": "tslint src/*.ts" }, "repository": { "type": "git", "url": "https://github.com/dchest/fast-sha256-js" }, "keywords": [ "hash", "sha256", "pbkdf2", "cryptography", "crypto", "hmac" ], "author": "Dmitry Chestnykh", "license": "Unlicense", "devDependencies": { "faucet": "0.x.x", "tape": "4.11.0", "tslint": "^5.20.0", "typescript": "^3.6.4", "uglify-js": "^3.1.9" } }
Save
cmd:
run