package.json 2.4 KB

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