threepipe
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package-lock.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "@threepipe/plugin-path-tracing",
  3. "version": "0.1.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@threepipe/plugin-path-tracing",
  9. "version": "0.1.1",
  10. "license": "Apache-2.0",
  11. "dependencies": {
  12. "three": "file:./../../node_modules/three",
  13. "threepipe": "file:./../../src/"
  14. },
  15. "devDependencies": {
  16. "three-gpu-pathtracer": "^0.0.23"
  17. }
  18. },
  19. "../../node_modules/three": {
  20. "version": "0.158.1004",
  21. "license": "MIT",
  22. "devDependencies": {
  23. "@puppeteer/browsers": "^1.4.1",
  24. "@rollup/plugin-node-resolve": "^15.0.1",
  25. "@rollup/plugin-terser": "^0.4.0",
  26. "chalk": "^5.2.0",
  27. "concurrently": "^8.0.1",
  28. "dpdm": "^3.14.0",
  29. "eslint": "^8.37.0",
  30. "eslint-config-mdcs": "^5.0.0",
  31. "eslint-plugin-compat": "^4.1.2",
  32. "eslint-plugin-html": "^7.1.0",
  33. "eslint-plugin-import": "^2.27.5",
  34. "failonlyreporter": "^1.0.0",
  35. "jimp": "^0.22.7",
  36. "magic-string": "^0.30.0",
  37. "pixelmatch": "^5.3.0",
  38. "puppeteer-core": "^19.8.1",
  39. "qunit": "^2.19.4",
  40. "rollup": "^3.20.2",
  41. "rollup-plugin-filesize": "^10.0.0",
  42. "rollup-plugin-visualizer": "^5.9.0",
  43. "servez": "^2.0.0"
  44. }
  45. },
  46. "../../src": {},
  47. "node_modules/three": {
  48. "resolved": "../../node_modules/three",
  49. "link": true
  50. },
  51. "node_modules/three-gpu-pathtracer": {
  52. "version": "0.0.23",
  53. "resolved": "https://registry.npmjs.org/three-gpu-pathtracer/-/three-gpu-pathtracer-0.0.23.tgz",
  54. "integrity": "sha512-CjMX5YU3ajDklOv3hW1EQ4CCkPLiLR+jB31w6G5WLf6Nasemib62tmCj45vBK5ItKAD0aHG1NWc479gXzk6fOQ==",
  55. "dev": true,
  56. "license": "MIT",
  57. "peerDependencies": {
  58. "three": ">=0.151.0",
  59. "three-mesh-bvh": ">=0.7.4",
  60. "xatlas-web": "^0.1.0"
  61. }
  62. },
  63. "node_modules/three-mesh-bvh": {
  64. "version": "0.9.1",
  65. "resolved": "https://registry.npmjs.org/three-mesh-bvh/-/three-mesh-bvh-0.9.1.tgz",
  66. "integrity": "sha512-WNT+m9jGQgtp4YdtwEnl4oFylNVifRf7iphlwWdJ4bJu7oNkY0xHIyntep9OzHuR1hpe/pyAP840gB/EsYDJfg==",
  67. "dev": true,
  68. "license": "MIT",
  69. "peer": true,
  70. "peerDependencies": {
  71. "three": ">= 0.159.0"
  72. }
  73. },
  74. "node_modules/threepipe": {
  75. "resolved": "../../src",
  76. "link": true
  77. },
  78. "node_modules/xatlas-web": {
  79. "version": "0.1.0",
  80. "resolved": "https://registry.npmjs.org/xatlas-web/-/xatlas-web-0.1.0.tgz",
  81. "integrity": "sha512-PprVfuXbaIskxLTLBUQRaWfgSy9xUQqAMIRooOw0P6NYqwgh6T0voeer6+Z5M7AFt5SGXUybuww/uDGs1yw8vQ==",
  82. "dev": true,
  83. "license": "MIT",
  84. "peer": true
  85. }
  86. }
  87. }