You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.9 KiB

  1. {
  2. "_from": "python-shell",
  3. "_id": "python-shell@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SBYQzXjexcxmmgzpjdIVxum9tj4Zaov1jNuSGMLssPxRhZ7lxqlpuEtLT0TEed0RAqhGfx2YFVC+imCJOmkVHg==",
  6. "_location": "/python-shell",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "python-shell",
  12. "name": "python-shell",
  13. "escapedName": "python-shell",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/python-shell/-/python-shell-2.0.3.tgz",
  23. "_shasum": "03040cae27934d88e1226fd34316b39dfb2fddf0",
  24. "_spec": "python-shell",
  25. "_where": "/home/alpcentaur/ProjektA/PrototypeWebApp/nodefrontend",
  26. "author": {
  27. "name": "Nicolas Mercier",
  28. "email": "nicolas@extrabacon.net"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/extrabacon/python-shell/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio",
  37. "devDependencies": {
  38. "@types/mocha": "^5.2.5",
  39. "@types/node": "^10.5.2",
  40. "mocha": "^5.2.0",
  41. "mocha-appveyor-reporter": "^0.4.0",
  42. "should": "^13.2.1",
  43. "ts-node": "^9.0.0",
  44. "typescript": "^3.8.3"
  45. },
  46. "engines": {
  47. "node": ">=0.10"
  48. },
  49. "files": [
  50. "*.d.ts",
  51. "*.js",
  52. "*.js.map",
  53. "CHANGELOG.md",
  54. "README.md"
  55. ],
  56. "homepage": "http://github.com/extrabacon/python-shell",
  57. "keywords": [
  58. "python"
  59. ],
  60. "license": "MIT",
  61. "name": "python-shell",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/extrabacon/python-shell.git"
  65. },
  66. "scripts": {
  67. "appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
  68. "compile": "tsc -watch -p ./",
  69. "test": "tsc -p ./ && mocha -r ts-node/register"
  70. },
  71. "version": "2.0.3"
  72. }