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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "figures@^1.3.5",
  3. "_id": "figures@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
  6. "_location": "/figures",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "figures@^1.3.5",
  12. "name": "figures",
  13. "escapedName": "figures",
  14. "rawSpec": "^1.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.5"
  17. },
  18. "_requiredBy": [
  19. "/logalot"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
  22. "_shasum": "cbe1e3affcf1cd44b80cadfed28dc793a9701d2e",
  23. "_spec": "figures@^1.3.5",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\logalot",
  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. "object-assign": "^4.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "Unicode symbols with Windows CMD fallbacks",
  40. "devDependencies": {
  41. "ava": "*",
  42. "markdown-table": "^0.4.0",
  43. "require-uncached": "^1.0.2",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/figures#readme",
  53. "keywords": [
  54. "unicode",
  55. "cli",
  56. "cmd",
  57. "command-line",
  58. "characters",
  59. "char",
  60. "symbol",
  61. "symbols",
  62. "figure",
  63. "figures",
  64. "fallback"
  65. ],
  66. "license": "MIT",
  67. "name": "figures",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/figures.git"
  71. },
  72. "scripts": {
  73. "make": "./makefile.js",
  74. "test": "xo && ava"
  75. },
  76. "version": "1.7.0"
  77. }