Skip to content
Snippets Groups Projects
Select Git revision
  • 3e81f2cf1500a3589d8236bd04e6ad52534e7f60
  • master default protected
  • 0.5.9
  • 0.5.8
  • 0.5.7
  • 0.5.6
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.17
  • 0.4.16
  • 0.4.15
  • 0.4.14
  • 0.4.13
  • 0.4.12
  • 0.4.11
  • 0.4.10
  • 0.4.9
  • 0.4.8
22 results

package-lock.json

Blame
  • package-lock.json 2.12 KiB
    {
      "name": "example5",
      "version": "1.0.0",
      "lockfileVersion": 3,
      "requires": true,
      "packages": {
        "": {
          "name": "example5",
          "version": "1.0.0",
          "license": "ISC",
          "dependencies": {
            "@schukai/monster": "^3.88.0"
          }
        },
        "node_modules/@floating-ui/core": {
          "version": "1.6.8",
          "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz",
          "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==",
          "license": "MIT",
          "dependencies": {
            "@floating-ui/utils": "^0.2.8"
          }
        },
        "node_modules/@floating-ui/dom": {
          "version": "1.6.12",
          "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.12.tgz",
          "integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==",
          "license": "MIT",
          "dependencies": {
            "@floating-ui/core": "^1.6.0",
            "@floating-ui/utils": "^0.2.8"
          }
        },
        "node_modules/@floating-ui/utils": {
          "version": "0.2.8",
          "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz",
          "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==",
          "license": "MIT"
        },
        "node_modules/@popperjs/core": {
          "version": "2.11.8",
          "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
          "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
          "license": "MIT",
          "funding": {
            "type": "opencollective",
            "url": "https://opencollective.com/popperjs"
          }
        },
        "node_modules/@schukai/monster": {
          "version": "3.88.0",
          "resolved": "https://registry.npmjs.org/@schukai/monster/-/monster-3.88.0.tgz",
          "integrity": "sha512-hwV5hlpubSjxkOS3LZazS0+Up0Cp5OJ+oxpV+2iNGtXUwhiRuvtVmfNlsuN9MxXGu4pOoXzbFUk/jFmPuGOLmA==",
          "license": "AGPL 3.0",
          "dependencies": {
            "@floating-ui/dom": "^1.6.12",
            "@popperjs/core": "^2.11.8"
          }
        }
      }
    }