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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "@tootallnate/once@1.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@tootallnate/once@1.1.2",
  10. "_id": "@tootallnate/once@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  13. "_location": "/@tootallnate/once",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@tootallnate/once@1.1.2",
  19. "name": "@tootallnate/once",
  20. "escapedName": "@tootallnate%2fonce",
  21. "scope": "@tootallnate",
  22. "rawSpec": "1.1.2",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.2"
  25. },
  26. "_requiredBy": [
  27. "/http-proxy-agent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net",
  35. "url": "http://n8.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/TooTallNate/once/issues"
  39. },
  40. "description": "Creates a Promise that waits for a single event",
  41. "devDependencies": {
  42. "@types/node": "^12.12.11",
  43. "@typescript-eslint/eslint-plugin": "1.6.0",
  44. "@typescript-eslint/parser": "1.1.0",
  45. "eslint": "5.16.0",
  46. "eslint-config-airbnb": "17.1.0",
  47. "eslint-config-prettier": "4.1.0",
  48. "eslint-import-resolver-typescript": "1.1.1",
  49. "eslint-plugin-import": "2.16.0",
  50. "eslint-plugin-jsx-a11y": "6.2.1",
  51. "eslint-plugin-react": "7.12.4",
  52. "mocha": "^6.2.2",
  53. "rimraf": "^3.0.0",
  54. "typescript": "^3.7.3"
  55. },
  56. "engines": {
  57. "node": ">= 6"
  58. },
  59. "files": [
  60. "dist"
  61. ],
  62. "homepage": "https://github.com/TooTallNate/once#readme",
  63. "keywords": [],
  64. "license": "MIT",
  65. "main": "./dist/index.js",
  66. "name": "@tootallnate/once",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/TooTallNate/once.git"
  70. },
  71. "scripts": {
  72. "build": "tsc",
  73. "prebuild": "rimraf dist",
  74. "prepublishOnly": "npm run build",
  75. "test": "mocha --reporter spec",
  76. "test-lint": "eslint src --ext .js,.ts"
  77. },
  78. "types": "./dist/index.d.ts",
  79. "version": "1.1.2"
  80. }