SQLEasy.js/node_modules/prebuild-install/package.json
2022-06-25 17:39:39 +03:00

126 lines
3.2 KiB
JSON

{
"_from": "prebuild-install@^7.1.0",
"_id": "prebuild-install@7.1.1",
"_inBundle": false,
"_integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==",
"_location": "/prebuild-install",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "prebuild-install@^7.1.0",
"name": "prebuild-install",
"escapedName": "prebuild-install",
"rawSpec": "^7.1.0",
"saveSpec": null,
"fetchSpec": "^7.1.0"
},
"_requiredBy": [
"/better-sqlite3"
],
"_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz",
"_shasum": "de97d5b34a70a0c81334fd24641f2a1702352e45",
"_spec": "prebuild-install@^7.1.0",
"_where": "W:\\repositories\\SQLEasy\\node_modules\\better-sqlite3",
"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": "^2.0.0",
"expand-template": "^2.0.3",
"github-from-package": "0.0.0",
"minimist": "^1.2.3",
"mkdirp-classic": "^0.5.3",
"napi-build-utils": "^1.0.1",
"node-abi": "^3.3.0",
"pump": "^3.0.0",
"rc": "^1.2.7",
"simple-get": "^4.0.0",
"tar-fs": "^2.0.0",
"tunnel-agent": "^0.6.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",
"hallmark": "^4.0.0",
"nock": "^10.0.6",
"rimraf": "^2.5.2",
"standard": "^16.0.4",
"tape": "^5.3.1",
"tempy": "0.2.1"
},
"engines": {
"node": ">=10"
},
"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": {
"hallmark": "hallmark --fix",
"test": "standard && hallmark && tape test/*-test.js"
},
"version": "7.1.1"
}