package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "bin-version@^1.0.0",
  5. "D:\\work\\im\\node_modules\\bin-version-check"
  6. ]
  7. ],
  8. "_from": "bin-version@>=1.0.0 <2.0.0",
  9. "_id": "bin-version@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bin-version",
  13. "_nodeVersion": "3.0.0",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.13.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "bin-version",
  22. "raw": "bin-version@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/bin-version-check"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz",
  32. "_shasum": "9eb498ee6fd76f7ab9a7c160436f89579435d78e",
  33. "_shrinkwrap": null,
  34. "_spec": "bin-version@^1.0.0",
  35. "_where": "D:\\work\\im\\node_modules\\bin-version-check",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "http://sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/bin-version/issues"
  43. },
  44. "dependencies": {
  45. "find-versions": "^1.0.0"
  46. },
  47. "description": "Get the version of a binary in semver format",
  48. "devDependencies": {
  49. "ava": "0.0.4"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "9eb498ee6fd76f7ab9a7c160436f89579435d78e",
  54. "tarball": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "78bdb0f3fa6c09c0b2228996d6d1fab4b58bbf06",
  63. "homepage": "https://github.com/sindresorhus/bin-version#readme",
  64. "keywords": [
  65. "bin",
  66. "binary",
  67. "executable",
  68. "version",
  69. "semver",
  70. "semantic",
  71. "cli"
  72. ],
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "email": "sindresorhus@gmail.com",
  77. "name": "sindresorhus"
  78. }
  79. ],
  80. "name": "bin-version",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/bin-version.git"
  86. },
  87. "scripts": {
  88. "test": "node test.js"
  89. },
  90. "version": "1.0.4"
  91. }