This commit is contained in:
Esben Sparre Andreasen
2020-12-10 11:37:17 +01:00
parent 766aa7fda1
commit 4c520639d9
753 changed files with 12337 additions and 13315 deletions
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "semver@^6.1.0",
"_id": "semver@6.3.0",
"_inBundle": false,
"_integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
"_location": "/@actions/cache/semver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "semver@^6.1.0",
"name": "semver",
"escapedName": "semver",
"rawSpec": "^6.1.0",
"saveSpec": null,
"fetchSpec": "^6.1.0"
},
"_requiredBy": [
"/@actions/cache"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"_shasum": "ee0a64c8af5e8ceea67687b133761e1becbd1d3d",
"_spec": "semver@^6.1.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@actions/cache",
"bin": {
"semver": "bin/semver.js"
},
@@ -57,4 +34,4 @@
"check-coverage": true
},
"version": "6.3.0"
}
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "uuid@^3.3.3",
"_id": "uuid@3.4.0",
"_inBundle": false,
"_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"_location": "/@actions/cache/uuid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "uuid@^3.3.3",
"name": "uuid",
"escapedName": "uuid",
"rawSpec": "^3.3.3",
"saveSpec": null,
"fetchSpec": "^3.3.3"
},
"_requiredBy": [
"/@actions/cache"
],
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"_shasum": "b23e4358afa8a202fe7a100af1f5f883f02007ee",
"_spec": "uuid@^3.3.3",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@actions/cache",
"bin": {
"uuid": "bin/uuid"
},
@@ -97,4 +74,4 @@
"test": "npm run lint && mocha test/test.js"
},
"version": "3.4.0"
}
}
+1 -28
View File
@@ -1,31 +1,4 @@
{
"_from": "@actions/cache",
"_id": "@actions/cache@1.0.4",
"_inBundle": false,
"_integrity": "sha512-1grYfbu8P6JDDHc40eOI5tQDRcAxMwq5HBWhaCqEg9o/ixDRZfwPHlQvQAop2ZzFCjF2ns0ENQOIBAH8GNn+zA==",
"_location": "/@actions/cache",
"_phantomChildren": {
"tunnel": "0.0.6"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@actions/cache",
"name": "@actions/cache",
"escapedName": "@actions%2fcache",
"scope": "@actions",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.4.tgz",
"_shasum": "8a867be9bdbd625dbf03bc72c082bf123a29b03a",
"_spec": "@actions/cache",
"_where": "/home/chris/src/github.com/github/codeql-action",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
@@ -81,4 +54,4 @@
},
"types": "lib/cache.d.ts",
"version": "1.0.4"
}
}
+1 -1
View File
@@ -38,4 +38,4 @@
"devDependencies": {
"@types/node": "^12.0.2"
}
}
}
+1 -1
View File
@@ -37,4 +37,4 @@
"dependencies": {
"@actions/io": "^1.0.1"
}
}
}
+1 -1
View File
@@ -47,4 +47,4 @@
"jest": "^25.1.0",
"proxy": "^1.0.1"
}
}
}
+1 -25
View File
@@ -1,28 +1,4 @@
{
"_from": "@actions/glob@^0.1.0",
"_id": "@actions/glob@0.1.1",
"_inBundle": false,
"_integrity": "sha512-ikM4GVZOgSGDNTjv0ECJ8AOqmDqQwtO4K1M4P465C9iikRq34+FwCjUVSwzgOYDP85qtddyWpzBw5lTub/9Xmg==",
"_location": "/@actions/glob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@actions/glob@^0.1.0",
"name": "@actions/glob",
"escapedName": "@actions%2fglob",
"scope": "@actions",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/@actions/cache"
],
"_resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.1.1.tgz",
"_shasum": "0af851312dfed21fdf9eac3473cfde93ffa56e40",
"_spec": "@actions/glob@^0.1.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@actions/cache",
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
@@ -66,4 +42,4 @@
},
"types": "lib/glob.d.ts",
"version": "0.1.1"
}
}
+1 -1
View File
@@ -36,4 +36,4 @@
"dependencies": {
"tunnel": "0.0.6"
}
}
}
+1 -1
View File
@@ -34,4 +34,4 @@
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
}
}
}
+1 -1
View File
@@ -25,4 +25,4 @@
"tap": {
"check-coverage": true
}
}
}
+1 -1
View File
@@ -46,4 +46,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}
+1 -1
View File
@@ -49,4 +49,4 @@
"@types/uuid": "^3.4.4",
"nock": "^10.0.6"
}
}
}
+42 -42
View File
@@ -1,43 +1,43 @@
{
"name": "escape-string-regexp",
"version": "2.0.0",
"description": "Escape RegExp special characters",
"license": "MIT",
"repository": "sindresorhus/escape-string-regexp",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
],
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"escape",
"regex",
"regexp",
"re",
"regular",
"expression",
"string",
"str",
"special",
"characters"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}
"name": "escape-string-regexp",
"version": "2.0.0",
"description": "Escape RegExp special characters",
"license": "MIT",
"repository": "sindresorhus/escape-string-regexp",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
],
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"escape",
"regex",
"regexp",
"re",
"regular",
"expression",
"string",
"str",
"special",
"characters"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}
+1 -1
View File
@@ -39,4 +39,4 @@
"import/order": "off"
}
}
}
}
+1 -28
View File
@@ -1,31 +1,4 @@
{
"_from": "@azure/abort-controller@^1.0.0",
"_id": "@azure/abort-controller@1.0.1",
"_inBundle": false,
"_integrity": "sha512-wP2Jw6uPp8DEDy0n4KNidvwzDjyVV2xnycEIq7nPzj1rHyb/r+t3OPeNT1INZePP2wy5ZqlwyuyOMTi0ePyY1A==",
"_location": "/@azure/abort-controller",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/abort-controller@^1.0.0",
"name": "@azure/abort-controller",
"escapedName": "@azure%2fabort-controller",
"scope": "@azure",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@azure/core-auth",
"/@azure/core-http",
"/@azure/core-lro",
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.0.1.tgz",
"_shasum": "8510935b25ac051e58920300e9d7b511ca6e656a",
"_spec": "@azure/abort-controller@^1.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "Microsoft Corporation"
},
@@ -138,4 +111,4 @@
"sideEffects": false,
"types": "./types/src/aborter.d.ts",
"version": "1.0.1"
}
}
+1 -25
View File
@@ -1,28 +1,4 @@
{
"_from": "@azure/core-asynciterator-polyfill@^1.0.0",
"_id": "@azure/core-asynciterator-polyfill@1.0.0",
"_inBundle": false,
"_integrity": "sha512-kmv8CGrPfN9SwMwrkiBK9VTQYxdFQEGe0BmQk+M8io56P9KNzpAxcWE/1fxJj7uouwN4kXF0BHW8DNlgx+wtCg==",
"_location": "/@azure/core-asynciterator-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/core-asynciterator-polyfill@^1.0.0",
"name": "@azure/core-asynciterator-polyfill",
"escapedName": "@azure%2fcore-asynciterator-polyfill",
"scope": "@azure",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@azure/core-paging"
],
"_resolved": "https://registry.npmjs.org/@azure/core-asynciterator-polyfill/-/core-asynciterator-polyfill-1.0.0.tgz",
"_shasum": "dcccebb88406e5c76e0e1d52e8cc4c43a68b3ee7",
"_spec": "@azure/core-asynciterator-polyfill@^1.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-paging",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
@@ -93,4 +69,4 @@
"clientruntime"
],
"version": "1.0.0"
}
}
@@ -1,3 +1,3 @@
{
"type": "module"
{
"type": "module"
}
@@ -1,27 +1,4 @@
{
"_from": "tslib@^1.10.0",
"_id": "tslib@1.14.1",
"_inBundle": false,
"_integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
"_location": "/@azure/core-auth/@azure/core-tracing/tslib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tslib@^1.10.0",
"name": "tslib",
"escapedName": "tslib",
"rawSpec": "^1.10.0",
"saveSpec": null,
"fetchSpec": "^1.10.0"
},
"_requiredBy": [
"/@azure/core-auth/@azure/core-tracing"
],
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"_shasum": "cf2d38bdc34a134bcaf1091c41f6619e2f672d00",
"_spec": "tslib@^1.10.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-auth/node_modules/@azure/core-tracing",
"author": {
"name": "Microsoft Corp."
},
@@ -61,4 +38,4 @@
"sideEffects": false,
"typings": "tslib.d.ts",
"version": "1.14.1"
}
}
@@ -3,4 +3,4 @@
"scripts": {
"test": "node index.js"
}
}
}
@@ -1,28 +1,4 @@
{
"_from": "@azure/core-tracing@1.0.0-preview.8",
"_id": "@azure/core-tracing@1.0.0-preview.8",
"_inBundle": false,
"_integrity": "sha512-ZKUpCd7Dlyfn7bdc+/zC/sf0aRIaNQMDuSj2RhYRFe3p70hVAnYGp3TX4cnG2yoEALp/LTj/XnZGQ8Xzf6Ja/Q==",
"_location": "/@azure/core-auth/@azure/core-tracing",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@azure/core-tracing@1.0.0-preview.8",
"name": "@azure/core-tracing",
"escapedName": "@azure%2fcore-tracing",
"scope": "@azure",
"rawSpec": "1.0.0-preview.8",
"saveSpec": null,
"fetchSpec": "1.0.0-preview.8"
},
"_requiredBy": [
"/@azure/core-auth"
],
"_resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.8.tgz",
"_shasum": "1e0ff857e855edb774ffd33476003c27b5bb2705",
"_spec": "@azure/core-tracing@1.0.0-preview.8",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-auth",
"author": {
"name": "Microsoft Corporation"
},
@@ -124,4 +100,4 @@
"sideEffects": false,
"types": "types/core-tracing.d.ts",
"version": "1.0.0-preview.8"
}
}
+1 -26
View File
@@ -1,29 +1,4 @@
{
"_from": "@opentelemetry/api@^0.6.1",
"_id": "@opentelemetry/api@0.6.1",
"_inBundle": false,
"_integrity": "sha512-wpufGZa7tTxw7eAsjXJtiyIQ42IWQdX9iUQp7ACJcKo1hCtuhLU+K2Nv1U6oRwT1oAlZTE6m4CgWKZBhOiau3Q==",
"_location": "/@azure/core-auth/@opentelemetry/api",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@opentelemetry/api@^0.6.1",
"name": "@opentelemetry/api",
"escapedName": "@opentelemetry%2fapi",
"scope": "@opentelemetry",
"rawSpec": "^0.6.1",
"saveSpec": null,
"fetchSpec": "^0.6.1"
},
"_requiredBy": [
"/@azure/core-auth",
"/@azure/core-auth/@azure/core-tracing"
],
"_resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-0.6.1.tgz",
"_shasum": "a00b504801f408230b9ad719716fe91ad888c642",
"_spec": "@opentelemetry/api@^0.6.1",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-auth",
"author": {
"name": "OpenTelemetry Authors"
},
@@ -109,4 +84,4 @@
},
"types": "build/src/index.d.ts",
"version": "0.6.1"
}
}
+2 -2
View File
@@ -1,3 +1,3 @@
{
"type": "module"
{
"type": "module"
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "tslib@^2.0.0",
"_id": "tslib@2.0.3",
"_inBundle": false,
"_integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
"_location": "/@azure/core-auth/tslib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tslib@^2.0.0",
"name": "tslib",
"escapedName": "tslib",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@azure/core-auth"
],
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"_shasum": "8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c",
"_spec": "tslib@^2.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-auth",
"author": {
"name": "Microsoft Corp."
},
@@ -61,4 +38,4 @@
"sideEffects": false,
"typings": "tslib.d.ts",
"version": "2.0.3"
}
}
+1 -28
View File
@@ -1,31 +1,4 @@
{
"_from": "@azure/core-auth@^1.1.3",
"_id": "@azure/core-auth@1.1.3",
"_inBundle": false,
"_integrity": "sha512-A4xigW0YZZpkj1zK7dKuzbBpGwnhEcRk6WWuIshdHC32raR3EQ1j6VA9XZqE+RFsUgH6OAmIK5BWIz+mZjnd6Q==",
"_location": "/@azure/core-auth",
"_phantomChildren": {
"@opencensus/web-types": "0.0.7",
"@opentelemetry/context-base": "0.6.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/core-auth@^1.1.3",
"name": "@azure/core-auth",
"escapedName": "@azure%2fcore-auth",
"scope": "@azure",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/@azure/core-http"
],
"_resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.1.3.tgz",
"_shasum": "94e7bbc207010e7a2fdba61565443e4e1cf1e131",
"_spec": "@azure/core-auth@^1.1.3",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-http",
"author": {
"name": "Microsoft Corporation"
},
@@ -137,4 +110,4 @@
}
},
"version": "1.1.3"
}
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "form-data@^3.0.0",
"_id": "form-data@3.0.0",
"_inBundle": false,
"_integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==",
"_location": "/@azure/core-http/form-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "form-data@^3.0.0",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@azure/core-http"
],
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz",
"_shasum": "31b7e39c85f1355b7139ee0c647cf0de7f83c682",
"_spec": "form-data@^3.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-http",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -98,4 +75,4 @@
},
"typings": "./index.d.ts",
"version": "3.0.0"
}
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "tough-cookie@^4.0.0",
"_id": "tough-cookie@4.0.0",
"_inBundle": false,
"_integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
"_location": "/@azure/core-http/tough-cookie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tough-cookie@^4.0.0",
"name": "tough-cookie",
"escapedName": "tough-cookie",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/@azure/core-http"
],
"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
"_shasum": "d822234eeca882f991f0f908824ad2622ddbece4",
"_spec": "tough-cookie@^4.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-http",
"author": {
"name": "Jeremy Stashewsky",
"email": "jstash@gmail.com"
@@ -118,4 +95,4 @@
"version": "genversion lib/version.js && git add lib/version.js"
},
"version": "4.0.0"
}
}
+2 -2
View File
@@ -1,3 +1,3 @@
{
"type": "module"
{
"type": "module"
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "tslib@^2.0.0",
"_id": "tslib@2.0.3",
"_inBundle": false,
"_integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
"_location": "/@azure/core-http/tslib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tslib@^2.0.0",
"name": "tslib",
"escapedName": "tslib",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@azure/core-http"
],
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"_shasum": "8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c",
"_spec": "tslib@^2.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-http",
"author": {
"name": "Microsoft Corp."
},
@@ -61,4 +38,4 @@
"sideEffects": false,
"typings": "tslib.d.ts",
"version": "2.0.3"
}
}
+1 -33
View File
@@ -7,38 +7,6 @@
}
]
},
"_from": "@azure/core-http@^1.2.0",
"_id": "@azure/core-http@1.2.0",
"_inBundle": false,
"_integrity": "sha512-SQmyI1tpstWKePNmTseEUp8PMq1uNBslvGBrYF2zNM/fEfLD1q64XCatoH8nDQtSmDydEPsqlyyLSjjnuXrlOQ==",
"_location": "/@azure/core-http",
"_phantomChildren": {
"asynckit": "0.4.0",
"combined-stream": "1.0.8",
"mime-types": "2.1.27",
"psl": "1.8.0",
"punycode": "2.1.1",
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/core-http@^1.2.0",
"name": "@azure/core-http",
"escapedName": "@azure%2fcore-http",
"scope": "@azure",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/@azure/core-lro",
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-1.2.0.tgz",
"_shasum": "eb2a1da9bdba8407a09d78450af5f13f8cc43d63",
"_spec": "@azure/core-http@^1.2.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "Microsoft Corporation"
},
@@ -233,4 +201,4 @@
}
},
"version": "1.2.0"
}
}
+1 -25
View File
@@ -1,28 +1,4 @@
{
"_from": "@azure/core-lro@^1.0.2",
"_id": "@azure/core-lro@1.0.2",
"_inBundle": false,
"_integrity": "sha512-Yr0JD7GKryOmbcb5wHCQoQ4KCcH5QJWRNorofid+UvudLaxnbCfvKh/cUfQsGUqRjO9L/Bw4X7FP824DcHdMxw==",
"_location": "/@azure/core-lro",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/core-lro@^1.0.2",
"name": "@azure/core-lro",
"escapedName": "@azure%2fcore-lro",
"scope": "@azure",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/@azure/core-lro/-/core-lro-1.0.2.tgz",
"_shasum": "b7b51ff7b84910b7eb152a706b0531d020864f31",
"_spec": "@azure/core-lro@^1.0.2",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
@@ -170,4 +146,4 @@
],
"types": "./types/core-lro.d.ts",
"version": "1.0.2"
}
}
+1 -25
View File
@@ -1,28 +1,4 @@
{
"_from": "@azure/core-paging@^1.1.1",
"_id": "@azure/core-paging@1.1.3",
"_inBundle": false,
"_integrity": "sha512-his7Ah40ThEYORSpIAwuh6B8wkGwO/zG7gqVtmSE4WAJ46e36zUDXTKReUCLBDc6HmjjApQQxxcRFy5FruG79A==",
"_location": "/@azure/core-paging",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/core-paging@^1.1.1",
"name": "@azure/core-paging",
"escapedName": "@azure%2fcore-paging",
"scope": "@azure",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.1.3.tgz",
"_shasum": "3587c9898a0530cacb64bab216d7318468aa5efc",
"_spec": "@azure/core-paging@^1.1.1",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "Microsoft Corporation"
},
@@ -106,4 +82,4 @@
}
},
"version": "1.1.3"
}
}
+2 -2
View File
@@ -1,3 +1,3 @@
{
"type": "module"
{
"type": "module"
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "tslib@^2.0.0",
"_id": "tslib@2.0.3",
"_inBundle": false,
"_integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
"_location": "/@azure/core-tracing/tslib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tslib@^2.0.0",
"name": "tslib",
"escapedName": "tslib",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@azure/core-tracing"
],
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"_shasum": "8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c",
"_spec": "tslib@^2.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-tracing",
"author": {
"name": "Microsoft Corp."
},
@@ -61,4 +38,4 @@
"sideEffects": false,
"typings": "tslib.d.ts",
"version": "2.0.3"
}
}
+1 -26
View File
@@ -1,29 +1,4 @@
{
"_from": "@azure/core-tracing@1.0.0-preview.9",
"_id": "@azure/core-tracing@1.0.0-preview.9",
"_inBundle": false,
"_integrity": "sha512-zczolCLJ5QG42AEPQ+Qg9SRYNUyB+yZ5dzof4YEc+dyWczO9G2sBqbAjLB7IqrsdHN2apkiB2oXeDKCsq48jug==",
"_location": "/@azure/core-tracing",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@azure/core-tracing@1.0.0-preview.9",
"name": "@azure/core-tracing",
"escapedName": "@azure%2fcore-tracing",
"scope": "@azure",
"rawSpec": "1.0.0-preview.9",
"saveSpec": null,
"fetchSpec": "1.0.0-preview.9"
},
"_requiredBy": [
"/@azure/core-http",
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.0-preview.9.tgz",
"_shasum": "84f3b85572013f9d9b85e1e5d89787aa180787eb",
"_spec": "@azure/core-tracing@1.0.0-preview.9",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "Microsoft Corporation"
},
@@ -127,4 +102,4 @@
"sideEffects": false,
"types": "types/core-tracing.d.ts",
"version": "1.0.0-preview.9"
}
}
+1 -26
View File
@@ -1,29 +1,4 @@
{
"_from": "@azure/logger@^1.0.0",
"_id": "@azure/logger@1.0.0",
"_inBundle": false,
"_integrity": "sha512-g2qLDgvmhyIxR3JVS8N67CyIOeFRKQlX/llxYJQr1OSGQqM3HTpVP8MjmjcEKbL/OIt2N9C9UFaNQuKOw1laOA==",
"_location": "/@azure/logger",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/logger@^1.0.0",
"name": "@azure/logger",
"escapedName": "@azure%2flogger",
"scope": "@azure",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@azure/core-http",
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.0.0.tgz",
"_shasum": "48b371dfb34288c8797e5c104f6c4fb45bf1772c",
"_spec": "@azure/logger@^1.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "Microsoft Corporation"
},
@@ -146,4 +121,4 @@
"sideEffects": false,
"types": "./types/logger.d.ts",
"version": "1.0.0"
}
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "uuid@^3.3.2",
"_id": "uuid@3.4.0",
"_inBundle": false,
"_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"_location": "/@azure/ms-rest-js/uuid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "uuid@^3.3.2",
"name": "uuid",
"escapedName": "uuid",
"rawSpec": "^3.3.2",
"saveSpec": null,
"fetchSpec": "^3.3.2"
},
"_requiredBy": [
"/@azure/ms-rest-js"
],
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"_shasum": "b23e4358afa8a202fe7a100af1f5f883f02007ee",
"_spec": "uuid@^3.3.2",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/ms-rest-js",
"bin": {
"uuid": "bin/uuid"
},
@@ -97,4 +74,4 @@
"test": "npm run lint && mocha test/test.js"
},
"version": "3.4.0"
}
}
+1 -25
View File
@@ -1,28 +1,4 @@
{
"_from": "@azure/ms-rest-js@^2.0.7",
"_id": "@azure/ms-rest-js@2.1.0",
"_inBundle": false,
"_integrity": "sha512-4BXLVImYRt+jcUmEJ5LUWglI8RBNVQndY6IcyvQ4U8O4kIXdmlRz3cJdA/RpXf5rKT38KOoTO2T6Z1f6Z1HDBg==",
"_location": "/@azure/ms-rest-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/ms-rest-js@^2.0.7",
"name": "@azure/ms-rest-js",
"escapedName": "@azure%2fms-rest-js",
"scope": "@azure",
"rawSpec": "^2.0.7",
"saveSpec": null,
"fetchSpec": "^2.0.7"
},
"_requiredBy": [
"/@actions/cache"
],
"_resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.1.0.tgz",
"_shasum": "41bc541984983b5242dfbcf699ea281acd045946",
"_spec": "@azure/ms-rest-js@^2.0.7",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@actions/cache",
"author": {
"name": "Microsoft Corporation",
"email": "azsdkteam@microsoft.com",
@@ -197,4 +173,4 @@
],
"types": "./es/lib/msRest.d.ts",
"version": "2.1.0"
}
}
+2 -2
View File
@@ -1,3 +1,3 @@
{
"type": "module"
{
"type": "module"
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "tslib@^2.0.0",
"_id": "tslib@2.0.3",
"_inBundle": false,
"_integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==",
"_location": "/@azure/storage-blob/tslib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tslib@^2.0.0",
"name": "tslib",
"escapedName": "tslib",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"_shasum": "8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c",
"_spec": "tslib@^2.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "Microsoft Corp."
},
@@ -61,4 +38,4 @@
"sideEffects": false,
"typings": "tslib.d.ts",
"version": "2.0.3"
}
}
+1 -25
View File
@@ -23,30 +23,6 @@
"sharedKeyCred.js"
]
},
"_from": "@azure/storage-blob@^12.1.2",
"_id": "@azure/storage-blob@12.3.0",
"_inBundle": false,
"_integrity": "sha512-nCySzNfm782pEW3sg9GHj1zE4gBeVVMeEBdWb4MefifrCwQQOoz5cXZTNFiUJAJqAO+/72r2UjZcUwHk/QmzkA==",
"_location": "/@azure/storage-blob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@azure/storage-blob@^12.1.2",
"name": "@azure/storage-blob",
"escapedName": "@azure%2fstorage-blob",
"scope": "@azure",
"rawSpec": "^12.1.2",
"saveSpec": null,
"fetchSpec": "^12.1.2"
},
"_requiredBy": [
"/@actions/cache"
],
"_resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.3.0.tgz",
"_shasum": "4afda22f72c9a9bc8c01b99ea4c2d63f20779e0d",
"_spec": "@azure/storage-blob@^12.1.2",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@actions/cache",
"author": {
"name": "Microsoft Corporation"
},
@@ -204,4 +180,4 @@
}
},
"version": "12.3.0"
}
}
+1 -1
View File
@@ -18,4 +18,4 @@
"unicode-13.0.0": "^0.8.0"
},
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
}
}
+31 -31
View File
@@ -1,32 +1,32 @@
{
"name": "@chrisgavin/safe-which",
"version": "1.0.2",
"description": "A NodeJS library to guard against Windows binary planting attacks.",
"license": "MIT",
"homepage": "https://github.com/chrisgavin/safe-which/",
"publishConfig": {
"access": "public"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "tsc",
"pretest": "npm install && npm run build",
"test": "ava --verbose --serial ./src/**",
"prepublishOnly": "npm install && npm run build && npm version --allow-same-version=true --git-tag-version=false ${GITHUB_REF#refs/tags/}"
},
"dependencies": {},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@types/node": "^14.14.7",
"ava": "^3.13.0",
"typescript": "^3.8.3"
},
"ava": {
"typescript": {
"rewritePaths": {
"./src/": "./build/"
}
}
}
}
"name": "@chrisgavin/safe-which",
"version": "1.0.2",
"description": "A NodeJS library to guard against Windows binary planting attacks.",
"license": "MIT",
"homepage": "https://github.com/chrisgavin/safe-which/",
"publishConfig": {
"access": "public"
},
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "tsc",
"pretest": "npm install && npm run build",
"test": "ava --verbose --serial ./src/**",
"prepublishOnly": "npm install && npm run build && npm version --allow-same-version=true --git-tag-version=false ${GITHUB_REF#refs/tags/}"
},
"dependencies": {},
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@types/node": "^14.14.7",
"ava": "^3.13.0",
"typescript": "^3.8.3"
},
"ava": {
"typescript": {
"rewritePaths": {
"./src/": "./build/"
}
}
}
}
+1 -1
View File
@@ -30,4 +30,4 @@
"ava": "*",
"xo": "*"
}
}
}
+1 -1
View File
@@ -72,4 +72,4 @@
]
},
"standard-engine": "@novemberborn/as-i-preach"
}
}
+1 -1
View File
@@ -45,4 +45,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -48,4 +48,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -51,4 +51,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
@@ -51,4 +51,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -61,4 +61,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -48,4 +48,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -67,4 +67,4 @@
}
]
}
}
}
+1 -1
View File
@@ -31,4 +31,4 @@
"@pika/plugin-standard-pkg": "^0.4.0",
"semantic-release": "^15.13.3"
}
}
}
+1 -1
View File
@@ -82,4 +82,4 @@
"reflinks": true
}
}
}
}
+65 -65
View File
@@ -1,66 +1,66 @@
{
"name": "node-fetch",
"version": "2.6.1",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index",
"browser": "./browser.js",
"module": "lib/index.mjs",
"files": [
"lib/index.js",
"lib/index.mjs",
"lib/index.es.js",
"browser.js"
],
"engines": {
"node": "4.x || >=6.0.0"
},
"scripts": {
"build": "cross-env BABEL_ENV=rollup rollup -c",
"prepare": "npm run build",
"test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js",
"report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
"coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json"
},
"repository": {
"type": "git",
"url": "https://github.com/bitinn/node-fetch.git"
},
"keywords": [
"fetch",
"http",
"promise"
],
"author": "David Frank",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitinn/node-fetch/issues"
},
"homepage": "https://github.com/bitinn/node-fetch",
"devDependencies": {
"@ungap/url-search-params": "^0.1.2",
"abort-controller": "^1.1.0",
"abortcontroller-polyfill": "^1.3.0",
"babel-core": "^6.26.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"chai-iterator": "^1.1.1",
"chai-string": "~1.3.0",
"codecov": "^3.3.0",
"cross-env": "^5.2.0",
"form-data": "^2.3.3",
"is-builtin-module": "^1.0.0",
"mocha": "^5.0.0",
"nyc": "11.9.0",
"parted": "^0.1.1",
"promise": "^8.0.3",
"resumer": "0.0.0",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7",
"string-to-arraybuffer": "^1.0.2",
"whatwg-url": "^5.0.0"
},
"dependencies": {}
}
"name": "node-fetch",
"version": "2.6.1",
"description": "A light-weight module that brings window.fetch to node.js",
"main": "lib/index",
"browser": "./browser.js",
"module": "lib/index.mjs",
"files": [
"lib/index.js",
"lib/index.mjs",
"lib/index.es.js",
"browser.js"
],
"engines": {
"node": "4.x || >=6.0.0"
},
"scripts": {
"build": "cross-env BABEL_ENV=rollup rollup -c",
"prepare": "npm run build",
"test": "cross-env BABEL_ENV=test mocha --require babel-register --throw-deprecation test/test.js",
"report": "cross-env BABEL_ENV=coverage nyc --reporter lcov --reporter text mocha -R spec test/test.js",
"coverage": "cross-env BABEL_ENV=coverage nyc --reporter json --reporter text mocha -R spec test/test.js && codecov -f coverage/coverage-final.json"
},
"repository": {
"type": "git",
"url": "https://github.com/bitinn/node-fetch.git"
},
"keywords": [
"fetch",
"http",
"promise"
],
"author": "David Frank",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitinn/node-fetch/issues"
},
"homepage": "https://github.com/bitinn/node-fetch",
"devDependencies": {
"@ungap/url-search-params": "^0.1.2",
"abort-controller": "^1.1.0",
"abortcontroller-polyfill": "^1.3.0",
"babel-core": "^6.26.3",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"chai-iterator": "^1.1.1",
"chai-string": "~1.3.0",
"codecov": "^3.3.0",
"cross-env": "^5.2.0",
"form-data": "^2.3.3",
"is-builtin-module": "^1.0.0",
"mocha": "^5.0.0",
"nyc": "11.9.0",
"parted": "^0.1.1",
"promise": "^8.0.3",
"resumer": "0.0.0",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7",
"string-to-arraybuffer": "^1.0.2",
"whatwg-url": "^5.0.0"
},
"dependencies": {}
}
+1 -1
View File
@@ -30,4 +30,4 @@
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC"
}
}
+1 -1
View File
@@ -28,4 +28,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -26,4 +26,4 @@
"url": "https://github.com/npm/wrappy/issues"
},
"homepage": "https://github.com/npm/wrappy"
}
}
+1 -1
View File
@@ -54,4 +54,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -24,4 +24,4 @@
"octokit": {
"openapi-version": "2.0.0"
}
}
}
@@ -48,4 +48,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -48,4 +48,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
@@ -48,4 +48,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
@@ -31,4 +31,4 @@
"@pika/plugin-standard-pkg": "^0.4.0",
"semantic-release": "^15.13.3"
}
}
}
+1 -1
View File
@@ -57,4 +57,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
@@ -48,4 +48,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -46,4 +46,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -1
View File
@@ -46,4 +46,4 @@
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}
+1 -26
View File
@@ -1,29 +1,4 @@
{
"_from": "@opencensus/web-types@0.0.7",
"_id": "@opencensus/web-types@0.0.7",
"_inBundle": false,
"_integrity": "sha512-xB+w7ZDAu3YBzqH44rCmG9/RlrOmFuDPt/bpf17eJr8eZSrLt7nc7LnWdxM9Mmoj/YKMHpxRg28txu3TcpiL+g==",
"_location": "/@opencensus/web-types",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@opencensus/web-types@0.0.7",
"name": "@opencensus/web-types",
"escapedName": "@opencensus%2fweb-types",
"scope": "@opencensus",
"rawSpec": "0.0.7",
"saveSpec": null,
"fetchSpec": "0.0.7"
},
"_requiredBy": [
"/@azure/core-auth/@azure/core-tracing",
"/@azure/core-tracing"
],
"_resolved": "https://registry.npmjs.org/@opencensus/web-types/-/web-types-0.0.7.tgz",
"_shasum": "4426de1fe5aa8f624db395d2152b902874f0570a",
"_spec": "@opencensus/web-types@0.0.7",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-auth/node_modules/@azure/core-tracing",
"author": {
"name": "OpenCensus Authors"
},
@@ -83,4 +58,4 @@
"sideEffects": false,
"types": "build/src/index.d.ts",
"version": "0.0.7"
}
}
@@ -1,28 +1,4 @@
{
"_from": "@opentelemetry/context-base@^0.10.2",
"_id": "@opentelemetry/context-base@0.10.2",
"_inBundle": false,
"_integrity": "sha512-hZNKjKOYsckoOEgBziGMnBcX0M7EtstnCmwz5jZUOUYwlZ+/xxX6z3jPu1XVO2Jivk0eLfuP9GP+vFD49CMetw==",
"_location": "/@opentelemetry/api/@opentelemetry/context-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@opentelemetry/context-base@^0.10.2",
"name": "@opentelemetry/context-base",
"escapedName": "@opentelemetry%2fcontext-base",
"scope": "@opentelemetry",
"rawSpec": "^0.10.2",
"saveSpec": null,
"fetchSpec": "^0.10.2"
},
"_requiredBy": [
"/@opentelemetry/api"
],
"_resolved": "https://registry.npmjs.org/@opentelemetry/context-base/-/context-base-0.10.2.tgz",
"_shasum": "55bea904b2b91aa8a8675df9eaba5961bddb1def",
"_spec": "@opentelemetry/context-base@^0.10.2",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@opentelemetry/api",
"author": {
"name": "OpenTelemetry Authors"
},
@@ -91,4 +67,4 @@
},
"types": "build/src/index.d.ts",
"version": "0.10.2"
}
}
+1 -27
View File
@@ -1,30 +1,4 @@
{
"_from": "@opentelemetry/api@^0.10.2",
"_id": "@opentelemetry/api@0.10.2",
"_inBundle": false,
"_integrity": "sha512-GtpMGd6vkzDMYcpu2t9LlhEgMy/SzBwRnz48EejlRArYqZzqSzAsKmegUK7zHgl+EOIaK9mKHhnRaQu3qw20cA==",
"_location": "/@opentelemetry/api",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@opentelemetry/api@^0.10.2",
"name": "@opentelemetry/api",
"escapedName": "@opentelemetry%2fapi",
"scope": "@opentelemetry",
"rawSpec": "^0.10.2",
"saveSpec": null,
"fetchSpec": "^0.10.2"
},
"_requiredBy": [
"/@azure/core-http",
"/@azure/core-tracing",
"/@azure/storage-blob"
],
"_resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-0.10.2.tgz",
"_shasum": "9647b881f3e1654089ff7ea59d587b2d35060654",
"_spec": "@opentelemetry/api@^0.10.2",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/storage-blob",
"author": {
"name": "OpenTelemetry Authors"
},
@@ -114,4 +88,4 @@
},
"types": "build/src/index.d.ts",
"version": "0.10.2"
}
}
+1 -25
View File
@@ -1,28 +1,4 @@
{
"_from": "@opentelemetry/context-base@^0.6.1",
"_id": "@opentelemetry/context-base@0.6.1",
"_inBundle": false,
"_integrity": "sha512-5bHhlTBBq82ti3qPT15TRxkYTFPPQWbnkkQkmHPtqiS1XcTB69cEKd3Jm7Cfi/vkPoyxapmePE9tyA7EzLt8SQ==",
"_location": "/@opentelemetry/context-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@opentelemetry/context-base@^0.6.1",
"name": "@opentelemetry/context-base",
"escapedName": "@opentelemetry%2fcontext-base",
"scope": "@opentelemetry",
"rawSpec": "^0.6.1",
"saveSpec": null,
"fetchSpec": "^0.6.1"
},
"_requiredBy": [
"/@azure/core-auth/@opentelemetry/api"
],
"_resolved": "https://registry.npmjs.org/@opentelemetry/context-base/-/context-base-0.6.1.tgz",
"_shasum": "b260e454ee4f9635ea024fc83be225e397f15363",
"_spec": "@opentelemetry/context-base@^0.6.1",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/core-auth/node_modules/@opentelemetry/api",
"author": {
"name": "OpenTelemetry Authors"
},
@@ -91,4 +67,4 @@
},
"types": "build/src/index.d.ts",
"version": "0.6.1"
}
}
+102 -1
View File
@@ -1 +1,102 @@
{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":"Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)","contributors":["Keith Cirkel (https://github.com/keithamus)","David Losert (https://github.com/davelosert)","Aleksey Shvayka (https://github.com/shvaikalesh)","Lucas Fernandes da Costa (https://github.com/lucasfcosta)","Grant Snodgrass (https://github.com/meeber)","Jeremy Tice (https://github.com/jetpacmonkey)","Edward Betts (https://github.com/EdwardBetts)","dvlsg (https://github.com/dvlsg)","Amila Welihinda (https://github.com/amilajack)","Jake Champion (https://github.com/JakeChampion)","Miroslav Bajtoš (https://github.com/bajtos)"],"files":["index.js","type-detect.js"],"main":"./type-detect.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"rollup -c rollup.conf.js","commit-msg":"commitlint -x angular","lint":"eslint --ignore-path .gitignore .","prepare":"cross-env NODE_ENV=production npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest:node":"cross-env NODE_ENV=test npm run build","pretest:browser":"cross-env NODE_ENV=test npm run build","test":"npm run test:node && npm run test:browser","test:browser":"karma start --singleRun=true","test:node":"nyc mocha type-detect.test.js","posttest:node":"nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage","posttest:browser":"npm run upload-coverage","upload-coverage":"codecov"},"eslintConfig":{"env":{"es6":true},"extends":["strict/es6"],"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0,"prefer-rest-params":0}},"devDependencies":{"@commitlint/cli":"^4.2.2","benchmark":"^2.1.0","buble":"^0.16.0","codecov":"^3.0.0","commitlint-config-angular":"^4.2.1","cross-env":"^5.1.1","eslint":"^4.10.0","eslint-config-strict":"^14.0.0","eslint-plugin-filenames":"^1.2.0","husky":"^0.14.3","karma":"^1.7.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-detect-browsers":"^2.2.5","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.0.1","karma-ie-launcher":"^1.0.0","karma-mocha":"^1.3.0","karma-opera-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-safaritechpreview-launcher":"0.0.6","karma-sauce-launcher":"^1.2.0","mocha":"^4.0.1","nyc":"^11.3.0","rollup":"^0.50.0","rollup-plugin-buble":"^0.16.0","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-istanbul":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","semantic-release":"^8.2.0","simple-assert":"^1.0.0"},"engines":{"node":">=4"},"version":"4.0.8"}
{
"name": "type-detect",
"description": "Improved typeof detection for node.js and the browser.",
"keywords": [
"type",
"typeof",
"types"
],
"license": "MIT",
"author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)",
"contributors": [
"Keith Cirkel (https://github.com/keithamus)",
"David Losert (https://github.com/davelosert)",
"Aleksey Shvayka (https://github.com/shvaikalesh)",
"Lucas Fernandes da Costa (https://github.com/lucasfcosta)",
"Grant Snodgrass (https://github.com/meeber)",
"Jeremy Tice (https://github.com/jetpacmonkey)",
"Edward Betts (https://github.com/EdwardBetts)",
"dvlsg (https://github.com/dvlsg)",
"Amila Welihinda (https://github.com/amilajack)",
"Jake Champion (https://github.com/JakeChampion)",
"Miroslav Bajtoš (https://github.com/bajtos)"
],
"files": [
"index.js",
"type-detect.js"
],
"main": "./type-detect.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chaijs/type-detect.git"
},
"scripts": {
"bench": "node bench",
"build": "rollup -c rollup.conf.js",
"commit-msg": "commitlint -x angular",
"lint": "eslint --ignore-path .gitignore .",
"prepare": "cross-env NODE_ENV=production npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"pretest:node": "cross-env NODE_ENV=test npm run build",
"pretest:browser": "cross-env NODE_ENV=test npm run build",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start --singleRun=true",
"test:node": "nyc mocha type-detect.test.js",
"posttest:node": "nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage",
"posttest:browser": "npm run upload-coverage",
"upload-coverage": "codecov"
},
"eslintConfig": {
"env": {
"es6": true
},
"extends": [
"strict/es6"
],
"globals": {
"HTMLElement": false
},
"rules": {
"complexity": 0,
"max-statements": 0,
"prefer-rest-params": 0
}
},
"devDependencies": {
"@commitlint/cli": "^4.2.2",
"benchmark": "^2.1.0",
"buble": "^0.16.0",
"codecov": "^3.0.0",
"commitlint-config-angular": "^4.2.1",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"eslint-config-strict": "^14.0.0",
"eslint-plugin-filenames": "^1.2.0",
"husky": "^0.14.3",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-detect-browsers": "^2.2.5",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-sauce-launcher": "^1.2.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"semantic-release": "^8.2.0",
"simple-assert": "^1.0.0"
},
"engines": {
"node": ">=4"
},
"version": "4.0.8"
}
+1 -1
View File
@@ -53,4 +53,4 @@
"dependencies": {
"type-detect": "4.0.8"
}
}
}
+1 -1
View File
@@ -93,4 +93,4 @@
"fake-timers.js"
]
}
}
}
+1 -1
View File
@@ -47,4 +47,4 @@
"rollup": "1.31.0",
"rollup-plugin-commonjs": "10.1.0"
}
}
}
+4 -2
View File
@@ -13,5 +13,7 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
}
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
}
}
+102 -1
View File
@@ -1 +1,102 @@
{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":"Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)","contributors":["Keith Cirkel (https://github.com/keithamus)","David Losert (https://github.com/davelosert)","Aleksey Shvayka (https://github.com/shvaikalesh)","Lucas Fernandes da Costa (https://github.com/lucasfcosta)","Grant Snodgrass (https://github.com/meeber)","Jeremy Tice (https://github.com/jetpacmonkey)","Edward Betts (https://github.com/EdwardBetts)","dvlsg (https://github.com/dvlsg)","Amila Welihinda (https://github.com/amilajack)","Jake Champion (https://github.com/JakeChampion)","Miroslav Bajtoš (https://github.com/bajtos)"],"files":["index.js","type-detect.js"],"main":"./type-detect.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"rollup -c rollup.conf.js","commit-msg":"commitlint -x angular","lint":"eslint --ignore-path .gitignore .","prepare":"cross-env NODE_ENV=production npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest:node":"cross-env NODE_ENV=test npm run build","pretest:browser":"cross-env NODE_ENV=test npm run build","test":"npm run test:node && npm run test:browser","test:browser":"karma start --singleRun=true","test:node":"nyc mocha type-detect.test.js","posttest:node":"nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage","posttest:browser":"npm run upload-coverage","upload-coverage":"codecov"},"eslintConfig":{"env":{"es6":true},"extends":["strict/es6"],"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0,"prefer-rest-params":0}},"devDependencies":{"@commitlint/cli":"^4.2.2","benchmark":"^2.1.0","buble":"^0.16.0","codecov":"^3.0.0","commitlint-config-angular":"^4.2.1","cross-env":"^5.1.1","eslint":"^4.10.0","eslint-config-strict":"^14.0.0","eslint-plugin-filenames":"^1.2.0","husky":"^0.14.3","karma":"^1.7.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-detect-browsers":"^2.2.5","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.0.1","karma-ie-launcher":"^1.0.0","karma-mocha":"^1.3.0","karma-opera-launcher":"^1.0.0","karma-safari-launcher":"^1.0.0","karma-safaritechpreview-launcher":"0.0.6","karma-sauce-launcher":"^1.2.0","mocha":"^4.0.1","nyc":"^11.3.0","rollup":"^0.50.0","rollup-plugin-buble":"^0.16.0","rollup-plugin-commonjs":"^8.2.6","rollup-plugin-istanbul":"^1.1.0","rollup-plugin-node-resolve":"^3.0.0","semantic-release":"^8.2.0","simple-assert":"^1.0.0"},"engines":{"node":">=4"},"version":"4.0.8"}
{
"name": "type-detect",
"description": "Improved typeof detection for node.js and the browser.",
"keywords": [
"type",
"typeof",
"types"
],
"license": "MIT",
"author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)",
"contributors": [
"Keith Cirkel (https://github.com/keithamus)",
"David Losert (https://github.com/davelosert)",
"Aleksey Shvayka (https://github.com/shvaikalesh)",
"Lucas Fernandes da Costa (https://github.com/lucasfcosta)",
"Grant Snodgrass (https://github.com/meeber)",
"Jeremy Tice (https://github.com/jetpacmonkey)",
"Edward Betts (https://github.com/EdwardBetts)",
"dvlsg (https://github.com/dvlsg)",
"Amila Welihinda (https://github.com/amilajack)",
"Jake Champion (https://github.com/JakeChampion)",
"Miroslav Bajtoš (https://github.com/bajtos)"
],
"files": [
"index.js",
"type-detect.js"
],
"main": "./type-detect.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chaijs/type-detect.git"
},
"scripts": {
"bench": "node bench",
"build": "rollup -c rollup.conf.js",
"commit-msg": "commitlint -x angular",
"lint": "eslint --ignore-path .gitignore .",
"prepare": "cross-env NODE_ENV=production npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"pretest:node": "cross-env NODE_ENV=test npm run build",
"pretest:browser": "cross-env NODE_ENV=test npm run build",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start --singleRun=true",
"test:node": "nyc mocha type-detect.test.js",
"posttest:node": "nyc report --report-dir \"coverage/node-$(node --version)\" --reporter=lcovonly && npm run upload-coverage",
"posttest:browser": "npm run upload-coverage",
"upload-coverage": "codecov"
},
"eslintConfig": {
"env": {
"es6": true
},
"extends": [
"strict/es6"
],
"globals": {
"HTMLElement": false
},
"rules": {
"complexity": 0,
"max-statements": 0,
"prefer-rest-params": 0
}
},
"devDependencies": {
"@commitlint/cli": "^4.2.2",
"benchmark": "^2.1.0",
"buble": "^0.16.0",
"codecov": "^3.0.0",
"commitlint-config-angular": "^4.2.1",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"eslint-config-strict": "^14.0.0",
"eslint-plugin-filenames": "^1.2.0",
"husky": "^0.14.3",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-detect-browsers": "^2.2.5",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.6",
"karma-sauce-launcher": "^1.2.0",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"semantic-release": "^8.2.0",
"simple-assert": "^1.0.0"
},
"engines": {
"node": ">=4"
},
"version": "4.0.8"
}
+1 -1
View File
@@ -91,4 +91,4 @@
"lib/deep-equal-benchmark.js"
]
}
}
}
+12 -12
View File
@@ -1,14 +1,14 @@
{
"name": "@types/jszip",
"version": "3.4.1",
"typings": null,
"description": "Stub TypeScript definitions entry for jszip, which provides its own types definitions",
"main": "",
"scripts": {},
"author": "",
"repository": "https://github.com/Stuk/jszip",
"license": "MIT",
"dependencies": {
"jszip": "*"
}
"name": "@types/jszip",
"version": "3.4.1",
"typings": null,
"description": "Stub TypeScript definitions entry for jszip, which provides its own types definitions",
"main": "",
"scripts": {},
"author": "",
"repository": "https://github.com/Stuk/jszip",
"license": "MIT",
"dependencies": {
"jszip": "*"
}
}
+20 -20
View File
@@ -1,22 +1,22 @@
{
"name": "@types/long",
"version": "4.0.0",
"description": "TypeScript definitions for long.js",
"license": "MIT",
"contributors": [
{
"name": "Peter Kooijmans",
"url": "https://github.com/peterkooijmans",
"githubUsername": "peterkooijmans"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "cc3246302180c8c161d2e2c0c3f0a419226efa475d2cd5afbe51986d60cd8287",
"typeScriptVersion": "2.0"
"name": "@types/long",
"version": "4.0.0",
"description": "TypeScript definitions for long.js",
"license": "MIT",
"contributors": [
{
"name": "Peter Kooijmans",
"url": "https://github.com/peterkooijmans",
"githubUsername": "peterkooijmans"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "cc3246302180c8c161d2e2c0c3f0a419226efa475d2cd5afbe51986d60cd8287",
"typeScriptVersion": "2.0"
}
+12 -12
View File
@@ -1,14 +1,14 @@
{
"name": "@types/nock",
"version": "11.1.0",
"typings": null,
"description": "Stub TypeScript definitions entry for nock, which provides its own types definitions",
"main": "",
"scripts": {},
"author": "",
"repository": "https://github.com/nock/nock",
"license": "MIT",
"dependencies": {
"nock": "*"
}
"name": "@types/nock",
"version": "11.1.0",
"typings": null,
"description": "Stub TypeScript definitions entry for nock, which provides its own types definitions",
"main": "",
"scripts": {},
"author": "",
"repository": "https://github.com/nock/nock",
"license": "MIT",
"dependencies": {
"nock": "*"
}
}
+1 -24
View File
@@ -1,27 +1,4 @@
{
"_from": "form-data@^3.0.0",
"_id": "form-data@3.0.0",
"_inBundle": false,
"_integrity": "sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==",
"_location": "/@types/node-fetch/form-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "form-data@^3.0.0",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@types/node-fetch"
],
"_resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.0.tgz",
"_shasum": "31b7e39c85f1355b7139ee0c647cf0de7f83c682",
"_spec": "form-data@^3.0.0",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@types/node-fetch",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
@@ -98,4 +75,4 @@
},
"typings": "./index.d.ts",
"version": "3.0.0"
}
}
+1 -30
View File
@@ -1,33 +1,4 @@
{
"_from": "@types/node-fetch@^2.3.7",
"_id": "@types/node-fetch@2.5.7",
"_inBundle": false,
"_integrity": "sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw==",
"_location": "/@types/node-fetch",
"_phantomChildren": {
"asynckit": "0.4.0",
"combined-stream": "1.0.8",
"mime-types": "2.1.27"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@types/node-fetch@^2.3.7",
"name": "@types/node-fetch",
"escapedName": "@types%2fnode-fetch",
"scope": "@types",
"rawSpec": "^2.3.7",
"saveSpec": null,
"fetchSpec": "^2.3.7"
},
"_requiredBy": [
"/@azure/core-http",
"/@azure/ms-rest-js"
],
"_resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.5.7.tgz",
"_shasum": "20a2afffa882ab04d44ca786449a276f9f6bbf3c",
"_spec": "@types/node-fetch@^2.3.7",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/ms-rest-js",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
@@ -102,4 +73,4 @@
"types": "index.d.ts",
"typesPublisherContentHash": "108c44e190ea37e4618fa6c4d6835aedecb20ddd8433a81984ee5cdfdd915b01",
"version": "2.5.7"
}
}
+232 -232
View File
@@ -1,236 +1,236 @@
{
"name": "@types/node",
"version": "12.19.8",
"description": "TypeScript definitions for Node.js",
"license": "MIT",
"contributors": [
{
"name": "Microsoft TypeScript",
"url": "https://github.com/Microsoft",
"githubUsername": "Microsoft"
},
{
"name": "DefinitelyTyped",
"url": "https://github.com/DefinitelyTyped",
"githubUsername": "DefinitelyTyped"
},
{
"name": "Alberto Schiabel",
"url": "https://github.com/jkomyno",
"githubUsername": "jkomyno"
},
{
"name": "Alexander T.",
"url": "https://github.com/a-tarasyuk",
"githubUsername": "a-tarasyuk"
},
{
"name": "Alvis HT Tang",
"url": "https://github.com/alvis",
"githubUsername": "alvis"
},
{
"name": "Andrew Makarov",
"url": "https://github.com/r3nya",
"githubUsername": "r3nya"
},
{
"name": "Benjamin Toueg",
"url": "https://github.com/btoueg",
"githubUsername": "btoueg"
},
{
"name": "Bruno Scheufler",
"url": "https://github.com/brunoscheufler",
"githubUsername": "brunoscheufler"
},
{
"name": "Chigozirim C.",
"url": "https://github.com/smac89",
"githubUsername": "smac89"
},
{
"name": "David Junger",
"url": "https://github.com/touffy",
"githubUsername": "touffy"
},
{
"name": "Deividas Bakanas",
"url": "https://github.com/DeividasBakanas",
"githubUsername": "DeividasBakanas"
},
{
"name": "Eugene Y. Q. Shen",
"url": "https://github.com/eyqs",
"githubUsername": "eyqs"
},
{
"name": "Flarna",
"url": "https://github.com/Flarna",
"githubUsername": "Flarna"
},
{
"name": "Hannes Magnusson",
"url": "https://github.com/Hannes-Magnusson-CK",
"githubUsername": "Hannes-Magnusson-CK"
},
{
"name": "Hoàng Văn Khải",
"url": "https://github.com/KSXGitHub",
"githubUsername": "KSXGitHub"
},
{
"name": "Huw",
"url": "https://github.com/hoo29",
"githubUsername": "hoo29"
},
{
"name": "Kelvin Jin",
"url": "https://github.com/kjin",
"githubUsername": "kjin"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "Lishude",
"url": "https://github.com/islishude",
"githubUsername": "islishude"
},
{
"name": "Mariusz Wiktorczyk",
"url": "https://github.com/mwiktorczyk",
"githubUsername": "mwiktorczyk"
},
{
"name": "Mohsen Azimi",
"url": "https://github.com/mohsen1",
"githubUsername": "mohsen1"
},
{
"name": "Nicolas Even",
"url": "https://github.com/n-e",
"githubUsername": "n-e"
},
{
"name": "Nikita Galkin",
"url": "https://github.com/galkin",
"githubUsername": "galkin"
},
{
"name": "Parambir Singh",
"url": "https://github.com/parambirs",
"githubUsername": "parambirs"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon",
"githubUsername": "eps1lon"
},
{
"name": "Simon Schick",
"url": "https://github.com/SimonSchick",
"githubUsername": "SimonSchick"
},
{
"name": "Thomas den Hollander",
"url": "https://github.com/ThomasdenH",
"githubUsername": "ThomasdenH"
},
{
"name": "Wilco Bakker",
"url": "https://github.com/WilcoBakker",
"githubUsername": "WilcoBakker"
},
{
"name": "wwwy3y3",
"url": "https://github.com/wwwy3y3",
"githubUsername": "wwwy3y3"
},
{
"name": "Zane Hannan AU",
"url": "https://github.com/ZaneHannanAU",
"githubUsername": "ZaneHannanAU"
},
{
"name": "Samuel Ainsworth",
"url": "https://github.com/samuela",
"githubUsername": "samuela"
},
{
"name": "Kyle Uehlein",
"url": "https://github.com/kuehlein",
"githubUsername": "kuehlein"
},
{
"name": "Jordi Oliveras Rovira",
"url": "https://github.com/j-oliveras",
"githubUsername": "j-oliveras"
},
{
"name": "Thanik Bhongbhibhat",
"url": "https://github.com/bhongy",
"githubUsername": "bhongy"
},
{
"name": "Marcin Kopacz",
"url": "https://github.com/chyzwar",
"githubUsername": "chyzwar"
},
{
"name": "Trivikram Kamat",
"url": "https://github.com/trivikr",
"githubUsername": "trivikr"
},
{
"name": "Minh Son Nguyen",
"url": "https://github.com/nguymin4",
"githubUsername": "nguymin4"
},
{
"name": "Junxiao Shi",
"url": "https://github.com/yoursunny",
"githubUsername": "yoursunny"
},
{
"name": "Ilia Baryshnikov",
"url": "https://github.com/qwelias",
"githubUsername": "qwelias"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
},
{
"name": "Jason Kwok",
"url": "https://github.com/JasonHK",
"githubUsername": "JasonHK"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
"<=3.3": {
"*": [
"ts3.3/*"
]
},
"<=3.6": {
"*": [
"ts3.6/*"
]
}
"name": "@types/node",
"version": "12.19.8",
"description": "TypeScript definitions for Node.js",
"license": "MIT",
"contributors": [
{
"name": "Microsoft TypeScript",
"url": "https://github.com/Microsoft",
"githubUsername": "Microsoft"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node"
{
"name": "DefinitelyTyped",
"url": "https://github.com/DefinitelyTyped",
"githubUsername": "DefinitelyTyped"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "fbb8d0256722db1e7d6892cfbf2ebb540436e14769bf24b8e54853751ec8d869",
"typeScriptVersion": "3.3"
{
"name": "Alberto Schiabel",
"url": "https://github.com/jkomyno",
"githubUsername": "jkomyno"
},
{
"name": "Alexander T.",
"url": "https://github.com/a-tarasyuk",
"githubUsername": "a-tarasyuk"
},
{
"name": "Alvis HT Tang",
"url": "https://github.com/alvis",
"githubUsername": "alvis"
},
{
"name": "Andrew Makarov",
"url": "https://github.com/r3nya",
"githubUsername": "r3nya"
},
{
"name": "Benjamin Toueg",
"url": "https://github.com/btoueg",
"githubUsername": "btoueg"
},
{
"name": "Bruno Scheufler",
"url": "https://github.com/brunoscheufler",
"githubUsername": "brunoscheufler"
},
{
"name": "Chigozirim C.",
"url": "https://github.com/smac89",
"githubUsername": "smac89"
},
{
"name": "David Junger",
"url": "https://github.com/touffy",
"githubUsername": "touffy"
},
{
"name": "Deividas Bakanas",
"url": "https://github.com/DeividasBakanas",
"githubUsername": "DeividasBakanas"
},
{
"name": "Eugene Y. Q. Shen",
"url": "https://github.com/eyqs",
"githubUsername": "eyqs"
},
{
"name": "Flarna",
"url": "https://github.com/Flarna",
"githubUsername": "Flarna"
},
{
"name": "Hannes Magnusson",
"url": "https://github.com/Hannes-Magnusson-CK",
"githubUsername": "Hannes-Magnusson-CK"
},
{
"name": "Hoàng Văn Khải",
"url": "https://github.com/KSXGitHub",
"githubUsername": "KSXGitHub"
},
{
"name": "Huw",
"url": "https://github.com/hoo29",
"githubUsername": "hoo29"
},
{
"name": "Kelvin Jin",
"url": "https://github.com/kjin",
"githubUsername": "kjin"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "Lishude",
"url": "https://github.com/islishude",
"githubUsername": "islishude"
},
{
"name": "Mariusz Wiktorczyk",
"url": "https://github.com/mwiktorczyk",
"githubUsername": "mwiktorczyk"
},
{
"name": "Mohsen Azimi",
"url": "https://github.com/mohsen1",
"githubUsername": "mohsen1"
},
{
"name": "Nicolas Even",
"url": "https://github.com/n-e",
"githubUsername": "n-e"
},
{
"name": "Nikita Galkin",
"url": "https://github.com/galkin",
"githubUsername": "galkin"
},
{
"name": "Parambir Singh",
"url": "https://github.com/parambirs",
"githubUsername": "parambirs"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon",
"githubUsername": "eps1lon"
},
{
"name": "Simon Schick",
"url": "https://github.com/SimonSchick",
"githubUsername": "SimonSchick"
},
{
"name": "Thomas den Hollander",
"url": "https://github.com/ThomasdenH",
"githubUsername": "ThomasdenH"
},
{
"name": "Wilco Bakker",
"url": "https://github.com/WilcoBakker",
"githubUsername": "WilcoBakker"
},
{
"name": "wwwy3y3",
"url": "https://github.com/wwwy3y3",
"githubUsername": "wwwy3y3"
},
{
"name": "Zane Hannan AU",
"url": "https://github.com/ZaneHannanAU",
"githubUsername": "ZaneHannanAU"
},
{
"name": "Samuel Ainsworth",
"url": "https://github.com/samuela",
"githubUsername": "samuela"
},
{
"name": "Kyle Uehlein",
"url": "https://github.com/kuehlein",
"githubUsername": "kuehlein"
},
{
"name": "Jordi Oliveras Rovira",
"url": "https://github.com/j-oliveras",
"githubUsername": "j-oliveras"
},
{
"name": "Thanik Bhongbhibhat",
"url": "https://github.com/bhongy",
"githubUsername": "bhongy"
},
{
"name": "Marcin Kopacz",
"url": "https://github.com/chyzwar",
"githubUsername": "chyzwar"
},
{
"name": "Trivikram Kamat",
"url": "https://github.com/trivikr",
"githubUsername": "trivikr"
},
{
"name": "Minh Son Nguyen",
"url": "https://github.com/nguymin4",
"githubUsername": "nguymin4"
},
{
"name": "Junxiao Shi",
"url": "https://github.com/yoursunny",
"githubUsername": "yoursunny"
},
{
"name": "Ilia Baryshnikov",
"url": "https://github.com/qwelias",
"githubUsername": "qwelias"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
},
{
"name": "Jason Kwok",
"url": "https://github.com/JasonHK",
"githubUsername": "JasonHK"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
"<=3.3": {
"*": [
"ts3.3/*"
]
},
"<=3.6": {
"*": [
"ts3.6/*"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "fbb8d0256722db1e7d6892cfbf2ebb540436e14769bf24b8e54853751ec8d869",
"typeScriptVersion": "3.3"
}
+46 -46
View File
@@ -1,49 +1,49 @@
{
"name": "@types/semver",
"version": "7.3.4",
"description": "TypeScript definitions for semver",
"license": "MIT",
"contributors": [
{
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds",
"githubUsername": "Bartvds"
},
{
"name": "BendingBender",
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
},
{
"name": "Lucian Buzzo",
"url": "https://github.com/LucianBuzzo",
"githubUsername": "LucianBuzzo"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/semver"
"name": "@types/semver",
"version": "7.3.4",
"description": "TypeScript definitions for semver",
"license": "MIT",
"contributors": [
{
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds",
"githubUsername": "Bartvds"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "a1c2692f5183ed55b16d7ffb43be1851eae8ad440f4450f11296ed5a83f5c3df",
"typeScriptVersion": "3.1"
{
"name": "BendingBender",
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
},
{
"name": "Lucian Buzzo",
"url": "https://github.com/LucianBuzzo",
"githubUsername": "LucianBuzzo"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/semver"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "a1c2692f5183ed55b16d7ffb43be1851eae8ad440f4450f11296ed5a83f5c3df",
"typeScriptVersion": "3.1"
}
+77 -77
View File
@@ -1,81 +1,81 @@
{
"name": "@types/sinon",
"version": "7.5.2",
"description": "TypeScript definitions for Sinon",
"license": "MIT",
"contributors": [
{
"name": "William Sears",
"url": "https://github.com/mrbigdog2u",
"githubUsername": "mrbigdog2u"
},
{
"name": "Jonathan Little",
"url": "https://github.com/rationull",
"githubUsername": "rationull"
},
{
"name": "Lukas Spieß",
"url": "https://github.com/lumaxis",
"githubUsername": "lumaxis"
},
{
"name": "Nico Jansen",
"url": "https://github.com/nicojs",
"githubUsername": "nicojs"
},
{
"name": "James Garbutt",
"url": "https://github.com/43081j",
"githubUsername": "43081j"
},
{
"name": "Josh Goldberg",
"url": "https://github.com/joshuakgoldberg",
"githubUsername": "joshuakgoldberg"
},
{
"name": "Greg Jednaszewski",
"url": "https://github.com/gjednaszewski",
"githubUsername": "gjednaszewski"
},
{
"name": "John Wood",
"url": "https://github.com/johnjesse",
"githubUsername": "johnjesse"
},
{
"name": "Alec Flett",
"url": "https://github.com/alecf",
"githubUsername": "alecf"
},
{
"name": "Simon Schick",
"url": "https://github.com/SimonSchick",
"githubUsername": "SimonSchick"
},
{
"name": "Roey Berman",
"url": "https://github.com/bergundy",
"githubUsername": "bergundy"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
">=3.1.0-0": {
"*": [
"ts3.1/*"
]
}
"name": "@types/sinon",
"version": "7.5.2",
"description": "TypeScript definitions for Sinon",
"license": "MIT",
"contributors": [
{
"name": "William Sears",
"url": "https://github.com/mrbigdog2u",
"githubUsername": "mrbigdog2u"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sinon"
{
"name": "Jonathan Little",
"url": "https://github.com/rationull",
"githubUsername": "rationull"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "6e0d06aaa3706e565221de95281d8cbf6a06a29c4151df20618abe3b435c3447",
"typeScriptVersion": "2.8"
{
"name": "Lukas Spieß",
"url": "https://github.com/lumaxis",
"githubUsername": "lumaxis"
},
{
"name": "Nico Jansen",
"url": "https://github.com/nicojs",
"githubUsername": "nicojs"
},
{
"name": "James Garbutt",
"url": "https://github.com/43081j",
"githubUsername": "43081j"
},
{
"name": "Josh Goldberg",
"url": "https://github.com/joshuakgoldberg",
"githubUsername": "joshuakgoldberg"
},
{
"name": "Greg Jednaszewski",
"url": "https://github.com/gjednaszewski",
"githubUsername": "gjednaszewski"
},
{
"name": "John Wood",
"url": "https://github.com/johnjesse",
"githubUsername": "johnjesse"
},
{
"name": "Alec Flett",
"url": "https://github.com/alecf",
"githubUsername": "alecf"
},
{
"name": "Simon Schick",
"url": "https://github.com/SimonSchick",
"githubUsername": "SimonSchick"
},
{
"name": "Roey Berman",
"url": "https://github.com/bergundy",
"githubUsername": "bergundy"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
">=3.1.0-0": {
"*": [
"ts3.1/*"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sinon"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "6e0d06aaa3706e565221de95281d8cbf6a06a29c4151df20618abe3b435c3447",
"typeScriptVersion": "2.8"
}
+1 -26
View File
@@ -1,29 +1,4 @@
{
"_from": "@types/tunnel@0.0.1",
"_id": "@types/tunnel@0.0.1",
"_inBundle": false,
"_integrity": "sha512-AOqu6bQu5MSWwYvehMXLukFHnupHrpZ8nvgae5Ggie9UwzDR1CCwoXgSSWNZJuyOlCdfdsWMA5F2LlmvyoTv8A==",
"_location": "/@types/tunnel",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@types/tunnel@0.0.1",
"name": "@types/tunnel",
"escapedName": "@types%2ftunnel",
"scope": "@types",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/@azure/core-http",
"/@azure/ms-rest-js"
],
"_resolved": "https://registry.npmjs.org/@types/tunnel/-/tunnel-0.0.1.tgz",
"_shasum": "0d72774768b73df26f25df9184273a42da72b19c",
"_spec": "@types/tunnel@0.0.1",
"_where": "/home/chris/src/github.com/github/codeql-action/node_modules/@azure/ms-rest-js",
"bugs": {
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
@@ -53,4 +28,4 @@
"types": "index",
"typesPublisherContentHash": "4e4e986c9a2912a1a62a77408f4d955f05c87bee95736b8b2c62d81b0a01e995",
"version": "0.0.1"
}
}
@@ -1,44 +1,44 @@
{
"name": "@types/json-schema",
"version": "7.0.6",
"description": "TypeScript definitions for json-schema 4.0, 6.0 and",
"license": "MIT",
"contributors": [
{
"name": "Boris Cherny",
"url": "https://github.com/bcherny",
"githubUsername": "bcherny"
},
{
"name": "Cyrille Tuzi",
"url": "https://github.com/cyrilletuzi",
"githubUsername": "cyrilletuzi"
},
{
"name": "Lucian Buzzo",
"url": "https://github.com/lucianbuzzo",
"githubUsername": "lucianbuzzo"
},
{
"name": "Roland Groza",
"url": "https://github.com/rolandjitsu",
"githubUsername": "rolandjitsu"
},
{
"name": "Jason Kwok",
"url": "https://github.com/JasonHK",
"githubUsername": "JasonHK"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/json-schema"
"name": "@types/json-schema",
"version": "7.0.6",
"description": "TypeScript definitions for json-schema 4.0, 6.0 and",
"license": "MIT",
"contributors": [
{
"name": "Boris Cherny",
"url": "https://github.com/bcherny",
"githubUsername": "bcherny"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "bb4b22e70ee94bf7b787307444fcee2f57a8869f012a460ed8f15b5b6985ed70",
"typeScriptVersion": "3.1"
{
"name": "Cyrille Tuzi",
"url": "https://github.com/cyrilletuzi",
"githubUsername": "cyrilletuzi"
},
{
"name": "Lucian Buzzo",
"url": "https://github.com/lucianbuzzo",
"githubUsername": "lucianbuzzo"
},
{
"name": "Roland Groza",
"url": "https://github.com/rolandjitsu",
"githubUsername": "rolandjitsu"
},
{
"name": "Jason Kwok",
"url": "https://github.com/JasonHK",
"githubUsername": "JasonHK"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/json-schema"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "bb4b22e70ee94bf7b787307444fcee2f57a8869f012a460ed8f15b5b6985ed70",
"typeScriptVersion": "3.1"
}
@@ -64,4 +64,4 @@
}
},
"gitHead": "55eb0cfac20ccbc2e954083dd554dbcfcbed64fb"
}
}
@@ -45,4 +45,4 @@
"shelljs": "^0.8.3",
"typescript": "^3.5.2"
}
}
}
@@ -62,4 +62,4 @@
},
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
"funding": "https://github.com/sponsors/mysticatea"
}
}
@@ -37,4 +37,4 @@
"url": "https://github.com/eslint/eslint-visitor-keys/issues"
},
"homepage": "https://github.com/eslint/eslint-visitor-keys#readme"
}
}
@@ -37,4 +37,4 @@
"lint": "jshint estraverse.js",
"unit-test": "mocha --compilers js:babel-register"
}
}
}
@@ -49,4 +49,4 @@
"es2015"
]
}
}
}
@@ -37,4 +37,4 @@
"lint": "jshint estraverse.js",
"unit-test": "mocha --compilers js:babel-register"
}
}
}
@@ -37,4 +37,4 @@
"bugs": {
"url": "https://github.com/mikolalysenko/functional-red-black-tree/issues"
}
}
}
@@ -81,4 +81,4 @@
},
"homepage": "https://github.com/mysticatea/regexpp#readme",
"funding": "https://github.com/sponsors/mysticatea"
}
}
+1 -1
View File
@@ -73,4 +73,4 @@
"url": "https://opencollective.com/typescript-eslint"
},
"gitHead": "55eb0cfac20ccbc2e954083dd554dbcfcbed64fb"
}
}
+1 -1
View File
@@ -73,4 +73,4 @@
}
},
"gitHead": "55eb0cfac20ccbc2e954083dd554dbcfcbed64fb"
}
}
@@ -56,4 +56,4 @@
}
},
"gitHead": "55eb0cfac20ccbc2e954083dd554dbcfcbed64fb"
}
}

Some files were not shown because too many files have changed in this diff Show More