mirror of
https://github.com/actions/setup-node.git
synced 2026-02-04 14:38:19 +00:00
commit
This commit is contained in:
parent
5057436e1c
commit
aa65eac696
1 changed files with 1 additions and 52 deletions
|
|
@ -1,56 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "data",
|
|
||||||
"license": "ISC",
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^24.0.0"
|
"node": "^24.0.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"accepts": "^1.3.8",
|
|
||||||
"array-flatten": "^3.0.0",
|
|
||||||
"body-parser": "^2.2.2",
|
|
||||||
"bytes": "^3.1.2",
|
|
||||||
"content-disposition": "^0.5.4",
|
|
||||||
"content-type": "^1.0.5",
|
|
||||||
"cookie": "^0.5.0",
|
|
||||||
"cookie-signature": "^1.0.7",
|
|
||||||
"debug": "^4.0.0",
|
|
||||||
"depd": "^2.0.0",
|
|
||||||
"destroy": "^1.1.0",
|
|
||||||
"ee-first": "^1.1.1",
|
|
||||||
"encodeurl": "^2.0.0",
|
|
||||||
"escape-html": "^1.0.3",
|
|
||||||
"etag": "^1.8.1",
|
|
||||||
"express": "^5.2.1",
|
|
||||||
"finalhandler": "^1.2.0",
|
|
||||||
"forwarded": "^0.2.0",
|
|
||||||
"fresh": "^0.5.2",
|
|
||||||
"http-errors": "^1.8.0",
|
|
||||||
"iconv-lite": "^0.6.0",
|
|
||||||
"inherits": "^2.0.4",
|
|
||||||
"ipaddr.js": "^2.2.0",
|
|
||||||
"media-typer": "^1.1.0",
|
|
||||||
"merge-descriptors": "^2.0.0",
|
|
||||||
"methods": "^1.1.2",
|
|
||||||
"mime": "^1.6.0",
|
|
||||||
"mime-db": "^1.51.0",
|
|
||||||
"mime-types": "^2.1.35",
|
|
||||||
"ms": "^2.1.2",
|
|
||||||
"negotiator": "^0.6.3",
|
|
||||||
"on-finished": "^2.4.0",
|
|
||||||
"parseurl": "^1.3.3",
|
|
||||||
"path-to-regexp": "^8.0.0",
|
|
||||||
"proxy-addr": "^2.0.7",
|
|
||||||
"qs": "^6.14.1",
|
|
||||||
"range-parser": "^1.2.1",
|
|
||||||
"raw-body": "^2.4.1",
|
|
||||||
"safe-buffer": "^5.2.1",
|
|
||||||
"safer-buffer": "^2.1.2",
|
|
||||||
"send": "^0.19.0",
|
|
||||||
"serve-static": "^1.15.0",
|
|
||||||
"setprototypeof": "^1.2.0",
|
|
||||||
"statuses": "^2.0.1",
|
|
||||||
"type-is": "^1.6.18",
|
|
||||||
"utils-merge": "^1.0.1",
|
|
||||||
"vary": "^1.1.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue