package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "meow@^3.3.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/internal-ip"
  6. ]
  7. ],
  8. "_from": "meow@>=3.3.0 <4.0.0",
  9. "_id": "meow@3.7.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/meow",
  13. "_nodeVersion": "4.2.4",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.14.12",
  19. "_phantomChildren": {
  20. "graceful-fs": "4.1.11",
  21. "is-utf8": "0.2.1",
  22. "normalize-package-data": "2.4.0",
  23. "parse-json": "2.2.0",
  24. "pify": "2.3.0",
  25. "pinkie-promise": "2.0.1"
  26. },
  27. "_requested": {
  28. "name": "meow",
  29. "raw": "meow@^3.3.0",
  30. "rawSpec": "^3.3.0",
  31. "scope": null,
  32. "spec": ">=3.3.0 <4.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/internal-ip"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
  39. "_shasum": "72cb668b425228290abbfa856892587308a801fb",
  40. "_shrinkwrap": null,
  41. "_spec": "meow@^3.3.0",
  42. "_where": "/home/seleznev/project Angular/Quality system/node_modules/internal-ip",
  43. "author": {
  44. "email": "sindresorhus@gmail.com",
  45. "name": "Sindre Sorhus",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/meow/issues"
  50. },
  51. "dependencies": {
  52. "camelcase-keys": "^2.0.0",
  53. "decamelize": "^1.1.2",
  54. "loud-rejection": "^1.0.0",
  55. "map-obj": "^1.0.1",
  56. "minimist": "^1.1.3",
  57. "normalize-package-data": "^2.3.4",
  58. "object-assign": "^4.0.1",
  59. "read-pkg-up": "^1.0.1",
  60. "redent": "^1.0.0",
  61. "trim-newlines": "^1.0.0"
  62. },
  63. "description": "CLI app helper",
  64. "devDependencies": {
  65. "ava": "*",
  66. "execa": "^0.1.1",
  67. "indent-string": "^2.1.0",
  68. "xo": "*"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "72cb668b425228290abbfa856892587308a801fb",
  73. "tarball": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">=0.10.0"
  77. },
  78. "files": [
  79. "index.js"
  80. ],
  81. "gitHead": "9a5c90af79fb8f5f29c97e6b92b63f41e2df4f34",
  82. "homepage": "https://github.com/sindresorhus/meow#readme",
  83. "keywords": [
  84. "argv",
  85. "bin",
  86. "cat",
  87. "cli",
  88. "cmd",
  89. "command",
  90. "console",
  91. "flags",
  92. "helper",
  93. "input",
  94. "kitten",
  95. "line",
  96. "meow",
  97. "option",
  98. "parser",
  99. "util",
  100. "utility"
  101. ],
  102. "license": "MIT",
  103. "maintainers": [
  104. {
  105. "name": "sindresorhus",
  106. "email": "sindresorhus@gmail.com"
  107. }
  108. ],
  109. "name": "meow",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/sindresorhus/meow.git"
  115. },
  116. "scripts": {
  117. "test": "xo && ava"
  118. },
  119. "version": "3.7.0"
  120. }