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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "esutils@2.0.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "esutils@2.0.3",
  9. "_id": "esutils@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  12. "_location": "/esutils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "esutils@2.0.3",
  18. "name": "esutils",
  19. "escapedName": "esutils",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/doctrine",
  26. "/escodegen",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  30. "_spec": "2.0.3",
  31. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  32. "bugs": {
  33. "url": "https://github.com/estools/esutils/issues"
  34. },
  35. "description": "utility box for ECMAScript language tools",
  36. "devDependencies": {
  37. "chai": "~1.7.2",
  38. "coffee-script": "~1.6.3",
  39. "jshint": "2.6.3",
  40. "mocha": "~2.2.1",
  41. "regenerate": "~1.3.1",
  42. "unicode-9.0.0": "~0.7.0"
  43. },
  44. "directories": {
  45. "lib": "./lib"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "LICENSE.BSD",
  52. "README.md",
  53. "lib"
  54. ],
  55. "homepage": "https://github.com/estools/esutils",
  56. "license": "BSD-2-Clause",
  57. "main": "lib/utils.js",
  58. "maintainers": [
  59. {
  60. "name": "Yusuke Suzuki",
  61. "email": "utatane.tea@gmail.com",
  62. "url": "http://github.com/Constellation"
  63. }
  64. ],
  65. "name": "esutils",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/estools/esutils.git"
  69. },
  70. "scripts": {
  71. "generate-regex": "node tools/generate-identifier-regex.js",
  72. "lint": "jshint lib/*.js",
  73. "test": "npm run-script lint && npm run-script unit-test",
  74. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  75. },
  76. "version": "2.0.3"
  77. }