jfrog-cli-v2-jf 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1546) hide show
  1. package/README.md +28 -0
  2. package/assets/jfrog.jpg +0 -0
  3. package/bin/jf +0 -0
  4. package/init.js +113 -0
  5. package/node-v8.11.1-linux-x64/CHANGELOG.md +1396 -0
  6. package/node-v8.11.1-linux-x64/LICENSE +1171 -0
  7. package/node-v8.11.1-linux-x64/README.md +601 -0
  8. package/node-v8.11.1-linux-x64/bin/node +0 -0
  9. package/node-v8.11.1-linux-x64/include/node/android-ifaddrs.h +54 -0
  10. package/node-v8.11.1-linux-x64/include/node/common.gypi +431 -0
  11. package/node-v8.11.1-linux-x64/include/node/config.gypi +63 -0
  12. package/node-v8.11.1-linux-x64/include/node/libplatform/libplatform-export.h +29 -0
  13. package/node-v8.11.1-linux-x64/include/node/libplatform/libplatform.h +83 -0
  14. package/node-v8.11.1-linux-x64/include/node/libplatform/v8-tracing.h +284 -0
  15. package/node-v8.11.1-linux-x64/include/node/node.h +782 -0
  16. package/node-v8.11.1-linux-x64/include/node/node_api.h +592 -0
  17. package/node-v8.11.1-linux-x64/include/node/node_api_types.h +115 -0
  18. package/node-v8.11.1-linux-x64/include/node/node_buffer.h +89 -0
  19. package/node-v8.11.1-linux-x64/include/node/node_object_wrap.h +132 -0
  20. package/node-v8.11.1-linux-x64/include/node/node_version.h +110 -0
  21. package/node-v8.11.1-linux-x64/include/node/openssl/aes.h +149 -0
  22. package/node-v8.11.1-linux-x64/include/node/openssl/archs/BSD-x86/opensslconf.h +270 -0
  23. package/node-v8.11.1-linux-x64/include/node/openssl/archs/BSD-x86_64/opensslconf.h +270 -0
  24. package/node-v8.11.1-linux-x64/include/node/openssl/archs/VC-WIN32/opensslconf.h +271 -0
  25. package/node-v8.11.1-linux-x64/include/node/openssl/archs/VC-WIN64A/opensslconf.h +271 -0
  26. package/node-v8.11.1-linux-x64/include/node/openssl/archs/aix-gcc/opensslconf.h +273 -0
  27. package/node-v8.11.1-linux-x64/include/node/openssl/archs/aix64-gcc/opensslconf.h +273 -0
  28. package/node-v8.11.1-linux-x64/include/node/openssl/archs/darwin-i386-cc/opensslconf.h +273 -0
  29. package/node-v8.11.1-linux-x64/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h +273 -0
  30. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux-aarch64/opensslconf.h +270 -0
  31. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux-armv4/opensslconf.h +270 -0
  32. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux-elf/opensslconf.h +270 -0
  33. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux-ppc/opensslconf.h +270 -0
  34. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux-ppc64/opensslconf.h +270 -0
  35. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux-x32/opensslconf.h +270 -0
  36. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux-x86_64/opensslconf.h +270 -0
  37. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux32-s390x/opensslconf.h +270 -0
  38. package/node-v8.11.1-linux-x64/include/node/openssl/archs/linux64-s390x/opensslconf.h +270 -0
  39. package/node-v8.11.1-linux-x64/include/node/openssl/archs/solaris-x86-gcc/opensslconf.h +270 -0
  40. package/node-v8.11.1-linux-x64/include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h +270 -0
  41. package/node-v8.11.1-linux-x64/include/node/openssl/asn1.h +1420 -0
  42. package/node-v8.11.1-linux-x64/include/node/openssl/asn1_mac.h +579 -0
  43. package/node-v8.11.1-linux-x64/include/node/openssl/asn1t.h +973 -0
  44. package/node-v8.11.1-linux-x64/include/node/openssl/bio.h +883 -0
  45. package/node-v8.11.1-linux-x64/include/node/openssl/blowfish.h +130 -0
  46. package/node-v8.11.1-linux-x64/include/node/openssl/bn.h +951 -0
  47. package/node-v8.11.1-linux-x64/include/node/openssl/buffer.h +125 -0
  48. package/node-v8.11.1-linux-x64/include/node/openssl/camellia.h +132 -0
  49. package/node-v8.11.1-linux-x64/include/node/openssl/cast.h +107 -0
  50. package/node-v8.11.1-linux-x64/include/node/openssl/cmac.h +82 -0
  51. package/node-v8.11.1-linux-x64/include/node/openssl/cms.h +555 -0
  52. package/node-v8.11.1-linux-x64/include/node/openssl/comp.h +83 -0
  53. package/node-v8.11.1-linux-x64/include/node/openssl/conf.h +268 -0
  54. package/node-v8.11.1-linux-x64/include/node/openssl/conf_api.h +89 -0
  55. package/node-v8.11.1-linux-x64/include/node/openssl/crypto.h +661 -0
  56. package/node-v8.11.1-linux-x64/include/node/openssl/des.h +257 -0
  57. package/node-v8.11.1-linux-x64/include/node/openssl/des_old.h +497 -0
  58. package/node-v8.11.1-linux-x64/include/node/openssl/dh.h +412 -0
  59. package/node-v8.11.1-linux-x64/include/node/openssl/dsa.h +332 -0
  60. package/node-v8.11.1-linux-x64/include/node/openssl/dso.h +451 -0
  61. package/node-v8.11.1-linux-x64/include/node/openssl/dtls1.h +272 -0
  62. package/node-v8.11.1-linux-x64/include/node/openssl/e_os2.h +328 -0
  63. package/node-v8.11.1-linux-x64/include/node/openssl/ebcdic.h +26 -0
  64. package/node-v8.11.1-linux-x64/include/node/openssl/ec.h +1282 -0
  65. package/node-v8.11.1-linux-x64/include/node/openssl/ecdh.h +134 -0
  66. package/node-v8.11.1-linux-x64/include/node/openssl/ecdsa.h +335 -0
  67. package/node-v8.11.1-linux-x64/include/node/openssl/engine.h +960 -0
  68. package/node-v8.11.1-linux-x64/include/node/openssl/err.h +390 -0
  69. package/node-v8.11.1-linux-x64/include/node/openssl/evp.h +1628 -0
  70. package/node-v8.11.1-linux-x64/include/node/openssl/hmac.h +109 -0
  71. package/node-v8.11.1-linux-x64/include/node/openssl/idea.h +105 -0
  72. package/node-v8.11.1-linux-x64/include/node/openssl/krb5_asn.h +240 -0
  73. package/node-v8.11.1-linux-x64/include/node/openssl/kssl.h +197 -0
  74. package/node-v8.11.1-linux-x64/include/node/openssl/lhash.h +240 -0
  75. package/node-v8.11.1-linux-x64/include/node/openssl/md4.h +119 -0
  76. package/node-v8.11.1-linux-x64/include/node/openssl/md5.h +119 -0
  77. package/node-v8.11.1-linux-x64/include/node/openssl/mdc2.h +94 -0
  78. package/node-v8.11.1-linux-x64/include/node/openssl/modes.h +163 -0
  79. package/node-v8.11.1-linux-x64/include/node/openssl/obj_mac.h +4194 -0
  80. package/node-v8.11.1-linux-x64/include/node/openssl/objects.h +1143 -0
  81. package/node-v8.11.1-linux-x64/include/node/openssl/ocsp.h +637 -0
  82. package/node-v8.11.1-linux-x64/include/node/openssl/opensslconf.h +154 -0
  83. package/node-v8.11.1-linux-x64/include/node/openssl/opensslv.h +97 -0
  84. package/node-v8.11.1-linux-x64/include/node/openssl/ossl_typ.h +213 -0
  85. package/node-v8.11.1-linux-x64/include/node/openssl/pem.h +617 -0
  86. package/node-v8.11.1-linux-x64/include/node/openssl/pem2.h +70 -0
  87. package/node-v8.11.1-linux-x64/include/node/openssl/pkcs12.h +342 -0
  88. package/node-v8.11.1-linux-x64/include/node/openssl/pkcs7.h +481 -0
  89. package/node-v8.11.1-linux-x64/include/node/openssl/pqueue.h +99 -0
  90. package/node-v8.11.1-linux-x64/include/node/openssl/rand.h +150 -0
  91. package/node-v8.11.1-linux-x64/include/node/openssl/rc2.h +103 -0
  92. package/node-v8.11.1-linux-x64/include/node/openssl/rc4.h +88 -0
  93. package/node-v8.11.1-linux-x64/include/node/openssl/ripemd.h +105 -0
  94. package/node-v8.11.1-linux-x64/include/node/openssl/rsa.h +664 -0
  95. package/node-v8.11.1-linux-x64/include/node/openssl/safestack.h +2672 -0
  96. package/node-v8.11.1-linux-x64/include/node/openssl/seed.h +149 -0
  97. package/node-v8.11.1-linux-x64/include/node/openssl/sha.h +214 -0
  98. package/node-v8.11.1-linux-x64/include/node/openssl/srp.h +179 -0
  99. package/node-v8.11.1-linux-x64/include/node/openssl/srtp.h +147 -0
  100. package/node-v8.11.1-linux-x64/include/node/openssl/ssl.h +3163 -0
  101. package/node-v8.11.1-linux-x64/include/node/openssl/ssl2.h +265 -0
  102. package/node-v8.11.1-linux-x64/include/node/openssl/ssl23.h +84 -0
  103. package/node-v8.11.1-linux-x64/include/node/openssl/ssl3.h +774 -0
  104. package/node-v8.11.1-linux-x64/include/node/openssl/stack.h +107 -0
  105. package/node-v8.11.1-linux-x64/include/node/openssl/symhacks.h +518 -0
  106. package/node-v8.11.1-linux-x64/include/node/openssl/tls1.h +810 -0
  107. package/node-v8.11.1-linux-x64/include/node/openssl/ts.h +865 -0
  108. package/node-v8.11.1-linux-x64/include/node/openssl/txt_db.h +112 -0
  109. package/node-v8.11.1-linux-x64/include/node/openssl/ui.h +415 -0
  110. package/node-v8.11.1-linux-x64/include/node/openssl/ui_compat.h +88 -0
  111. package/node-v8.11.1-linux-x64/include/node/openssl/whrlpool.h +41 -0
  112. package/node-v8.11.1-linux-x64/include/node/openssl/x509.h +1330 -0
  113. package/node-v8.11.1-linux-x64/include/node/openssl/x509_vfy.h +652 -0
  114. package/node-v8.11.1-linux-x64/include/node/openssl/x509v3.h +1055 -0
  115. package/node-v8.11.1-linux-x64/include/node/pthread-barrier.h +69 -0
  116. package/node-v8.11.1-linux-x64/include/node/stdint-msvc2008.h +247 -0
  117. package/node-v8.11.1-linux-x64/include/node/tree.h +768 -0
  118. package/node-v8.11.1-linux-x64/include/node/uv-aix.h +32 -0
  119. package/node-v8.11.1-linux-x64/include/node/uv-bsd.h +34 -0
  120. package/node-v8.11.1-linux-x64/include/node/uv-darwin.h +61 -0
  121. package/node-v8.11.1-linux-x64/include/node/uv-errno.h +431 -0
  122. package/node-v8.11.1-linux-x64/include/node/uv-linux.h +34 -0
  123. package/node-v8.11.1-linux-x64/include/node/uv-os390.h +33 -0
  124. package/node-v8.11.1-linux-x64/include/node/uv-posix.h +31 -0
  125. package/node-v8.11.1-linux-x64/include/node/uv-sunos.h +44 -0
  126. package/node-v8.11.1-linux-x64/include/node/uv-threadpool.h +37 -0
  127. package/node-v8.11.1-linux-x64/include/node/uv-unix.h +464 -0
  128. package/node-v8.11.1-linux-x64/include/node/uv-version.h +43 -0
  129. package/node-v8.11.1-linux-x64/include/node/uv-win.h +676 -0
  130. package/node-v8.11.1-linux-x64/include/node/uv.h +1566 -0
  131. package/node-v8.11.1-linux-x64/include/node/v8-debug.h +255 -0
  132. package/node-v8.11.1-linux-x64/include/node/v8-inspector-protocol.h +13 -0
  133. package/node-v8.11.1-linux-x64/include/node/v8-inspector.h +269 -0
  134. package/node-v8.11.1-linux-x64/include/node/v8-platform.h +241 -0
  135. package/node-v8.11.1-linux-x64/include/node/v8-profiler.h +912 -0
  136. package/node-v8.11.1-linux-x64/include/node/v8-testing.h +48 -0
  137. package/node-v8.11.1-linux-x64/include/node/v8-util.h +655 -0
  138. package/node-v8.11.1-linux-x64/include/node/v8-value-serializer-version.h +24 -0
  139. package/node-v8.11.1-linux-x64/include/node/v8-version-string.h +33 -0
  140. package/node-v8.11.1-linux-x64/include/node/v8-version.h +20 -0
  141. package/node-v8.11.1-linux-x64/include/node/v8.h +10342 -0
  142. package/node-v8.11.1-linux-x64/include/node/v8config.h +417 -0
  143. package/node-v8.11.1-linux-x64/include/node/zconf.h +534 -0
  144. package/node-v8.11.1-linux-x64/include/node/zlib.h +1912 -0
  145. package/node-v8.11.1-linux-x64/lib/node_modules/npm/.github/CODEOWNERS +1 -0
  146. package/node-v8.11.1-linux-x64/lib/node_modules/npm/.github/issue_template.md +69 -0
  147. package/node-v8.11.1-linux-x64/lib/node_modules/npm/.mailmap +67 -0
  148. package/node-v8.11.1-linux-x64/lib/node_modules/npm/.npmignore +34 -0
  149. package/node-v8.11.1-linux-x64/lib/node_modules/npm/.travis.yml +38 -0
  150. package/node-v8.11.1-linux-x64/lib/node_modules/npm/AUTHORS +538 -0
  151. package/node-v8.11.1-linux-x64/lib/node_modules/npm/CHANGELOG.md +1488 -0
  152. package/node-v8.11.1-linux-x64/lib/node_modules/npm/CONTRIBUTING.md +82 -0
  153. package/node-v8.11.1-linux-x64/lib/node_modules/npm/LICENSE +235 -0
  154. package/node-v8.11.1-linux-x64/lib/node_modules/npm/Makefile +190 -0
  155. package/node-v8.11.1-linux-x64/lib/node_modules/npm/README.md +169 -0
  156. package/node-v8.11.1-linux-x64/lib/node_modules/npm/TROUBLESHOOTING.md +192 -0
  157. package/node-v8.11.1-linux-x64/lib/node_modules/npm/appveyor.yml +34 -0
  158. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/node-gyp-bin/node-gyp +6 -0
  159. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd +5 -0
  160. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/npm +34 -0
  161. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/npm-cli.js +92 -0
  162. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/npm.cmd +19 -0
  163. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/npx +34 -0
  164. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/npx-cli.js +8 -0
  165. package/node-v8.11.1-linux-x64/lib/node_modules/npm/bin/npx.cmd +19 -0
  166. package/node-v8.11.1-linux-x64/lib/node_modules/npm/changelogs/CHANGELOG-1.md +743 -0
  167. package/node-v8.11.1-linux-x64/lib/node_modules/npm/changelogs/CHANGELOG-2.md +5344 -0
  168. package/node-v8.11.1-linux-x64/lib/node_modules/npm/changelogs/CHANGELOG-3.md +5245 -0
  169. package/node-v8.11.1-linux-x64/lib/node_modules/npm/changelogs/CHANGELOG-4.md +1566 -0
  170. package/node-v8.11.1-linux-x64/lib/node_modules/npm/configure +33 -0
  171. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-access.md +76 -0
  172. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-adduser.md +85 -0
  173. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-bin.md +19 -0
  174. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-bugs.md +43 -0
  175. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-build.md +25 -0
  176. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-bundle.md +14 -0
  177. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-cache.md +83 -0
  178. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-completion.md +31 -0
  179. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-config.md +73 -0
  180. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-dedupe.md +55 -0
  181. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-deprecate.md +26 -0
  182. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-dist-tag.md +88 -0
  183. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-docs.md +44 -0
  184. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-doctor.md +102 -0
  185. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-edit.md +37 -0
  186. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-explore.md +39 -0
  187. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-help-search.md +34 -0
  188. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-help.md +38 -0
  189. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-init.md +38 -0
  190. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-install-test.md +25 -0
  191. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-install.md +444 -0
  192. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-link.md +74 -0
  193. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-logout.md +45 -0
  194. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-ls.md +111 -0
  195. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-outdated.md +112 -0
  196. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-owner.md +39 -0
  197. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-pack.md +27 -0
  198. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-ping.md +24 -0
  199. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-prefix.md +23 -0
  200. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-profile.md +74 -0
  201. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-prune.md +26 -0
  202. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-publish.md +73 -0
  203. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-rebuild.md +19 -0
  204. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-repo.md +27 -0
  205. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-restart.md +40 -0
  206. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-root.md +19 -0
  207. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-run-script.md +78 -0
  208. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-search.md +106 -0
  209. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-shrinkwrap.md +25 -0
  210. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-star.md +22 -0
  211. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-stars.md +21 -0
  212. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-start.md +24 -0
  213. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-stop.md +18 -0
  214. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-team.md +55 -0
  215. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-test.md +20 -0
  216. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-token.md +59 -0
  217. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-uninstall.md +53 -0
  218. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-unpublish.md +43 -0
  219. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-update.md +149 -0
  220. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-version.md +119 -0
  221. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-view.md +96 -0
  222. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm-whoami.md +17 -0
  223. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/cli/npm.md +165 -0
  224. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/files/npm-folders.md +213 -0
  225. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/files/npm-package-locks.md +145 -0
  226. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/files/npm-shrinkwrap.json.md +27 -0
  227. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/files/npmrc.md +90 -0
  228. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/files/package-lock.json.md +132 -0
  229. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/files/package.json.md +785 -0
  230. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-coding-style.md +192 -0
  231. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-config.md +1185 -0
  232. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-developers.md +233 -0
  233. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-disputes.md +130 -0
  234. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-index.md +303 -0
  235. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-orgs.md +90 -0
  236. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-registry.md +92 -0
  237. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-scope.md +113 -0
  238. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/npm-scripts.md +266 -0
  239. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/removing-npm.md +54 -0
  240. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/misc/semver.md +366 -0
  241. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/spec/file-specifiers.md +154 -0
  242. package/node-v8.11.1-linux-x64/lib/node_modules/npm/doc/spec/package-lock.md +276 -0
  243. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/README.html +131 -0
  244. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-access.html +90 -0
  245. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-adduser.html +85 -0
  246. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-bin.html +39 -0
  247. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-bugs.html +59 -0
  248. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-build.html +44 -0
  249. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-bundle.html +35 -0
  250. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-cache.html +93 -0
  251. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-completion.html +47 -0
  252. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-config.html +72 -0
  253. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-dedupe.html +65 -0
  254. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-deprecate.html +42 -0
  255. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-dist-tag.html +92 -0
  256. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-docs.html +60 -0
  257. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-doctor.html +107 -0
  258. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-edit.html +53 -0
  259. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-explore.html +53 -0
  260. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-help-search.html +49 -0
  261. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-help.html +54 -0
  262. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-init.html +52 -0
  263. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-install-test.html +46 -0
  264. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-install.html +373 -0
  265. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-link.html +78 -0
  266. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-logout.html +55 -0
  267. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-ls.html +114 -0
  268. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-outdated.html +120 -0
  269. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-owner.html +58 -0
  270. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-pack.html +45 -0
  271. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-ping.html +40 -0
  272. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-prefix.html +42 -0
  273. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-profile.html +94 -0
  274. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-prune.html +44 -0
  275. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-publish.html +89 -0
  276. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-rebuild.html +39 -0
  277. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-repo.html +45 -0
  278. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-restart.html +57 -0
  279. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-root.html +39 -0
  280. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-run-script.html +84 -0
  281. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-search.html +113 -0
  282. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-shrinkwrap.html +45 -0
  283. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-star.html +40 -0
  284. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-stars.html +40 -0
  285. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-start.html +43 -0
  286. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-stop.html +38 -0
  287. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-team.html +71 -0
  288. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-test.html +40 -0
  289. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-token.html +77 -0
  290. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-uninstall.html +67 -0
  291. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-unpublish.html +55 -0
  292. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-update.html +122 -0
  293. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-version.html +124 -0
  294. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-view.html +90 -0
  295. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm-whoami.html +37 -0
  296. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/cli/npm.html +154 -0
  297. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/npm-folders.html +185 -0
  298. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/npm-global.html +185 -0
  299. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/npm-json.html +607 -0
  300. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/npm-package-locks.html +149 -0
  301. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/npm-shrinkwrap.json.html +46 -0
  302. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/npmrc.html +89 -0
  303. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/package-lock.json.html +128 -0
  304. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/files/package.json.html +607 -0
  305. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/index.html +176 -0
  306. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-coding-style.html +157 -0
  307. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-config.html +1028 -0
  308. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-developers.html +208 -0
  309. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-disputes.html +138 -0
  310. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-index.html +176 -0
  311. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-orgs.html +90 -0
  312. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-registry.html +94 -0
  313. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-scope.html +103 -0
  314. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/npm-scripts.html +243 -0
  315. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/removing-npm.html +61 -0
  316. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/doc/misc/semver.html +340 -0
  317. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/docfoot.html +13 -0
  318. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/dochead.html +11 -0
  319. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/favicon.ico +0 -0
  320. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/index.html +93 -0
  321. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/static/style.css +336 -0
  322. package/node-v8.11.1-linux-x64/lib/node_modules/npm/html/static/toc.js +29 -0
  323. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/access.js +129 -0
  324. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/adduser.js +49 -0
  325. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/auth/legacy.js +57 -0
  326. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/auth/oauth.js +7 -0
  327. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/auth/saml.js +7 -0
  328. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/auth/sso.js +59 -0
  329. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/bin.js +23 -0
  330. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/bugs.js +32 -0
  331. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/build.js +140 -0
  332. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/cache.js +136 -0
  333. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/completion.js +248 -0
  334. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/bin-links.js +32 -0
  335. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/clear-credentials-by-uri.js +16 -0
  336. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/cmd-list.js +119 -0
  337. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/core.js +431 -0
  338. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/defaults.js +430 -0
  339. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/fetch-opts.js +77 -0
  340. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/gentle-fs.js +32 -0
  341. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/get-credentials-by-uri.js +72 -0
  342. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/lifecycle.js +31 -0
  343. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/load-cafile.js +32 -0
  344. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/load-prefix.js +51 -0
  345. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/load-uid.js +15 -0
  346. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/nerf-dart.js +23 -0
  347. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/pacote.js +139 -0
  348. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/reg-client.js +29 -0
  349. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/set-credentials-by-uri.js +39 -0
  350. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config/set-user.js +29 -0
  351. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/config.js +280 -0
  352. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/dedupe.js +160 -0
  353. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/deprecate.js +54 -0
  354. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/dist-tag.js +158 -0
  355. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/docs.js +42 -0
  356. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/doctor/check-files-permission.js +57 -0
  357. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/doctor/check-ping.js +12 -0
  358. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/doctor/get-git-path.js +13 -0
  359. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/doctor/get-latest-nodejs-version.js +27 -0
  360. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/doctor/get-latest-npm-version.js +14 -0
  361. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/doctor/verify-cached-files.js +19 -0
  362. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/doctor.js +113 -0
  363. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/edit.js +35 -0
  364. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/explore.js +59 -0
  365. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/fetch-package-metadata.js +118 -0
  366. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/fetch-package-metadata.md +37 -0
  367. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/get.js +12 -0
  368. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/help-search.js +212 -0
  369. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/help.js +247 -0
  370. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/init.js +41 -0
  371. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/access-error.js +8 -0
  372. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/build.js +13 -0
  373. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/extract-worker.js +18 -0
  374. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/extract.js +160 -0
  375. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/fetch.js +16 -0
  376. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/finalize.js +106 -0
  377. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/global-install.js +17 -0
  378. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/global-link.js +8 -0
  379. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/install.js +8 -0
  380. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/move.js +96 -0
  381. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/postinstall.js +8 -0
  382. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/preinstall.js +8 -0
  383. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/prepare.js +27 -0
  384. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/refresh-package-json.js +45 -0
  385. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/remove.js +85 -0
  386. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/action/unbuild.js +16 -0
  387. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/actions.js +192 -0
  388. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/and-add-parent-to-errors.js +13 -0
  389. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/and-finish-tracker.js +16 -0
  390. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/and-ignore-errors.js +9 -0
  391. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/check-permissions.js +69 -0
  392. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/copy-tree.js +31 -0
  393. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/decompose-actions.js +72 -0
  394. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/deps.js +742 -0
  395. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/diff-trees.js +244 -0
  396. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/exists.js +27 -0
  397. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/flatten-tree.js +42 -0
  398. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/get-requested.js +12 -0
  399. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/inflate-bundled.js +18 -0
  400. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/inflate-shrinkwrap.js +206 -0
  401. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/is-dev-dep.js +8 -0
  402. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/is-extraneous.js +27 -0
  403. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/is-fs-access-available.js +22 -0
  404. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/is-only-dev.js +35 -0
  405. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/is-only-optional.js +18 -0
  406. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/is-opt-dep.js +8 -0
  407. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/is-prod-dep.js +9 -0
  408. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/module-staging-path.js +8 -0
  409. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/mutate-into-logical-tree.js +140 -0
  410. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/node.js +77 -0
  411. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/read-shrinkwrap.js +58 -0
  412. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/realize-shrinkwrap-specifier.js +22 -0
  413. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/report-optional-failure.js +31 -0
  414. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/save.js +187 -0
  415. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/update-package-json.js +56 -0
  416. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/validate-args.js +73 -0
  417. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/validate-tree.js +95 -0
  418. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install/writable.js +35 -0
  419. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install-test.js +26 -0
  420. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/install.js +959 -0
  421. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/link.js +197 -0
  422. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/logout.js +43 -0
  423. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/ls.js +548 -0
  424. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/npm.js +480 -0
  425. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/outdated.js +425 -0
  426. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/owner.js +277 -0
  427. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/pack.js +232 -0
  428. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/ping.js +27 -0
  429. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/prefix.js +15 -0
  430. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/profile.js +314 -0
  431. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/prune.js +66 -0
  432. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/publish.js +200 -0
  433. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/rebuild.js +78 -0
  434. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/repo.js +51 -0
  435. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/restart.js +1 -0
  436. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/root.js +15 -0
  437. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/run-script.js +181 -0
  438. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/search/all-package-metadata.js +313 -0
  439. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/search/all-package-search.js +50 -0
  440. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/search/esearch.js +64 -0
  441. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/search/format-package-stream.js +172 -0
  442. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/search/package-filter.js +41 -0
  443. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/search.js +108 -0
  444. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/set.js +13 -0
  445. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/shrinkwrap.js +252 -0
  446. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/star.js +45 -0
  447. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/stars.js +47 -0
  448. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/start.js +1 -0
  449. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/stop.js +1 -0
  450. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/substack.js +22 -0
  451. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/team.js +55 -0
  452. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/test.js +15 -0
  453. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/token.js +211 -0
  454. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/unbuild.js +132 -0
  455. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/uninstall.js +79 -0
  456. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/unpublish.js +118 -0
  457. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/update.js +72 -0
  458. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/ansi-trim.js +7 -0
  459. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/child-path.js +10 -0
  460. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/completion/file-completion.js +24 -0
  461. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/completion/installed-deep.js +52 -0
  462. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/completion/installed-shallow.js +87 -0
  463. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/completion.sh +61 -0
  464. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/correct-mkdir.js +123 -0
  465. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/deep-sort-object.js +14 -0
  466. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/depr-check.js +23 -0
  467. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/did-you-mean.js +20 -0
  468. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/error-handler.js +252 -0
  469. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/error-message.js +335 -0
  470. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/escape-arg.js +27 -0
  471. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/escape-exec-path.js +30 -0
  472. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/gently-rm.js +21 -0
  473. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/get-publish-config.js +29 -0
  474. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/git.js +50 -0
  475. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/gunzip-maybe.js +22 -0
  476. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/is-registry.js +12 -0
  477. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/is-windows-bash.js +3 -0
  478. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/is-windows-shell.js +4 -0
  479. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/is-windows.js +2 -0
  480. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/lifecycle-cmd.js +18 -0
  481. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/lifecycle.js +14 -0
  482. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/link.js +8 -0
  483. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/locker.js +73 -0
  484. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/map-to-registry.js +103 -0
  485. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/metrics-launch.js +39 -0
  486. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/metrics.js +73 -0
  487. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/module-name.js +31 -0
  488. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/move.js +12 -0
  489. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/no-progress-while-running.js +23 -0
  490. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/output.js +8 -0
  491. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/package-id.js +15 -0
  492. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/parse-json.js +24 -0
  493. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/perf.js +27 -0
  494. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/pick-manifest-from-registry-metadata.js +26 -0
  495. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/pulse-till-done.js +38 -0
  496. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/read-local-package.js +12 -0
  497. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/read-user-info.js +66 -0
  498. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/save-stack.js +16 -0
  499. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/spawn.js +50 -0
  500. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/temp-filename.js +7 -0
  501. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/umask.js +17 -0
  502. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/unix-format-path.js +5 -0
  503. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/unsupported.js +52 -0
  504. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/usage.js +27 -0
  505. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/utils/warn-deprecated.js +23 -0
  506. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/version.js +334 -0
  507. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/view.js +337 -0
  508. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/visnup.js +43 -0
  509. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/whoami.js +47 -0
  510. package/node-v8.11.1-linux-x64/lib/node_modules/npm/lib/xmas.js +59 -0
  511. package/node-v8.11.1-linux-x64/lib/node_modules/npm/make.bat +3 -0
  512. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-README.1 +178 -0
  513. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-access.1 +92 -0
  514. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-adduser.1 +103 -0
  515. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-bin.1 +30 -0
  516. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-bugs.1 +60 -0
  517. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-build.1 +41 -0
  518. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-bundle.1 +17 -0
  519. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-cache.1 +96 -0
  520. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-completion.1 +42 -0
  521. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-config.1 +97 -0
  522. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-dedupe.1 +71 -0
  523. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-deprecate.1 +37 -0
  524. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-dist-tag.1 +109 -0
  525. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-docs.1 +60 -0
  526. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-doctor.1 +114 -0
  527. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-edit.1 +50 -0
  528. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-explore.1 +55 -0
  529. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-help-search.1 +43 -0
  530. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-help.1 +54 -0
  531. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-init.1 +49 -0
  532. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-install-test.1 +33 -0
  533. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-install.1 +524 -0
  534. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-link.1 +102 -0
  535. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-logout.1 +57 -0
  536. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-ls.1 +153 -0
  537. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-outdated.1 +151 -0
  538. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-owner.1 +53 -0
  539. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-pack.1 +37 -0
  540. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-ping.1 +39 -0
  541. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-prefix.1 +34 -0
  542. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-profile.1 +92 -0
  543. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-prune.1 +34 -0
  544. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-publish.1 +88 -0
  545. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-rebuild.1 +26 -0
  546. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-repo.1 +36 -0
  547. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-restart.1 +61 -0
  548. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-root.1 +30 -0
  549. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-run-script.1 +101 -0
  550. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-search.1 +138 -0
  551. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-shrinkwrap.1 +38 -0
  552. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-star.1 +30 -0
  553. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-stars.1 +30 -0
  554. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-start.1 +34 -0
  555. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-stop.1 +28 -0
  556. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-team.1 +64 -0
  557. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-test.1 +30 -0
  558. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-token.1 +74 -0
  559. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-uninstall.1 +75 -0
  560. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-unpublish.1 +52 -0
  561. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-update.1 +167 -0
  562. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-version.1 +162 -0
  563. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-view.1 +146 -0
  564. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm-whoami.1 +26 -0
  565. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npm.1 +205 -0
  566. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man1/npx.1 +168 -0
  567. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/npm-folders.5 +226 -0
  568. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/npm-global.5 +226 -0
  569. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/npm-json.5 +951 -0
  570. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/npm-package-locks.5 +184 -0
  571. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/npm-shrinkwrap.json.5 +33 -0
  572. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/npmrc.5 +109 -0
  573. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/package-lock.json.5 +145 -0
  574. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man5/package.json.5 +951 -0
  575. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-coding-style.7 +222 -0
  576. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-config.7 +1615 -0
  577. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-developers.7 +292 -0
  578. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-disputes.7 +150 -0
  579. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-index.7 +229 -0
  580. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-orgs.7 +147 -0
  581. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-registry.7 +97 -0
  582. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-scope.7 +137 -0
  583. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/npm-scripts.7 +323 -0
  584. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/removing-npm.7 +78 -0
  585. package/node-v8.11.1-linux-x64/lib/node_modules/npm/man/man7/semver.7 +458 -0
  586. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/.npmignore +2 -0
  587. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/.travis.yml +8 -0
  588. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/LICENSE.APACHE2 +15 -0
  589. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/LICENSE.MIT +24 -0
  590. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/examples/all_docs.js +13 -0
  591. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/index.js +253 -0
  592. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/package.json +75 -0
  593. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/JSONStream/readme.markdown +207 -0
  594. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/abbrev/LICENSE +46 -0
  595. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/abbrev/README.md +23 -0
  596. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/abbrev/abbrev.js +61 -0
  597. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansi-regex/index.js +10 -0
  598. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansi-regex/license +9 -0
  599. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansi-regex/readme.md +46 -0
  600. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansicolors/LICENSE +23 -0
  601. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansicolors/README.md +62 -0
  602. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansicolors/ansicolors.js +65 -0
  603. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansicolors/package.json +60 -0
  604. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansistyles/LICENSE +23 -0
  605. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansistyles/README.md +71 -0
  606. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansistyles/ansistyles.js +38 -0
  607. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ansistyles/package.json +60 -0
  608. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/aproba/LICENSE +14 -0
  609. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/aproba/README.md +94 -0
  610. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/aproba/index.js +105 -0
  611. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/archy/.travis.yml +4 -0
  612. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/archy/LICENSE +18 -0
  613. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/archy/README.markdown +88 -0
  614. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/archy/examples/beep.js +24 -0
  615. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/archy/examples/multi_line.js +25 -0
  616. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/archy/index.js +35 -0
  617. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/archy/package.json +87 -0
  618. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bin-links/CHANGELOG.md +22 -0
  619. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bin-links/LICENSE +235 -0
  620. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bin-links/README.md +47 -0
  621. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bin-links/index.js +187 -0
  622. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/LICENSE +21 -0
  623. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/README.md +52 -0
  624. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/changelog.md +1 -0
  625. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.js +3781 -0
  626. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.min.js +31 -0
  627. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.js +5623 -0
  628. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/browser/bluebird.min.js +31 -0
  629. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/any.js +21 -0
  630. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/assert.js +55 -0
  631. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/async.js +161 -0
  632. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/bind.js +67 -0
  633. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/bluebird.js +11 -0
  634. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/call_get.js +123 -0
  635. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/cancel.js +129 -0
  636. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/catch_filter.js +42 -0
  637. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/context.js +69 -0
  638. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/debuggability.js +919 -0
  639. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/direct_resolve.js +46 -0
  640. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/each.js +30 -0
  641. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/errors.js +116 -0
  642. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/es5.js +80 -0
  643. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/filter.js +12 -0
  644. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/finally.js +146 -0
  645. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/generators.js +223 -0
  646. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/join.js +168 -0
  647. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/map.js +168 -0
  648. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/method.js +55 -0
  649. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/nodeback.js +51 -0
  650. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/nodeify.js +58 -0
  651. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js +775 -0
  652. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/promise_array.js +185 -0
  653. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/promisify.js +314 -0
  654. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/props.js +118 -0
  655. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/queue.js +73 -0
  656. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/race.js +49 -0
  657. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/reduce.js +172 -0
  658. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/schedule.js +61 -0
  659. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/settle.js +43 -0
  660. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/some.js +148 -0
  661. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/synchronous_inspection.js +103 -0
  662. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/thenables.js +86 -0
  663. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/timers.js +93 -0
  664. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/using.js +226 -0
  665. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/bluebird/js/release/util.js +380 -0
  666. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/CHANGELOG.md +453 -0
  667. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/LICENSE.md +16 -0
  668. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/README.es.md +628 -0
  669. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/README.md +624 -0
  670. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/en.js +3 -0
  671. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/es.js +3 -0
  672. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/get.js +190 -0
  673. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/index.js +3 -0
  674. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/content/path.js +26 -0
  675. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/content/read.js +115 -0
  676. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/content/rm.js +21 -0
  677. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/content/write.js +162 -0
  678. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js +224 -0
  679. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/memoization.js +69 -0
  680. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/util/fix-owner.js +44 -0
  681. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js +11 -0
  682. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/util/move-file.js +51 -0
  683. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/util/tmp.js +32 -0
  684. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/util/y.js +25 -0
  685. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/lib/verify.js +213 -0
  686. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/locales/en.js +44 -0
  687. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/locales/en.json +6 -0
  688. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/locales/es.js +46 -0
  689. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/locales/es.json +6 -0
  690. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/ls.js +6 -0
  691. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/put.js +71 -0
  692. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/rm.js +28 -0
  693. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cacache/verify.js +3 -0
  694. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/call-limit/README.md +85 -0
  695. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/call-limit/call-limit.js +86 -0
  696. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/chownr/LICENSE +15 -0
  697. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/chownr/README.md +3 -0
  698. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/chownr/chownr.js +52 -0
  699. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/.npmignore +5 -0
  700. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/.travis.yml +6 -0
  701. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/README.md +215 -0
  702. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/advanced-usage.md +247 -0
  703. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/basic-usage.md +146 -0
  704. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/examples/basic-usage-examples.js +222 -0
  705. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/examples/col-and-row-span-examples.js +358 -0
  706. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/examples/screenshots/basic-usage-with-colors.png +0 -0
  707. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/examples/screenshots/multi-line-colors.png +0 -0
  708. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/examples/screenshots/truncation-with-colors.png +0 -0
  709. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/gulpfile.js +73 -0
  710. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/index.js +1 -0
  711. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/lib/print-example.js +123 -0
  712. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/package.json +84 -0
  713. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/src/cell.js +364 -0
  714. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/src/layout-manager.js +235 -0
  715. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/src/table.js +78 -0
  716. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cli-table2/src/utils.js +304 -0
  717. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cmd-shim/.npmignore +16 -0
  718. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cmd-shim/.travis.yml +4 -0
  719. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cmd-shim/LICENSE +27 -0
  720. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cmd-shim/README.md +44 -0
  721. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cmd-shim/index.js +180 -0
  722. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/cmd-shim/package.json +53 -0
  723. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/LICENSE +21 -0
  724. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/Makefile +9 -0
  725. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/Readme.md +470 -0
  726. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/columnify.js +308 -0
  727. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/index.js +297 -0
  728. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/index.js +6 -0
  729. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/license +21 -0
  730. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/readme.md +33 -0
  731. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/.npmignore +1 -0
  732. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/LICENSE +30 -0
  733. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/Readme.md +33 -0
  734. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/combining.js +50 -0
  735. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/docs/index.md +65 -0
  736. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/index.js +99 -0
  737. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/package.json +76 -0
  738. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/package.json +81 -0
  739. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/utils.js +193 -0
  740. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/columnify/width.js +6 -0
  741. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/config-chain/.npmignore +3 -0
  742. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/config-chain/LICENCE +22 -0
  743. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/config-chain/index.js +282 -0
  744. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/config-chain/package.json +62 -0
  745. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/config-chain/readme.markdown +237 -0
  746. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/debuglog/LICENSE +19 -0
  747. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/debuglog/README.md +40 -0
  748. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/debuglog/debuglog.js +22 -0
  749. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/debuglog/package.json +58 -0
  750. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/detect-indent/index.js +122 -0
  751. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/detect-indent/license +21 -0
  752. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/detect-indent/readme.md +111 -0
  753. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/.travis.yml +7 -0
  754. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/LICENSE +15 -0
  755. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/README.md +29 -0
  756. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/dezalgo.js +22 -0
  757. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/CHANGES.md +64 -0
  758. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/LICENSE.md +21 -0
  759. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/README.md +237 -0
  760. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/asap.js +65 -0
  761. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-asap.js +66 -0
  762. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-raw.js +223 -0
  763. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/raw.js +101 -0
  764. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/dezalgo/package.json +76 -0
  765. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/editor/LICENSE +21 -0
  766. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/editor/README.markdown +54 -0
  767. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/editor/example/beep.json +5 -0
  768. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/editor/example/edit.js +4 -0
  769. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/editor/index.js +20 -0
  770. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/editor/package.json +67 -0
  771. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/find-npm-prefix/LICENSE +15 -0
  772. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/find-npm-prefix/README.md +28 -0
  773. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/find-npm-prefix/find-prefix.js +54 -0
  774. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/find-npm-prefix/package.json +59 -0
  775. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-vacuum/.eslintrc +18 -0
  776. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-vacuum/.npmignore +1 -0
  777. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-vacuum/.travis.yml +14 -0
  778. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-vacuum/LICENSE +13 -0
  779. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-vacuum/README.md +33 -0
  780. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-vacuum/package.json +68 -0
  781. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-vacuum/vacuum.js +117 -0
  782. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-write-stream-atomic/.npmignore +3 -0
  783. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-write-stream-atomic/.travis.yml +11 -0
  784. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-write-stream-atomic/LICENSE +15 -0
  785. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-write-stream-atomic/README.md +35 -0
  786. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-write-stream-atomic/index.js +176 -0
  787. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json +67 -0
  788. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/gentle-fs/CHANGELOG.md +63 -0
  789. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/gentle-fs/LICENSE +235 -0
  790. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/gentle-fs/README.md +74 -0
  791. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/gentle-fs/index.js +10 -0
  792. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/gentle-fs/lib/link.js +66 -0
  793. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/gentle-fs/lib/rm.js +256 -0
  794. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/glob/LICENSE +15 -0
  795. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/glob/README.md +368 -0
  796. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/glob/changelog.md +67 -0
  797. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/glob/common.js +240 -0
  798. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/glob/glob.js +790 -0
  799. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/glob/sync.js +486 -0
  800. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/graceful-fs/LICENSE +15 -0
  801. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/graceful-fs/README.md +133 -0
  802. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/graceful-fs/fs.js +21 -0
  803. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +262 -0
  804. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js +118 -0
  805. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js +330 -0
  806. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/has-unicode/LICENSE +14 -0
  807. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/has-unicode/README.md +43 -0
  808. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/has-unicode/index.js +16 -0
  809. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/hosted-git-info/LICENSE +13 -0
  810. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/hosted-git-info/README.md +132 -0
  811. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/hosted-git-info/git-host-info.js +68 -0
  812. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/hosted-git-info/git-host.js +114 -0
  813. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/hosted-git-info/index.js +121 -0
  814. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/iferr/.npmignore +1 -0
  815. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/iferr/LICENSE +21 -0
  816. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/iferr/README.md +40 -0
  817. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/iferr/index.coffee +24 -0
  818. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/iferr/index.js +49 -0
  819. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/iferr/package.json +61 -0
  820. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/imurmurhash/README.md +122 -0
  821. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js +138 -0
  822. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js +12 -0
  823. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/imurmurhash/package.json +69 -0
  824. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/inflight/LICENSE +15 -0
  825. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/inflight/README.md +37 -0
  826. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/inflight/inflight.js +54 -0
  827. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/inherits/LICENSE +16 -0
  828. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/inherits/README.md +42 -0
  829. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/inherits/inherits.js +7 -0
  830. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/inherits/inherits_browser.js +23 -0
  831. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ini/LICENSE +15 -0
  832. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ini/README.md +102 -0
  833. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ini/ini.js +190 -0
  834. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/init-package-json/LICENSE +15 -0
  835. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/init-package-json/README.md +45 -0
  836. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/init-package-json/default-input.js +239 -0
  837. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/init-package-json/init-package-json.js +154 -0
  838. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/.npmignore +1 -0
  839. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/.travis.yml +21 -0
  840. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/README.md +58 -0
  841. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/example/example.js +14 -0
  842. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/lib/index.js +18 -0
  843. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/.npmignore +1 -0
  844. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/README.md +49 -0
  845. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/lib/index.js +10 -0
  846. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json +68 -0
  847. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/node_modules/cidr-regex/test.js +200 -0
  848. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/is-cidr/package.json +94 -0
  849. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lazy-property/.npmignore +16 -0
  850. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lazy-property/LICENSE +22 -0
  851. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lazy-property/README.md +44 -0
  852. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lazy-property/component.json +7 -0
  853. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lazy-property/lazyProperty.js +19 -0
  854. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lazy-property/package.json +65 -0
  855. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/CHANGELOG.md +740 -0
  856. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/LICENSE.md +3 -0
  857. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/README.md +159 -0
  858. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/auto-fallback.js +69 -0
  859. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/child.js +86 -0
  860. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/get-prefix.js +54 -0
  861. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/index.js +366 -0
  862. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/libnpx.1 +168 -0
  863. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/ar.json +29 -0
  864. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/ca.json +28 -0
  865. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/cs.json +28 -0
  866. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/de.json +29 -0
  867. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/en.json +29 -0
  868. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/es.json +28 -0
  869. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/fr.json +29 -0
  870. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/id.json +29 -0
  871. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/it.json +28 -0
  872. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/ja.json +28 -0
  873. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/ko.json +29 -0
  874. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/nb.json +29 -0
  875. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/nl.json +29 -0
  876. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/nn.json +30 -0
  877. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/no.json +29 -0
  878. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/pl.json +29 -0
  879. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/pt_BR.json +28 -0
  880. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/ro.json +28 -0
  881. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/ru.json +28 -0
  882. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/sr.json +29 -0
  883. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/tr.json +28 -0
  884. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/uk.json +29 -0
  885. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/zh_CN.json +28 -0
  886. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/locales/zh_TW.json +29 -0
  887. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/parse-args.js +237 -0
  888. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/util.js +17 -0
  889. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/libnpx/y.js +21 -0
  890. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/.npmignore +3 -0
  891. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/.travis.yml +8 -0
  892. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/CHANGELOG.md +101 -0
  893. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/LICENSE +15 -0
  894. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/README.md +86 -0
  895. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/gen-changelog.sh +9 -0
  896. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/lockfile.js +311 -0
  897. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lockfile/package.json +68 -0
  898. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseindexof/LICENSE.txt +22 -0
  899. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseindexof/README.md +20 -0
  900. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseindexof/index.js +57 -0
  901. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseindexof/package.json +80 -0
  902. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/LICENSE +47 -0
  903. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/README.md +18 -0
  904. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/index.js +801 -0
  905. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/LICENSE +47 -0
  906. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/README.md +18 -0
  907. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/index.js +280 -0
  908. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/package.json +70 -0
  909. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/LICENSE +23 -0
  910. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/README.md +18 -0
  911. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/index.js +59 -0
  912. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/package.json +70 -0
  913. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._baseuniq/package.json +73 -0
  914. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._bindcallback/LICENSE.txt +22 -0
  915. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._bindcallback/README.md +20 -0
  916. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._bindcallback/index.js +65 -0
  917. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._bindcallback/package.json +80 -0
  918. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._cacheindexof/LICENSE.txt +22 -0
  919. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._cacheindexof/README.md +20 -0
  920. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._cacheindexof/index.js +53 -0
  921. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._cacheindexof/package.json +80 -0
  922. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._createcache/LICENSE +22 -0
  923. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._createcache/README.md +20 -0
  924. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._createcache/index.js +91 -0
  925. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._createcache/package.json +82 -0
  926. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._getnative/LICENSE +22 -0
  927. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._getnative/README.md +20 -0
  928. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._getnative/index.js +137 -0
  929. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash._getnative/package.json +81 -0
  930. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.clonedeep/LICENSE +47 -0
  931. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.clonedeep/README.md +18 -0
  932. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.clonedeep/index.js +1748 -0
  933. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.clonedeep/package.json +74 -0
  934. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.restparam/LICENSE.txt +22 -0
  935. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.restparam/README.md +20 -0
  936. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.restparam/index.js +67 -0
  937. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.restparam/package.json +86 -0
  938. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.union/LICENSE +47 -0
  939. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.union/README.md +18 -0
  940. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.union/index.js +1181 -0
  941. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.union/package.json +74 -0
  942. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.uniq/LICENSE +47 -0
  943. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.uniq/README.md +18 -0
  944. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.uniq/index.js +896 -0
  945. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.uniq/package.json +74 -0
  946. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.without/LICENSE +47 -0
  947. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.without/README.md +18 -0
  948. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.without/index.js +1051 -0
  949. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lodash.without/package.json +74 -0
  950. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lru-cache/LICENSE +15 -0
  951. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lru-cache/README.md +152 -0
  952. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/lru-cache/index.js +467 -0
  953. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/.npmignore +37 -0
  954. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/.travis.yml +16 -0
  955. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/CHANGELOG.md +29 -0
  956. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/LICENSE +21 -0
  957. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/README.md +67 -0
  958. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/index.js +49 -0
  959. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/package.json +56 -0
  960. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/meant/test.js +11 -0
  961. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mississippi/.npmignore +1 -0
  962. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mississippi/index.js +9 -0
  963. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mississippi/package.json +70 -0
  964. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mississippi/readme.md +394 -0
  965. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/.travis.yml +8 -0
  966. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/LICENSE +21 -0
  967. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/README.markdown +100 -0
  968. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js +33 -0
  969. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/bin/usage.txt +12 -0
  970. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/examples/pow.js +6 -0
  971. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/index.js +98 -0
  972. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/.travis.yml +4 -0
  973. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/LICENSE +18 -0
  974. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example/parse.js +2 -0
  975. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/index.js +187 -0
  976. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json +75 -0
  977. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/node_modules/minimist/readme.markdown +73 -0
  978. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/mkdirp/package.json +75 -0
  979. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/move-concurrently/LICENSE +14 -0
  980. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/move-concurrently/README.md +53 -0
  981. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/move-concurrently/move.js +84 -0
  982. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/.jshintrc +7 -0
  983. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/.npmignore +3 -0
  984. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +176 -0
  985. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/LICENSE +24 -0
  986. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/README.md +242 -0
  987. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/addon.gypi +133 -0
  988. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +148 -0
  989. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/.npmignore +1 -0
  990. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS +12 -0
  991. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/DEPS +24 -0
  992. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE +27 -0
  993. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/OWNERS +1 -0
  994. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/PRESUBMIT.py +137 -0
  995. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot/aosp_manifest.xml +466 -0
  996. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot/buildbot_run.py +136 -0
  997. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot/commit_queue/OWNERS +6 -0
  998. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot/commit_queue/README +3 -0
  999. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/buildbot/commit_queue/cq_config.json +15 -0
  1000. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/codereview.settings +10 -0
  1001. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
  1002. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp +8 -0
  1003. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat +5 -0
  1004. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py +16 -0
  1005. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/gyptest.py +274 -0
  1006. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +340 -0
  1007. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +208 -0
  1008. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1096 -0
  1009. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1483 -0
  1010. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +58 -0
  1011. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +147 -0
  1012. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +270 -0
  1013. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +443 -0
  1014. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +548 -0
  1015. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py +608 -0
  1016. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +72 -0
  1017. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +162 -0
  1018. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +103 -0
  1019. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +54 -0
  1020. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
  1021. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +741 -0
  1022. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1095 -0
  1023. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1221 -0
  1024. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +99 -0
  1025. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +425 -0
  1026. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +94 -0
  1027. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +56 -0
  1028. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2220 -0
  1029. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3494 -0
  1030. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +37 -0
  1031. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2410 -0
  1032. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +47 -0
  1033. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1300 -0
  1034. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +23 -0
  1035. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +2897 -0
  1036. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +90 -0
  1037. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +610 -0
  1038. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1087 -0
  1039. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +160 -0
  1040. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py +289 -0
  1041. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +46 -0
  1042. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +314 -0
  1043. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1629 -0
  1044. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +270 -0
  1045. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +2927 -0
  1046. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +69 -0
  1047. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples +81 -0
  1048. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples.bat +5 -0
  1049. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/setup.py +19 -0
  1050. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/README +15 -0
  1051. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README +5 -0
  1052. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec +27 -0
  1053. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec +226 -0
  1054. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README +12 -0
  1055. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el +63 -0
  1056. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el +275 -0
  1057. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh +7 -0
  1058. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp +1105 -0
  1059. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified +1107 -0
  1060. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py +100 -0
  1061. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py +155 -0
  1062. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py +169 -0
  1063. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +329 -0
  1064. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/Find-VS2017.cs +271 -0
  1065. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/build.js +266 -0
  1066. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js +22 -0
  1067. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js +523 -0
  1068. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +61 -0
  1069. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/find-vs2017.js +46 -0
  1070. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/install.js +469 -0
  1071. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/list.js +33 -0
  1072. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +216 -0
  1073. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js +155 -0
  1074. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js +14 -0
  1075. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js +52 -0
  1076. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/package.json +89 -0
  1077. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc +36 -0
  1078. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/.npmignore +1 -0
  1079. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/.travis.yml +8 -0
  1080. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/CHANGELOG.md +58 -0
  1081. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/LICENSE +15 -0
  1082. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/README.md +213 -0
  1083. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/bin/nopt.js +54 -0
  1084. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/examples/my-program.js +30 -0
  1085. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/lib/nopt.js +436 -0
  1086. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/nopt/package.json +60 -0
  1087. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/AUTHORS +4 -0
  1088. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/LICENSE +30 -0
  1089. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/README.md +106 -0
  1090. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +14 -0
  1091. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +417 -0
  1092. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +23 -0
  1093. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +39 -0
  1094. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +9 -0
  1095. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +25 -0
  1096. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
  1097. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-cache-filename/LICENSE +15 -0
  1098. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-cache-filename/README.md +21 -0
  1099. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-cache-filename/index.js +24 -0
  1100. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-cache-filename/package.json +55 -0
  1101. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-cache-filename/test.js +23 -0
  1102. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-install-checks/CHANGELOG.md +10 -0
  1103. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-install-checks/LICENSE +27 -0
  1104. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-install-checks/README.md +27 -0
  1105. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-install-checks/index.js +144 -0
  1106. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-install-checks/package.json +63 -0
  1107. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/CHANGELOG.md +67 -0
  1108. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/LICENSE +235 -0
  1109. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/README.md +50 -0
  1110. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/index.js +448 -0
  1111. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js +65 -0
  1112. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp +6 -0
  1113. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp.cmd +5 -0
  1114. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-package-arg/LICENSE +15 -0
  1115. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-package-arg/README.md +83 -0
  1116. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-package-arg/npa.js +277 -0
  1117. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-packlist/LICENSE +15 -0
  1118. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-packlist/README.md +68 -0
  1119. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-packlist/index.js +220 -0
  1120. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-profile/LICENSE +15 -0
  1121. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-profile/README.md +428 -0
  1122. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-profile/index.js +260 -0
  1123. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/LICENSE +15 -0
  1124. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/README.md +357 -0
  1125. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/index.js +74 -0
  1126. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/access.js +154 -0
  1127. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/adduser.js +129 -0
  1128. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/attempt.js +20 -0
  1129. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/authify.js +26 -0
  1130. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/deprecate.js +42 -0
  1131. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/add.js +43 -0
  1132. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/fetch.js +37 -0
  1133. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/rm.js +38 -0
  1134. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/set.js +39 -0
  1135. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/update.js +39 -0
  1136. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js +85 -0
  1137. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js +22 -0
  1138. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/initialize.js +91 -0
  1139. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/logout.js +23 -0
  1140. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/org.js +62 -0
  1141. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/ping.js +21 -0
  1142. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/publish.js +194 -0
  1143. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js +321 -0
  1144. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/send-anonymous-CLI-metrics.js +19 -0
  1145. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/star.js +51 -0
  1146. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/stars.js +18 -0
  1147. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/tag.js +23 -0
  1148. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/team.js +105 -0
  1149. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js +120 -0
  1150. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js +21 -0
  1151. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-user-validate/LICENSE +27 -0
  1152. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-user-validate/README.md +6 -0
  1153. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js +57 -0
  1154. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npmlog/CHANGELOG.md +49 -0
  1155. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npmlog/LICENSE +15 -0
  1156. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npmlog/README.md +216 -0
  1157. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/npmlog/log.js +309 -0
  1158. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/once/LICENSE +15 -0
  1159. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/once/README.md +79 -0
  1160. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/once/once.js +42 -0
  1161. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/opener/LICENSE.txt +47 -0
  1162. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/opener/README.md +57 -0
  1163. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/opener/opener.js +60 -0
  1164. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/osenv/.npmignore +13 -0
  1165. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/osenv/.travis.yml +9 -0
  1166. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/osenv/LICENSE +15 -0
  1167. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/osenv/README.md +63 -0
  1168. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/osenv/osenv.js +72 -0
  1169. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/osenv/package.json +74 -0
  1170. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/osenv/x.tap +39 -0
  1171. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/CHANGELOG.md +919 -0
  1172. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/LICENSE +21 -0
  1173. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/README.md +201 -0
  1174. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/extract.js +100 -0
  1175. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/index.js +9 -0
  1176. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/extract-stream.js +50 -0
  1177. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetch.js +72 -0
  1178. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/directory.js +71 -0
  1179. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/file.js +74 -0
  1180. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/git.js +172 -0
  1181. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/hosted.js +3 -0
  1182. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/range.js +3 -0
  1183. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/check-warning-header.js +39 -0
  1184. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/fetch.js +109 -0
  1185. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/index.js +27 -0
  1186. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/manifest.js +148 -0
  1187. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/pick-registry.js +17 -0
  1188. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/registry-key.js +16 -0
  1189. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/tarball.js +85 -0
  1190. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/remote.js +30 -0
  1191. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/tag.js +3 -0
  1192. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/fetchers/version.js +3 -0
  1193. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/finalize-manifest.js +250 -0
  1194. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/util/cache-key.js +6 -0
  1195. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/util/git.js +222 -0
  1196. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/util/gunzip-maybe.js +24 -0
  1197. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/util/opt-check.js +63 -0
  1198. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/util/pack-dir.js +44 -0
  1199. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/lib/util/silentlog.js +13 -0
  1200. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/manifest.js +38 -0
  1201. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/prefetch.js +64 -0
  1202. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/pacote/tarball.js +95 -0
  1203. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/path-is-inside/LICENSE.txt +47 -0
  1204. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/path-is-inside/lib/path-is-inside.js +28 -0
  1205. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/promise-inflight/LICENSE +14 -0
  1206. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/promise-inflight/README.md +34 -0
  1207. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/promise-inflight/inflight.js +36 -0
  1208. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/.npmignore +2 -0
  1209. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/.travis.yml +3 -0
  1210. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/LICENSE +222 -0
  1211. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/README.md +81 -0
  1212. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js +68 -0
  1213. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.js +2 -0
  1214. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.png +0 -0
  1215. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/example/callback.js +4 -0
  1216. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js +6 -0
  1217. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/lib/main.js +100 -0
  1218. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/package.json +76 -0
  1219. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js +22 -0
  1220. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js +38 -0
  1221. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js +7 -0
  1222. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js +10 -0
  1223. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js +44 -0
  1224. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js +6 -0
  1225. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js +66 -0
  1226. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js +298 -0
  1227. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js +272 -0
  1228. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js +462 -0
  1229. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/query-string/index.js +210 -0
  1230. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/query-string/license +9 -0
  1231. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/query-string/readme.md +186 -0
  1232. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qw/LICENSE +14 -0
  1233. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qw/README.md +35 -0
  1234. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/qw/qw.js +43 -0
  1235. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read/LICENSE +15 -0
  1236. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read/README.md +53 -0
  1237. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read/lib/read.js +113 -0
  1238. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-cmd-shim/.npmignore +3 -0
  1239. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-cmd-shim/README.md +36 -0
  1240. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-cmd-shim/index.js +54 -0
  1241. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-cmd-shim/package.json +60 -0
  1242. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-installed/.npmignore +13 -0
  1243. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-installed/.travis.yml +9 -0
  1244. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-installed/LICENSE +16 -0
  1245. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-installed/README.md +27 -0
  1246. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-installed/package.json +67 -0
  1247. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-installed/read-installed.js +407 -0
  1248. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-package-json/LICENSE +15 -0
  1249. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-package-json/README.md +151 -0
  1250. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-package-json/read-json.js +440 -0
  1251. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-package-tree/LICENSE +15 -0
  1252. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-package-tree/README.md +68 -0
  1253. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/read-package-tree/rpt.js +237 -0
  1254. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/.npmignore +9 -0
  1255. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/.travis.yml +65 -0
  1256. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  1257. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/GOVERNANCE.md +136 -0
  1258. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/LICENSE +47 -0
  1259. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/README.md +57 -0
  1260. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
  1261. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/duplex-browser.js +1 -0
  1262. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/duplex.js +1 -0
  1263. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js +124 -0
  1264. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js +47 -0
  1265. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js +1007 -0
  1266. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js +214 -0
  1267. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js +664 -0
  1268. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/BufferList.js +74 -0
  1269. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js +72 -0
  1270. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  1271. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  1272. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/LICENSE +19 -0
  1273. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
  1274. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
  1275. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +107 -0
  1276. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/package.json +66 -0
  1277. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
  1278. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.npmignore +1 -0
  1279. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.travis.yml +4 -0
  1280. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/Makefile +6 -0
  1281. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/README.md +60 -0
  1282. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
  1283. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/index.js +5 -0
  1284. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/package.json +76 -0
  1285. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/test.js +20 -0
  1286. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml +12 -0
  1287. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/index.js +43 -0
  1288. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/license.md +19 -0
  1289. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/package.json +51 -0
  1290. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/readme.md +18 -0
  1291. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/test.js +24 -0
  1292. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/.npmignore +2 -0
  1293. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/LICENSE +48 -0
  1294. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md +28 -0
  1295. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/lib/string_decoder.js +272 -0
  1296. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/package.json +56 -0
  1297. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/History.md +16 -0
  1298. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/LICENSE +24 -0
  1299. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/README.md +53 -0
  1300. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/browser.js +67 -0
  1301. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/node.js +6 -0
  1302. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/package.json +61 -0
  1303. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/package.json +103 -0
  1304. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/passthrough.js +1 -0
  1305. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/readable-browser.js +7 -0
  1306. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/readable.js +19 -0
  1307. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/transform.js +1 -0
  1308. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/writable-browser.js +1 -0
  1309. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readable-stream/writable.js +8 -0
  1310. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readdir-scoped-modules/.travis.yml +7 -0
  1311. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readdir-scoped-modules/LICENSE +15 -0
  1312. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readdir-scoped-modules/README.md +17 -0
  1313. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readdir-scoped-modules/package.json +65 -0
  1314. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/readdir-scoped-modules/readdir.js +71 -0
  1315. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/CHANGELOG.md +674 -0
  1316. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/LICENSE +55 -0
  1317. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/README.md +1097 -0
  1318. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/index.js +155 -0
  1319. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/auth.js +167 -0
  1320. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/cookies.js +38 -0
  1321. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/getProxyFromURI.js +79 -0
  1322. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/har.js +205 -0
  1323. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/helpers.js +66 -0
  1324. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/multipart.js +112 -0
  1325. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/oauth.js +148 -0
  1326. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/querystring.js +50 -0
  1327. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/redirect.js +154 -0
  1328. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/lib/tunnel.js +175 -0
  1329. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/request/request.js +1552 -0
  1330. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/.npmignore +2 -0
  1331. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/License +21 -0
  1332. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/Makefile +22 -0
  1333. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/Readme.md +215 -0
  1334. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/equation.gif +0 -0
  1335. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/example/dns.js +31 -0
  1336. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/example/stop.js +40 -0
  1337. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/index.js +1 -0
  1338. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/lib/retry.js +99 -0
  1339. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/lib/retry_operation.js +143 -0
  1340. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/retry/package.json +61 -0
  1341. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/rimraf/LICENSE +15 -0
  1342. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/rimraf/README.md +101 -0
  1343. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/rimraf/bin.js +50 -0
  1344. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/rimraf/rimraf.js +364 -0
  1345. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/safe-buffer/.travis.yml +7 -0
  1346. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/safe-buffer/LICENSE +21 -0
  1347. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/safe-buffer/README.md +584 -0
  1348. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/safe-buffer/index.js +62 -0
  1349. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/safe-buffer/package.json +68 -0
  1350. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/safe-buffer/test.js +101 -0
  1351. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/semver/LICENSE +15 -0
  1352. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/semver/README.md +366 -0
  1353. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/semver/bin/semver +133 -0
  1354. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/semver/range.bnf +16 -0
  1355. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/semver/semver.js +1296 -0
  1356. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sha/.npmignore +4 -0
  1357. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sha/LICENSE +46 -0
  1358. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sha/README.md +49 -0
  1359. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sha/index.js +107 -0
  1360. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sha/package.json +52 -0
  1361. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/LICENSE +15 -0
  1362. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/README.md +143 -0
  1363. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/index.js +1 -0
  1364. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/lib/async-map-ordered.js +65 -0
  1365. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/lib/async-map.js +54 -0
  1366. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js +16 -0
  1367. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/lib/chain.js +20 -0
  1368. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/lib/slide.js +3 -0
  1369. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/slide/package.json +63 -0
  1370. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-object/LICENSE.txt +47 -0
  1371. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-object/lib/sorted-object.js +11 -0
  1372. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/.npmignore +1 -0
  1373. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/.travis.yml +5 -0
  1374. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/LICENSE +21 -0
  1375. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/README.md +80 -0
  1376. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/example.js +15 -0
  1377. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/index.js +59 -0
  1378. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/package.json +66 -0
  1379. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/sorted-union-stream/test.js +154 -0
  1380. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ssri/CHANGELOG.md +190 -0
  1381. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ssri/LICENSE.md +16 -0
  1382. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ssri/README.md +462 -0
  1383. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/ssri/index.js +334 -0
  1384. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/strip-ansi/index.js +4 -0
  1385. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/strip-ansi/license +9 -0
  1386. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/strip-ansi/readme.md +39 -0
  1387. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/LICENSE +15 -0
  1388. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/README.md +883 -0
  1389. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/index.js +18 -0
  1390. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/create.js +110 -0
  1391. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/extract.js +127 -0
  1392. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/header.js +272 -0
  1393. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/high-level-opt.js +29 -0
  1394. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/large-numbers.js +92 -0
  1395. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/list.js +132 -0
  1396. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/mkdir.js +207 -0
  1397. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/pack.js +399 -0
  1398. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/parse.js +415 -0
  1399. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/pax.js +145 -0
  1400. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/read-entry.js +94 -0
  1401. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/replace.js +211 -0
  1402. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/types.js +44 -0
  1403. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/unpack.js +481 -0
  1404. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/update.js +36 -0
  1405. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js +14 -0
  1406. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/winchars.js +23 -0
  1407. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/tar/lib/write-entry.js +395 -0
  1408. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/.travis.yml +4 -0
  1409. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/LICENSE +18 -0
  1410. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/example/align.js +8 -0
  1411. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/example/center.js +8 -0
  1412. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/example/dotalign.js +9 -0
  1413. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/example/doubledot.js +11 -0
  1414. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/example/table.js +6 -0
  1415. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/index.js +86 -0
  1416. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/package.json +78 -0
  1417. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/text-table/readme.markdown +134 -0
  1418. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uid-number/LICENSE +15 -0
  1419. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uid-number/README.md +17 -0
  1420. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js +24 -0
  1421. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uid-number/package.json +53 -0
  1422. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uid-number/uid-number.js +59 -0
  1423. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/umask/.npmignore +28 -0
  1424. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/umask/ChangeLog +9 -0
  1425. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/umask/LICENSE +22 -0
  1426. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/umask/README.md +78 -0
  1427. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/umask/index.js +77 -0
  1428. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/umask/package.json +60 -0
  1429. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/.npmignore +5 -0
  1430. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/README.md +33 -0
  1431. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.html +73 -0
  1432. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/__root__/index.js.html +69 -0
  1433. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/base.css +182 -0
  1434. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/index.html +73 -0
  1435. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/prettify.css +1 -0
  1436. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/prettify.js +1 -0
  1437. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/sort-arrow-sprite.png +0 -0
  1438. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/coverage/sorter.js +156 -0
  1439. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/index.js +8 -0
  1440. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unique-filename/package.json +63 -0
  1441. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unpipe/HISTORY.md +4 -0
  1442. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unpipe/LICENSE +22 -0
  1443. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unpipe/README.md +43 -0
  1444. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/unpipe/index.js +69 -0
  1445. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/update-notifier/check.js +22 -0
  1446. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/update-notifier/index.js +151 -0
  1447. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/update-notifier/readme.md +184 -0
  1448. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/.eslintrc.json +46 -0
  1449. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/AUTHORS +5 -0
  1450. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/HISTORY.md +28 -0
  1451. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/LICENSE.md +21 -0
  1452. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/README.md +227 -0
  1453. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/bin/uuid +50 -0
  1454. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/index.js +8 -0
  1455. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js +23 -0
  1456. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/lib/rng-browser.js +33 -0
  1457. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/lib/rng.js +10 -0
  1458. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/lib/sha1-browser.js +85 -0
  1459. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/lib/sha1.js +21 -0
  1460. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/package.json +82 -0
  1461. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/v1.js +100 -0
  1462. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/v4.js +29 -0
  1463. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/uuid/v5.js +42 -0
  1464. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE +174 -0
  1465. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/README.md +113 -0
  1466. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/index.js +84 -0
  1467. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/LICENSE +57 -0
  1468. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/README.md +10 -0
  1469. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/index.js +237 -0
  1470. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids/LICENSE +24 -0
  1471. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids/README.md +55 -0
  1472. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids/spdx-license-ids.json +334 -0
  1473. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/package.json +66 -0
  1474. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/AUTHORS +3 -0
  1475. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/LICENSE +22 -0
  1476. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/README.md +83 -0
  1477. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/index.js +5 -0
  1478. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parser.js +1357 -0
  1479. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json +66 -0
  1480. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-name/.npmignore +1 -0
  1481. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-name/.travis.yml +6 -0
  1482. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE +6 -0
  1483. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-name/README.md +120 -0
  1484. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-name/index.js +105 -0
  1485. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json +70 -0
  1486. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/which/CHANGELOG.md +147 -0
  1487. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/which/LICENSE +15 -0
  1488. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/which/README.md +51 -0
  1489. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/which/bin/which +52 -0
  1490. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/which/which.js +135 -0
  1491. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/.travis.yml +11 -0
  1492. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/LICENSE.md +13 -0
  1493. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/README.md +144 -0
  1494. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/examples/basic/child.js +5 -0
  1495. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/examples/basic/index.js +13 -0
  1496. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/examples/pi/calc.js +22 -0
  1497. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/examples/pi/index.js +41 -0
  1498. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/index.d.ts +44 -0
  1499. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/lib/child/index.js +52 -0
  1500. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/lib/farm.js +339 -0
  1501. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/lib/fork.js +32 -0
  1502. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/lib/index.js +34 -0
  1503. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/.npmignore +1 -0
  1504. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/README.md +141 -0
  1505. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/build.js +43 -0
  1506. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/cli.js +20 -0
  1507. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/custom.js +55 -0
  1508. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/errno.js +313 -0
  1509. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/package.json +60 -0
  1510. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/test.js +31 -0
  1511. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/.npmignore +1 -0
  1512. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/LICENCE +19 -0
  1513. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/Makefile +4 -0
  1514. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/README.md +32 -0
  1515. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/immutable.js +19 -0
  1516. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/mutable.js +17 -0
  1517. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/package.json +43 -0
  1518. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/test.js +83 -0
  1519. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/worker-farm/package.json +61 -0
  1520. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/wrappy/LICENSE +15 -0
  1521. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/wrappy/README.md +36 -0
  1522. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/wrappy/wrappy.js +33 -0
  1523. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/write-file-atomic/LICENSE +6 -0
  1524. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/write-file-atomic/README.md +47 -0
  1525. package/node-v8.11.1-linux-x64/lib/node_modules/npm/node_modules/write-file-atomic/index.js +134 -0
  1526. package/node-v8.11.1-linux-x64/lib/node_modules/npm/package.json +265 -0
  1527. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/changelog.js +101 -0
  1528. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/clean-old.sh +165 -0
  1529. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/dep-update +6 -0
  1530. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/dev-dep-update +6 -0
  1531. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/doc-build.sh +67 -0
  1532. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/gen-changelog +7 -0
  1533. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/index-build.js +58 -0
  1534. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/install.sh +241 -0
  1535. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/maketest +94 -0
  1536. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/publish-tag.js +3 -0
  1537. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/release.sh +36 -0
  1538. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/relocate.sh +26 -0
  1539. package/node-v8.11.1-linux-x64/lib/node_modules/npm/scripts/update-authors.sh +9 -0
  1540. package/node-v8.11.1-linux-x64/share/doc/node/gdbinit +161 -0
  1541. package/node-v8.11.1-linux-x64/share/doc/node/lldb_commands.py +72 -0
  1542. package/node-v8.11.1-linux-x64/share/doc/node/lldbinit +31 -0
  1543. package/node-v8.11.1-linux-x64/share/man/man1/node.1 +372 -0
  1544. package/node-v8.11.1-linux-x64/share/systemtap/tapset/node.stp +146 -0
  1545. package/node-v8.11.1-linux-x64.tar.xz +0 -0
  1546. package/package.json +53 -0
@@ -0,0 +1,1488 @@
1
+ ## v5.6.0 (2017-11-27):
2
+
3
+ ### Features!
4
+
5
+ You may have noticed this is a semver-minor bump. Wondering why? This is why!
6
+
7
+ * [`bc263c3fd`](https://github.com/npm/npm/commit/bc263c3fde6ff4b04deee132d0a9d89379e28c27)
8
+ [#19054](https://github.com/npm/npm/pull/19054)
9
+ **Fully cross-platform `package-lock.json`**. Installing a failing optional
10
+ dependency on one platform no longer removes it from the dependency tree,
11
+ meaning that `package-lock.json` should now be generated consistently across
12
+ platforms! 🎉
13
+ ([@iarna](https://github.com/iarna))
14
+ * [`f94fcbc50`](https://github.com/npm/npm/commit/f94fcbc50d8aec7350164df898d1e12a1e3da77f)
15
+ [#19160](https://github.com/npm/npm/pull/19160)
16
+ Add `--package-lock-only` config option. This makes it so you can generate a
17
+ target `package-lock.json` without performing a full install of
18
+ `node_modules`.
19
+ ([@alopezsanchez](https://github.com/alopezsanchez))
20
+ * [`66d18280c`](https://github.com/npm/npm/commit/66d18280ca320f880f4377cf80a8052491bbccbe)
21
+ [#19104](https://github.com/npm/npm/pull/19104)
22
+ Add new `--node-options` config to pass through a custom `NODE_OPTIONS` for
23
+ lifecycle scripts.
24
+ ([@bmeck](https://github.com/bmeck))
25
+ * [`114d518c7`](https://github.com/npm/npm/commit/114d518c75732c42acbef3acab36ba1d0fd724e2)
26
+ Ignore mtime when packing tarballs: This means that doing `npm pack` on the
27
+ same repository should yield two tarballs with the same checksum. This will
28
+ also help prevent cache bloat when using git dependencies. In the future, this
29
+ will allow npm to explicitly cache git dependencies.
30
+ ([@isaacs](https://github.com/isaacs))
31
+
32
+ ### Performance
33
+
34
+ * [`39ba4aa74`](https://github.com/npm/npm/commit/39ba4aa7479220e61573c0c1977124c2199f49d0)
35
+ `tar@4.1.0`: Reduce number of overall fs operations during packing/unpacking.
36
+
37
+ ### Node 9
38
+
39
+ Previously, it turns out npm broke on the latest Node, `node@9`. We went ahead
40
+ and fixed it up so y'all should be able to use the latest npm again!
41
+
42
+ * [`4ca695819`](https://github.com/npm/npm/commit/4ca6958196ae41cef179473e3f7dbed9df9a32f1)
43
+ `minizlib@1.0.4`: `Fix node@9` incompatibility.
44
+ ([@isaacs](https://github.com/isaacs))
45
+ * [`c851bb503`](https://github.com/npm/npm/commit/c851bb503a756b7cd48d12ef0e12f39e6f30c577)
46
+ `tar@4.0.2`: Fix `node@9` incompatibility.
47
+ ([@isaacs](https://github.com/isaacs))
48
+ * [`6caf23096`](https://github.com/npm/npm/commit/6caf2309613d14ce77923ad3d1275cb89c6cf223)
49
+ Remove "unsupported" warning for Node 9 now that things are fixed.
50
+ ([@iarna](https://github.com/iarna))
51
+ * [`1930b0f8c`](https://github.com/npm/npm/commit/1930b0f8c44373301edc9fb6ccdf7efcb350fa42)
52
+ Update test matrix with `node@8` LTS and `node@9`.
53
+ ([@iarna](https://github.com/iarna))
54
+
55
+ ### Bug Fixes
56
+
57
+ * [`b70321733`](https://github.com/npm/npm/commit/b7032173361665a12c9e4200bdc3f0eb4dee682f)
58
+ [#18881](https://github.com/npm/npm/pull/18881)
59
+ When dealing with a `node_modules` that was created with older versions of npm
60
+ (and thus older versions of npa) we need to gracefully handle older spec
61
+ entries. Failing to do so results in us treating those packages as if they
62
+ were http remote deps, which results in invalid lock files with `version` set
63
+ to tarball URLs. This should now be fixed.
64
+ ([@iarna](https://github.com/iarna))
65
+ * [`2f9c5dd00`](https://github.com/npm/npm/commit/2f9c5dd0046a53ece3482e92a412413f5aed6955)
66
+ [#18880](https://github.com/npm/npm/pull/18880)
67
+ Stop overwriting version in package data on disk. This is another safeguard
68
+ against the version overwriting that's plagued some folks upgrading from older
69
+ package-locks.
70
+ ([@iarna](https://github.com/iarna))
71
+ ([@joshclow](https://github.com/joshclow))
72
+ * [`a93e0a51d`](https://github.com/npm/npm/commit/a93e0a51d3dafc31c809ca28cd7dfa71b2836f86)
73
+ [#18846](https://github.com/npm/npm/pull/18846)
74
+ Correctly save transitive dependencies when using `npm update` in
75
+ `package-lock.json`.
76
+ ([@iarna](https://github.com/iarna))
77
+ * [`fdde7b649`](https://github.com/npm/npm/commit/fdde7b649987b2acd9a37ef203f1e263fdf6fece)
78
+ [#18825](https://github.com/npm/npm/pull/18825)
79
+ Fix typo and concatenation in error handling.
80
+ ([@alulsh](https://github.com/alulsh))
81
+ * [`be67de7b9`](https://github.com/npm/npm/commit/be67de7b90790cef0a9f63f91c2f1a00942205ee)
82
+ [#18711](https://github.com/npm/npm/pull/18711)
83
+ Upgrade to bearer tokens from legacy auth when enabling 2FA.
84
+ ([@iarna](https://github.com/iarna))
85
+ * [`bfdf0fd39`](https://github.com/npm/npm/commit/bfdf0fd39646b03db8e543e2bec7092da7880596)
86
+ [#19033](https://github.com/npm/npm/pull/19033)
87
+ Fix issue where files with `@` signs in their names would not get included
88
+ when packing tarballs.
89
+ ([@zkat](https://github.com/zkat))
90
+ * [`b65b89bde`](https://github.com/npm/npm/commit/b65b89bdeaa65516f3e13afdb6e9aeb22d8508f4)
91
+ [#19048](https://github.com/npm/npm/pull/19048)
92
+ Fix problem where `npm login` was ignoring various networking-related options,
93
+ such as custom certs.
94
+ ([@wejendorp](https://github.com/wejendorp))
95
+ * [`8c194b86e`](https://github.com/npm/npm/commit/8c194b86ec9617e2bcc31f30ee4772469a0bb440)
96
+ `npm-packlist@1.1.10`: Include `node_modules/` directories not in the root.
97
+ ([@isaacs](https://github.com/isaacs))
98
+ * [`d7ef6a20b`](https://github.com/npm/npm/commit/d7ef6a20b44e968cb92babab1beb51f99110781d)
99
+ `libnpx@9.7.1`: Fix some *nix binary path escaping issues.
100
+ ([@zkat](https://github.com/zkat))
101
+ * [`981828466`](https://github.com/npm/npm/commit/981828466a5936c70abcccea319b227c443e812b)
102
+ `cacache@10.0.1`: Fix fallback to `copy-concurrently` when file move fails.
103
+ This might fix permissions and such issues on platforms that were getting
104
+ weird filesystem errors during install.
105
+ ([@karolba](https://github.com/karolba))
106
+ * [`a0be6bafb`](https://github.com/npm/npm/commit/a0be6bafb6dd7acb3e7b717c27c8575a2215bfff)
107
+ `pacote@7.0.2`: Includes a bunch of fixes, specially for issues around git
108
+ dependencies. Shasum-related errors should be way less common now, too.
109
+ ([@zkat](https://github.com/zkat))
110
+ * [`b80d650de`](https://github.com/npm/npm/commit/b80d650def417645d2525863e9f17af57a917b42)
111
+ [#19163](https://github.com/npm/npm/pull/19163)
112
+ Fix a number of git and tarball specs and checksum errors.
113
+ ([@zkat](https://github.com/zkat))
114
+ * [`cac225025`](https://github.com/npm/npm/commit/cac225025fa06cd055286e75541138cd95f52def)
115
+ [#19054](https://github.com/npm/npm/pull/19054)
116
+ Don't count failed optionals when summarizing installed packages.
117
+ ([@iarna](https://github.com/iarna))
118
+
119
+ ### UX
120
+
121
+ * [`b1ec2885c`](https://github.com/npm/npm/commit/b1ec2885c43f8038c4e05b83253041992fdfe382)
122
+ [#18326](https://github.com/npm/npm/pull/18326)
123
+ Stop truncating output of `npm view`. This means, for example, that you no
124
+ longer need to use `--json` when a package has a lot of versions, to see the
125
+ whole list.
126
+ ([@SimenB](https://github.com/SimenB))
127
+ * [`55a124e0a`](https://github.com/npm/npm/commit/55a124e0aa6097cb46f1484f666444b2a445ba57)
128
+ [#18884](https://github.com/npm/npm/pull/18884)
129
+ Profile UX improvements: better messaging on unexpected responses, and stop
130
+ claiming we set passwords to null when resetting them.
131
+ ([@iarna](https://github.com/iarna))
132
+ * [`635481c61`](https://github.com/npm/npm/commit/635481c6143bbe10a6f89747795bf4b83f75a7e9)
133
+ [#18844](https://github.com/npm/npm/pull/18844)
134
+ Improve error messaging for OTP/2FA.
135
+ ([@iarna](https://github.com/iarna))
136
+ * [`52b142ed5`](https://github.com/npm/npm/commit/52b142ed5e0f13f23c99209932e8de3f7649fd47)
137
+ [#19054](https://github.com/npm/npm/pull/19054)
138
+ Stop running the same rollback multiple times. This should address issues
139
+ where Windows users saw strange failures when `fsevents` failed to install.
140
+ ([@iarna](https://github.com/iarna))
141
+ * [`798428b0b`](https://github.com/npm/npm/commit/798428b0b7b6cfd6ce98041c45fc0a36396e170c)
142
+ [#19172](https://github.com/npm/npm/pull/19172)
143
+ `bin-links@1.1.0`: Log the fact line endings are being changed upon install.
144
+ ([@marcosscriven](https://github.com/marcosscriven))
145
+
146
+ ### Refactors
147
+
148
+ Usually, we don't include internal refactor stuff in our release notes, but it's
149
+ worth calling out some of them because they're part of a larger effort the CLI
150
+ team and associates are undertaking to modularize npm itself so other package
151
+ managers and associated tools can reuse all that code!
152
+
153
+ * [`9d22c96b7`](https://github.com/npm/npm/commit/9d22c96b7160729c8126a38dcf554611b9e3ba87)
154
+ [#18500](https://github.com/npm/npm/pull/18500)
155
+ Extract bin-links and gentle-fs to a separate library. This will allow
156
+ external tools to do bin linking and certain fs operations in an
157
+ npm-compatible way!
158
+ ([@mikesherov](https://github.com/mikesherov))
159
+ * [`015a7803b`](https://github.com/npm/npm/commit/015a7803b7b63bc8543882196d987b92b461932d)
160
+ [#18883](https://github.com/npm/npm/pull/18883)
161
+ Capture logging from log events on the process global. This allows npm to use
162
+ npmlog to report logging from external libraries like `npm-profile`.
163
+ ([@iarna](https://github.com/iarna))
164
+ * [`c930e98ad`](https://github.com/npm/npm/commit/c930e98adc03cef357ae5716269a04d74744a852)
165
+ `npm-lifecycle@2.0.0`: Use our own `node-gyp`. This means npm no longer needs
166
+ to pull some maneuvers to make sure `node-gyp` is in the right place, and that
167
+ external packages using `npm-lifecycle` will get working native builds without
168
+ having to do their own `node-gyp` maneuvers.
169
+ ([@zkochan](https://github.com/zkochan))
170
+ * [`876f0c8f3`](https://github.com/npm/npm/commit/876f0c8f341f8915e338b409f4b8616bb5263500) [`829893d61`](https://github.com/npm/npm/commit/829893d617bf81bba0d1ce4ea303f76ea37a2b2d)
171
+ [#19099](https://github.com/npm/npm/pull/19099)
172
+ `find-npm-prefix@1.0.1`: npm's prefix-finding logic is now a standalone
173
+ module. That is, the logic that figures out where the root of your project is
174
+ if you've `cd`'d into a subdirectory. Did you know you can run `npm install`
175
+ from these subdirectories, and it'll only affect the root? It works like git!
176
+ ([@iarna](https://github.com/iarna))
177
+
178
+ ### Docs
179
+
180
+ * [`7ae12b21c`](https://github.com/npm/npm/commit/7ae12b21cc841f76417d3bb13b74f177319d4deb)
181
+ [#18823](https://github.com/npm/npm/pull/18823)
182
+ Fix spelling of the word authenticator. Because English is hard.
183
+ ([@tmcw](https://github.com/tmcw))
184
+ * [`5dfc3ab7b`](https://github.com/npm/npm/commit/5dfc3ab7bc2cb0fa7d9a8c00aa95fecdd14d7ae1)
185
+ [#18742](https://github.com/npm/npm/pull/18742)
186
+ Explicitly state 'github:foo/bar' as a valid shorthand for hosted git specs.
187
+ ([@felicio](https://github.com/felicio))
188
+ * [`a9dc098a6`](https://github.com/npm/npm/commit/a9dc098a6eb7a87895f52a101ac0d41492da698e)
189
+ [#18679](https://github.com/npm/npm/pull/18679)
190
+ Add some documentation about the `script-shell` config.
191
+ ([@gszabo](https://github.com/gszabo))
192
+ * [`24d7734d1`](https://github.com/npm/npm/commit/24d7734d1a1e906c83c53b6d1853af8dc758a998)
193
+ [#18571](https://github.com/npm/npm/pull/18571)
194
+ Change `verboten` to `forbidden`.
195
+ ([@devmount](https://github.com/devmount))
196
+ * [`a8a45668f`](https://github.com/npm/npm/commit/a8a45668fb9b8eb84234fe89234bdcdf644ead58)
197
+ [#18568](https://github.com/npm/npm/pull/18568)
198
+ Improve wording for the docs for the "engines" section of package.json files.
199
+ ([@apitman](https://github.com/apitman))
200
+ * [`dbc7e5b60`](https://github.com/npm/npm/commit/dbc7e5b602870330a8cdaf63bd303cd9050f792f)
201
+ [#19118](https://github.com/npm/npm/pull/19118)
202
+ Use valid JSON in example for bundledDependencies.
203
+ ([@charmander](https://github.com/charmander))
204
+ * [`779339485`](https://github.com/npm/npm/commit/779339485bab5137d0fdc68d1ed6fa987aa8965a)
205
+ [#19162](https://github.com/npm/npm/pull/19162)
206
+ Remove trailing white space from `npm access` docs.
207
+ ([@WispProxy](https://github.com/WispProxy))
208
+
209
+ ### Dependency Bumps
210
+
211
+ * [`0e7cac941`](https://github.com/npm/npm/commit/0e7cac9413ff1104cf242cc3006f42aa1c2ab63f)
212
+ `bluebird@3.5.1`
213
+ ([@petkaantonov](https://github.com/petkaantonov))
214
+ * [`c4d5887d9`](https://github.com/npm/npm/commit/c4d5887d978849ddbe2673630de657f141ae5bcf)
215
+ `update-notifier@2.3.0`
216
+ ([@sindresorhus](https://github.com/sindresorhus))
217
+ * [`eb19a9691`](https://github.com/npm/npm/commit/eb19a9691cf76fbc9c5b66aa7aadb5d905af467a)
218
+ `npm-package-arg@6.0.0`
219
+ ([@zkat](https://github.com/zkat))
220
+ * [`91d5dca96`](https://github.com/npm/npm/commit/91d5dca96772bc5c45511ddcbeeb2685c7ea68e8)
221
+ `npm-profile@2.0.5`
222
+ ([@iarna](https://github.com/iarna))
223
+ * [`8de66c46e`](https://github.com/npm/npm/commit/8de66c46e57e4b449c9540c8ecafbc4fd58faff5)
224
+ `ssri@5.0.0`
225
+ ([@zkat](https://github.com/zkat))
226
+ * [`cfbc3ea69`](https://github.com/npm/npm/commit/cfbc3ea69a8c62dc8e8543193c3ac472631dcef9)
227
+ `worker-farm@1.5.1`
228
+ ([@rvagg](https://github.com/rvagg))
229
+ * [`60c228160`](https://github.com/npm/npm/commit/60c228160f22d41c2b36745166c9e8c2d84fee58)
230
+ `query-string@5.0.1`
231
+ ([@sindresorhus](https://github.com/sindresorhus))
232
+ * [`72cad8c66`](https://github.com/npm/npm/commit/72cad8c664efd8eb1bec9a418bccd6c6ca9290de)
233
+ `copy-concurrently@1.0.5`
234
+ ([@iarna](https://github.com/iarna))
235
+
236
+ ## v5.5.1 (2017-10-04):
237
+
238
+ A very quick, record time, patch release, of a bug fix to a (sigh) last minute bug fix.
239
+
240
+ * [`e628e058b`](https://github.com/npm/npm/commit/e628e058b)
241
+ Fix login to properly recognize OTP request and store bearer tokens.
242
+ ([@Rebecca Turner](https://github.com/Rebecca Turner))
243
+
244
+ ## v5.5.0 (2017-10-04):
245
+
246
+ Hey y'all, this is a big new feature release! We've got some security
247
+ related goodies plus a some quality-of-life improvements for anyone who uses
248
+ the public registry (so, virtually everyone).
249
+
250
+ The changes largely came together in one piece, so I'm just gonna leave the commit line here:
251
+
252
+ * [`f6ebf5e8b`](https://github.com/npm/npm/commit/f6ebf5e8bd6a212c7661e248c62c423f2b54d978)
253
+ [`f97ad6a38`](https://github.com/npm/npm/commit/f97ad6a38412581d059108ea29be470acb4fa510)
254
+ [`f644018e6`](https://github.com/npm/npm/commit/f644018e6ef1ff7523c6ec60ae55a24e87a9d9ae)
255
+ [`8af91528c`](https://github.com/npm/npm/commit/8af91528ce6277cd3a8c7ca8c8102671baf10d2f)
256
+ [`346a34260`](https://github.com/npm/npm/commit/346a34260b5fba7de62717135f3e083cc4820853)
257
+ Two factor authentication, profile editing and token management.
258
+ ([@iarna](https://github.com/iarna))
259
+
260
+ ### TWO FACTOR AUTHENTICATION
261
+
262
+ You can now enable two-factor authentication for your npm account. You can
263
+ even do it from the CLI. In fact, you have to, for the time being:
264
+
265
+ ```
266
+ npm profile enable-tfa
267
+ ```
268
+
269
+ With the default two-factor authentication mode you'll be prompted to enter
270
+ a one-time password when logging in, when publishing and when modifying access rights to
271
+ your modules.
272
+
273
+ ### TOKEN MANAGEMENT
274
+
275
+ You can now create, list and delete authentication tokens from the comfort
276
+ of the command line. Authentication tokens created this way can have NEW
277
+ restrictions placed on them. For instance, you can create a `read-only`
278
+ token to give to your CI. It will be able to download your private modules
279
+ but it won't be able to publish or modify modules. You can also create
280
+ tokens that can only be used from certain network addresses. This way you
281
+ can lock down access to your corporate VPN or other trusted machines.
282
+
283
+ Deleting tokens isn't new, you could [do it via the
284
+ website](https://www.npmjs.com/settings/tokens) but now you can do it via
285
+ the CLI as well.
286
+
287
+ ### CHANGE YOUR PASSWORD, SET YOUR EMAIL
288
+
289
+ You can finally change your password from the CLI with `npm profile set
290
+ password`! You can also update your email address with `npm profile set
291
+ email <address>`. If you change your email address we'll send you a new
292
+ verification email so you verify that its yours.
293
+
294
+ ### AND EVERYTHING ELSE ON YOUR PROFILE
295
+
296
+ You can also update all of the other attributes of your profile that
297
+ previously you could only update via the website: `fullname`, `homepage`,
298
+ `freenode`, `twitter` and `github`.
299
+
300
+ ### AVAILABLE STAND ALONE
301
+
302
+ All of these features were implemented in a stand alone library, so if you
303
+ have use for them in your own project you can find them in
304
+ [npm-profile](https://www.npmjs.com/package/npm-profile) on the registry.
305
+ There's also a little mini-cli written just for it at
306
+ [npm-profile-cli](https://www.npmjs.com/package/npm-profile-cli). You might
307
+ also be interested in the [API
308
+ documentation](https://github.com/npm/registry/tree/master/docs) for these
309
+ new features: [user profile editing](https://github.com/npm/registry/blob/master/docs/user/profile.md) and
310
+ [authentication](https://github.com/npm/registry/blob/master/docs/user/authentication.md).
311
+
312
+ ### BUG FIXES
313
+
314
+ * [`5ee55dc71`](https://github.com/npm/npm/commit/5ee55dc71b8b74b8418c3d5ec17483a07b3b6777)
315
+ install.sh: Drop support for upgrading from npm@1 as npm@5 can't run on
316
+ any Node.js version that ships npm@1. This fixes an issue some folks were seeing when trying
317
+ to upgrade using `curl | http://npmjs.com/install.sh`.
318
+ ([@iarna](https://github.com/iarna))
319
+ * [`5cad1699a`](https://github.com/npm/npm/commit/5cad1699a7a0fc85ac7f77a95087a9647f75e344)
320
+ `npm-lifecycle@1.0.3` Fix a bug where when more than one lifecycle script
321
+ got queued to run, npm would crash.
322
+ ([@zkat](https://github.com/zkat))
323
+ * [`cd256cbb2`](https://github.com/npm/npm/commit/cd256cbb2f97fcbcb82237e94b66eac80e493626)
324
+ `npm-packlist@1.1.9` Fix a bug where test directories would always be
325
+ excluded from published modules.
326
+ ([@isaacs](https://github.com/isaacs))
327
+ * [`2a11f0215`](https://github.com/npm/npm/commit/2a11f021561acb1eb1ad4ad45ad955793b1eb4af)
328
+ Fix formatting of unsupported version warning
329
+ ([@iarna](https://github.com/iarna))
330
+
331
+ ### DEPENDENCY UPDATES
332
+
333
+ * [`6d2a285a5`](https://github.com/npm/npm/commit/6d2a285a58655f10834f64d38449eb1f3c8b6c47)
334
+ `npm-registry-client@8.5.0`
335
+ * [`69e64e27b`](https://github.com/npm/npm/commit/69e64e27bf58efd0b76b3cf6e8182c77f8cc452f)
336
+ `request@2.83.0`
337
+ * [`34e0f4209`](https://github.com/npm/npm/commit/34e0f42090f6153eb5462f742e402813e4da56c8)
338
+ `abbrev@1.1.1`
339
+ * [`10d31739d`](https://github.com/npm/npm/commit/10d31739d39765f1f0249f688bd934ffad92f872)
340
+ `aproba@1.2.0`
341
+ * [`2b02e86c0`](https://github.com/npm/npm/commit/2b02e86c06cf2a5fe7146404f5bfd27f190ee4f4)
342
+ `meant@1.0.1`
343
+ * [`b81fff808`](https://github.com/npm/npm/commit/b81fff808ee269361d3dcf38c1b6019f1708ae02)
344
+ `rimraf@2.6.2`:
345
+ Fixes a long standing bug in rimraf's attempts to work around Windows limitations
346
+ where it owns a file and can change its perms but can't remove it without
347
+ first changing its perms. This _may_ be an improvement for Windows users of npm under
348
+ some circumstances.
349
+ ([@isaacs](https://github.com/isaacs))
350
+
351
+ ## v5.4.2 (2017-09-14):
352
+
353
+ This is a small bug fix release wrapping up most of the issues introduced with 5.4.0.
354
+
355
+ ### Bugs
356
+
357
+ * [`0b28ac72d`](https://github.com/npm/npm/commit/0b28ac72d29132e9b761717aba20506854465865)
358
+ [#18458](https://github.com/npm/npm/pull/18458)
359
+ Fix a bug on Windows where rolling back of failed optional dependencies would fail.
360
+ ([@marcins](https://github.com/marcins))
361
+ * [`3a1b29991`](https://github.com/npm/npm/commit/3a1b299913ce94fdf25ed3ae5c88fe6699b04e24)
362
+ `write-file-atomic@2.1.0` Revert update of `write-file-atomic`. There were changes made to it
363
+ that were resulting in EACCES errors for many users.
364
+ ([@iarna](https://github.com/iarna))
365
+ * [`cd8687e12`](https://github.com/npm/npm/commit/cd8687e1257f59a253436d69e8d79a29c85d00c8)
366
+ Fix a bug where if npm decided it needed to move a module during an upgrade it would strip
367
+ out much of the `package.json`. This would result in broken trees after package updates.
368
+ * [`5bd0244ee`](https://github.com/npm/npm/commit/5bd0244eec347ce435e88ff12148c35da7c69efe)
369
+ [#18385](https://github.com/npm/npm/pull/18385)
370
+ Fix `npm outdated` when run on non-registry dependencies.
371
+ ([@joshclow](https://github.com/joshclow))
372
+ ([@iarna](https://github.com/iarna))
373
+
374
+ ### Ux
375
+
376
+ * [`339f17b1e`](https://github.com/npm/npm/commit/339f17b1e6816eccff7df97875db33917eccdd13)
377
+ Report unsupported node versions with greater granularity.
378
+ ([@iarna](https://github.com/iarna))
379
+
380
+ ### Docs
381
+
382
+ * [`b2ab6f43b`](https://github.com/npm/npm/commit/b2ab6f43b8ae645134238acd8dd3083e5ba8846e)
383
+ [#18397](https://github.com/npm/npm/pull/18397)
384
+ Document that the default loglevel with `npm@5` is `notice`.
385
+ ([@KenanY](https://github.com/KenanY))
386
+ * [`e5aedcd82`](https://github.com/npm/npm/commit/e5aedcd82af81fa9e222f9210f6f890c72a18dd3)
387
+ [#18372](https://github.com/npm/npm/pull/18372)
388
+ In npm-config documentation, note that env vars use \_ in place of -.
389
+ ([@jakubholynet](https://github.com/jakubholynet))
390
+
391
+ ## v5.4.1 (2017-09-06):
392
+
393
+ This is a very small bug fix release to fix a problem where permissions on
394
+ installed binaries were being set incorrectly.
395
+
396
+ * [`767ff6eee`](https://github.com/npm/npm/commit/767ff6eee7fa3a0f42ad677dedc0ec1f0dc15e7c)
397
+ [zkat/pacote#117](https://github.com/zkat/pacote/pull/117)
398
+ [#18324](https://github.com/npm/npm/issues/18324)
399
+ `pacote@6.0.2`
400
+ ([@zkat](https://github.com/zkat))
401
+
402
+ ## v5.4.0 (2017-08-22):
403
+
404
+ Here's another ~~small~~ big release, with a ~~handful~~ bunch of fixes and
405
+ a couple of ~~small~~ new features! This release has been incubating rather
406
+ longer than usual and it's grown quite a bit in that time. I'm also excited
407
+ to say that it has contributions from **27** different folks, which is a new
408
+ record for us. Our previous record was 5.1.0 at 21. Before that the record
409
+ had been held by 1.3.16 since _December of 2013_.
410
+
411
+ ![chart of contributor counts by version, showing an increasing rate over time and spikes mid in the 1.x series and later at 5.x](https://pbs.twimg.com/media/DH38rbZUwAAf9hS.jpg)
412
+
413
+ If you can't get enough of the bleeding edge, I encourage you to check out
414
+ our canary release of npm. Get it with `npm install -g npmc`. It's going to
415
+ be seeing some exciting stuff in the next couple of weeks, starting with a
416
+ rewriten `npm dedupe`, but moving on to… well, you'll just have to wait and
417
+ find out.
418
+
419
+ ### PERFORMANCE
420
+
421
+ * [`d080379f6`](https://github.com/npm/npm/commit/d080379f620c716afa2c1d2e2ffc0a1ac3459194)
422
+ `pacote@6.0.1` Updates extract to use tar@4, which is much faster than the
423
+ older tar@2. It reduces install times by as much as 10%.
424
+ ([@zkat](https://github.com/zkat))
425
+ * [`4cd6a1774`](https://github.com/npm/npm/commit/4cd6a1774f774506323cae5685c9ca9a10deab63)
426
+ [`0195c0a8c`](https://github.com/npm/npm/commit/0195c0a8cdf816834c2f737372194ddc576c451d)
427
+ [#16804](https://github.com/npm/npm/pull/16804)
428
+ `tar@4.0.1` Update publish to use tar@4. tar@4 brings many advantages
429
+ over tar@2: It's faster, better tested and easier to work with. It also
430
+ produces exactly the same byte-for-byte output when producing tarballs
431
+ from the same set of files. This will have some nice carry on effects for
432
+ things like caching builds from git. And finally, last but certainly not
433
+ least, upgrading to it also let's us finally eliminate `fstream`—if
434
+ you know what that is you'll know why we're so relieved.
435
+ ([@isaacs](https://github.com/isaacs))
436
+
437
+ ### FEATURES
438
+
439
+ * [`1ac470dd2`](https://github.com/npm/npm/commit/1ac470dd283cc7758dc37721dd6331d5b316dc99)
440
+ [#10382](https://github.com/npm/npm/pull/10382)
441
+ If you make a typo when writing a command now, npm will print a brief "did you
442
+ mean..." message with some possible alternatives to what you meant.
443
+ ([@watilde](https://github.com/watilde))
444
+ * [`20c46228d`](https://github.com/npm/npm/commit/20c46228d8f9243910f8c343f4830d52455d754e)
445
+ [#12356](https://github.com/npm/npm/pull/12356)
446
+ When running lifecycle scripts, `INIT_CWD` will now contain the original
447
+ working directory that npm was executed from. Remember that you can use `npm
448
+ run-script` even if you're not inside your package root directory!
449
+ ([@MichaelQQ](https://github.com/MichaelQQ))
450
+ * [`be91e1726`](https://github.com/npm/npm/commit/be91e1726e9c21c4532723e4f413b73a93dd53d1)
451
+ [`4e7c41f4a`](https://github.com/npm/npm/commit/4e7c41f4a29744a9976cc22c77eee9d44172f21e)
452
+ `libnpx@9.6.0`: Fixes a number of issues on Windows and adds support for
453
+ several more languages: Korean, Norwegian (bokmål and nynorsk), Ukrainian,
454
+ Serbian, Bahasa Indonesia, Polish, Dutch and Arabic.
455
+ ([@zkat](https://github.com/zkat))
456
+ * [`2dec601c6`](https://github.com/npm/npm/commit/2dec601c6d5a576751d50efbcf76eaef4deff31e)
457
+ [#17142](https://github.com/npm/npm/pull/17142)
458
+ Add the new `commit-hooks` option to `npm version` so that you can disable commit
459
+ hooks when committing the version bump.
460
+ ([@faazshift](https://github.com/faazshift))
461
+ * [`bde151902`](https://github.com/npm/npm/commit/bde15190230b5c62dbd98095311eab71f6b52321)
462
+ [#14461](https://github.com/npm/npm/pull/14461)
463
+ Make output from `npm ping` clear as to its success or failure.
464
+ ([@legodude17](https://github.com/legodude17))
465
+
466
+ ### BUGFIXES
467
+
468
+ * [`b6d5549d2`](https://github.com/npm/npm/commit/b6d5549d2c2d38dd0e4319c56b69ad137f0d50cd)
469
+ [#17844](https://github.com/npm/npm/pull/17844)
470
+ Make package-lock.json sorting locale-agnostic. Previously, sorting would vary
471
+ by locale, due to using `localeCompare` for key sorting. This'll give you
472
+ a little package-lock.json churn as it reshuffles things, sorry!
473
+ ([@LotharSee](https://github.com/LotharSee))
474
+ * [`44b98b9dd`](https://github.com/npm/npm/commit/44b98b9ddcfcccf68967fdf106fca52bf0c3da4b)
475
+ [#17919](https://github.com/npm/npm/pull/17919)
476
+ Fix a crash where `npm prune --production` would fail while removing `.bin`.
477
+ ([@fasterthanlime](https://github.com/fasterthanlime))
478
+ * [`c3d1d3ba8`](https://github.com/npm/npm/commit/c3d1d3ba82aa41dfb2bd135e6cdc59f8d33cd9fb)
479
+ [#17816](https://github.com/npm/npm/pull/17816)
480
+ Fail more smoothly when attempting to install an invalid package name.
481
+ ([@SamuelMarks](https://github.com/SamuelMarks))
482
+ * [`55ac2fca8`](https://github.com/npm/npm/commit/55ac2fca81bf08338302dc7dc2070494e71add5c)
483
+ [#12784](https://github.com/npm/npm/pull/12784)
484
+ Guard against stack overflows when marking packages as failed.
485
+ ([@vtravieso](https://github.com/vtravieso))
486
+ * [`597cc0e4b`](https://github.com/npm/npm/commit/597cc0e4b5e6ee719014e3171d4e966df42a275c)
487
+ [#15087](https://github.com/npm/npm/pull/15087)
488
+ Stop outputting progressbars or using color on dumb terminals.
489
+ ([@iarna](https://github.com/iarna))
490
+ * [`7a7710ba7`](https://github.com/npm/npm/commit/7a7710ba72e6f82414653c2e7e91fea9a1aba7e2)
491
+ [#15088](https://github.com/npm/npm/pull/15088)
492
+ Don't exclude modules that are both dev & prod when using `npm ls --production`.
493
+ ([@iarna](https://github.com/iarna))
494
+ * [`867df2b02`](https://github.com/npm/npm/commit/867df2b0214689822b87b51578e347f353be97e8)
495
+ [#18164](https://github.com/npm/npm/pull/18164)
496
+ Only do multiple procs on OSX for now. We've seen a handful of issues
497
+ relating to this in Docker and in on Windows with antivirus.
498
+ ([@zkat](https://github.com/zkat))
499
+ * [`23540af7b`](https://github.com/npm/npm/commit/23540af7b0ec5f12bbdc1558745c8c4f0861042b)
500
+ [#18117](https://github.com/npm/npm/pull/18117)
501
+ Some package managers would write spaces to the \_from field in package.json's in the
502
+ form of `name @spec`. This was causing npm to fail to interpret them. We now handle that
503
+ correctly and doubly make sure we don't do that ourselves.
504
+ ([@IgorNadj](https://github.com/IgorNadj))
505
+ * [`0ef320cb4`](https://github.com/npm/npm/commit/0ef320cb40222693b7367b97c60ddffabc2d58c5)
506
+ [#16634](https://github.com/npm/npm/pull/16634)
507
+ Convert any bin script with a shbang a the start to Unix line-endings. (These sorts of scripts
508
+ are not compatible with Windows line-endings even on Windows.)
509
+ ([@ScottFreeCode](https://github.com/ScottFreeCode))
510
+ * [`71191ca22`](https://github.com/npm/npm/commit/71191ca2227694355c49dfb187104f68df5126bd)
511
+ [#16476](https://github.com/npm/npm/pull/16476)
512
+ `npm-lifecycle@1.0.2` Running an install with `--ignore-scripts` was resulting in the
513
+ the package object being mutated to have the lifecycle scripts removed from it and that
514
+ in turn was being written out to disk, causing further problems. This fixes that:
515
+ No more mutation, no more unexpected changes.
516
+ ([@addaleax](https://github.com/addaleax))
517
+ * [`459fa9d51`](https://github.com/npm/npm/commit/459fa9d51600904ee75ed6267b159367a1209793)
518
+ [npm/read-package-json#74](https://github.com/npm/read-package-json/pull/74)
519
+ [#17802](https://github.com/npm/npm/pull/17802)
520
+ `read-package-json@2.0.1` Use unix-style slashes for generated bin
521
+ entries, which lets them be cross platform even when produced on Windows.
522
+ ([@iarna](https://github.com/iarna))
523
+ * [`5ec72ab5b`](https://github.com/npm/npm/commit/5ec72ab5b27c5c83cee9ff568cf75a9479d4b83a)
524
+ [#18229](https://github.com/npm/npm/pull/18229)
525
+ Make install.sh find nodejs on debian.
526
+ ([@cebe](https://github.com/cebe))
527
+
528
+ ### DOCUMENTATION
529
+
530
+ * [`b019680db`](https://github.com/npm/npm/commit/b019680db78ae0a6dff2289dbfe9f61fccbbe824)
531
+ [#10846](https://github.com/npm/npm/pull/10846)
532
+ Remind users that they have to install missing `peerDependencies` manually.
533
+ ([@ryanflorence](https://github.com/ryanflorence))
534
+ * [`3aee5986a`](https://github.com/npm/npm/commit/3aee5986a65add2f815b24541b9f4b69d7fb445f)
535
+ [#17898](https://github.com/npm/npm/pull/17898)
536
+ Minor punctuation fixes to the README.
537
+ ([@AndersDJohnson](https://github.com/AndersDJohnson))
538
+ * [`e0d0a7e1d`](https://github.com/npm/npm/commit/e0d0a7e1dda2c43822b17eb71f4d51900575cc61)
539
+ [#17832](https://github.com/npm/npm/pull/17832)
540
+ Fix grammar, format, and spelling in documentation for `run-script`.
541
+ ([@simonua](https://github.com/simonua))
542
+ * [`3fd6a5f2f`](https://github.com/npm/npm/commit/3fd6a5f2f8802a9768dba2ec32c593b5db5a878d)
543
+ [#17897](https://github.com/npm/npm/pull/17897)
544
+ Add more info about using `files` with `npm pack`/`npm publish`.
545
+ ([@davidjgoss](https://github.com/davidjgoss))
546
+ * [`f00cdc6eb`](https://github.com/npm/npm/commit/f00cdc6eb90a0735bc3c516720de0b1428c79c31)
547
+ [#17785](https://github.com/npm/npm/pull/17785)
548
+ Add a note about filenames for certificates on Windows, which use a different
549
+ extension and file type.
550
+ ([@lgp1985](https://github.com/lgp1985))
551
+ * [`0cea6f974`](https://github.com/npm/npm/commit/0cea6f9741243b1937abfa300c2a111d9ed79143)
552
+ [#18022](https://github.com/npm/npm/pull/18022)
553
+ Clarify usage for the `files` field in `package.json`.
554
+ ([@xcambar](https://github.com/xcambar))
555
+ * [`a0fdd1571`](https://github.com/npm/npm/commit/a0fdd15710971234cbc57086cd1a4dc037a39471)
556
+ [#15234](https://github.com/npm/npm/pull/15234)
557
+ Clarify the behavior of the `files` array in the package-json docs.
558
+ ([@jbcpollak](https://github.com/jbcpollak))
559
+ * [`cecd6aa5d`](https://github.com/npm/npm/commit/cecd6aa5d4dd04af765b26b749c1cd032f7eb913)
560
+ [#18137](https://github.com/npm/npm/pull/18137)
561
+ Clarify interaction between npmignore and files in package.json.
562
+ ([@supertong](https://github.com/supertong))
563
+ * [`6b8972039`](https://github.com/npm/npm/commit/6b89720396767961001e727fc985671ce88b901b)
564
+ [#18044](https://github.com/npm/npm/pull/18044)
565
+ Corrected the typo in package-locks docs.
566
+ ([@vikramnr](https://github.com/vikramnr))
567
+ * [`6e012924f`](https://github.com/npm/npm/commit/6e012924f99c475bc3637c86ab6a113875405fc7)
568
+ [#17667](https://github.com/npm/npm/pull/17667)
569
+ Fix description of package.json in npm-scripts docs.
570
+ ([@tripu](https://github.com/tripu))
571
+
572
+ ### POSSIBLY INTERESTING DEPENDENCY UPDATES
573
+
574
+ * [`48d84171a`](https://github.com/npm/npm/commit/48d84171a302fde2510b3f31e4a004c5a4d39c73)
575
+ [`f60b05d63`](https://github.com/npm/npm/commit/f60b05d6307a7c46160ce98d6f3ccba89411c4ba)
576
+ `semver@5.4.1` Perf improvements.
577
+ ([@zkat](https://github.com/zkat))
578
+ * [`f4650b5d4`](https://github.com/npm/npm/commit/f4650b5d4b2be2c04c229cc53aa930e260af9b4e)
579
+ `write-file-atomic@2.3.0`:
580
+ Serialize writes to the same file so that results are deterministic.
581
+ Cleanup tempfiles when process is interrupted or killed.
582
+ ([@ferm10n](https://github.com/ferm10n))
583
+ ([@iarna](https://github.com/iarna))
584
+
585
+ ### CHORES
586
+
587
+ * [`96d78df98`](https://github.com/npm/npm/commit/96d78df9843187bc53be2c93913e8567003ccb73)
588
+ [`80e2f4960`](https://github.com/npm/npm/commit/80e2f4960691bc5dbd8320002e4d9143784b9ce9)
589
+ [`4f49f687b`](https://github.com/npm/npm/commit/4f49f687bbd54b6a0e406936ae35593d8e971e1e)
590
+ [`07d2296b1`](https://github.com/npm/npm/commit/07d2296b10e3d8d6f079eba3a61f0258501d7161)
591
+ [`a267ab430`](https://github.com/npm/npm/commit/a267ab4309883012a9d55934533c5915e9842277)
592
+ [#18176](https://github.com/npm/npm/pull/18176)
593
+ [#18025](https://github.com/npm/npm/pull/18025)
594
+ Move the lifecycle code out of npm into a separate library,
595
+ [`npm-lifecycle`](https://github.com/npm/lifecycle). Shh, I didn't tell you this, but this
596
+ portends to some pretty cool stuff to come very soon now.
597
+ ([@mikesherov](https://github.com/mikesherov))
598
+ * [`0933c7eaf`](https://github.com/npm/npm/commit/0933c7eaf9cfcdf56471fe4e71c403e2016973da)
599
+ [#18025](https://github.com/npm/npm/pull/18025)
600
+ Force Travis to use Precise instead of Trusty. We have issues with our
601
+ couchdb setup and Trusty. =/
602
+ ([@mikesherov](https://github.com/mikesherov))
603
+ * [`afb086230`](https://github.com/npm/npm/commit/afb086230223f3c4fcddee4e958d18fce5db0ff9)
604
+ [#18138](https://github.com/npm/npm/pull/18138)
605
+ Fix typos in files-and-ignores test.
606
+ ([@supertong](https://github.com/supertong))
607
+ * [`3e6d11cde`](https://github.com/npm/npm/commit/3e6d11cde096b4ee7b07e7569b37186aa2115b1a)
608
+ [#18175](https://github.com/npm/npm/pull/18175)
609
+ Update dependencies to eliminate transitive dependencies with the WTFPL license, which
610
+ some more serious corporate lawyery types aren't super comfortable with.
611
+ ([@zkat](https://github.com/zkat))
612
+ * [`ee4c9bd8a`](https://github.com/npm/npm/commit/ee4c9bd8ae574a0d6b24725ba6c7b718d8aaad8d)
613
+ [#16474](https://github.com/npm/npm/pull/16474)
614
+ The tests in `test/tap/lifecycle-signal.js`, as well as the features
615
+ they are testing, are partially broken. This moves them from
616
+ being skipped in CI to being disabled only for certain platforms.
617
+ In particular, because `npm` spawns its lifecycle scripts in a
618
+ shell, signals are not necessarily forwarded by the shell and
619
+ won’t cause scripts to exit; also, shells may report the signal
620
+ they receive using their exit status, rather than terminating
621
+ themselves with a signal.
622
+ ([@addaleax](https://github.com/addaleax))
623
+ * [`9462e5d9c`](https://github.com/npm/npm/commit/9462e5d9cfbaa50218de6d0a630d6552e72ad0a8)
624
+ [#16547](https://github.com/npm/npm/pull/16547)
625
+ Remove unused file: bin/read-package-json.js
626
+ ([@metux](https://github.com/metux))
627
+ * [`0756d687d`](https://github.com/npm/npm/commit/0756d687d4ccfcd4a7fd83db0065eceb9261befb)
628
+ [#16550](https://github.com/npm/npm/pull/16550)
629
+ The build tools for the documentation need to be built/installed
630
+ before the documents, even with parallel builds.
631
+ Make has a simple mechanism which was made exactly for that:
632
+ target dependencies.
633
+ ([@metux](https://github.com/metux))
634
+
635
+ ## v5.3.0 (2017-07-12):
636
+
637
+ As mentioned before, we're continuing to do relatively rapid, smaller releases
638
+ as we keep working on stomping out `npm@5` issues! We've made a lot of progress
639
+ since 5.0 already, and this release is no exception.
640
+
641
+ ### FEATURES
642
+
643
+ * [`1e3a46944`](https://github.com/npm/npm/commit/1e3a469448b5db8376e6f64022c4c0c78cdb1686)
644
+ [#17616](https://github.com/npm/npm/pull/17616)
645
+ Add `--link` filter option to `npm ls`.
646
+ ([@richardsimko](https://github.com/richardsimko))
647
+ * [`33df0aaa`](https://github.com/npm/npm/commit/33df0aaaa7271dac982b86f2701d10152c4177c8)
648
+ `libnpx@9.2.0`:
649
+ * 4 new languages - Czech, Italian, Turkish, and Chinese (Traditional)! This means npx is available in 14 different languages!
650
+ * New --node-arg option lets you pass CLI arguments directly to node when the target binary is found to be a Node.js script.
651
+ ([@zkat](https://github.com/zkat))
652
+
653
+ ### BUGFIXES
654
+
655
+ * [`33df0aaa`](https://github.com/npm/npm/commit/33df0aaaa7271dac982b86f2701d10152c4177c8)
656
+ `libnpx@9.2.0`:
657
+ * npx should now work on (most) Windows installs. A couple of issues remain.
658
+ * Prevent auto-fallback from going into an infinite loop when npx disappears.
659
+ * `npx npx npx npx npx npx npx npx` works again.
660
+ * `update-notifier` will no longer run for the npx bundled with npm.
661
+ * `npx <cmd>` in a subdirectory of your project should be able to find your `node_modules/.bin` now. Oops
662
+ ([@zkat](https://github.com/zkat))
663
+ * [`8e979bf80`](https://github.com/npm/npm/commit/8e979bf80fb93233f19db003f08443e26cfc5e64)
664
+ Revert change where npm stopped flattening modules that required peerDeps.
665
+ This caused problems because folks were using peer deps to indicate that the
666
+ target of the peer dep needed to be able to require the dependency and had
667
+ been relying on the fact that peer deps didn't change the shape of the tree
668
+ (as of npm@3).
669
+ The fix that will actually work for people is for a peer dep to insist on
670
+ never being installed deeper than the the thing it relies on. At the moment
671
+ this is tricky because the thing the peer dep relies on may not yet have
672
+ been added to the tree, so we don't know where it is.
673
+ ([@iarna](https://github.com/iarna))
674
+ * [`7f28a77f3`](https://github.com/npm/npm/commit/7f28a77f33ef501065f22e8d5e8cffee3195dccd)
675
+ [#17733](https://github.com/npm/npm/pull/17733)
676
+ Split remove and unbuild actions into two to get uninstall lifecycles and the
677
+ removal of transitive symlinks during uninstallation to run in the right
678
+ order.
679
+ ([@iarna](https://github.com/iarna))
680
+ * [`637f2548f`](https://github.com/npm/npm/commit/637f2548facae011eebf5e5c38bfe56a6c2db9fa)
681
+ [#17748](https://github.com/npm/npm/pull/17748)
682
+ When rolling back use symlink project-relative path, fixing some issues with
683
+ `fs-vacuum` getting confused while removing symlinked things.
684
+ ([@iarna](https://github.com/iarna))
685
+ * [`f153b5b22`](https://github.com/npm/npm/commit/f153b5b22f647d4d403f5b8cecd2ce63ac75b07c)
686
+ [#17706](https://github.com/npm/npm/pull/17706)
687
+ Use semver to compare node versions in npm doctor instead of plain `>`
688
+ comparison.
689
+ ([@leo-shopify](https://github.com/leo-shopify))
690
+ * [`542f7561`](https://github.com/npm/npm/commit/542f7561d173eca40eb8d838a16a0ed582fef989)
691
+ [#17742](https://github.com/npm/npm/pull/17742)
692
+ Fix issue where `npm version` would sometimes not commit package-locks.
693
+ ([@markpeterfejes](https://github.com/markpeterfejes))
694
+ * [`51a9e63d`](https://github.com/npm/npm/commit/51a9e63d31cb5ac52259dcf1c364004286072426)
695
+ [#17777](https://github.com/npm/npm/pull/17777)
696
+ Fix bug exposed by other bugfixes where the wrong package would be removed.
697
+ ([@iarna](https://github.com/iarna))
698
+
699
+ ### DOCUMENTATION
700
+
701
+ Have we mentioned we really like documentation patches? Keep sending them in!
702
+ Small patches are just fine, and they're a great way to get started contributing
703
+ to npm!
704
+
705
+ * [`fb42d55a9`](https://github.com/npm/npm/commit/fb42d55a9a97afa5ab7db38b3b99088cf68684ea)
706
+ [#17728](https://github.com/npm/npm/pull/17728)
707
+ Document semver git urls in package.json docs.
708
+ ([@sankethkatta](https://github.com/sankethkatta))
709
+ * [`f398c700f`](https://github.com/npm/npm/commit/f398c700fb0f2f3665ebf45995a910ad16cd8d05)
710
+ [#17684](https://github.com/npm/npm/pull/17684)
711
+ Tweak heading hierarchy in package.json docs.
712
+ ([@sonicdoe](https://github.com/sonicdoe))
713
+ * [`d5ad65e50`](https://github.com/npm/npm/commit/d5ad65e50a573cdf9df4155225e869cd6c88ca5e)
714
+ [#17691](https://github.com/npm/npm/pull/17691)
715
+ Explicitly document `--no-save` flag for uninstall.
716
+ ([@timneedham](https://github.com/timneedham))
717
+
718
+ ## v5.2.0 (2017-07-05):
719
+
720
+ It's only been a couple of days but we've got some bug fixes we wanted to
721
+ get out to you all. We also believe that
722
+ [`npx`](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) is ready to be bundled
723
+ with npm, which we're really excited about!
724
+
725
+ ### npx!!!
726
+
727
+ npx is a tool intended to help round out the experience of using packages
728
+ from the npm registry — the same way npm makes it super easy to install and
729
+ manage dependencies hosted on the registry, npx is meant to make it easy to
730
+ use CLI tools and other executables hosted on the registry. It greatly
731
+ simplifies a number of things that, until now, required a bit of ceremony to
732
+ do with plain npm.
733
+
734
+ ![](https://cdn-images-1.medium.com/max/1600/1*OlIRsvVO5aK7ja9HmwXz_Q.gif)
735
+
736
+ [@zkat](https://github.com/zkat) has a [great introduction post to npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b)
737
+ that I highly recommend you give a read
738
+
739
+ * [`fb040bee0`](https://github.com/npm/npm/commit/fb040bee0710759c60e45bf8fa2a3b8ddcf4212a)
740
+ [#17685](https://github.com/npm/npm/pull/17685)
741
+ Bundle npx with npm itself.
742
+ ([@zkat](https://github.com/zkat))
743
+
744
+ ### BUG FIXES
745
+
746
+ * [`9fe905c39`](https://github.com/npm/npm/commit/9fe905c399d07a3c00c7b22035ddb6b7762731e6)
747
+ [#17652](https://github.com/npm/npm/pull/17652)
748
+ Fix max callstack exceeded loops with trees with circular links.
749
+ ([@iarna](https://github.com/iarna))
750
+ * [`c0a289b1b`](https://github.com/npm/npm/commit/c0a289b1ba6b99652c43a955b23acbf1de0b56ae)
751
+ [#17606](https://github.com/npm/npm/pull/17606)
752
+ Make sure that when write package.json and package-lock.json we always use unix path separators.
753
+ ([@Standard8](https://github.com/Standard8))
754
+ * [`1658b79ca`](https://github.com/npm/npm/commit/1658b79cad89ccece5ae5ce3c2f691d44b933116)
755
+ [#17654](https://github.com/npm/npm/pull/17654)
756
+ Make `npm outdated` show results for globals again. Previously it never thought they were out of date.
757
+ ([@iarna](https://github.com/iarna))
758
+ * [`06c154fd6`](https://github.com/npm/npm/commit/06c154fd653d18725d2e760ba825d43cdd807420)
759
+ [#17678](https://github.com/npm/npm/pull/17678)
760
+ Stop flattening modules that have peer dependencies. We're making this
761
+ change to support scenarios where the module requiring a peer dependency
762
+ is flattened but the peer dependency itself is not, due to conflicts. In
763
+ those cases the module requiring the peer dep can't be flattened past the
764
+ location its peer dep was placed in. This initial fix is naive, never
765
+ flattening peer deps, and we can look into doing something more
766
+ sophisticated later on.
767
+ ([@iarna](https://github.com/iarna))
768
+ * [`88aafee8b`](https://github.com/npm/npm/commit/88aafee8b5b232b7eeb5690279a098d056575791)
769
+ [#17677](https://github.com/npm/npm/pull/17677)
770
+ There was an issue where updating a flattened dependency would sometimes
771
+ unflatten it. This only happened when the dependency had dependencies
772
+ that in turn required the original dependency.
773
+ ([@iarna](https://github.com/iarna))
774
+ * [`b58ec8eab`](https://github.com/npm/npm/commit/b58ec8eab3b4141e7f1b8b42d8cc24f716a804d8)
775
+ [#17626](https://github.com/npm/npm/pull/17626)
776
+ Integrators who were building their own copies of npm ran into issues because
777
+ `make install` and https://npmjs.com/install.sh weren't aware that
778
+ `npm install` creates links now when given a directory to work on. This does not impact folks
779
+ installing npm with `npm install -g npm`.
780
+ ([@iarna](https://github.com/iarna))
781
+
782
+ ### DOC FIXES
783
+
784
+ * [`10bef735e`](https://github.com/npm/npm/commit/10bef735e825acc8278827d34df415dfcd8c67d4)
785
+ [#17645](https://github.com/npm/npm/pull/17645)
786
+ Fix some github issue links in the 5.1.0 changelog
787
+ ([@schmod](https://github.com/schmod))
788
+ * [`85fa9dcb2`](https://github.com/npm/npm/commit/85fa9dcb2f0b4f51b515358e0184ec82a5845227)
789
+ [#17634](https://github.com/npm/npm/pull/17634)
790
+ Fix typo in package-lock docs.
791
+ ([@sonicdoe](https://github.com/sonicdoe))
792
+ * [`688699bef`](https://github.com/npm/npm/commit/688699befc2d147288c69a9405fb8354ecaebe36)
793
+ [#17628](https://github.com/npm/npm/pull/17628)
794
+ Recommend that folks looking for support join us on https://package.community/ or message
795
+ [@npm_support](https://twitter.com/npm_support) on Twitter.
796
+ ([@strugee](https://github.com/strugee))
797
+
798
+
799
+ ## v5.1.0 (2017-07-05):
800
+
801
+ Hey y'all~
802
+
803
+ We've got some goodies for you here, including `npm@5`'s first semver-minor
804
+ release! This version includes a huge number of fixes, particularly for some of
805
+ the critical bugs users were running into after upgrading npm. You should
806
+ overall see a much more stable experience, and we're going to continue hacking
807
+ on fixes for the time being. Semver-major releases, specially for tools like
808
+ npm, are bound to cause some instability, and getting `npm@5` stable is the CLI
809
+ team's top priority for now!
810
+
811
+ Not that bugfixes are the only things that landed, either: between improvements
812
+ that fell out of the bugfixes, and some really cool work by community members
813
+ like [@mikesherov](https://github.com/mikesherov), `npm@5.1.0` is **_twice as
814
+ fast_** as `npm@5.0.0` in some benchmarks. We're not stopping there, either: you
815
+ can expect a steady stream of speed improvements over the course of the year.
816
+ It's not _top_ priority, but we'll keep doing what we can to make sure npm saves
817
+ its users as much time as possible.
818
+
819
+ Hang on to your seats. At **100 commits**, this release is a bit of a doozy. 😎
820
+
821
+ ### FEATURES
822
+
823
+ Semver-minor releases, of course, mean that there's a new feature somewhere,
824
+ right? Here's what's bumping that number for us this time:
825
+
826
+ * [`a09c1a69d`](https://github.com/npm/npm/commit/a09c1a69df05b753464cc1272cdccc6af0f4da5a)
827
+ [#16687](https://github.com/npm/npm/pull/16687)
828
+ Allow customizing the shell used to execute `run-script`s.
829
+ ([@mmkal](https://github.com/mmkal))
830
+ * [`4f45ba222`](https://github.com/npm/npm/commit/4f45ba222e2ac6dbe6d696cb7a8e678bbda7c839) [`a48958598`](https://github.com/npm/npm/commit/a489585985540deed4edc03418636c9e97aa9e40) [`901bef0e1`](https://github.com/npm/npm/commit/901bef0e1ea806fc08d8d58744a9f813b6c020ab)
831
+ [#17508](https://github.com/npm/npm/pull/17508)
832
+ Add a new `requires` field to `package-lock.json` with information about the
833
+ _logical_ dependency tree. This includes references to the specific version
834
+ each package is intended to see, and can be used for many things, such as
835
+ [converting `package-lock.json` to other lockfile
836
+ formats](https://twitter.com/maybekatz/status/880578566907248640), various
837
+ optimizations, and verifying correctness of a package tree.
838
+ ([@iarna](https://github.com/iarna))
839
+ * [`47e8fc8eb`](https://github.com/npm/npm/commit/47e8fc8eb9b5faccef9e03ab991cf37458c16249)
840
+ [#17508](https://github.com/npm/npm/pull/17508)
841
+ Make `npm ls` take package locks (and shrinkwraps) into account. This means
842
+ `npm ls` can now be used to see [which dependencies are
843
+ missing](https://twitter.com/maybekatz/status/880446509547794437), so long as
844
+ a package lock has been previously generated with it in.
845
+ ([@iarna](https://github.com/iarna))
846
+ * [`f0075e7ca`](https://github.com/npm/npm/commit/f0075e7caa3e151424a254d7809ae4489ed8df90)
847
+ [#17508](https://github.com/npm/npm/pull/17508)
848
+ Take `package.json` changes into account when running installs -- if you
849
+ remove or add a dependency to `package.json` manually, npm will now pick that
850
+ up and update your tree and package lock accordingly.
851
+ ([@iarna](https://github.com/iarna))
852
+ * [`83a5455aa`](https://github.com/npm/npm/commit/83a5455aac3c5cc2511ab504923b652b13bd66a0)
853
+ [#17205](https://github.com/npm/npm/pull/17205)
854
+ Add `npm udpate` as an alias for `npm update`, for symmetry with
855
+ `install`/`isntall`.
856
+ ([@gdassori](https://github.com/gdassori))
857
+ * [`57225d394`](https://github.com/npm/npm/commit/57225d394b6174eb0be48393d8e18da0991f67b6)
858
+ [#17120](https://github.com/npm/npm/pull/17120)
859
+ npm will no longer warn about `preferGlobal`, and the option is now
860
+ deprecated.
861
+ ([@zkat](https://github.com/zkat))
862
+ * [`82df7bb16`](https://github.com/npm/npm/commit/82df7bb16fc29c47a024db4a8c393e55f883744b)
863
+ [#17351](https://github.com/npm/npm/pull/17351)
864
+ As some of you may already know `npm build` doesn't do what a lot of people
865
+ expect: It's mainly an npm plumbing command, and is part of the more familiar
866
+ `npm rebuild` command. That said, a lot of users assume that this is the way
867
+ to run an npm `run-script` named `build`, which is an incredibly common script
868
+ name to use. To clarify things for users, and encourage them to use `npm run
869
+ build` instead, npm will now warn if `npm build` is run without any arguments.
870
+ ([@lennym](https://github.com/lennym))
871
+
872
+ ### PERFORMANCE
873
+
874
+ * [`59f86ef90`](https://github.com/npm/npm/commit/59f86ef90a58d8dc925c9613f1c96e68bee5ec7b) [`43be9d222`](https://github.com/npm/npm/commit/43be9d2222b23ebb0a427ed91824ae217e6d077a) [`e906cdd98`](https://github.com/npm/npm/commit/e906cdd980b4722e66618ce295c682b9a8ffaf8f)
875
+ [#16633](https://github.com/npm/npm/pull/16633)
876
+ npm now parallelizes tarball extraction across multiple child process workers.
877
+ This can significantly speed up installations, specially when installing from
878
+ cache, and will improve with number of processors.
879
+ ([@zkat](https://github.com/zkat))
880
+ * [`e0849878d`](https://github.com/npm/npm/commit/e0849878dd248de8988c2ef3fc941054625712ca)
881
+ [#17441](https://github.com/npm/npm/pull/17441)
882
+ Avoid building environment for empty lifecycle scripts. This change alone
883
+ accounted for as much as a 15% speed boost for npm installations by outright
884
+ skipping entire steps of the installer when not needed.
885
+ ([@mikesherov](https://github.com/mikesherov))
886
+ * [`265c2544c`](https://github.com/npm/npm/commit/265c2544c8ded10854909243482e6437ed03c261)
887
+ [npm/hosted-git-info#24](https://github.com/npm/hosted-git-info/pull/24)
888
+ `hosted-git-info@2.5.0`: Add caching to `fromURL`, which gets called many,
889
+ many times by the installer. This improved installation performance by around
890
+ 10% on realistic application repositories.
891
+ ([@mikesherov](https://github.com/mikesherov))
892
+ * [`901d26cb`](https://github.com/npm/npm/commit/901d26cb656e7e773d9a38ef4eac9263b95e07c8)
893
+ [npm/read-package-json#20](https://github.com/npm/read-package-json/pull/70)
894
+ `read-package-json@2.0.9`: Speed up installs by as much as 20% by
895
+ reintroducing a previously-removed cache and making it actually be correct
896
+ this time around.
897
+ ([@mikesherov](https://github.com/mikesherov))
898
+ * [`44e37045d`](https://github.com/npm/npm/commit/44e37045d77bc40adf339b423d42bf5e9b4d4d91)
899
+ Eliminate `Bluebird.promisifyAll` from our codebase.
900
+ ([@iarna](https://github.com/iarna))
901
+ * [`3b4681b53`](https://github.com/npm/npm/commit/3b4681b53db7757985223932072875d099694677)
902
+ [#17508](https://github.com/npm/npm/pull/17508)
903
+ Stop calling `addBundle` on locked deps, speeding up the
904
+ `package-lock.json`-based fast path.
905
+ ([@iarna](https://github.com/iarna))
906
+
907
+ ### BUGFIXES
908
+
909
+ * [#17508](https://github.com/npm/npm/pull/17508)
910
+ This is a big PR that fixes a variety of issues when installing from package
911
+ locks. If you were previously having issues with missing dependencies or
912
+ unwanted removals, this might have fixed it:
913
+ * It introduces a new `package-lock.json` field, called `requires`, which tracks which modules a given module requires.
914
+ * It fixes [#16839](https://github.com/npm/npm/issues/16839) which was caused by not having this information available, particularly when git dependencies were involved.
915
+ * It fixes [#16866](https://github.com/npm/npm/issues/16866), allowing the `package.json` to trump the `package-lock.json`.
916
+ * `npm ls` now loads the shrinkwrap, which opens the door to showing a full tree of dependencies even when nothing is yet installed. (It doesn't do that yet though.)
917
+ ([@iarna](https://github.com/iarna))
918
+ * [`656544c31`](https://github.com/npm/npm/commit/656544c31cdef3cef64fc10c24f03a8ae2685e35) [`d21ab57c3`](https://github.com/npm/npm/commit/d21ab57c3ef4f01d41fb6c2103debe884a17dc22)
919
+ [#16637](https://github.com/npm/npm/pull/16637)
920
+ Fix some cases where `npm prune` was leaving some dependencies unpruned if
921
+ to-be-pruned dependencies depended on them.
922
+ ([@exogen](https://github.com/exogen))
923
+ * [`394436b09`](https://github.com/npm/npm/commit/394436b098dcca2d252061f95c4eeb92c4a7027c)
924
+ [#17552](https://github.com/npm/npm/pull/17552)
925
+ Make `refresh-package-json` re-verify the package platform. This fixes an
926
+ issue most notably experienced by Windows users using `create-react-app` where
927
+ `fsevents` would not short-circuit and cause a crash during its
928
+ otherwise-skipped native build phase.
929
+ ([@zkat](https://github.com/zkat))
930
+ * [`9e5a94354`](https://github.com/npm/npm/commit/9e5a943547b29c8d022192afd9398b3a136a7e5a)
931
+ [#17590](https://github.com/npm/npm/pull/17590)
932
+ Fix an issue where `npm@5` would crash when trying to remove packages
933
+ installed with `npm@<5`.
934
+ ([@iarna](https://github.com/iarna))
935
+ * [`c3b586aaf`](https://github.com/npm/npm/commit/c3b586aafa9eabac572eb6e2b8a7266536dbc65b)
936
+ [#17141](https://github.com/npm/npm/issues/17141)
937
+ Don't update the package.json when modifying packages that don't go there.
938
+ This was previously causing `package.json` to get a `"false": {}` field added.
939
+ ([@iarna](https://github.com/iarna))
940
+ * [`d04a23de2`](https://github.com/npm/npm/commit/d04a23de21dd9991b32029d839b71e10e07b400d) [`4a5b360d5`](https://github.com/npm/npm/commit/4a5b360d561f565703024085da0927ccafe8793e) [`d9e53db48`](https://github.com/npm/npm/commit/d9e53db48ca227b21bb67df48c9b3580cb390e9e)
941
+ `pacote@2.7.38`:
942
+ * [zkat/pacote#102](https://github.com/zkat/pacote/pull/102) Fix issue with tar extraction and special characters.
943
+ * Enable loose semver parsing in some missing corner cases.
944
+ ([@colinrotherham](https://github.com/colinrotherham), [@zkat](https://github.com/zkat), [@mcibique](https://github.com/mcibique))
945
+ * [`e2f815f87`](https://github.com/npm/npm/commit/e2f815f87676b7c50b896e939cee15a01aa976e4)
946
+ [#17104](https://github.com/npm/npm/pull/17104)
947
+ Write an empty str and wait for flush to exit to reduce issues with npm
948
+ exiting before all output is complete when it's a child process.
949
+ ([@zkat](https://github.com/zkat))
950
+ * [`835fcec60`](https://github.com/npm/npm/commit/835fcec601204971083aa3a281c3a9da6061a7c2)
951
+ [#17060](https://github.com/npm/npm/pull/17060)
952
+ Make git repos with prepare scripts always install with both dev and prod
953
+ flags.
954
+ ([@intellix](https://github.com/intellix))
955
+ * [`f1dc8a175`](https://github.com/npm/npm/commit/f1dc8a175eed56f1ed23bd5773e5e10beaf6cb31)
956
+ [#16879](https://github.com/npm/npm/pull/16879)
957
+ Fix support for `always-auth` and `_auth`. They are now both available in both
958
+ unscoped and registry-scoped configurations.
959
+ ([@jozemlakar](https://github.com/jozemlakar))
960
+ * [`ddd8a1ca2`](https://github.com/npm/npm/commit/ddd8a1ca2fa3377199af74ede9d0c1a406d19793)
961
+ Serialize package specs to prevent `[object Object]` showing up in logs during
962
+ extraction.
963
+ ([@zkat](https://github.com/zkat))
964
+ * [`99ef3b52c`](https://github.com/npm/npm/commit/99ef3b52caa7507e87a4257e622f8964b1c1f5f3)
965
+ [#17505](https://github.com/npm/npm/pull/17505)
966
+ Stop trying to commit updated `npm-shrinkwrap.json` and `package-lock.json` if
967
+ they're `.gitignore`d.
968
+ ([@zkat](https://github.com/zkat))
969
+ * [`58be2ec59`](https://github.com/npm/npm/commit/58be2ec596dfb0353ad2570e6750e408339f1478)
970
+ Make sure uid and gid are getting correctly set even when they're `0`. This
971
+ should fix some Docker-related issues with bad permissions/broken ownership.
972
+ ([@rgrove](https://github.com/rgrove))
973
+ ([@zkat](https://github.com/zkat))
974
+ * [`9d1e3b6fa`](https://github.com/npm/npm/commit/9d1e3b6fa01bb563d76018ee153259d9507658cf)
975
+ [#17506](https://github.com/npm/npm/pull/17506)
976
+ Skip writing package.json and locks if on-disk version is identical to the new
977
+ one.
978
+ ([@zkat](https://github.com/zkat))
979
+ * [`3fc6477a8`](https://github.com/npm/npm/commit/3fc6477a89773786e6c43ef43a23e5cdc662ff8e)
980
+ [#17592](https://github.com/npm/npm/pull/17592)
981
+ Fix an issue where `npm install -g .` on a package with no `name` field would
982
+ cause the entire global `node_modules` directory to be replaced with a symlink
983
+ to `$CWD`. lol.
984
+ ([@iarna](https://github.com/iarna))
985
+ * [`06ba0a14a`](https://github.com/npm/npm/commit/06ba0a14a6c1c8cdcc8c062b68c8c63041b0cec0)
986
+ [#17591](https://github.com/npm/npm/pull/17591)
987
+ Fix spurious removal reporting: if you tried to remove something that didn't
988
+ actually exist, npm would tell you it removed 1 package even though there was
989
+ nothing to do.
990
+ ([@iarna](https://github.com/iarna))
991
+ * [`20ff05f8`](https://github.com/npm/npm/commit/20ff05f8fe0ad8c36e1323d30b63b4d2ff7e11ef)
992
+ [#17629](https://github.com/npm/npm/pull/17629)
993
+ When removing a link, keep dependencies installed inside of it instead of
994
+ removing them, if the link is outside the scope of the current project. This
995
+ fixes an issue where removing globally-linked packages would remove all their
996
+ dependencies in the source directory, as well as some ergonomic issues when
997
+ using links in other situations.
998
+ ([@iarna](https://github.com/iarna))
999
+
1000
+ ### DOCS
1001
+
1002
+ * [`fd5fab595`](https://github.com/npm/npm/commit/fd5fab5955a20a9bb8c0e77092ada1435f73a8d2)
1003
+ [#16441](https://github.com/npm/npm/pull/16441)
1004
+ Add spec for `npm-shrinkwrap.json` and `package-lock.json` from RFC.
1005
+ ([@iarna](https://github.com/iarna))
1006
+ * [`9589c1ccb`](https://github.com/npm/npm/commit/9589c1ccb3f794abaaa48c2a647ada311dd881ef)
1007
+ [#17451](https://github.com/npm/npm/pull/17451)
1008
+ Fix typo in changelog.
1009
+ ([@watilde](https://github.com/watilde))
1010
+ * [`f8e76d856`](https://github.com/npm/npm/commit/f8e76d8566ae1965e57d348df74edad0643b66a6)
1011
+ [#17370](https://github.com/npm/npm/pull/17370)
1012
+ Correct the default prefix config path for Windows operating systems in the
1013
+ documentation for npm folders.
1014
+ ([@kierendixon](https://github.com/kierendixon))
1015
+ * [`d0f3b5a12`](https://github.com/npm/npm/commit/d0f3b5a127718b0347c6622a2b9c28341c530d36)
1016
+ [#17369](https://github.com/npm/npm/pull/17369)
1017
+ Fix `npm-config` reference to `userconfig` & `globalconfig` environment
1018
+ variables.
1019
+ ([@racztiborzoltan](https://github.com/racztiborzoltan))
1020
+ * [`87629880a`](https://github.com/npm/npm/commit/87629880a71baec352c1b5345bc29268d6212467)
1021
+ [#17336](https://github.com/npm/npm/pull/17336)
1022
+ Remove note in docs about `prepublish` being entirely removed.
1023
+ ([@Hirse](https://github.com/Hirse))
1024
+ * [`a1058afd9`](https://github.com/npm/npm/commit/a1058afd9a7a569bd0ac65b86eadd4fe077a7221)
1025
+ [#17169](https://github.com/npm/npm/pull/17169)
1026
+ Document `--no-package-lock` flag.
1027
+ ([@leggsimon](https://github.com/leggsimon))
1028
+ * [`32fc6e41a`](https://github.com/npm/npm/commit/32fc6e41a2ce4dbcd5ce1e5f291e2e2efc779d48)
1029
+ [#17250](https://github.com/npm/npm/pull/17250)
1030
+ Fix a typo in the shrinkwrap docs.
1031
+ ([@Zarel](https://github.com/Zarel))
1032
+ * [`f19bd3c8c`](https://github.com/npm/npm/commit/f19bd3c8cbd37c8a99487d6b5035282580ac3e9d)
1033
+ [#17249](https://github.com/npm/npm/pull/17249)
1034
+ Fix a package-lock.json cross-reference link.
1035
+ ([@not-an-aardvark](https://github.com/not-an-aardvark))
1036
+ * [`153245edc`](https://github.com/npm/npm/commit/153245edc4845db670ada5e95ef384561706a751)
1037
+ [#17075](https://github.com/npm/npm/pull/17075/files)
1038
+ Fix a typo in `npm-config` docs.
1039
+ ([@KennethKinLum](https://github.com/KennethKinLum))
1040
+ * [`c9b534a14`](https://github.com/npm/npm/commit/c9b534a148818d1a97787c0dfdba5f64ce3618a6)
1041
+ [#17074](https://github.com/npm/npm/pull/17074)
1042
+ Clarify config documention with multiple boolean flags.
1043
+ ([@KennethKinLum](https://github.com/KennethKinLum))
1044
+ * [`e111b0a40`](https://github.com/npm/npm/commit/e111b0a40c4bc6691d7b8d67ddce5419e67bfd27)
1045
+ [#16768](https://github.com/npm/npm/pull/16768)
1046
+ Document the `-l` option to `npm config list`.
1047
+ ([@happylynx](https://github.com/happylynx))
1048
+ * [`5a803ebad`](https://github.com/npm/npm/commit/5a803ebadd61229bca3d64fb3ef1981729b2548e)
1049
+ [#16548](https://github.com/npm/npm/pull/16548)
1050
+ Fix permissions for documentation files. Some of them had `+x` set. (???)
1051
+ ([@metux](https://github.com/metux))
1052
+ * [`d57d4f48c`](https://github.com/npm/npm/commit/d57d4f48c6cd00fdf1e694eb49e9358071d8e105)
1053
+ [#17319](https://github.com/npm/npm/pull/17319)
1054
+ Document that the `--silent` option for `npm run-script` can be used to
1055
+ suppress `npm ERR!` output on errors.
1056
+ ([@styfle](https://github.com/styfle))
1057
+
1058
+ ### MISC
1059
+
1060
+ Not all contributions need to be visible features, docs, or bugfixes! It's super
1061
+ helpful when community members go over our code and help clean it up, too!
1062
+
1063
+ * [`9e5b76140`](https://github.com/npm/npm/commit/9e5b76140ffdb7dcd12aa402793644213fb8c5d7)
1064
+ [#17411](https://github.com/npm/npm/pull/17411)
1065
+ Convert all callback-style `move` usage to use Promises.
1066
+ ([@vramana](https://github.com/vramana))
1067
+ * [`0711c08f7`](https://github.com/npm/npm/commit/0711c08f779ac641ec42ecc96f604c8861008b28)
1068
+ [#17394](https://github.com/npm/npm/pull/17394)
1069
+ Remove unused argument in `deepSortObject`.
1070
+ ([@vramana](https://github.com/vramana))
1071
+ * [`7d650048c`](https://github.com/npm/npm/commit/7d650048c8ed5faa0486492f1eeb698e7383e32f)
1072
+ [#17563](https://github.com/npm/npm/pull/17563)
1073
+ Refactor some code to use `Object.assign`.
1074
+ ([@vramana](https://github.com/vramana))
1075
+ * [`993f673f0`](https://github.com/npm/npm/commit/993f673f056aea5f602ea04b1e697b027c267a2d)
1076
+ [#17600](https://github.com/npm/npm/pull/17600)
1077
+ Remove an old comment.
1078
+ ([@vramana](https://github.com/vramana))
1079
+
1080
+ ## v5.0.4 (2017-06-13):
1081
+
1082
+ Hey y'all. This is another minor patch release with a variety of little fixes
1083
+ we've been accumulating~
1084
+
1085
+ * [`f0a37ace9`](https://github.com/npm/npm/commit/f0a37ace9ab7879cab20f2b0fcd7840bfc305feb)
1086
+ Fix `npm doctor` when hitting registries without `ping`.
1087
+ ([@zkat](https://github.com/zkat))
1088
+ * [`64f0105e8`](https://github.com/npm/npm/commit/64f0105e81352b42b72900d83b437b90afc6d9ce)
1089
+ Fix invalid format error when setting cache-related headers.
1090
+ ([@zkat](https://github.com/zkat))
1091
+ * [`d2969c80e`](https://github.com/npm/npm/commit/d2969c80e4178faebf0f7c4cab6eb610dd953cc6)
1092
+ Fix spurious `EINTEGRITY` issue.
1093
+ ([@zkat](https://github.com/zkat))
1094
+ * [`800cb2b4e`](https://github.com/npm/npm/commit/800cb2b4e2d0bd00b5c9082a896f2110e907eb0b)
1095
+ [#17076](https://github.com/npm/npm/pull/17076)
1096
+ Use legacy `from` field to improve upgrade experience from legacy shrinkwraps
1097
+ and installs.
1098
+ ([@zkat](https://github.com/zkat))
1099
+ * [`4100d47ea`](https://github.com/npm/npm/commit/4100d47ea58b4966c02604f71350b5316108df6a)
1100
+ [#17007](https://github.com/npm/npm/pull/17007)
1101
+ Restore loose semver parsing to match older npm behavior when running into
1102
+ invalid semver ranges in dependencies.
1103
+ ([@zkat](https://github.com/zkat))
1104
+ * [`35316cce2`](https://github.com/npm/npm/commit/35316cce2ca2d8eb94161ec7fe7e8f7bec7b3aa7)
1105
+ [#17005](https://github.com/npm/npm/pull/17005)
1106
+ Emulate npm@4's behavior of simply marking the peerDep as invalid, instead of
1107
+ crashing.
1108
+ ([@zkat](https://github.com/zkat))
1109
+ * [`e7e8ee5c5`](https://github.com/npm/npm/commit/e7e8ee5c57c7238655677e118a8809b652019f53)
1110
+ [#16937](https://github.com/npm/npm/pull/16937)
1111
+ Workaround for separate bug where `requested` was somehow null.
1112
+ ([@forivall](https://github.com/forivall))
1113
+ * [`2d9629bb2`](https://github.com/npm/npm/commit/2d9629bb2043cff47eaad2654a64d2cef5725356)
1114
+ Better logging output for git errors.
1115
+ ([@zkat](https://github.com/zkat))
1116
+ * [`2235aea73`](https://github.com/npm/npm/commit/2235aea73569fb9711a06fa6344ef31247177dcd)
1117
+ More scp-url fixes: parsing only worked correctly when a committish was
1118
+ present.
1119
+ ([@zkat](https://github.com/zkat))
1120
+ * [`80c33cf5e`](https://github.com/npm/npm/commit/80c33cf5e6ef207450949764de41ea96538c636e)
1121
+ Standardize package permissions on tarball extraction, instead of using perms
1122
+ from the tarball. This matches previous npm behavior and fixes a number of
1123
+ incompatibilities in the wild.
1124
+ ([@zkat](https://github.com/zkat))
1125
+ * [`2b1e40efb`](https://github.com/npm/npm/commit/2b1e40efba0b3d1004259efa4275cf42144e3ce3)
1126
+ Limit shallow cloning to hosts which are known to support it.
1127
+ ([@zkat](https://github.com/zkat))
1128
+
1129
+ ## v5.0.3 (2017-06-05)
1130
+
1131
+ Happy Monday, y'all! We've got another npm release for you with the fruits of
1132
+ our ongoing bugsquashing efforts. You can expect at least one more this week,
1133
+ but probably more -- and as we announced last week, we'll be merging fixes more
1134
+ rapidly into the `npmc` canary so you can get everything as soon as possible!
1135
+
1136
+ Hope y'all are enjoying npm5 in the meantime, and don't hesitate to file issues
1137
+ for anything you find! The goal is to get this release rock-solid as soon as we
1138
+ can. 💚
1139
+
1140
+ * [`6e12a5cc0`](https://github.com/npm/npm/commit/6e12a5cc022cb5a157a37df7283b6d7b3d49bdab)
1141
+ Bump several dependencies to get improvements and bugfixes:
1142
+ * `cacache`: content files (the tarballs) are now read-only.
1143
+ * `pacote`: fix failing clones with bad heads, send extra TLS-related opts to proxy, enable global auth configurations and `_auth`-based auth.
1144
+ * `ssri`: stop crashing with `can't call method find of undefined` when running into a weird `opts.integrity`/`opts.algorithms` conflict during verification.
1145
+ ([@zkat](https://github.com/zkat))
1146
+ * [`89cc8e3e1`](https://github.com/npm/npm/commit/89cc8e3e12dad67fd9844accf4d41deb4c180c5c)
1147
+ [#16917](https://github.com/npm/npm/pull/16917)
1148
+ Send `ca`, `cert` and `key` config through to network layer.
1149
+ ([@colinrotherham](https://github.com/colinrotherham))
1150
+ * [`6a9b51c67`](https://github.com/npm/npm/commit/6a9b51c67ba3df0372991631992748329b84f2e7)
1151
+ [#16929](https://github.com/npm/npm/pull/16929)
1152
+ Send `npm-session` header value with registry requests again.
1153
+ ([@zarenner](https://github.com/zarenner))
1154
+ * [`662a15ab7`](https://github.com/npm/npm/commit/662a15ab7e790e87f5e5a35252f05d5a4a0724a1)
1155
+ Fix `npm doctor` so it stop complaining about read-only content files in the
1156
+ cache.
1157
+ ([@zkat](https://github.com/zkat))
1158
+ * [`191d10a66`](https://github.com/npm/npm/commit/191d10a6616d72e26d89fd00f5a4f6158bfbc526)
1159
+ [#16918](https://github.com/npm/npm/pull/16918)
1160
+ Clarify prepublish deprecation message.
1161
+ ([@Hirse](https://github.com/Hirse))
1162
+
1163
+ ## v5.0.2 (2017-06-02)
1164
+
1165
+ Here's another patch release, soon after the other!
1166
+
1167
+ This particular release includes a slew of fixes to npm's git support, which was
1168
+ causing some issues for a chunk of people, specially those who were using
1169
+ self-hosted/Enterprise repos. All of those should be back in working condition
1170
+ now.
1171
+
1172
+ There's another shiny thing you might wanna know about: npm has a Canary release
1173
+ now! The `npm5` experiment we did during our beta proved to be incredibly
1174
+ successful: users were able to have a tight feedback loop between reports and
1175
+ getting the bugfixes they needed, and the CLI team was able to roll out
1176
+ experimental patches and have the community try them out right away. So we want
1177
+ to keep doing that.
1178
+
1179
+ From now on, you'll be able to install the 'npm canary' with `npm i -g npmc`.
1180
+ This release will be a separate binary (`npmc`. Because canary. Get it?), which
1181
+ will update independently of the main CLI. Most of the time, this will track
1182
+ `release-next` or something close to it. We might occasionally toss experimental
1183
+ branches in there to see if our more adventurous users run into anything
1184
+ interesting with it. For example, the current canary (`npmc@5.0.1-canary.6`)
1185
+ includes an [experimental multiproc
1186
+ branch](https://github.com/npm/npm/pull/16633) that parallelizes tarball
1187
+ extraction across multiple processes.
1188
+
1189
+ If you find any issues while running the canary version, please report them and
1190
+ let us know it came from `npmc`! It would be tremendously helpful, and finding
1191
+ things early is a huge reason to have it there. Happy hacking!
1192
+
1193
+ ### A NOTE ABOUT THE ISSUE TRACKER
1194
+
1195
+ Just a heads up: We're preparing to do a massive cleanup of the issue tracker.
1196
+ It's been a long time since it was something we could really keep up with, and
1197
+ we didn't have a process for dealing with it that could actually be sustainable.
1198
+
1199
+ We're still sussing the details out, and we'll talk about it more when we're
1200
+ about to do it, but the plan is essentially to close old, abandoned issues and
1201
+ start over. We will also [add some automation](https://github.com/probot) around
1202
+ issue management so that things that we can't keep up with don't just stay
1203
+ around forever.
1204
+
1205
+ Stay tuned!
1206
+
1207
+ ### GIT YOLO
1208
+
1209
+ * [`1f26e9567`](https://github.com/npm/npm/commit/1f26e9567a6d14088704e121ebe787c38b6849a4)
1210
+ `pacote@2.7.27`: Fixes installing committishes that look like semver, even
1211
+ though they're not using the required `#semver:` syntax.
1212
+ ([@zkat](https://github.com/zkat))
1213
+ * [`85ea1e0b9`](https://github.com/npm/npm/commit/85ea1e0b9478551265d03d545e7dc750b9edf547)
1214
+ `npm-package-arg@5.1.1`: This includes the npa git-parsing patch to make it so
1215
+ non-hosted SCP-style identifiers are correctly handled. Previously, npa would
1216
+ mangle them (even though hosted-git-info is doing the right thing for them).
1217
+ ([@zkat](https://github.com/zkat))
1218
+
1219
+ ### COOL NEW OUTPUT
1220
+
1221
+ The new summary output has been really well received! One downside that reared
1222
+ its head as more people used it, though, is that it doesn't really tell you
1223
+ anything about the toplevel versions it installed. So, if you did `npm i -g
1224
+ foo`, it would just say "added 1 package". This patch by
1225
+ [@rmg](https://github.com/rmg) keeps things concise while still telling you
1226
+ what you got! So now, you'll see something like this:
1227
+
1228
+ ```
1229
+ $ npm i -g foo bar
1230
+ + foo@1.2.3
1231
+ + bar@3.2.1
1232
+ added 234 packages in .005ms
1233
+ ```
1234
+
1235
+ * [`362f9fd5b`](https://github.com/npm/npm/commit/362f9fd5bec65301082416b4292b8fe3eb7f824a)
1236
+ [#16899](https://github.com/npm/npm/pull/16899)
1237
+ For every package that is given as an argument to install, print the name and
1238
+ version that was actually installed.
1239
+ ([@rmg](https://github.com/rmg))
1240
+
1241
+ ### OTHER BUGFIXES
1242
+
1243
+ * [`a47593a98`](https://github.com/npm/npm/commit/a47593a98a402143081d7077d2ac677d13083010)
1244
+ [#16835](https://github.com/npm/npm/pull/16835)
1245
+ Fix a crash while installing with `--no-shrinkwrap`.
1246
+ ([@jacknagel](https://github.com/jacknagel))
1247
+
1248
+ ### DOC UPATES
1249
+
1250
+ * [`89e0cb816`](https://github.com/npm/npm/commit/89e0cb8165dd9c3c7ac74d531617f367099608f4)
1251
+ [#16818](https://github.com/npm/npm/pull/16818)
1252
+ Fixes a spelling error in the docs. Because the CLI team has trouble spelling
1253
+ "package", I guess.
1254
+ ([@ankon](https://github.com/ankon))
1255
+ * [`c01fbc46e`](https://github.com/npm/npm/commit/c01fbc46e151bcfb359fd68dd7faa392789b4f55)
1256
+ [#16895](https://github.com/npm/npm/pull/16895)
1257
+ Remove `--save` from `npm init` instructions, since it's now the default.
1258
+ ([@jhwohlgemuth](https://github.com/jhwohlgemuth))
1259
+ * [`80c42d218`](https://github.com/npm/npm/commit/80c42d2181dd4d1b79fcee4e9233df268dfb30b7)
1260
+ Guard against cycles when inflating bundles, as symlinks are bundles now.
1261
+ ([@iarna](https://github.com/iarna))
1262
+ * [`7fe7f8665`](https://github.com/npm/npm/commit/7fe7f86658798db6667df89afc75588c0e43bc94)
1263
+ [#16674](https://github.com/npm/npm/issues/16674)
1264
+ Write the builtin config for `npmc`, not just `npm`. This is hardcoded for npm
1265
+ self-installations and is needed for Canary to work right.
1266
+ ([@zkat](https://github.com/zkat))
1267
+
1268
+ ### DEP UPDATES
1269
+
1270
+ * [`63df4fcdd`](https://github.com/npm/npm/commit/63df4fcddc7445efb50cc7d8e09cdd45146d3e39)
1271
+ [#16894](https://github.com/npm/npm/pull/16894)
1272
+ [`node-gyp@3.6.2`](https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md#v362-2017-06-01):
1273
+ Fixes an issue parsing SDK versions on Windows, among other things.
1274
+ ([@refack](https://github.com/refack))
1275
+ * [`5bb15c3c4`](https://github.com/npm/npm/commit/5bb15c3c4f0d7d77c73fd6dafa38ac36549b6e00)
1276
+ `read-package-tree@5.1.6`: Fixes some racyness while reading the tree.
1277
+ ([@iarna](https://github.com/iarna))
1278
+ * [`a6f7a52e7`](https://github.com/npm/npm/commit/a6f7a52e7)
1279
+ `aproba@1.1.2`: Remove nested function declaration for speed up
1280
+ ([@mikesherov](https://github.com/mikesherov))
1281
+
1282
+ ## v5.0.1 (2017-05-31):
1283
+
1284
+ Hey y'all! Hope you're enjoying the new npm!
1285
+
1286
+ As you all know, fresh software that's gone through major overhauls tends to
1287
+ miss a lot of spots the old one used to handle well enough, and `npm@5` is no
1288
+ exception. The CLI team will be doing faster release cycles that go directly to
1289
+ the `latest` tag for a couple of weeks while 5 stabilizes a bit and we're
1290
+ confident the common low-hanging fruit people are running into are all taken
1291
+ care of.
1292
+
1293
+ With that said: this is our first patch release! The biggest focus is fixing up
1294
+ a number of git-related issues that folks ran into right out the door. It also
1295
+ fixes other things, like some proxy/auth-related issues, and even has a neat
1296
+ speed boost! (You can expect more speed bumps in the coming releases as pending
1297
+ work starts landing, too!)
1298
+
1299
+ Thanks everyone who's been reporting issues and submitting patches!
1300
+
1301
+ ### BUGFIXES
1302
+
1303
+ * [`e61e68dac`](https://github.com/npm/npm/commit/e61e68dac4fa51c0540a064204a75b19f8052e58)
1304
+ [#16762](https://github.com/npm/npm/pull/16762)
1305
+ Make `npm publish` obey the `--tag` flag again.
1306
+ ([@zkat](https://github.com/zkat))
1307
+ * [`923fd58d3`](https://github.com/npm/npm/commit/923fd58d312f40f8c17b232ad1dfc8e2ff622dbd)
1308
+ [#16749](https://github.com/npm/npm/pull/16749)
1309
+ Speed up installations by nearly 20% by... removing one line of code. (hah)
1310
+ ([@mikesherov](https://github.com/mikesherov))
1311
+ * [`9aac984cb`](https://github.com/npm/npm/commit/9aac984cbbfef22182ee42b51a193c0b47146ad6)
1312
+ Guard against a particular failure mode for a bug still being hunted down.
1313
+ ([@iarna](https://github.com/iarna))
1314
+ * [`80ab521f1`](https://github.com/npm/npm/commit/80ab521f18d34df109de0c5dc9eb1cde5ff6d7e8)
1315
+ Pull in dependency updates for various core deps:
1316
+ * New `pacote` fixes several git-related bugs.
1317
+ * `ssri` update fixes crash on early node@4 versions.
1318
+ * `make-fetch-happen` update fixes proxy authentication issue.
1319
+ * `npm-user-validate` adds regex for blocking usernames with illegal chars.
1320
+ ([@zkat](https://github.com/zkat))
1321
+ * [`7e5ce87b8`](https://github.com/npm/npm/commit/7e5ce87b84880c7433ee4c07d2dd6ce8806df436)
1322
+ `pacote@2.7.26`:
1323
+ Fixes various other git issues related to commit hashes.
1324
+ ([@zkat](https://github.com/zkat))
1325
+ * [`acbe85bfc`](https://github.com/npm/npm/commit/acbe85bfc1a68d19ca339a3fb71da0cffbf58926)
1326
+ [#16791](https://github.com/npm/npm/pull/16791)
1327
+ `npm view` was calling `cb` prematurely and giving partial output when called
1328
+ in a child process.
1329
+ ([@zkat](https://github.com/zkat))
1330
+ * [`ebafe48af`](https://github.com/npm/npm/commit/ebafe48af91f702ccefc8c619d52fed3b8dfd3c7)
1331
+ [#16750](https://github.com/npm/npm/pull/16750)
1332
+ Hamilpatch the Musical: Talk less, complete more.
1333
+ ([@aredridel](https://github.com/aredridel))
1334
+
1335
+ ### DOCUMENTATION
1336
+
1337
+ * [`dc2823a6c`](https://github.com/npm/npm/commit/dc2823a6c5fc098041e61515c643570819d059d2)
1338
+ [#16799](https://github.com/npm/npm/pull/16799)
1339
+ Document that `package-lock.json` is never allowed in tarballs.
1340
+ ([@sonicdoe](https://github.com/sonicdoe))
1341
+ * [`f3cb84b44`](https://github.com/npm/npm/commit/f3cb84b446c51d628ee0033cdf13752c15b31a29)
1342
+ [#16771](https://github.com/npm/npm/pull/16771)
1343
+ Fix `npm -l` usage information for the `test` command.
1344
+ ([@grawlinson](https://github.com/grawlinson))
1345
+
1346
+ ### OTHER CHANGES
1347
+
1348
+ * [`661262309`](https://github.com/npm/npm/commit/66126230912ab5ab35287b40a9908e036fa73994)
1349
+ [#16756](https://github.com/npm/npm/pull/16756)
1350
+ remove unused argument
1351
+ ([@Aladdin-ADD](https://github.com/Aladdin-ADD))
1352
+ * [`c3e0b4287`](https://github.com/npm/npm/commit/c3e0b4287ea69735cc367aa7bb7e7aa9a6d9804b)
1353
+ [#16296](https://github.com/npm/npm/pull/16296)
1354
+ preserve same name convention for command
1355
+ ([@desfero](https://github.com/desfero))
1356
+ * [`9f814831d`](https://github.com/npm/npm/commit/9f814831d330dde7702973186aea06caaa77ff31)
1357
+ [#16757](https://github.com/npm/npm/pull/16757)
1358
+ remove unused argument
1359
+ ([@Aladdin-ADD](https://github.com/Aladdin-ADD))
1360
+ * [`3cb843239`](https://github.com/npm/npm/commit/3cb8432397b3666d88c31131dbb4599016a983ff)
1361
+ minor linter fix
1362
+ ([@zkat](https://github.com/zkat))
1363
+
1364
+ ## v5.0.0 (2017-05-25)
1365
+
1366
+ Wowowowowow npm@5!
1367
+
1368
+ This release marks months of hard work for the young, scrappy, and hungry CLI
1369
+ team, and includes some changes we've been hoping to do for literally years.
1370
+ npm@5 takes npm a pretty big step forward, significantly improving its
1371
+ performance in almost all common situations, fixing a bunch of old errors due to
1372
+ the architecture, and just generally making it more robust and fault-tolerant.
1373
+ It comes with changes to make life easier for people doing monorepos, for users
1374
+ who want consistency/security guarantees, and brings semver support to git
1375
+ dependencies. See below for all the deets!
1376
+
1377
+ ### Breaking Changes
1378
+
1379
+ * Existing npm caches will no longer be used: you will have to redownload any cached packages. There is no tool or intention to reuse old caches. ([#15666](https://github.com/npm/npm/pull/15666))
1380
+
1381
+ * `npm install ./packages/subdir` will now create a symlink instead of a regular installation. `file://path/to/tarball.tgz` will not change -- only directories are symlinked. ([#15900](https://github.com/npm/npm/pull/15900))
1382
+
1383
+ * npm will now scold you if you capitalize its name. seriously it will fight you.
1384
+
1385
+ * [npm will `--save` by default now](https://twitter.com/maybekatz/status/859229741676625920). Additionally, `package-lock.json` will be automatically created unless an `npm-shrinkwrap.json` exists. ([#15666](https://github.com/npm/npm/pull/15666))
1386
+
1387
+ * Git dependencies support semver through `user/repo#semver:^1.2.3` ([#15308](https://github.com/npm/npm/pull/15308)) ([#15666](https://github.com/npm/npm/pull/15666)) ([@sankethkatta](https://github.com/sankethkatta))
1388
+
1389
+ * Git dependencies with `prepare` scripts will have their `devDependencies` installed, and `npm install` run in their directory before being packed.
1390
+
1391
+ * `npm cache` commands have been rewritten and don't really work anything like they did before. ([#15666](https://github.com/npm/npm/pull/15666))
1392
+
1393
+ * `--cache-min` and `--cache-max` have been deprecated. ([#15666](https://github.com/npm/npm/pull/15666))
1394
+
1395
+ * Running npm while offline will no longer insist on retrying network requests. npm will now immediately fall back to cache if possible, or fail. ([#15666](https://github.com/npm/npm/pull/15666))
1396
+
1397
+ * package locks no longer exclude `optionalDependencies` that failed to build. This means package-lock.json and npm-shrinkwrap.json should now be cross-platform. ([#15900](https://github.com/npm/npm/pull/15900))
1398
+
1399
+ * If you generated your package lock against registry A, and you switch to registry B, npm will now try to [install the packages from registry B, instead of A](https://twitter.com/maybekatz/status/862834964932435969). If you want to use different registries for different packages, use scope-specific registries (`npm config set @myscope:registry=https://myownregist.ry/packages/`). Different registries for different unscoped packages are not supported anymore.
1400
+
1401
+ * Shrinkwrap and package-lock no longer warn and exit without saving the lockfile.
1402
+
1403
+ * Local tarballs can now only be installed if they have a file extensions `.tar`, `.tar.gz`, or `.tgz`.
1404
+
1405
+ * A new loglevel, `notice`, has been added and set as default.
1406
+
1407
+ * One binary to rule them all: `./cli.js` has been removed in favor of `./bin/npm-cli.js`. In case you were doing something with `./cli.js` itself. ([#12096](https://github.com/npm/npm/pull/12096)) ([@watilde](https://github.com/watilde))
1408
+
1409
+ * Stub file removed ([#16204](https://github.com/npm/npm/pull/16204)) ([@watilde](https://github.com/watilde))
1410
+
1411
+ * The "extremely legacy" `_token` couchToken has been removed. ([#12986](https://github.com/npm/npm/pull/12986))
1412
+
1413
+ ### Feature Summary
1414
+
1415
+ #### Installer changes
1416
+
1417
+ * A new, standardised lockfile feature meant for cross-package-manager compatibility (`package-lock.json`), and a new format and semantics for shrinkwrap. ([#16441](https://github.com/npm/npm/pull/16441))
1418
+
1419
+ * `--save` is no longer necessary. All installs will be saved by default. You can prevent saving with `--no-save`. Installing optional and dev deps is unchanged: use `-D/--save-dev` and `-O/--save-optional` if you want them saved into those fields instead. Note that since npm@3, npm will automatically update npm-shrinkwrap.json when you save: this will also be true for `package-lock.json`. ([#15666](https://github.com/npm/npm/pull/15666))
1420
+
1421
+ * Installing a package directory now ends up creating a symlink and does the Right Thing™ as far as saving to and installing from the package lock goes. If you have a monorepo, this might make things much easier to work with, and probably a lot faster too. 😁 ([#15900](https://github.com/npm/npm/pull/15900))
1422
+
1423
+ * Project-level (toplevel) `preinstall` scripts now run before anything else, and can modify `node_modules` before the CLI reads it.
1424
+
1425
+ * Two new scripts have been added, `prepack` and `postpack`, which will run on both `npm pack` and `npm publish`, but NOT on `npm install` (without arguments). Combined with the fact that `prepublishOnly` is run before the tarball is generated, this should round out the general story as far as putzing around with your code before publication.
1426
+
1427
+ * Git dependencies with `prepare` scripts will now [have their devDependencies installed, and their prepare script executed](https://twitter.com/maybekatz/status/860363896443371520) as if under `npm pack`.
1428
+
1429
+ * Git dependencies now support semver-based matching: `npm install git://github.com/npm/npm#semver:^5` (#15308, #15666)
1430
+
1431
+ * `node-gyp` now supports `node-gyp.cmd` on Windows ([#14568](https://github.com/npm/npm/pull/14568))
1432
+
1433
+ * npm no longer blasts your screen with the whole installed tree. Instead, you'll see a summary report of the install that is much kinder on your shell real-estate. Specially for large projects. ([#15914](https://github.com/npm/npm/pull/15914)):
1434
+ ```
1435
+ $ npm install
1436
+ npm added 125, removed 32, updated 148 and moved 5 packages in 5.032s.
1437
+ $
1438
+ ```
1439
+
1440
+ * `--parseable` and `--json` now work more consistently across various commands, particularly `install` and `ls`.
1441
+
1442
+ * Indentation is now [detected and preserved](https://twitter.com/maybekatz/status/860690502932340737) for `package.json`, `package-lock.json`, and `npm-shrinkwrap.json`. If the package lock is missing, it will default to `package.json`'s current indentation.
1443
+
1444
+ #### Publishing
1445
+
1446
+ * New [publishes will now include *both* `sha512`](https://twitter.com/maybekatz/status/863201943082065920) and `sha1` checksums. Versions of npm from 5 onwards will use the strongest algorithm available to verify downloads. [npm/npm-registry-client#157](https://github.com/npm/npm-registry-client/pull/157)
1447
+
1448
+ #### Cache Rewrite!
1449
+
1450
+ We've been talking about rewriting the cache for a loooong time. So here it is.
1451
+ Lots of exciting stuff ahead. The rewrite will also enable some exciting future
1452
+ features, but we'll talk about those when they're actually in the works. #15666
1453
+ is the main PR for all these changes. Additional PRs/commits are linked inline.
1454
+
1455
+ * Package metadata, package download, and caching infrastructure replaced.
1456
+
1457
+ * It's a bit faster. [Hopefully it will be noticeable](https://twitter.com/maybekatz/status/865393382260056064). 🤔
1458
+
1459
+ * With the shrinkwrap and package-lock changes, tarballs will be looked up in the cache by content address (and verified with it).
1460
+
1461
+ * Corrupted cache entries will [automatically be removed and re-fetched](https://twitter.com/maybekatz/status/854933138182557696) on integrity check failure.
1462
+
1463
+ * npm CLI now supports tarball hashes with any hash function supported by Node.js. That is, it will [use `sha512` for tarballs from registries that send a `sha512` checksum as the tarball hash](https://twitter.com/maybekatz/status/858137093624573953). Publishing with `sha512` is added by [npm/npm-registry-client#157](https://github.com/npm/npm-registry-client/pull/157) and may be backfilled by the registry for older entries.
1464
+
1465
+ * Remote tarball requests are now cached. This means that even if you're missing the `integrity` field in your shrinkwrap or package-lock, npm will be able to install from the cache.
1466
+
1467
+ * Downloads for large packages are streamed in and out of disk. npm is now able to install packages of """any""" size without running out of memory. Support for publishing them is pending (due to registry limitations).
1468
+
1469
+ * [Automatic fallback-to-offline mode](https://twitter.com/maybekatz/status/854176565587984384). npm will seamlessly use your cache if you are offline, or if you lose access to a particular registry (for example, if you can no longer access a private npm repo, or if your git host is unavailable).
1470
+
1471
+ * A new `--prefer-offline` option will make npm skip any conditional requests (304 checks) for stale cache data, and *only* hit the network if something is missing from the cache.
1472
+
1473
+ * A new `--prefer-online` option that will force npm to revalidate cached data (with 304 checks), ignoring any staleness checks, and refreshing the cache with revalidated, fresh data.
1474
+
1475
+ * A new `--offline` option will force npm to use the cache or exit. It will error with an `ENOTCACHED` code if anything it tries to install isn't already in the cache.
1476
+
1477
+ * A new `npm cache verify` command that will garbage collect your cache, reducing disk usage for things you don't need (-handwave-), and will do full integrity verification on both the index and the content. This is also hooked into `npm doctor` as part of its larger suite of checking tools.
1478
+
1479
+ * The new cache is *very* fault tolerant and supports concurrent access.
1480
+ * Multiple npm processes will not corrupt a shared cache.
1481
+ * Corrupted data will not be installed. Data is checked on both insertion and extraction, and treated as if it were missing if found to be corrupted. I will literally bake you a cookie if you manage to corrupt the cache in such a way that you end up with the wrong data in your installation (installer bugs notwithstanding).
1482
+ * `npm cache clear` is no longer useful for anything except clearing up disk space.
1483
+
1484
+ * Package metadata is cached separately per registry and package type: you can't have package name conflicts between locally-installed packages, private repo packages, and public repo packages. Identical tarball data will still be shared/deduplicated as long as their hashes match.
1485
+
1486
+ * HTTP cache-related headers and features are "fully" (lol) supported for both metadata and tarball requests -- if you have your own registry, you can define your own cache settings the CLI will obey!
1487
+
1488
+ * `prepublishOnly` now runs *before* the tarball to publish is created, after `prepare` has run.