basant307/AI_Governance_Project
048
1{
2 "name": "@img/sharp-win32-x64",
3 "version": "0.34.5",
4 "description": "Prebuilt sharp for use with Windows x64",
5 "author": "Lovell Fuller <npm@lovell.info>",
6 "homepage": "https://sharp.pixelplumbing.com",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/lovell/sharp.git",
10 "directory": "npm/win32-x64"
11 },
12 "license": "Apache-2.0 AND LGPL-3.0-or-later",
13 "funding": {
14 "url": "https://opencollective.com/libvips"
15 },
16 "preferUnplugged": true,
17 "files": [
18 "lib",
19 "versions.json"
20 ],
21 "publishConfig": {
22 "access": "public"
23 },
24 "type": "commonjs",
25 "exports": {
26 "./sharp.node": "./lib/sharp-win32-x64.node",
27 "./package": "./package.json",
28 "./versions": "./versions.json"
29 },
30 "engines": {
31 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
32 },
33 "os": [
34 "win32"
35 ],
36 "cpu": [
37 "x64"
38 ]
39}
40 