package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "ansi-cyan@^0.1.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=",
  6. "_location": "/ansi-cyan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-cyan@^0.1.1",
  12. "name": "ansi-cyan",
  13. "escapedName": "ansi-cyan",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp-clone/plugin-error",
  20. "/gulp-concat-css/plugin-error",
  21. "/gulp-copy/plugin-error",
  22. "/gulp-flatten/plugin-error",
  23. "/gulp-less/plugin-error",
  24. "/gulp-notify/plugin-error",
  25. "/gulp-plumber/plugin-error"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
  28. "_shasum": "538ae528af8982f28ae30d86f2f17456d2609873",
  29. "_spec": "ansi-cyan@^0.1.1",
  30. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-clone\\node_modules\\plugin-error",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/ansi-cyan/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "ansi-wrap": "0.1.0"
  41. },
  42. "deprecated": false,
  43. "description": "The color cyan, in ansi.",
  44. "devDependencies": {
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/ansi-cyan",
  54. "keywords": [
  55. "cyan",
  56. "256",
  57. "ansi",
  58. "cli",
  59. "color",
  60. "colors",
  61. "colour",
  62. "command",
  63. "command-line",
  64. "console",
  65. "format",
  66. "formatting",
  67. "iterm",
  68. "log",
  69. "logging",
  70. "rgb",
  71. "shell",
  72. "string",
  73. "style",
  74. "styles",
  75. "styling",
  76. "terminal",
  77. "text",
  78. "tty",
  79. "xterm"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "ansi-cyan",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/ansi-cyan.git"
  87. },
  88. "scripts": {
  89. "test": "mocha"
  90. },
  91. "version": "0.1.1"
  92. }