Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

View File

@@ -1,24 +1,53 @@
{
"name": "ansi-regex",
"version": "3.0.0",
"description": "Regular expression for matching ANSI escape codes",
"license": "MIT",
"repository": "chalk/ansi-regex",
"_args": [
[
"ansi-regex@3.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "ansi-regex@3.0.0",
"_id": "ansi-regex@3.0.0",
"_inBundle": false,
"_integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
"_location": "/supertap/ansi-regex",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ansi-regex@3.0.0",
"name": "ansi-regex",
"escapedName": "ansi-regex",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/supertap/strip-ansi"
],
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/chalk/ansi-regex/issues"
},
"description": "Regular expression for matching ANSI escape codes",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava",
"view-supported": "node fixtures/view-codes.js"
},
"files": [
"index.js"
],
"homepage": "https://github.com/chalk/ansi-regex#readme",
"keywords": [
"ansi",
"styles",
@@ -46,8 +75,15 @@
"find",
"pattern"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
"license": "MIT",
"name": "ansi-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/ansi-regex.git"
},
"scripts": {
"test": "xo && ava",
"view-supported": "node fixtures/view-codes.js"
},
"version": "3.0.0"
}

View File

@@ -1,23 +1,53 @@
{
"name": "arrify",
"version": "1.0.1",
"description": "Convert a value to an array",
"license": "MIT",
"repository": "sindresorhus/arrify",
"_args": [
[
"arrify@1.0.1",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "arrify@1.0.1",
"_id": "arrify@1.0.1",
"_inBundle": false,
"_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
"_location": "/supertap/arrify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "arrify@1.0.1",
"name": "arrify",
"escapedName": "arrify",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/supertap"
],
"_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/arrify/issues"
},
"description": "Convert a value to an array",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/arrify#readme",
"keywords": [
"array",
"arr",
@@ -26,8 +56,14 @@
"convert",
"value"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
"license": "MIT",
"name": "arrify",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/arrify.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.1"
}

View File

@@ -1,23 +1,53 @@
{
"name": "indent-string",
"version": "3.2.0",
"description": "Indent each line in a string",
"license": "MIT",
"repository": "sindresorhus/indent-string",
"_args": [
[
"indent-string@3.2.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "indent-string@3.2.0",
"_id": "indent-string@3.2.0",
"_inBundle": false,
"_integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
"_location": "/supertap/indent-string",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "indent-string@3.2.0",
"name": "indent-string",
"escapedName": "indent-string",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/supertap"
],
"_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/indent-string/issues"
},
"description": "Indent each line in a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/indent-string#readme",
"keywords": [
"indent",
"string",
@@ -29,8 +59,14 @@
"each",
"every"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
"license": "MIT",
"name": "indent-string",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/indent-string.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.2.0"
}

View File

@@ -1,23 +1,56 @@
{
"name": "strip-ansi",
"version": "4.0.0",
"description": "Strip ANSI escape codes",
"license": "MIT",
"repository": "chalk/strip-ansi",
"_args": [
[
"strip-ansi@4.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "strip-ansi@4.0.0",
"_id": "strip-ansi@4.0.0",
"_inBundle": false,
"_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
"_location": "/supertap/strip-ansi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "strip-ansi@4.0.0",
"name": "strip-ansi",
"escapedName": "strip-ansi",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/supertap"
],
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/chalk/strip-ansi/issues"
},
"dependencies": {
"ansi-regex": "^3.0.0"
},
"description": "Strip ANSI escape codes",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/chalk/strip-ansi#readme",
"keywords": [
"strip",
"trim",
@@ -42,11 +75,14 @@
"command-line",
"text"
],
"dependencies": {
"ansi-regex": "^3.0.0"
"license": "MIT",
"name": "strip-ansi",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/strip-ansi.git"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}
"scripts": {
"test": "xo && ava"
},
"version": "4.0.0"
}

78
node_modules/supertap/package.json generated vendored
View File

@@ -1,28 +1,44 @@
{
"name": "supertap",
"version": "1.0.0",
"description": "Generate TAP output",
"license": "MIT",
"repository": "vadimdemedes/supertap",
"_args": [
[
"supertap@1.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "supertap@1.0.0",
"_id": "supertap@1.0.0",
"_inBundle": false,
"_integrity": "sha512-HZJ3geIMPgVwKk2VsmO5YHqnnJYl6bV5A9JW2uzqV43WmpgliNEYbuvukfor7URpaqpxuw3CfZ3ONdVbZjCgIA==",
"_location": "/supertap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "supertap@1.0.0",
"name": "supertap",
"escapedName": "supertap",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/supertap/-/supertap-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com",
"url": "github.com/vadimdemedes"
},
"engines": {
"node": ">=4"
"ava": {
"serial": true
},
"scripts": {
"test": "xo && ava"
"bugs": {
"url": "https://github.com/vadimdemedes/supertap/issues"
},
"files": [
"index.js"
],
"keywords": [
"tap",
"tape",
"output"
],
"dependencies": {
"arrify": "^1.0.1",
"indent-string": "^3.2.0",
@@ -30,6 +46,7 @@
"serialize-error": "^2.1.0",
"strip-ansi": "^4.0.0"
},
"description": "Generate TAP output",
"devDependencies": {
"ava": "^0.20.0",
"ctrlc-exit": "^1.0.0",
@@ -47,7 +64,26 @@
"wait-for-enter": "^1.0.0",
"xo": "^0.18.2"
},
"ava": {
"serial": true
}
}
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/vadimdemedes/supertap#readme",
"keywords": [
"tap",
"tape",
"output"
],
"license": "MIT",
"name": "supertap",
"repository": {
"type": "git",
"url": "git+https://github.com/vadimdemedes/supertap.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}