{
  "_from": "require-node",
  "_id": "require-node@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-AMP4Pa0n1ntWcT3HE1/hlFHuTeN3tvkZIW4FORe+SZV8vo51xHyj32KQPZBhf32N6867+KiIL3VJO3zfVE7taw==",
  "_location": "/require-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "require-node",
    "name": "require-node",
    "escapedName": "require-node",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/require-node-loader"
  ],
  "_resolved": "https://registry.npmjs.org/require-node/-/require-node-1.3.2.tgz",
  "_shasum": "742426c5aa9b0e984d8f8fa7ec13edd5bfa832c4",
  "_spec": "require-node",
  "_where": "/Users/luoshaohua/open/require-node-example/example1_simple",
  "author": {
    "name": "luoshaohua",
    "email": "luoshaohua.cn@gmail.com",
    "url": "https://workyun.com"
  },
  "bugs": {
    "url": "https://github.com/luoshaohua/require-node/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "body-parser": "*",
    "q": "*"
  },
  "deprecated": false,
  "description": "A node middleware let that browser js code can require node js code which is still running at node server",
  "homepage": "https://github.com/luoshaohua/require-node#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "require-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luoshaohua/require-node.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.3.2"
}
