threepipe
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package-lock.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "@threepipe/plugin-tweakpane-editor",
  3. "version": "0.1.1",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@threepipe/plugin-tweakpane-editor",
  9. "version": "0.1.1",
  10. "license": "Apache-2.0",
  11. "dependencies": {
  12. "@threepipe/plugin-tweakpane": "file:./../tweakpane/src/",
  13. "threepipe": "file:./../../src/"
  14. },
  15. "devDependencies": {
  16. "tippy.js": "^6.3.7"
  17. }
  18. },
  19. "../../src": {},
  20. "../tweakpane/src": {},
  21. "node_modules/@popperjs/core": {
  22. "version": "2.11.8",
  23. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  24. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  25. "dev": true,
  26. "funding": {
  27. "type": "opencollective",
  28. "url": "https://opencollective.com/popperjs"
  29. }
  30. },
  31. "node_modules/@threepipe/plugin-tweakpane": {
  32. "resolved": "../tweakpane/src",
  33. "link": true
  34. },
  35. "node_modules/threepipe": {
  36. "resolved": "../../src",
  37. "link": true
  38. },
  39. "node_modules/tippy.js": {
  40. "version": "6.3.7",
  41. "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz",
  42. "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
  43. "dev": true,
  44. "dependencies": {
  45. "@popperjs/core": "^2.9.0"
  46. }
  47. }
  48. },
  49. "dependencies": {
  50. "@popperjs/core": {
  51. "version": "2.11.8",
  52. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  53. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  54. "dev": true
  55. },
  56. "@threepipe/plugin-tweakpane": {
  57. "version": "file:../tweakpane/src"
  58. },
  59. "threepipe": {
  60. "version": "file:../../src"
  61. },
  62. "tippy.js": {
  63. "version": "6.3.7",
  64. "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz",
  65. "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
  66. "dev": true,
  67. "requires": {
  68. "@popperjs/core": "^2.9.0"
  69. }
  70. }
  71. }
  72. }