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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "xml-name-validator@3.0.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "xml-name-validator@3.0.0",
  10. "_id": "xml-name-validator@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
  13. "_location": "/xml-name-validator",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "xml-name-validator@3.0.0",
  19. "name": "xml-name-validator",
  20. "escapedName": "xml-name-validator",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-environment-jsdom/jsdom",
  27. "/jsdom",
  28. "/w3c-xmlserializer"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  33. "author": {
  34. "name": "Domenic Denicola",
  35. "email": "d@domenic.me",
  36. "url": "https://domenic.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jsdom/xml-name-validator/issues"
  40. },
  41. "description": "Validates whether a string matches the production for an XML name or qualified name",
  42. "devDependencies": {
  43. "eslint": "^2.9.0",
  44. "mocha": "^2.4.5",
  45. "waka": "0.1.2"
  46. },
  47. "files": [
  48. "lib/"
  49. ],
  50. "homepage": "https://github.com/jsdom/xml-name-validator#readme",
  51. "keywords": [
  52. "xml",
  53. "name",
  54. "qname"
  55. ],
  56. "license": "Apache-2.0",
  57. "main": "lib/xml-name-validator.js",
  58. "name": "xml-name-validator",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jsdom/xml-name-validator.git"
  62. },
  63. "scripts": {
  64. "lint": "eslint .",
  65. "prepublish": "node scripts/generate-grammar.js < lib/grammar.pegjs > lib/generated-parser.js",
  66. "pretest": "npm run prepublish",
  67. "test": "mocha"
  68. },
  69. "version": "3.0.0"
  70. }