package.json 2.29 KB
{
  "_args": [
    [
      {
        "raw": "nssocket@~0.5.1",
        "scope": null,
        "escapedName": "nssocket",
        "name": "nssocket",
        "rawSpec": "~0.5.1",
        "spec": ">=0.5.1 <0.6.0",
        "type": "range"
      },
      "/root/junhukang/node_modules/forever"
    ]
  ],
  "_from": "nssocket@>=0.5.1 <0.6.0",
  "_id": "nssocket@0.5.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/nssocket",
  "_nodeVersion": "0.10.33",
  "_npmUser": {
    "name": "indexzero",
    "email": "charlie.robbins@gmail.com"
  },
  "_npmVersion": "2.1.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "nssocket@~0.5.1",
    "scope": null,
    "escapedName": "nssocket",
    "name": "nssocket",
    "rawSpec": "~0.5.1",
    "spec": ">=0.5.1 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/forever"
  ],
  "_resolved": "https://registry.npmjs.org/nssocket/-/nssocket-0.5.3.tgz",
  "_shasum": "883ca2ec605f5ed64a4d5190b2625401928f8f8d",
  "_shrinkwrap": null,
  "_spec": "nssocket@~0.5.1",
  "_where": "/root/junhukang/node_modules/forever",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nodejitsu/nssocket/issues"
  },
  "dependencies": {
    "eventemitter2": "~0.4.14",
    "lazy": "~1.0.11"
  },
  "description": "An elegant way to define lightweight protocols on-top of TCP/TLS sockets in node.js",
  "devDependencies": {
    "msgpack": "~0.2.4",
    "vows": "~0.8.1"
  },
  "directories": {},
  "dist": {
    "shasum": "883ca2ec605f5ed64a4d5190b2625401928f8f8d",
    "tarball": "https://registry.npmjs.org/nssocket/-/nssocket-0.5.3.tgz"
  },
  "engines": {
    "node": ">= 0.8.x"
  },
  "gitHead": "ab705cee33b2683bb9dd36533e7166e53f5b46b9",
  "homepage": "https://github.com/nodejitsu/nssocket",
  "license": "MIT",
  "main": "./lib/nssocket",
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie.robbins@gmail.com"
    },
    {
      "name": "genediazjr",
      "email": "genediazjr@gmail.com"
    }
  ],
  "name": "nssocket",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nodejitsu/nssocket.git"
  },
  "scripts": {
    "test": "vows test/*-test.js --spec"
  },
  "version": "0.5.3"
}