Files
fanController/node_modules/python-shell/package.json

59 lines
1.5 KiB
JSON

{
"name": "python-shell",
"version": "0.4.0",
"description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
"keywords": [
"python"
],
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {},
"devDependencies": {
"should": "^6.0.0",
"mocha": "^2.2.5"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/extrabacon/python-shell.git"
},
"homepage": "http://github.com/extrabacon/python-shell",
"bugs": {
"url": "http://github.com/extrabacon/python-shell/issues"
},
"author": {
"name": "Nicolas Mercier",
"email": "nicolas@extrabacon.net"
},
"engines": {
"node": ">=0.10"
},
"license": "MIT",
"gitHead": "0daee5f116bd84ae4f73b895e4808318f14bbfdd",
"_id": "python-shell@0.4.0",
"_shasum": "259c5470d885292b22e906a57b085f651752f956",
"_from": "python-shell@",
"_npmVersion": "3.8.0",
"_nodeVersion": "5.7.1",
"_npmUser": {
"name": "extrabacon",
"email": "nicolas@extrabacon.net"
},
"dist": {
"shasum": "259c5470d885292b22e906a57b085f651752f956",
"tarball": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz"
},
"maintainers": [
{
"name": "extrabacon",
"email": "nicolas@extrabacon.net"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/python-shell-0.4.0.tgz_1457618733383_0.24561460013501346"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-0.4.0.tgz"
}