blob: 53a14a8f4e73bce90e9b704cd0b0b17070f8ae5f [file] [log] [blame]
{
"_from": "node-docker-api",
"_id": "node-docker-api@1.1.22",
"_inBundle": false,
"_integrity": "sha1-IwMn79MJpuxzAr8/QEq3YAQKWAY=",
"_location": "/node-docker-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-docker-api",
"name": "node-docker-api",
"escapedName": "node-docker-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-docker-api/-/node-docker-api-1.1.22.tgz",
"_shasum": "230327efd309a6ec7302bf3f404ab760040a5806",
"_spec": "node-docker-api",
"_where": "/home/rafael/marvin/marvin-repl/nodejs_poc",
"author": {
"name": "AgustinCB"
},
"bugs": {
"url": "https://github.com/AgustinCB/docker-api/issues"
},
"bundleDependencies": false,
"dependencies": {
"docker-modem": "^0.3.1",
"memorystream": "^0.3.1"
},
"deprecated": false,
"description": "Docker Remote API driver for node",
"devDependencies": {
"@types/node": "^7.0.5",
"ava": "^0.17.0",
"brace-expansion": "^1.1.7",
"chai": "^3.5.0",
"jsdox": "^0.4.10",
"marked": "0.3.9",
"mocha": "^2.5.3",
"mustache": "2.2.1",
"nodemon": "^1.11.0",
"tslint": "^4.4.2",
"typedoc": "^0.6.0",
"typescript": "^2.1.6"
},
"homepage": "https://github.com/AgustinCB/docker-api#readme",
"keywords": [
"docker",
"api",
"node"
],
"license": "\tGPL-2.0",
"main": "./lib/docker",
"name": "node-docker-api",
"repository": {
"type": "git",
"url": "git+https://github.com/AgustinCB/docker-api.git"
},
"scripts": {
"build": "tsc --outDir lib",
"gendoc": "typedoc --out docs src",
"lint": "./node_modules/tslint/bin/tslint -c tslint.json 'src/**/*.ts'",
"test": "chmod +x test.sh; ./test.sh",
"watch-test": "nodemon --watch build --watch test --exec 'npm run test'"
},
"typings": "./lib/docker",
"version": "1.1.22"
}