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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "fast-json-stable-stringify@2.1.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "fast-json-stable-stringify@2.1.0",
  9. "_id": "fast-json-stable-stringify@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  12. "_location": "/fast-json-stable-stringify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fast-json-stable-stringify@2.1.0",
  18. "name": "fast-json-stable-stringify",
  19. "escapedName": "fast-json-stable-stringify",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/@jest/transform",
  26. "/ajv"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  38. },
  39. "dependencies": {},
  40. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  41. "devDependencies": {
  42. "benchmark": "^2.1.4",
  43. "coveralls": "^3.0.0",
  44. "eslint": "^6.7.0",
  45. "fast-stable-stringify": "latest",
  46. "faster-stable-stringify": "latest",
  47. "json-stable-stringify": "latest",
  48. "nyc": "^14.1.0",
  49. "pre-commit": "^1.2.2",
  50. "tape": "^4.11.0"
  51. },
  52. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  53. "keywords": [
  54. "json",
  55. "stringify",
  56. "deterministic",
  57. "hash",
  58. "stable"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "fast-json-stable-stringify",
  63. "nyc": {
  64. "exclude": [
  65. "test",
  66. "node_modules"
  67. ],
  68. "reporter": [
  69. "lcov",
  70. "text-summary"
  71. ]
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  76. },
  77. "scripts": {
  78. "eslint": "eslint index.js test",
  79. "test": "npm run eslint && nyc npm run test-spec",
  80. "test-spec": "tape test/*.js"
  81. },
  82. "types": "index.d.ts",
  83. "version": "2.1.0"
  84. }