threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package-lock.json 903B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@threepipe/plugin-assimpjs",
  3. "version": "0.2.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@threepipe/plugin-assimpjs",
  9. "version": "0.2.0",
  10. "license": "Apache-2.0",
  11. "dependencies": {
  12. "assimpjs": "^0.0.10",
  13. "threepipe": "file:./../../src/"
  14. },
  15. "devDependencies": {}
  16. },
  17. "../../src": {},
  18. "node_modules/assimpjs": {
  19. "version": "0.0.10",
  20. "resolved": "https://registry.npmjs.org/assimpjs/-/assimpjs-0.0.10.tgz",
  21. "integrity": "sha512-iY8M+eQzdCvfSkdduj6sPmIbP2fIn40PK6JRrAMxBawL3tHG6Mm0qvitkxB3ZoFBug5o7IdbzQK+jujZTopGPQ==",
  22. "license": "MIT"
  23. },
  24. "node_modules/threepipe": {
  25. "resolved": "../../src",
  26. "link": true
  27. }
  28. }
  29. }