/ package-lock.json
package-lock.json
 1  {
 2    "name": "fill-the-screen-with-blocks",
 3    "version": "1.0.0",
 4    "lockfileVersion": 3,
 5    "requires": true,
 6    "packages": {
 7      "": {
 8        "name": "fill-the-screen-with-blocks",
 9        "version": "1.0.0",
10        "license": "UNLICENSED",
11        "dependencies": {
12          "jquery": "3.6.4"
13        }
14      },
15      "node_modules/jquery": {
16        "version": "3.6.4",
17        "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz",
18        "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ=="
19      }
20    }
21  }