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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "assert-plus@^1.0.0",
  3. "_id": "assert-plus@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
  6. "_location": "/assert-plus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "assert-plus@^1.0.0",
  12. "name": "assert-plus",
  13. "escapedName": "assert-plus",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/dashdash",
  20. "/getpass",
  21. "/http-signature",
  22. "/jsprim",
  23. "/sshpk",
  24. "/verror"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
  27. "_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
  28. "_spec": "assert-plus@^1.0.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/http-signature",
  30. "author": {
  31. "name": "Mark Cavage",
  32. "email": "mcavage@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mcavage/node-assert-plus/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Dave Eddy",
  41. "email": "dave@daveeddy.com"
  42. },
  43. {
  44. "name": "Fred Kuo",
  45. "email": "fred.kuo@joyent.com"
  46. },
  47. {
  48. "name": "Lars-Magnus Skog",
  49. "email": "ralphtheninja@riseup.net"
  50. },
  51. {
  52. "name": "Mark Cavage",
  53. "email": "mcavage@gmail.com"
  54. },
  55. {
  56. "name": "Patrick Mooney",
  57. "email": "pmooney@pfmooney.com"
  58. },
  59. {
  60. "name": "Rob Gulewich",
  61. "email": "robert.gulewich@joyent.com"
  62. }
  63. ],
  64. "dependencies": {},
  65. "deprecated": false,
  66. "description": "Extra assertions on top of node's assert module",
  67. "devDependencies": {
  68. "faucet": "0.0.1",
  69. "tape": "4.2.2"
  70. },
  71. "engines": {
  72. "node": ">=0.8"
  73. },
  74. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  75. "license": "MIT",
  76. "main": "./assert.js",
  77. "name": "assert-plus",
  78. "optionalDependencies": {},
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  82. },
  83. "scripts": {
  84. "test": "tape tests/*.js | ./node_modules/.bin/faucet"
  85. },
  86. "version": "1.0.0"
  87. }