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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "bin-build@^3.0.0",
  3. "_id": "bin-build@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==",
  6. "_location": "/bin-build",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bin-build@^3.0.0",
  12. "name": "bin-build",
  13. "escapedName": "bin-build",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gifsicle",
  20. "/guetzli",
  21. "/mozjpeg",
  22. "/optipng-bin",
  23. "/pngquant-bin",
  24. "/zopflipng-bin"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/bin-build/-/bin-build-3.0.0.tgz",
  27. "_shasum": "c5780a25a8a9f966d8244217e6c1f5082a143861",
  28. "_spec": "bin-build@^3.0.0",
  29. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gifsicle",
  30. "author": {
  31. "name": "Kevin Mårtensson",
  32. "email": "kevinmartensson@gmail.com",
  33. "url": "https://github.com/kevva"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/kevva/bin-build/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "decompress": "^4.0.0",
  41. "download": "^6.2.2",
  42. "execa": "^0.7.0",
  43. "p-map-series": "^1.0.0",
  44. "tempfile": "^2.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Easily build binaries",
  48. "devDependencies": {
  49. "ava": "*",
  50. "del": "^3.0.0",
  51. "nock": "^9.0.0",
  52. "path-exists": "^3.0.0",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=4"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/kevva/bin-build#readme",
  62. "keywords": [
  63. "binary",
  64. "build",
  65. "make"
  66. ],
  67. "license": "MIT",
  68. "name": "bin-build",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/kevva/bin-build.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "3.0.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }