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.

package.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "bin-version@^3.0.0",
  3. "_id": "bin-version@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==",
  6. "_location": "/bin-version",
  7. "_phantomChildren": {
  8. "end-of-stream": "1.4.4",
  9. "is-stream": "1.1.0",
  10. "nice-try": "1.0.5",
  11. "npm-run-path": "2.0.2",
  12. "once": "1.4.0",
  13. "p-finally": "1.0.0",
  14. "path-key": "2.0.1",
  15. "semver": "5.7.1",
  16. "shebang-command": "1.2.0",
  17. "signal-exit": "3.0.3",
  18. "strip-eof": "1.0.0",
  19. "which": "1.3.1"
  20. },
  21. "_requested": {
  22. "type": "range",
  23. "registry": true,
  24. "raw": "bin-version@^3.0.0",
  25. "name": "bin-version",
  26. "escapedName": "bin-version",
  27. "rawSpec": "^3.0.0",
  28. "saveSpec": null,
  29. "fetchSpec": "^3.0.0"
  30. },
  31. "_requiredBy": [
  32. "/bin-version-check"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/bin-version/-/bin-version-3.1.0.tgz",
  35. "_shasum": "5b09eb280752b1bd28f0c9db3f96f2f43b6c0839",
  36. "_spec": "bin-version@^3.0.0",
  37. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-version-check",
  38. "author": {
  39. "name": "Sindre Sorhus",
  40. "email": "sindresorhus@gmail.com",
  41. "url": "sindresorhus.com"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/sindresorhus/bin-version/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "execa": "^1.0.0",
  49. "find-versions": "^3.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Get the version of a binary in semver format",
  53. "devDependencies": {
  54. "ava": "^1.4.1",
  55. "tsd": "^0.7.2",
  56. "xo": "^0.24.0"
  57. },
  58. "engines": {
  59. "node": ">=6"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts"
  64. ],
  65. "homepage": "https://github.com/sindresorhus/bin-version#readme",
  66. "keywords": [
  67. "bin",
  68. "binary",
  69. "executable",
  70. "version",
  71. "semver",
  72. "semantic",
  73. "cli"
  74. ],
  75. "license": "MIT",
  76. "name": "bin-version",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/sindresorhus/bin-version.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava && tsd"
  83. },
  84. "version": "3.1.0"
  85. }