1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-01-09 13:12:41 +00:00
setup-node/__tests__/data/package-lock.json

22 lines
525 B
JSON
Raw Normal View History

{
2024-09-12 06:13:36 +00:00
"name": "data",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"path-to-regexp": "^0.1.10"
},
"engines": {
"node": "^20.0.0"
}
2024-09-12 06:13:36 +00:00
},
"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=="
}
2024-09-12 06:13:36 +00:00
}
}