Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
863 B

  1. .TH "NPM\-SHRINKWRAP" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-shrinkwrap\fR \- Lock down dependency versions for publication
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm shrinkwrap
  9. .fi
  10. .RE
  11. .SH DESCRIPTION
  12. .P
  13. This command repurposes \fBpackage\-lock\.json\fP into a publishable
  14. \fBnpm\-shrinkwrap\.json\fP or simply creates a new one\. The file created and updated
  15. by this command will then take precedence over any other existing or future
  16. \fBpackage\-lock\.json\fP files\. For a detailed explanation of the design and purpose
  17. of package locks in npm, see npm help 5 package\-locks\.
  18. .SH SEE ALSO
  19. .RS 0
  20. .IP \(bu 2
  21. npm help install
  22. .IP \(bu 2
  23. npm help run\-script
  24. .IP \(bu 2
  25. npm help 7 scripts
  26. .IP \(bu 2
  27. npm help 5 package\.json
  28. .IP \(bu 2
  29. npm help 5 package\-locks
  30. .IP \(bu 2
  31. npm help 5 package\-lock\.json
  32. .IP \(bu 2
  33. npm help 5 shrinkwrap\.json
  34. .IP \(bu 2
  35. npm help ls
  36. .RE