update deps
This commit is contained in:
parent
3ff198f23b
commit
f9768ac4ba
384 changed files with 13733 additions and 26207 deletions
73
node_modules/ci-parallel-vars/package.json
generated
vendored
73
node_modules/ci-parallel-vars/package.json
generated
vendored
|
|
@ -1,50 +1,11 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"ci-parallel-vars@1.0.0",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "ci-parallel-vars@1.0.0",
|
||||
"_id": "ci-parallel-vars@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-u6dx20FBXm+apMi+5x7UVm6EH7BL1gc4XrcnQewjcB7HWRcor/V5qWc3RG2HwpgDJ26gIi2DSEu3B7sXynAw/g==",
|
||||
"_location": "/ci-parallel-vars",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "ci-parallel-vars@1.0.0",
|
||||
"name": "ci-parallel-vars",
|
||||
"escapedName": "ci-parallel-vars",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ava"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ci-parallel-vars/-/ci-parallel-vars-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Jamie Kyle",
|
||||
"email": "me@thejameskyle.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jamiebuilds/ci-parallel-vars/issues"
|
||||
},
|
||||
"name": "ci-parallel-vars",
|
||||
"version": "1.0.0",
|
||||
"description": "Get CI environment variables for parallelizing builds",
|
||||
"devDependencies": {
|
||||
"ava": "^0.25.0",
|
||||
"flow-bin": "^0.73.0",
|
||||
"spawndamnit": "^2.0.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jamiebuilds/ci-parallel-vars#readme",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/jamiebuilds/ci-parallel-vars",
|
||||
"author": "Jamie Kyle <me@thejameskyle.com>",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"ci",
|
||||
"env",
|
||||
|
|
@ -61,15 +22,19 @@
|
|||
"pipelines",
|
||||
"knapsack"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "ci-parallel-vars",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jamiebuilds/ci-parallel-vars.git"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "ava"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
"devDependencies": {
|
||||
"ava": "^0.25.0",
|
||||
"flow-bin": "^0.73.0",
|
||||
"spawndamnit": "^2.0.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/ci-parallel-vars/-/ci-parallel-vars-1.0.0.tgz"
|
||||
,"_integrity": "sha512-u6dx20FBXm+apMi+5x7UVm6EH7BL1gc4XrcnQewjcB7HWRcor/V5qWc3RG2HwpgDJ26gIi2DSEu3B7sXynAw/g=="
|
||||
,"_from": "ci-parallel-vars@1.0.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue