Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "node-int64@0.4.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-int64@0.4.0",
  10. "_id": "node-int64@0.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
  13. "_location": "/node-int64",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "node-int64@0.4.0",
  19. "name": "node-int64",
  20. "escapedName": "node-int64",
  21. "rawSpec": "0.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.0"
  24. },
  25. "_requiredBy": [
  26. "/bser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  29. "_spec": "0.4.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Robert Kieffer",
  33. "email": "robert@broofa.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/broofa/node-int64/issues"
  37. },
  38. "contributors": [],
  39. "dependencies": {},
  40. "description": "Support for representing 64-bit integers in JavaScript",
  41. "devDependencies": {
  42. "nodeunit": "^0.9.0"
  43. },
  44. "homepage": "https://github.com/broofa/node-int64#readme",
  45. "keywords": [
  46. "math",
  47. "integer",
  48. "int64"
  49. ],
  50. "lib": ".",
  51. "license": "MIT",
  52. "main": "./Int64.js",
  53. "name": "node-int64",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/broofa/node-int64.git"
  57. },
  58. "scripts": {
  59. "test": "nodeunit test.js"
  60. },
  61. "url": "http://github.com/broofa/node-int64",
  62. "version": "0.4.0"
  63. }