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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "v8-compile-cache@2.3.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "v8-compile-cache@2.3.0",
  9. "_id": "v8-compile-cache@2.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
  12. "_location": "/v8-compile-cache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "v8-compile-cache@2.3.0",
  18. "name": "v8-compile-cache",
  19. "escapedName": "v8-compile-cache",
  20. "rawSpec": "2.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.0"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/stylelint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  29. "_spec": "2.3.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Andres Suarez",
  33. "email": "zertosh@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/zertosh/v8-compile-cache/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Require hook for automatic V8 compile cache persistence",
  40. "devDependencies": {
  41. "babel-core": "6.26.3",
  42. "eslint": "^7.12.1",
  43. "flow-parser": "0.136.0",
  44. "rimraf": "^2.5.4",
  45. "rxjs": "6.6.3",
  46. "semver": "^5.3.0",
  47. "tap": "^9.0.0",
  48. "temp": "^0.8.3",
  49. "yarn": "1.22.10"
  50. },
  51. "files": [
  52. "v8-compile-cache.js"
  53. ],
  54. "homepage": "https://github.com/zertosh/v8-compile-cache#readme",
  55. "license": "MIT",
  56. "main": "v8-compile-cache.js",
  57. "name": "v8-compile-cache",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/zertosh/v8-compile-cache.git"
  61. },
  62. "scripts": {
  63. "bench": "bench/run.sh",
  64. "eslint": "eslint --max-warnings=0 .",
  65. "posttest": "npm run eslint",
  66. "tap": "tap test/*-test.js",
  67. "test": "npm run tap"
  68. },
  69. "version": "2.3.0"
  70. }