package.json 2.32 KB
{
  "_args": [
    [
      {
        "raw": "python-shell",
        "scope": null,
        "escapedName": "python-shell",
        "name": "python-shell",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "C:\\Users\\hyshs\\Desktop\\OSS_Project"
    ]
  ],
  "_from": "python-shell@latest",
  "_id": "python-shell@0.4.0",
  "_inCache": true,
  "_location": "/python-shell",
  "_nodeVersion": "5.7.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/python-shell-0.4.0.tgz_1457618733383_0.24561460013501346"
  },
  "_npmUser": {
    "name": "extrabacon",
    "email": "nicolas@extrabacon.net"
  },
  "_npmVersion": "3.8.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "python-shell",
    "scope": null,
    "escapedName": "python-shell",
    "name": "python-shell",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz",
  "_shasum": "259c5470d885292b22e906a57b085f651752f956",
  "_shrinkwrap": null,
  "_spec": "python-shell",
  "_where": "C:\\Users\\hyshs\\Desktop\\OSS_Project",
  "author": {
    "name": "Nicolas Mercier",
    "email": "nicolas@extrabacon.net"
  },
  "bugs": {
    "url": "http://github.com/extrabacon/python-shell/issues"
  },
  "dependencies": {},
  "description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
  "devDependencies": {
    "mocha": "^2.2.5",
    "should": "^6.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "259c5470d885292b22e906a57b085f651752f956",
    "tarball": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz"
  },
  "engines": {
    "node": ">=0.10"
  },
  "gitHead": "0daee5f116bd84ae4f73b895e4808318f14bbfdd",
  "homepage": "http://github.com/extrabacon/python-shell",
  "keywords": [
    "python"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "extrabacon",
      "email": "nicolas@extrabacon.net"
    }
  ],
  "name": "python-shell",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/extrabacon/python-shell.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.4.0"
}