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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "crc-32@1.2.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "crc-32@1.2.0",
  10. "_id": "crc-32@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==",
  13. "_location": "/crc-32",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "crc-32@1.2.0",
  19. "name": "crc-32",
  20. "escapedName": "crc-32",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/crc32-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "sheetjs"
  33. },
  34. "bin": {
  35. "crc32": "./bin/crc32.njs"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/SheetJS/js-crc32/issues"
  39. },
  40. "config": {
  41. "blanket": {
  42. "pattern": "crc32.js"
  43. }
  44. },
  45. "dependencies": {
  46. "exit-on-epipe": "~1.0.1",
  47. "printj": "~1.1.0"
  48. },
  49. "description": "Pure-JS CRC-32",
  50. "devDependencies": {
  51. "@sheetjs/uglify-js": "~2.7.3",
  52. "@types/node": "^8.0.7",
  53. "blanket": "~1.2.3",
  54. "codepage": "~1.10.0",
  55. "dtslint": "^0.1.2",
  56. "mocha": "~2.5.3",
  57. "typescript": "2.2.0"
  58. },
  59. "engines": {
  60. "node": ">=0.8"
  61. },
  62. "files": [
  63. "crc32.js",
  64. "bin/crc32.njs",
  65. "LICENSE",
  66. "README.md",
  67. "types/index.d.ts",
  68. "types/*.json"
  69. ],
  70. "homepage": "http://sheetjs.com/opensource",
  71. "keywords": [
  72. "crc",
  73. "crc32",
  74. "checksum"
  75. ],
  76. "license": "Apache-2.0",
  77. "main": "./crc32",
  78. "name": "crc-32",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/SheetJS/js-crc32.git"
  82. },
  83. "scripts": {
  84. "build": "make",
  85. "dtslint": "dtslint types",
  86. "lint": "make fullint",
  87. "test": "make test"
  88. },
  89. "types": "types",
  90. "version": "1.2.0"
  91. }