package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "prebuild-install@^5.3.3",
  3. "_id": "prebuild-install@5.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AkKN+pf4fSEihjapLEEj8n85YIw/tN6BQqkhzbDc0RvEZGdkpJBGMUYx66AAMcPG2KzmPQS7Cm16an4HVBRRMA==",
  6. "_location": "/prebuild-install",
  7. "_phantomChildren": {
  8. "once": "1.4.0",
  9. "simple-concat": "1.0.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "prebuild-install@^5.3.3",
  15. "name": "prebuild-install",
  16. "escapedName": "prebuild-install",
  17. "rawSpec": "^5.3.3",
  18. "saveSpec": null,
  19. "fetchSpec": "^5.3.3"
  20. },
  21. "_requiredBy": [
  22. "/sharp"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.4.tgz",
  25. "_shasum": "6982d10084269d364c1856550b7d090ea31fa293",
  26. "_spec": "prebuild-install@^5.3.3",
  27. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\sharp",
  28. "author": {
  29. "name": "Mathias Buus",
  30. "url": "@mafintosh"
  31. },
  32. "bin": {
  33. "prebuild-install": "bin.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/prebuild/prebuild-install/issues"
  37. },
  38. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "Julian Gruber",
  42. "email": "julian@juliangruber.com",
  43. "url": "https://github.com/juliangruber"
  44. },
  45. {
  46. "name": "Brett Lawson",
  47. "email": "brett19@gmail.com",
  48. "url": "https://github.com/brett19"
  49. },
  50. {
  51. "name": "Pieter Hintjens",
  52. "email": "ph@imatix.com",
  53. "url": "https://github.com/hintjens"
  54. },
  55. {
  56. "name": "Lars-Magnus Skog",
  57. "email": "ralphtheninja@riseup.net",
  58. "url": "https://github.com/ralphtheninja"
  59. },
  60. {
  61. "name": "Jesús Leganés Combarro",
  62. "email": "piranna@gmail.com",
  63. "url": "https://github.com/piranna"
  64. },
  65. {
  66. "name": "Mathias Küsel",
  67. "email": "mathiask@hotmail.de",
  68. "url": "https://github.com/mathiask88"
  69. },
  70. {
  71. "name": "Lukas Geiger",
  72. "email": "lukas.geiger94@gmail.com",
  73. "url": "https://github.com/lgeiger"
  74. }
  75. ],
  76. "dependencies": {
  77. "detect-libc": "^1.0.3",
  78. "expand-template": "^2.0.3",
  79. "github-from-package": "0.0.0",
  80. "minimist": "^1.2.3",
  81. "mkdirp": "^0.5.1",
  82. "napi-build-utils": "^1.0.1",
  83. "node-abi": "^2.7.0",
  84. "noop-logger": "^0.1.1",
  85. "npmlog": "^4.0.1",
  86. "pump": "^3.0.0",
  87. "rc": "^1.2.7",
  88. "simple-get": "^3.0.3",
  89. "tar-fs": "^2.0.0",
  90. "tunnel-agent": "^0.6.0",
  91. "which-pm-runs": "^1.0.0"
  92. },
  93. "deprecated": false,
  94. "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
  95. "devDependencies": {
  96. "a-native-module": "^1.0.0",
  97. "nock": "^10.0.6",
  98. "rimraf": "^2.5.2",
  99. "standard": "^13.0.2",
  100. "tape": "^4.5.1",
  101. "verify-travis-appveyor": "^3.0.1"
  102. },
  103. "engines": {
  104. "node": ">=6"
  105. },
  106. "homepage": "https://github.com/prebuild/prebuild-install",
  107. "keywords": [
  108. "prebuilt",
  109. "binaries",
  110. "native",
  111. "addon",
  112. "module",
  113. "c",
  114. "c++",
  115. "bindings",
  116. "devops",
  117. "napi"
  118. ],
  119. "license": "MIT",
  120. "name": "prebuild-install",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/prebuild/prebuild-install.git"
  124. },
  125. "scripts": {
  126. "lint": "standard",
  127. "test": "verify-travis-appveyor && tape test/*-test.js && npm run lint"
  128. },
  129. "version": "5.3.4"
  130. }