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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "pirates@4.0.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pirates@4.0.1",
  10. "_id": "pirates@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==",
  13. "_location": "/pirates",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pirates@4.0.1",
  19. "name": "pirates",
  20. "escapedName": "pirates",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@jest/transform"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
  29. "_spec": "4.0.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ari Porad",
  33. "email": "ari@ariporad.com",
  34. "url": "http://ariporad.com"
  35. },
  36. "ava": {
  37. "files": [
  38. "test/*.js"
  39. ],
  40. "sources": [
  41. "lib/**/*.js"
  42. ]
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ariporad/pirates/issues"
  46. },
  47. "config": {
  48. "commitizen": {
  49. "path": "cz-conventional-changelog"
  50. }
  51. },
  52. "dependencies": {
  53. "node-modules-regexp": "^1.0.0"
  54. },
  55. "description": "Properly hijack require",
  56. "devDependencies": {
  57. "@babel/cli": "^7.0.0",
  58. "@babel/core": "^7.0.0",
  59. "@babel/preset-env": "^7.0.0",
  60. "ava": "^1.2.1",
  61. "babel-core": "^7.0.0-0",
  62. "babel-eslint": "^10.0.1",
  63. "babel-plugin-istanbul": "^5.1.0",
  64. "cross-env": "^5.0.5",
  65. "cz-conventional-changelog": "^2.0.0",
  66. "decache": "^4.1.0",
  67. "eslint": "^5.1.0",
  68. "eslint-config-prettier": "^4.0.0",
  69. "eslint-plugin-import": "^2.2.0",
  70. "eslint-plugin-prettier": "^3.0.1",
  71. "mock-require": "^3.0.2",
  72. "nyc": "^13.2.0",
  73. "prettier": "^1.16.4",
  74. "rewire": "^4.0.1",
  75. "rimraf": "^2.6.1",
  76. "semantic-release": "^15.7.0"
  77. },
  78. "engines": {
  79. "node": ">= 6"
  80. },
  81. "files": [
  82. "lib",
  83. "index.d.ts"
  84. ],
  85. "homepage": "https://github.com/ariporad/pirates#readme",
  86. "license": "MIT",
  87. "main": "lib/index.js",
  88. "name": "pirates",
  89. "nyc": {
  90. "include": [
  91. "src/*.js"
  92. ],
  93. "reporter": [
  94. "json",
  95. "text"
  96. ],
  97. "sourceMap": false,
  98. "instrument": false
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/ariporad/pirates.git"
  103. },
  104. "scripts": {
  105. "build": "babel src -d lib",
  106. "clean": "rimraf lib",
  107. "lint": "eslint --report-unused-disable-directives .",
  108. "prepublish": "yarn run clean && yarn run build",
  109. "test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && nyc ava"
  110. },
  111. "types": "index.d.ts",
  112. "version": "4.0.1"
  113. }