1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "python-shell@^1.0.7",
- "_id": "python-shell@1.0.8",
- "_inBundle": false,
- "_integrity": "sha512-jMKagerg3alm6j+Prq5t/M3dTgEppy5vC6ns+LqAjfuHiT8olfK3PMokpqpeEcWEqvDnUcAOhp6SQzaLBtTzRw==",
- "_location": "/python-shell",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "python-shell@^1.0.7",
- "name": "python-shell",
- "escapedName": "python-shell",
- "rawSpec": "^1.0.7",
- "saveSpec": null,
- "fetchSpec": "^1.0.7"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-1.0.8.tgz",
- "_shasum": "067bc93d790913efaa4b2a3c9d0e85e02adab510",
- "_spec": "python-shell@^1.0.7",
- "_where": "/home/pi/Desktop/Git/smartMirror/modules/MMM-flick-gestures",
- "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"
- }
|