threepipe
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package-lock.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "tweakpane-editor",
  3. "version": "1.0.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "tweakpane-editor",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "threepipe": "./../../../dist/",
  12. "tippy.js": "^6.3.7"
  13. }
  14. },
  15. "../../../dist": {},
  16. "node_modules/@popperjs/core": {
  17. "version": "2.11.8",
  18. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  19. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  20. "funding": {
  21. "type": "opencollective",
  22. "url": "https://opencollective.com/popperjs"
  23. }
  24. },
  25. "node_modules/threepipe": {
  26. "resolved": "../../../dist",
  27. "link": true
  28. },
  29. "node_modules/tippy.js": {
  30. "version": "6.3.7",
  31. "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz",
  32. "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
  33. "dependencies": {
  34. "@popperjs/core": "^2.9.0"
  35. }
  36. }
  37. },
  38. "dependencies": {
  39. "@popperjs/core": {
  40. "version": "2.11.8",
  41. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  42. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A=="
  43. },
  44. "threepipe": {
  45. "version": "file:../../../dist"
  46. },
  47. "tippy.js": {
  48. "version": "6.3.7",
  49. "resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz",
  50. "integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
  51. "requires": {
  52. "@popperjs/core": "^2.9.0"
  53. }
  54. }
  55. }
  56. }