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,41 +1,53 @@
{
"name": "defer-to-connect",
"version": "1.1.3",
"description": "The safe way to handle the `connect` socket event",
"main": "dist",
"files": [
"dist"
"_args": [
[
"defer-to-connect@1.1.3",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"scripts": {
"build": "del-cli dist && tsc",
"prepublishOnly": "npm run build",
"test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"_development": true,
"_from": "defer-to-connect@1.1.3",
"_id": "defer-to-connect@1.1.3",
"_inBundle": false,
"_integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==",
"_location": "/defer-to-connect",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "defer-to-connect@1.1.3",
"name": "defer-to-connect",
"escapedName": "defer-to-connect",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"keywords": [
"socket",
"connect",
"event"
"_requiredBy": [
"/@szmarczak/http-timer"
],
"author": "Szymon Marczak",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/szmarczak/defer-to-connect.git"
"_resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Szymon Marczak"
},
"ava": {
"babel": false,
"compileEnhancements": false,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
],
"files": [
"!dist/tests/test.d.ts"
]
},
"bugs": {
"url": "https://github.com/szmarczak/defer-to-connect/issues"
},
"homepage": "https://github.com/szmarczak/defer-to-connect#readme",
"xo": {
"extends": "xo-typescript",
"extensions": [
"ts"
],
"rules": {
"ava/no-ignored-test-files": "off"
}
},
"description": "The safe way to handle the `connect` socket event",
"devDependencies": {
"@sindresorhus/tsconfig": "^0.5.0",
"@types/node": "^12.12.4",
@ -52,23 +64,42 @@
"typescript": "^3.6.4",
"xo": "^0.25.3"
},
"files": [
"dist"
],
"homepage": "https://github.com/szmarczak/defer-to-connect#readme",
"keywords": [
"socket",
"connect",
"event"
],
"license": "MIT",
"main": "dist",
"name": "defer-to-connect",
"nyc": {
"extension": [
".ts"
]
},
"ava": {
"babel": false,
"compileEnhancements": false,
"repository": {
"type": "git",
"url": "git+https://github.com/szmarczak/defer-to-connect.git"
},
"scripts": {
"build": "del-cli dist && tsc",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prepublishOnly": "npm run build",
"test": "xo && nyc ava"
},
"types": "dist",
"version": "1.1.3",
"xo": {
"extends": "xo-typescript",
"extensions": [
"ts"
],
"require": [
"ts-node/register"
],
"files": [
"!dist/tests/test.d.ts"
]
},
"types": "dist"
}
"rules": {
"ava/no-ignored-test-files": "off"
}
}
}