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 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "bin-check@^4.1.0",
  3. "_id": "bin-check@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==",
  6. "_location": "/bin-check",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bin-check@^4.1.0",
  12. "name": "bin-check",
  13. "escapedName": "bin-check",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bin-check/-/bin-check-4.1.0.tgz",
  22. "_shasum": "fc495970bdc88bb1d5a35fc17e65c4a149fc4a49",
  23. "_spec": "bin-check@^4.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-wrapper",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "https://github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/bin-check/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "execa": "^0.7.0",
  36. "executable": "^4.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "Check if a binary is working",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/kevva/bin-check#readme",
  51. "keywords": [
  52. "binary",
  53. "check",
  54. "executable",
  55. "test"
  56. ],
  57. "license": "MIT",
  58. "name": "bin-check",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/kevva/bin-check.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava"
  65. },
  66. "version": "4.1.0"
  67. }