update @actions/tool-cache, install semver, nock
This commit is contained in:
parent
74d434c5ca
commit
4c6749115a
678 changed files with 39259 additions and 14619 deletions
86
node_modules/propagate/package.json
generated
vendored
Normal file
86
node_modules/propagate/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"_from": "propagate@^2.0.0",
|
||||
"_id": "propagate@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
|
||||
"_location": "/propagate",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "propagate@^2.0.0",
|
||||
"name": "propagate",
|
||||
"escapedName": "propagate",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/nock"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
|
||||
"_shasum": "40cdedab18085c792334e64f0ac17256d38f9a45",
|
||||
"_spec": "propagate@^2.0.0",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action/node_modules/nock",
|
||||
"author": {
|
||||
"name": "Pedro Teixeira",
|
||||
"email": "pedro.teixeira@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/nock/propagate/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Pedro Teixeira"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Propagate events from one event emitter into another",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-prettier": "^4.1.0",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "^4.1.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"prettier": "^1.16.4",
|
||||
"semantic-release": "16.0.0-beta.18",
|
||||
"tap": "^12.6.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 8"
|
||||
},
|
||||
"homepage": "http://github.com/nock/propagate#readme",
|
||||
"keywords": [
|
||||
"event",
|
||||
"events",
|
||||
"emitter",
|
||||
"eventemitter",
|
||||
"propagation"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "propagate",
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"tests/"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nock/propagate.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "tap --coverage-report=html && open coverage/lcov-report/index.html",
|
||||
"lint": "eslint \"**/*.js\"",
|
||||
"posttest": "npm run -s prettier:check",
|
||||
"pretest": "npm run lint",
|
||||
"prettier": "prettier --write \"**/*.@(js|md|yml|json)\"",
|
||||
"prettier:check": "prettier --check \"**/*.@(js|md|yml|json)\"",
|
||||
"test": "npm run -s unit",
|
||||
"unit": "tap tests/index.js"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue