Updates to node_modules after npm ci

This commit is contained in:
Jack Jackson 2025-03-03 14:52:15 -08:00
parent 25ecf29d22
commit 4b810a40b2
16 changed files with 608 additions and 862 deletions

View File

@ -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",
"escapedName": "@actions%2fcore",
"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,
"version": "1.11.1",
"description": "Actions core lib",
"devDependencies": {
"@types/node": "^16.18.112"
},
"keywords": [
"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": {
"lib": "lib",
"test": "__tests__"
@ -44,15 +19,6 @@
"lib",
"!.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": {
"access": "public"
},
@ -66,6 +32,14 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc -p tsconfig.json"
},
"types": "lib/core.d.ts",
"version": "1.11.1"
"bugs": {
"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"
}
}

View File

@ -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",
"escapedName": "@actions%2fexec",
"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,
"version": "1.1.1",
"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": {
"lib": "lib",
"test": "__tests__"
@ -40,15 +19,6 @@
"lib",
"!.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": {
"access": "public"
},
@ -62,6 +32,10 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"types": "lib/exec.d.ts",
"version": "1.1.1"
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/io": "^1.0.1"
}
}

View File

@ -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",
"escapedName": "@actions%2fhttp-client",
"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,
"version": "2.2.3",
"description": "Actions Http Client",
"devDependencies": {
"@types/node": "20.7.1",
"@types/proxy": "^1.0.1",
"@types/tunnel": "0.0.3",
"proxy": "^2.1.1"
},
"keywords": [
"github",
"actions",
"http"
],
"homepage": "https://github.com/actions/toolkit/tree/main/packages/http-client",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
@ -47,15 +19,6 @@
"lib",
"!.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": {
"access": "public"
},
@ -66,12 +29,23 @@
},
"scripts": {
"audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"types": "lib/index.d.ts",
"version": "2.2.3"
"bugs": {
"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"
}
}

View File

@ -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",
"escapedName": "@actions%2fio",
"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,
"version": "1.1.3",
"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": {
"lib": "lib",
"test": "__tests__"
@ -36,15 +18,6 @@
"files": [
"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": {
"access": "public"
},
@ -58,6 +31,7 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
"types": "lib/io.d.ts",
"version": "1.1.3"
"bugs": {
"url": "https://github.com/actions/toolkit/issues"
}
}

View File

@ -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",
"escapedName": "@fastify%2fbusboy",
"scope": "@fastify",
"rawSpec": "^2.0.0",
"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,
"version": "2.1.1",
"private": false,
"author": "Brian White <mscdex@mscdex.net>",
"contributors": [
{
"name": "Igor Savin",
@ -43,8 +15,26 @@
"url": "https://github.com/uzlopak"
}
],
"deprecated": false,
"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": {
"@types/node": "^20.1.0",
"busboy": "^1.0.0",
@ -56,19 +46,6 @@
"tsd": "^0.30.0",
"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": [
"uploads",
"forms",
@ -76,25 +53,17 @@
"form-data"
],
"license": "MIT",
"main": "lib/main",
"name": "@fastify/busboy",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/busboy.git"
},
"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": "npm run test:mocha",
"test:coverage": "nyc npm run test",
"test:mocha": "tap",
"test:types": "tsd"
"tsd": {
"directory": "test/types",
"compilerOptions": {
"esModuleInterop": false,
"module": "commonjs",
"target": "ES2017"
}
},
"standard": {
"globals": [
@ -105,15 +74,13 @@
"bench"
]
},
"tsd": {
"directory": "test/types",
"compilerOptions": {
"esModuleInterop": false,
"module": "commonjs",
"target": "ES2017"
}
},
"type": "commonjs",
"types": "lib/main.d.ts",
"version": "2.1.1"
"files": [
"README.md",
"LICENSE",
"lib/*",
"deps/encoding/*",
"deps/dicer/lib",
"deps/streamsearch/",
"deps/dicer/LICENSE"
]
}

View File

@ -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",
"escapedName": "@types%2fnode",
"scope": "@types",
"rawSpec": "^20.0.0",
"saveSpec": null,
"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,
"version": "20.17.22",
"description": "TypeScript definitions for node",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
"license": "MIT",
"contributors": [
{
"name": "Microsoft TypeScript",
"githubUsername": "Microsoft",
"url": "https://github.com/Microsoft"
},
{
"name": "Alberto Schiabel",
"githubUsername": "jkomyno",
"url": "https://github.com/jkomyno"
},
{
"name": "Alvis HT Tang",
"githubUsername": "alvis",
"url": "https://github.com/alvis"
},
{
"name": "Andrew Makarov",
"githubUsername": "r3nya",
"url": "https://github.com/r3nya"
},
{
"name": "Benjamin Toueg",
"githubUsername": "btoueg",
"url": "https://github.com/btoueg"
},
{
"name": "Chigozirim C.",
"githubUsername": "smac89",
"url": "https://github.com/smac89"
},
{
"name": "David Junger",
"githubUsername": "touffy",
"url": "https://github.com/touffy"
},
{
"name": "Deividas Bakanas",
"githubUsername": "DeividasBakanas",
"url": "https://github.com/DeividasBakanas"
},
{
"name": "Eugene Y. Q. Shen",
"githubUsername": "eyqs",
"url": "https://github.com/eyqs"
},
{
"name": "Hannes Magnusson",
"githubUsername": "Hannes-Magnusson-CK",
"url": "https://github.com/Hannes-Magnusson-CK"
},
{
"name": "Huw",
"githubUsername": "hoo29",
"url": "https://github.com/hoo29"
},
{
"name": "Kelvin Jin",
"githubUsername": "kjin",
"url": "https://github.com/kjin"
},
{
"name": "Klaus Meinhardt",
"githubUsername": "ajafff",
"url": "https://github.com/ajafff"
},
{
"name": "Lishude",
"githubUsername": "islishude",
"url": "https://github.com/islishude"
},
{
"name": "Mariusz Wiktorczyk",
"githubUsername": "mwiktorczyk",
"url": "https://github.com/mwiktorczyk"
},
{
"name": "Mohsen Azimi",
"githubUsername": "mohsen1",
"url": "https://github.com/mohsen1"
},
{
"name": "Nikita Galkin",
"githubUsername": "galkin",
"url": "https://github.com/galkin"
},
{
"name": "Parambir Singh",
"githubUsername": "parambirs",
"url": "https://github.com/parambirs"
},
{
"name": "Sebastian Silbermann",
"githubUsername": "eps1lon",
"url": "https://github.com/eps1lon"
},
{
"name": "Thomas den Hollander",
"githubUsername": "ThomasdenH",
"url": "https://github.com/ThomasdenH"
},
{
"name": "Wilco Bakker",
"githubUsername": "WilcoBakker",
"url": "https://github.com/WilcoBakker"
},
{
"name": "wwwy3y3",
"githubUsername": "wwwy3y3",
"url": "https://github.com/wwwy3y3"
},
{
"name": "Samuel Ainsworth",
"githubUsername": "samuela",
"url": "https://github.com/samuela"
},
{
"name": "Kyle Uehlein",
"githubUsername": "kuehlein",
"url": "https://github.com/kuehlein"
},
{
"name": "Thanik Bhongbhibhat",
"githubUsername": "bhongy",
"url": "https://github.com/bhongy"
},
{
"name": "Marcin Kopacz",
"githubUsername": "chyzwar",
"url": "https://github.com/chyzwar"
},
{
"name": "Trivikram Kamat",
"githubUsername": "trivikr",
"url": "https://github.com/trivikr"
},
{
"name": "Junxiao Shi",
"githubUsername": "yoursunny",
"url": "https://github.com/yoursunny"
},
{
"name": "Ilia Baryshnikov",
"githubUsername": "qwelias",
"url": "https://github.com/qwelias"
},
{
"name": "ExE Boss",
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
},
{
"name": "Anna Henningsen",
"githubUsername": "addaleax",
"url": "https://github.com/addaleax"
},
{
"name": "Victor Perin",
"githubUsername": "victorperin",
"url": "https://github.com/victorperin"
},
{
"name": "NodeJS Contributors",
"githubUsername": "NodeJS",
"url": "https://github.com/NodeJS"
},
{
"name": "Linus Unnebäck",
"githubUsername": "LinusU",
"url": "https://github.com/LinusU"
},
{
"name": "wafuwafu13",
"githubUsername": "wafuwafu13",
"url": "https://github.com/wafuwafu13"
},
{
"name": "Matteo Collina",
"githubUsername": "mcollina",
"url": "https://github.com/mcollina"
},
{
"name": "Dmitry Semigradsky",
"githubUsername": "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": "",
"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",
"typesPublisherContentHash": "0512e4162067df9d306d7bd666fcfccf5ddac25b3d097560266b1310f7825880",
"typesVersions": {
"<=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"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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",
"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.",
"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": {
"@azure/cosmos": "^3.17.3",
"@bugsnag/js": "^7.21.0",
@ -123,24 +109,5 @@
"webpack": "5.94.0",
"when": "^3.7.8"
},
"files": [
"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"
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

60
node_modules/tunnel/package.json generated vendored
View File

@ -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",
"escapedName": "tunnel",
"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,
"version": "0.0.6",
"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": [
"http",
"https",
@ -50,15 +9,26 @@
"proxy",
"tunnel"
],
"homepage": "https://github.com/koichik/node-tunnel/",
"bugs": "https://github.com/koichik/node-tunnel/issues",
"license": "MIT",
"author": "Koichi Kobayashi <koichik@improvement.jp>",
"main": "./index.js",
"name": "tunnel",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koichik/node-tunnel.git"
"url": "https://github.com/koichik/node-tunnel.git"
},
"scripts": {
"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
View File

@ -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",
"escapedName": "typescript",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"#DEV:/"
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "5.8.2",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
"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": {
"url": "https://github.com/microsoft/TypeScript/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "TypeScript is a language for application scale JavaScript development",
"repository": {
"type": "git",
"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": {
"@dprint/formatter": "^0.4.1",
"@dprint/typescript": "0.93.3",
@ -91,57 +84,37 @@
"typescript-eslint": "^8.18.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": {
"typescript@*": "$typescript"
},
"packageManager": "npm@8.19.4",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/TypeScript.git"
},
"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:compiler": "hereby local",
"build:tests": "hereby tests",
"build:tests:notypecheck": "hereby tests --no-typecheck",
"clean": "hereby clean",
"format": "dprint fmt",
"gulp": "hereby",
"knip": "hereby knip",
"lint": "hereby lint",
"setup-hooks": "node scripts/link-hooks.mjs",
"test": "hereby runtests-parallel --light=false",
"test:eslint-rules": "hereby run-eslint-rules-tests"
"knip": "hereby knip",
"format": "dprint fmt",
"setup-hooks": "node scripts/link-hooks.mjs"
},
"typings": "./lib/typescript.d.ts",
"version": "5.8.2",
"browser": {
"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": {
"node": "20.1.0",
"npm": "8.19.4"
}
},
"gitHead": "beb69e4cdd61b1a0fd9ae21ae58bd4bd409d7217"
}

View File

@ -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",
"escapedName": "undici-types",
"rawSpec": "~6.19.2",
"saveSpec": null,
"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",
"version": "6.19.8",
"description": "A stand-alone types package for Undici",
"homepage": "https://undici.nodejs.org",
"bugs": {
"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": {
"type": "git",
"url": "git+https://github.com/nodejs/undici.git"
},
"license": "MIT",
"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
View File

@ -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",
"escapedName": "undici",
"rawSpec": "^5.25.4",
"saveSpec": null,
"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",
"version": "5.28.5",
"description": "An HTTP/1.1 client, written from scratch for Node.js",
"homepage": "https://undici.nodejs.org",
"bugs": {
"url": "https://github.com/nodejs/undici/issues"
},
"bundleDependencies": false,
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs/undici.git"
},
"license": "MIT",
"contributors": [
{
"name": "Daniele Belardi",
"url": "https://github.com/dnlup"
"url": "https://github.com/dnlup",
"author": true
},
{
"name": "Ethan Arrowood",
"url": "https://github.com/ethan-arrowood"
"url": "https://github.com/ethan-arrowood",
"author": true
},
{
"name": "Matteo Collina",
"url": "https://github.com/mcollina"
"url": "https://github.com/mcollina",
"author": true
},
{
"name": "Matthew Aitken",
"url": "https://github.com/KhafraDev"
"url": "https://github.com/KhafraDev",
"author": true
},
{
"name": "Robert Nagy",
"url": "https://github.com/ronag"
"url": "https://github.com/ronag",
"author": true
},
{
"name": "Szymon Marczak",
"url": "https://github.com/szmarczak"
"url": "https://github.com/szmarczak",
"author": true
},
{
"name": "Tomas Della Vedova",
"url": "https://github.com/delvedor"
"url": "https://github.com/delvedor",
"author": true
}
],
"dependencies": {
"@fastify/busboy": "^2.0.0"
"keywords": [
"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": {
"@sinonjs/fake-timers": "^11.1.0",
"@types/node": "^18.0.3",
@ -103,64 +137,6 @@
"engines": {
"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": {
"env": [
"mocha"
@ -180,6 +156,12 @@
]
}
},
"types": "index.d.ts",
"version": "5.28.5"
"jest": {
"testMatch": [
"<rootDir>/test/jest/**"
]
},
"dependencies": {
"@fastify/busboy": "^2.0.0"
}
}