11cb0ef41Sopenharmony_ci/* IMPORTANT
21cb0ef41Sopenharmony_ci * This snapshot file is auto-generated, but designed for humans.
31cb0ef41Sopenharmony_ci * It should be checked into source control and tracked carefully.
41cb0ef41Sopenharmony_ci * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
51cb0ef41Sopenharmony_ci * Make sure to inspect the output below.  Do not ignore changes!
61cb0ef41Sopenharmony_ci */
71cb0ef41Sopenharmony_ci'use strict'
81cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP aliases > should display aliased outdated dep output 1`] = `
91cb0ef41Sopenharmony_ciPackage         Current  Wanted  Latest  Location          Depended by
101cb0ef41Sopenharmony_cicat:dog@latest    1.0.0   2.0.0   2.0.0  node_modules/cat  prefix
111cb0ef41Sopenharmony_ci`
121cb0ef41Sopenharmony_ci
131cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --all > must match snapshot 1`] = `
141cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location           Depended by
151cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat   prefix
161cb0ef41Sopenharmony_cichai       1.0.0   1.0.1   1.0.1  node_modules/chai  prefix
171cb0ef41Sopenharmony_cidog        1.0.1   1.0.1   2.0.0  node_modules/dog   prefix
181cb0ef41Sopenharmony_citheta    MISSING   1.0.1   1.0.1  -                  prefix
191cb0ef41Sopenharmony_ci`
201cb0ef41Sopenharmony_ci
211cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --json --long > must match snapshot 1`] = `
221cb0ef41Sopenharmony_ci{
231cb0ef41Sopenharmony_ci  "cat": {
241cb0ef41Sopenharmony_ci    "current": "1.0.0",
251cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
261cb0ef41Sopenharmony_ci    "latest": "1.0.1",
271cb0ef41Sopenharmony_ci    "dependent": "prefix",
281cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/cat",
291cb0ef41Sopenharmony_ci    "type": "dependencies"
301cb0ef41Sopenharmony_ci  },
311cb0ef41Sopenharmony_ci  "chai": {
321cb0ef41Sopenharmony_ci    "current": "1.0.0",
331cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
341cb0ef41Sopenharmony_ci    "latest": "1.0.1",
351cb0ef41Sopenharmony_ci    "dependent": "prefix",
361cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/chai",
371cb0ef41Sopenharmony_ci    "type": "peerDependencies"
381cb0ef41Sopenharmony_ci  },
391cb0ef41Sopenharmony_ci  "dog": {
401cb0ef41Sopenharmony_ci    "current": "1.0.1",
411cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
421cb0ef41Sopenharmony_ci    "latest": "2.0.0",
431cb0ef41Sopenharmony_ci    "dependent": "prefix",
441cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/dog",
451cb0ef41Sopenharmony_ci    "type": "dependencies"
461cb0ef41Sopenharmony_ci  },
471cb0ef41Sopenharmony_ci  "theta": {
481cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
491cb0ef41Sopenharmony_ci    "latest": "1.0.1",
501cb0ef41Sopenharmony_ci    "dependent": "prefix",
511cb0ef41Sopenharmony_ci    "type": "dependencies"
521cb0ef41Sopenharmony_ci  }
531cb0ef41Sopenharmony_ci}
541cb0ef41Sopenharmony_ci`
551cb0ef41Sopenharmony_ci
561cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --json > must match snapshot 1`] = `
571cb0ef41Sopenharmony_ci{
581cb0ef41Sopenharmony_ci  "cat": {
591cb0ef41Sopenharmony_ci    "current": "1.0.0",
601cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
611cb0ef41Sopenharmony_ci    "latest": "1.0.1",
621cb0ef41Sopenharmony_ci    "dependent": "prefix",
631cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/cat"
641cb0ef41Sopenharmony_ci  },
651cb0ef41Sopenharmony_ci  "chai": {
661cb0ef41Sopenharmony_ci    "current": "1.0.0",
671cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
681cb0ef41Sopenharmony_ci    "latest": "1.0.1",
691cb0ef41Sopenharmony_ci    "dependent": "prefix",
701cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/chai"
711cb0ef41Sopenharmony_ci  },
721cb0ef41Sopenharmony_ci  "dog": {
731cb0ef41Sopenharmony_ci    "current": "1.0.1",
741cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
751cb0ef41Sopenharmony_ci    "latest": "2.0.0",
761cb0ef41Sopenharmony_ci    "dependent": "prefix",
771cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/dog"
781cb0ef41Sopenharmony_ci  },
791cb0ef41Sopenharmony_ci  "theta": {
801cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
811cb0ef41Sopenharmony_ci    "latest": "1.0.1",
821cb0ef41Sopenharmony_ci    "dependent": "prefix"
831cb0ef41Sopenharmony_ci  }
841cb0ef41Sopenharmony_ci}
851cb0ef41Sopenharmony_ci`
861cb0ef41Sopenharmony_ci
871cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --long > must match snapshot 1`] = `
881cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location           Depended by  Package Type      Homepage
891cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat   prefix       dependencies
901cb0ef41Sopenharmony_cichai       1.0.0   1.0.1   1.0.1  node_modules/chai  prefix       peerDependencies
911cb0ef41Sopenharmony_cidog        1.0.1   1.0.1   2.0.0  node_modules/dog   prefix       dependencies
921cb0ef41Sopenharmony_citheta    MISSING   1.0.1   1.0.1  -                  prefix       dependencies
931cb0ef41Sopenharmony_ci`
941cb0ef41Sopenharmony_ci
951cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --omit=dev --omit=peer > must match snapshot 1`] = `
961cb0ef41Sopenharmony_ci[4mPackage[24m  [4mCurrent[24m  [4mWanted[24m  [4mLatest[24m  [4mLocation[24m          [4mDepended by[24m
971cb0ef41Sopenharmony_ci[31mcat[39m        1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/cat  prefix
981cb0ef41Sopenharmony_ci[33mdog[39m        1.0.1   [32m1.0.1[39m   [35m2.0.0[39m  node_modules/dog  prefix
991cb0ef41Sopenharmony_ci[31mtheta[39m    MISSING   [32m1.0.1[39m   [35m1.0.1[39m  -                 prefix
1001cb0ef41Sopenharmony_ci`
1011cb0ef41Sopenharmony_ci
1021cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --omit=dev > must match snapshot 1`] = `
1031cb0ef41Sopenharmony_ci[4mPackage[24m  [4mCurrent[24m  [4mWanted[24m  [4mLatest[24m  [4mLocation[24m           [4mDepended by[24m
1041cb0ef41Sopenharmony_ci[31mcat[39m        1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/cat   prefix
1051cb0ef41Sopenharmony_ci[31mchai[39m       1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/chai  prefix
1061cb0ef41Sopenharmony_ci[33mdog[39m        1.0.1   [32m1.0.1[39m   [35m2.0.0[39m  node_modules/dog   prefix
1071cb0ef41Sopenharmony_ci[31mtheta[39m    MISSING   [32m1.0.1[39m   [35m1.0.1[39m  -                  prefix
1081cb0ef41Sopenharmony_ci`
1091cb0ef41Sopenharmony_ci
1101cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --omit=prod > must match snapshot 1`] = `
1111cb0ef41Sopenharmony_ci[4mPackage[24m  [4mCurrent[24m  [4mWanted[24m  [4mLatest[24m  [4mLocation[24m           [4mDepended by[24m
1121cb0ef41Sopenharmony_ci[31mcat[39m        1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/cat   prefix
1131cb0ef41Sopenharmony_ci[31mchai[39m       1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/chai  prefix
1141cb0ef41Sopenharmony_ci[33mdog[39m        1.0.1   [32m1.0.1[39m   [35m2.0.0[39m  node_modules/dog   prefix
1151cb0ef41Sopenharmony_ci`
1161cb0ef41Sopenharmony_ci
1171cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --parseable --long > must match snapshot 1`] = `
1181cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/cat:cat@1.0.1:cat@1.0.0:cat@1.0.1:prefix:dependencies:
1191cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/chai:chai@1.0.1:chai@1.0.0:chai@1.0.1:prefix:peerDependencies:
1201cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/dog:dog@1.0.1:dog@1.0.1:dog@2.0.0:prefix:dependencies:
1211cb0ef41Sopenharmony_ci:theta@1.0.1:MISSING:theta@1.0.1:prefix:dependencies:
1221cb0ef41Sopenharmony_ci`
1231cb0ef41Sopenharmony_ci
1241cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --parseable > must match snapshot 1`] = `
1251cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/cat:cat@1.0.1:cat@1.0.0:cat@1.0.1:prefix
1261cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/chai:chai@1.0.1:chai@1.0.0:chai@1.0.1:prefix
1271cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/dog:dog@1.0.1:dog@1.0.1:dog@2.0.0:prefix
1281cb0ef41Sopenharmony_ci:theta@1.0.1:MISSING:theta@1.0.1:prefix
1291cb0ef41Sopenharmony_ci`
1301cb0ef41Sopenharmony_ci
1311cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated > must match snapshot 1`] = `
1321cb0ef41Sopenharmony_ci[4mPackage[24m  [4mCurrent[24m  [4mWanted[24m  [4mLatest[24m  [4mLocation[24m           [4mDepended by[24m
1331cb0ef41Sopenharmony_ci[31mcat[39m        1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/cat   prefix
1341cb0ef41Sopenharmony_ci[31mchai[39m       1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/chai  prefix
1351cb0ef41Sopenharmony_ci[33mdog[39m        1.0.1   [32m1.0.1[39m   [35m2.0.0[39m  node_modules/dog   prefix
1361cb0ef41Sopenharmony_ci[31mtheta[39m    MISSING   [32m1.0.1[39m   [35m1.0.1[39m  -                  prefix
1371cb0ef41Sopenharmony_ci`
1381cb0ef41Sopenharmony_ci
1391cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated global > must match snapshot 1`] = `
1401cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location          Depended by
1411cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat  global
1421cb0ef41Sopenharmony_ci`
1431cb0ef41Sopenharmony_ci
1441cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP should display outdated deps outdated specific dep > must match snapshot 1`] = `
1451cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location          Depended by
1461cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat  prefix
1471cb0ef41Sopenharmony_ci`
1481cb0ef41Sopenharmony_ci
1491cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display all dependencies > output 1`] = `
1501cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location           Depended by
1511cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat   a@1.0.0
1521cb0ef41Sopenharmony_cichai       1.0.0   1.0.1   1.0.1  node_modules/chai  foo
1531cb0ef41Sopenharmony_cidog        1.0.1   1.0.1   2.0.0  node_modules/dog   prefix
1541cb0ef41Sopenharmony_citheta    MISSING   1.0.1   1.0.1  -                  c@1.0.0
1551cb0ef41Sopenharmony_ci`
1561cb0ef41Sopenharmony_ci
1571cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display json results filtered by ws > output 1`] = `
1581cb0ef41Sopenharmony_ci{
1591cb0ef41Sopenharmony_ci  "cat": {
1601cb0ef41Sopenharmony_ci    "current": "1.0.0",
1611cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
1621cb0ef41Sopenharmony_ci    "latest": "1.0.1",
1631cb0ef41Sopenharmony_ci    "dependent": "a",
1641cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/cat"
1651cb0ef41Sopenharmony_ci  }
1661cb0ef41Sopenharmony_ci}
1671cb0ef41Sopenharmony_ci`
1681cb0ef41Sopenharmony_ci
1691cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display missing deps when filtering by ws > output 1`] = `
1701cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location  Depended by
1711cb0ef41Sopenharmony_citheta    MISSING   1.0.1   1.0.1  -         c@1.0.0
1721cb0ef41Sopenharmony_ci`
1731cb0ef41Sopenharmony_ci
1741cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display nested deps when filtering by ws and using --all > output 1`] = `
1751cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location           Depended by
1761cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat   a@1.0.0
1771cb0ef41Sopenharmony_cichai       1.0.0   1.0.1   1.0.1  node_modules/chai  foo
1781cb0ef41Sopenharmony_ci`
1791cb0ef41Sopenharmony_ci
1801cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display no results if ws has no deps to display > output 1`] = `
1811cb0ef41Sopenharmony_ci
1821cb0ef41Sopenharmony_ci`
1831cb0ef41Sopenharmony_ci
1841cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display only root outdated when ws disabled > output 1`] = `
1851cb0ef41Sopenharmony_ci
1861cb0ef41Sopenharmony_ci`
1871cb0ef41Sopenharmony_ci
1881cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display parseable results filtered by ws > output 1`] = `
1891cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/cat:cat@1.0.1:cat@1.0.0:cat@1.0.1:a
1901cb0ef41Sopenharmony_ci`
1911cb0ef41Sopenharmony_ci
1921cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display results filtered by ws > output 1`] = `
1931cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location          Depended by
1941cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat  a@1.0.0
1951cb0ef41Sopenharmony_ci`
1961cb0ef41Sopenharmony_ci
1971cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display ws outdated deps human output > output 1`] = `
1981cb0ef41Sopenharmony_ciPackage  Current  Wanted  Latest  Location          Depended by
1991cb0ef41Sopenharmony_cicat        1.0.0   1.0.1   1.0.1  node_modules/cat  a@1.0.0
2001cb0ef41Sopenharmony_cidog        1.0.1   1.0.1   2.0.0  node_modules/dog  prefix
2011cb0ef41Sopenharmony_citheta    MISSING   1.0.1   1.0.1  -                 c@1.0.0
2021cb0ef41Sopenharmony_ci`
2031cb0ef41Sopenharmony_ci
2041cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display ws outdated deps json output > output 1`] = `
2051cb0ef41Sopenharmony_ci{
2061cb0ef41Sopenharmony_ci  "cat": {
2071cb0ef41Sopenharmony_ci    "current": "1.0.0",
2081cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
2091cb0ef41Sopenharmony_ci    "latest": "1.0.1",
2101cb0ef41Sopenharmony_ci    "dependent": "a",
2111cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/cat"
2121cb0ef41Sopenharmony_ci  },
2131cb0ef41Sopenharmony_ci  "dog": {
2141cb0ef41Sopenharmony_ci    "current": "1.0.1",
2151cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
2161cb0ef41Sopenharmony_ci    "latest": "2.0.0",
2171cb0ef41Sopenharmony_ci    "dependent": "prefix",
2181cb0ef41Sopenharmony_ci    "location": "{CWD}/prefix/node_modules/dog"
2191cb0ef41Sopenharmony_ci  },
2201cb0ef41Sopenharmony_ci  "theta": {
2211cb0ef41Sopenharmony_ci    "wanted": "1.0.1",
2221cb0ef41Sopenharmony_ci    "latest": "1.0.1",
2231cb0ef41Sopenharmony_ci    "dependent": "c"
2241cb0ef41Sopenharmony_ci  }
2251cb0ef41Sopenharmony_ci}
2261cb0ef41Sopenharmony_ci`
2271cb0ef41Sopenharmony_ci
2281cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should display ws outdated deps parseable output > output 1`] = `
2291cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/cat:cat@1.0.1:cat@1.0.0:cat@1.0.1:a
2301cb0ef41Sopenharmony_ci{CWD}/prefix/node_modules/dog:dog@1.0.1:dog@1.0.1:dog@2.0.0:prefix
2311cb0ef41Sopenharmony_ci:theta@1.0.1:MISSING:theta@1.0.1:c
2321cb0ef41Sopenharmony_ci`
2331cb0ef41Sopenharmony_ci
2341cb0ef41Sopenharmony_ciexports[`test/lib/commands/outdated.js TAP workspaces should highlight ws in dependend by section > output 1`] = `
2351cb0ef41Sopenharmony_ci[4mPackage[24m  [4mCurrent[24m  [4mWanted[24m  [4mLatest[24m  [4mLocation[24m          [4mDepended by[24m
2361cb0ef41Sopenharmony_ci[31mcat[39m        1.0.0   [32m1.0.1[39m   [35m1.0.1[39m  node_modules/cat  [32ma@1.0.0[39m
2371cb0ef41Sopenharmony_ci[33mdog[39m        1.0.1   [32m1.0.1[39m   [35m2.0.0[39m  node_modules/dog  prefix
2381cb0ef41Sopenharmony_ci[31mtheta[39m    MISSING   [32m1.0.1[39m   [35m1.0.1[39m  -                 [32mc@1.0.0[39m
2391cb0ef41Sopenharmony_ci`
240