123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "_from": "prebuild-install@^5.3.3",
- "_id": "prebuild-install@5.3.4",
- "_inBundle": false,
- "_integrity": "sha512-AkKN+pf4fSEihjapLEEj8n85YIw/tN6BQqkhzbDc0RvEZGdkpJBGMUYx66AAMcPG2KzmPQS7Cm16an4HVBRRMA==",
- "_location": "/prebuild-install",
- "_phantomChildren": {
- "once": "1.4.0",
- "simple-concat": "1.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "prebuild-install@^5.3.3",
- "name": "prebuild-install",
- "escapedName": "prebuild-install",
- "rawSpec": "^5.3.3",
- "saveSpec": null,
- "fetchSpec": "^5.3.3"
- },
- "_requiredBy": [
- "/sharp"
- ],
- "_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.4.tgz",
- "_shasum": "6982d10084269d364c1856550b7d090ea31fa293",
- "_spec": "prebuild-install@^5.3.3",
- "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\sharp",
- "author": {
- "name": "Mathias Buus",
- "url": "@mafintosh"
- },
- "bin": {
- "prebuild-install": "bin.js"
- },
- "bugs": {
- "url": "https://github.com/prebuild/prebuild-install/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Julian Gruber",
- "email": "julian@juliangruber.com",
- "url": "https://github.com/juliangruber"
- },
- {
- "name": "Brett Lawson",
- "email": "brett19@gmail.com",
- "url": "https://github.com/brett19"
- },
- {
- "name": "Pieter Hintjens",
- "email": "ph@imatix.com",
- "url": "https://github.com/hintjens"
- },
- {
- "name": "Lars-Magnus Skog",
- "email": "ralphtheninja@riseup.net",
- "url": "https://github.com/ralphtheninja"
- },
- {
- "name": "Jesús Leganés Combarro",
- "email": "piranna@gmail.com",
- "url": "https://github.com/piranna"
- },
- {
- "name": "Mathias Küsel",
- "email": "mathiask@hotmail.de",
- "url": "https://github.com/mathiask88"
- },
- {
- "name": "Lukas Geiger",
- "email": "lukas.geiger94@gmail.com",
- "url": "https://github.com/lgeiger"
- }
- ],
- "dependencies": {
- "detect-libc": "^1.0.3",
- "expand-template": "^2.0.3",
- "github-from-package": "0.0.0",
- "minimist": "^1.2.3",
- "mkdirp": "^0.5.1",
- "napi-build-utils": "^1.0.1",
- "node-abi": "^2.7.0",
- "noop-logger": "^0.1.1",
- "npmlog": "^4.0.1",
- "pump": "^3.0.0",
- "rc": "^1.2.7",
- "simple-get": "^3.0.3",
- "tar-fs": "^2.0.0",
- "tunnel-agent": "^0.6.0",
- "which-pm-runs": "^1.0.0"
- },
- "deprecated": false,
- "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
- "devDependencies": {
- "a-native-module": "^1.0.0",
- "nock": "^10.0.6",
- "rimraf": "^2.5.2",
- "standard": "^13.0.2",
- "tape": "^4.5.1",
- "verify-travis-appveyor": "^3.0.1"
- },
- "engines": {
- "node": ">=6"
- },
- "homepage": "https://github.com/prebuild/prebuild-install",
- "keywords": [
- "prebuilt",
- "binaries",
- "native",
- "addon",
- "module",
- "c",
- "c++",
- "bindings",
- "devops",
- "napi"
- ],
- "license": "MIT",
- "name": "prebuild-install",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/prebuild/prebuild-install.git"
- },
- "scripts": {
- "lint": "standard",
- "test": "verify-travis-appveyor && tape test/*-test.js && npm run lint"
- },
- "version": "5.3.4"
- }
|