Ohm-Management - Projektarbeit B-ME
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.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "ansi-escapes@^3.2.0",
  3. "_id": "ansi-escapes@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==",
  6. "_location": "/ansi-escapes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-escapes@^3.2.0",
  12. "name": "ansi-escapes",
  13. "escapedName": "ansi-escapes",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz",
  22. "_shasum": "8780b98ff9dbf5638152d1f1fe5c1d7b4442976b",
  23. "_spec": "ansi-escapes@^3.2.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/inquirer",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/ansi-escapes/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ANSI escape codes for manipulating the terminal",
  36. "devDependencies": {
  37. "ava": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  47. "keywords": [
  48. "ansi",
  49. "terminal",
  50. "console",
  51. "cli",
  52. "string",
  53. "tty",
  54. "escape",
  55. "escapes",
  56. "formatting",
  57. "shell",
  58. "xterm",
  59. "log",
  60. "logging",
  61. "command-line",
  62. "text",
  63. "vt100",
  64. "sequence",
  65. "control",
  66. "code",
  67. "codes",
  68. "cursor",
  69. "iterm",
  70. "iterm2"
  71. ],
  72. "license": "MIT",
  73. "name": "ansi-escapes",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "3.2.0"
  82. }