std/package-lock.json

32 lines
936 B
JSON
Raw Permalink Normal View History

2022-11-02 20:21:13 +01:00
{
"name": "@fiusdevelopment/std",
2022-11-04 14:32:15 +01:00
"version": "0.0.5",
2022-11-02 20:21:13 +01:00
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@fiusdevelopment/std",
2022-11-04 14:32:15 +01:00
"version": "0.0.5",
2022-11-02 21:07:10 +01:00
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
2022-12-29 14:39:58 +01:00
"readline-sync": "^1.4.10"
2022-11-02 21:07:10 +01:00
}
},
2022-12-29 14:39:58 +01:00
"node_modules/readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz",
"integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==",
"engines": {
"node": ">= 0.8.0"
}
2022-11-02 21:07:10 +01:00
}
},
"dependencies": {
2022-12-29 14:39:58 +01:00
"readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz",
"integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw=="
2022-11-02 20:21:13 +01:00
}
}
}