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,3781 @@
1
+ /* @preserve
2
+ * The MIT License (MIT)
3
+ *
4
+ * Copyright (c) 2013-2017 Petka Antonov
5
+ *
6
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ * of this software and associated documentation files (the "Software"), to deal
8
+ * in the Software without restriction, including without limitation the rights
9
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ * copies of the Software, and to permit persons to whom the Software is
11
+ * furnished to do so, subject to the following conditions:
12
+ *
13
+ * The above copyright notice and this permission notice shall be included in
14
+ * all copies or substantial portions of the Software.
15
+ *
16
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22
+ * THE SOFTWARE.
23
+ *
24
+ */
25
+ /**
26
+ * bluebird build version 3.5.1
27
+ * Features enabled: core
28
+ * Features disabled: race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each
29
+ */
30
+ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.Promise=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof _dereq_=="function"&&_dereq_;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof _dereq_=="function"&&_dereq_;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
31
+ "use strict";
32
+ var firstLineError;
33
+ try {throw new Error(); } catch (e) {firstLineError = e;}
34
+ var schedule = _dereq_("./schedule");
35
+ var Queue = _dereq_("./queue");
36
+ var util = _dereq_("./util");
37
+
38
+ function Async() {
39
+ this._customScheduler = false;
40
+ this._isTickUsed = false;
41
+ this._lateQueue = new Queue(16);
42
+ this._normalQueue = new Queue(16);
43
+ this._haveDrainedQueues = false;
44
+ this._trampolineEnabled = true;
45
+ var self = this;
46
+ this.drainQueues = function () {
47
+ self._drainQueues();
48
+ };
49
+ this._schedule = schedule;
50
+ }
51
+
52
+ Async.prototype.setScheduler = function(fn) {
53
+ var prev = this._schedule;
54
+ this._schedule = fn;
55
+ this._customScheduler = true;
56
+ return prev;
57
+ };
58
+
59
+ Async.prototype.hasCustomScheduler = function() {
60
+ return this._customScheduler;
61
+ };
62
+
63
+ Async.prototype.enableTrampoline = function() {
64
+ this._trampolineEnabled = true;
65
+ };
66
+
67
+ Async.prototype.disableTrampolineIfNecessary = function() {
68
+ if (util.hasDevTools) {
69
+ this._trampolineEnabled = false;
70
+ }
71
+ };
72
+
73
+ Async.prototype.haveItemsQueued = function () {
74
+ return this._isTickUsed || this._haveDrainedQueues;
75
+ };
76
+
77
+
78
+ Async.prototype.fatalError = function(e, isNode) {
79
+ if (isNode) {
80
+ process.stderr.write("Fatal " + (e instanceof Error ? e.stack : e) +
81
+ "\n");
82
+ process.exit(2);
83
+ } else {
84
+ this.throwLater(e);
85
+ }
86
+ };
87
+
88
+ Async.prototype.throwLater = function(fn, arg) {
89
+ if (arguments.length === 1) {
90
+ arg = fn;
91
+ fn = function () { throw arg; };
92
+ }
93
+ if (typeof setTimeout !== "undefined") {
94
+ setTimeout(function() {
95
+ fn(arg);
96
+ }, 0);
97
+ } else try {
98
+ this._schedule(function() {
99
+ fn(arg);
100
+ });
101
+ } catch (e) {
102
+ throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a");
103
+ }
104
+ };
105
+
106
+ function AsyncInvokeLater(fn, receiver, arg) {
107
+ this._lateQueue.push(fn, receiver, arg);
108
+ this._queueTick();
109
+ }
110
+
111
+ function AsyncInvoke(fn, receiver, arg) {
112
+ this._normalQueue.push(fn, receiver, arg);
113
+ this._queueTick();
114
+ }
115
+
116
+ function AsyncSettlePromises(promise) {
117
+ this._normalQueue._pushOne(promise);
118
+ this._queueTick();
119
+ }
120
+
121
+ if (!util.hasDevTools) {
122
+ Async.prototype.invokeLater = AsyncInvokeLater;
123
+ Async.prototype.invoke = AsyncInvoke;
124
+ Async.prototype.settlePromises = AsyncSettlePromises;
125
+ } else {
126
+ Async.prototype.invokeLater = function (fn, receiver, arg) {
127
+ if (this._trampolineEnabled) {
128
+ AsyncInvokeLater.call(this, fn, receiver, arg);
129
+ } else {
130
+ this._schedule(function() {
131
+ setTimeout(function() {
132
+ fn.call(receiver, arg);
133
+ }, 100);
134
+ });
135
+ }
136
+ };
137
+
138
+ Async.prototype.invoke = function (fn, receiver, arg) {
139
+ if (this._trampolineEnabled) {
140
+ AsyncInvoke.call(this, fn, receiver, arg);
141
+ } else {
142
+ this._schedule(function() {
143
+ fn.call(receiver, arg);
144
+ });
145
+ }
146
+ };
147
+
148
+ Async.prototype.settlePromises = function(promise) {
149
+ if (this._trampolineEnabled) {
150
+ AsyncSettlePromises.call(this, promise);
151
+ } else {
152
+ this._schedule(function() {
153
+ promise._settlePromises();
154
+ });
155
+ }
156
+ };
157
+ }
158
+
159
+ Async.prototype._drainQueue = function(queue) {
160
+ while (queue.length() > 0) {
161
+ var fn = queue.shift();
162
+ if (typeof fn !== "function") {
163
+ fn._settlePromises();
164
+ continue;
165
+ }
166
+ var receiver = queue.shift();
167
+ var arg = queue.shift();
168
+ fn.call(receiver, arg);
169
+ }
170
+ };
171
+
172
+ Async.prototype._drainQueues = function () {
173
+ this._drainQueue(this._normalQueue);
174
+ this._reset();
175
+ this._haveDrainedQueues = true;
176
+ this._drainQueue(this._lateQueue);
177
+ };
178
+
179
+ Async.prototype._queueTick = function () {
180
+ if (!this._isTickUsed) {
181
+ this._isTickUsed = true;
182
+ this._schedule(this.drainQueues);
183
+ }
184
+ };
185
+
186
+ Async.prototype._reset = function () {
187
+ this._isTickUsed = false;
188
+ };
189
+
190
+ module.exports = Async;
191
+ module.exports.firstLineError = firstLineError;
192
+
193
+ },{"./queue":17,"./schedule":18,"./util":21}],2:[function(_dereq_,module,exports){
194
+ "use strict";
195
+ module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) {
196
+ var calledBind = false;
197
+ var rejectThis = function(_, e) {
198
+ this._reject(e);
199
+ };
200
+
201
+ var targetRejected = function(e, context) {
202
+ context.promiseRejectionQueued = true;
203
+ context.bindingPromise._then(rejectThis, rejectThis, null, this, e);
204
+ };
205
+
206
+ var bindingResolved = function(thisArg, context) {
207
+ if (((this._bitField & 50397184) === 0)) {
208
+ this._resolveCallback(context.target);
209
+ }
210
+ };
211
+
212
+ var bindingRejected = function(e, context) {
213
+ if (!context.promiseRejectionQueued) this._reject(e);
214
+ };
215
+
216
+ Promise.prototype.bind = function (thisArg) {
217
+ if (!calledBind) {
218
+ calledBind = true;
219
+ Promise.prototype._propagateFrom = debug.propagateFromFunction();
220
+ Promise.prototype._boundValue = debug.boundValueFunction();
221
+ }
222
+ var maybePromise = tryConvertToPromise(thisArg);
223
+ var ret = new Promise(INTERNAL);
224
+ ret._propagateFrom(this, 1);
225
+ var target = this._target();
226
+ ret._setBoundTo(maybePromise);
227
+ if (maybePromise instanceof Promise) {
228
+ var context = {
229
+ promiseRejectionQueued: false,
230
+ promise: ret,
231
+ target: target,
232
+ bindingPromise: maybePromise
233
+ };
234
+ target._then(INTERNAL, targetRejected, undefined, ret, context);
235
+ maybePromise._then(
236
+ bindingResolved, bindingRejected, undefined, ret, context);
237
+ ret._setOnCancel(maybePromise);
238
+ } else {
239
+ ret._resolveCallback(target);
240
+ }
241
+ return ret;
242
+ };
243
+
244
+ Promise.prototype._setBoundTo = function (obj) {
245
+ if (obj !== undefined) {
246
+ this._bitField = this._bitField | 2097152;
247
+ this._boundTo = obj;
248
+ } else {
249
+ this._bitField = this._bitField & (~2097152);
250
+ }
251
+ };
252
+
253
+ Promise.prototype._isBound = function () {
254
+ return (this._bitField & 2097152) === 2097152;
255
+ };
256
+
257
+ Promise.bind = function (thisArg, value) {
258
+ return Promise.resolve(value).bind(thisArg);
259
+ };
260
+ };
261
+
262
+ },{}],3:[function(_dereq_,module,exports){
263
+ "use strict";
264
+ var old;
265
+ if (typeof Promise !== "undefined") old = Promise;
266
+ function noConflict() {
267
+ try { if (Promise === bluebird) Promise = old; }
268
+ catch (e) {}
269
+ return bluebird;
270
+ }
271
+ var bluebird = _dereq_("./promise")();
272
+ bluebird.noConflict = noConflict;
273
+ module.exports = bluebird;
274
+
275
+ },{"./promise":15}],4:[function(_dereq_,module,exports){
276
+ "use strict";
277
+ module.exports = function(Promise, PromiseArray, apiRejection, debug) {
278
+ var util = _dereq_("./util");
279
+ var tryCatch = util.tryCatch;
280
+ var errorObj = util.errorObj;
281
+ var async = Promise._async;
282
+
283
+ Promise.prototype["break"] = Promise.prototype.cancel = function() {
284
+ if (!debug.cancellation()) return this._warn("cancellation is disabled");
285
+
286
+ var promise = this;
287
+ var child = promise;
288
+ while (promise._isCancellable()) {
289
+ if (!promise._cancelBy(child)) {
290
+ if (child._isFollowing()) {
291
+ child._followee().cancel();
292
+ } else {
293
+ child._cancelBranched();
294
+ }
295
+ break;
296
+ }
297
+
298
+ var parent = promise._cancellationParent;
299
+ if (parent == null || !parent._isCancellable()) {
300
+ if (promise._isFollowing()) {
301
+ promise._followee().cancel();
302
+ } else {
303
+ promise._cancelBranched();
304
+ }
305
+ break;
306
+ } else {
307
+ if (promise._isFollowing()) promise._followee().cancel();
308
+ promise._setWillBeCancelled();
309
+ child = promise;
310
+ promise = parent;
311
+ }
312
+ }
313
+ };
314
+
315
+ Promise.prototype._branchHasCancelled = function() {
316
+ this._branchesRemainingToCancel--;
317
+ };
318
+
319
+ Promise.prototype._enoughBranchesHaveCancelled = function() {
320
+ return this._branchesRemainingToCancel === undefined ||
321
+ this._branchesRemainingToCancel <= 0;
322
+ };
323
+
324
+ Promise.prototype._cancelBy = function(canceller) {
325
+ if (canceller === this) {
326
+ this._branchesRemainingToCancel = 0;
327
+ this._invokeOnCancel();
328
+ return true;
329
+ } else {
330
+ this._branchHasCancelled();
331
+ if (this._enoughBranchesHaveCancelled()) {
332
+ this._invokeOnCancel();
333
+ return true;
334
+ }
335
+ }
336
+ return false;
337
+ };
338
+
339
+ Promise.prototype._cancelBranched = function() {
340
+ if (this._enoughBranchesHaveCancelled()) {
341
+ this._cancel();
342
+ }
343
+ };
344
+
345
+ Promise.prototype._cancel = function() {
346
+ if (!this._isCancellable()) return;
347
+ this._setCancelled();
348
+ async.invoke(this._cancelPromises, this, undefined);
349
+ };
350
+
351
+ Promise.prototype._cancelPromises = function() {
352
+ if (this._length() > 0) this._settlePromises();
353
+ };
354
+
355
+ Promise.prototype._unsetOnCancel = function() {
356
+ this._onCancelField = undefined;
357
+ };
358
+
359
+ Promise.prototype._isCancellable = function() {
360
+ return this.isPending() && !this._isCancelled();
361
+ };
362
+
363
+ Promise.prototype.isCancellable = function() {
364
+ return this.isPending() && !this.isCancelled();
365
+ };
366
+
367
+ Promise.prototype._doInvokeOnCancel = function(onCancelCallback, internalOnly) {
368
+ if (util.isArray(onCancelCallback)) {
369
+ for (var i = 0; i < onCancelCallback.length; ++i) {
370
+ this._doInvokeOnCancel(onCancelCallback[i], internalOnly);
371
+ }
372
+ } else if (onCancelCallback !== undefined) {
373
+ if (typeof onCancelCallback === "function") {
374
+ if (!internalOnly) {
375
+ var e = tryCatch(onCancelCallback).call(this._boundValue());
376
+ if (e === errorObj) {
377
+ this._attachExtraTrace(e.e);
378
+ async.throwLater(e.e);
379
+ }
380
+ }
381
+ } else {
382
+ onCancelCallback._resultCancelled(this);
383
+ }
384
+ }
385
+ };
386
+
387
+ Promise.prototype._invokeOnCancel = function() {
388
+ var onCancelCallback = this._onCancel();
389
+ this._unsetOnCancel();
390
+ async.invoke(this._doInvokeOnCancel, this, onCancelCallback);
391
+ };
392
+
393
+ Promise.prototype._invokeInternalOnCancel = function() {
394
+ if (this._isCancellable()) {
395
+ this._doInvokeOnCancel(this._onCancel(), true);
396
+ this._unsetOnCancel();
397
+ }
398
+ };
399
+
400
+ Promise.prototype._resultCancelled = function() {
401
+ this.cancel();
402
+ };
403
+
404
+ };
405
+
406
+ },{"./util":21}],5:[function(_dereq_,module,exports){
407
+ "use strict";
408
+ module.exports = function(NEXT_FILTER) {
409
+ var util = _dereq_("./util");
410
+ var getKeys = _dereq_("./es5").keys;
411
+ var tryCatch = util.tryCatch;
412
+ var errorObj = util.errorObj;
413
+
414
+ function catchFilter(instances, cb, promise) {
415
+ return function(e) {
416
+ var boundTo = promise._boundValue();
417
+ predicateLoop: for (var i = 0; i < instances.length; ++i) {
418
+ var item = instances[i];
419
+
420
+ if (item === Error ||
421
+ (item != null && item.prototype instanceof Error)) {
422
+ if (e instanceof item) {
423
+ return tryCatch(cb).call(boundTo, e);
424
+ }
425
+ } else if (typeof item === "function") {
426
+ var matchesPredicate = tryCatch(item).call(boundTo, e);
427
+ if (matchesPredicate === errorObj) {
428
+ return matchesPredicate;
429
+ } else if (matchesPredicate) {
430
+ return tryCatch(cb).call(boundTo, e);
431
+ }
432
+ } else if (util.isObject(e)) {
433
+ var keys = getKeys(item);
434
+ for (var j = 0; j < keys.length; ++j) {
435
+ var key = keys[j];
436
+ if (item[key] != e[key]) {
437
+ continue predicateLoop;
438
+ }
439
+ }
440
+ return tryCatch(cb).call(boundTo, e);
441
+ }
442
+ }
443
+ return NEXT_FILTER;
444
+ };
445
+ }
446
+
447
+ return catchFilter;
448
+ };
449
+
450
+ },{"./es5":10,"./util":21}],6:[function(_dereq_,module,exports){
451
+ "use strict";
452
+ module.exports = function(Promise) {
453
+ var longStackTraces = false;
454
+ var contextStack = [];
455
+
456
+ Promise.prototype._promiseCreated = function() {};
457
+ Promise.prototype._pushContext = function() {};
458
+ Promise.prototype._popContext = function() {return null;};
459
+ Promise._peekContext = Promise.prototype._peekContext = function() {};
460
+
461
+ function Context() {
462
+ this._trace = new Context.CapturedTrace(peekContext());
463
+ }
464
+ Context.prototype._pushContext = function () {
465
+ if (this._trace !== undefined) {
466
+ this._trace._promiseCreated = null;
467
+ contextStack.push(this._trace);
468
+ }
469
+ };
470
+
471
+ Context.prototype._popContext = function () {
472
+ if (this._trace !== undefined) {
473
+ var trace = contextStack.pop();
474
+ var ret = trace._promiseCreated;
475
+ trace._promiseCreated = null;
476
+ return ret;
477
+ }
478
+ return null;
479
+ };
480
+
481
+ function createContext() {
482
+ if (longStackTraces) return new Context();
483
+ }
484
+
485
+ function peekContext() {
486
+ var lastIndex = contextStack.length - 1;
487
+ if (lastIndex >= 0) {
488
+ return contextStack[lastIndex];
489
+ }
490
+ return undefined;
491
+ }
492
+ Context.CapturedTrace = null;
493
+ Context.create = createContext;
494
+ Context.deactivateLongStackTraces = function() {};
495
+ Context.activateLongStackTraces = function() {
496
+ var Promise_pushContext = Promise.prototype._pushContext;
497
+ var Promise_popContext = Promise.prototype._popContext;
498
+ var Promise_PeekContext = Promise._peekContext;
499
+ var Promise_peekContext = Promise.prototype._peekContext;
500
+ var Promise_promiseCreated = Promise.prototype._promiseCreated;
501
+ Context.deactivateLongStackTraces = function() {
502
+ Promise.prototype._pushContext = Promise_pushContext;
503
+ Promise.prototype._popContext = Promise_popContext;
504
+ Promise._peekContext = Promise_PeekContext;
505
+ Promise.prototype._peekContext = Promise_peekContext;
506
+ Promise.prototype._promiseCreated = Promise_promiseCreated;
507
+ longStackTraces = false;
508
+ };
509
+ longStackTraces = true;
510
+ Promise.prototype._pushContext = Context.prototype._pushContext;
511
+ Promise.prototype._popContext = Context.prototype._popContext;
512
+ Promise._peekContext = Promise.prototype._peekContext = peekContext;
513
+ Promise.prototype._promiseCreated = function() {
514
+ var ctx = this._peekContext();
515
+ if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this;
516
+ };
517
+ };
518
+ return Context;
519
+ };
520
+
521
+ },{}],7:[function(_dereq_,module,exports){
522
+ "use strict";
523
+ module.exports = function(Promise, Context) {
524
+ var getDomain = Promise._getDomain;
525
+ var async = Promise._async;
526
+ var Warning = _dereq_("./errors").Warning;
527
+ var util = _dereq_("./util");
528
+ var canAttachTrace = util.canAttachTrace;
529
+ var unhandledRejectionHandled;
530
+ var possiblyUnhandledRejection;
531
+ var bluebirdFramePattern =
532
+ /[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/;
533
+ var nodeFramePattern = /\((?:timers\.js):\d+:\d+\)/;
534
+ var parseLinePattern = /[\/<\(](.+?):(\d+):(\d+)\)?\s*$/;
535
+ var stackFramePattern = null;
536
+ var formatStack = null;
537
+ var indentStackFrames = false;
538
+ var printWarning;
539
+ var debugging = !!(util.env("BLUEBIRD_DEBUG") != 0 &&
540
+ (true ||
541
+ util.env("BLUEBIRD_DEBUG") ||
542
+ util.env("NODE_ENV") === "development"));
543
+
544
+ var warnings = !!(util.env("BLUEBIRD_WARNINGS") != 0 &&
545
+ (debugging || util.env("BLUEBIRD_WARNINGS")));
546
+
547
+ var longStackTraces = !!(util.env("BLUEBIRD_LONG_STACK_TRACES") != 0 &&
548
+ (debugging || util.env("BLUEBIRD_LONG_STACK_TRACES")));
549
+
550
+ var wForgottenReturn = util.env("BLUEBIRD_W_FORGOTTEN_RETURN") != 0 &&
551
+ (warnings || !!util.env("BLUEBIRD_W_FORGOTTEN_RETURN"));
552
+
553
+ Promise.prototype.suppressUnhandledRejections = function() {
554
+ var target = this._target();
555
+ target._bitField = ((target._bitField & (~1048576)) |
556
+ 524288);
557
+ };
558
+
559
+ Promise.prototype._ensurePossibleRejectionHandled = function () {
560
+ if ((this._bitField & 524288) !== 0) return;
561
+ this._setRejectionIsUnhandled();
562
+ var self = this;
563
+ setTimeout(function() {
564
+ self._notifyUnhandledRejection();
565
+ }, 1);
566
+ };
567
+
568
+ Promise.prototype._notifyUnhandledRejectionIsHandled = function () {
569
+ fireRejectionEvent("rejectionHandled",
570
+ unhandledRejectionHandled, undefined, this);
571
+ };
572
+
573
+ Promise.prototype._setReturnedNonUndefined = function() {
574
+ this._bitField = this._bitField | 268435456;
575
+ };
576
+
577
+ Promise.prototype._returnedNonUndefined = function() {
578
+ return (this._bitField & 268435456) !== 0;
579
+ };
580
+
581
+ Promise.prototype._notifyUnhandledRejection = function () {
582
+ if (this._isRejectionUnhandled()) {
583
+ var reason = this._settledValue();
584
+ this._setUnhandledRejectionIsNotified();
585
+ fireRejectionEvent("unhandledRejection",
586
+ possiblyUnhandledRejection, reason, this);
587
+ }
588
+ };
589
+
590
+ Promise.prototype._setUnhandledRejectionIsNotified = function () {
591
+ this._bitField = this._bitField | 262144;
592
+ };
593
+
594
+ Promise.prototype._unsetUnhandledRejectionIsNotified = function () {
595
+ this._bitField = this._bitField & (~262144);
596
+ };
597
+
598
+ Promise.prototype._isUnhandledRejectionNotified = function () {
599
+ return (this._bitField & 262144) > 0;
600
+ };
601
+
602
+ Promise.prototype._setRejectionIsUnhandled = function () {
603
+ this._bitField = this._bitField | 1048576;
604
+ };
605
+
606
+ Promise.prototype._unsetRejectionIsUnhandled = function () {
607
+ this._bitField = this._bitField & (~1048576);
608
+ if (this._isUnhandledRejectionNotified()) {
609
+ this._unsetUnhandledRejectionIsNotified();
610
+ this._notifyUnhandledRejectionIsHandled();
611
+ }
612
+ };
613
+
614
+ Promise.prototype._isRejectionUnhandled = function () {
615
+ return (this._bitField & 1048576) > 0;
616
+ };
617
+
618
+ Promise.prototype._warn = function(message, shouldUseOwnTrace, promise) {
619
+ return warn(message, shouldUseOwnTrace, promise || this);
620
+ };
621
+
622
+ Promise.onPossiblyUnhandledRejection = function (fn) {
623
+ var domain = getDomain();
624
+ possiblyUnhandledRejection =
625
+ typeof fn === "function" ? (domain === null ?
626
+ fn : util.domainBind(domain, fn))
627
+ : undefined;
628
+ };
629
+
630
+ Promise.onUnhandledRejectionHandled = function (fn) {
631
+ var domain = getDomain();
632
+ unhandledRejectionHandled =
633
+ typeof fn === "function" ? (domain === null ?
634
+ fn : util.domainBind(domain, fn))
635
+ : undefined;
636
+ };
637
+
638
+ var disableLongStackTraces = function() {};
639
+ Promise.longStackTraces = function () {
640
+ if (async.haveItemsQueued() && !config.longStackTraces) {
641
+ throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a");
642
+ }
643
+ if (!config.longStackTraces && longStackTracesIsSupported()) {
644
+ var Promise_captureStackTrace = Promise.prototype._captureStackTrace;
645
+ var Promise_attachExtraTrace = Promise.prototype._attachExtraTrace;
646
+ config.longStackTraces = true;
647
+ disableLongStackTraces = function() {
648
+ if (async.haveItemsQueued() && !config.longStackTraces) {
649
+ throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a");
650
+ }
651
+ Promise.prototype._captureStackTrace = Promise_captureStackTrace;
652
+ Promise.prototype._attachExtraTrace = Promise_attachExtraTrace;
653
+ Context.deactivateLongStackTraces();
654
+ async.enableTrampoline();
655
+ config.longStackTraces = false;
656
+ };
657
+ Promise.prototype._captureStackTrace = longStackTracesCaptureStackTrace;
658
+ Promise.prototype._attachExtraTrace = longStackTracesAttachExtraTrace;
659
+ Context.activateLongStackTraces();
660
+ async.disableTrampolineIfNecessary();
661
+ }
662
+ };
663
+
664
+ Promise.hasLongStackTraces = function () {
665
+ return config.longStackTraces && longStackTracesIsSupported();
666
+ };
667
+
668
+ var fireDomEvent = (function() {
669
+ try {
670
+ if (typeof CustomEvent === "function") {
671
+ var event = new CustomEvent("CustomEvent");
672
+ util.global.dispatchEvent(event);
673
+ return function(name, event) {
674
+ var domEvent = new CustomEvent(name.toLowerCase(), {
675
+ detail: event,
676
+ cancelable: true
677
+ });
678
+ return !util.global.dispatchEvent(domEvent);
679
+ };
680
+ } else if (typeof Event === "function") {
681
+ var event = new Event("CustomEvent");
682
+ util.global.dispatchEvent(event);
683
+ return function(name, event) {
684
+ var domEvent = new Event(name.toLowerCase(), {
685
+ cancelable: true
686
+ });
687
+ domEvent.detail = event;
688
+ return !util.global.dispatchEvent(domEvent);
689
+ };
690
+ } else {
691
+ var event = document.createEvent("CustomEvent");
692
+ event.initCustomEvent("testingtheevent", false, true, {});
693
+ util.global.dispatchEvent(event);
694
+ return function(name, event) {
695
+ var domEvent = document.createEvent("CustomEvent");
696
+ domEvent.initCustomEvent(name.toLowerCase(), false, true,
697
+ event);
698
+ return !util.global.dispatchEvent(domEvent);
699
+ };
700
+ }
701
+ } catch (e) {}
702
+ return function() {
703
+ return false;
704
+ };
705
+ })();
706
+
707
+ var fireGlobalEvent = (function() {
708
+ if (util.isNode) {
709
+ return function() {
710
+ return process.emit.apply(process, arguments);
711
+ };
712
+ } else {
713
+ if (!util.global) {
714
+ return function() {
715
+ return false;
716
+ };
717
+ }
718
+ return function(name) {
719
+ var methodName = "on" + name.toLowerCase();
720
+ var method = util.global[methodName];
721
+ if (!method) return false;
722
+ method.apply(util.global, [].slice.call(arguments, 1));
723
+ return true;
724
+ };
725
+ }
726
+ })();
727
+
728
+ function generatePromiseLifecycleEventObject(name, promise) {
729
+ return {promise: promise};
730
+ }
731
+
732
+ var eventToObjectGenerator = {
733
+ promiseCreated: generatePromiseLifecycleEventObject,
734
+ promiseFulfilled: generatePromiseLifecycleEventObject,
735
+ promiseRejected: generatePromiseLifecycleEventObject,
736
+ promiseResolved: generatePromiseLifecycleEventObject,
737
+ promiseCancelled: generatePromiseLifecycleEventObject,
738
+ promiseChained: function(name, promise, child) {
739
+ return {promise: promise, child: child};
740
+ },
741
+ warning: function(name, warning) {
742
+ return {warning: warning};
743
+ },
744
+ unhandledRejection: function (name, reason, promise) {
745
+ return {reason: reason, promise: promise};
746
+ },
747
+ rejectionHandled: generatePromiseLifecycleEventObject
748
+ };
749
+
750
+ var activeFireEvent = function (name) {
751
+ var globalEventFired = false;
752
+ try {
753
+ globalEventFired = fireGlobalEvent.apply(null, arguments);
754
+ } catch (e) {
755
+ async.throwLater(e);
756
+ globalEventFired = true;
757
+ }
758
+
759
+ var domEventFired = false;
760
+ try {
761
+ domEventFired = fireDomEvent(name,
762
+ eventToObjectGenerator[name].apply(null, arguments));
763
+ } catch (e) {
764
+ async.throwLater(e);
765
+ domEventFired = true;
766
+ }
767
+
768
+ return domEventFired || globalEventFired;
769
+ };
770
+
771
+ Promise.config = function(opts) {
772
+ opts = Object(opts);
773
+ if ("longStackTraces" in opts) {
774
+ if (opts.longStackTraces) {
775
+ Promise.longStackTraces();
776
+ } else if (!opts.longStackTraces && Promise.hasLongStackTraces()) {
777
+ disableLongStackTraces();
778
+ }
779
+ }
780
+ if ("warnings" in opts) {
781
+ var warningsOption = opts.warnings;
782
+ config.warnings = !!warningsOption;
783
+ wForgottenReturn = config.warnings;
784
+
785
+ if (util.isObject(warningsOption)) {
786
+ if ("wForgottenReturn" in warningsOption) {
787
+ wForgottenReturn = !!warningsOption.wForgottenReturn;
788
+ }
789
+ }
790
+ }
791
+ if ("cancellation" in opts && opts.cancellation && !config.cancellation) {
792
+ if (async.haveItemsQueued()) {
793
+ throw new Error(
794
+ "cannot enable cancellation after promises are in use");
795
+ }
796
+ Promise.prototype._clearCancellationData =
797
+ cancellationClearCancellationData;
798
+ Promise.prototype._propagateFrom = cancellationPropagateFrom;
799
+ Promise.prototype._onCancel = cancellationOnCancel;
800
+ Promise.prototype._setOnCancel = cancellationSetOnCancel;
801
+ Promise.prototype._attachCancellationCallback =
802
+ cancellationAttachCancellationCallback;
803
+ Promise.prototype._execute = cancellationExecute;
804
+ propagateFromFunction = cancellationPropagateFrom;
805
+ config.cancellation = true;
806
+ }
807
+ if ("monitoring" in opts) {
808
+ if (opts.monitoring && !config.monitoring) {
809
+ config.monitoring = true;
810
+ Promise.prototype._fireEvent = activeFireEvent;
811
+ } else if (!opts.monitoring && config.monitoring) {
812
+ config.monitoring = false;
813
+ Promise.prototype._fireEvent = defaultFireEvent;
814
+ }
815
+ }
816
+ return Promise;
817
+ };
818
+
819
+ function defaultFireEvent() { return false; }
820
+
821
+ Promise.prototype._fireEvent = defaultFireEvent;
822
+ Promise.prototype._execute = function(executor, resolve, reject) {
823
+ try {
824
+ executor(resolve, reject);
825
+ } catch (e) {
826
+ return e;
827
+ }
828
+ };
829
+ Promise.prototype._onCancel = function () {};
830
+ Promise.prototype._setOnCancel = function (handler) { ; };
831
+ Promise.prototype._attachCancellationCallback = function(onCancel) {
832
+ ;
833
+ };
834
+ Promise.prototype._captureStackTrace = function () {};
835
+ Promise.prototype._attachExtraTrace = function () {};
836
+ Promise.prototype._clearCancellationData = function() {};
837
+ Promise.prototype._propagateFrom = function (parent, flags) {
838
+ ;
839
+ ;
840
+ };
841
+
842
+ function cancellationExecute(executor, resolve, reject) {
843
+ var promise = this;
844
+ try {
845
+ executor(resolve, reject, function(onCancel) {
846
+ if (typeof onCancel !== "function") {
847
+ throw new TypeError("onCancel must be a function, got: " +
848
+ util.toString(onCancel));
849
+ }
850
+ promise._attachCancellationCallback(onCancel);
851
+ });
852
+ } catch (e) {
853
+ return e;
854
+ }
855
+ }
856
+
857
+ function cancellationAttachCancellationCallback(onCancel) {
858
+ if (!this._isCancellable()) return this;
859
+
860
+ var previousOnCancel = this._onCancel();
861
+ if (previousOnCancel !== undefined) {
862
+ if (util.isArray(previousOnCancel)) {
863
+ previousOnCancel.push(onCancel);
864
+ } else {
865
+ this._setOnCancel([previousOnCancel, onCancel]);
866
+ }
867
+ } else {
868
+ this._setOnCancel(onCancel);
869
+ }
870
+ }
871
+
872
+ function cancellationOnCancel() {
873
+ return this._onCancelField;
874
+ }
875
+
876
+ function cancellationSetOnCancel(onCancel) {
877
+ this._onCancelField = onCancel;
878
+ }
879
+
880
+ function cancellationClearCancellationData() {
881
+ this._cancellationParent = undefined;
882
+ this._onCancelField = undefined;
883
+ }
884
+
885
+ function cancellationPropagateFrom(parent, flags) {
886
+ if ((flags & 1) !== 0) {
887
+ this._cancellationParent = parent;
888
+ var branchesRemainingToCancel = parent._branchesRemainingToCancel;
889
+ if (branchesRemainingToCancel === undefined) {
890
+ branchesRemainingToCancel = 0;
891
+ }
892
+ parent._branchesRemainingToCancel = branchesRemainingToCancel + 1;
893
+ }
894
+ if ((flags & 2) !== 0 && parent._isBound()) {
895
+ this._setBoundTo(parent._boundTo);
896
+ }
897
+ }
898
+
899
+ function bindingPropagateFrom(parent, flags) {
900
+ if ((flags & 2) !== 0 && parent._isBound()) {
901
+ this._setBoundTo(parent._boundTo);
902
+ }
903
+ }
904
+ var propagateFromFunction = bindingPropagateFrom;
905
+
906
+ function boundValueFunction() {
907
+ var ret = this._boundTo;
908
+ if (ret !== undefined) {
909
+ if (ret instanceof Promise) {
910
+ if (ret.isFulfilled()) {
911
+ return ret.value();
912
+ } else {
913
+ return undefined;
914
+ }
915
+ }
916
+ }
917
+ return ret;
918
+ }
919
+
920
+ function longStackTracesCaptureStackTrace() {
921
+ this._trace = new CapturedTrace(this._peekContext());
922
+ }
923
+
924
+ function longStackTracesAttachExtraTrace(error, ignoreSelf) {
925
+ if (canAttachTrace(error)) {
926
+ var trace = this._trace;
927
+ if (trace !== undefined) {
928
+ if (ignoreSelf) trace = trace._parent;
929
+ }
930
+ if (trace !== undefined) {
931
+ trace.attachExtraTrace(error);
932
+ } else if (!error.__stackCleaned__) {
933
+ var parsed = parseStackAndMessage(error);
934
+ util.notEnumerableProp(error, "stack",
935
+ parsed.message + "\n" + parsed.stack.join("\n"));
936
+ util.notEnumerableProp(error, "__stackCleaned__", true);
937
+ }
938
+ }
939
+ }
940
+
941
+ function checkForgottenReturns(returnValue, promiseCreated, name, promise,
942
+ parent) {
943
+ if (returnValue === undefined && promiseCreated !== null &&
944
+ wForgottenReturn) {
945
+ if (parent !== undefined && parent._returnedNonUndefined()) return;
946
+ if ((promise._bitField & 65535) === 0) return;
947
+
948
+ if (name) name = name + " ";
949
+ var handlerLine = "";
950
+ var creatorLine = "";
951
+ if (promiseCreated._trace) {
952
+ var traceLines = promiseCreated._trace.stack.split("\n");
953
+ var stack = cleanStack(traceLines);
954
+ for (var i = stack.length - 1; i >= 0; --i) {
955
+ var line = stack[i];
956
+ if (!nodeFramePattern.test(line)) {
957
+ var lineMatches = line.match(parseLinePattern);
958
+ if (lineMatches) {
959
+ handlerLine = "at " + lineMatches[1] +
960
+ ":" + lineMatches[2] + ":" + lineMatches[3] + " ";
961
+ }
962
+ break;
963
+ }
964
+ }
965
+
966
+ if (stack.length > 0) {
967
+ var firstUserLine = stack[0];
968
+ for (var i = 0; i < traceLines.length; ++i) {
969
+
970
+ if (traceLines[i] === firstUserLine) {
971
+ if (i > 0) {
972
+ creatorLine = "\n" + traceLines[i - 1];
973
+ }
974
+ break;
975
+ }
976
+ }
977
+
978
+ }
979
+ }
980
+ var msg = "a promise was created in a " + name +
981
+ "handler " + handlerLine + "but was not returned from it, " +
982
+ "see http://goo.gl/rRqMUw" +
983
+ creatorLine;
984
+ promise._warn(msg, true, promiseCreated);
985
+ }
986
+ }
987
+
988
+ function deprecated(name, replacement) {
989
+ var message = name +
990
+ " is deprecated and will be removed in a future version.";
991
+ if (replacement) message += " Use " + replacement + " instead.";
992
+ return warn(message);
993
+ }
994
+
995
+ function warn(message, shouldUseOwnTrace, promise) {
996
+ if (!config.warnings) return;
997
+ var warning = new Warning(message);
998
+ var ctx;
999
+ if (shouldUseOwnTrace) {
1000
+ promise._attachExtraTrace(warning);
1001
+ } else if (config.longStackTraces && (ctx = Promise._peekContext())) {
1002
+ ctx.attachExtraTrace(warning);
1003
+ } else {
1004
+ var parsed = parseStackAndMessage(warning);
1005
+ warning.stack = parsed.message + "\n" + parsed.stack.join("\n");
1006
+ }
1007
+
1008
+ if (!activeFireEvent("warning", warning)) {
1009
+ formatAndLogError(warning, "", true);
1010
+ }
1011
+ }
1012
+
1013
+ function reconstructStack(message, stacks) {
1014
+ for (var i = 0; i < stacks.length - 1; ++i) {
1015
+ stacks[i].push("From previous event:");
1016
+ stacks[i] = stacks[i].join("\n");
1017
+ }
1018
+ if (i < stacks.length) {
1019
+ stacks[i] = stacks[i].join("\n");
1020
+ }
1021
+ return message + "\n" + stacks.join("\n");
1022
+ }
1023
+
1024
+ function removeDuplicateOrEmptyJumps(stacks) {
1025
+ for (var i = 0; i < stacks.length; ++i) {
1026
+ if (stacks[i].length === 0 ||
1027
+ ((i + 1 < stacks.length) && stacks[i][0] === stacks[i+1][0])) {
1028
+ stacks.splice(i, 1);
1029
+ i--;
1030
+ }
1031
+ }
1032
+ }
1033
+
1034
+ function removeCommonRoots(stacks) {
1035
+ var current = stacks[0];
1036
+ for (var i = 1; i < stacks.length; ++i) {
1037
+ var prev = stacks[i];
1038
+ var currentLastIndex = current.length - 1;
1039
+ var currentLastLine = current[currentLastIndex];
1040
+ var commonRootMeetPoint = -1;
1041
+
1042
+ for (var j = prev.length - 1; j >= 0; --j) {
1043
+ if (prev[j] === currentLastLine) {
1044
+ commonRootMeetPoint = j;
1045
+ break;
1046
+ }
1047
+ }
1048
+
1049
+ for (var j = commonRootMeetPoint; j >= 0; --j) {
1050
+ var line = prev[j];
1051
+ if (current[currentLastIndex] === line) {
1052
+ current.pop();
1053
+ currentLastIndex--;
1054
+ } else {
1055
+ break;
1056
+ }
1057
+ }
1058
+ current = prev;
1059
+ }
1060
+ }
1061
+
1062
+ function cleanStack(stack) {
1063
+ var ret = [];
1064
+ for (var i = 0; i < stack.length; ++i) {
1065
+ var line = stack[i];
1066
+ var isTraceLine = " (No stack trace)" === line ||
1067
+ stackFramePattern.test(line);
1068
+ var isInternalFrame = isTraceLine && shouldIgnore(line);
1069
+ if (isTraceLine && !isInternalFrame) {
1070
+ if (indentStackFrames && line.charAt(0) !== " ") {
1071
+ line = " " + line;
1072
+ }
1073
+ ret.push(line);
1074
+ }
1075
+ }
1076
+ return ret;
1077
+ }
1078
+
1079
+ function stackFramesAsArray(error) {
1080
+ var stack = error.stack.replace(/\s+$/g, "").split("\n");
1081
+ for (var i = 0; i < stack.length; ++i) {
1082
+ var line = stack[i];
1083
+ if (" (No stack trace)" === line || stackFramePattern.test(line)) {
1084
+ break;
1085
+ }
1086
+ }
1087
+ if (i > 0 && error.name != "SyntaxError") {
1088
+ stack = stack.slice(i);
1089
+ }
1090
+ return stack;
1091
+ }
1092
+
1093
+ function parseStackAndMessage(error) {
1094
+ var stack = error.stack;
1095
+ var message = error.toString();
1096
+ stack = typeof stack === "string" && stack.length > 0
1097
+ ? stackFramesAsArray(error) : [" (No stack trace)"];
1098
+ return {
1099
+ message: message,
1100
+ stack: error.name == "SyntaxError" ? stack : cleanStack(stack)
1101
+ };
1102
+ }
1103
+
1104
+ function formatAndLogError(error, title, isSoft) {
1105
+ if (typeof console !== "undefined") {
1106
+ var message;
1107
+ if (util.isObject(error)) {
1108
+ var stack = error.stack;
1109
+ message = title + formatStack(stack, error);
1110
+ } else {
1111
+ message = title + String(error);
1112
+ }
1113
+ if (typeof printWarning === "function") {
1114
+ printWarning(message, isSoft);
1115
+ } else if (typeof console.log === "function" ||
1116
+ typeof console.log === "object") {
1117
+ console.log(message);
1118
+ }
1119
+ }
1120
+ }
1121
+
1122
+ function fireRejectionEvent(name, localHandler, reason, promise) {
1123
+ var localEventFired = false;
1124
+ try {
1125
+ if (typeof localHandler === "function") {
1126
+ localEventFired = true;
1127
+ if (name === "rejectionHandled") {
1128
+ localHandler(promise);
1129
+ } else {
1130
+ localHandler(reason, promise);
1131
+ }
1132
+ }
1133
+ } catch (e) {
1134
+ async.throwLater(e);
1135
+ }
1136
+
1137
+ if (name === "unhandledRejection") {
1138
+ if (!activeFireEvent(name, reason, promise) && !localEventFired) {
1139
+ formatAndLogError(reason, "Unhandled rejection ");
1140
+ }
1141
+ } else {
1142
+ activeFireEvent(name, promise);
1143
+ }
1144
+ }
1145
+
1146
+ function formatNonError(obj) {
1147
+ var str;
1148
+ if (typeof obj === "function") {
1149
+ str = "[function " +
1150
+ (obj.name || "anonymous") +
1151
+ "]";
1152
+ } else {
1153
+ str = obj && typeof obj.toString === "function"
1154
+ ? obj.toString() : util.toString(obj);
1155
+ var ruselessToString = /\[object [a-zA-Z0-9$_]+\]/;
1156
+ if (ruselessToString.test(str)) {
1157
+ try {
1158
+ var newStr = JSON.stringify(obj);
1159
+ str = newStr;
1160
+ }
1161
+ catch(e) {
1162
+
1163
+ }
1164
+ }
1165
+ if (str.length === 0) {
1166
+ str = "(empty array)";
1167
+ }
1168
+ }
1169
+ return ("(<" + snip(str) + ">, no stack trace)");
1170
+ }
1171
+
1172
+ function snip(str) {
1173
+ var maxChars = 41;
1174
+ if (str.length < maxChars) {
1175
+ return str;
1176
+ }
1177
+ return str.substr(0, maxChars - 3) + "...";
1178
+ }
1179
+
1180
+ function longStackTracesIsSupported() {
1181
+ return typeof captureStackTrace === "function";
1182
+ }
1183
+
1184
+ var shouldIgnore = function() { return false; };
1185
+ var parseLineInfoRegex = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;
1186
+ function parseLineInfo(line) {
1187
+ var matches = line.match(parseLineInfoRegex);
1188
+ if (matches) {
1189
+ return {
1190
+ fileName: matches[1],
1191
+ line: parseInt(matches[2], 10)
1192
+ };
1193
+ }
1194
+ }
1195
+
1196
+ function setBounds(firstLineError, lastLineError) {
1197
+ if (!longStackTracesIsSupported()) return;
1198
+ var firstStackLines = firstLineError.stack.split("\n");
1199
+ var lastStackLines = lastLineError.stack.split("\n");
1200
+ var firstIndex = -1;
1201
+ var lastIndex = -1;
1202
+ var firstFileName;
1203
+ var lastFileName;
1204
+ for (var i = 0; i < firstStackLines.length; ++i) {
1205
+ var result = parseLineInfo(firstStackLines[i]);
1206
+ if (result) {
1207
+ firstFileName = result.fileName;
1208
+ firstIndex = result.line;
1209
+ break;
1210
+ }
1211
+ }
1212
+ for (var i = 0; i < lastStackLines.length; ++i) {
1213
+ var result = parseLineInfo(lastStackLines[i]);
1214
+ if (result) {
1215
+ lastFileName = result.fileName;
1216
+ lastIndex = result.line;
1217
+ break;
1218
+ }
1219
+ }
1220
+ if (firstIndex < 0 || lastIndex < 0 || !firstFileName || !lastFileName ||
1221
+ firstFileName !== lastFileName || firstIndex >= lastIndex) {
1222
+ return;
1223
+ }
1224
+
1225
+ shouldIgnore = function(line) {
1226
+ if (bluebirdFramePattern.test(line)) return true;
1227
+ var info = parseLineInfo(line);
1228
+ if (info) {
1229
+ if (info.fileName === firstFileName &&
1230
+ (firstIndex <= info.line && info.line <= lastIndex)) {
1231
+ return true;
1232
+ }
1233
+ }
1234
+ return false;
1235
+ };
1236
+ }
1237
+
1238
+ function CapturedTrace(parent) {
1239
+ this._parent = parent;
1240
+ this._promisesCreated = 0;
1241
+ var length = this._length = 1 + (parent === undefined ? 0 : parent._length);
1242
+ captureStackTrace(this, CapturedTrace);
1243
+ if (length > 32) this.uncycle();
1244
+ }
1245
+ util.inherits(CapturedTrace, Error);
1246
+ Context.CapturedTrace = CapturedTrace;
1247
+
1248
+ CapturedTrace.prototype.uncycle = function() {
1249
+ var length = this._length;
1250
+ if (length < 2) return;
1251
+ var nodes = [];
1252
+ var stackToIndex = {};
1253
+
1254
+ for (var i = 0, node = this; node !== undefined; ++i) {
1255
+ nodes.push(node);
1256
+ node = node._parent;
1257
+ }
1258
+ length = this._length = i;
1259
+ for (var i = length - 1; i >= 0; --i) {
1260
+ var stack = nodes[i].stack;
1261
+ if (stackToIndex[stack] === undefined) {
1262
+ stackToIndex[stack] = i;
1263
+ }
1264
+ }
1265
+ for (var i = 0; i < length; ++i) {
1266
+ var currentStack = nodes[i].stack;
1267
+ var index = stackToIndex[currentStack];
1268
+ if (index !== undefined && index !== i) {
1269
+ if (index > 0) {
1270
+ nodes[index - 1]._parent = undefined;
1271
+ nodes[index - 1]._length = 1;
1272
+ }
1273
+ nodes[i]._parent = undefined;
1274
+ nodes[i]._length = 1;
1275
+ var cycleEdgeNode = i > 0 ? nodes[i - 1] : this;
1276
+
1277
+ if (index < length - 1) {
1278
+ cycleEdgeNode._parent = nodes[index + 1];
1279
+ cycleEdgeNode._parent.uncycle();
1280
+ cycleEdgeNode._length =
1281
+ cycleEdgeNode._parent._length + 1;
1282
+ } else {
1283
+ cycleEdgeNode._parent = undefined;
1284
+ cycleEdgeNode._length = 1;
1285
+ }
1286
+ var currentChildLength = cycleEdgeNode._length + 1;
1287
+ for (var j = i - 2; j >= 0; --j) {
1288
+ nodes[j]._length = currentChildLength;
1289
+ currentChildLength++;
1290
+ }
1291
+ return;
1292
+ }
1293
+ }
1294
+ };
1295
+
1296
+ CapturedTrace.prototype.attachExtraTrace = function(error) {
1297
+ if (error.__stackCleaned__) return;
1298
+ this.uncycle();
1299
+ var parsed = parseStackAndMessage(error);
1300
+ var message = parsed.message;
1301
+ var stacks = [parsed.stack];
1302
+
1303
+ var trace = this;
1304
+ while (trace !== undefined) {
1305
+ stacks.push(cleanStack(trace.stack.split("\n")));
1306
+ trace = trace._parent;
1307
+ }
1308
+ removeCommonRoots(stacks);
1309
+ removeDuplicateOrEmptyJumps(stacks);
1310
+ util.notEnumerableProp(error, "stack", reconstructStack(message, stacks));
1311
+ util.notEnumerableProp(error, "__stackCleaned__", true);
1312
+ };
1313
+
1314
+ var captureStackTrace = (function stackDetection() {
1315
+ var v8stackFramePattern = /^\s*at\s*/;
1316
+ var v8stackFormatter = function(stack, error) {
1317
+ if (typeof stack === "string") return stack;
1318
+
1319
+ if (error.name !== undefined &&
1320
+ error.message !== undefined) {
1321
+ return error.toString();
1322
+ }
1323
+ return formatNonError(error);
1324
+ };
1325
+
1326
+ if (typeof Error.stackTraceLimit === "number" &&
1327
+ typeof Error.captureStackTrace === "function") {
1328
+ Error.stackTraceLimit += 6;
1329
+ stackFramePattern = v8stackFramePattern;
1330
+ formatStack = v8stackFormatter;
1331
+ var captureStackTrace = Error.captureStackTrace;
1332
+
1333
+ shouldIgnore = function(line) {
1334
+ return bluebirdFramePattern.test(line);
1335
+ };
1336
+ return function(receiver, ignoreUntil) {
1337
+ Error.stackTraceLimit += 6;
1338
+ captureStackTrace(receiver, ignoreUntil);
1339
+ Error.stackTraceLimit -= 6;
1340
+ };
1341
+ }
1342
+ var err = new Error();
1343
+
1344
+ if (typeof err.stack === "string" &&
1345
+ err.stack.split("\n")[0].indexOf("stackDetection@") >= 0) {
1346
+ stackFramePattern = /@/;
1347
+ formatStack = v8stackFormatter;
1348
+ indentStackFrames = true;
1349
+ return function captureStackTrace(o) {
1350
+ o.stack = new Error().stack;
1351
+ };
1352
+ }
1353
+
1354
+ var hasStackAfterThrow;
1355
+ try { throw new Error(); }
1356
+ catch(e) {
1357
+ hasStackAfterThrow = ("stack" in e);
1358
+ }
1359
+ if (!("stack" in err) && hasStackAfterThrow &&
1360
+ typeof Error.stackTraceLimit === "number") {
1361
+ stackFramePattern = v8stackFramePattern;
1362
+ formatStack = v8stackFormatter;
1363
+ return function captureStackTrace(o) {
1364
+ Error.stackTraceLimit += 6;
1365
+ try { throw new Error(); }
1366
+ catch(e) { o.stack = e.stack; }
1367
+ Error.stackTraceLimit -= 6;
1368
+ };
1369
+ }
1370
+
1371
+ formatStack = function(stack, error) {
1372
+ if (typeof stack === "string") return stack;
1373
+
1374
+ if ((typeof error === "object" ||
1375
+ typeof error === "function") &&
1376
+ error.name !== undefined &&
1377
+ error.message !== undefined) {
1378
+ return error.toString();
1379
+ }
1380
+ return formatNonError(error);
1381
+ };
1382
+
1383
+ return null;
1384
+
1385
+ })([]);
1386
+
1387
+ if (typeof console !== "undefined" && typeof console.warn !== "undefined") {
1388
+ printWarning = function (message) {
1389
+ console.warn(message);
1390
+ };
1391
+ if (util.isNode && process.stderr.isTTY) {
1392
+ printWarning = function(message, isSoft) {
1393
+ var color = isSoft ? "\u001b[33m" : "\u001b[31m";
1394
+ console.warn(color + message + "\u001b[0m\n");
1395
+ };
1396
+ } else if (!util.isNode && typeof (new Error().stack) === "string") {
1397
+ printWarning = function(message, isSoft) {
1398
+ console.warn("%c" + message,
1399
+ isSoft ? "color: darkorange" : "color: red");
1400
+ };
1401
+ }
1402
+ }
1403
+
1404
+ var config = {
1405
+ warnings: warnings,
1406
+ longStackTraces: false,
1407
+ cancellation: false,
1408
+ monitoring: false
1409
+ };
1410
+
1411
+ if (longStackTraces) Promise.longStackTraces();
1412
+
1413
+ return {
1414
+ longStackTraces: function() {
1415
+ return config.longStackTraces;
1416
+ },
1417
+ warnings: function() {
1418
+ return config.warnings;
1419
+ },
1420
+ cancellation: function() {
1421
+ return config.cancellation;
1422
+ },
1423
+ monitoring: function() {
1424
+ return config.monitoring;
1425
+ },
1426
+ propagateFromFunction: function() {
1427
+ return propagateFromFunction;
1428
+ },
1429
+ boundValueFunction: function() {
1430
+ return boundValueFunction;
1431
+ },
1432
+ checkForgottenReturns: checkForgottenReturns,
1433
+ setBounds: setBounds,
1434
+ warn: warn,
1435
+ deprecated: deprecated,
1436
+ CapturedTrace: CapturedTrace,
1437
+ fireDomEvent: fireDomEvent,
1438
+ fireGlobalEvent: fireGlobalEvent
1439
+ };
1440
+ };
1441
+
1442
+ },{"./errors":9,"./util":21}],8:[function(_dereq_,module,exports){
1443
+ "use strict";
1444
+ module.exports = function(Promise) {
1445
+ function returner() {
1446
+ return this.value;
1447
+ }
1448
+ function thrower() {
1449
+ throw this.reason;
1450
+ }
1451
+
1452
+ Promise.prototype["return"] =
1453
+ Promise.prototype.thenReturn = function (value) {
1454
+ if (value instanceof Promise) value.suppressUnhandledRejections();
1455
+ return this._then(
1456
+ returner, undefined, undefined, {value: value}, undefined);
1457
+ };
1458
+
1459
+ Promise.prototype["throw"] =
1460
+ Promise.prototype.thenThrow = function (reason) {
1461
+ return this._then(
1462
+ thrower, undefined, undefined, {reason: reason}, undefined);
1463
+ };
1464
+
1465
+ Promise.prototype.catchThrow = function (reason) {
1466
+ if (arguments.length <= 1) {
1467
+ return this._then(
1468
+ undefined, thrower, undefined, {reason: reason}, undefined);
1469
+ } else {
1470
+ var _reason = arguments[1];
1471
+ var handler = function() {throw _reason;};
1472
+ return this.caught(reason, handler);
1473
+ }
1474
+ };
1475
+
1476
+ Promise.prototype.catchReturn = function (value) {
1477
+ if (arguments.length <= 1) {
1478
+ if (value instanceof Promise) value.suppressUnhandledRejections();
1479
+ return this._then(
1480
+ undefined, returner, undefined, {value: value}, undefined);
1481
+ } else {
1482
+ var _value = arguments[1];
1483
+ if (_value instanceof Promise) _value.suppressUnhandledRejections();
1484
+ var handler = function() {return _value;};
1485
+ return this.caught(value, handler);
1486
+ }
1487
+ };
1488
+ };
1489
+
1490
+ },{}],9:[function(_dereq_,module,exports){
1491
+ "use strict";
1492
+ var es5 = _dereq_("./es5");
1493
+ var Objectfreeze = es5.freeze;
1494
+ var util = _dereq_("./util");
1495
+ var inherits = util.inherits;
1496
+ var notEnumerableProp = util.notEnumerableProp;
1497
+
1498
+ function subError(nameProperty, defaultMessage) {
1499
+ function SubError(message) {
1500
+ if (!(this instanceof SubError)) return new SubError(message);
1501
+ notEnumerableProp(this, "message",
1502
+ typeof message === "string" ? message : defaultMessage);
1503
+ notEnumerableProp(this, "name", nameProperty);
1504
+ if (Error.captureStackTrace) {
1505
+ Error.captureStackTrace(this, this.constructor);
1506
+ } else {
1507
+ Error.call(this);
1508
+ }
1509
+ }
1510
+ inherits(SubError, Error);
1511
+ return SubError;
1512
+ }
1513
+
1514
+ var _TypeError, _RangeError;
1515
+ var Warning = subError("Warning", "warning");
1516
+ var CancellationError = subError("CancellationError", "cancellation error");
1517
+ var TimeoutError = subError("TimeoutError", "timeout error");
1518
+ var AggregateError = subError("AggregateError", "aggregate error");
1519
+ try {
1520
+ _TypeError = TypeError;
1521
+ _RangeError = RangeError;
1522
+ } catch(e) {
1523
+ _TypeError = subError("TypeError", "type error");
1524
+ _RangeError = subError("RangeError", "range error");
1525
+ }
1526
+
1527
+ var methods = ("join pop push shift unshift slice filter forEach some " +
1528
+ "every map indexOf lastIndexOf reduce reduceRight sort reverse").split(" ");
1529
+
1530
+ for (var i = 0; i < methods.length; ++i) {
1531
+ if (typeof Array.prototype[methods[i]] === "function") {
1532
+ AggregateError.prototype[methods[i]] = Array.prototype[methods[i]];
1533
+ }
1534
+ }
1535
+
1536
+ es5.defineProperty(AggregateError.prototype, "length", {
1537
+ value: 0,
1538
+ configurable: false,
1539
+ writable: true,
1540
+ enumerable: true
1541
+ });
1542
+ AggregateError.prototype["isOperational"] = true;
1543
+ var level = 0;
1544
+ AggregateError.prototype.toString = function() {
1545
+ var indent = Array(level * 4 + 1).join(" ");
1546
+ var ret = "\n" + indent + "AggregateError of:" + "\n";
1547
+ level++;
1548
+ indent = Array(level * 4 + 1).join(" ");
1549
+ for (var i = 0; i < this.length; ++i) {
1550
+ var str = this[i] === this ? "[Circular AggregateError]" : this[i] + "";
1551
+ var lines = str.split("\n");
1552
+ for (var j = 0; j < lines.length; ++j) {
1553
+ lines[j] = indent + lines[j];
1554
+ }
1555
+ str = lines.join("\n");
1556
+ ret += str + "\n";
1557
+ }
1558
+ level--;
1559
+ return ret;
1560
+ };
1561
+
1562
+ function OperationalError(message) {
1563
+ if (!(this instanceof OperationalError))
1564
+ return new OperationalError(message);
1565
+ notEnumerableProp(this, "name", "OperationalError");
1566
+ notEnumerableProp(this, "message", message);
1567
+ this.cause = message;
1568
+ this["isOperational"] = true;
1569
+
1570
+ if (message instanceof Error) {
1571
+ notEnumerableProp(this, "message", message.message);
1572
+ notEnumerableProp(this, "stack", message.stack);
1573
+ } else if (Error.captureStackTrace) {
1574
+ Error.captureStackTrace(this, this.constructor);
1575
+ }
1576
+
1577
+ }
1578
+ inherits(OperationalError, Error);
1579
+
1580
+ var errorTypes = Error["__BluebirdErrorTypes__"];
1581
+ if (!errorTypes) {
1582
+ errorTypes = Objectfreeze({
1583
+ CancellationError: CancellationError,
1584
+ TimeoutError: TimeoutError,
1585
+ OperationalError: OperationalError,
1586
+ RejectionError: OperationalError,
1587
+ AggregateError: AggregateError
1588
+ });
1589
+ es5.defineProperty(Error, "__BluebirdErrorTypes__", {
1590
+ value: errorTypes,
1591
+ writable: false,
1592
+ enumerable: false,
1593
+ configurable: false
1594
+ });
1595
+ }
1596
+
1597
+ module.exports = {
1598
+ Error: Error,
1599
+ TypeError: _TypeError,
1600
+ RangeError: _RangeError,
1601
+ CancellationError: errorTypes.CancellationError,
1602
+ OperationalError: errorTypes.OperationalError,
1603
+ TimeoutError: errorTypes.TimeoutError,
1604
+ AggregateError: errorTypes.AggregateError,
1605
+ Warning: Warning
1606
+ };
1607
+
1608
+ },{"./es5":10,"./util":21}],10:[function(_dereq_,module,exports){
1609
+ var isES5 = (function(){
1610
+ "use strict";
1611
+ return this === undefined;
1612
+ })();
1613
+
1614
+ if (isES5) {
1615
+ module.exports = {
1616
+ freeze: Object.freeze,
1617
+ defineProperty: Object.defineProperty,
1618
+ getDescriptor: Object.getOwnPropertyDescriptor,
1619
+ keys: Object.keys,
1620
+ names: Object.getOwnPropertyNames,
1621
+ getPrototypeOf: Object.getPrototypeOf,
1622
+ isArray: Array.isArray,
1623
+ isES5: isES5,
1624
+ propertyIsWritable: function(obj, prop) {
1625
+ var descriptor = Object.getOwnPropertyDescriptor(obj, prop);
1626
+ return !!(!descriptor || descriptor.writable || descriptor.set);
1627
+ }
1628
+ };
1629
+ } else {
1630
+ var has = {}.hasOwnProperty;
1631
+ var str = {}.toString;
1632
+ var proto = {}.constructor.prototype;
1633
+
1634
+ var ObjectKeys = function (o) {
1635
+ var ret = [];
1636
+ for (var key in o) {
1637
+ if (has.call(o, key)) {
1638
+ ret.push(key);
1639
+ }
1640
+ }
1641
+ return ret;
1642
+ };
1643
+
1644
+ var ObjectGetDescriptor = function(o, key) {
1645
+ return {value: o[key]};
1646
+ };
1647
+
1648
+ var ObjectDefineProperty = function (o, key, desc) {
1649
+ o[key] = desc.value;
1650
+ return o;
1651
+ };
1652
+
1653
+ var ObjectFreeze = function (obj) {
1654
+ return obj;
1655
+ };
1656
+
1657
+ var ObjectGetPrototypeOf = function (obj) {
1658
+ try {
1659
+ return Object(obj).constructor.prototype;
1660
+ }
1661
+ catch (e) {
1662
+ return proto;
1663
+ }
1664
+ };
1665
+
1666
+ var ArrayIsArray = function (obj) {
1667
+ try {
1668
+ return str.call(obj) === "[object Array]";
1669
+ }
1670
+ catch(e) {
1671
+ return false;
1672
+ }
1673
+ };
1674
+
1675
+ module.exports = {
1676
+ isArray: ArrayIsArray,
1677
+ keys: ObjectKeys,
1678
+ names: ObjectKeys,
1679
+ defineProperty: ObjectDefineProperty,
1680
+ getDescriptor: ObjectGetDescriptor,
1681
+ freeze: ObjectFreeze,
1682
+ getPrototypeOf: ObjectGetPrototypeOf,
1683
+ isES5: isES5,
1684
+ propertyIsWritable: function() {
1685
+ return true;
1686
+ }
1687
+ };
1688
+ }
1689
+
1690
+ },{}],11:[function(_dereq_,module,exports){
1691
+ "use strict";
1692
+ module.exports = function(Promise, tryConvertToPromise, NEXT_FILTER) {
1693
+ var util = _dereq_("./util");
1694
+ var CancellationError = Promise.CancellationError;
1695
+ var errorObj = util.errorObj;
1696
+ var catchFilter = _dereq_("./catch_filter")(NEXT_FILTER);
1697
+
1698
+ function PassThroughHandlerContext(promise, type, handler) {
1699
+ this.promise = promise;
1700
+ this.type = type;
1701
+ this.handler = handler;
1702
+ this.called = false;
1703
+ this.cancelPromise = null;
1704
+ }
1705
+
1706
+ PassThroughHandlerContext.prototype.isFinallyHandler = function() {
1707
+ return this.type === 0;
1708
+ };
1709
+
1710
+ function FinallyHandlerCancelReaction(finallyHandler) {
1711
+ this.finallyHandler = finallyHandler;
1712
+ }
1713
+
1714
+ FinallyHandlerCancelReaction.prototype._resultCancelled = function() {
1715
+ checkCancel(this.finallyHandler);
1716
+ };
1717
+
1718
+ function checkCancel(ctx, reason) {
1719
+ if (ctx.cancelPromise != null) {
1720
+ if (arguments.length > 1) {
1721
+ ctx.cancelPromise._reject(reason);
1722
+ } else {
1723
+ ctx.cancelPromise._cancel();
1724
+ }
1725
+ ctx.cancelPromise = null;
1726
+ return true;
1727
+ }
1728
+ return false;
1729
+ }
1730
+
1731
+ function succeed() {
1732
+ return finallyHandler.call(this, this.promise._target()._settledValue());
1733
+ }
1734
+ function fail(reason) {
1735
+ if (checkCancel(this, reason)) return;
1736
+ errorObj.e = reason;
1737
+ return errorObj;
1738
+ }
1739
+ function finallyHandler(reasonOrValue) {
1740
+ var promise = this.promise;
1741
+ var handler = this.handler;
1742
+
1743
+ if (!this.called) {
1744
+ this.called = true;
1745
+ var ret = this.isFinallyHandler()
1746
+ ? handler.call(promise._boundValue())
1747
+ : handler.call(promise._boundValue(), reasonOrValue);
1748
+ if (ret === NEXT_FILTER) {
1749
+ return ret;
1750
+ } else if (ret !== undefined) {
1751
+ promise._setReturnedNonUndefined();
1752
+ var maybePromise = tryConvertToPromise(ret, promise);
1753
+ if (maybePromise instanceof Promise) {
1754
+ if (this.cancelPromise != null) {
1755
+ if (maybePromise._isCancelled()) {
1756
+ var reason =
1757
+ new CancellationError("late cancellation observer");
1758
+ promise._attachExtraTrace(reason);
1759
+ errorObj.e = reason;
1760
+ return errorObj;
1761
+ } else if (maybePromise.isPending()) {
1762
+ maybePromise._attachCancellationCallback(
1763
+ new FinallyHandlerCancelReaction(this));
1764
+ }
1765
+ }
1766
+ return maybePromise._then(
1767
+ succeed, fail, undefined, this, undefined);
1768
+ }
1769
+ }
1770
+ }
1771
+
1772
+ if (promise.isRejected()) {
1773
+ checkCancel(this);
1774
+ errorObj.e = reasonOrValue;
1775
+ return errorObj;
1776
+ } else {
1777
+ checkCancel(this);
1778
+ return reasonOrValue;
1779
+ }
1780
+ }
1781
+
1782
+ Promise.prototype._passThrough = function(handler, type, success, fail) {
1783
+ if (typeof handler !== "function") return this.then();
1784
+ return this._then(success,
1785
+ fail,
1786
+ undefined,
1787
+ new PassThroughHandlerContext(this, type, handler),
1788
+ undefined);
1789
+ };
1790
+
1791
+ Promise.prototype.lastly =
1792
+ Promise.prototype["finally"] = function (handler) {
1793
+ return this._passThrough(handler,
1794
+ 0,
1795
+ finallyHandler,
1796
+ finallyHandler);
1797
+ };
1798
+
1799
+
1800
+ Promise.prototype.tap = function (handler) {
1801
+ return this._passThrough(handler, 1, finallyHandler);
1802
+ };
1803
+
1804
+ Promise.prototype.tapCatch = function (handlerOrPredicate) {
1805
+ var len = arguments.length;
1806
+ if(len === 1) {
1807
+ return this._passThrough(handlerOrPredicate,
1808
+ 1,
1809
+ undefined,
1810
+ finallyHandler);
1811
+ } else {
1812
+ var catchInstances = new Array(len - 1),
1813
+ j = 0, i;
1814
+ for (i = 0; i < len - 1; ++i) {
1815
+ var item = arguments[i];
1816
+ if (util.isObject(item)) {
1817
+ catchInstances[j++] = item;
1818
+ } else {
1819
+ return Promise.reject(new TypeError(
1820
+ "tapCatch statement predicate: "
1821
+ + "expecting an object but got " + util.classString(item)
1822
+ ));
1823
+ }
1824
+ }
1825
+ catchInstances.length = j;
1826
+ var handler = arguments[i];
1827
+ return this._passThrough(catchFilter(catchInstances, handler, this),
1828
+ 1,
1829
+ undefined,
1830
+ finallyHandler);
1831
+ }
1832
+
1833
+ };
1834
+
1835
+ return PassThroughHandlerContext;
1836
+ };
1837
+
1838
+ },{"./catch_filter":5,"./util":21}],12:[function(_dereq_,module,exports){
1839
+ "use strict";
1840
+ module.exports =
1841
+ function(Promise, PromiseArray, tryConvertToPromise, INTERNAL, async,
1842
+ getDomain) {
1843
+ var util = _dereq_("./util");
1844
+ var canEvaluate = util.canEvaluate;
1845
+ var tryCatch = util.tryCatch;
1846
+ var errorObj = util.errorObj;
1847
+ var reject;
1848
+
1849
+ if (!true) {
1850
+ if (canEvaluate) {
1851
+ var thenCallback = function(i) {
1852
+ return new Function("value", "holder", " \n\
1853
+ 'use strict'; \n\
1854
+ holder.pIndex = value; \n\
1855
+ holder.checkFulfillment(this); \n\
1856
+ ".replace(/Index/g, i));
1857
+ };
1858
+
1859
+ var promiseSetter = function(i) {
1860
+ return new Function("promise", "holder", " \n\
1861
+ 'use strict'; \n\
1862
+ holder.pIndex = promise; \n\
1863
+ ".replace(/Index/g, i));
1864
+ };
1865
+
1866
+ var generateHolderClass = function(total) {
1867
+ var props = new Array(total);
1868
+ for (var i = 0; i < props.length; ++i) {
1869
+ props[i] = "this.p" + (i+1);
1870
+ }
1871
+ var assignment = props.join(" = ") + " = null;";
1872
+ var cancellationCode= "var promise;\n" + props.map(function(prop) {
1873
+ return " \n\
1874
+ promise = " + prop + "; \n\
1875
+ if (promise instanceof Promise) { \n\
1876
+ promise.cancel(); \n\
1877
+ } \n\
1878
+ ";
1879
+ }).join("\n");
1880
+ var passedArguments = props.join(", ");
1881
+ var name = "Holder$" + total;
1882
+
1883
+
1884
+ var code = "return function(tryCatch, errorObj, Promise, async) { \n\
1885
+ 'use strict'; \n\
1886
+ function [TheName](fn) { \n\
1887
+ [TheProperties] \n\
1888
+ this.fn = fn; \n\
1889
+ this.asyncNeeded = true; \n\
1890
+ this.now = 0; \n\
1891
+ } \n\
1892
+ \n\
1893
+ [TheName].prototype._callFunction = function(promise) { \n\
1894
+ promise._pushContext(); \n\
1895
+ var ret = tryCatch(this.fn)([ThePassedArguments]); \n\
1896
+ promise._popContext(); \n\
1897
+ if (ret === errorObj) { \n\
1898
+ promise._rejectCallback(ret.e, false); \n\
1899
+ } else { \n\
1900
+ promise._resolveCallback(ret); \n\
1901
+ } \n\
1902
+ }; \n\
1903
+ \n\
1904
+ [TheName].prototype.checkFulfillment = function(promise) { \n\
1905
+ var now = ++this.now; \n\
1906
+ if (now === [TheTotal]) { \n\
1907
+ if (this.asyncNeeded) { \n\
1908
+ async.invoke(this._callFunction, this, promise); \n\
1909
+ } else { \n\
1910
+ this._callFunction(promise); \n\
1911
+ } \n\
1912
+ \n\
1913
+ } \n\
1914
+ }; \n\
1915
+ \n\
1916
+ [TheName].prototype._resultCancelled = function() { \n\
1917
+ [CancellationCode] \n\
1918
+ }; \n\
1919
+ \n\
1920
+ return [TheName]; \n\
1921
+ }(tryCatch, errorObj, Promise, async); \n\
1922
+ ";
1923
+
1924
+ code = code.replace(/\[TheName\]/g, name)
1925
+ .replace(/\[TheTotal\]/g, total)
1926
+ .replace(/\[ThePassedArguments\]/g, passedArguments)
1927
+ .replace(/\[TheProperties\]/g, assignment)
1928
+ .replace(/\[CancellationCode\]/g, cancellationCode);
1929
+
1930
+ return new Function("tryCatch", "errorObj", "Promise", "async", code)
1931
+ (tryCatch, errorObj, Promise, async);
1932
+ };
1933
+
1934
+ var holderClasses = [];
1935
+ var thenCallbacks = [];
1936
+ var promiseSetters = [];
1937
+
1938
+ for (var i = 0; i < 8; ++i) {
1939
+ holderClasses.push(generateHolderClass(i + 1));
1940
+ thenCallbacks.push(thenCallback(i + 1));
1941
+ promiseSetters.push(promiseSetter(i + 1));
1942
+ }
1943
+
1944
+ reject = function (reason) {
1945
+ this._reject(reason);
1946
+ };
1947
+ }}
1948
+
1949
+ Promise.join = function () {
1950
+ var last = arguments.length - 1;
1951
+ var fn;
1952
+ if (last > 0 && typeof arguments[last] === "function") {
1953
+ fn = arguments[last];
1954
+ if (!true) {
1955
+ if (last <= 8 && canEvaluate) {
1956
+ var ret = new Promise(INTERNAL);
1957
+ ret._captureStackTrace();
1958
+ var HolderClass = holderClasses[last - 1];
1959
+ var holder = new HolderClass(fn);
1960
+ var callbacks = thenCallbacks;
1961
+
1962
+ for (var i = 0; i < last; ++i) {
1963
+ var maybePromise = tryConvertToPromise(arguments[i], ret);
1964
+ if (maybePromise instanceof Promise) {
1965
+ maybePromise = maybePromise._target();
1966
+ var bitField = maybePromise._bitField;
1967
+ ;
1968
+ if (((bitField & 50397184) === 0)) {
1969
+ maybePromise._then(callbacks[i], reject,
1970
+ undefined, ret, holder);
1971
+ promiseSetters[i](maybePromise, holder);
1972
+ holder.asyncNeeded = false;
1973
+ } else if (((bitField & 33554432) !== 0)) {
1974
+ callbacks[i].call(ret,
1975
+ maybePromise._value(), holder);
1976
+ } else if (((bitField & 16777216) !== 0)) {
1977
+ ret._reject(maybePromise._reason());
1978
+ } else {
1979
+ ret._cancel();
1980
+ }
1981
+ } else {
1982
+ callbacks[i].call(ret, maybePromise, holder);
1983
+ }
1984
+ }
1985
+
1986
+ if (!ret._isFateSealed()) {
1987
+ if (holder.asyncNeeded) {
1988
+ var domain = getDomain();
1989
+ if (domain !== null) {
1990
+ holder.fn = util.domainBind(domain, holder.fn);
1991
+ }
1992
+ }
1993
+ ret._setAsyncGuaranteed();
1994
+ ret._setOnCancel(holder);
1995
+ }
1996
+ return ret;
1997
+ }
1998
+ }
1999
+ }
2000
+ var args = [].slice.call(arguments);;
2001
+ if (fn) args.pop();
2002
+ var ret = new PromiseArray(args).promise();
2003
+ return fn !== undefined ? ret.spread(fn) : ret;
2004
+ };
2005
+
2006
+ };
2007
+
2008
+ },{"./util":21}],13:[function(_dereq_,module,exports){
2009
+ "use strict";
2010
+ module.exports =
2011
+ function(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) {
2012
+ var util = _dereq_("./util");
2013
+ var tryCatch = util.tryCatch;
2014
+
2015
+ Promise.method = function (fn) {
2016
+ if (typeof fn !== "function") {
2017
+ throw new Promise.TypeError("expecting a function but got " + util.classString(fn));
2018
+ }
2019
+ return function () {
2020
+ var ret = new Promise(INTERNAL);
2021
+ ret._captureStackTrace();
2022
+ ret._pushContext();
2023
+ var value = tryCatch(fn).apply(this, arguments);
2024
+ var promiseCreated = ret._popContext();
2025
+ debug.checkForgottenReturns(
2026
+ value, promiseCreated, "Promise.method", ret);
2027
+ ret._resolveFromSyncValue(value);
2028
+ return ret;
2029
+ };
2030
+ };
2031
+
2032
+ Promise.attempt = Promise["try"] = function (fn) {
2033
+ if (typeof fn !== "function") {
2034
+ return apiRejection("expecting a function but got " + util.classString(fn));
2035
+ }
2036
+ var ret = new Promise(INTERNAL);
2037
+ ret._captureStackTrace();
2038
+ ret._pushContext();
2039
+ var value;
2040
+ if (arguments.length > 1) {
2041
+ debug.deprecated("calling Promise.try with more than 1 argument");
2042
+ var arg = arguments[1];
2043
+ var ctx = arguments[2];
2044
+ value = util.isArray(arg) ? tryCatch(fn).apply(ctx, arg)
2045
+ : tryCatch(fn).call(ctx, arg);
2046
+ } else {
2047
+ value = tryCatch(fn)();
2048
+ }
2049
+ var promiseCreated = ret._popContext();
2050
+ debug.checkForgottenReturns(
2051
+ value, promiseCreated, "Promise.try", ret);
2052
+ ret._resolveFromSyncValue(value);
2053
+ return ret;
2054
+ };
2055
+
2056
+ Promise.prototype._resolveFromSyncValue = function (value) {
2057
+ if (value === util.errorObj) {
2058
+ this._rejectCallback(value.e, false);
2059
+ } else {
2060
+ this._resolveCallback(value, true);
2061
+ }
2062
+ };
2063
+ };
2064
+
2065
+ },{"./util":21}],14:[function(_dereq_,module,exports){
2066
+ "use strict";
2067
+ var util = _dereq_("./util");
2068
+ var maybeWrapAsError = util.maybeWrapAsError;
2069
+ var errors = _dereq_("./errors");
2070
+ var OperationalError = errors.OperationalError;
2071
+ var es5 = _dereq_("./es5");
2072
+
2073
+ function isUntypedError(obj) {
2074
+ return obj instanceof Error &&
2075
+ es5.getPrototypeOf(obj) === Error.prototype;
2076
+ }
2077
+
2078
+ var rErrorKey = /^(?:name|message|stack|cause)$/;
2079
+ function wrapAsOperationalError(obj) {
2080
+ var ret;
2081
+ if (isUntypedError(obj)) {
2082
+ ret = new OperationalError(obj);
2083
+ ret.name = obj.name;
2084
+ ret.message = obj.message;
2085
+ ret.stack = obj.stack;
2086
+ var keys = es5.keys(obj);
2087
+ for (var i = 0; i < keys.length; ++i) {
2088
+ var key = keys[i];
2089
+ if (!rErrorKey.test(key)) {
2090
+ ret[key] = obj[key];
2091
+ }
2092
+ }
2093
+ return ret;
2094
+ }
2095
+ util.markAsOriginatingFromRejection(obj);
2096
+ return obj;
2097
+ }
2098
+
2099
+ function nodebackForPromise(promise, multiArgs) {
2100
+ return function(err, value) {
2101
+ if (promise === null) return;
2102
+ if (err) {
2103
+ var wrapped = wrapAsOperationalError(maybeWrapAsError(err));
2104
+ promise._attachExtraTrace(wrapped);
2105
+ promise._reject(wrapped);
2106
+ } else if (!multiArgs) {
2107
+ promise._fulfill(value);
2108
+ } else {
2109
+ var args = [].slice.call(arguments, 1);;
2110
+ promise._fulfill(args);
2111
+ }
2112
+ promise = null;
2113
+ };
2114
+ }
2115
+
2116
+ module.exports = nodebackForPromise;
2117
+
2118
+ },{"./errors":9,"./es5":10,"./util":21}],15:[function(_dereq_,module,exports){
2119
+ "use strict";
2120
+ module.exports = function() {
2121
+ var makeSelfResolutionError = function () {
2122
+ return new TypeError("circular promise resolution chain\u000a\u000a See http://goo.gl/MqrFmX\u000a");
2123
+ };
2124
+ var reflectHandler = function() {
2125
+ return new Promise.PromiseInspection(this._target());
2126
+ };
2127
+ var apiRejection = function(msg) {
2128
+ return Promise.reject(new TypeError(msg));
2129
+ };
2130
+ function Proxyable() {}
2131
+ var UNDEFINED_BINDING = {};
2132
+ var util = _dereq_("./util");
2133
+
2134
+ var getDomain;
2135
+ if (util.isNode) {
2136
+ getDomain = function() {
2137
+ var ret = process.domain;
2138
+ if (ret === undefined) ret = null;
2139
+ return ret;
2140
+ };
2141
+ } else {
2142
+ getDomain = function() {
2143
+ return null;
2144
+ };
2145
+ }
2146
+ util.notEnumerableProp(Promise, "_getDomain", getDomain);
2147
+
2148
+ var es5 = _dereq_("./es5");
2149
+ var Async = _dereq_("./async");
2150
+ var async = new Async();
2151
+ es5.defineProperty(Promise, "_async", {value: async});
2152
+ var errors = _dereq_("./errors");
2153
+ var TypeError = Promise.TypeError = errors.TypeError;
2154
+ Promise.RangeError = errors.RangeError;
2155
+ var CancellationError = Promise.CancellationError = errors.CancellationError;
2156
+ Promise.TimeoutError = errors.TimeoutError;
2157
+ Promise.OperationalError = errors.OperationalError;
2158
+ Promise.RejectionError = errors.OperationalError;
2159
+ Promise.AggregateError = errors.AggregateError;
2160
+ var INTERNAL = function(){};
2161
+ var APPLY = {};
2162
+ var NEXT_FILTER = {};
2163
+ var tryConvertToPromise = _dereq_("./thenables")(Promise, INTERNAL);
2164
+ var PromiseArray =
2165
+ _dereq_("./promise_array")(Promise, INTERNAL,
2166
+ tryConvertToPromise, apiRejection, Proxyable);
2167
+ var Context = _dereq_("./context")(Promise);
2168
+ /*jshint unused:false*/
2169
+ var createContext = Context.create;
2170
+ var debug = _dereq_("./debuggability")(Promise, Context);
2171
+ var CapturedTrace = debug.CapturedTrace;
2172
+ var PassThroughHandlerContext =
2173
+ _dereq_("./finally")(Promise, tryConvertToPromise, NEXT_FILTER);
2174
+ var catchFilter = _dereq_("./catch_filter")(NEXT_FILTER);
2175
+ var nodebackForPromise = _dereq_("./nodeback");
2176
+ var errorObj = util.errorObj;
2177
+ var tryCatch = util.tryCatch;
2178
+ function check(self, executor) {
2179
+ if (self == null || self.constructor !== Promise) {
2180
+ throw new TypeError("the promise constructor cannot be invoked directly\u000a\u000a See http://goo.gl/MqrFmX\u000a");
2181
+ }
2182
+ if (typeof executor !== "function") {
2183
+ throw new TypeError("expecting a function but got " + util.classString(executor));
2184
+ }
2185
+
2186
+ }
2187
+
2188
+ function Promise(executor) {
2189
+ if (executor !== INTERNAL) {
2190
+ check(this, executor);
2191
+ }
2192
+ this._bitField = 0;
2193
+ this._fulfillmentHandler0 = undefined;
2194
+ this._rejectionHandler0 = undefined;
2195
+ this._promise0 = undefined;
2196
+ this._receiver0 = undefined;
2197
+ this._resolveFromExecutor(executor);
2198
+ this._promiseCreated();
2199
+ this._fireEvent("promiseCreated", this);
2200
+ }
2201
+
2202
+ Promise.prototype.toString = function () {
2203
+ return "[object Promise]";
2204
+ };
2205
+
2206
+ Promise.prototype.caught = Promise.prototype["catch"] = function (fn) {
2207
+ var len = arguments.length;
2208
+ if (len > 1) {
2209
+ var catchInstances = new Array(len - 1),
2210
+ j = 0, i;
2211
+ for (i = 0; i < len - 1; ++i) {
2212
+ var item = arguments[i];
2213
+ if (util.isObject(item)) {
2214
+ catchInstances[j++] = item;
2215
+ } else {
2216
+ return apiRejection("Catch statement predicate: " +
2217
+ "expecting an object but got " + util.classString(item));
2218
+ }
2219
+ }
2220
+ catchInstances.length = j;
2221
+ fn = arguments[i];
2222
+ return this.then(undefined, catchFilter(catchInstances, fn, this));
2223
+ }
2224
+ return this.then(undefined, fn);
2225
+ };
2226
+
2227
+ Promise.prototype.reflect = function () {
2228
+ return this._then(reflectHandler,
2229
+ reflectHandler, undefined, this, undefined);
2230
+ };
2231
+
2232
+ Promise.prototype.then = function (didFulfill, didReject) {
2233
+ if (debug.warnings() && arguments.length > 0 &&
2234
+ typeof didFulfill !== "function" &&
2235
+ typeof didReject !== "function") {
2236
+ var msg = ".then() only accepts functions but was passed: " +
2237
+ util.classString(didFulfill);
2238
+ if (arguments.length > 1) {
2239
+ msg += ", " + util.classString(didReject);
2240
+ }
2241
+ this._warn(msg);
2242
+ }
2243
+ return this._then(didFulfill, didReject, undefined, undefined, undefined);
2244
+ };
2245
+
2246
+ Promise.prototype.done = function (didFulfill, didReject) {
2247
+ var promise =
2248
+ this._then(didFulfill, didReject, undefined, undefined, undefined);
2249
+ promise._setIsFinal();
2250
+ };
2251
+
2252
+ Promise.prototype.spread = function (fn) {
2253
+ if (typeof fn !== "function") {
2254
+ return apiRejection("expecting a function but got " + util.classString(fn));
2255
+ }
2256
+ return this.all()._then(fn, undefined, undefined, APPLY, undefined);
2257
+ };
2258
+
2259
+ Promise.prototype.toJSON = function () {
2260
+ var ret = {
2261
+ isFulfilled: false,
2262
+ isRejected: false,
2263
+ fulfillmentValue: undefined,
2264
+ rejectionReason: undefined
2265
+ };
2266
+ if (this.isFulfilled()) {
2267
+ ret.fulfillmentValue = this.value();
2268
+ ret.isFulfilled = true;
2269
+ } else if (this.isRejected()) {
2270
+ ret.rejectionReason = this.reason();
2271
+ ret.isRejected = true;
2272
+ }
2273
+ return ret;
2274
+ };
2275
+
2276
+ Promise.prototype.all = function () {
2277
+ if (arguments.length > 0) {
2278
+ this._warn(".all() was passed arguments but it does not take any");
2279
+ }
2280
+ return new PromiseArray(this).promise();
2281
+ };
2282
+
2283
+ Promise.prototype.error = function (fn) {
2284
+ return this.caught(util.originatesFromRejection, fn);
2285
+ };
2286
+
2287
+ Promise.getNewLibraryCopy = module.exports;
2288
+
2289
+ Promise.is = function (val) {
2290
+ return val instanceof Promise;
2291
+ };
2292
+
2293
+ Promise.fromNode = Promise.fromCallback = function(fn) {
2294
+ var ret = new Promise(INTERNAL);
2295
+ ret._captureStackTrace();
2296
+ var multiArgs = arguments.length > 1 ? !!Object(arguments[1]).multiArgs
2297
+ : false;
2298
+ var result = tryCatch(fn)(nodebackForPromise(ret, multiArgs));
2299
+ if (result === errorObj) {
2300
+ ret._rejectCallback(result.e, true);
2301
+ }
2302
+ if (!ret._isFateSealed()) ret._setAsyncGuaranteed();
2303
+ return ret;
2304
+ };
2305
+
2306
+ Promise.all = function (promises) {
2307
+ return new PromiseArray(promises).promise();
2308
+ };
2309
+
2310
+ Promise.cast = function (obj) {
2311
+ var ret = tryConvertToPromise(obj);
2312
+ if (!(ret instanceof Promise)) {
2313
+ ret = new Promise(INTERNAL);
2314
+ ret._captureStackTrace();
2315
+ ret._setFulfilled();
2316
+ ret._rejectionHandler0 = obj;
2317
+ }
2318
+ return ret;
2319
+ };
2320
+
2321
+ Promise.resolve = Promise.fulfilled = Promise.cast;
2322
+
2323
+ Promise.reject = Promise.rejected = function (reason) {
2324
+ var ret = new Promise(INTERNAL);
2325
+ ret._captureStackTrace();
2326
+ ret._rejectCallback(reason, true);
2327
+ return ret;
2328
+ };
2329
+
2330
+ Promise.setScheduler = function(fn) {
2331
+ if (typeof fn !== "function") {
2332
+ throw new TypeError("expecting a function but got " + util.classString(fn));
2333
+ }
2334
+ return async.setScheduler(fn);
2335
+ };
2336
+
2337
+ Promise.prototype._then = function (
2338
+ didFulfill,
2339
+ didReject,
2340
+ _, receiver,
2341
+ internalData
2342
+ ) {
2343
+ var haveInternalData = internalData !== undefined;
2344
+ var promise = haveInternalData ? internalData : new Promise(INTERNAL);
2345
+ var target = this._target();
2346
+ var bitField = target._bitField;
2347
+
2348
+ if (!haveInternalData) {
2349
+ promise._propagateFrom(this, 3);
2350
+ promise._captureStackTrace();
2351
+ if (receiver === undefined &&
2352
+ ((this._bitField & 2097152) !== 0)) {
2353
+ if (!((bitField & 50397184) === 0)) {
2354
+ receiver = this._boundValue();
2355
+ } else {
2356
+ receiver = target === this ? undefined : this._boundTo;
2357
+ }
2358
+ }
2359
+ this._fireEvent("promiseChained", this, promise);
2360
+ }
2361
+
2362
+ var domain = getDomain();
2363
+ if (!((bitField & 50397184) === 0)) {
2364
+ var handler, value, settler = target._settlePromiseCtx;
2365
+ if (((bitField & 33554432) !== 0)) {
2366
+ value = target._rejectionHandler0;
2367
+ handler = didFulfill;
2368
+ } else if (((bitField & 16777216) !== 0)) {
2369
+ value = target._fulfillmentHandler0;
2370
+ handler = didReject;
2371
+ target._unsetRejectionIsUnhandled();
2372
+ } else {
2373
+ settler = target._settlePromiseLateCancellationObserver;
2374
+ value = new CancellationError("late cancellation observer");
2375
+ target._attachExtraTrace(value);
2376
+ handler = didReject;
2377
+ }
2378
+
2379
+ async.invoke(settler, target, {
2380
+ handler: domain === null ? handler
2381
+ : (typeof handler === "function" &&
2382
+ util.domainBind(domain, handler)),
2383
+ promise: promise,
2384
+ receiver: receiver,
2385
+ value: value
2386
+ });
2387
+ } else {
2388
+ target._addCallbacks(didFulfill, didReject, promise, receiver, domain);
2389
+ }
2390
+
2391
+ return promise;
2392
+ };
2393
+
2394
+ Promise.prototype._length = function () {
2395
+ return this._bitField & 65535;
2396
+ };
2397
+
2398
+ Promise.prototype._isFateSealed = function () {
2399
+ return (this._bitField & 117506048) !== 0;
2400
+ };
2401
+
2402
+ Promise.prototype._isFollowing = function () {
2403
+ return (this._bitField & 67108864) === 67108864;
2404
+ };
2405
+
2406
+ Promise.prototype._setLength = function (len) {
2407
+ this._bitField = (this._bitField & -65536) |
2408
+ (len & 65535);
2409
+ };
2410
+
2411
+ Promise.prototype._setFulfilled = function () {
2412
+ this._bitField = this._bitField | 33554432;
2413
+ this._fireEvent("promiseFulfilled", this);
2414
+ };
2415
+
2416
+ Promise.prototype._setRejected = function () {
2417
+ this._bitField = this._bitField | 16777216;
2418
+ this._fireEvent("promiseRejected", this);
2419
+ };
2420
+
2421
+ Promise.prototype._setFollowing = function () {
2422
+ this._bitField = this._bitField | 67108864;
2423
+ this._fireEvent("promiseResolved", this);
2424
+ };
2425
+
2426
+ Promise.prototype._setIsFinal = function () {
2427
+ this._bitField = this._bitField | 4194304;
2428
+ };
2429
+
2430
+ Promise.prototype._isFinal = function () {
2431
+ return (this._bitField & 4194304) > 0;
2432
+ };
2433
+
2434
+ Promise.prototype._unsetCancelled = function() {
2435
+ this._bitField = this._bitField & (~65536);
2436
+ };
2437
+
2438
+ Promise.prototype._setCancelled = function() {
2439
+ this._bitField = this._bitField | 65536;
2440
+ this._fireEvent("promiseCancelled", this);
2441
+ };
2442
+
2443
+ Promise.prototype._setWillBeCancelled = function() {
2444
+ this._bitField = this._bitField | 8388608;
2445
+ };
2446
+
2447
+ Promise.prototype._setAsyncGuaranteed = function() {
2448
+ if (async.hasCustomScheduler()) return;
2449
+ this._bitField = this._bitField | 134217728;
2450
+ };
2451
+
2452
+ Promise.prototype._receiverAt = function (index) {
2453
+ var ret = index === 0 ? this._receiver0 : this[
2454
+ index * 4 - 4 + 3];
2455
+ if (ret === UNDEFINED_BINDING) {
2456
+ return undefined;
2457
+ } else if (ret === undefined && this._isBound()) {
2458
+ return this._boundValue();
2459
+ }
2460
+ return ret;
2461
+ };
2462
+
2463
+ Promise.prototype._promiseAt = function (index) {
2464
+ return this[
2465
+ index * 4 - 4 + 2];
2466
+ };
2467
+
2468
+ Promise.prototype._fulfillmentHandlerAt = function (index) {
2469
+ return this[
2470
+ index * 4 - 4 + 0];
2471
+ };
2472
+
2473
+ Promise.prototype._rejectionHandlerAt = function (index) {
2474
+ return this[
2475
+ index * 4 - 4 + 1];
2476
+ };
2477
+
2478
+ Promise.prototype._boundValue = function() {};
2479
+
2480
+ Promise.prototype._migrateCallback0 = function (follower) {
2481
+ var bitField = follower._bitField;
2482
+ var fulfill = follower._fulfillmentHandler0;
2483
+ var reject = follower._rejectionHandler0;
2484
+ var promise = follower._promise0;
2485
+ var receiver = follower._receiverAt(0);
2486
+ if (receiver === undefined) receiver = UNDEFINED_BINDING;
2487
+ this._addCallbacks(fulfill, reject, promise, receiver, null);
2488
+ };
2489
+
2490
+ Promise.prototype._migrateCallbackAt = function (follower, index) {
2491
+ var fulfill = follower._fulfillmentHandlerAt(index);
2492
+ var reject = follower._rejectionHandlerAt(index);
2493
+ var promise = follower._promiseAt(index);
2494
+ var receiver = follower._receiverAt(index);
2495
+ if (receiver === undefined) receiver = UNDEFINED_BINDING;
2496
+ this._addCallbacks(fulfill, reject, promise, receiver, null);
2497
+ };
2498
+
2499
+ Promise.prototype._addCallbacks = function (
2500
+ fulfill,
2501
+ reject,
2502
+ promise,
2503
+ receiver,
2504
+ domain
2505
+ ) {
2506
+ var index = this._length();
2507
+
2508
+ if (index >= 65535 - 4) {
2509
+ index = 0;
2510
+ this._setLength(0);
2511
+ }
2512
+
2513
+ if (index === 0) {
2514
+ this._promise0 = promise;
2515
+ this._receiver0 = receiver;
2516
+ if (typeof fulfill === "function") {
2517
+ this._fulfillmentHandler0 =
2518
+ domain === null ? fulfill : util.domainBind(domain, fulfill);
2519
+ }
2520
+ if (typeof reject === "function") {
2521
+ this._rejectionHandler0 =
2522
+ domain === null ? reject : util.domainBind(domain, reject);
2523
+ }
2524
+ } else {
2525
+ var base = index * 4 - 4;
2526
+ this[base + 2] = promise;
2527
+ this[base + 3] = receiver;
2528
+ if (typeof fulfill === "function") {
2529
+ this[base + 0] =
2530
+ domain === null ? fulfill : util.domainBind(domain, fulfill);
2531
+ }
2532
+ if (typeof reject === "function") {
2533
+ this[base + 1] =
2534
+ domain === null ? reject : util.domainBind(domain, reject);
2535
+ }
2536
+ }
2537
+ this._setLength(index + 1);
2538
+ return index;
2539
+ };
2540
+
2541
+ Promise.prototype._proxy = function (proxyable, arg) {
2542
+ this._addCallbacks(undefined, undefined, arg, proxyable, null);
2543
+ };
2544
+
2545
+ Promise.prototype._resolveCallback = function(value, shouldBind) {
2546
+ if (((this._bitField & 117506048) !== 0)) return;
2547
+ if (value === this)
2548
+ return this._rejectCallback(makeSelfResolutionError(), false);
2549
+ var maybePromise = tryConvertToPromise(value, this);
2550
+ if (!(maybePromise instanceof Promise)) return this._fulfill(value);
2551
+
2552
+ if (shouldBind) this._propagateFrom(maybePromise, 2);
2553
+
2554
+ var promise = maybePromise._target();
2555
+
2556
+ if (promise === this) {
2557
+ this._reject(makeSelfResolutionError());
2558
+ return;
2559
+ }
2560
+
2561
+ var bitField = promise._bitField;
2562
+ if (((bitField & 50397184) === 0)) {
2563
+ var len = this._length();
2564
+ if (len > 0) promise._migrateCallback0(this);
2565
+ for (var i = 1; i < len; ++i) {
2566
+ promise._migrateCallbackAt(this, i);
2567
+ }
2568
+ this._setFollowing();
2569
+ this._setLength(0);
2570
+ this._setFollowee(promise);
2571
+ } else if (((bitField & 33554432) !== 0)) {
2572
+ this._fulfill(promise._value());
2573
+ } else if (((bitField & 16777216) !== 0)) {
2574
+ this._reject(promise._reason());
2575
+ } else {
2576
+ var reason = new CancellationError("late cancellation observer");
2577
+ promise._attachExtraTrace(reason);
2578
+ this._reject(reason);
2579
+ }
2580
+ };
2581
+
2582
+ Promise.prototype._rejectCallback =
2583
+ function(reason, synchronous, ignoreNonErrorWarnings) {
2584
+ var trace = util.ensureErrorObject(reason);
2585
+ var hasStack = trace === reason;
2586
+ if (!hasStack && !ignoreNonErrorWarnings && debug.warnings()) {
2587
+ var message = "a promise was rejected with a non-error: " +
2588
+ util.classString(reason);
2589
+ this._warn(message, true);
2590
+ }
2591
+ this._attachExtraTrace(trace, synchronous ? hasStack : false);
2592
+ this._reject(reason);
2593
+ };
2594
+
2595
+ Promise.prototype._resolveFromExecutor = function (executor) {
2596
+ if (executor === INTERNAL) return;
2597
+ var promise = this;
2598
+ this._captureStackTrace();
2599
+ this._pushContext();
2600
+ var synchronous = true;
2601
+ var r = this._execute(executor, function(value) {
2602
+ promise._resolveCallback(value);
2603
+ }, function (reason) {
2604
+ promise._rejectCallback(reason, synchronous);
2605
+ });
2606
+ synchronous = false;
2607
+ this._popContext();
2608
+
2609
+ if (r !== undefined) {
2610
+ promise._rejectCallback(r, true);
2611
+ }
2612
+ };
2613
+
2614
+ Promise.prototype._settlePromiseFromHandler = function (
2615
+ handler, receiver, value, promise
2616
+ ) {
2617
+ var bitField = promise._bitField;
2618
+ if (((bitField & 65536) !== 0)) return;
2619
+ promise._pushContext();
2620
+ var x;
2621
+ if (receiver === APPLY) {
2622
+ if (!value || typeof value.length !== "number") {
2623
+ x = errorObj;
2624
+ x.e = new TypeError("cannot .spread() a non-array: " +
2625
+ util.classString(value));
2626
+ } else {
2627
+ x = tryCatch(handler).apply(this._boundValue(), value);
2628
+ }
2629
+ } else {
2630
+ x = tryCatch(handler).call(receiver, value);
2631
+ }
2632
+ var promiseCreated = promise._popContext();
2633
+ bitField = promise._bitField;
2634
+ if (((bitField & 65536) !== 0)) return;
2635
+
2636
+ if (x === NEXT_FILTER) {
2637
+ promise._reject(value);
2638
+ } else if (x === errorObj) {
2639
+ promise._rejectCallback(x.e, false);
2640
+ } else {
2641
+ debug.checkForgottenReturns(x, promiseCreated, "", promise, this);
2642
+ promise._resolveCallback(x);
2643
+ }
2644
+ };
2645
+
2646
+ Promise.prototype._target = function() {
2647
+ var ret = this;
2648
+ while (ret._isFollowing()) ret = ret._followee();
2649
+ return ret;
2650
+ };
2651
+
2652
+ Promise.prototype._followee = function() {
2653
+ return this._rejectionHandler0;
2654
+ };
2655
+
2656
+ Promise.prototype._setFollowee = function(promise) {
2657
+ this._rejectionHandler0 = promise;
2658
+ };
2659
+
2660
+ Promise.prototype._settlePromise = function(promise, handler, receiver, value) {
2661
+ var isPromise = promise instanceof Promise;
2662
+ var bitField = this._bitField;
2663
+ var asyncGuaranteed = ((bitField & 134217728) !== 0);
2664
+ if (((bitField & 65536) !== 0)) {
2665
+ if (isPromise) promise._invokeInternalOnCancel();
2666
+
2667
+ if (receiver instanceof PassThroughHandlerContext &&
2668
+ receiver.isFinallyHandler()) {
2669
+ receiver.cancelPromise = promise;
2670
+ if (tryCatch(handler).call(receiver, value) === errorObj) {
2671
+ promise._reject(errorObj.e);
2672
+ }
2673
+ } else if (handler === reflectHandler) {
2674
+ promise._fulfill(reflectHandler.call(receiver));
2675
+ } else if (receiver instanceof Proxyable) {
2676
+ receiver._promiseCancelled(promise);
2677
+ } else if (isPromise || promise instanceof PromiseArray) {
2678
+ promise._cancel();
2679
+ } else {
2680
+ receiver.cancel();
2681
+ }
2682
+ } else if (typeof handler === "function") {
2683
+ if (!isPromise) {
2684
+ handler.call(receiver, value, promise);
2685
+ } else {
2686
+ if (asyncGuaranteed) promise._setAsyncGuaranteed();
2687
+ this._settlePromiseFromHandler(handler, receiver, value, promise);
2688
+ }
2689
+ } else if (receiver instanceof Proxyable) {
2690
+ if (!receiver._isResolved()) {
2691
+ if (((bitField & 33554432) !== 0)) {
2692
+ receiver._promiseFulfilled(value, promise);
2693
+ } else {
2694
+ receiver._promiseRejected(value, promise);
2695
+ }
2696
+ }
2697
+ } else if (isPromise) {
2698
+ if (asyncGuaranteed) promise._setAsyncGuaranteed();
2699
+ if (((bitField & 33554432) !== 0)) {
2700
+ promise._fulfill(value);
2701
+ } else {
2702
+ promise._reject(value);
2703
+ }
2704
+ }
2705
+ };
2706
+
2707
+ Promise.prototype._settlePromiseLateCancellationObserver = function(ctx) {
2708
+ var handler = ctx.handler;
2709
+ var promise = ctx.promise;
2710
+ var receiver = ctx.receiver;
2711
+ var value = ctx.value;
2712
+ if (typeof handler === "function") {
2713
+ if (!(promise instanceof Promise)) {
2714
+ handler.call(receiver, value, promise);
2715
+ } else {
2716
+ this._settlePromiseFromHandler(handler, receiver, value, promise);
2717
+ }
2718
+ } else if (promise instanceof Promise) {
2719
+ promise._reject(value);
2720
+ }
2721
+ };
2722
+
2723
+ Promise.prototype._settlePromiseCtx = function(ctx) {
2724
+ this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value);
2725
+ };
2726
+
2727
+ Promise.prototype._settlePromise0 = function(handler, value, bitField) {
2728
+ var promise = this._promise0;
2729
+ var receiver = this._receiverAt(0);
2730
+ this._promise0 = undefined;
2731
+ this._receiver0 = undefined;
2732
+ this._settlePromise(promise, handler, receiver, value);
2733
+ };
2734
+
2735
+ Promise.prototype._clearCallbackDataAtIndex = function(index) {
2736
+ var base = index * 4 - 4;
2737
+ this[base + 2] =
2738
+ this[base + 3] =
2739
+ this[base + 0] =
2740
+ this[base + 1] = undefined;
2741
+ };
2742
+
2743
+ Promise.prototype._fulfill = function (value) {
2744
+ var bitField = this._bitField;
2745
+ if (((bitField & 117506048) >>> 16)) return;
2746
+ if (value === this) {
2747
+ var err = makeSelfResolutionError();
2748
+ this._attachExtraTrace(err);
2749
+ return this._reject(err);
2750
+ }
2751
+ this._setFulfilled();
2752
+ this._rejectionHandler0 = value;
2753
+
2754
+ if ((bitField & 65535) > 0) {
2755
+ if (((bitField & 134217728) !== 0)) {
2756
+ this._settlePromises();
2757
+ } else {
2758
+ async.settlePromises(this);
2759
+ }
2760
+ }
2761
+ };
2762
+
2763
+ Promise.prototype._reject = function (reason) {
2764
+ var bitField = this._bitField;
2765
+ if (((bitField & 117506048) >>> 16)) return;
2766
+ this._setRejected();
2767
+ this._fulfillmentHandler0 = reason;
2768
+
2769
+ if (this._isFinal()) {
2770
+ return async.fatalError(reason, util.isNode);
2771
+ }
2772
+
2773
+ if ((bitField & 65535) > 0) {
2774
+ async.settlePromises(this);
2775
+ } else {
2776
+ this._ensurePossibleRejectionHandled();
2777
+ }
2778
+ };
2779
+
2780
+ Promise.prototype._fulfillPromises = function (len, value) {
2781
+ for (var i = 1; i < len; i++) {
2782
+ var handler = this._fulfillmentHandlerAt(i);
2783
+ var promise = this._promiseAt(i);
2784
+ var receiver = this._receiverAt(i);
2785
+ this._clearCallbackDataAtIndex(i);
2786
+ this._settlePromise(promise, handler, receiver, value);
2787
+ }
2788
+ };
2789
+
2790
+ Promise.prototype._rejectPromises = function (len, reason) {
2791
+ for (var i = 1; i < len; i++) {
2792
+ var handler = this._rejectionHandlerAt(i);
2793
+ var promise = this._promiseAt(i);
2794
+ var receiver = this._receiverAt(i);
2795
+ this._clearCallbackDataAtIndex(i);
2796
+ this._settlePromise(promise, handler, receiver, reason);
2797
+ }
2798
+ };
2799
+
2800
+ Promise.prototype._settlePromises = function () {
2801
+ var bitField = this._bitField;
2802
+ var len = (bitField & 65535);
2803
+
2804
+ if (len > 0) {
2805
+ if (((bitField & 16842752) !== 0)) {
2806
+ var reason = this._fulfillmentHandler0;
2807
+ this._settlePromise0(this._rejectionHandler0, reason, bitField);
2808
+ this._rejectPromises(len, reason);
2809
+ } else {
2810
+ var value = this._rejectionHandler0;
2811
+ this._settlePromise0(this._fulfillmentHandler0, value, bitField);
2812
+ this._fulfillPromises(len, value);
2813
+ }
2814
+ this._setLength(0);
2815
+ }
2816
+ this._clearCancellationData();
2817
+ };
2818
+
2819
+ Promise.prototype._settledValue = function() {
2820
+ var bitField = this._bitField;
2821
+ if (((bitField & 33554432) !== 0)) {
2822
+ return this._rejectionHandler0;
2823
+ } else if (((bitField & 16777216) !== 0)) {
2824
+ return this._fulfillmentHandler0;
2825
+ }
2826
+ };
2827
+
2828
+ function deferResolve(v) {this.promise._resolveCallback(v);}
2829
+ function deferReject(v) {this.promise._rejectCallback(v, false);}
2830
+
2831
+ Promise.defer = Promise.pending = function() {
2832
+ debug.deprecated("Promise.defer", "new Promise");
2833
+ var promise = new Promise(INTERNAL);
2834
+ return {
2835
+ promise: promise,
2836
+ resolve: deferResolve,
2837
+ reject: deferReject
2838
+ };
2839
+ };
2840
+
2841
+ util.notEnumerableProp(Promise,
2842
+ "_makeSelfResolutionError",
2843
+ makeSelfResolutionError);
2844
+
2845
+ _dereq_("./method")(Promise, INTERNAL, tryConvertToPromise, apiRejection,
2846
+ debug);
2847
+ _dereq_("./bind")(Promise, INTERNAL, tryConvertToPromise, debug);
2848
+ _dereq_("./cancel")(Promise, PromiseArray, apiRejection, debug);
2849
+ _dereq_("./direct_resolve")(Promise);
2850
+ _dereq_("./synchronous_inspection")(Promise);
2851
+ _dereq_("./join")(
2852
+ Promise, PromiseArray, tryConvertToPromise, INTERNAL, async, getDomain);
2853
+ Promise.Promise = Promise;
2854
+ Promise.version = "3.5.1";
2855
+
2856
+ util.toFastProperties(Promise);
2857
+ util.toFastProperties(Promise.prototype);
2858
+ function fillTypes(value) {
2859
+ var p = new Promise(INTERNAL);
2860
+ p._fulfillmentHandler0 = value;
2861
+ p._rejectionHandler0 = value;
2862
+ p._promise0 = value;
2863
+ p._receiver0 = value;
2864
+ }
2865
+ // Complete slack tracking, opt out of field-type tracking and
2866
+ // stabilize map
2867
+ fillTypes({a: 1});
2868
+ fillTypes({b: 2});
2869
+ fillTypes({c: 3});
2870
+ fillTypes(1);
2871
+ fillTypes(function(){});
2872
+ fillTypes(undefined);
2873
+ fillTypes(false);
2874
+ fillTypes(new Promise(INTERNAL));
2875
+ debug.setBounds(Async.firstLineError, util.lastLineError);
2876
+ return Promise;
2877
+
2878
+ };
2879
+
2880
+ },{"./async":1,"./bind":2,"./cancel":4,"./catch_filter":5,"./context":6,"./debuggability":7,"./direct_resolve":8,"./errors":9,"./es5":10,"./finally":11,"./join":12,"./method":13,"./nodeback":14,"./promise_array":16,"./synchronous_inspection":19,"./thenables":20,"./util":21}],16:[function(_dereq_,module,exports){
2881
+ "use strict";
2882
+ module.exports = function(Promise, INTERNAL, tryConvertToPromise,
2883
+ apiRejection, Proxyable) {
2884
+ var util = _dereq_("./util");
2885
+ var isArray = util.isArray;
2886
+
2887
+ function toResolutionValue(val) {
2888
+ switch(val) {
2889
+ case -2: return [];
2890
+ case -3: return {};
2891
+ case -6: return new Map();
2892
+ }
2893
+ }
2894
+
2895
+ function PromiseArray(values) {
2896
+ var promise = this._promise = new Promise(INTERNAL);
2897
+ if (values instanceof Promise) {
2898
+ promise._propagateFrom(values, 3);
2899
+ }
2900
+ promise._setOnCancel(this);
2901
+ this._values = values;
2902
+ this._length = 0;
2903
+ this._totalResolved = 0;
2904
+ this._init(undefined, -2);
2905
+ }
2906
+ util.inherits(PromiseArray, Proxyable);
2907
+
2908
+ PromiseArray.prototype.length = function () {
2909
+ return this._length;
2910
+ };
2911
+
2912
+ PromiseArray.prototype.promise = function () {
2913
+ return this._promise;
2914
+ };
2915
+
2916
+ PromiseArray.prototype._init = function init(_, resolveValueIfEmpty) {
2917
+ var values = tryConvertToPromise(this._values, this._promise);
2918
+ if (values instanceof Promise) {
2919
+ values = values._target();
2920
+ var bitField = values._bitField;
2921
+ ;
2922
+ this._values = values;
2923
+
2924
+ if (((bitField & 50397184) === 0)) {
2925
+ this._promise._setAsyncGuaranteed();
2926
+ return values._then(
2927
+ init,
2928
+ this._reject,
2929
+ undefined,
2930
+ this,
2931
+ resolveValueIfEmpty
2932
+ );
2933
+ } else if (((bitField & 33554432) !== 0)) {
2934
+ values = values._value();
2935
+ } else if (((bitField & 16777216) !== 0)) {
2936
+ return this._reject(values._reason());
2937
+ } else {
2938
+ return this._cancel();
2939
+ }
2940
+ }
2941
+ values = util.asArray(values);
2942
+ if (values === null) {
2943
+ var err = apiRejection(
2944
+ "expecting an array or an iterable object but got " + util.classString(values)).reason();
2945
+ this._promise._rejectCallback(err, false);
2946
+ return;
2947
+ }
2948
+
2949
+ if (values.length === 0) {
2950
+ if (resolveValueIfEmpty === -5) {
2951
+ this._resolveEmptyArray();
2952
+ }
2953
+ else {
2954
+ this._resolve(toResolutionValue(resolveValueIfEmpty));
2955
+ }
2956
+ return;
2957
+ }
2958
+ this._iterate(values);
2959
+ };
2960
+
2961
+ PromiseArray.prototype._iterate = function(values) {
2962
+ var len = this.getActualLength(values.length);
2963
+ this._length = len;
2964
+ this._values = this.shouldCopyValues() ? new Array(len) : this._values;
2965
+ var result = this._promise;
2966
+ var isResolved = false;
2967
+ var bitField = null;
2968
+ for (var i = 0; i < len; ++i) {
2969
+ var maybePromise = tryConvertToPromise(values[i], result);
2970
+
2971
+ if (maybePromise instanceof Promise) {
2972
+ maybePromise = maybePromise._target();
2973
+ bitField = maybePromise._bitField;
2974
+ } else {
2975
+ bitField = null;
2976
+ }
2977
+
2978
+ if (isResolved) {
2979
+ if (bitField !== null) {
2980
+ maybePromise.suppressUnhandledRejections();
2981
+ }
2982
+ } else if (bitField !== null) {
2983
+ if (((bitField & 50397184) === 0)) {
2984
+ maybePromise._proxy(this, i);
2985
+ this._values[i] = maybePromise;
2986
+ } else if (((bitField & 33554432) !== 0)) {
2987
+ isResolved = this._promiseFulfilled(maybePromise._value(), i);
2988
+ } else if (((bitField & 16777216) !== 0)) {
2989
+ isResolved = this._promiseRejected(maybePromise._reason(), i);
2990
+ } else {
2991
+ isResolved = this._promiseCancelled(i);
2992
+ }
2993
+ } else {
2994
+ isResolved = this._promiseFulfilled(maybePromise, i);
2995
+ }
2996
+ }
2997
+ if (!isResolved) result._setAsyncGuaranteed();
2998
+ };
2999
+
3000
+ PromiseArray.prototype._isResolved = function () {
3001
+ return this._values === null;
3002
+ };
3003
+
3004
+ PromiseArray.prototype._resolve = function (value) {
3005
+ this._values = null;
3006
+ this._promise._fulfill(value);
3007
+ };
3008
+
3009
+ PromiseArray.prototype._cancel = function() {
3010
+ if (this._isResolved() || !this._promise._isCancellable()) return;
3011
+ this._values = null;
3012
+ this._promise._cancel();
3013
+ };
3014
+
3015
+ PromiseArray.prototype._reject = function (reason) {
3016
+ this._values = null;
3017
+ this._promise._rejectCallback(reason, false);
3018
+ };
3019
+
3020
+ PromiseArray.prototype._promiseFulfilled = function (value, index) {
3021
+ this._values[index] = value;
3022
+ var totalResolved = ++this._totalResolved;
3023
+ if (totalResolved >= this._length) {
3024
+ this._resolve(this._values);
3025
+ return true;
3026
+ }
3027
+ return false;
3028
+ };
3029
+
3030
+ PromiseArray.prototype._promiseCancelled = function() {
3031
+ this._cancel();
3032
+ return true;
3033
+ };
3034
+
3035
+ PromiseArray.prototype._promiseRejected = function (reason) {
3036
+ this._totalResolved++;
3037
+ this._reject(reason);
3038
+ return true;
3039
+ };
3040
+
3041
+ PromiseArray.prototype._resultCancelled = function() {
3042
+ if (this._isResolved()) return;
3043
+ var values = this._values;
3044
+ this._cancel();
3045
+ if (values instanceof Promise) {
3046
+ values.cancel();
3047
+ } else {
3048
+ for (var i = 0; i < values.length; ++i) {
3049
+ if (values[i] instanceof Promise) {
3050
+ values[i].cancel();
3051
+ }
3052
+ }
3053
+ }
3054
+ };
3055
+
3056
+ PromiseArray.prototype.shouldCopyValues = function () {
3057
+ return true;
3058
+ };
3059
+
3060
+ PromiseArray.prototype.getActualLength = function (len) {
3061
+ return len;
3062
+ };
3063
+
3064
+ return PromiseArray;
3065
+ };
3066
+
3067
+ },{"./util":21}],17:[function(_dereq_,module,exports){
3068
+ "use strict";
3069
+ function arrayMove(src, srcIndex, dst, dstIndex, len) {
3070
+ for (var j = 0; j < len; ++j) {
3071
+ dst[j + dstIndex] = src[j + srcIndex];
3072
+ src[j + srcIndex] = void 0;
3073
+ }
3074
+ }
3075
+
3076
+ function Queue(capacity) {
3077
+ this._capacity = capacity;
3078
+ this._length = 0;
3079
+ this._front = 0;
3080
+ }
3081
+
3082
+ Queue.prototype._willBeOverCapacity = function (size) {
3083
+ return this._capacity < size;
3084
+ };
3085
+
3086
+ Queue.prototype._pushOne = function (arg) {
3087
+ var length = this.length();
3088
+ this._checkCapacity(length + 1);
3089
+ var i = (this._front + length) & (this._capacity - 1);
3090
+ this[i] = arg;
3091
+ this._length = length + 1;
3092
+ };
3093
+
3094
+ Queue.prototype.push = function (fn, receiver, arg) {
3095
+ var length = this.length() + 3;
3096
+ if (this._willBeOverCapacity(length)) {
3097
+ this._pushOne(fn);
3098
+ this._pushOne(receiver);
3099
+ this._pushOne(arg);
3100
+ return;
3101
+ }
3102
+ var j = this._front + length - 3;
3103
+ this._checkCapacity(length);
3104
+ var wrapMask = this._capacity - 1;
3105
+ this[(j + 0) & wrapMask] = fn;
3106
+ this[(j + 1) & wrapMask] = receiver;
3107
+ this[(j + 2) & wrapMask] = arg;
3108
+ this._length = length;
3109
+ };
3110
+
3111
+ Queue.prototype.shift = function () {
3112
+ var front = this._front,
3113
+ ret = this[front];
3114
+
3115
+ this[front] = undefined;
3116
+ this._front = (front + 1) & (this._capacity - 1);
3117
+ this._length--;
3118
+ return ret;
3119
+ };
3120
+
3121
+ Queue.prototype.length = function () {
3122
+ return this._length;
3123
+ };
3124
+
3125
+ Queue.prototype._checkCapacity = function (size) {
3126
+ if (this._capacity < size) {
3127
+ this._resizeTo(this._capacity << 1);
3128
+ }
3129
+ };
3130
+
3131
+ Queue.prototype._resizeTo = function (capacity) {
3132
+ var oldCapacity = this._capacity;
3133
+ this._capacity = capacity;
3134
+ var front = this._front;
3135
+ var length = this._length;
3136
+ var moveItemsCount = (front + length) & (oldCapacity - 1);
3137
+ arrayMove(this, 0, this, oldCapacity, moveItemsCount);
3138
+ };
3139
+
3140
+ module.exports = Queue;
3141
+
3142
+ },{}],18:[function(_dereq_,module,exports){
3143
+ "use strict";
3144
+ var util = _dereq_("./util");
3145
+ var schedule;
3146
+ var noAsyncScheduler = function() {
3147
+ throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a");
3148
+ };
3149
+ var NativePromise = util.getNativePromise();
3150
+ if (util.isNode && typeof MutationObserver === "undefined") {
3151
+ var GlobalSetImmediate = global.setImmediate;
3152
+ var ProcessNextTick = process.nextTick;
3153
+ schedule = util.isRecentNode
3154
+ ? function(fn) { GlobalSetImmediate.call(global, fn); }
3155
+ : function(fn) { ProcessNextTick.call(process, fn); };
3156
+ } else if (typeof NativePromise === "function" &&
3157
+ typeof NativePromise.resolve === "function") {
3158
+ var nativePromise = NativePromise.resolve();
3159
+ schedule = function(fn) {
3160
+ nativePromise.then(fn);
3161
+ };
3162
+ } else if ((typeof MutationObserver !== "undefined") &&
3163
+ !(typeof window !== "undefined" &&
3164
+ window.navigator &&
3165
+ (window.navigator.standalone || window.cordova))) {
3166
+ schedule = (function() {
3167
+ var div = document.createElement("div");
3168
+ var opts = {attributes: true};
3169
+ var toggleScheduled = false;
3170
+ var div2 = document.createElement("div");
3171
+ var o2 = new MutationObserver(function() {
3172
+ div.classList.toggle("foo");
3173
+ toggleScheduled = false;
3174
+ });
3175
+ o2.observe(div2, opts);
3176
+
3177
+ var scheduleToggle = function() {
3178
+ if (toggleScheduled) return;
3179
+ toggleScheduled = true;
3180
+ div2.classList.toggle("foo");
3181
+ };
3182
+
3183
+ return function schedule(fn) {
3184
+ var o = new MutationObserver(function() {
3185
+ o.disconnect();
3186
+ fn();
3187
+ });
3188
+ o.observe(div, opts);
3189
+ scheduleToggle();
3190
+ };
3191
+ })();
3192
+ } else if (typeof setImmediate !== "undefined") {
3193
+ schedule = function (fn) {
3194
+ setImmediate(fn);
3195
+ };
3196
+ } else if (typeof setTimeout !== "undefined") {
3197
+ schedule = function (fn) {
3198
+ setTimeout(fn, 0);
3199
+ };
3200
+ } else {
3201
+ schedule = noAsyncScheduler;
3202
+ }
3203
+ module.exports = schedule;
3204
+
3205
+ },{"./util":21}],19:[function(_dereq_,module,exports){
3206
+ "use strict";
3207
+ module.exports = function(Promise) {
3208
+ function PromiseInspection(promise) {
3209
+ if (promise !== undefined) {
3210
+ promise = promise._target();
3211
+ this._bitField = promise._bitField;
3212
+ this._settledValueField = promise._isFateSealed()
3213
+ ? promise._settledValue() : undefined;
3214
+ }
3215
+ else {
3216
+ this._bitField = 0;
3217
+ this._settledValueField = undefined;
3218
+ }
3219
+ }
3220
+
3221
+ PromiseInspection.prototype._settledValue = function() {
3222
+ return this._settledValueField;
3223
+ };
3224
+
3225
+ var value = PromiseInspection.prototype.value = function () {
3226
+ if (!this.isFulfilled()) {
3227
+ throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\u000a\u000a See http://goo.gl/MqrFmX\u000a");
3228
+ }
3229
+ return this._settledValue();
3230
+ };
3231
+
3232
+ var reason = PromiseInspection.prototype.error =
3233
+ PromiseInspection.prototype.reason = function () {
3234
+ if (!this.isRejected()) {
3235
+ throw new TypeError("cannot get rejection reason of a non-rejected promise\u000a\u000a See http://goo.gl/MqrFmX\u000a");
3236
+ }
3237
+ return this._settledValue();
3238
+ };
3239
+
3240
+ var isFulfilled = PromiseInspection.prototype.isFulfilled = function() {
3241
+ return (this._bitField & 33554432) !== 0;
3242
+ };
3243
+
3244
+ var isRejected = PromiseInspection.prototype.isRejected = function () {
3245
+ return (this._bitField & 16777216) !== 0;
3246
+ };
3247
+
3248
+ var isPending = PromiseInspection.prototype.isPending = function () {
3249
+ return (this._bitField & 50397184) === 0;
3250
+ };
3251
+
3252
+ var isResolved = PromiseInspection.prototype.isResolved = function () {
3253
+ return (this._bitField & 50331648) !== 0;
3254
+ };
3255
+
3256
+ PromiseInspection.prototype.isCancelled = function() {
3257
+ return (this._bitField & 8454144) !== 0;
3258
+ };
3259
+
3260
+ Promise.prototype.__isCancelled = function() {
3261
+ return (this._bitField & 65536) === 65536;
3262
+ };
3263
+
3264
+ Promise.prototype._isCancelled = function() {
3265
+ return this._target().__isCancelled();
3266
+ };
3267
+
3268
+ Promise.prototype.isCancelled = function() {
3269
+ return (this._target()._bitField & 8454144) !== 0;
3270
+ };
3271
+
3272
+ Promise.prototype.isPending = function() {
3273
+ return isPending.call(this._target());
3274
+ };
3275
+
3276
+ Promise.prototype.isRejected = function() {
3277
+ return isRejected.call(this._target());
3278
+ };
3279
+
3280
+ Promise.prototype.isFulfilled = function() {
3281
+ return isFulfilled.call(this._target());
3282
+ };
3283
+
3284
+ Promise.prototype.isResolved = function() {
3285
+ return isResolved.call(this._target());
3286
+ };
3287
+
3288
+ Promise.prototype.value = function() {
3289
+ return value.call(this._target());
3290
+ };
3291
+
3292
+ Promise.prototype.reason = function() {
3293
+ var target = this._target();
3294
+ target._unsetRejectionIsUnhandled();
3295
+ return reason.call(target);
3296
+ };
3297
+
3298
+ Promise.prototype._value = function() {
3299
+ return this._settledValue();
3300
+ };
3301
+
3302
+ Promise.prototype._reason = function() {
3303
+ this._unsetRejectionIsUnhandled();
3304
+ return this._settledValue();
3305
+ };
3306
+
3307
+ Promise.PromiseInspection = PromiseInspection;
3308
+ };
3309
+
3310
+ },{}],20:[function(_dereq_,module,exports){
3311
+ "use strict";
3312
+ module.exports = function(Promise, INTERNAL) {
3313
+ var util = _dereq_("./util");
3314
+ var errorObj = util.errorObj;
3315
+ var isObject = util.isObject;
3316
+
3317
+ function tryConvertToPromise(obj, context) {
3318
+ if (isObject(obj)) {
3319
+ if (obj instanceof Promise) return obj;
3320
+ var then = getThen(obj);
3321
+ if (then === errorObj) {
3322
+ if (context) context._pushContext();
3323
+ var ret = Promise.reject(then.e);
3324
+ if (context) context._popContext();
3325
+ return ret;
3326
+ } else if (typeof then === "function") {
3327
+ if (isAnyBluebirdPromise(obj)) {
3328
+ var ret = new Promise(INTERNAL);
3329
+ obj._then(
3330
+ ret._fulfill,
3331
+ ret._reject,
3332
+ undefined,
3333
+ ret,
3334
+ null
3335
+ );
3336
+ return ret;
3337
+ }
3338
+ return doThenable(obj, then, context);
3339
+ }
3340
+ }
3341
+ return obj;
3342
+ }
3343
+
3344
+ function doGetThen(obj) {
3345
+ return obj.then;
3346
+ }
3347
+
3348
+ function getThen(obj) {
3349
+ try {
3350
+ return doGetThen(obj);
3351
+ } catch (e) {
3352
+ errorObj.e = e;
3353
+ return errorObj;
3354
+ }
3355
+ }
3356
+
3357
+ var hasProp = {}.hasOwnProperty;
3358
+ function isAnyBluebirdPromise(obj) {
3359
+ try {
3360
+ return hasProp.call(obj, "_promise0");
3361
+ } catch (e) {
3362
+ return false;
3363
+ }
3364
+ }
3365
+
3366
+ function doThenable(x, then, context) {
3367
+ var promise = new Promise(INTERNAL);
3368
+ var ret = promise;
3369
+ if (context) context._pushContext();
3370
+ promise._captureStackTrace();
3371
+ if (context) context._popContext();
3372
+ var synchronous = true;
3373
+ var result = util.tryCatch(then).call(x, resolve, reject);
3374
+ synchronous = false;
3375
+
3376
+ if (promise && result === errorObj) {
3377
+ promise._rejectCallback(result.e, true, true);
3378
+ promise = null;
3379
+ }
3380
+
3381
+ function resolve(value) {
3382
+ if (!promise) return;
3383
+ promise._resolveCallback(value);
3384
+ promise = null;
3385
+ }
3386
+
3387
+ function reject(reason) {
3388
+ if (!promise) return;
3389
+ promise._rejectCallback(reason, synchronous, true);
3390
+ promise = null;
3391
+ }
3392
+ return ret;
3393
+ }
3394
+
3395
+ return tryConvertToPromise;
3396
+ };
3397
+
3398
+ },{"./util":21}],21:[function(_dereq_,module,exports){
3399
+ "use strict";
3400
+ var es5 = _dereq_("./es5");
3401
+ var canEvaluate = typeof navigator == "undefined";
3402
+
3403
+ var errorObj = {e: {}};
3404
+ var tryCatchTarget;
3405
+ var globalObject = typeof self !== "undefined" ? self :
3406
+ typeof window !== "undefined" ? window :
3407
+ typeof global !== "undefined" ? global :
3408
+ this !== undefined ? this : null;
3409
+
3410
+ function tryCatcher() {
3411
+ try {
3412
+ var target = tryCatchTarget;
3413
+ tryCatchTarget = null;
3414
+ return target.apply(this, arguments);
3415
+ } catch (e) {
3416
+ errorObj.e = e;
3417
+ return errorObj;
3418
+ }
3419
+ }
3420
+ function tryCatch(fn) {
3421
+ tryCatchTarget = fn;
3422
+ return tryCatcher;
3423
+ }
3424
+
3425
+ var inherits = function(Child, Parent) {
3426
+ var hasProp = {}.hasOwnProperty;
3427
+
3428
+ function T() {
3429
+ this.constructor = Child;
3430
+ this.constructor$ = Parent;
3431
+ for (var propertyName in Parent.prototype) {
3432
+ if (hasProp.call(Parent.prototype, propertyName) &&
3433
+ propertyName.charAt(propertyName.length-1) !== "$"
3434
+ ) {
3435
+ this[propertyName + "$"] = Parent.prototype[propertyName];
3436
+ }
3437
+ }
3438
+ }
3439
+ T.prototype = Parent.prototype;
3440
+ Child.prototype = new T();
3441
+ return Child.prototype;
3442
+ };
3443
+
3444
+
3445
+ function isPrimitive(val) {
3446
+ return val == null || val === true || val === false ||
3447
+ typeof val === "string" || typeof val === "number";
3448
+
3449
+ }
3450
+
3451
+ function isObject(value) {
3452
+ return typeof value === "function" ||
3453
+ typeof value === "object" && value !== null;
3454
+ }
3455
+
3456
+ function maybeWrapAsError(maybeError) {
3457
+ if (!isPrimitive(maybeError)) return maybeError;
3458
+
3459
+ return new Error(safeToString(maybeError));
3460
+ }
3461
+
3462
+ function withAppended(target, appendee) {
3463
+ var len = target.length;
3464
+ var ret = new Array(len + 1);
3465
+ var i;
3466
+ for (i = 0; i < len; ++i) {
3467
+ ret[i] = target[i];
3468
+ }
3469
+ ret[i] = appendee;
3470
+ return ret;
3471
+ }
3472
+
3473
+ function getDataPropertyOrDefault(obj, key, defaultValue) {
3474
+ if (es5.isES5) {
3475
+ var desc = Object.getOwnPropertyDescriptor(obj, key);
3476
+
3477
+ if (desc != null) {
3478
+ return desc.get == null && desc.set == null
3479
+ ? desc.value
3480
+ : defaultValue;
3481
+ }
3482
+ } else {
3483
+ return {}.hasOwnProperty.call(obj, key) ? obj[key] : undefined;
3484
+ }
3485
+ }
3486
+
3487
+ function notEnumerableProp(obj, name, value) {
3488
+ if (isPrimitive(obj)) return obj;
3489
+ var descriptor = {
3490
+ value: value,
3491
+ configurable: true,
3492
+ enumerable: false,
3493
+ writable: true
3494
+ };
3495
+ es5.defineProperty(obj, name, descriptor);
3496
+ return obj;
3497
+ }
3498
+
3499
+ function thrower(r) {
3500
+ throw r;
3501
+ }
3502
+
3503
+ var inheritedDataKeys = (function() {
3504
+ var excludedPrototypes = [
3505
+ Array.prototype,
3506
+ Object.prototype,
3507
+ Function.prototype
3508
+ ];
3509
+
3510
+ var isExcludedProto = function(val) {
3511
+ for (var i = 0; i < excludedPrototypes.length; ++i) {
3512
+ if (excludedPrototypes[i] === val) {
3513
+ return true;
3514
+ }
3515
+ }
3516
+ return false;
3517
+ };
3518
+
3519
+ if (es5.isES5) {
3520
+ var getKeys = Object.getOwnPropertyNames;
3521
+ return function(obj) {
3522
+ var ret = [];
3523
+ var visitedKeys = Object.create(null);
3524
+ while (obj != null && !isExcludedProto(obj)) {
3525
+ var keys;
3526
+ try {
3527
+ keys = getKeys(obj);
3528
+ } catch (e) {
3529
+ return ret;
3530
+ }
3531
+ for (var i = 0; i < keys.length; ++i) {
3532
+ var key = keys[i];
3533
+ if (visitedKeys[key]) continue;
3534
+ visitedKeys[key] = true;
3535
+ var desc = Object.getOwnPropertyDescriptor(obj, key);
3536
+ if (desc != null && desc.get == null && desc.set == null) {
3537
+ ret.push(key);
3538
+ }
3539
+ }
3540
+ obj = es5.getPrototypeOf(obj);
3541
+ }
3542
+ return ret;
3543
+ };
3544
+ } else {
3545
+ var hasProp = {}.hasOwnProperty;
3546
+ return function(obj) {
3547
+ if (isExcludedProto(obj)) return [];
3548
+ var ret = [];
3549
+
3550
+ /*jshint forin:false */
3551
+ enumeration: for (var key in obj) {
3552
+ if (hasProp.call(obj, key)) {
3553
+ ret.push(key);
3554
+ } else {
3555
+ for (var i = 0; i < excludedPrototypes.length; ++i) {
3556
+ if (hasProp.call(excludedPrototypes[i], key)) {
3557
+ continue enumeration;
3558
+ }
3559
+ }
3560
+ ret.push(key);
3561
+ }
3562
+ }
3563
+ return ret;
3564
+ };
3565
+ }
3566
+
3567
+ })();
3568
+
3569
+ var thisAssignmentPattern = /this\s*\.\s*\S+\s*=/;
3570
+ function isClass(fn) {
3571
+ try {
3572
+ if (typeof fn === "function") {
3573
+ var keys = es5.names(fn.prototype);
3574
+
3575
+ var hasMethods = es5.isES5 && keys.length > 1;
3576
+ var hasMethodsOtherThanConstructor = keys.length > 0 &&
3577
+ !(keys.length === 1 && keys[0] === "constructor");
3578
+ var hasThisAssignmentAndStaticMethods =
3579
+ thisAssignmentPattern.test(fn + "") && es5.names(fn).length > 0;
3580
+
3581
+ if (hasMethods || hasMethodsOtherThanConstructor ||
3582
+ hasThisAssignmentAndStaticMethods) {
3583
+ return true;
3584
+ }
3585
+ }
3586
+ return false;
3587
+ } catch (e) {
3588
+ return false;
3589
+ }
3590
+ }
3591
+
3592
+ function toFastProperties(obj) {
3593
+ /*jshint -W027,-W055,-W031*/
3594
+ function FakeConstructor() {}
3595
+ FakeConstructor.prototype = obj;
3596
+ var l = 8;
3597
+ while (l--) new FakeConstructor();
3598
+ return obj;
3599
+ eval(obj);
3600
+ }
3601
+
3602
+ var rident = /^[a-z$_][a-z$_0-9]*$/i;
3603
+ function isIdentifier(str) {
3604
+ return rident.test(str);
3605
+ }
3606
+
3607
+ function filledRange(count, prefix, suffix) {
3608
+ var ret = new Array(count);
3609
+ for(var i = 0; i < count; ++i) {
3610
+ ret[i] = prefix + i + suffix;
3611
+ }
3612
+ return ret;
3613
+ }
3614
+
3615
+ function safeToString(obj) {
3616
+ try {
3617
+ return obj + "";
3618
+ } catch (e) {
3619
+ return "[no string representation]";
3620
+ }
3621
+ }
3622
+
3623
+ function isError(obj) {
3624
+ return obj instanceof Error ||
3625
+ (obj !== null &&
3626
+ typeof obj === "object" &&
3627
+ typeof obj.message === "string" &&
3628
+ typeof obj.name === "string");
3629
+ }
3630
+
3631
+ function markAsOriginatingFromRejection(e) {
3632
+ try {
3633
+ notEnumerableProp(e, "isOperational", true);
3634
+ }
3635
+ catch(ignore) {}
3636
+ }
3637
+
3638
+ function originatesFromRejection(e) {
3639
+ if (e == null) return false;
3640
+ return ((e instanceof Error["__BluebirdErrorTypes__"].OperationalError) ||
3641
+ e["isOperational"] === true);
3642
+ }
3643
+
3644
+ function canAttachTrace(obj) {
3645
+ return isError(obj) && es5.propertyIsWritable(obj, "stack");
3646
+ }
3647
+
3648
+ var ensureErrorObject = (function() {
3649
+ if (!("stack" in new Error())) {
3650
+ return function(value) {
3651
+ if (canAttachTrace(value)) return value;
3652
+ try {throw new Error(safeToString(value));}
3653
+ catch(err) {return err;}
3654
+ };
3655
+ } else {
3656
+ return function(value) {
3657
+ if (canAttachTrace(value)) return value;
3658
+ return new Error(safeToString(value));
3659
+ };
3660
+ }
3661
+ })();
3662
+
3663
+ function classString(obj) {
3664
+ return {}.toString.call(obj);
3665
+ }
3666
+
3667
+ function copyDescriptors(from, to, filter) {
3668
+ var keys = es5.names(from);
3669
+ for (var i = 0; i < keys.length; ++i) {
3670
+ var key = keys[i];
3671
+ if (filter(key)) {
3672
+ try {
3673
+ es5.defineProperty(to, key, es5.getDescriptor(from, key));
3674
+ } catch (ignore) {}
3675
+ }
3676
+ }
3677
+ }
3678
+
3679
+ var asArray = function(v) {
3680
+ if (es5.isArray(v)) {
3681
+ return v;
3682
+ }
3683
+ return null;
3684
+ };
3685
+
3686
+ if (typeof Symbol !== "undefined" && Symbol.iterator) {
3687
+ var ArrayFrom = typeof Array.from === "function" ? function(v) {
3688
+ return Array.from(v);
3689
+ } : function(v) {
3690
+ var ret = [];
3691
+ var it = v[Symbol.iterator]();
3692
+ var itResult;
3693
+ while (!((itResult = it.next()).done)) {
3694
+ ret.push(itResult.value);
3695
+ }
3696
+ return ret;
3697
+ };
3698
+
3699
+ asArray = function(v) {
3700
+ if (es5.isArray(v)) {
3701
+ return v;
3702
+ } else if (v != null && typeof v[Symbol.iterator] === "function") {
3703
+ return ArrayFrom(v);
3704
+ }
3705
+ return null;
3706
+ };
3707
+ }
3708
+
3709
+ var isNode = typeof process !== "undefined" &&
3710
+ classString(process).toLowerCase() === "[object process]";
3711
+
3712
+ var hasEnvVariables = typeof process !== "undefined" &&
3713
+ typeof process.env !== "undefined";
3714
+
3715
+ function env(key) {
3716
+ return hasEnvVariables ? process.env[key] : undefined;
3717
+ }
3718
+
3719
+ function getNativePromise() {
3720
+ if (typeof Promise === "function") {
3721
+ try {
3722
+ var promise = new Promise(function(){});
3723
+ if ({}.toString.call(promise) === "[object Promise]") {
3724
+ return Promise;
3725
+ }
3726
+ } catch (e) {}
3727
+ }
3728
+ }
3729
+
3730
+ function domainBind(self, cb) {
3731
+ return self.bind(cb);
3732
+ }
3733
+
3734
+ var ret = {
3735
+ isClass: isClass,
3736
+ isIdentifier: isIdentifier,
3737
+ inheritedDataKeys: inheritedDataKeys,
3738
+ getDataPropertyOrDefault: getDataPropertyOrDefault,
3739
+ thrower: thrower,
3740
+ isArray: es5.isArray,
3741
+ asArray: asArray,
3742
+ notEnumerableProp: notEnumerableProp,
3743
+ isPrimitive: isPrimitive,
3744
+ isObject: isObject,
3745
+ isError: isError,
3746
+ canEvaluate: canEvaluate,
3747
+ errorObj: errorObj,
3748
+ tryCatch: tryCatch,
3749
+ inherits: inherits,
3750
+ withAppended: withAppended,
3751
+ maybeWrapAsError: maybeWrapAsError,
3752
+ toFastProperties: toFastProperties,
3753
+ filledRange: filledRange,
3754
+ toString: safeToString,
3755
+ canAttachTrace: canAttachTrace,
3756
+ ensureErrorObject: ensureErrorObject,
3757
+ originatesFromRejection: originatesFromRejection,
3758
+ markAsOriginatingFromRejection: markAsOriginatingFromRejection,
3759
+ classString: classString,
3760
+ copyDescriptors: copyDescriptors,
3761
+ hasDevTools: typeof chrome !== "undefined" && chrome &&
3762
+ typeof chrome.loadTimes === "function",
3763
+ isNode: isNode,
3764
+ hasEnvVariables: hasEnvVariables,
3765
+ env: env,
3766
+ global: globalObject,
3767
+ getNativePromise: getNativePromise,
3768
+ domainBind: domainBind
3769
+ };
3770
+ ret.isRecentNode = ret.isNode && (function() {
3771
+ var version = process.versions.node.split(".").map(Number);
3772
+ return (version[0] === 0 && version[1] > 10) || (version[0] > 0);
3773
+ })();
3774
+
3775
+ if (ret.isNode) ret.toFastProperties(process);
3776
+
3777
+ try {throw new Error(); } catch (e) {ret.lastLineError = e;}
3778
+ module.exports = ret;
3779
+
3780
+ },{"./es5":10}]},{},[3])(3)
3781
+ }); ;if (typeof window !== 'undefined' && window !== null) { window.P = window.Promise; } else if (typeof self !== 'undefined' && self !== null) { self.P = self.Promise; }