You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.5 KiB

  1. {
  2. "name": "meow",
  3. "version": "2.0.0",
  4. "description": "CLI app helper",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/sindresorhus/meow.git"
  9. },
  10. "author": {
  11. "name": "Sindre Sorhus",
  12. "email": "sindresorhus@gmail.com",
  13. "url": "http://sindresorhus.com"
  14. },
  15. "engines": {
  16. "node": ">=0.10.0"
  17. },
  18. "scripts": {
  19. "test": "node test.js"
  20. },
  21. "files": [
  22. "index.js"
  23. ],
  24. "keywords": [
  25. "cli",
  26. "bin",
  27. "util",
  28. "utility",
  29. "helper",
  30. "argv"
  31. ],
  32. "dependencies": {
  33. "camelcase-keys": "^1.0.0",
  34. "indent-string": "^1.1.0",
  35. "minimist": "^1.1.0",
  36. "object-assign": "^1.0.0"
  37. },
  38. "devDependencies": {
  39. "ava": "0.0.4"
  40. },
  41. "gitHead": "fe0271306137c613527d38b920667d7aa4380197",
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/meow/issues"
  44. },
  45. "homepage": "https://github.com/sindresorhus/meow",
  46. "_id": "meow@2.0.0",
  47. "_shasum": "8f530a8ecf5d40d3f4b4df93c3472900fba2a8f1",
  48. "_from": "meow@>=2.0.0 <2.1.0",
  49. "_npmVersion": "2.1.2",
  50. "_nodeVersion": "0.10.32",
  51. "_npmUser": {
  52. "name": "sindresorhus",
  53. "email": "sindresorhus@gmail.com"
  54. },
  55. "maintainers": [
  56. {
  57. "name": "sindresorhus",
  58. "email": "sindresorhus@gmail.com"
  59. }
  60. ],
  61. "dist": {
  62. "shasum": "8f530a8ecf5d40d3f4b4df93c3472900fba2a8f1",
  63. "tarball": "https://registry.npmjs.org/meow/-/meow-2.0.0.tgz"
  64. },
  65. "directories": {},
  66. "_resolved": "https://registry.npmjs.org/meow/-/meow-2.0.0.tgz",
  67. "readme": "ERROR: No README data found!"
  68. }