|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "name": "@threepipe/plugin-path-tracing",
- "version": "0.1.0",
- "lockfileVersion": 3,
- "requires": true,
- "packages": {
- "": {
- "name": "@threepipe/plugin-path-tracing",
- "version": "0.1.0",
- "license": "Apache-2.0",
- "dependencies": {
- "three": "file:./../../node_modules/three",
- "threepipe": "file:./../../src/"
- },
- "devDependencies": {
- "three-gpu-pathtracer": "^0.0.23"
- }
- },
- "../../node_modules/three": {
- "version": "0.158.1004",
- "license": "MIT",
- "devDependencies": {
- "@puppeteer/browsers": "^1.4.1",
- "@rollup/plugin-node-resolve": "^15.0.1",
- "@rollup/plugin-terser": "^0.4.0",
- "chalk": "^5.2.0",
- "concurrently": "^8.0.1",
- "dpdm": "^3.14.0",
- "eslint": "^8.37.0",
- "eslint-config-mdcs": "^5.0.0",
- "eslint-plugin-compat": "^4.1.2",
- "eslint-plugin-html": "^7.1.0",
- "eslint-plugin-import": "^2.27.5",
- "failonlyreporter": "^1.0.0",
- "jimp": "^0.22.7",
- "magic-string": "^0.30.0",
- "pixelmatch": "^5.3.0",
- "puppeteer-core": "^19.8.1",
- "qunit": "^2.19.4",
- "rollup": "^3.20.2",
- "rollup-plugin-filesize": "^10.0.0",
- "rollup-plugin-visualizer": "^5.9.0",
- "servez": "^2.0.0"
- }
- },
- "../../src": {},
- "node_modules/three": {
- "resolved": "../../node_modules/three",
- "link": true
- },
- "node_modules/three-gpu-pathtracer": {
- "version": "0.0.23",
- "resolved": "https://registry.npmjs.org/three-gpu-pathtracer/-/three-gpu-pathtracer-0.0.23.tgz",
- "integrity": "sha512-CjMX5YU3ajDklOv3hW1EQ4CCkPLiLR+jB31w6G5WLf6Nasemib62tmCj45vBK5ItKAD0aHG1NWc479gXzk6fOQ==",
- "dev": true,
- "license": "MIT",
- "peerDependencies": {
- "three": ">=0.151.0",
- "three-mesh-bvh": ">=0.7.4",
- "xatlas-web": "^0.1.0"
- }
- },
- "node_modules/three-mesh-bvh": {
- "version": "0.9.1",
- "resolved": "https://registry.npmjs.org/three-mesh-bvh/-/three-mesh-bvh-0.9.1.tgz",
- "integrity": "sha512-WNT+m9jGQgtp4YdtwEnl4oFylNVifRf7iphlwWdJ4bJu7oNkY0xHIyntep9OzHuR1hpe/pyAP840gB/EsYDJfg==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "peerDependencies": {
- "three": ">= 0.159.0"
- }
- },
- "node_modules/threepipe": {
- "resolved": "../../src",
- "link": true
- },
- "node_modules/xatlas-web": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/xatlas-web/-/xatlas-web-0.1.0.tgz",
- "integrity": "sha512-PprVfuXbaIskxLTLBUQRaWfgSy9xUQqAMIRooOw0P6NYqwgh6T0voeer6+Z5M7AFt5SGXUybuww/uDGs1yw8vQ==",
- "dev": true,
- "license": "MIT",
- "peer": true
- }
- }
- }
|