codeql-action/node_modules/ci-parallel-vars/package.json
2020-06-18 16:31:13 +02:00

75 lines
1.8 KiB
JSON

{
"_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"
},
"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",
"keywords": [
"ci",
"env",
"vars",
"index",
"total",
"parallel",
"builds",
"tests",
"travis",
"circle",
"buildkite",
"bitbucket",
"pipelines",
"knapsack"
],
"license": "MIT",
"main": "index.js",
"name": "ci-parallel-vars",
"repository": {
"type": "git",
"url": "git+https://github.com/jamiebuilds/ci-parallel-vars.git"
},
"scripts": {
"test": "ava"
},
"version": "1.0.0"
}