2021-10-01 01:44:50 +00:00
|
|
|
{
|
2022-02-23 00:10:17 +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\"",
|
2022-03-10 23:58:12 +00:00
|
|
|
"build": "node src/static/esbuild.mjs",
|
|
|
|
"watch": "ESBUILD_WATCH=yes node src/static/esbuild.mjs"
|
2022-02-23 00:10:17 +00:00
|
|
|
},
|
|
|
|
"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-03-06 02:39:14 +00:00
|
|
|
"@ltd/j-toml": "^1.30.0",
|
2022-05-07 00:31:19 +00:00
|
|
|
"applause-cli": "^1.8.1",
|
2022-02-23 00:10:17 +00:00
|
|
|
"jpake": "^1.0.1",
|
2022-02-24 00:39:33 +00:00
|
|
|
"mime": "^3.0.0",
|
2022-02-23 00:10:17 +00:00
|
|
|
"p-queue": "^7.2.0",
|
|
|
|
"p-reflect": "^3.0.0",
|
2022-05-07 00:31:19 +00:00
|
|
|
"p-retry": "^5.1.1",
|
|
|
|
"powahroot": "^1.2.6",
|
2022-02-24 00:39:33 +00:00
|
|
|
"pretty-ms": "^7.0.1",
|
2022-05-07 00:31:19 +00:00
|
|
|
"systeminformation": "^5.11.14",
|
2022-02-23 00:10:17 +00:00
|
|
|
"tweetnacl": "^1.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-10 02:49:15 +00:00
|
|
|
"@svgdotjs/svg.js": "^3.1.2",
|
2022-02-24 00:39:33 +00:00
|
|
|
"@types/mime": "^2.0.3",
|
2022-03-10 02:49:15 +00:00
|
|
|
"emel": "^2.5.1",
|
2022-05-07 00:31:19 +00:00
|
|
|
"esbuild": "^0.14.38",
|
2022-03-06 02:39:14 +00:00
|
|
|
"fork-awesome": "^1.2.0",
|
2022-05-25 01:47:06 +00:00
|
|
|
"nightink": "^1.0.1",
|
|
|
|
"plotly.js-dist": "^2.12.1"
|
2022-03-10 02:49:15 +00:00
|
|
|
},
|
|
|
|
"___comment": "The browser field is used by esbuild. fs isn't a thing in the browser, ",
|
|
|
|
"browser": {
|
|
|
|
"fs": "./src/static/js/misc/null.mjs"
|
2022-02-23 00:10:17 +00:00
|
|
|
}
|
2021-10-01 01:44:50 +00:00
|
|
|
}
|