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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "caseless@~0.12.0",
  3. "_id": "caseless@0.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
  6. "_location": "/caseless",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "caseless@~0.12.0",
  12. "name": "caseless",
  13. "escapedName": "caseless",
  14. "rawSpec": "~0.12.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.12.0"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
  22. "_shasum": "1b681c21ff84033c826543090689420d187151dc",
  23. "_spec": "caseless@~0.12.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/request",
  25. "author": {
  26. "name": "Mikeal Rogers",
  27. "email": "mikeal.rogers@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mikeal/caseless/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
  35. "devDependencies": {
  36. "tape": "^2.10.2"
  37. },
  38. "homepage": "https://github.com/mikeal/caseless#readme",
  39. "keywords": [
  40. "headers",
  41. "http",
  42. "caseless"
  43. ],
  44. "license": "Apache-2.0",
  45. "main": "index.js",
  46. "name": "caseless",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/mikeal/caseless.git"
  50. },
  51. "scripts": {
  52. "test": "node test.js"
  53. },
  54. "test": "node test.js",
  55. "version": "0.12.0"
  56. }