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,42 +1,45 @@
{
"name": "map-age-cleaner",
"version": "0.1.3",
"description": "Automatically cleanup expired items in a Map",
"license": "MIT",
"repository": "SamVerschueren/map-age-cleaner",
"_args": [
[
"map-age-cleaner@0.1.3",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "map-age-cleaner@0.1.3",
"_id": "map-age-cleaner@0.1.3",
"_inBundle": false,
"_integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==",
"_location": "/map-age-cleaner",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "map-age-cleaner@0.1.3",
"name": "map-age-cleaner",
"escapedName": "map-age-cleaner",
"rawSpec": "0.1.3",
"saveSpec": null,
"fetchSpec": "0.1.3"
},
"_requiredBy": [
"/mem"
],
"_resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
"_spec": "0.1.3",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"main": "dist/index.js",
"engines": {
"node": ">=6"
"bugs": {
"url": "https://github.com/SamVerschueren/map-age-cleaner/issues"
},
"scripts": {
"prepublishOnly": "npm run build",
"pretest": "npm run build -- --sourceMap",
"test": "npm run lint && nyc ava dist/test.js",
"lint": "tslint --format stylish --project .",
"build": "npm run clean && tsc",
"clean": "del-cli dist"
},
"files": [
"dist/index.js",
"dist/index.d.ts"
],
"keywords": [
"map",
"age",
"cleaner",
"maxage",
"expire",
"expiration",
"expiring"
],
"dependencies": {
"p-defer": "^1.0.0"
},
"description": "Automatically cleanup expired items in a Map",
"devDependencies": {
"@types/delay": "^2.0.1",
"@types/node": "^10.7.1",
@ -49,11 +52,44 @@
"tslint-xo": "^0.9.0",
"typescript": "^3.0.1"
},
"typings": "dist/index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=6"
},
"files": [
"dist/index.js",
"dist/index.d.ts"
],
"homepage": "https://github.com/SamVerschueren/map-age-cleaner#readme",
"keywords": [
"map",
"age",
"cleaner",
"maxage",
"expire",
"expiration",
"expiring"
],
"license": "MIT",
"main": "dist/index.js",
"name": "map-age-cleaner",
"nyc": {
"exclude": [
"dist/test.js"
]
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamVerschueren/map-age-cleaner.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "del-cli dist",
"lint": "tslint --format stylish --project .",
"prepublishOnly": "npm run build",
"pretest": "npm run build -- --sourceMap",
"test": "npm run lint && nyc ava dist/test.js"
},
"sideEffects": false,
"typings": "dist/index.d.ts",
"version": "0.1.3"
}