mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 10:10:17 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
65
node_modules/crypt/package.json
generated
vendored
65
node_modules/crypt/package.json
generated
vendored
@@ -1,55 +1,22 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"crypt@0.0.2",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_from": "crypt@0.0.2",
|
||||
"_id": "crypt@0.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
|
||||
"_location": "/crypt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "crypt@0.0.2",
|
||||
"name": "crypt",
|
||||
"escapedName": "crypt",
|
||||
"rawSpec": "0.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/md5"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
|
||||
"_spec": "0.0.2",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Paul Vorbach",
|
||||
"email": "paul@vorb.de",
|
||||
"url": "http://vorb.de"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pvorb/node-crypt/issues"
|
||||
},
|
||||
"description": "utilities for encryption and hashing",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "https://github.com/pvorb/node-crypt#readme",
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "crypt.js",
|
||||
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
|
||||
"name": "crypt",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/pvorb/node-crypt.git"
|
||||
},
|
||||
"description": "utilities for encryption and hashing",
|
||||
"tags": [
|
||||
"hash",
|
||||
"security"
|
||||
],
|
||||
"version": "0.0.2"
|
||||
}
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user