package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@2.2.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ansi-styles@2.2.1",
  10. "_id": "ansi-styles@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
  13. "_location": "/ansi-styles",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ansi-styles@2.2.1",
  19. "name": "ansi-styles",
  20. "escapedName": "ansi-styles",
  21. "rawSpec": "2.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.1"
  24. },
  25. "_requiredBy": [
  26. "/chalk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chalk/ansi-styles/issues"
  38. },
  39. "description": "ANSI escape codes for styling strings in the terminal",
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/chalk/ansi-styles#readme",
  50. "keywords": [
  51. "ansi",
  52. "styles",
  53. "color",
  54. "colour",
  55. "colors",
  56. "terminal",
  57. "console",
  58. "cli",
  59. "string",
  60. "tty",
  61. "escape",
  62. "formatting",
  63. "rgb",
  64. "256",
  65. "shell",
  66. "xterm",
  67. "log",
  68. "logging",
  69. "command-line",
  70. "text"
  71. ],
  72. "license": "MIT",
  73. "maintainers": [
  74. {
  75. "name": "Sindre Sorhus",
  76. "email": "sindresorhus@gmail.com",
  77. "url": "sindresorhus.com"
  78. },
  79. {
  80. "name": "Joshua Appelman",
  81. "email": "jappelman@xebia.com",
  82. "url": "jbnicolai.com"
  83. }
  84. ],
  85. "name": "ansi-styles",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/chalk/ansi-styles.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "version": "2.2.1"
  94. }