Updates to node_modules after npm ci
This commit is contained in:
parent
25ecf29d22
commit
4b810a40b2
66
node_modules/@actions/core/package.json
generated
vendored
66
node_modules/@actions/core/package.json
generated
vendored
@ -1,41 +1,16 @@
|
|||||||
{
|
{
|
||||||
"_from": "@actions/core@^1.10.1",
|
|
||||||
"_id": "@actions/core@1.11.1",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
|
|
||||||
"_location": "/@actions/core",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "@actions/core@^1.10.1",
|
|
||||||
"name": "@actions/core",
|
"name": "@actions/core",
|
||||||
"escapedName": "@actions%2fcore",
|
"version": "1.11.1",
|
||||||
"scope": "@actions",
|
|
||||||
"rawSpec": "^1.10.1",
|
|
||||||
"saveSpec": null,
|
|
||||||
"fetchSpec": "^1.10.1"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
|
|
||||||
"_shasum": "ae683aac5112438021588030efb53b1adb86f172",
|
|
||||||
"_spec": "@actions/core@^1.10.1",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
|
||||||
"@actions/exec": "^1.1.1",
|
|
||||||
"@actions/http-client": "^2.0.1"
|
|
||||||
},
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Actions core lib",
|
"description": "Actions core lib",
|
||||||
"devDependencies": {
|
"keywords": [
|
||||||
"@types/node": "^16.18.112"
|
"github",
|
||||||
},
|
"actions",
|
||||||
|
"core"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "lib/core.js",
|
||||||
|
"types": "lib/core.d.ts",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib",
|
"lib": "lib",
|
||||||
"test": "__tests__"
|
"test": "__tests__"
|
||||||
@ -44,15 +19,6 @@
|
|||||||
"lib",
|
"lib",
|
||||||
"!.DS_Store"
|
"!.DS_Store"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
|
|
||||||
"keywords": [
|
|
||||||
"github",
|
|
||||||
"actions",
|
|
||||||
"core"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "lib/core.js",
|
|
||||||
"name": "@actions/core",
|
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
@ -66,6 +32,14 @@
|
|||||||
"test": "echo \"Error: run tests from root\" && exit 1",
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
||||||
"tsc": "tsc -p tsconfig.json"
|
"tsc": "tsc -p tsconfig.json"
|
||||||
},
|
},
|
||||||
"types": "lib/core.d.ts",
|
"bugs": {
|
||||||
"version": "1.11.1"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@actions/exec": "^1.1.1",
|
||||||
|
"@actions/http-client": "^2.0.1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/node": "^16.18.112"
|
||||||
|
}
|
||||||
}
|
}
|
58
node_modules/@actions/exec/package.json
generated
vendored
58
node_modules/@actions/exec/package.json
generated
vendored
@ -1,37 +1,16 @@
|
|||||||
{
|
{
|
||||||
"_from": "@actions/exec@^1.1.1",
|
|
||||||
"_id": "@actions/exec@1.1.1",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
|
|
||||||
"_location": "/@actions/exec",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "@actions/exec@^1.1.1",
|
|
||||||
"name": "@actions/exec",
|
"name": "@actions/exec",
|
||||||
"escapedName": "@actions%2fexec",
|
"version": "1.1.1",
|
||||||
"scope": "@actions",
|
|
||||||
"rawSpec": "^1.1.1",
|
|
||||||
"saveSpec": null,
|
|
||||||
"fetchSpec": "^1.1.1"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/@actions/core"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
|
|
||||||
"_shasum": "2e43f28c54022537172819a7cf886c844221a611",
|
|
||||||
"_spec": "@actions/exec@^1.1.1",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync/node_modules/@actions/core",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
|
||||||
"@actions/io": "^1.0.1"
|
|
||||||
},
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Actions exec lib",
|
"description": "Actions exec lib",
|
||||||
|
"keywords": [
|
||||||
|
"github",
|
||||||
|
"actions",
|
||||||
|
"exec"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/exec",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "lib/exec.js",
|
||||||
|
"types": "lib/exec.d.ts",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib",
|
"lib": "lib",
|
||||||
"test": "__tests__"
|
"test": "__tests__"
|
||||||
@ -40,15 +19,6 @@
|
|||||||
"lib",
|
"lib",
|
||||||
"!.DS_Store"
|
"!.DS_Store"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/actions/toolkit/tree/main/packages/exec",
|
|
||||||
"keywords": [
|
|
||||||
"github",
|
|
||||||
"actions",
|
|
||||||
"exec"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "lib/exec.js",
|
|
||||||
"name": "@actions/exec",
|
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
@ -62,6 +32,10 @@
|
|||||||
"test": "echo \"Error: run tests from root\" && exit 1",
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
||||||
"tsc": "tsc"
|
"tsc": "tsc"
|
||||||
},
|
},
|
||||||
"types": "lib/exec.d.ts",
|
"bugs": {
|
||||||
"version": "1.1.1"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@actions/io": "^1.0.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
74
node_modules/@actions/http-client/package.json
generated
vendored
74
node_modules/@actions/http-client/package.json
generated
vendored
@ -1,44 +1,16 @@
|
|||||||
{
|
{
|
||||||
"_from": "@actions/http-client@^2.0.1",
|
|
||||||
"_id": "@actions/http-client@2.2.3",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==",
|
|
||||||
"_location": "/@actions/http-client",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "@actions/http-client@^2.0.1",
|
|
||||||
"name": "@actions/http-client",
|
"name": "@actions/http-client",
|
||||||
"escapedName": "@actions%2fhttp-client",
|
"version": "2.2.3",
|
||||||
"scope": "@actions",
|
|
||||||
"rawSpec": "^2.0.1",
|
|
||||||
"saveSpec": null,
|
|
||||||
"fetchSpec": "^2.0.1"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/@actions/core"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz",
|
|
||||||
"_shasum": "31fc0b25c0e665754ed39a9f19a8611fc6dab674",
|
|
||||||
"_spec": "@actions/http-client@^2.0.1",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync/node_modules/@actions/core",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"dependencies": {
|
|
||||||
"tunnel": "^0.0.6",
|
|
||||||
"undici": "^5.25.4"
|
|
||||||
},
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Actions Http Client",
|
"description": "Actions Http Client",
|
||||||
"devDependencies": {
|
"keywords": [
|
||||||
"@types/node": "20.7.1",
|
"github",
|
||||||
"@types/proxy": "^1.0.1",
|
"actions",
|
||||||
"@types/tunnel": "0.0.3",
|
"http"
|
||||||
"proxy": "^2.1.1"
|
],
|
||||||
},
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/http-client",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "lib/index.js",
|
||||||
|
"types": "lib/index.d.ts",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib",
|
"lib": "lib",
|
||||||
"test": "__tests__"
|
"test": "__tests__"
|
||||||
@ -47,15 +19,6 @@
|
|||||||
"lib",
|
"lib",
|
||||||
"!.DS_Store"
|
"!.DS_Store"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/actions/toolkit/tree/main/packages/http-client",
|
|
||||||
"keywords": [
|
|
||||||
"github",
|
|
||||||
"actions",
|
|
||||||
"http"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "lib/index.js",
|
|
||||||
"name": "@actions/http-client",
|
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
@ -66,12 +29,23 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
|
||||||
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write **/*.ts",
|
||||||
"format-check": "prettier --check **/*.ts",
|
"format-check": "prettier --check **/*.ts",
|
||||||
"test": "echo \"Error: run tests from root\" && exit 1",
|
|
||||||
"tsc": "tsc"
|
"tsc": "tsc"
|
||||||
},
|
},
|
||||||
"types": "lib/index.d.ts",
|
"bugs": {
|
||||||
"version": "2.2.3"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/node": "20.7.1",
|
||||||
|
"@types/tunnel": "0.0.3",
|
||||||
|
"proxy": "^2.1.1",
|
||||||
|
"@types/proxy": "^1.0.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"tunnel": "^0.0.6",
|
||||||
|
"undici": "^5.25.4"
|
||||||
|
}
|
||||||
}
|
}
|
52
node_modules/@actions/io/package.json
generated
vendored
52
node_modules/@actions/io/package.json
generated
vendored
@ -1,34 +1,16 @@
|
|||||||
{
|
{
|
||||||
"_from": "@actions/io@^1.0.1",
|
|
||||||
"_id": "@actions/io@1.1.3",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
|
|
||||||
"_location": "/@actions/io",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "@actions/io@^1.0.1",
|
|
||||||
"name": "@actions/io",
|
"name": "@actions/io",
|
||||||
"escapedName": "@actions%2fio",
|
"version": "1.1.3",
|
||||||
"scope": "@actions",
|
|
||||||
"rawSpec": "^1.0.1",
|
|
||||||
"saveSpec": null,
|
|
||||||
"fetchSpec": "^1.0.1"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/@actions/exec"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
|
|
||||||
"_shasum": "4cdb6254da7962b07473ff5c335f3da485d94d71",
|
|
||||||
"_spec": "@actions/io@^1.0.1",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync/node_modules/@actions/exec",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Actions io lib",
|
"description": "Actions io lib",
|
||||||
|
"keywords": [
|
||||||
|
"github",
|
||||||
|
"actions",
|
||||||
|
"io"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/actions/toolkit/tree/main/packages/io",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "lib/io.js",
|
||||||
|
"types": "lib/io.d.ts",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib",
|
"lib": "lib",
|
||||||
"test": "__tests__"
|
"test": "__tests__"
|
||||||
@ -36,15 +18,6 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/actions/toolkit/tree/main/packages/io",
|
|
||||||
"keywords": [
|
|
||||||
"github",
|
|
||||||
"actions",
|
|
||||||
"io"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "lib/io.js",
|
|
||||||
"name": "@actions/io",
|
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
@ -58,6 +31,7 @@
|
|||||||
"test": "echo \"Error: run tests from root\" && exit 1",
|
"test": "echo \"Error: run tests from root\" && exit 1",
|
||||||
"tsc": "tsc"
|
"tsc": "tsc"
|
||||||
},
|
},
|
||||||
"types": "lib/io.d.ts",
|
"bugs": {
|
||||||
"version": "1.1.3"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
109
node_modules/@fastify/busboy/package.json
generated
vendored
109
node_modules/@fastify/busboy/package.json
generated
vendored
@ -1,36 +1,8 @@
|
|||||||
{
|
{
|
||||||
"_from": "@fastify/busboy@^2.0.0",
|
|
||||||
"_id": "@fastify/busboy@2.1.1",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
|
|
||||||
"_location": "/@fastify/busboy",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "@fastify/busboy@^2.0.0",
|
|
||||||
"name": "@fastify/busboy",
|
"name": "@fastify/busboy",
|
||||||
"escapedName": "@fastify%2fbusboy",
|
"version": "2.1.1",
|
||||||
"scope": "@fastify",
|
"private": false,
|
||||||
"rawSpec": "^2.0.0",
|
"author": "Brian White <mscdex@mscdex.net>",
|
||||||
"saveSpec": null,
|
|
||||||
"fetchSpec": "^2.0.0"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/undici"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
|
|
||||||
"_shasum": "b9da6a878a371829a0502c9b6c1c143ef6663f4d",
|
|
||||||
"_spec": "@fastify/busboy@^2.0.0",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync/node_modules/undici",
|
|
||||||
"author": {
|
|
||||||
"name": "Brian White",
|
|
||||||
"email": "mscdex@mscdex.net"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/fastify/busboy/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Igor Savin",
|
"name": "Igor Savin",
|
||||||
@ -43,8 +15,26 @@
|
|||||||
"url": "https://github.com/uzlopak"
|
"url": "https://github.com/uzlopak"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"deprecated": false,
|
|
||||||
"description": "A streaming parser for HTML form data for node.js",
|
"description": "A streaming parser for HTML form data for node.js",
|
||||||
|
"main": "lib/main",
|
||||||
|
"type": "commonjs",
|
||||||
|
"types": "lib/main.d.ts",
|
||||||
|
"scripts": {
|
||||||
|
"bench:busboy": "cd benchmarks && npm install && npm run benchmark-fastify",
|
||||||
|
"bench:dicer": "node bench/dicer/dicer-bench-multipart-parser.js",
|
||||||
|
"coveralls": "nyc report --reporter=lcov",
|
||||||
|
"lint": "npm run lint:standard",
|
||||||
|
"lint:everything": "npm run lint && npm run test:types",
|
||||||
|
"lint:fix": "standard --fix",
|
||||||
|
"lint:standard": "standard --verbose | snazzy",
|
||||||
|
"test:mocha": "tap",
|
||||||
|
"test:types": "tsd",
|
||||||
|
"test:coverage": "nyc npm run test",
|
||||||
|
"test": "npm run test:mocha"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.1.0",
|
"@types/node": "^20.1.0",
|
||||||
"busboy": "^1.0.0",
|
"busboy": "^1.0.0",
|
||||||
@ -56,19 +46,6 @@
|
|||||||
"tsd": "^0.30.0",
|
"tsd": "^0.30.0",
|
||||||
"typescript": "^5.0.2"
|
"typescript": "^5.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": ">=14"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"README.md",
|
|
||||||
"LICENSE",
|
|
||||||
"lib/*",
|
|
||||||
"deps/encoding/*",
|
|
||||||
"deps/dicer/lib",
|
|
||||||
"deps/streamsearch/",
|
|
||||||
"deps/dicer/LICENSE"
|
|
||||||
],
|
|
||||||
"homepage": "https://github.com/fastify/busboy#readme",
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"uploads",
|
"uploads",
|
||||||
"forms",
|
"forms",
|
||||||
@ -76,25 +53,17 @@
|
|||||||
"form-data"
|
"form-data"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/main",
|
|
||||||
"name": "@fastify/busboy",
|
|
||||||
"private": false,
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/fastify/busboy.git"
|
"url": "git+https://github.com/fastify/busboy.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"tsd": {
|
||||||
"bench:busboy": "cd benchmarks && npm install && npm run benchmark-fastify",
|
"directory": "test/types",
|
||||||
"bench:dicer": "node bench/dicer/dicer-bench-multipart-parser.js",
|
"compilerOptions": {
|
||||||
"coveralls": "nyc report --reporter=lcov",
|
"esModuleInterop": false,
|
||||||
"lint": "npm run lint:standard",
|
"module": "commonjs",
|
||||||
"lint:everything": "npm run lint && npm run test:types",
|
"target": "ES2017"
|
||||||
"lint:fix": "standard --fix",
|
}
|
||||||
"lint:standard": "standard --verbose | snazzy",
|
|
||||||
"test": "npm run test:mocha",
|
|
||||||
"test:coverage": "nyc npm run test",
|
|
||||||
"test:mocha": "tap",
|
|
||||||
"test:types": "tsd"
|
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
"globals": [
|
"globals": [
|
||||||
@ -105,15 +74,13 @@
|
|||||||
"bench"
|
"bench"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tsd": {
|
"files": [
|
||||||
"directory": "test/types",
|
"README.md",
|
||||||
"compilerOptions": {
|
"LICENSE",
|
||||||
"esModuleInterop": false,
|
"lib/*",
|
||||||
"module": "commonjs",
|
"deps/encoding/*",
|
||||||
"target": "ES2017"
|
"deps/dicer/lib",
|
||||||
}
|
"deps/streamsearch/",
|
||||||
},
|
"deps/dicer/LICENSE"
|
||||||
"type": "commonjs",
|
]
|
||||||
"types": "lib/main.d.ts",
|
|
||||||
"version": "2.1.1"
|
|
||||||
}
|
}
|
||||||
|
99
node_modules/@types/node/package.json
generated
vendored
99
node_modules/@types/node/package.json
generated
vendored
@ -1,205 +1,203 @@
|
|||||||
{
|
{
|
||||||
"_from": "@types/node@^20.0.0",
|
|
||||||
"_id": "@types/node@20.17.22",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-9RV2zST+0s3EhfrMZIhrz2bhuhBwxgkbHEwP2gtGWPjBzVQjifMzJ9exw7aDZhR1wbpj8zBrfp3bo8oJcGiUUw==",
|
|
||||||
"_location": "/@types/node",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "@types/node@^20.0.0",
|
|
||||||
"name": "@types/node",
|
"name": "@types/node",
|
||||||
"escapedName": "@types%2fnode",
|
"version": "20.17.22",
|
||||||
"scope": "@types",
|
"description": "TypeScript definitions for node",
|
||||||
"rawSpec": "^20.0.0",
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
||||||
"saveSpec": null,
|
"license": "MIT",
|
||||||
"fetchSpec": "^20.0.0"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"#DEV:/"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.22.tgz",
|
|
||||||
"_shasum": "18e463b500af6e6d407d2a0084dfc244ef3c8d06",
|
|
||||||
"_spec": "@types/node@^20.0.0",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Microsoft TypeScript",
|
"name": "Microsoft TypeScript",
|
||||||
|
"githubUsername": "Microsoft",
|
||||||
"url": "https://github.com/Microsoft"
|
"url": "https://github.com/Microsoft"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Alberto Schiabel",
|
"name": "Alberto Schiabel",
|
||||||
|
"githubUsername": "jkomyno",
|
||||||
"url": "https://github.com/jkomyno"
|
"url": "https://github.com/jkomyno"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Alvis HT Tang",
|
"name": "Alvis HT Tang",
|
||||||
|
"githubUsername": "alvis",
|
||||||
"url": "https://github.com/alvis"
|
"url": "https://github.com/alvis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Andrew Makarov",
|
"name": "Andrew Makarov",
|
||||||
|
"githubUsername": "r3nya",
|
||||||
"url": "https://github.com/r3nya"
|
"url": "https://github.com/r3nya"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Benjamin Toueg",
|
"name": "Benjamin Toueg",
|
||||||
|
"githubUsername": "btoueg",
|
||||||
"url": "https://github.com/btoueg"
|
"url": "https://github.com/btoueg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Chigozirim C.",
|
"name": "Chigozirim C.",
|
||||||
|
"githubUsername": "smac89",
|
||||||
"url": "https://github.com/smac89"
|
"url": "https://github.com/smac89"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "David Junger",
|
"name": "David Junger",
|
||||||
|
"githubUsername": "touffy",
|
||||||
"url": "https://github.com/touffy"
|
"url": "https://github.com/touffy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Deividas Bakanas",
|
"name": "Deividas Bakanas",
|
||||||
|
"githubUsername": "DeividasBakanas",
|
||||||
"url": "https://github.com/DeividasBakanas"
|
"url": "https://github.com/DeividasBakanas"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Eugene Y. Q. Shen",
|
"name": "Eugene Y. Q. Shen",
|
||||||
|
"githubUsername": "eyqs",
|
||||||
"url": "https://github.com/eyqs"
|
"url": "https://github.com/eyqs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hannes Magnusson",
|
"name": "Hannes Magnusson",
|
||||||
|
"githubUsername": "Hannes-Magnusson-CK",
|
||||||
"url": "https://github.com/Hannes-Magnusson-CK"
|
"url": "https://github.com/Hannes-Magnusson-CK"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Huw",
|
"name": "Huw",
|
||||||
|
"githubUsername": "hoo29",
|
||||||
"url": "https://github.com/hoo29"
|
"url": "https://github.com/hoo29"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Kelvin Jin",
|
"name": "Kelvin Jin",
|
||||||
|
"githubUsername": "kjin",
|
||||||
"url": "https://github.com/kjin"
|
"url": "https://github.com/kjin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Klaus Meinhardt",
|
"name": "Klaus Meinhardt",
|
||||||
|
"githubUsername": "ajafff",
|
||||||
"url": "https://github.com/ajafff"
|
"url": "https://github.com/ajafff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Lishude",
|
"name": "Lishude",
|
||||||
|
"githubUsername": "islishude",
|
||||||
"url": "https://github.com/islishude"
|
"url": "https://github.com/islishude"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Mariusz Wiktorczyk",
|
"name": "Mariusz Wiktorczyk",
|
||||||
|
"githubUsername": "mwiktorczyk",
|
||||||
"url": "https://github.com/mwiktorczyk"
|
"url": "https://github.com/mwiktorczyk"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Mohsen Azimi",
|
"name": "Mohsen Azimi",
|
||||||
|
"githubUsername": "mohsen1",
|
||||||
"url": "https://github.com/mohsen1"
|
"url": "https://github.com/mohsen1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Nikita Galkin",
|
"name": "Nikita Galkin",
|
||||||
|
"githubUsername": "galkin",
|
||||||
"url": "https://github.com/galkin"
|
"url": "https://github.com/galkin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Parambir Singh",
|
"name": "Parambir Singh",
|
||||||
|
"githubUsername": "parambirs",
|
||||||
"url": "https://github.com/parambirs"
|
"url": "https://github.com/parambirs"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Sebastian Silbermann",
|
"name": "Sebastian Silbermann",
|
||||||
|
"githubUsername": "eps1lon",
|
||||||
"url": "https://github.com/eps1lon"
|
"url": "https://github.com/eps1lon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Thomas den Hollander",
|
"name": "Thomas den Hollander",
|
||||||
|
"githubUsername": "ThomasdenH",
|
||||||
"url": "https://github.com/ThomasdenH"
|
"url": "https://github.com/ThomasdenH"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Wilco Bakker",
|
"name": "Wilco Bakker",
|
||||||
|
"githubUsername": "WilcoBakker",
|
||||||
"url": "https://github.com/WilcoBakker"
|
"url": "https://github.com/WilcoBakker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wwwy3y3",
|
"name": "wwwy3y3",
|
||||||
|
"githubUsername": "wwwy3y3",
|
||||||
"url": "https://github.com/wwwy3y3"
|
"url": "https://github.com/wwwy3y3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Samuel Ainsworth",
|
"name": "Samuel Ainsworth",
|
||||||
|
"githubUsername": "samuela",
|
||||||
"url": "https://github.com/samuela"
|
"url": "https://github.com/samuela"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Kyle Uehlein",
|
"name": "Kyle Uehlein",
|
||||||
|
"githubUsername": "kuehlein",
|
||||||
"url": "https://github.com/kuehlein"
|
"url": "https://github.com/kuehlein"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Thanik Bhongbhibhat",
|
"name": "Thanik Bhongbhibhat",
|
||||||
|
"githubUsername": "bhongy",
|
||||||
"url": "https://github.com/bhongy"
|
"url": "https://github.com/bhongy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Marcin Kopacz",
|
"name": "Marcin Kopacz",
|
||||||
|
"githubUsername": "chyzwar",
|
||||||
"url": "https://github.com/chyzwar"
|
"url": "https://github.com/chyzwar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Trivikram Kamat",
|
"name": "Trivikram Kamat",
|
||||||
|
"githubUsername": "trivikr",
|
||||||
"url": "https://github.com/trivikr"
|
"url": "https://github.com/trivikr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Junxiao Shi",
|
"name": "Junxiao Shi",
|
||||||
|
"githubUsername": "yoursunny",
|
||||||
"url": "https://github.com/yoursunny"
|
"url": "https://github.com/yoursunny"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ilia Baryshnikov",
|
"name": "Ilia Baryshnikov",
|
||||||
|
"githubUsername": "qwelias",
|
||||||
"url": "https://github.com/qwelias"
|
"url": "https://github.com/qwelias"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ExE Boss",
|
"name": "ExE Boss",
|
||||||
|
"githubUsername": "ExE-Boss",
|
||||||
"url": "https://github.com/ExE-Boss"
|
"url": "https://github.com/ExE-Boss"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Piotr Błażejewicz",
|
"name": "Piotr Błażejewicz",
|
||||||
|
"githubUsername": "peterblazejewicz",
|
||||||
"url": "https://github.com/peterblazejewicz"
|
"url": "https://github.com/peterblazejewicz"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Anna Henningsen",
|
"name": "Anna Henningsen",
|
||||||
|
"githubUsername": "addaleax",
|
||||||
"url": "https://github.com/addaleax"
|
"url": "https://github.com/addaleax"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Victor Perin",
|
"name": "Victor Perin",
|
||||||
|
"githubUsername": "victorperin",
|
||||||
"url": "https://github.com/victorperin"
|
"url": "https://github.com/victorperin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NodeJS Contributors",
|
"name": "NodeJS Contributors",
|
||||||
|
"githubUsername": "NodeJS",
|
||||||
"url": "https://github.com/NodeJS"
|
"url": "https://github.com/NodeJS"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Linus Unnebäck",
|
"name": "Linus Unnebäck",
|
||||||
|
"githubUsername": "LinusU",
|
||||||
"url": "https://github.com/LinusU"
|
"url": "https://github.com/LinusU"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wafuwafu13",
|
"name": "wafuwafu13",
|
||||||
|
"githubUsername": "wafuwafu13",
|
||||||
"url": "https://github.com/wafuwafu13"
|
"url": "https://github.com/wafuwafu13"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Matteo Collina",
|
"name": "Matteo Collina",
|
||||||
|
"githubUsername": "mcollina",
|
||||||
"url": "https://github.com/mcollina"
|
"url": "https://github.com/mcollina"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Dmitry Semigradsky",
|
"name": "Dmitry Semigradsky",
|
||||||
|
"githubUsername": "Semigradsky",
|
||||||
"url": "https://github.com/Semigradsky"
|
"url": "https://github.com/Semigradsky"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
|
||||||
"undici-types": "~6.19.2"
|
|
||||||
},
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "TypeScript definitions for node",
|
|
||||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "",
|
"main": "",
|
||||||
"name": "@types/node",
|
|
||||||
"peerDependencies": {},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
||||||
"directory": "types/node"
|
|
||||||
},
|
|
||||||
"scripts": {},
|
|
||||||
"typeScriptVersion": "5.0",
|
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"typesPublisherContentHash": "0512e4162067df9d306d7bd666fcfccf5ddac25b3d097560266b1310f7825880",
|
|
||||||
"typesVersions": {
|
"typesVersions": {
|
||||||
"<=5.6": {
|
"<=5.6": {
|
||||||
"*": [
|
"*": [
|
||||||
@ -207,5 +205,16 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "20.17.22"
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
||||||
|
"directory": "types/node"
|
||||||
|
},
|
||||||
|
"scripts": {},
|
||||||
|
"dependencies": {
|
||||||
|
"undici-types": "~6.19.2"
|
||||||
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
|
"typesPublisherContentHash": "0512e4162067df9d306d7bd666fcfccf5ddac25b3d097560266b1310f7825880",
|
||||||
|
"typeScriptVersion": "5.0"
|
||||||
}
|
}
|
BIN
node_modules/@vercel/ncc/dist/ncc/cli.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/cli.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/index.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/index.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
generated
vendored
Binary file not shown.
69
node_modules/@vercel/ncc/package.json
generated
vendored
69
node_modules/@vercel/ncc/package.json
generated
vendored
@ -1,37 +1,23 @@
|
|||||||
{
|
{
|
||||||
"_from": "@vercel/ncc@^0.38.0",
|
|
||||||
"_id": "@vercel/ncc@0.38.3",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-rnK6hJBS6mwc+Bkab+PGPs9OiS0i/3kdTO+CkI8V0/VrW3vmz7O2Pxjw/owOlmo6PKEIxRSeZKv/kuL9itnpYA==",
|
|
||||||
"_location": "/@vercel/ncc",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "@vercel/ncc@^0.38.0",
|
|
||||||
"name": "@vercel/ncc",
|
"name": "@vercel/ncc",
|
||||||
"escapedName": "@vercel%2fncc",
|
|
||||||
"scope": "@vercel",
|
|
||||||
"rawSpec": "^0.38.0",
|
|
||||||
"saveSpec": null,
|
|
||||||
"fetchSpec": "^0.38.0"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"#DEV:/"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz",
|
|
||||||
"_shasum": "5475eeee3ac0f1a439f237596911525a490a88b5",
|
|
||||||
"_spec": "@vercel/ncc@^0.38.0",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync",
|
|
||||||
"bin": {
|
|
||||||
"ncc": "dist/ncc/cli.js"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/vercel/ncc/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
|
"description": "Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.",
|
||||||
|
"version": "0.38.3",
|
||||||
|
"repository": "vercel/ncc",
|
||||||
|
"license": "MIT",
|
||||||
|
"main": "./dist/ncc/index.js",
|
||||||
|
"bin": {
|
||||||
|
"ncc": "./dist/ncc/cli.js"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"build": "node scripts/build.js",
|
||||||
|
"build-test-binary": "cd test/binary && node-gyp rebuild && cp build/Release/hello.node ../integration/hello.node",
|
||||||
|
"test": "node --expose-gc --max_old_space_size=4096 node_modules/jest/bin/jest.js",
|
||||||
|
"test-coverage": "node --expose-gc --max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand --coverage --globals \"{\\\"coverage\\\":true}\"",
|
||||||
|
"prepublishOnly": "node scripts/build.js --no-cache"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@azure/cosmos": "^3.17.3",
|
"@azure/cosmos": "^3.17.3",
|
||||||
"@bugsnag/js": "^7.21.0",
|
"@bugsnag/js": "^7.21.0",
|
||||||
@ -123,24 +109,5 @@
|
|||||||
"webpack": "5.94.0",
|
"webpack": "5.94.0",
|
||||||
"when": "^3.7.8"
|
"when": "^3.7.8"
|
||||||
},
|
},
|
||||||
"files": [
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||||
"dist"
|
|
||||||
],
|
|
||||||
"homepage": "https://github.com/vercel/ncc#readme",
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "./dist/ncc/index.js",
|
|
||||||
"name": "@vercel/ncc",
|
|
||||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/vercel/ncc.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"build": "node scripts/build.js",
|
|
||||||
"build-test-binary": "cd test/binary && node-gyp rebuild && cp build/Release/hello.node ../integration/hello.node",
|
|
||||||
"prepublishOnly": "node scripts/build.js --no-cache",
|
|
||||||
"test": "node --expose-gc --max_old_space_size=4096 node_modules/jest/bin/jest.js",
|
|
||||||
"test-coverage": "node --expose-gc --max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand --coverage --globals \"{\\\"coverage\\\":true}\""
|
|
||||||
},
|
|
||||||
"version": "0.38.3"
|
|
||||||
}
|
}
|
||||||
|
60
node_modules/tunnel/package.json
generated
vendored
60
node_modules/tunnel/package.json
generated
vendored
@ -1,48 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_from": "tunnel@^0.0.6",
|
|
||||||
"_id": "tunnel@0.0.6",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
|
|
||||||
"_location": "/tunnel",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "tunnel@^0.0.6",
|
|
||||||
"name": "tunnel",
|
"name": "tunnel",
|
||||||
"escapedName": "tunnel",
|
"version": "0.0.6",
|
||||||
"rawSpec": "^0.0.6",
|
|
||||||
"saveSpec": null,
|
|
||||||
"fetchSpec": "^0.0.6"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/@actions/http-client"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
|
|
||||||
"_shasum": "72f1314b34a5b192db012324df2cc587ca47f92c",
|
|
||||||
"_spec": "tunnel@^0.0.6",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync/node_modules/@actions/http-client",
|
|
||||||
"author": {
|
|
||||||
"name": "Koichi Kobayashi",
|
|
||||||
"email": "koichik@improvement.jp"
|
|
||||||
},
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/koichik/node-tunnel/issues"
|
|
||||||
},
|
|
||||||
"bundleDependencies": false,
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "Node HTTP/HTTPS Agents for tunneling proxies",
|
"description": "Node HTTP/HTTPS Agents for tunneling proxies",
|
||||||
"devDependencies": {
|
|
||||||
"mocha": "^5.2.0",
|
|
||||||
"should": "^13.2.3"
|
|
||||||
},
|
|
||||||
"directories": {
|
|
||||||
"lib": "./lib"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/koichik/node-tunnel/",
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"http",
|
"http",
|
||||||
"https",
|
"https",
|
||||||
@ -50,15 +9,26 @@
|
|||||||
"proxy",
|
"proxy",
|
||||||
"tunnel"
|
"tunnel"
|
||||||
],
|
],
|
||||||
|
"homepage": "https://github.com/koichik/node-tunnel/",
|
||||||
|
"bugs": "https://github.com/koichik/node-tunnel/issues",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"author": "Koichi Kobayashi <koichik@improvement.jp>",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"name": "tunnel",
|
"directories": {
|
||||||
|
"lib": "./lib"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/koichik/node-tunnel.git"
|
"url": "https://github.com/koichik/node-tunnel.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
"version": "0.0.6"
|
"devDependencies": {
|
||||||
|
"mocha": "^5.2.0",
|
||||||
|
"should": "^13.2.3"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
131
node_modules/typescript/package.json
generated
vendored
131
node_modules/typescript/package.json
generated
vendored
@ -1,50 +1,43 @@
|
|||||||
{
|
{
|
||||||
"_from": "typescript@^5.0.0",
|
|
||||||
"_id": "typescript@5.8.2",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
|
||||||
"_location": "/typescript",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "typescript@^5.0.0",
|
|
||||||
"name": "typescript",
|
"name": "typescript",
|
||||||
"escapedName": "typescript",
|
"author": "Microsoft Corp.",
|
||||||
"rawSpec": "^5.0.0",
|
"homepage": "https://www.typescriptlang.org/",
|
||||||
"saveSpec": null,
|
"version": "5.8.2",
|
||||||
"fetchSpec": "^5.0.0"
|
"license": "Apache-2.0",
|
||||||
},
|
"description": "TypeScript is a language for application scale JavaScript development",
|
||||||
"_requiredBy": [
|
"keywords": [
|
||||||
"#DEV:/"
|
"TypeScript",
|
||||||
|
"Microsoft",
|
||||||
|
"compiler",
|
||||||
|
"language",
|
||||||
|
"javascript"
|
||||||
],
|
],
|
||||||
"_resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
|
||||||
"_shasum": "8170b3702f74b79db2e5a96207c15e65807999e4",
|
|
||||||
"_spec": "typescript@^5.0.0",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync",
|
|
||||||
"author": {
|
|
||||||
"name": "Microsoft Corp."
|
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"tsc": "bin/tsc",
|
|
||||||
"tsserver": "bin/tsserver"
|
|
||||||
},
|
|
||||||
"browser": {
|
|
||||||
"fs": false,
|
|
||||||
"os": false,
|
|
||||||
"path": false,
|
|
||||||
"crypto": false,
|
|
||||||
"buffer": false,
|
|
||||||
"source-map-support": false,
|
|
||||||
"inspector": false,
|
|
||||||
"perf_hooks": false
|
|
||||||
},
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/microsoft/TypeScript/issues"
|
"url": "https://github.com/microsoft/TypeScript/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
"repository": {
|
||||||
"deprecated": false,
|
"type": "git",
|
||||||
"description": "TypeScript is a language for application scale JavaScript development",
|
"url": "https://github.com/microsoft/TypeScript.git"
|
||||||
|
},
|
||||||
|
"main": "./lib/typescript.js",
|
||||||
|
"typings": "./lib/typescript.d.ts",
|
||||||
|
"bin": {
|
||||||
|
"tsc": "./bin/tsc",
|
||||||
|
"tsserver": "./bin/tsserver"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.17"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"bin",
|
||||||
|
"lib",
|
||||||
|
"!lib/enu",
|
||||||
|
"LICENSE.txt",
|
||||||
|
"README.md",
|
||||||
|
"SECURITY.md",
|
||||||
|
"ThirdPartyNoticeText.txt",
|
||||||
|
"!**/.gitattributes"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@dprint/formatter": "^0.4.1",
|
"@dprint/formatter": "^0.4.1",
|
||||||
"@dprint/typescript": "0.93.3",
|
"@dprint/typescript": "0.93.3",
|
||||||
@ -91,57 +84,37 @@
|
|||||||
"typescript-eslint": "^8.18.1",
|
"typescript-eslint": "^8.18.1",
|
||||||
"which": "^3.0.1"
|
"which": "^3.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": ">=14.17"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"bin",
|
|
||||||
"lib",
|
|
||||||
"!lib/enu",
|
|
||||||
"LICENSE.txt",
|
|
||||||
"README.md",
|
|
||||||
"SECURITY.md",
|
|
||||||
"ThirdPartyNoticeText.txt",
|
|
||||||
"!**/.gitattributes"
|
|
||||||
],
|
|
||||||
"gitHead": "beb69e4cdd61b1a0fd9ae21ae58bd4bd409d7217",
|
|
||||||
"homepage": "https://www.typescriptlang.org/",
|
|
||||||
"keywords": [
|
|
||||||
"TypeScript",
|
|
||||||
"Microsoft",
|
|
||||||
"compiler",
|
|
||||||
"language",
|
|
||||||
"javascript"
|
|
||||||
],
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"main": "./lib/typescript.js",
|
|
||||||
"name": "typescript",
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"typescript@*": "$typescript"
|
"typescript@*": "$typescript"
|
||||||
},
|
},
|
||||||
"packageManager": "npm@8.19.4",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/microsoft/TypeScript.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"test": "hereby runtests-parallel --light=false",
|
||||||
|
"test:eslint-rules": "hereby run-eslint-rules-tests",
|
||||||
"build": "npm run build:compiler && npm run build:tests",
|
"build": "npm run build:compiler && npm run build:tests",
|
||||||
"build:compiler": "hereby local",
|
"build:compiler": "hereby local",
|
||||||
"build:tests": "hereby tests",
|
"build:tests": "hereby tests",
|
||||||
"build:tests:notypecheck": "hereby tests --no-typecheck",
|
"build:tests:notypecheck": "hereby tests --no-typecheck",
|
||||||
"clean": "hereby clean",
|
"clean": "hereby clean",
|
||||||
"format": "dprint fmt",
|
|
||||||
"gulp": "hereby",
|
"gulp": "hereby",
|
||||||
"knip": "hereby knip",
|
|
||||||
"lint": "hereby lint",
|
"lint": "hereby lint",
|
||||||
"setup-hooks": "node scripts/link-hooks.mjs",
|
"knip": "hereby knip",
|
||||||
"test": "hereby runtests-parallel --light=false",
|
"format": "dprint fmt",
|
||||||
"test:eslint-rules": "hereby run-eslint-rules-tests"
|
"setup-hooks": "node scripts/link-hooks.mjs"
|
||||||
},
|
},
|
||||||
"typings": "./lib/typescript.d.ts",
|
"browser": {
|
||||||
"version": "5.8.2",
|
"fs": false,
|
||||||
|
"os": false,
|
||||||
|
"path": false,
|
||||||
|
"crypto": false,
|
||||||
|
"buffer": false,
|
||||||
|
"source-map-support": false,
|
||||||
|
"inspector": false,
|
||||||
|
"perf_hooks": false
|
||||||
|
},
|
||||||
|
"packageManager": "npm@8.19.4",
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "20.1.0",
|
"node": "20.1.0",
|
||||||
"npm": "8.19.4"
|
"npm": "8.19.4"
|
||||||
}
|
},
|
||||||
|
"gitHead": "beb69e4cdd61b1a0fd9ae21ae58bd4bd409d7217"
|
||||||
}
|
}
|
||||||
|
106
node_modules/undici-types/package.json
generated
vendored
106
node_modules/undici-types/package.json
generated
vendored
@ -1,73 +1,55 @@
|
|||||||
{
|
{
|
||||||
"_from": "undici-types@~6.19.2",
|
|
||||||
"_id": "undici-types@6.19.8",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
||||||
"_location": "/undici-types",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "undici-types@~6.19.2",
|
|
||||||
"name": "undici-types",
|
"name": "undici-types",
|
||||||
"escapedName": "undici-types",
|
"version": "6.19.8",
|
||||||
"rawSpec": "~6.19.2",
|
"description": "A stand-alone types package for Undici",
|
||||||
"saveSpec": null,
|
"homepage": "https://undici.nodejs.org",
|
||||||
"fetchSpec": "~6.19.2"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/@types/node"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
||||||
"_shasum": "35111c9d1437ab83a7cdc0abae2f26d88eda0a02",
|
|
||||||
"_spec": "undici-types@~6.19.2",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync/node_modules/@types/node",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/nodejs/undici/issues"
|
"url": "https://github.com/nodejs/undici/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Daniele Belardi",
|
|
||||||
"url": "https://github.com/dnlup"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Ethan Arrowood",
|
|
||||||
"url": "https://github.com/ethan-arrowood"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Matteo Collina",
|
|
||||||
"url": "https://github.com/mcollina"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Matthew Aitken",
|
|
||||||
"url": "https://github.com/KhafraDev"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Robert Nagy",
|
|
||||||
"url": "https://github.com/ronag"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Szymon Marczak",
|
|
||||||
"url": "https://github.com/szmarczak"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Tomas Della Vedova",
|
|
||||||
"url": "https://github.com/delvedor"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"deprecated": false,
|
|
||||||
"description": "A stand-alone types package for Undici",
|
|
||||||
"files": [
|
|
||||||
"*.d.ts"
|
|
||||||
],
|
|
||||||
"homepage": "https://undici.nodejs.org",
|
|
||||||
"license": "MIT",
|
|
||||||
"name": "undici-types",
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nodejs/undici.git"
|
"url": "git+https://github.com/nodejs/undici.git"
|
||||||
},
|
},
|
||||||
|
"license": "MIT",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
"version": "6.19.8"
|
"files": [
|
||||||
|
"*.d.ts"
|
||||||
|
],
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Daniele Belardi",
|
||||||
|
"url": "https://github.com/dnlup",
|
||||||
|
"author": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ethan Arrowood",
|
||||||
|
"url": "https://github.com/ethan-arrowood",
|
||||||
|
"author": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Matteo Collina",
|
||||||
|
"url": "https://github.com/mcollina",
|
||||||
|
"author": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Matthew Aitken",
|
||||||
|
"url": "https://github.com/KhafraDev",
|
||||||
|
"author": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Robert Nagy",
|
||||||
|
"url": "https://github.com/ronag",
|
||||||
|
"author": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Szymon Marczak",
|
||||||
|
"url": "https://github.com/szmarczak",
|
||||||
|
"author": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tomas Della Vedova",
|
||||||
|
"url": "https://github.com/delvedor",
|
||||||
|
"author": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
170
node_modules/undici/package.json
generated
vendored
170
node_modules/undici/package.json
generated
vendored
@ -1,66 +1,100 @@
|
|||||||
{
|
{
|
||||||
"_from": "undici@^5.25.4",
|
|
||||||
"_id": "undici@5.28.5",
|
|
||||||
"_inBundle": false,
|
|
||||||
"_integrity": "sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==",
|
|
||||||
"_location": "/undici",
|
|
||||||
"_phantomChildren": {},
|
|
||||||
"_requested": {
|
|
||||||
"type": "range",
|
|
||||||
"registry": true,
|
|
||||||
"raw": "undici@^5.25.4",
|
|
||||||
"name": "undici",
|
"name": "undici",
|
||||||
"escapedName": "undici",
|
"version": "5.28.5",
|
||||||
"rawSpec": "^5.25.4",
|
"description": "An HTTP/1.1 client, written from scratch for Node.js",
|
||||||
"saveSpec": null,
|
"homepage": "https://undici.nodejs.org",
|
||||||
"fetchSpec": "^5.25.4"
|
|
||||||
},
|
|
||||||
"_requiredBy": [
|
|
||||||
"/@actions/http-client"
|
|
||||||
],
|
|
||||||
"_resolved": "https://registry.npmjs.org/undici/-/undici-5.28.5.tgz",
|
|
||||||
"_shasum": "b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b",
|
|
||||||
"_spec": "undici@^5.25.4",
|
|
||||||
"_where": "/Users/scubbo/Code/commit-report-sync/node_modules/@actions/http-client",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/nodejs/undici/issues"
|
"url": "https://github.com/nodejs/undici/issues"
|
||||||
},
|
},
|
||||||
"bundleDependencies": false,
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/nodejs/undici.git"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "Daniele Belardi",
|
"name": "Daniele Belardi",
|
||||||
"url": "https://github.com/dnlup"
|
"url": "https://github.com/dnlup",
|
||||||
|
"author": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ethan Arrowood",
|
"name": "Ethan Arrowood",
|
||||||
"url": "https://github.com/ethan-arrowood"
|
"url": "https://github.com/ethan-arrowood",
|
||||||
|
"author": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Matteo Collina",
|
"name": "Matteo Collina",
|
||||||
"url": "https://github.com/mcollina"
|
"url": "https://github.com/mcollina",
|
||||||
|
"author": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Matthew Aitken",
|
"name": "Matthew Aitken",
|
||||||
"url": "https://github.com/KhafraDev"
|
"url": "https://github.com/KhafraDev",
|
||||||
|
"author": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Robert Nagy",
|
"name": "Robert Nagy",
|
||||||
"url": "https://github.com/ronag"
|
"url": "https://github.com/ronag",
|
||||||
|
"author": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Szymon Marczak",
|
"name": "Szymon Marczak",
|
||||||
"url": "https://github.com/szmarczak"
|
"url": "https://github.com/szmarczak",
|
||||||
|
"author": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tomas Della Vedova",
|
"name": "Tomas Della Vedova",
|
||||||
"url": "https://github.com/delvedor"
|
"url": "https://github.com/delvedor",
|
||||||
|
"author": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"keywords": [
|
||||||
"@fastify/busboy": "^2.0.0"
|
"fetch",
|
||||||
|
"http",
|
||||||
|
"https",
|
||||||
|
"promise",
|
||||||
|
"request",
|
||||||
|
"curl",
|
||||||
|
"wget",
|
||||||
|
"xhr",
|
||||||
|
"whatwg"
|
||||||
|
],
|
||||||
|
"main": "index.js",
|
||||||
|
"types": "index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"*.d.ts",
|
||||||
|
"index.js",
|
||||||
|
"index-fetch.js",
|
||||||
|
"lib",
|
||||||
|
"types",
|
||||||
|
"docs"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"build:node": "npx esbuild@0.19.4 index-fetch.js --bundle --platform=node --outfile=undici-fetch.js --define:esbuildDetection=1 --keep-names",
|
||||||
|
"prebuild:wasm": "node build/wasm.js --prebuild",
|
||||||
|
"build:wasm": "node build/wasm.js --docker",
|
||||||
|
"lint": "standard | snazzy",
|
||||||
|
"lint:fix": "standard --fix | snazzy",
|
||||||
|
"test": "node scripts/generate-pem && npm run test:tap && npm run test:node-fetch && npm run test:fetch && npm run test:cookies && npm run test:wpt && npm run test:websocket && npm run test:jest && npm run test:typescript",
|
||||||
|
"test:cookies": "node scripts/verifyVersion 16 || tap test/cookie/*.js",
|
||||||
|
"test:node-fetch": "node scripts/verifyVersion.js 16 || mocha --exit test/node-fetch",
|
||||||
|
"test:fetch": "node scripts/verifyVersion.js 16 || (npm run build:node && tap --expose-gc test/fetch/*.js && tap test/webidl/*.js)",
|
||||||
|
"test:jest": "node scripts/verifyVersion.js 14 || jest",
|
||||||
|
"test:tap": "tap test/*.js test/diagnostics-channel/*.js",
|
||||||
|
"test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w",
|
||||||
|
"test:typescript": "node scripts/verifyVersion.js 14 || tsd && tsc --skipLibCheck test/imports/undici-import.ts",
|
||||||
|
"test:websocket": "node scripts/verifyVersion.js 18 || tap test/websocket/*.js",
|
||||||
|
"test:wpt": "node scripts/verifyVersion 18 || (node test/wpt/start-fetch.mjs && node test/wpt/start-FileAPI.mjs && node test/wpt/start-mimesniff.mjs && node test/wpt/start-xhr.mjs && node test/wpt/start-websockets.mjs)",
|
||||||
|
"coverage": "nyc --reporter=text --reporter=html npm run test",
|
||||||
|
"coverage:ci": "nyc --reporter=lcov npm run test",
|
||||||
|
"bench": "PORT=3042 concurrently -k -s first npm:bench:server npm:bench:run",
|
||||||
|
"bench:server": "node benchmarks/server.js",
|
||||||
|
"prebench:run": "node benchmarks/wait.js",
|
||||||
|
"bench:run": "CONNECTIONS=1 node benchmarks/benchmark.js; CONNECTIONS=50 node benchmarks/benchmark.js",
|
||||||
|
"serve:website": "docsify serve .",
|
||||||
|
"prepare": "husky install",
|
||||||
|
"fuzz": "jsfuzz test/fuzzing/fuzz.js corpus"
|
||||||
},
|
},
|
||||||
"deprecated": false,
|
|
||||||
"description": "An HTTP/1.1 client, written from scratch for Node.js",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sinonjs/fake-timers": "^11.1.0",
|
"@sinonjs/fake-timers": "^11.1.0",
|
||||||
"@types/node": "^18.0.3",
|
"@types/node": "^18.0.3",
|
||||||
@ -103,64 +137,6 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0"
|
"node": ">=14.0"
|
||||||
},
|
},
|
||||||
"files": [
|
|
||||||
"*.d.ts",
|
|
||||||
"index.js",
|
|
||||||
"index-fetch.js",
|
|
||||||
"lib",
|
|
||||||
"types",
|
|
||||||
"docs"
|
|
||||||
],
|
|
||||||
"homepage": "https://undici.nodejs.org",
|
|
||||||
"jest": {
|
|
||||||
"testMatch": [
|
|
||||||
"<rootDir>/test/jest/**"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"fetch",
|
|
||||||
"http",
|
|
||||||
"https",
|
|
||||||
"promise",
|
|
||||||
"request",
|
|
||||||
"curl",
|
|
||||||
"wget",
|
|
||||||
"xhr",
|
|
||||||
"whatwg"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"main": "index.js",
|
|
||||||
"name": "undici",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/nodejs/undici.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"bench": "PORT=3042 concurrently -k -s first npm:bench:server npm:bench:run",
|
|
||||||
"bench:run": "CONNECTIONS=1 node benchmarks/benchmark.js; CONNECTIONS=50 node benchmarks/benchmark.js",
|
|
||||||
"bench:server": "node benchmarks/server.js",
|
|
||||||
"build:node": "npx esbuild@0.19.4 index-fetch.js --bundle --platform=node --outfile=undici-fetch.js --define:esbuildDetection=1 --keep-names",
|
|
||||||
"build:wasm": "node build/wasm.js --docker",
|
|
||||||
"coverage": "nyc --reporter=text --reporter=html npm run test",
|
|
||||||
"coverage:ci": "nyc --reporter=lcov npm run test",
|
|
||||||
"fuzz": "jsfuzz test/fuzzing/fuzz.js corpus",
|
|
||||||
"lint": "standard | snazzy",
|
|
||||||
"lint:fix": "standard --fix | snazzy",
|
|
||||||
"prebench:run": "node benchmarks/wait.js",
|
|
||||||
"prebuild:wasm": "node build/wasm.js --prebuild",
|
|
||||||
"prepare": "husky install",
|
|
||||||
"serve:website": "docsify serve .",
|
|
||||||
"test": "node scripts/generate-pem && npm run test:tap && npm run test:node-fetch && npm run test:fetch && npm run test:cookies && npm run test:wpt && npm run test:websocket && npm run test:jest && npm run test:typescript",
|
|
||||||
"test:cookies": "node scripts/verifyVersion 16 || tap test/cookie/*.js",
|
|
||||||
"test:fetch": "node scripts/verifyVersion.js 16 || (npm run build:node && tap --expose-gc test/fetch/*.js && tap test/webidl/*.js)",
|
|
||||||
"test:jest": "node scripts/verifyVersion.js 14 || jest",
|
|
||||||
"test:node-fetch": "node scripts/verifyVersion.js 16 || mocha --exit test/node-fetch",
|
|
||||||
"test:tap": "tap test/*.js test/diagnostics-channel/*.js",
|
|
||||||
"test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w",
|
|
||||||
"test:typescript": "node scripts/verifyVersion.js 14 || tsd && tsc --skipLibCheck test/imports/undici-import.ts",
|
|
||||||
"test:websocket": "node scripts/verifyVersion.js 18 || tap test/websocket/*.js",
|
|
||||||
"test:wpt": "node scripts/verifyVersion 18 || (node test/wpt/start-fetch.mjs && node test/wpt/start-FileAPI.mjs && node test/wpt/start-mimesniff.mjs && node test/wpt/start-xhr.mjs && node test/wpt/start-websockets.mjs)"
|
|
||||||
},
|
|
||||||
"standard": {
|
"standard": {
|
||||||
"env": [
|
"env": [
|
||||||
"mocha"
|
"mocha"
|
||||||
@ -180,6 +156,12 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"types": "index.d.ts",
|
"jest": {
|
||||||
"version": "5.28.5"
|
"testMatch": [
|
||||||
|
"<rootDir>/test/jest/**"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@fastify/busboy": "^2.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user