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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "normalize-range@0.1.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-range@0.1.2",
  10. "_id": "normalize-range@0.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
  13. "_location": "/normalize-range",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "normalize-range@0.1.2",
  19. "name": "normalize-range",
  20. "escapedName": "normalize-range",
  21. "rawSpec": "0.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.2"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  29. "_spec": "0.1.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "James Talmage",
  33. "email": "james@talmage.io",
  34. "url": "github.com/jamestalmage"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jamestalmage/normalize-range/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates",
  41. "devDependencies": {
  42. "almost-equal": "^1.0.0",
  43. "codeclimate-test-reporter": "^0.1.0",
  44. "coveralls": "^2.11.2",
  45. "istanbul": "^0.3.17",
  46. "jscs": "^2.1.1",
  47. "jshint": "^2.8.0",
  48. "jshint-stylish": "^2.0.1",
  49. "mocha": "^2.2.5",
  50. "stringify-pi": "0.0.3"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jamestalmage/normalize-range#readme",
  59. "keywords": [
  60. "range",
  61. "normalize",
  62. "utility",
  63. "angle",
  64. "degrees",
  65. "polar"
  66. ],
  67. "license": "MIT",
  68. "name": "normalize-range",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jamestalmage/normalize-range.git"
  72. },
  73. "scripts": {
  74. "cover": "istanbul cover ./node_modules/.bin/_mocha",
  75. "debug": "mocha",
  76. "lint": "jshint --reporter=node_modules/jshint-stylish *.js test/*.js",
  77. "style": "jscs *.js ./**/*.js && jscs ./test/** --config=./test/.jscsrc",
  78. "test": "npm run cover && npm run lint && npm run style",
  79. "watch": "mocha -w"
  80. },
  81. "version": "0.1.2"
  82. }