👷♂️ Add package-lock.json file
This commit is contained in:
parent
9a5db3aa4e
commit
34c8da24e6
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
`ssn-installer` is a command-line application that can be used to extract a single file from the disk files (.z01, .z02 etc.). This tool is very low-level and assumes that you have already read the .zip file and know the location, size and decryption keys of the specific file you want to extract.
|
||||
`ssn-installer` is a command line application that can be used to extract a single file from the disk files (.z01, .z02 etc.). This tool is very low-level and assumes that you have already read the .zip file and know the location, size and decryption keys of the specific file you want to extract.
|
||||
|
||||
If this is not a `-1to0` patch, the disk file may only contain the differences to the previous release. In this case, you can supply the location of this file's previous version, and this tool will generate the new version using VCDIFF/xdelta3.
|
||||
|
||||
|
|
4
package-lock.json
generated
Normal file
4
package-lock.json
generated
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "ssn-installer",
|
||||
"lockfileVersion": 1
|
||||
}
|
Loading…
Reference in a new issue