2021-10-01 01:44:50 +00:00
|
|
|
{
|
|
|
|
"name": "systemquery",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Distributed system information query tool",
|
|
|
|
"main": "src/index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"No tests have been implemented yet\""
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sbrl/systemquery.git"
|
|
|
|
},
|
|
|
|
"author": "Starbeamrainbowlabs",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sbrl/systemquery/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/sbrl/systemquery#readme",
|
|
|
|
"dependencies": {
|
2022-01-08 21:37:03 +00:00
|
|
|
"@ltd/j-toml": "^1.24.0",
|
2021-10-01 01:44:50 +00:00
|
|
|
"applause-cli": "^1.7.0",
|
2021-10-02 02:02:49 +00:00
|
|
|
"jpake": "^1.0.1",
|
2021-10-02 00:16:34 +00:00
|
|
|
"nexline": "^1.2.2",
|
2021-10-03 01:33:54 +00:00
|
|
|
"p-queue": "^7.1.0",
|
2022-01-08 16:59:08 +00:00
|
|
|
"p-retry": "^5.0.0",
|
2021-10-02 00:16:34 +00:00
|
|
|
"systeminformation": "^5.9.4",
|
2021-10-01 01:44:50 +00:00
|
|
|
"tweetnacl": "^1.0.3"
|
|
|
|
}
|
|
|
|
}
|