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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "npm-conf@1.1.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "npm-conf@1.1.3",
  9. "_id": "npm-conf@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==",
  12. "_location": "/npm-conf",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-conf@1.1.3",
  19. "name": "npm-conf",
  20. "escapedName": "npm-conf",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/global-tunnel-ng"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/npm-conf/-/npm-conf-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Kevin Martensson",
  33. "email": "kevinmartensson@gmail.com",
  34. "url": "github.com/kevva"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kevva/npm-conf/issues"
  38. },
  39. "dependencies": {
  40. "config-chain": "^1.1.11",
  41. "pify": "^3.0.0"
  42. },
  43. "description": "Get the npm config",
  44. "devDependencies": {
  45. "ava": "*",
  46. "babel-generator": "^6.24.1",
  47. "babel-traverse": "^6.24.1",
  48. "babylon": "^6.17.1",
  49. "npm": "^5.0.4",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "index.js",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/kevva/npm-conf#readme",
  60. "keywords": [
  61. "conf",
  62. "config",
  63. "global",
  64. "npm",
  65. "path",
  66. "prefix",
  67. "rc"
  68. ],
  69. "license": "MIT",
  70. "name": "npm-conf",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/kevva/npm-conf.git"
  74. },
  75. "scripts": {
  76. "prepublish": "node lib/make.js",
  77. "test": "xo && ava"
  78. },
  79. "version": "1.1.3",
  80. "xo": {
  81. "ignores": [
  82. "lib/defaults.js",
  83. "lib/types.js"
  84. ]
  85. }
  86. }