package.json 1.92 KB
{
  "_from": "python-shell",
  "_id": "python-shell@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-jMKagerg3alm6j+Prq5t/M3dTgEppy5vC6ns+LqAjfuHiT8olfK3PMokpqpeEcWEqvDnUcAOhp6SQzaLBtTzRw==",
  "_location": "/python-shell",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "python-shell",
    "name": "python-shell",
    "escapedName": "python-shell",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-1.0.8.tgz",
  "_shasum": "067bc93d790913efaa4b2a3c9d0e85e02adab510",
  "_spec": "python-shell",
  "_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project",
  "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": {
    "@types/mocha": "^5.2.5",
    "@types/node": "^9.3.0",
    "mocha": "^5.2.0",
    "mocha-appveyor-reporter": "^0.4.0",
    "should": "^13.2.1",
    "ts-node": "^7.0.1",
    "typescript": "^3.0.1"
  },
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "*.d.ts",
    "*.js",
    "*.js.map",
    "CHANGELOG.md",
    "README.md"
  ],
  "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": {
    "appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
    "compile": "tsc -watch -p ./",
    "test": "tsc -p ./ && mocha"
  },
  "version": "1.0.8"
}