package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "prebuild-install",
  3. "version": "7.1.1",
  4. "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
  5. "scripts": {
  6. "test": "standard && hallmark && tape test/*-test.js",
  7. "hallmark": "hallmark --fix"
  8. },
  9. "keywords": [
  10. "prebuilt",
  11. "binaries",
  12. "native",
  13. "addon",
  14. "module",
  15. "c",
  16. "c++",
  17. "bindings",
  18. "devops",
  19. "napi"
  20. ],
  21. "dependencies": {
  22. "detect-libc": "^2.0.0",
  23. "expand-template": "^2.0.3",
  24. "github-from-package": "0.0.0",
  25. "minimist": "^1.2.3",
  26. "mkdirp-classic": "^0.5.3",
  27. "napi-build-utils": "^1.0.1",
  28. "node-abi": "^3.3.0",
  29. "pump": "^3.0.0",
  30. "rc": "^1.2.7",
  31. "simple-get": "^4.0.0",
  32. "tar-fs": "^2.0.0",
  33. "tunnel-agent": "^0.6.0"
  34. },
  35. "devDependencies": {
  36. "a-native-module": "^1.0.0",
  37. "hallmark": "^4.0.0",
  38. "nock": "^10.0.6",
  39. "rimraf": "^2.5.2",
  40. "standard": "^16.0.4",
  41. "tape": "^5.3.1",
  42. "tempy": "0.2.1"
  43. },
  44. "bin": "./bin.js",
  45. "repository": {
  46. "type": "git",
  47. "url": "https://github.com/prebuild/prebuild-install.git"
  48. },
  49. "author": "Mathias Buus (@mafintosh)",
  50. "contributors": [
  51. "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
  52. "Brett Lawson <brett19@gmail.com> (https://github.com/brett19)",
  53. "Pieter Hintjens <ph@imatix.com> (https://github.com/hintjens)",
  54. "Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)",
  55. "Jesús Leganés Combarro <piranna@gmail.com> (https://github.com/piranna)",
  56. "Mathias Küsel <mathiask@hotmail.de> (https://github.com/mathiask88)",
  57. "Lukas Geiger <lukas.geiger94@gmail.com> (https://github.com/lgeiger)"
  58. ],
  59. "license": "MIT",
  60. "bugs": {
  61. "url": "https://github.com/prebuild/prebuild-install/issues"
  62. },
  63. "homepage": "https://github.com/prebuild/prebuild-install",
  64. "engines": {
  65. "node": ">=10"
  66. }
  67. }