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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. "nunjucks@3.2.3",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor"
  6. ]
  7. ],
  8. "_from": "nunjucks@3.2.3",
  9. "_id": "nunjucks@3.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ==",
  12. "_location": "/nunjucks",
  13. "_moduleAliases": {
  14. "babel-register": "@babel/register"
  15. },
  16. "_phantomChildren": {},
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "nunjucks@3.2.3",
  21. "name": "nunjucks",
  22. "escapedName": "nunjucks",
  23. "rawSpec": "3.2.3",
  24. "saveSpec": null,
  25. "fetchSpec": "3.2.3"
  26. },
  27. "_requiredBy": [
  28. "/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.3.tgz",
  31. "_spec": "3.2.3",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/vendor",
  33. "author": {
  34. "name": "James Long",
  35. "email": "longster@gmail.com"
  36. },
  37. "bin": {
  38. "nunjucks-precompile": "./bin/precompile"
  39. },
  40. "browser": "./browser/nunjucks.js",
  41. "bugs": {
  42. "url": "https://github.com/mozilla/nunjucks/issues"
  43. },
  44. "buildDependencies": {
  45. "@babel/cli": "^7.0.0-beta.38",
  46. "@babel/core": "^7.0.0-beta.38",
  47. "@babel/preset-env": "^7.0.0-beta.38",
  48. "@babel/register": "^7.0.0-beta.38",
  49. "babel-loader": "^8.0.0-beta.0",
  50. "babel-plugin-istanbul": "^4.1.5",
  51. "babel-plugin-module-resolver": "3.0.0-beta.5",
  52. "core-js": "^2.5.3",
  53. "module-alias": "^2.0.3",
  54. "node-libs-browser": "^0.7.0",
  55. "uglify-js": "^2.8.29",
  56. "uglifyjs-webpack-plugin": "^1.1.6",
  57. "webpack": "^3.10.0"
  58. },
  59. "dependencies": {
  60. "a-sync-waterfall": "^1.0.0",
  61. "asap": "^2.0.3",
  62. "commander": "^5.1.0"
  63. },
  64. "description": "A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)",
  65. "devDependencies": {
  66. "@babel/cli": "^7.0.0-beta.38",
  67. "@babel/core": "^7.0.0-beta.38",
  68. "@babel/preset-env": "^7.0.0-beta.38",
  69. "@babel/register": "^7.0.0-beta.38",
  70. "babel-loader": "^8.0.0-beta.0",
  71. "babel-plugin-istanbul": "^4.1.5",
  72. "babel-plugin-module-resolver": "3.0.0-beta.5",
  73. "connect": "^3.6.5",
  74. "core-js": "^2.5.3",
  75. "cross-env": "^5.1.3",
  76. "eslint": "^4.13.0",
  77. "eslint-config-airbnb-base": "^12.1.0",
  78. "eslint-plugin-import": "^2.8.0",
  79. "expect.js": "*",
  80. "express": "4.x",
  81. "fs-extra": "^5.0.0",
  82. "get-port": "^3.2.0",
  83. "mocha": "< 8.x",
  84. "mocha-phantomjs-core": "^2.1.2",
  85. "mocha-phantomjs-istanbul": "0.0.2",
  86. "module-alias": "^2.0.3",
  87. "node-libs-browser": "^0.7.0",
  88. "nyc": "^11.4.1",
  89. "phantomjs-prebuilt": "^2.1.16",
  90. "serve-static": "^1.13.1",
  91. "supertest": "*",
  92. "uglify-js": "^2.8.29",
  93. "uglifyjs-webpack-plugin": "^1.1.6",
  94. "webpack": "^3.10.0"
  95. },
  96. "engines": {
  97. "node": ">= 6.9.0"
  98. },
  99. "files": [
  100. "bin/**",
  101. "browser/**",
  102. "src/**"
  103. ],
  104. "homepage": "https://github.com/mozilla/nunjucks#readme",
  105. "keywords": [
  106. "template",
  107. "templating"
  108. ],
  109. "license": "BSD-2-Clause",
  110. "main": "index.js",
  111. "name": "nunjucks",
  112. "nyc": {
  113. "require": [
  114. "babel-register"
  115. ],
  116. "sourceMap": false,
  117. "instrument": false
  118. },
  119. "peerDependencies": {
  120. "chokidar": "^3.3.0"
  121. },
  122. "peerDependenciesMeta": {
  123. "chokidar": {
  124. "optional": true
  125. }
  126. },
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/mozilla/nunjucks.git"
  130. },
  131. "scripts": {
  132. "build": "npm run build:transpile && npm run build:bundle",
  133. "build:bundle": "node scripts/bundle.js",
  134. "build:transpile": "babel nunjucks --out-dir .",
  135. "codecov": "codecov",
  136. "lint": "eslint nunjucks scripts tests",
  137. "mocha": "mocha -R spec tests",
  138. "prepare": "npm run build",
  139. "test": "npm run lint && npm run test:instrument && npm run test:runner",
  140. "test:instrument": "cross-env NODE_ENV=test scripts/bundle.js",
  141. "test:runner": "cross-env NODE_ENV=test NODE_PATH=tests/test-node-pkgs scripts/testrunner.js"
  142. },
  143. "version": "3.2.3"
  144. }