-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
26 lines (26 loc) · 1.02 KB
/
package-lock.json
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
{
"name": "dcrawr",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"dcraw-vendored-darwin": {
"version": "9.28.2",
"resolved": "https://registry.npmjs.org/dcraw-vendored-darwin/-/dcraw-vendored-darwin-9.28.2.tgz",
"integrity": "sha512-0O9tNVzimlIxzTYzbC0oKLkiNpbZQmq/twPwXDXiuNW+Aq1Q+ZsrEHW+K5qAhlTe0wvQiklwoAXIzzuuHrMEPA==",
"optional": true
},
"dcraw-vendored-linux": {
"version": "9.28.2",
"resolved": "https://registry.npmjs.org/dcraw-vendored-linux/-/dcraw-vendored-linux-9.28.2.tgz",
"integrity": "sha512-bThKmO9e6utNtfO2KRb2JPi4lM5702kughmWFV1WLfMCVLSpspQoXMyg7RLSn+DvMMKuqSJCZZfmHvU3DBO2Zg==",
"optional": true
},
"dcraw-vendored-win32": {
"version": "9.28.2",
"resolved": "https://registry.npmjs.org/dcraw-vendored-win32/-/dcraw-vendored-win32-9.28.2.tgz",
"integrity": "sha512-35Sm8Av1uEOqG3CZkQpzK1X9te78+5QLRg5dfkO39yE81FoKI7SRBr1tY0RKfsM2C+XjVlD3ItOdIZAyUuLX+g==",
"optional": true
}
}
}