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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "lines-and-columns@1.1.6",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lines-and-columns@1.1.6",
  10. "_id": "lines-and-columns@1.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=",
  13. "_location": "/lines-and-columns",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lines-and-columns@1.1.6",
  19. "name": "lines-and-columns",
  20. "escapedName": "lines-and-columns",
  21. "rawSpec": "1.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.6"
  24. },
  25. "_requiredBy": [
  26. "/parse-json"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
  29. "_spec": "1.1.6",
  30. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
  31. "author": {
  32. "name": "Brian Donovan",
  33. "email": "me@brian-donovan.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/eventualbuddha/lines-and-columns/issues"
  37. },
  38. "description": "Maps lines and columns to character offsets and back.",
  39. "devDependencies": {
  40. "@types/mocha": "^2.2.34",
  41. "@types/node": "^6.0.52",
  42. "mocha": "^3.2.0",
  43. "semantic-release": "^6.3.2",
  44. "ts-node": "^1.7.2",
  45. "tslint": "^4.1.1",
  46. "typescript": "^2.1.4"
  47. },
  48. "files": [
  49. "dist"
  50. ],
  51. "homepage": "https://github.com/eventualbuddha/lines-and-columns#readme",
  52. "keywords": [
  53. "lines",
  54. "columns",
  55. "parser"
  56. ],
  57. "license": "MIT",
  58. "main": "dist/index.js",
  59. "module": "dist/index.mjs",
  60. "name": "lines-and-columns",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/eventualbuddha/lines-and-columns.git"
  64. },
  65. "scripts": {
  66. "build": "./script/build",
  67. "lint": "tslint --config tslint.json --project tsconfig.json --type-check",
  68. "lint-fix": "tslint --config tslint.json --project tsconfig.json --type-check --fix",
  69. "prebuild": "rm -rf dist",
  70. "prepublish": "npm run lint && npm run build",
  71. "pretest": "npm run build",
  72. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  73. "test": "mocha"
  74. },
  75. "types": "dist/index.d.ts",
  76. "version": "1.1.6"
  77. }