mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
29 lines
615 B
JSON
29 lines
615 B
JSON
{
|
|
"author": {
|
|
"name": "Paul Vorbach",
|
|
"email": "paul@vorb.de",
|
|
"url": "http://vorb.de"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pvorb/node-crypt/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "utilities for encryption and hashing",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/pvorb/node-crypt#readme",
|
|
"license": "BSD-3-Clause",
|
|
"main": "crypt.js",
|
|
"name": "crypt",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/pvorb/node-crypt.git"
|
|
},
|
|
"tags": [
|
|
"hash",
|
|
"security"
|
|
],
|
|
"version": "0.0.2"
|
|
} |