2020-10-02 17:52:19 -04:00
|
|
|
/* 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/utils/tar.js TAP should log tarball contents > must match snapshot 1`] = `
|
|
|
|
|
|
|
|
|
|
|
|
package: my-cool-pkg@1.0.0
|
2024-04-30 23:53:22 -07:00
|
|
|
Tarball Contents
|
2020-10-02 17:52:19 -04:00
|
|
|
|
2024-04-30 23:53:22 -07:00
|
|
|
4B cat
|
|
|
|
4B chai
|
|
|
|
4B dog
|
2022-12-06 22:18:33 -05:00
|
|
|
114B package.json
|
2024-04-30 23:53:22 -07:00
|
|
|
Bundled Dependencies
|
2020-10-02 17:52:19 -04:00
|
|
|
|
|
|
|
bundle-dep
|
2024-04-30 23:53:22 -07:00
|
|
|
Tarball Details
|
|
|
|
|
|
|
|
name: my-cool-pkg
|
|
|
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
|
|
|
filename: my-cool-pkg-1.0.0.tgz
|
|
|
|
|
|
|
|
package size: {size}
|
2020-10-02 17:52:19 -04:00
|
|
|
|
2022-12-06 22:18:33 -05:00
|
|
|
unpacked size: 126 B
|
2024-04-30 23:53:22 -07:00
|
|
|
|
|
|
|
shasum: {sha}
|
|
|
|
|
|
|
|
integrity: {integrity}
|
|
|
|
|
|
|
|
bundled deps: 1
|
|
|
|
|
2022-12-06 22:18:33 -05:00
|
|
|
bundled files: 0
|
2024-04-30 23:53:22 -07:00
|
|
|
|
|
|
|
own files: 5
|
|
|
|
|
|
|
|
total files: 5
|
2022-12-06 22:18:33 -05:00
|
|
|
|
|
|
|
|
|
|
|
`
|
|
|
|
|
|
|
|
exports[`test/lib/utils/tar.js TAP should log tarball contents of a scoped package > must match snapshot 1`] = `
|
|
|
|
|
|
|
|
|
|
|
|
package: @myscope/my-cool-pkg@1.0.0
|
2024-04-30 23:53:22 -07:00
|
|
|
Tarball Contents
|
2022-12-06 22:18:33 -05:00
|
|
|
|
2024-04-30 23:53:22 -07:00
|
|
|
4B cat
|
|
|
|
4B chai
|
|
|
|
4B dog
|
2022-12-06 22:18:33 -05:00
|
|
|
123B package.json
|
2024-04-30 23:53:22 -07:00
|
|
|
Bundled Dependencies
|
2022-12-06 22:18:33 -05:00
|
|
|
|
|
|
|
bundle-dep
|
2024-04-30 23:53:22 -07:00
|
|
|
Tarball Details
|
|
|
|
|
|
|
|
name: @myscope/my-cool-pkg
|
|
|
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
|
|
|
filename: myscope-my-cool-pkg-1.0.0.tgz
|
|
|
|
|
|
|
|
package size: {size}
|
2022-12-06 22:18:33 -05:00
|
|
|
|
|
|
|
unpacked size: 135 B
|
2024-04-30 23:53:22 -07:00
|
|
|
|
|
|
|
shasum: {sha}
|
|
|
|
|
|
|
|
integrity: {integrity}
|
|
|
|
|
|
|
|
bundled deps: 1
|
|
|
|
|
|
|
|
bundled files: 0
|
|
|
|
|
|
|
|
own files: 5
|
|
|
|
|
|
|
|
total files: 5
|
2020-10-02 17:52:19 -04:00
|
|
|
|
|
|
|
|
|
|
|
`
|