package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "prebuild-install@~2.3.0",
  3. "_id": "prebuild-install@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gzjq2oHB8oMbzJSsSh9MQ64zrXZGt092/uT4TLZlz2qnrPxpWqp4vYB7LZrDxnlxf5RfbCjkgDI/z0EIVuYzAw==",
  6. "_location": "/prebuild-install",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prebuild-install@~2.3.0",
  12. "name": "prebuild-install",
  13. "escapedName": "prebuild-install",
  14. "rawSpec": "~2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/bufferutil"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.3.0.tgz",
  22. "_shasum": "19481247df728b854ab57b187ce234211311b485",
  23. "_spec": "prebuild-install@~2.3.0",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/bufferutil",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "url": "@mafintosh"
  28. },
  29. "bin": {
  30. "prebuild-install": "./bin.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mafintosh/prebuild-install/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Julian Gruber",
  39. "email": "julian@juliangruber.com",
  40. "url": "https://github.com/juliangruber"
  41. },
  42. {
  43. "name": "Brett Lawson",
  44. "email": "brett19@gmail.com",
  45. "url": "https://github.com/brett19"
  46. },
  47. {
  48. "name": "Pieter Hintjens",
  49. "email": "ph@imatix.com",
  50. "url": "https://github.com/hintjens"
  51. },
  52. {
  53. "name": "Lars-Magnus Skog",
  54. "email": "ralphtheninja@riseup.net",
  55. "url": "https://github.com/ralphtheninja"
  56. },
  57. {
  58. "name": "Jesús Leganés Combarro",
  59. "email": "piranna@gmail.com",
  60. "url": "https://github.com/piranna"
  61. },
  62. {
  63. "name": "Mathias Küsel",
  64. "email": "mathiask@hotmail.de",
  65. "url": "https://github.com/mathiask88"
  66. },
  67. {
  68. "name": "Lukas Geiger",
  69. "email": "lukas.geiger94@gmail.com",
  70. "url": "https://github.com/lgeiger"
  71. }
  72. ],
  73. "dependencies": {
  74. "expand-template": "^1.0.2",
  75. "github-from-package": "0.0.0",
  76. "minimist": "^1.2.0",
  77. "mkdirp": "^0.5.1",
  78. "node-abi": "^2.1.1",
  79. "noop-logger": "^0.1.1",
  80. "npmlog": "^4.0.1",
  81. "os-homedir": "^1.0.1",
  82. "pump": "^1.0.1",
  83. "rc": "^1.1.6",
  84. "simple-get": "^1.4.2",
  85. "tar-fs": "^1.13.0",
  86. "tunnel-agent": "^0.6.0",
  87. "xtend": "4.0.1"
  88. },
  89. "deprecated": false,
  90. "description": "A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platform",
  91. "devDependencies": {
  92. "a-native-module": "^1.0.0",
  93. "nsp": "^2.3.0",
  94. "rimraf": "^2.5.2",
  95. "standard": "^8.6.0",
  96. "tape": "^4.5.1"
  97. },
  98. "homepage": "https://github.com/mafintosh/prebuild-install",
  99. "keywords": [
  100. "prebuilt",
  101. "binaries",
  102. "native",
  103. "addon",
  104. "module",
  105. "c",
  106. "c++",
  107. "bindings",
  108. "devops"
  109. ],
  110. "license": "MIT",
  111. "name": "prebuild-install",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/mafintosh/prebuild-install.git"
  115. },
  116. "scripts": {
  117. "audit": "nsp check",
  118. "lint": "standard",
  119. "test": "tape test/*-test.js && npm run audit && npm run lint"
  120. },
  121. "version": "2.3.0"
  122. }