123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_from": "prebuild-install@~2.3.0",
- "_id": "prebuild-install@2.3.0",
- "_inBundle": false,
- "_integrity": "sha512-gzjq2oHB8oMbzJSsSh9MQ64zrXZGt092/uT4TLZlz2qnrPxpWqp4vYB7LZrDxnlxf5RfbCjkgDI/z0EIVuYzAw==",
- "_location": "/prebuild-install",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "prebuild-install@~2.3.0",
- "name": "prebuild-install",
- "escapedName": "prebuild-install",
- "rawSpec": "~2.3.0",
- "saveSpec": null,
- "fetchSpec": "~2.3.0"
- },
- "_requiredBy": [
- "/bufferutil"
- ],
- "_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.3.0.tgz",
- "_shasum": "19481247df728b854ab57b187ce234211311b485",
- "_spec": "prebuild-install@~2.3.0",
- "_where": "/home/tdedhar/Documents/viki/node_modules/bufferutil",
- "author": {
- "name": "Mathias Buus",
- "url": "@mafintosh"
- },
- "bin": {
- "prebuild-install": "./bin.js"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/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": {
- "expand-template": "^1.0.2",
- "github-from-package": "0.0.0",
- "minimist": "^1.2.0",
- "mkdirp": "^0.5.1",
- "node-abi": "^2.1.1",
- "noop-logger": "^0.1.1",
- "npmlog": "^4.0.1",
- "os-homedir": "^1.0.1",
- "pump": "^1.0.1",
- "rc": "^1.1.6",
- "simple-get": "^1.4.2",
- "tar-fs": "^1.13.0",
- "tunnel-agent": "^0.6.0",
- "xtend": "4.0.1"
- },
- "deprecated": false,
- "description": "A command line tool for easily install prebuilds for multiple version of node/iojs on a specific platform",
- "devDependencies": {
- "a-native-module": "^1.0.0",
- "nsp": "^2.3.0",
- "rimraf": "^2.5.2",
- "standard": "^8.6.0",
- "tape": "^4.5.1"
- },
- "homepage": "https://github.com/mafintosh/prebuild-install",
- "keywords": [
- "prebuilt",
- "binaries",
- "native",
- "addon",
- "module",
- "c",
- "c++",
- "bindings",
- "devops"
- ],
- "license": "MIT",
- "name": "prebuild-install",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mafintosh/prebuild-install.git"
- },
- "scripts": {
- "audit": "nsp check",
- "lint": "standard",
- "test": "tape test/*-test.js && npm run audit && npm run lint"
- },
- "version": "2.3.0"
- }
|