UNPKG

qingyun_liuzuoyun

Version:

my

178 lines (177 loc) 3.99 kB
{ "name": "supervisor", "version": "0.11.0", "description": "A supervisor program for running nodejs programs", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" }, "license": "MIT", "contributors": [ { "name": "Todd Branchflower", "email": "toddbran@stanford.edu" }, { "name": "Giannis Dzegoutanis", "email": "erasmospunk@gmail.com" }, { "name": "Brian Ehmann", "email": "behmann@gmail.com" }, { "name": "Corey Jewett", "email": "cj@syntheticplayground.com" }, { "name": "Taka Kojima", "email": "taka.kojima@ff0000.com" }, { "name": "Aneil Mallavarapu", "email": "aneil@blipboard.com" }, { "name": "Doug McCall", "email": "dhm116@psu.edu" }, { "name": "Mathieu M-Gosselin", "email": "mathieumg@gmail.com" }, { "name": "David Murdoch", "email": "hello@davidmurdoch.com" }, { "name": "mx1700", "email": "mx1700@gmail.com" }, { "name": "Michiel ter Reehorst", "email": "jm.ter.reehorst@jamiter.com" }, { "name": "Jonathan 'Wolf' Rentzsch", "email": "jwr.git@redshed.net" }, { "name": "John Roberts", "email": "jroberts@logitech.com" }, { "name": "Scott Sanders", "email": "scott@stonecobra.com" }, { "name": "Thomas Schaaf", "email": "schaaf@komola.de" }, { "name": "Fernando H. Silva", "email": "ferhensil@gmail.com" }, { "name": "Kei Son", "email": "heyacct@gmail.com" }, { "name": "David Taylor", "email": "david@zensatellite.com" }, { "name": "Antonio Touriño", "email": "atourino@gmail.com" }, { "name": "Oliver Wong", "email": "oliver@owiber.com" }, { "name": "Di Wu", "email": "dw323@cornell.edu" }, { "name": "Jesse Yang", "email": "jyyjcc@gmail.com" }, { "name": "Ian Young", "email": "ian.greenleaf@gmail.com" }, { "name": "jazzzz", "email": "jazzzz@gmail.com" }, { "name": "philpill", "email": "github@philpill.net" }, { "name": "rma4ok", "email": "rma4ok@gmail.com" }, { "name": "Petru Isfan", "email": "petru.isfan@gmail.com" } ], "repository": { "type": "git", "url": "git://github.com/petruisfan/node-supervisor.git" }, "bugs": { "url": "https://github.com/petruisfan/node-supervisor/issues" }, "homepage": "https://github.com/petruisfan/node-supervisor/", "main": "lib/supervisor.js", "bin": { "node-supervisor": "lib/cli-wrapper.js", "supervisor": "lib/cli-wrapper.js" }, "engines": { "node": ">=0.6.0" }, "scripts": { "test": "./node_modules/nodeunit/bin/nodeunit test/*.test.js" }, "preferGlobal": true, "devDependencies": { "nodeunit": "~0.9.0" }, "gitHead": "f22006a038d3c43a81da02bc8ca6b8d868afddfe", "_id": "supervisor@0.11.0", "_shasum": "3fa869e09c57855aff7128a996d414f4af867d8a", "_from": "supervisor@latest", "_npmVersion": "3.9.5", "_nodeVersion": "6.1.0", "_npmUser": { "name": "petruisfan", "email": "petru.isfan@gmail.com" }, "dist": { "shasum": "3fa869e09c57855aff7128a996d414f4af867d8a", "tarball": "https://registry.npmjs.org/supervisor/-/supervisor-0.11.0.tgz" }, "maintainers": [ { "name": "iangreenleaf", "email": "ian.greenleaf@gmail.com" }, { "name": "isaacs", "email": "isaacs@npmjs.com" }, { "name": "petruisfan", "email": "petru.isfan@gmail.com" } ], "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/supervisor-0.11.0.tgz_1465185206185_0.45687873754650354" }, "directories": {}, "_resolved": "https://registry.npmjs.org/supervisor/-/supervisor-0.11.0.tgz" }