dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/prebuild-install/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

135 lines
3.4 KiB
JSON

{
"_args": [
[
"prebuild-install@5.3.0",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "prebuild-install@5.3.0",
"_id": "prebuild-install@5.3.0",
"_inBundle": false,
"_integrity": "sha512-aaLVANlj4HgZweKttFNUVNRxDukytuIuxeK2boIMHjagNJCiVKWFsKF4tCE3ql3GbrD2tExPQ7/pwtEJcHNZeg==",
"_location": "/prebuild-install",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "prebuild-install@5.3.0",
"name": "prebuild-install",
"escapedName": "prebuild-install",
"rawSpec": "5.3.0",
"saveSpec": null,
"fetchSpec": "5.3.0"
},
"_requiredBy": [
"/snappy"
],
"_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.3.0.tgz",
"_shasum": "58b4d8344e03590990931ee088dd5401b03004c8",
"_spec": "prebuild-install@5.3.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview\\node_modules\\snappy",
"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.0",
"mkdirp": "^0.5.1",
"napi-build-utils": "^1.0.1",
"node-abi": "^2.7.0",
"noop-logger": "^0.1.1",
"npmlog": "^4.0.1",
"os-homedir": "^1.0.1",
"pump": "^2.0.1",
"rc": "^1.2.7",
"simple-get": "^2.7.0",
"tar-fs": "^1.13.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": "^9.2.5",
"rimraf": "^2.5.2",
"standard": "^10.0.3",
"tape": "^4.5.1",
"verify-travis-appveyor": "^2.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.0"
}