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 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "json-stable-stringify-without-jsonify@1.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "json-stable-stringify-without-jsonify@1.0.1",
  9. "_id": "json-stable-stringify-without-jsonify@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
  12. "_location": "/json-stable-stringify-without-jsonify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "json-stable-stringify-without-jsonify@1.0.1",
  18. "name": "json-stable-stringify-without-jsonify",
  19. "escapedName": "json-stable-stringify-without-jsonify",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/eslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/samn/json-stable-stringify/issues"
  37. },
  38. "dependencies": {},
  39. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
  40. "devDependencies": {
  41. "tape": "~1.0.4"
  42. },
  43. "homepage": "https://github.com/samn/json-stable-stringify",
  44. "keywords": [
  45. "json",
  46. "stringify",
  47. "deterministic",
  48. "hash",
  49. "sort",
  50. "stable"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "json-stable-stringify-without-jsonify",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/samn/json-stable-stringify.git"
  58. },
  59. "scripts": {
  60. "test": "tape test/*.js"
  61. },
  62. "testling": {
  63. "files": "test/*.js",
  64. "browsers": [
  65. "ie/8..latest",
  66. "ff/5",
  67. "ff/latest",
  68. "chrome/15",
  69. "chrome/latest",
  70. "safari/latest",
  71. "opera/latest"
  72. ]
  73. },
  74. "version": "1.0.1"
  75. }