1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_args": [
- [
- "cluster@~0.7.7",
- "D:\\work\\im"
- ]
- ],
- "_defaultsLoaded": true,
- "_engineSupported": true,
- "_from": "cluster@>=0.7.7 <0.8.0",
- "_id": "cluster@0.7.7",
- "_inCache": true,
- "_installable": true,
- "_location": "/cluster",
- "_nodeVersion": "v0.4.12",
- "_npmJsonOpts": {
- "contributors": false,
- "file": "/Users/tj/.npm/cluster/0.7.7/package/package.json",
- "serverjs": false,
- "wscript": false
- },
- "_npmVersion": "1.0.24",
- "_phantomChildren": {},
- "_requested": {
- "name": "cluster",
- "raw": "cluster@~0.7.7",
- "rawSpec": "~0.7.7",
- "scope": null,
- "spec": ">=0.7.7 <0.8.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/cluster/-/cluster-0.7.7.tgz",
- "_shasum": "e497e267cc956bd0b0513adb4aa393357d0085ef",
- "_shrinkwrap": null,
- "_spec": "cluster@~0.7.7",
- "_where": "D:\\work\\im",
- "author": {
- "email": "tj@learnboost.com",
- "name": "TJ Holowaychuk",
- "url": "http://tjholowaychuk.com"
- },
- "bugs": {
- "url": "https://github.com/LearnBoost/cluster/issues"
- },
- "dependencies": {
- "log": ">= 1.2.0",
- "mkdirp": ">= 0.0.1"
- },
- "description": "extensible multi-core server manager",
- "devDependencies": {
- "should": "0.2.x"
- },
- "directories": {},
- "dist": {
- "shasum": "e497e267cc956bd0b0513adb4aa393357d0085ef",
- "tarball": "https://registry.npmjs.org/cluster/-/cluster-0.7.7.tgz"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "http://learnboost.github.com/cluster",
- "keywords": [
- "server",
- "spark",
- "fugue",
- "tcp",
- "workers"
- ],
- "main": "index",
- "maintainers": [
- {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- }
- ],
- "name": "cluster",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/LearnBoost/cluster.git"
- },
- "scripts": {},
- "version": "0.7.7"
- }
|