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,39 +1,45 @@
{
"name": "removeNPMAbsolutePaths",
"version": "2.0.0",
"description": "Remove the fields containing local aboslute paths created by NPM",
"keywords": [
"npm",
"modules"
"_args": [
[
"removeNPMAbsolutePaths@2.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"main": "src/removeNPMAbsolutePaths.js",
"scripts": {
"lint": "eslint bin/removeNPMAbsolutePaths src test --ignore-pattern 'test/data/malformed/module/'",
"test": "mocha test",
"test-with-coverage": "nyc --reporter=text mocha test",
"travis": "npm run lint && npm run test-with-coverage",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"_development": true,
"_from": "removeNPMAbsolutePaths@2.0.0",
"_id": "removeNPMAbsolutePaths@2.0.0",
"_inBundle": false,
"_integrity": "sha512-Hea7U6iJcD0NE/aqBqxBMPKeKaxjqMNyTTajmH2dH9hhafJ9Tem5r4UeJK8+BdE1MK9lqoOYqNM0Sq9rl1OIbQ==",
"_location": "/removeNPMAbsolutePaths",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "removeNPMAbsolutePaths@2.0.0",
"name": "removeNPMAbsolutePaths",
"escapedName": "removeNPMAbsolutePaths",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"author": "Juanjo Diaz <juanjo.diazmo@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/juanjoDiaz/removeNPMAbsolutePaths"
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/removeNPMAbsolutePaths/-/removeNPMAbsolutePaths-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Juanjo Diaz",
"email": "juanjo.diazmo@gmail.com"
},
"bin": {
"removeNPMAbsolutePaths": "bin/removeNPMAbsolutePaths"
},
"bugs": {
"url": "https://github.com/removeNPMAbsolutePaths/issues",
"email": "juanjo.diazmo@gmail.com"
},
"license": "MIT",
"preferGlobal": true,
"bin": {
"removeNPMAbsolutePaths": "bin/removeNPMAbsolutePaths"
},
"files": [
"LICENSE",
"README.md",
"bin/",
"src/"
],
"description": "Remove the fields containing local aboslute paths created by NPM",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
@ -48,5 +54,32 @@
},
"engines": {
"node": ">=4.0.0"
}
}
},
"files": [
"LICENSE",
"README.md",
"bin/",
"src/"
],
"homepage": "https://github.com/juanjoDiaz/removeNPMAbsolutePaths#readme",
"keywords": [
"npm",
"modules"
],
"license": "MIT",
"main": "src/removeNPMAbsolutePaths.js",
"name": "removeNPMAbsolutePaths",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/juanjoDiaz/removeNPMAbsolutePaths.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint bin/removeNPMAbsolutePaths src test --ignore-pattern 'test/data/malformed/module/'",
"test": "mocha test",
"test-with-coverage": "nyc --reporter=text mocha test",
"travis": "npm run lint && npm run test-with-coverage"
},
"version": "2.0.0"
}