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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "performance-now@^2.1.0",
  3. "_id": "performance-now@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
  6. "_location": "/performance-now",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "performance-now@^2.1.0",
  12. "name": "performance-now",
  13. "escapedName": "performance-now",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
  22. "_shasum": "6309f4e0e5fa913ec1c69307ae364b4b377c9e7b",
  23. "_spec": "performance-now@^2.1.0",
  24. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/node_modules/request",
  25. "author": {
  26. "name": "Braveg1rl",
  27. "email": "braveg1rl@outlook.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/braveg1rl/performance-now/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Implements performance.now (based on process.hrtime).",
  36. "devDependencies": {
  37. "bluebird": "^3.4.7",
  38. "call-delayed": "^1.0.0",
  39. "chai": "^3.5.0",
  40. "chai-increasing": "^1.2.0",
  41. "coffee-script": "~1.12.2",
  42. "mocha": "~3.2.0",
  43. "pre-commit": "^1.2.2"
  44. },
  45. "homepage": "https://github.com/braveg1rl/performance-now",
  46. "keywords": [],
  47. "license": "MIT",
  48. "main": "lib/performance-now.js",
  49. "name": "performance-now",
  50. "optionalDependencies": {},
  51. "private": false,
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/braveg1rl/performance-now.git"
  55. },
  56. "scripts": {
  57. "build": "mkdir -p lib && rm -rf lib/* && node_modules/.bin/coffee --compile -m --output lib/ src/",
  58. "prepublish": "npm test",
  59. "pretest": "npm run build",
  60. "test": "mocha",
  61. "watch": "coffee --watch --compile --output lib/ src/"
  62. },
  63. "typings": "src/index.d.ts",
  64. "version": "2.1.0"
  65. }