summaryrefslogtreecommitdiff
path: root/tests/specs/npm/workspace_sub_deno_json/non_member/deno.lock
blob: d1a32dd0c854ce2ad7a038fc705a23181d47ceab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "version": "3",
  "packages": {
    "specifiers": {
      "npm:chalk@5": "npm:chalk@5.0.1"
    },
    "npm": {
      "chalk@5.0.1": {
        "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==",
        "dependencies": {}
      }
    }
  },
  "remote": {}
}