package.json 687 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@napi-rs/nice-linux-x64-gnu",
  3. "version": "1.0.1",
  4. "cpu": [
  5. "x64"
  6. ],
  7. "main": "nice.linux-x64-gnu.node",
  8. "files": [
  9. "nice.linux-x64-gnu.node"
  10. ],
  11. "description": "https://linux.die.net/man/2/nice binding for Node.js",
  12. "keywords": [
  13. "napi-rs",
  14. "NAPI",
  15. "N-API",
  16. "Rust",
  17. "node-addon",
  18. "node-addon-api",
  19. "nice"
  20. ],
  21. "license": "MIT",
  22. "engines": {
  23. "node": ">= 10"
  24. },
  25. "publishConfig": {
  26. "registry": "https://registry.npmjs.org/",
  27. "access": "public"
  28. },
  29. "repository": {
  30. "url": "git+ssh://git@github.com/Brooooooklyn/nice.git",
  31. "type": "git"
  32. },
  33. "os": [
  34. "linux"
  35. ],
  36. "libc": [
  37. "glibc"
  38. ]
  39. }