UNPKG

zcage

Version:

Zone administration API for Illumos

50 lines (49 loc) 1.17 kB
{ "name": "zcage", "version": "1.5.1", "description": "Zone administration API for Illumos", "main": "zcage", "keywords": [ "illumos", "zones", "containers" ], "author": "neirac <cneirabustos@gmail.com>", "license": "MPL-2.0", "repository": { "type": "git", "url": "https://github.com/cneira/zcage" }, "dependencies": { "ajv": "^6.5.1", "bytes": "^3.0.0", "chalk": "^2.4.1", "cheerio": "^1.0.0-rc.2", "columnify": "^1.5.4", "command-line-args": "^5.0.2", "command-line-usage": "^5.0.5", "docker-names": "^1.1.1", "install": "^0.11.0", "ipaddr.js": "^1.7.0", "npm": "^6.14.4", "request": "^2.87.0", "restify": "^8.2.0", "source-map-support": "^0.5.19", "underscore": "^1.9.1", "uuid": "^3.2.1", "validator": "^10.4.0", "verror": "^1.10.0", "xml2js": "^0.4.19", "zfs": "^1.3.0" }, "bin": { "zcage": "./zcage", "list-tags.sh": "./tools/list-tags.sh", "pull-by-tag.sh": "./tools/pull-by-tag.sh", "bhyve-zvol.sh": "./tools/bhyve-zvol.sh", "cloud-init.sh": "./tools/cloud-init.sh" }, "directories": { "bin": "./tools" } }