package.json 746 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "is-deflate",
  3. "version": "1.0.0",
  4. "description": "Detect if a Buffer/Uint8Array is compressed using deflate",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "standard": "^5.4.1"
  9. },
  10. "scripts": {
  11. "test": "standard"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/watson/is-deflate.git"
  16. },
  17. "keywords": [
  18. "deflate",
  19. "inflate",
  20. "compression",
  21. "zlib",
  22. "test"
  23. ],
  24. "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/watson/is-deflate/issues"
  28. },
  29. "homepage": "https://github.com/watson/is-deflate#readme",
  30. "coordinates": [
  31. 55.6666671,
  32. 12.5798778
  33. ]
  34. }