{
  "_from": "node-serialize",
  "_id": "node-serialize@0.0.4",
  "_inBundle": false,
  "_integrity": "sha1-tzpJ4TUzBmVxA6Xkn38FJ5upf38=",
  "_location": "/node-serialize",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "node-serialize",
    "name": "node-serialize",
    "escapedName": "node-serialize",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/node-serialize/-/node-serialize-0.0.4.tgz",
  "_shasum": "b73a49e1353306657103a5e49f7f05279ba97f7f",
  "_spec": "node-serialize",
  "_where": "/root/tools/node_js_example",
  "author": {
    "name": "Zihua Li"
  },
  "bugs": {
    "url": "https://github.com/luin/serialize/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Serialize a object including it's function into a JSON.",
  "devDependencies": {
    "mocha": "~1.8.2",
    "should": "~1.2.2"
  },
  "engines": [
    "node >=0.6.0"
  ],
  "homepage": "https://github.com/luin/serialize",
  "keywords": [
    "serialize"
  ],
  "licenses": "MIT",
  "main": "./lib/serialize",
  "name": "node-serialize",
  "repository": {
    "type": "git",
    "url": "git://github.com/luin/serialize.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.0.4"
}
