Files
codeql-action/node_modules/crypt/package.json
Alex Kalyvitis f9768ac4ba update deps
2020-06-18 18:43:30 +02:00

26 lines
600 B
JSON

{
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
"name": "crypt",
"description": "utilities for encryption and hashing",
"tags": [
"hash",
"security"
],
"version": "0.0.2",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-crypt.git"
},
"bugs": {
"url": "https://github.com/pvorb/node-crypt/issues"
},
"main": "crypt.js",
"engines": {
"node": "*"
}
,"_resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz"
,"_integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs="
,"_from": "crypt@0.0.2"
}