2016-06-14 06:45:31 +00:00
|
|
|
{
|
2024-02-02 15:40:38 +00:00
|
|
|
"name": "@apiclient.xyz/docker",
|
2024-04-23 17:58:05 +00:00
|
|
|
"version": "1.0.109",
|
2024-04-23 17:58:04 +00:00
|
|
|
"description": "Provides easy communication with Docker's remote API from Node.js, with TypeScript support.",
|
2019-01-09 23:31:48 +00:00
|
|
|
"private": false,
|
2020-03-22 23:53:31 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-10-17 07:36:35 +00:00
|
|
|
"type": "module",
|
2016-06-14 06:45:31 +00:00
|
|
|
"scripts": {
|
2020-09-30 16:35:24 +00:00
|
|
|
"test": "(tstest test/ --web)",
|
2022-10-17 07:36:35 +00:00
|
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
|
|
"buildDocs": "tsdoc"
|
2016-06-14 06:45:31 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-02-02 15:40:38 +00:00
|
|
|
"url": "git+https://gitlab.com/mojoio/docker.git"
|
2016-06-14 06:45:31 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2024-04-23 17:58:04 +00:00
|
|
|
"Docker",
|
|
|
|
"API",
|
|
|
|
"Node.js",
|
|
|
|
"TypeScript",
|
|
|
|
"Containers",
|
|
|
|
"Images",
|
|
|
|
"Networks",
|
|
|
|
"Services",
|
|
|
|
"Secrets"
|
2016-06-14 06:45:31 +00:00
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2024-02-02 15:40:38 +00:00
|
|
|
"url": "https://gitlab.com/mojoio/docker/issues"
|
2016-06-14 06:45:31 +00:00
|
|
|
},
|
2024-02-02 15:40:38 +00:00
|
|
|
"homepage": "https://gitlab.com/mojoio/docker#readme",
|
2016-06-14 07:17:07 +00:00
|
|
|
"dependencies": {
|
2024-02-02 15:40:38 +00:00
|
|
|
"@push.rocks/lik": "^6.0.0",
|
|
|
|
"@push.rocks/smartfile": "^11.0.4",
|
|
|
|
"@push.rocks/smartjson": "^5.0.2",
|
|
|
|
"@push.rocks/smartlog": "^3.0.1",
|
|
|
|
"@push.rocks/smartnetwork": "^3.0.0",
|
|
|
|
"@push.rocks/smartpath": "^5.0.5",
|
|
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
|
|
"@push.rocks/smartrequest": "^2.0.11",
|
|
|
|
"@push.rocks/smartstring": "^4.0.5",
|
|
|
|
"@push.rocks/smartversion": "^3.0.2",
|
2022-10-17 07:36:35 +00:00
|
|
|
"@tsclass/tsclass": "^4.0.24",
|
|
|
|
"rxjs": "^7.5.7"
|
2016-06-15 22:45:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-02 15:40:38 +00:00
|
|
|
"@git.zone/tsbuild": "^2.1.25",
|
|
|
|
"@git.zone/tsrun": "^1.2.12",
|
|
|
|
"@git.zone/tstest": "^1.0.52",
|
|
|
|
"@push.rocks/tapbundle": "^5.0.4",
|
|
|
|
"@types/node": "^20.11.16"
|
2019-08-14 18:56:57 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2019-11-20 13:36:03 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2020-03-22 23:53:31 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2019-11-20 13:36:03 +00:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-08-14 18:56:57 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2020-09-30 16:35:24 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-08-14 18:56:57 +00:00
|
|
|
]
|
2024-04-23 17:58:05 +00:00
|
|
|
}
|