Files
codeql-action/node_modules/crypt/package.json
T

23 lines
458 B
JSON
Raw Normal View History

{
2020-05-12 12:11:25 +01:00
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
"name": "crypt",
"description": "utilities for encryption and hashing",
2020-05-12 12:11:25 +01:00
"tags": [
"hash",
"security"
],
"version": "0.0.2",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-crypt.git"
},
2020-05-12 12:11:25 +01:00
"bugs": {
"url": "https://github.com/pvorb/node-crypt/issues"
},
"main": "crypt.js",
"engines": {
"node": "*"
}
2022-02-24 17:03:29 +00:00
}