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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "decimal.js@10.3.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "decimal.js@10.3.1",
  10. "_id": "decimal.js@10.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==",
  13. "_location": "/decimal.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "decimal.js@10.3.1",
  19. "name": "decimal.js",
  20. "escapedName": "decimal.js",
  21. "rawSpec": "10.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "10.3.1"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
  30. "_spec": "10.3.1",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "author": {
  33. "name": "Michael Mclaughlin",
  34. "email": "M8ch88l@gmail.com"
  35. },
  36. "browser": "decimal.js",
  37. "bugs": {
  38. "url": "https://github.com/MikeMcl/decimal.js/issues"
  39. },
  40. "description": "An arbitrary-precision Decimal type for JavaScript.",
  41. "files": [
  42. "decimal.js",
  43. "decimal.mjs",
  44. "decimal.d.ts"
  45. ],
  46. "homepage": "https://github.com/MikeMcl/decimal.js#readme",
  47. "keywords": [
  48. "arbitrary",
  49. "precision",
  50. "arithmetic",
  51. "big",
  52. "number",
  53. "decimal",
  54. "float",
  55. "biginteger",
  56. "bigdecimal",
  57. "bignumber",
  58. "bigint",
  59. "bignum"
  60. ],
  61. "license": "MIT",
  62. "main": "decimal",
  63. "module": "decimal.mjs",
  64. "name": "decimal.js",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/MikeMcl/decimal.js.git"
  68. },
  69. "scripts": {
  70. "test": "node ./test/test.js"
  71. },
  72. "types": "decimal.d.ts",
  73. "version": "10.3.1"
  74. }