update @actions/tool-cache, install semver, nock

This commit is contained in:
Alex Kalyvitis 2020-06-18 16:31:13 +02:00
parent 74d434c5ca
commit 4c6749115a
678 changed files with 39259 additions and 14619 deletions

62
node_modules/duplexer3/package.json generated vendored
View file

@ -1,17 +1,52 @@
{
"name": "duplexer3",
"version": "0.1.4",
"_args": [
[
"duplexer3@0.1.4",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "duplexer3@0.1.4",
"_id": "duplexer3@0.1.4",
"_inBundle": false,
"_integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=",
"_location": "/duplexer3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "duplexer3@0.1.4",
"name": "duplexer3",
"escapedName": "duplexer3",
"rawSpec": "0.1.4",
"saveSpec": null,
"fetchSpec": "0.1.4"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
"_spec": "0.1.4",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Conrad Pankoff",
"email": "deoxxa@fknsrs.biz",
"url": "http://www.fknsrs.biz/"
},
"bugs": {
"url": "https://github.com/floatdrop/duplexer3/issues"
},
"description": "Like duplexer but using streams3",
"devDependencies": {
"mocha": "^2.2.5"
},
"engine": {
"node": ">=4"
},
"files": [
"index.js"
],
"scripts": {
"test": "mocha -R tap"
},
"repository": "floatdrop/duplexer3",
"homepage": "https://github.com/floatdrop/duplexer3#readme",
"keywords": [
"duplex",
"duplexer",
@ -20,9 +55,14 @@
"join",
"combine"
],
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
"license": "BSD-3-Clause",
"devDependencies": {
"mocha": "^2.2.5"
}
}
"name": "duplexer3",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/duplexer3.git"
},
"scripts": {
"test": "mocha -R tap"
},
"version": "0.1.4"
}