mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "importer-insomnia",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "importer-insomnia",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"yaml": "^2.4.2"
|
|
}
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.4.2",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz",
|
|
"integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==",
|
|
"bin": {
|
|
"yaml": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
}
|
|
}
|
|
}
|