Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/HTML/ThreeJS/package-lock.json
2022-09-04 12:45:01 +02:00

29 lines
781 B
JSON

{
"name": "threejs",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "threejs",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"three": "^0.138.3"
}
},
"node_modules/three": {
"version": "0.138.3",
"resolved": "https://registry.npmjs.org/three/-/three-0.138.3.tgz",
"integrity": "sha512-4t1cKC8gimNyJChJbaklg8W/qj3PpsLJUIFm5LIuAy/hVxxNm1ru2FGTSfbTSsuHmC/7ipsyuGKqrSAKLNtkzg=="
}
},
"dependencies": {
"three": {
"version": "0.138.3",
"resolved": "https://registry.npmjs.org/three/-/three-0.138.3.tgz",
"integrity": "sha512-4t1cKC8gimNyJChJbaklg8W/qj3PpsLJUIFm5LIuAy/hVxxNm1ru2FGTSfbTSsuHmC/7ipsyuGKqrSAKLNtkzg=="
}
}
}