update @actions/tool-cache, install semver, nock
This commit is contained in:
parent
74d434c5ca
commit
4c6749115a
678 changed files with 39259 additions and 14619 deletions
70
node_modules/md5-hex/package.json
generated
vendored
70
node_modules/md5-hex/package.json
generated
vendored
|
|
@ -1,25 +1,61 @@
|
|||
{
|
||||
"name": "md5-hex",
|
||||
"version": "3.0.1",
|
||||
"description": "Create a MD5 hash with hex encoding",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/md5-hex",
|
||||
"_args": [
|
||||
[
|
||||
"md5-hex@3.0.1",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "md5-hex@3.0.1",
|
||||
"_id": "md5-hex@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==",
|
||||
"_location": "/md5-hex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "md5-hex@3.0.1",
|
||||
"name": "md5-hex",
|
||||
"escapedName": "md5-hex",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-3.0.1.tgz",
|
||||
"_spec": "3.0.1",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"browser": "browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/md5-hex/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"blueimp-md5": "^2.10.0"
|
||||
},
|
||||
"description": "Create a MD5 hash with hex encoding",
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.6.2",
|
||||
"ava": "^2.2.0",
|
||||
"tsd": "^0.7.4",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"browser.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/md5-hex#readme",
|
||||
"keywords": [
|
||||
"hash",
|
||||
"crypto",
|
||||
|
|
@ -28,14 +64,14 @@
|
|||
"buffer",
|
||||
"browser"
|
||||
],
|
||||
"dependencies": {
|
||||
"blueimp-md5": "^2.10.0"
|
||||
"license": "MIT",
|
||||
"name": "md5-hex",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/md5-hex.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.6.2",
|
||||
"ava": "^2.2.0",
|
||||
"tsd": "^0.7.4",
|
||||
"xo": "^0.24.0"
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"browser": "browser.js"
|
||||
}
|
||||
"version": "3.0.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue