blob: f1a2b9a236518e65d553b056e20e519881df1957 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "bin-build@^3.0.0",
3 "_id": "bin-build@3.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==",
6 "_location": "/bin-build",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "bin-build@^3.0.0",
12 "name": "bin-build",
13 "escapedName": "bin-build",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/gifsicle",
20 "/imagemin-optipng/optipng-bin",
21 "/jpegtran-bin",
22 "/optipng-bin"
23 ],
24 "_resolved": "https://registry.npmjs.org/bin-build/-/bin-build-3.0.0.tgz",
25 "_shasum": "c5780a25a8a9f966d8244217e6c1f5082a143861",
26 "_spec": "bin-build@^3.0.0",
27 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\gifsicle",
28 "author": {
29 "name": "Kevin MÃ¥rtensson",
30 "email": "kevinmartensson@gmail.com",
31 "url": "https://github.com/kevva"
32 },
33 "bugs": {
34 "url": "https://github.com/kevva/bin-build/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "decompress": "^4.0.0",
39 "download": "^6.2.2",
40 "execa": "^0.7.0",
41 "p-map-series": "^1.0.0",
42 "tempfile": "^2.0.0"
43 },
44 "deprecated": false,
45 "description": "Easily build binaries",
46 "devDependencies": {
47 "ava": "*",
48 "del": "^3.0.0",
49 "nock": "^9.0.0",
50 "path-exists": "^3.0.0",
51 "xo": "*"
52 },
53 "engines": {
54 "node": ">=4"
55 },
56 "files": [
57 "index.js"
58 ],
59 "homepage": "https://github.com/kevva/bin-build#readme",
60 "keywords": [
61 "binary",
62 "build",
63 "make"
64 ],
65 "license": "MIT",
66 "name": "bin-build",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/kevva/bin-build.git"
70 },
71 "scripts": {
72 "test": "xo && ava"
73 },
74 "version": "3.0.0",
75 "xo": {
76 "esnext": true
77 }
78}