blob: fbd5ea10f78edc03c3c3e71b58b8b64afe044c85 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "bin-wrapper@^4.0.0",
3 "_id": "bin-wrapper@4.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==",
6 "_location": "/bin-wrapper",
7 "_phantomChildren": {
8 "@sindresorhus/is": "0.7.0",
9 "archive-type": "4.0.0",
10 "cacheable-request": "2.1.4",
11 "caw": "2.0.1",
12 "content-disposition": "0.5.3",
13 "decompress": "4.2.1",
14 "decompress-response": "3.3.0",
15 "duplexer3": "0.1.4",
16 "ext-name": "5.0.0",
17 "filenamify": "2.1.0",
18 "get-stream": "3.0.0",
19 "into-stream": "3.1.0",
20 "is-retry-allowed": "1.2.0",
21 "isurl": "1.0.0",
22 "lowercase-keys": "1.0.1",
23 "make-dir": "1.3.0",
24 "mimic-response": "1.0.1",
25 "p-finally": "1.0.0",
26 "safe-buffer": "5.2.1",
27 "timed-out": "4.0.1",
28 "url-to-options": "1.0.1"
29 },
30 "_requested": {
31 "type": "range",
32 "registry": true,
33 "raw": "bin-wrapper@^4.0.0",
34 "name": "bin-wrapper",
35 "escapedName": "bin-wrapper",
36 "rawSpec": "^4.0.0",
37 "saveSpec": null,
38 "fetchSpec": "^4.0.0"
39 },
40 "_requiredBy": [
41 "/gifsicle",
42 "/imagemin-optipng/optipng-bin",
43 "/jpegtran-bin",
44 "/optipng-bin"
45 ],
46 "_resolved": "https://registry.npmjs.org/bin-wrapper/-/bin-wrapper-4.1.0.tgz",
47 "_shasum": "99348f2cf85031e3ef7efce7e5300aeaae960605",
48 "_spec": "bin-wrapper@^4.0.0",
49 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\gifsicle",
50 "author": {
51 "name": "Kevin MÃ¥rtensson",
52 "email": "kevinmartensson@gmail.com",
53 "url": "https://github.com/kevva"
54 },
55 "bugs": {
56 "url": "https://github.com/kevva/bin-wrapper/issues"
57 },
58 "bundleDependencies": false,
59 "dependencies": {
60 "bin-check": "^4.1.0",
61 "bin-version-check": "^4.0.0",
62 "download": "^7.1.0",
63 "import-lazy": "^3.1.0",
64 "os-filter-obj": "^2.0.0",
65 "pify": "^4.0.1"
66 },
67 "deprecated": false,
68 "description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
69 "devDependencies": {
70 "ava": "*",
71 "executable": "^4.1.1",
72 "nock": "^10.0.2",
73 "path-exists": "^3.0.0",
74 "rimraf": "^2.6.2",
75 "tempy": "^0.2.1",
76 "xo": "*"
77 },
78 "engines": {
79 "node": ">=6"
80 },
81 "files": [
82 "index.js"
83 ],
84 "homepage": "https://github.com/kevva/bin-wrapper#readme",
85 "keywords": [
86 "bin",
87 "check",
88 "local",
89 "wrapper"
90 ],
91 "license": "MIT",
92 "name": "bin-wrapper",
93 "repository": {
94 "type": "git",
95 "url": "git+https://github.com/kevva/bin-wrapper.git"
96 },
97 "scripts": {
98 "test": "xo && ava"
99 },
100 "version": "4.1.0"
101}