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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "jsprim@^1.2.2",
  3. "_id": "jsprim@1.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
  6. "_location": "/jsprim",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsprim@^1.2.2",
  12. "name": "jsprim",
  13. "escapedName": "jsprim",
  14. "rawSpec": "^1.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.2"
  17. },
  18. "_requiredBy": [
  19. "/http-signature"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
  22. "_shasum": "313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2",
  23. "_spec": "jsprim@^1.2.2",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/http-signature",
  25. "bugs": {
  26. "url": "https://github.com/joyent/node-jsprim/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "assert-plus": "1.0.0",
  31. "extsprintf": "1.3.0",
  32. "json-schema": "0.2.3",
  33. "verror": "1.10.0"
  34. },
  35. "deprecated": false,
  36. "description": "utilities for primitive JavaScript types",
  37. "engines": [
  38. "node >=0.6.0"
  39. ],
  40. "homepage": "https://github.com/joyent/node-jsprim#readme",
  41. "license": "MIT",
  42. "main": "./lib/jsprim.js",
  43. "name": "jsprim",
  44. "repository": {
  45. "type": "git",
  46. "url": "git://github.com/joyent/node-jsprim.git"
  47. },
  48. "version": "1.4.1"
  49. }