first commit

This commit is contained in:
s.golasch
2023-08-01 13:49:46 +02:00
commit 1fc239fd54
20238 changed files with 3112246 additions and 0 deletions

125
build/node_modules/prebuild-install/package.json generated vendored Normal file
View File

@@ -0,0 +1,125 @@
{
"_args": [
[
"prebuild-install@2.4.1",
"/Users/asciidisco/Desktop/asciidisco.com/build"
]
],
"_from": "prebuild-install@2.4.1",
"_id": "prebuild-install@2.4.1",
"_inBundle": false,
"_integrity": "sha512-99TyEFYTTkBWANT+mwSptmLb9ZCLQ6qKIUE36fXSIOtShB0JNprL2hzBD8F1yIuT9btjFrFEwbRHXhqDi1HmRA==",
"_location": "/prebuild-install",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "prebuild-install@2.4.1",
"name": "prebuild-install",
"escapedName": "prebuild-install",
"rawSpec": "2.4.1",
"saveSpec": null,
"fetchSpec": "2.4.1"
},
"_requiredBy": [
"/iltorb"
],
"_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.4.1.tgz",
"_spec": "2.4.1",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bin": {
"prebuild-install": "./bin.js"
},
"bugs": {
"url": "https://github.com/mafintosh/prebuild-install/issues"
},
"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"
},
"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.4.1"
}