forked from justadudewhohacks/opencv4nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 860 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 860 Bytes
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": "opencv4nodejs",
"version": "3.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"macro-inferno": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/macro-inferno/-/macro-inferno-0.2.1.tgz",
"integrity": "sha512-5fnnX5OJSJq4PFMKiiv+lKJqbxHHQXfvTLbRjV3fHIr86ELpljOzVEjEmsY2VI3R2RwWLUM0NHrygpexdH4S4g==",
"requires": {
"nan": "2.7.0"
}
},
"nan": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.7.0.tgz",
"integrity": "sha1-2Vv3IeyHfgjbJ27T/G63j5CDrUY="
},
"opencv-build": {
"version": "0.0.0",
"resolved": "https://registry.npmjs.org/opencv-build/-/opencv-build-0.0.0.tgz",
"integrity": "sha512-EwuEzbLai3X57dRtEcn40HacJQLOJURM0spoXplqwmvbK8NUUAFKW1NCnwofr1dJCVVoCWEUDznEzdEeO3xKKQ=="
}
}
}