package.json
3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"_from": "prebuild-install@^7.0.0",
"_id": "prebuild-install@7.0.0",
"_inBundle": false,
"_integrity": "sha512-IvSenf33K7JcgddNz2D5w521EgO+4aMMjFt73Uk9FRzQ7P+QZPKrp7qPsDydsSwjGt3T5xRNnM1bj1zMTD5fTA==",
"_location": "/prebuild-install",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "prebuild-install@^7.0.0",
"name": "prebuild-install",
"escapedName": "prebuild-install",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/sharp"
],
"_resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.0.0.tgz",
"_shasum": "3c5ce3902f1cb9d6de5ae94ca53575e4af0c1574",
"_spec": "prebuild-install@^7.0.0",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer\\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-classic": "^0.5.3",
"napi-build-utils": "^1.0.1",
"node-abi": "^3.3.0",
"npmlog": "^4.0.1",
"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": "^3.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.0.0"
}