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

View file

@ -1,23 +1,54 @@
{
"name": "to-readable-stream",
"version": "1.0.0",
"description": "Convert a string/Buffer/Uint8Array to a readable stream",
"license": "MIT",
"repository": "sindresorhus/to-readable-stream",
"_args": [
[
"to-readable-stream@1.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "to-readable-stream@1.0.0",
"_id": "to-readable-stream@1.0.0",
"_inBundle": false,
"_integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==",
"_location": "/to-readable-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "to-readable-stream@1.0.0",
"name": "to-readable-stream",
"escapedName": "to-readable-stream",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/got"
],
"_resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/to-readable-stream/issues"
},
"description": "Convert a string/Buffer/Uint8Array to a readable stream",
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/to-readable-stream#readme",
"keywords": [
"stream",
"readablestream",
@ -32,9 +63,14 @@
"readable",
"pull"
],
"devDependencies": {
"ava": "*",
"get-stream": "^3.0.0",
"xo": "*"
}
}
"license": "MIT",
"name": "to-readable-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/to-readable-stream.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}