mirror of
https://github.com/actions/setup-node.git
synced 2024-11-15 08:01:07 +07:00
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"name": "data",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"path-to-regexp": "^0.1.10"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "0.1.10",
|
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
|
|
"integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w=="
|
|
}
|
|
}
|
|
}
|