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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "bin-wrapper@^4.0.0",
  3. "_id": "bin-wrapper@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==",
  6. "_location": "/bin-wrapper",
  7. "_phantomChildren": {
  8. "@sindresorhus/is": "0.7.0",
  9. "archive-type": "4.0.0",
  10. "cacheable-request": "2.1.4",
  11. "caw": "2.0.1",
  12. "content-disposition": "0.5.3",
  13. "decompress": "4.2.1",
  14. "decompress-response": "3.3.0",
  15. "duplexer3": "0.1.4",
  16. "ext-name": "5.0.0",
  17. "filenamify": "2.1.0",
  18. "get-stream": "3.0.0",
  19. "into-stream": "3.1.0",
  20. "is-retry-allowed": "1.2.0",
  21. "isurl": "1.0.0",
  22. "lowercase-keys": "1.0.1",
  23. "make-dir": "1.3.0",
  24. "mimic-response": "1.0.1",
  25. "p-finally": "1.0.0",
  26. "safe-buffer": "5.1.2",
  27. "timed-out": "4.0.1",
  28. "url-to-options": "1.0.1"
  29. },
  30. "_requested": {
  31. "type": "range",
  32. "registry": true,
  33. "raw": "bin-wrapper@^4.0.0",
  34. "name": "bin-wrapper",
  35. "escapedName": "bin-wrapper",
  36. "rawSpec": "^4.0.0",
  37. "saveSpec": null,
  38. "fetchSpec": "^4.0.0"
  39. },
  40. "_requiredBy": [
  41. "/gifsicle",
  42. "/guetzli",
  43. "/jpeg-recompress-bin",
  44. "/mozjpeg",
  45. "/optipng-bin",
  46. "/pngquant-bin",
  47. "/zopflipng-bin"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz",
  50. "_shasum": "99348f2cf85031e3ef7efce7e5300aeaae960605",
  51. "_spec": "bin-wrapper@^4.0.0",
  52. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gifsicle",
  53. "author": {
  54. "name": "Kevin Mårtensson",
  55. "email": "kevinmartensson@gmail.com",
  56. "url": "https://github.com/kevva"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/kevva/bin-wrapper/issues"
  60. },
  61. "bundleDependencies": false,
  62. "dependencies": {
  63. "bin-check": "^4.1.0",
  64. "bin-version-check": "^4.0.0",
  65. "download": "^7.1.0",
  66. "import-lazy": "^3.1.0",
  67. "os-filter-obj": "^2.0.0",
  68. "pify": "^4.0.1"
  69. },
  70. "deprecated": false,
  71. "description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
  72. "devDependencies": {
  73. "ava": "*",
  74. "executable": "^4.1.1",
  75. "nock": "^10.0.2",
  76. "path-exists": "^3.0.0",
  77. "rimraf": "^2.6.2",
  78. "tempy": "^0.2.1",
  79. "xo": "*"
  80. },
  81. "engines": {
  82. "node": ">=6"
  83. },
  84. "files": [
  85. "index.js"
  86. ],
  87. "homepage": "https://github.com/kevva/bin-wrapper#readme",
  88. "keywords": [
  89. "bin",
  90. "check",
  91. "local",
  92. "wrapper"
  93. ],
  94. "license": "MIT",
  95. "name": "bin-wrapper",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/kevva/bin-wrapper.git"
  99. },
  100. "scripts": {
  101. "test": "xo && ava"
  102. },
  103. "version": "4.1.0"
  104. }