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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "figures@^2.0.0",
  3. "_id": "figures@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=",
  6. "_location": "/figures",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "figures@^2.0.0",
  12. "name": "figures",
  13. "escapedName": "figures",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
  22. "_shasum": "3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962",
  23. "_spec": "figures@^2.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/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/figures/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "escape-string-regexp": "^1.0.5"
  36. },
  37. "deprecated": false,
  38. "description": "Unicode symbols with Windows CMD fallbacks",
  39. "devDependencies": {
  40. "ava": "*",
  41. "markdown-table": "^1.0.0",
  42. "require-uncached": "^1.0.2",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/figures#readme",
  52. "keywords": [
  53. "unicode",
  54. "cli",
  55. "cmd",
  56. "command-line",
  57. "characters",
  58. "char",
  59. "symbol",
  60. "symbols",
  61. "figure",
  62. "figures",
  63. "fallback"
  64. ],
  65. "license": "MIT",
  66. "name": "figures",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/figures.git"
  70. },
  71. "scripts": {
  72. "make": "./makefile.js",
  73. "test": "xo && ava"
  74. },
  75. "version": "2.0.0",
  76. "xo": {
  77. "esnext": true
  78. }
  79. }