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.

43 lines
983 B

1 month ago
  1. {
  2. "name": "binary-extensions",
  3. "version": "2.3.0",
  4. "description": "List of binary file extensions",
  5. "license": "MIT",
  6. "repository": "sindresorhus/binary-extensions",
  7. "funding": "https://github.com/sponsors/sindresorhus",
  8. "author": {
  9. "name": "Sindre Sorhus",
  10. "email": "sindresorhus@gmail.com",
  11. "url": "https://sindresorhus.com"
  12. },
  13. "sideEffects": false,
  14. "engines": {
  15. "node": ">=8"
  16. },
  17. "scripts": {
  18. "test": "xo && ava && tsd"
  19. },
  20. "files": [
  21. "index.js",
  22. "index.d.ts",
  23. "binary-extensions.json",
  24. "binary-extensions.json.d.ts"
  25. ],
  26. "keywords": [
  27. "binary",
  28. "extensions",
  29. "extension",
  30. "file",
  31. "json",
  32. "list",
  33. "array"
  34. ],
  35. "devDependencies": {
  36. "ava": "^1.4.1",
  37. "tsd": "^0.7.2",
  38. "xo": "^0.24.0"
  39. }
  40. ,"_resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz"
  41. ,"_integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw=="
  42. ,"_from": "binary-extensions@2.3.0"
  43. }