| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "@threepipe/plugin-assimpjs",
- "version": "0.2.1",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "@threepipe/plugin-assimpjs",
- "version": "0.2.1",
- "license": "Apache-2.0",
- "dependencies": {
- "assimpjs": "^0.0.10",
- "threepipe": "file:./../../src/"
- },
- "devDependencies": {}
- },
- "../../src": {},
- "node_modules/assimpjs": {
- "version": "0.0.10",
- "resolved": "https://registry.npmjs.org/assimpjs/-/assimpjs-0.0.10.tgz",
- "integrity": "sha512-iY8M+eQzdCvfSkdduj6sPmIbP2fIn40PK6JRrAMxBawL3tHG6Mm0qvitkxB3ZoFBug5o7IdbzQK+jujZTopGPQ==",
- "license": "MIT"
- },
- "node_modules/threepipe": {
- "resolved": "../../src",
- "link": true
- }
- }
- }
|