package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "ansi-escapes@^3.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/inquirer"
  6. ]
  7. ],
  8. "_from": "ansi-escapes@>=3.0.0 <4.0.0",
  9. "_id": "ansi-escapes@3.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ansi-escapes",
  13. "_nodeVersion": "8.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/ansi-escapes_3.1.0_1521965687676_0.4702464505871864"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "ansi-escapes",
  26. "raw": "ansi-escapes@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/inquirer"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz",
  36. "_shasum": "f73207bb81207d75fd6c83f125af26eea378ca30",
  37. "_shrinkwrap": null,
  38. "_spec": "ansi-escapes@^3.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/inquirer",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/ansi-escapes/issues"
  47. },
  48. "dependencies": {},
  49. "description": "ANSI escape codes for manipulating the terminal",
  50. "devDependencies": {
  51. "ava": "*",
  52. "xo": "*"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "fileCount": 4,
  57. "integrity": "sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==",
  58. "shasum": "f73207bb81207d75fd6c83f125af26eea378ca30",
  59. "tarball": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz",
  60. "unpackedSize": 7813
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "e8a567fa11ede53430ad464d4ec555efdd23f2a1",
  69. "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  70. "keywords": [
  71. "ansi",
  72. "cli",
  73. "code",
  74. "codes",
  75. "command-line",
  76. "console",
  77. "control",
  78. "cursor",
  79. "escape",
  80. "escapes",
  81. "formatting",
  82. "iterm",
  83. "iterm2",
  84. "log",
  85. "logging",
  86. "sequence",
  87. "shell",
  88. "string",
  89. "terminal",
  90. "text",
  91. "tty",
  92. "vt100",
  93. "xterm"
  94. ],
  95. "license": "MIT",
  96. "maintainers": [
  97. {
  98. "name": "sindresorhus",
  99. "email": "sindresorhus@gmail.com"
  100. }
  101. ],
  102. "name": "ansi-escapes",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  108. },
  109. "scripts": {
  110. "test": "xo && ava"
  111. },
  112. "version": "3.1.0"
  113. }