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.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "write-file-atomic@3.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "write-file-atomic@3.0.3",
  10. "_id": "write-file-atomic@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  13. "_location": "/write-file-atomic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "write-file-atomic@3.0.3",
  19. "name": "write-file-atomic",
  20. "escapedName": "write-file-atomic",
  21. "rawSpec": "3.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.3"
  24. },
  25. "_requiredBy": [
  26. "/@jest/transform",
  27. "/caching-transform",
  28. "/stylelint"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  31. "_spec": "3.0.3",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Rebecca Turner",
  35. "email": "me@re-becca.org",
  36. "url": "http://re-becca.org"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/npm/write-file-atomic/issues"
  40. },
  41. "dependencies": {
  42. "imurmurhash": "^0.1.4",
  43. "is-typedarray": "^1.0.0",
  44. "signal-exit": "^3.0.2",
  45. "typedarray-to-buffer": "^3.1.5"
  46. },
  47. "description": "Write files in an atomic fashion w/configurable ownership",
  48. "devDependencies": {
  49. "mkdirp": "^0.5.1",
  50. "require-inject": "^1.4.4",
  51. "rimraf": "^2.6.3",
  52. "standard": "^14.3.1",
  53. "tap": "^14.10.6"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/npm/write-file-atomic",
  59. "keywords": [
  60. "writeFile",
  61. "atomic"
  62. ],
  63. "license": "ISC",
  64. "main": "index.js",
  65. "name": "write-file-atomic",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/npm/write-file-atomic.git"
  69. },
  70. "scripts": {
  71. "lint": "standard",
  72. "postlint": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
  73. "posttest": "npm run lint",
  74. "postversion": "npm publish",
  75. "prepublishOnly": "git push origin --follow-tags",
  76. "preversion": "npm test",
  77. "test": "tap"
  78. },
  79. "tap": {
  80. "100": true
  81. },
  82. "version": "3.0.3"
  83. }