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.

319 lines
3.8 KiB

  1. npm-index(7) -- Index of all npm documentation
  2. ==============================================
  3. ### README(1)
  4. a JavaScript package manager
  5. ## Command Line Documentation
  6. Using npm on the command line
  7. ### npm(1)
  8. javascript package manager
  9. ### npm-access(1)
  10. Set access level on published packages
  11. ### npm-adduser(1)
  12. Add a registry user account
  13. ### npm-audit(1)
  14. Run a security audit
  15. ### npm-bin(1)
  16. Display npm bin folder
  17. ### npm-bugs(1)
  18. Bugs for a package in a web browser maybe
  19. ### npm-build(1)
  20. Build a package
  21. ### npm-bundle(1)
  22. REMOVED
  23. ### npm-cache(1)
  24. Manipulates packages cache
  25. ### npm-ci(1)
  26. Install a project with a clean slate
  27. ### npm-completion(1)
  28. Tab Completion for npm
  29. ### npm-config(1)
  30. Manage the npm configuration files
  31. ### npm-dedupe(1)
  32. Reduce duplication
  33. ### npm-deprecate(1)
  34. Deprecate a version of a package
  35. ### npm-dist-tag(1)
  36. Modify package distribution tags
  37. ### npm-docs(1)
  38. Docs for a package in a web browser maybe
  39. ### npm-doctor(1)
  40. Check your environments
  41. ### npm-edit(1)
  42. Edit an installed package
  43. ### npm-explore(1)
  44. Browse an installed package
  45. ### npm-help-search(1)
  46. Search npm help documentation
  47. ### npm-help(1)
  48. Get help on npm
  49. ### npm-hook(1)
  50. Manage registry hooks
  51. ### npm-init(1)
  52. create a package.json file
  53. ### npm-install-ci-test(1)
  54. Install a project with a clean slate and run tests
  55. ### npm-install-test(1)
  56. Install package(s) and run tests
  57. ### npm-install(1)
  58. Install a package
  59. ### npm-link(1)
  60. Symlink a package folder
  61. ### npm-logout(1)
  62. Log out of the registry
  63. ### npm-ls(1)
  64. List installed packages
  65. ### npm-outdated(1)
  66. Check for outdated packages
  67. ### npm-owner(1)
  68. Manage package owners
  69. ### npm-pack(1)
  70. Create a tarball from a package
  71. ### npm-ping(1)
  72. Ping npm registry
  73. ### npm-prefix(1)
  74. Display prefix
  75. ### npm-profile(1)
  76. Change settings on your registry profile
  77. ### npm-prune(1)
  78. Remove extraneous packages
  79. ### npm-publish(1)
  80. Publish a package
  81. ### npm-rebuild(1)
  82. Rebuild a package
  83. ### npm-repo(1)
  84. Open package repository page in the browser
  85. ### npm-restart(1)
  86. Restart a package
  87. ### npm-root(1)
  88. Display npm root
  89. ### npm-run-script(1)
  90. Run arbitrary package scripts
  91. ### npm-search(1)
  92. Search for packages
  93. ### npm-shrinkwrap(1)
  94. Lock down dependency versions for publication
  95. ### npm-star(1)
  96. Mark your favorite packages
  97. ### npm-stars(1)
  98. View packages marked as favorites
  99. ### npm-start(1)
  100. Start a package
  101. ### npm-stop(1)
  102. Stop a package
  103. ### npm-team(1)
  104. Manage organization teams and team memberships
  105. ### npm-test(1)
  106. Test a package
  107. ### npm-token(1)
  108. Manage your authentication tokens
  109. ### npm-uninstall(1)
  110. Remove a package
  111. ### npm-unpublish(1)
  112. Remove a package from the registry
  113. ### npm-update(1)
  114. Update a package
  115. ### npm-version(1)
  116. Bump a package version
  117. ### npm-view(1)
  118. View registry info
  119. ### npm-whoami(1)
  120. Display npm username
  121. ## API Documentation
  122. Using npm in your Node programs
  123. ## Files
  124. File system structures npm uses
  125. ### npm-folders(5)
  126. Folder Structures Used by npm
  127. ### npm-package-locks(5)
  128. An explanation of npm lockfiles
  129. ### npm-shrinkwrap.json(5)
  130. A publishable lockfile
  131. ### npmrc(5)
  132. The npm config files
  133. ### package-lock.json(5)
  134. A manifestation of the manifest
  135. ### package.json(5)
  136. Specifics of npm's package.json handling
  137. ## Misc
  138. Various other bits and bobs
  139. ### npm-coding-style(7)
  140. npm's "funny" coding style
  141. ### npm-config(7)
  142. More than you probably want to know about npm configuration
  143. ### npm-developers(7)
  144. Developer Guide
  145. ### npm-disputes(7)
  146. Handling Module Name Disputes
  147. ### npm-index(7)
  148. Index of all npm documentation
  149. ### npm-orgs(7)
  150. Working with Teams & Orgs
  151. ### npm-registry(7)
  152. The JavaScript Package Registry
  153. ### npm-scope(7)
  154. Scoped packages
  155. ### npm-scripts(7)
  156. How npm handles the "scripts" field
  157. ### removing-npm(7)
  158. Cleaning the Slate
  159. ### semver(7)
  160. The semantic versioner for npm