package.json 377 B

1234567891011121314151617
  1. {
  2. "name": "@msgpackr-extract/msgpackr-extract-linux-x64",
  3. "version": "3.0.3",
  4. "os": [
  5. "linux"
  6. ],
  7. "cpu": [
  8. "x64"
  9. ],
  10. "license": "MIT",
  11. "author": "Kris Zyp",
  12. "repository": {
  13. "type": "git",
  14. "url": "http://github.com/kriszyp/msgpackr-extract"
  15. },
  16. "description": "Platform specific binary for msgpackr-extract on linux OS with x64 architecture"
  17. }