{
  "_from": "python-bridge@^1.1.0",
  "_id": "python-bridge@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-qjQ0QB8p9cn/XDeILQH0aP307hV58lrmv0Opjyub68Um7FHdF+ZXlTqyxNkKaXOFk2QSkScoPWwn7U9GGnrkeQ==",
  "_location": "/python-bridge",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "python-bridge@^1.1.0",
    "name": "python-bridge",
    "escapedName": "python-bridge",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/python-bridge/-/python-bridge-1.1.0.tgz",
  "_shasum": "ec7d6a5540af62ed322cb040c6e259421be74a5a",
  "_spec": "python-bridge@^1.1.0",
  "_where": "/Users/xiuyongwei/GT-Projects/Common/python-node",
  "author": {
    "name": "Ryan Munro",
    "email": "ryan@submersible.io"
  },
  "bugs": {
    "url": "https://github.com/Submersible/node-python-bridge/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bluebird": "^3.5.0"
  },
  "deprecated": false,
  "description": "Node.js to Python bridge ✨🐍🚀✨",
  "devDependencies": {
    "@types/node": "^8.0.14",
    "tap": "^10.7.0",
    "temp": "^0.8.3",
    "tslint": "^5.5.0",
    "typescript": "^2.4.1"
  },
  "homepage": "https://github.com/Submersible/node-python-bridge#readme",
  "keywords": [
    "python",
    "bridge",
    "ipc"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "python-bridge",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Submersible/node-python-bridge.git"
  },
  "scripts": {
    "lint": "npm run lint:ts",
    "lint:ts": "tslint --project tsconfig.json --type-check",
    "test": "npm run lint && npm run test:js && npm run test:ts",
    "test:js": "tap test.js",
    "test:ts": "tsc --lib ES2015 test_typescript.ts && tap test_typescript.js"
  },
  "types": "index.d.ts",
  "version": "1.1.0"
}
