package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "meow@^3.1.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/pretty-bytes"
  6. ]
  7. ],
  8. "_from": "meow@>=3.1.0 <4.0.0",
  9. "_id": "meow@3.3.0",
  10. "_inCache": true,
  11. "_location": "/meow",
  12. "_nodeVersion": "0.12.4",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.10.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "meow",
  21. "raw": "meow@^3.1.0",
  22. "rawSpec": "^3.1.0",
  23. "scope": null,
  24. "spec": ">=3.1.0 <4.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/pretty-bytes"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/meow/-/meow-3.3.0.tgz",
  31. "_shasum": "f8777fd0db67f73d1de1beee08c97c8665efc6ed",
  32. "_shrinkwrap": null,
  33. "_spec": "meow@^3.1.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/pretty-bytes",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/meow/issues"
  42. },
  43. "dependencies": {
  44. "camelcase-keys": "^1.0.0",
  45. "indent-string": "^1.1.0",
  46. "minimist": "^1.1.0",
  47. "object-assign": "^3.0.0"
  48. },
  49. "description": "CLI app helper",
  50. "devDependencies": {
  51. "ava": "0.0.4"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "f8777fd0db67f73d1de1beee08c97c8665efc6ed",
  56. "tarball": "http://registry.npmjs.org/meow/-/meow-3.3.0.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "0ec1cbe26d544d93533eef1ad31c0b351b4106a3",
  65. "homepage": "https://github.com/sindresorhus/meow",
  66. "installable": true,
  67. "keywords": [
  68. "argv",
  69. "bin",
  70. "cat",
  71. "cli",
  72. "cmd",
  73. "command",
  74. "console",
  75. "flags",
  76. "helper",
  77. "input",
  78. "kitten",
  79. "line",
  80. "meow",
  81. "option",
  82. "parser",
  83. "util",
  84. "utility"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. }
  92. ],
  93. "name": "meow",
  94. "optionalDependencies": {},
  95. "repository": {
  96. "type": "git",
  97. "url": "https://github.com/sindresorhus/meow"
  98. },
  99. "scripts": {
  100. "test": "node test.js"
  101. },
  102. "version": "3.3.0"
  103. }