package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "meow@^3.5.0",
  5. "D:\\work\\im\\node_modules\\find-versions"
  6. ]
  7. ],
  8. "_from": "meow@>=3.5.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. "_requested": {
  21. "name": "meow",
  22. "raw": "meow@^3.5.0",
  23. "rawSpec": "^3.5.0",
  24. "scope": null,
  25. "spec": ">=3.5.0 <4.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/find-versions"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
  32. "_shasum": "72cb668b425228290abbfa856892587308a801fb",
  33. "_shrinkwrap": null,
  34. "_spec": "meow@^3.5.0",
  35. "_where": "D:\\work\\im\\node_modules\\find-versions",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/meow/issues"
  43. },
  44. "dependencies": {
  45. "camelcase-keys": "^2.0.0",
  46. "decamelize": "^1.1.2",
  47. "loud-rejection": "^1.0.0",
  48. "map-obj": "^1.0.1",
  49. "minimist": "^1.1.3",
  50. "normalize-package-data": "^2.3.4",
  51. "object-assign": "^4.0.1",
  52. "read-pkg-up": "^1.0.1",
  53. "redent": "^1.0.0",
  54. "trim-newlines": "^1.0.0"
  55. },
  56. "description": "CLI app helper",
  57. "devDependencies": {
  58. "ava": "*",
  59. "execa": "^0.1.1",
  60. "indent-string": "^2.1.0",
  61. "xo": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "72cb668b425228290abbfa856892587308a801fb",
  66. "tarball": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "9a5c90af79fb8f5f29c97e6b92b63f41e2df4f34",
  75. "homepage": "https://github.com/sindresorhus/meow#readme",
  76. "keywords": [
  77. "cli",
  78. "bin",
  79. "util",
  80. "utility",
  81. "helper",
  82. "argv",
  83. "command",
  84. "line",
  85. "meow",
  86. "cat",
  87. "kitten",
  88. "parser",
  89. "option",
  90. "flags",
  91. "input",
  92. "cmd",
  93. "console"
  94. ],
  95. "license": "MIT",
  96. "maintainers": [
  97. {
  98. "email": "sindresorhus@gmail.com",
  99. "name": "sindresorhus"
  100. }
  101. ],
  102. "name": "meow",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/sindresorhus/meow.git"
  108. },
  109. "scripts": {
  110. "test": "xo && ava"
  111. },
  112. "version": "3.7.0"
  113. }