Files
shadowsocks-over-websocket/node_modules/throng/package.json

103 lines
2.3 KiB
JSON
Raw Normal View History

2017-04-07 16:04:38 +08:00
{
"_args": [
[
{
"raw": "throng",
"scope": null,
"escapedName": "throng",
"name": "throng",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/vincent/Projects/SublimeTextProjects/shadowsocks-over-websocket"
]
],
"_from": "throng@latest",
"_id": "throng@4.0.0",
"_inCache": true,
"_installable": true,
"_location": "/throng",
"_nodeVersion": "5.10.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/throng-4.0.0.tgz_1460614908610_0.9267617627047002"
},
"_npmUser": {
"name": "hunterloftis",
"email": "hunter@hunterloftis.com"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {},
"_requested": {
"raw": "throng",
"scope": null,
"escapedName": "throng",
"name": "throng",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "http://registry.npmjs.org/throng/-/throng-4.0.0.tgz",
"_shasum": "983c6ba1993b58eae859998aa687ffe88df84c17",
"_shrinkwrap": null,
"_spec": "throng",
"_where": "/home/vincent/Projects/SublimeTextProjects/shadowsocks-over-websocket",
"author": {
"name": "Hunter Loftis",
"email": "hunter@hunterloftis.com"
},
"bugs": {
"url": "https://github.com/hunterloftis/throng/issues"
},
"dependencies": {
"lodash.defaults": "^4.0.1"
},
"description": "A simple worker-manager for clustered apps",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"shasum": "983c6ba1993b58eae859998aa687ffe88df84c17",
"tarball": "https://registry.npmjs.org/throng/-/throng-4.0.0.tgz"
},
"engines": {
"node": ">= 4.0.0"
},
"files": [
"lib"
],
"gitHead": "e585aa4997085b32a603983c36dce6f71ed1b91a",
"homepage": "https://github.com/hunterloftis/throng",
"keywords": [
"cluster",
"worker",
"process"
],
"license": "MIT",
"main": "lib/throng.js",
"maintainers": [
{
"name": "hunterloftis",
"email": "hunter@hunterloftis.com"
}
],
"name": "throng",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/hunterloftis/throng.git"
},
"scripts": {
"test": "mocha"
},
"version": "4.0.0"
}