package.json 1.48 KB
{
  "_from": "python-shell@^0.4.0",
  "_id": "python-shell@0.4.0",
  "_inBundle": false,
  "_integrity": "sha1-JZxUcNiFKSsi6QalewhfZRdS+VY=",
  "_location": "/python-shell",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "python-shell@^0.4.0",
    "name": "python-shell",
    "escapedName": "python-shell",
    "rawSpec": "^0.4.0",
    "saveSpec": null,
    "fetchSpec": "^0.4.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz",
  "_shasum": "259c5470d885292b22e906a57b085f651752f956",
  "_spec": "python-shell@^0.4.0",
  "_where": "C:\\Users\\PARK\\Desktop\\새 폴더\\RUTROLL",
  "author": {
    "name": "Nicolas Mercier",
    "email": "nicolas@extrabacon.net"
  },
  "bugs": {
    "url": "http://github.com/extrabacon/python-shell/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
  },
  "engines": {
    "node": ">=0.10"
  },
  "homepage": "http://github.com/extrabacon/python-shell",
  "keywords": [
    "python"
  ],
  "license": "MIT",
  "name": "python-shell",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/extrabacon/python-shell.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "0.4.0"
}