mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 04:22:50 +00:00
59 lines
1.5 KiB
JSON
Executable File
59 lines
1.5 KiB
JSON
Executable File
{
|
|
"_from": "python-shell",
|
|
"_id": "python-shell@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+jgmFZvwk1yMBBDisDlkXXMYv1eEJKbGCtwHLppGIyEV83cKeX9hjOjfR2yONWK3yQFhum0M2r7UE0U//hiK9w==",
|
|
"_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-0.5.0.tgz",
|
|
"_shasum": "461983bafd092010bc2760c365b13e7d50aab231",
|
|
"_spec": "python-shell",
|
|
"_where": "/home/beppe/Documents/Python/proj/1718PROJrpiRadio/NodeServer",
|
|
"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.5.0"
|
|
}
|