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,59 @@
{
"name": "convert-source-map",
"version": "1.7.0",
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
"main": "index.js",
"scripts": {
"test": "tap test/*.js --color"
"_args": [
[
"convert-source-map@1.7.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "convert-source-map@1.7.0",
"_id": "convert-source-map@1.7.0",
"_inBundle": false,
"_integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
"_location": "/convert-source-map",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "convert-source-map@1.7.0",
"name": "convert-source-map",
"escapedName": "convert-source-map",
"rawSpec": "1.7.0",
"saveSpec": null,
"fetchSpec": "1.7.0"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/convert-source-map.git"
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
"_spec": "1.7.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/thlorenz/convert-source-map/issues"
},
"homepage": "https://github.com/thlorenz/convert-source-map",
"dependencies": {
"safe-buffer": "~5.1.1"
},
"description": "Converts a source-map from/to different formats and allows adding/changing properties.",
"devDependencies": {
"inline-source-map": "~0.6.2",
"tap": "~9.0.0"
},
"engine": {
"node": ">=0.6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/thlorenz/convert-source-map",
"keywords": [
"convert",
"sourcemap",
@@ -26,19 +62,15 @@
"browser",
"debug"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
"main": "index.js",
"name": "convert-source-map",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/convert-source-map.git"
},
"files": [
"index.js"
],
"browser": {
"fs": false
}
}
"scripts": {
"test": "tap test/*.js --color"
},
"version": "1.7.0"
}