package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "ora@^0.2.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/listr"
  6. ]
  7. ],
  8. "_from": "ora@>=0.2.3 <0.3.0",
  9. "_id": "ora@0.2.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ora",
  13. "_nodeVersion": "4.4.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/ora-0.2.3.tgz_1463655723889_0.998596457997337"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.0",
  23. "_phantomChildren": {
  24. "escape-string-regexp": "1.0.5",
  25. "exit-hook": "1.1.1",
  26. "has-ansi": "2.0.0",
  27. "strip-ansi": "3.0.1"
  28. },
  29. "_requested": {
  30. "name": "ora",
  31. "raw": "ora@^0.2.3",
  32. "rawSpec": "^0.2.3",
  33. "scope": null,
  34. "spec": ">=0.2.3 <0.3.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/listr"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz",
  41. "_shasum": "37527d220adcd53c39b73571d754156d5db657a4",
  42. "_shrinkwrap": null,
  43. "_spec": "ora@^0.2.3",
  44. "_where": "/home/seleznev/project Angular/Quality system/node_modules/listr",
  45. "author": {
  46. "email": "sindresorhus@gmail.com",
  47. "name": "Sindre Sorhus",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/ora/issues"
  52. },
  53. "dependencies": {
  54. "chalk": "^1.1.1",
  55. "cli-cursor": "^1.0.2",
  56. "cli-spinners": "^0.1.2",
  57. "object-assign": "^4.0.1"
  58. },
  59. "description": "Elegant terminal spinner",
  60. "devDependencies": {
  61. "ava": "*",
  62. "hook-std": "^0.2.0",
  63. "xo": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "37527d220adcd53c39b73571d754156d5db657a4",
  68. "tarball": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.10.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "da8a5c4349af2f71d6bbf057950c7e749e0ff6eb",
  77. "homepage": "https://github.com/sindresorhus/ora#readme",
  78. "keywords": [
  79. "ascii",
  80. "busy",
  81. "cli",
  82. "console",
  83. "idle",
  84. "indicator",
  85. "loading",
  86. "progress",
  87. "spinner",
  88. "spinners",
  89. "term",
  90. "terminal",
  91. "unicode",
  92. "wait"
  93. ],
  94. "license": "MIT",
  95. "maintainers": [
  96. {
  97. "name": "sindresorhus",
  98. "email": "sindresorhus@gmail.com"
  99. }
  100. ],
  101. "name": "ora",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/sindresorhus/ora.git"
  107. },
  108. "scripts": {
  109. "test": "xo && ava"
  110. },
  111. "version": "0.2.3"
  112. }