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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "es6-error@4.1.1",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_from": "es6-error@4.1.1",
  9. "_id": "es6-error@4.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==",
  12. "_location": "/es6-error",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "es6-error@4.1.1",
  18. "name": "es6-error",
  19. "escapedName": "es6-error",
  20. "rawSpec": "4.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.1"
  23. },
  24. "_requiredBy": [
  25. "/global-agent",
  26. "/release-zalgo"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
  29. "_spec": "4.1.1",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Ben Youngblood"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/bjyoungblood/es6-error/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Easily-extendable error for use with ES6 classes",
  39. "devDependencies": {
  40. "babel-cli": "^6.26.0",
  41. "babel-core": "^6.26.0",
  42. "babel-plugin-add-module-exports": "^0.2.1",
  43. "babel-plugin-transform-builtin-extend": "^1.1.2",
  44. "babel-preset-env": "^1.6.1",
  45. "chai": "^4.1.2",
  46. "cross-env": "^5.1.1",
  47. "mocha": "^4.0.1",
  48. "rimraf": "^2.6.2"
  49. },
  50. "files": [
  51. "lib",
  52. "es6",
  53. "typings"
  54. ],
  55. "homepage": "https://github.com/bjyoungblood/es6-error",
  56. "keywords": [
  57. "es6",
  58. "error",
  59. "babel"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/index",
  63. "module": "./es6/index.js",
  64. "name": "es6-error",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/bjyoungblood/es6-error.git"
  68. },
  69. "scripts": {
  70. "build": "npm run clean && npm run build:cjs && npm run build:es6",
  71. "build:cjs": "mkdir -p lib && cross-env BABEL_ENV=cjs babel src/index.js -o lib/index.js",
  72. "build:es6": "mkdir -p es6 && cross-env BABEL_ENV=es6 babel src/index.js -o es6/index.js",
  73. "clean": "rimraf lib es6",
  74. "prepublishOnly": "npm run build && npm run test",
  75. "test": "cross-env BABEL_ENV=test mocha --require babel-core/register --recursive"
  76. },
  77. "typings": "./typings/index.d.ts",
  78. "version": "4.1.1"
  79. }