aboutsummaryrefslogtreecommitdiff
path: root/node_modules/.package-lock.json
blob: a9879a9421a8c33386eefd2f1529c4238a3f73a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "name": "strawberry-boot",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "node_modules/chalk": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz",
      "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==",
      "engines": {
        "node": "^12.17.0 || ^14.13 || >=16.0.0"
      },
      "funding": {
        "url": "https://github.com/chalk/chalk?sponsor=1"
      }
    },
    "node_modules/control-sequence-introducer": {
      "version": "0.0.2",
      "resolved": "https://registry.npmjs.org/control-sequence-introducer/-/control-sequence-introducer-0.0.2.tgz",
      "integrity": "sha512-UZ8wDB3b0dEIkmUaaiDuMgNiChcBSVel5iKv+77DZ0UGrf0UnJ4Kxnp9KyrcOezDiUU4ryDyq+BODOAMcRv5+g==",
      "dependencies": {
        "terminal-escape-char": "*"
      }
    },
    "node_modules/hide-terminal-cursor": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/hide-terminal-cursor/-/hide-terminal-cursor-0.0.1.tgz",
      "integrity": "sha512-HB4zGVQrBpzmexWv8+YrmIzc+Lsc/jXkMJnVY25zVoJ61Ig+pTBI6snpg7fTvjGYeQPeByp8vVCX8YHuNGX7XQ==",
      "dependencies": {
        "control-sequence-introducer": "0.0.2"
      }
    },
    "node_modules/systeminformation": {
      "version": "5.11.22",
      "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.11.22.tgz",
      "integrity": "sha512-sBZJ/WBCf2vDLeMZaEyVuo+aXylOSmNHHB2cX0jHULFxSBLXHX+QUHYrCvmz+YiflKY3bsahVWX7vwuz1p1QZA==",
      "os": [
        "darwin",
        "linux",
        "win32",
        "freebsd",
        "openbsd",
        "netbsd",
        "sunos",
        "android"
      ],
      "bin": {
        "systeminformation": "lib/cli.js"
      },
      "engines": {
        "node": ">=8.0.0"
      },
      "funding": {
        "type": "Buy me a coffee",
        "url": "https://www.buymeacoffee.com/systeminfo"
      }
    },
    "node_modules/terminal-escape-char": {
      "version": "0.0.4",
      "resolved": "https://registry.npmjs.org/terminal-escape-char/-/terminal-escape-char-0.0.4.tgz",
      "integrity": "sha512-Gy0H5xwAGLKgQpid7kKRgRgrwqiVQe0b8uduRZr6mDBVH21BwUhDJEVvhBEONDt6Or+gcur0QeQDOr6rAmwnpQ=="
    }
  }
}