👷‍♂️ Add package-lock.json file

This commit is contained in:
C-3PO 2018-10-23 17:48:54 +02:00
parent 9a5db3aa4e
commit 34c8da24e6
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 5 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
{
"name": "ssn-installer",
"lockfileVersion": 1
}