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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "jsesc@2.5.2",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsesc@2.5.2",
  10. "_id": "jsesc@2.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  13. "_location": "/jsesc",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jsesc@2.5.2",
  19. "name": "jsesc",
  20. "escapedName": "jsesc",
  21. "rawSpec": "2.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.5.2"
  24. },
  25. "_requiredBy": [
  26. "/@babel/generator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  29. "_spec": "2.5.2",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Mathias Bynens",
  33. "url": "https://mathiasbynens.be/"
  34. },
  35. "bin": {
  36. "jsesc": "bin/jsesc"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mathiasbynens/jsesc/issues"
  40. },
  41. "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
  42. "devDependencies": {
  43. "coveralls": "^2.11.6",
  44. "grunt": "^0.4.5",
  45. "grunt-template": "^0.2.3",
  46. "istanbul": "^0.4.2",
  47. "mocha": "*",
  48. "regenerate": "^1.3.0",
  49. "requirejs": "^2.1.22"
  50. },
  51. "engines": {
  52. "node": ">=4"
  53. },
  54. "files": [
  55. "LICENSE-MIT.txt",
  56. "jsesc.js",
  57. "bin/",
  58. "man/"
  59. ],
  60. "homepage": "https://mths.be/jsesc",
  61. "keywords": [
  62. "buffer",
  63. "escape",
  64. "javascript",
  65. "json",
  66. "map",
  67. "set",
  68. "string",
  69. "stringify",
  70. "tool"
  71. ],
  72. "license": "MIT",
  73. "main": "jsesc.js",
  74. "man": [
  75. "man/jsesc.1"
  76. ],
  77. "name": "jsesc",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/mathiasbynens/jsesc.git"
  81. },
  82. "scripts": {
  83. "build": "grunt template",
  84. "cover": "istanbul cover --report 'html' --verbose --dir 'coverage' 'tests/tests.js'",
  85. "coveralls": "istanbul cover --verbose --dir 'coverage' 'tests/tests.js' && coveralls < coverage/lcov.info'",
  86. "test": "mocha tests"
  87. },
  88. "version": "2.5.2"
  89. }