From 92fa8c1d42eb108dab688b5ac188105e660847ac Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 24 Jul 2017 08:52:16 +0000 Subject: [PATCH] Port forwarding enabled+start-container.sh+setup.sh Former-commit-id: e70428e7b32c1eb74a376ab5efe195d2790ffc5c --- .test.sh.swp | Bin 0 -> 1024 bytes Dockerfile | 19 +- README.md | 6 +- docker-compose.yml | 11 +- frappe/.bash_history | 57 + ...b143f63d875ad875dac1b65967bf8dff6159f6c4e0 | Bin 0 -> 10940 bytes ...a6c02f46e7bea70c221d3ff95bf1418fa6da354e14 | Bin 0 -> 61461 bytes ...7c34f95b6612c802906a0746dd9fba57e2a9d3565e | Bin 0 -> 477349 bytes ...3b3653d7a852dbd14dd4ccdd03ced4b06d1352ba0b | Bin 0 -> 7806 bytes ...e109c0263ebfbbe56d85532219b7d0aae49a57069a | Bin 0 -> 3461 bytes ...7a953d81df1938d0a96573b4be7f6b4aea55ab2559 | Bin 0 -> 5994 bytes ...66d5b0c2792132c8bf197804464765b46b361f93a4 | Bin 0 -> 20940 bytes .../6.7.0/include/node/android-ifaddrs.h | 54 + frappe/.node-gyp/6.7.0/include/node/ares.h | 635 ++ .../.node-gyp/6.7.0/include/node/ares_build.h | 117 + .../.node-gyp/6.7.0/include/node/ares_rules.h | 130 + .../6.7.0/include/node/ares_version.h | 24 + .../.node-gyp/6.7.0/include/node/common.gypi | 399 + .../.node-gyp/6.7.0/include/node/config.gypi | 56 + .../include/node/libplatform/libplatform.h | 38 + frappe/.node-gyp/6.7.0/include/node/nameser.h | 211 + frappe/.node-gyp/6.7.0/include/node/node.h | 498 + .../6.7.0/include/node/node_buffer.h | 68 + .../6.7.0/include/node/node_object_wrap.h | 111 + .../6.7.0/include/node/node_version.h | 54 + .../6.7.0/include/node/openssl/aes.h | 149 + .../node/openssl/archs/BSD-x86/opensslconf.h | 270 + .../openssl/archs/BSD-x86_64/opensslconf.h | 270 + .../node/openssl/archs/VC-WIN32/opensslconf.h | 271 + .../openssl/archs/VC-WIN64A/opensslconf.h | 271 + .../node/openssl/archs/aix-gcc/opensslconf.h | 273 + .../openssl/archs/aix64-gcc/opensslconf.h | 273 + .../archs/darwin-i386-cc/opensslconf.h | 273 + .../archs/darwin64-x86_64-cc/opensslconf.h | 273 + .../openssl/archs/linux-aarch64/opensslconf.h | 270 + .../openssl/archs/linux-armv4/opensslconf.h | 270 + .../openssl/archs/linux-elf/opensslconf.h | 270 + .../openssl/archs/linux-ppc/opensslconf.h | 270 + .../openssl/archs/linux-ppc64/opensslconf.h | 270 + .../openssl/archs/linux-x32/opensslconf.h | 270 + .../openssl/archs/linux-x86_64/opensslconf.h | 270 + .../openssl/archs/linux32-s390x/opensslconf.h | 270 + .../openssl/archs/linux64-s390x/opensslconf.h | 270 + .../archs/solaris-x86-gcc/opensslconf.h | 270 + .../archs/solaris64-x86_64-gcc/opensslconf.h | 270 + .../6.7.0/include/node/openssl/asn1.h | 1419 +++ .../6.7.0/include/node/openssl/asn1_mac.h | 579 ++ .../6.7.0/include/node/openssl/asn1t.h | 973 ++ .../6.7.0/include/node/openssl/bio.h | 883 ++ .../6.7.0/include/node/openssl/blowfish.h | 130 + .../.node-gyp/6.7.0/include/node/openssl/bn.h | 951 ++ .../6.7.0/include/node/openssl/buffer.h | 125 + .../6.7.0/include/node/openssl/camellia.h | 132 + .../6.7.0/include/node/openssl/cast.h | 107 + .../6.7.0/include/node/openssl/cmac.h | 82 + .../6.7.0/include/node/openssl/cms.h | 555 ++ .../6.7.0/include/node/openssl/comp.h | 83 + .../6.7.0/include/node/openssl/conf.h | 267 + .../6.7.0/include/node/openssl/conf_api.h | 89 + .../6.7.0/include/node/openssl/crypto.h | 661 ++ .../6.7.0/include/node/openssl/des.h | 257 + .../6.7.0/include/node/openssl/des_old.h | 497 + .../.node-gyp/6.7.0/include/node/openssl/dh.h | 393 + .../6.7.0/include/node/openssl/dsa.h | 332 + .../6.7.0/include/node/openssl/dso.h | 451 + .../6.7.0/include/node/openssl/dtls1.h | 272 + .../6.7.0/include/node/openssl/e_os2.h | 328 + .../6.7.0/include/node/openssl/ebcdic.h | 26 + .../.node-gyp/6.7.0/include/node/openssl/ec.h | 1282 +++ .../6.7.0/include/node/openssl/ecdh.h | 134 + .../6.7.0/include/node/openssl/ecdsa.h | 335 + .../6.7.0/include/node/openssl/engine.h | 960 ++ .../6.7.0/include/node/openssl/err.h | 389 + .../6.7.0/include/node/openssl/evp.h | 1534 +++ .../6.7.0/include/node/openssl/hmac.h | 109 + .../6.7.0/include/node/openssl/idea.h | 105 + .../6.7.0/include/node/openssl/krb5_asn.h | 240 + .../6.7.0/include/node/openssl/kssl.h | 197 + .../6.7.0/include/node/openssl/lhash.h | 240 + .../6.7.0/include/node/openssl/md4.h | 119 + .../6.7.0/include/node/openssl/md5.h | 119 + .../6.7.0/include/node/openssl/mdc2.h | 94 + .../6.7.0/include/node/openssl/modes.h | 163 + .../6.7.0/include/node/openssl/obj_mac.h | 4194 ++++++++ .../6.7.0/include/node/openssl/objects.h | 1143 +++ .../6.7.0/include/node/openssl/ocsp.h | 637 ++ .../6.7.0/include/node/openssl/opensslconf.h | 146 + .../6.7.0/include/node/openssl/opensslv.h | 97 + .../6.7.0/include/node/openssl/ossl_typ.h | 213 + .../6.7.0/include/node/openssl/pem.h | 617 ++ .../6.7.0/include/node/openssl/pem2.h | 70 + .../6.7.0/include/node/openssl/pkcs12.h | 342 + .../6.7.0/include/node/openssl/pkcs7.h | 481 + .../6.7.0/include/node/openssl/pqueue.h | 99 + .../6.7.0/include/node/openssl/rand.h | 150 + .../6.7.0/include/node/openssl/rc2.h | 103 + .../6.7.0/include/node/openssl/rc4.h | 88 + .../6.7.0/include/node/openssl/ripemd.h | 105 + .../6.7.0/include/node/openssl/rsa.h | 664 ++ .../6.7.0/include/node/openssl/safestack.h | 2672 +++++ .../6.7.0/include/node/openssl/seed.h | 149 + .../6.7.0/include/node/openssl/sha.h | 214 + .../6.7.0/include/node/openssl/srp.h | 179 + .../6.7.0/include/node/openssl/srtp.h | 147 + .../6.7.0/include/node/openssl/ssl.h | 3163 ++++++ .../6.7.0/include/node/openssl/ssl2.h | 265 + .../6.7.0/include/node/openssl/ssl23.h | 84 + .../6.7.0/include/node/openssl/ssl3.h | 774 ++ .../6.7.0/include/node/openssl/stack.h | 107 + .../6.7.0/include/node/openssl/symhacks.h | 516 + .../6.7.0/include/node/openssl/tls1.h | 810 ++ .../.node-gyp/6.7.0/include/node/openssl/ts.h | 865 ++ .../6.7.0/include/node/openssl/txt_db.h | 112 + .../.node-gyp/6.7.0/include/node/openssl/ui.h | 415 + .../6.7.0/include/node/openssl/ui_compat.h | 88 + .../6.7.0/include/node/openssl/whrlpool.h | 41 + .../6.7.0/include/node/openssl/x509.h | 1330 +++ .../6.7.0/include/node/openssl/x509_vfy.h | 652 ++ .../6.7.0/include/node/openssl/x509v3.h | 1055 ++ .../6.7.0/include/node/pthread-barrier.h | 64 + .../6.7.0/include/node/pthread-fixes.h | 72 + .../6.7.0/include/node/stdint-msvc2008.h | 247 + frappe/.node-gyp/6.7.0/include/node/tree.h | 768 ++ frappe/.node-gyp/6.7.0/include/node/uv-aix.h | 32 + frappe/.node-gyp/6.7.0/include/node/uv-bsd.h | 34 + .../.node-gyp/6.7.0/include/node/uv-darwin.h | 61 + .../.node-gyp/6.7.0/include/node/uv-errno.h | 418 + .../.node-gyp/6.7.0/include/node/uv-linux.h | 34 + .../.node-gyp/6.7.0/include/node/uv-sunos.h | 44 + .../6.7.0/include/node/uv-threadpool.h | 37 + frappe/.node-gyp/6.7.0/include/node/uv-unix.h | 370 + .../.node-gyp/6.7.0/include/node/uv-version.h | 43 + frappe/.node-gyp/6.7.0/include/node/uv-win.h | 649 ++ frappe/.node-gyp/6.7.0/include/node/uv.h | 1495 +++ .../.node-gyp/6.7.0/include/node/v8-debug.h | 296 + .../6.7.0/include/node/v8-experimental.h | 54 + .../6.7.0/include/node/v8-platform.h | 171 + .../6.7.0/include/node/v8-profiler.h | 782 ++ .../.node-gyp/6.7.0/include/node/v8-testing.h | 48 + frappe/.node-gyp/6.7.0/include/node/v8-util.h | 643 ++ .../.node-gyp/6.7.0/include/node/v8-version.h | 20 + frappe/.node-gyp/6.7.0/include/node/v8.h | 8790 +++++++++++++++++ .../.node-gyp/6.7.0/include/node/v8config.h | 432 + frappe/.node-gyp/6.7.0/include/node/zconf.h | 511 + frappe/.node-gyp/6.7.0/include/node/zlib.h | 1768 ++++ frappe/.node-gyp/6.7.0/installVersion | 1 + frappe/.npm/accepts/1.3.3/package.tgz | Bin 0 -> 5102 bytes .../.npm/accepts/1.3.3/package/package.json | 1 + frappe/.npm/after/0.8.2/package.tgz | Bin 0 -> 2995 bytes frappe/.npm/after/0.8.2/package/package.json | 1 + frappe/.npm/agent-base/2.1.1/package.tgz | Bin 0 -> 8320 bytes .../agent-base/2.1.1/package/package.json | 1 + frappe/.npm/ajv/4.11.8/package.tgz | Bin 0 -> 507124 bytes frappe/.npm/ajv/4.11.8/package/package.json | 1 + frappe/.npm/amdefine/1.0.1/package.tgz | Bin 0 -> 7487 bytes .../.npm/amdefine/1.0.1/package/package.json | 1 + frappe/.npm/ansi-regex/2.1.1/package.tgz | Bin 0 -> 2340 bytes .../ansi-regex/2.1.1/package/package.json | 1 + frappe/.npm/ansi-styles/2.2.1/package.tgz | Bin 0 -> 2443 bytes .../ansi-styles/2.2.1/package/package.json | 1 + frappe/.npm/anymatch/1.3.0/package.tgz | Bin 0 -> 3211 bytes .../.npm/anymatch/1.3.0/package/package.json | 1 + frappe/.npm/arr-diff/2.0.0/package.tgz | Bin 0 -> 2431 bytes .../.npm/arr-diff/2.0.0/package/package.json | 1 + frappe/.npm/arr-flatten/1.1.0/package.tgz | Bin 0 -> 2872 bytes .../arr-flatten/1.1.0/package/package.json | 1 + frappe/.npm/array-flatten/1.1.1/package.tgz | Bin 0 -> 1992 bytes .../array-flatten/1.1.1/package/package.json | 1 + frappe/.npm/array-unique/0.2.1/package.tgz | Bin 0 -> 2131 bytes .../array-unique/0.2.1/package/package.json | 1 + .../.npm/arraybuffer.slice/0.0.6/package.tgz | Bin 0 -> 2104 bytes .../0.0.6/package/package.json | 1 + frappe/.npm/arrify/1.0.1/package.tgz | Bin 0 -> 1452 bytes frappe/.npm/arrify/1.0.1/package/package.json | 1 + frappe/.npm/asap/2.0.6/package.tgz | Bin 0 -> 11403 bytes frappe/.npm/asap/2.0.6/package/package.json | 1 + frappe/.npm/asn1/0.2.3/package.tgz | Bin 0 -> 7931 bytes frappe/.npm/asn1/0.2.3/package/package.json | 1 + frappe/.npm/assert-plus/0.2.0/package.tgz | Bin 0 -> 3806 bytes .../assert-plus/0.2.0/package/package.json | 1 + frappe/.npm/assert-plus/1.0.0/package.tgz | Bin 0 -> 3943 bytes .../assert-plus/1.0.0/package/package.json | 1 + frappe/.npm/assertion-error/1.0.0/package.tgz | Bin 0 -> 2485 bytes .../1.0.0/package/package.json | 1 + frappe/.npm/ast-types/0.9.12/package.tgz | Bin 0 -> 34455 bytes .../ast-types/0.9.12/package/package.json | 1 + frappe/.npm/async-each/1.0.1/package.tgz | Bin 0 -> 1791 bytes .../async-each/1.0.1/package/package.json | 1 + frappe/.npm/asynckit/0.4.0/package.tgz | Bin 0 -> 8111 bytes .../.npm/asynckit/0.4.0/package/package.json | 1 + frappe/.npm/aws-sign2/0.6.0/package.tgz | Bin 0 -> 5175 bytes .../.npm/aws-sign2/0.6.0/package/package.json | 1 + frappe/.npm/aws4/1.6.0/package.tgz | Bin 0 -> 9584 bytes frappe/.npm/aws4/1.6.0/package/package.json | 1 + .../.npm/babel-code-frame/6.22.0/package.tgz | Bin 0 -> 2297 bytes .../6.22.0/package/package.json | 1 + frappe/.npm/babel-core/6.25.0/package.tgz | Bin 0 -> 21998 bytes .../babel-core/6.25.0/package/package.json | 1 + .../.npm/babel-generator/6.25.0/package.tgz | Bin 0 -> 18175 bytes .../6.25.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1135 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1206 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1830 bytes .../6.24.1/package/package.json | 1 + .../0.0.3/package.tgz | Bin 0 -> 1151 bytes .../0.0.3/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1157 bytes .../6.24.1/package/package.json | 1 + .../0.0.2/package.tgz | Bin 0 -> 1795 bytes .../0.0.2/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1853 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 790 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1279 bytes .../6.24.1/package/package.json | 1 + .../0.0.1/package.tgz | Bin 0 -> 1067 bytes .../0.0.1/package/package.json | 1 + .../babel-helper-is-void-0/0.0.1/package.tgz | Bin 0 -> 622 bytes .../0.0.1/package/package.json | 1 + .../0.0.3/package.tgz | Bin 0 -> 2193 bytes .../0.0.3/package/package.json | 1 + .../0.1.1/package.tgz | Bin 0 -> 2233 bytes .../0.1.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 845 bytes .../6.24.1/package/package.json | 1 + .../babel-helper-regex/6.24.1/package.tgz | Bin 0 -> 851 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 2836 bytes .../6.24.1/package/package.json | 1 + .../0.1.1/package.tgz | Bin 0 -> 1398 bytes .../0.1.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 2508 bytes .../6.24.1/package/package.json | 1 + .../0.0.4/package.tgz | Bin 0 -> 1767 bytes .../0.0.4/package/package.json | 1 + frappe/.npm/babel-helpers/6.24.1/package.tgz | Bin 0 -> 4913 bytes .../babel-helpers/6.24.1/package/package.json | 1 + frappe/.npm/babel-messages/6.23.0/package.tgz | Bin 0 -> 2336 bytes .../6.23.0/package/package.json | 1 + .../6.22.0/package.tgz | Bin 0 -> 1465 bytes .../6.22.0/package/package.json | 1 + .../0.0.2/package.tgz | Bin 0 -> 3554 bytes .../0.0.2/package/package.json | 1 + .../0.0.4/package.tgz | Bin 0 -> 2474 bytes .../0.0.4/package/package.json | 1 + .../0.1.7/package.tgz | Bin 0 -> 11671 bytes .../0.1.7/package/package.json | 1 + .../0.0.2/package.tgz | Bin 0 -> 1936 bytes .../0.0.2/package/package.json | 1 + .../0.0.4/package.tgz | Bin 0 -> 2038 bytes .../0.0.4/package/package.json | 1 + .../0.0.3/package.tgz | Bin 0 -> 1458 bytes .../0.0.3/package/package.json | 1 + .../0.0.8/package.tgz | Bin 0 -> 5103 bytes .../0.0.8/package/package.json | 1 + .../0.0.1/package.tgz | Bin 0 -> 1465 bytes .../0.0.1/package/package.json | 1 + .../0.0.1/package.tgz | Bin 0 -> 1721 bytes .../0.0.1/package/package.json | 1 + .../0.0.8/package.tgz | Bin 0 -> 13658 bytes .../0.0.8/package/package.json | 1 + .../0.0.4/package.tgz | Bin 0 -> 2738 bytes .../0.0.4/package/package.json | 1 + .../6.13.0/package.tgz | Bin 0 -> 737 bytes .../6.13.0/package/package.json | 1 + .../6.13.0/package.tgz | Bin 0 -> 752 bytes .../6.13.0/package/package.json | 1 + .../6.22.0/package.tgz | Bin 0 -> 1497 bytes .../6.22.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1107 bytes .../6.24.1/package/package.json | 1 + .../6.22.0/package.tgz | Bin 0 -> 1752 bytes .../6.22.0/package/package.json | 1 + .../6.22.0/package.tgz | Bin 0 -> 1294 bytes .../6.22.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 6020 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 6590 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 2843 bytes .../6.24.1/package/package.json | 1 + .../6.23.0/package.tgz | Bin 0 -> 4271 bytes .../6.23.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1693 bytes .../6.24.1/package/package.json | 1 + .../6.23.0/package.tgz | Bin 0 -> 2970 bytes .../6.23.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1044 bytes .../6.24.1/package/package.json | 1 + .../6.22.0/package.tgz | Bin 0 -> 985 bytes .../6.22.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1941 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 5567 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 4189 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 3390 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1485 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 4498 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1199 bytes .../6.24.1/package/package.json | 1 + .../6.22.0/package.tgz | Bin 0 -> 1900 bytes .../6.22.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1092 bytes .../6.24.1/package/package.json | 1 + .../6.22.0/package.tgz | Bin 0 -> 1941 bytes .../6.22.0/package/package.json | 1 + .../6.23.0/package.tgz | Bin 0 -> 1541 bytes .../6.23.0/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1242 bytes .../6.24.1/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1170 bytes .../6.24.1/package/package.json | 1 + .../0.0.2/package.tgz | Bin 0 -> 6290 bytes .../0.0.2/package/package.json | 1 + .../6.8.4/package.tgz | Bin 0 -> 1566 bytes .../6.8.4/package/package.json | 1 + .../6.8.5/package.tgz | Bin 0 -> 2017 bytes .../6.8.5/package/package.json | 1 + .../6.8.2/package.tgz | Bin 0 -> 1475 bytes .../6.8.2/package/package.json | 1 + .../6.8.4/package.tgz | Bin 0 -> 2789 bytes .../6.8.4/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1036 bytes .../6.24.1/package/package.json | 1 + .../0.0.6/package.tgz | Bin 0 -> 1777 bytes .../0.0.6/package/package.json | 1 + .../6.8.4/package.tgz | Bin 0 -> 1813 bytes .../6.8.4/package/package.json | 1 + .../6.8.4/package.tgz | Bin 0 -> 1285 bytes .../6.8.4/package/package.json | 1 + .../0.0.5/package.tgz | Bin 0 -> 2882 bytes .../0.0.5/package/package.json | 1 + .../6.8.4/package.tgz | Bin 0 -> 1534 bytes .../6.8.4/package/package.json | 1 + .../6.24.1/package.tgz | Bin 0 -> 1499 bytes .../6.24.1/package/package.json | 1 + .../6.8.2/package.tgz | Bin 0 -> 1543 bytes .../6.8.2/package/package.json | 1 + .../babel-preset-babili/0.0.12/package.tgz | Bin 0 -> 6039 bytes .../0.0.12/package/package.json | 1 + .../babel-preset-es2015/6.24.1/package.tgz | Bin 0 -> 2299 bytes .../6.24.1/package/package.json | 1 + .../babel-preset-es2016/6.24.1/package.tgz | Bin 0 -> 825 bytes .../6.24.1/package/package.json | 1 + .../babel-preset-es2017/6.24.1/package.tgz | Bin 0 -> 890 bytes .../6.24.1/package/package.json | 1 + frappe/.npm/babel-register/6.24.1/package.tgz | Bin 0 -> 3611 bytes .../6.24.1/package/package.json | 1 + frappe/.npm/babel-runtime/6.23.0/package.tgz | Bin 0 -> 11371 bytes .../babel-runtime/6.23.0/package/package.json | 1 + frappe/.npm/babel-template/6.25.0/package.tgz | Bin 0 -> 2220 bytes .../6.25.0/package/package.json | 1 + frappe/.npm/babel-traverse/6.25.0/package.tgz | Bin 0 -> 29337 bytes .../6.25.0/package/package.json | 1 + frappe/.npm/babel-types/6.25.0/package.tgz | Bin 0 -> 20687 bytes .../babel-types/6.25.0/package/package.json | 1 + frappe/.npm/babylon/6.17.4/package.tgz | Bin 0 -> 68954 bytes .../.npm/babylon/6.17.4/package/package.json | 1 + frappe/.npm/backo2/1.0.2/package.tgz | Bin 0 -> 1515 bytes frappe/.npm/backo2/1.0.2/package/package.json | 1 + frappe/.npm/balanced-match/1.0.0/package.tgz | Bin 0 -> 2566 bytes .../balanced-match/1.0.0/package/package.json | 1 + .../.npm/base64-arraybuffer/0.1.5/package.tgz | Bin 0 -> 2468 bytes .../0.1.5/package/package.json | 1 + frappe/.npm/base64id/1.0.0/package.tgz | Bin 0 -> 2117 bytes .../.npm/base64id/1.0.0/package/package.json | 1 + frappe/.npm/bcrypt-pbkdf/1.0.1/package.tgz | Bin 0 -> 10403 bytes .../bcrypt-pbkdf/1.0.1/package/package.json | 1 + frappe/.npm/better-assert/1.0.2/package.tgz | Bin 0 -> 2213 bytes .../better-assert/1.0.2/package/package.json | 1 + .../.npm/binary-extensions/1.9.0/package.tgz | Bin 0 -> 2147 bytes .../1.9.0/package/package.json | 1 + frappe/.npm/blob/0.0.4/package.tgz | Bin 0 -> 2211 bytes frappe/.npm/blob/0.0.4/package/package.json | 1 + frappe/.npm/boom/2.10.1/package.tgz | Bin 0 -> 39495 bytes frappe/.npm/boom/2.10.1/package/package.json | 1 + frappe/.npm/brace-expansion/1.1.8/package.tgz | Bin 0 -> 3939 bytes .../1.1.8/package/package.json | 1 + frappe/.npm/braces/1.8.5/package.tgz | Bin 0 -> 5981 bytes frappe/.npm/braces/1.8.5/package/package.json | 1 + frappe/.npm/browser-stdout/1.3.0/package.tgz | Bin 0 -> 1533 bytes .../browser-stdout/1.3.0/package/package.json | 1 + frappe/.npm/bytes/2.4.0/package.tgz | Bin 0 -> 3842 bytes frappe/.npm/bytes/2.4.0/package/package.json | 1 + frappe/.npm/callsite/1.0.0/package.tgz | Bin 0 -> 1068 bytes .../.npm/callsite/1.0.0/package/package.json | 1 + frappe/.npm/caseless/0.12.0/package.tgz | Bin 0 -> 5323 bytes .../.npm/caseless/0.12.0/package/package.json | 1 + frappe/.npm/chai-nightwatch/0.1.1/package.tgz | Bin 0 -> 20765 bytes .../0.1.1/package/package.json | 1 + frappe/.npm/chalk/1.1.3/package.tgz | Bin 0 -> 5236 bytes frappe/.npm/chalk/1.1.3/package/package.json | 1 + frappe/.npm/chokidar/1.7.0/package.tgz | Bin 0 -> 22861 bytes .../.npm/chokidar/1.7.0/package/package.json | 1 + frappe/.npm/chromedriver/2.30.1/package.tgz | Bin 0 -> 15874 bytes .../chromedriver/2.30.1/package/package.json | 1 + frappe/.npm/co/3.0.6/package.tgz | Bin 0 -> 4354 bytes frappe/.npm/co/3.0.6/package/package.json | 1 + frappe/.npm/co/4.6.0/package.tgz | Bin 0 -> 5880 bytes frappe/.npm/co/4.6.0/package/package.json | 1 + frappe/.npm/combined-stream/1.0.5/package.tgz | Bin 0 -> 3675 bytes .../1.0.5/package/package.json | 1 + frappe/.npm/commander/2.9.0/package.tgz | Bin 0 -> 13425 bytes .../.npm/commander/2.9.0/package/package.json | 1 + frappe/.npm/component-bind/1.0.0/package.tgz | Bin 0 -> 1321 bytes .../component-bind/1.0.0/package/package.json | 1 + .../.npm/component-emitter/1.2.1/package.tgz | Bin 0 -> 2964 bytes .../1.2.1/package/package.json | 1 + .../.npm/component-inherit/0.0.3/package.tgz | Bin 0 -> 1020 bytes .../0.0.3/package/package.json | 1 + frappe/.npm/concat-map/0.0.1/package.tgz | Bin 0 -> 2263 bytes .../concat-map/0.0.1/package/package.json | 1 + frappe/.npm/concat-stream/1.6.0/package.tgz | Bin 0 -> 3801 bytes .../concat-stream/1.6.0/package/package.json | 1 + .../content-disposition/0.5.2/package.tgz | Bin 0 -> 6625 bytes .../0.5.2/package/package.json | 1 + frappe/.npm/content-type/1.0.2/package.tgz | Bin 0 -> 3662 bytes .../content-type/1.0.2/package/package.json | 1 + .../.npm/convert-source-map/1.5.0/package.tgz | Bin 0 -> 7754 bytes .../1.5.0/package/package.json | 1 + .../.npm/cookie-signature/1.0.6/package.tgz | Bin 0 -> 2111 bytes .../1.0.6/package/package.json | 1 + frappe/.npm/cookie/0.3.1/package.tgz | Bin 0 -> 5970 bytes frappe/.npm/cookie/0.3.1/package/package.json | 1 + frappe/.npm/cookiejar/2.1.1/package.tgz | Bin 0 -> 4492 bytes .../.npm/cookiejar/2.1.1/package/package.json | 1 + .../core-js/2.4.1/package.tgz.REMOVED.git-id | 1 + .../.npm/core-js/2.4.1/package/package.json | 1 + frappe/.npm/core-util-is/1.0.2/package.tgz | Bin 0 -> 7016 bytes .../core-util-is/1.0.2/package/package.json | 1 + frappe/.npm/cryptiles/2.0.5/package.tgz | Bin 0 -> 2904 bytes .../.npm/cryptiles/2.0.5/package/package.json | 1 + frappe/.npm/dashdash/1.14.1/package.tgz | Bin 0 -> 23544 bytes .../.npm/dashdash/1.14.1/package/package.json | 1 + .../.npm/data-uri-to-buffer/1.2.0/package.tgz | Bin 0 -> 3883 bytes .../1.2.0/package/package.json | 1 + frappe/.npm/debug/2.2.0/package.tgz | Bin 0 -> 10293 bytes frappe/.npm/debug/2.2.0/package/package.json | 1 + frappe/.npm/debug/2.3.3/package.tgz | Bin 0 -> 11791 bytes frappe/.npm/debug/2.3.3/package/package.json | 1 + frappe/.npm/debug/2.6.7/package.tgz | Bin 0 -> 16309 bytes frappe/.npm/debug/2.6.7/package/package.json | 1 + frappe/.npm/debug/2.6.8/package.tgz | Bin 0 -> 16335 bytes frappe/.npm/debug/2.6.8/package/package.json | 1 + frappe/.npm/deep-eql/0.1.3/package.tgz | Bin 0 -> 3736 bytes .../.npm/deep-eql/0.1.3/package/package.json | 1 + frappe/.npm/deep-is/0.1.3/package.tgz | Bin 0 -> 3487 bytes .../.npm/deep-is/0.1.3/package/package.json | 1 + frappe/.npm/degenerator/1.0.4/package.tgz | Bin 0 -> 6079 bytes .../degenerator/1.0.4/package/package.json | 1 + frappe/.npm/delayed-stream/1.0.0/package.tgz | Bin 0 -> 3464 bytes .../delayed-stream/1.0.0/package/package.json | 1 + frappe/.npm/depd/1.1.0/package.tgz | Bin 0 -> 9011 bytes frappe/.npm/depd/1.1.0/package/package.json | 1 + frappe/.npm/destroy/1.0.4/package.tgz | Bin 0 -> 2331 bytes .../.npm/destroy/1.0.4/package/package.json | 1 + frappe/.npm/detect-indent/4.0.0/package.tgz | Bin 0 -> 3096 bytes .../detect-indent/4.0.0/package/package.json | 1 + frappe/.npm/diff/1.4.0/package.tgz | Bin 0 -> 8527 bytes frappe/.npm/diff/1.4.0/package/package.json | 1 + .../double-ended-queue/2.1.0-0/package.tgz | Bin 0 -> 7140 bytes .../2.1.0-0/package/package.json | 1 + frappe/.npm/ecc-jsbn/0.1.1/package.tgz | Bin 0 -> 8187 bytes .../.npm/ecc-jsbn/0.1.1/package/package.json | 1 + frappe/.npm/ee-first/1.1.1/package.tgz | Bin 0 -> 2733 bytes .../.npm/ee-first/1.1.1/package/package.json | 1 + frappe/.npm/ejs/0.8.3/package.tgz | Bin 0 -> 13804 bytes frappe/.npm/ejs/0.8.3/package/package.json | 1 + frappe/.npm/encodeurl/1.0.1/package.tgz | Bin 0 -> 3099 bytes .../.npm/encodeurl/1.0.1/package/package.json | 1 + .../.npm/engine.io-client/3.1.1/package.tgz | Bin 0 -> 52384 bytes .../3.1.1/package/package.json | 1 + .../.npm/engine.io-parser/2.1.1/package.tgz | Bin 0 -> 11443 bytes .../2.1.1/package/package.json | 1 + frappe/.npm/engine.io/3.1.0/package.tgz | Bin 0 -> 23636 bytes .../.npm/engine.io/3.1.0/package/package.json | 1 + frappe/.npm/errno/0.1.4/package.tgz | Bin 0 -> 5787 bytes frappe/.npm/errno/0.1.4/package/package.json | 1 + frappe/.npm/escape-html/1.0.3/package.tgz | Bin 0 -> 1917 bytes .../escape-html/1.0.3/package/package.json | 1 + .../escape-string-regexp/1.0.5/package.tgz | Bin 0 -> 1578 bytes .../1.0.5/package/package.json | 1 + frappe/.npm/escodegen/1.8.1/package.tgz | Bin 0 -> 20047 bytes .../.npm/escodegen/1.8.1/package/package.json | 1 + frappe/.npm/esprima/2.7.3/package.tgz | Bin 0 -> 41051 bytes .../.npm/esprima/2.7.3/package/package.json | 1 + frappe/.npm/esprima/3.1.3/package.tgz | Bin 0 -> 50257 bytes .../.npm/esprima/3.1.3/package/package.json | 1 + frappe/.npm/estraverse/1.9.3/package.tgz | Bin 0 -> 8348 bytes .../estraverse/1.9.3/package/package.json | 1 + frappe/.npm/esutils/2.0.2/package.tgz | Bin 0 -> 9297 bytes .../.npm/esutils/2.0.2/package/package.json | 1 + frappe/.npm/etag/1.8.0/package.tgz | Bin 0 -> 4348 bytes frappe/.npm/etag/1.8.0/package/package.json | 1 + frappe/.npm/expand-brackets/0.1.5/package.tgz | Bin 0 -> 3659 bytes .../0.1.5/package/package.json | 1 + frappe/.npm/expand-range/1.8.2/package.tgz | Bin 0 -> 3248 bytes .../expand-range/1.8.2/package/package.json | 1 + frappe/.npm/express/4.15.3/package.tgz | Bin 0 -> 57183 bytes .../.npm/express/4.15.3/package/package.json | 1 + frappe/.npm/extend/3.0.1/package.tgz | Bin 0 -> 6710 bytes frappe/.npm/extend/3.0.1/package/package.json | 1 + frappe/.npm/extglob/0.3.2/package.tgz | Bin 0 -> 3902 bytes .../.npm/extglob/0.3.2/package/package.json | 1 + frappe/.npm/extract-zip/1.6.5/package.tgz | Bin 0 -> 3353 bytes .../extract-zip/1.6.5/package/package.json | 1 + frappe/.npm/extsprintf/1.0.2/package.tgz | Bin 0 -> 9089 bytes .../extsprintf/1.0.2/package/package.json | 1 + .../.npm/fast-levenshtein/2.0.6/package.tgz | Bin 0 -> 3699 bytes .../2.0.6/package/package.json | 1 + frappe/.npm/fd-slicer/1.0.1/package.tgz | Bin 0 -> 7222 bytes .../.npm/fd-slicer/1.0.1/package/package.json | 1 + .../.npm/file-uri-to-path/1.0.0/package.tgz | Bin 0 -> 3549 bytes .../1.0.0/package/package.json | 1 + frappe/.npm/filename-regex/2.0.1/package.tgz | Bin 0 -> 2111 bytes .../filename-regex/2.0.1/package/package.json | 1 + frappe/.npm/fill-range/2.2.3/package.tgz | Bin 0 -> 6338 bytes .../fill-range/2.2.3/package/package.json | 1 + frappe/.npm/finalhandler/1.0.3/package.tgz | Bin 0 -> 5655 bytes .../finalhandler/1.0.3/package/package.json | 1 + frappe/.npm/for-in/1.0.2/package.tgz | Bin 0 -> 2637 bytes frappe/.npm/for-in/1.0.2/package/package.json | 1 + frappe/.npm/for-own/0.1.5/package.tgz | Bin 0 -> 2689 bytes .../.npm/for-own/0.1.5/package/package.json | 1 + frappe/.npm/forever-agent/0.6.1/package.tgz | Bin 0 -> 5035 bytes .../forever-agent/0.6.1/package/package.json | 1 + frappe/.npm/form-data/2.1.4/package.tgz | Bin 0 -> 7574 bytes .../.npm/form-data/2.1.4/package/package.json | 1 + frappe/.npm/formidable/1.1.1/package.tgz | Bin 0 -> 11831 bytes .../formidable/1.1.1/package/package.json | 1 + frappe/.npm/forwarded/0.1.0/package.tgz | Bin 0 -> 2053 bytes .../.npm/forwarded/0.1.0/package/package.json | 1 + frappe/.npm/fresh/0.5.0/package.tgz | Bin 0 -> 3679 bytes frappe/.npm/fresh/0.5.0/package/package.json | 1 + frappe/.npm/fs.realpath/1.0.0/package.tgz | Bin 0 -> 4434 bytes .../fs.realpath/1.0.0/package/package.json | 1 + frappe/.npm/ftp/0.3.10/package.tgz | Bin 0 -> 14073 bytes frappe/.npm/ftp/0.3.10/package/package.json | 1 + frappe/.npm/get-uri/2.0.1/package.tgz | Bin 0 -> 12124 bytes .../.npm/get-uri/2.0.1/package/package.json | 1 + frappe/.npm/getpass/0.1.7/package.tgz | Bin 0 -> 2601 bytes .../.npm/getpass/0.1.7/package/package.json | 1 + frappe/.npm/glob-base/0.3.0/package.tgz | Bin 0 -> 2844 bytes .../.npm/glob-base/0.3.0/package/package.json | 1 + frappe/.npm/glob-parent/2.0.0/package.tgz | Bin 0 -> 2017 bytes .../glob-parent/2.0.0/package/package.json | 1 + frappe/.npm/glob/7.0.5/package.tgz | Bin 0 -> 15392 bytes frappe/.npm/glob/7.0.5/package/package.json | 1 + frappe/.npm/glob/7.1.2/package.tgz | Bin 0 -> 15621 bytes frappe/.npm/glob/7.1.2/package/package.json | 1 + frappe/.npm/globals/9.18.0/package.tgz | Bin 0 -> 7889 bytes .../.npm/globals/9.18.0/package/package.json | 1 + frappe/.npm/graceful-fs/4.1.11/package.tgz | Bin 0 -> 7905 bytes .../graceful-fs/4.1.11/package/package.json | 1 + .../.npm/graceful-readlink/1.0.1/package.tgz | Bin 0 -> 1531 bytes .../1.0.1/package/package.json | 1 + frappe/.npm/growl/1.9.2/package.tgz | Bin 0 -> 4734 bytes frappe/.npm/growl/1.9.2/package/package.json | 1 + frappe/.npm/har-schema/1.0.5/package.tgz | Bin 0 -> 3595 bytes .../har-schema/1.0.5/package/package.json | 1 + frappe/.npm/har-validator/4.2.1/package.tgz | Bin 0 -> 4536 bytes .../har-validator/4.2.1/package/package.json | 1 + frappe/.npm/has-ansi/2.0.0/package.tgz | Bin 0 -> 1702 bytes .../.npm/has-ansi/2.0.0/package/package.json | 1 + frappe/.npm/has-binary2/1.0.2/package.tgz | Bin 0 -> 2177 bytes .../has-binary2/1.0.2/package/package.json | 1 + frappe/.npm/has-cors/1.1.0/package.tgz | Bin 0 -> 1497 bytes .../.npm/has-cors/1.1.0/package/package.json | 1 + frappe/.npm/has-flag/1.0.0/package.tgz | Bin 0 -> 1831 bytes .../.npm/has-flag/1.0.0/package/package.json | 1 + frappe/.npm/hawk/3.1.3/package.tgz | Bin 0 -> 121790 bytes frappe/.npm/hawk/3.1.3/package/package.json | 1 + frappe/.npm/hoek/2.16.3/package.tgz | Bin 0 -> 65204 bytes frappe/.npm/hoek/2.16.3/package/package.json | 1 + frappe/.npm/home-or-tmp/2.0.0/package.tgz | Bin 0 -> 1545 bytes .../home-or-tmp/2.0.0/package/package.json | 1 + frappe/.npm/http-errors/1.6.1/package.tgz | Bin 0 -> 5502 bytes .../http-errors/1.6.1/package/package.json | 1 + .../.npm/http-proxy-agent/1.0.0/package.tgz | Bin 0 -> 6982 bytes .../1.0.0/package/package.json | 1 + frappe/.npm/http-signature/1.1.1/package.tgz | Bin 0 -> 15230 bytes .../http-signature/1.1.1/package/package.json | 1 + .../.npm/https-proxy-agent/1.0.0/package.tgz | Bin 0 -> 8341 bytes .../1.0.0/package/package.json | 1 + frappe/.npm/iconv-lite/0.4.15/package.tgz | Bin 0 -> 195402 bytes .../iconv-lite/0.4.15/package/package.json | 1 + frappe/.npm/image-size/0.5.5/package.tgz | Bin 0 -> 6977 bytes .../image-size/0.5.5/package/package.json | 1 + frappe/.npm/indexof/0.0.1/package.tgz | Bin 0 -> 698 bytes .../.npm/indexof/0.0.1/package/package.json | 1 + frappe/.npm/inflight/1.0.6/package.tgz | Bin 0 -> 2041 bytes .../.npm/inflight/1.0.6/package/package.json | 1 + frappe/.npm/inherits/2.0.3/package.tgz | Bin 0 -> 2028 bytes .../.npm/inherits/2.0.3/package/package.json | 1 + frappe/.npm/invariant/2.2.2/package.tgz | Bin 0 -> 3966 bytes .../.npm/invariant/2.2.2/package/package.json | 1 + frappe/.npm/ip/1.0.1/package.tgz | Bin 0 -> 8424 bytes frappe/.npm/ip/1.0.1/package/package.json | 1 + frappe/.npm/ip/1.1.5/package.tgz | Bin 0 -> 10014 bytes frappe/.npm/ip/1.1.5/package/package.json | 1 + frappe/.npm/ipaddr.js/1.3.0/package.tgz | Bin 0 -> 16191 bytes .../.npm/ipaddr.js/1.3.0/package/package.json | 1 + frappe/.npm/is-binary-path/1.0.1/package.tgz | Bin 0 -> 1557 bytes .../is-binary-path/1.0.1/package/package.json | 1 + frappe/.npm/is-buffer/1.1.5/package.tgz | Bin 0 -> 2378 bytes .../.npm/is-buffer/1.1.5/package/package.json | 1 + frappe/.npm/is-dotfile/1.0.3/package.tgz | Bin 0 -> 2776 bytes .../is-dotfile/1.0.3/package/package.json | 1 + .../.npm/is-equal-shallow/0.1.3/package.tgz | Bin 0 -> 2471 bytes .../0.1.3/package/package.json | 1 + frappe/.npm/is-extendable/0.1.1/package.tgz | Bin 0 -> 2381 bytes .../is-extendable/0.1.1/package/package.json | 1 + frappe/.npm/is-extglob/1.0.0/package.tgz | Bin 0 -> 2063 bytes .../is-extglob/1.0.0/package/package.json | 1 + frappe/.npm/is-finite/1.0.2/package.tgz | Bin 0 -> 1515 bytes .../.npm/is-finite/1.0.2/package/package.json | 1 + frappe/.npm/is-glob/2.0.1/package.tgz | Bin 0 -> 2485 bytes .../.npm/is-glob/2.0.1/package/package.json | 1 + frappe/.npm/is-number/2.1.0/package.tgz | Bin 0 -> 2450 bytes .../.npm/is-number/2.1.0/package/package.json | 1 + frappe/.npm/is-number/3.0.0/package.tgz | Bin 0 -> 2851 bytes .../.npm/is-number/3.0.0/package/package.json | 1 + .../.npm/is-posix-bracket/0.1.1/package.tgz | Bin 0 -> 2418 bytes .../0.1.1/package/package.json | 1 + frappe/.npm/is-primitive/2.0.0/package.tgz | Bin 0 -> 1738 bytes .../is-primitive/2.0.0/package/package.json | 1 + frappe/.npm/is-typedarray/1.0.0/package.tgz | Bin 0 -> 1881 bytes .../is-typedarray/1.0.0/package/package.json | 1 + frappe/.npm/isarray/0.0.1/package.tgz | Bin 0 -> 2742 bytes .../.npm/isarray/0.0.1/package/package.json | 1 + frappe/.npm/isarray/1.0.0/package.tgz | Bin 0 -> 2021 bytes .../.npm/isarray/1.0.0/package/package.json | 1 + frappe/.npm/isarray/2.0.1/package.tgz | Bin 0 -> 1602 bytes .../.npm/isarray/2.0.1/package/package.json | 1 + frappe/.npm/isobject/2.1.0/package.tgz | Bin 0 -> 2387 bytes .../.npm/isobject/2.1.0/package/package.json | 1 + frappe/.npm/isstream/0.1.2/package.tgz | Bin 0 -> 3755 bytes .../.npm/isstream/0.1.2/package/package.json | 1 + frappe/.npm/js-tokens/3.0.2/package.tgz | Bin 0 -> 5991 bytes .../.npm/js-tokens/3.0.2/package/package.json | 1 + frappe/.npm/jsbn/0.1.1/package.tgz | Bin 0 -> 13715 bytes frappe/.npm/jsbn/0.1.1/package/package.json | 1 + frappe/.npm/jsesc/0.5.0/package.tgz | Bin 0 -> 9165 bytes frappe/.npm/jsesc/0.5.0/package/package.json | 1 + frappe/.npm/jsesc/1.3.0/package.tgz | Bin 0 -> 6255 bytes frappe/.npm/jsesc/1.3.0/package/package.json | 1 + frappe/.npm/jsesc/2.5.1/package.tgz | Bin 0 -> 10004 bytes frappe/.npm/jsesc/2.5.1/package/package.json | 1 + frappe/.npm/json-schema/0.2.3/package.tgz | Bin 0 -> 33667 bytes .../json-schema/0.2.3/package/package.json | 1 + .../json-stable-stringify/1.0.1/package.tgz | Bin 0 -> 4527 bytes .../1.0.1/package/package.json | 1 + .../json-stringify-safe/5.0.1/package.tgz | Bin 0 -> 4014 bytes .../5.0.1/package/package.json | 1 + frappe/.npm/json3/3.3.2/package.tgz | Bin 0 -> 19398 bytes frappe/.npm/json3/3.3.2/package/package.json | 1 + frappe/.npm/json5/0.5.1/package.tgz | Bin 0 -> 13523 bytes frappe/.npm/json5/0.5.1/package/package.json | 1 + frappe/.npm/jsonify/0.0.0/package.tgz | Bin 0 -> 4376 bytes .../.npm/jsonify/0.0.0/package/package.json | 1 + frappe/.npm/jsprim/1.4.0/package.tgz | Bin 0 -> 10563 bytes frappe/.npm/jsprim/1.4.0/package/package.json | 1 + frappe/.npm/kew/0.7.0/package.tgz | Bin 0 -> 18663 bytes frappe/.npm/kew/0.7.0/package/package.json | 1 + frappe/.npm/kind-of/3.2.2/package.tgz | Bin 0 -> 4861 bytes .../.npm/kind-of/3.2.2/package/package.json | 1 + frappe/.npm/kind-of/4.0.0/package.tgz | Bin 0 -> 4901 bytes .../.npm/kind-of/4.0.0/package/package.json | 1 + frappe/.npm/less/2.7.2/package.tgz | Bin 0 -> 502579 bytes frappe/.npm/less/2.7.2/package/package.json | 1 + frappe/.npm/levn/0.3.0/package.tgz | Bin 0 -> 7967 bytes frappe/.npm/levn/0.3.0/package/package.json | 1 + .../.npm/lodash._arraycopy/3.0.0/package.tgz | Bin 0 -> 1884 bytes .../3.0.0/package/package.json | 1 + .../.npm/lodash._arrayeach/3.0.0/package.tgz | Bin 0 -> 1943 bytes .../3.0.0/package/package.json | 1 + .../.npm/lodash._baseassign/3.2.0/package.tgz | Bin 0 -> 1931 bytes .../3.2.0/package/package.json | 1 + .../.npm/lodash._baseclone/3.3.0/package.tgz | Bin 0 -> 4177 bytes .../3.3.0/package/package.json | 1 + .../.npm/lodash._baseclone/4.5.7/package.tgz | Bin 0 -> 11863 bytes .../4.5.7/package/package.json | 1 + .../.npm/lodash._basecopy/3.0.1/package.tgz | Bin 0 -> 1914 bytes .../3.0.1/package/package.json | 1 + .../.npm/lodash._basecreate/3.0.3/package.tgz | Bin 0 -> 2248 bytes .../3.0.3/package/package.json | 1 + frappe/.npm/lodash._basefor/3.0.3/package.tgz | Bin 0 -> 2046 bytes .../3.0.3/package/package.json | 1 + .../lodash._bindcallback/3.0.1/package.tgz | Bin 0 -> 2212 bytes .../3.0.1/package/package.json | 1 + .../.npm/lodash._getnative/3.9.1/package.tgz | Bin 0 -> 2887 bytes .../3.9.1/package/package.json | 1 + .../lodash._isiterateecall/3.0.9/package.tgz | Bin 0 -> 2924 bytes .../3.0.9/package/package.json | 1 + frappe/.npm/lodash._stack/4.1.3/package.tgz | Bin 0 -> 5673 bytes .../lodash._stack/4.1.3/package/package.json | 1 + frappe/.npm/lodash.clone/3.0.3/package.tgz | Bin 0 -> 2715 bytes .../lodash.clone/3.0.3/package/package.json | 1 + frappe/.npm/lodash.create/3.1.1/package.tgz | Bin 0 -> 2261 bytes .../lodash.create/3.1.1/package/package.json | 1 + .../lodash.defaultsdeep/4.3.2/package.tgz | Bin 0 -> 6052 bytes .../4.3.2/package/package.json | 1 + .../.npm/lodash.isarguments/3.1.0/package.tgz | Bin 0 -> 3304 bytes .../3.1.0/package/package.json | 1 + frappe/.npm/lodash.isarray/3.0.4/package.tgz | Bin 0 -> 3215 bytes .../lodash.isarray/3.0.4/package/package.json | 1 + .../lodash.isplainobject/4.0.6/package.tgz | Bin 0 -> 3031 bytes .../4.0.6/package/package.json | 1 + frappe/.npm/lodash.keys/3.1.2/package.tgz | Bin 0 -> 3605 bytes .../lodash.keys/3.1.2/package/package.json | 1 + frappe/.npm/lodash.keysin/4.2.0/package.tgz | Bin 0 -> 4312 bytes .../lodash.keysin/4.2.0/package/package.json | 1 + .../.npm/lodash.mergewith/4.6.0/package.tgz | Bin 0 -> 14059 bytes .../4.6.0/package/package.json | 1 + frappe/.npm/lodash.rest/4.0.5/package.tgz | Bin 0 -> 4237 bytes .../lodash.rest/4.0.5/package/package.json | 1 + frappe/.npm/lodash.some/4.6.0/package.tgz | Bin 0 -> 15575 bytes .../lodash.some/4.6.0/package/package.json | 1 + frappe/.npm/lodash/4.17.4/package.tgz | Bin 0 -> 310669 bytes .../.npm/lodash/4.17.4/package/package.json | 1 + frappe/.npm/loose-envify/1.3.1/package.tgz | Bin 0 -> 2932 bytes .../loose-envify/1.3.1/package/package.json | 1 + frappe/.npm/lru-cache/2.6.5/package.tgz | Bin 0 -> 7071 bytes .../.npm/lru-cache/2.6.5/package/package.json | 1 + frappe/.npm/media-typer/0.3.0/package.tgz | Bin 0 -> 4189 bytes .../media-typer/0.3.0/package/package.json | 1 + .../.npm/merge-descriptors/1.0.1/package.tgz | Bin 0 -> 2312 bytes .../1.0.1/package/package.json | 1 + frappe/.npm/methods/1.1.2/package.tgz | Bin 0 -> 2475 bytes .../.npm/methods/1.1.2/package/package.json | 1 + frappe/.npm/micromatch/2.3.11/package.tgz | Bin 0 -> 14623 bytes .../micromatch/2.3.11/package/package.json | 1 + frappe/.npm/mime-db/1.27.0/package.tgz | Bin 0 -> 24091 bytes .../.npm/mime-db/1.27.0/package/package.json | 1 + frappe/.npm/mime-types/2.1.15/package.tgz | Bin 0 -> 4512 bytes .../mime-types/2.1.15/package/package.json | 1 + frappe/.npm/mime/1.3.4/package.tgz | Bin 0 -> 12232 bytes frappe/.npm/mime/1.3.4/package/package.json | 1 + frappe/.npm/minimatch/3.0.3/package.tgz | Bin 0 -> 11392 bytes .../.npm/minimatch/3.0.3/package/package.json | 1 + frappe/.npm/minimatch/3.0.4/package.tgz | Bin 0 -> 11423 bytes .../.npm/minimatch/3.0.4/package/package.json | 1 + frappe/.npm/minimist/0.0.8/package.tgz | Bin 0 -> 5990 bytes .../.npm/minimist/0.0.8/package/package.json | 1 + frappe/.npm/mkdirp/0.5.0/package.tgz | Bin 0 -> 5090 bytes frappe/.npm/mkdirp/0.5.0/package/package.json | 1 + frappe/.npm/mkdirp/0.5.1/package.tgz | Bin 0 -> 4991 bytes frappe/.npm/mkdirp/0.5.1/package/package.json | 1 + frappe/.npm/mkpath/1.0.0/package.tgz | Bin 0 -> 3452 bytes frappe/.npm/mkpath/1.0.0/package/package.json | 1 + .../.npm/mocha-nightwatch/3.2.2/package.tgz | Bin 0 -> 172534 bytes .../3.2.2/package/package.json | 1 + frappe/.npm/ms/0.7.1/package.tgz | Bin 0 -> 2802 bytes frappe/.npm/ms/0.7.1/package/package.json | 1 + frappe/.npm/ms/0.7.2/package.tgz | Bin 0 -> 2876 bytes frappe/.npm/ms/0.7.2/package/package.json | 1 + frappe/.npm/ms/2.0.0/package.tgz | Bin 0 -> 2874 bytes frappe/.npm/ms/2.0.0/package/package.json | 1 + frappe/.npm/negotiator/0.6.1/package.tgz | Bin 0 -> 6625 bytes .../negotiator/0.6.1/package/package.json | 1 + frappe/.npm/netmask/1.0.6/package.tgz | Bin 0 -> 6062 bytes .../.npm/netmask/1.0.6/package/package.json | 1 + frappe/.npm/nightwatch/0.9.16/package.tgz | Bin 0 -> 79490 bytes .../nightwatch/0.9.16/package/package.json | 1 + frappe/.npm/normalize-path/2.1.1/package.tgz | Bin 0 -> 3159 bytes .../normalize-path/2.1.1/package/package.json | 1 + frappe/.npm/number-is-nan/1.0.1/package.tgz | Bin 0 -> 1464 bytes .../number-is-nan/1.0.1/package/package.json | 1 + frappe/.npm/oauth-sign/0.8.2/package.tgz | Bin 0 -> 5134 bytes .../oauth-sign/0.8.2/package/package.json | 1 + frappe/.npm/object-assign/4.1.1/package.tgz | Bin 0 -> 2675 bytes .../object-assign/4.1.1/package/package.json | 1 + .../.npm/object-component/0.0.3/package.tgz | Bin 0 -> 1500 bytes .../0.0.3/package/package.json | 1 + frappe/.npm/object.omit/2.0.1/package.tgz | Bin 0 -> 3032 bytes .../object.omit/2.0.1/package/package.json | 1 + frappe/.npm/on-finished/2.3.0/package.tgz | Bin 0 -> 4552 bytes .../on-finished/2.3.0/package/package.json | 1 + frappe/.npm/once/1.4.0/package.tgz | Bin 0 -> 1979 bytes frappe/.npm/once/1.4.0/package/package.json | 1 + frappe/.npm/optimist/0.6.1/package.tgz | Bin 0 -> 12347 bytes .../.npm/optimist/0.6.1/package/package.json | 1 + frappe/.npm/optionator/0.8.2/package.tgz | Bin 0 -> 13844 bytes .../optionator/0.8.2/package/package.json | 1 + frappe/.npm/os-homedir/1.0.2/package.tgz | Bin 0 -> 1758 bytes .../os-homedir/1.0.2/package/package.json | 1 + frappe/.npm/os-tmpdir/1.0.2/package.tgz | Bin 0 -> 1796 bytes .../.npm/os-tmpdir/1.0.2/package/package.json | 1 + frappe/.npm/pac-proxy-agent/1.1.0/package.tgz | Bin 0 -> 8183 bytes .../1.1.0/package/package.json | 1 + frappe/.npm/pac-resolver/2.0.0/package.tgz | Bin 0 -> 11766 bytes .../pac-resolver/2.0.0/package/package.json | 1 + frappe/.npm/parse-glob/3.0.4/package.tgz | Bin 0 -> 3991 bytes .../parse-glob/3.0.4/package/package.json | 1 + frappe/.npm/parsejson/0.0.3/package.tgz | Bin 0 -> 1988 bytes .../.npm/parsejson/0.0.3/package/package.json | 1 + frappe/.npm/parseqs/0.0.5/package.tgz | Bin 0 -> 1957 bytes .../.npm/parseqs/0.0.5/package/package.json | 1 + frappe/.npm/parseuri/0.0.5/package.tgz | Bin 0 -> 2390 bytes .../.npm/parseuri/0.0.5/package/package.json | 1 + frappe/.npm/parseurl/1.3.1/package.tgz | Bin 0 -> 3379 bytes .../.npm/parseurl/1.3.1/package/package.json | 1 + .../.npm/path-is-absolute/1.0.1/package.tgz | Bin 0 -> 1882 bytes .../1.0.1/package/package.json | 1 + frappe/.npm/path-to-regexp/0.1.7/package.tgz | Bin 0 -> 3269 bytes .../path-to-regexp/0.1.7/package/package.json | 1 + frappe/.npm/pend/1.2.0/package.tgz | Bin 0 -> 2308 bytes frappe/.npm/pend/1.2.0/package/package.json | 1 + frappe/.npm/performance-now/0.2.0/package.tgz | Bin 0 -> 3394 bytes .../0.2.0/package/package.json | 1 + frappe/.npm/prelude-ls/1.1.2/package.tgz | Bin 0 -> 9303 bytes .../prelude-ls/1.1.2/package/package.json | 1 + frappe/.npm/preserve/0.2.0/package.tgz | Bin 0 -> 3719 bytes .../.npm/preserve/0.2.0/package/package.json | 1 + frappe/.npm/private/0.1.7/package.tgz | Bin 0 -> 5184 bytes .../.npm/private/0.1.7/package/package.json | 1 + .../process-nextick-args/1.0.7/package.tgz | Bin 0 -> 1923 bytes .../1.0.7/package/package.json | 1 + frappe/.npm/promise/7.3.1/package.tgz | Bin 0 -> 16490 bytes .../.npm/promise/7.3.1/package/package.json | 1 + frappe/.npm/proxy-addr/1.1.4/package.tgz | Bin 0 -> 5105 bytes .../proxy-addr/1.1.4/package/package.json | 1 + frappe/.npm/proxy-agent/2.0.0/package.tgz | Bin 0 -> 6902 bytes .../proxy-agent/2.0.0/package/package.json | 1 + frappe/.npm/prr/0.0.0/package.tgz | Bin 0 -> 3778 bytes frappe/.npm/prr/0.0.0/package/package.json | 1 + frappe/.npm/punycode/1.4.1/package.tgz | Bin 0 -> 8058 bytes .../.npm/punycode/1.4.1/package/package.json | 1 + frappe/.npm/q/1.4.1/package.tgz | Bin 0 -> 36332 bytes frappe/.npm/q/1.4.1/package/package.json | 1 + frappe/.npm/qs/6.4.0/package.tgz | Bin 0 -> 21598 bytes frappe/.npm/qs/6.4.0/package/package.json | 1 + frappe/.npm/randomatic/1.1.7/package.tgz | Bin 0 -> 4087 bytes .../randomatic/1.1.7/package/package.json | 1 + frappe/.npm/range-parser/1.2.0/package.tgz | Bin 0 -> 3383 bytes .../range-parser/1.2.0/package/package.json | 1 + frappe/.npm/raw-body/2.2.0/package.tgz | Bin 0 -> 6488 bytes .../.npm/raw-body/2.2.0/package/package.json | 1 + .../.npm/readable-stream/1.1.14/package.tgz | Bin 0 -> 20630 bytes .../1.1.14/package/package.json | 1 + frappe/.npm/readable-stream/2.3.3/package.tgz | Bin 0 -> 25587 bytes .../2.3.3/package/package.json | 1 + frappe/.npm/readdirp/2.1.0/package.tgz | Bin 0 -> 12075 bytes .../.npm/readdirp/2.1.0/package/package.json | 1 + frappe/.npm/redis-commands/1.3.1/package.tgz | Bin 0 -> 7345 bytes .../redis-commands/1.3.1/package/package.json | 1 + frappe/.npm/redis-parser/2.6.0/package.tgz | Bin 0 -> 9568 bytes .../redis-parser/2.6.0/package/package.json | 1 + frappe/.npm/redis/2.7.1/package.tgz | Bin 0 -> 49008 bytes frappe/.npm/redis/2.7.1/package/package.json | 1 + frappe/.npm/regenerate/1.3.2/package.tgz | Bin 0 -> 12499 bytes .../regenerate/1.3.2/package/package.json | 1 + .../regenerator-runtime/0.10.5/package.tgz | Bin 0 -> 7986 bytes .../0.10.5/package/package.json | 1 + .../regenerator-transform/0.9.11/package.tgz | Bin 0 -> 31403 bytes .../0.9.11/package/package.json | 1 + frappe/.npm/regex-cache/0.4.3/package.tgz | Bin 0 -> 3674 bytes .../regex-cache/0.4.3/package/package.json | 1 + frappe/.npm/regexpu-core/2.0.0/package.tgz | Bin 0 -> 5986 bytes .../regexpu-core/2.0.0/package/package.json | 1 + .../registry.npmjs.org/accepts/.cache.json | 1 + .../.npm/registry.npmjs.org/after/.cache.json | 1 + .../registry.npmjs.org/agent-base/.cache.json | 1 + .../ajv/.cache.json.REMOVED.git-id | 1 + .../registry.npmjs.org/amdefine/.cache.json | 1 + .../registry.npmjs.org/ansi-regex/.cache.json | 1 + .../ansi-styles/.cache.json | 1 + .../registry.npmjs.org/anymatch/.cache.json | 1 + .../registry.npmjs.org/arr-diff/.cache.json | 1 + .../arr-flatten/.cache.json | 1 + .../array-flatten/.cache.json | 1 + .../array-unique/.cache.json | 1 + .../arraybuffer.slice/.cache.json | 1 + .../registry.npmjs.org/arrify/.cache.json | 1 + .../.npm/registry.npmjs.org/asap/.cache.json | 1 + .../.npm/registry.npmjs.org/asn1/.cache.json | 1 + .../assert-plus/.cache.json | 1 + .../assertion-error/.cache.json | 1 + .../registry.npmjs.org/ast-types/.cache.json | 1 + .../registry.npmjs.org/async-each/.cache.json | 1 + .../registry.npmjs.org/asynckit/.cache.json | 1 + .../registry.npmjs.org/aws-sign2/.cache.json | 1 + .../.npm/registry.npmjs.org/aws4/.cache.json | 1 + .../babel-code-frame/.cache.json | 1 + .../registry.npmjs.org/babel-core/.cache.json | 1 + .../babel-generator/.cache.json | 1 + .../.cache.json | 1 + .../babel-helper-call-delegate/.cache.json | 1 + .../babel-helper-define-map/.cache.json | 1 + .../babel-helper-evaluate-path/.cache.json | 1 + .../.cache.json | 1 + .../babel-helper-flip-expressions/.cache.json | 1 + .../babel-helper-function-name/.cache.json | 1 + .../.cache.json | 1 + .../babel-helper-hoist-variables/.cache.json | 1 + .../babel-helper-is-nodes-equiv/.cache.json | 1 + .../babel-helper-is-void-0/.cache.json | 1 + .../babel-helper-mark-eval-scopes/.cache.json | 1 + .../.cache.json | 1 + .../babel-helper-regex/.cache.json | 1 + .../.cache.json | 1 + .../babel-helper-remove-or-void/.cache.json | 1 + .../babel-helper-replace-supers/.cache.json | 1 + .../.cache.json | 1 + .../babel-helpers/.cache.json | 1 + .../babel-messages/.cache.json | 1 + .../.cache.json | 1 + .../babel-plugin-minify-builtins/.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../babel-plugin-minify-infinity/.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../babel-plugin-minify-replace/.cache.json | 1 + .../babel-plugin-minify-simplify/.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../.cache.json | 1 + .../babel-preset-babili/.cache.json | 1 + .../babel-preset-es2015/.cache.json | 1 + .../babel-preset-es2016/.cache.json | 1 + .../babel-preset-es2017/.cache.json | 1 + .../babel-register/.cache.json | 1 + .../babel-runtime/.cache.json | 1 + .../babel-template/.cache.json | 1 + .../babel-traverse/.cache.json | 1 + .../babel-types/.cache.json | 1 + .../registry.npmjs.org/babylon/.cache.json | 1 + .../registry.npmjs.org/backo2/.cache.json | 1 + .../balanced-match/.cache.json | 1 + .../base64-arraybuffer/.cache.json | 1 + .../registry.npmjs.org/base64id/.cache.json | 1 + .../bcrypt-pbkdf/.cache.json | 1 + .../better-assert/.cache.json | 1 + .../binary-extensions/.cache.json | 1 + .../.npm/registry.npmjs.org/blob/.cache.json | 1 + .../.npm/registry.npmjs.org/boom/.cache.json | 1 + .../brace-expansion/.cache.json | 1 + .../registry.npmjs.org/braces/.cache.json | 1 + .../browser-stdout/.cache.json | 1 + .../.npm/registry.npmjs.org/bytes/.cache.json | 1 + .../registry.npmjs.org/callsite/.cache.json | 1 + .../registry.npmjs.org/caseless/.cache.json | 1 + .../chai-nightwatch/.cache.json | 1 + .../.npm/registry.npmjs.org/chalk/.cache.json | 1 + .../registry.npmjs.org/chokidar/.cache.json | 1 + .../chromedriver/.cache.json | 1 + frappe/.npm/registry.npmjs.org/co/.cache.json | 1 + .../combined-stream/.cache.json | 1 + .../registry.npmjs.org/commander/.cache.json | 1 + .../component-bind/.cache.json | 1 + .../component-emitter/.cache.json | 1 + .../component-inherit/.cache.json | 1 + .../registry.npmjs.org/concat-map/.cache.json | 1 + .../concat-stream/.cache.json | 1 + .../content-disposition/.cache.json | 1 + .../content-type/.cache.json | 1 + .../convert-source-map/.cache.json | 1 + .../cookie-signature/.cache.json | 1 + .../registry.npmjs.org/cookie/.cache.json | 1 + .../registry.npmjs.org/cookiejar/.cache.json | 1 + .../registry.npmjs.org/core-js/.cache.json | 1 + .../core-util-is/.cache.json | 1 + .../registry.npmjs.org/cryptiles/.cache.json | 1 + .../registry.npmjs.org/dashdash/.cache.json | 1 + .../data-uri-to-buffer/.cache.json | 1 + .../.npm/registry.npmjs.org/debug/.cache.json | 1 + .../registry.npmjs.org/deep-eql/.cache.json | 1 + .../registry.npmjs.org/deep-is/.cache.json | 1 + .../degenerator/.cache.json | 1 + .../delayed-stream/.cache.json | 1 + .../.npm/registry.npmjs.org/depd/.cache.json | 1 + .../registry.npmjs.org/destroy/.cache.json | 1 + .../detect-indent/.cache.json | 1 + .../.npm/registry.npmjs.org/diff/.cache.json | 1 + .../double-ended-queue/.cache.json | 1 + .../registry.npmjs.org/ecc-jsbn/.cache.json | 1 + .../registry.npmjs.org/ee-first/.cache.json | 1 + .../.npm/registry.npmjs.org/ejs/.cache.json | 1 + .../registry.npmjs.org/encodeurl/.cache.json | 1 + .../engine.io-client/.cache.json | 1 + .../engine.io-parser/.cache.json | 1 + .../registry.npmjs.org/engine.io/.cache.json | 1 + .../.npm/registry.npmjs.org/errno/.cache.json | 1 + .../escape-html/.cache.json | 1 + .../escape-string-regexp/.cache.json | 1 + .../registry.npmjs.org/escodegen/.cache.json | 1 + .../registry.npmjs.org/esprima/.cache.json | 1 + .../registry.npmjs.org/estraverse/.cache.json | 1 + .../registry.npmjs.org/esutils/.cache.json | 1 + .../.npm/registry.npmjs.org/etag/.cache.json | 1 + .../expand-brackets/.cache.json | 1 + .../expand-range/.cache.json | 1 + .../express/.cache.json.REMOVED.git-id | 1 + .../registry.npmjs.org/extend/.cache.json | 1 + .../registry.npmjs.org/extglob/.cache.json | 1 + .../extract-zip/.cache.json | 1 + .../registry.npmjs.org/extsprintf/.cache.json | 1 + .../fast-levenshtein/.cache.json | 1 + .../registry.npmjs.org/fd-slicer/.cache.json | 1 + .../file-uri-to-path/.cache.json | 1 + .../filename-regex/.cache.json | 1 + .../registry.npmjs.org/fill-range/.cache.json | 1 + .../finalhandler/.cache.json | 1 + .../registry.npmjs.org/for-in/.cache.json | 1 + .../registry.npmjs.org/for-own/.cache.json | 1 + .../forever-agent/.cache.json | 1 + .../registry.npmjs.org/form-data/.cache.json | 1 + .../registry.npmjs.org/formidable/.cache.json | 1 + .../registry.npmjs.org/forwarded/.cache.json | 1 + .../.npm/registry.npmjs.org/fresh/.cache.json | 1 + .../fs.realpath/.cache.json | 1 + .../registry.npmjs.org/fsevents/.cache.json | 1 + .../.npm/registry.npmjs.org/ftp/.cache.json | 1 + .../registry.npmjs.org/get-uri/.cache.json | 1 + .../registry.npmjs.org/getpass/.cache.json | 1 + .../registry.npmjs.org/glob-base/.cache.json | 1 + .../glob-parent/.cache.json | 1 + .../.npm/registry.npmjs.org/glob/.cache.json | 1 + .../registry.npmjs.org/globals/.cache.json | 1 + .../graceful-fs/.cache.json | 1 + .../graceful-readlink/.cache.json | 1 + .../.npm/registry.npmjs.org/growl/.cache.json | 1 + .../registry.npmjs.org/har-schema/.cache.json | 1 + .../har-validator/.cache.json | 1 + .../registry.npmjs.org/has-ansi/.cache.json | 1 + .../has-binary2/.cache.json | 1 + .../registry.npmjs.org/has-cors/.cache.json | 1 + .../registry.npmjs.org/has-flag/.cache.json | 1 + .../.npm/registry.npmjs.org/hawk/.cache.json | 1 + .../.npm/registry.npmjs.org/hoek/.cache.json | 1 + .../home-or-tmp/.cache.json | 1 + .../http-errors/.cache.json | 1 + .../http-proxy-agent/.cache.json | 1 + .../http-signature/.cache.json | 1 + .../https-proxy-agent/.cache.json | 1 + .../registry.npmjs.org/iconv-lite/.cache.json | 1 + .../registry.npmjs.org/image-size/.cache.json | 1 + .../registry.npmjs.org/indexof/.cache.json | 1 + .../registry.npmjs.org/inflight/.cache.json | 1 + .../registry.npmjs.org/inherits/.cache.json | 1 + .../registry.npmjs.org/invariant/.cache.json | 1 + frappe/.npm/registry.npmjs.org/ip/.cache.json | 1 + .../registry.npmjs.org/ipaddr.js/.cache.json | 1 + .../is-binary-path/.cache.json | 1 + .../registry.npmjs.org/is-buffer/.cache.json | 1 + .../registry.npmjs.org/is-dotfile/.cache.json | 1 + .../is-equal-shallow/.cache.json | 1 + .../is-extendable/.cache.json | 1 + .../registry.npmjs.org/is-extglob/.cache.json | 1 + .../registry.npmjs.org/is-finite/.cache.json | 1 + .../registry.npmjs.org/is-glob/.cache.json | 1 + .../registry.npmjs.org/is-number/.cache.json | 1 + .../is-posix-bracket/.cache.json | 1 + .../is-primitive/.cache.json | 1 + .../is-typedarray/.cache.json | 1 + .../registry.npmjs.org/isarray/.cache.json | 1 + .../registry.npmjs.org/isobject/.cache.json | 1 + .../registry.npmjs.org/isstream/.cache.json | 1 + .../registry.npmjs.org/js-tokens/.cache.json | 1 + .../.npm/registry.npmjs.org/jsbn/.cache.json | 1 + .../.npm/registry.npmjs.org/jsesc/.cache.json | 1 + .../json-schema/.cache.json | 1 + .../json-stable-stringify/.cache.json | 1 + .../json-stringify-safe/.cache.json | 1 + .../.npm/registry.npmjs.org/json3/.cache.json | 1 + .../.npm/registry.npmjs.org/json5/.cache.json | 1 + .../registry.npmjs.org/jsonify/.cache.json | 1 + .../registry.npmjs.org/jsprim/.cache.json | 1 + .../.npm/registry.npmjs.org/kew/.cache.json | 1 + .../registry.npmjs.org/kind-of/.cache.json | 1 + .../.npm/registry.npmjs.org/less/.cache.json | 1 + .../.npm/registry.npmjs.org/levn/.cache.json | 1 + .../lodash._arraycopy/.cache.json | 1 + .../lodash._arrayeach/.cache.json | 1 + .../lodash._baseassign/.cache.json | 1 + .../lodash._baseclone/.cache.json | 1 + .../lodash._basecopy/.cache.json | 1 + .../lodash._basecreate/.cache.json | 1 + .../lodash._basefor/.cache.json | 1 + .../lodash._bindcallback/.cache.json | 1 + .../lodash._getnative/.cache.json | 1 + .../lodash._isiterateecall/.cache.json | 1 + .../lodash._stack/.cache.json | 1 + .../lodash.clone/.cache.json | 1 + .../lodash.create/.cache.json | 1 + .../lodash.defaultsdeep/.cache.json | 1 + .../lodash.isarguments/.cache.json | 1 + .../lodash.isarray/.cache.json | 1 + .../lodash.isplainobject/.cache.json | 1 + .../lodash.keys/.cache.json | 1 + .../lodash.keysin/.cache.json | 1 + .../lodash.mergewith/.cache.json | 1 + .../lodash.rest/.cache.json | 1 + .../lodash.some/.cache.json | 1 + .../registry.npmjs.org/lodash/.cache.json | 1 + .../loose-envify/.cache.json | 1 + .../registry.npmjs.org/lru-cache/.cache.json | 1 + .../media-typer/.cache.json | 1 + .../merge-descriptors/.cache.json | 1 + .../registry.npmjs.org/methods/.cache.json | 1 + .../registry.npmjs.org/micromatch/.cache.json | 1 + .../registry.npmjs.org/mime-db/.cache.json | 1 + .../registry.npmjs.org/mime-types/.cache.json | 1 + .../.npm/registry.npmjs.org/mime/.cache.json | 1 + .../registry.npmjs.org/minimatch/.cache.json | 1 + .../registry.npmjs.org/minimist/.cache.json | 1 + .../registry.npmjs.org/mkdirp/.cache.json | 1 + .../registry.npmjs.org/mkpath/.cache.json | 1 + .../mocha-nightwatch/.cache.json | 1 + frappe/.npm/registry.npmjs.org/ms/.cache.json | 1 + .../registry.npmjs.org/negotiator/.cache.json | 1 + .../registry.npmjs.org/netmask/.cache.json | 1 + .../registry.npmjs.org/nightwatch/.cache.json | 1 + .../normalize-path/.cache.json | 1 + .../number-is-nan/.cache.json | 1 + .../registry.npmjs.org/oauth-sign/.cache.json | 1 + .../object-assign/.cache.json | 1 + .../object-component/.cache.json | 1 + .../object.omit/.cache.json | 1 + .../on-finished/.cache.json | 1 + .../.npm/registry.npmjs.org/once/.cache.json | 1 + .../registry.npmjs.org/optimist/.cache.json | 1 + .../registry.npmjs.org/optionator/.cache.json | 1 + .../registry.npmjs.org/os-homedir/.cache.json | 1 + .../registry.npmjs.org/os-tmpdir/.cache.json | 1 + .../pac-proxy-agent/.cache.json | 1 + .../pac-resolver/.cache.json | 1 + .../registry.npmjs.org/parse-glob/.cache.json | 1 + .../registry.npmjs.org/parsejson/.cache.json | 1 + .../registry.npmjs.org/parseqs/.cache.json | 1 + .../registry.npmjs.org/parseuri/.cache.json | 1 + .../registry.npmjs.org/parseurl/.cache.json | 1 + .../path-is-absolute/.cache.json | 1 + .../path-to-regexp/.cache.json | 1 + .../.npm/registry.npmjs.org/pend/.cache.json | 1 + .../performance-now/.cache.json | 1 + .../registry.npmjs.org/prelude-ls/.cache.json | 1 + .../registry.npmjs.org/preserve/.cache.json | 1 + .../registry.npmjs.org/private/.cache.json | 1 + .../process-nextick-args/.cache.json | 1 + .../registry.npmjs.org/promise/.cache.json | 1 + .../registry.npmjs.org/proxy-addr/.cache.json | 1 + .../proxy-agent/.cache.json | 1 + .../.npm/registry.npmjs.org/prr/.cache.json | 1 + .../registry.npmjs.org/punycode/.cache.json | 1 + frappe/.npm/registry.npmjs.org/q/.cache.json | 1 + frappe/.npm/registry.npmjs.org/qs/.cache.json | 1 + .../registry.npmjs.org/randomatic/.cache.json | 1 + .../range-parser/.cache.json | 1 + .../registry.npmjs.org/raw-body/.cache.json | 1 + .../readable-stream/.cache.json | 1 + .../registry.npmjs.org/readdirp/.cache.json | 1 + .../redis-commands/.cache.json | 1 + .../redis-parser/.cache.json | 1 + .../.npm/registry.npmjs.org/redis/.cache.json | 1 + .../registry.npmjs.org/regenerate/.cache.json | 1 + .../regenerator-runtime/.cache.json | 1 + .../regenerator-transform/.cache.json | 1 + .../regex-cache/.cache.json | 1 + .../regexpu-core/.cache.json | 1 + .../registry.npmjs.org/regjsgen/.cache.json | 1 + .../regjsparser/.cache.json | 1 + .../remove-trailing-separator/.cache.json | 1 + .../repeat-element/.cache.json | 1 + .../repeat-string/.cache.json | 1 + .../registry.npmjs.org/repeating/.cache.json | 1 + .../registry.npmjs.org/request/.cache.json | 1 + .../registry.npmjs.org/rimraf/.cache.json | 1 + .../safe-buffer/.cache.json | 1 + .../registry.npmjs.org/semver/.cache.json | 1 + .../.npm/registry.npmjs.org/send/.cache.json | 1 + .../serve-static/.cache.json | 1 + .../set-immediate-shim/.cache.json | 1 + .../setprototypeof/.cache.json | 1 + .../.npm/registry.npmjs.org/slash/.cache.json | 1 + .../smart-buffer/.cache.json | 1 + .../.npm/registry.npmjs.org/sntp/.cache.json | 1 + .../socket.io-adapter/.cache.json | 1 + .../socket.io-client/.cache.json | 1 + .../socket.io-parser/.cache.json | 1 + .../registry.npmjs.org/socket.io/.cache.json | 1 + .../socks-proxy-agent/.cache.json | 1 + .../.npm/registry.npmjs.org/socks/.cache.json | 1 + .../source-map-support/.cache.json | 1 + .../registry.npmjs.org/source-map/.cache.json | 1 + .../.npm/registry.npmjs.org/sshpk/.cache.json | 1 + .../registry.npmjs.org/statuses/.cache.json | 1 + .../string_decoder/.cache.json | 1 + .../stringstream/.cache.json | 1 + .../registry.npmjs.org/strip-ansi/.cache.json | 1 + .../registry.npmjs.org/superagent/.cache.json | 1 + .../supports-color/.cache.json | 1 + .../registry.npmjs.org/thunkify/.cache.json | 1 + .../registry.npmjs.org/to-array/.cache.json | 1 + .../to-fast-properties/.cache.json | 1 + .../tough-cookie/.cache.json | 1 + .../registry.npmjs.org/trim-right/.cache.json | 1 + .../tunnel-agent/.cache.json | 1 + .../registry.npmjs.org/tweetnacl/.cache.json | 1 + .../registry.npmjs.org/type-check/.cache.json | 1 + .../type-detect/.cache.json | 1 + .../registry.npmjs.org/type-is/.cache.json | 1 + .../registry.npmjs.org/typedarray/.cache.json | 1 + .../registry.npmjs.org/ultron/.cache.json | 1 + .../registry.npmjs.org/unpipe/.cache.json | 1 + .../util-deprecate/.cache.json | 1 + .../utils-merge/.cache.json | 1 + .../.npm/registry.npmjs.org/uuid/.cache.json | 1 + .../.npm/registry.npmjs.org/uws/.cache.json | 1 + .../.npm/registry.npmjs.org/vary/.cache.json | 1 + .../registry.npmjs.org/verror/.cache.json | 1 + .../registry.npmjs.org/wordwrap/.cache.json | 1 + .../registry.npmjs.org/wrappy/.cache.json | 1 + frappe/.npm/registry.npmjs.org/ws/.cache.json | 1 + .../xmlhttprequest-ssl/.cache.json | 1 + .../registry.npmjs.org/xregexp/.cache.json | 1 + .../.npm/registry.npmjs.org/yauzl/.cache.json | 1 + .../.npm/registry.npmjs.org/yeast/.cache.json | 1 + frappe/.npm/regjsgen/0.2.0/package.tgz | Bin 0 -> 4329 bytes .../.npm/regjsgen/0.2.0/package/package.json | 1 + frappe/.npm/regjsparser/0.1.5/package.tgz | Bin 0 -> 10690 bytes .../regjsparser/0.1.5/package/package.json | 1 + .../1.0.2/package.tgz | Bin 0 -> 2003 bytes .../1.0.2/package/package.json | 1 + frappe/.npm/repeat-element/1.1.2/package.tgz | Bin 0 -> 1872 bytes .../repeat-element/1.1.2/package/package.json | 1 + frappe/.npm/repeat-string/1.6.1/package.tgz | Bin 0 -> 3339 bytes .../repeat-string/1.6.1/package/package.json | 1 + frappe/.npm/repeating/2.0.1/package.tgz | Bin 0 -> 1584 bytes .../.npm/repeating/2.0.1/package/package.json | 1 + frappe/.npm/request/2.81.0/package.tgz | Bin 0 -> 56636 bytes .../.npm/request/2.81.0/package/package.json | 1 + frappe/.npm/rimraf/2.6.1/package.tgz | Bin 0 -> 5503 bytes frappe/.npm/rimraf/2.6.1/package/package.json | 1 + frappe/.npm/safe-buffer/5.0.1/package.tgz | Bin 0 -> 8758 bytes .../safe-buffer/5.0.1/package/package.json | 1 + frappe/.npm/safe-buffer/5.1.1/package.tgz | Bin 0 -> 8851 bytes .../safe-buffer/5.1.1/package/package.json | 1 + frappe/.npm/semver/5.0.3/package.tgz | Bin 0 -> 20185 bytes frappe/.npm/semver/5.0.3/package/package.json | 1 + frappe/.npm/send/0.15.3/package.tgz | Bin 0 -> 13939 bytes frappe/.npm/send/0.15.3/package/package.json | 1 + frappe/.npm/serve-static/1.12.3/package.tgz | Bin 0 -> 7940 bytes .../serve-static/1.12.3/package/package.json | 1 + .../.npm/set-immediate-shim/1.0.1/package.tgz | Bin 0 -> 821 bytes .../1.0.1/package/package.json | 1 + frappe/.npm/setprototypeof/1.0.3/package.tgz | Bin 0 -> 1312 bytes .../setprototypeof/1.0.3/package/package.json | 1 + frappe/.npm/slash/1.0.0/package.tgz | Bin 0 -> 1020 bytes frappe/.npm/slash/1.0.0/package/package.json | 1 + frappe/.npm/smart-buffer/1.1.15/package.tgz | Bin 0 -> 15824 bytes .../smart-buffer/1.1.15/package/package.json | 1 + frappe/.npm/sntp/1.0.9/package.tgz | Bin 0 -> 6853 bytes frappe/.npm/sntp/1.0.9/package/package.json | 1 + .../.npm/socket.io-adapter/1.1.0/package.tgz | Bin 0 -> 3100 bytes .../1.1.0/package/package.json | 1 + .../.npm/socket.io-client/2.0.3/package.tgz | Bin 0 -> 241472 bytes .../2.0.3/package/package.json | 1 + .../.npm/socket.io-parser/3.1.2/package.tgz | Bin 0 -> 6515 bytes .../3.1.2/package/package.json | 1 + frappe/.npm/socket.io/2.0.3/package.tgz | Bin 0 -> 20370 bytes .../.npm/socket.io/2.0.3/package/package.json | 1 + .../.npm/socks-proxy-agent/2.1.1/package.tgz | Bin 0 -> 6754 bytes .../2.1.1/package/package.json | 1 + frappe/.npm/socks/1.1.10/package.tgz | Bin 0 -> 8521 bytes frappe/.npm/socks/1.1.10/package/package.json | 1 + .../source-map-support/0.4.15/package.tgz | Bin 0 -> 28357 bytes .../0.4.15/package/package.json | 1 + frappe/.npm/source-map/0.2.0/package.tgz | Bin 0 -> 44789 bytes .../source-map/0.2.0/package/package.json | 1 + frappe/.npm/source-map/0.5.6/package.tgz | Bin 0 -> 186942 bytes .../source-map/0.5.6/package/package.json | 1 + frappe/.npm/sshpk/1.13.1/package.tgz | Bin 0 -> 44933 bytes frappe/.npm/sshpk/1.13.1/package/package.json | 1 + frappe/.npm/statuses/1.3.1/package.tgz | Bin 0 -> 4160 bytes .../.npm/statuses/1.3.1/package/package.json | 1 + .../.npm/string_decoder/0.10.31/package.tgz | Bin 0 -> 3608 bytes .../0.10.31/package/package.json | 1 + frappe/.npm/string_decoder/1.0.3/package.tgz | Bin 0 -> 4142 bytes .../string_decoder/1.0.3/package/package.json | 1 + frappe/.npm/stringstream/0.0.5/package.tgz | Bin 0 -> 2593 bytes .../stringstream/0.0.5/package/package.json | 1 + frappe/.npm/strip-ansi/3.0.1/package.tgz | Bin 0 -> 1734 bytes .../strip-ansi/3.0.1/package/package.json | 1 + frappe/.npm/superagent/3.5.2/package.tgz | Bin 0 -> 107118 bytes .../superagent/3.5.2/package/package.json | 1 + frappe/.npm/supports-color/2.0.0/package.tgz | Bin 0 -> 1951 bytes .../supports-color/2.0.0/package/package.json | 1 + frappe/.npm/supports-color/3.1.2/package.tgz | Bin 0 -> 2394 bytes .../supports-color/3.1.2/package/package.json | 1 + frappe/.npm/thunkify/2.1.2/package.tgz | Bin 0 -> 1770 bytes .../.npm/thunkify/2.1.2/package/package.json | 1 + frappe/.npm/to-array/0.1.4/package.tgz | Bin 0 -> 1468 bytes .../.npm/to-array/0.1.4/package/package.json | 1 + .../.npm/to-fast-properties/1.0.3/package.tgz | Bin 0 -> 1647 bytes .../1.0.3/package/package.json | 1 + frappe/.npm/tough-cookie/2.3.2/package.tgz | Bin 0 -> 61628 bytes .../tough-cookie/2.3.2/package/package.json | 1 + frappe/.npm/trim-right/1.0.1/package.tgz | Bin 0 -> 1575 bytes .../trim-right/1.0.1/package/package.json | 1 + frappe/.npm/tunnel-agent/0.6.0/package.tgz | Bin 0 -> 5828 bytes .../tunnel-agent/0.6.0/package/package.json | 1 + frappe/.npm/tweetnacl/0.14.5/package.tgz | Bin 0 -> 49663 bytes .../tweetnacl/0.14.5/package/package.json | 1 + frappe/.npm/type-check/0.3.2/package.tgz | Bin 0 -> 6730 bytes .../type-check/0.3.2/package/package.json | 1 + frappe/.npm/type-detect/0.1.1/package.tgz | Bin 0 -> 3317 bytes .../type-detect/0.1.1/package/package.json | 1 + frappe/.npm/type-is/1.6.15/package.tgz | Bin 0 -> 5395 bytes .../.npm/type-is/1.6.15/package/package.json | 1 + frappe/.npm/typedarray/0.0.6/package.tgz | Bin 0 -> 7481 bytes .../typedarray/0.0.6/package/package.json | 1 + frappe/.npm/ultron/1.1.0/package.tgz | Bin 0 -> 2415 bytes frappe/.npm/ultron/1.1.0/package/package.json | 1 + frappe/.npm/unpipe/1.0.0/package.tgz | Bin 0 -> 2096 bytes frappe/.npm/unpipe/1.0.0/package/package.json | 1 + frappe/.npm/util-deprecate/1.0.2/package.tgz | Bin 0 -> 2246 bytes .../util-deprecate/1.0.2/package/package.json | 1 + frappe/.npm/utils-merge/1.0.0/package.tgz | Bin 0 -> 1689 bytes .../utils-merge/1.0.0/package/package.json | 1 + frappe/.npm/uuid/3.1.0/package.tgz | Bin 0 -> 8471 bytes frappe/.npm/uuid/3.1.0/package/package.json | 1 + .../uws/0.14.5/package.tgz.REMOVED.git-id | 1 + frappe/.npm/uws/0.14.5/package/package.json | 1 + frappe/.npm/vary/1.1.1/package.tgz | Bin 0 -> 3582 bytes frappe/.npm/vary/1.1.1/package/package.json | 1 + frappe/.npm/verror/1.3.6/package.tgz | Bin 0 -> 12084 bytes frappe/.npm/verror/1.3.6/package/package.json | 1 + frappe/.npm/wordwrap/0.0.3/package.tgz | Bin 0 -> 14532 bytes .../.npm/wordwrap/0.0.3/package/package.json | 1 + frappe/.npm/wordwrap/1.0.0/package.tgz | Bin 0 -> 14509 bytes .../.npm/wordwrap/1.0.0/package/package.json | 1 + frappe/.npm/wrappy/1.0.2/package.tgz | Bin 0 -> 1676 bytes frappe/.npm/wrappy/1.0.2/package/package.json | 1 + frappe/.npm/ws/2.3.1/package.tgz | Bin 0 -> 20091 bytes frappe/.npm/ws/2.3.1/package/package.json | 1 + .../.npm/xmlhttprequest-ssl/1.5.3/package.tgz | Bin 0 -> 9866 bytes .../1.5.3/package/package.json | 1 + frappe/.npm/xregexp/2.0.0/package.tgz | Bin 0 -> 53408 bytes .../.npm/xregexp/2.0.0/package/package.json | 1 + frappe/.npm/yauzl/2.4.1/package.tgz | Bin 0 -> 14062 bytes frappe/.npm/yauzl/2.4.1/package/package.json | 1 + frappe/.npm/yeast/0.1.2/package.tgz | Bin 0 -> 3073 bytes frappe/.npm/yeast/0.1.2/package/package.json | 1 + frappe/setup.sh | 9 + setup-frappe.sh | 7 - start-container.sh | 11 + start-frappe.sh | 2 - 1397 files changed, 64887 insertions(+), 31 deletions(-) create mode 100644 .test.sh.swp create mode 100644 frappe/.bash_history create mode 100644 frappe/.cache/pip/http/0/7/7/a/f/077afcfea6f89eb143f63d875ad875dac1b65967bf8dff6159f6c4e0 create mode 100644 frappe/.cache/pip/http/3/a/f/3/a/3af3addf06e983a6c02f46e7bea70c221d3ff95bf1418fa6da354e14 create mode 100644 frappe/.cache/pip/http/4/9/7/9/0/497904d0c8e79c7c34f95b6612c802906a0746dd9fba57e2a9d3565e create mode 100644 frappe/.cache/pip/http/a/6/9/b/d/a69bdb984343de3b3653d7a852dbd14dd4ccdd03ced4b06d1352ba0b create mode 100644 frappe/.cache/pip/http/b/9/2/d/5/b92d5efeb2406de109c0263ebfbbe56d85532219b7d0aae49a57069a create mode 100644 frappe/.cache/pip/http/d/9/f/5/0/d9f5007c5cc7fe7a953d81df1938d0a96573b4be7f6b4aea55ab2559 create mode 100644 frappe/.cache/pip/http/f/e/d/0/e/fed0ed508030b766d5b0c2792132c8bf197804464765b46b361f93a4 create mode 100644 frappe/.node-gyp/6.7.0/include/node/android-ifaddrs.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/ares.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/ares_build.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/ares_rules.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/ares_version.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/common.gypi create mode 100644 frappe/.node-gyp/6.7.0/include/node/config.gypi create mode 100644 frappe/.node-gyp/6.7.0/include/node/libplatform/libplatform.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/nameser.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/node.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/node_buffer.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/node_object_wrap.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/node_version.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/aes.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86_64/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN32/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN64A/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix-gcc/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix64-gcc/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin-i386-cc/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-aarch64/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-armv4/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-elf/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc64/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x32/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x86_64/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux32-s390x/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux64-s390x/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris-x86-gcc/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/asn1.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/asn1_mac.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/asn1t.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/bio.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/blowfish.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/bn.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/buffer.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/camellia.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/cast.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/cmac.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/cms.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/comp.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/conf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/conf_api.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/crypto.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/des.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/des_old.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/dh.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/dsa.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/dso.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/dtls1.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/e_os2.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ebcdic.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ec.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ecdh.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ecdsa.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/engine.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/err.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/evp.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/hmac.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/idea.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/krb5_asn.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/kssl.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/lhash.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/md4.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/md5.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/mdc2.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/modes.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/obj_mac.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/objects.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ocsp.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/opensslconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/opensslv.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ossl_typ.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/pem.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/pem2.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/pkcs12.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/pkcs7.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/pqueue.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/rand.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/rc2.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/rc4.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ripemd.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/rsa.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/safestack.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/seed.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/sha.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/srp.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/srtp.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ssl.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ssl2.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ssl23.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ssl3.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/stack.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/symhacks.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/tls1.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ts.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/txt_db.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ui.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/ui_compat.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/whrlpool.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/x509.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/x509_vfy.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/openssl/x509v3.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/pthread-barrier.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/pthread-fixes.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/stdint-msvc2008.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/tree.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-aix.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-bsd.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-darwin.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-errno.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-linux.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-sunos.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-threadpool.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-unix.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-version.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv-win.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/uv.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8-debug.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8-experimental.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8-platform.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8-profiler.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8-testing.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8-util.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8-version.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/v8config.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/zconf.h create mode 100644 frappe/.node-gyp/6.7.0/include/node/zlib.h create mode 100644 frappe/.node-gyp/6.7.0/installVersion create mode 100644 frappe/.npm/accepts/1.3.3/package.tgz create mode 100644 frappe/.npm/accepts/1.3.3/package/package.json create mode 100644 frappe/.npm/after/0.8.2/package.tgz create mode 100644 frappe/.npm/after/0.8.2/package/package.json create mode 100644 frappe/.npm/agent-base/2.1.1/package.tgz create mode 100644 frappe/.npm/agent-base/2.1.1/package/package.json create mode 100644 frappe/.npm/ajv/4.11.8/package.tgz create mode 100644 frappe/.npm/ajv/4.11.8/package/package.json create mode 100644 frappe/.npm/amdefine/1.0.1/package.tgz create mode 100644 frappe/.npm/amdefine/1.0.1/package/package.json create mode 100644 frappe/.npm/ansi-regex/2.1.1/package.tgz create mode 100644 frappe/.npm/ansi-regex/2.1.1/package/package.json create mode 100644 frappe/.npm/ansi-styles/2.2.1/package.tgz create mode 100644 frappe/.npm/ansi-styles/2.2.1/package/package.json create mode 100644 frappe/.npm/anymatch/1.3.0/package.tgz create mode 100644 frappe/.npm/anymatch/1.3.0/package/package.json create mode 100644 frappe/.npm/arr-diff/2.0.0/package.tgz create mode 100644 frappe/.npm/arr-diff/2.0.0/package/package.json create mode 100644 frappe/.npm/arr-flatten/1.1.0/package.tgz create mode 100644 frappe/.npm/arr-flatten/1.1.0/package/package.json create mode 100644 frappe/.npm/array-flatten/1.1.1/package.tgz create mode 100644 frappe/.npm/array-flatten/1.1.1/package/package.json create mode 100644 frappe/.npm/array-unique/0.2.1/package.tgz create mode 100644 frappe/.npm/array-unique/0.2.1/package/package.json create mode 100644 frappe/.npm/arraybuffer.slice/0.0.6/package.tgz create mode 100644 frappe/.npm/arraybuffer.slice/0.0.6/package/package.json create mode 100644 frappe/.npm/arrify/1.0.1/package.tgz create mode 100644 frappe/.npm/arrify/1.0.1/package/package.json create mode 100644 frappe/.npm/asap/2.0.6/package.tgz create mode 100644 frappe/.npm/asap/2.0.6/package/package.json create mode 100644 frappe/.npm/asn1/0.2.3/package.tgz create mode 100644 frappe/.npm/asn1/0.2.3/package/package.json create mode 100644 frappe/.npm/assert-plus/0.2.0/package.tgz create mode 100644 frappe/.npm/assert-plus/0.2.0/package/package.json create mode 100644 frappe/.npm/assert-plus/1.0.0/package.tgz create mode 100644 frappe/.npm/assert-plus/1.0.0/package/package.json create mode 100644 frappe/.npm/assertion-error/1.0.0/package.tgz create mode 100644 frappe/.npm/assertion-error/1.0.0/package/package.json create mode 100644 frappe/.npm/ast-types/0.9.12/package.tgz create mode 100644 frappe/.npm/ast-types/0.9.12/package/package.json create mode 100644 frappe/.npm/async-each/1.0.1/package.tgz create mode 100644 frappe/.npm/async-each/1.0.1/package/package.json create mode 100644 frappe/.npm/asynckit/0.4.0/package.tgz create mode 100644 frappe/.npm/asynckit/0.4.0/package/package.json create mode 100644 frappe/.npm/aws-sign2/0.6.0/package.tgz create mode 100644 frappe/.npm/aws-sign2/0.6.0/package/package.json create mode 100644 frappe/.npm/aws4/1.6.0/package.tgz create mode 100644 frappe/.npm/aws4/1.6.0/package/package.json create mode 100644 frappe/.npm/babel-code-frame/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-code-frame/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-core/6.25.0/package.tgz create mode 100644 frappe/.npm/babel-core/6.25.0/package/package.json create mode 100644 frappe/.npm/babel-generator/6.25.0/package.tgz create mode 100644 frappe/.npm/babel-generator/6.25.0/package/package.json create mode 100644 frappe/.npm/babel-helper-builder-binary-assignment-operator-visitor/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-builder-binary-assignment-operator-visitor/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-call-delegate/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-call-delegate/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-define-map/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-define-map/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-evaluate-path/0.0.3/package.tgz create mode 100644 frappe/.npm/babel-helper-evaluate-path/0.0.3/package/package.json create mode 100644 frappe/.npm/babel-helper-explode-assignable-expression/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-explode-assignable-expression/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-flip-expressions/0.0.2/package.tgz create mode 100644 frappe/.npm/babel-helper-flip-expressions/0.0.2/package/package.json create mode 100644 frappe/.npm/babel-helper-function-name/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-function-name/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-get-function-arity/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-get-function-arity/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-hoist-variables/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-hoist-variables/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-is-nodes-equiv/0.0.1/package.tgz create mode 100644 frappe/.npm/babel-helper-is-nodes-equiv/0.0.1/package/package.json create mode 100644 frappe/.npm/babel-helper-is-void-0/0.0.1/package.tgz create mode 100644 frappe/.npm/babel-helper-is-void-0/0.0.1/package/package.json create mode 100644 frappe/.npm/babel-helper-mark-eval-scopes/0.0.3/package.tgz create mode 100644 frappe/.npm/babel-helper-mark-eval-scopes/0.0.3/package/package.json create mode 100644 frappe/.npm/babel-helper-mark-eval-scopes/0.1.1/package.tgz create mode 100644 frappe/.npm/babel-helper-mark-eval-scopes/0.1.1/package/package.json create mode 100644 frappe/.npm/babel-helper-optimise-call-expression/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-optimise-call-expression/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-regex/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-regex/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-remap-async-to-generator/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-remap-async-to-generator/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-remove-or-void/0.1.1/package.tgz create mode 100644 frappe/.npm/babel-helper-remove-or-void/0.1.1/package/package.json create mode 100644 frappe/.npm/babel-helper-replace-supers/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helper-replace-supers/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-helper-to-multiple-sequence-expressions/0.0.4/package.tgz create mode 100644 frappe/.npm/babel-helper-to-multiple-sequence-expressions/0.0.4/package/package.json create mode 100644 frappe/.npm/babel-helpers/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-helpers/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-messages/6.23.0/package.tgz create mode 100644 frappe/.npm/babel-messages/6.23.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-check-es2015-constants/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-check-es2015-constants/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-builtins/0.0.2/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-builtins/0.0.2/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-constant-folding/0.0.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-constant-folding/0.0.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-dead-code-elimination/0.1.7/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-dead-code-elimination/0.1.7/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-flip-comparisons/0.0.2/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-flip-comparisons/0.0.2/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-guarded-expressions/0.0.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-guarded-expressions/0.0.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-infinity/0.0.3/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-infinity/0.0.3/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-mangle-names/0.0.8/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-mangle-names/0.0.8/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-numeric-literals/0.0.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-numeric-literals/0.0.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-replace/0.0.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-replace/0.0.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-simplify/0.0.8/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-simplify/0.0.8/package/package.json create mode 100644 frappe/.npm/babel-plugin-minify-type-constructors/0.0.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-minify-type-constructors/0.0.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-syntax-async-functions/6.13.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-syntax-async-functions/6.13.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-syntax-exponentiation-operator/6.13.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-syntax-exponentiation-operator/6.13.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-syntax-trailing-function-commas/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-syntax-trailing-function-commas/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-async-to-generator/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-async-to-generator/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-arrow-functions/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-arrow-functions/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-block-scoped-functions/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-block-scoped-functions/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-block-scoping/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-block-scoping/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-classes/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-classes/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-computed-properties/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-computed-properties/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-destructuring/6.23.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-destructuring/6.23.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-duplicate-keys/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-duplicate-keys/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-for-of/6.23.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-for-of/6.23.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-function-name/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-function-name/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-literals/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-literals/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-amd/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-amd/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-commonjs/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-commonjs/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-systemjs/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-systemjs/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-umd/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-modules-umd/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-object-super/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-object-super/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-parameters/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-parameters/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-shorthand-properties/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-shorthand-properties/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-spread/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-spread/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-sticky-regex/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-sticky-regex/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-template-literals/6.22.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-template-literals/6.22.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-typeof-symbol/6.23.0/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-typeof-symbol/6.23.0/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-es2015-unicode-regex/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-es2015-unicode-regex/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-exponentiation-operator/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-exponentiation-operator/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-inline-consecutive-adds/0.0.2/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-inline-consecutive-adds/0.0.2/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-member-expression-literals/6.8.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-member-expression-literals/6.8.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-merge-sibling-variables/6.8.5/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-merge-sibling-variables/6.8.5/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-minify-booleans/6.8.2/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-minify-booleans/6.8.2/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-property-literals/6.8.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-property-literals/6.8.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-regenerator/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-regenerator/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-regexp-constructors/0.0.6/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-regexp-constructors/0.0.6/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-remove-console/6.8.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-remove-console/6.8.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-remove-debugger/6.8.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-remove-debugger/6.8.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-remove-undefined/0.0.5/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-remove-undefined/0.0.5/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-simplify-comparison-operators/6.8.4/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-simplify-comparison-operators/6.8.4/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-strict-mode/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-strict-mode/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-plugin-transform-undefined-to-void/6.8.2/package.tgz create mode 100644 frappe/.npm/babel-plugin-transform-undefined-to-void/6.8.2/package/package.json create mode 100644 frappe/.npm/babel-preset-babili/0.0.12/package.tgz create mode 100644 frappe/.npm/babel-preset-babili/0.0.12/package/package.json create mode 100644 frappe/.npm/babel-preset-es2015/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-preset-es2015/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-preset-es2016/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-preset-es2016/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-preset-es2017/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-preset-es2017/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-register/6.24.1/package.tgz create mode 100644 frappe/.npm/babel-register/6.24.1/package/package.json create mode 100644 frappe/.npm/babel-runtime/6.23.0/package.tgz create mode 100644 frappe/.npm/babel-runtime/6.23.0/package/package.json create mode 100644 frappe/.npm/babel-template/6.25.0/package.tgz create mode 100644 frappe/.npm/babel-template/6.25.0/package/package.json create mode 100644 frappe/.npm/babel-traverse/6.25.0/package.tgz create mode 100644 frappe/.npm/babel-traverse/6.25.0/package/package.json create mode 100644 frappe/.npm/babel-types/6.25.0/package.tgz create mode 100644 frappe/.npm/babel-types/6.25.0/package/package.json create mode 100644 frappe/.npm/babylon/6.17.4/package.tgz create mode 100644 frappe/.npm/babylon/6.17.4/package/package.json create mode 100644 frappe/.npm/backo2/1.0.2/package.tgz create mode 100644 frappe/.npm/backo2/1.0.2/package/package.json create mode 100644 frappe/.npm/balanced-match/1.0.0/package.tgz create mode 100644 frappe/.npm/balanced-match/1.0.0/package/package.json create mode 100644 frappe/.npm/base64-arraybuffer/0.1.5/package.tgz create mode 100644 frappe/.npm/base64-arraybuffer/0.1.5/package/package.json create mode 100644 frappe/.npm/base64id/1.0.0/package.tgz create mode 100644 frappe/.npm/base64id/1.0.0/package/package.json create mode 100644 frappe/.npm/bcrypt-pbkdf/1.0.1/package.tgz create mode 100644 frappe/.npm/bcrypt-pbkdf/1.0.1/package/package.json create mode 100644 frappe/.npm/better-assert/1.0.2/package.tgz create mode 100644 frappe/.npm/better-assert/1.0.2/package/package.json create mode 100644 frappe/.npm/binary-extensions/1.9.0/package.tgz create mode 100644 frappe/.npm/binary-extensions/1.9.0/package/package.json create mode 100644 frappe/.npm/blob/0.0.4/package.tgz create mode 100644 frappe/.npm/blob/0.0.4/package/package.json create mode 100644 frappe/.npm/boom/2.10.1/package.tgz create mode 100644 frappe/.npm/boom/2.10.1/package/package.json create mode 100644 frappe/.npm/brace-expansion/1.1.8/package.tgz create mode 100644 frappe/.npm/brace-expansion/1.1.8/package/package.json create mode 100644 frappe/.npm/braces/1.8.5/package.tgz create mode 100644 frappe/.npm/braces/1.8.5/package/package.json create mode 100644 frappe/.npm/browser-stdout/1.3.0/package.tgz create mode 100644 frappe/.npm/browser-stdout/1.3.0/package/package.json create mode 100644 frappe/.npm/bytes/2.4.0/package.tgz create mode 100644 frappe/.npm/bytes/2.4.0/package/package.json create mode 100644 frappe/.npm/callsite/1.0.0/package.tgz create mode 100644 frappe/.npm/callsite/1.0.0/package/package.json create mode 100644 frappe/.npm/caseless/0.12.0/package.tgz create mode 100644 frappe/.npm/caseless/0.12.0/package/package.json create mode 100644 frappe/.npm/chai-nightwatch/0.1.1/package.tgz create mode 100644 frappe/.npm/chai-nightwatch/0.1.1/package/package.json create mode 100644 frappe/.npm/chalk/1.1.3/package.tgz create mode 100644 frappe/.npm/chalk/1.1.3/package/package.json create mode 100644 frappe/.npm/chokidar/1.7.0/package.tgz create mode 100644 frappe/.npm/chokidar/1.7.0/package/package.json create mode 100644 frappe/.npm/chromedriver/2.30.1/package.tgz create mode 100644 frappe/.npm/chromedriver/2.30.1/package/package.json create mode 100644 frappe/.npm/co/3.0.6/package.tgz create mode 100644 frappe/.npm/co/3.0.6/package/package.json create mode 100644 frappe/.npm/co/4.6.0/package.tgz create mode 100644 frappe/.npm/co/4.6.0/package/package.json create mode 100644 frappe/.npm/combined-stream/1.0.5/package.tgz create mode 100644 frappe/.npm/combined-stream/1.0.5/package/package.json create mode 100644 frappe/.npm/commander/2.9.0/package.tgz create mode 100644 frappe/.npm/commander/2.9.0/package/package.json create mode 100644 frappe/.npm/component-bind/1.0.0/package.tgz create mode 100644 frappe/.npm/component-bind/1.0.0/package/package.json create mode 100644 frappe/.npm/component-emitter/1.2.1/package.tgz create mode 100644 frappe/.npm/component-emitter/1.2.1/package/package.json create mode 100644 frappe/.npm/component-inherit/0.0.3/package.tgz create mode 100644 frappe/.npm/component-inherit/0.0.3/package/package.json create mode 100644 frappe/.npm/concat-map/0.0.1/package.tgz create mode 100644 frappe/.npm/concat-map/0.0.1/package/package.json create mode 100644 frappe/.npm/concat-stream/1.6.0/package.tgz create mode 100644 frappe/.npm/concat-stream/1.6.0/package/package.json create mode 100644 frappe/.npm/content-disposition/0.5.2/package.tgz create mode 100644 frappe/.npm/content-disposition/0.5.2/package/package.json create mode 100644 frappe/.npm/content-type/1.0.2/package.tgz create mode 100644 frappe/.npm/content-type/1.0.2/package/package.json create mode 100644 frappe/.npm/convert-source-map/1.5.0/package.tgz create mode 100644 frappe/.npm/convert-source-map/1.5.0/package/package.json create mode 100644 frappe/.npm/cookie-signature/1.0.6/package.tgz create mode 100644 frappe/.npm/cookie-signature/1.0.6/package/package.json create mode 100644 frappe/.npm/cookie/0.3.1/package.tgz create mode 100644 frappe/.npm/cookie/0.3.1/package/package.json create mode 100644 frappe/.npm/cookiejar/2.1.1/package.tgz create mode 100644 frappe/.npm/cookiejar/2.1.1/package/package.json create mode 100644 frappe/.npm/core-js/2.4.1/package.tgz.REMOVED.git-id create mode 100644 frappe/.npm/core-js/2.4.1/package/package.json create mode 100644 frappe/.npm/core-util-is/1.0.2/package.tgz create mode 100644 frappe/.npm/core-util-is/1.0.2/package/package.json create mode 100644 frappe/.npm/cryptiles/2.0.5/package.tgz create mode 100644 frappe/.npm/cryptiles/2.0.5/package/package.json create mode 100644 frappe/.npm/dashdash/1.14.1/package.tgz create mode 100644 frappe/.npm/dashdash/1.14.1/package/package.json create mode 100644 frappe/.npm/data-uri-to-buffer/1.2.0/package.tgz create mode 100644 frappe/.npm/data-uri-to-buffer/1.2.0/package/package.json create mode 100644 frappe/.npm/debug/2.2.0/package.tgz create mode 100644 frappe/.npm/debug/2.2.0/package/package.json create mode 100644 frappe/.npm/debug/2.3.3/package.tgz create mode 100644 frappe/.npm/debug/2.3.3/package/package.json create mode 100644 frappe/.npm/debug/2.6.7/package.tgz create mode 100644 frappe/.npm/debug/2.6.7/package/package.json create mode 100644 frappe/.npm/debug/2.6.8/package.tgz create mode 100644 frappe/.npm/debug/2.6.8/package/package.json create mode 100644 frappe/.npm/deep-eql/0.1.3/package.tgz create mode 100644 frappe/.npm/deep-eql/0.1.3/package/package.json create mode 100644 frappe/.npm/deep-is/0.1.3/package.tgz create mode 100644 frappe/.npm/deep-is/0.1.3/package/package.json create mode 100644 frappe/.npm/degenerator/1.0.4/package.tgz create mode 100644 frappe/.npm/degenerator/1.0.4/package/package.json create mode 100644 frappe/.npm/delayed-stream/1.0.0/package.tgz create mode 100644 frappe/.npm/delayed-stream/1.0.0/package/package.json create mode 100644 frappe/.npm/depd/1.1.0/package.tgz create mode 100644 frappe/.npm/depd/1.1.0/package/package.json create mode 100644 frappe/.npm/destroy/1.0.4/package.tgz create mode 100644 frappe/.npm/destroy/1.0.4/package/package.json create mode 100644 frappe/.npm/detect-indent/4.0.0/package.tgz create mode 100644 frappe/.npm/detect-indent/4.0.0/package/package.json create mode 100644 frappe/.npm/diff/1.4.0/package.tgz create mode 100644 frappe/.npm/diff/1.4.0/package/package.json create mode 100644 frappe/.npm/double-ended-queue/2.1.0-0/package.tgz create mode 100644 frappe/.npm/double-ended-queue/2.1.0-0/package/package.json create mode 100644 frappe/.npm/ecc-jsbn/0.1.1/package.tgz create mode 100644 frappe/.npm/ecc-jsbn/0.1.1/package/package.json create mode 100644 frappe/.npm/ee-first/1.1.1/package.tgz create mode 100644 frappe/.npm/ee-first/1.1.1/package/package.json create mode 100644 frappe/.npm/ejs/0.8.3/package.tgz create mode 100644 frappe/.npm/ejs/0.8.3/package/package.json create mode 100644 frappe/.npm/encodeurl/1.0.1/package.tgz create mode 100644 frappe/.npm/encodeurl/1.0.1/package/package.json create mode 100644 frappe/.npm/engine.io-client/3.1.1/package.tgz create mode 100644 frappe/.npm/engine.io-client/3.1.1/package/package.json create mode 100644 frappe/.npm/engine.io-parser/2.1.1/package.tgz create mode 100644 frappe/.npm/engine.io-parser/2.1.1/package/package.json create mode 100644 frappe/.npm/engine.io/3.1.0/package.tgz create mode 100644 frappe/.npm/engine.io/3.1.0/package/package.json create mode 100644 frappe/.npm/errno/0.1.4/package.tgz create mode 100644 frappe/.npm/errno/0.1.4/package/package.json create mode 100644 frappe/.npm/escape-html/1.0.3/package.tgz create mode 100644 frappe/.npm/escape-html/1.0.3/package/package.json create mode 100644 frappe/.npm/escape-string-regexp/1.0.5/package.tgz create mode 100644 frappe/.npm/escape-string-regexp/1.0.5/package/package.json create mode 100644 frappe/.npm/escodegen/1.8.1/package.tgz create mode 100644 frappe/.npm/escodegen/1.8.1/package/package.json create mode 100644 frappe/.npm/esprima/2.7.3/package.tgz create mode 100644 frappe/.npm/esprima/2.7.3/package/package.json create mode 100644 frappe/.npm/esprima/3.1.3/package.tgz create mode 100644 frappe/.npm/esprima/3.1.3/package/package.json create mode 100644 frappe/.npm/estraverse/1.9.3/package.tgz create mode 100644 frappe/.npm/estraverse/1.9.3/package/package.json create mode 100644 frappe/.npm/esutils/2.0.2/package.tgz create mode 100644 frappe/.npm/esutils/2.0.2/package/package.json create mode 100644 frappe/.npm/etag/1.8.0/package.tgz create mode 100644 frappe/.npm/etag/1.8.0/package/package.json create mode 100644 frappe/.npm/expand-brackets/0.1.5/package.tgz create mode 100644 frappe/.npm/expand-brackets/0.1.5/package/package.json create mode 100644 frappe/.npm/expand-range/1.8.2/package.tgz create mode 100644 frappe/.npm/expand-range/1.8.2/package/package.json create mode 100644 frappe/.npm/express/4.15.3/package.tgz create mode 100644 frappe/.npm/express/4.15.3/package/package.json create mode 100644 frappe/.npm/extend/3.0.1/package.tgz create mode 100644 frappe/.npm/extend/3.0.1/package/package.json create mode 100644 frappe/.npm/extglob/0.3.2/package.tgz create mode 100644 frappe/.npm/extglob/0.3.2/package/package.json create mode 100644 frappe/.npm/extract-zip/1.6.5/package.tgz create mode 100644 frappe/.npm/extract-zip/1.6.5/package/package.json create mode 100644 frappe/.npm/extsprintf/1.0.2/package.tgz create mode 100644 frappe/.npm/extsprintf/1.0.2/package/package.json create mode 100644 frappe/.npm/fast-levenshtein/2.0.6/package.tgz create mode 100644 frappe/.npm/fast-levenshtein/2.0.6/package/package.json create mode 100644 frappe/.npm/fd-slicer/1.0.1/package.tgz create mode 100644 frappe/.npm/fd-slicer/1.0.1/package/package.json create mode 100644 frappe/.npm/file-uri-to-path/1.0.0/package.tgz create mode 100644 frappe/.npm/file-uri-to-path/1.0.0/package/package.json create mode 100644 frappe/.npm/filename-regex/2.0.1/package.tgz create mode 100644 frappe/.npm/filename-regex/2.0.1/package/package.json create mode 100644 frappe/.npm/fill-range/2.2.3/package.tgz create mode 100644 frappe/.npm/fill-range/2.2.3/package/package.json create mode 100644 frappe/.npm/finalhandler/1.0.3/package.tgz create mode 100644 frappe/.npm/finalhandler/1.0.3/package/package.json create mode 100644 frappe/.npm/for-in/1.0.2/package.tgz create mode 100644 frappe/.npm/for-in/1.0.2/package/package.json create mode 100644 frappe/.npm/for-own/0.1.5/package.tgz create mode 100644 frappe/.npm/for-own/0.1.5/package/package.json create mode 100644 frappe/.npm/forever-agent/0.6.1/package.tgz create mode 100644 frappe/.npm/forever-agent/0.6.1/package/package.json create mode 100644 frappe/.npm/form-data/2.1.4/package.tgz create mode 100644 frappe/.npm/form-data/2.1.4/package/package.json create mode 100644 frappe/.npm/formidable/1.1.1/package.tgz create mode 100644 frappe/.npm/formidable/1.1.1/package/package.json create mode 100644 frappe/.npm/forwarded/0.1.0/package.tgz create mode 100644 frappe/.npm/forwarded/0.1.0/package/package.json create mode 100644 frappe/.npm/fresh/0.5.0/package.tgz create mode 100644 frappe/.npm/fresh/0.5.0/package/package.json create mode 100644 frappe/.npm/fs.realpath/1.0.0/package.tgz create mode 100644 frappe/.npm/fs.realpath/1.0.0/package/package.json create mode 100644 frappe/.npm/ftp/0.3.10/package.tgz create mode 100644 frappe/.npm/ftp/0.3.10/package/package.json create mode 100644 frappe/.npm/get-uri/2.0.1/package.tgz create mode 100644 frappe/.npm/get-uri/2.0.1/package/package.json create mode 100644 frappe/.npm/getpass/0.1.7/package.tgz create mode 100644 frappe/.npm/getpass/0.1.7/package/package.json create mode 100644 frappe/.npm/glob-base/0.3.0/package.tgz create mode 100644 frappe/.npm/glob-base/0.3.0/package/package.json create mode 100644 frappe/.npm/glob-parent/2.0.0/package.tgz create mode 100644 frappe/.npm/glob-parent/2.0.0/package/package.json create mode 100644 frappe/.npm/glob/7.0.5/package.tgz create mode 100644 frappe/.npm/glob/7.0.5/package/package.json create mode 100644 frappe/.npm/glob/7.1.2/package.tgz create mode 100644 frappe/.npm/glob/7.1.2/package/package.json create mode 100644 frappe/.npm/globals/9.18.0/package.tgz create mode 100644 frappe/.npm/globals/9.18.0/package/package.json create mode 100644 frappe/.npm/graceful-fs/4.1.11/package.tgz create mode 100644 frappe/.npm/graceful-fs/4.1.11/package/package.json create mode 100644 frappe/.npm/graceful-readlink/1.0.1/package.tgz create mode 100644 frappe/.npm/graceful-readlink/1.0.1/package/package.json create mode 100644 frappe/.npm/growl/1.9.2/package.tgz create mode 100644 frappe/.npm/growl/1.9.2/package/package.json create mode 100644 frappe/.npm/har-schema/1.0.5/package.tgz create mode 100644 frappe/.npm/har-schema/1.0.5/package/package.json create mode 100644 frappe/.npm/har-validator/4.2.1/package.tgz create mode 100644 frappe/.npm/har-validator/4.2.1/package/package.json create mode 100644 frappe/.npm/has-ansi/2.0.0/package.tgz create mode 100644 frappe/.npm/has-ansi/2.0.0/package/package.json create mode 100644 frappe/.npm/has-binary2/1.0.2/package.tgz create mode 100644 frappe/.npm/has-binary2/1.0.2/package/package.json create mode 100644 frappe/.npm/has-cors/1.1.0/package.tgz create mode 100644 frappe/.npm/has-cors/1.1.0/package/package.json create mode 100644 frappe/.npm/has-flag/1.0.0/package.tgz create mode 100644 frappe/.npm/has-flag/1.0.0/package/package.json create mode 100644 frappe/.npm/hawk/3.1.3/package.tgz create mode 100644 frappe/.npm/hawk/3.1.3/package/package.json create mode 100644 frappe/.npm/hoek/2.16.3/package.tgz create mode 100644 frappe/.npm/hoek/2.16.3/package/package.json create mode 100644 frappe/.npm/home-or-tmp/2.0.0/package.tgz create mode 100644 frappe/.npm/home-or-tmp/2.0.0/package/package.json create mode 100644 frappe/.npm/http-errors/1.6.1/package.tgz create mode 100644 frappe/.npm/http-errors/1.6.1/package/package.json create mode 100644 frappe/.npm/http-proxy-agent/1.0.0/package.tgz create mode 100644 frappe/.npm/http-proxy-agent/1.0.0/package/package.json create mode 100644 frappe/.npm/http-signature/1.1.1/package.tgz create mode 100644 frappe/.npm/http-signature/1.1.1/package/package.json create mode 100644 frappe/.npm/https-proxy-agent/1.0.0/package.tgz create mode 100644 frappe/.npm/https-proxy-agent/1.0.0/package/package.json create mode 100644 frappe/.npm/iconv-lite/0.4.15/package.tgz create mode 100644 frappe/.npm/iconv-lite/0.4.15/package/package.json create mode 100644 frappe/.npm/image-size/0.5.5/package.tgz create mode 100644 frappe/.npm/image-size/0.5.5/package/package.json create mode 100644 frappe/.npm/indexof/0.0.1/package.tgz create mode 100644 frappe/.npm/indexof/0.0.1/package/package.json create mode 100644 frappe/.npm/inflight/1.0.6/package.tgz create mode 100644 frappe/.npm/inflight/1.0.6/package/package.json create mode 100644 frappe/.npm/inherits/2.0.3/package.tgz create mode 100644 frappe/.npm/inherits/2.0.3/package/package.json create mode 100644 frappe/.npm/invariant/2.2.2/package.tgz create mode 100644 frappe/.npm/invariant/2.2.2/package/package.json create mode 100644 frappe/.npm/ip/1.0.1/package.tgz create mode 100644 frappe/.npm/ip/1.0.1/package/package.json create mode 100644 frappe/.npm/ip/1.1.5/package.tgz create mode 100644 frappe/.npm/ip/1.1.5/package/package.json create mode 100644 frappe/.npm/ipaddr.js/1.3.0/package.tgz create mode 100644 frappe/.npm/ipaddr.js/1.3.0/package/package.json create mode 100644 frappe/.npm/is-binary-path/1.0.1/package.tgz create mode 100644 frappe/.npm/is-binary-path/1.0.1/package/package.json create mode 100644 frappe/.npm/is-buffer/1.1.5/package.tgz create mode 100644 frappe/.npm/is-buffer/1.1.5/package/package.json create mode 100644 frappe/.npm/is-dotfile/1.0.3/package.tgz create mode 100644 frappe/.npm/is-dotfile/1.0.3/package/package.json create mode 100644 frappe/.npm/is-equal-shallow/0.1.3/package.tgz create mode 100644 frappe/.npm/is-equal-shallow/0.1.3/package/package.json create mode 100644 frappe/.npm/is-extendable/0.1.1/package.tgz create mode 100644 frappe/.npm/is-extendable/0.1.1/package/package.json create mode 100644 frappe/.npm/is-extglob/1.0.0/package.tgz create mode 100644 frappe/.npm/is-extglob/1.0.0/package/package.json create mode 100644 frappe/.npm/is-finite/1.0.2/package.tgz create mode 100644 frappe/.npm/is-finite/1.0.2/package/package.json create mode 100644 frappe/.npm/is-glob/2.0.1/package.tgz create mode 100644 frappe/.npm/is-glob/2.0.1/package/package.json create mode 100644 frappe/.npm/is-number/2.1.0/package.tgz create mode 100644 frappe/.npm/is-number/2.1.0/package/package.json create mode 100644 frappe/.npm/is-number/3.0.0/package.tgz create mode 100644 frappe/.npm/is-number/3.0.0/package/package.json create mode 100644 frappe/.npm/is-posix-bracket/0.1.1/package.tgz create mode 100644 frappe/.npm/is-posix-bracket/0.1.1/package/package.json create mode 100644 frappe/.npm/is-primitive/2.0.0/package.tgz create mode 100644 frappe/.npm/is-primitive/2.0.0/package/package.json create mode 100644 frappe/.npm/is-typedarray/1.0.0/package.tgz create mode 100644 frappe/.npm/is-typedarray/1.0.0/package/package.json create mode 100644 frappe/.npm/isarray/0.0.1/package.tgz create mode 100644 frappe/.npm/isarray/0.0.1/package/package.json create mode 100644 frappe/.npm/isarray/1.0.0/package.tgz create mode 100644 frappe/.npm/isarray/1.0.0/package/package.json create mode 100644 frappe/.npm/isarray/2.0.1/package.tgz create mode 100644 frappe/.npm/isarray/2.0.1/package/package.json create mode 100644 frappe/.npm/isobject/2.1.0/package.tgz create mode 100644 frappe/.npm/isobject/2.1.0/package/package.json create mode 100644 frappe/.npm/isstream/0.1.2/package.tgz create mode 100644 frappe/.npm/isstream/0.1.2/package/package.json create mode 100644 frappe/.npm/js-tokens/3.0.2/package.tgz create mode 100644 frappe/.npm/js-tokens/3.0.2/package/package.json create mode 100644 frappe/.npm/jsbn/0.1.1/package.tgz create mode 100644 frappe/.npm/jsbn/0.1.1/package/package.json create mode 100644 frappe/.npm/jsesc/0.5.0/package.tgz create mode 100644 frappe/.npm/jsesc/0.5.0/package/package.json create mode 100644 frappe/.npm/jsesc/1.3.0/package.tgz create mode 100644 frappe/.npm/jsesc/1.3.0/package/package.json create mode 100644 frappe/.npm/jsesc/2.5.1/package.tgz create mode 100644 frappe/.npm/jsesc/2.5.1/package/package.json create mode 100644 frappe/.npm/json-schema/0.2.3/package.tgz create mode 100644 frappe/.npm/json-schema/0.2.3/package/package.json create mode 100644 frappe/.npm/json-stable-stringify/1.0.1/package.tgz create mode 100644 frappe/.npm/json-stable-stringify/1.0.1/package/package.json create mode 100644 frappe/.npm/json-stringify-safe/5.0.1/package.tgz create mode 100644 frappe/.npm/json-stringify-safe/5.0.1/package/package.json create mode 100644 frappe/.npm/json3/3.3.2/package.tgz create mode 100644 frappe/.npm/json3/3.3.2/package/package.json create mode 100644 frappe/.npm/json5/0.5.1/package.tgz create mode 100644 frappe/.npm/json5/0.5.1/package/package.json create mode 100644 frappe/.npm/jsonify/0.0.0/package.tgz create mode 100644 frappe/.npm/jsonify/0.0.0/package/package.json create mode 100644 frappe/.npm/jsprim/1.4.0/package.tgz create mode 100644 frappe/.npm/jsprim/1.4.0/package/package.json create mode 100644 frappe/.npm/kew/0.7.0/package.tgz create mode 100644 frappe/.npm/kew/0.7.0/package/package.json create mode 100644 frappe/.npm/kind-of/3.2.2/package.tgz create mode 100644 frappe/.npm/kind-of/3.2.2/package/package.json create mode 100644 frappe/.npm/kind-of/4.0.0/package.tgz create mode 100644 frappe/.npm/kind-of/4.0.0/package/package.json create mode 100644 frappe/.npm/less/2.7.2/package.tgz create mode 100644 frappe/.npm/less/2.7.2/package/package.json create mode 100644 frappe/.npm/levn/0.3.0/package.tgz create mode 100644 frappe/.npm/levn/0.3.0/package/package.json create mode 100644 frappe/.npm/lodash._arraycopy/3.0.0/package.tgz create mode 100644 frappe/.npm/lodash._arraycopy/3.0.0/package/package.json create mode 100644 frappe/.npm/lodash._arrayeach/3.0.0/package.tgz create mode 100644 frappe/.npm/lodash._arrayeach/3.0.0/package/package.json create mode 100644 frappe/.npm/lodash._baseassign/3.2.0/package.tgz create mode 100644 frappe/.npm/lodash._baseassign/3.2.0/package/package.json create mode 100644 frappe/.npm/lodash._baseclone/3.3.0/package.tgz create mode 100644 frappe/.npm/lodash._baseclone/3.3.0/package/package.json create mode 100644 frappe/.npm/lodash._baseclone/4.5.7/package.tgz create mode 100644 frappe/.npm/lodash._baseclone/4.5.7/package/package.json create mode 100644 frappe/.npm/lodash._basecopy/3.0.1/package.tgz create mode 100644 frappe/.npm/lodash._basecopy/3.0.1/package/package.json create mode 100644 frappe/.npm/lodash._basecreate/3.0.3/package.tgz create mode 100644 frappe/.npm/lodash._basecreate/3.0.3/package/package.json create mode 100644 frappe/.npm/lodash._basefor/3.0.3/package.tgz create mode 100644 frappe/.npm/lodash._basefor/3.0.3/package/package.json create mode 100644 frappe/.npm/lodash._bindcallback/3.0.1/package.tgz create mode 100644 frappe/.npm/lodash._bindcallback/3.0.1/package/package.json create mode 100644 frappe/.npm/lodash._getnative/3.9.1/package.tgz create mode 100644 frappe/.npm/lodash._getnative/3.9.1/package/package.json create mode 100644 frappe/.npm/lodash._isiterateecall/3.0.9/package.tgz create mode 100644 frappe/.npm/lodash._isiterateecall/3.0.9/package/package.json create mode 100644 frappe/.npm/lodash._stack/4.1.3/package.tgz create mode 100644 frappe/.npm/lodash._stack/4.1.3/package/package.json create mode 100644 frappe/.npm/lodash.clone/3.0.3/package.tgz create mode 100644 frappe/.npm/lodash.clone/3.0.3/package/package.json create mode 100644 frappe/.npm/lodash.create/3.1.1/package.tgz create mode 100644 frappe/.npm/lodash.create/3.1.1/package/package.json create mode 100644 frappe/.npm/lodash.defaultsdeep/4.3.2/package.tgz create mode 100644 frappe/.npm/lodash.defaultsdeep/4.3.2/package/package.json create mode 100644 frappe/.npm/lodash.isarguments/3.1.0/package.tgz create mode 100644 frappe/.npm/lodash.isarguments/3.1.0/package/package.json create mode 100644 frappe/.npm/lodash.isarray/3.0.4/package.tgz create mode 100644 frappe/.npm/lodash.isarray/3.0.4/package/package.json create mode 100644 frappe/.npm/lodash.isplainobject/4.0.6/package.tgz create mode 100644 frappe/.npm/lodash.isplainobject/4.0.6/package/package.json create mode 100644 frappe/.npm/lodash.keys/3.1.2/package.tgz create mode 100644 frappe/.npm/lodash.keys/3.1.2/package/package.json create mode 100644 frappe/.npm/lodash.keysin/4.2.0/package.tgz create mode 100644 frappe/.npm/lodash.keysin/4.2.0/package/package.json create mode 100644 frappe/.npm/lodash.mergewith/4.6.0/package.tgz create mode 100644 frappe/.npm/lodash.mergewith/4.6.0/package/package.json create mode 100644 frappe/.npm/lodash.rest/4.0.5/package.tgz create mode 100644 frappe/.npm/lodash.rest/4.0.5/package/package.json create mode 100644 frappe/.npm/lodash.some/4.6.0/package.tgz create mode 100644 frappe/.npm/lodash.some/4.6.0/package/package.json create mode 100644 frappe/.npm/lodash/4.17.4/package.tgz create mode 100644 frappe/.npm/lodash/4.17.4/package/package.json create mode 100644 frappe/.npm/loose-envify/1.3.1/package.tgz create mode 100644 frappe/.npm/loose-envify/1.3.1/package/package.json create mode 100644 frappe/.npm/lru-cache/2.6.5/package.tgz create mode 100644 frappe/.npm/lru-cache/2.6.5/package/package.json create mode 100644 frappe/.npm/media-typer/0.3.0/package.tgz create mode 100644 frappe/.npm/media-typer/0.3.0/package/package.json create mode 100644 frappe/.npm/merge-descriptors/1.0.1/package.tgz create mode 100644 frappe/.npm/merge-descriptors/1.0.1/package/package.json create mode 100644 frappe/.npm/methods/1.1.2/package.tgz create mode 100644 frappe/.npm/methods/1.1.2/package/package.json create mode 100644 frappe/.npm/micromatch/2.3.11/package.tgz create mode 100644 frappe/.npm/micromatch/2.3.11/package/package.json create mode 100644 frappe/.npm/mime-db/1.27.0/package.tgz create mode 100644 frappe/.npm/mime-db/1.27.0/package/package.json create mode 100644 frappe/.npm/mime-types/2.1.15/package.tgz create mode 100644 frappe/.npm/mime-types/2.1.15/package/package.json create mode 100644 frappe/.npm/mime/1.3.4/package.tgz create mode 100644 frappe/.npm/mime/1.3.4/package/package.json create mode 100644 frappe/.npm/minimatch/3.0.3/package.tgz create mode 100644 frappe/.npm/minimatch/3.0.3/package/package.json create mode 100644 frappe/.npm/minimatch/3.0.4/package.tgz create mode 100644 frappe/.npm/minimatch/3.0.4/package/package.json create mode 100644 frappe/.npm/minimist/0.0.8/package.tgz create mode 100644 frappe/.npm/minimist/0.0.8/package/package.json create mode 100644 frappe/.npm/mkdirp/0.5.0/package.tgz create mode 100644 frappe/.npm/mkdirp/0.5.0/package/package.json create mode 100644 frappe/.npm/mkdirp/0.5.1/package.tgz create mode 100644 frappe/.npm/mkdirp/0.5.1/package/package.json create mode 100644 frappe/.npm/mkpath/1.0.0/package.tgz create mode 100644 frappe/.npm/mkpath/1.0.0/package/package.json create mode 100644 frappe/.npm/mocha-nightwatch/3.2.2/package.tgz create mode 100644 frappe/.npm/mocha-nightwatch/3.2.2/package/package.json create mode 100644 frappe/.npm/ms/0.7.1/package.tgz create mode 100644 frappe/.npm/ms/0.7.1/package/package.json create mode 100644 frappe/.npm/ms/0.7.2/package.tgz create mode 100644 frappe/.npm/ms/0.7.2/package/package.json create mode 100644 frappe/.npm/ms/2.0.0/package.tgz create mode 100644 frappe/.npm/ms/2.0.0/package/package.json create mode 100644 frappe/.npm/negotiator/0.6.1/package.tgz create mode 100644 frappe/.npm/negotiator/0.6.1/package/package.json create mode 100644 frappe/.npm/netmask/1.0.6/package.tgz create mode 100644 frappe/.npm/netmask/1.0.6/package/package.json create mode 100644 frappe/.npm/nightwatch/0.9.16/package.tgz create mode 100644 frappe/.npm/nightwatch/0.9.16/package/package.json create mode 100644 frappe/.npm/normalize-path/2.1.1/package.tgz create mode 100644 frappe/.npm/normalize-path/2.1.1/package/package.json create mode 100644 frappe/.npm/number-is-nan/1.0.1/package.tgz create mode 100644 frappe/.npm/number-is-nan/1.0.1/package/package.json create mode 100644 frappe/.npm/oauth-sign/0.8.2/package.tgz create mode 100644 frappe/.npm/oauth-sign/0.8.2/package/package.json create mode 100644 frappe/.npm/object-assign/4.1.1/package.tgz create mode 100644 frappe/.npm/object-assign/4.1.1/package/package.json create mode 100644 frappe/.npm/object-component/0.0.3/package.tgz create mode 100644 frappe/.npm/object-component/0.0.3/package/package.json create mode 100644 frappe/.npm/object.omit/2.0.1/package.tgz create mode 100644 frappe/.npm/object.omit/2.0.1/package/package.json create mode 100644 frappe/.npm/on-finished/2.3.0/package.tgz create mode 100644 frappe/.npm/on-finished/2.3.0/package/package.json create mode 100644 frappe/.npm/once/1.4.0/package.tgz create mode 100644 frappe/.npm/once/1.4.0/package/package.json create mode 100644 frappe/.npm/optimist/0.6.1/package.tgz create mode 100644 frappe/.npm/optimist/0.6.1/package/package.json create mode 100644 frappe/.npm/optionator/0.8.2/package.tgz create mode 100644 frappe/.npm/optionator/0.8.2/package/package.json create mode 100644 frappe/.npm/os-homedir/1.0.2/package.tgz create mode 100644 frappe/.npm/os-homedir/1.0.2/package/package.json create mode 100644 frappe/.npm/os-tmpdir/1.0.2/package.tgz create mode 100644 frappe/.npm/os-tmpdir/1.0.2/package/package.json create mode 100644 frappe/.npm/pac-proxy-agent/1.1.0/package.tgz create mode 100644 frappe/.npm/pac-proxy-agent/1.1.0/package/package.json create mode 100644 frappe/.npm/pac-resolver/2.0.0/package.tgz create mode 100644 frappe/.npm/pac-resolver/2.0.0/package/package.json create mode 100644 frappe/.npm/parse-glob/3.0.4/package.tgz create mode 100644 frappe/.npm/parse-glob/3.0.4/package/package.json create mode 100644 frappe/.npm/parsejson/0.0.3/package.tgz create mode 100644 frappe/.npm/parsejson/0.0.3/package/package.json create mode 100644 frappe/.npm/parseqs/0.0.5/package.tgz create mode 100644 frappe/.npm/parseqs/0.0.5/package/package.json create mode 100644 frappe/.npm/parseuri/0.0.5/package.tgz create mode 100644 frappe/.npm/parseuri/0.0.5/package/package.json create mode 100644 frappe/.npm/parseurl/1.3.1/package.tgz create mode 100644 frappe/.npm/parseurl/1.3.1/package/package.json create mode 100644 frappe/.npm/path-is-absolute/1.0.1/package.tgz create mode 100644 frappe/.npm/path-is-absolute/1.0.1/package/package.json create mode 100644 frappe/.npm/path-to-regexp/0.1.7/package.tgz create mode 100644 frappe/.npm/path-to-regexp/0.1.7/package/package.json create mode 100644 frappe/.npm/pend/1.2.0/package.tgz create mode 100644 frappe/.npm/pend/1.2.0/package/package.json create mode 100644 frappe/.npm/performance-now/0.2.0/package.tgz create mode 100644 frappe/.npm/performance-now/0.2.0/package/package.json create mode 100644 frappe/.npm/prelude-ls/1.1.2/package.tgz create mode 100644 frappe/.npm/prelude-ls/1.1.2/package/package.json create mode 100644 frappe/.npm/preserve/0.2.0/package.tgz create mode 100644 frappe/.npm/preserve/0.2.0/package/package.json create mode 100644 frappe/.npm/private/0.1.7/package.tgz create mode 100644 frappe/.npm/private/0.1.7/package/package.json create mode 100644 frappe/.npm/process-nextick-args/1.0.7/package.tgz create mode 100644 frappe/.npm/process-nextick-args/1.0.7/package/package.json create mode 100644 frappe/.npm/promise/7.3.1/package.tgz create mode 100644 frappe/.npm/promise/7.3.1/package/package.json create mode 100644 frappe/.npm/proxy-addr/1.1.4/package.tgz create mode 100644 frappe/.npm/proxy-addr/1.1.4/package/package.json create mode 100644 frappe/.npm/proxy-agent/2.0.0/package.tgz create mode 100644 frappe/.npm/proxy-agent/2.0.0/package/package.json create mode 100644 frappe/.npm/prr/0.0.0/package.tgz create mode 100644 frappe/.npm/prr/0.0.0/package/package.json create mode 100644 frappe/.npm/punycode/1.4.1/package.tgz create mode 100644 frappe/.npm/punycode/1.4.1/package/package.json create mode 100644 frappe/.npm/q/1.4.1/package.tgz create mode 100644 frappe/.npm/q/1.4.1/package/package.json create mode 100644 frappe/.npm/qs/6.4.0/package.tgz create mode 100644 frappe/.npm/qs/6.4.0/package/package.json create mode 100644 frappe/.npm/randomatic/1.1.7/package.tgz create mode 100644 frappe/.npm/randomatic/1.1.7/package/package.json create mode 100644 frappe/.npm/range-parser/1.2.0/package.tgz create mode 100644 frappe/.npm/range-parser/1.2.0/package/package.json create mode 100644 frappe/.npm/raw-body/2.2.0/package.tgz create mode 100644 frappe/.npm/raw-body/2.2.0/package/package.json create mode 100644 frappe/.npm/readable-stream/1.1.14/package.tgz create mode 100644 frappe/.npm/readable-stream/1.1.14/package/package.json create mode 100644 frappe/.npm/readable-stream/2.3.3/package.tgz create mode 100644 frappe/.npm/readable-stream/2.3.3/package/package.json create mode 100644 frappe/.npm/readdirp/2.1.0/package.tgz create mode 100644 frappe/.npm/readdirp/2.1.0/package/package.json create mode 100644 frappe/.npm/redis-commands/1.3.1/package.tgz create mode 100644 frappe/.npm/redis-commands/1.3.1/package/package.json create mode 100644 frappe/.npm/redis-parser/2.6.0/package.tgz create mode 100644 frappe/.npm/redis-parser/2.6.0/package/package.json create mode 100644 frappe/.npm/redis/2.7.1/package.tgz create mode 100644 frappe/.npm/redis/2.7.1/package/package.json create mode 100644 frappe/.npm/regenerate/1.3.2/package.tgz create mode 100644 frappe/.npm/regenerate/1.3.2/package/package.json create mode 100644 frappe/.npm/regenerator-runtime/0.10.5/package.tgz create mode 100644 frappe/.npm/regenerator-runtime/0.10.5/package/package.json create mode 100644 frappe/.npm/regenerator-transform/0.9.11/package.tgz create mode 100644 frappe/.npm/regenerator-transform/0.9.11/package/package.json create mode 100644 frappe/.npm/regex-cache/0.4.3/package.tgz create mode 100644 frappe/.npm/regex-cache/0.4.3/package/package.json create mode 100644 frappe/.npm/regexpu-core/2.0.0/package.tgz create mode 100644 frappe/.npm/regexpu-core/2.0.0/package/package.json create mode 100644 frappe/.npm/registry.npmjs.org/accepts/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/after/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/agent-base/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ajv/.cache.json.REMOVED.git-id create mode 100644 frappe/.npm/registry.npmjs.org/amdefine/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ansi-regex/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ansi-styles/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/anymatch/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/arr-diff/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/arr-flatten/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/array-flatten/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/array-unique/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/arraybuffer.slice/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/arrify/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/asap/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/asn1/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/assert-plus/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/assertion-error/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ast-types/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/async-each/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/asynckit/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/aws-sign2/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/aws4/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-code-frame/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-core/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-generator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-call-delegate/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-define-map/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-evaluate-path/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-explode-assignable-expression/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-flip-expressions/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-function-name/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-get-function-arity/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-hoist-variables/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-is-nodes-equiv/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-is-void-0/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-mark-eval-scopes/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-optimise-call-expression/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-regex/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-remap-async-to-generator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-remove-or-void/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-replace-supers/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helper-to-multiple-sequence-expressions/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-helpers/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-messages/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-check-es2015-constants/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-builtins/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-constant-folding/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-dead-code-elimination/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-flip-comparisons/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-guarded-expressions/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-infinity/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-mangle-names/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-numeric-literals/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-replace/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-simplify/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-minify-type-constructors/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-syntax-async-functions/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-async-to-generator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-classes/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-destructuring/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-for-of/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-function-name/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-literals/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-object-super/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-parameters/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-spread/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-template-literals/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-exponentiation-operator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-inline-consecutive-adds/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-member-expression-literals/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-merge-sibling-variables/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-minify-booleans/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-property-literals/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-regenerator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-regexp-constructors/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-remove-console/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-remove-debugger/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-remove-undefined/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-simplify-comparison-operators/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-strict-mode/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-plugin-transform-undefined-to-void/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-preset-babili/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-preset-es2015/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-preset-es2016/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-preset-es2017/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-register/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-runtime/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-template/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-traverse/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babel-types/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/babylon/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/backo2/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/balanced-match/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/base64-arraybuffer/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/base64id/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/bcrypt-pbkdf/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/better-assert/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/binary-extensions/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/blob/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/boom/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/brace-expansion/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/braces/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/browser-stdout/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/bytes/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/callsite/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/caseless/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/chai-nightwatch/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/chalk/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/chokidar/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/chromedriver/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/co/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/combined-stream/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/commander/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/component-bind/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/component-emitter/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/component-inherit/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/concat-map/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/concat-stream/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/content-disposition/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/content-type/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/convert-source-map/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/cookie-signature/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/cookie/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/cookiejar/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/core-js/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/core-util-is/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/cryptiles/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/dashdash/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/data-uri-to-buffer/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/debug/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/deep-eql/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/deep-is/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/degenerator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/delayed-stream/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/depd/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/destroy/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/detect-indent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/diff/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/double-ended-queue/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ecc-jsbn/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ee-first/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ejs/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/encodeurl/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/engine.io-client/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/engine.io-parser/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/engine.io/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/errno/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/escape-html/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/escape-string-regexp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/escodegen/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/esprima/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/estraverse/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/esutils/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/etag/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/expand-brackets/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/expand-range/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/express/.cache.json.REMOVED.git-id create mode 100644 frappe/.npm/registry.npmjs.org/extend/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/extglob/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/extract-zip/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/extsprintf/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/fast-levenshtein/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/fd-slicer/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/file-uri-to-path/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/filename-regex/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/fill-range/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/finalhandler/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/for-in/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/for-own/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/forever-agent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/form-data/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/formidable/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/forwarded/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/fresh/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/fs.realpath/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/fsevents/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ftp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/get-uri/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/getpass/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/glob-base/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/glob-parent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/glob/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/globals/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/graceful-fs/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/graceful-readlink/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/growl/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/har-schema/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/har-validator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/has-ansi/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/has-binary2/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/has-cors/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/has-flag/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/hawk/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/hoek/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/home-or-tmp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/http-errors/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/http-proxy-agent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/http-signature/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/https-proxy-agent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/iconv-lite/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/image-size/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/indexof/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/inflight/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/inherits/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/invariant/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ip/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ipaddr.js/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-binary-path/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-buffer/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-dotfile/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-equal-shallow/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-extendable/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-extglob/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-finite/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-glob/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-number/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-posix-bracket/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-primitive/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/is-typedarray/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/isarray/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/isobject/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/isstream/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/js-tokens/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/jsbn/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/jsesc/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/json-schema/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/json-stable-stringify/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/json-stringify-safe/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/json3/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/json5/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/jsonify/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/jsprim/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/kew/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/kind-of/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/less/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/levn/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._arraycopy/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._arrayeach/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._baseassign/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._baseclone/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._basecopy/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._basecreate/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._basefor/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._bindcallback/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._getnative/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._isiterateecall/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash._stack/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.clone/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.create/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.defaultsdeep/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.isarguments/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.isarray/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.isplainobject/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.keys/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.keysin/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.mergewith/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.rest/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash.some/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lodash/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/loose-envify/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/lru-cache/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/media-typer/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/merge-descriptors/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/methods/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/micromatch/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/mime-db/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/mime-types/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/mime/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/minimatch/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/minimist/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/mkdirp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/mkpath/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/mocha-nightwatch/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ms/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/negotiator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/netmask/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/nightwatch/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/normalize-path/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/number-is-nan/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/oauth-sign/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/object-assign/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/object-component/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/object.omit/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/on-finished/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/once/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/optimist/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/optionator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/os-homedir/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/os-tmpdir/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/pac-proxy-agent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/pac-resolver/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/parse-glob/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/parsejson/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/parseqs/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/parseuri/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/parseurl/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/path-is-absolute/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/path-to-regexp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/pend/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/performance-now/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/prelude-ls/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/preserve/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/private/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/process-nextick-args/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/promise/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/proxy-addr/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/proxy-agent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/prr/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/punycode/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/q/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/qs/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/randomatic/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/range-parser/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/raw-body/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/readable-stream/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/readdirp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/redis-commands/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/redis-parser/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/redis/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/regenerate/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/regenerator-runtime/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/regenerator-transform/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/regex-cache/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/regexpu-core/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/regjsgen/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/regjsparser/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/remove-trailing-separator/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/repeat-element/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/repeat-string/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/repeating/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/request/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/rimraf/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/safe-buffer/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/semver/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/send/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/serve-static/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/set-immediate-shim/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/setprototypeof/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/slash/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/smart-buffer/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/sntp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/socket.io-adapter/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/socket.io-client/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/socket.io-parser/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/socket.io/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/socks-proxy-agent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/socks/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/source-map-support/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/source-map/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/sshpk/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/statuses/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/string_decoder/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/stringstream/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/strip-ansi/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/superagent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/supports-color/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/thunkify/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/to-array/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/to-fast-properties/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/tough-cookie/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/trim-right/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/tunnel-agent/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/tweetnacl/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/type-check/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/type-detect/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/type-is/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/typedarray/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ultron/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/unpipe/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/util-deprecate/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/utils-merge/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/uuid/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/uws/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/vary/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/verror/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/wordwrap/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/wrappy/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/ws/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/xmlhttprequest-ssl/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/xregexp/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/yauzl/.cache.json create mode 100644 frappe/.npm/registry.npmjs.org/yeast/.cache.json create mode 100644 frappe/.npm/regjsgen/0.2.0/package.tgz create mode 100644 frappe/.npm/regjsgen/0.2.0/package/package.json create mode 100644 frappe/.npm/regjsparser/0.1.5/package.tgz create mode 100644 frappe/.npm/regjsparser/0.1.5/package/package.json create mode 100644 frappe/.npm/remove-trailing-separator/1.0.2/package.tgz create mode 100644 frappe/.npm/remove-trailing-separator/1.0.2/package/package.json create mode 100644 frappe/.npm/repeat-element/1.1.2/package.tgz create mode 100644 frappe/.npm/repeat-element/1.1.2/package/package.json create mode 100644 frappe/.npm/repeat-string/1.6.1/package.tgz create mode 100644 frappe/.npm/repeat-string/1.6.1/package/package.json create mode 100644 frappe/.npm/repeating/2.0.1/package.tgz create mode 100644 frappe/.npm/repeating/2.0.1/package/package.json create mode 100644 frappe/.npm/request/2.81.0/package.tgz create mode 100644 frappe/.npm/request/2.81.0/package/package.json create mode 100644 frappe/.npm/rimraf/2.6.1/package.tgz create mode 100644 frappe/.npm/rimraf/2.6.1/package/package.json create mode 100644 frappe/.npm/safe-buffer/5.0.1/package.tgz create mode 100644 frappe/.npm/safe-buffer/5.0.1/package/package.json create mode 100644 frappe/.npm/safe-buffer/5.1.1/package.tgz create mode 100644 frappe/.npm/safe-buffer/5.1.1/package/package.json create mode 100644 frappe/.npm/semver/5.0.3/package.tgz create mode 100644 frappe/.npm/semver/5.0.3/package/package.json create mode 100644 frappe/.npm/send/0.15.3/package.tgz create mode 100644 frappe/.npm/send/0.15.3/package/package.json create mode 100644 frappe/.npm/serve-static/1.12.3/package.tgz create mode 100644 frappe/.npm/serve-static/1.12.3/package/package.json create mode 100644 frappe/.npm/set-immediate-shim/1.0.1/package.tgz create mode 100644 frappe/.npm/set-immediate-shim/1.0.1/package/package.json create mode 100644 frappe/.npm/setprototypeof/1.0.3/package.tgz create mode 100644 frappe/.npm/setprototypeof/1.0.3/package/package.json create mode 100644 frappe/.npm/slash/1.0.0/package.tgz create mode 100644 frappe/.npm/slash/1.0.0/package/package.json create mode 100644 frappe/.npm/smart-buffer/1.1.15/package.tgz create mode 100644 frappe/.npm/smart-buffer/1.1.15/package/package.json create mode 100644 frappe/.npm/sntp/1.0.9/package.tgz create mode 100644 frappe/.npm/sntp/1.0.9/package/package.json create mode 100644 frappe/.npm/socket.io-adapter/1.1.0/package.tgz create mode 100644 frappe/.npm/socket.io-adapter/1.1.0/package/package.json create mode 100644 frappe/.npm/socket.io-client/2.0.3/package.tgz create mode 100644 frappe/.npm/socket.io-client/2.0.3/package/package.json create mode 100644 frappe/.npm/socket.io-parser/3.1.2/package.tgz create mode 100644 frappe/.npm/socket.io-parser/3.1.2/package/package.json create mode 100644 frappe/.npm/socket.io/2.0.3/package.tgz create mode 100644 frappe/.npm/socket.io/2.0.3/package/package.json create mode 100644 frappe/.npm/socks-proxy-agent/2.1.1/package.tgz create mode 100644 frappe/.npm/socks-proxy-agent/2.1.1/package/package.json create mode 100644 frappe/.npm/socks/1.1.10/package.tgz create mode 100644 frappe/.npm/socks/1.1.10/package/package.json create mode 100644 frappe/.npm/source-map-support/0.4.15/package.tgz create mode 100644 frappe/.npm/source-map-support/0.4.15/package/package.json create mode 100644 frappe/.npm/source-map/0.2.0/package.tgz create mode 100644 frappe/.npm/source-map/0.2.0/package/package.json create mode 100644 frappe/.npm/source-map/0.5.6/package.tgz create mode 100644 frappe/.npm/source-map/0.5.6/package/package.json create mode 100644 frappe/.npm/sshpk/1.13.1/package.tgz create mode 100644 frappe/.npm/sshpk/1.13.1/package/package.json create mode 100644 frappe/.npm/statuses/1.3.1/package.tgz create mode 100644 frappe/.npm/statuses/1.3.1/package/package.json create mode 100644 frappe/.npm/string_decoder/0.10.31/package.tgz create mode 100644 frappe/.npm/string_decoder/0.10.31/package/package.json create mode 100644 frappe/.npm/string_decoder/1.0.3/package.tgz create mode 100644 frappe/.npm/string_decoder/1.0.3/package/package.json create mode 100644 frappe/.npm/stringstream/0.0.5/package.tgz create mode 100644 frappe/.npm/stringstream/0.0.5/package/package.json create mode 100644 frappe/.npm/strip-ansi/3.0.1/package.tgz create mode 100644 frappe/.npm/strip-ansi/3.0.1/package/package.json create mode 100644 frappe/.npm/superagent/3.5.2/package.tgz create mode 100644 frappe/.npm/superagent/3.5.2/package/package.json create mode 100644 frappe/.npm/supports-color/2.0.0/package.tgz create mode 100644 frappe/.npm/supports-color/2.0.0/package/package.json create mode 100644 frappe/.npm/supports-color/3.1.2/package.tgz create mode 100644 frappe/.npm/supports-color/3.1.2/package/package.json create mode 100644 frappe/.npm/thunkify/2.1.2/package.tgz create mode 100644 frappe/.npm/thunkify/2.1.2/package/package.json create mode 100644 frappe/.npm/to-array/0.1.4/package.tgz create mode 100644 frappe/.npm/to-array/0.1.4/package/package.json create mode 100644 frappe/.npm/to-fast-properties/1.0.3/package.tgz create mode 100644 frappe/.npm/to-fast-properties/1.0.3/package/package.json create mode 100644 frappe/.npm/tough-cookie/2.3.2/package.tgz create mode 100644 frappe/.npm/tough-cookie/2.3.2/package/package.json create mode 100644 frappe/.npm/trim-right/1.0.1/package.tgz create mode 100644 frappe/.npm/trim-right/1.0.1/package/package.json create mode 100644 frappe/.npm/tunnel-agent/0.6.0/package.tgz create mode 100644 frappe/.npm/tunnel-agent/0.6.0/package/package.json create mode 100644 frappe/.npm/tweetnacl/0.14.5/package.tgz create mode 100644 frappe/.npm/tweetnacl/0.14.5/package/package.json create mode 100644 frappe/.npm/type-check/0.3.2/package.tgz create mode 100644 frappe/.npm/type-check/0.3.2/package/package.json create mode 100644 frappe/.npm/type-detect/0.1.1/package.tgz create mode 100644 frappe/.npm/type-detect/0.1.1/package/package.json create mode 100644 frappe/.npm/type-is/1.6.15/package.tgz create mode 100644 frappe/.npm/type-is/1.6.15/package/package.json create mode 100644 frappe/.npm/typedarray/0.0.6/package.tgz create mode 100644 frappe/.npm/typedarray/0.0.6/package/package.json create mode 100644 frappe/.npm/ultron/1.1.0/package.tgz create mode 100644 frappe/.npm/ultron/1.1.0/package/package.json create mode 100644 frappe/.npm/unpipe/1.0.0/package.tgz create mode 100644 frappe/.npm/unpipe/1.0.0/package/package.json create mode 100644 frappe/.npm/util-deprecate/1.0.2/package.tgz create mode 100644 frappe/.npm/util-deprecate/1.0.2/package/package.json create mode 100644 frappe/.npm/utils-merge/1.0.0/package.tgz create mode 100644 frappe/.npm/utils-merge/1.0.0/package/package.json create mode 100644 frappe/.npm/uuid/3.1.0/package.tgz create mode 100644 frappe/.npm/uuid/3.1.0/package/package.json create mode 100644 frappe/.npm/uws/0.14.5/package.tgz.REMOVED.git-id create mode 100644 frappe/.npm/uws/0.14.5/package/package.json create mode 100644 frappe/.npm/vary/1.1.1/package.tgz create mode 100644 frappe/.npm/vary/1.1.1/package/package.json create mode 100644 frappe/.npm/verror/1.3.6/package.tgz create mode 100644 frappe/.npm/verror/1.3.6/package/package.json create mode 100644 frappe/.npm/wordwrap/0.0.3/package.tgz create mode 100644 frappe/.npm/wordwrap/0.0.3/package/package.json create mode 100644 frappe/.npm/wordwrap/1.0.0/package.tgz create mode 100644 frappe/.npm/wordwrap/1.0.0/package/package.json create mode 100644 frappe/.npm/wrappy/1.0.2/package.tgz create mode 100644 frappe/.npm/wrappy/1.0.2/package/package.json create mode 100644 frappe/.npm/ws/2.3.1/package.tgz create mode 100644 frappe/.npm/ws/2.3.1/package/package.json create mode 100644 frappe/.npm/xmlhttprequest-ssl/1.5.3/package.tgz create mode 100644 frappe/.npm/xmlhttprequest-ssl/1.5.3/package/package.json create mode 100644 frappe/.npm/xregexp/2.0.0/package.tgz create mode 100644 frappe/.npm/xregexp/2.0.0/package/package.json create mode 100644 frappe/.npm/yauzl/2.4.1/package.tgz create mode 100644 frappe/.npm/yauzl/2.4.1/package/package.json create mode 100644 frappe/.npm/yeast/0.1.2/package.tgz create mode 100644 frappe/.npm/yeast/0.1.2/package/package.json create mode 100755 frappe/setup.sh delete mode 100644 setup-frappe.sh create mode 100755 start-container.sh delete mode 100755 start-frappe.sh diff --git a/.test.sh.swp b/.test.sh.swp new file mode 100644 index 0000000000000000000000000000000000000000..bf5d8955ffac3c0c139a4d0c3d6ec90c39502d1c GIT binary patch literal 1024 zcmYc?$V<%2S1{5u)iY*50>@Ms7>e@qOOS+cGE0+6^GZr}4bzi!lX8j-bqx%$D=kSa VF3~H_z%Dr|IvN6_Awc&K006r_4#EHc literal 0 HcmV?d00001 diff --git a/Dockerfile b/Dockerfile index ebf2f0df..bdd68d79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,19 +29,14 @@ RUN apt-get install -y wkhtmltopdf USER frappe WORKDIR /home/frappe -RUN git clone https://github.com/frappe/bench bench-repo USER root -RUN pip install -e bench-repo -RUN apt-get install -y libmysqlclient-dev mariadb-client mariadb-common +RUN cd /home/frappe -USER frappe -RUN bench init frappe-bench && cd frappe-bench +#USER root +#RUN pip install -e bench-repo +#RUN apt-get install -y libmysqlclient-dev mariadb-client mariadb-common +#RUN chown -R frappe:frappe /home/frappe -USER root -ADD setup-frappe.sh /home/frappe/frappe-bench -RUN chmod +x /home/frappe/frappe-bench/setup-frappe.sh -RUN chown -R frappe:frappe /home/frappe/frappe-bench/setup-frappe.sh - -USER frappe -RUN getent hosts mariadb | awk '{ print $1 }' +#USER frappe +#RUN bench init frappe-bench && cd frappe-bench diff --git a/README.md b/README.md index 7256efd9..ff3f43fe 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The docker-compose version used by us is docker-compose version 1.14.0, build c7 Steps to be followed to build and run the docker image are : ``` -1. Run the bash script setup-frappe.sh (Modify it to executable if not already given using the chmod +x command) with the command ./setup-frappe.sh +1. Run the start-container script 2. After a few minutes the prompt will point to the App container with a root prefix to it (your current location is /home/frappe) 3. You will be inside /home/frappe/code folder 4. Make the bash_run_container.sh executable by chmod +x as in step 1 and run it with the command ./bash_run_container.sh @@ -46,15 +46,13 @@ Steps to be followed to build and run the docker image are : 6. You will be prompted to enter the Mysql db password it is 123 7. You will be prompted to choose and enter an administrator password please enter and remember it for future use 8. Once all the installation steps are complete you can access the Web based GUI by typing localhost:8000 on your browser. -``` - ## Built With * [Docker](https://www.docker.com/) ## Contributing -Feel free to contribute to this and make the process better +Feel free to contribute to this and make the container better ## Authors diff --git a/docker-compose.yml b/docker-compose.yml index ccfbd2f9..9e1c8f3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: mariadb: image: "mariadb" environment: - - MYSQL_ROOT_PASSWORD=123 + - MYSQL_ROOT_PASSWORD=${DB_PASS} - MYSQL_USER=root volumes: - ./conf/mariadb-conf.d:/etc/mysql/conf.d @@ -14,18 +14,17 @@ services: image: "redis:alpine" frappe: + volumes: + - ./frappe:/home/frappe build: . ports: - - "8000:5000" + - "8000:8000" stdin_open: true tty: true links: - redis - mariadb - #network_mode: "host" depends_on: - mariadb - redis - volumes: - - ./code:/home/frappe/code - + diff --git a/frappe/.bash_history b/frappe/.bash_history new file mode 100644 index 00000000..e2fba7ef --- /dev/null +++ b/frappe/.bash_history @@ -0,0 +1,57 @@ +ls +bench init frappe-bench && cd frappe-bench +ls +bench new-site site1 +bench set-mariadb-host mariadb +bench new-site site1 +exit +ls +cat setup.sh +ext +ls +exit +ls +bench init frappe-bench +nano setup.sh +nano setup.sh +ls +rm -rf frappe-bench/ +ls +exit +ls +bench init frappe-bench && cd frappe-bench +ls +cd test/ +ls +exit +ls + bench init frappe-bench && cd frappe-bench +ls +bench new-site site1 +bench set-mariadb-host mariadb +bench new-site site1 +ls +cd sites/ +ls +cd .. +ls + bench get-app erpnext https://github.com/frappe/erpnext +ls +bench --site site1 install-app erpnext +ls +ls -l +cd .. +ls -l +cd frappe-bench/ +ls +cd sites/ +ls +rm -rf sitse +rm -rf site1 +ls +cd .. +bench new-site site1.local +ls +bench --site site1.local install-app erpnext + bench start +exit diff --git a/frappe/.cache/pip/http/0/7/7/a/f/077afcfea6f89eb143f63d875ad875dac1b65967bf8dff6159f6c4e0 b/frappe/.cache/pip/http/0/7/7/a/f/077afcfea6f89eb143f63d875ad875dac1b65967bf8dff6159f6c4e0 new file mode 100644 index 0000000000000000000000000000000000000000..bef79a2321d9dd92d6f26ce62893f85bd6d04bab GIT binary patch literal 10940 zcmV;tDnr#{V?8n~c$|&9*RJ$TawYmMeOm(PS)>46(0lKBb3pGsSu}%r_rvdRNoQIT zrcVKT7b=+y`nzpF-B~j8*+g%X{ z9F#aTNKvv3z3sxEiy7Rb>PTa&i;x+4z}*V0D?!cRBSPagtD|Z^9o~KY;O;>e0>;7u zzlDz(v?T}0Id_dO!N~mkjvoNAe5#s14i;87XNj9yC+Zcb*ID?dVcr=X2o~+%ryt+< zbvecK{D#ZLMmS&fK%T{F^X!Afh6Jdvc=&ePw`9?fIt$G=P}oW7v0PhzEE*aH%AbiB zK>MSCgtn0nKAgcO~ zCW>9&+XGKVQym@Bp01S}JNf&jLx~!2nC_%HgcBpp4prkF6{hNJ(pmr}D%jN8k`?-# zW&{}AT7NvzkP#$&66ViW$|*Kqd5{09BE>IRbvo#+tCV%mEoG_ zgK{j2P_RmjsvS1qri7|G{ba&icK1VB_#-~l?R*~Alz6$F39Gp#1_787tP82xC=1!7 zV7_jLrz01XnKpK(T8W5nW9VcU&|2#%9nmgw0h=*v?mJ<=_fp_rq4Qo`Pwv*~>~t%}F9d(Ct=JNwJA;O)*MwWpmO;xylOYNR8V1Z6*@^d!gMsEqw9puw_-B_&TA%p;0{3Sof zAe8I&HRqYdB5TcD7tdVS??Kgd31Zx$?J?xKa6`P{a?1xd$&(bZ@4^SuHQQWAjR8RH z7ekH*V?TExhRC>G0n9_pmBdf1CUL9Jqscc-&;rKFz~{i!@wrZw7V(%N+n`sh{*R(u zcf3lsYOL=7evK-hm@e>HJ*`MVxg3ul#h~!xaa6@9;{@H}KzFlhmLkQu%Gf>y6zTq` zD8x=JMQyI*we;|=_i6nk<@RQk_jB_rl&ueT($G4e4Ope?U9ZiT93Tf&g9rV(2lf#w zGorABX}RO014RM>_PR-_J8mClH5uDwS~~Sa4&mc-F6ee&t{^gf8-zsuo0*8H#T4}n zm#$59K;&h(f1a+UA(qI02fF4Fpx_W-B9~hJu$u3G*XPL@&Vi%q1L`^Y%Y>58O?idW%5BHiO}QI;v|HJ9Ve3O#-NJ3K&qR zrTaN@<*l+vH5JSrI#7NNd1#DMm~Ad&e7k5j`IVcEtNUDznjZ8885G{0N`^rbdI71_ z^d*U9wooUL zQ!GwUQ#3HzEv^#E_@jo1wSwMa?dMO>(pq4mDcvR7ySb8C8*gJViTZX@nKk>VtN3Wn zqTs}V*5~mpXZGS9*_BrT+^|OLu}nSMNnpqaCLNX0;&AJ6R(SE&{;TZI%x^gM!GT?{ z^CH+abFs@RgMCHIQZ1rOK+{dZ6siW8Yc&5}9QB<}q1IRqx))Qs&WYh<8k4V&#_XNP zC78U~&d0dNm1jgx>L^CdJ$eGv0imka?+tZUP?04UC2H zDEf9y%=WlJ8+|<~;U1kmzO;s3_(6^TmX{Xj+j8~HJj~FTyNXN%m zFntX6YS<8IyIyQlalWqcbPYZLn|mL^8!z>h3Ua2Zt0N5 z!579XD(8C0T>t}w;wU8WHXa0D(J2@gbS=a7B-)hWD@kL6QeS=5pt;xi@0y} zDzzrqRzH~(4&ja;KU7VT(ic~a5qBB@->1lJz?a-4aT7R1Rohpt#CNpfWtc)lxj~-w z@hAt(%&7MANEUMZX0Qu~Ikr!<)zw{#yFc)JoFzubmY}JgP_@a;tE=>CtWKnV%^5?i zKTox-tl-DIAca{pGq(Y{nWNTf0RRQ2Ck8bMIwk_HwQ@^U`eJ9sc_T*L@bCmn%hwtl z3-I5SY`+=NS4SjNK&UgXg@)>^H7uzePKW1<9iiL}tP)O;EsscLIF5itg8)9De)la( z$dSP4LN?b(#D}Fwg>wYo7BKPG9s)jW%1_ymTP8i&SMLj_o_MwtTR9-^R^POS&=+rF znpQ94-#{q4eF`CiCDYJg+$gZE@^y^EJ(BjQhPFTVMQ#EXte-QS%$*BlR% znb3#~a0E{xc>um)+I>SM2da=V`24#H3=KWvj!F`EI?SL1-?EwPuS?In6(pC%rvs57 zWLpWL$RPXivecCT@+7PsTnBtku6FWqa5SrUh=44oa(OrQiz0hg2{ILIAqdChI*FzD z=9Xr;T91KvrInQ9Pfbt~TE@}q#L;EMFgg5_wH*!-ieg*jnT#qU5{8@hd1PQKo;53{ z+_Gha(g>gWI>!2v(KV7hqPP{@x=oF+rMcTFebL_zG6}oe<9V!&k75EeCE@8ZK@9bs z3ecN+$C-TJJO4Ng-=^6X07E0uZ{>H+Ou{@genXMVT+c0)wo7?^E3V6&`gc^G@SFWz z-K!qh(u$cTaRGn8pIZl2Ry67HpedCtd8JU@<+xOEG;x8`Kelu zc@zNlkFfp1(+#9Vc8srt{@`7Vlv1XR=Tv=ins4gO4X9l<(w2$X-b=653~Ou@ z{|><^mf4zWrq*Vea$T^)|DGhr!@*;SM`ubgedr)Wj(%hdSA!}HAd$;c??w8X3caB7 z8yJm3yE>2D84>7BricJs5cQeyWPEfSVizCu^>wIga zQZlbt?AOq*Qtb!=S7gW^map{5)kp9!6=jre5G-S8G57T5XDSus$6#RqFJIX&=(jeK zi(bEEGZ=3l6;}zXcuZuooBrtSI*@_hkyWyltrf~-(_QNdO z{+o8ubWL)7V3Gn&Q;B7L`sSPx$JNsg;N$}!O(|kz&|zTHQy7%LpWU#GQIf{A!hBO= z6N%xm1#dNiBr<&v2WyG=x8$vFH9`Bme%4>M2>r>7qY{f{Fu|kr736xXDLBDr+%{)# zCtD_jAdu!h2MXFlx|6?C+JAEwX9mJdMNJ?7l{% ztl?sJ*Fy?E)OlvwlMMcpJx;Sw8eMS>K=;wDC?!5QB{GIknQ5@JL@Il93hDu`pFF8i}MWWG-L zTE>RdfNtt`HaRG;i^60{f%v=izB)3+J66lOYPbFXND%&$L-r6=@Z0Hne9D3Mw{tZ-Hb z6~bZS8)kqXDBckwea!#3{nvbbOF)ObnD<-bh~@()$?~cF+|T>(@*yia8%<#jt@kLg zt1AzatZ{~-kws(;u&ugC1h`5@LFveg^QqQi0jTRuP;H=F0Q)QCq$6T8X-488`_mUm z^;Rx52_iNWzSDM7sFR3*@zEwe#enU)GlbYQ);Q()Nqh6F-d@|D`r%>k+kQp*Mt$J% z%XRT&05H#{olpT(Gy`8Aaf_O8LJ3+H0DJ2*{VeT~x%hs4%lrdWf80>4K9Jl3$u#P^ z4iM{n-AyI*_6{ERgdwKkNAx@Qxbj0Pnab~{w8hU2R6w4BPpQtcCM6sJH z#7fPwi-pNhZ_Ln20vhP$*%(u%dmY)==6ksiq%45SRr@N!@}>ClmwjEMc8(hL$UMQj zOm36DY{_9SSv)oT=kxUG4_d{pJ$#K{T*Pri8PlLI63k1c7pU@=4?4$BMIj3L)GMzcS0>I@jvbkuxWk+KkGFUU{mRx;wds`gzMeJz%PIs6tHRV%MeYb_bbfBdF+z6_q>D-Egp4<8Ly4NJ=;InU<8<-)>ri0W( zNCa4>mJDQVMU-8k^@CZuZ|0?S5Ha9p5ws&0Ykqv;esl+NM(Hn13))CcY$ zvFW!i04B6fqN$&5cE72{1tV1q*2h~{8w}yUdGD9#UloG7mT7x7S7@Rm()+PV*9E-Q z8wap8O({p*j^p-Tr+bS|mB)FCZ7j`vJYj$#z3nR+sfe?~@nLqFSZ+C?m8~)k z?M$+_z7WnN(Aj?X5i1bW)kAf6GoZAv@*+?lj45OJ=eBae{3m8G?u^=Uk8htm( zQ7RZ_<+O}%kCl<{^)FF67JREO4kI~jB9rtbFeE2 zbZlK@!-nC`n0onOCqj29DkqTbB*_~>tlA8pfeIDL{02P|x8d`#IZkxlhO&I>%_mes z$)v7MM&$jL-i;h7jp634)TG7RJ!@UXw-T8i53A)39$vT{4TIgULcqaeI&#L(P;5`h zU6Tvg%oI66Gh|-N?ECxhx(sTyR#&hlG#4GFO}u|nrNc?V-kWDykwwVUElKyq%c7NR zeB(<(UQweF@c55J68f3(jRR3M6@UHWRq#u}=>1B&fW(O`&r}h8 z9wuAb@Kx~rwunbRH~!weYM~6aDPRrLtAWpN4M@%7?|D*7(;p}=Pt0*i5bB#8bw`BK z9o8wEsC7V;$FXgg)Ry9)1c*gnrCY_d%|5Kh1)WsCGQ#SfvN4U-8SYjlTb;=qsMQ_#p7 zXmj?+S2h>WV=>!K=ups`1KJ&0???|$l- zS5Dx{Z-of;q>+Wh>&vT%Bv{g$=zLYkT(et`vzAS>hY#LogV_olU{ML)KUk=gN;4t? z69JR|b^*kyt*9W@1B%ibr5|D<_u~RQy_Xc!iFnW1XAPY!>M1Bj0qY_bKY4sv5?v_A z;yinbcdsy#<$MHk&N58LqQj4CQr{CO5~>(dJxMADSuA8G&Sn>TMytikZ(sml+TOfHL@ z$=z7NKPI<(#YvQ`PyUHH{;Q}!q8X>7m*1(5zVxTB?S+*nii-gr49s-0znLT^C9p_n zR4CRau6LDTZIRSU!N^L=2(Q7HY3Sa4EZ#HB@#T_Lb4r=m9j^l$#hL9Ca0<~JaC)h= z7!w`0InP#el=WkPf`9ry@mlLwD*@0b8!IXy!Gu%AH_9xPgl=@~#s(7IUp^VW)eIyu ztaaN}Riz~d+g_DlltDms+b#`eg|UzQKufLgV}}S(|0pt(lM+UBUAnsg$NZ5kQTTy1_k>U1e#vJZqmfJL_?H_KzMcH%hp*C(Q5+#`mE*H)@N#~_$!w6peMZ`~s%a;m zU^`wDjVltPow1#e>7TCixNsG}-nUIi6-~jkx4&xinTB&y0S>)f#yB>V`8Gf|V5v#m zBXpJSr!-Hk(4u^!00IgF|%O_$i-sLRd(v*WD zVJKs^gN{u(d!3KC$)N96^#wpil5ib_>8RvaMifvs3c~XYo*5H~ftTr+dct?%Wsf~T zL#qKl2eo`znOS8+L zS8R!@v!8NQn9&WA#nzL=R^)wBjno1ncLrt9(8|kiZ)3-TYAX3Sb1^WI+Ct6Lc%MS! zo?+{lh_pPa;d<9}VzRsb+@0=bTH9F{(9BouUHnG7l_)q29+aHBZP=Q(}7^|A*_@l3iq9JE6Hd`M$ot}Jy|tfP7Y&Wnzyr;ObxHN z)GE6$JDKz}3a5FC-_Hy4^zGJtFy=w;vxROxW%o{=UV;*LPvXVIV=u39XPEP5Wggon zxffGHXgzsjf~}5ptb%2=y8>NR+h1eqEs6jb%-J1O^$Rceag;%?-~y7mClrkm;Tx3G zag`*w;u^(64kf3-Vi3y%l_ik-Z*{^*P^S~eWm2%<=OskEd8P}psPrMV4b@u*KZD?Q z>7RHq9fXF$C|;kihZzcMA3G=}MW?x%f^VuKHFtPf>s0_6l%4|%7RO9xn)NZ-;SirU zI~5!i)f^;Wwf#ybZIj-bcyFK29e$Dw{kbTINa7}h(|4(No2I-^C{+;Zw&}|d;Qd{+ z^^njHA$^y$7=Dq3g(a@*hN1(J%64yc@*@!aM5bq()_Fn4b7?rxS(q71e~iNPtfS!L zoAO;|F1jtDewP5_Rfkahyy`4!2jS~C0jGX~cYGf>*wV+(&mNmKCCf;1cxysWa=5Y% zt>i~K(yaB}b#2C^;MCK6vSe_)PnRn;JEC^cj?J8xRYDTNalUohU@O8TML{aEmwo>E z3CD3Fd8 z;mPNlN8qLvoe#AkdL3IhnILGZLKT5+DYJt7suYu;o1*aHUG9=@|4sB5bbe12y|d$C zZKI()Nwl3>0$k(J*UQ2^1ctgEWfWrK%NR7+_*|Z_HCtU+$25I#h`efRnVGQ{(tQH^)&GB`30Aqk*pU!$esWMOPX{ zF@Nr>qn{+KcFjRAjX_U!u;&c1_9VcD^d>pm*IBRYEuZU6x54fVvGZ;_jM1gE`j=x& zL#BzfI=(SCeGhr~viNRKR5Ya@7I?Ms(-370oeOKVlGS_w6WcH_MkI_i?oAbbe)4^ z?TjS>qQOfqk9MAX*^P=k7Y1VpL2lgd!byIP^sr}Rq)0GxzjJzX^~Nv1J$n%P7to^B z)?c~tdIFmQXX{D)N zhQlW0i!NM_O;;WN=;5Ab^b`Sk@p>GIr_;|VMJ#+K}R zvqNxP$0(&pbjlk_n$>$WF!L3d@|l@shCkm~ni>GWlLazvEe(N}@rrr%bqEEZlsC%E z{D=EEnV_+|yh<0pFD;IuWQlp(oBzCz)8!7$r4Eh3x+K&=HRz9cAbx4!gHd4DxxgLC zsQ=Q*w{I9tHR~aGPZ;^C4cf{CQQmOpjtVpSX!DNbBb{1M0Li*zT3llL1PvP=0V0a2y)qu~YV%AXsh2@@dJbo&xf~JY#d4=`fxQ;EiWp^tLgp? z&na}jukv-xE;&veC`$d?!Uz#}K5rK+%p$99^t(zc=x>ehlC#<47Q<@-CeM>dP6_)| zj*Z(5eEtPGl$y;roj@LSDaR)p;Rk za&C;ba)q7Z+DmAdF)+Zb(uo^7Dl8jq`o;F&kNiRVihQBMW{Uda{hn-NiW!xCBZF^D zZS3!^u;7~*Z-z{{S#b$Uoqwtkm_iBBDs{g4<$b;2>8CChC3pP_RP?8b`wM8*`%l#8 zf&nkJLOX+q`MJozLxcwQ@V>(Kv*-_@brh z)T8a%0~(fcZ^REQy$!0sN%dC!_U_wjs#)ofp6PmRhoos?UFRhU(;c7Wb##_<~*XLW`QQDs^=Kn12T+jC`&!&A&@O=*Y!4IYViajLMif(gbI4ShAz7eDH zO-gqSG6q4q@1fi^x$Tz7&%S44uU)pHcv>~hmWX+iWML<5-T8VIA{f@;xh$wpZ)8M` z_D^ZtPqLuL;F@X$vuv-)Fxul^nBw8qKiSkP?G7HaJ+)|Q>=Kt*9^^}1N%gIdL%v1@ z6P42D1=CQ+XCi)wB8_!WScJNc6H{5mQ? z+1u%Yk5J^aHU3Fe>=3{92%komy29Y1X-VfGrLnoljA2|vV(g6VuK_Q2`<(0YmDZr z>}WpEMw~ff8*o~?iD~nLjb~}SK)vZ#Jv&f*NYbL1^(3$T?T%ekN;4yY{eS1QGyfp|Aklwl=cOV_IR6Q!K{9WFq+^Srea1@jsyq%fckde$m37e;i|o{k z93|=`i|`bhuDn*!I_e}#Gu+P1eBZ;h7@OXkWVN{&IR9lZ$%tzeO)h%M3 z3C!p5%!~(!$n)QR&k-XWH+0q8D@X9}jC$Rq;iGilLO+qaV=uCF=FAs@v82Z**9P)D z94%!b3l9&-%Wb53YLV@Wbqijy&J`cz$We{jZm`Y|-~q~iF=9y`b^Y^aV*bAu(^Y?U|0`b|nb^PijbnI9 z`v+BkGJJl0v*|?gKrL^soG-yA)mtZ zF$X^Rrxxj|Hy1I|KTf7Nv|khdcdWxup9_2!g?6nD^OM5Z|G2OJQ5XEfzBpIU|k&(|gI z*}KkPzM%g0FMrF6Y|4xOC!5B-827*ZYnk+0@h^X?izF}B?ay;y7EB)L;J3NZ|I+H; z{_Su7`nLr3`;39=ROsQ@dYk^`uU@&}A1^etIKakSsQ&bPJ^AP?_g{K=MM(GW)hMLT z*GBu|XHH@Cm%=(2ht~eqxOW`z`(LB@HW9r2uhF9XOR2wBkOn-e2K*Si;G?-7q(9NA zF=v&De)GrTpOJyy#vu)=zFen6-e>1uBcri@=g|IIQIPk4t-g_8NUdH+tp^!`KInl3 z#%*5fj|6Kj-|22&8!TUI4+q79hDz06r)LlRlM5H7dUhX;{`kJnG3-D2-*;=U6s*72 zV!^I8HUeX|@8ZGkwD#Sipn>lxLz>&&+M^HJ;9*g~VQ(FS=}+FqfrjYAdqS>s>8$tm zkPw}XZtd?gy8{0wob?obXB_%I{`-u+P(y!qt~oTFiPGP9-n^gN>CfMz-~YLD5BBdj zDE~YwXa!JR4CLWGf1R&C^!1zrS|PO#A~m?2qmE1!ZCVM-M9w<^7%YwQKDbBL6Z(+iii|qnC(OpZ@)UR}%Qo z-|Zjqe~xtDk?>!m#_lhq{X29s*suSJgBx<~mx?9f#RpvXYN*d?%b^-8VXCjo?tiY* zO9H6R{vK=IixiEeQ2pUv%teR6a&etz%^u~=E{&nJi?ej0@ zvCI73QyiTCgY7dL$R!SR@a_GFqMQBei1?+#2^mh4=wP#{?|9PrZ`^PnBga3aL z#~;F|bMY^qyxL3mxVM(&eC}`m`(OUH7Rf6-{{%C*{V}oa$$q@V27}v^Z!5OO}n_!U8Gc)bb0)^`r$+8OQJRC zarPMCQ?U{|t2T?&Vfi3W3a1o04IB{>{IuV_UNdgsfyuE7Gq5O35xVSfgY`}23cn2jmSx56dMaayy4}ZEo-$Rd{WQPMUKa^Ep2{^OI zVv}c(lXhU>K;(Xxgu(RjrN78BJhHcjkmW&OJQUTOtuzI=a&)6#GLRy%kx8ifM4DkSWIiX#SpaiCDrqgWsZ;R^fW3qI6Ft5BkR?4Q&%Lm3YuzR3BqQpe zl8mqn@45_o0ua1H!5~f=+&NS<0$hyeiYK?-8jfR7ZPZ(sb{HFCny|Odr8{`gU$hWOMF!&kk!?gwMhsjSzgcGN)&~ zYJcg7oy)E9$AT&cNN6C1RBsuNbaEg#3gXlPf`kvCMbQzD#x#6O7w(hX*Ws~Q4&kK7 z95m31D?x4gMP2Vw0*$iN=z3h@yU71J$cJaYJq&8sA<+=15+mK#29Gv_ zau(KFUS+qid*f>ObB-vcZ}ic1K(zWHT=4Dht#Lvgww5_wNrEtJU1HKS&Elr}|5a}P@~ zH9a)mpr8p)OPulFYeief$o3WqjaHubP3NUH``pRW)SNQY^91wgwMJrcw6Q+HT3K1g zdIDOPKIh7C)La2X-EvF&vme0f)(ZI0kx*=V^tD`c$Lj{D3Q17qiKZt0yA)_^Nx`w` zHZ7YH6&uZ*l|aimSr?(b#NQpQud0>`#1D|f(CU|IJ4#mIqKzo{ z$|eXluQWpdnD?Mvy&8R3Jc!B&32rh7PT+CNC`otJVbMW-g`xU;dJ`yYnJpJf^Oj`C z49?ZEdaRG7?#aAmIM}p-Z%mFPleRcTMfs^x$bGNKx>CB*P?2Il(${G#maC#(9&sA} z_;h5FKQ&_Y_n3G@liU(MNjR}va`G)y9(vs_v4jtn6sNDJ&LC;PNBX*K&P5~Itsp;J*Dlr_p0!jz)*M+Wqr~}rKLqNo&f%3q<*{3hQ3aHG z4c?EOwMfzzj-d9NAOIx0K2)84K*7zeCKS0^f;d}h7iyJ&wIh%CH8cg!9Q7 zHl@{U05&^KxHK$Ym;7)ii==XX`FFEa`bIERi>;}e%CUKyK$?)ZKryw&$&H_*lh)RZ z-7Cq@-lf|fdy%D7ARzhcGzS@EU+ot&V`h8P^~85_=1YBhHep>i`{Kv>{i*%Rj-( z3BZL(VJ^gk!-I8+sp;{2B>C(<9VdN&NppETN2D~mjXU#vj>Jq^`!MA5o@WQ5$C*I{IokpGl`|XymO}$IQdtO|C^mn;Z4b3{p@iu&K7OdQ zpZZAivve%VpeW%}_x9wLDWLPQnPCzPxU-(6LsP>9KM0RR>GDr~oXg_1i()Ze9z#Mm zepmmqx}WU8gBnK+ho6(iR*i9D%p~zzwK_st$^Q4r`BoM%{92wAhowlD)bxxi@sqef z)ScZBFxA2VzJO@;vV->lpo<$Ju9%#qHzebXo1aQC!EK-I92j^+PZ4Za`AFMyGfj1j zRR!Kp@c53Nsng}bqdVc9SG0y%jc=WH!B%iF7XvBKI3)7iKTCr9qL=w4?nFl7-f`k zX`oI(53rpwbm_ODytHQ_-)Nm(%g=cYMu|gcowSQ7l#LskLb2k4)6w@MtM)-YDk)L| zhLU3t4@8V=5=7oMp%_NuC$`eav<{ht;n?Q;)jHE7VNz?x@H5{Un}Hk450~C~ol>(><2v<=Jxv_Z zxeyYsJSh{|rl#s3DUpfnP>4*^sE(8&R&nsn!amXRc;3)#jSGNAzGQds?*paCZxJ26 z$oQ3vaeMKXs4z{_g*YB~Uhj)gacVwU3`{dtVW}lMsb_33exZTNWjSf;eR67<7x{Ss zusjm}@VZ@cqG3JQAGoxHua0%2Gz~@mmJDcI0^XKnV6gbBn@_ks72W!R-0{PR`$PE0 zIpfxyV(CRM-ZEgdq&`d!x8RlOhnAUS4H`eUDJywf?PUL@vT8Ld!QMORU*hj62f*K8 zPYy2nWb_VC9M~lu<{;0$HdspChawDdn?XJ4*clw zEwlpbXAD0H(GR&;7ZZk?+qe1ds!4uqXGC?nxEOnG?fCcXYCD7njxd=LOM`@`c zRr=#{F(3tN|64z9 zW<9Vh@No5Q#Y%Hjne;9;^df4z%V4s!Q}z+D#P&os2A^Up4lgu;c)Cg^r#S&YV=Fe{ zr2qAXy4)ko?vLSL{DPFYeKS$J;LM^&T>_IuJJf0}QS4s!gvCLZU-^G{5 z*F7Woq%Kfw1}LdI)4*Zpv4_zPx3P8)+bQVNUbzSIWoFP|%`rvaJg7gN>cwv=+fMQO z@#0b6iyJN>!gBqaFfa|n;x97YyX;_qPb!qN@JMk9w!Xf~&n1AS3J_-ZXXTdrcvE$u zLng{Q*24?}BmE{)hS~>fiKZcQ{sFrCY#l+6^xt;c8{AY?W18%{F|ssySJ1c3Sh^b7 zeT8HB#IDHRUGJ6NJ#1ZJ0jGN&7vZ<%o{VSIO&$-`EM$Dhra|>zbFjL`y~nG4Y01F^ zaCdDP^Ae;i{fRm#7C(|T@eK-N_i6XZEb{Ch%AU>*t&sZz$op!d&&ix&hb+~4gfW_) zxh=@A4=>!)ROw|1VcYdij+NYJis3BK@G2e&fy)Q+W~@Xu)m0BKL>ZS>u2f_var0BU zR;)NcB5yUaa*W}LD_WS`AuO{3NRaqAUrgSLWfEdI3Z3o{{7&riwF;~l;=g81AyATTW^*zybja}s>{AV(A6XXO@!y@)Y-@{suF6&q<$$^pPWOlT{l|_# zxs9z(YQhc*v)>3}VqW#rh<|3_bVU6NG1fx^4y-mhVSN%PIY*`>5o$!yixgg2w$d0m zwei>e7!}Gb(3}J47SB!O6GXX28A=vbdlKmPMwIMRebNXg`>dZ&1B$mSKB)#q#Pp`o z=K0Bzk^FcV0=oY0e9KhGiC?d-ah#7zGsJ8EgkN&Bym1l6(YT;mvi!l*SJS7;4kG&^ z!vXz*tO%=CaHl)()sN&KvRpUn%2k{k&(JB9c|Mg(sR414hwC~ue4fup%RO>9%9go8 z+(|m$nOx(WAlpk)z|V~!@z2v9xmEc-CtsGm_i;HYtxjx?**b*Wy)gP5vG6&#NvtYo z*`Q^@-f@R{f=#{DHkDV1019~GA6AGI*jpiww5&hEkhUg6+9M(Bw2Nm_f!7C3OO0%E z@nS9uN$YNe$WOvbK_2sQTg&oec9b5`KvGr?Oi26#cDvzMgOp6snKhwX$5np`#u22l z|Gve-1OHsY1a9!UBnh7Z-#2jH$P?|?73U4sUG#jhwSo+&c3O1LSEZ$PAHv`0VPdse z@^bF>cl^lSX?#O?hNvQHiL1q$sl{hwU7AFMv`>XWN-Gmz4CnyKK0BG%KUk&hNB#ps z_`?lUAXE4cIe2tFzgmcSYgc&jSqQ&8JIh}KGjkfwEINwEE=NNnwj4CtB-7({ay1{R zlGIGHJT!xQ|0#R}6o#a>GNgZWepv$q_0(-&Dbs;K%N$){P-wTi^OH}>NSMp;-Qt!6 zW#;!S73oW2z2k(3__^df%MV7fhNGx{pFAT{!M-xkhmpdI$maOLnnprVROD$HhAIVZ%&4<^y0tu6*1A5>>XyF&tJ?P8>HIdDxs*QA@u2jr)S3+ z_A=3UTLJvK|4zagYwm)$p^R0theIB5PlOh=W?|-o++LwC4lL5J@OkW}rR96yXjI`` zx@a9e{6V!fB-7)15PzkM>+@bqGZTI()0k$CM;0`1ug0m}pd`5O>6*WDwZ8{rkL|e9 z)=A$LU5`~m;4Kgfw7+-2s%e6ii}k**SL89Zn6Fb5l%1>I4I84YxHsfTC+#`BpHH}g z%JiOdctd>IXbv(|aJlm*4$6mjsUs+;vIu36-e2)dD3}y2#(|<`ze3HYAVfC`vmNlS zgB87qiT3be_q#xaB)4zmt@2C8RqKTAA`y4x=8*GT$D}1CV>^2EH5S^MLTn8m?S{Nj zs!>aVYb=z6v**KN|_DTDNA%U#|==gocUqk-|EAWE}s%j#A4fftXdZxK17 zEH6`f>SH2UUA&exR=HZCa~iaG_&fE)7uD(u<#x}fOXuqL#=?TJBYMrXFJPZVjOd~z zj7djas%a8&fzv0f6e~#AFL%Y2dckCNjJ-YoLFY zg9bV3;ea8HCnUt^_g=n+uu2NzhMt~)GR7rMx!m;;yRM}?R`lZ$gw`L|cB(j&PCaij zhkm}(<&x5IyI`0{s#qAZy%=J_)WmYO%4$g6-tjX8$$6+a)0?57%zdZ4O$O%m?2ZB# zU|BdJm%+l$5GIdCE_%ptxnJhnfqHE?w2^CQnzpcxNEk}HN<_?NEGwJzp=y|=;$a*n zD~&27F@LHA4bXL=wu^rL*e`eDAd?i-xhcmCzjUIZ^G?E z;t-H$nM^=&QIf>Vgs88x!P}^d0f>v{CtNK;3SZ$r4eM=n8>>;BDlRRcl6no_cbQ_qK*^X4#`z@(j#C~f9S?O zW{7L2ryOU-jb?lt4z38);p7@cbqUH?CWtE}0^o=wWyz|~bo=*L%Nw#@HFk_@Nw!XM zvsi4W=>`oYF`C!rD-kbDpA(5llrUSc$kO>iZ|V>i1x;NZj1Z%@`>6MT4_%zUa+4I?tQo0{&}H`|k4 zF~OrqFnK3HVZGRn37GJjA?XsEq>+_oY))4*W6JkT6lEVdohphFs3okCS}u*B0%Afp znlElb`r>EaYYUQ#jguz!l)oJi*;nCJmAPWA=RW2!vbm8fM)46VJD*s?zs;J|*oPxa zcS>2S?3|5;MgK+H0^6Tw$t^Zf2v*Ck>q(C7U7vNRQGNH-+m0LAkN`5SJa?@KdxlH; zJ>jYSwYYA9s*l-WRl^^YVVwGPCiM7Z6$ydAGZnv_>Wf!{64-(kY$U%-8Nvyq5~KON zpzOVZD8`DKvzrO9lU86Mw)M^IN0Cf%KZH;m))bZ1HvHPJ8|B-9@F{}a2V!IlsaF);JMze~-jkMYs0h@6aSpw4w|GJs5#N8LKHQg~o05GF&3q@(zH6%&S`dSaHDu3!8h5&Kos7@%XR@Thup$Dmyr?UHz``-=%|Q}WleJuSI?vU%X&AnK{gu22mebv zO(%lwSx{Gc+FcB)6-W&{h|O=?kef+=;tVf!P!mO8Sm6EEiEa($I;|{Qh{@L10qZ@) zD?T4nQjFO4Tj_?_ZN1ZBzLyV&jKK{i)sz|9Z^J*{d#0B6rJnR>R@q+d1|cJ|zWK}H z>(WA+*AIcCz==;7SW}eT#wb{%^;ZxBl`>MuyGtqR+-YZ!s)&=A8y`nTVEd(FjIV1u zMG$O&5vmx1ATQUJ^y=3zF@RMs zAc>_`5)mcBBwnYGMgsD_!FTTZ&WNO8EK!Q5NhVA4Dz(cr>2c`|wG`X1KmKRKgq(v1 z`XLYJsX2g>8wH&QSrCdEZX(`VOCV?!&a8D+VB=LCUi5N~XEPY_qo(Fzkov(PGA&=W zC47Pb%W?zAgtTJ$@A;)}tcQF>Ni`hnSGCmzd%mB=(54?)tN!k{-V5!gu;7*=Ni;R;~Dzp`f0n$mst5_9jID_V810m3G{^{6k@(=7;GpyuwC@ErHNTFO(WS)=Lt5-;p-vm_Hb6mrA_c&bB2p$OkY zAk=C^orbFfDO5kR-9%;Zw}DhJWhvl7N!v0FFg_}ZPz|Ka#P6#z*W`v0yd45D2{Wo-emaTwI?xp5Tw==Oo;bfi0n;0r8N%-NVjJW1P2c7r$ zJng4UYF2HM4keZA_+j^+;=96hUHFj@W~`YnTVkNH1Z1{kMlEX0<1O7It{nPQMgY;?{pfCMMprg$v z6cPr3XE?>hC4cpXI&W&t)vy~-&@=@L40J2z+AV?G7n-Nb-1tx1Q7wX+BvcE7A4J@y z|NfqY4&9u862HgPFVC02jM)5Af!khLg$!cUWEqBv0awmbfAcv;KUkW!LL3sJSTzwzEe?Ip`D(sHZvJs}t__Ey4FA72j-dj4?)iZBD&)a*^iNd75#+P|OW= zki#lkW#!ZsKoc)^qmNC#oZ>)*G|_&{$Gj{G5-Rr-G1Ta&xM+14R>Rc*ndh%P@AEgl z0*n6m6^obHO4q6?^E1|4DQ19?U182t^MB9zuOAq*Ulj;D&X*TV?Z0Q| z7S!4#?YPLv6+;ylB+-u=fMH{s2)1^dFTL8dLQ=-(kZKE?>c4Y=0jVOX7ii@J+5_A8 zb4XDhFajfy?pm~6>T-b?%za7&Tew7wSDqD` zm_^ZplTSUu{_^FA=hsUJf27G7dai^$53hmH2(`YX25x|Bza7ITnDB$RY}f ztH@<6BrD5MiGu*guHmWtjVZlK%pXP#USB#Sz-+Q~K7IDmOtCT>YLm4ZP7LGpY?+Oj zev_8)ZOM`Q{6T0p>gRYsv#GtDo5{S;GRf7JcNr8yi7vS(A>w2iX2`%sD$(sjOwJzp zNZ8#_+!x;kW;OuX@Rqz}^+S`-!Z9t!N1K^^trGhZE$i>nB3{9w`L3v&&kn+=K#Ba` z7f9_<^F44E1WaRH(rjs#$=lipoo#y>!ye~Ou`L!wlquh!`mlDIxsmHbB6F)0(UwGu z;f5wLAnJk}j^(6p6*=<>E*H9<=QT@egW%FgIAG7=iJrLtJ0v7dVu#XxJ+>~dEVl!f z%!o-_Ue_BdYi_x6P+FI@CZL_z-(y+Re-_Y}$dj%Jtf;HUZ3i?O-9oKzembKPlt&`$Jt)Jg5SXLG< zY=xo{yy-eqe*5jAziofxy|S{OJ?5N2d{p_sLWxJ!>@99otxhk>Xx-*w!B3NyKzGLuAzNyQI0nzOyA#O|x3FBEuxHb$8dwqL|Lev(IC=4ED@(1gR z*KyL+Z6{xGrM3Wq?2QTG?^q-OQtiAys#pF>GrT1b{=g!=){+^C$6PlA&%>JPzCtkPkhAGefpJv?Y+QhqhO;2#~s+aG+uB>hA2_x@uRo(($T zilu`h(%1y50uk`{&#cGuHy6y==|V7avhb)L^Aup>NJ(IypY9pn*NHNhC*MS4@I_@* z7ZtVeXx(nzGwbj|*Dn;0IGMU2>m50nU<>woz7L`;{wtg<*s>5xBTZlz(dG_CB>V zf%`daB+-1VB%#R~0`ZOb&Bcmn!4HTP2g2oGtB8wP%>MJ)SVx)ycSTY!ygEnVzNOSz zqCr=5_29cOkh34ib35}ete=_^z_YVP{YfA6j2{Bcr+J55HpdLNF&pm@!HSShyep<@ z*Yh9)-Vltc{s4qT*@z#OQ1bA4pmlKgG2KHGe3Ur6`FGlHCX$4-DVp z(-O@$Et>x9MQmc05|{nOf_cd>8noZabCS#-qcNt9NYmFW%giZ)w}n05}YEZ`i( zve}l=iI$QUT*zXDl)R!DuAeGApZN3v=AEc>KCBHzLhz8nk?|tSfJWRIs*S1EO-kYl!lcIMrJoIZ4@&km$+MGYzka*JtbE^1aUIc&{@ z!K46b4$kdcoHGUyu|GhQ_hZT64^!D3!|-EvV+P`U2DbH^0&}T)E8B#ah+z&1%$|l& z_{VU60f46D`lV>G^~jT+W7hbf7Imd<3tSR`x1neL#$c4{#Hm24QYJopDT5v1f4=+4k{4@NHbmZdzVHp5f1c8|Ec)9DZ zUyIn-y27D-X3_SR71Sp6NKOi46o*MUHuKs<1MP;=o6T5 z8^rx7ldWtuMvx_Bn%&Q$?u-*87rtroU5JaMcuvfM)psGmz{6ZJ6FSjn%;L<#Ly_r@>&gdv)LnPXfaoI z`xg$N>k=Odhbc_br}l?CMgL)myA#w$kGWhCkiP}WDA*;N+bwifm|B&Mp81DYG%UV(v9(WaiEkDC#Ah^l-qSapVz+}Hd`lfdCnf#qpH1#V&kNk8 zN*9gVMmql$8heV;m4B&=^%)$+h8BZY{??1?V}0J>-I9;g*-ayB(Ki~vt9IY4r4^w2 zNl1n9&o}uPX)T!q4&9WdR=rY{_}2`?4EUP6)sn25yX~9_F=uu>U4OFkGr3}AjX>;URdJ1U?qp3oyj(ZfuDU47k_P+`^W%uH>4hY_wlsRAV0aS|!LTrW!2CXW3z z>?`R5MBcKlBM6qVtC~m?wG>8FpmeLvuG7xY@L~@ToU*SUtxu{pIj=pd~ z0B5p11;M!@Ks_Z~S#KVyODekUX*rVkr22B{5sK+s0+5hgD-%xcS1Fu5P-q4k`Glp6XFk7j;l}x*KXD$*M|k1vU#mGhG;JJf6!} z#rTjJV?kUzVmZl)MpC!GLrcG5487LkZ_OP#N;)V_ z91E1O^Mt2AnnQx%5N_tcHyllNmiY_9!SN z5Zp4|1k>#$A4HB%EN2cXPUe2UFz3-+^S5^h0U+oqn9_vg11vT^s|o04AU?}kIPDhz zxlEJkFh2#=>*T^eeR7VSc{pJe-CKOL=nVD5UYfQbv73tBZfDGbzq!bh4)Z?DN0Y7k z*dzFZP|V4$2giio@l6(sxr5S|(<4p_95>j&GKd^scBb%4?IzCR`6e$#r-90#0K$j* zr}OuY(^nc!sfdOI)rz)2?brMb%1@0pY=WC_31(*LOM29#@klh0J$h&u&LAu9rf@U~ zYlsZj&EMqN6J^9H=(WV4;Ts=h>HBvv-lKKGf*Y&TRg6MKRzw(1OwpuMboV|qhP#dW z^_&z+gZ_Hi)a2-COduRq3ZCOi{r4eIzT8F$g!RS>YrtdHCIz{WC~2hYNwBaYyrYpOw>7h5STs_~5on zqiJRBE8*7ED#s5YcIwKQ+zXu1os3fuYm1E6^Q_5a&Av#**CbW*{m_>j+*(!1kVK~q zCpPN$&ux;%eGTXH_x1CFKw6C}zJE9Edx@Reo6ayA@ckU>$KN#>rBt0ZFuWYm0EJZv z^@ji5i~@K(CGXNUx!)asGEYgBj|(a$&I>*4>bWL5kWA0t^$L5RD)-&-8{$su3%HL8 z51Rwy8c9`isR{hbnWK^tb$0FsL(AtGIOMlc zYM3A%YH%XJS1DEO8YbLBL@mWjk&2a=SVDn7jUgTJ)bVq0<9JVH)N>*`V*PAkHO5Sa z!SS=+JDxyEXw=lYsZNG~*Dq4u;+;PPWg`4BHp~mZS#Yi>U%CRZD(UWa@^HumcR{3&0vR4S<~} z-gg!HIxTtOF_MLIPb1<_MuanjZXHN9$YNeG3@M8=xf#x0Z*BVeB%Y1>tLplSd%F|q zOGE5(N=Dy_3&Ksb_c8l?RKw@6NQx>+`!4B0{$5NK+sl9eZV7#8EAIuZBJp5xq^vJW z`UWxhMmn+y((f{iQ6;0Yz*E*1&mZ^k-Irtd=EkxdE6&esNyE1~`|b?_j5><1;}y<4 zVYJ^{ZcgLuPHHJb=g7bJ+98c)%U{W~!Q}U?6K0^ho!3HIoz!m((^3U&3iu99eyAT=!^$ zm3a`K{6VTGbpZ@l#OYX#!#$uHWBIKyv#w z2Q<1_o~#G^CE)g&U~IE3Fro*-`9*E*q6rEnzxKmu>~v(#`jY!yM*ziu*2e8a%uYJq zC~qM0g-jkpFKVW@rf6opNRn%e-k_ZzVKMQ9-4xM3U>`q@e9 z>7|UlJ*@SkMiq9fIa|WpMy!gO6!S*iQ{uXb$D^ut{VO~`QztPloNn~+ezxtYjIhfC zEp)^(HvR;zZ&q|9KYcxu zDdDaA$M0Xt&*dSob?f6m2&uc3{9ZfX9IaO3R3F0=YSQE6{YYeZV{L zIZa86CRc*{8Lxne^(QkuShdUjc&ZF10C{_~;xdSb?+XcqLhgZeG517D4w#Zrdp^KxEy|)lI`N@NOXuNzu{Hrm5WgGcL-CwnejQQXLYrMsu`Vp4SuqHV@>{Fw1_-RSFoLk=$f+fFCa} z(|gEgm~H>EH;=>ufUz_*LEQA!@q8LsI{UE9v4Gh@m&2E0x&LG7JeFJ4f++ey3`7n? zlE{dhX5^eRUw?7EH?yj26>z$DuO)FXwK*4~ddZ$aUdVm5RQYLYvVXLUt*D6IU;N!Y zvm-;K{+UkL*h)?1sEuAsih$r9YSK}gIml_%;QrpcM!=v74h0TtY#-(hOZoafcbFAx zEKEmB1h>EEJd`)Oh75{{0k}%QcVK13QAF91qjaXk278yp>u4tgDkpOXP#gFyrfA)V zGfX#w+5?kn`bb0#L6N}>tkMg~YXus?^(P>P$BBoJU}zz*ZU{H8`8^R}>wHm0>^ub{ zMl&O4z^lr>z~i8kM%;%V2Y7iMncKjCn$+%;G)ay)h~45=^~Sl{PrZRy0WB<53S3Vq zoA2|y=+2QB#CQ^-^{0|qS_J7i>nnK)oKf%h5GgsAGXHM#%^6N8E|zaI$c|0^+3(?7 zU9<3;>_hnWAYi&+;f7f$IY$G^3mE?%7b5&QYyp73)a^2&pmCZLbArZ9Ra^rL3$MV| zc8d9j2XKC6Cd#ZfX*rDb_9M2=U&$c0=FqJ8DMj@#<0ND zNl};+y4}YxZG5dc{r;)~IiaH|-vo)R$sOL1!8{wQY)f07uPA4QDN8409rd6JzvOZI z{(B>Yvr{CT0JgJtgiE7glLxLVXS1-;y?+K(^KXN{v2h77e5R{)Pds)wK$>_?yQf`_}a!C;is<0D+C z&CkkMW_`!W94SPmdag}|QhK9P*VONzAD1O4gVn)@w&~$$K5E33hOj0M`1f#bd;SPo z%H#c|5pPdkwoBAB!R%ZtJCy=rwtvK&b(gTSB^Z#>506mhmOL3gi$~=DLOhOYGzFa= zas}!$@}5y{4NQ5Q>q~`X6e!RB(sreu;88a;RwwjB_83rHrpGXTZ>D8JGn+zUe)m8& z3M2j`htTioMrN<3hf|%0?4FNQH2|5vlBr zKPUE%_Fxo|eaP>FHsmM`{-NSmAs+7J2JZk^odq|N81IS8rqXw+KFBYbP;I-uF`dOs zQ<%G9XuLkqas9mwY!7}kQk}rVsEm+^TS=J#xp%L3t`Y5j=>*>g^OQ(KgriKc&{%7P zF4GpwTYwK(a4o2)?ffz_p|Pb7wN#T|c6)x%iF$?f5$7Xn`to8V$a>cA9vs-D-WOX^ zm&sn|_~vdz^ih~v)3>K3|M?m?4S}A`K6am>& z54V#cAN%B`JGWI%Re0X?euiLwhZC;lgjSq%x`uG+(>y)*kAu>5qiOBPvd{qIUk8Y| zQ?tFmmt@G0=sOQ0)dxop0Opy}WUf}8Vk&og))tCYzCeiba2b02L36`G^7qw7 zOUvHJ?mn?drfaI4aTX>c$sKpsfwvWEmWeoj8d}B1YZY5$Rx?+6Q55~Mzbob)8Nbvv@$usj?Tj%8dsbLhM;?_1F2%DrnhjeIn=w`=L2AAAbmlF22|neIya{fQk3 ze?MJUjMJ(Ei!u|M^^uPzd~4H&Bbg zHK<`#idY}37z3nSTB8LeTBp}*`7Z7sosr$Z@ydXP=`YeVIEx-&&@CLF3FrwwC*)#} zgUP!CEmr0bg&0oDpx{kp3@a$m;NujPHJ$Y#@XzL`rNbAXMLmoa(g?Z7rx^>k>vL@V z@-FbRUpjrsN$MK+gDOcPP%QWz4=D76;0T``oRVoYd0LiNj(F}#T$h1=jmsrTrwKZW zW*mONu)yKIzX{_K^cwJC4Wi_S40;4^-xH<5vs7lNk$tV@Ort^dDaa2TJX?esv?RYv zwTcAMzo43iYo_J#J)aN*H-44i{z4^A7H0>luj+_$&LYq<510x50Or|Z0zjb?ne|M+ zfDc=7R!f1yn{AI&w4|Z7Q_qIQ7Pm~h+aAREC$ug1zK9e7N#6G>ioZ}_Mtn}Q(AV$r zr=)oWb~os$Eny&GOn-P8H8(f{&N!*47l9`9(R>`%;@+O~CM@rzrqrq>6(x6nO>U(N z_Pb_B4L+pr5ehFhQR^z$s> zyzRm}4AG5pRy{?BbtD`dKlcfL&$ZDO|`>_a%8%Sz$sa#_P#J z5%^kvw%K8pZEi7idD6mUB~j*8k`3pVm5UfarjxSvKo9`mlMk1rwJ?QSSQKk9tF8{xmt@wGk_tQqa| zxqSClsyJYbO~qM4nHmxhMZAniC;U*)=bPx@H{7WW9)49XiEVjtHpeY}kKW5NADDHE zK#{tuvY7{T!5!4^5F?RnlAcgp6`ky#D|drtZHb$ffS$u zeB{b=k5%ib5MSX$X=EA{j*&dwVtB_i!J&^YI8Ih>mX}Y315QB$VsjJJ2UvYeJ|M2!C18^|RLsu=7x`Sc`B#Ae7kl z0N_vn;HR$aFdg`#v4-IyB!_Ilr^j+zG(Bnj0W>2g=48}zRbnGcfig0kh36GhS82&G z-Xxv95iMbAQ3jrNRrP2(cHrQSYp6vX3dLE|`D~uDA>Gs5ltUHu%=M_S{8@w_bb&t) z*g z&KheeXqdN8roE8ME*XAD2?)SMAH_!zGe7)@rw8^EkMR`WL^}^xqonUP`%C;vYJXpH zxU*~wkjVj|;G4-P`8_ai*4OXJe&EJ=Vo?;LNu!d}AP!A{(xm)RGrDkv|J|pX{#H`$ zqPK%6>AozwQrb=vSabHFi5?wQ4Dfx`pPba$WmkvfkrH zFMxmQ1@9rN>K0^-za#o3WWMGNZw{funqkh_l@M~8mi`X1ro!Cs`-0g1O;Lsf64ae= zP;``@a3t;fn!9%rvk8BQH5lOrsC9OKpklu`OWt_B>@2uTqMqUeagSp?1vfy>8+~P4%x;ibXV^>-EV!o|*2L?PD2K_9<&-Ss0AL7nW zI-3zgf=fIRwjd^oHhiPg`#>x8>B4h0-KJj5>7DZ0{LTGs&MKeY!&F9U5zyCEpV4#D z%09uB(k~*#A>UI4GE4s3V7n6>3~?v4Fj5w<#1ZiM0;ht(Jsa3bGonXIF@WmzI#oe; z^EK|9{zaq;w|k#k7eqbgWGkoN;0>BCqBxt>=xr(@)zvga(}_RPWa-5I2a7y*ec%Rb zWQGbajuoR}r`bgn&UyQN^+$d!ZTkiZ$Fx=bQpreC-jY|;?>xT!;>If`ru-*!H7|10 zla6}{vzlWzit7MksfDkcl`SE_1kqm9K&^?z##_~dNu5uZeihud4K40&{_aUs0Ua?Q z&QT^8;z0d$xL#e0EmO&W`z+2zJ~oO3`OKu2m2DsCV)9G|6?ix-v)E~|xS&Op=c*R8 zw?bqod8>cyC)3p3u2A>N_Jvjc$a80L)5;qOGbfygwj1V2013A|Sv zx-6F|h31Vee5~Ee)-y~aL;~S&WU4W#tQ>8?Kt>)Z9XtdMK7#q(&` z{liATRdte)B9RJh(+99{xgq(H8Dy#pfrZF>9}u~|h>i86Uih7@T1&QK;QjVHHeVRw zCN*|tAytc24v1+tImb@ILBWj6Cij*Ru@sZDCZR>=W7k2ziM zPGa_I1Hm`doTBF8Cr~r}JfdAr03|@$zuX>IA$+3t@xW8V8(up@e0_c{tlK!LN2Kh< zs~YgfGRx!W;U#EptViBCUuuL^my*g1S=ATV8UXw#8k|A$HwLF&NH2|7Ga(rO)8pki zt6R11ZAJh1z6wJFo{m|EQ)M9|iYsH*SGpa{qUt&I&{8Ssz9^O#QYnK!M#vWi!q4%0^*txE+S;%lx`kKO?Pqz&^jC0Vz%3Ez2JrHC zzhOH9Q<>unD@Q6_(?~<#!&0G+zI?d?&D~8jap4 zLAK|Y<#4~;s2M0+=jb*!&uaL+Hk;wr(;pnW##m$(y)3q*?pwTqMO%5AFKhHf4CEv4 zCHODmT~zw?5JR9REk;2rI`8br$`iXy#~`~Y8V1hER(A3bkwAFO3Et6sF1p#k)(Vz*4g$lq7a%5qCbv`;-y$>=Z-H#KN>qhrq~f)UYN}5LKw)$JQYn)M-c5JVukYd46jxz_dZ;wQ|uGkr7qCc`H@*sr4LfVL! z4f=Zd$CZYEOBdL0 zk9OoJ2CyRhihC5N(*sK#7<^&`zoYCrz{ z+L6vLJ${?%%;a2uFYH?mLW?$}Nx=^6Gea~`4Ypp%LJV7fbaD7v6JV(G=ht%4Zx(SK z{+5mrP_@1+U9vxi0xUm=uGv^E<@R0tQg=_w?H-4JD!P<8)MFJ~&x&E5n&8R9CaK|9 zC!szm+;W>m9`ung{3#6Vvhrn2$4qSlH=JbB5D!E->tI!q#iNv9vf^qC5d4<`-($6YF2&n_s<5WCgWC z{3bA>zEi|W}|o=zIeJ&?XFb_y9j zX~SoT_%f?XLdwH63TGtro zrt=s3xh_D@)9oc|ew@uo9fJXMgHO<#?$@_>`k4i94`=4*#9OT-D02?ELgLOl|Ddu# zQ)(22R7V1JKdkdCloQY@dz^u^v@!ms-EQTz-lTK3ZTCS^(Y zYl_)5F~S!3c3(sduuMmUWjMwZD7=WxWmSJ74%L= zMZ!Q>ER|6lpxylvDO`GCeQh*39PJ2?3J8crdu9RqupTBtKx zuGtveIc^>+=2e*f+&iOMCb)fI1M>-a0Y18Ks~4ypx$-6JE9SX~`*`QmIpcSTUDk?YF@`Xq zAN6VrVvKXMaNzLYj+QLfEfo7LLvSXMhf;6?k0)suHhz8^vO!DArTyn3@%r#yW z3H=J}SD+(Qi67)iV*^QAw3-uQh@SYXGl_{=B-}#$aBvR^Ck=-JN+mo;E`Je5$VZ-bP?P{Jqh7GT4xzbSqh>YXJM>XB0QbHCQ?aq4_{ zlgpiGVDk{3J5L9)KOTJK$^hoR^v(Xvqgm1HjRT1Y-HNT!qzBSfM07{H<6^r*jkp)E zEp;p-yW76UH`}=9-$~c%+!OnJ{n%D64sm74gEY;|U}wq_lgj&h7DQa-!UsDpR_;I9 znIBY748QFKUnKr{L<1=}0yfh~ikwy!H%fCB6~i0?>DsIL)>yJ1YJ%%F0#X_ih{C#s z2sXuJIB)Cn$m4I%lRqDpLNi81cfA85bdOsv21U7rcIk{|UG@3Zu>SB%RUx&e{h*P) z&cR`XcSc*%m_7j_>Tw7p#Nx-hdnBl_Wc8$)fMPPB+apm|)e%b9dIy$#SuCpGQ3`x% z&lL>)Iy{ai%4Sj4h-{jxE{$9?ew`AyP|;EhEbVjS6WZvSyhKc4(MFE!oI`{XQ>H8E zp`C60dMSxHZv`2$7hQ)U_cb}c1W+pYX_P0y)Iy$ZT$ZHvos=!nlohrV%*TFdrmw~9 z`q;i$7$!lg_JlaHVM- zorz8ldduWqZw`<05=Qjd?kK1u2;mKRbg|fdR2!@cvGW*v_}nE=TcQGHsh=1MdO4M! z@$!5*O}AzF(Pkg%Qm?yG*T|>b9d|!WtAp8#=TV-b(u2=^_y}pRd!`}Azi?Q>ai@7A zR%^2Lig?=e_NPX4qjO(WCHt>4PG7wL(&3782I1Fjf%y_L?_d%L2pO-YwCb3DJ^WMZ4bZ$ zz@M~aYS?wp0%l!vNNk3`g?xbBqX3<0&@_V|ht0hmbnHx12j1jHrwD5T&LPYI0yr~Z zB8=bmsub6UhRWvBsmz6^o$ABMG7b)5YxELVU+S)HO64Ek&cj*Bfs&eXH~q+``J^aq zeOZ)8?>FNbP2|-eh3ODWQ&*Q?Vesw4tZkth!MW~_zCe6l7ADt4d~4UWj5jf;*^9Y% zl$TNMLKnhiwT3OWus|MVD3Wt#H z;Li>wunHgT(nVV)b)sbB?7)Q`UEXvEQf@59*oTr---Vhhy86uwGY)@yx|Rc&ep?;0 zy?5R|@7x52qc4v{(_v%7*K=As#DC8%zWl>(`P&1&LJL?k=LkC2!`}IL4%uJ5ZE_~Q zM%n+}}V%4qQa0nAkAzDU4 zi|@I`ctA(hzVnYw$7kqIy7qDmiMM?Ter=>wGV_oovD4*UjCtwrd9up(vrg^X;ot~+ zH5N@h+o3M@qC~Lf@*&T@@N&Rlt0M3!cG*{Z$d3f9b?9QH&m60OMjm|aq^XnWN&6I8 z3Mhcj!EUj~rT+tvo%nR5GeSvlKp8jdQXg?a`(uydMxZilj*oyu0kRNHrbr%Z^0q=I z0r&qsLv*G%D`!jaJ`R4QSnSZL+@a&tBaf7q?9L(2Jvlm%Bkt{ z61^Sguu|^n#oT+Sc)9aag6#$+&I)c} zb(wyDGLx%m_os#lGLiHS%f}Y;3bjG?c=kDbcV*;?40rjuASRx0@6)IWqH_C? zeEsph1pSza{{`G-4ExPlz%SR7P{@P+MC90n&&3qj+h8I6HLu}9x{ZU*{3Xa3XS&a& z{;2u;w~4znCYB!_dAHm5ZSTa^YJ<-(O?%heW^@4dGQM4S@E$ODBZOrJM`9Hk*m4ZT zbhpritxtgL%)#?`K=v0P6Mk&Icw*%f0$w~GFK6`o+#d&-PliS^F&G%>o_UbJ2AvP< zwBP!;kSHW0cv&50-K%52CcM*i(>dE=58Krh9>^$&fiBSPC-*AMm1YSKBnI>69xW*0 zb;&}Xn<*$o@$gh5YIm;mPO#-5ylOYyDaM$M{glC6i!NggEqo?s!ZxLhyegK@C1tW3 zhu^Ys2_gPKN?Fa`M_lt@dmEtp%-JDPZyDDaulkHMcdj>?PZS@Ha;(z{>q?J#mCXK` zns<-mV8UZUfDalh>=%MCt?=10)tyO5M3!u~J#x3x2@7xf0y@tR;d6XE9;FvL(I3y~ zs%Y9THHT!{!Q{o01Ify1t#?|OuoB!PT}UU>?!Ce|kiS`Ee|wyBcc)|f!75qC>F;ty z?}Qj5;Is3X&4QFTP4|j>(w^#5QQ;*PrnjGD`cfq1dPUWs46i=x2xpntbm3c=;pYd> zZeQ2=phRtLi5kf6wCQYHu&a;(*dy^F2+%tA#w9gB6mv ze(imfgZM$^S3x#oJWn~iU@;HKSFkN`!}%aGs+TBvaP{3 z!{Hv5pfgrw_`otiqpH#`xOP2T3efwv^F9vMd2mcG36mvv6bgpGE*`p>aujRYx2YM?}Esr{8VYX@1pr*WxUtSM9cF% zDddrw$eyP5A=ih)pqTXAQNXxW%}%rD!^2`wz z%M_HAfoNTgm|9}$qh4;Y;X~8pHxRwSc%AA>Mg>k{fro?SgS4QxKGP&!FGw9er3rQ3?BZ@h)~_b^|pBx}eB+~CEq1R9YEC^ho-Ve;{SosJYZ)_TH$ zc#6kuZM>~}n0>Q;!`JX2pd(mI7s}06`2(Wv(5iFW@3^&{ln`I{-uvYBet)|AXL1Ao zLD@YO#)}L_{(6{dc5?kL#-tYCA%zyC$yG$%iR{)H!+M4awY0wvm%AmsP(kwJ8vc8Yq}FqCWIDs{M2s9^($7=t%)d zbPnmD1JdIj#`sm)Qe9QDji&D1D|v!>!&+*N&Av?V8ZByQr@%=-HC85l**=@MsbFh& z|0FvC#-B_uOJeJvLH844P-m^FT@<=4oBLQTSFV{m(~u+?(0QWi8nTt^XA24e3li36 z-unfrZxctv9llOGhPKlyF|3$V#Yz&G*GO}l>U%9{yjDLkD8Z5wfyI0abnHd^OKNA0 z(U#!>mu53v8++>KP_6?N+!+Daku?YQobbnipo3--wK0)Ag$yPb#N%2}&cU;7D2JXYVneU2%u!l*Xb3BqygH|c5T>Rf+6vv|n3w;YRHaNT~=mRtErWn%ecDY0n4zve+k zha1t1^-!Qmr7hTE`b8zj<&x3~0O+u)jXYY%S~J1kpyYy=`4`-|Fniuinwd5-K?sH; z^Sc;>;ywY&L8*Ry=y{QUz~w+4ZenOuxA2#9Y5ukpISk_g1|j_!aXb)H1(=SGPDtqR zgD(p&DqTw)hzA513Pt07g<|Oa*q=3Gk7L6pexTxhX3op^A%K{Z<}{E+cSO<>R?R)n znofkLTzjF+RPXOwN_0zyNlYGvDNb$+F~-K%#_&$a%9pe9yGQ!OQ7uIx3C5LHhI0Zea^ZF{tLrGN_PO9Ph8`iqgC%G04=@BP_Cp z_{q?WnkQ5B(b|)JqB}Q^wo=|e5mmZJ&%DGuF{NnPySC7&)|U!^y4$YF#;EJ4{axoa zs~8wRw4hGr`7y9|CcIE&m^Wq2r9Rv5ZQrD=LEW+BDU8e7aI({p_Rt#C=H-Se(=5`V`UN0EyVB5q9QrMCkit= zdgK^%Y3->#${(`Qi65)7BA3vmJi3bNDmO3j?5f?D#imIelr9i=x~`dI@_Zn7Sm!|U zZT{GmG#Dy`a(ig9*W6h_P#VI5fN;>;I4%i{HO&@-+5U2Vak}XHkfm#q8T$iwKwwFC z$n#Q_sb_4x9xV!z0h23>SXI^}NKLhQu4n2BgSI zn`gzWj(Ps#7lT-J_MEKCE()bA$_*~`VIc{jf)}VYy8B6vJTYDo^t67UfnUE(xRXEE3|29VP>J zXjS&j%yF`Py_P27ET(!7X7NGJ5N1NujJbM|1R-n4q3b@Oqw(v7kHo7JKL~a`3JJaP zjZF+8DREeFk8~|YunyI)gvD*J3iz)#rViphgPwX!C+UVogi`)+7YyqHGXDMFT68`N zo$A*nL7kmXaNlO73u|C-!~NVl3VBE)yI`gJs=3}cvn(OoDh1o15}wF3yC88m&iQ`p zL9J<;ojvyQ{K3XF@B47pt~7oiPb3XwxZS25qq2Nw%X|2e{ld^M-xd!QX?uV$L0uM= z2Ni%|u1{3zA%IUW! z_r3Ue2-)m;1fM4;4;gXfC zoiz~(Xv#^}csF(FXqe;W~OyXSRm#Vl6;3rF1W}GUHG7gu!$3 z?Y`DedXLK!UW8K)vUD;M{tBoQ=rB>Fpjd~}m$?Xbz&imKa37$131UJ9p~U^;Ux0wk z2v#l#+@Df%vMPT3f~IrlV1#yeLhMeZo7Rwh2@=ah`hx55dWLMkaBG^zr}KZbLMpw~ z>>a#{GTJ%m4Frtx=G^7*#wQ@Wfv|s_$p=cZZ+)l^s$_oIcE&GR=#195!dI9iQ`W*& zs)tWnb8W}S1^t1i`M4lq7HGr&9EUaM&^vfG*oojp`7zXyEH3vL&xOApiT7#MX6f4k zr*+MGJ8Y!md*?gGdZqu$^FYKMCc#5u_5cyemyzyt zFy$0*Hq1Kwa3cYaoZWAN=EHei#A4&9N2=DdB2;`!*zN}K;7Xa5Y~@a0T~Tg$mw;IR za^u+(xbDd}`ynlj-~4*@x~Z2_x7{Q5zk zdn^ESsu!bxiyPxtSd#Aox1gVgKFOs0gBGkveo`%0Z5uan$#UkD^n#Z_a3tLq+hLJ- z?mHz_=ZZ}2W%0wRAVtH_`?T=T#6xnwRzvC5zn$w(vl;tRd&k!A7YE7*xcBgIDDp!v zvydBbRwurn9JK7m884brO)d<@<@Q&GnBXJj(pt(muOkgaPVP&>`qCxYGM=}G+;Y&i zF2k;+FVr#ofbx$nS{>Nb!m$>B!t_WVxE4GdnCRe%b5^U6a!&(=@^^n*@OM!I#bJ`> zd}Uk^F~RqNROLee$}#*0)EjfN#)~a)^ZU}cky*11{8ui3v|R}YNZ{6V1|6ZK$lU z2F=kjypQJJz6r*qI5bpK`-XybLc?Zf=OdEALq9e%LS*rOk$N?dTegVqby?UswSdT}LddN@Qr3UY7wr|7oa zt0w)kbibf3ZUu$tNx@>(`Z{!3P1t0M%w5etK^4E!Go>1Tmz=SS@j#~5Oy0$Bh)Q~Z zJ%L7cBF&||icW0XiVVf_qCwevzg#VM#h~YDIE7Z_M~xV7ha+<7HNfYM`3^ zFYZf%6CF+`#);94k+-aa;9+vtdREW&J#w;1wzoBzhs9(dy%=7YZXuLw>t&mR__p1VNP`^|%hXat8CH9m!3?hvVOlk{cf$Mx=u@_cCnR zH(bQ{T#uAs?~Cp|`mg>53|u(_n(v{dYNu>;T$%yH5S%jA&PiLT*}2Z6 zN-HPq552r9Zo^`OtmoWv{#>WGS^YkYr6&f^FEVLpz1U|}uqv7$il{922) zqWY-2wPo^lSZ>q#V6u*I#)5_KE+o2y#11;8zR&0Vn6xO%Lez@@>Lw zUS3m>z(6cE)jACp`V-~4rePR|k1LxYggSU+x)`A~5n(1>ac>C+oytXKA~hP}E@(s7 zfJK1#^0U*`x9EByBV3p_&{y#2&F&0AwPEWf`U9KB2@kKy3)dg_43L}b?@679t-kF} zm}wUeLxJ+YO!|+a^Vn?=ilX2Lc|mVWis`+>j*jWQeSL_OO(aV(ym!x;u>%Z9<->qx z+Yb_TrfuW*cl*79a_dhV6BaY?-K0ce1Os3eQa=w9@3vf+ZNlv2Xy)*>yI!cmNVMl? z?&*njYNOV$cF^CExW}=mXE`3!&X+N*NDQl#MGfGA5J_x0vTz8AJ6+(M7%cS#rSOfe zU~^ywJa*FL>)?=-De8mQ`CD^H>%M%ajA8uQ;?2$aj1pE3-96AOb2IEY>4lvILQ20! zUD=|GYzP>vgUcOrKX|eHfEL8Sq3S+F6{urhozp_7g#r70rmJsrvmhFT=0Ui9k?5_~>vY+786$MlD~HrZWFwd>dv%eIsk^4|FrJH4{tv+4-dsg1dm zZ^nVZRKDTRevcU}kjx+@Gn#k@RQAa+cwJIXA9Y_3-A8xmaR5!f zJ?ct6NEr~t?mU?_GeKk{Ya*B+}?>cO)Xk&*_>BBXBY> zh}UI_j!o__C8GBQr1ABgbiWiBbAnosw!;1uNHpn3{UaI98SO|9j5$%%j78)xWSuAB zO=y-SZCZcc7Pt%p2uQw^UUsjl2?f91q27gKM7O-DJRPpgV(MnTio&CMNYNY9n$;^LT@s?*QTO?!3fAHVOTsvxb?XKZg z{Of$PmzCqytNbMxzo9{8@N8A@i2G|1)cKwE$7*1T7`o+<<9Iq`6z<1FO3Ym#h>;tE zoj#2e3BFad-FvvW6w9@zY)CffCC_$_MeiK$Pu`}mKdl z46@SfXR5+nPJ(o>_{~@)?F&kGm2CfZAyN|fw@mITtu=6HIwD4n#p2hH8WG# z52g=e1|f(A0RE^}RR9-#WoRbY4eK2*nFc|9)p6JBfBg8Hpbp=iJViWStq{dIWSDFpp-KBtWR zD#yhYe&k7F3{f6p!GV2XYX^ov>gw|HlU)o#$xNC81k2ACsNR4??XTQTr`@o}WYlD9 z@&wZW@`+g*=i-7U(r-VE`7*!cGiGoZhqXN$W#LdswH zdS^g$mB>f*=!2IiAD7p8MY1ffWulC!iu4#MM=ha-)XLjlE$qV%TB-TY0FBEdW$@|p zNvw$LG$|n%Qrn^{%054dni6HG`~5U$Z9pzxY1;TY#cXh*krj(shx8kToRS<3v;0u& zA0wgDG-}GBML9u%E~#ZzfK@>RWtLK6W;*hd-M?$pzKDEqxegrU<8wqYZ~>~#^n;%J zmJ9-Azw^g3Le`qU@&|e~GUKOD1j84{)n`G_gId#LD%%L+d}mTU@OR7=L?xVtb3DMe zF(RcvD))q__qt+fia?juP3nO!OaG={PXZ9vXYY~r2>-rb0d3RG{c0i&5N*L=0FzAl z>Hw$EDrmVmY`o&%w~$LRj8H%vnv@z7Tf#riPWpyXiT@9jP-F{f^HTDmI`0y*4>0bV zK34P4*NP^b;7r#Cj?=*`!!Z3C*B8dxxCnxRNF5VP`&^De7n{o`PCvk0i?8St4o%ER z?a{Gz`jrc%*JEp#r7)T?zeGF|C;w<>9*l5Xlgv;YgJrEhRGrzyXIvu5tNYTlq6f; zbWGIu(Osq#1cw7EE)wQ)KpWd7mNzR+bMAy9%_sDx#ERh zke@B@Z-{741Ybt!NhB+`8tp({Rh+kT1AFC&911jFZ+uH&jpfn>wP~=*%sKyFMYHg`BEhiST&H< z7{i+KuWQRAux4yCuv6raN@U+IPIe7?Rma9A@*fmj z!>|5`pGF2k-~2S5#j&193*eXslNKMvI9Wx4Ez1}ao`rjcnpC+Y0%p^3Zo-S=8Atu7 ztj{~Wkr7APi-~c)ocG#2=sJ1wmpabz@VoGE+DPM#WdIw4i?@6edJovZhNy1``|#Wf zJ!aCav90WUx9VIi9Q*H9ig#{rB#ry|7red{ZHZ{7rIO+0J%`)&Sgc)S^s!0smzrt_2BNnBR_KvCY4p;)>GCQq4Dnkk z;65zBZJhJDxA-fz<4H?*qjOWJq18y_D25)8qZ~h!@zGG6_iy{vue$=olMQ%pD+uH{ zBfh!(&!=2uQIFyxGB1+fb~}nPP&iSIB+W{Bw{1~dhFX4fvEJemuZwtV|c z5F>$@_`W_sL{k$LjV_r3U%~s%MW>f(pIRG2zxZ$Uv@W#e;H08Y)&jHqdLYZ}ojTpS zsaKj^7E>GSQ4@xodof?`-I4Uv*3zAAJ-mSf58zJtD}rw}UrwB7ni5<)SJN8oxCb+< z8VrAAj3gvyhi<)kq$Tff<=$-_v&-p*N=brns7yVE{*{{c+xtc1v+9(~4c4v_YI%9% z9o6T7ImqIq#qj}=_;uSF*U8=_W=Kv+KGVZURBNyaz}2zg6Xqw)s6!=w3SE<9+9d+3 zbPQ81ae)WEB$q?5?f-x?gwhaHkvi@&e?+mp#6)I!-UPO1SI2Xd;|WuzG(iyqlFgB7 zFOW8t!9@p3N?QBRQ&ZbxjdkF$rgc=j$>#(akXw67^tvWyY$*#b1DBAyhh?l-$^zRg zEkhsffxkN6HC``{VIZ+S%%$zTMc%lNItb3(6JHQ2J2$@GB zsr~=uNUlZWa;AxB6`4-3c=dx{)*Hi%H_I;>eVT9O%=Y*pCg~{C@%RCVcLDdBZJa_0 z3%JN2^=YO=TJh+u1%Mp%b${2aq~Hp3aCu~JR5%Oa{~o5@_!UTX^_kq6tQG;;A1i#I zCX$8b2&OKTh@;S;&mk_*#aYH{pfn~TJGSmX%8|mQwI`!fVivYv>S^*Ub5j4^A+v=d zlM-77Ss&joy`s+WO$sc)r28UA5BXK52OoWL@vaGQxEYpe_Gx{SkEE!g%!Cu^wFL=y z*UW=s5Yq$T)$l4(#+Lh5EVc1VJM}>UZ$HbS77zd2iNbnGr9lbmN&>M?82n2GLNKq@g( z8FJU&J!>55Z%@kJmN{T4bvxg;`_njt^?VLrExvP}LF*@WaVMVUvUp&)Ht}`_Os$85 zB8@!&SU~0YEF&U`qmaDQcTiTU7!y!g76*@oAtyKjU)+V9nef*7b@*$nXGl7JL62^a zh{H#glONN<$&bm#&qtGt@2Zm9B+v+RZ}X{gU%k{Ph1{dw2cCkvjdGn+Bf(TRGh7L7 z8>vq6rqwk9l(R9C?_^N!xPX*La~E z`NtwCl!yJotG{2vVq_Z3QiUWOq*rMpq`INOy~8KwQ5qDVGd?l>jjI=_n(Uc8vdIq? z@=vn?X1 zEPaT)Yj@v5bi(ulFx;ni#&`c7(3QJ$)gLnP2jd|U~7&E@^76z!E!kK^=Pi-IN|PL7Q)eIPfU#J3@f-Dgu= zZY&uW+o1jcKLOw;-kc}<@M339W$6D$&PK{Tvwq>dKl97|Wichm<;_bl9p#TJN&2sC z){KXUdYo2qN2@rK7VY+0o*CAQbzHRA2GLdrG3H6$WJTz?wLOxR24bz+3Sv2zOskrG z$@LdmIf_Swij~_eCQtPwmS&+&=JN~fwg2BCtz~PeuhT+H(>8th<)RC*gE8d;H4FQh@chPJ$hZ7MA5r!5@teX=)WO0n`B{ zah`xwi?G$bOvYuO&9YE87is4v9Nr>ez%w5zxOLkx!n{(;8&AJHbswjY0_F#Q@_b-n zi+6ID|2=Yt<_;XC#z*-bWnGpn8{3Aw=3NEN%ooxJuY&D_l70(;yG`ePxAq-{52+iU9PU7s&3b06|0Pq_k7i z`GKc@Hj4Dv=D}17K!osh6EJ^cd)i)LLfhWMjL2^d^lDpcudOwGJt`R6q0@PF#l3dh zJAEou#;F0GWO^XkakTfS*;F7jG&W(7y5fTk$13u#y{O7JTMf%>nBN_VxGh-z26wms z&y|!6V+_$~KGR%eXv=JKL-EZ4vi>e_wdWtI{!WX3hw&|2Qv4fJT;ylgOjFp*I88r6 z%<*$N888g75-SwGy4a>QP70WSu2tH|)%5DG;)g8z`YYiOOKp(n#EXvP5-lNTW z!r3)u+0Z5L;_2Cmmr~c-*3&`6fugc~##ZO9(?v|6)qFM3jvVXu!inXk)_EtWj`w^0 zpt?w>ctIOa57n#dorb}tbYZBMeuTJ27pSHPj)l}|6FPCQnPHY$4L2eBnP)jl>&9)w zx|;#moccZSv@L%6dlMX_6*eb^Kmp(r`4Ichw*+aQkn>$XJrn}S1K7j|$Iokm=?0`L zV%klT-iCE5XP*W%!OvPZHCt>t|KI*Wl7}sFd0zHl!Q1zR#7PyEq07~gTX8s5GskP7 zwk^08-MidW1J)fg@2jOhoF={`3_m~CNXMbGk|m${iUd@nz{#HQYac1jMINMW$M@cJ zG)$8z5O%xIQI6X|VeJ;$fhx|z;&E4G+Y$@q_XyxkH)7)zDTY?iaTV4;cy2;}WszOm!^&NOAlzbHM@ zXaND;=fr69WoLa@l3`}+@?nPGePDOV-7%xjbNVvp{oX z`|Q%MoBIBQ;`6&|h)gx(PkKksF?uSz-{h=#~e1<{z_^Ngj-v?FQHbIovb;Fxl{ zWMmqLN>FHl%I+Yxu9=X8%`WP{DO(f3e&Zmhnb}AOYa%DH&KA$%Ksvk2t2W~9-YP~| z!$<_JK9`nt?jhbLFu1BWZjtuN*EbbLo`8G4^p`*cQx$9=`uF5Ca0>RY1y5dU7>egae(2ms5wFE?Qh z%~{VJU$Xjt8&cv^5w9k2=o0Y`;9<`s`h_p^$avj`)Rs+b0Khzcz`$D}5X6Jbk`O!B zV_Ew_*WB2y>8xp1yd-+uNvRv3+FgF@&=B#X2Z*xYVzB7s)5`mt5EB$7Q5ZDeL8aTT zE#ixPkT1CCs;VUP8GHSHhufVxaNW$vv=I%Bve~L>D;E7e+q`8N3VMQ(mn-tp0?Zj2Y#jTPPM}fciSX!GWKURpU&1Xb35~J6U3l|z zs^Y7H0yJghcCyXvzU*=L`n1(fYuC_1uf`~nYeEC&ym*O95%pwm)k%DTE-*7U2vSYf zE#}OBra5l6^eG#W#hW_%0>mZe1=CL!r4(6XSQzuG48Ibdk8$XZX00c=uxZOpOL;Uu zqzr1pXpLb9t=s-N%&yHEE;N0PI0u$Z=0-J1Dg6v$)RX21hf!A#yA>WD{9(gIB=t1& z;ors1NIP9@E;6}yiteZ{p}M@#5MltvM4|}ZKlT%;9+*j6w}c%tDn2noA==_mmlT7uE|5VKT_GQx zoI%KpmR^xGl(E-<6&7m69Fp6nV*5`zTjQ5oCU_~o0tNrbxO_^3xfxrr8D$!I7KIo4E4TP2K={B$#vLb;Oh^=&oYe zKCy_<6pG(=ZQ|;P_1&jgE1WIlz_z6Nje+-b>{@6hJI_gO=>Jdw=A#6N>v(P@d?SFf z1CRI-x)w*;0fmS3dr|V03VZZ;d(fjZcana)u1Bf1EXXsS9!K^2G!`2a=U zJ@7=+k*=?FpE|iSJR#VW^^HIqzXm#H5=oVKn1#l%(9g&5*L%idf;#poW_>4@Ie)}w zNj3VB7R8RMNjR-YqA3#+_r801(fstv&UW>Mg;JW^BuVKYPvm=cy*pzMT($zfn$EJQ z1kQO1LvNZVJZNO@^!mW*w(}f*3Qg79H}p`SEAnok-lVkevlFHM4wk8XjXdg)&SR_2 zudg{ANzOl<7TgBe*~$)5%BB^JSUU;!Q+^(gtSY= zEkfKM9xK{GrIOKz?BfwEO$%2iB>XaP1%q`7gK^%`8$ZT_jYfQY;Q1JUsY+~t&Jj+k z#O|YNpg@Zf4e*i!p8qnrclEbw<*YB6KDXXFS0_WK1;Avx1+$9pR>|DDo~d$ykLLz2 zH<@oHP3{F-C|-;MJxSMPL!jB@GV;8jcusuI*%Yp_F&sN#&B;By`03+Y5!27*yHN8e7eGDN5XEKfhi{I>jah*tVq9O&6@Vt zv?7=fAGpKw!D{5ZE8JHC5%?1$`{c!6^cNku#vj|qlf%GigWH{l$G>02Gb!Q{{=Y@F z9&nI7Zp}p=G6ts=lTFE)`2O#X!@-FIoXuNn>c?i!$d`M#I;Ic8QQR}ic9#mNp&69S zScUT1z*S@9o)+Ul;N$>5K)}C5cFW*dpq@@3<%Xfq3QaETxNCm}@Ee4^U_$& yPE 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 WHr!dgE6}I^yIBA0zy2TO&K$Jz?FeZA literal 0 HcmV?d00001 diff --git a/frappe/.cache/pip/http/4/9/7/9/0/497904d0c8e79c7c34f95b6612c802906a0746dd9fba57e2a9d3565e b/frappe/.cache/pip/http/4/9/7/9/0/497904d0c8e79c7c34f95b6612c802906a0746dd9fba57e2a9d3565e new file mode 100644 index 0000000000000000000000000000000000000000..6326cbaf4aa2b0146b02d6ea3e512bbacdc5557f GIT binary patch literal 477349 zcmV(jK=!|5V?8n~c$`$5wVLZdx<%jRqzc3|nV4lUWnx*(G%r8yo81mNu-l-j`uAST zpZmZ6)^eMtaV!7*=fD55sd)bV=btZZJj>e5??+)&&at66_sCgH|8A18zuT?9Ur8vw zWkAo_XhLy#Z~DmMdVbyfWHP+qIaNnDM=U@x$GAznK#|0DogXA=2(@tI;+DhQu;-ly z_<zVRPA$whV#Mf^M|e? zq(9QgsiFtJ%HJIXI%PL0Ou$TAhATzp#i+80etY*OAgudpF^;Up5hnben0$V*O4cVvxMPMCAlLt{YF;WL=;4BXS4BNTDD1C1Nlq9j<&y?8 zlm@F(oIfkJ=teLEUIwS0F`fi{L}grR?+#YJNi6AVGz0DXuoh-X>G>;DsoyAY^?Y87 z;B)F}EnEF{6NBlmD7u_Ta+?e6<6%**S(XC2SoBqbk4RkUeora)tOYV&*@q>7`ZVK6 z`RoMnJO_t4_8M{~T}G5j1-rCsfL_E8#648ivL*i-k1 zHp_%{5K3UDbKD79Gc9^wBpZS<67$T~@8yCE99-dHb_juL2l-a~nLX6;VaAKNV^6nC zW~NxyqL}$qpV5ajM7a|MW#TohZOwcrAc2^Sy5g$C!Xp#&vlHVA)0CHx)XChs znBRJkUscfZtJ!Tm7%X05WbFfLbl9Y;asn~`mIGd`54xlRs_$b;G1t&QXWyT}5lp=p zyyXI6DX=Ce@7oDSsoZ+_eD}>ndD z4*4*H-Km-SJVS43EB8g!ztyTN{Qv?)WJy=b2feQ^{$XX53h{YJ0EmNbN%gU3YoAsN zA~oEbN!J7DP(v3n%kjs=k2s}5B(W&Nz5#w}$}tGvbVXq0!&R$P$6a%>t|g&QC_#9* zG;4A$FL@Upz6*^YLv?E?4xnydC|}Zx!Czpp zHbu_e5@LmrzzDyvaJXRdDP;__Q5ux>lRf%=n;D=1vTyFPrD=ews&hc&YWrBnh0Hc7 z4i`HkwI~sa9IN#nfI*UbS;q7XChvXZ!BmG;SmF&FE@D(_NDKRgH&g*{Pkt>Gs)959 zT;^nI#F@(!Puz|5r3PD0bVZv*45i8=p?h}o1-dprK(x@yM%LU%UzkQ|y`&6gxi=no zxE)6sIJo)flRTJ}F_-B5saCRY=4i7GZEah*G=i$jyhT_9B)i}sf-Wl++h&B3cfRuA{YJxm z9QskKX_@-ksUW1Vce6mGEJ|!bs`3b&IS9xWx~@K4tyxI{LNWp=#5gR zJiis$7e?$gwfY@fy&fg5|4go#U_=71t%oSzZ-VHC^hK_G=3 z5JWcP>?q@`z;DD`AO_zU&}Ie=Dm(a=GYEv61wI-LG!-cA9!TwZSve~#{vLlC&bnD4)T2-?o2vxe?rZHR4Z^i z^Vw~XMTsTx#$y~?@N9MiZ9K?HfiXDHIQ@jWLDP5;)~?HT1!=1Wj||AytG%s-oJ2Iq zjrwGgu$CD%m6?3h2@Uc~Ctu}0PwZNLPDi3A2U6)09S$D15w1jY){_-Z&~Yk1y-5_R zv;^CUN~~W*kmm`WbcH(1XW|hbUyHak&VUYuBw+)%aCMwHvt|Bu>@V{ioC%T>t#+dF z?lZf{f}o=@t>Vumt~T-HyL3H_Xn4GsMNMqI+YD1S*WpM9JAPLI3GxbCk|mR^mCrcQ znjMj&LJwG+p~dvVf6VZdLy}Rd}?0VLGf+a6eopVT1ecW2s_=5`}E5Tj) zTBr4tEy4I`%E#`1n=wR=ir14QX^(VvD1qIv+7rqvR%z*W`rV`~^7-1euvAR;4#8_a z$Nm)Ot5~m$B~S0w>$3;wb2_vq2`Dq#S%|d=AQSoye44V}Vkwl5$W@jfL<(NE0JlWp3wCo&q<%h0D zFg`J_ElCK$vlN@!u1OzO5n?}L}E3t=dP>J6Bb4N&j(PH8iQ|DI@V8t zknF`m14476TG(w_9B2{*@~irK{wbLkbfT=V*`j@=N6+NY{M$+t9biSRx$md=@hr5c z`;gJ}SUFq~W*C2rN$~l`F$#G|4TAXtf9#!*R2JLd2>mg&)FB}l4zGHcLD5^>7!#4| zE~q+JJ*x-(R4FC-rc6bKQ-*R1YwYs@&wNah2wKmFjj<5_z;`a3pIQS1?wa=Bg5bux zIvS*9ww1<#wEs{utHr1}FER`XX;IMpLf>TFeM45%`3$&$2B~{F2>e91Z+9N9TMJ1>tnYBi^iYOU^t$Yl@I5H8at0T`8>`9sn~bHOp0wmdMHIoAlM_*{ z2Zndc&Gi2AgZ=WWy`QglieJeh_$3ml{)_{BF9i9s2o84V=6l}0cv`gzcpD_~ZrQ+Q zv#|<0p?V9l?eE2e;wxgI^Bb*FBf{O+cNX#u{FljZs4qN1BUI1vVVS@iG$E(B8VT~@ z+CRW1lr_jOgT~%3g}T2prZrL8S{%*nO=H?@ zyn+>9t;>WPA9Y&r!C_)gy2=}T!Zt8qOUPETm9lr_vR{+*Sin7OkR7~LQ>dJ5q)_*C zh4BQC*!QJD-B@c6#xhFtUiB|r3(E7!p9#!2Ke#_^8a~lpt=5kl@4%L+9OB%9{IV_< z(B&F>9J|0YFc-;Oa@SQR%fK`~_g#Nk++J8K7c-05#8enV%-iVZb`~A@aCWG&_(?x9 z04OCe!@tn)k1g9dG^d2YYp6@b#mD|~(syRIc&K^i)AHS1v~sYwwUX;dayZEATs^G; zlEg=f1dVQ+AUody~7y<0Luzh zpNM>^dgFoL2}L2a01Fr_&T|}5Qi(|5xK14>X*!2cnZB&|r_%tSuO99HFa_cO?Hy|$;3{LQh=B9#qjN$j~+x%8w# zGX(cViZYNLVC=C7P9FvW8A??}a)z+FO&bM;h2$k;zzPpVADmIO#wb++8F$zk!_&h> zu^%XjjEyErr5d7$u$lnOQ17mF0B~UHx^0(Pehq)Ql@|3+rYFo>@0eivp>%7Vg{T_}Ua8%VXon#pV-}qDP;G^H5eV{y zzLSjpM5q2>YqZKgS&7C*JDOcW0qYfJ>NLFF=(x204P@8d!TcOtzHTFNV-q06z)ww6 z^s|EJou8kJ)LYH)RuTt`7oF-9vhf3x`w|W@b#0OWT@}{y@v@lRM+5EeET3Bn-xSy5a zu^J3jLf!g_Cxd=Mt6O03%-*}PvGV>VIW~EBbf4&71)p?ViPKU|({U=p2>DiW%Ir^K zAiSL{z+*Y>cp-N4m1aUY6yBn~ZvBc$oB49Yno@YGB{tCFBjls1t3~seUa61X{ydb%_6JM0C z-vjOReRv`p#+#v)E3)EgXBpz;rXfT26;8>ImA36_mO335*Vs!e@L}kuFsySSKfx9( z0Kg`vyH-7MuH4u0N;lc;jy!2bxge#(bfDa}&+JX4^Ik*bK-#i?-%HJ@2-0JD&&5x@ zZ_lFdDWsnFLGFYv&*o_pCA||)7g1YRE_KCEEHZ%l?#*@N4VpdExc1D)td2kaFPeSE zE0q0;sULm_sx~(*NWF)|Fi)w5LH_#;OGj^d|K;BRMFM$^OHes0PfPOYMxV)}TG-V- z&G7<^0mNf~=y~EpUgaoB4OG9fmb#H~!GMxiiVSJ+!HIhv0VD|4^1}qhj9ZOk|C*?CeyOsZ<}fW z;eJPxDlZ$@6}+annXb2u30T2lnd^8+>0Ru}2wd$^H2q1Xa&vF@7OLY`{Kt$5Y7fqA zz+TRMT-r;zLOE0opAV?bEY`z6!1|qvv&F0<2itMO!CczRn8IfG%yFwG?N(tNRC7%U zPF~?kOU0dL(PgTtH|Cq*V`WqgN`slebgA;xj17^aGn1wJ<7|JG72Dt`RCMRU7xJd% z>d$#(>Dp?uLDv|RiA%#*Dh^L_PsgZ5(#m}ziyQ&w0*6il_7 zv`GXE<9K~8%Xk6|1pd4@@;>mcP5a;iIBU4OB>2mBMO`G)G%B_785Sqbu;iIqqNP>DWG{gJ_0h6xDaVTh<70 zhX+mYB|l@XJ}r&SFV`W>7elsIZU^P%r&;rXG`dPPa9_%t`~xPfA+hrW>pY~NUVzkU z{zt)hrwwCYw@2leckGd=$q!}trN9-XUwqD8oPoLK#O>JgN~xB#&McX!PnWY5t!Id)#? zE!-Ld1qjtXI&*i*b~|-f6zf5~i+e~Lp%t_XZ61>D(bH))U1z$$j@i46m$eBoacO}k zfqf=d54@Bi?P*Y?Z!j@G#I2wbyS~NUJM~~UdyJ}!mp9Gi7?GzOME&xIm8EhfEEm}^ zv?^!PS2E%}1v@R`QAn&{q%F88pkuId2LawCP)VLVmae{Kv{bB2PA#Uk@;~7`$C33? zxQu;eA#+r^P36_~F;gdDujI$)zM2f<&U+5B8wkJci-#$YObuTvh5`B_H6gpP-pkgB z;w31T5VNIN4)-eK59+NPvkGF<+|TMPeEeBdDy@FD+VtOB=0B_7=y8v>^Ya8@w|#~b z#|ss*A$&3zC!NAt!Afp`V{w2-IMn?Q-?8`ibOZ#LxJ#UiwW%S&<`IQu@@gyZRJa?u zGZ6hJ)txqGcO!l^h%}zKD_r6=y%9;8GESi&u7>zvh4jG1xR8rZmHPYul7=}UOsqBl;u)XLNF{~lvqA|!Ytl~jzlABEFnHmW7o;k z!l3x$Qx+P=rkYG%(3!}p9{}0951}M)8O$hl7xxKJ`q@i@L5wi=LrYvm!Vl6g*3QQw zDfuNi;hnV>rByW1Q_q*GcAx9&YMv@kB}OkPrNuaYYRN^-VGG6Ai69>RT9_Tmc~%8b z=;JyGiO&YP0@~AIirUsiZO*OFl|9&0G$b;|nsk#gs*z7y-WoZ^3%Z-uK}*@6Bw~~4 zRjQRw2CeLg9R|KaMpw+6(A44R?=QHzz0N}D9T1R{bzrp?ZZ@ywlbW%ON*E*&Ix3tl z=pnoN3w2L{iR$gP5t$R%(}Vk{be`erI$ zu@$Fj!g~JIa?0z7>@#F}CE2ArnRShg{`9p&;*@&#{636|GeJC7EH`KX$UfLq@9g57}#$t>wVBdrq;vtN=HX}C;z z6PF#kTKlAb>l2d6e59Tgv17mNM-bR=5z9E@pYrR4mRvM07hUlw*akxs z8@SB9bbeQ&aN%8)*A-KR01FK^FX}GRP^N4bUe4E_T<_IqM?|h6Tqdpsw6$^YrvQzt z7oP|bqwi|VpSUS|?K9{0w{Yf?Z&@z;$?^IIGYrHiVe}Ib@7Pb&k}fR---v3kGwDoh z9SD(|Cv8xp+PDfq$fU}0rp`I74f}UMXQXv1ohRAwt^pu}9T?|1?JJhIX%0}%c%LQy zQo-TFqoXbFa!9DL1oBd|x_SdPD?@4Vbp-X=IoegkXmAUwVb%C6XDlmzib&VX4(d4Z zhyM-ui%|m4Lib$fOMqpk00y->yb)lXs0lmbK7$4ZKKIq7FVjx!#=Cb`P(Yt|hrtrR znlG^B*J!OF_YN&9d|ZmZMpLR~vDMSp1W8PCs`%Ej9=&5awLd*ln)-4R2AyP@_{tDw z8__mTyxx?ki%Jmo%MiNnIr!R$G;f{|($9C^0xNnxz)Q_)ovaTPd{O3!Va-?Aj&^6l z*sNQ72anlHE!a+V2{W5#(jtwuSl&K%6bcqsSd_^#0{M76uKJ2T-#Ni-c3nUn@Z!5y zqR8osznD>>(8M0gy_(w;;>Cu=rhOibcuMQ&i5=ov6R^GJ0BSCD4?fS zg;x=VjpqvP%F6Rr7`eMj%Dl8-zN^cd^6FW7KYYR2gP|)3Rf5kXZ_ZdM^dT3P21C2J zMA*`68nJ7_W)bMkjfZnX7vD=b`k-UdQeQy#kObC#K1 zcV4n+_utYAy2L4WeScEl^+$wl$Iv(;R@(dwzQ zkEgmXwxe_xvDSXQo^?-FO2qI8@8yI?1gL&cOXLVwV@!Gt&Nr^lR!5&5 zCP2C7*-z4{wz3@w$m|QMz5_>a6}LI!i66d?*ND7EjrqJXJfI<^QB$cPR>5Y2?cF!% z(gi0X(_>osfMaqU_ZPzbwx3g08|5cR;gU^b)^-{w-zdtvMLj*gWSO~o&N4N-af80R z((vZq7!kylex1Iz+}RoNIw5TnFgbK@1nv77EL~D}&eD?X+WWIem1?(EWY^9F<9c_cf zXobIydzfGFO=D!~{D#XKq{!sceeydl{>|mr^AL=uvf9K@0TmdWQ${=2^C???=gRYb z^z$>_@wLe>XGLS*IG#ypCs`_!`;x9;4p?>Fy0Z_WB>7NxcxZzr_sM-7i=M3QzO>Nd zM3!NbF9&r|eed-L+9$9s5Q?dbfgc#=`#OG z=ll3^?#)cSg@E3e-{0~woT?!>eowv}ueB~-+rIw9M9?uv?N(Hbo#g1LjE@;?k9%cb zk8M?bwbQfYQRvQBDW98BQR4dBmz||>-n~O=^5F32Ue)E7@`$xMl&Y_|MQig9IOP+? z9Kqa}RaqNeoI%@ZXn9uSbYk!oQ}Uen8IW@@wOh%lny2c#ko_lUPS)X6Dt4Xng^=}x zG(6%W`(?@LR`k_Fzu%qu7`wEpS@RruOkZ0MF!Jgr5P8lfEK6~=1z#!YfNNy;HAQEK z0>AF$Nf1!*k;go<>+4GB0YInrUJF3G42Q{9Z7k$1GlRV?7c0?tdl}y_RDw|G5Yl#5 zAp!(|t(0f6#RKhG{m3>Ma-2-;h_U+?D<;9ISzNAkBb4wE&#$V(XXI4dL@BwZ;UFep z5rP&CD*Ux=$;R2q-Z+emWw8Guc$Ft{h`s?XydKgf!;mofT<-K7R<; zPLwImtTqiebV0;ys-`4)R7~;7i7=u0@;YUZM0#~qT+BOx!6k$xLqXfWR-f|uF>6_M zM``qU(92hVPi$1@}ADhA$z~!3l zlWB(g#V%NXeB~URGRe673aX45FU_>K2foOm{dwZcZ_OuN2T_Od$_ zQpr4eBQULRgaFx0awS0pXUYo-#T)qiGck*;!QUH1)fsf|ny~v*;BH!k@967vre!*c zxqxf>%bkyYU+N746~14V$kQsq#8%ym-#v|J7j=~eQN8;cCz6A4|ekQvEC&!&bqyRTV|d}tJ$rL z%Fc1qR3Lt*O3*kUp7c27}*2 z+=`Mxjc;xSlcVO5Fbroe=!1=9{tQ>WLizyGzoX8g>aa}v>^(Wa$9w zaWpnr*nO3Lm{{67?`GKn@VnB)oSUF_Rnsa>D%L4;(|He=Q_N>%h@g{>uTVa6v~PCH z&tsPT!Y_P^XhOTsTueAK;G(TB*&f4@!p2HthIa4qiLgGjO2Tdy2qJLcGH4|30)F77+Ni#Mvs++i@wIRKr-a(ppHN9V?z z_57^5JeeJx6QX**K>GUxV_`)NJmRFmB}q3+5thD+XjH7A%-Q2b9dh5p&EAr&hQ{rZ zxZ%0Tl-RC;ps+8O7Mz(E6=#556fWZ3CHYsZyz1 zRAT6BPvJ!i*8=7Zy+V1&mF-*_ymRl8EMoiYx5L+oBV6Ea2CQZ&I>(M=vq)6=8A93FeJ=kfnLT3F z+X2ffa^k$+`6|phAP!U8YWs#Wdu}EQ@ zGc!#y{4i7C0DBFqy~yCKe9^vP^e?irG!|6zSc&Gd#LILjQM12|>gkN=AZWXI69s&R zJmk0$a!)Mw(mZo0-van}KgoJG5el!e6)Si);flk0$JX>`=__zuS_`fS2ovM1E&=S& z3b(e9*1sh~!VtrF0_8k>>Nk80AH~%=-YOwygn`vr7@mb=&@e6eKlf71IB<^ zp1wh5P}rY{&57tCvcDEX25Yz^^cV!-^#KJJ37En4Y31H{@xqAd&qvD5Le=W_<60#q zD3X$X2XC%1pQAr;F{xkk3~`Z|$NZj0@e=mY1*n5a)9H=5I>MD0&9xZGanWllxA}1D zVJ6eOjo3bqxHZbeZvh=_FKW4eJ2<9`^+H{^Mq98=BhgEWyl>0*r?==tenlOtulNdY z0#O_tN$+h;vnRayV#HyKi_c_GOIQUN8g5l8I|CX@q-wbix4TS;BvH8;zF&w}fAN`N znVj9-+Dz=Fm31yUo!)-~k>nZP*Vsb*y=POqcgtc+ow0PlH7vB%_M^!=9FHJF^2aB|+j<wH|`cWzl9{b$|^nF&E_{;j zH!C3%)%dNYfeq^%Sh~eUEV>1W0D{Y~^_g0soC2|~8S=SL{M_`g|JolT#fk$1Ep(bK ztWH)n=iU|q>9JjES_VIfrPwB)trz6K@auI}C12N-X4S@-OYZW;^wGF*Ad8rkY(sK# zotQTV052`rQWb;Hs>d6s{dz&t3)?_#L>vRVR=ROG>)=ITjE~@w={5qEj!A|QB+)M- zj_#^!AC?)K*H>)MBEE~Ym2aO%4@-hXqaDC@6%zVKnj$)mj$QzA2XY1W40@&XMmvr9 z3ioUVKw-8&@lfo@lG)ree3z6}fFCmlu!4=u(k8OijH6kb=(p zNjY9Pw%vJs+fU;q30`u+Y_dRHONR7dY0kvgrkdRjAOXv$@Ebfh?2y{bfoms)RTpjU1@k_T^9rW3v3or2MIvh8SA{ zZ@3t_%d!=;3h!f~LU>Jli$bqK#&w#-4es&XvA-`*Q<5}@8ZK|I9 zIK&oBy%(T+mg!gpCS%S5dy0}mGbvNKV|bHja7e}=Q~xv^yBj~XGB*4cX@f;`XRRFK zzSHAF=o*9wzs{F#wWP4es4IQ0kFiCl0APp~jRE)TrS>pgW;EZ==4%7AePGaU(nCs% zupanYMeZiew`>P$oEV2sXGI}*^IRrsak_hfh<$f2hJ-j=CH(62dpC^a*YOo5j^3Wb z!Q_Yh51*!G5%7NShSP_F#wg=&%NW(}eVm|t>)o44?^ANnZ?MxZR2SQfN~E`LEywCH z3z$g#z}6w!+Xln4D=_*U1gZHni>NlnTO7jWiuI=*N0?!_l=_vQB&2JT-zAD^adO`P z78Y})AbDKRj?zpMSfHm5aA~Jc?x$Vl$IYZ8c!yzBa`6W2)=F9q4_$y1Wx&TT-65p7 z@QTCr)6F0<1QDSIOAH$|tZr_qN$`F=kJQ)iX(eE9OG46zEVnmLmqS8o+gI}s-^96? zrCp(pbsGxTeFTKI^2YB+%oXr)$j7V{0d)K;e)2t+vc7Dbi;U6(e8AXS9I2XU>Xr;O z_?t7fa|j^z;)z$f+WnH}kDk|7N7R(zTJYp4zNn~NlE1lK3&_Cqih3P7UkR!fF=EQE z-EEWw|Hb%sB-!}9_%e=H5;p4OTdz8ms8`5sR!aAMfo1O4oHbIp2@+W=iw>~Ab9XgKfq${qsDj$BkP*ra+ zEN|KoHI_k5_1&T#{SJ=Snes22t4?IYo~=E-o5EZi-03jvlslc@K(v0@^JXSDF<7dl zPFxjf_FUP)3)<-x;9Pc+W2J}x7JuwJ%TdtLw2V1u@(df$ERU@(A?umo*C+Z^f(?9Z zbJ{fElPNXCE16QXe)Ck>Wf3R~oA4&G1o%2c_*9;CUj&Cy9P-<-DE0f)HNO&+Hn&=S z%rHfd>b`&PWlG&m)G|t~xT1{K8zY-io`#VmjZT$~i~Tc1_-BPU9)FsH6~6Z}{r%fi z;p6h^4KqYRIF!_&dW&hEpXu45Q1|>@i}E*7nuqx4@2H5|!s_nHY*Q#80Ly*8H;?~adaH=wr9#wC^U%FWJ{tkqV$v})7bAl$$2qGds zKb=cZZ_$rxh2R3VN>Yyy$%iS-pT`O}@lZyZq&O&}r?7*tI0+?i>ZBu>y} z2%G`QxXwNufcmlag3J2-EI5_f#@oh1{TvjlZB+Kth&DR&Y=q(;9tPWQfB>bL3qUzv zz@|T*@ck`HQIr!oag*{{e2gKe0aF$hF5uJZUlS9l&z|)evqH4q>eYf^k;uOviRmBN zz2EO`hn6yWB!>?6SFW0$2-))!%?YDy**e9j#>tHC`Wtp(C<wwig^psUK434{x^e}5wuY~xTCj`>D9^7Lk{?nWU*x11p6fG1^ zkj6SyM-asn8<-qO;Fn=nMn0E+89VXT6aR3RrSPk!6h6D4M0u{M1Av3e-2G?goVFvF zulDbRT|WadKd9@6U0avliU{S$7ZuHfR1%Z*>irquZDtyh?>o8dhfV6`{xy~j_a7kd zJbVoTme*im*}{^~K)T(1w?1Ftqn0=Bx*b=`eE$6 zWI6w1>O7WPRiY^RK@7-gNDvuB4w{j3&V2pDcl62=mCCYAcb~J@0;w?`RN|<}s;9wA zdSEv)%PJ?17JJBd2PJP}R^;Z?I)X`BFXo&det&0l0ruQlZ3L9#N*=U~f<<=vATxMO zN##1IZexC~Odk$#Pp@{g+03{bpHPP14?e~28-{&K+sQJ_G+krW z9&cdKGv8F(Vizr8kt1+o!aqHEvJWLe(t}L8p)sqEyHsdA4(__9`k{Y&`OxuwkKQi3u&fe(Lmy&Y-674;{3 z1-O4G&KxEh_ZT7`F}ZPNu-?c(0s$aT`H|O6f(BUyV;Bv>_A!u(=ppD|^<+p{goJa{ zJDAhc2O99H`=yX_Z*;f+3WVMWLRoX4krI>FsO~3(T>uMMFE>24fYYppP==$-{A{2T3fSCHhR%4G(!K#noR2#{LT3jJ2j z{U|1SJia}3h^mwhPV~MVpZn=rGk{n8iv)+AJ5iu)ID4l8&&X~@S#a(V$jy5VHT z-)wxAfM+VM1LV&KqIjT%Kb6|iL8nU(Z>H_f2FDAxI7^%hO zX@V8Dye2H^YVAA9Om`MUHYeXjw#LufMm}Z2_rZ*2B<>QQ@XO6)SThG^dy+&z&T9xu ztI4j8=J#_P#d)Q^u;P?-BE8^*3)>7=pMxJO$8jhU3QZ~880SkBa`KwASYUc_#>~Fg zp*C>o4UvKwaloLMSgbm9+rf_xVzPvkEBLGsd7@>ge-Ou$*$Up@cDvt-(d!KqTzrcp);KD})oa{P z3b#~j?#DR++iTYuOSsZDrk~@NR8}5?ok|*{A9_^QOOvaqHL>SqGro3M2@5%n&v=nb zp@mF0)LvV!JCK(61{Txsla|)VDp)ZX7<;kut-ru1a(#oZRyj#ON1j|^sddH`IYti& zPmD<@Z|HZBe)OShwqQi8;iibKlsXfMGLYCPrQ{#XUSSDgRpXe`l8u9TYc44P0!&?f zl5aPd|0W6qC799dff49=dIIeUf9`)YN zpZG>$td92uEn)q3ju*5GWDlD!N9RjsmnTV3JlE}Cs!$*#D6cy!|%WJT@wdMEzw1gu? z(05dfkt{C%=;0y$O7*L1(WI&ZzTB?(rJLn#me(=2J9v%Jp>e0l29^wFlYxRfQR_-- zhaBPID9fNIl@9!c+b6FlZO4G!m3rgVxRmQE!JdKGks;sUWBe$itZow07DgbTBEZET zIec6ykz-FitYdNmED9ik@o!%3EKXvvoT0;+w}KiaC3)BvAIog!mvOjnuaAs1DY=(O znt#bS_QRo|=luqft|ti*%>WoU;%^#OVc!CYsVPVXVhY9D5vCP}0~r|*vk zvcYX21u@LL|875lsjDBFA-QAJ0n?&3W6(1DqSyC(<$&?SWI;m;m)aCF3bmBf0TaCF z1mf!a@U8+pPz7*5kNVoeHB@e9t|1TKI$vzm8zk7^t3ZwBoP|;x4yc@n-P=l=7Up|6 zjmpqh;<7lKkS+u0)_q^K%Q?R~WVPstU!m)Kv|(3`eCH)^MoB*o)8dkqQQ!;qWlobC zPHSObpR4h0taPINuV=;p2$D-6bwdsYw~*CF!Z%F(Iz4vh-?hmPXUVhRfNA=m*n~65 zgiC#J1!(vP{OFu9`n7V*prLpG>x9Z&bYb~z-ba51NjpkcEFVocOtY3i2>9`Z7ieiC zWp%_=S)&#nkJFh`+89fT;TtNC;`)Ka``l|WUh~`zdN!tPUEtIiZjRB~O^Q&+Gc@>( zIx(deb-=zw|D&!oYIySdIT1tYzwr?i*`mVbTXaEiPTP5hb!h^E5!@%g1dVInd7r_L zR#K*bhcR8K>-KXiV-5wW(pJxNh7-8Jcvb`T(T%WrQz=dGygR^f%|9CY4#-!=mMlFe zviWvtd4aZUyd&`{3Kr`vZc$Wwy(5@2o1Kr+;U?1s{`yd#ug!=j`G|EuiW=$dqwR@# zwb&lhM)tw3iMyL@6_fxW0%`WAtZB;%@Ih#ZlO|3#SqVR$Bw0_CsGqA*!hW3+hyF7* zAW~L8^Q77AW!3X;l_CuIBnwCw{UyqL2O=^)Pxe(DN>?Uqz0S=Ce4I{%Lw9iOV|I&# za1KL_A20Z|&i6|_`0fkPVc$a_S{Y_2*!4j#F+v|wr{gINKp*3S)7S^21_l7bmGR(& z(ImqlDizsrgp&0v#iJ59HNS0Ye0TasLx;V1A6Z6XH&=mmdf8(3m9hd=fqoPTkA25mMdBs{YoFZ(Lm5VzDlV?Q>LWYqf-sq zU#Oy!fBmW!K+vrdD~=4Fu!16K1fcFI40NfKi*I~N-8?0znDSMdv>IQ6gbogwt$BrG zUaU%oJ0j*IhZ*LJGTZ6$Xk>TgZuHAAq4M}RJA;*S!p4o|sp z9@^D@(IgBl;*dDPH5M#OSdub1J8?eWPogG}STRk z*$6ND5n@SdKijdh$aj+h8G7)tti;#1C<}k!{)5PF)3{~Gf$Iw_tz?CKrr{a>;2^%6 z6bkA0?ODn6!#~ZWenD0n!Cd|@$r)B}HdxsjW!+OFT#?r=0o20iR^2R(3e=12cxu1d&0 zV46!n^)Tb^H(IT2YKvGPFAb0#069R$zb5w_LQG!|Dl&X!<_r(ulxkj4GvGZ5b zMOJ}^*+^<~6l*c(Qv6e_QsA>@dp4sy;2jNkfo`HrVXaVsSZn&t3|phVhhk{5Svo`x zGzflp>r77g`4KBs9I8$$e}f)yJR|k1YY2I!qvqK2)kpA0oV$C4{j_^!NJ3P@h+?SP z^}W*v&$=wS0PZnnZGxQxar()kJfT82>ru7u=hxfMwWw-p(7bHWtKVawja#@vt!5Lh z;en4%5Ok_lMn~GJ^#WANS$h(@Jq*&kak5QC*yI%}cRU=}_8^T%b?DMBNt`5BBQ#5L z2{Kwd0>91ZfBdKfA`jdywt4`f{ome{`mrC4bsYO=r`khcr7Zmz?)@ni# zBeurqGKd*=TPrZV&0EK)FQFET20)=Fl(o=pCxGIh*1HvGYnB#2LEV!*`pzvDkLR!W z-aCo-Khh;c+ljLyOCml^rBwVybHA|3cZA-9rQezPz%3`wsSbB5u^`>~9HNmrsN+x$TAF~{MN=aKS5ROOlEdF3BhXJy@_J`9^-UFNK|z#Ms3e z*(2b$$HzXXm4;VCQweG~?t5-9+67fc($Zslt}bCytk(I+)tIQI`5j#I<7g)aAXw_y zQH``k_?7J>p`$VDxR036G~VSS-k}H$8sO)Cei!MgGoVNObyKs!#G7hFw~O=cHtVL* z8zB-ZY)2Uqg2=4NoE1D2k%E%?srDkGH%{TxCipw`pWLzRz$XJ73W7UU5f~xS@1@4g zw}7rP)e0ilZ*c$x@h#X&3yO~Y^#0Xr_vT+p5^36}gvKBgf)LN9#1{DTWc;ALmsTu~ zK(^1=FZWZr;%9AIELILi=jQN7WhU-;`Zz%(j?vJmJ`cZ(s1`~lx;q0a#p}CJA?B;- zP{*-eAV>;v%!7OlUds}-9h1=LwJv!@gL3tp!-YVo3sy(1tp}2FdJ@PY3NcKe&(TGOE(R>h5!`&fM zXNLzuywm-ib^R6%)9p|pZ7}Q8c#O(;w`FVG&M&VSu0RiZky|icMfjLiz-!Vo6xbK3 z_&WA$h5^r1A;Sy9bXT(y_jp0!-4ghR`yM2Ft^7NDo=UM}~V z5_75HTn~WVQszm_F$OZO!UiB6;2WbAXUtAkI`}WTvKryg^!ri+INPW=Jn)^f8|7d{ z_?aR8`caU3p$9DghJ{s(8}c&yK!aM8JEvcv{pKY6z+PZ*6t3l4bnr;nd2N6+X;#(< zCk%0d7I>4;VqKKq&VpILz@U$3 zWgi0VrK{}Y7?keO2ngO429aXHIiPIdQ%UKg8d5Mu@W+uB82jWTw@Y{ZR*tB6p%zen zsC0Qg8TG?)jsnB1!4Qu1%PlL{DJOL->`^}D{5{XQZ5(>gu1|XcZ98ChLhZzd7!WHR zYF8T3Ailm|Nc@nCL#E5bD?9id?fhHQFA#3=Sii$0h46iTLKajQX~4A}gs1&*zZi0Y zKXy!iT|79uNJn9=oO83FOH=Da?$=&#)<^$UcAT4G3cZf1k!e_8TV1?_qu?*>U2vsj zYCborY7D>;ZntOFJFt1w5U!4X*_2xPKr2SwHlQ)5ToZ!OkMem!mHCSF>)c=g62G3^ z*g2&W5)2gleeR=!54c^$XUa+=N#G1{cZqZI#0Nuw(28<$m4XR|Xf@j;^M1peJR}7a zJURyIuSF(!GO)J=NB2AZB~DO*b(;`bqxzGH`7NxIReVyw5#hH{zvf-oR$hMBz34Kx zUpmAI?ETy1K}CHmw2H`A@__~{y{JmQd??tEXalz(e793D#?lS~zISFT%6PvI(wBT`9#0>j}x-SzGdLg0gjbQ~RtL$*NBvw> z`UsMc14l9Dj@Rjdv%((EclWfUB>^*Ziq{0#1dOLPJj2q-DI1{6K@eTRM#7N(BA zn(dmx=y*OqiNpY|LNT8#xPhjGWXjH-&Zh4F~{{Nfn=-(3C$*1XQ%p z7h|HtK!a)|NO_aCmIX`r9e>hcmtha!l)zh}%Rxb&nQq@kxN#)TtcgAI`1a0=T z)M85$T=M%V``Z?VVnvDq+_g=x&;$oacA`q*SZyHbH51FM0IfIQC4LW(wr(+-UcFvG z)};{kb!8^8EW8)C$}e}%H-7m`nQy8m?B?}xzH~q<(=3IJFdnORw!DiJp{V@4YkP96 zx^S*I$-dLz&~)78E2=+MUF%i9k^X{utj1BL3LqnIedkz_B=pXzoW_(XWbFsd?5P*A&hZ zTnL9`YzfSeguS`|{GA-AG1O(Ic5Xi!HEx}38gnF)<(G9jW+#Q19GH9=Bs4)EL@#$} zFL6v^4WaPYZBy6>ly^VZ+-&&GpF{d(iQBlA^3$?v)Ax40j(*9m-w&lOvAhlM)!ZyK z?&xQ}Hq~nhOjBT$tv#7>wDo$fcEYLKJ$&xSs=-NfeHWbZ z8LNWmD{2vQ*}qO`s^s*>8Z410ecz8O_wo;HwyAm;PJ#AMO3Sna zti*EDyPfE6(1`)WHcHShmNyAVKYh5rGgM4bIY$A6u&60z6d-%deoHxjlgW|`AO}uaUN0NBR4Zfwqc|WG5Nb!>Hrj3A- zyhK-R9QWnx=s_(4QN(6}bTtKT^GxSR){nL1$3aKid4{!N3K}~%keq#H**1o0hPh<% z?Zz@d$(Go3iV&F`uomRF4@p0WyQn;o{+y*eL%RQzKAoF;Pp)+U@OzsX=_KCSggA;z z$8*+Z;q)7unJU5`z%MbCI$L{M%--u$Ar4CGl%jvtNU1u^z?S^}0r0RTfx5at3m^)= zjB@XbSug2G_S)DrPiA9qd&`2#j&mr+8}H)pYUQjv*wL+DDx8JK=S;eT;BW(2pbFrJ zVK-Yw3`W30#1lP$v7}j?n^b6pxgo8u-kscOW1B>>5$dzPf^_*^evhLv6=<=6nO3z4+x#MdKY0TS^JD>5^0gz_pES0t&bqTD+P3`q z9)NEfmLDV7;`O_`t!#vn6p1rAR9Fok;)!4{@K(TTRnsyC$xaj zdp!j|rQ%m6FH97dI}IMuc7oqom-5f5$?wGX5RYX?PIGFvzLEY(~idFO#2N_4TKKA_j=U(JWm5B z$}4=&ii`cUq5Pf2S&2=9lEfu6eth`@7*8%K2idz21}BP zc6eh}U4GLs{m7~BO(d0r4w-H(MZ(+_D`$_!LjV+ljZ*Q@rmSJFlWD)EvQ^I@!2I8W)yIjfIxi1aP9`;gX{JXi6g zh^l74)Hpa9^5P!+yQJ3cx>6`PEw{o|sG)ac65Lbrp`*-o2CcR|$*EK%O*!H&j?m?m zU0R$D_Y@pGC_ghsAT&7YItJC0y7EgSJY4$f-b$U!8gZBXb9epXltS7XzBXUvIM`sF zChV(4B}uUQ@-7?m#lZJ?-70t}$*sL94?Z}!JM*zxT9HWWcp-7zO1{sUJfCHn66U3v zV3zu!TH_bQ$;VO0DZ+~9iIMIRBJ0>4{0bAB$Q~lMj0=+ubAVl@mtM)fHw1?VI=mG& z8Y-7VVhe_lHw^aro4NL9E;*^EHu^b}rl2#L^=w#slkjH*ueK=LG9Rj@>8^EdDR=hy zf+3O>l2dE4i^aE2S~})Usus zwdo__(dXe^ll$ZHuq3k)gRgPAl_4suu9!@ zD0z|?u*E2mZ56H9&*YD}`Gup7#Mul2_`{)rr8YS*3}k__d`SwW+-)j5hx9=8mLTi= z`-i$4g~IaEz!8ik>L)3uYD?B^FQNQbJG3o1nqw#AH64tJd+S*7vLNTm`(S}SRSuVK zV^sE0-MHUC*jP)yXu+50Yq85L2sLCCm~b;&<%s7U1<=*0VPnfYxUg)EzmpBx^{12z zZ-(4r)S>c;5-A+4)@2ke9E?l0Tr>&gIUa4LR}M(8f5TfNm+hHU^wD=_h_Tey-kia$ zY^3}J;kz%QHa2aP%j5P2QX)WC5`uVMI`jpkja+Dq0)b=^Q0JS@5cKj72<|@s1lJU7 zc8o?qvcxa`OvD!g_hBJ4u`vLG0U_`(k)mdP#cv0W#Xq0$m=k4UrIRI^53>l)OkPe{FMXHmj+VU3R_YYCWMdhN+wz5k>d zUk1Z)=@y_zV6q0kExq)7o1^I08|Mexl`DkG0m`B+jchLikiR`aTUoWS#3r-tEuAo# zwPy2e9sGg{NJ}Zj7rW|m{OY*B|GcA2e0dgy8#kU7-g+aCuE&XbK_>D zPX_VB5sO7Zr{j8*<#X2?YdiayzdxILOP!x$+3B%hbWb9Mp{y30FE*J7&M{-3+@iRK zm`6uDQb&|6(+#V%NakC-8wTn93!RFujLQf$i5>Z#BB!8p;M8T|N%x|_V{5KmhMFCP zF5)o=tt{Bum$BFRXYhVyk`|G=2DmovOxz`EdllLj3pNX_ugpW>-`pdO#J~kNF=eWO z87^9ij|fE<^pD(>bD|?FI=nLM&BLY~#v2TN33g8N4qaaO+3hm9pN}k=t>^I$wSJOx z$=f?vX4&kWg{API;U)+%>nZ7j)tyDW~4u-}0 zQn@dM$@RwTkneWU*jt}yhYF`Qm260c$MHEvTJ#s7r~CB^}l=H93K^twY|?zzl5dUh6Tbz#G$XI z$E8(5GNj@wZLbPpeuLPigoA|tP*~rdjH)4@AIN@w-iEQ^s>K}O<1!%gBPpH5Cu_*Q zz$+_XWm~yAjl~<=zOdI&X*rVB=yYjBdR3^q$5E{%-Z}z7TaUgU|3AQsax4XA3SH?ooXQR2K zBXFjE=08tlK&-ms0yS&RjL}`$l_)K+Yx@;KuVfZ%zC2J+t0HXzLiO(Cg1;#dF%puG zQZ>E_m;T&~yNE(e*&3dgLJy97#)O5oO7s`PpTw(86GDl_NcZh4));LF+_vghMeTu$ zyZN+d*Iy|6`t$p1bYCUh;BdO4HDR}%4JOt{*Kr5SsKEhUL>L^#b$*gAiI)@) zN0d!tL1Cg;Iq%aKChbEI@cU>}(%rCP{3Vb#Mtd14SU5g}KF^XmIVqczkxA_zu)pO` zbJn>Z{oPGU82D^IK2{Ps?E*^4C*1eh(XvJ5sI0b@^z3<*wp)VugccjT?2~tUnFz$r zBs8PP46$zRNq;Qx_1nGgJ~yx0Ep&s^{r%gnI8Le3-?wlGr-FlN@j-&Bc5@q5Zx)!P zIrT(H-?$>|O?4@2@Ec*!gi#RRxTfugC>sN zkI%Ca+I&Q1|J&!kgfr+pGUSd{_6SXp)!e%kdZ5jnhBj8OqX(7UGF`%^oGO9 zGUb_OGUYefq>|Y+Y0Z#UY{5TG;0DOY1$g!t*V=FhTm1fJLMtCW?MTjEQt@IXkf5EbkdH6%7LNH!BkGqx!dyRNT786yQ(tH%rsv)=OxMJh5Po)Pz zrdYrFq?vxkHLkaY@?2=fqc#3-8%sBzW1;XhL?e!6;d65S!cc-I|32DO=If2 za+U-*{4!em^V+MK)Ef>v1e$g&)Zr$+?xs;pt4B#5>9pAOonobei_SPs_ztlTjsh03 z8m_3?>)~7O_1j0wXB4h4ir5*L3WW`Kyfr~P3F=BeXa;4sCv|XsfoXlvQp?Qdi8`s9 zk2ORku#%FpgvO&rrh44m6@*({PUkP`3u62Gw4c23OWtvSLjRzQf~$iJ4zZIlMVqN_ zWyZQmVcakc4i!PO7QmU*Wzm<{=(i`$vt8-;vVDvY4LMbcycbMxZuMSRX#3BPd!YM9 zn3v9e)luesWE$i8gR4((+*x1uf7^y>%1T@X9(aJF`tfXbe)P^oHJ)jCG_?A@4GW<# z!IwI0S`$XwzuOwVz?^kY6on0^&Hj{y^rfVH@f1S)^>_&g%|%3;Nt6tZu#F8Cp@)e{ z8RR@D1w-}DD8nOSaC&86IqjRc+_b_M0l0~utEn*ERV z+^b7~zx!F5-ofICELP{CdEH&5fwF1Nv)`ZRthINggE$9Smw)>Uwyg^O3-vXRH|r%b zSW5F)mTM2uDo;}z?lLwW4dNCegWN)kUf5N%G_lwL>#pWLc$PCJIpj462>AJ)DLr zJ*UVnHgFB(UEE&=AX*Xgk<^ML?^P=_oNJzN7A@IDz=j3MCs-9)XIrDIM4nOCR6svF z_9YfE$@PpwD@fkCoaf>|U!c_aY0K9Sqhb>+y#$o$h{fIsao-3U;U1P^o}zZY&q=E+ z3umPA4pKu(Z{&mwE%wsVq;{^2yY8C^9+UaI23})O;|dF2ib~K&kuHu49Nnw|xkGa^x_*uLFL+U4CmAego@#F=ODLqQTTo|)L5 z$mh@(L}m{bF!a%U@v2&%G6!GYz=9VB(q^_#NVmy@EQc4+U%W{H+ep( z(gCqDkK&%fe`M`MQFasjn4oP8y(K|mgyymfX+Y%ng^`yv&>OC7B)z92ZS*thO)0!h zzobFP9XPRPWscaT`RfSVBtKZgAbJ(GGWBZniy>Kg*OZohD^x|-9zy%w0>*hQr{0Jn zY1r@BFHf}lExbSx+SgBSv0bv-&%Fa(yGJylZC`@Dw6^7&wo=d=m8$lD#!5cUBD!ln z@=Aw+QF|3-^|VdvJuHbfF%tgm`F?=vDtU*Cto@zOY?|c;KA69uu&ilS991NMM9&%7 zti!X02v%>&yzRJgT^=p~DRv0&)7bU!6CEa0`z_ivmD&p-_(k&DL*n`%>&fQU;?4VF z3LGtSe-)BV$Ycnz>-J2}!Fc9JN@f!_O}` z7f(cP!wVwpcQ+^SxPslR1EJU^6URT?a>wlS4Kcs478?v_HQn;qf+>ires9P0LhSFt z*osWtaxsmQlU(i`R{=TmDs^SUKCg4lYJC=z>JH*|WAc6uc~^g*U597v#J)iQQ$ORk z2N;5~`K2aCngMQj22Pj37WzDF>o5aX-5Z^nGThbVH2ITgTv$wt5&g3uCTK}z@*YEX z9{cx@NjB8-^b2V&yRF(+pDmaocN!k)qS3M6tNKT^0t4Fan8qZ6CS^2H+Xk|&zYAWL zTZuepQo*e?yh;c2v_7`IZ>L23^Ub5MLYr?u-|u?`U$|E{!Qm5O)>0{qGU3BFS4<-#0`V##9xy+4*?VA zbm(N5^;>J2jNg3oUQ$;;8t|}{uSLo~R!d$=6trt>_}9qnbdyI+gX_u>^tlZ`w{B^d ztOQJZ&csV$rMYyE#PV2P0Ml|7N3*4Dm(Tn8cj_z{%|umB{AC=e5A0T*_T73u__?cb zyg9JBSh)Dz;LFLU(Me=rc0PMzT1IiQKW%PSiXlCl~ zuVddg-Nif&tx7%w%YaPqGQy`+oRcl=ZpRv25wm8XV}enahvO~S5~BeMfRRvbUHJp( zYrDD{ueY*{HP^}l2~_g1a*>F()W*Ww&z0-uW0BA|{HjWte4}pOB(jFAJN_(d$qsgd zw1Ja$_J>( z0VJ-EN%d3D-zjlHVcTSov3O6B==GokxyK5~P$a}p>Y#ojgzGaZw*jlXiCRpjO$n0W zz2RsS+(x|mDQ-KEV3h+Wb05(lvJHQ111yZ-HNL+PT9Tt#RK>32ZvVNHt(nBiEZmaZIP?+LhXWqpzPCe<2D$u)d_TK&}7@|muR{S1pc7x9B6 z`S4O{KUiZ~a0DZ&D?N8!1#HAOR!`(-6Q8uVj+(|%?Ee18)_E*Bh-(4#gIEA2FUdJ) zcI0HhXH<((S!DFV~}3XZ;qetBh`XJGJn%=~7!WC3E~a zY=>U$GO{zj_kGJfVHx!NiS94oT0hKozCW4ng5Rt)V{TU8H!^q=BB7N&iswh)N$c%~ zwddOB>2mmawZ|~l`^U#eqc_Cwa)kSX8R(nk%EGOu52-)cVluKVb|XR)i^Bh;of_pX z5Be~(-?!|9eqOb>Nh;HpwM$+=a|r-*MxRkq0U48~yyB;MxAuU~QT`)Ogv~Fsr!9h< zLvTU2S~KmmFps7xj7h$2p#cljG9<;~RXxp{$x0M76fXi3o}w?$S=oi(FP&VV%g!_7 zqU(IHu-Fn~3XD92k_n}2D(wq>kmM!2yU6Nc*^KRrCb}|^aFNG>&flic9}NxP>ghog zB_`!wj61Z?;u2#(xak{XvvLZ7_^eQ-Teu^-+@_FjpF`KGiQL?<8$Xz-0-Q`Agi~_W znZG*DL|?KtZou+=6(t*W;KYqiVyrsb>-_aK>rWeW&sdS>0#4k=@Kxg%jUGek&iW&w zE7x)7--OKsew?3b)qVC|A*~bK(jQo=JVW{RUQ-vmH4x{C%v$l2S|s#-#vZyY7g$!{ z(~}Y4JK6Xf6*d@Wrpij{aL^p2A9U-{@f-q35>Gb<7B~Rb z^9Yay0u*JD(%>7oLh8o_8SSGC3V9oSC=~ z-@KOBC>S$N6Nz~9#EfhZM1!Al0eeLMQ8FG^2jIujbDb1A(K>Aj5v;ei&9>F&V(2f9 z#FQv4`~W>)>1%#xU8X1P(JFZ?9QLZYfItOg9ATPPB?dA#&|oocy}^tpJ8R z6O1GYT_iL76Y26gg81zbdEH7I>Y<`R9eBG!E7VozTgTPEOncmQnl1|DaOunj=J7!5b-!rZY z{O&J!@ULsw!uVGsVO}uP$tXnk**`Q+m(>nt1o6?S7fSY%EXUhB9oTGv#uzeOI!N8@ zk(;-TzU?XsMU%fREuh;*>9=g}$hW(UIt1*Jx&s^p5}GQ(1%|0XI*5xL5##}mAxkKL zEDs4k(PI=d_ERC_1JZjdeLhFK3P;hY>0_tynqin1J!Ae<{ADujIBy;CQ-!N$M?;E# z3feMd2K9+{q23OTdFJ|4PRGsO5+eAw4GO;- zlg96D8d339%~2btV78EBV~2e7Q+h10$!it0k~CtNs!x|)^)4tCnl)ebTch6?&AC=4 zmG8)g7Xnqstllv|Kxn0{XN)DJO5PWb0%85P^>~sS;0Q&{@$78)GcO2$UbtUBHOL;+ zrX{Z6p{M;6o!N{R?%g=7xyvZfQ>|H3l*bAJTel&8%*<{gi!j#W*cubS0`C@IVfKxf zSLop_T^LRM+!>U4NB-E6Pj0CHK{E{>Xoy3T+K*#49`AmcLW`LXi}PH!HCjd2i&(c3 zCLE1~<2-3jj03LedGWrXD``m@xe@K>PQ3>G`V;$^AHE}LJrPq>@D}Lqyqf@uq+(|5 zzSenCQDOa(DTOx$L<3x`n8R)v8<{L$Ajd#@3N<6 z0h%M)77TS&z|ZE6P;p`Ao5e~}_oN?lboq6kI>n8eipxa|MJ@EDA&YtXbo5R<-j=wU zZI7LnI?s7dGZK5G`gsEGPn#xB`YQ_oxE;I2LaG>I&vCk{K(L?@E$G zJ5HopzY_qtI&1U*e<=NT_RnNiQG3IS;s<=VOWZitYU9={RHF~vcM55kJ@X=&h4JZ8 z;lsnXx7P%KrnT&ico%jdtYeeu>WZC1rC!kIs)f5NsSqTW2upDl`pev;?pX5*N~5v_ z0*@xZ!*_J;2)P03a>$Y_&IXMIPRQs6i;nd#BeG>@(8p9=n(M012{8JzTigd`CbiQ6&k0@D&*+QR}b4 zd8nK+nSj!BEd^SCXeXf1c&_EbNN$v*8J2`n@mN=xTKtdJU}x+nQhA- zy-W-{!~>L`X^|@dNhoVIqYxUumP2uc4ns%{VaA6_iN8UIqG$nM+0rj&^iV$nMRx1; z=F6rxs{2}>7K@5Y-A*^_(-UbHuD2;i zcZ~Z9{6($^NE(&?;vi-}9-Yu8E8)rGQ}o2popVlMLtN|`pMfP)hC_(!Qh(ry4`V%3 zP1t<^`|P*3-0F=OlfCqjrZH`F%HXxcWP1Ozo>;Lqt`GY>8+lPXPF1)-$C}y)MQ3)v zsbYCj9(cxc;KtIe&Y^mGAPcN}JUhpevO1SmHa(M{l@U06ZM}@y=6k4l>w+^4_+B@T z_iYQGI26zkK>Zx+%juB74JAapF-T;{CyykbMhiK_Y5qq^>?8PcHfjsWVa)>g>8-l& zmEtTenZQ$tFKK|9I`BMy1AwAP?8k)e5i*KN+mE5ET~layCSAxEY9#6+EH^4UlWZu6 z?#!yvVR$kOIuxMx`2pc-wtEtk$->V&AU&C21gWhwT}u60mo%+q0qe-D>PR6z&SnmU zKcgq`+bb-%Wr*MUDkH+LWV+Wbn-VyM^LrFBRqpbO=0^5z)l`*FeeI!p#(EQR`Z`Jg zh~mEptd@m^=pV^t4brD+PQqjmsO7Lm#X^utS60XJNnY;}t|(|$AYmk!-X`O$(K^Md zM9Q8O)%FN8%YII;lumSGGO*4c^+Lkj;5V{sACxldHZzHXvsyAwocM!v4%ncNLRb~D z5zT!V_Oav$Wnr4!+5eh(uF=mY%$m||b5L*(^Al4l#x2>za!WEVq%1@3`Ann(gRk=I z4*dFkk%X)Gj@s0Qs0gD z3{ySM6}UJnxjWuZW;Ex}VMS?ZG$UkmV+S0`=e^~X#akA>N#rq(Lk!B*aD|q1oaTNY z{fhP1Nf;FR{Wf=}-lRo+ZS7O%sdIlJt!Q5S5w#)}%ut~>d&_@P9nY6)3+iIOc#rJ2 z=ErL>PFR(Bnb^V~;SK&}X!l*uD&+PF7=Nd z8b=l}O~GPk8Nsdt>tf6Xh-p~etY zny*eI=^)f?0jN$)L-5XZ&4<${J}7}avf6`tVnK9zY8yb%yh=#*O`)ova%7l2Br#IQ zV&SA9d+SCjC1)2Vy%7On?#M87_L&ol=_EM;hRpD(i+W08zh5Z%X*;#A7iSUXpa7T2 zf>`+%WD5651x|R3y0x2tweht#%b&evdt4;ukbd6SF{Z&3^C=B}U4J;+;6u>cx%!-q zMvBEdG~Nk@4QDI=cH%q*Pp&f3ep(&*wP2uSHLAm&rYDC^)%+{QoYDcZywy>43)s&G zr`PbOGJjlFcUn6?I#92i!+9yVmn<2}Kw7cgQ|E=h0C+o_)d0Y)>3_oEp9jmoUzjuf z6jeS1Plg0{{0SZnranoC^%)``5lsEE;R{7DxxaD2(ZavtNycd$hGf%fzN?|ys`CYel)uPp`{2DpSW)mY}^r)Mr1X0D4t0zAMjD(*6 z*}oI<@``zED%b3FAXA-j@%V$b#Kqja0bD*NoV&j-Kb*pwyL@ZMLjLidwh=>wbnajKw$pXQKNN$GUPM&And3Hjgl<}86xm`p42tpazMnN z4I_bYJfbohuXv~yJT*5W{cJ=6Z4mu8cY#E{u3J7NiWA0Xk3Fvrp40a)oS2#Rwa6MA zD|(XM5RUU-g24!3^ENQv=}#aM(Beq3_SR>p7{x?u5!B;C!Ax7!P6CvNChU7K!!>w7 zZ_ncyBkFFO=(wTMxo_gC!!k7zk)fmMw!tF`)W>cZ%u^g#+$p39Uj*xX7FQeGiehQl z)~#qeVcS+=AX+N>WyJ$1viQ>v@yjWrsD0fW8Hga&lD6)DL+)0Fa|_D`8hIhpe1w#$ zPho5IG0^gZ3WNEwWlZr0!=$cXyRKSe zuHT~oj2qjy?vJmyn&2&%mt zc2PHo)ynDBFH+=J$~6yv{qz?G{Dymu+AsyOeSITrKS{xSEGuT(SmIqj$hQdE-lkh_ zTBMZBM)%3|ym7~tWcjCHMI6QSc8ib15%4bA1S9L-qH`THQM{>KbK+9bG6z|BY1Et- z)LA|{^uBZTkEffqm%ZM_Exh2WqrDLvLF=pQiap*dcq2QLuqRXRca$r~q>wlR7nZ_- z>5YFXfZL0d$@>efwM^Fgqz%iLoA=VP28vb`4VTHQ%RMxv_8Y?98m*Aq)AS4_2TaY! ztOf}cUhfl+`Ag!Ij~bn#KnOAue;Z}Se-KL#0@ieW6qEBBw}qsD z+$z@@*qaGJl z<^p<^N8~N_ghKyS{y;+FcnaCw2nes{AbiF!5mqN`m(DEr5vFZRNfSQ9fwl$6&E91E z7Yahk9VW-aF`<&j9J;@TZoQ=8((+6%Jq2C4u<5 z(K+4#L4jKQzy{s;YeY&-eQG|79H$*&)ztxlgx2ejf8xlj5kh_ zaRZu)R0wY32xnJS`2BwJ*OLaLqr0H#U^;7wZ?(R03O+V2!zff6Sc$*>6f;U(XDEEd z1(xxG){+Vsd-u$J*18Lr47_}sCASlIeovVoKP>m;)J;V)q@N8I)LO_H>@7{7!~X(h z4(!Mr2BV19+T(__|6z3m|D_%L-GcQOldv!{MZ2nBh#bF^6;!wcu!9Hrd?3ErFkNhM z;}{Jn5=0bV! z8pEbUXd`@Wy=GukJ6CSA^$+BliDX!*yVei+AwDr210m#0tYXpILzm4W#w&aOqy#64 zg>{koPK53UjovJNs}MojIhr0NQTv|$5v1HoC_{bE)x2?o_@(<7VJmsDV;q3FM@vgT*)34unA4&`SId_e`k~8185$t%$-WrcK&K$#ulQe5E##o#nZag z#~3DY*4ER+kJ~c!mfAX85Bf!}e(<{;+)6OYBw0lLW?pN8HDQFyO6fXzd_d*{YVnaQ zc9z4Rmp&ugz`Iv$n^^R}Y(GK=df$NY8m`8wV{NBN;!ajL{*r>6o9wJwJfMH`ib2B! z&Qfi3t@j>NmN3wu%!)X_^UB_l9UIIFjlUzeDBZq;zf<&lXM>BW+BwL%pwiDFrz*$y zWQTJPd-G_N&gvRW%T4RzmRHu3-|x%)ROcP!w_V1a&6BVVA(3>D>mWW0{v#R#481rZ z5suHQT{YK%!)lVwb#Sd{lqRX9S_rTTeI*Qn)T7c654nX?W5l~ZJDI=XQAx@}Zo~x~ z0n8r4-aiAj3bKle9#kQ3q@Oo=n{$XR%$0KeY(H88^)6d;UDZxl zJQf}{$`F9_xj}}LfV*Kj(2oVJ+yI=zobFR~zs8*Rmm`m^EdW4_Z`JZRk0MkB;g9jA z>~4m?6;ie-kKPFwQp|ExOhd{v$9H?3tH;4GweK)NHbk1i&KfQ$%nQ@e7EHvvbo0Rq zUjj@5^uR(ZodOrBzBTq`wRD>2EeKYhgSK@>{nq^6^#B}7;74Nayz(mPX(S-hO*Id+`0$6tGBf~v zwb*4Es9AL|XwDlLT4Z+Yp53_boo1=;%1&0+n+1zcrKXGwJ&u9&mU#Kq5)!O~2A`qD zIVNApaO!G<|LFM5B&wU_VCuA19HA{$DD77`nOI~siw^;|)Z^n32k7}ZS0)N7u@qlG zK~VXmv_)FAw%K_}cDc_(bQU$|vuH|EHG<5pV8|`1j!zL=M$GYjAEScjV}hrc*?q>o ze*}NizjrPK%W%J#TCTLx2MW6fQ{3-TlsA3WSQwc zqC20G^X(>x3#Hd)2L{^~!irsE-p3nu>7^a1@iZ1O_`6}_Zv&$8<7m3SgRfBrQ2D%X zmS8f2CmH`9NY`z9LMBLq=M zES(f4z8x}QS6(aNZi1g)QoQD|$;gqt-##ADlKdL^Re@^9xW?5+Uw9>o8y2**HOs{a zmWI?i^f1t(4I~ILi-OUeja&@Jj^u3mrZTSYwfzaa@)i6qinDOVdk-cjNx)fa{jCuP zJe~J?0EorVPNtu%bo93U2>5DgPG8~Q?Bs>n06UQ^IM2wI)1SR)CY#dh^x9;Lu2TX@ z{hPs?sukIZPqbfH__6i?$pw70s2`UX$Lv+bp2KgX|0^iKPgz>qU=Hal#>p2ycMI&)GQ3n#&~&+WLcW0 zVZB6hhe@ZsveNv%`oXiDF))1kO}7O!QK1%p5Y{Z^@oZYEZA8W{0TLypfVsWp*mv` zJ}X!^0#ONIg@H@xQO6G04=C0myRHp9$B_> z>$A05BJm-{%O~IJwqh5SbxFN9jgt4g_#`l`al*Fu2I<$M7kp?NRd;D@qw;6$N=e1RT%Ptg+SaORz!QL-ojA9>Tb&ls+onS+tt zM=@Att#=WA0u78lMMqV4`)<_>$=3u_NdpN~)kGrHZCS;a!#k+A;zHFEhl*H7wu(v> zDxQw01sX*Nth%RCT*$k+EJaiXcr-+l>-3XsUtUY#!N(k=&nXQ0aQm^T)LwpA%G;-x zR{mDP4~%&70Qv(6=uq&+r!$%43Tz|3zrTiLw(n=trp$0=y9~NVU$8gUmOv{56t6Gr zTMaI#b<|NJ3YiucQNE}IRl<_#i<@}p=9co5RVM(9X4lCm6c8%9_Yb58#X+$zMlj#2 z4g&SDVVg6&eXuvb5jRi%PPAoX3$Fesy&7zM`lLC=m<4QLNN)QVM#^hvjWPv+t_Mu_swKNOq~#y7vIsu+Sj5vf~47%UfsJO6z5(D%~^KbOs%$TgU}r%x=kaZ(i^TFfXWNsweQeooA1tw7`?&$1A)gl=oetW zqCFx7@*qNh#AwemD^u(52et>Lt|Jl&_3oo$V;+dZr});zfnW(()fFk2*0S!|Jv-NE)6A*$(-Pc}D88=>pz5m7d8H1-T)M1=YsA3Zk5fU-#oKA+?+M^` z_IZ3~;%<@6J0SBE^=R4ON_uXgh_M%#Q9RkI|6-gd?c7gn7h7h$&k_!rg*fOSDnY!Uoe9wsJMgnZwBn-t)grmP^t4d?=)T z`2f|C3`W40;RwPqn^hvY!)rWpm)=}jt`%476B%U$TuN2F$5BmtNhd)>KmccDNVKB`y*(UExr1#SSrbhM zuP+*smYld08Pt_5qROH~`)10IDLM zDC*FRsqhVi*9t4L67-Sq_qUkVdc5I?QR`a@ko1QRD@`e{iZv7nN_ZsoqW1w=aLi2# z#!35)_#?VLK$8IcNLo>LQZV6w2sfr(Y#kd?^DXvXT$rNSxXI_kjZxo<0TLDUqpV9`c`8de;WV!d^7~q7*F&}CmGrN!jaD<%w!T86VF*iE zgVH;3hip4}5+z@o#V!NYf}6R$p3pb4Z;9cyppW$V?56Ukk`-bX9TdO1?D`!Z(vizv z0y!oXBS*AUiwB)YyiY4t?F>GcKkQ6AKv`B@Wv(o~9%$*4ZYi^7{o*mI-Qu^aO1P7m z(qbeo{21tGf!-=)2on>CGLi{4eN6|cH&9nik~cceW#qU4}BqOHPU`+?P41S3*&a-!$plUais9rsgdMX$NSm@(zmG(?3#eGdy zaGqpJs%K!|;yC0azM0@Xp3&zw+J=GIbXUW~r;Nt<#xquV_7qK$U*5^KswQ%N%wZ$~JkER>Q)Ud83&cB-J5DziWq+ximFdZZ%ki??s^#uhHuW zkh6X?G(85#PNDpz{jnrZSF+-So_s9A3_+Nhs^=vh7u0u*1XTGHv_pVWa1PlceZJM` zI!P|L{f4?fECPjFgISWc(6@)@7+_45gYEJ+m-*!~>}1))>$2^ruKpz#sJ~~fg>j>vnbwrobmGWhCjVNREDOrHE?i`5yY^S~}xCn7E3`l@_W98-2Xc zUEs4(oYgd`Bv6kr;6Gc6qXfF|o=Vy}tHO^VKY(qgPIwA1V4 zYqgZfR_tf}xVBORUit+>E2=&u3CO{WyMU_5UK41iN}fbep`K9CX8PHy0GWxKF%$3F zqYT=E+u_jNzb2pMhW>P4w!lB}6CMYu@K2+9yXH6*(wD!~hc@zJ%{-X+FC1EkNCuHW zr5Qt@Szx-D7F60+P3YN!WtRxCP=e06-QE4S`)pvJrJDKaDSwz*ec|H~RtK=gm6z=X zvN{S?hLot&Vnu^I9X5tpmu=Og4(@Z@OoFiy0pftX1TpO3U~kc6TX$7!n%o89R}%4T z&@<SXDGl<-yC0VjS_EoP*W(Jh% zb=;701zjQ_3Zgy*$-P$y9zlh;WGkd#XjKIv_zNR;=*-p58WYol=9!KJD6=@@(g#&k zzwW>k3;T);6#(8NM(AZOv~^1P16E=ExBN*3wGwSznjl@}j}MgWRRK!b!C+gHt?F?X zMk5W>ThswOoT`#m1FcX_JK_u(86ilHPJtKG38bBta+ZgQWZ3fK4EEv?UulB;=RSq~z>#)J$XW zJ5Nds&Vo}uY~`2Ln^^^*4?X-waoLpVu~$Xhy5;Um!uVpLs%PD^Tw#{K+bS5amZJ!( zHTz-6;=cn#E=Bcmndx@Vl5aD9EX=HyFwvBS5}3k+mEzZC5NhVG%_o&~+b5?mT`mCO zx@5TLSw}~adq!#uCC$SRG<+YpBFDZ!j4&dV>w0uBQn9AT=0hJ6vkUzuhcJya@Y7Q6 zm%4G_<^$S|V^SO{wq^eoZ-_RLwrOg?V~>6biwvWc8vM5XT<(IF%I*-SgT>w^e#yRM zVmhdN#Ug;aI+gh}qf<)Z9s;5MDTMqt4&;l{8z|Y42(4Axw4dm_%LLCK9r!rtFNO1y zbwB!wX~q_q+8JDFMO*YFy5-%9En)|Q0eNDU+=jq(rV9ku3YwZ-VS;YQX??p3W{?ds zk#3sX^xA<^ex-prs0DR~7iNrN6a*vxafX*?a_wZtjq$Ba#t}!X$46t3FN(XOk$_1f zv-c;9-Men)p%&i!2ai0}Rjlw8%3sW8&&2cg94nJf`OtYkKH*U$*Te&UvqaFwAKA8k zpO*FFP06811s>r>I+0akD#_c0k$3N+5yDpj9j;!bfPA>Yjk7g&@AJiL78#G!(yy-s zJ{ur(s%S*!cOtkY{nTq-8^2QwdHHjil13zeSmLC)=SnRu!q%z*oj^*AYRWMKtyGt&wc!7tx!%0@ z8u?e>Y7--S6-%k^3*Fk!=T>6nvha)?LQ~`^N3hhsdf{x|1D?&eCOTf+q32iEdKyjr z^|E1;O{XqI)%_UE1M(2Hhy8)F^b5V9Zu&tpDcl#?qL9qH+JQ8AVl=))I5M3?a!kW(Cpsf|ch>yb@)tFGNc6v-yN zm%wj9-uobI_xes@1DTLk%}si zCF;gnq{*daaqkNL($F_s_m}o9=64wP9{TvPC6t0nuC{2RW<@@>=Ad4}hl+2`vxeI7 zeb(!Ve!}emmY@}hN8&AgMOZ{ix( zZ1bp$PNFsypAOZfp15$Co~T3iR}!FGH%y_-?azID%#zZ56Q%pAnWLXU(m;E7J@jo^ zR<1!j3Ua1(z0OyYnx-+8Avetzp&rAwDNwt(g^0t3b-uUf^R6|OF2KeAq-v{%-+M(D zxmslR*zo##$TeZnX!s7G99}3&iX}*)S9S?!gCkWD=|{j*Ed2{l zqCSii?)0WZGI)EE9XB~`vK zAeDn4Uj20bZ5PiuK^z+`qo;~HPF0F$A=7{*QqM4cXe_8gFC<$~>rK-4(PER>$1Sj+o7 zKGGpu+C-Jb(HoS)X>jF)7(QhXb(*S5ZY0*;HWxpbB=M})Ql~t!KDk@C^dv^?aWi$; zn!O1*AS*PjiCph`Pns3<)b?vGC05ejYtO0|ABM)y%#9B9WddM_$P6JV|4xxuEzC|l zng}q^-&A8;?!{?r;7#nI+#!*q@TkGWc(Do{x=svbc|>R4X`1&|O>^b=2i2UR_vPL= zL$lqo@S|Pv&589iHFpmCFcySqKYZ2fjOBU*=cu&t<&l?11(?$2y6_90W~{%pyvNHV zGs|+lRUPcRFDMBWkV@&AGcQ);<8aP;5EW`S8wq9~uo=5`=WFGE$!;GTNf@6>9$rftDHq@mtu$Ny@78RQH=s_5J&Kt|v02 zqD;&b&3GYv@Dmqi#}w>T`n=%T>T96E58){5xV1@9Lg(|1x;ma7PP*jv89p8?sVWnB zgmrBs+mhS(bHn&Y89%+xvP&P~X+R0%nVaOk#0vpM9q{|3U_&O#6!CG0xv-}%Q=@ws zGiVuth4g?l0B;P%EedrcCCB;J8%^i?>WErzisp2akG3^<9vl>%U&BdJzAM+SYcOtC zp@43mNx_<<;&uVfd5sW4c4Umcmx}*!bROHS0znY{AQmErB{^qA+L5!!@#`OcTOV8C zp}XqV(M&TbG<7x}=X*JTXIW{W!wP+4K6h)*p2bd444ii=N`yCd?z2KCf7nwIgnc& zLwxdG!wB*u@gpR=7pRQ+1jAFiuq8OFpMg9xB%FIX`25g#f%Ju{fV&xah^%k+b;i&5 zL%ehu)#947rwj7$lPc%k=M`)DY;+ZCY8xvcu?j&=k9|~R--OReRgTZhQ?ufZPH}kd z4EspA(|-5_^xM01p%d81OMt;xZ=4XGi^gU;ey*xe)-_gJ7)V0>hzY!i~@mjkwB+=9>*cCt=jH@Xg-H(80;i^Jn`O ze%QtFrrFxD#L&qFnka0<7afGkxuI*x>(fDZPJ$eU{EI1N-tO38B;%WP7=93gT51_2 z$Jeu$O4S8!a~4lVjhAa1Q^@S(fdqo0zB2z!Q6gwzYNl_vou-s*<(X4HvY@zJG+Q&h zsP0wL?3MysV|f9uJZpj8_$&*? zZ0dh$Z<5?^8IF#Oz~ROziX=(6r6NdbsdC$XG&AOc$EprF3`nj2ET3jo@N5S11Gy0w zXC_ZFT42SvvdVHm=Zar6C&H(FRi#fLl=f9+$xZufaT$;UxcB|woe#L_A)-2>FU{t3BC`}b)G!%&F z!4|Yi3+Xwwhkv6slxXv{noB7|8p6X!CUc$YI2Nw$P(#fjXv?!*`BOt;TGO{FubyZi z;3QGSB7#i&Z1Z@y(*?Ww+hHEBTC4m10lc)1_XY^%)7)M`^95^wDYn@G^_02jL>;m7 zqtNYwpF$v~#i8@ezR>9VbwHm0mSFmr{MmDcp>$1%qhQ%JCt@a)tH#hZF z%idLhHH~KzZ++_t6+dXL=Su=%0^%7XvTPt+;3>fTb^PREQ`Hr$Iokb?C+w+K}Vx43cu5}mK8wz_QSZBvyiSQ^U#vWGwL_S@AKe{vD ze2K#~nEAl6+^tzt5CRPS-}(EL#TdBf8T1|<;Zs5VdJnfXjc}zQ3$3KlQLPnX!OU#P z48S=ff#Yvz^t4p(NcLn+d)#?f;k}q)}()t9q*w%nD&HVGN^2Pd$+4(?sV-JW?%iG8=PmgE-q`OITQ7hY^(a-*Et!(=v&^uB@?ooV$%Cc&Yx4_ZHhAowAC zI?_Z9(-tt%{CbNCNy&!`o*TUy@fqp|JiE6W>ytoK^(aiU8a7Xt{V5Gf5hIQg^2u5>zR4b05;EO0JHBESoXk*E=9Bvx!YY2dZJ&M|(82|flS=8|(BHW@t zBnh8Y(qN;*AYnKFg!n-4FXdKOi+@*lyNe6-266Xh!WncGM{JZOYo~cXN%{4_8F@ph z5(4`fEm(8cTEhbD7F{CteZy6Tt#8`5Sab*b>_(t!Uk=z)=svnK)i_j#z69$ej-GEo(n$Yb_8Vm zQCK(cENkvcoj=cC3I*Z4%&IQbR*Rm6 zr*G|5h$p_q9Ty}*y@N0TeS5O&?(F6n^8mT#`s$5PodiG~R(_O|y|w9=0&HGp+A(dZ z#l(lu2%(`WH;Lj*RxG0wZTUc>Zw@AZ2(?7{C~2%9bXgiof{>+R5~mKgMUO zrB)kh{4Q5fDtvh$=hPW%l3tl|R5#i$Hw$_c=DtYr6D#q(=gY<`hnb|%1&e}eWv_5* zP&=+yu03_)W=OFgrKW9T8(Q|tC=DWO<1=$D+a`W4pu#UVMkGtPr6E@}kiO?D7#g*r zo1dKZC07F(wW^eEOSEagx?oH=YsV=3n#o=Az$!R>+!KCtV|}jKjW1?c04~u06%C{J zKvmCO?#$tv4TahFT`NSr^&7v-YWIV(`?qP%Zm=VBJpFxxyJW}srf6EOQkaO6(6$jx zi-ya?f+_+ai~&0EDjVixoIV0=64aBiX`WnWved2xz`}lcM@wJKnUS@sZuQX?9#}0& zBS0^V83<~H5crb6s~nfkQ&lva#W95n&adVfqjrG2Eu5Y=_r;2DE`7!2Y9oL$En?RG z#-4$_lSCk{^&a`X@XCk0^xT@(ZNix9X8vN?y^Td7i5h10setmu+DR2Ky$31);S8W$ zc3|ILGJ4zwv`X9Jp>w0aRGhj?4dQ@#O!XB0i#k>Eu16PzsCU_G@9Mk*ADw|Mx!u-~ zLpLp6glM%z!JVMNmbbW{`(;Dft4aDP!o(!RBa8w`9|ZbsABu5-ONR;B{M3AJtCwMI z38-bim3#wT4@n~rj@}IapfK?F8A>X4_@IO^MM^>Vg0arO75NEV_13zs6ke)2E?b+j zxT~^m4)@4%STnT{jWXa*zQQD8Zjfk2ADrhloGfZyH=~`U?PO|SITC??03F=OknA4JQtC~Z81PW~&i$IF-tTKP zUQg!cw0{M_EGtAN_p-$drOtXe=573gaw!`1SK)yec__PeV;?~dIQFW6sA z`(V!a=}#Au%2zr>IXIY^azRzvc{=4NyjQqZkJ-tx{9ZqCN6-<-*TU#hDzWMC;-rum z>g}qF^=gjm?*2ht95|Ir!lADQ?gv+wDow0m&@zI^i-?TnDJ2qXt?>gpQeNZhzLnHB zpg~gxSseHUq0QjF1(K;Kl7Q4@sP_||g7CeNW%h_=*x}B-Mz%IA4yu33E9tg-C8<(_ z0PP}v?fn2hy(fG&dvwwvyQggna3!y^A};hP>~NIEFAA}7A2$KpgNF7#!t5272$mx+ zddimuun5$$Ih0=$eNq|FHw#UU-68scopHr zN4%hf$8YKs18QL$|FOmdYXXHv?6a@(c>BHy+pi!kO_R@P_+7w5M!#<_25c1wrirmZ zJSt$7TW9hY#bHMIZs#PS-%}drOc<9KevM8Cn&U3Q=nx^*e41bgq-U_Y*qoKPE16GF zt=#D|RPAoUfVVuNRk6K5d@2)>ZoHg4lFDP;P3B|VpA_O9m94*qaaKT`u~13XBi+LJMMh<)nI|R0Z@Ol&Tnr%L*EnX!*FKaW|&nhSQAb1I`&?%(I5YgB0cjIw7ehoSA zrC~_~V-rqX#H7!+Y&Iy)I`5mf#ax;;F7RkaZfmgi;h_)Xbn6;|no1J_E=A>5j#Dzv zZ)y?8X1j)2j8~-V3zFY#9?09InuuvDUlZAkLvOAXRiEBd{17%bJ8WlmU7miB>$DSa z&Tpcik-TyWPeiZLsBC%dKdSJ%PYftDqhBx7dxdZO(uyUgH1-ynH zU!(blP^Ctu0x9MWt+4Zp-)a*1F3wqCa|V@(*NA_fe5$mNAlUi66MVNn z3*{OqE~j<6T+7}GKZ-AQtY=gnmdXKA7g%yof|#UazWBr%0frOK)In?y^PWC0w}HDL zgs;6v1cn3bI1s?yfr0lbNAUCf%mNw|T~7*6wm8v2dy23|snKHhg+6*TJF`sHu+L{L z>i-SyeO~cPCFOKZ3m2652Q%EGYZ3C`&B2b}n-Lxr6W=Odo}9s2bDpZ7jAm0q*C9gg zBzYp`?=m;yjenFO%5?OmJIGB$@A_K%hry}x495lhHSVXe0%Xdy(>#=~36Z?GlpHr( z&_`&PpvzwS4M?}x`0}Q}w4Z`JHf%`1n-yiIXO?@|DlxU~=?Pu??9k!!F82 zw#t8%@d)Jif!NJTfG(8#%t>N{{>e3Yp}*K4yQ_!g!6-+zOrz50mSvkyIHklUdK=vM zI{M$YCP+FmhS}nFxPj$$hc1o}YETZ<-a2u}f$AwhI;-`TvDoI?zj8E%$+>21`}_Pn znET~r&^KNMWKJa5o4Zxz53w8H-TxWzEAs^tw7ttH{oy#q6&kdTRFRIk1kJ|TvsgZ#B(wl2G-JwPqfgeR$fatmz=lbHUiI1q3Gvj4cKAQ*U779#RnaVOk9BGUBt7zQomm%!)uM;21Zr=isWCm0Rp)gZnagBC|9q0i3t-j& z;DfdecN|%aq?|$CpD+Jne{FT|g~s_;4%)7Lw|qwS&ucgeO-TNBt?5}Vc=4m!@k2(| zDpGBPKrxJ4p8frtAJaDB)qeeZZ4d-q&szED~XAhcAZz28HAYmXp}w=$G~50qmo>FazHE*Th4#antrLl5a!wG5EEtNgFSY zC?i=2weG=k?e6*U@nB;1LFw)vcVi`_uP?r99aZsonB}TR$ca8>RF55l!*B=e`H;ju zkc+z0>aPJb$hhFZ?$UtIxJ963lBb`sVLu(svf>SQQ0`QRu}Fd-9qWwwuJJ~)2_zRy zCvbI*a3FGe+oz!$k#Igp+#n3k?~glcF5Qc!UeJ3Y)XiUgEDXQd2D1r965%oKRZ3-b zx!ag+?H5Q)C2}L!c~Ga0Gg#s1%_*K<&JbP`xpw$^=$LkQ?MDV|ry%@y0`Lac!P~nm zFOC}M)MsD=iA^#_88HnZ-Idl)+TpU1^BSDoL;9WPjsPYg>a{n&U+XpS zo8VDG*_i2y0|ZH0MSzjPmtSo{F0x2J!i%2%_!T%=p%NJ++gmb=i&>y`pm6<%Vg~fh z+IAhJ@vzjonJl&@@(2H+oUI;<)%%92%oX9q4uj3+#Z~e~1vy7ONgLQW1;8DO@Uw^y z_YoDxEh}^R-0X6A#(nG*Gy92Hv|^&_C1diIMB+=bq!@1SsDynvuan99?J@@?OD|VF zxxse{?ES}p$mdMoo(xkVgqJArobrV!=R9DHGO&7-7A1jk6|Pul;qUE}EtRkSS`n9n z$MNeAjAJmqQl_TxP>77V28RGc1>OS{ogD`j#TI!+N-jqfR7PQ3B@+es+hS%DitP}pk zAb)>Y+J}rh$Pvj0;J{ZRN7N2Lb$(-4eqP|IN^q1T!t85*IP9i?gpgg#deX}1AwQf+#{7yJ*;8Th zbr%cHFHXEg(b93c*$6@ke({C(soA4nfUi_rmHyuK!2P)2VET813!;zfj;2Ob)jWl+ z!OY&WKHq?b&+oINc`eM+0@3l-*Z$b#!fGjV2K`X331;T%=T^4?)CYRWo?6j;NG2zu z`$Q*;XVGsel{a2m9q(2LU6{V@(Ak&4Ma#{+ij=&!dcos2;V+;t zF#XIwiwkTwz;DlbE2Ub7ZGiF?CC&T-sKXIIy7Zz`7fVQu%{LK4chQrbpwlw^^`?Bv z_7LsyAC_1X>im>cOK|Mw6>fyz@l?k*CRD2=ZHxPo%qdBA8V9u0lv#_j=Lw+C%eZNA|Fl~>v$bv( zexGV*Zg93ot_+`l+Yzu87By)>G{F7!`x}X2X8?o<4ahO)0NT-Z5^%b*iGb3qish?j zGQ3RVi^va{)H>aAPq*Xo{-bk?RazG{Zvp3jrE2((vi(X9Fck$HaY+$+hp@gg9zUcS za{ySh=g%gCz}gHJld)g)fHXOg8xlyTD${0JSfho9(i@W&Xr5PREI^^qZ^KkSBN+Yg z!x=GVyph%+bbL;4An}^~$I>5zXE84-V*=4#^4^S2c&bRaT-djGNZW(9G2o(+_;@fT z-23!t47cfnR6atMGO;G(Xq^j2cf>uaH5% zz3QKP`v$c?HF0eyIc<^U&dXcockg$JHyd-e&*I&o3Y*LLs$UPygX8y&5&0G>hsy#7 z+q;%v#rhrYhAGPl6tnBMFMq0YH&729;}3utRr+;V&Gges$w!l37wWgqN}Cj<^3N{d zxcKWnb_^|BL7T&5Z!fnt6&V}Bw!uxjicrQwc*R*#?JwM322lEPS=;e_eb14`S*|zj zbUZmizD6I=a+iDEuU4VC2-8~}Q1th)%PLg;TEFp1EOi%FC`t*3ChOMN-YaMGRRO)W z^gj7*$wy*$-;EL0CeW#Fy%sG>K3Hki_1to{6qUgTW811x7A~Cl+V_08k0%O=U8Vt= zp&%MsBM#_&Az$=CA3DaNtk^afEv{)e;N5fJk*9;IbunBQyWO6+AqWMs3Gi-359>Ad zmCU}JolC~zeCCC^NEnb0zp-!~${b`ekph^`AQL=^ego{zYkJbyR{6D-4CXBy@;`@E z3P*{v(@4=Qx5yl8=Aga=B}rg2+zs)dUgo)v9otW~8#8K309$jo$Bg<sr z_t|EL$-?9*-3_0@rf}bN)lu;gWierX-+{mFdC;VK8uCwxgga>d0DvlJfdil!+K#M& zB?8*s5md&JDg+4Hae+KvDDpkMwdm5($URZ* zu)|=DCe>jx7g79c!J(ca0s07*aXi1={B^pUneMG{%|8LD`zG8n75il1w63u z);{10c;-6zD|Z=i(5O5OJxW^(jJ8jjG=<~nkdW$~DBSyE8XHJ zlr6Kuo27q6+?^$Uc3LWD zX4>*UNMv3pjyA}6EQX$bZzEG#`3Ou(a_X}GcvG@pv`asGDNwNwircvHt>gyXbmJ%} z(#d(YVRPiEiYWqj;3nM*LDr(UuRVz^O!)y2=x)`09RR?+esmD9`ljmmLP>1@P_<<( z-q1)g#D_M7{xy9F{n7X95%!VQ(AQ9fcqrncpUiQ5YUGP_m54mFrRSz!C;9bTHEAKPbAp_iw+PVV-@qlpFL2jWt=2 zv5bwqt3Q(|ol6s$@4IT@^t+%bv$REEch*F2Cr z?uG$Hyaq5Pvjpg|q0{)w`Gdr1q3Jxs7{ClG&-S(PDE-(9nhUyzf?-k82{(6{5N`2-q*Fsgc1=IzUH^e%{XD;Fo4l25&8$TDbyC@z% zJ!p;mhQImHUQ~^?G-#aYkk@@L23HfMfJ&gw^!!F9a|@p9qp)j07Mj)_QrpUi>(_Kt zw?_#>N?*U}s(LH=y6=)Jv3WDp^ne6f3Y&Y_OEEW}N#$I2DRV=ah^-D=ui$L!_eBNU z>q!P%9%%BkUvbL8?KImP7B<2QU)6h*p0zV$0*7f+F0703J~lCt=fmNXS2oI4z!39; zlkbZ0m?@owQ6+xHrQmU$W7mUni7u~{J>eHEqFF+haCl9^o!cf2L(CAm7%zF@Mq0UF z9~W91vpH%4cqakDYsn?zch~#@`1w8-`_F`aa1V3sj8kRaN2mRv<}%Q?bC?{`^26{! z0P(=~(n2KdqCQmd{_NTbyg(1~W8c4qhUU!n&Fga_-Fn)S)VfhRTpzZJi_u6WjCF)r zi(8MQq9_-!dU@ETB8+ku23$aOuQA3P8B)v-g@GtO+05K;{mf`O)>lJEp5lL}D-ULk z5hr5M7&%Ih6^bx~{|2K`kUnWUA@N8wL>?$dPquHo$)g}dU@4!5ds5I*3;t^iJ`mu5 z#6RJS76o@koHQ{F*GIG@F+uZTQ`gXpt(>Oc&-46v&aRF9^2NAHmc}(zu=Pv(1e}U& z&-WSdMFciE(^)3WABDeqh*C~)?esggeEg)r=<&kwwvm9fYCIr!QR$&;JiP6WyaVob zE75Kn9%tT|E9Zg-kY4+EOr7&*{*;50ZJF6!Xp7VA%j^2@fq)-_bY!1kkFH5OrV-g$lft$;nSU3bRj5j9h(U543*bz*u$!eXYqAVT*Umb(Ed`s?J;Zeq9BtoX%&z zreBBp-;9tZfxD~bKvka_LM&&5?v2#_V4*eB1^v0s{)yF3GPfXLx`TUTE<360U`W^z z$e@Y?ST))BP01$_Neoe6H3+7t?_;(xj>+0PNMQ+5`J3^;!B-$omTjTLJujveddfM1 zGp>?A@~~IlTyy-}jXm||4Qr__Y@LQ0-;`x&hy?9MP3A?W>tJmX*K@@=W?fIy@SM0a zBm%!M0I>VT+kbAnVY8>1ysi2lFI|~ocZUi?iYk$&^BAhTM5!#`>H0!Lb}QF9>!*A` z84lxI@FhdIYNcFAh{pS#lnQzk}H=G5@xPhq;~N&NH|e-p63eAY6;`tB$G9L(DAJPuTa zNn~594BXhhV*ahs^worNW`JmlAxmZ|gR8MD`qEK$r#PL&B(kVTnG53YcJNj-z*A*W zitfnY?)+`H5r>YxIR#EH@Z?@w=)Lo;y*_XV#zh|E@8sVbbiNECjO32CmdK>jLr|-U ze8+jVr9*eFe(t>CQL{Ml4;O@Y*sHZys0KY7-?W4@=Kh5=8*}H=nH2;42#nI;4a9iz zsh+pEf3eh%0|7nBV6!iH16hJnbvMdDJwiRIjvYCudLFA!5t|W3_IsTQWh&2;FL2Jt z_W~E&B?x57+_7rqApLENDDDBaRcaiQ6U6hOc!Qra*PHt;ur z!!zh@{OJCZJrhax+f)1=+(t}1HD}1{DPne=ph@oCQDfk*5h9xWFOQMSmJ1eQknrI ze7QF)nTlyj4puDd1jMN$4`n{#U{clZl~Fi!@pTq<0rSm~yjvAo(9b<_yad7VJVSdI zSxHcPL}fBl<&z%Mhu}M*!qCu{Tbg80``2UD4@e+Cv1s115LC42kCT_X_vouRRqha! zg3+}4&tzU-_k1f7cTtSF&2`oift4Xy+2vuRjhzxhhdS~SE0Lp_&&}2-C8OF!c;}pb zP1o^F*opt=>CiAz6+YgiYCTPe|xV+*0gR}Zo%bR<>SldZcJFuaAt)eNWz6+iT zD)yzVjfxSD)c+^-qPz|(Qd{BnUROJ=3NGe#AFha&|)t@7Ww(O z_vL+U`|?3J+&tk zGz>1(uLH$rit7Yg4e^gvGQ#5UMq`}?QTI1ijgH&$V81Fl))h%bE z^_clivps(|A8LCTJb=$_do>k~c(yzNBYmjtZ&0CDjEu)L3)t8E4Sr>I8{@O2%e7du zitxM~N!g`Y7>&i03v425o9(e^OT$Ji8UvyY0i{^WVkttvRq0#N)g1z>W^3yM-xG@t ziAv!Ty~Cb#v^l=a88N&J-;+Pr3H62i+$TC8iP#E!gO_?9457RohMmidj?-oNi~gyp zb|&^zprg*N*p7cyjSmSs;ii#kVY|rVZktlH9gN?Gvgq)HR2=sw zJg3$xv9+#@B(1Lj-xrjCb&!Lmm~NoB#{w{5!jkT23u^O|84_nR@OwYpel9;BsE(0> zFB=-8ShI1rR5pf)ZLhTCGOb-7!5(7<6g+Qfe?`I&Ce)kbOx_ zbMluX@Yd+SCta>en@yB7t}r%Ci{)!94sLrF%xU$9slErh?SjEa74qqx?9-fZHS4a} z{7?%Ej$+R!$dS|NEXB%F^WYm?{j&mbf1MvwqO zK)$~pwLoagP5?{=m#JsgRf>y)d|r7c2aA-+IH(Y#@|j~MPyDupEu+i$@r8_U7ORiS;c zlOV*90DoH=ffFl!rM#P?xc~jVt)<#h5y5H~0Rbe!B?%>wwAz;a@L9lhHB5^%jLTz5 zp}MHN2w@FarrcOOFHbrAe~! z!8Y5>U`JeEX$mG^P0w)m1(&IIIs}e@9YT~Oa2-_TMb0p%&a3jg-()I zpRo?CpsI?TMiPETKTij(s;DGmM>+x@-nLO>--svq#`2nPgP*}6F&YmOyxQw!AuA^% zeovE5e6r(P;^dE@b#*$(clD~p_9f6?(!~Ao{;mAG| zGIG37LSGzwASBVDkegqA;|E1N@q%yUkTBDX@H^l{ZFfvZpZw*B?n)sj%(CcFh#b^8 zfyMk%9C@?Q`EyjIOY*x)eyy)wo`xELeh@|2PrC2tR9Y18J%aLz2i1gRIT>OSBeX_i z0p09H-nG8C8&$Bj?hK5h`4p{`&zFAaInwaog4}(6d)N4RhE_+`xch}*^DfU0vn)6= z&xtNIkodTJAD|J`c9?m=DuD61AaP&y;;m+uvW3;u8q`^*9J08WC=frDuz$32eGjU} zV=|E+GZP^@~w-ax&EzZ<(L4W)%3=$5i2wy>zk>@nV{Jr-njKXG} zh^+KvI}$D`08|9d7Fb|&p4-y6MGuKDUr~pRKZA}R73-M;WEWO9fCp3UwEJ!arXEn> zNzn`L%F@MUPj(anl@^5z{P!?U;-u*v*YflL1U?Nb4igdaZ;W_S(-)dSumvM#EFaN6 zvq>0<+r4BuwYF3`5%JDCHqB&^m^4!2KC?kdA@8c2me;`!PbT#OUaSu3PJK!L&Cpal zKv|I!)o?zd%+#pEIUjY%GH$w2SA&CLSsjX7ZMtmO`a^4k;)McK+rTS4ClaO{-93Ub zS|1!Pn^TN&cq7+zhKnr`d(7ks_6@Zy>lQfQeiJCk>qf_U$!_{ z-%?zAqxWtR&bzzrL`do;$Y)<*oA#xzC{s|#7DZK9)f<0-6H&ig*#*7xK1NRPS``-T zTQSf@SiP(#c-o$2phaZ7aogQgM`X~!RGTIT{S3|03%pj+zrj7BzZWQvS&;Y92zJje z*Is=6aw=_{G^z>->A4(rD>Yw;!%66P2U^lw`v!~*b6RjgER@q=g?O`74K#|*WpZH1 zg6G*eG*J?otqu_K%K`IUKr62YiB>s>;_vmpEVgVv6XkG{EjrMO$?~0jfI~N+uksZ-EG{KAj&$W)fcgJbU7GUk z1FN>bGmDg*BrH)^6SYF|=<@<5&yiM5C@@~SCx~&KXy*&2v-{yZ1BOfSDI}V~?>As7 z^K~^N zPlqbhj@tPBM_WuGEmpV7Xu~cg{`FY|qC0-Y>t*5(sds=j(F9Cq@K6`Rivf4eoimdMHx1HNXooy|ZEw%E8{hB-7b|#y1gGA7fFV9%(efEY<0(7T1}|5f zAREx#j4O#S+p$DPT@e9%WEPT5qRN54XN0=3tq5%{N(#5e%Ahy(jl{}2aqEi{f4ka= z(;r_hfNGvJc4F8;BorI3X33WJ0?f)#W**dYe37L3eIrsb7lshDn)7vQWj?dB=>zeE zxX&1}kT_%m><(4g&xggtx0}B*oPO)M)Dh~$Dk6bJX)1od`R0K&M1dm}DJc7T&5_d} z1sq&8a~QpBK~Er?YebOVP~liCNp?+K?yNJqc0Lt9vGlcFMjUyx_lmFYSrr1eYP_4| zVK_?h80F@?zA{jK{YBDxaZqi(jtZ+v3TX?L03?ZH8(>Qb=B?Y|lC|@j(X0<9v#?VW ziEs~Wgt6xjUI4m2<>L#KAf@;11ZByZlA05I-k=Y-sXF{xL_}CM=0?wf2Oq9`{&95H z+N}do6#XClbQWuDeQa@f(w}Gz$W+B}aS+pKaSH;Z9O^1xr0Z+*Fn4yM7SF!p~G5Sh(pyqTnZg zME2+XOjG-H7S1pN^G&`=##NX7@f+|SPy?`LGS2QMK_1QGk554<11XZI?qCOlKtnM@ z1(xbafe3p-jv(<9(>d;)$_JRC24SObMr-wB%80YDVO+1yEGl0-nF9HS7$#4I#`$cQ z+(}GkwFvD!aKYY2FF1KE*#!XG>-9`IKC>P$H+LiPq0VrxqM)M5?(nuCvtgc%XJ`@@ z{oPy6-Zsm<-9XZ4t84`d%1JYVhk#5@@_iwSEZjBJ9*0QC@T9N#OIfa_cD4GC8X61_haG?5S zp*bS}c|C>OV1Nn&98v-|d*kTl#Ft#l$6Z5m#1)?PT?`Ho0L|AwRF!fWEw$mNo>JUO z^B2Kf7Bvrq*i36;!`CrBaR5K;nek_YQ3E19+A^@S?Ozd9q6UJJmU$~M0RV`v7iD7G z0Jw$sDm#cl^>cvAzDPzwbeIs5g^YpYAVopzCwr}HDb65N!w>G>`w0zQe-LVUNuz;e ziJ^trS6|XZp_L>Wb07A=R|JdzPDK)<3r61DG5;-hR)B;jL4@twvfF;}G_9Bd-_{R8 zEN3snKc@8Ha1L+~VEd`amw4l-4z?r2D-m{bo=cbMDa|Or!ai#&eq0((9WvU|)DA0z zknXkQIvTCtY;i`GH~qSKJ|m+#U_p;pDCG@z+=r!9d^$n3G^L6A07L_ZFQIsBw0enq zGo+&W;^fb>*r4BFs+EO7yivzd?(Q7S3BoD`-)hWgq)O`9hKx+kxEGod;w;$ZJ`NbceDtrf+L(ba zj94;XGF0eGS(yA<+Pr-&A*i`?v`h86HR<77y7v<|Rs=ewOri?D#8%-vBWN|^^T}oT z$_u-~lJ!cx+nrnJH`rhLHmJG`uu0&3#+RKq3jX$?reI-{^LNH7Nc$0B-~#y4LV8TD z9Q%WraWP)WIi<*$hugWO$mxrli0Jr}Q1MR$X~Hx76Xpr^*xo-t-@uPap0_93vp^}p zIv%u&wPUgIwxXL=nvxU1&<#zKN=?&qNP3lnI@UJHxk~P_v-14wS=U|#Xnc%6nZN4K z!kppqyvbN^JALIyDcEb)giRqh4+gsxb?ym*wg*Ymq-? zL_EyjjeA{{>0GK$mF)Sjy{VzZP>(X8v%g$2Ox0TIDX?7XoHg;+SE$;h<4)0|YE}He z^Oe^9pd)BZ_0tu2X(vfpx5u$NFeYw9V%1umfP*WfD)3|s$(!>!H8u0NVGcD8v5RqA zJiDT55cNG<_7;^2v8fk;%&jCl$291vOLNQBT_(kNC$oSqcQA=}4-@u9O+zDkN?F#Q4E|=No=cuj*tUcoN^2oI!6kGjL*dvV2Dk?DQ}llP_bU&FS$S z2|AV3Bzx&TwNHVfyp9YQ4BXmlD$tUBd#`5i$de%xICEVLrPMxI4yJaPE#rKgcA zSH+5u3UNVSU7J=Y8eV0;O1*8|DXeZAlt~k|6WVHdOZWgkAnOWm z&R5)AaW@}8PXNOxp*2!OW+e8N!vf<5#+1vl;WMcJjT>{cbhaZOBV@GQya%)gR{}oe8UvWplr8qR^&v?g_nAih8Q>ReN!+ zxEJtkoylvw>dA61XjVO8Jlv2toe2ti%S~bBM7p35V0rYnuJLGOyKr~UTl2`5We!St zxP!D4gYqpAXi8bIvzv|A$ls>#<`*sKB65rb&#AHV`IuUSSa=6}HA%-%Hjs|=Rw5L} zi8jXuW>hVQ?~EefPb#^Ah?NgFo^$$$cljWXhso5>2CsTyzY}hJ9-yFN5};d6u_f-C zT@2EI$)Pcy1ql+JXi`&{lZ$!OX*5k`boobZ%eeKiD(TF?tfPz1)(bEGLcBY84FVNva zQRu4&S4cJtME{zA&fLI<2f9WbZ?!@smpJtBA+JlOrsUi5as^s;hcmb3_kgz{d~;*R z{_$FMehfGSWBy|O526!?5C=dx3#U|88y ztGLO~XLKAD?6P#^^#fiU4nn?3rdlEk%tD_w4)+wO+hc^x1;WX|#TOkja-l54#2{BR zvnDHi4B zUa$))99x@#OWWHhT~8zuE)3af&peYyYA8LxAp35Ii~g+OqQLHYQC8=OA)KGCYfe~#syUqdGmJic$UqmG}E#5O#%naGeQFD>ej ztPhLo#buB*1C3M8Q$h{K(`nP}AV6hY9xVeI`_jIe4Z<%6E3DN_76eaj76N&^{;=|I z9ddchK+rhPV=@7{(5w%rmjnos$QW5)IyP-ClRiL0gE3MN{=A@f>%GqVGLkU*AZ@oX zmgdUb!xGGX%lm#NRj3kX=GSkdWouknXY843LmZ_XQir$U&QebN3Y^7*62L|9O5(rty^o;8WWg+XCx8 zwwcx;A+iAYzPE{yq6X;#%qNRD7iHRl9pUCzLcj>%e0LeJhaYTSLP<#Y=Xbm0XZtVkYxh!1$+QWc#-?Z~^rl4{Eo2 zO~1;@SvXcCEy^467aZpnWlB2y5?!OVI}711Xt=(cz2<|nLb}B*(9C90ms{{dB71Q!owoLvYGUmq*cXt9MS{?uQjR#_choBV>~(O-WFyW8GdF- z;y^ZP4}l-7%@Aw9UjyaF?@q(&@0&#oBEv(VtOm!+CWB!OMjF+1jb!A1Qck}wm@9Hh zNTK@K`2LR2kU=5#MK~tS(L}>Dc0SqRa%{Pj$1u2quq{a3hQ=BkRK_-qye|3drTK;S z`pu0_tKCysIYME!(pkdegmxNmL%M)9j@hYSq7YPYx~WI(nkM~Q!J9(IdISB#rdB+c z7ZXETyI|FESGtk0J7WW(cChpqvdpQ6>%l!{n=kt-DrCffsb0JIxq#Q=sMCIfY?z#y zZ5u%&tc+5nl-re*Xqh`#Qx!MD2`i#bz0UsBEV{)7)jj9qVAO-Qa2i8ie9|v_+G7Yc zx<63~7|R$XeuHrQ0-cM*_IBH6izSIQEfS+&i;$$+Dh%5V&w=7D*3wP$B56zQf`#JD zwgXDo_G3_C837^aYsp`r!ePKDjsZmDYxyG^+ykdV)J@a_vVs*?+EXPF8@{&P=P*qJ zqxia3zj%)&w$JL%X|;K{)F!bZZR0Go19y2jREh@XGmEz63r(8oAjplF(McKW1JM;n z;R;@!NzLdz&4}tEi@1o`UW$B#{PWQd7tG_Uk&mA7%upU2(BmP~>tR9vjmbkQ$9a=_ zd2039=JJTFM5YFuo7I2v>j$j_9qZ8j!lzHA^NoAY!OErits|U?=~AzR2nsggA`|T) z`Z49Q`IL^DjJ_S9Fu>f7SB9PoLx7}?I6T6^iy&Pw0*2fQ{G$*L;-PdT{)8)N5*$R& z9SygOd`mMBL;OdyRlOlO;0Vc;z&$+0@5~(H304@0zvNKIpYQuNV)EhfT_+x13*6B`w^b}V?L>n~B57RC z43JBV@P@(_M~kSbCyo{v71?c0P_kizpkH@TpEx)h5*C2#s{@Dtf!0^????Z%YxC26 z4-qEPdkG6P*B0^;5U4#Ec&%D5F@FMtQ%xmem8ca9`%j+=YuP=tt-WBGZ`V*s2ziq} zNoZxuG0dZsMs)qwi1RDI6vbN=G@X71cGMnA%5;9X-uyoM3HGtoz{rDMOM#O!nT9}^ zc081FxXaeI1}^LQS|FEDM%321AN98!7~3Za)h6O;5mtX|9=pA92DL2IC5|rLgU>0Q zkbh2E(D7-p$u^20XV6WB9tIeLtd!RG`HI($!)vegJt@K?NwR*S@Qu7;)IMXD$D#t} z4ZK(rr%~nifuQ8R7!d`(PNkQ;R_heRJs-z9JQO{fTksgn{zN8d`H=DR1jn&=P@@9f z%cS~~9iJxf%p)Q3^l#IF1QkJr>vzz6KRxPP86aA-bS!EZb0o)uWB zmk>Uvd1b33IyKtl~h`6o0tmT~bvuZF}`O$B^XD}a| zt~bIb{IH zZ(4%R>l1L|Ij{84<`6Wxvawtm{S@63kT}En3fMpLYk-0cGg2VPck&G1$G2f`0GA4@ zOG8##RLz=PbVoUnm2l5yI;Z_TF&$3gIL~pf*HXf55`JGb9&9sn&Qjf&qL?_(uvNUl zj33wq`cPCJV&jV{eJJ}Wg&CT66-B+|n(?<#@o5AQ&-maD2Z&4p?Cio7y7%Q9`2|PR z;XuckU5(VDpovvnjt2l-knT9~Fu3BIYNF!)4SeaxdkcK~Rg-P*RAL>s=&igm<}J(2nqb&+uMGt$amqfx#xBv>EcE& zl0j=`nBNJcpkK`eEoP7;0mxUZ&>MV~`N4lQBSvpFMfO04o3HadRr3{V0uUN4ff>2q=JbN0gWXB6>b}8unE#1RUU>ri-HnO5Vsm|UCO(TlWLeLVQ zc|buZI4v3bd_rp=z&e-cLLjT^u_v{&5GK57K9+~Q8su*i2iY1yP=yK?iXSW~6TBSu z)vzq0pCm-2E!q{3@)7ON1mJI~I7M`*m$4r5s(^3v<|>eFtZsVyqDLkp8Nf-uUcg)KUGi=#?u^u7mB zQ%cA52pFZkwIoM`OAkO&1rW9d6l$ z_mOonWY@ynd)W1J4c}#X4;qKbI50vtVR?^r(=L+@_ZdcVT3qO*;F*RSQDD8fskukD zPbo&1M1&d|$vy*PG~M$mp3E6IZVtACzTq5jAgFHNyXPa(P|~JHsn_oVATp?)%YJpz z#QC=dd$?fB28yntHuqa)B|m*%GqL-#=OgTp?#;RpltEAKy^ct)Ss!}ow(Neo?UY51 zg>%4jzG>@5OV>}W!e%n zaXQd~Nhun$92c~U(tW7I7()tS`)EW1?23RAmrV!Qh*`=Q{yfYCpOZKoJ zz4(k+Bcq=e^tNw^63UrdADVlymI?l@M5n}f*MU3BUN=%1qY^1ZmAKM;>K8G?O(q4u zb#pj)S`a+fcjBWH_nhw(({bUQ7vaS`Z~}i_)B~wm4TUp`N5??cHH3G>5-6lTR=%J9 zmKe;y>UX=yVQz<|y(fhKdfyz@#tYJT-A_#FkRM)rn|$Umv}N<% z4mSqWSW7NxP_~Oxm{QEOox#tZJ;_cLDaHxW8Zf-3trTFysVpW!jFXhz`OXK!+!?yp z(!SGx&&?EDoN#%)(uo0`FjNUgzo7j1$~TKEQRH6rz*{_;8-MGQVEi0y_6tLb1D`tj_hZH=>gDg2>Gp#=$$c6R z_oFF=DF@)UFH@R22q44RV>G$`E%)tJPIrbocf#GMwnT`RDSd3X0Iq5SAL4EJl4JtK ziG(Nv6G%A2H_7Z#<+_>~?$9RSWCAgc2l9%h(>}C>W9zD$K+opa;fp0msj^MpCEW;8ZKS? zRDls6Hax+rz}DW8929X8qn>I%M8NBTWq|W~o_VI;0K%*fwbwe~?;T|s^zF00e*3iL z4pJMLI>n$Z^yxi{9&{^+WD|wlIjKzxf0)Gry%PmruWd*dVbyiyR8&MiGWn~W zvxuXuqIY9KF-aUbwh3>HS>8i?!Rs@%d(pz68${EyYY~rmunNaxmWJ#1SMLCkrcU$J zc)#MAa-Can(g3>1k74Z#uR^utltY`ny)fo!@=k^Rgd$!gJrd28UGwU08b-7TH*E5yReiR z1BFeG(?QgtB*F>SohP(S`4q4LY2Ml%vi*&@4;@1;V3HEZgFGIfM8NcI+kYQ1FsD)^ zDq-CPTtOYs8Juz}^M(D=Y*R3eMP>}2$$H*(cp7_KV_%=PX6##2cdO=r%y??q609Dv z4_Pjjoy*kJ;^R_UIPkxK30C*}`Y7lQ3c#Hk&c(N#CG`Hyoxb51 zD5qHA9*Dp1{q`Wl0q;)nLU59xAC2&1^0gvVg?9D>9y@4sJa!PM?x`;3eA(^fd6=lI z-GLASR3Mr9oH?pu^`W`%`7dg$`$C$xd4Vgq*^zQlczxDARVY>D&bQ%vJ>!Vof|yxe zr+`ZD6@7mP3Vvo~@lCYKO1kR$%=C2xgxHGxJ$1&ockEBq>U|{G?Q`Vy1W=e*2sM;T>rLd8`_=?{&u;U26}FpDr~a5_n1w)*R8IMj_=DYfb&(^V%wn-d^?H4)O+v8dpT z{bKD~R-N{&Wr+^$L_>(KT3LDOR6+p%h`cHjhrt1 zTZ)c9$||V(wMpZn(v$hV^wwQeh!+dSWMLSi6H>Nk;W@>t!X1KgfZXt-9XEdbtEuNL z5HKFRFbcXg@^m*-!>bYWaHSOsV5M1yAfED>g%M1C0fkS--?F-6-BTPA918vt#`fZQ zq4~ool7V5>&>~IwXW&(x$;&oKvg+5gXXy<0+}*?9mfI09h(KmGA(8^r$6R;v^Y^&i zezGuYEA=mApOXbB<8EU=k)vx`zJ1;N3})%a3l@zZ!$^7X{+?)As9;bggwBI`MH0hS zq)w^@y;K0~L(zNuzSDvLl(XlPLz~(WOy%U{+hDE0qJP z#}2D8;0WEI3NPnQ4uJya{OeS-8i~xE&-<1Qa^i9sC7R3sY&=D&PnNc5;AZ)0d?5tF zs45NB*pjsf0%pV(*AjbM5FzB?k@5N7aPhQ9Hb9J=@saHL_gf1vI?TrD8U80Lg`mra zU`izyT9myrKjz+a9a_Fs|7-VzOMEM#%LPVVtdTSZeWy!ct+pafE+4I2RTt}krHn22 z?%>XWGn9hlbzCz>T;#ID=4wi~f}fOj2lPv!B#uxy3;)6o!r+TiZGibJl5%uJqs86k zi;<#{tG^Gl3k7g~C7}H2CK_v(4ltwpTbb?ZF1pVS=IA&xmvRC&{i?$*xS#G8OsAtu z@`ge$c=&RlkFTl`b~yiH<||22UmB|}F}<#Y({Dk1o~facfL2wUsd-C@j}I6AdbmD|{L=ve@5BE4n#1f_{(=SW4sF9{x1SyMe>)J=eVQO4{n5W9%+R_1>x7Pt z@1H&>(?|5ekAAB82{P~p$fwB@cYdLkZI0{#k)HU0h!%~RQDDu~qe89M-sElSk#)!fz-?8xbu_FR*EIx1ir z`Q*+&K+i@uz=Nf~YhoM~RJofE#{OdbP&WS%T+0tde|S(f z&}@gm?|^m5$ytGN^@Nzb$C!=L$+PwjLMv+GI4_ra%S*KtGVz zQA|EJ5Q6{?I7OfzpMl!L)}P1Wlf^rgpa&atN=__Sw=+{4gg9T7VeF$rQ_~vB*3C{M z&ewilJxZpyec&m2nPL(W>yBX|CrA){oy&*VQX(hI4?v)i!-^g}& zI(-TJ_y*FM6%v$cx5f%)Xo?@7Xv_x2EX-h5?GCH z{y`OX$`wzYifFgwc4VwibydaB-sTid70~PAH2@ujK=5{Q6b7JQ)2}Q+Gt{@UFqv$0 zilvJ2U~IH0`a+yka)L?pbXZhqt1`s)uxG?KK;7zzm;QF$J*&nfp}&OMVV`*3UFF*} z8SZ*+V@n>vivxqJ_BX3Y)m%#L``dQa$)ag*=dW&YFArbEY=6IZz>E;B<5KMI`3xj) z)Yz|<)!t^Ph<@>+w}b)aP0^fxA((00fo5FHU#FZ{p)0;YCKQ8wuMy?ef_%G{mX=-? zG5UMRUDq08F4fPB{ti6<(e2f~9pxDnoaNnJuY*g%gBW~f+gbF5vdiu`xyYc{8L@uM zPIlmw8&z!F-A~kf4m$E@bF4{52P3;HoH?S0zZ!r261(^Ud}uMc`VOv{C7+9XNjWD9 z=*(jz6<{!6*k7l>smEzI&z_>daI=(A-)F&LyfubF18x^}DYd8aZ9guPziy|2SW&TU zyG!!D`3QUc%2rp}hhQ8@(Ke*BhWQ=VrL zDkg?^yt{;G^l@iNjrX69q&Kh;1}G~Db^@vZkhvcg0waLPETF};;!OJ)J#r-DUm@$h zbo}P}rJ^R}XBx-mbZ@NKSE%|ThPRL{msNysG)|bZOR>@ZU6X4*-?fU6$4ek^E9qGnBaq@!LzT#{n3u|JPB4LfVmSj+YExw zw*d%Jx7Qf|yl~lRy(XH9jQ4!FSW+f_q+kE5xp98qT~r`OkEvVA3aX`YKbz6_$(Hby8{^zu6#VV zY3eShuvy?PR2BfecwK6SZl40AL$B__^11A~5(DaQTG?WKoy+cX{k&Oafy7X++`mme zQ-YUmP#ASK7~aO=c{9Y9`=0nvtaM`PGU3#mUs=32%P$GMb9A z3RTjE%!e{GHeD+R($-2bugT^MCqYmke1(is*`C?}w#*CBo%GFj?v?2l%sDE%`SO4| zEy}G7e!;?X->bT3Byhq)ler$OI;j9Ogy!ch>`ztu-8#1Vy(bv_`Ma|;n00C0+J4_7 z(kpuEZEJm!a=RtMHcp@Ovx^jYRyDpmf@6)TVn4)#sYr^5NL(43+&g0Ji;}6p_SPNn z9OpY_$e*T!(8`2R2q)l;rRvW5p$~x%J?ft?Yx5`(Ux>6N5>PCmdQInMUjF>CN|KNG z+@F6vRij)uBHlQ@Y6eO!{4BuwI+vGJT_-5Yx@^h}aUYB{6#U2F{IAw`bJ}D7V1~rA zF}*~jh{j+n>3q+7-YP%!Y;)iQ!@&J|HKLEyW{S|oK>*7D4MK0Ll{~vG7efu?OG0T; zG(DBiy&#B<0`vlA<5?uZlGoYV_u^1fbCS^+{XIZ}j0~*l_=o*@AtdHsTz}s#mY1>j zn_KdNHSwf3h)hwg&5Xc{&@V8)fEuK3zo2HYdHBwwXvCUyrFZ+X^6{9ZHBbvqdew;q zE8_#jbdaisPT{o7e31>0*IaEO?se4XE$41pMX|d*0w*>!F@_ro3gUUqkT#-*O4`Xs zcMhou;}H8Gs$2b|`MU)<_c?EF;4K-Mui=#t@|AhCPM!VNn$ffFEvqX}JkECh=Pxo> zq#>%j*ya;6dIz*VvH1*w-xgOCzw-F4HmDx%7aGKRtl; zgWzVhrX7UEEc%WR0_VRRW@EJ{JNGdo3OBbuWq!ay{xzmCjAKjN(UfhzEDuI%YrZ~N zqf6X0dwu*N02bY7F@9JSc&pkngxqc@x~iiv6g-41LKtnEx`KieBvzR1+LFNIt zqFLGmPMOC7e(;xAr;1!ZPcs8)b#hd5$^Z}p#+1~S#qJ)F>PmVN{+6baPVeml!4l55L8C(!hH{xsb!Dc0LS{MG#N>+tQEImorf1TG=}&jKEVLFik^u`*u#t_zz%OWy)0u_#jtFEIr zfB32SfV0e!RPyr%%^2gACq$kYxZ+J=rC&qeWs2!{vp-GRzQ7pNh@pDX6Gg9|QC0ZM zB&?31aF3K~SGghUIeVQ`n6!ot-uMRSxNJ9YzFCo863}Vx*Y|#)XK$cM zu;B*wi;e;5yx=7|runZ89F5ijz6>}=WTgxFQQr0he#2Tnr1)g6Dz~-P^9X~5i)mK9y6=Lb$|^s zt`QpNi{H$|fR%=9heYJcz96C$l7?vXiL+=)<&>f#%E3{K1NfJ5#0cl!tOi<4su zJExA>GkPPK0v=JS%a-HzD~+Q!q>O^gZ_fN?NSMG99BmvUdFsl-n;lJnEAZ>8kLo?2&=$P=Vh$t zfNXKt-B(OXZ5Ov;lkALORfPa}&giv4;$$bM)11)$(;74+X?$sfCxNDxn`V_ z9KE*`$ieDRXi}d{R>$t=8V}oI{`;R0h*zYIB#j$?n?Tb>K4aR4A>g;zrq2w`X2-Lx zm(kn&@PW--(l4!wX(xoV1qk$|!rD39nq0B>S3*eLBhSSnqJGu0vz6NU5Y z5!t$0UM}2&e|soK0u_iW?MBoyKPF7pnje7LaqE0daYq_ zNNI+Y_B;J%g(i#~2<~D+5CYV47Qgc5^cGH4NGd2NI8A##m2F_@g&Jx`!W4OXenlhI zbf8&dLgW$EN4RLM&=f_N#~uY>zgG49!SkAMiI97m4EZ=UQuKk8i1O%dv{5}3iFT<{ z!o&FuyRaVgkEK3!WJkXbw5_w-ginn10zD&IwVY15KFy=-u>`?KN z7}By?pPVX>-Yn;`?F9g04FZNb-S3I!r2=@f-zPKC_6ktWDIE1dwK?p$yDbPhIfKECtvHqV+r0>)GSC@KzH(T@I&1 z!$?q(P>LJTz=3daCwG^d-|vMoI^3{z7m}izlr8d=JYNP~t`H}9VcG?Ef>lR1s|+_e z_P;P3Ob}g^YF7jk$%Lcn8R6?f-0ekcv%wgw{uWq404>0n zp7hXwbizAg;151dalKDk(={T%`x~N0z8!gV?Om%b@jOB(U%Z5@7gRN%2VODa$j2_C5oT8NOHkFWf_a*MIJB$S@Jg3*2d*fJa%c&|tzfAK&GM57Ia7cA+@ zcnxXOQb+RoW{$p?8fiI8bjS@Eg{qk1C!AtD7Fkh3E4SW1^r;*gqUR+-Ye}{&=#%;4 z?}q&gY(^v`(Q>Df(oIKs8mS4KrMW<}-JTcb_OJbEjX35IP*O(t@0o5{!t@`v==amh9q#Amshur&%a0Dv_TMI7e$UVWL=S1C3I=yFel?}2X$kv91S z{aTEzf#ScIA6D5C65kUlc^~x@rGbBg{;`zE|2AI*=phKuOEQWsLJHXeu4SR6V5}U# zn{dGuN+?U?EyTcb3)7HALEQ#I<4nc-1mV9 zeF584=}4SA>r|B4$-arZ)i>uiOsOh332_rUI1tzizvg1DWW%ju?>swgT99HRYftN1M<75I`9Us!=K3AG~v8?YLNXdjdz+~blyqp zIIe5^yOKr(-8%w2c~3_r>0n7dvkmf1_8Vb%S~SYn=61yJMzTxNNn+Ghctnk~aLT#K zSHRrex=+?N7CduLoecq_6_8W!G)ZUQkB`o=j2^Kj={DUo<0c`N1W@lQcNkeO0CD|O zAqC4uPqVFlr9u8W%0$+~lnEClHRL%o+YGUzCkV)43-SwHK>;!w9n*`@N0LDkWBPfL z;25ffvEETtsJr6haNDSrM+I>9$qnx|FP3^q*I5`IdA4Oq7eOg^){!N^C#AnrSw4no z0HK^mDy)qTdprsv%zI|-q3?yQllf_?-4vVO%TS{!C?eb-z78cWJY#~HA$b(o_)H@8 z)6Y$vUv*Oo ztR}w6$M-qfszLptu2u5@7w()QFFpqq-NhpsJOOUAOh$HpLzw#Ufn{P8-5(FDh&DI> zHGIqJjCn04$~cgI^;^xu$~zNwf1$}9_NRJx0xP9KY*M51i!W6wc5hEtwc<>#50?Nu zCEg3iZBlS(UGu?0_V4KrqCsmdpT=cuHmRn%A;$#i=+pW7g5XxjC?PLO>vu;T?W}m7 zPP-k+UFrur@ZglLuTQ!ihrVD8CHwf1zA}VX&d~9m%6mmJwfbWj`KOp;eSRrhXN1Rp zOi34yV{lR~tl>iQ@41ShO{Z7ED8mYsSXY(Mhs04sL=2A5rM2AqlI&>fTO0|24$C9H zFwM4Rc-xj%c0lG>8Qj&ckrU+Cp%Y_a1#`{F3@!*QlA?RbffIYS*Gj1IjaeUhEJyRdgS;3 zvG(*s{}8?n_|oBr?e&!}zxTXoyeOO?D1LliXhbA_G@8gV@oDqFSNa2OFQtZ1KS!tIM$Z`-bA)7pP@LDv!Jlnlwz* zJI81s5;Z(Dc@UXWZEcvozc23ACTXCLsq`aH7w1J)2QV0xxk73fPEFhGj^=KjyHW#R0g zG*&`XZpN@x%cxpB$dR(TE>y3UKU-fuZLfAbmW=M)E*$Z4Iz&xtL_WVC{hFHR&6`RO zAAh59?!r1C@NzuL=2n`sFwi1A`PMbA(9y07M0N-MU7^Pw03=v8e)E>hM)@m>NIUvf z_t62=%xx5>I>TIMgjbgwX<*QjA+#e&_Tdx2(tQ}^psu`bQ1!})Ca&9%!rl7QUq82E zs5_rj^G2T}zx)CEtPtSt#zVmi#+rr;C2z`j%;DE-YFaWX36IzM9kd z<#BMVmAD^k8fxZps$LPE-c4|wJwCa8)6gy9Ju_el877~Y^>H|%KXDi?-A&PRl7W)| zUF_!!t$`N9Zk=!Zg%zOnJhEs>*w6^WFxWU`@5qM3!fE8$(JQ6h zM*cW+2$^!?bNBuvYwN5cJDzlubT^VpD+0#+Dh^1pB;!saAS}LT$Km zxPGttt_?JYCtG}wYBt!rmj&(?<5$c;nY(p)Y9ddb&~($bNpO-yyTPF2cpPS*l@Q75n))%5Kh-~nO&M3B+EAK0zn6NcXp z*fB)7tjo3&^MR`T!Uf~Eo4=*cGRC(i28I`$_T<{rvN?7SemO+F!a4n@-4;5_IVhP7 zCUWhYH}Qk;x-Sj13>^0P(kn#jXOW+?eJI@XOXlC&6jxuA;Vfv^Ta^1KoHY=hyROi4U>e$o#f<;!rK;2I%qkz4mpk9U_j^C zn|10X^7WhKY%F^98Q|t-)C#vu_ z4ylArm{}q`#VDdgCnO3$Iw;Nz>%`}EAXdPi(26lqXnA1K?kJ=c^uw4<{JI84SwT41 zH|$;YkZ3z$AL_#fw(MCgoTgvkoMdBsL!#qs13 zz#L;PO_$J2Jp?QVyy_+)l4#_13b>h+B&mL7H{ai9Gnp&iz*T;&$9=|N+dtQYwDzp> zL(+)oTSg1ro8M0!VgFqTSu;ON05w3$ziGZ3DS&AI(CAMz2u912VTPu@i~CVz07qLr z)0s7Bah6vfsFP^L{03ajto5kUshrG2Ll) zg ziWL15IvIfDHGseFipA)D*7#=sk_gxFDfEi`isAi;@~*o3pf8V3brUKFL#kM`2CG=9 z)Qy>z%s_A$j`KAo?L}8fzf1nD6v5)ZG%Ki+8W@FDd51>Q8T&CgrEGp?0LiaOxroXz z>fS$6hv-=`&!u30-CO4CX%uvMO{SQw$Goh*^qb^X55S6RUc8oo*D__bQ^bcDa+?R% z#<*8$WYzP+KkaFUvy>x8M(TQEIzatm{3D>L>np`+MCed~aI*JC%zHrR z8;*;}_Ylid1wZq0-6N4r8G4aaV>saG(9)8Ms28ym=_nMr=C~%OB{pI9?6|8zA3;=n z2-Z@onRMEf@|HmnaACv0F(xgis8EWG+H)R*jVBsB^E+X(xUz2BFXwh1@$O7@ z(A|JUL&W_S_&$S5GhH=U`)2l*4{jXQPQLCpxGM#MU4H;%Xb%?5L0?LjMk%N1)c4~b zH3@)wAJb6-N>R27idG(Ha8J(J)uHd7pz&Hus(LRiqWnih1#=?l;N^u{s!{`y0a2xj z4nEDOFC|-`zXT_PJ}k(Z`uSuL2%epNuEod{EA;W7|6{h_3=tpmt^Z-EL&YyuzBR{| zVTE(+Fo~_7Y+Z@MA2jlyN>+ghn>qL0k&@!8X1V9E*TkstbeuIZ)emcRd&(807dbP} zMnBq9#r@0Zk!Aki35sz(Cr)^GKd&L<+>So(TFBf(`rHz1qA)jG5v z^kjd;!6*nKim9iL#Is*nN=6j9L4@BfNVGp#J_uCvbcVm>IVI^To?(EzQ3MIW!B5X= zt);(uty78Ee4A8blF-xXA83W`k?P_SWWNd_Mubh~`#@vqWZ+2_s2c4k8`J9_eIjZA z&t`#rXtHu8jrSc&{lKVjPb9E-sKe&mIF+N;Z6~OfLU6HXR4*JK zQFw8FsNx!pEa%tgNc>a;T%&W6*w5;i#Nkw8B_G*%a*kNRKKBNYO0j!Mh_bB0>=9J% zgWsFR%jXSV#%A+pPyh|6s|bE5kyAjEJ62B{og>HSW(PT?f;<-?E*GACxEp{A2EowZ zH$`yg!%;n4m|+>eJcE(K@&IIpEF)Z;pPW03Q&J?GCiB9a)%&A=bW_M(SUevg(hGZaQB>^wkTWWf2QgZ4a`M#tJ0m z-dXcLlRx|^bOs|G8uvYH=lZ)p)-ggKR7r<(tk^4C zwO%Co`w4Xhpi|d4m8R~ZOrcuyZVwvHfWBi?vO{R~TTI`W5=%@2#OzIu+VQ~%BYUDl zEqvF)-c`XMS>d7ZlQP>Xc$R}Ws%-EYCc(YGIMALKQ?LBk#B0%R2-G{jq-zhJVU$ku zd|*O|HteKF`T?bwX`!DGRmLU)(kd)2QN4neg^9ZmR+M~xQ}$GF1lB~8OxdvZF3ogg zwL6mqAFe)UcgWaf3mSvHA9*i)1vSPeaA&GO{fyCCF+CU&pCoW znQrJfDAqN!Y1jH-{^&q#TJusR>UM^ce>jbK2^o518qjpl1tn>-oy7>;2u&^JUgho3 zK>sX=)=zIFR9Oz+pFuXbk{-mcPU?W2jlB#K575LP zwEL^eRl@bY5u&YlPp5vqK=_Tc7)TbBc@8p$Kpm7X%twkIsI@H1HrCC&GirQC{v=Kn za)@3njUrtcA90Brhj=ji*VfnbZ#j^kU_IF=NDddLlNJAXdAL|OXu&FMzU_JC`CJ1=3;DwGYbBGA|c$ef)|gj$~n~si(gC42%3J15~Dx z7bi*Xc6Am;Q%`i!V+oA%Pq6xZ@2V;uSOc}Stemitwln!wD`suxcs-Fy>rFckZP#*V zVkoFas5wfV}ROkNz8SOfG@>c$* zQ?uc|4VN;yM1NiqvwIS`xtyB=R$jol(-x5Q1H;`Don)|dZvr5E5gnzuAJxZa!S14l z{Fs7_*wOlwOzf~MpONH-!5%{&GeLbf;~V%qFcb@mP}dD3cXa}S&WH2~4#9T6D*pE$JQ_9n12Se8gJl}SL04;kDw|mb;Q$A-SEX*QVchoAo(P&S%;cLR;nL;W? zwPSlGDW-hXJ+NtL$n3xSsm9ro+-#;}b={$szmN9b*;Y_zX45)AyN278+QrPtN;;y( z1LG8DGZ%J?W(u?y?M^7*7`RT%rB&$kcsA8d;1VJ zoi8#>5$3kJ$}97&2Jc?JJVt*%;SN{_H5S4hW)U?-JM9^&2N&}<_Y*;^W-zoeMGr^p zx^F`o)XdEiu5D!IvXnyPwBb;$U+wXi6L5@P@-smw?x;mLjeL;El@ey1t80*xR_JvA ztOGZ(E@bN;Yb?{xT)ONUD(@XD2I!l0;pT7~8Zj=|k>iH-P}nUicnp43i2U)-0a>Iv znJ~DP>()9u=B!Bj79Jh%#!Q1{nnVBy&<~9<2^71PNcyZPSZOn*3s9iWso5WETGBeq zXcpld@ALa9G`TL}3Ve~NFDQ)gekVUmCa}&v?`wVaImdDhXb9>cPK3qEs|YlZ*7~;$ zR6x5mldUHeITb{BbL<|q*~;^7puVfHOR*$9D7?z*l|tj#HWvjvzyj>=GiFv#@qxM_ z)+*F9;S!15rjONLIPM-euOnjKYk6$g(_=TdE!uVywJX_Zf#qs=f}nmE~9bil*Sk7J&+vds)t?1PGTX81UnJ3;MT47G)T}<{3w} z@)^n2H;v3Y((+5&k<^X>3ViOAFGrMrYJZ(CFl2H`m_I|3R?Fu8RvBE5bYusJpeIm6 z^|06EgQcN~)(oZR)O@_ft$4|ofzUqs-DUi|aYM!R@XpiY7j_g6A@OG>YH*XwOSE4l)L$apLTc}ez^Y?MfOa)*!e?G=Vnh1#T z^hInxLeelZO9kik<#_cTnr$2H7amS@#NBaJOiwp^@04)&D&Pa9F*og2l399O9gg zjhN^i5KMr`DnsP$+`!-dro4~R(_&Eg~Nc}_|-GOv;KZ^Y^9}3M< zhYJ_6gA{O#1fD%}=F-U66G#>^c8A(hWQcSDTUuM!$<dj$5+mJb& z*C;lM6pa}p2i@?_8=gFLLIu(}x|-7)xchWADp5x~r#Sc$5ncB&(6Q92L<3q8XRgco z-ns_84GZIP<+%k)&5^bY$G{sr$<=WihR$u{$GW z?&4FPq8PLO9&M6X6QMjL>TBOC*J^&B5;ez$>r}j-%lp?UGm(O~;ffdcv4F+19WQu5)x3#CE|P+d1=Wrc5$=fxQ-q1f8&OMb}%vrQ%vV1?&r1Fg2pY z89SAA_G*Vx=mqS6kjiJmMq9Ti0R5x)S|@EbsF-`CJ9Zd=dEr%oITxh zdIlK1S0Gf&0LVSZhUh6G^p>t&LA_wDmB=u@F1xTlZQOhbPc(jmPU#|e8W2g=0PkH<858^6TWpY%js;7^xxcvlgJB*Jmxjmt=>6=RXbk7^B*9!{KF5`3? zuojBrPQb5G&FZs**WYVA0@W5xKmWd6`f0VZRx}Om_pIo}D8xN=PLTlRKep(E>)A3c z%-|gLt3YXKQDn9nJgy6ov= zkFpAeGZKQZp@Ong=vqf8Opb@Zx&88(_G6MM{d=UO8ITDq2eR~Gf}e*c)Jj+w-%6<# z%d>EI@N#}lD!k;q-oBbN|Fj(>En{(M>dgW5cQB*F1aNVVaCK0Jx9YLwznKmMYjj_n zGMIXCI6*C9r#c{CC<5o&xqu4O`A|zhggWJK@58awipqu5ir^+>Y`BXT`mq?2b19-c zdAdgl<~zC?AYT{D-$SM#lb!y)qXl#SAo`ae@-kEhdW+}hqFEDknM<^$qBOFR*Uj=L ztx@KyY1mm8zSB76yMVbBmEeG z+kSBhMpq+U z3T|M25Fa+Tf>I5J+ZpL->HZUz^8P~WOb5ONjgEX&bv}0X^Cq+)p=rX2qGb_Jq+rA| zHUWOy!P_G1y9YlSHs?Rfd|o#vRV;5`E&Lg9?vF`mVG~XvzbYLO%l-iT$H8yfz)pIK`vK`V+q`aP{Rq4$!X z3s~%E)QOMDKY9n%M50M$deciHK4 z2bm9Ys~$GIlS4>=48>Kg07E%Al`*cn<5^fP9R#=$?jGWGm$926BQp}089zbkibw5U zk0IcF9ZDNt)YEqcU3b(C!4JN?C5}Hq>oc_ed)z|%t*MZ^@g00-h;AtNjwVYuTqE~A z|0ZR^*wp&R2Pk_0*o`lJ;}^`VTV45qPg~_6C*Y2J4yW3MtK`$_M-7=-Fqy!Muxt*(_upObCX~YOb2a27lFtzOJZrNF zm#Ocw_zy>kejq&faw7uy_#>BU-x2#3fimYMKaU;}<%$c|ZMCo8JOt!}&KdMyd+{PjVs)zu1HiFc2Ef?pebVP9HuDSft`~uu!c^k?Lhb{QU4YIV?gXsh5m^ zEtvN3>$t~^lwSD^tGQwM&6uQFK_r0?f+d85Yrvf205_mAy6B>`uQc}PhK}Xw4aUoZ zOI#|se07H8lX`E%Xg26OAef$56WhM{!;s#@7^TofhRz#`XAIQefgJ@=)hz_$+z=82 zs~e&g+%1L>p^?yHqyTC_3`=RXxVCa;xuA&dv+6cp^;suKbHq`dHXBU)G_B>FCnR!u zIM)Gb45DUT8YM!9tgtf9<t}f#&a- zz2F!25h+2uDJ{Kw#CgBO96^olO$+D`D3WFP2)fpMXvTXmo9HmuY*&at`i~U%{P1_? zv3iL<_B9ptMQ2kjzV~kBEi-rtEAB8`j|;uQp3K|fvNKIvLJKc~uu*w(zzAV?jXNJ( zBk#y%BF;$V#xQG^2C?!YS`_eGW%N03r4bJOtob&^iIG@9$wqS*`nqm`U3N_28|dyld8q#;&=V!?cLjUwoi&9+ zyL4!wD9@DXZEhZMNNVWaTnQKk7j!TGxbT_Mm43pX(bNldcCY$Oeo6^bdE}<^CL9dC zWQXeQFXg#?w94PIZCKm>9VHvDZu?!^Oe*2-$8Ly=X&7CBWa!}?CBLGe@1gHYF}4YP zVWmW>qAl)T1#SHB%){86w7eavUltH&DHF|Bz%nx;_tJ6_?Nal>j~uGbQ=IUBu_#_Y zJK#8DnuCCI*cI+=%MCgvl!gJB2$O45Xq7hl?Zz=a2|OfJ0Z0y;{g$}BG={THF8je@ zm00a@%dp0S%cI7(2F>U|ONE*21nh{7U4(ezodx{oJ_a1BbtK6q10lMDLI{to*_)Yf#857ZP{NCTf54 zLl@TfR#qB&fhGY-clW#1bV-D8D;j49Z4uo_!^tTdtLYc5z9mwPwP1wMPi?W3{eCl^ zjOA=}?1@piO2Cca+{{pYGlX?AP1NqZNQn;fEzSGQNQf!9ycZ_uz^|L$`eW&4pYc&% zoX}Mb>oUd~=m_1T*K|{d^MWs%ouKsz`XAl33mfyD{SMvqhyXG-B8bG;hyo9$32S6$ zNikqqeA5F%QNg>mC8R@%jm6a!rMH=V_m0dEdmDWJID$oJo?{FwKAp7r1S*+NrU`_V z<$|1}HNR2DNMRWQk?dGK%Ja9`u}UAvjT<#>2uJG}+?&XQU+60l!%tv82ci!$Fw`bP z=GKHbgPXC^4t69HmAB%Aqe2C-?w-CvtH~Sp2l?Q2LY1Y8_}2JDWOQt!bvvUNEBmBl znfl~ZUV}~DJ&mA?OGTK)pZm*2)?GLsm{I1gretbZis$obi-7(fGo(Hx=gnO4b$>GZ z&^B$54Y#S}$AA>r{~9>l8lkYr?2u%eTnAXnOMSFJxX3o_FF%^`HOzeQT37(kd>E{#yPuFfHo$jro=826kCz)h%<9wuw3IfMMfUw|l&JaP27zIWK zR%UvutjxFUUxdSy${O4hZD@q#4MdTq%ONLmjA7F0KqCV_zRJraP2h&W^ z=+mA271q*+6bq@KH^4L>MS0$=aS+LYc|ZBn^Y&FJGtZqAu9SGW)Eg7W&*^e zV8U(A`}&3VO1)sE^d4S`d`d*j(gArb(vzPg36jM%&YWo;q`I7JB2zTGCDEuAn z*eK5I{W*w1!-F^tb!d)!0S4~IF5X>IM65B>Ayeb!I(nIyC0mx4oqTb{XczhD3mgnk z6HB7GRN3b%TW;eB#;vrz%FTQSlzqy)6z3C*Xe2p>r@5+@C9lmym_o)fCywak+_p)) zAHp4BNqXr(Vj^A3(a%&CbubD;w#ZRi=ISHB-PfO#UHW>=$NSziDG+VTUV1G$5;-UL z>1e+ukB|%%0^c>v|dNA)W?5(e74Ej}YMql2ud#+Yo zPo}@lS1?xloFsi&or&m>wA%l^pABi;Y6SCzhzNt6D^Cb#fncmLzy?19I+_$iJO)b7 z4c@pxk*G|K=>wBTUMi7M?Z~{6n057Q$$q$6{RsZL`Bc{G?vwS31R!mXfo-A=?2S5k zl<~waF9YV_NWXp(J3NB$uK@!t&BaIe<-^&?l&yuTce&YDkD|xzJsiF_X@a3%DTi}G z5-nrA`J-XV?&|L37+2n~JHdFpJ?_9%X^DMwHQsZ$%gtzS;fG6Y`XRKkh<`w#pj-48 zGQ-5mZseYf-Z?3HHFh~WuOcEJ`!Q%pEmUod0PDFkjK%lXwg>oRZ=0*(ICmChzy#gt zE5uxoDqRC-b`Sv4x7>(@|+d8 z`aP7!04*eA#A2IF(W{K()xyj6nis>3sxh=AovP|=Owa`Rb0?9Nq-rQ`>NhK~-IufMWS0fLc&Mgi+-&tn>pQqcX6MUc;N7#ZAMOwH=f-187DW=LOr1=f?i{`*6pHIir` z$l&}!^@?Vx)RC~tzp-E0ia;m}$Bcz#r)}xIV*>+ynWRhW~N+9%%Txh)56@M zCc`P69(8D6e<4k??mcS-mz{pOEyVW_0-+~ttG*x{UJm-_{0GL>MuXNk@C*u5bEyGCo`Y5{Euu(Ec3B6 zbL)C`Qei(#csj*$`7~mImOKv*Uf}D<06Or2ntX3WYd!na-od`^x4;@6${jOUki*)&O#`JSRC?wqYCs^(xE zFg}}z3)MB9dfGJ_Ig1{ATsDpZ8p31+Oi6xm zn5Gdvasd@^Cl`-*h;rwQ2nXeK71_}K&iFLTMU_G3CI|%8;$7E zp$sTCsBrB<1=RD*n@ndEW*-Pjy^tYx+o*VTukqI{#p4W>^(!!Mg?{6klGc|(N! z0&KsAIe0d#U4qqf3SAQvI=P3Y_nMTkWuV6OJ!B0YXYI zGVqnXD0c$N?-(_d74DYiTkoc+hIdt*c-*xnZEJ&S%4yzo^DY6P7)$G$1vW2M(Kk^H z6n2C*eeR{~)-2}kKZz@QFTUzL_nNeIS*vg3CclmpFq}6)uLl#$j|J45GRXXqO+DwO zKx^K)yd9UyV7Ut-BfIu)8I_m#Tg66GP!+u3YTc)+-s{u$tMYVI26ah+>N31OPC#~Y z7F9y&!`v==irgD2m=E=(Eu27{o4u%jV649rsbDISJvRwrU?stPbs=dyg!j!kYAxXB zGkHT7d+uj3!1QAna36opo_JLS1;b&wRe-H~Jqqtm6!A)+Nqd*TLx$*fa zt3gcx&iDK+Z^5uKBySq@lWntO)IgzMmsYTuV24xcLo!d&L#DE26kZaBAKh2l73KizgEfCyVnJ~W^YdCad#vi76J!F>U%^1mIhDY@)6pr)lnC2_LUdxt= z+Dt7&dt%|ST}g34do5u~SU$z`b*u7woB>`Go7pTd)y3>=;o73 zvVAByNW4~;5T631WsRv;`Pd{(fWNRyoH@$n+#+y+t96{oRr2>RMjxs(84#skti))F zl{kF@b~!M4J9!eM%=mx;&RQ$%p4}K-TZx&J7!tAN$RZreoym8{8x(8V>am0hPR9xV zTJGY2^M-b!Y;~)AElryBMjW4JQ8O2Bj#XMm3&D{JTLL6ZcVK8hpwYO?419trg8or- z9?J~^K@|KT4rCBVau7KRZseRZUvKP#UFCAgXqkD_jf6IOA!G@k+U}KXo`=(;YWvDR zu4DCHydf>4mk0ZSxkb+{Pq#{G)9C-J0V|&`dzj~6a#puZ?HaR`$_XYnF2LNk48A>~ z?%c9mSt9y@OQ>RtyGe;Efo+Yo8@gOF<8b z7?9LSOP+FrzEOHO`l8~@HRb_U;f_C~Vg1AK<&Squ*vNg=ORfvEUlMtLH9vrA%-EzZ zVCH@8;P}HYwL1x@^GqrEiIYRfoO=CKkIY7CVZJl(*6fi)8GfprEH%#o6vgMzLwJrj zITs|q(eULViqa}ww7);RTE%*`di$W5S!RZI=x00PkxTc3G5_A@=tf-Fw8LspfH;qI z$}}YU9shTf2OUoe&1Q_nZ~vr{3r0s~$-|zkt&c2&^{Qv0g>zh4a8ncK1+@jW$K+m+ zvQL)XhldG$@p~pYik?XY3tRKla3kIM$|$8;!aya>ICo~@HJYP9cxF9n5_ zYbAu5j!M%3M(Bhz&wqko*7RmuvBzlwfM>(-N>&grf7*m>ofor!OqZqZZCf3*@TY;G zSA$gtG0HC{TrBV`>{#Cqz~MGKehyAm3q;c|J3mBFfQEf3@S$tGFTpKoNj&8?vvLJ_ z#i)h(fw+c@_s}coQ*-FaJ}k+;fzXkd?7QBLk2X(J4;BrG53P+_GD2N zAJc{1>qau($!#+?QhCJRqp#f@3O{)xbWBQo5a!20<%Dkn*F`#XLLPVg-I^4^4b%A_ zdZhTB^6`g7SR?jeZmI&7A47w4zQX?69FH!$y;oO!p zeA$cr=viilIFiiz()cFi{c%VfS)1!He8Br|)eN1bqSrp3w00p?+)%eFeVY)3sU|&> z9qpkOOib6T(uh$?*6;ezv!XbDuuh0WtgD1=XF5=7bn%OG@ONHA`@GQ&_E(_ddAb*e*Y>Av2~1mZ!c)4F8Q;@m>sLbS>}Y3MSBWc@%FyD2EmMG(dSzC0or`b zxy{03X29ysw*xBO%|zjxGu3M!)ayX$(1s-dL_?kfb04pc6$=O+I{Gpk+n?*|0jDQP zo*+*;cQ-ogSg*qf;+H}TS(lEeJ1}9b+MU@bDBOzXpQfh5H3^#+Cc2kHY4{ zGX>D$4Fuq>-|W+V#p4^fqg=Iiz>#VM#2(ENfoi?ghbzB3_4UwW!fBcO9(d)(Vl0O> z#DWMQ>0WJ^S`G9!X*@C%t?I`xh{b6lA{(mgm3L9``7rSy4oW!n!)t9&^sAY6 zEz)JvKK|*9e$&uUDZiCDMblUVO|Bgar_^;g<^gx5z33MXm_x>A#L<|a6V??JC(wgR zmx0LSgyy;y-sWF~864kXd*_)Kxn94u1EY%R81p!OjWAqGRkY;SIKI_SS|Ha;=Q$OA zZF44i4?j0&ARwB|QkP7h=sqz&82qT}WT)Uiu?1Tg%CM%bcjX~nC$FC1cbs&^z3S`( zhR_-iZuOOXUE-S-n2unmOH2Wf8%VhS+e65q^g{DE7f_8VBg15w2O*ZBQtZ=f_3mXB zH`NUf!moOx1quqN*%)<z2v zrMas>{ohkZ(>A~PvJsvN+O@UfLnAeX{UAWJ&>_UV(B|>UTh!a6Ec8?JXp;rwb<~-| z#b!2#VNX8Tx2c?tJTsoy=Qd|J@x7+Zu)qR!Fr@o2MC;(x!JTlLTfQ(nH}F1Wv_1MLLaoqkNH8xI=f_Y0>G40NpsP z<~5;XxxeIwiW~}ZF@S=3A>9CxAH~WZ4-8PUztx~=4nFcuwMEPJH&Oj$;pgt-Wn$<( zX5oLOs?##Cd=-y8LYM4z9@qmpqu`xp;UB;ZoEqBaX#Z4vYb`=^4Cw?~s0;6S0i}}m z2Bt1K1hSaL^Uk3EW&;tbj=_m&@~J}AWB43sGMDIcR(ss|J7FrZnw%5Xl|}aoT-8h@ zzLpk93@!Ami-*s~(jM7{^9ycAt_Zj;_Uo$BI5MOX6z$_a%RN$ZKdr6nyF=dZK3-uny*1O2V$gduRPUbxIxIAv5m_=l zDnvWl11Ps~yl&`qwJ_!ZNCHUMzn$sFq;4eMz3(srJ`_Igm>S|v&f8VfI;~%8k|Xv7 z%BrY!k&BHsW)t4Cn9~49U5D$g4G8`^W)Y6J+TcD>)=v_Yha;}8tRtF|d3|_O9WR5F zdbFTAD<7>qZ(Jq>Nq47L_BcrK0mJmtni|#LPPKgKkU*t&FgV~Lyc#kQ5-hc11+FF3=f@t40SbwM4bdLJlEzcx*^(0t zfqpPcWC9AFc9o3lbq_-|Lj*{pP#zCoPcs>=N0+svQ_zL{H-NfE%PQ>SsT%}5U-DKf z3S)0K6#xqPAr?s&m{2?1in=e>&@fkyiLeI#8S{rG7*%7YOU**8jUcGd9%GAOO>OIy z8;E)`ROPx(m%boYw11VYoSVKyh%g~XIp{_?Q(P3_EiHBG=-ZZZHX>~ALL^%q`sb+x zX=%_ti&LatJ?C|s%5PY@nT(}hIdW^9Mv_oP;HF5%aFZ(b*!Iz6HE5$G zr=6%u#?$WGK;2@(km8a`Jv{=dxi0u5tq-9+x}W1|B}Vh4(BKM>r1Ba&=fR}+Q;m1cVkQ7W;WJFIPJLut+ob=s?ATb5c$ogtM(AnTCS)Z#*$qc} zc9i@WL_q5z_zE)ZK8`y{Fr>3Qj$Ol&qhg!-3&SRfDn#NUba1+kwWdr^)>S*rXmmh| zlsJ*qN0Qp|xmj7bLh5Ar+8DD|grW<7XFHt4GMTsQXlZk;C3H%F_09>U-Us?z$v_QZ zvR!;Ods|Oo;nDI6_mmKmsInEq0){fNWxIQ-!V=Ag3%nJe>WF-J3dVcAhg;U|?1BEY_c8GeoVoe<64Z16S2cw=#J|BZ{PUCec|S0YcOHk_SoOS!+c# z?#23S1x)_*5W0^|vD$KUbhM@o*Ar}!*byq(eB8d23&{|~p`iPkG}4`g);Dw&mfb*e1`MZz1i#7CQGF-OvdN_j%kHV5R4h-$g3HATe*xPISfxB*xU0sx0FjW>V zfT>AuRZs_Lz@o2Ryvm@3)`H9m^ke3piLzU+@eYGU#9}h#7;AZYVl?g2hxwK%H(!nE zE$=Gj`9$*XO4}aH2Chje0J|_671_lc3 z5zA=zjG<|P|LEiRs@DJr7RFPRS?h6)cT_HH*+v*WpGGyJPv#X#rA5y} zp>|k)O9sbg9E{)LDkLJR(i%m$m;N7>%)7)+^rSzGvIN&C5{e3>w-3$PJ z(^*>=N^XT+C{O9;i=f)>&-Z7XlSJpA`CP)Oc1g5U8wiHD)&8tSTaIW&ByS1*sy67$ z-VcM)F*RA)JYsKEjU`^-+QX;PE8B)g=sYk6FUHWoSomd3p!xMzAoS)wa7)svcg1dR02v`VMZagr<8Yj1+I z`=Dgi&M*g(Qy%{RWi8rfJk*Hwik@$8a?P9-j1D)Oj3bzev0)rVy&Txq(P|{_-zy9wIj&i(QBSI( zRfca*6EE;1fp?A58QJf2UbBQlxHATDieRgFjaj=gj>e0rL(mBWh`Vo0)I8CG1I*g9 zUJY4=iA?c~R|C0P7Lg;m9$T(6iFgqvmhjfjZUmFAg-aMYHuOYrh~b2VRg?OFeL3u_ zzSNXd)OE$;OLQVnV(CO|^fl8JG08hY1wV1L4K@5AUGp+~6yfyUqIRU0UiU3;6U!P> z5&DuFyRc1K6Zv$J@h%cpUr!b(l-Tk3@_CexyC<+Lbw@z=&+XDnRq#5W`{Eib9&vun z727@5Lqw6a({CJ! z_qR?HTqM6X6hW)XkDr9i2<5BCZ~?`-Fw8J^jOf%a?rb|(`#YNAplLgVx1W6ussDQu ziiPdHbC;)HbGT}9@P$)AqEs9~Fn@51tcjENkfmacXj(_M)ur!9i|kX}J08fg|JUA8 z$wFk8_yuhG{(}=w57+w~z=GML4`)RF9hd&+r|Osgaw&#%YkGjH=^74aCwPpU^J@5Edz2h@=gl38N zhFy*25C%QN%hH#gV#7nMu?1mZvAynjfh92^lP@cxrP#~%?>peU)1PtAI-dau&OSYN zy{k%#pT>MbDpUSJPC{?bdEtR=Mq{N5s6ipcIhoU4JS}coVlny^4}NeX=1~%&4s=>C zZ(4NxfW?&5Y`vYTU;Lcxs({b=lH||O!y*SS`^Q4Zqjh}HMNhnQYK*D#_SXN z9w7E(9ennmY9Jj`IEYoZ1?pnf|BW}oqNa;!e!YGq>T8nMnS(^qi5sZWN*m-ZUXf^*cAZqL&bIW( zyxj+#Rq}0uc*6ykHv?jfB-`N7Y}F3_p;*_(5bz1$87KY7nH5`1*Z8MtuX@kFVdzHt z37{6Xl~7QG^aTb&CHOco)LIi{Lpd#Yuj5Qh@F4jIpk5Aw4Gqyd+9Vno_YKdoz;W?vG+^5BpT1e7JeY!fg)PEx{FT} z@>a0d#VCm%u!*zJC07Q=BKUr!YAn{}U(NQbp4+!5j!zR9d@6~9$|^o2wEPEJ={--? zreV#BzC`Rg#nSGf%mNB-4JjUHTBw*K-WJu*nQ%@2KGLKC5E`ina+fGkAZ}S|MK;#aGqE1b%ZtbeT$%L zNmq*L+--4d(vfedXvgb%hPzr`JTl*Yk_}Ak7ig`!zH2E87|Y?ZY=RinaescQYjJpv?Vs!`M3fpa^Cb;Y?)TYvX#Zv&t#4cn>-A|1Z_W;Skj)6aU={A?R5z#{R& z_?Je+uQuC|9E3oE0%3D7xeZ>)+8l*EsY;~lJ+GZ8CPMTggR;6ksK?%SBvMZVhOmKbnZfsvBfZIju4Cmk+NDR?!=}K@A6Og0R0j zL}>(accWnDM$c!21qGJ3pGr6;PEMXL(UYNmQu^?m6ku}84(2~o#fXBkNU$)uK5?GL z^5feAk*R@(6d&2hwSiXb5X-VgqfJk#N+FY^)PZO#L3zjm`F>>Lra=&QZ9NY@Xy%x{ z#v#TBXiUo0J~ns%aDF82rFF*Zr99EOTTaQl-s@%udf=sn#k{Q?xM<(%r3mkKgNp8= zo{_5ZDZ`c_$9P8Trd6fv?cK;9ZE}a^Byo9&^aN-4Fv<`mQwYDFaGKaFu)2+q$taW) zuXjFQy4L^wU_*($CX9lGx^rRGn}UBuDOSV1s%T(584$o&6S?)l`C~C%oS#}mhj-W< zXH1yDczuN{WP7=xvh?(8Yj1E(PNu5z%oK1^hs^1|yBf5HOq{`RY zariz#?^ki$ZnEqa(;4bz$!)6M5U;2yeLmTa{T0O=mExXTR@o{q2hivo>J*mG)Q;_) zLc{xe#LB7|6th?lH`h7lFgBPO_XIb-K^c8*;(1C_>$>?9af%XyQ`?c9q?o^Cg1v9L z;z5~TPzIoaZ2e+Q&TqzcyO!(aCo<(j=S;^-`K61h{O1`WTLhOzjrm3k=;Wn8bFMUf z$v>)R&rbUhA0x2pAHqveeWShP*YA2-aE2UeVOrE%XW=$4;c=1k4+7U~!ajBM#iSEl zh3WHIqopm&-2S2{0zmyhi4I9=_6Yh6SOjB3w;RAOh`B)H|63?i47k_y+t%i`ki1Lr zu4!V)J0FgiS(Gx}gi0Sul!FB1Hlwr%AZyehRL;33GqJ!iMRdh%83bJ0VE2mQxtO{f z8eBbc-l5pZXz)i<24xVc)xoxfXrBbQRHB<6I{l_^Uk`&@inSfG#N#$4In%aeZmBbD zelp=3qF&wVq0Siu(~&*7ESP1|Vkc@Jb}(LqW+D&6Rk$fW`8Db}yntsyfvZq*Z?sDL34ylNFv0s9mcU=%U?8dcCj=BIVY$AOM z)QkBG5Q+~EJZUih(4X|ps#SUoGmY+Fh;B2RJ{AQE7-i~BAAybl4v@^9FqejYQs*88M{H~2byHn*|8%E3;Z*@OqmBAV4ag_xXU+y)B?;IT-$pb+C^hr_ns1U zBY}w{o)d?1A7eI4rezcF{N(fPzSOUXm#^vtiXXub+9Yltmht&%f?tqfumUgG)E&fR zn$X)?kBUJO(~|QBCA${yHx?~QVI+FHD|S{uSvReWovrnGbGlN4H7?XjCJCc~XzMe+ zF`LfM_z41z|4!ZJBc5Co(oH1Bk5DzgPAzm*GA}aY3&({k%HUEqzXS#bPlS9}1@{d$ z#PhujQ#Kc*+P5->8wmS=iXSzHZwG%OB)NLJ@KUm`F5VH~BRgr`baFI!(G4Rk`Qjf=^7ubFU)+Ws#?+D#Neq5-D+ zjZ+21@m|_mOeYPIxow!ab<3H7Wd|N@d|>2BU^UpZ_|*q&9Q&aEQi1@~#tKwk00Og@ zd*yxn#*Thz1ctPXOYs|>p|7EKO(2Jmrn;Qmbc?6TCB#9<&r-xhr?X3Ahnztb zWM?(1of)+Pgp$mdiCmgDQ4uIBJ(+^6;kfp!K^Xp2tR594B; zz<9SkNG(YOp!L;5C^h5)VtBr5LtCbw&}n?>$PmINjdfd35Lv!DRL5@2OyFT+c<(fl zhN_Osl3a^skxU8WWMyGMZNN(d`4Ua99El=~ANpg74xLYtqbqIQ*+ohJHcH)#@Wb3k zDXboroXiDAFA84Yk*}sx8wO6EJM0m4!;Vu%>q&*#8|6H;QW`Rx6w`cQ?t!=^asqQq zO%G|}d|oD{w-x#(A_V81Er#nTkH;KUL!;S$`Koq`Oq0Wif~Z$*ywUlWr66fCd{ zP3}hI=mG3-Hlhq3jt4nL6;JEd&)-?s1deK{kj8r_n||E;5M<&O)~;oEGSqt#_z{+l z7IRPH-j*VIn}9%cilq4)=}IXzS6Dr=$r`*YlRwU{w>WWCq@;#5#FAMV=u`h>drIm6 z#XF&eNj;Q!aGcmom6@#Sn1J><5e78|mEyvHw7-*diL?#_-w&rb`Z3UolA%bIz)BpS zu0P;>s3U0y$Kvh8T)Ri?T1oa?0^y8Hw;_0?`_Citarm-1mHCnF1z$Yhz_{rX^ zYevxL4%EH}07^W^Fip}g5qM(r;y^%%bm*zpSbA0WcF;}k2t;V_?qS(Poazht zmso-J?w;v}C+v+%)QUIl88GapFfN*6sVZJFWZODa_{~KIcM18uvR(<+v%D_oU3>7S ztOf;C$lW$k3`RRa2CB;H^CB1%;$k2 zEfbHt?VkJPEg;9VMMzqtH``Q(eYvl@X)_`s7_Ezs-OycRW$iG|cDJ4rVuzB(WQmO9 zS)-&|fW}WG^MvpyUDHRHQ&{lsD7Y_X*m3+2^UEL<997wVy4!e|>3thXxG`nfU(L(~ zyAg3$$pl`AeqC%GSYN~4=i)9w$QN7g#`HBwq-C6aT_u)$VDI>@bwo&l6kK3u zrF8KMoy14KumxOPm$-h5(fO^I=^%%!>Eft3j5BZTD04r?xhw9_8Q!~J+JD$I!i%r? z0r0%^zu}TIhFs*(FU;G*4{b}CqDkI}Ymk@i_v{k>#+(x|9w{7MEV`E(`ro|B0KcN> z^vr}T0@OI1ZyUr21Ukn@S3bv(Nc!9@;yxC6bQ+(ql}(k_cST7d%hNQrh-B1Q>+IE( zZ>LX;oa@)DtkCBddD16(=MW;HIU00ujHjr;7{;oVlu5Pk@&~Z``!ZS?* zi_yrZ9L!0Bl$cRmlS^ZP1mFTcOnBk#dI@ef5&8;= zT1%hQC#Ly@XtHH;*O0|#$B?`mo?ZePM$AeFug4q2N)GEhGHa#Rj$Q4-7gi}_{ zlB&OH^t;Cih(5ZyFaW_G;)$L4uXS@TL9g+koABdM(+P_+{286%>Co{W!EApN;a<_1FQFj61qvjCy~!rj-o>d3?66I+Pi`Ci z3;_he%s(&wK}MR*Kjy%$;;H#=r=g#vZPrKT86DEu4BNxKQdShdyn#9`g{|fYv(v?w z)ft|Vjwy_Bkz0i3SFx%usdKHJ{aA1S`CE3I4=VH#CFNP=xi4n^bY0?ggQ7m46H0qw zH4QxcrT#!w5wP2NDifdRj7Na0E*L*+OxHe$nPEpB3p0{whB-u3Sd4aM2kj|WZu6!g zqwHpBZ2ooi(ss&D@)jeBi>G`wQYWLYoaA9ZNHj<;a>$C=V%bjtfTnTS6hbcWhF%-h ztp3|k5m4sr?}r$6Ai!Dj;a9jDcUZO2+c|+ylPpp2*1r91Z8PM>(mcSsbj7vi@0_GO z_2|WM=EyL+KCh31C6y;4yn)5C5KESLMridPb;<||T_~kJhRPUrA@uX~CMOYVE@7O}5YIi4h+1~knw~2fc*N30XrZGEI z2iDf?R-n7vaLOUZG`iRHg154jaB*(Xo(3n>d^Lw}6=AHl=y0 z#wU%-#jnW?QDd)}k>SJ+B#-tp+48}{uF*$_>By~`VEhn>QXr+&U$FT_#8AYb1JXZ{ZDP z8Crn8N#D4Alr*HtUNrsGud!M}7kB7@_!bhV)j^vb$9KW!xf90XdaGaee&z?3yhm1y zYFL>ojGZ8~%5Lyz+*C{4Vn>rbBTLdpB{ro7d1Q#$;@xt((J1)ud(L3#vA>tDRoi9Z zV&y+p9X;O(RhI9NRGUYtKU(de>g?xoTP!6@tm_xPp+Gp{Ou_H!y7_k=!KvW$m-3W4 z=^;|b+(szeH+W1ApLx=i1jz2%L zE``*c4CZAFUIJO02T#uzM-8DSNJ3%kMUbLZAapqF((QX1b2e>_A!W8ZRx}cd zs(X_S$RYYFO>bx+pg<8~w6Guh2gDz6qXP?{Xga&zSQKj%M>>`W2x&yUHM+X_$A)1fs?G_vuIXeO*pIK1YAK_<&@K9w?Jk zuAaS9cprl$9`$6qk_CtT=rh-R14EpI8Qv))40+8UU~!m44mJk^#*B>uM1QjH-$gF( z<(z*q)RXDD%)fd@s|?&c-F+jZLqQ`365-;jMvz=Jx=lI>)?wrd-WGTYmgrcYbWHWV z@l&{O<|orVfiSIH{gBv5(p}XAM@8r=9km8TJ|$vmO~Hv>#;_s+t&KmN*pC%uViYHU zlrx&k7QqupRia-nC{G8wb(Oa6si94kMfnuSBtA@N#b=1GYtW8Gf4+Drh2@64`c}YY zl>n(Y741vM7V$_AeLKLznX;fX)5of>kwrnafT~=sSK2~XIhd~75tz`06t;=nvHFG| zvNm+;7cg4me%ntoE1}y}07rbAz$E)$XkqnY$Y;X<9oO1GX+RE13}iBM-Y*T!K^fcq zLB1Nmgr8BM+Q`lpdEt=~=C(9UN z^=QG~d+cP*2NFhr7Z%o7d^NJI5EF@h$wTDJ!&!z5VakiT#Y66DRUA!8Q<-vI0)FKiP%)Sr8=78S$7`7WJ>IAB z%{ z#2wbx(M{HN*@j6xiAP^?pK_+z<|_zI--cjGAX5{Sw1}pk{-uer3O-r!+kmI77?}HH z$Br#o2!06|G|@{f4!jb&;{u+HbDG`#ErS z_Sw%E?*l}PeJ1*~~(GW=E@z(DWtnDamU=mgW2MBNz?JN&A&7AF`OcDR9rHK|Y z1*qw!Xo_VGP8F7s7f+MpDOMWC!}n}z*EzDh!r;mUXzbQ{e2gor?EuC-ECMU(B33hG zonKYe)W)eUTcTzHOlKb+Tv|*NIzYhWfoZVc!wg#S7VnQ>lNoaKP%6q8Q}LJ36~Kvr zugrWpp|?)jZs1Sk&O$2*5gXhtA47JTwa|r^EXv8Juv*CCb+9bjR+g81(f^=|`Zn8R z-xNDxZuv&z=aXA^Q_oqy8c=L^yppfYPB2aqTKINVxW%+Wv%a2LT56ZhA>vpyB*-g< zeJGlOUQ!H0E(^ZCsyEKS!e^XMjX1rw5C7OVI+*(Z;-i6c2oZ*4TSr_+7>v35y$+-0&`ogo|?P)Gp4qrV#A$cUH#+iywx03vMu~T1i}kKy!W0A?>z|f z^q0QroM6s$qOT>j)T-Kht@R_QD(={6)*Pz*0Sj?UUotmkLgRq|k*N$K4_j_ISZuFS zBtKbBhWi>+Ooms`A~wC$=S2~UbP>@b{teNc2hbDN?G1n4LM8Yq&gzs)8dSdyv?yqL zx3y~;1{EKf&=6=k6tTj9Jd~*1qCI~!6;t=>D@=g#x7tyNv|TT@DFS3sZ>722e-X!~ zZ#KsUw0f+Z-d*OkaA*Z3WnSP3wlF=|#4R1tIQYVtMde%%xy#1@p*RW&yp0FJS9A)- z1zpRqJ&87D_)5~)pww4ib!eAFH1tQy+#>E9y-BSJw$)E2g+sXG#}8Fgr1ZsAW5k`t zhkxnfHsDKclDG*RqN?pHSK>Qb@iI&yqTC?Q0zAqAGc&5aJd%YRzZvYpVUFz+ZFP0m z;%)$*kF&(+*b+3=6RI}3d3BZEjMa(suQ_9g_2;R!l@$cc3sRUxGjsbxH*?fl?dOAj zrY8n92|6YMuC;PYRr+FQ#(6tN-0<)OOUu_991HN@m2AHm(N{+#)Q?bSUJDJ?S!-BQ zJDd*B7dt|^8(1ZrAX^@h%5WS3iv|IFK>hApl#nBV(S>ZTk%$jVkqYMszAa$luRZhu z*p#2LzpGy8!M=K5IQ7J{rP#_p;%@a#YY2Vu8q>6T8UHpy+3iyZ87!HG1|w$)-8e}A zuUlZFaigu_vVl`J_nKsv`_@hbNO4?&a>af(Rv@BN>O+fTsh@9#MIN-e6JzwETA!Hx z8XmkSbL(Ba6dMtLa(nU30TM4dCUt*z>RfX?OlCqO@`odM63GMbZPV@>D*2}hDTB|y ztH99EBkrgqfv3X^O7Jb4$^N?ZyjwwXS$sMW2|~7&5Q+@4AFoPX$w!`qwS((`&&kzJ z00&32iiZfuaw?a1W4|b}XO$pR!4`sWOs;y^}b) zj2I?|f3mj2Awp4Xi#(H2WkkYo(>{+3Y{j!?<&;~tj8GckQ(wneUoyHzl1CJ`f?Kz# z5wFQhCC!`@6bVJ+Q}p8(AVca5JuW&#HG)=L2s& zf|Y9!TRi^bSrxW9cKNzGf?vsBj4xPPcmWxxT90{@59}Xd`-P|blM>l6z7ZP0yBH~@ zOdHRs0&<#f>dg(PT{hB|iP+vtuo;Q$=}7l*6xGNr1I5qOP|39V zs`C)C`Hk-sZ}_GmwRi1`Xg4M8eN5`DxMzG|v}L6tV^iWA* zOZ?#Vw4N)>ipvX@fUfK3ChQsWO%YgwlbIgC#o6<|T1vUv(^vn{q4E*NM^VlQzAxiL zkD9kLy?Hpsjl-Fj0?raxmSQ*VOxIBm@8?dnYoU;mC{;5y_72A!T*t!&XLeeMW~gVp z>n1{k`XIJ@JJgV|HbYIneH$y0b_BkP2q@MC`l!0xWK5N3u)z~2RqPTwy0U8YT;=zx z!3^PnFtH@F7!N_~34x>Z;n0;E_GRHt%YzfAlu{zn%`lvLBVS`p$QO@7@B9sWC#8S; zNDfX z_~QS;xu-WjQ>h?71`7jt`O1DlzicEIy?)7NFy1~Yt`b)9n8;=~4e0GU zkb&NjRkD?>70PCFN57&{+L_7&uU~}0AJUT)e~VL#(^|CQ^)znbn;csD~O7+ z>id(3{#tWV^*a6S1vPh5#S8>8X0d$!N%sTx!z|nWYrAN=Cb>Q^Nr9%R#Iinpb54ol z>S+gX0(_9B6frXBFtF(<49ef%-LQ;NlE$>cd@Zqw#PHaHmqw68rVrv^EfN2gy!EXn zXunrr{bh^LpUgNau~-HZJW5|duE&~!6MV*PbM|%;7CSsS@DTbtQ87X!z@yW0KVp^B zV|n`mm)t76N972k23^Gd-gwy}n`X|_IIMrmZV)MJxY*tGkb)0&o|*O}gFj^tG}e1N z)`{{st6kQq|F(WaZXWg1{I?P~yHHy4^q|mJKL}ZfMjc7*onH^l>y6J4&=|)HHq^Nz zo6p7V&&df6Rb{@3?`Ynb*C=w9IL+(%5T36XD4Uh$B)j1VW<10r+o$%!QY0Yx>`y{` z3X@$fPqMKjwI($oAFXWB#j&$MDMr}R?+rAHu%yh`+UeN-XUw;-$Pw2zolLp_TL~8Z0!dV?u2#1Mpn0@>}@s1GbWB$kOzvk;( z0y^Zyyx$r}Gyt3=3sC#HpZDJdAS*f>O<@kLcPO!|D-V;bafYIiMPv=It-473aFvXL z(vcVEQ?14Fp|01U+CaBH?5~iMj)={q8Ht1JPhTX}Te;LEh}cm0PTNhPP9lB`K%4j! z`)t>pA;hM!#wpKF+M8eX_S*K;4-b29_AAmi3V_Ei*Ts|Zfq6FVgz7^@^XJPWZc!6X zC_&5e!CpSo&(a>5i|^ML^AAw{aYM2CpX3%urcu{*fLQ12ZYrU-cks9;3^5HqqTjj4 zl^;^cRDM6DEduwa`s67HmA9Zj7oYp$J-^z2{I<)Xd{>b&uVm+irnE^t>|cL7VuY$l z5R>GXD_UCQTj*sBmI2$gBUPW(IdFVF308_5MsTl;>O>%gDNgusR=%C{jZd-NNH|`q z{4?Cb`W%lPcjS*AZCe%*gnhir*ov=p=Lit;n=`j$oI>2_gNa~P#=&m|y%HQ{$bYS> z65LK6u9^$qt5d|)jB=J%$y4X5F3hz0M1}DoirrKp_HS26u`n6x?HO80Km)xz8)M3J zuOs`~d@mP*l>MM`)xL?ad?mj8Wnb5*oufuQGEeX>liQ>(TXNV-7EcZT0iHhnL95uc zhp+LAi#RTf2hvy&e>;BU^Zw|DsHH;}hhHyjigp26J0~{63UiYxek=NNq`H^+mQ+#u z5G%O#s(ooGw3iS=ey7jh3ZH1vWCD>}#NOnCQS5Tajui<;$CuLU{(>PD~YUI zC_>(sDY(qF2b;8yl4tc!0vsir4&46aW^cyFlLV&98cpPy)=OT?GRh z#4WR*{2g1LXFHq$#A9RkNib53f zsaM_?a%JLd<=Bzgi95Wx2fW2g=r^{Ws!gY?_YJlF*#c`$SDy|Cb-KfJsVSe5>bouc zr2{4X=SEN^P3Kk|^xV$xtb0v@4nF(Z+`tT3HXWoULgI&IYRN#>Rz%qqS^><`eKRku zgNQ#4Ai8$QGOIFZR&@(RA5EtSP&$YA+rVOIQXja3#HQc6A26YH5>5Sdv-?doE*Pm| zus&X{HvSfn?yz5?e^m(TTBhyUT%n1MNbkocUH9Xy-Z+4*X-YZbb{x0&I^A1zsyt@A zCZaT~NTq$fh(FY(ku#W|BRe404r&&S8p5VY_CR=B3h+gz$#qcoSs3Tn+`-R)Q%fAl zy?|U8@Av6FPPQAuvbwA%dY`;_Cbv@fz;eq8t!$NXXlIhW^@VUIKb`G&fLMW;t{$qp zn*pT-1`U;fA3w@4+;cA|fD!(7kBA)j7&L{`Xl6`;d8BNs<6_>U1qe5xi&A(5p_WH? zm8)09<(iq@rv8pGiCnPr+6kp%uO>Tvg4F9%!d?6X5TqbPmz;djmVu4bic8mV0Qfo~ z$q#@4TZR;rjg<1=YNw_Z-*+|L0!GkzEJz8XM&C_xlnVZ^lm!PE!31Gro-V<~dw+M| zg%u`LqTnkRYU&1K@Fez|Lk;xXz3n+MKVfzA(Nh~o+knEyLq~Y03;X(#t>(D&YGPD! z`Z%`;@wGVZvvia?2r=YT3~fY(0iJ?z8G7bw%}y{M>UG`oZG0`(-?)vBuDeE1C~+X( zEneR9Zkq30<91LBgQZLTVlb!4NIug!{jHuy0PP0~?sDHrc`U#a#GO4SR5qZC*cOyqieitQ=6YjOdbnIb1>hRkc3eSZM2%b-?k zbp>lebJ1bi#5<5G9Zm}N-aONaEJB`cNxCmy7OiCC8($LgiW-eRkN-#{p`RJwI1ois z@z*cj1iuuF-mkPfPR?=R2#Cv{k4aC@N8&`5XR3%k50foz_$v5*Tg0QE8-MTKv`_}y z6tITr)gR!u2BhZk_dKbk=?|2bC+4^$2=z^lx+6mA4(pUn)H)!_WNBaRXfOU73-fM! zoQ^mUr@a^l-S6bt7=y<)oaYEu*IqCoFP0NN)@vr~7?qeGg^1wIS;r((I>^d` z43Li$sXB}+6c?ZP#9%BLo>}Hr=GF(Mdl>gKwh}!|19FwWhOk|7#gfpO-Q8G?~zcCPNzJIDi@G&Tar0YM)e-ZD%$;JCs@mHM0sE~ zYP-`~-IUL%W%sU_VHS%)T&Ld!myZ+1nwchZ5dJ&Mp2suG*5vEacFK5n72e^neV$9$ zWSe#%oPbNp7U^k#u(8wBSbN0wrHW$!iG22e$J=0!h% z-xM;}?AGI~Wz+28gZJ5Bwn7J3RD$;p7AmFEjEKO*kI8?#0AkfvR1oU{MQM#vfSAbr zxIUiVOA6{lyyxt*hE5js6cnR?brFj|9$%J37s|0X&z>UrNV~Ux-bnWB-vp{YoOK3P zoT5Yx>Xnr2pcB6%{J} zJPWz?>4gmjCW%S;StK+n6l)XLyUMV(NNS~EWF=*U_XS_2 zp?mkSc+W7$S4&pSDP>}Jybf#>XSUOiQ;6n((@U+znCQ68dA6FPtbhRu{^|e3Ypvg` z^npg%SWyWHCY&n1QD&(mbfaT8HjwE4^2zY6W+0Jat=q1uDlIwK_Nx4%3<9d#c4;sx zjD73}T55$KJ4Ar`N0FJFlrW;}(%lU><}bF8moR<$V?b085ejJFstXf1TfoFOTWI7I z(9lGTZBYp<`&(&1_PP%8CRtG}ZC?`nE_fwizy+S1&{@z(VX_RD>S{F)#wM9{i4XhY z{AaA{gqKH+W$C{af;75W1mbPCNH9ITYzf=^asd=v5>T4l6Fz=HG-6eVKH>6)|2~Eo!p7c_ z9q)Xx%9$wL1pC{{_b7Hnvu5yP*|VQ_KU|>qRoPN1M19eIrD48~eQ8I2EkxZ@7G;jK z5>uA+QM!ILKx;FpGqk(-;M|-oF$?hc`cM=0NM5-1@7TYBiB5pgTIZ2iqRw5;5`EO8 zu|erG!6&lcLmZ=6jPmA~+hxY!>3)4z$!{X2Pv{U#enXpEACzKll@MkRhx?$EA*C!5 zRkgnEDzmTN#Tdjp91=nTv`$4WpNO$|m$QINQx1xRp^VuMIyU9(bw1)IgT7nU*9S6^ zgzF$oMn0#Pl|t*m{!Kio8#% zky=3H&Y%n$T6y{HZR}W3O(h>^E(S(YTd0{D4=6P58McmzNXw%tE=%k#gF<+w_p^Pp zX%4>uB~()jK$hY|I3qN>-JMvyHFO3#@lGj@a!W*OWH}Cvr6TD_Q2Kt1i+Ph!hb}u5 zlif9NceW_Sv6fw4r5@Nx3iZ_4R5&AD!VW{ne;RYr+JIt&kOVPzjb!O zm<+5>g_rv{%Ai+p0ZH8xibjd>4a(`bN|Ic0jp8APlG9)@h~BMoF6fF382@$W)bU_xCKBTsxdg~xC2yU1D^^@r!G!#bh`h-2qP+0reK`|*h z&D9iqQx&PX!>d|v0??rJ99Xb8W-`+(z-WgCVL3IX2VMOzOE1qkW8q{Z-yEG#T>T{jf{6RB+X z(#elN^b?t$ZCd9A9nYoVKxbiQEd4PG)3c6(kFVvs%v^L^Lj5iQ#;XpY`gzq^)DFUT z-UOWb3EuI2;9yH1KRC)}Pja}j4z1)zI?}B5-F0ooq~O%k09i6P9?<2A z&5o#Dv|}^pWtEVGaGWov4YndoQWT^jd)epTS2&L2^4e~>4@7@}S4rj2A1abeb*g0o z9-{}q+MGL|6~>royW)tCFICr9P)?-Gx+$F!3{QY>9)X)ybUxIE=yh!2WP+fr3RMKQ zrOXQQn^H`IZi>Q(cezWt{WsBL(D^-8^v;flwT*`IB++(i32===UoQ*y@H5o)D5DS) zU&f%p25_yOjPN(^?Nz%!wdWjYiA-4(1yZlSGylbTbpqceF#lpAHoo_lQ6T^F&@RIpJB!eF+~C)}X_LgD zLhAMJJHkic)lsnbfLN!}<{CqN7hE#mZ#luc)-Jixf?! zX-CM)-Qrm>UntXa)9K7&&T>g!Vnph|v+u56KgEIwX#zO?x3J1Lz0U;vdcWjTV%H7# z^(%AC^CgOL{QgEV5%$d@w)=*lLE7&oTZei8g?)A;ZpZS>2}ERlU3%IA7Nmj11o zx^t+S&5F<*={XJ9D$f zwqU=a$Un<)guaeKrUykpB4vzUW&J?3N}aEtygv*@Nxv_qRACa_bw&Rb*;|5?@>gym zy~YrE$D#h#k=(|i_6w1?PY3&#HRKru`WglKoDSJ9gvj@{2SbQBGO^b?mRv8E(ylQ7 zFr$F%G|k{SUY9UBi9GzW>c}6`=m^3)c&191<%W9>zVpCFIuG$F&d+Zmh!c=#i~Qm! zrTu+XtHK_ym@F$bjHqgsrZr+yhEM@d>0g-%xp@~){ac~+RD2)_H~i;c-=M8(^++$W z9M8O6HXcv;HJ2L?ZwR-@{;_qbJzs5sg~O(VSAth zmuwns!VCC<8lE2@Da9u=fnE%TesA$MsJnxr&A9*&H$f6Od84U!a14mF+PuO&^kB(Z zlVPJSrCJuiO7)+P_qdIvY3pxVU%_ZTziu58Z*A|BqbUAl-}{%p2Qy(GLqzT~n1r%H z@3WgM^T9u2fxK0Ot|NG_W4J%!_x=bb_g7cIzw>o-U)GaryEqkD{kKJ=FtQzlI zh<5@J+Po7bdII=@@rI?#s!>p>Fj4yBS7u&EuTs%Fl${GfI1U6n51n~9qJ$}CS zbx_M7kw`MzyG=~1?iY|YqG}}04@G#})QGCr^gvT0}Q&qQ72(aw%pG$+8thwm?%2xoz=-JJHMyW0nv%dcY3v9MLzIT2Y%i=TBFwE`qE%n7}W@EqU z^&M`>2VBTyeRDkCdB73;ghHI|cn|Pd6I+Qsk~cDWzpW2`(mUwj7~FIz`(991#lo8) zFc)zITx5Qpu@f?dzBPx>oba-vdHLJRiT#Hf#y^SWWPdd*Reu(F{M#DN5c|#p9eg$H zectPZIqaGNz-lxjTO0oTe@j(OiI>{g|_@91rOi%Kd!0hidfeC;*o+d=YED0ivsyKkCWG)_<+ zz3!LLaEMjb!LboQi_P5qzNjBPl_4rG0vpt=etJsR9|+IT$vbN=?3^glx!_xfm7=tB z#o6tP2``_c_FYJ61z9!VHUbdliw#npka`j4hO1WO+wa*(4hK6P-ao7FgwO3_TPh-d z+oE(0Bh*?-zOVAWan|MJTB?Cb@GV#%wN41ak$%puK}rDbA{Q81*Xll#VcHYf!d=y3 zOg4%(2$E8bfLjGi<;MJHO-(02n;Csh6vbB6|DcO|6v}HH%FmxJ&i0t5`-YM`RG!IX z_C2F_@)%QAEQA@m7j;U{90=oUjDr)3pC;4Vivn%PpvH%W2U^~^u2h!y6-=VeQ&?ReOmUvg_1nb=bf~<()Mfayy0ZL5)t}Vx9 zIN-4%O0*k?%OtL@AqrPvKevxuY6R#i97-YsJo@3}PsRS=EAo-_Vv+TCma?9y zFbdOl!9NXHbr{`_zWnRD8;$HpT?%R+g)?2cBc=!K5@1nnAcP$i_kwnZk~>~!>h^h8 zQJ^8rtKKYhn)NQ&ZopIUyyRBGmz*Mul~BGl=50FJvcXz-y8QvaoG@YnS2i7&DHyjU z+z>O>^0b^*mn)^WcBfg}A1`93 zY2;LI(HZtU(QmeM6;&f51EHUhy#@9G095+e!_Cry%*(FR>%BA2Oh-=Zh-k?a8n5Bs}Ncf3#wZn91v;j4t-Bm4gR>>$RbO6rNdmXN=zd4J@|Hqp1SOn*jg z8m-%u+$H8Duc&mpAz|7BCF`)DW@^~OFSgbx_e z=6&I<=fDceYO_&vQ}g)+jKZr?q3eU|8#aGUEHRkwSCLEmSPFxQ%V_31iEQ+};jfMt zBSy@nM-Piy?0|HNYjcOo-=YvbAm2F78$TE=DY9CoN)xjyoLMtn&hLwSl09Bpq7H7% zgb=)?^$Wl>Q-gvR$s7|Woiq_czr73)U};J8M7T)AoDpyPZK0S!F69@+>SfuPYJMp5 zsQoz4&8Q^c`WL=pr(!&=KyD3~Rs1?*XGs{#0uVjd+Zi@N3_nBl*SjBO@+h5*h!ao6 z$Z9eHi%o5rpTtZ7USLuOa@tzzrQLs_sBZ)iTKz~V8mgXzvpc421eQc6t&ir~N2s-! zO@4zYW--N2k}<0Sow;jHx*?9Riw9=aDK5LFh9{N6EMv#)Z6p5_`z?UuWt_ z1Yxfud^-?PqP@oTCke>lG~2}Pk~JyrV)t&H)MRzA!G z_jjFn4mA;d>9uVL&EoC*$DN^Vj4)xwid2OrV@U^6G!Zp8X1Cq=}ssSgYOmVak=5kJc@M zb2%juVJ#ADV8XniEP7AxRgCrZtSh3Y1pi}rr_0n6G_xu@1G-i{x7~S0L79reU!`tw zvC$c>?w!B-wttSK92yPmiAp{Lyd7mh?DL*?Qs&|ebva5Mcs=s1u}}57-q%^3!Ys!_ zshha+1jWP@@KydD9(om@2>11ZU1k(@lpZjJwaKPJkiK$Mm!C5`1$rUM4 zM+Pr3!TE%NIJHQ+)wrtq`nWcT3KXxh^NLMzM3u*mgU3k2RP`=%QsC2rt;53si&Q@! z-rr)?Uy-5A5}HwzopKXgot%w`-&n!u00W08=CSJQ2?(REsF&K`)rs@2+2RKgHVs=@ z`mw_6&Ep(=nP5W?%n}Aq77`r89xm?a4~_MyMv=?Fw79G7_K*ESSX3;T$4K6!z|Uh4y{$^hY~*i(Y3JdNF_GER)<7bgc&cFB#iU*l#~-qE(8S>|r3 z;DW8e5&4c52Oe+$=S@pKX)aBF?57&CY^czVP=sh|WaBpGCuPd9yGzL(@?t9i@U^CP^M?p> zo9U@xqqSY4tpxSLg5VM44zPk^c z`W1bWrFY?9cS9#l(2G`@r!U}=3==QBAu8$U(&LYBo^P@Y@!nh+=|DkcC^krI_QuD7 zrc<>nue%;y7ow++qgvKTT|^2=Krs-0TPvpgIqCmAHogRcnC}GrM{XDQdJOUJj*b5@ zUg*#7bNBag@c)kq#D0ilMyl8B=jnkus|n+p94z0JxYfVw@+X^lY zt_C7_oN$N6*kVwz>Iu|a#Ph=YYD25APQVHW?ktZHFyj=AA6|UTeU3967ycx8x-DmV z3^??XRX?0;aJSi3DALxD2_}+$f>~PBVM~QdG_|h++`R%){OCYzUyLcGSH%-+OP}9G zkW#H7YcSpl46=#Vn7Z?U(YU!R+Thxne(RMpG0um-@F!M-%QH3L!OvKjYDuQ{-|~y_ z;zzt94BOoKWct+SbuZaJ9uvfQngb18m{pab_(vNzmHfm*9uQC`*N2%1l5{0O z4DI7I;(cfx4%c#OB-jXb@DD)nCai`F}fKN+!%YDfb)T<3^EE~b=Qo}1~-};zX z1+OD;&c!4~84Taw(kN6T9im<+#^$W*DBR2|zjHSl<9yNCdURlT;;ifPIHWciI~9*p zKEZ*_{k3{_`(~*AP#dzJ3Y*(5a5jnn{W#;3?pZpb!HJcv5YP|!rC}+Zl8*!@!4=&M z$|;O+pB9C>%RJg~7x5=Q<3E*7_u+IcZnF`3bH;*OskKxO?e%4OYw$)Z?g;?Q6D2ki z7vAK~PVmffZxXaziJh#<;uyQ4Lr&ywAZ|Wb1B|1?m`kD_-%_Bnh^Crw6*VkoXRsTPf&H z@0F9*H~i{t6($E9egyo>4+PmAW~qH72FLsLNL>0GU-!b~Qfi|nP3BIIe|j>e2OTOs zyv}c7o^{~T>E+(F(4aH!ocptsONps8+qGAzpatWUU0A2@@z+=1HJcNIZlEtHy#t_p zYruQqcfG}>70|;*-`a0v_T>0<%BEfZJrM&`5^lB*8|=poF?hkU2oBo046iZil;ybc zLG>&HU}}@O915-V@YjlI7Uq-Ah4W&-zf-GjVry4j$D6J&r9GQav#^)+bx=(ku|qho zp1(LL165*p3g>Wum9Tw`jxQDt`qt>s@j0R3)X(I|Qdy>v$!)+ad4pO;kHsnS3*F%y zq}8+S>(_Yd?^hjnaInOjZat2XsISkCscYvy?wKIE(dIX1By@P2-1yuG5!l#yZD6THD|or)JN{Q^{;p^r@z zr`I5I3>vG(F8(^MTdDR8gN)cmtA#;OzK3Ng3!Nhu6A5nTq}2Aihl>G46PgP7e#YjahrV)6wc&{e)ZvFpwcT%-|pu9h#)D(2xxdyrPl^ln$E12=?`6wAa1)|fm-$xx7OMb zmM!z-cU}*<9fF+GX6e(i8_%m%ze80IJHT+zpcVS~#?SL~q|q<#1E70gU8^&k{+VpG z;HHaa_j=(+W8W>OS-(#S_n2M+YKiOzqSBf~8meCwSX^=~IWD+}*VqrlxYb}z_{+-h z?;Ov?&i&OPo*=0{LbYJyy-Hve!d5cGpI9zo> zacWK^#4@B}ZeFl-s3j^n2n?oG$DAL?o4OZ^NY6ib`{i&)yJ3l%MHElCm1Yol#Rk~U z(fsPDat^}ZN!sTCut8~aMd-t5I5UvAjaww1nX)nA!4%`_BfF)-b5DBH?A=kCpRlu} z*kb>kmTfuH{bKamoKI<8Aqy!JEfgyCo9dFv38U;`sCd&UYXG8vW|U2Gvgm1?of)dagMU}rJ^LvqJo=tRpr zy?hDn3~U$s?wA~x^QacThE(+Qc6}%$i;Pws<&a|H5|?Sgb0OMasC9ZdD5 zo<%jw+AZYNQ|7&rMiZ-+I}<7CrL&EcD#3&`kv5x1A6b>`lC%TlbOw=kT@`oy?2HD#% zTT6b}w_jZj%XdyHJB^H&2?2g$lx|tdI07u1$IWk;b13J+_fnmUz2RjNk1%?0{?3o(tC^&Oj)LM4 z^h;DKd7a$Pv8qIuv{a)4-5z35d^wJL=yc;xHO8TVj_(w@KOB@xkFG+t2y+dy+(SK~ zN=Elnv!aZj49axuNvg+~J~C8h@Q0w^$e{Mdi~V6@UMh&Gx*Sg*|Hpr^j$Q!i=P?pD z2!-#;k|~}*6c~Arv@LDd)=<4Jdp8%~-5~YaTh&0Tfm!gmCCzi$%(sOuHsH(75!N!_ za#IbZ{=nipqnG5oN*O&rqIeOex3d(*Wv0f?lM(0VsT35bQ)z|9I)(&LSb<{xdr3Q* z;qvjaw%k(TtCb0H2xj*bl*h(?&=iA91#aNPAsf6M$aye*L`?7z`)cx&JjboVG%!i? zKO##k<~QPMUW^q|4EsFV9Zb=fA`?Z0fuJhbB<%kvJ8vzAaV3F%5ChShkluTWE~EF} ziTwIy&z=qTyh&cr9jMhZ0IKR<2`uQ}x~7s{9qxkeHIuup$DmQ&dRkofYV<2PD23X= zkIHQE(+9GGZE^X!pkamOM=!WINa%c>PJyL3oK&y=?j_Bw@z=`psxmn(`o8b~8x<~n z73tC?-yptS@gt2biIZE?Q}lhl zF@KdWx<(k}?@~PuH4WG9d%#u3`2p@>z~5QMDm)^Ra+z8@eqgU{BYq(8QN|6%Fd}Hv zDFIdYk$;yxRwOQB1nC!-5Yf5WIgURXy9niq0QLFlCQ;A^`0qr=&C>4^y;yv&DHwFl zCwM+DQ_m!IV{s&Gu5j%qB)h>L2^ki7i?>^~O1uRQFsoT2Oerwze@QH>e2Bw2f&e7lT-^|%4Yc{| zHt0brv3e}HaknC0W#%p@BPVf{qQEWyN}`W6i$no_=aE5p?T1=RhWt2a#h?|538u1< z(xaDbmLM!!xjN|e?2bYm48u@3h%)`;lQj11gV_v-*|`X@PcwPJ^;Y7F+p}oa^>XLP zuDQ<*2@73h1S2D#(-CRZe=;V`&Qb2D)CL|GvECH|sXZsh?BNx;zj=&_r9D zO%SW9?u`*2hb?E3;t#Lx@sU_~*TDQ*f`DjH2PoD>Ce-i%7z80xp*ajpfGbRg0X&-D zDE~6szC3*F1id1Ha?~RDFxL7fYP4AWGGIY${(cr6?nZL$39bDRhV79171?ZMkI$Rl ze28cf)t(cYlA*hbQY1q)=+}z;@eTftP?AI#xMi@!!O`t7$Jj&yTXsZYV%5S11qSoQ zT7(C~NhSjO{IOQ%myLfP74(o4c^t+#`jf5)icI-nhi_S}Jcbs0Z<$2n+wqdHi4fPh zbwU1kA$0O443FhY7kf@O^wTpF&E6#1Zelw(>eSs9pPQ;d>*j!#QiQ`BU}rzNg7aZ= z^k#&fxI%h&^H(*?ZRleXI`T3e9?TcCedcfd5mF%jWun`Ko4I5zxFpZ$85q< zP11@uFI?k6Yhjw5RGL#jA#`TRcglYQh^e3i==%hYg$7kVFf?yj0R+2gJZYOLvX~{` zE(<80TWT6>L^m;tjxdhzSC;TpDGvWFA|3lgm~PrxAyxG&;gzY3yI)r5*nIW+uNy|0 z&!XLuQUbOL=QF~9@WG{LEU}3$q&=TmB6vZ_ldjY?!tq?_Xm4_7z_Vc z&H$~}T)fGV;skV*_Ib2W;sX$1GCEXk(rOoYizsYECF_^8W)18*C~-UWh{HjIB3BiPI zKDivkR6X>&iZtH<6-!~WK1F#ahCA-5PfO;d&GM`Z5n;0=42l9iXFwQax0mfm;nZ=S z2=e@j9ZA9D=L)!X!8Xf`Jx!JZ;}R_+Ba=RjmQ$308`gi<7nRdAe$!E4xtF3H|8&8k z7#UJpq%lLZ7NbB1XfRkqQd|A_ylKe!%;g2BanH$|yEIvWQ}v!Ep1(T14At7p+_3$LlS-+{r!Uel3LIqFtIgEIl8UA*l^RY0>a2iz4@h z+Ev}sa7ZrA$i<3b5Sl|sfA}8SfCl!*Vt;s%7Qe?2IL%rM(Wbt+gA?R0iN^yq0MNbD*~L2 zm2?IVCL{X3+z3naw0I4cVYQ$h>tg>30#cF?UCJ!~;gszAs6LE%JeJ7l%Oj-uupOM0 zSo6@Ch+Ne6R{c2MUd$UEbhnRe_}!o3!E>MNeWu?EJt%;<+BbGYMbQ+RHbx7+qO!d~ zdVPeJJjkHZ^6#oT#IHt(jB*VfPm~UpG&D*RVHrP69i>@p)Y{+ny&^K`fl?M4&gu zKyMGo_l&WY*p-c8=RHH;H^!>u^!owKo7b!N`Lo2V7MEJr>G44Ag)}^?B%%4+ljFW= zmII2F3!5JJG}VKn$AjV_kXuLx7TZ_qlS9SAba$RYunx-m6z9|kOL~4Yy*R5$_fHII zQSjMKjRJa1fDTp-@NuX5eavAsS_4`mWM{u<`vW0kwp+PikV2QF?wr3=ydY@Fu0Ek$ zb}s!ERZ29)C?igjN-bfi0R8AP3TgR;)1K^EpF00eyU--)k7MNPsD$FoGQ*M#fG{I1 zx7#qheWJ?wDZmNZtIvzRS&#|PXOciQn_M057LqQC2j$%llyKPqm3QU8@e#ndMQ zyM!ClG8co@aD>mPNx!RlofdW6Y$E1utqUOUL$w<$IqEAa-siq43qsLq?ujz`jXc95 zqe$ijzU%qmL@A0VP$2xc_D_uR>qNL?0M3i0m?Jl5!bxrLFzYo%2$=}7+6`0@rCh1J3FKd%=21WT@%kK4xbA@<^ zgwuf>p57&%jmyk;u1qA@VnS3cf=sU{n`juN)ApxV?jrdHHn4<2)Uofqsi#S{@%wx- zVFkVnUV7t5cI0<2@u-U6-7f6*7v9N`q;wCfYJqj&jxS(IeC|yHTkmyp=x0=|BAHQX z@VI;vNL0)BVV=qgewj~2;F@8Qxme!bop$RN9S#l*Ev6{dA1ngWcv})|BEQN8#c2ej zimXb&dUU*y;IYcgM^O~hQ!Qjwjp;h_mzOq7<>+bw(uZ-_(f<3ctT%q#86bhs(Zg)p zTGgJ`-FRd59YZmu($r+XF-ZZsxe!P`d*-|Hg`%GE?f1ED{fOYz!AIEqqz^x``^>2} z+<`<7uB#Zdp6u^wVuj!NONLD3s|~!?prgAn6i2Qj-ZrbY$ zV_f$7D zQ)QM?oC5s}=2qI^sqxIG9tr-(inmvfg&X>E9!|*FcKaW()oyc}0LUjo4csXEuz}YIT$R?o;(ws~-$_EtwDq$O30pZomfW~|| zMj(DWP*sT5ikbEoKC$rc)W7n+-eLUZvSHK!MdCI{wqj!yZ_skq_(3_PerOohG5emt zwwytGP+c0vy;^(FG6tWS+%CZZc)uyJ@Lv}QwLmYD1+iS{NR@n7>U+v#t2mv6tJ3VpRnEivx1{e@wy<%KcA9I~KB8yOg=*weCzy+y3=Bhnwu z2Bufv`uaY8hC&)(IDmjZPuK-=@CC>YhC_gOOP~uoB12y23M0<}i$PE7ZnbA-x~%A% zDK%_5XL$0E8H0#j=nXn%#YaWmWj3xpSQsyhQXG&N$tJeVm#5o9(O=dR+rWvjysZiO zy+FhGTzKj_VE>{`*A{POG@#~-+hc8UU~8KZ7>x8mho6i{&pS84dY(EI4MO>D)u^~g zW*}!gp1!9g?a5d1LzCvl^Ex17rGqE(dW27)wuk!WArp-7SDRU`g$f{E!i(B7^O-#5 z4+xjT%DNl|6Cb6damM+40u%5bRZsz7iNXoQF*cxJ4r1;(D5*~@EW)pSy6oHu8uYye`=Wmw9~i6#Qof}ikog})4jj!y~jRpn)C_e`_=Vch-C$bSaSF5 zS7^Ck8QR$gI_g_xAz}l+<%#c*A*A5qW#zm0YZ(a7sJFPbdo#(tcAsfW3B&6IwsCfN zEXO))wcxNnXGIe^H}vDW3swHou!2v-(h$c)fU#yQEz(g$@mb?vA|W~W;iNE8bD&-1 zTuii{YPHV`0eR*VC80aM)wOmv7FH(4rmn7I6$S!B>3wq%Za-eqj!v8YQ9~~j%4DjJ z8*|iA0+wZ2PZp(p%-lAKF-CQ_i5q-zUxLzCUj! zIHr|g1@Smi8!^upKm-G+wn@_M{vCbW3;2A`tg~xM;qZ_gS&|=$O?pU3MR|4va14%mXR$^ zt_4M#s!1c%;H$}DxA+8O?nk3AIJ-Bu za#pRjFzD)jWo`zTADVrCe)Y=jw;=3(7)GMMpb6{zF8J)NHPWfUhLfuKMfo^^HB?^` z{AR!B?*s%rOc31$yc3*qn1;A@_K_B%1)YV}o>tX3d=gAY4U*;a`L~$A%Bf?%r8jAs zOb)6=;^{j`AfAgYMv+H%34-$R0*X;8n%kzPhS=r;YI&~P`y9?MPBT&g=eU^inkRaw z924Y@>d3`DobhS711aoDt-Ktytqk}gtzW6os-wlP-|=>8#}%vJ0W zgJlg-^b;a6)n*YI;Cbnf{eH=xJU}&Z&q{3Q`DAJefZeQwB)%()X3~yY{OO>2J!5G} zx`51v0bkC*GWAhI>HU%I$MAs&&uAKU%@4xBYl|F2KrwBo)8MjivMW$qy+h)6`-sRF zmZnF}Qel6H@k2%+FaXprizHcaB|%C4Vzzhz;S*KK4&kAc{j^UleV6MSd#y0elBR2G z+uYA82y}hPJnX@P=t=B0kNY=d1R8`GWJ>qZMy06q=%Ly4WUPsfw1xo|zf6PR27jKf zJvdmZ9_6N{b+4RQ9H7RMlSlw9`?;D}ruEPRJ4rpGvmCvwbLs1X;tLOWQ&#E(VcmK90^W#ITpJGGI$8X_&F@!Gt=!CX zWh*Oiz>o}k6Ci3XQ>b3rWF-M|t<=;n`1VM|vC33}3Uh4e)qCE0Loob6jA7MmNJ_Rs ziQVtIh7bh_5m!BK0`A)aD)z0F;_gN`NKicl=b#=bLYrR)W{2LilWOcoJSV!@zm zk@umcsvq>#`}c7R(V7X9&j!oD(v*wInG`iyW}UjxL)Z@R*$3lP?U1m5s{{$<`_W{o zY1US>kyF{`DNc#Nz)w-`drp;lml?}4lSXRfELXXZn#rZ_xzYi-u}*t z+L!=Vw-aYG7wcg_R%W$D?s5Ejp2uTSY?2GIW+=8U(~y0qB6f*75DWOX`125O%&peR zv2vXb7in}jBD4%m5cwaq`4E+Kb-P+{GT|!zWqt4QN`UVR?0a9t`~CF7y?a#9eAyDM zGHG|Z!8cXtm)>OM14jp|%euN;SVvQ1{wO^wngs-;>GReXB+I#eal1Qo%{g%D4h>&R z6H;5VsRz%MJ9PA44!K1nfTiIgnJ0bDMFe-xC{@90?*}rbr?j~)NR=O)PqT)JMzL^g zv7^8TsI0!=KZ8?6(LD7HJaZbY$f@|l?2D;k@UEY-?O^7@SvQo_J5jchGP_Kox?}rH z`XpV%NBCCR8s@{829cnh^gSbT&R?4kEM@C{E(QO`V%9I?WrqIY3d zY<@ky4+&0kdy`Z)qAsE5^Ate$o@$0~3Amau&pVZ1M+^Ku-HF|&&N(EUG5-CJp z)1%4$Ra54B){i3)9w+b*GKhL)_8~L*$3hHmEHuO|3QuFL9uN878JtRQ>}#nBNn(-v!2V5C=OX4WojG94C4zK54@!(o%jj#WE+?_3>%jl6y(!1D^e_sXrP~fJof9y|Jz@e>cTinfA&BsgBLyDl90C z8%uT;Z_axzMga?wSsLomytFkX$!};)b{^i>=$taS4=w!Xwe7!R8o3|Oytnj!{S;LC zzq__Q51l!c{`N-n`5Rqu|FG z4tR|7^pC6Op45o<MVpT-tT-PfvRqL#d)d_;$}w9t4{Mh=Wh{e?wv#BZ=VZ0{g-=P;yxRV zIfc=`eJ*`4yp-`o?q|WuDwh$S5QD%QcO(r8Qykq_H;OxL3R5wFO#&C^E8ht^S9Ug? zOL@M~)Co2tc9>r8=L`-!c=FLIoB?+esEnZ{=KIl{_TM+KkLmYxL7`~u5;sHOxDB$X zcfTx7;eR;`Ak#(XKR+xXYZ0BSub(996=A3}L6Y2Ht}^Z~kD6_hxp8kj7g6$-bLXRj zq)ata^Bk<4_*14JnU)0$0EPf!uu+`mQN!JF=hf7=71tO~J%oY(4L7pPSYS6>7tA?} zG)WTPu?vpanai`$8_uK}jygQkmhke@E1)dqT~d+#=bo~OykGZNdoQzg=8l-eQ2b)= z?O_knZET}C@`Diki1amdPix89U7HLkm$H0A^H+Bo^}-hMOo1=y9azetxHi1^1NX$^ z!18=1>|@Pu;ElxRbF{hZv8ZAu0d4$Jy~~ADVdgV(uzE-hH#6lDBPCsoZzs5+NAx$0 zAA7C@XQKqzJvi|J-@0eAG|=VvVi__vjz7g)AL=R}DwnHHJOh6#p2kmc^Gd8B*?|bA_h+{T?k&btDP0fQ&Xi z5RzP)0X0p@)X-JH(curGSqk`)JoSxbz#pg833Nf4bEI(}g@TcgO5zuju85%Ke0cJ`3YS%?L%=fLf zxVr>9lQIN*JLGI8&2s2Xk~YXi7y|Os7RLysoSC**khI)jeb~LBrsvlR-NWNL$uaNa zUHrE9aT|Sr;nCdt>Ado-@r)SS`F#Ah-OuSpaJW@VsBj%YM%pmNr>G5lqu8PxuzqA% z=rdbn{HYs&WA$>C7yPY+zKot$2kPrxCcWQe)^+wn7xE~>rBS%*RL%AqF{~f1zJQgp zf2Pm!$derl8=+M3i;uwqN>e3^IHI}i-b@5q=0KKKhVyDu!N*6r2=Xx&k)gnUP( zOG|@j36wcE50fgBpP8<%WbQ;RL->dzbIG1#YkF1gp}%SB!h=hzpx!9$I<{;RxnTQD zy(_3Dpje86=16YI;ns#N#A*Ovs*QDa@CKP~sgI&A)2kKp8TWh{;;%jQHv?D{22mf9 zq&}bWOo?aqa*z#QSrf8GfcmQOuvJ#cycFMVG^kWE<{LN@$21nxECX)|>P21go}O2i@x;TUczKN} zul*G1?-JiWlIM<@87I=};%4LL^Um?9 zr}5_EP28Vi|q!py! zKuRP7Qa|5|;@{})x`>-xq%sYT5s;`2`CYiC!|~(EWBp)pH1#1srEj)sKsRi>1q#)L zEa>1#e(M^BoKZ?R+)23e`~WBDk&Ey3TN=g|*e|WfxG%p45H`+X6j>1t~2 zwE%8Lt);|L5=PEaUl2d~giEXlPzu5J%u$N-6pP?XVMv(llhu50|ISPCm8GLJgWw!o8x zh0d5+B0q#8m8n_`;Q%0Ic96T`s-zakIU<$@9MYm0<-p_OVSZT0gv6+5Y8~i6$hg#5 z=%XK$y@h;dFBfBn9Bw6Z(o=dvp@=sRn#!>`FqFEUfL z8+nS)ARON{S91o&CpT+ia^?n+lgTcB);R4!Dg8U5=NmjFy$P!B5IC;vsP&`*XKAL* zp{fqbmh@}Cf{mU!9iJR%zQ`>36aUSQ1Yn7IeAYBLEF&nbNjEmlf90W=)rx<95a?B$ z<Lcf}X|uFxZzs}6kyXw5|8u9*^#Gc|RfI0IfoJ$}{f1;3O7ifF(@I_2g#JbgHVyku- zCX^Qm4l=4rqh6t7lMgXJLI_fm0VcwuGA_dz?_?d?^kAB@`wyB>WW6*};W>KI^l zK`(TV=UM}Bz;d#?K%J=scp`(pf&@4J%2?-6Q+i13NnPY=j;U(aHjvEgxV^9Mj<2lLZO(^ zK`o~k(+N-K{KXJEwUdXmH*r~jfT!tg`H|{Y+e8MJ+Rz>=1SU7b8bhosl&3oL*ne7fU~6xOb0?@idW zqBi(cr7CO#hP;$gUvFnjc8NMl9}pjow8`ipcwh!HM#ZUn7%#PK8E)Dk|8QIw#30~@bkEA(V{+<)Nb z>HD0Y4=$}Z6x>~sKp2pw8b)c)!!K5or9m;*N6w(N++xlrAG9?a}|v z4`$Md`bC>?dI+y>~LP5!C^v{Ed!J+*oh8$0)sqX@u~dVtX1h zmzcYH=48kW!s~6sWDEbqolQ1Sm;=8k!Wm+Sq8Q18&;;R;;yet#a)=p(-Vy$zsaZkg zo$nk1m_y~^#?2b-XmLDWyHPAt(+)3YAvtSlX1#Y+Dm(7HFGtCt0V zS|U(3NeS2(iXtn;?AWJ6Hkm9D^i7QZe}4X#=k2eECholjVeNmKfc@*|e{ooYai|=B zy;G9_n{$CG|N49FZ;foR3*|KgS??O+I?k1oQ`d5VKhP|DohC{B1albawhdwbXOX=*`CH(s!#W}YVaUT$YE?cTwh zzmL1z0>=7q?Cbpo#pt9?=C12(Z#Hlz&I6m7f2}K4I?j()m~+4p zGJxE~<%Bbj!vh(fa?GugVs_3D(SFkyM}8foXmy_q()ry1}EP9P%_&vR8)Y>>fPVV)u;VT-95A`8zTB zo-8V7EY%Qkx7uZQ`!dk_HA2M%SXLN>mGD!Sr~)2Tb)o%8uM{FnWpJljiDnj5w>f=# zx|<=n&Nq5;e;en_+_B*krfRLHrl|2SlRWcWY*JI9SfqpPrto}C5L?K34{dR*Bp?Id z+&e*WctMMWg?q0NA)84fylz%zQ$UU-5tR?czKj@Xe7WU=`xYIXJSY2COPuIGop_?Y zq=pz=6c*h}2J9Y`MK%at6Ie!(1lNo!Gb@q8&nR%kSEp3bjZcF%E&;|Wrs$=}3wrdT zAt-Yzv{Mvb^E?{ma&W*q5{dxMcuXwCHrNwO3;CENsA8v3!QWP}7Rxb6O*isiF7&I< zG`(}lsRg#aCZw1R`m-;9(UTE24k16x2>F4`{DzsysRudb(?CU!OWOhf)lq(b#(4Fy zA`j?mkwyD>X(-Ltd)IR|TD#pa_`ZSjq^D=aCzDrm()0wE(9nPBr8%X+Ci>2m(Xf?oyk{f9!#i`G&L>z zc2Im7ALEBoLNeRjSMvd(kCp$P)D7c-h1CxEj$4Kj7Upf?Ln6i#0hZTPf2U6CNs*Y< z5$wB&-P@XBIN{Wmmm}37)_>>!HefCSU{u(&dJNc+YKp}zGStFbGN!$1fW&OEU_U@X z)oT6ASkYFbP(M-{lguA-`*L|=*=>u@B7uTWxI`j>)s=D$C%0zxKsRS*NVA|;0@o(X zR;riyahWZeWy%=i4Hfk})&r3z-%3XM*a?2IJLbb#bc|VA2y%zb)3GuyZ- zrvC5jmuN-9A%y2{JZ^`?5$NNU z-5t#3W=Wpa15e}^VtK?92uQF>zLL&0Lg`3_j+9 z4eePaYhSISSdsnDdI2$^4T+eZUvI9(_!ZaJZ9IgyUQx_O3dtB6(d-k}$**+Du{+JC zb!`qbe8L;mLli6QgYBwfZ`NdM$E<(8lrMT`j4KGKl2`3vWHqI|3sB(QwD_m%rYLPV zBD(Gh=*;kFV}Q_!t2^hO$1JwNU81RcSJ-(D@5iSbg7VWA(({sm76X&>%_pD=Je!h6 zlwcbPDrj44wqh9l`66pH*!?(DCU2r}CNr$}K$IHcBnN>VcT38_X% z+gZeU7q!@lKSY()tg>eHipPR_8dM)tqZ%K-W1+nfzSmN8P4LQE_q)0(r;wq~?MOoc zg;7v{B=sNUHYzQFMX}k6U%BgfsWa%8esO4a9|0^7FoLYQSMD4>VoKe&HBqOl!RLI) zfz7+WFQjc7Y%tf=sI{wVLZ=cyd3mCeZmr>_1F|QOuCIbY4~_S&MT}!=sJLIazw(uE zzFB91fpwUASEH(#OVJxla`l+wzHUt{v*4l5y~Dv@cSq%@zYh*Cw;qn>9-=TY70(4p z-flz40C43=E*O`f)BR`~^kN$@os6sd4P?(RBR5t_(g>tZBW8;>*AD0OvZ)d}?M=`A z$`dq(DdHx5zj)XU%djkP?oA2nZi|`F8$>0z*zO5rp4uB=&5#r0PT@;{?=Sk%?C#-~ z$)33|d926T)MM<<;MKaMwYBs5`rQujuyCFQSs8#)*#0@o8-;Cbg*Y0B=Pm!%I5CU( zck@H-g}sP8{m}zc=lk&$7y5P^xoOhr(ewR_$cE9;PW@_F-(Cmci5%OmZPGNlx{0)8 zstxe4Fa|>7hONy)>ZrCbjYx}t!~rBj9EtbTb{lWD#=`k8Ot`35s?QxBI}t$U;q2AH z%wa#5)?|}Dt+pPO5UYvU?>l1?!biiN^1}QYA_wOW@tvJjq}kM1@HeX`jYq~M2y~&G zr8evF{P!zb&+L6!qPFC*zEQDs^Niy^>2-!MeVNM;)7MDROv}|=pSC_T)iWImBCxVZ zWaX>FJ?bI6h?sdCx0-oJu5KJwht+ONm!w2+;h-q;d7hPF2cn-Zeu0+J=B(HEDhZ1o z%b5lF`?GZ)YJd8>M(_jI;^fCaKMz507t`Y2o6hdQtJI;axw!5;^JL?b4K=9W`B#b+ z@$8GG<_*}VUZy=KYf`<`{1QZc=RowVzWae?56yxDO9}p{NZ~DWT_vmqCOSHYv*a-TC;EBRUGnt9lb~8g24b=PRr>0ov@h_B*!+hO-r?%`>LW+ z-v$0TM~2f0XYD`a=lFiU^>!Oj2iT1W(~&c=;b2-9o940u=s zCeLEg1yduT6)zrs4S{~JTj;^4W-XQc=r5>Y1=Lh~C(CTwkl7EI$zOm?vAW-IbKvzU z`afoz-U%{CL>9rpe!|a5RBWz|X9e(NHPTy8xs{a$A3OV@AHihcjNn>01mb#v5TCPd zHo3vFF1c>=v`|>a~BPtU@iBI z=#ypP!#rs4^(z^5Bl@#VcE9Qy#Qw_l+s@PW0RP{C87}wzcQ}#zN;8S3IbVE{Q2gti z_9|B{`ByGdXDaDu08v1$zw~-=BKEIVQBW@S+yA<6t+mt!^BO_;1Z~pWu}__k|U-zpGr?B4t-o+zB6K6Rouh9x?q zeT;ln4>TdZ#O)+NNTd-a!U!}vMZp@KzIG^U@e16n6X$DZXPt~jeW@=t9 zPw;Q~skrSNxit){cAgO&_{2xUnw&rKbuWZ)&yUM5h`h;ED1}OnJn2memogti&b(si z^0lAWC@RwDCsW>~Zk_>-G}X06l!{DeqkQC-$kH=ezbj`{SH7^1eQh|hP{Bex4YaD* zGp<@u$95Ukpw!+Go4rgeWdy(%)Q>JQa&H7bBc-Z?#{H8ep# ze(`Hgl+3?pFm=U;Iqs{B9Uw-rr;IrIjY!&Wx!Liz6C;TtrOGZLC`K;|H``DZ+Jz`` zGYdBNL*7K|_eq1M9#c@FmD_C%KBM?uvs3}C+d;6q4Kc9k>vLY2HG!Jy%li;AS)9T& zCcVaJOCME6SRc4AdDvO3oGcq+|r2xAEO7$ zo^#V;fj@;5c@_O80iA7JVlX;}ctmv5h!{Ekf+By64PZh)&0VQI)Wo2a2YK{m~8B(al>RRaG7ZXvTczVtM6K+}!LvLD8UavR(}) zFq%iYJDc?f#(%|+pH;5DtI5EbyH<{L1-xC9CQ-iHy|w9YZSeX#3v}nC+b6~kI&mwX zq;I?~o!95w1LRpOF_4hY+<;ZK`&Uq$(XkYI5d0M%m3c|Mb?o=2A;(?7&dm-c3oEx} zKkFpf*1qq`b`RbRBjcqCYkMuH?3E5bdJ`v;ihfwQveoqb4_oK0P{qZo94k@^R2RTQJ%D1my4=Ihi4~+Wby? zqdy%Oi-y{^u{}!n;46@>mI^vWF)m$tn&D6PkOc@`C{}kLf?RTC7cn@Ad9ityXrX*U z@i^%y;-32cMDQ2%erv`H?sj|+h;{M|Kf}i* zr(j}O8Y$p6W(e%n9uK}9cCS(S`&@x$1x)-UyoTVWEc^vE4<*G{tVQNOZ>?t1S3ep{;0 zMFkHwlxY;BA4Fa%OC##|jSaJkYod-#cBD+AGM2fZE#pIiZ!%cDLEibreV-`hmMKix z;q5;QrjUG15D)g0uCHrd(w=Jcnhvwf!4l |uDoq*8}>StFmP%9VX00pZ${@;5yX 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 z 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 literal 0 HcmV?d00001 diff --git a/frappe/.cache/pip/http/a/6/9/b/d/a69bdb984343de3b3653d7a852dbd14dd4ccdd03ced4b06d1352ba0b b/frappe/.cache/pip/http/a/6/9/b/d/a69bdb984343de3b3653d7a852dbd14dd4ccdd03ced4b06d1352ba0b new file mode 100644 index 0000000000000000000000000000000000000000..61188a86ddc9df33c8149c105e28be6d2d6d58af GIT binary patch literal 7806 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 QKKY+Q{qO(&-(gI1bVeRpbN~PV literal 0 HcmV?d00001 diff --git a/frappe/.cache/pip/http/b/9/2/d/5/b92d5efeb2406de109c0263ebfbbe56d85532219b7d0aae49a57069a b/frappe/.cache/pip/http/b/9/2/d/5/b92d5efeb2406de109c0263ebfbbe56d85532219b7d0aae49a57069a new file mode 100644 index 0000000000000000000000000000000000000000..f3d98a2645ecbd807412f4fe3a55d428828184e8 GIT binary patch literal 3461 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 literal 0 HcmV?d00001 diff --git a/frappe/.cache/pip/http/d/9/f/5/0/d9f5007c5cc7fe7a953d81df1938d0a96573b4be7f6b4aea55ab2559 b/frappe/.cache/pip/http/d/9/f/5/0/d9f5007c5cc7fe7a953d81df1938d0a96573b4be7f6b4aea55ab2559 new file mode 100644 index 0000000000000000000000000000000000000000..ce2f8eb00857b5848f376447c3ae41fc640bcb42 GIT binary patch literal 5994 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 YQhy;0cT|rDhV<`5{m*~?2U1T{q^e1_(*OVf literal 0 HcmV?d00001 diff --git a/frappe/.cache/pip/http/f/e/d/0/e/fed0ed508030b766d5b0c2792132c8bf197804464765b46b361f93a4 b/frappe/.cache/pip/http/f/e/d/0/e/fed0ed508030b766d5b0c2792132c8bf197804464765b46b361f93a4 new file mode 100644 index 0000000000000000000000000000000000000000..f70a39a383dbadf2c94850ed49ad0f855e066715 GIT binary patch literal 20940 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 literal 0 HcmV?d00001 diff --git a/frappe/.node-gyp/6.7.0/include/node/android-ifaddrs.h b/frappe/.node-gyp/6.7.0/include/node/android-ifaddrs.h new file mode 100644 index 00000000..9cd19fec --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/android-ifaddrs.h @@ -0,0 +1,54 @@ +/* + * Copyright (c) 1995, 1999 + * Berkeley Software Design, Inc. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * THIS SOFTWARE IS PROVIDED BY Berkeley Software Design, Inc. ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL Berkeley Software Design, Inc. BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * BSDI ifaddrs.h,v 2.5 2000/02/23 14:51:59 dab Exp + */ + +#ifndef _IFADDRS_H_ +#define _IFADDRS_H_ + +struct ifaddrs { + struct ifaddrs *ifa_next; + char *ifa_name; + unsigned int ifa_flags; + struct sockaddr *ifa_addr; + struct sockaddr *ifa_netmask; + struct sockaddr *ifa_dstaddr; + void *ifa_data; +}; + +/* + * This may have been defined in . Note that if is + * to be included it must be included before this header file. + */ +#ifndef ifa_broadaddr +#define ifa_broadaddr ifa_dstaddr /* broadcast address interface */ +#endif + +#include + +__BEGIN_DECLS +extern int getifaddrs(struct ifaddrs **ifap); +extern void freeifaddrs(struct ifaddrs *ifa); +__END_DECLS + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/ares.h b/frappe/.node-gyp/6.7.0/include/node/ares.h new file mode 100644 index 00000000..cd94d4fc --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/ares.h @@ -0,0 +1,635 @@ + +/* Copyright 1998 by the Massachusetts Institute of Technology. + * Copyright (C) 2007-2013 by Daniel Stenberg + * + * Permission to use, copy, modify, and distribute this + * software and its documentation for any purpose and without + * fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright + * notice and this permission notice appear in supporting + * documentation, and that the name of M.I.T. not be used in + * advertising or publicity pertaining to distribution of the + * software without specific, written prior permission. + * M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" + * without express or implied warranty. + */ + +#ifndef ARES__H +#define ARES__H + +#include "ares_version.h" /* c-ares version defines */ +#include "ares_build.h" /* c-ares build definitions */ +#include "ares_rules.h" /* c-ares rules enforcement */ + +/* + * Define WIN32 when build target is Win32 API + */ + +#if (defined(_WIN32) || defined(__WIN32__)) && \ + !defined(WIN32) && !defined(__SYMBIAN32__) +# define WIN32 +#endif + +#include + +/* HP-UX systems version 9, 10 and 11 lack sys/select.h and so does oldish + libc5-based Linux systems. Only include it on system that are known to + require it! */ +#if defined(_AIX) || defined(__NOVELL_LIBC__) || defined(__NetBSD__) || \ + defined(__minix) || defined(__SYMBIAN32__) || defined(__INTEGRITY) || \ + defined(ANDROID) || defined(__ANDROID__) +#include +#endif +#if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) +#include +#endif + +#if defined(WATT32) +# include +# include +# include +#elif defined(_WIN32_WCE) +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +# endif +# include +# include +#elif defined(WIN32) +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +# endif +# include +# include +# include +#else +# include +# include +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +/* +** c-ares external API function linkage decorations. +*/ + +#ifdef CARES_STATICLIB +# define CARES_EXTERN +#elif defined(WIN32) || defined(_WIN32) || defined(__SYMBIAN32__) +# if defined(CARES_BUILDING_LIBRARY) +# define CARES_EXTERN __declspec(dllexport) +# else +# define CARES_EXTERN __declspec(dllimport) +# endif +#elif defined(CARES_BUILDING_LIBRARY) && defined(CARES_SYMBOL_HIDING) +# define CARES_EXTERN CARES_SYMBOL_SCOPE_EXTERN +#else +# define CARES_EXTERN +#endif + + +#define ARES_SUCCESS 0 + +/* Server error codes (ARES_ENODATA indicates no relevant answer) */ +#define ARES_ENODATA 1 +#define ARES_EFORMERR 2 +#define ARES_ESERVFAIL 3 +#define ARES_ENOTFOUND 4 +#define ARES_ENOTIMP 5 +#define ARES_EREFUSED 6 + +/* Locally generated error codes */ +#define ARES_EBADQUERY 7 +#define ARES_EBADNAME 8 +#define ARES_EBADFAMILY 9 +#define ARES_EBADRESP 10 +#define ARES_ECONNREFUSED 11 +#define ARES_ETIMEOUT 12 +#define ARES_EOF 13 +#define ARES_EFILE 14 +#define ARES_ENOMEM 15 +#define ARES_EDESTRUCTION 16 +#define ARES_EBADSTR 17 + +/* ares_getnameinfo error codes */ +#define ARES_EBADFLAGS 18 + +/* ares_getaddrinfo error codes */ +#define ARES_ENONAME 19 +#define ARES_EBADHINTS 20 + +/* Uninitialized library error code */ +#define ARES_ENOTINITIALIZED 21 /* introduced in 1.7.0 */ + +/* ares_library_init error codes */ +#define ARES_ELOADIPHLPAPI 22 /* introduced in 1.7.0 */ +#define ARES_EADDRGETNETWORKPARAMS 23 /* introduced in 1.7.0 */ + +/* More error codes */ +#define ARES_ECANCELLED 24 /* introduced in 1.7.0 */ + +/* Flag values */ +#define ARES_FLAG_USEVC (1 << 0) +#define ARES_FLAG_PRIMARY (1 << 1) +#define ARES_FLAG_IGNTC (1 << 2) +#define ARES_FLAG_NORECURSE (1 << 3) +#define ARES_FLAG_STAYOPEN (1 << 4) +#define ARES_FLAG_NOSEARCH (1 << 5) +#define ARES_FLAG_NOALIASES (1 << 6) +#define ARES_FLAG_NOCHECKRESP (1 << 7) +#define ARES_FLAG_EDNS (1 << 8) + +/* Option mask values */ +#define ARES_OPT_FLAGS (1 << 0) +#define ARES_OPT_TIMEOUT (1 << 1) +#define ARES_OPT_TRIES (1 << 2) +#define ARES_OPT_NDOTS (1 << 3) +#define ARES_OPT_UDP_PORT (1 << 4) +#define ARES_OPT_TCP_PORT (1 << 5) +#define ARES_OPT_SERVERS (1 << 6) +#define ARES_OPT_DOMAINS (1 << 7) +#define ARES_OPT_LOOKUPS (1 << 8) +#define ARES_OPT_SOCK_STATE_CB (1 << 9) +#define ARES_OPT_SORTLIST (1 << 10) +#define ARES_OPT_SOCK_SNDBUF (1 << 11) +#define ARES_OPT_SOCK_RCVBUF (1 << 12) +#define ARES_OPT_TIMEOUTMS (1 << 13) +#define ARES_OPT_ROTATE (1 << 14) +#define ARES_OPT_EDNSPSZ (1 << 15) + +/* Nameinfo flag values */ +#define ARES_NI_NOFQDN (1 << 0) +#define ARES_NI_NUMERICHOST (1 << 1) +#define ARES_NI_NAMEREQD (1 << 2) +#define ARES_NI_NUMERICSERV (1 << 3) +#define ARES_NI_DGRAM (1 << 4) +#define ARES_NI_TCP 0 +#define ARES_NI_UDP ARES_NI_DGRAM +#define ARES_NI_SCTP (1 << 5) +#define ARES_NI_DCCP (1 << 6) +#define ARES_NI_NUMERICSCOPE (1 << 7) +#define ARES_NI_LOOKUPHOST (1 << 8) +#define ARES_NI_LOOKUPSERVICE (1 << 9) +/* Reserved for future use */ +#define ARES_NI_IDN (1 << 10) +#define ARES_NI_IDN_ALLOW_UNASSIGNED (1 << 11) +#define ARES_NI_IDN_USE_STD3_ASCII_RULES (1 << 12) + +/* Addrinfo flag values */ +#define ARES_AI_CANONNAME (1 << 0) +#define ARES_AI_NUMERICHOST (1 << 1) +#define ARES_AI_PASSIVE (1 << 2) +#define ARES_AI_NUMERICSERV (1 << 3) +#define ARES_AI_V4MAPPED (1 << 4) +#define ARES_AI_ALL (1 << 5) +#define ARES_AI_ADDRCONFIG (1 << 6) +/* Reserved for future use */ +#define ARES_AI_IDN (1 << 10) +#define ARES_AI_IDN_ALLOW_UNASSIGNED (1 << 11) +#define ARES_AI_IDN_USE_STD3_ASCII_RULES (1 << 12) +#define ARES_AI_CANONIDN (1 << 13) + +#define ARES_AI_MASK (ARES_AI_CANONNAME|ARES_AI_NUMERICHOST|ARES_AI_PASSIVE| \ + ARES_AI_NUMERICSERV|ARES_AI_V4MAPPED|ARES_AI_ALL| \ + ARES_AI_ADDRCONFIG) +#define ARES_GETSOCK_MAXNUM 16 /* ares_getsock() can return info about this + many sockets */ +#define ARES_GETSOCK_READABLE(bits,num) (bits & (1<< (num))) +#define ARES_GETSOCK_WRITABLE(bits,num) (bits & (1 << ((num) + \ + ARES_GETSOCK_MAXNUM))) + +/* c-ares library initialization flag values */ +#define ARES_LIB_INIT_NONE (0) +#define ARES_LIB_INIT_WIN32 (1 << 0) +#define ARES_LIB_INIT_ALL (ARES_LIB_INIT_WIN32) + + +/* + * Typedef our socket type + */ + +#ifndef ares_socket_typedef +#ifdef WIN32 +typedef SOCKET ares_socket_t; +#define ARES_SOCKET_BAD INVALID_SOCKET +#else +typedef int ares_socket_t; +#define ARES_SOCKET_BAD -1 +#endif +#define ares_socket_typedef +#endif /* ares_socket_typedef */ + +typedef void (*ares_sock_state_cb)(void *data, + ares_socket_t socket_fd, + int readable, + int writable); + +struct apattern; + +/* NOTE about the ares_options struct to users and developers. + + This struct will remain looking like this. It will not be extended nor + shrunk in future releases, but all new options will be set by ares_set_*() + options instead of with the ares_init_options() function. + + Eventually (in a galaxy far far away), all options will be settable by + ares_set_*() options and the ares_init_options() function will become + deprecated. + + When new options are added to c-ares, they are not added to this + struct. And they are not "saved" with the ares_save_options() function but + instead we encourage the use of the ares_dup() function. Needless to say, + if you add config options to c-ares you need to make sure ares_dup() + duplicates this new option. + + */ +struct ares_options { + int flags; + int timeout; /* in seconds or milliseconds, depending on options */ + int tries; + int ndots; + unsigned short udp_port; + unsigned short tcp_port; + int socket_send_buffer_size; + int socket_receive_buffer_size; + struct in_addr *servers; + int nservers; + char **domains; + int ndomains; + char *lookups; + ares_sock_state_cb sock_state_cb; + void *sock_state_cb_data; + struct apattern *sortlist; + int nsort; + int ednspsz; +}; + +struct hostent; +struct timeval; +struct sockaddr; +struct ares_channeldata; + +typedef struct ares_channeldata *ares_channel; + +typedef void (*ares_callback)(void *arg, + int status, + int timeouts, + unsigned char *abuf, + int alen); + +typedef void (*ares_host_callback)(void *arg, + int status, + int timeouts, + struct hostent *hostent); + +typedef void (*ares_nameinfo_callback)(void *arg, + int status, + int timeouts, + char *node, + char *service); + +typedef int (*ares_sock_create_callback)(ares_socket_t socket_fd, + int type, + void *data); + +typedef int (*ares_sock_config_callback)(ares_socket_t socket_fd, + int type, + void *data); + +CARES_EXTERN int ares_library_init(int flags); + +CARES_EXTERN int ares_library_init_mem(int flags, + void *(*amalloc)(size_t size), + void (*afree)(void *ptr), + void *(*arealloc)(void *ptr, size_t size)); + +CARES_EXTERN int ares_library_initialized(void); + +CARES_EXTERN void ares_library_cleanup(void); + +CARES_EXTERN const char *ares_version(int *version); + +CARES_EXTERN int ares_init(ares_channel *channelptr); + +CARES_EXTERN int ares_init_options(ares_channel *channelptr, + struct ares_options *options, + int optmask); + +CARES_EXTERN int ares_save_options(ares_channel channel, + struct ares_options *options, + int *optmask); + +CARES_EXTERN void ares_destroy_options(struct ares_options *options); + +CARES_EXTERN int ares_dup(ares_channel *dest, + ares_channel src); + +CARES_EXTERN void ares_destroy(ares_channel channel); + +CARES_EXTERN void ares_cancel(ares_channel channel); + +/* These next 3 configure local binding for the out-going socket + * connection. Use these to specify source IP and/or network device + * on multi-homed systems. + */ +CARES_EXTERN void ares_set_local_ip4(ares_channel channel, unsigned int local_ip); + +/* local_ip6 should be 16 bytes in length */ +CARES_EXTERN void ares_set_local_ip6(ares_channel channel, + const unsigned char* local_ip6); + +/* local_dev_name should be null terminated. */ +CARES_EXTERN void ares_set_local_dev(ares_channel channel, + const char* local_dev_name); + +CARES_EXTERN void ares_set_socket_callback(ares_channel channel, + ares_sock_create_callback callback, + void *user_data); + +CARES_EXTERN void ares_set_socket_configure_callback(ares_channel channel, + ares_sock_config_callback callback, + void *user_data); + +CARES_EXTERN int ares_set_sortlist(ares_channel channel, + const char *sortstr); + +CARES_EXTERN void ares_send(ares_channel channel, + const unsigned char *qbuf, + int qlen, + ares_callback callback, + void *arg); + +CARES_EXTERN void ares_query(ares_channel channel, + const char *name, + int dnsclass, + int type, + ares_callback callback, + void *arg); + +CARES_EXTERN void ares_search(ares_channel channel, + const char *name, + int dnsclass, + int type, + ares_callback callback, + void *arg); + +CARES_EXTERN void ares_gethostbyname(ares_channel channel, + const char *name, + int family, + ares_host_callback callback, + void *arg); + +CARES_EXTERN int ares_gethostbyname_file(ares_channel channel, + const char *name, + int family, + struct hostent **host); + +CARES_EXTERN void ares_gethostbyaddr(ares_channel channel, + const void *addr, + int addrlen, + int family, + ares_host_callback callback, + void *arg); + +CARES_EXTERN void ares_getnameinfo(ares_channel channel, + const struct sockaddr *sa, + ares_socklen_t salen, + int flags, + ares_nameinfo_callback callback, + void *arg); + +CARES_EXTERN int ares_fds(ares_channel channel, + fd_set *read_fds, + fd_set *write_fds); + +CARES_EXTERN int ares_getsock(ares_channel channel, + ares_socket_t *socks, + int numsocks); + +CARES_EXTERN struct timeval *ares_timeout(ares_channel channel, + struct timeval *maxtv, + struct timeval *tv); + +CARES_EXTERN void ares_process(ares_channel channel, + fd_set *read_fds, + fd_set *write_fds); + +CARES_EXTERN void ares_process_fd(ares_channel channel, + ares_socket_t read_fd, + ares_socket_t write_fd); + +CARES_EXTERN int ares_create_query(const char *name, + int dnsclass, + int type, + unsigned short id, + int rd, + unsigned char **buf, + int *buflen, + int max_udp_size); + +CARES_EXTERN int ares_mkquery(const char *name, + int dnsclass, + int type, + unsigned short id, + int rd, + unsigned char **buf, + int *buflen); + +CARES_EXTERN int ares_expand_name(const unsigned char *encoded, + const unsigned char *abuf, + int alen, + char **s, + long *enclen); + +CARES_EXTERN int ares_expand_string(const unsigned char *encoded, + const unsigned char *abuf, + int alen, + unsigned char **s, + long *enclen); + +/* + * NOTE: before c-ares 1.7.0 we would most often use the system in6_addr + * struct below when ares itself was built, but many apps would use this + * private version since the header checked a HAVE_* define for it. Starting + * with 1.7.0 we always declare and use our own to stop relying on the + * system's one. + */ +struct ares_in6_addr { + union { + unsigned char _S6_u8[16]; + } _S6_un; +}; + +struct ares_addrttl { + struct in_addr ipaddr; + int ttl; +}; + +struct ares_addr6ttl { + struct ares_in6_addr ip6addr; + int ttl; +}; + +struct ares_srv_reply { + struct ares_srv_reply *next; + char *host; + unsigned short priority; + unsigned short weight; + unsigned short port; +}; + +struct ares_mx_reply { + struct ares_mx_reply *next; + char *host; + unsigned short priority; +}; + +struct ares_txt_reply { + struct ares_txt_reply *next; + unsigned char *txt; + size_t length; /* length excludes null termination */ +}; + +/* NOTE: This structure is a superset of ares_txt_reply + */ +struct ares_txt_ext { + struct ares_txt_ext *next; + unsigned char *txt; + size_t length; + /* 1 - if start of new record + * 0 - if a chunk in the same record */ + unsigned char record_start; +}; + +struct ares_naptr_reply { + struct ares_naptr_reply *next; + unsigned char *flags; + unsigned char *service; + unsigned char *regexp; + char *replacement; + unsigned short order; + unsigned short preference; +}; + +struct ares_soa_reply { + char *nsname; + char *hostmaster; + unsigned int serial; + unsigned int refresh; + unsigned int retry; + unsigned int expire; + unsigned int minttl; +}; + +/* +** Parse the buffer, starting at *abuf and of length alen bytes, previously +** obtained from an ares_search call. Put the results in *host, if nonnull. +** Also, if addrttls is nonnull, put up to *naddrttls IPv4 addresses along with +** their TTLs in that array, and set *naddrttls to the number of addresses +** so written. +*/ + +CARES_EXTERN int ares_parse_a_reply(const unsigned char *abuf, + int alen, + struct hostent **host, + struct ares_addrttl *addrttls, + int *naddrttls); + +CARES_EXTERN int ares_parse_aaaa_reply(const unsigned char *abuf, + int alen, + struct hostent **host, + struct ares_addr6ttl *addrttls, + int *naddrttls); + +CARES_EXTERN int ares_parse_ptr_reply(const unsigned char *abuf, + int alen, + const void *addr, + int addrlen, + int family, + struct hostent **host); + +CARES_EXTERN int ares_parse_ns_reply(const unsigned char *abuf, + int alen, + struct hostent **host); + +CARES_EXTERN int ares_parse_srv_reply(const unsigned char* abuf, + int alen, + struct ares_srv_reply** srv_out); + +CARES_EXTERN int ares_parse_mx_reply(const unsigned char* abuf, + int alen, + struct ares_mx_reply** mx_out); + +CARES_EXTERN int ares_parse_txt_reply(const unsigned char* abuf, + int alen, + struct ares_txt_reply** txt_out); + +CARES_EXTERN int ares_parse_txt_reply_ext(const unsigned char* abuf, + int alen, + struct ares_txt_ext** txt_out); + +CARES_EXTERN int ares_parse_naptr_reply(const unsigned char* abuf, + int alen, + struct ares_naptr_reply** naptr_out); + +CARES_EXTERN int ares_parse_soa_reply(const unsigned char* abuf, + int alen, + struct ares_soa_reply** soa_out); + +CARES_EXTERN void ares_free_string(void *str); + +CARES_EXTERN void ares_free_hostent(struct hostent *host); + +CARES_EXTERN void ares_free_data(void *dataptr); + +CARES_EXTERN const char *ares_strerror(int code); + +struct ares_addr_node { + struct ares_addr_node *next; + int family; + union { + struct in_addr addr4; + struct ares_in6_addr addr6; + } addr; +}; + +struct ares_addr_port_node { + struct ares_addr_port_node *next; + int family; + union { + struct in_addr addr4; + struct ares_in6_addr addr6; + } addr; + int udp_port; + int tcp_port; +}; + +CARES_EXTERN int ares_set_servers(ares_channel channel, + struct ares_addr_node *servers); +CARES_EXTERN int ares_set_servers_ports(ares_channel channel, + struct ares_addr_port_node *servers); + +/* Incomming string format: host[:port][,host[:port]]... */ +CARES_EXTERN int ares_set_servers_csv(ares_channel channel, + const char* servers); +CARES_EXTERN int ares_set_servers_ports_csv(ares_channel channel, + const char* servers); + +CARES_EXTERN int ares_get_servers(ares_channel channel, + struct ares_addr_node **servers); +CARES_EXTERN int ares_get_servers_ports(ares_channel channel, + struct ares_addr_port_node **servers); + +CARES_EXTERN const char *ares_inet_ntop(int af, const void *src, char *dst, + ares_socklen_t size); + +CARES_EXTERN int ares_inet_pton(int af, const char *src, void *dst); + + +#ifdef __cplusplus +} +#endif + +#endif /* ARES__H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/ares_build.h b/frappe/.node-gyp/6.7.0/include/node/ares_build.h new file mode 100644 index 00000000..199eae8b --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/ares_build.h @@ -0,0 +1,117 @@ +/* ares_build.h. Generated from ares_build.h.in by configure. */ +#ifndef __CARES_BUILD_H +#define __CARES_BUILD_H + + +/* Copyright (C) 2009 by Daniel Stenberg et al + * + * Permission to use, copy, modify, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, provided + * that the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of M.I.T. not be used in advertising or + * publicity pertaining to distribution of the software without specific, + * written prior permission. M.I.T. makes no representations about the + * suitability of this software for any purpose. It is provided "as is" + * without express or implied warranty. + */ + +/* ================================================================ */ +/* NOTES FOR CONFIGURE CAPABLE SYSTEMS */ +/* ================================================================ */ + +/* + * NOTE 1: + * ------- + * + * Nothing in this file is intended to be modified or adjusted by the + * c-ares library user nor by the c-ares library builder. + * + * If you think that something actually needs to be changed, adjusted + * or fixed in this file, then, report it on the c-ares development + * mailing list: http://cool.haxx.se/mailman/listinfo/c-ares/ + * + * This header file shall only export symbols which are 'cares' or 'CARES' + * prefixed, otherwise public name space would be polluted. + * + * NOTE 2: + * ------- + * + * Right now you might be staring at file ares_build.h.in or ares_build.h, + * this is due to the following reason: + * + * On systems capable of running the configure script, the configure process + * will overwrite the distributed ares_build.h file with one that is suitable + * and specific to the library being configured and built, which is generated + * from the ares_build.h.in template file. + * + */ + +/* ================================================================ */ +/* DEFINITION OF THESE SYMBOLS SHALL NOT TAKE PLACE ANYWHERE ELSE */ +/* ================================================================ */ + +#ifdef CARES_SIZEOF_LONG +# error "CARES_SIZEOF_LONG shall not be defined except in ares_build.h" + Error Compilation_aborted_CARES_SIZEOF_LONG_already_defined +#endif + +#ifdef CARES_TYPEOF_ARES_SOCKLEN_T +# error "CARES_TYPEOF_ARES_SOCKLEN_T shall not be defined except in ares_build.h" + Error Compilation_aborted_CARES_TYPEOF_ARES_SOCKLEN_T_already_defined +#endif + +#ifdef CARES_SIZEOF_ARES_SOCKLEN_T +# error "CARES_SIZEOF_ARES_SOCKLEN_T shall not be defined except in ares_build.h" + Error Compilation_aborted_CARES_SIZEOF_ARES_SOCKLEN_T_already_defined +#endif + +/* ================================================================ */ +/* EXTERNAL INTERFACE SETTINGS FOR CONFIGURE CAPABLE SYSTEMS ONLY */ +/* ================================================================ */ + +/* Configure process defines this to 1 when it finds out that system */ +/* header file ws2tcpip.h must be included by the external interface. */ + +#ifdef WIN32 +# define CARES_PULL_WS2TCPIP_H 1 +#else +# define CARES_PULL_SYS_TYPES_H 1 +# define CARES_PULL_SYS_SOCKET_H 1 +#endif + +/* #undef CARES_PULL_WS2TCPIP_H */ +#ifdef CARES_PULL_WS2TCPIP_H +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +# endif +# include +# include +# include +#endif + +/* Configure process defines this to 1 when it finds out that system */ +/* header file sys/types.h must be included by the external interface. */ +#ifdef CARES_PULL_SYS_TYPES_H +# include +#endif + +/* Configure process defines this to 1 when it finds out that system */ +/* header file sys/socket.h must be included by the external interface. */ +#ifdef CARES_PULL_SYS_SOCKET_H +# include +#endif + +/* The size of `long', as computed by sizeof. */ +/* #undef CARES_SIZEOF_LONG */ + +/* Integral data type used for ares_socklen_t. */ +#define CARES_TYPEOF_ARES_SOCKLEN_T socklen_t + +/* The size of `ares_socklen_t', as computed by sizeof. */ +#define CARES_SIZEOF_ARES_SOCKLEN_T 4 + +/* Data type definition of ares_socklen_t. */ +typedef CARES_TYPEOF_ARES_SOCKLEN_T ares_socklen_t; + +#endif /* __CARES_BUILD_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/ares_rules.h b/frappe/.node-gyp/6.7.0/include/node/ares_rules.h new file mode 100644 index 00000000..44f08f80 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/ares_rules.h @@ -0,0 +1,130 @@ +#ifndef __CARES_RULES_H +#define __CARES_RULES_H + + +/* Copyright (C) 2009 by Daniel Stenberg et al + * + * Permission to use, copy, modify, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, provided + * that the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of M.I.T. not be used in advertising or + * publicity pertaining to distribution of the software without specific, + * written prior permission. M.I.T. makes no representations about the + * suitability of this software for any purpose. It is provided "as is" + * without express or implied warranty. + */ + +/* ================================================================ */ +/* COMPILE TIME SANITY CHECKS */ +/* ================================================================ */ + +/* + * NOTE 1: + * ------- + * + * All checks done in this file are intentionally placed in a public + * header file which is pulled by ares.h when an application is + * being built using an already built c-ares library. Additionally + * this file is also included and used when building the library. + * + * If compilation fails on this file it is certainly sure that the + * problem is elsewhere. It could be a problem in the ares_build.h + * header file, or simply that you are using different compilation + * settings than those used to build the library. + * + * Nothing in this file is intended to be modified or adjusted by the + * c-ares library user nor by the c-ares library builder. + * + * Do not deactivate any check, these are done to make sure that the + * library is properly built and used. + * + * You can find further help on the c-ares development mailing list: + * http://cool.haxx.se/mailman/listinfo/c-ares/ + * + * NOTE 2 + * ------ + * + * Some of the following compile time checks are based on the fact + * that the dimension of a constant array can not be a negative one. + * In this way if the compile time verification fails, the compilation + * will fail issuing an error. The error description wording is compiler + * dependent but it will be quite similar to one of the following: + * + * "negative subscript or subscript is too large" + * "array must have at least one element" + * "-1 is an illegal array size" + * "size of array is negative" + * + * If you are building an application which tries to use an already + * built c-ares library and you are getting this kind of errors on + * this file, it is a clear indication that there is a mismatch between + * how the library was built and how you are trying to use it for your + * application. Your already compiled or binary library provider is the + * only one who can give you the details you need to properly use it. + */ + +/* + * Verify that some macros are actually defined. + */ + +#ifndef CARES_TYPEOF_ARES_SOCKLEN_T +# error "CARES_TYPEOF_ARES_SOCKLEN_T definition is missing!" + Error Compilation_aborted_CARES_TYPEOF_ARES_SOCKLEN_T_is_missing +#endif + +#ifndef CARES_SIZEOF_ARES_SOCKLEN_T +# error "CARES_SIZEOF_ARES_SOCKLEN_T definition is missing!" + Error Compilation_aborted_CARES_SIZEOF_ARES_SOCKLEN_T_is_missing +#endif + +/* + * Macros private to this header file. + */ + +#define CareschkszEQ(t, s) sizeof(t) == s ? 1 : -1 + +#define CareschkszGE(t1, t2) sizeof(t1) >= sizeof(t2) ? 1 : -1 + +/* + * Verify that the size previously defined and expected for + * ares_socklen_t is actually the the same as the one reported + * by sizeof() at compile time. + */ + +typedef char + __cares_rule_02__ + [CareschkszEQ(ares_socklen_t, CARES_SIZEOF_ARES_SOCKLEN_T)]; + +/* + * Verify at compile time that the size of ares_socklen_t as reported + * by sizeof() is greater or equal than the one reported for int for + * the current compilation. + */ + +typedef char + __cares_rule_03__ + [CareschkszGE(ares_socklen_t, int)]; + +/* ================================================================ */ +/* EXTERNALLY AND INTERNALLY VISIBLE DEFINITIONS */ +/* ================================================================ */ + +/* + * Get rid of macros private to this header file. + */ + +#undef CareschkszEQ +#undef CareschkszGE + +/* + * Get rid of macros not intended to exist beyond this point. + */ + +#undef CARES_PULL_WS2TCPIP_H +#undef CARES_PULL_SYS_TYPES_H +#undef CARES_PULL_SYS_SOCKET_H + +#undef CARES_TYPEOF_ARES_SOCKLEN_T + +#endif /* __CARES_RULES_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/ares_version.h b/frappe/.node-gyp/6.7.0/include/node/ares_version.h new file mode 100644 index 00000000..2c9146d7 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/ares_version.h @@ -0,0 +1,24 @@ + +#ifndef ARES__VERSION_H +#define ARES__VERSION_H + +/* This is the global package copyright */ +#define ARES_COPYRIGHT "2004 - 2013 Daniel Stenberg, ." + +#define ARES_VERSION_MAJOR 1 +#define ARES_VERSION_MINOR 10 +#define ARES_VERSION_PATCH 1 +#define ARES_VERSION ((ARES_VERSION_MAJOR<<16)|\ + (ARES_VERSION_MINOR<<8)|\ + (ARES_VERSION_PATCH)) +#define ARES_VERSION_STR "1.10.1-DEV" + +#if (ARES_VERSION >= 0x010700) +# define CARES_HAVE_ARES_LIBRARY_INIT 1 +# define CARES_HAVE_ARES_LIBRARY_CLEANUP 1 +#else +# undef CARES_HAVE_ARES_LIBRARY_INIT +# undef CARES_HAVE_ARES_LIBRARY_CLEANUP +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/common.gypi b/frappe/.node-gyp/6.7.0/include/node/common.gypi new file mode 100644 index 00000000..01ab2def --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/common.gypi @@ -0,0 +1,399 @@ +{ + 'variables': { + 'asan%': 0, + 'werror': '', # Turn off -Werror in V8 build. + 'visibility%': 'hidden', # V8's visibility setting + 'target_arch%': 'ia32', # set v8's target architecture + 'host_arch%': 'ia32', # set v8's host architecture + 'want_separate_host_toolset%': 0, # V8 should not build target and host + 'library%': 'static_library', # allow override to 'shared_library' for DLL/.so builds + 'component%': 'static_library', # NB. these names match with what V8 expects + 'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way + 'python%': 'python', + + 'node_shared%': 'false', + 'force_dynamic_crt%': 0, + 'node_use_v8_platform%': 'true', + 'node_use_bundled_v8%': 'true', + 'node_module_version%': '', + + 'node_tag%': '', + 'uv_library%': 'static_library', + + 'openssl_fips%': '', + + # Default to -O0 for debug builds. + 'v8_optimized_debug%': 0, + + # Enable disassembler for `--print-code` v8 options + 'v8_enable_disassembler': 1, + + # Don't bake anything extra into the snapshot. + 'v8_use_external_startup_data%': 0, + + 'conditions': [ + ['OS == "win"', { + 'os_posix': 0, + 'v8_postmortem_support%': 'false', + }, { + 'os_posix': 1, + 'v8_postmortem_support%': 'true', + }], + ['GENERATOR == "ninja" or OS== "mac"', { + 'OBJ_DIR': '<(PRODUCT_DIR)/obj', + 'V8_BASE': '<(PRODUCT_DIR)/libv8_base.a', + }, { + 'OBJ_DIR': '<(PRODUCT_DIR)/obj.target', + 'V8_BASE': '<(PRODUCT_DIR)/obj.target/deps/v8/tools/gyp/libv8_base.a', + }], + ['openssl_fips != ""', { + 'OPENSSL_PRODUCT': 'libcrypto.a', + }, { + 'OPENSSL_PRODUCT': 'libopenssl.a', + }], + ['OS=="mac"', { + 'clang%': 1, + }, { + 'clang%': 0, + }], + ], + }, + + 'target_defaults': { + 'default_configuration': 'Release', + 'configurations': { + 'Debug': { + 'variables': { + 'v8_enable_handle_zapping': 1, + }, + 'defines': [ 'DEBUG', '_DEBUG' ], + 'cflags': [ '-g', '-O0' ], + 'conditions': [ + ['target_arch=="x64"', { + 'msvs_configuration_platform': 'x64', + }], + ['OS=="aix"', { + 'cflags': [ '-gxcoff' ], + 'ldflags': [ '-Wl,-bbigtoc' ], + }], + ['OS == "android"', { + 'cflags': [ '-fPIE' ], + 'ldflags': [ '-fPIE', '-pie' ] + }], + ['node_shared=="true"', { + 'msvs_settings': { + 'VCCLCompilerTool': { + 'RuntimeLibrary': 3, # MultiThreadedDebugDLL (/MDd) + } + } + }], + ['node_shared=="false"', { + 'msvs_settings': { + 'VCCLCompilerTool': { + 'RuntimeLibrary': 1 # MultiThreadedDebug (/MTd) + } + } + }] + ], + 'msvs_settings': { + 'VCCLCompilerTool': { + 'Optimization': 0, # /Od, no optimization + 'MinimalRebuild': 'false', + 'OmitFramePointers': 'false', + 'BasicRuntimeChecks': 3, # /RTC1 + }, + 'VCLinkerTool': { + 'LinkIncremental': 2, # enable incremental linking + }, + }, + 'xcode_settings': { + 'GCC_OPTIMIZATION_LEVEL': '0', # stop gyp from defaulting to -Os + }, + }, + 'Release': { + 'variables': { + 'v8_enable_handle_zapping': 0, + }, + 'cflags': [ '-O3' ], + 'conditions': [ + ['target_arch=="x64"', { + 'msvs_configuration_platform': 'x64', + }], + ['OS=="solaris"', { + # pull in V8's postmortem metadata + 'ldflags': [ '-Wl,-z,allextract' ] + }], + ['OS!="mac" and OS!="win"', { + 'cflags': [ '-fno-omit-frame-pointer' ], + }], + ['OS == "android"', { + 'cflags': [ '-fPIE' ], + 'ldflags': [ '-fPIE', '-pie' ] + }], + ['node_shared=="true"', { + 'msvs_settings': { + 'VCCLCompilerTool': { + 'RuntimeLibrary': 2 # MultiThreadedDLL (/MD) + } + } + }], + ['node_shared=="false"', { + 'msvs_settings': { + 'VCCLCompilerTool': { + 'RuntimeLibrary': 0 # MultiThreaded (/MT) + } + } + }] + ], + 'msvs_settings': { + 'VCCLCompilerTool': { + 'Optimization': 3, # /Ox, full optimization + 'FavorSizeOrSpeed': 1, # /Ot, favour speed over size + 'InlineFunctionExpansion': 2, # /Ob2, inline anything eligible + 'WholeProgramOptimization': 'true', # /GL, whole program optimization, needed for LTCG + 'OmitFramePointers': 'true', + 'EnableFunctionLevelLinking': 'true', + 'EnableIntrinsicFunctions': 'true', + 'RuntimeTypeInfo': 'false', + 'AdditionalOptions': [ + '/MP', # compile across multiple CPUs + ], + }, + 'VCLibrarianTool': { + 'AdditionalOptions': [ + '/LTCG', # link time code generation + ], + }, + 'VCLinkerTool': { + 'LinkTimeCodeGeneration': 1, # link-time code generation + 'OptimizeReferences': 2, # /OPT:REF + 'EnableCOMDATFolding': 2, # /OPT:ICF + 'LinkIncremental': 1, # disable incremental linking + }, + }, + } + }, + # Forcibly disable -Werror. We support a wide range of compilers, it's + # simply not feasible to squelch all warnings, never mind that the + # libraries in deps/ are not under our control. + 'cflags!': ['-Werror'], + 'msvs_settings': { + 'VCCLCompilerTool': { + 'StringPooling': 'true', # pool string literals + 'DebugInformationFormat': 3, # Generate a PDB + 'WarningLevel': 3, + 'BufferSecurityCheck': 'true', + 'ExceptionHandling': 0, # /EHsc + 'SuppressStartupBanner': 'true', + 'WarnAsError': 'false', + }, + 'VCLibrarianTool': { + }, + 'VCLinkerTool': { + 'conditions': [ + ['target_arch=="ia32"', { + 'TargetMachine' : 1, # /MACHINE:X86 + 'target_conditions': [ + ['_type=="executable"', { + 'AdditionalOptions': [ '/SubSystem:Console,"5.01"' ], + }], + ], + }], + ['target_arch=="x64"', { + 'TargetMachine' : 17, # /MACHINE:AMD64 + 'target_conditions': [ + ['_type=="executable"', { + 'AdditionalOptions': [ '/SubSystem:Console,"5.02"' ], + }], + ], + }], + ], + 'GenerateDebugInformation': 'true', + 'GenerateMapFile': 'true', # /MAP + 'MapExports': 'true', # /MAPINFO:EXPORTS + 'RandomizedBaseAddress': 2, # enable ASLR + 'DataExecutionPrevention': 2, # enable DEP + 'AllowIsolation': 'true', + 'SuppressStartupBanner': 'true', + }, + }, + 'msvs_disabled_warnings': [4351, 4355, 4800], + 'conditions': [ + ['asan == 1 and OS != "mac"', { + 'cflags+': [ + '-fno-omit-frame-pointer', + '-fsanitize=address', + '-DLEAK_SANITIZER' + ], + 'cflags!': [ '-fomit-frame-pointer' ], + 'ldflags': [ '-fsanitize=address' ], + }], + ['asan == 1 and OS == "mac"', { + 'xcode_settings': { + 'OTHER_CFLAGS+': [ + '-fno-omit-frame-pointer', + '-gline-tables-only', + '-fsanitize=address', + '-DLEAK_SANITIZER' + ], + 'OTHER_CFLAGS!': [ + '-fomit-frame-pointer', + ], + }, + 'target_conditions': [ + ['_type!="static_library"', { + 'xcode_settings': {'OTHER_LDFLAGS': ['-fsanitize=address']}, + }], + ], + }], + ['OS == "win"', { + 'msvs_cygwin_shell': 0, # prevent actions from trying to use cygwin + 'defines': [ + 'WIN32', + # we don't really want VC++ warning us about + # how dangerous C functions are... + '_CRT_SECURE_NO_DEPRECATE', + # ... or that C implementations shouldn't use + # POSIX names + '_CRT_NONSTDC_NO_DEPRECATE', + # Make sure the STL doesn't try to use exceptions + '_HAS_EXCEPTIONS=0', + 'BUILDING_V8_SHARED=1', + 'BUILDING_UV_SHARED=1', + ], + }], + [ 'OS in "linux freebsd openbsd solaris aix"', { + 'cflags': [ '-pthread', ], + 'ldflags': [ '-pthread' ], + }], + [ 'OS in "linux freebsd openbsd solaris android aix"', { + 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ], + 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++0x' ], + 'ldflags': [ '-rdynamic' ], + 'target_conditions': [ + # The 1990s toolchain on SmartOS can't handle thin archives. + ['_type=="static_library" and OS=="solaris"', { + 'standalone_static_library': 1, + }], + ], + 'conditions': [ + [ 'target_arch=="ia32"', { + 'cflags': [ '-m32' ], + 'ldflags': [ '-m32' ], + }], + [ 'target_arch=="x32"', { + 'cflags': [ '-mx32' ], + 'ldflags': [ '-mx32' ], + }], + [ 'target_arch=="x64"', { + 'cflags': [ '-m64' ], + 'ldflags': [ '-m64' ], + }], + [ 'target_arch=="ppc" and OS!="aix"', { + 'cflags': [ '-m32' ], + 'ldflags': [ '-m32' ], + }], + [ 'target_arch=="ppc64" and OS!="aix"', { + 'cflags': [ '-m64', '-mminimal-toc' ], + 'ldflags': [ '-m64' ], + }], + [ 'target_arch=="s390"', { + 'cflags': [ '-m31' ], + 'ldflags': [ '-m31' ], + }], + [ 'target_arch=="s390x"', { + 'cflags': [ '-m64' ], + 'ldflags': [ '-m64' ], + }], + [ 'OS=="solaris"', { + 'cflags': [ '-pthreads' ], + 'ldflags': [ '-pthreads' ], + 'cflags!': [ '-pthread' ], + 'ldflags!': [ '-pthread' ], + }], + [ 'OS=="aix"', { + 'conditions': [ + [ 'target_arch=="ppc"', { + 'ldflags': [ '-Wl,-bmaxdata:0x60000000/dsa' ], + }], + [ 'target_arch=="ppc64"', { + 'cflags': [ '-maix64' ], + 'ldflags': [ '-maix64' ], + }], + ], + 'ldflags': [ '-Wl,-bbigtoc' ], + 'ldflags!': [ '-rdynamic' ], + }], + [ 'node_shared=="true"', { + 'cflags': [ '-fPIC' ], + }], + ], + }], + ['OS=="android"', { + 'target_conditions': [ + ['_toolset=="target"', { + 'defines': [ '_GLIBCXX_USE_C99_MATH' ], + 'libraries': [ '-llog' ], + }], + ], + }], + ['OS=="mac"', { + 'defines': ['_DARWIN_USE_64_BIT_INODE=1'], + 'xcode_settings': { + 'ALWAYS_SEARCH_USER_PATHS': 'NO', + 'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks + 'GCC_DYNAMIC_NO_PIC': 'NO', # No -mdynamic-no-pic + # (Equivalent to -fPIC) + 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions + 'GCC_ENABLE_CPP_RTTI': 'NO', # -fno-rtti + 'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings + 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics + 'PREBINDING': 'NO', # No -Wl,-prebind + 'MACOSX_DEPLOYMENT_TARGET': '10.7', # -mmacosx-version-min=10.7 + 'USE_HEADERMAP': 'NO', + 'OTHER_CFLAGS': [ + '-fno-strict-aliasing', + ], + 'WARNING_CFLAGS': [ + '-Wall', + '-Wendif-labels', + '-W', + '-Wno-unused-parameter', + ], + }, + 'target_conditions': [ + ['_type!="static_library"', { + 'xcode_settings': { + 'OTHER_LDFLAGS': [ + '-Wl,-no_pie', + '-Wl,-search_paths_first', + ], + }, + }], + ], + 'conditions': [ + ['target_arch=="ia32"', { + 'xcode_settings': {'ARCHS': ['i386']}, + }], + ['target_arch=="x64"', { + 'xcode_settings': {'ARCHS': ['x86_64']}, + }], + ['clang==1', { + 'xcode_settings': { + 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', + 'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++0x', # -std=gnu++0x + }, + }], + ], + }], + ['OS=="freebsd" and node_use_dtrace=="true"', { + 'libraries': [ '-lelf' ], + }], + ['OS=="freebsd"', { + 'ldflags': [ + '-Wl,--export-dynamic', + ], + }] + ], + } +} diff --git a/frappe/.node-gyp/6.7.0/include/node/config.gypi b/frappe/.node-gyp/6.7.0/include/node/config.gypi new file mode 100644 index 00000000..6c4e1b2d --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/config.gypi @@ -0,0 +1,56 @@ +# Do not edit. Generated by the configure script. +{ 'target_defaults': { 'cflags': [], + 'default_configuration': 'Release', + 'defines': [], + 'include_dirs': [], + 'libraries': []}, + 'variables': { 'asan': 0, + 'debug_devtools': 'node', + 'force_dynamic_crt': 0, + 'host_arch': 'x64', + 'icu_data_file': 'icudt57l.dat', + 'icu_data_in': '../../deps/icu-small/source/data/in/icudt57l.dat', + 'icu_endianness': 'l', + 'icu_gyp_path': 'tools/icu/icu-generic.gyp', + 'icu_locales': 'en,root', + 'icu_path': 'deps/icu-small', + 'icu_small': 'true', + 'icu_ver_major': '57', + 'llvm_version': 0, + 'node_byteorder': 'little', + 'node_enable_d8': 'false', + 'node_enable_v8_vtunejit': 'false', + 'node_install_npm': 'true', + 'node_module_version': 48, + 'node_no_browser_globals': 'false', + 'node_prefix': '/', + 'node_release_urlbase': 'https://nodejs.org/download/release/', + 'node_shared': 'false', + 'node_shared_cares': 'false', + 'node_shared_http_parser': 'false', + 'node_shared_libuv': 'false', + 'node_shared_openssl': 'false', + 'node_shared_zlib': 'false', + 'node_tag': '', + 'node_use_bundled_v8': 'true', + 'node_use_dtrace': 'true', + 'node_use_etw': 'false', + 'node_use_lttng': 'false', + 'node_use_openssl': 'true', + 'node_use_perfctr': 'false', + 'node_use_v8_platform': 'true', + 'openssl_fips': '', + 'openssl_no_asm': 0, + 'shlib_suffix': '48.dylib', + 'target_arch': 'x64', + 'uv_parent_path': '/deps/uv/', + 'uv_use_dtrace': 'true', + 'v8_enable_gdbjit': 0, + 'v8_enable_i18n_support': 1, + 'v8_inspector': 'true', + 'v8_no_strict_aliasing': 1, + 'v8_optimized_debug': 0, + 'v8_random_seed': 0, + 'v8_use_snapshot': 'true', + 'want_separate_host_toolset': 0, + 'xcode_version': '7.0'}} diff --git a/frappe/.node-gyp/6.7.0/include/node/libplatform/libplatform.h b/frappe/.node-gyp/6.7.0/include/node/libplatform/libplatform.h new file mode 100644 index 00000000..f180b4fe --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/libplatform/libplatform.h @@ -0,0 +1,38 @@ +// Copyright 2014 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_LIBPLATFORM_LIBPLATFORM_H_ +#define V8_LIBPLATFORM_LIBPLATFORM_H_ + +#include "v8-platform.h" // NOLINT(build/include) + +namespace v8 { +namespace platform { + +/** + * Returns a new instance of the default v8::Platform implementation. + * + * The caller will take ownership of the returned pointer. |thread_pool_size| + * is the number of worker threads to allocate for background jobs. If a value + * of zero is passed, a suitable default based on the current number of + * processors online will be chosen. + */ +v8::Platform* CreateDefaultPlatform(int thread_pool_size = 0); + + +/** + * Pumps the message loop for the given isolate. + * + * The caller has to make sure that this is called from the right thread. + * Returns true if a task was executed, and false otherwise. This call does + * not block if no task is pending. The |platform| has to be created using + * |CreateDefaultPlatform|. + */ +bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate); + + +} // namespace platform +} // namespace v8 + +#endif // V8_LIBPLATFORM_LIBPLATFORM_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/nameser.h b/frappe/.node-gyp/6.7.0/include/node/nameser.h new file mode 100644 index 00000000..a0302fd3 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/nameser.h @@ -0,0 +1,211 @@ + +#ifndef ARES_NAMESER_H +#define ARES_NAMESER_H + +/* header file provided by liren@vivisimo.com */ + +#ifndef HAVE_ARPA_NAMESER_H + +#define NS_PACKETSZ 512 /* maximum packet size */ +#define NS_MAXDNAME 256 /* maximum domain name */ +#define NS_MAXCDNAME 255 /* maximum compressed domain name */ +#define NS_MAXLABEL 63 +#define NS_HFIXEDSZ 12 /* #/bytes of fixed data in header */ +#define NS_QFIXEDSZ 4 /* #/bytes of fixed data in query */ +#define NS_RRFIXEDSZ 10 /* #/bytes of fixed data in r record */ +#define NS_INT16SZ 2 +#define NS_INADDRSZ 4 +#define NS_IN6ADDRSZ 16 +#define NS_CMPRSFLGS 0xc0 /* Flag bits indicating name compression. */ +#define NS_DEFAULTPORT 53 /* For both TCP and UDP. */ + +typedef enum __ns_class { + ns_c_invalid = 0, /* Cookie. */ + ns_c_in = 1, /* Internet. */ + ns_c_2 = 2, /* unallocated/unsupported. */ + ns_c_chaos = 3, /* MIT Chaos-net. */ + ns_c_hs = 4, /* MIT Hesiod. */ + /* Query class values which do not appear in resource records */ + ns_c_none = 254, /* for prereq. sections in update requests */ + ns_c_any = 255, /* Wildcard match. */ + ns_c_max = 65536 +} ns_class; + +typedef enum __ns_type { + ns_t_invalid = 0, /* Cookie. */ + ns_t_a = 1, /* Host address. */ + ns_t_ns = 2, /* Authoritative server. */ + ns_t_md = 3, /* Mail destination. */ + ns_t_mf = 4, /* Mail forwarder. */ + ns_t_cname = 5, /* Canonical name. */ + ns_t_soa = 6, /* Start of authority zone. */ + ns_t_mb = 7, /* Mailbox domain name. */ + ns_t_mg = 8, /* Mail group member. */ + ns_t_mr = 9, /* Mail rename name. */ + ns_t_null = 10, /* Null resource record. */ + ns_t_wks = 11, /* Well known service. */ + ns_t_ptr = 12, /* Domain name pointer. */ + ns_t_hinfo = 13, /* Host information. */ + ns_t_minfo = 14, /* Mailbox information. */ + ns_t_mx = 15, /* Mail routing information. */ + ns_t_txt = 16, /* Text strings. */ + ns_t_rp = 17, /* Responsible person. */ + ns_t_afsdb = 18, /* AFS cell database. */ + ns_t_x25 = 19, /* X_25 calling address. */ + ns_t_isdn = 20, /* ISDN calling address. */ + ns_t_rt = 21, /* Router. */ + ns_t_nsap = 22, /* NSAP address. */ + ns_t_nsap_ptr = 23, /* Reverse NSAP lookup (deprecated). */ + ns_t_sig = 24, /* Security signature. */ + ns_t_key = 25, /* Security key. */ + ns_t_px = 26, /* X.400 mail mapping. */ + ns_t_gpos = 27, /* Geographical position (withdrawn). */ + ns_t_aaaa = 28, /* Ip6 Address. */ + ns_t_loc = 29, /* Location Information. */ + ns_t_nxt = 30, /* Next domain (security). */ + ns_t_eid = 31, /* Endpoint identifier. */ + ns_t_nimloc = 32, /* Nimrod Locator. */ + ns_t_srv = 33, /* Server Selection. */ + ns_t_atma = 34, /* ATM Address */ + ns_t_naptr = 35, /* Naming Authority PoinTeR */ + ns_t_kx = 36, /* Key Exchange */ + ns_t_cert = 37, /* Certification record */ + ns_t_a6 = 38, /* IPv6 address (deprecates AAAA) */ + ns_t_dname = 39, /* Non-terminal DNAME (for IPv6) */ + ns_t_sink = 40, /* Kitchen sink (experimentatl) */ + ns_t_opt = 41, /* EDNS0 option (meta-RR) */ + ns_t_apl = 42, /* Address prefix list (RFC3123) */ + ns_t_ds = 43, /* Delegation Signer (RFC4034) */ + ns_t_sshfp = 44, /* SSH Key Fingerprint (RFC4255) */ + ns_t_rrsig = 46, /* Resource Record Signature (RFC4034) */ + ns_t_nsec = 47, /* Next Secure (RFC4034) */ + ns_t_dnskey = 48, /* DNS Public Key (RFC4034) */ + ns_t_tkey = 249, /* Transaction key */ + ns_t_tsig = 250, /* Transaction signature. */ + ns_t_ixfr = 251, /* Incremental zone transfer. */ + ns_t_axfr = 252, /* Transfer zone of authority. */ + ns_t_mailb = 253, /* Transfer mailbox records. */ + ns_t_maila = 254, /* Transfer mail agent records. */ + ns_t_any = 255, /* Wildcard match. */ + ns_t_zxfr = 256, /* BIND-specific, nonstandard. */ + ns_t_max = 65536 +} ns_type; + +typedef enum __ns_opcode { + ns_o_query = 0, /* Standard query. */ + ns_o_iquery = 1, /* Inverse query (deprecated/unsupported). */ + ns_o_status = 2, /* Name server status query (unsupported). */ + /* Opcode 3 is undefined/reserved. */ + ns_o_notify = 4, /* Zone change notification. */ + ns_o_update = 5, /* Zone update message. */ + ns_o_max = 6 +} ns_opcode; + +typedef enum __ns_rcode { + ns_r_noerror = 0, /* No error occurred. */ + ns_r_formerr = 1, /* Format error. */ + ns_r_servfail = 2, /* Server failure. */ + ns_r_nxdomain = 3, /* Name error. */ + ns_r_notimpl = 4, /* Unimplemented. */ + ns_r_refused = 5, /* Operation refused. */ + /* these are for BIND_UPDATE */ + ns_r_yxdomain = 6, /* Name exists */ + ns_r_yxrrset = 7, /* RRset exists */ + ns_r_nxrrset = 8, /* RRset does not exist */ + ns_r_notauth = 9, /* Not authoritative for zone */ + ns_r_notzone = 10, /* Zone of record different from zone section */ + ns_r_max = 11, + /* The following are TSIG extended errors */ + ns_r_badsig = 16, + ns_r_badkey = 17, + ns_r_badtime = 18 +} ns_rcode; + +#endif /* HAVE_ARPA_NAMESER_H */ + +#ifndef HAVE_ARPA_NAMESER_COMPAT_H + +#define PACKETSZ NS_PACKETSZ +#define MAXDNAME NS_MAXDNAME +#define MAXCDNAME NS_MAXCDNAME +#define MAXLABEL NS_MAXLABEL +#define HFIXEDSZ NS_HFIXEDSZ +#define QFIXEDSZ NS_QFIXEDSZ +#define RRFIXEDSZ NS_RRFIXEDSZ +#define INDIR_MASK NS_CMPRSFLGS +#define NAMESERVER_PORT NS_DEFAULTPORT + +#define QUERY ns_o_query + +#define SERVFAIL ns_r_servfail +#define NOTIMP ns_r_notimpl +#define REFUSED ns_r_refused +#undef NOERROR /* it seems this is already defined in winerror.h */ +#define NOERROR ns_r_noerror +#define FORMERR ns_r_formerr +#define NXDOMAIN ns_r_nxdomain + +#define C_IN ns_c_in +#define C_CHAOS ns_c_chaos +#define C_HS ns_c_hs +#define C_NONE ns_c_none +#define C_ANY ns_c_any + +#define T_A ns_t_a +#define T_NS ns_t_ns +#define T_MD ns_t_md +#define T_MF ns_t_mf +#define T_CNAME ns_t_cname +#define T_SOA ns_t_soa +#define T_MB ns_t_mb +#define T_MG ns_t_mg +#define T_MR ns_t_mr +#define T_NULL ns_t_null +#define T_WKS ns_t_wks +#define T_PTR ns_t_ptr +#define T_HINFO ns_t_hinfo +#define T_MINFO ns_t_minfo +#define T_MX ns_t_mx +#define T_TXT ns_t_txt +#define T_RP ns_t_rp +#define T_AFSDB ns_t_afsdb +#define T_X25 ns_t_x25 +#define T_ISDN ns_t_isdn +#define T_RT ns_t_rt +#define T_NSAP ns_t_nsap +#define T_NSAP_PTR ns_t_nsap_ptr +#define T_SIG ns_t_sig +#define T_KEY ns_t_key +#define T_PX ns_t_px +#define T_GPOS ns_t_gpos +#define T_AAAA ns_t_aaaa +#define T_LOC ns_t_loc +#define T_NXT ns_t_nxt +#define T_EID ns_t_eid +#define T_NIMLOC ns_t_nimloc +#define T_SRV ns_t_srv +#define T_ATMA ns_t_atma +#define T_NAPTR ns_t_naptr +#define T_KX ns_t_kx +#define T_CERT ns_t_cert +#define T_A6 ns_t_a6 +#define T_DNAME ns_t_dname +#define T_SINK ns_t_sink +#define T_OPT ns_t_opt +#define T_APL ns_t_apl +#define T_DS ns_t_ds +#define T_SSHFP ns_t_sshfp +#define T_RRSIG ns_t_rrsig +#define T_NSEC ns_t_nsec +#define T_DNSKEY ns_t_dnskey +#define T_TKEY ns_t_tkey +#define T_TSIG ns_t_tsig +#define T_IXFR ns_t_ixfr +#define T_AXFR ns_t_axfr +#define T_MAILB ns_t_mailb +#define T_MAILA ns_t_maila +#define T_ANY ns_t_any + +#endif /* HAVE_ARPA_NAMESER_COMPAT_H */ + +#endif /* ARES_NAMESER_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/node.h b/frappe/.node-gyp/6.7.0/include/node/node.h new file mode 100644 index 00000000..c744c3e1 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/node.h @@ -0,0 +1,498 @@ +#ifndef SRC_NODE_H_ +#define SRC_NODE_H_ + +#ifdef _WIN32 +# ifndef BUILDING_NODE_EXTENSION +# define NODE_EXTERN __declspec(dllexport) +# else +# define NODE_EXTERN __declspec(dllimport) +# endif +#else +# define NODE_EXTERN /* nothing */ +#endif + +#ifdef BUILDING_NODE_EXTENSION +# undef BUILDING_V8_SHARED +# undef BUILDING_UV_SHARED +# define USING_V8_SHARED 1 +# define USING_UV_SHARED 1 +#endif + +// This should be defined in make system. +// See issue https://github.com/joyent/node/issues/1236 +#if defined(__MINGW32__) || defined(_MSC_VER) +#ifndef _WIN32_WINNT +# define _WIN32_WINNT 0x0501 +#endif + +#ifndef NOMINMAX +# define NOMINMAX +#endif + +#endif + +#if defined(_MSC_VER) +#define PATH_MAX MAX_PATH +#endif + +#ifdef _WIN32 +# define SIGKILL 9 +#endif + +#include "v8.h" // NOLINT(build/include_order) +#include "node_version.h" // NODE_MODULE_VERSION + +#define NODE_MAKE_VERSION(major, minor, patch) \ + ((major) * 0x1000 + (minor) * 0x100 + (patch)) + +#ifdef __clang__ +# define NODE_CLANG_AT_LEAST(major, minor, patch) \ + (NODE_MAKE_VERSION(major, minor, patch) <= \ + NODE_MAKE_VERSION(__clang_major__, __clang_minor__, __clang_patchlevel__)) +#else +# define NODE_CLANG_AT_LEAST(major, minor, patch) (0) +#endif + +#ifdef __GNUC__ +# define NODE_GNUC_AT_LEAST(major, minor, patch) \ + (NODE_MAKE_VERSION(major, minor, patch) <= \ + NODE_MAKE_VERSION(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__)) +#else +# define NODE_GNUC_AT_LEAST(major, minor, patch) (0) +#endif + +#if NODE_CLANG_AT_LEAST(2, 9, 0) || NODE_GNUC_AT_LEAST(4, 5, 0) +# define NODE_DEPRECATED(message, declarator) \ + __attribute__((deprecated(message))) declarator +#elif defined(_MSC_VER) +# define NODE_DEPRECATED(message, declarator) \ + __declspec(deprecated) declarator +#else +# define NODE_DEPRECATED(message, declarator) \ + declarator +#endif + +// Forward-declare libuv loop +struct uv_loop_s; + +// Forward-declare these functions now to stop MSVS from becoming +// terminally confused when it's done in node_internals.h +namespace node { + +NODE_EXTERN v8::Local ErrnoException(v8::Isolate* isolate, + int errorno, + const char* syscall = NULL, + const char* message = NULL, + const char* path = NULL); +NODE_EXTERN v8::Local UVException(v8::Isolate* isolate, + int errorno, + const char* syscall = NULL, + const char* message = NULL, + const char* path = NULL); +NODE_EXTERN v8::Local UVException(v8::Isolate* isolate, + int errorno, + const char* syscall, + const char* message, + const char* path, + const char* dest); + +NODE_DEPRECATED("Use ErrnoException(isolate, ...)", + inline v8::Local ErrnoException( + int errorno, + const char* syscall = NULL, + const char* message = NULL, + const char* path = NULL) { + return ErrnoException(v8::Isolate::GetCurrent(), + errorno, + syscall, + message, + path); +}) + +inline v8::Local UVException(int errorno, + const char* syscall = NULL, + const char* message = NULL, + const char* path = NULL) { + return UVException(v8::Isolate::GetCurrent(), + errorno, + syscall, + message, + path); +} + +/* + * MakeCallback doesn't have a HandleScope. That means the callers scope + * will retain ownership of created handles from MakeCallback and related. + * There is by default a wrapping HandleScope before uv_run, if the caller + * doesn't have a HandleScope on the stack the global will take ownership + * which won't be reaped until the uv loop exits. + * + * If a uv callback is fired, and there is no enclosing HandleScope in the + * cb, you will appear to leak 4-bytes for every invocation. Take heed. + */ + +NODE_EXTERN v8::Local MakeCallback( + v8::Isolate* isolate, + v8::Local recv, + const char* method, + int argc, + v8::Local* argv); +NODE_EXTERN v8::Local MakeCallback( + v8::Isolate* isolate, + v8::Local recv, + v8::Local symbol, + int argc, + v8::Local* argv); +NODE_EXTERN v8::Local MakeCallback( + v8::Isolate* isolate, + v8::Local recv, + v8::Local callback, + int argc, + v8::Local* argv); + +} // namespace node + +#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS +#include "node_internals.h" +#endif + +#include +#include + +#ifndef NODE_STRINGIFY +#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) +#define NODE_STRINGIFY_HELPER(n) #n +#endif + +#ifdef _WIN32 +// TODO(tjfontaine) consider changing the usage of ssize_t to ptrdiff_t +#if !defined(_SSIZE_T_) && !defined(_SSIZE_T_DEFINED) +typedef intptr_t ssize_t; +# define _SSIZE_T_ +# define _SSIZE_T_DEFINED +#endif +#else // !_WIN32 +# include // size_t, ssize_t +#endif // _WIN32 + + +namespace node { + +NODE_EXTERN extern bool no_deprecation; +#if HAVE_OPENSSL && NODE_FIPS_MODE +NODE_EXTERN extern bool enable_fips_crypto; +NODE_EXTERN extern bool force_fips_crypto; +#endif + +NODE_EXTERN int Start(int argc, char *argv[]); +NODE_EXTERN void Init(int* argc, + const char** argv, + int* exec_argc, + const char*** exec_argv); + +class Environment; + +NODE_EXTERN Environment* CreateEnvironment(v8::Isolate* isolate, + struct uv_loop_s* loop, + v8::Local context, + int argc, + const char* const* argv, + int exec_argc, + const char* const* exec_argv); +NODE_EXTERN void LoadEnvironment(Environment* env); +NODE_EXTERN void FreeEnvironment(Environment* env); + +// NOTE: Calling this is the same as calling +// CreateEnvironment() + LoadEnvironment() from above. +// `uv_default_loop()` will be passed as `loop`. +NODE_EXTERN Environment* CreateEnvironment(v8::Isolate* isolate, + v8::Local context, + int argc, + const char* const* argv, + int exec_argc, + const char* const* exec_argv); + + +NODE_EXTERN void EmitBeforeExit(Environment* env); +NODE_EXTERN int EmitExit(Environment* env); +NODE_EXTERN void RunAtExit(Environment* env); + +/* Converts a unixtime to V8 Date */ +#define NODE_UNIXTIME_V8(t) v8::Date::New(v8::Isolate::GetCurrent(), \ + 1000 * static_cast(t)) +#define NODE_V8_UNIXTIME(v) (static_cast((v)->NumberValue())/1000.0); + +// Used to be a macro, hence the uppercase name. +#define NODE_DEFINE_CONSTANT(target, constant) \ + do { \ + v8::Isolate* isolate = target->GetIsolate(); \ + v8::Local context = isolate->GetCurrentContext(); \ + v8::Local constant_name = \ + v8::String::NewFromUtf8(isolate, #constant); \ + v8::Local constant_value = \ + v8::Number::New(isolate, static_cast(constant)); \ + v8::PropertyAttribute constant_attributes = \ + static_cast(v8::ReadOnly | v8::DontDelete); \ + (target)->DefineOwnProperty(context, \ + constant_name, \ + constant_value, \ + constant_attributes).FromJust(); \ + } \ + while (0) + +// Used to be a macro, hence the uppercase name. +inline void NODE_SET_METHOD(v8::Local recv, + const char* name, + v8::FunctionCallback callback) { + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + v8::HandleScope handle_scope(isolate); + v8::Local t = v8::FunctionTemplate::New(isolate, + callback); + v8::Local fn_name = v8::String::NewFromUtf8(isolate, name); + t->SetClassName(fn_name); + recv->Set(fn_name, t); +} + +// Used to be a macro, hence the uppercase name. +inline void NODE_SET_METHOD(v8::Local recv, + const char* name, + v8::FunctionCallback callback) { + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + v8::HandleScope handle_scope(isolate); + v8::Local t = v8::FunctionTemplate::New(isolate, + callback); + v8::Local fn = t->GetFunction(); + v8::Local fn_name = v8::String::NewFromUtf8(isolate, name); + fn->SetName(fn_name); + recv->Set(fn_name, fn); +} +#define NODE_SET_METHOD node::NODE_SET_METHOD + +// Used to be a macro, hence the uppercase name. +// Not a template because it only makes sense for FunctionTemplates. +inline void NODE_SET_PROTOTYPE_METHOD(v8::Local recv, + const char* name, + v8::FunctionCallback callback) { + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + v8::HandleScope handle_scope(isolate); + v8::Local s = v8::Signature::New(isolate, recv); + v8::Local t = + v8::FunctionTemplate::New(isolate, callback, v8::Local(), s); + v8::Local fn_name = v8::String::NewFromUtf8(isolate, name); + t->SetClassName(fn_name); + recv->PrototypeTemplate()->Set(v8::String::NewFromUtf8(isolate, name), t); +} +#define NODE_SET_PROTOTYPE_METHOD node::NODE_SET_PROTOTYPE_METHOD + +// BINARY is a deprecated alias of LATIN1. +enum encoding {ASCII, UTF8, BASE64, UCS2, BINARY, HEX, BUFFER, LATIN1 = BINARY}; + +NODE_EXTERN enum encoding ParseEncoding( + v8::Isolate* isolate, + v8::Local encoding_v, + enum encoding default_encoding = LATIN1); +NODE_DEPRECATED("Use ParseEncoding(isolate, ...)", + inline enum encoding ParseEncoding( + v8::Local encoding_v, + enum encoding default_encoding = LATIN1) { + return ParseEncoding(v8::Isolate::GetCurrent(), encoding_v, default_encoding); +}) + +NODE_EXTERN void FatalException(v8::Isolate* isolate, + const v8::TryCatch& try_catch); + +NODE_DEPRECATED("Use FatalException(isolate, ...)", + inline void FatalException(const v8::TryCatch& try_catch) { + return FatalException(v8::Isolate::GetCurrent(), try_catch); +}) + +// Don't call with encoding=UCS2. +NODE_EXTERN v8::Local Encode(v8::Isolate* isolate, + const char* buf, + size_t len, + enum encoding encoding = LATIN1); + +// The input buffer should be in host endianness. +NODE_EXTERN v8::Local Encode(v8::Isolate* isolate, + const uint16_t* buf, + size_t len); + +NODE_DEPRECATED("Use Encode(isolate, ...)", + inline v8::Local Encode( + const void* buf, + size_t len, + enum encoding encoding = LATIN1) { + v8::Isolate* isolate = v8::Isolate::GetCurrent(); + if (encoding == UCS2) { + assert(reinterpret_cast(buf) % sizeof(uint16_t) == 0 && + "UCS2 buffer must be aligned on two-byte boundary."); + const uint16_t* that = static_cast(buf); + return Encode(isolate, that, len / sizeof(*that)); + } + return Encode(isolate, static_cast(buf), len, encoding); +}) + +// Returns -1 if the handle was not valid for decoding +NODE_EXTERN ssize_t DecodeBytes(v8::Isolate* isolate, + v8::Local, + enum encoding encoding = LATIN1); +NODE_DEPRECATED("Use DecodeBytes(isolate, ...)", + inline ssize_t DecodeBytes( + v8::Local val, + enum encoding encoding = LATIN1) { + return DecodeBytes(v8::Isolate::GetCurrent(), val, encoding); +}) + +// returns bytes written. +NODE_EXTERN ssize_t DecodeWrite(v8::Isolate* isolate, + char* buf, + size_t buflen, + v8::Local, + enum encoding encoding = LATIN1); +NODE_DEPRECATED("Use DecodeWrite(isolate, ...)", + inline ssize_t DecodeWrite(char* buf, + size_t buflen, + v8::Local val, + enum encoding encoding = LATIN1) { + return DecodeWrite(v8::Isolate::GetCurrent(), buf, buflen, val, encoding); +}) + +#ifdef _WIN32 +NODE_EXTERN v8::Local WinapiErrnoException( + v8::Isolate* isolate, + int errorno, + const char *syscall = NULL, + const char *msg = "", + const char *path = NULL); + +NODE_DEPRECATED("Use WinapiErrnoException(isolate, ...)", + inline v8::Local WinapiErrnoException(int errorno, + const char *syscall = NULL, const char *msg = "", + const char *path = NULL) { + return WinapiErrnoException(v8::Isolate::GetCurrent(), + errorno, + syscall, + msg, + path); +}) +#endif + +const char *signo_string(int errorno); + + +typedef void (*addon_register_func)( + v8::Local exports, + v8::Local module, + void* priv); + +typedef void (*addon_context_register_func)( + v8::Local exports, + v8::Local module, + v8::Local context, + void* priv); + +#define NM_F_BUILTIN 0x01 +#define NM_F_LINKED 0x02 + +struct node_module { + int nm_version; + unsigned int nm_flags; + void* nm_dso_handle; + const char* nm_filename; + node::addon_register_func nm_register_func; + node::addon_context_register_func nm_context_register_func; + const char* nm_modname; + void* nm_priv; + struct node_module* nm_link; +}; + +node_module* get_builtin_module(const char *name); +node_module* get_linked_module(const char *name); + +extern "C" NODE_EXTERN void node_module_register(void* mod); + +#ifdef _WIN32 +# define NODE_MODULE_EXPORT __declspec(dllexport) +#else +# define NODE_MODULE_EXPORT __attribute__((visibility("default"))) +#endif + +#ifdef NODE_SHARED_MODE +# define NODE_CTOR_PREFIX +#else +# define NODE_CTOR_PREFIX static +#endif + +#if defined(_MSC_VER) +#pragma section(".CRT$XCU", read) +#define NODE_C_CTOR(fn) \ + NODE_CTOR_PREFIX void __cdecl fn(void); \ + __declspec(dllexport, allocate(".CRT$XCU")) \ + void (__cdecl*fn ## _)(void) = fn; \ + NODE_CTOR_PREFIX void __cdecl fn(void) +#else +#define NODE_C_CTOR(fn) \ + NODE_CTOR_PREFIX void fn(void) __attribute__((constructor)); \ + NODE_CTOR_PREFIX void fn(void) +#endif + +#define NODE_MODULE_X(modname, regfunc, priv, flags) \ + extern "C" { \ + static node::node_module _module = \ + { \ + NODE_MODULE_VERSION, \ + flags, \ + NULL, \ + __FILE__, \ + (node::addon_register_func) (regfunc), \ + NULL, \ + NODE_STRINGIFY(modname), \ + priv, \ + NULL \ + }; \ + NODE_C_CTOR(_register_ ## modname) { \ + node_module_register(&_module); \ + } \ + } + +#define NODE_MODULE_CONTEXT_AWARE_X(modname, regfunc, priv, flags) \ + extern "C" { \ + static node::node_module _module = \ + { \ + NODE_MODULE_VERSION, \ + flags, \ + NULL, \ + __FILE__, \ + NULL, \ + (node::addon_context_register_func) (regfunc), \ + NODE_STRINGIFY(modname), \ + priv, \ + NULL \ + }; \ + NODE_C_CTOR(_register_ ## modname) { \ + node_module_register(&_module); \ + } \ + } + +#define NODE_MODULE(modname, regfunc) \ + NODE_MODULE_X(modname, regfunc, NULL, 0) + +#define NODE_MODULE_CONTEXT_AWARE(modname, regfunc) \ + NODE_MODULE_CONTEXT_AWARE_X(modname, regfunc, NULL, 0) + +#define NODE_MODULE_CONTEXT_AWARE_BUILTIN(modname, regfunc) \ + NODE_MODULE_CONTEXT_AWARE_X(modname, regfunc, NULL, NM_F_BUILTIN) \ + +/* + * For backward compatibility in add-on modules. + */ +#define NODE_MODULE_DECL /* nothing */ + +/* Called after the event loop exits but before the VM is disposed. + * Callbacks are run in reverse order of registration, i.e. newest first. + */ +NODE_EXTERN void AtExit(void (*cb)(void* arg), void* arg = 0); + +} // namespace node + +#endif // SRC_NODE_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/node_buffer.h b/frappe/.node-gyp/6.7.0/include/node/node_buffer.h new file mode 100644 index 00000000..686450d9 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/node_buffer.h @@ -0,0 +1,68 @@ +#ifndef SRC_NODE_BUFFER_H_ +#define SRC_NODE_BUFFER_H_ + +#include "node.h" +#include "v8.h" + +namespace node { + +extern bool zero_fill_all_buffers; + +namespace Buffer { + +static const unsigned int kMaxLength = + sizeof(int32_t) == sizeof(intptr_t) ? 0x3fffffff : 0x7fffffff; + +NODE_EXTERN typedef void (*FreeCallback)(char* data, void* hint); + +NODE_EXTERN bool HasInstance(v8::Local val); +NODE_EXTERN bool HasInstance(v8::Local val); +NODE_EXTERN char* Data(v8::Local val); +NODE_EXTERN char* Data(v8::Local val); +NODE_EXTERN size_t Length(v8::Local val); +NODE_EXTERN size_t Length(v8::Local val); + +// public constructor - data is copied +NODE_EXTERN v8::MaybeLocal Copy(v8::Isolate* isolate, + const char* data, + size_t len); + +// public constructor +NODE_EXTERN v8::MaybeLocal New(v8::Isolate* isolate, size_t length); + +// public constructor from string +NODE_EXTERN v8::MaybeLocal New(v8::Isolate* isolate, + v8::Local string, + enum encoding enc = UTF8); + +// public constructor - data is used, callback is passed data on object gc +NODE_EXTERN v8::MaybeLocal New(v8::Isolate* isolate, + char* data, + size_t length, + FreeCallback callback, + void* hint); + +// public constructor - data is used. +NODE_EXTERN v8::MaybeLocal New(v8::Isolate* isolate, + char* data, + size_t len); + +// This is verbose to be explicit with inline commenting +static inline bool IsWithinBounds(size_t off, size_t len, size_t max) { + // Asking to seek too far into the buffer + // check to avoid wrapping in subsequent subtraction + if (off > max) + return false; + + // Asking for more than is left over in the buffer + if (max - off < len) + return false; + + // Otherwise we're in bounds + return true; +} + +} // namespace Buffer +} // namespace node + +#endif // SRC_NODE_BUFFER_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/node_object_wrap.h b/frappe/.node-gyp/6.7.0/include/node/node_object_wrap.h new file mode 100644 index 00000000..8f695fd9 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/node_object_wrap.h @@ -0,0 +1,111 @@ +#ifndef SRC_NODE_OBJECT_WRAP_H_ +#define SRC_NODE_OBJECT_WRAP_H_ + +#include "v8.h" +#include + + +namespace node { + +class ObjectWrap { + public: + ObjectWrap() { + refs_ = 0; + } + + + virtual ~ObjectWrap() { + if (persistent().IsEmpty()) + return; + assert(persistent().IsNearDeath()); + persistent().ClearWeak(); + persistent().Reset(); + } + + + template + static inline T* Unwrap(v8::Local handle) { + assert(!handle.IsEmpty()); + assert(handle->InternalFieldCount() > 0); + // Cast to ObjectWrap before casting to T. A direct cast from void + // to T won't work right when T has more than one base class. + void* ptr = handle->GetAlignedPointerFromInternalField(0); + ObjectWrap* wrap = static_cast(ptr); + return static_cast(wrap); + } + + + inline v8::Local handle() { + return handle(v8::Isolate::GetCurrent()); + } + + + inline v8::Local handle(v8::Isolate* isolate) { + return v8::Local::New(isolate, persistent()); + } + + + inline v8::Persistent& persistent() { + return handle_; + } + + + protected: + inline void Wrap(v8::Local handle) { + assert(persistent().IsEmpty()); + assert(handle->InternalFieldCount() > 0); + handle->SetAlignedPointerInInternalField(0, this); + persistent().Reset(v8::Isolate::GetCurrent(), handle); + MakeWeak(); + } + + + inline void MakeWeak(void) { + persistent().SetWeak(this, WeakCallback, v8::WeakCallbackType::kParameter); + persistent().MarkIndependent(); + } + + /* Ref() marks the object as being attached to an event loop. + * Refed objects will not be garbage collected, even if + * all references are lost. + */ + virtual void Ref() { + assert(!persistent().IsEmpty()); + persistent().ClearWeak(); + refs_++; + } + + /* Unref() marks an object as detached from the event loop. This is its + * default state. When an object with a "weak" reference changes from + * attached to detached state it will be freed. Be careful not to access + * the object after making this call as it might be gone! + * (A "weak reference" means an object that only has a + * persistent handle.) + * + * DO NOT CALL THIS FROM DESTRUCTOR + */ + virtual void Unref() { + assert(!persistent().IsEmpty()); + assert(!persistent().IsWeak()); + assert(refs_ > 0); + if (--refs_ == 0) + MakeWeak(); + } + + int refs_; // ro + + private: + static void WeakCallback( + const v8::WeakCallbackInfo& data) { + ObjectWrap* wrap = data.GetParameter(); + assert(wrap->refs_ == 0); + wrap->handle_.Reset(); + delete wrap; + } + + v8::Persistent handle_; +}; + +} // namespace node + +#endif // SRC_NODE_OBJECT_WRAP_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/node_version.h b/frappe/.node-gyp/6.7.0/include/node/node_version.h new file mode 100644 index 00000000..0a99df8c --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/node_version.h @@ -0,0 +1,54 @@ +#ifndef SRC_NODE_VERSION_H_ +#define SRC_NODE_VERSION_H_ + +#define NODE_MAJOR_VERSION 6 +#define NODE_MINOR_VERSION 7 +#define NODE_PATCH_VERSION 0 + +#define NODE_VERSION_IS_RELEASE 1 + +#ifndef NODE_STRINGIFY +#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) +#define NODE_STRINGIFY_HELPER(n) #n +#endif + +#ifndef NODE_TAG +# if NODE_VERSION_IS_RELEASE +# define NODE_TAG "" +# else +# define NODE_TAG "-pre" +# endif +#else +// NODE_TAG is passed without quotes when rc.exe is run from msbuild +# define NODE_EXE_VERSION NODE_STRINGIFY(NODE_MAJOR_VERSION) "." \ + NODE_STRINGIFY(NODE_MINOR_VERSION) "." \ + NODE_STRINGIFY(NODE_PATCH_VERSION) \ + NODE_STRINGIFY(NODE_TAG) +#endif + +# define NODE_VERSION_STRING NODE_STRINGIFY(NODE_MAJOR_VERSION) "." \ + NODE_STRINGIFY(NODE_MINOR_VERSION) "." \ + NODE_STRINGIFY(NODE_PATCH_VERSION) \ + NODE_TAG +#ifndef NODE_EXE_VERSION +# define NODE_EXE_VERSION NODE_VERSION_STRING +#endif + +#define NODE_VERSION "v" NODE_VERSION_STRING + + +#define NODE_VERSION_AT_LEAST(major, minor, patch) \ + (( (major) < NODE_MAJOR_VERSION) \ + || ((major) == NODE_MAJOR_VERSION && (minor) < NODE_MINOR_VERSION) \ + || ((major) == NODE_MAJOR_VERSION && \ + (minor) == NODE_MINOR_VERSION && (patch) <= NODE_PATCH_VERSION)) + +/** + * When this version number is changed, node.js will refuse + * to load older modules. This should be done whenever + * an API is broken in the C++ side, including in v8 or + * other dependencies. + */ +#define NODE_MODULE_VERSION 48 /* Node.js v6.0.0 */ + +#endif // SRC_NODE_VERSION_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/aes.h b/frappe/.node-gyp/6.7.0/include/node/openssl/aes.h new file mode 100644 index 00000000..faa66c49 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/aes.h @@ -0,0 +1,149 @@ +/* crypto/aes/aes.h */ +/* ==================================================================== + * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + */ + +#ifndef HEADER_AES_H +# define HEADER_AES_H + +# include + +# ifdef OPENSSL_NO_AES +# error AES is disabled. +# endif + +# include + +# define AES_ENCRYPT 1 +# define AES_DECRYPT 0 + +/* + * Because array size can't be a const in C, the following two are macros. + * Both sizes are in bytes. + */ +# define AES_MAXNR 14 +# define AES_BLOCK_SIZE 16 + +#ifdef __cplusplus +extern "C" { +#endif + +/* This should be a hidden type, but EVP requires that the size be known */ +struct aes_key_st { +# ifdef AES_LONG + unsigned long rd_key[4 * (AES_MAXNR + 1)]; +# else + unsigned int rd_key[4 * (AES_MAXNR + 1)]; +# endif + int rounds; +}; +typedef struct aes_key_st AES_KEY; + +const char *AES_options(void); + +int AES_set_encrypt_key(const unsigned char *userKey, const int bits, + AES_KEY *key); +int AES_set_decrypt_key(const unsigned char *userKey, const int bits, + AES_KEY *key); + +int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, + AES_KEY *key); +int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits, + AES_KEY *key); + +void AES_encrypt(const unsigned char *in, unsigned char *out, + const AES_KEY *key); +void AES_decrypt(const unsigned char *in, unsigned char *out, + const AES_KEY *key); + +void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, + const AES_KEY *key, const int enc); +void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + unsigned char *ivec, const int enc); +void AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + unsigned char *ivec, int *num, const int enc); +void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + unsigned char *ivec, int *num, const int enc); +void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + unsigned char *ivec, int *num, const int enc); +void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + unsigned char *ivec, int *num); +void AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + unsigned char ivec[AES_BLOCK_SIZE], + unsigned char ecount_buf[AES_BLOCK_SIZE], + unsigned int *num); +/* NB: the IV is _two_ blocks long */ +void AES_ige_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + unsigned char *ivec, const int enc); +/* NB: the IV is _four_ blocks long */ +void AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const AES_KEY *key, + const AES_KEY *key2, const unsigned char *ivec, + const int enc); + +int AES_wrap_key(AES_KEY *key, const unsigned char *iv, + unsigned char *out, + const unsigned char *in, unsigned int inlen); +int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, + unsigned char *out, + const unsigned char *in, unsigned int inlen); + + +#ifdef __cplusplus +} +#endif + +#endif /* !HEADER_AES_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86/opensslconf.h new file mode 100644 index 00000000..769c15e0 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#undef RC4_CHUNK +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#define RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#define DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#define DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86_64/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86_64/opensslconf.h new file mode 100644 index 00000000..231c8f36 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/BSD-x86_64/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN32/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN32/opensslconf.h new file mode 100644 index 00000000..963b384b --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN32/opensslconf.h @@ -0,0 +1,271 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_SYSNAME_WIN32 +# define OPENSSL_SYSNAME_WIN32 +#endif +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION +#define OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#undef RC4_CHUNK +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#define RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#undef DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN64A/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN64A/opensslconf.h new file mode 100644 index 00000000..2993295b --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/VC-WIN64A/opensslconf.h @@ -0,0 +1,271 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_SYSNAME_WIN64A +# define OPENSSL_SYSNAME_WIN64A +#endif +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION +#define OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#define SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#undef DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix-gcc/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix-gcc/opensslconf.h new file mode 100644 index 00000000..0b5a4da2 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix-gcc/opensslconf.h @@ -0,0 +1,273 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_SYSNAME_AIX +# define OPENSSL_SYSNAME_AIX +#endif +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#undef RC4_CHUNK +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#undef DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix64-gcc/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix64-gcc/opensslconf.h new file mode 100644 index 00000000..0cca4cae --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/aix64-gcc/opensslconf.h @@ -0,0 +1,273 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_SYSNAME_AIX +# define OPENSSL_SYSNAME_AIX +#endif +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#undef RC4_CHUNK +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#undef DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin-i386-cc/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin-i386-cc/opensslconf.h new file mode 100644 index 00000000..58453709 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin-i386-cc/opensslconf.h @@ -0,0 +1,273 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_SYSNAME_MACOSX +# define OPENSSL_SYSNAME_MACOSX +#endif +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#define BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h new file mode 100644 index 00000000..1d7932d0 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h @@ -0,0 +1,273 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_SYSNAME_MACOSX +# define OPENSSL_SYSNAME_MACOSX +#endif +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-aarch64/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-aarch64/opensslconf.h new file mode 100644 index 00000000..bd4869d4 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-aarch64/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#define BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-armv4/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-armv4/opensslconf.h new file mode 100644 index 00000000..4f6aa1c6 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-armv4/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#define BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-elf/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-elf/opensslconf.h new file mode 100644 index 00000000..769c15e0 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-elf/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#undef RC4_CHUNK +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#define RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#define DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#define DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc/opensslconf.h new file mode 100644 index 00000000..e0d62da2 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#define DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc64/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc64/opensslconf.h new file mode 100644 index 00000000..3f7202d2 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-ppc64/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#define DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x32/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x32/opensslconf.h new file mode 100644 index 00000000..8e184bc8 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x32/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#define SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x86_64/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x86_64/opensslconf.h new file mode 100644 index 00000000..231c8f36 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux-x86_64/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux32-s390x/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux32-s390x/opensslconf.h new file mode 100644 index 00000000..e0d0f8fa --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux32-s390x/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux64-s390x/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux64-s390x/opensslconf.h new file mode 100644 index 00000000..dbb03486 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/linux64-s390x/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned char +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris-x86-gcc/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris-x86-gcc/opensslconf.h new file mode 100644 index 00000000..769c15e0 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris-x86-gcc/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#undef RC4_CHUNK +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned long +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#define BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#undef SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#define THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#define RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#define DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#define DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h new file mode 100644 index 00000000..231c8f36 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h @@ -0,0 +1,270 @@ +/* opensslconf.h */ +/* WARNING: Generated automatically from opensslconf.h.in by Configure. */ + +#ifdef __cplusplus +extern "C" { +#endif +/* OpenSSL was configured with the following options: */ +#ifndef OPENSSL_DOING_MAKEDEPEND + + +#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +# define OPENSSL_NO_EC_NISTP_64_GCC_128 +#endif +#ifndef OPENSSL_NO_GMP +# define OPENSSL_NO_GMP +#endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif +#ifndef OPENSSL_NO_KRB5 +# define OPENSSL_NO_KRB5 +#endif +#ifndef OPENSSL_NO_LIBUNBOUND +# define OPENSSL_NO_LIBUNBOUND +#endif +#ifndef OPENSSL_NO_MD2 +# define OPENSSL_NO_MD2 +#endif +#ifndef OPENSSL_NO_RC5 +# define OPENSSL_NO_RC5 +#endif +#ifndef OPENSSL_NO_RFC3779 +# define OPENSSL_NO_RFC3779 +#endif +#ifndef OPENSSL_NO_SCTP +# define OPENSSL_NO_SCTP +#endif +#ifndef OPENSSL_NO_SSL_TRACE +# define OPENSSL_NO_SSL_TRACE +#endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif +#ifndef OPENSSL_NO_STORE +# define OPENSSL_NO_STORE +#endif +#ifndef OPENSSL_NO_UNIT_TEST +# define OPENSSL_NO_UNIT_TEST +#endif +#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS +# define OPENSSL_NO_WEAK_SSL_CIPHERS +#endif + +#endif /* OPENSSL_DOING_MAKEDEPEND */ + +#ifndef OPENSSL_THREADS +# define OPENSSL_THREADS +#endif +#ifndef OPENSSL_NO_DYNAMIC_ENGINE +# define OPENSSL_NO_DYNAMIC_ENGINE +#endif + +/* The OPENSSL_NO_* macros are also defined as NO_* if the application + asks for it. This is a transient feature that is provided for those + who haven't had the time to do the appropriate changes in their + applications. */ +#ifdef OPENSSL_ALGORITHM_DEFINES +# if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) +# define NO_EC_NISTP_64_GCC_128 +# endif +# if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) +# define NO_GMP +# endif +# if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) +# define NO_JPAKE +# endif +# if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) +# define NO_KRB5 +# endif +# if defined(OPENSSL_NO_LIBUNBOUND) && !defined(NO_LIBUNBOUND) +# define NO_LIBUNBOUND +# endif +# if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) +# define NO_MD2 +# endif +# if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) +# define NO_RC5 +# endif +# if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) +# define NO_RFC3779 +# endif +# if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) +# define NO_SCTP +# endif +# if defined(OPENSSL_NO_SSL_TRACE) && !defined(NO_SSL_TRACE) +# define NO_SSL_TRACE +# endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif +# if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) +# define NO_STORE +# endif +# if defined(OPENSSL_NO_UNIT_TEST) && !defined(NO_UNIT_TEST) +# define NO_UNIT_TEST +# endif +# if defined(OPENSSL_NO_WEAK_SSL_CIPHERS) && !defined(NO_WEAK_SSL_CIPHERS) +# define NO_WEAK_SSL_CIPHERS +# endif +#endif + + + +/* crypto/opensslconf.h.in */ + +/* Generate 80386 code? */ +#undef I386_ONLY + +#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ +#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#define ENGINESDIR "/usr/local/ssl/lib/engines" +#define OPENSSLDIR "/usr/local/ssl" +#endif +#endif + +#undef OPENSSL_UNISTD +#define OPENSSL_UNISTD + +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION + +#if defined(HEADER_IDEA_H) && !defined(IDEA_INT) +#define IDEA_INT unsigned int +#endif + +#if defined(HEADER_MD2_H) && !defined(MD2_INT) +#define MD2_INT unsigned int +#endif + +#if defined(HEADER_RC2_H) && !defined(RC2_INT) +/* I need to put in a mod for the alpha - eay */ +#define RC2_INT unsigned int +#endif + +#if defined(HEADER_RC4_H) +#if !defined(RC4_INT) +/* using int types make the structure larger but make the code faster + * on most boxes I have tested - up to %20 faster. */ +/* + * I don't know what does "most" mean, but declaring "int" is a must on: + * - Intel P6 because partial register stalls are very expensive; + * - elder Alpha because it lacks byte load/store instructions; + */ +#define RC4_INT unsigned int +#endif +#if !defined(RC4_CHUNK) +/* + * This enables code handling data aligned at natural CPU word + * boundary. See crypto/rc4/rc4_enc.c for further details. + */ +#define RC4_CHUNK unsigned long +#endif +#endif + +#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) +/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a + * %20 speed up (longs are 8 bytes, int's are 4). */ +#ifndef DES_LONG +#define DES_LONG unsigned int +#endif +#endif + +#if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) +#define CONFIG_HEADER_BN_H +#undef BN_LLONG + +/* Should we define BN_DIV2W here? */ + +/* Only one for the following should be defined */ +#define SIXTY_FOUR_BIT_LONG +#undef SIXTY_FOUR_BIT +#undef THIRTY_TWO_BIT +#endif + +#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) +#define CONFIG_HEADER_RC4_LOCL_H +/* if this is defined data[i] is used instead of *data, this is a %20 + * speedup on x86 */ +#undef RC4_INDEX +#endif + +#if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) +#define CONFIG_HEADER_BF_LOCL_H +#undef BF_PTR +#endif /* HEADER_BF_LOCL_H */ + +#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) +#define CONFIG_HEADER_DES_LOCL_H +#ifndef DES_DEFAULT_OPTIONS +/* the following is tweaked from a config script, that is why it is a + * protected undef/define */ +#ifndef DES_PTR +#undef DES_PTR +#endif + +/* This helps C compiler generate the correct code for multiple functional + * units. It reduces register dependancies at the expense of 2 more + * registers */ +#ifndef DES_RISC1 +#undef DES_RISC1 +#endif + +#ifndef DES_RISC2 +#undef DES_RISC2 +#endif + +#if defined(DES_RISC1) && defined(DES_RISC2) +#error YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! +#endif + +/* Unroll the inner loop, this sometimes helps, sometimes hinders. + * Very mucy CPU dependant */ +#ifndef DES_UNROLL +#define DES_UNROLL +#endif + +/* These default values were supplied by + * Peter Gutman + * They are only used if nothing else has been defined */ +#if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(DES_UNROLL) +/* Special defines which change the way the code is built depending on the + CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find + even newer MIPS CPU's, but at the moment one size fits all for + optimization options. Older Sparc's work better with only UNROLL, but + there's no way to tell at compile time what it is you're running on */ + +#if defined( __sun ) || defined ( sun ) /* Newer Sparc's */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#elif defined( __ultrix ) /* Older MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined( __osf1__ ) /* Alpha */ +# define DES_PTR +# define DES_RISC2 +#elif defined ( _AIX ) /* RS6000 */ + /* Unknown */ +#elif defined( __hpux ) /* HP-PA */ + /* Unknown */ +#elif defined( __aux ) /* 68K */ + /* Unknown */ +#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ +# define DES_UNROLL +#elif defined( __sgi ) /* Newer MIPS */ +# define DES_PTR +# define DES_RISC2 +# define DES_UNROLL +#elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ +# define DES_PTR +# define DES_RISC1 +# define DES_UNROLL +#endif /* Systems-specific speed defines */ +#endif + +#endif /* DES_DEFAULT_OPTIONS */ +#endif /* HEADER_DES_LOCL_H */ +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/asn1.h b/frappe/.node-gyp/6.7.0/include/node/openssl/asn1.h new file mode 100644 index 00000000..68e791fc --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/asn1.h @@ -0,0 +1,1419 @@ +/* crypto/asn1/asn1.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_ASN1_H +# define HEADER_ASN1_H + +# include +# include +# ifndef OPENSSL_NO_BIO +# include +# endif +# include +# include + +# include + +# include +# ifndef OPENSSL_NO_DEPRECATED +# include +# endif + +# ifdef OPENSSL_BUILD_SHLIBCRYPTO +# undef OPENSSL_EXTERN +# define OPENSSL_EXTERN OPENSSL_EXPORT +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +# define V_ASN1_UNIVERSAL 0x00 +# define V_ASN1_APPLICATION 0x40 +# define V_ASN1_CONTEXT_SPECIFIC 0x80 +# define V_ASN1_PRIVATE 0xc0 + +# define V_ASN1_CONSTRUCTED 0x20 +# define V_ASN1_PRIMITIVE_TAG 0x1f +# define V_ASN1_PRIMATIVE_TAG 0x1f + +# define V_ASN1_APP_CHOOSE -2/* let the recipient choose */ +# define V_ASN1_OTHER -3/* used in ASN1_TYPE */ +# define V_ASN1_ANY -4/* used in ASN1 template code */ + +# define V_ASN1_NEG 0x100/* negative flag */ + +# define V_ASN1_UNDEF -1 +# define V_ASN1_EOC 0 +# define V_ASN1_BOOLEAN 1 /**/ +# define V_ASN1_INTEGER 2 +# define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG) +# define V_ASN1_BIT_STRING 3 +# define V_ASN1_OCTET_STRING 4 +# define V_ASN1_NULL 5 +# define V_ASN1_OBJECT 6 +# define V_ASN1_OBJECT_DESCRIPTOR 7 +# define V_ASN1_EXTERNAL 8 +# define V_ASN1_REAL 9 +# define V_ASN1_ENUMERATED 10 +# define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG) +# define V_ASN1_UTF8STRING 12 +# define V_ASN1_SEQUENCE 16 +# define V_ASN1_SET 17 +# define V_ASN1_NUMERICSTRING 18 /**/ +# define V_ASN1_PRINTABLESTRING 19 +# define V_ASN1_T61STRING 20 +# define V_ASN1_TELETEXSTRING 20/* alias */ +# define V_ASN1_VIDEOTEXSTRING 21 /**/ +# define V_ASN1_IA5STRING 22 +# define V_ASN1_UTCTIME 23 +# define V_ASN1_GENERALIZEDTIME 24 /**/ +# define V_ASN1_GRAPHICSTRING 25 /**/ +# define V_ASN1_ISO64STRING 26 /**/ +# define V_ASN1_VISIBLESTRING 26/* alias */ +# define V_ASN1_GENERALSTRING 27 /**/ +# define V_ASN1_UNIVERSALSTRING 28 /**/ +# define V_ASN1_BMPSTRING 30 +/* For use with d2i_ASN1_type_bytes() */ +# define B_ASN1_NUMERICSTRING 0x0001 +# define B_ASN1_PRINTABLESTRING 0x0002 +# define B_ASN1_T61STRING 0x0004 +# define B_ASN1_TELETEXSTRING 0x0004 +# define B_ASN1_VIDEOTEXSTRING 0x0008 +# define B_ASN1_IA5STRING 0x0010 +# define B_ASN1_GRAPHICSTRING 0x0020 +# define B_ASN1_ISO64STRING 0x0040 +# define B_ASN1_VISIBLESTRING 0x0040 +# define B_ASN1_GENERALSTRING 0x0080 +# define B_ASN1_UNIVERSALSTRING 0x0100 +# define B_ASN1_OCTET_STRING 0x0200 +# define B_ASN1_BIT_STRING 0x0400 +# define B_ASN1_BMPSTRING 0x0800 +# define B_ASN1_UNKNOWN 0x1000 +# define B_ASN1_UTF8STRING 0x2000 +# define B_ASN1_UTCTIME 0x4000 +# define B_ASN1_GENERALIZEDTIME 0x8000 +# define B_ASN1_SEQUENCE 0x10000 +/* For use with ASN1_mbstring_copy() */ +# define MBSTRING_FLAG 0x1000 +# define MBSTRING_UTF8 (MBSTRING_FLAG) +# define MBSTRING_ASC (MBSTRING_FLAG|1) +# define MBSTRING_BMP (MBSTRING_FLAG|2) +# define MBSTRING_UNIV (MBSTRING_FLAG|4) +# define SMIME_OLDMIME 0x400 +# define SMIME_CRLFEOL 0x800 +# define SMIME_STREAM 0x1000 + struct X509_algor_st; +DECLARE_STACK_OF(X509_ALGOR) + +# define DECLARE_ASN1_SET_OF(type)/* filled in by mkstack.pl */ +# define IMPLEMENT_ASN1_SET_OF(type)/* nothing, no longer needed */ + +/* + * We MUST make sure that, except for constness, asn1_ctx_st and + * asn1_const_ctx are exactly the same. Fortunately, as soon as the old ASN1 + * parsing macros are gone, we can throw this away as well... + */ +typedef struct asn1_ctx_st { + unsigned char *p; /* work char pointer */ + int eos; /* end of sequence read for indefinite + * encoding */ + int error; /* error code to use when returning an error */ + int inf; /* constructed if 0x20, indefinite is 0x21 */ + int tag; /* tag from last 'get object' */ + int xclass; /* class from last 'get object' */ + long slen; /* length of last 'get object' */ + unsigned char *max; /* largest value of p allowed */ + unsigned char *q; /* temporary variable */ + unsigned char **pp; /* variable */ + int line; /* used in error processing */ +} ASN1_CTX; + +typedef struct asn1_const_ctx_st { + const unsigned char *p; /* work char pointer */ + int eos; /* end of sequence read for indefinite + * encoding */ + int error; /* error code to use when returning an error */ + int inf; /* constructed if 0x20, indefinite is 0x21 */ + int tag; /* tag from last 'get object' */ + int xclass; /* class from last 'get object' */ + long slen; /* length of last 'get object' */ + const unsigned char *max; /* largest value of p allowed */ + const unsigned char *q; /* temporary variable */ + const unsigned char **pp; /* variable */ + int line; /* used in error processing */ +} ASN1_const_CTX; + +/* + * These are used internally in the ASN1_OBJECT to keep track of whether the + * names and data need to be free()ed + */ +# define ASN1_OBJECT_FLAG_DYNAMIC 0x01/* internal use */ +# define ASN1_OBJECT_FLAG_CRITICAL 0x02/* critical x509v3 object id */ +# define ASN1_OBJECT_FLAG_DYNAMIC_STRINGS 0x04/* internal use */ +# define ASN1_OBJECT_FLAG_DYNAMIC_DATA 0x08/* internal use */ +struct asn1_object_st { + const char *sn, *ln; + int nid; + int length; + const unsigned char *data; /* data remains const after init */ + int flags; /* Should we free this one */ +}; + +# define ASN1_STRING_FLAG_BITS_LEFT 0x08/* Set if 0x07 has bits left value */ +/* + * This indicates that the ASN1_STRING is not a real value but just a place + * holder for the location where indefinite length constructed data should be + * inserted in the memory buffer + */ +# define ASN1_STRING_FLAG_NDEF 0x010 + +/* + * This flag is used by the CMS code to indicate that a string is not + * complete and is a place holder for content when it had all been accessed. + * The flag will be reset when content has been written to it. + */ + +# define ASN1_STRING_FLAG_CONT 0x020 +/* + * This flag is used by ASN1 code to indicate an ASN1_STRING is an MSTRING + * type. + */ +# define ASN1_STRING_FLAG_MSTRING 0x040 +/* This is the base type that holds just about everything :-) */ +struct asn1_string_st { + int length; + int type; + unsigned char *data; + /* + * The value of the following field depends on the type being held. It + * is mostly being used for BIT_STRING so if the input data has a + * non-zero 'unused bits' value, it will be handled correctly + */ + long flags; +}; + +/* + * ASN1_ENCODING structure: this is used to save the received encoding of an + * ASN1 type. This is useful to get round problems with invalid encodings + * which can break signatures. + */ + +typedef struct ASN1_ENCODING_st { + unsigned char *enc; /* DER encoding */ + long len; /* Length of encoding */ + int modified; /* set to 1 if 'enc' is invalid */ +} ASN1_ENCODING; + +/* Used with ASN1 LONG type: if a long is set to this it is omitted */ +# define ASN1_LONG_UNDEF 0x7fffffffL + +# define STABLE_FLAGS_MALLOC 0x01 +# define STABLE_NO_MASK 0x02 +# define DIRSTRING_TYPE \ + (B_ASN1_PRINTABLESTRING|B_ASN1_T61STRING|B_ASN1_BMPSTRING|B_ASN1_UTF8STRING) +# define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) + +typedef struct asn1_string_table_st { + int nid; + long minsize; + long maxsize; + unsigned long mask; + unsigned long flags; +} ASN1_STRING_TABLE; + +DECLARE_STACK_OF(ASN1_STRING_TABLE) + +/* size limits: this stuff is taken straight from RFC2459 */ + +# define ub_name 32768 +# define ub_common_name 64 +# define ub_locality_name 128 +# define ub_state_name 128 +# define ub_organization_name 64 +# define ub_organization_unit_name 64 +# define ub_title 64 +# define ub_email_address 128 + +/* + * Declarations for template structures: for full definitions see asn1t.h + */ +typedef struct ASN1_TEMPLATE_st ASN1_TEMPLATE; +typedef struct ASN1_TLC_st ASN1_TLC; +/* This is just an opaque pointer */ +typedef struct ASN1_VALUE_st ASN1_VALUE; + +/* Declare ASN1 functions: the implement macro in in asn1t.h */ + +# define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type) + +# define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \ + DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, type) + +# define DECLARE_ASN1_FUNCTIONS_name(type, name) \ + DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \ + DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) + +# define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ + DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \ + DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) + +# define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ + type *d2i_##name(type **a, const unsigned char **in, long len); \ + int i2d_##name(type *a, unsigned char **out); \ + DECLARE_ASN1_ITEM(itname) + +# define DECLARE_ASN1_ENCODE_FUNCTIONS_const(type, name) \ + type *d2i_##name(type **a, const unsigned char **in, long len); \ + int i2d_##name(const type *a, unsigned char **out); \ + DECLARE_ASN1_ITEM(name) + +# define DECLARE_ASN1_NDEF_FUNCTION(name) \ + int i2d_##name##_NDEF(name *a, unsigned char **out); + +# define DECLARE_ASN1_FUNCTIONS_const(name) \ + DECLARE_ASN1_ALLOC_FUNCTIONS(name) \ + DECLARE_ASN1_ENCODE_FUNCTIONS_const(name, name) + +# define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \ + type *name##_new(void); \ + void name##_free(type *a); + +# define DECLARE_ASN1_PRINT_FUNCTION(stname) \ + DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname) + +# define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ + int fname##_print_ctx(BIO *out, stname *x, int indent, \ + const ASN1_PCTX *pctx); + +# define D2I_OF(type) type *(*)(type **,const unsigned char **,long) +# define I2D_OF(type) int (*)(type *,unsigned char **) +# define I2D_OF_const(type) int (*)(const type *,unsigned char **) + +# define CHECKED_D2I_OF(type, d2i) \ + ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0))) +# define CHECKED_I2D_OF(type, i2d) \ + ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0))) +# define CHECKED_NEW_OF(type, xnew) \ + ((void *(*)(void)) (1 ? xnew : ((type *(*)(void))0))) +# define CHECKED_PTR_OF(type, p) \ + ((void*) (1 ? p : (type*)0)) +# define CHECKED_PPTR_OF(type, p) \ + ((void**) (1 ? p : (type**)0)) + +# define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long) +# define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(type *,unsigned char **) +# define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type) + +TYPEDEF_D2I2D_OF(void); + +/*- + * The following macros and typedefs allow an ASN1_ITEM + * to be embedded in a structure and referenced. Since + * the ASN1_ITEM pointers need to be globally accessible + * (possibly from shared libraries) they may exist in + * different forms. On platforms that support it the + * ASN1_ITEM structure itself will be globally exported. + * Other platforms will export a function that returns + * an ASN1_ITEM pointer. + * + * To handle both cases transparently the macros below + * should be used instead of hard coding an ASN1_ITEM + * pointer in a structure. + * + * The structure will look like this: + * + * typedef struct SOMETHING_st { + * ... + * ASN1_ITEM_EXP *iptr; + * ... + * } SOMETHING; + * + * It would be initialised as e.g.: + * + * SOMETHING somevar = {...,ASN1_ITEM_ref(X509),...}; + * + * and the actual pointer extracted with: + * + * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr); + * + * Finally an ASN1_ITEM pointer can be extracted from an + * appropriate reference with: ASN1_ITEM_rptr(X509). This + * would be used when a function takes an ASN1_ITEM * argument. + * + */ + +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION + +/* ASN1_ITEM pointer exported type */ +typedef const ASN1_ITEM ASN1_ITEM_EXP; + +/* Macro to obtain ASN1_ITEM pointer from exported type */ +# define ASN1_ITEM_ptr(iptr) (iptr) + +/* Macro to include ASN1_ITEM pointer from base type */ +# define ASN1_ITEM_ref(iptr) (&(iptr##_it)) + +# define ASN1_ITEM_rptr(ref) (&(ref##_it)) + +# define DECLARE_ASN1_ITEM(name) \ + OPENSSL_EXTERN const ASN1_ITEM name##_it; + +# else + +/* + * Platforms that can't easily handle shared global variables are declared as + * functions returning ASN1_ITEM pointers. + */ + +/* ASN1_ITEM pointer exported type */ +typedef const ASN1_ITEM *ASN1_ITEM_EXP (void); + +/* Macro to obtain ASN1_ITEM pointer from exported type */ +# define ASN1_ITEM_ptr(iptr) (iptr()) + +/* Macro to include ASN1_ITEM pointer from base type */ +# define ASN1_ITEM_ref(iptr) (iptr##_it) + +# define ASN1_ITEM_rptr(ref) (ref##_it()) + +# define DECLARE_ASN1_ITEM(name) \ + const ASN1_ITEM * name##_it(void); + +# endif + +/* Parameters used by ASN1_STRING_print_ex() */ + +/* + * These determine which characters to escape: RFC2253 special characters, + * control characters and MSB set characters + */ + +# define ASN1_STRFLGS_ESC_2253 1 +# define ASN1_STRFLGS_ESC_CTRL 2 +# define ASN1_STRFLGS_ESC_MSB 4 + +/* + * This flag determines how we do escaping: normally RC2253 backslash only, + * set this to use backslash and quote. + */ + +# define ASN1_STRFLGS_ESC_QUOTE 8 + +/* These three flags are internal use only. */ + +/* Character is a valid PrintableString character */ +# define CHARTYPE_PRINTABLESTRING 0x10 +/* Character needs escaping if it is the first character */ +# define CHARTYPE_FIRST_ESC_2253 0x20 +/* Character needs escaping if it is the last character */ +# define CHARTYPE_LAST_ESC_2253 0x40 + +/* + * NB the internal flags are safely reused below by flags handled at the top + * level. + */ + +/* + * If this is set we convert all character strings to UTF8 first + */ + +# define ASN1_STRFLGS_UTF8_CONVERT 0x10 + +/* + * If this is set we don't attempt to interpret content: just assume all + * strings are 1 byte per character. This will produce some pretty odd + * looking output! + */ + +# define ASN1_STRFLGS_IGNORE_TYPE 0x20 + +/* If this is set we include the string type in the output */ +# define ASN1_STRFLGS_SHOW_TYPE 0x40 + +/* + * This determines which strings to display and which to 'dump' (hex dump of + * content octets or DER encoding). We can only dump non character strings or + * everything. If we don't dump 'unknown' they are interpreted as character + * strings with 1 octet per character and are subject to the usual escaping + * options. + */ + +# define ASN1_STRFLGS_DUMP_ALL 0x80 +# define ASN1_STRFLGS_DUMP_UNKNOWN 0x100 + +/* + * These determine what 'dumping' does, we can dump the content octets or the + * DER encoding: both use the RFC2253 #XXXXX notation. + */ + +# define ASN1_STRFLGS_DUMP_DER 0x200 + +/* + * All the string flags consistent with RFC2253, escaping control characters + * isn't essential in RFC2253 but it is advisable anyway. + */ + +# define ASN1_STRFLGS_RFC2253 (ASN1_STRFLGS_ESC_2253 | \ + ASN1_STRFLGS_ESC_CTRL | \ + ASN1_STRFLGS_ESC_MSB | \ + ASN1_STRFLGS_UTF8_CONVERT | \ + ASN1_STRFLGS_DUMP_UNKNOWN | \ + ASN1_STRFLGS_DUMP_DER) + +DECLARE_STACK_OF(ASN1_INTEGER) +DECLARE_ASN1_SET_OF(ASN1_INTEGER) + +DECLARE_STACK_OF(ASN1_GENERALSTRING) + +typedef struct asn1_type_st { + int type; + union { + char *ptr; + ASN1_BOOLEAN boolean; + ASN1_STRING *asn1_string; + ASN1_OBJECT *object; + ASN1_INTEGER *integer; + ASN1_ENUMERATED *enumerated; + ASN1_BIT_STRING *bit_string; + ASN1_OCTET_STRING *octet_string; + ASN1_PRINTABLESTRING *printablestring; + ASN1_T61STRING *t61string; + ASN1_IA5STRING *ia5string; + ASN1_GENERALSTRING *generalstring; + ASN1_BMPSTRING *bmpstring; + ASN1_UNIVERSALSTRING *universalstring; + ASN1_UTCTIME *utctime; + ASN1_GENERALIZEDTIME *generalizedtime; + ASN1_VISIBLESTRING *visiblestring; + ASN1_UTF8STRING *utf8string; + /* + * set and sequence are left complete and still contain the set or + * sequence bytes + */ + ASN1_STRING *set; + ASN1_STRING *sequence; + ASN1_VALUE *asn1_value; + } value; +} ASN1_TYPE; + +DECLARE_STACK_OF(ASN1_TYPE) +DECLARE_ASN1_SET_OF(ASN1_TYPE) + +typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY; + +DECLARE_ASN1_ENCODE_FUNCTIONS_const(ASN1_SEQUENCE_ANY, ASN1_SEQUENCE_ANY) +DECLARE_ASN1_ENCODE_FUNCTIONS_const(ASN1_SEQUENCE_ANY, ASN1_SET_ANY) + +typedef struct NETSCAPE_X509_st { + ASN1_OCTET_STRING *header; + X509 *cert; +} NETSCAPE_X509; + +/* This is used to contain a list of bit names */ +typedef struct BIT_STRING_BITNAME_st { + int bitnum; + const char *lname; + const char *sname; +} BIT_STRING_BITNAME; + +# define M_ASN1_STRING_length(x) ((x)->length) +# define M_ASN1_STRING_length_set(x, n) ((x)->length = (n)) +# define M_ASN1_STRING_type(x) ((x)->type) +# define M_ASN1_STRING_data(x) ((x)->data) + +/* Macros for string operations */ +# define M_ASN1_BIT_STRING_new() (ASN1_BIT_STRING *)\ + ASN1_STRING_type_new(V_ASN1_BIT_STRING) +# define M_ASN1_BIT_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_BIT_STRING_dup(a) (ASN1_BIT_STRING *)\ + ASN1_STRING_dup((const ASN1_STRING *)a) +# define M_ASN1_BIT_STRING_cmp(a,b) ASN1_STRING_cmp(\ + (const ASN1_STRING *)a,(const ASN1_STRING *)b) +# define M_ASN1_BIT_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) + +# define M_ASN1_INTEGER_new() (ASN1_INTEGER *)\ + ASN1_STRING_type_new(V_ASN1_INTEGER) +# define M_ASN1_INTEGER_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_INTEGER_dup(a) (ASN1_INTEGER *)\ + ASN1_STRING_dup((const ASN1_STRING *)a) +# define M_ASN1_INTEGER_cmp(a,b) ASN1_STRING_cmp(\ + (const ASN1_STRING *)a,(const ASN1_STRING *)b) + +# define M_ASN1_ENUMERATED_new() (ASN1_ENUMERATED *)\ + ASN1_STRING_type_new(V_ASN1_ENUMERATED) +# define M_ASN1_ENUMERATED_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_ENUMERATED_dup(a) (ASN1_ENUMERATED *)\ + ASN1_STRING_dup((const ASN1_STRING *)a) +# define M_ASN1_ENUMERATED_cmp(a,b) ASN1_STRING_cmp(\ + (const ASN1_STRING *)a,(const ASN1_STRING *)b) + +# define M_ASN1_OCTET_STRING_new() (ASN1_OCTET_STRING *)\ + ASN1_STRING_type_new(V_ASN1_OCTET_STRING) +# define M_ASN1_OCTET_STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_OCTET_STRING_dup(a) (ASN1_OCTET_STRING *)\ + ASN1_STRING_dup((const ASN1_STRING *)a) +# define M_ASN1_OCTET_STRING_cmp(a,b) ASN1_STRING_cmp(\ + (const ASN1_STRING *)a,(const ASN1_STRING *)b) +# define M_ASN1_OCTET_STRING_set(a,b,c) ASN1_STRING_set((ASN1_STRING *)a,b,c) +# define M_ASN1_OCTET_STRING_print(a,b) ASN1_STRING_print(a,(ASN1_STRING *)b) +# define M_i2d_ASN1_OCTET_STRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_OCTET_STRING,\ + V_ASN1_UNIVERSAL) + +# define B_ASN1_TIME \ + B_ASN1_UTCTIME | \ + B_ASN1_GENERALIZEDTIME + +# define B_ASN1_PRINTABLE \ + B_ASN1_NUMERICSTRING| \ + B_ASN1_PRINTABLESTRING| \ + B_ASN1_T61STRING| \ + B_ASN1_IA5STRING| \ + B_ASN1_BIT_STRING| \ + B_ASN1_UNIVERSALSTRING|\ + B_ASN1_BMPSTRING|\ + B_ASN1_UTF8STRING|\ + B_ASN1_SEQUENCE|\ + B_ASN1_UNKNOWN + +# define B_ASN1_DIRECTORYSTRING \ + B_ASN1_PRINTABLESTRING| \ + B_ASN1_TELETEXSTRING|\ + B_ASN1_BMPSTRING|\ + B_ASN1_UNIVERSALSTRING|\ + B_ASN1_UTF8STRING + +# define B_ASN1_DISPLAYTEXT \ + B_ASN1_IA5STRING| \ + B_ASN1_VISIBLESTRING| \ + B_ASN1_BMPSTRING|\ + B_ASN1_UTF8STRING + +# define M_ASN1_PRINTABLE_new() ASN1_STRING_type_new(V_ASN1_T61STRING) +# define M_ASN1_PRINTABLE_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_PRINTABLE(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\ + pp,a->type,V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_PRINTABLE(a,pp,l) \ + d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \ + B_ASN1_PRINTABLE) + +# define M_DIRECTORYSTRING_new() ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING) +# define M_DIRECTORYSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_DIRECTORYSTRING(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\ + pp,a->type,V_ASN1_UNIVERSAL) +# define M_d2i_DIRECTORYSTRING(a,pp,l) \ + d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \ + B_ASN1_DIRECTORYSTRING) + +# define M_DISPLAYTEXT_new() ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) +# define M_DISPLAYTEXT_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_DISPLAYTEXT(a,pp) i2d_ASN1_bytes((ASN1_STRING *)a,\ + pp,a->type,V_ASN1_UNIVERSAL) +# define M_d2i_DISPLAYTEXT(a,pp,l) \ + d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l, \ + B_ASN1_DISPLAYTEXT) + +# define M_ASN1_PRINTABLESTRING_new() (ASN1_PRINTABLESTRING *)\ + ASN1_STRING_type_new(V_ASN1_PRINTABLESTRING) +# define M_ASN1_PRINTABLESTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_PRINTABLESTRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_PRINTABLESTRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_PRINTABLESTRING(a,pp,l) \ + (ASN1_PRINTABLESTRING *)d2i_ASN1_type_bytes\ + ((ASN1_STRING **)a,pp,l,B_ASN1_PRINTABLESTRING) + +# define M_ASN1_T61STRING_new() (ASN1_T61STRING *)\ + ASN1_STRING_type_new(V_ASN1_T61STRING) +# define M_ASN1_T61STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_T61STRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_T61STRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_T61STRING(a,pp,l) \ + (ASN1_T61STRING *)d2i_ASN1_type_bytes\ + ((ASN1_STRING **)a,pp,l,B_ASN1_T61STRING) + +# define M_ASN1_IA5STRING_new() (ASN1_IA5STRING *)\ + ASN1_STRING_type_new(V_ASN1_IA5STRING) +# define M_ASN1_IA5STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_IA5STRING_dup(a) \ + (ASN1_IA5STRING *)ASN1_STRING_dup((const ASN1_STRING *)a) +# define M_i2d_ASN1_IA5STRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_IA5STRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_IA5STRING(a,pp,l) \ + (ASN1_IA5STRING *)d2i_ASN1_type_bytes((ASN1_STRING **)a,pp,l,\ + B_ASN1_IA5STRING) + +# define M_ASN1_UTCTIME_new() (ASN1_UTCTIME *)\ + ASN1_STRING_type_new(V_ASN1_UTCTIME) +# define M_ASN1_UTCTIME_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_UTCTIME_dup(a) (ASN1_UTCTIME *)\ + ASN1_STRING_dup((const ASN1_STRING *)a) + +# define M_ASN1_GENERALIZEDTIME_new() (ASN1_GENERALIZEDTIME *)\ + ASN1_STRING_type_new(V_ASN1_GENERALIZEDTIME) +# define M_ASN1_GENERALIZEDTIME_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_GENERALIZEDTIME_dup(a) (ASN1_GENERALIZEDTIME *)ASN1_STRING_dup(\ + (const ASN1_STRING *)a) + +# define M_ASN1_TIME_new() (ASN1_TIME *)\ + ASN1_STRING_type_new(V_ASN1_UTCTIME) +# define M_ASN1_TIME_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_ASN1_TIME_dup(a) (ASN1_TIME *)\ + ASN1_STRING_dup((const ASN1_STRING *)a) + +# define M_ASN1_GENERALSTRING_new() (ASN1_GENERALSTRING *)\ + ASN1_STRING_type_new(V_ASN1_GENERALSTRING) +# define M_ASN1_GENERALSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_GENERALSTRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_GENERALSTRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_GENERALSTRING(a,pp,l) \ + (ASN1_GENERALSTRING *)d2i_ASN1_type_bytes\ + ((ASN1_STRING **)a,pp,l,B_ASN1_GENERALSTRING) + +# define M_ASN1_UNIVERSALSTRING_new() (ASN1_UNIVERSALSTRING *)\ + ASN1_STRING_type_new(V_ASN1_UNIVERSALSTRING) +# define M_ASN1_UNIVERSALSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_UNIVERSALSTRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UNIVERSALSTRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_UNIVERSALSTRING(a,pp,l) \ + (ASN1_UNIVERSALSTRING *)d2i_ASN1_type_bytes\ + ((ASN1_STRING **)a,pp,l,B_ASN1_UNIVERSALSTRING) + +# define M_ASN1_BMPSTRING_new() (ASN1_BMPSTRING *)\ + ASN1_STRING_type_new(V_ASN1_BMPSTRING) +# define M_ASN1_BMPSTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_BMPSTRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_BMPSTRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_BMPSTRING(a,pp,l) \ + (ASN1_BMPSTRING *)d2i_ASN1_type_bytes\ + ((ASN1_STRING **)a,pp,l,B_ASN1_BMPSTRING) + +# define M_ASN1_VISIBLESTRING_new() (ASN1_VISIBLESTRING *)\ + ASN1_STRING_type_new(V_ASN1_VISIBLESTRING) +# define M_ASN1_VISIBLESTRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_VISIBLESTRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_VISIBLESTRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_VISIBLESTRING(a,pp,l) \ + (ASN1_VISIBLESTRING *)d2i_ASN1_type_bytes\ + ((ASN1_STRING **)a,pp,l,B_ASN1_VISIBLESTRING) + +# define M_ASN1_UTF8STRING_new() (ASN1_UTF8STRING *)\ + ASN1_STRING_type_new(V_ASN1_UTF8STRING) +# define M_ASN1_UTF8STRING_free(a) ASN1_STRING_free((ASN1_STRING *)a) +# define M_i2d_ASN1_UTF8STRING(a,pp) \ + i2d_ASN1_bytes((ASN1_STRING *)a,pp,V_ASN1_UTF8STRING,\ + V_ASN1_UNIVERSAL) +# define M_d2i_ASN1_UTF8STRING(a,pp,l) \ + (ASN1_UTF8STRING *)d2i_ASN1_type_bytes\ + ((ASN1_STRING **)a,pp,l,B_ASN1_UTF8STRING) + + /* for the is_set parameter to i2d_ASN1_SET */ +# define IS_SEQUENCE 0 +# define IS_SET 1 + +DECLARE_ASN1_FUNCTIONS_fname(ASN1_TYPE, ASN1_ANY, ASN1_TYPE) + +int ASN1_TYPE_get(ASN1_TYPE *a); +void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value); +int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value); +int ASN1_TYPE_cmp(const ASN1_TYPE *a, const ASN1_TYPE *b); + +ASN1_OBJECT *ASN1_OBJECT_new(void); +void ASN1_OBJECT_free(ASN1_OBJECT *a); +int i2d_ASN1_OBJECT(ASN1_OBJECT *a, unsigned char **pp); +ASN1_OBJECT *c2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, + long length); +ASN1_OBJECT *d2i_ASN1_OBJECT(ASN1_OBJECT **a, const unsigned char **pp, + long length); + +DECLARE_ASN1_ITEM(ASN1_OBJECT) + +DECLARE_STACK_OF(ASN1_OBJECT) +DECLARE_ASN1_SET_OF(ASN1_OBJECT) + +ASN1_STRING *ASN1_STRING_new(void); +void ASN1_STRING_free(ASN1_STRING *a); +void ASN1_STRING_clear_free(ASN1_STRING *a); +int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str); +ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a); +ASN1_STRING *ASN1_STRING_type_new(int type); +int ASN1_STRING_cmp(const ASN1_STRING *a, const ASN1_STRING *b); + /* + * Since this is used to store all sorts of things, via macros, for now, + * make its data void * + */ +int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len); +void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len); +int ASN1_STRING_length(const ASN1_STRING *x); +void ASN1_STRING_length_set(ASN1_STRING *x, int n); +int ASN1_STRING_type(ASN1_STRING *x); +unsigned char *ASN1_STRING_data(ASN1_STRING *x); + +DECLARE_ASN1_FUNCTIONS(ASN1_BIT_STRING) +int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp); +ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a, + const unsigned char **pp, long length); +int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length); +int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value); +int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n); +int ASN1_BIT_STRING_check(ASN1_BIT_STRING *a, + unsigned char *flags, int flags_len); + +# ifndef OPENSSL_NO_BIO +int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, + BIT_STRING_BITNAME *tbl, int indent); +# endif +int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl); +int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, + BIT_STRING_BITNAME *tbl); + +int i2d_ASN1_BOOLEAN(int a, unsigned char **pp); +int d2i_ASN1_BOOLEAN(int *a, const unsigned char **pp, long length); + +DECLARE_ASN1_FUNCTIONS(ASN1_INTEGER) +int i2c_ASN1_INTEGER(ASN1_INTEGER *a, unsigned char **pp); +ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, + long length); +ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp, + long length); +ASN1_INTEGER *ASN1_INTEGER_dup(const ASN1_INTEGER *x); +int ASN1_INTEGER_cmp(const ASN1_INTEGER *x, const ASN1_INTEGER *y); + +DECLARE_ASN1_FUNCTIONS(ASN1_ENUMERATED) + +int ASN1_UTCTIME_check(const ASN1_UTCTIME *a); +ASN1_UTCTIME *ASN1_UTCTIME_set(ASN1_UTCTIME *s, time_t t); +ASN1_UTCTIME *ASN1_UTCTIME_adj(ASN1_UTCTIME *s, time_t t, + int offset_day, long offset_sec); +int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); +int ASN1_UTCTIME_cmp_time_t(const ASN1_UTCTIME *s, time_t t); +# if 0 +time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s); +# endif + +int ASN1_GENERALIZEDTIME_check(const ASN1_GENERALIZEDTIME *a); +ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_set(ASN1_GENERALIZEDTIME *s, + time_t t); +ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s, + time_t t, int offset_day, + long offset_sec); +int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str); +int ASN1_TIME_diff(int *pday, int *psec, + const ASN1_TIME *from, const ASN1_TIME *to); + +DECLARE_ASN1_FUNCTIONS(ASN1_OCTET_STRING) +ASN1_OCTET_STRING *ASN1_OCTET_STRING_dup(const ASN1_OCTET_STRING *a); +int ASN1_OCTET_STRING_cmp(const ASN1_OCTET_STRING *a, + const ASN1_OCTET_STRING *b); +int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, + int len); + +DECLARE_ASN1_FUNCTIONS(ASN1_VISIBLESTRING) +DECLARE_ASN1_FUNCTIONS(ASN1_UNIVERSALSTRING) +DECLARE_ASN1_FUNCTIONS(ASN1_UTF8STRING) +DECLARE_ASN1_FUNCTIONS(ASN1_NULL) +DECLARE_ASN1_FUNCTIONS(ASN1_BMPSTRING) + +int UTF8_getc(const unsigned char *str, int len, unsigned long *val); +int UTF8_putc(unsigned char *str, int len, unsigned long value); + +DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, ASN1_PRINTABLE) + +DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DIRECTORYSTRING) +DECLARE_ASN1_FUNCTIONS_name(ASN1_STRING, DISPLAYTEXT) +DECLARE_ASN1_FUNCTIONS(ASN1_PRINTABLESTRING) +DECLARE_ASN1_FUNCTIONS(ASN1_T61STRING) +DECLARE_ASN1_FUNCTIONS(ASN1_IA5STRING) +DECLARE_ASN1_FUNCTIONS(ASN1_GENERALSTRING) +DECLARE_ASN1_FUNCTIONS(ASN1_UTCTIME) +DECLARE_ASN1_FUNCTIONS(ASN1_GENERALIZEDTIME) +DECLARE_ASN1_FUNCTIONS(ASN1_TIME) + +DECLARE_ASN1_ITEM(ASN1_OCTET_STRING_NDEF) + +ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t); +ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, + int offset_day, long offset_sec); +int ASN1_TIME_check(ASN1_TIME *t); +ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME + **out); +int ASN1_TIME_set_string(ASN1_TIME *s, const char *str); + +int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp, + i2d_of_void *i2d, int ex_tag, int ex_class, int is_set); +STACK_OF(OPENSSL_BLOCK) *d2i_ASN1_SET(STACK_OF(OPENSSL_BLOCK) **a, + const unsigned char **pp, + long length, d2i_of_void *d2i, + void (*free_func) (OPENSSL_BLOCK), + int ex_tag, int ex_class); + +# ifndef OPENSSL_NO_BIO +int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a); +int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size); +int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a); +int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size); +int i2a_ASN1_OBJECT(BIO *bp, ASN1_OBJECT *a); +int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size); +int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type); +# endif +int i2t_ASN1_OBJECT(char *buf, int buf_len, ASN1_OBJECT *a); + +int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num); +ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len, + const char *sn, const char *ln); + +int ASN1_INTEGER_set(ASN1_INTEGER *a, long v); +long ASN1_INTEGER_get(const ASN1_INTEGER *a); +ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai); +BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn); + +int ASN1_ENUMERATED_set(ASN1_ENUMERATED *a, long v); +long ASN1_ENUMERATED_get(ASN1_ENUMERATED *a); +ASN1_ENUMERATED *BN_to_ASN1_ENUMERATED(BIGNUM *bn, ASN1_ENUMERATED *ai); +BIGNUM *ASN1_ENUMERATED_to_BN(ASN1_ENUMERATED *ai, BIGNUM *bn); + +/* General */ +/* given a string, return the correct type, max is the maximum length */ +int ASN1_PRINTABLE_type(const unsigned char *s, int max); + +int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass); +ASN1_STRING *d2i_ASN1_bytes(ASN1_STRING **a, const unsigned char **pp, + long length, int Ptag, int Pclass); +unsigned long ASN1_tag2bit(int tag); +/* type is one or more of the B_ASN1_ values. */ +ASN1_STRING *d2i_ASN1_type_bytes(ASN1_STRING **a, const unsigned char **pp, + long length, int type); + +/* PARSING */ +int asn1_Finish(ASN1_CTX *c); +int asn1_const_Finish(ASN1_const_CTX *c); + +/* SPECIALS */ +int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, + int *pclass, long omax); +int ASN1_check_infinite_end(unsigned char **p, long len); +int ASN1_const_check_infinite_end(const unsigned char **p, long len); +void ASN1_put_object(unsigned char **pp, int constructed, int length, + int tag, int xclass); +int ASN1_put_eoc(unsigned char **pp); +int ASN1_object_size(int constructed, int length, int tag); + +/* Used to implement other functions */ +void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x); + +# define ASN1_dup_of(type,i2d,d2i,x) \ + ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \ + CHECKED_D2I_OF(type, d2i), \ + CHECKED_PTR_OF(type, x))) + +# define ASN1_dup_of_const(type,i2d,d2i,x) \ + ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \ + CHECKED_D2I_OF(type, d2i), \ + CHECKED_PTR_OF(const type, x))) + +void *ASN1_item_dup(const ASN1_ITEM *it, void *x); + +/* ASN1 alloc/free macros for when a type is only used internally */ + +# define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type)) +# define M_ASN1_free_of(x, type) \ + ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type)) + +# ifndef OPENSSL_NO_FP_API +void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x); + +# define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ + ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \ + CHECKED_D2I_OF(type, d2i), \ + in, \ + CHECKED_PPTR_OF(type, x))) + +void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); +int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x); + +# define ASN1_i2d_fp_of(type,i2d,out,x) \ + (ASN1_i2d_fp(CHECKED_I2D_OF(type, i2d), \ + out, \ + CHECKED_PTR_OF(type, x))) + +# define ASN1_i2d_fp_of_const(type,i2d,out,x) \ + (ASN1_i2d_fp(CHECKED_I2D_OF(const type, i2d), \ + out, \ + CHECKED_PTR_OF(const type, x))) + +int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); +int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags); +# endif + +int ASN1_STRING_to_UTF8(unsigned char **out, ASN1_STRING *in); + +# ifndef OPENSSL_NO_BIO +void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x); + +# define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ + ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \ + CHECKED_D2I_OF(type, d2i), \ + in, \ + CHECKED_PPTR_OF(type, x))) + +void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); +int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x); + +# define ASN1_i2d_bio_of(type,i2d,out,x) \ + (ASN1_i2d_bio(CHECKED_I2D_OF(type, i2d), \ + out, \ + CHECKED_PTR_OF(type, x))) + +# define ASN1_i2d_bio_of_const(type,i2d,out,x) \ + (ASN1_i2d_bio(CHECKED_I2D_OF(const type, i2d), \ + out, \ + CHECKED_PTR_OF(const type, x))) + +int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); +int ASN1_UTCTIME_print(BIO *fp, const ASN1_UTCTIME *a); +int ASN1_GENERALIZEDTIME_print(BIO *fp, const ASN1_GENERALIZEDTIME *a); +int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a); +int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v); +int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags); +int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num, + unsigned char *buf, int off); +int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent); +int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, + int dump); +# endif +const char *ASN1_tag2str(int tag); + +/* Used to load and write netscape format cert */ + +DECLARE_ASN1_FUNCTIONS(NETSCAPE_X509) + +int ASN1_UNIVERSALSTRING_to_string(ASN1_UNIVERSALSTRING *s); + +int ASN1_TYPE_set_octetstring(ASN1_TYPE *a, unsigned char *data, int len); +int ASN1_TYPE_get_octetstring(ASN1_TYPE *a, unsigned char *data, int max_len); +int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num, + unsigned char *data, int len); +int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num, + unsigned char *data, int max_len); + +STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len, + d2i_of_void *d2i, + void (*free_func) (OPENSSL_BLOCK)); +unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d, + unsigned char **buf, int *len); +void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i); +void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it); +ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, + ASN1_OCTET_STRING **oct); + +# define ASN1_pack_string_of(type,obj,i2d,oct) \ + (ASN1_pack_string(CHECKED_PTR_OF(type, obj), \ + CHECKED_I2D_OF(type, i2d), \ + oct)) + +ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, + ASN1_OCTET_STRING **oct); + +void ASN1_STRING_set_default_mask(unsigned long mask); +int ASN1_STRING_set_default_mask_asc(const char *p); +unsigned long ASN1_STRING_get_default_mask(void); +int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, + int inform, unsigned long mask); +int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, + int inform, unsigned long mask, + long minsize, long maxsize); + +ASN1_STRING *ASN1_STRING_set_by_NID(ASN1_STRING **out, + const unsigned char *in, int inlen, + int inform, int nid); +ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid); +int ASN1_STRING_TABLE_add(int, long, long, unsigned long, unsigned long); +void ASN1_STRING_TABLE_cleanup(void); + +/* ASN1 template functions */ + +/* Old API compatible functions */ +ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); +void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it); +ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, + long len, const ASN1_ITEM *it); +int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); +int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, + const ASN1_ITEM *it); + +void ASN1_add_oid_module(void); + +ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf); +ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf); + +/* ASN1 Print flags */ + +/* Indicate missing OPTIONAL fields */ +# define ASN1_PCTX_FLAGS_SHOW_ABSENT 0x001 +/* Mark start and end of SEQUENCE */ +# define ASN1_PCTX_FLAGS_SHOW_SEQUENCE 0x002 +/* Mark start and end of SEQUENCE/SET OF */ +# define ASN1_PCTX_FLAGS_SHOW_SSOF 0x004 +/* Show the ASN1 type of primitives */ +# define ASN1_PCTX_FLAGS_SHOW_TYPE 0x008 +/* Don't show ASN1 type of ANY */ +# define ASN1_PCTX_FLAGS_NO_ANY_TYPE 0x010 +/* Don't show ASN1 type of MSTRINGs */ +# define ASN1_PCTX_FLAGS_NO_MSTRING_TYPE 0x020 +/* Don't show field names in SEQUENCE */ +# define ASN1_PCTX_FLAGS_NO_FIELD_NAME 0x040 +/* Show structure names of each SEQUENCE field */ +# define ASN1_PCTX_FLAGS_SHOW_FIELD_STRUCT_NAME 0x080 +/* Don't show structure name even at top level */ +# define ASN1_PCTX_FLAGS_NO_STRUCT_NAME 0x100 + +int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, + const ASN1_ITEM *it, const ASN1_PCTX *pctx); +ASN1_PCTX *ASN1_PCTX_new(void); +void ASN1_PCTX_free(ASN1_PCTX *p); +unsigned long ASN1_PCTX_get_flags(ASN1_PCTX *p); +void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags); +unsigned long ASN1_PCTX_get_nm_flags(ASN1_PCTX *p); +void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags); +unsigned long ASN1_PCTX_get_cert_flags(ASN1_PCTX *p); +void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags); +unsigned long ASN1_PCTX_get_oid_flags(ASN1_PCTX *p); +void ASN1_PCTX_set_oid_flags(ASN1_PCTX *p, unsigned long flags); +unsigned long ASN1_PCTX_get_str_flags(ASN1_PCTX *p); +void ASN1_PCTX_set_str_flags(ASN1_PCTX *p, unsigned long flags); + +BIO_METHOD *BIO_f_asn1(void); + +BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it); + +int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, + const ASN1_ITEM *it); +int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags, + const char *hdr, const ASN1_ITEM *it); +int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags, + int ctype_nid, int econt_nid, + STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it); +ASN1_VALUE *SMIME_read_ASN1(BIO *bio, BIO **bcont, const ASN1_ITEM *it); +int SMIME_crlf_copy(BIO *in, BIO *out, int flags); +int SMIME_text(BIO *in, BIO *out); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_ASN1_strings(void); + +/* Error codes for the ASN1 functions. */ + +/* Function codes. */ +# define ASN1_F_A2D_ASN1_OBJECT 100 +# define ASN1_F_A2I_ASN1_ENUMERATED 101 +# define ASN1_F_A2I_ASN1_INTEGER 102 +# define ASN1_F_A2I_ASN1_STRING 103 +# define ASN1_F_APPEND_EXP 176 +# define ASN1_F_ASN1_BIT_STRING_SET_BIT 183 +# define ASN1_F_ASN1_CB 177 +# define ASN1_F_ASN1_CHECK_TLEN 104 +# define ASN1_F_ASN1_COLLATE_PRIMITIVE 105 +# define ASN1_F_ASN1_COLLECT 106 +# define ASN1_F_ASN1_D2I_EX_PRIMITIVE 108 +# define ASN1_F_ASN1_D2I_FP 109 +# define ASN1_F_ASN1_D2I_READ_BIO 107 +# define ASN1_F_ASN1_DIGEST 184 +# define ASN1_F_ASN1_DO_ADB 110 +# define ASN1_F_ASN1_DUP 111 +# define ASN1_F_ASN1_ENUMERATED_SET 112 +# define ASN1_F_ASN1_ENUMERATED_TO_BN 113 +# define ASN1_F_ASN1_EX_C2I 204 +# define ASN1_F_ASN1_FIND_END 190 +# define ASN1_F_ASN1_GENERALIZEDTIME_ADJ 216 +# define ASN1_F_ASN1_GENERALIZEDTIME_SET 185 +# define ASN1_F_ASN1_GENERATE_V3 178 +# define ASN1_F_ASN1_GET_OBJECT 114 +# define ASN1_F_ASN1_HEADER_NEW 115 +# define ASN1_F_ASN1_I2D_BIO 116 +# define ASN1_F_ASN1_I2D_FP 117 +# define ASN1_F_ASN1_INTEGER_SET 118 +# define ASN1_F_ASN1_INTEGER_TO_BN 119 +# define ASN1_F_ASN1_ITEM_D2I_FP 206 +# define ASN1_F_ASN1_ITEM_DUP 191 +# define ASN1_F_ASN1_ITEM_EX_COMBINE_NEW 121 +# define ASN1_F_ASN1_ITEM_EX_D2I 120 +# define ASN1_F_ASN1_ITEM_I2D_BIO 192 +# define ASN1_F_ASN1_ITEM_I2D_FP 193 +# define ASN1_F_ASN1_ITEM_PACK 198 +# define ASN1_F_ASN1_ITEM_SIGN 195 +# define ASN1_F_ASN1_ITEM_SIGN_CTX 220 +# define ASN1_F_ASN1_ITEM_UNPACK 199 +# define ASN1_F_ASN1_ITEM_VERIFY 197 +# define ASN1_F_ASN1_MBSTRING_NCOPY 122 +# define ASN1_F_ASN1_OBJECT_NEW 123 +# define ASN1_F_ASN1_OUTPUT_DATA 214 +# define ASN1_F_ASN1_PACK_STRING 124 +# define ASN1_F_ASN1_PCTX_NEW 205 +# define ASN1_F_ASN1_PKCS5_PBE_SET 125 +# define ASN1_F_ASN1_SEQ_PACK 126 +# define ASN1_F_ASN1_SEQ_UNPACK 127 +# define ASN1_F_ASN1_SIGN 128 +# define ASN1_F_ASN1_STR2TYPE 179 +# define ASN1_F_ASN1_STRING_SET 186 +# define ASN1_F_ASN1_STRING_TABLE_ADD 129 +# define ASN1_F_ASN1_STRING_TYPE_NEW 130 +# define ASN1_F_ASN1_TEMPLATE_EX_D2I 132 +# define ASN1_F_ASN1_TEMPLATE_NEW 133 +# define ASN1_F_ASN1_TEMPLATE_NOEXP_D2I 131 +# define ASN1_F_ASN1_TIME_ADJ 217 +# define ASN1_F_ASN1_TIME_SET 175 +# define ASN1_F_ASN1_TYPE_GET_INT_OCTETSTRING 134 +# define ASN1_F_ASN1_TYPE_GET_OCTETSTRING 135 +# define ASN1_F_ASN1_UNPACK_STRING 136 +# define ASN1_F_ASN1_UTCTIME_ADJ 218 +# define ASN1_F_ASN1_UTCTIME_SET 187 +# define ASN1_F_ASN1_VERIFY 137 +# define ASN1_F_B64_READ_ASN1 209 +# define ASN1_F_B64_WRITE_ASN1 210 +# define ASN1_F_BIO_NEW_NDEF 208 +# define ASN1_F_BITSTR_CB 180 +# define ASN1_F_BN_TO_ASN1_ENUMERATED 138 +# define ASN1_F_BN_TO_ASN1_INTEGER 139 +# define ASN1_F_C2I_ASN1_BIT_STRING 189 +# define ASN1_F_C2I_ASN1_INTEGER 194 +# define ASN1_F_C2I_ASN1_OBJECT 196 +# define ASN1_F_COLLECT_DATA 140 +# define ASN1_F_D2I_ASN1_BIT_STRING 141 +# define ASN1_F_D2I_ASN1_BOOLEAN 142 +# define ASN1_F_D2I_ASN1_BYTES 143 +# define ASN1_F_D2I_ASN1_GENERALIZEDTIME 144 +# define ASN1_F_D2I_ASN1_HEADER 145 +# define ASN1_F_D2I_ASN1_INTEGER 146 +# define ASN1_F_D2I_ASN1_OBJECT 147 +# define ASN1_F_D2I_ASN1_SET 148 +# define ASN1_F_D2I_ASN1_TYPE_BYTES 149 +# define ASN1_F_D2I_ASN1_UINTEGER 150 +# define ASN1_F_D2I_ASN1_UTCTIME 151 +# define ASN1_F_D2I_AUTOPRIVATEKEY 207 +# define ASN1_F_D2I_NETSCAPE_RSA 152 +# define ASN1_F_D2I_NETSCAPE_RSA_2 153 +# define ASN1_F_D2I_PRIVATEKEY 154 +# define ASN1_F_D2I_PUBLICKEY 155 +# define ASN1_F_D2I_RSA_NET 200 +# define ASN1_F_D2I_RSA_NET_2 201 +# define ASN1_F_D2I_X509 156 +# define ASN1_F_D2I_X509_CINF 157 +# define ASN1_F_D2I_X509_PKEY 159 +# define ASN1_F_I2D_ASN1_BIO_STREAM 211 +# define ASN1_F_I2D_ASN1_SET 188 +# define ASN1_F_I2D_ASN1_TIME 160 +# define ASN1_F_I2D_DSA_PUBKEY 161 +# define ASN1_F_I2D_EC_PUBKEY 181 +# define ASN1_F_I2D_PRIVATEKEY 163 +# define ASN1_F_I2D_PUBLICKEY 164 +# define ASN1_F_I2D_RSA_NET 162 +# define ASN1_F_I2D_RSA_PUBKEY 165 +# define ASN1_F_LONG_C2I 166 +# define ASN1_F_OID_MODULE_INIT 174 +# define ASN1_F_PARSE_TAGGING 182 +# define ASN1_F_PKCS5_PBE2_SET_IV 167 +# define ASN1_F_PKCS5_PBE_SET 202 +# define ASN1_F_PKCS5_PBE_SET0_ALGOR 215 +# define ASN1_F_PKCS5_PBKDF2_SET 219 +# define ASN1_F_SMIME_READ_ASN1 212 +# define ASN1_F_SMIME_TEXT 213 +# define ASN1_F_X509_CINF_NEW 168 +# define ASN1_F_X509_CRL_ADD0_REVOKED 169 +# define ASN1_F_X509_INFO_NEW 170 +# define ASN1_F_X509_NAME_ENCODE 203 +# define ASN1_F_X509_NAME_EX_D2I 158 +# define ASN1_F_X509_NAME_EX_NEW 171 +# define ASN1_F_X509_NEW 172 +# define ASN1_F_X509_PKEY_NEW 173 + +/* Reason codes. */ +# define ASN1_R_ADDING_OBJECT 171 +# define ASN1_R_ASN1_PARSE_ERROR 203 +# define ASN1_R_ASN1_SIG_PARSE_ERROR 204 +# define ASN1_R_AUX_ERROR 100 +# define ASN1_R_BAD_CLASS 101 +# define ASN1_R_BAD_OBJECT_HEADER 102 +# define ASN1_R_BAD_PASSWORD_READ 103 +# define ASN1_R_BAD_TAG 104 +# define ASN1_R_BMPSTRING_IS_WRONG_LENGTH 214 +# define ASN1_R_BN_LIB 105 +# define ASN1_R_BOOLEAN_IS_WRONG_LENGTH 106 +# define ASN1_R_BUFFER_TOO_SMALL 107 +# define ASN1_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER 108 +# define ASN1_R_CONTEXT_NOT_INITIALISED 217 +# define ASN1_R_DATA_IS_WRONG 109 +# define ASN1_R_DECODE_ERROR 110 +# define ASN1_R_DECODING_ERROR 111 +# define ASN1_R_DEPTH_EXCEEDED 174 +# define ASN1_R_DIGEST_AND_KEY_TYPE_NOT_SUPPORTED 198 +# define ASN1_R_ENCODE_ERROR 112 +# define ASN1_R_ERROR_GETTING_TIME 173 +# define ASN1_R_ERROR_LOADING_SECTION 172 +# define ASN1_R_ERROR_PARSING_SET_ELEMENT 113 +# define ASN1_R_ERROR_SETTING_CIPHER_PARAMS 114 +# define ASN1_R_EXPECTING_AN_INTEGER 115 +# define ASN1_R_EXPECTING_AN_OBJECT 116 +# define ASN1_R_EXPECTING_A_BOOLEAN 117 +# define ASN1_R_EXPECTING_A_TIME 118 +# define ASN1_R_EXPLICIT_LENGTH_MISMATCH 119 +# define ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED 120 +# define ASN1_R_FIELD_MISSING 121 +# define ASN1_R_FIRST_NUM_TOO_LARGE 122 +# define ASN1_R_HEADER_TOO_LONG 123 +# define ASN1_R_ILLEGAL_BITSTRING_FORMAT 175 +# define ASN1_R_ILLEGAL_BOOLEAN 176 +# define ASN1_R_ILLEGAL_CHARACTERS 124 +# define ASN1_R_ILLEGAL_FORMAT 177 +# define ASN1_R_ILLEGAL_HEX 178 +# define ASN1_R_ILLEGAL_IMPLICIT_TAG 179 +# define ASN1_R_ILLEGAL_INTEGER 180 +# define ASN1_R_ILLEGAL_NESTED_TAGGING 181 +# define ASN1_R_ILLEGAL_NULL 125 +# define ASN1_R_ILLEGAL_NULL_VALUE 182 +# define ASN1_R_ILLEGAL_OBJECT 183 +# define ASN1_R_ILLEGAL_OPTIONAL_ANY 126 +# define ASN1_R_ILLEGAL_OPTIONS_ON_ITEM_TEMPLATE 170 +# define ASN1_R_ILLEGAL_TAGGED_ANY 127 +# define ASN1_R_ILLEGAL_TIME_VALUE 184 +# define ASN1_R_INTEGER_NOT_ASCII_FORMAT 185 +# define ASN1_R_INTEGER_TOO_LARGE_FOR_LONG 128 +# define ASN1_R_INVALID_BIT_STRING_BITS_LEFT 220 +# define ASN1_R_INVALID_BMPSTRING_LENGTH 129 +# define ASN1_R_INVALID_DIGIT 130 +# define ASN1_R_INVALID_MIME_TYPE 205 +# define ASN1_R_INVALID_MODIFIER 186 +# define ASN1_R_INVALID_NUMBER 187 +# define ASN1_R_INVALID_OBJECT_ENCODING 216 +# define ASN1_R_INVALID_SEPARATOR 131 +# define ASN1_R_INVALID_TIME_FORMAT 132 +# define ASN1_R_INVALID_UNIVERSALSTRING_LENGTH 133 +# define ASN1_R_INVALID_UTF8STRING 134 +# define ASN1_R_IV_TOO_LARGE 135 +# define ASN1_R_LENGTH_ERROR 136 +# define ASN1_R_LIST_ERROR 188 +# define ASN1_R_MIME_NO_CONTENT_TYPE 206 +# define ASN1_R_MIME_PARSE_ERROR 207 +# define ASN1_R_MIME_SIG_PARSE_ERROR 208 +# define ASN1_R_MISSING_EOC 137 +# define ASN1_R_MISSING_SECOND_NUMBER 138 +# define ASN1_R_MISSING_VALUE 189 +# define ASN1_R_MSTRING_NOT_UNIVERSAL 139 +# define ASN1_R_MSTRING_WRONG_TAG 140 +# define ASN1_R_NESTED_ASN1_STRING 197 +# define ASN1_R_NON_HEX_CHARACTERS 141 +# define ASN1_R_NOT_ASCII_FORMAT 190 +# define ASN1_R_NOT_ENOUGH_DATA 142 +# define ASN1_R_NO_CONTENT_TYPE 209 +# define ASN1_R_NO_DEFAULT_DIGEST 201 +# define ASN1_R_NO_MATCHING_CHOICE_TYPE 143 +# define ASN1_R_NO_MULTIPART_BODY_FAILURE 210 +# define ASN1_R_NO_MULTIPART_BOUNDARY 211 +# define ASN1_R_NO_SIG_CONTENT_TYPE 212 +# define ASN1_R_NULL_IS_WRONG_LENGTH 144 +# define ASN1_R_OBJECT_NOT_ASCII_FORMAT 191 +# define ASN1_R_ODD_NUMBER_OF_CHARS 145 +# define ASN1_R_PRIVATE_KEY_HEADER_MISSING 146 +# define ASN1_R_SECOND_NUMBER_TOO_LARGE 147 +# define ASN1_R_SEQUENCE_LENGTH_MISMATCH 148 +# define ASN1_R_SEQUENCE_NOT_CONSTRUCTED 149 +# define ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG 192 +# define ASN1_R_SHORT_LINE 150 +# define ASN1_R_SIG_INVALID_MIME_TYPE 213 +# define ASN1_R_STREAMING_NOT_SUPPORTED 202 +# define ASN1_R_STRING_TOO_LONG 151 +# define ASN1_R_STRING_TOO_SHORT 152 +# define ASN1_R_TAG_VALUE_TOO_HIGH 153 +# define ASN1_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 154 +# define ASN1_R_TIME_NOT_ASCII_FORMAT 193 +# define ASN1_R_TOO_LONG 155 +# define ASN1_R_TYPE_NOT_CONSTRUCTED 156 +# define ASN1_R_TYPE_NOT_PRIMITIVE 218 +# define ASN1_R_UNABLE_TO_DECODE_RSA_KEY 157 +# define ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY 158 +# define ASN1_R_UNEXPECTED_EOC 159 +# define ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH 215 +# define ASN1_R_UNKNOWN_FORMAT 160 +# define ASN1_R_UNKNOWN_MESSAGE_DIGEST_ALGORITHM 161 +# define ASN1_R_UNKNOWN_OBJECT_TYPE 162 +# define ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE 163 +# define ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM 199 +# define ASN1_R_UNKNOWN_TAG 194 +# define ASN1_R_UNKOWN_FORMAT 195 +# define ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE 164 +# define ASN1_R_UNSUPPORTED_CIPHER 165 +# define ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM 166 +# define ASN1_R_UNSUPPORTED_PUBLIC_KEY_TYPE 167 +# define ASN1_R_UNSUPPORTED_TYPE 196 +# define ASN1_R_WRONG_PUBLIC_KEY_TYPE 200 +# define ASN1_R_WRONG_TAG 168 +# define ASN1_R_WRONG_TYPE 169 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/asn1_mac.h b/frappe/.node-gyp/6.7.0/include/node/openssl/asn1_mac.h new file mode 100644 index 00000000..abc6dc35 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/asn1_mac.h @@ -0,0 +1,579 @@ +/* crypto/asn1/asn1_mac.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_ASN1_MAC_H +# define HEADER_ASN1_MAC_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifndef ASN1_MAC_ERR_LIB +# define ASN1_MAC_ERR_LIB ERR_LIB_ASN1 +# endif + +# define ASN1_MAC_H_err(f,r,line) \ + ERR_PUT_error(ASN1_MAC_ERR_LIB,(f),(r),__FILE__,(line)) + +# define M_ASN1_D2I_vars(a,type,func) \ + ASN1_const_CTX c; \ + type ret=NULL; \ + \ + c.pp=(const unsigned char **)pp; \ + c.q= *(const unsigned char **)pp; \ + c.error=ERR_R_NESTED_ASN1_ERROR; \ + if ((a == NULL) || ((*a) == NULL)) \ + { if ((ret=(type)func()) == NULL) \ + { c.line=__LINE__; goto err; } } \ + else ret=(*a); + +# define M_ASN1_D2I_Init() \ + c.p= *(const unsigned char **)pp; \ + c.max=(length == 0)?0:(c.p+length); + +# define M_ASN1_D2I_Finish_2(a) \ + if (!asn1_const_Finish(&c)) \ + { c.line=__LINE__; goto err; } \ + *(const unsigned char **)pp=c.p; \ + if (a != NULL) (*a)=ret; \ + return(ret); + +# define M_ASN1_D2I_Finish(a,func,e) \ + M_ASN1_D2I_Finish_2(a); \ +err:\ + ASN1_MAC_H_err((e),c.error,c.line); \ + asn1_add_error(*(const unsigned char **)pp,(int)(c.q- *pp)); \ + if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \ + return(NULL) + +# define M_ASN1_D2I_start_sequence() \ + if (!asn1_GetSequence(&c,&length)) \ + { c.line=__LINE__; goto err; } +/* Begin reading ASN1 without a surrounding sequence */ +# define M_ASN1_D2I_begin() \ + c.slen = length; + +/* End reading ASN1 with no check on length */ +# define M_ASN1_D2I_Finish_nolen(a, func, e) \ + *pp=c.p; \ + if (a != NULL) (*a)=ret; \ + return(ret); \ +err:\ + ASN1_MAC_H_err((e),c.error,c.line); \ + asn1_add_error(*pp,(int)(c.q- *pp)); \ + if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \ + return(NULL) + +# define M_ASN1_D2I_end_sequence() \ + (((c.inf&1) == 0)?(c.slen <= 0): \ + (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen))) + +/* Don't use this with d2i_ASN1_BOOLEAN() */ +# define M_ASN1_D2I_get(b, func) \ + c.q=c.p; \ + if (func(&(b),&c.p,c.slen) == NULL) \ + {c.line=__LINE__; goto err; } \ + c.slen-=(c.p-c.q); + +/* Don't use this with d2i_ASN1_BOOLEAN() */ +# define M_ASN1_D2I_get_x(type,b,func) \ + c.q=c.p; \ + if (((D2I_OF(type))func)(&(b),&c.p,c.slen) == NULL) \ + {c.line=__LINE__; goto err; } \ + c.slen-=(c.p-c.q); + +/* use this instead () */ +# define M_ASN1_D2I_get_int(b,func) \ + c.q=c.p; \ + if (func(&(b),&c.p,c.slen) < 0) \ + {c.line=__LINE__; goto err; } \ + c.slen-=(c.p-c.q); + +# define M_ASN1_D2I_get_opt(b,func,type) \ + if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \ + == (V_ASN1_UNIVERSAL|(type)))) \ + { \ + M_ASN1_D2I_get(b,func); \ + } + +# define M_ASN1_D2I_get_int_opt(b,func,type) \ + if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \ + == (V_ASN1_UNIVERSAL|(type)))) \ + { \ + M_ASN1_D2I_get_int(b,func); \ + } + +# define M_ASN1_D2I_get_imp(b,func, type) \ + M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \ + c.q=c.p; \ + if (func(&(b),&c.p,c.slen) == NULL) \ + {c.line=__LINE__; M_ASN1_next_prev = _tmp; goto err; } \ + c.slen-=(c.p-c.q);\ + M_ASN1_next_prev=_tmp; + +# define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ + if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) == \ + (V_ASN1_CONTEXT_SPECIFIC|(tag)))) \ + { \ + unsigned char _tmp = M_ASN1_next; \ + M_ASN1_D2I_get_imp(b,func, type);\ + } + +# define M_ASN1_D2I_get_set(r,func,free_func) \ + M_ASN1_D2I_get_imp_set(r,func,free_func, \ + V_ASN1_SET,V_ASN1_UNIVERSAL); + +# define M_ASN1_D2I_get_set_type(type,r,func,free_func) \ + M_ASN1_D2I_get_imp_set_type(type,r,func,free_func, \ + V_ASN1_SET,V_ASN1_UNIVERSAL); + +# define M_ASN1_D2I_get_set_opt(r,func,free_func) \ + if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \ + V_ASN1_CONSTRUCTED|V_ASN1_SET)))\ + { M_ASN1_D2I_get_set(r,func,free_func); } + +# define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \ + if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \ + V_ASN1_CONSTRUCTED|V_ASN1_SET)))\ + { M_ASN1_D2I_get_set_type(type,r,func,free_func); } + +# define M_ASN1_I2D_len_SET_opt(a,f) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + M_ASN1_I2D_len_SET(a,f); + +# define M_ASN1_I2D_put_SET_opt(a,f) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + M_ASN1_I2D_put_SET(a,f); + +# define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + M_ASN1_I2D_put_SEQUENCE(a,f); + +# define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \ + if ((a != NULL) && (sk_##type##_num(a) != 0)) \ + M_ASN1_I2D_put_SEQUENCE_type(type,a,f); + +# define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \ + if ((c.slen != 0) && \ + (M_ASN1_next == \ + (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\ + { \ + M_ASN1_D2I_get_imp_set(b,func,free_func,\ + tag,V_ASN1_CONTEXT_SPECIFIC); \ + } + +# define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \ + if ((c.slen != 0) && \ + (M_ASN1_next == \ + (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\ + { \ + M_ASN1_D2I_get_imp_set_type(type,b,func,free_func,\ + tag,V_ASN1_CONTEXT_SPECIFIC); \ + } + +# define M_ASN1_D2I_get_seq(r,func,free_func) \ + M_ASN1_D2I_get_imp_set(r,func,free_func,\ + V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL); + +# define M_ASN1_D2I_get_seq_type(type,r,func,free_func) \ + M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\ + V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL) + +# define M_ASN1_D2I_get_seq_opt(r,func,free_func) \ + if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \ + V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\ + { M_ASN1_D2I_get_seq(r,func,free_func); } + +# define M_ASN1_D2I_get_seq_opt_type(type,r,func,free_func) \ + if ((c.slen != 0) && (M_ASN1_next == (V_ASN1_UNIVERSAL| \ + V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\ + { M_ASN1_D2I_get_seq_type(type,r,func,free_func); } + +# define M_ASN1_D2I_get_IMP_set(r,func,free_func,x) \ + M_ASN1_D2I_get_imp_set(r,func,free_func,\ + x,V_ASN1_CONTEXT_SPECIFIC); + +# define M_ASN1_D2I_get_IMP_set_type(type,r,func,free_func,x) \ + M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,\ + x,V_ASN1_CONTEXT_SPECIFIC); + +# define M_ASN1_D2I_get_imp_set(r,func,free_func,a,b) \ + c.q=c.p; \ + if (d2i_ASN1_SET(&(r),&c.p,c.slen,(char *(*)())func,\ + (void (*)())free_func,a,b) == NULL) \ + { c.line=__LINE__; goto err; } \ + c.slen-=(c.p-c.q); + +# define M_ASN1_D2I_get_imp_set_type(type,r,func,free_func,a,b) \ + c.q=c.p; \ + if (d2i_ASN1_SET_OF_##type(&(r),&c.p,c.slen,func,\ + free_func,a,b) == NULL) \ + { c.line=__LINE__; goto err; } \ + c.slen-=(c.p-c.q); + +# define M_ASN1_D2I_get_set_strings(r,func,a,b) \ + c.q=c.p; \ + if (d2i_ASN1_STRING_SET(&(r),&c.p,c.slen,a,b) == NULL) \ + { c.line=__LINE__; goto err; } \ + c.slen-=(c.p-c.q); + +# define M_ASN1_D2I_get_EXP_opt(r,func,tag) \ + if ((c.slen != 0L) && (M_ASN1_next == \ + (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \ + { \ + int Tinf,Ttag,Tclass; \ + long Tlen; \ + \ + c.q=c.p; \ + Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \ + if (Tinf & 0x80) \ + { c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \ + c.line=__LINE__; goto err; } \ + if (Tinf == (V_ASN1_CONSTRUCTED+1)) \ + Tlen = c.slen - (c.p - c.q) - 2; \ + if (func(&(r),&c.p,Tlen) == NULL) \ + { c.line=__LINE__; goto err; } \ + if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \ + Tlen = c.slen - (c.p - c.q); \ + if(!ASN1_const_check_infinite_end(&c.p, Tlen)) \ + { c.error=ERR_R_MISSING_ASN1_EOS; \ + c.line=__LINE__; goto err; } \ + }\ + c.slen-=(c.p-c.q); \ + } + +# define M_ASN1_D2I_get_EXP_set_opt(r,func,free_func,tag,b) \ + if ((c.slen != 0) && (M_ASN1_next == \ + (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \ + { \ + int Tinf,Ttag,Tclass; \ + long Tlen; \ + \ + c.q=c.p; \ + Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \ + if (Tinf & 0x80) \ + { c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \ + c.line=__LINE__; goto err; } \ + if (Tinf == (V_ASN1_CONSTRUCTED+1)) \ + Tlen = c.slen - (c.p - c.q) - 2; \ + if (d2i_ASN1_SET(&(r),&c.p,Tlen,(char *(*)())func, \ + (void (*)())free_func, \ + b,V_ASN1_UNIVERSAL) == NULL) \ + { c.line=__LINE__; goto err; } \ + if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \ + Tlen = c.slen - (c.p - c.q); \ + if(!ASN1_check_infinite_end(&c.p, Tlen)) \ + { c.error=ERR_R_MISSING_ASN1_EOS; \ + c.line=__LINE__; goto err; } \ + }\ + c.slen-=(c.p-c.q); \ + } + +# define M_ASN1_D2I_get_EXP_set_opt_type(type,r,func,free_func,tag,b) \ + if ((c.slen != 0) && (M_ASN1_next == \ + (V_ASN1_CONSTRUCTED|V_ASN1_CONTEXT_SPECIFIC|tag))) \ + { \ + int Tinf,Ttag,Tclass; \ + long Tlen; \ + \ + c.q=c.p; \ + Tinf=ASN1_get_object(&c.p,&Tlen,&Ttag,&Tclass,c.slen); \ + if (Tinf & 0x80) \ + { c.error=ERR_R_BAD_ASN1_OBJECT_HEADER; \ + c.line=__LINE__; goto err; } \ + if (Tinf == (V_ASN1_CONSTRUCTED+1)) \ + Tlen = c.slen - (c.p - c.q) - 2; \ + if (d2i_ASN1_SET_OF_##type(&(r),&c.p,Tlen,func, \ + free_func,b,V_ASN1_UNIVERSAL) == NULL) \ + { c.line=__LINE__; goto err; } \ + if (Tinf == (V_ASN1_CONSTRUCTED+1)) { \ + Tlen = c.slen - (c.p - c.q); \ + if(!ASN1_check_infinite_end(&c.p, Tlen)) \ + { c.error=ERR_R_MISSING_ASN1_EOS; \ + c.line=__LINE__; goto err; } \ + }\ + c.slen-=(c.p-c.q); \ + } + +/* New macros */ +# define M_ASN1_New_Malloc(ret,type) \ + if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \ + { c.line=__LINE__; goto err2; } + +# define M_ASN1_New(arg,func) \ + if (((arg)=func()) == NULL) return(NULL) + +# define M_ASN1_New_Error(a) \ +/*- err: ASN1_MAC_H_err((a),ERR_R_NESTED_ASN1_ERROR,c.line); \ + return(NULL);*/ \ + err2: ASN1_MAC_H_err((a),ERR_R_MALLOC_FAILURE,c.line); \ + return(NULL) + +/* + * BIG UGLY WARNING! This is so damn ugly I wanna puke. Unfortunately, some + * macros that use ASN1_const_CTX still insist on writing in the input + * stream. ARGH! ARGH! ARGH! Let's get rid of this macro package. Please? -- + * Richard Levitte + */ +# define M_ASN1_next (*((unsigned char *)(c.p))) +# define M_ASN1_next_prev (*((unsigned char *)(c.q))) + +/*************************************************/ + +# define M_ASN1_I2D_vars(a) int r=0,ret=0; \ + unsigned char *p; \ + if (a == NULL) return(0) + +/* Length Macros */ +# define M_ASN1_I2D_len(a,f) ret+=f(a,NULL) +# define M_ASN1_I2D_len_IMP_opt(a,f) if (a != NULL) M_ASN1_I2D_len(a,f) + +# define M_ASN1_I2D_len_SET(a,f) \ + ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET); + +# define M_ASN1_I2D_len_SET_type(type,a,f) \ + ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SET, \ + V_ASN1_UNIVERSAL,IS_SET); + +# define M_ASN1_I2D_len_SEQUENCE(a,f) \ + ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL, \ + IS_SEQUENCE); + +# define M_ASN1_I2D_len_SEQUENCE_type(type,a,f) \ + ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,V_ASN1_SEQUENCE, \ + V_ASN1_UNIVERSAL,IS_SEQUENCE) + +# define M_ASN1_I2D_len_SEQUENCE_opt(a,f) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + M_ASN1_I2D_len_SEQUENCE(a,f); + +# define M_ASN1_I2D_len_SEQUENCE_opt_type(type,a,f) \ + if ((a != NULL) && (sk_##type##_num(a) != 0)) \ + M_ASN1_I2D_len_SEQUENCE_type(type,a,f); + +# define M_ASN1_I2D_len_IMP_SET(a,f,x) \ + ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET); + +# define M_ASN1_I2D_len_IMP_SET_type(type,a,f,x) \ + ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \ + V_ASN1_CONTEXT_SPECIFIC,IS_SET); + +# define M_ASN1_I2D_len_IMP_SET_opt(a,f,x) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \ + IS_SET); + +# define M_ASN1_I2D_len_IMP_SET_opt_type(type,a,f,x) \ + if ((a != NULL) && (sk_##type##_num(a) != 0)) \ + ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \ + V_ASN1_CONTEXT_SPECIFIC,IS_SET); + +# define M_ASN1_I2D_len_IMP_SEQUENCE(a,f,x) \ + ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \ + IS_SEQUENCE); + +# define M_ASN1_I2D_len_IMP_SEQUENCE_opt(a,f,x) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC, \ + IS_SEQUENCE); + +# define M_ASN1_I2D_len_IMP_SEQUENCE_opt_type(type,a,f,x) \ + if ((a != NULL) && (sk_##type##_num(a) != 0)) \ + ret+=i2d_ASN1_SET_OF_##type(a,NULL,f,x, \ + V_ASN1_CONTEXT_SPECIFIC, \ + IS_SEQUENCE); + +# define M_ASN1_I2D_len_EXP_opt(a,f,mtag,v) \ + if (a != NULL)\ + { \ + v=f(a,NULL); \ + ret+=ASN1_object_size(1,v,mtag); \ + } + +# define M_ASN1_I2D_len_EXP_SET_opt(a,f,mtag,tag,v) \ + if ((a != NULL) && (sk_num(a) != 0))\ + { \ + v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL,IS_SET); \ + ret+=ASN1_object_size(1,v,mtag); \ + } + +# define M_ASN1_I2D_len_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \ + if ((a != NULL) && (sk_num(a) != 0))\ + { \ + v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL, \ + IS_SEQUENCE); \ + ret+=ASN1_object_size(1,v,mtag); \ + } + +# define M_ASN1_I2D_len_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \ + if ((a != NULL) && (sk_##type##_num(a) != 0))\ + { \ + v=i2d_ASN1_SET_OF_##type(a,NULL,f,tag, \ + V_ASN1_UNIVERSAL, \ + IS_SEQUENCE); \ + ret+=ASN1_object_size(1,v,mtag); \ + } + +/* Put Macros */ +# define M_ASN1_I2D_put(a,f) f(a,&p) + +# define M_ASN1_I2D_put_IMP_opt(a,f,t) \ + if (a != NULL) \ + { \ + unsigned char *q=p; \ + f(a,&p); \ + *q=(V_ASN1_CONTEXT_SPECIFIC|t|(*q&V_ASN1_CONSTRUCTED));\ + } + +# define M_ASN1_I2D_put_SET(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SET,\ + V_ASN1_UNIVERSAL,IS_SET) +# define M_ASN1_I2D_put_SET_type(type,a,f) \ + i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET) +# define M_ASN1_I2D_put_IMP_SET(a,f,x) i2d_ASN1_SET(a,&p,f,x,\ + V_ASN1_CONTEXT_SPECIFIC,IS_SET) +# define M_ASN1_I2D_put_IMP_SET_type(type,a,f,x) \ + i2d_ASN1_SET_OF_##type(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET) +# define M_ASN1_I2D_put_IMP_SEQUENCE(a,f,x) i2d_ASN1_SET(a,&p,f,x,\ + V_ASN1_CONTEXT_SPECIFIC,IS_SEQUENCE) + +# define M_ASN1_I2D_put_SEQUENCE(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SEQUENCE,\ + V_ASN1_UNIVERSAL,IS_SEQUENCE) + +# define M_ASN1_I2D_put_SEQUENCE_type(type,a,f) \ + i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL, \ + IS_SEQUENCE) + +# define M_ASN1_I2D_put_SEQUENCE_opt(a,f) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + M_ASN1_I2D_put_SEQUENCE(a,f); + +# define M_ASN1_I2D_put_IMP_SET_opt(a,f,x) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + { i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \ + IS_SET); } + +# define M_ASN1_I2D_put_IMP_SET_opt_type(type,a,f,x) \ + if ((a != NULL) && (sk_##type##_num(a) != 0)) \ + { i2d_ASN1_SET_OF_##type(a,&p,f,x, \ + V_ASN1_CONTEXT_SPECIFIC, \ + IS_SET); } + +# define M_ASN1_I2D_put_IMP_SEQUENCE_opt(a,f,x) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + { i2d_ASN1_SET(a,&p,f,x,V_ASN1_CONTEXT_SPECIFIC, \ + IS_SEQUENCE); } + +# define M_ASN1_I2D_put_IMP_SEQUENCE_opt_type(type,a,f,x) \ + if ((a != NULL) && (sk_##type##_num(a) != 0)) \ + { i2d_ASN1_SET_OF_##type(a,&p,f,x, \ + V_ASN1_CONTEXT_SPECIFIC, \ + IS_SEQUENCE); } + +# define M_ASN1_I2D_put_EXP_opt(a,f,tag,v) \ + if (a != NULL) \ + { \ + ASN1_put_object(&p,1,v,tag,V_ASN1_CONTEXT_SPECIFIC); \ + f(a,&p); \ + } + +# define M_ASN1_I2D_put_EXP_SET_opt(a,f,mtag,tag,v) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + { \ + ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \ + i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SET); \ + } + +# define M_ASN1_I2D_put_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \ + if ((a != NULL) && (sk_num(a) != 0)) \ + { \ + ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \ + i2d_ASN1_SET(a,&p,f,tag,V_ASN1_UNIVERSAL,IS_SEQUENCE); \ + } + +# define M_ASN1_I2D_put_EXP_SEQUENCE_opt_type(type,a,f,mtag,tag,v) \ + if ((a != NULL) && (sk_##type##_num(a) != 0)) \ + { \ + ASN1_put_object(&p,1,v,mtag,V_ASN1_CONTEXT_SPECIFIC); \ + i2d_ASN1_SET_OF_##type(a,&p,f,tag,V_ASN1_UNIVERSAL, \ + IS_SEQUENCE); \ + } + +# define M_ASN1_I2D_seq_total() \ + r=ASN1_object_size(1,ret,V_ASN1_SEQUENCE); \ + if (pp == NULL) return(r); \ + p= *pp; \ + ASN1_put_object(&p,1,ret,V_ASN1_SEQUENCE,V_ASN1_UNIVERSAL) + +# define M_ASN1_I2D_INF_seq_start(tag,ctx) \ + *(p++)=(V_ASN1_CONSTRUCTED|(tag)|(ctx)); \ + *(p++)=0x80 + +# define M_ASN1_I2D_INF_seq_end() *(p++)=0x00; *(p++)=0x00 + +# define M_ASN1_I2D_finish() *pp=p; \ + return(r); + +int asn1_GetSequence(ASN1_const_CTX *c, long *length); +void asn1_add_error(const unsigned char *address, int offset); +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/asn1t.h b/frappe/.node-gyp/6.7.0/include/node/openssl/asn1t.h new file mode 100644 index 00000000..99bc0eec --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/asn1t.h @@ -0,0 +1,973 @@ +/* asn1t.h */ +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 2000. + */ +/* ==================================================================== + * Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +#ifndef HEADER_ASN1T_H +# define HEADER_ASN1T_H + +# include +# include +# include + +# ifdef OPENSSL_BUILD_SHLIBCRYPTO +# undef OPENSSL_EXTERN +# define OPENSSL_EXTERN OPENSSL_EXPORT +# endif + +/* ASN1 template defines, structures and functions */ + +#ifdef __cplusplus +extern "C" { +#endif + +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION + +/* Macro to obtain ASN1_ADB pointer from a type (only used internally) */ +# define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr)) + +/* Macros for start and end of ASN1_ITEM definition */ + +# define ASN1_ITEM_start(itname) \ + OPENSSL_GLOBAL const ASN1_ITEM itname##_it = { + +# define ASN1_ITEM_end(itname) \ + }; + +# else + +/* Macro to obtain ASN1_ADB pointer from a type (only used internally) */ +# define ASN1_ADB_ptr(iptr) ((const ASN1_ADB *)(iptr())) + +/* Macros for start and end of ASN1_ITEM definition */ + +# define ASN1_ITEM_start(itname) \ + const ASN1_ITEM * itname##_it(void) \ + { \ + static const ASN1_ITEM local_it = { + +# define ASN1_ITEM_end(itname) \ + }; \ + return &local_it; \ + } + +# endif + +/* Macros to aid ASN1 template writing */ + +# define ASN1_ITEM_TEMPLATE(tname) \ + static const ASN1_TEMPLATE tname##_item_tt + +# define ASN1_ITEM_TEMPLATE_END(tname) \ + ;\ + ASN1_ITEM_start(tname) \ + ASN1_ITYPE_PRIMITIVE,\ + -1,\ + &tname##_item_tt,\ + 0,\ + NULL,\ + 0,\ + #tname \ + ASN1_ITEM_end(tname) + +/* This is a ASN1 type which just embeds a template */ + +/*- + * This pair helps declare a SEQUENCE. We can do: + * + * ASN1_SEQUENCE(stname) = { + * ... SEQUENCE components ... + * } ASN1_SEQUENCE_END(stname) + * + * This will produce an ASN1_ITEM called stname_it + * for a structure called stname. + * + * If you want the same structure but a different + * name then use: + * + * ASN1_SEQUENCE(itname) = { + * ... SEQUENCE components ... + * } ASN1_SEQUENCE_END_name(stname, itname) + * + * This will create an item called itname_it using + * a structure called stname. + */ + +# define ASN1_SEQUENCE(tname) \ + static const ASN1_TEMPLATE tname##_seq_tt[] + +# define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname) + +# define ASN1_SEQUENCE_END_name(stname, tname) \ + ;\ + ASN1_ITEM_start(tname) \ + ASN1_ITYPE_SEQUENCE,\ + V_ASN1_SEQUENCE,\ + tname##_seq_tt,\ + sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\ + NULL,\ + sizeof(stname),\ + #stname \ + ASN1_ITEM_end(tname) + +# define ASN1_NDEF_SEQUENCE(tname) \ + ASN1_SEQUENCE(tname) + +# define ASN1_NDEF_SEQUENCE_cb(tname, cb) \ + ASN1_SEQUENCE_cb(tname, cb) + +# define ASN1_SEQUENCE_cb(tname, cb) \ + static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \ + ASN1_SEQUENCE(tname) + +# define ASN1_BROKEN_SEQUENCE(tname) \ + static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \ + ASN1_SEQUENCE(tname) + +# define ASN1_SEQUENCE_ref(tname, cb, lck) \ + static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \ + ASN1_SEQUENCE(tname) + +# define ASN1_SEQUENCE_enc(tname, enc, cb) \ + static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \ + ASN1_SEQUENCE(tname) + +# define ASN1_NDEF_SEQUENCE_END(tname) \ + ;\ + ASN1_ITEM_start(tname) \ + ASN1_ITYPE_NDEF_SEQUENCE,\ + V_ASN1_SEQUENCE,\ + tname##_seq_tt,\ + sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\ + NULL,\ + sizeof(tname),\ + #tname \ + ASN1_ITEM_end(tname) + +# define ASN1_BROKEN_SEQUENCE_END(stname) ASN1_SEQUENCE_END_ref(stname, stname) + +# define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) + +# define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname) + +# define ASN1_SEQUENCE_END_ref(stname, tname) \ + ;\ + ASN1_ITEM_start(tname) \ + ASN1_ITYPE_SEQUENCE,\ + V_ASN1_SEQUENCE,\ + tname##_seq_tt,\ + sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\ + &tname##_aux,\ + sizeof(stname),\ + #stname \ + ASN1_ITEM_end(tname) + +# define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \ + ;\ + ASN1_ITEM_start(tname) \ + ASN1_ITYPE_NDEF_SEQUENCE,\ + V_ASN1_SEQUENCE,\ + tname##_seq_tt,\ + sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\ + &tname##_aux,\ + sizeof(stname),\ + #stname \ + ASN1_ITEM_end(tname) + +/*- + * This pair helps declare a CHOICE type. We can do: + * + * ASN1_CHOICE(chname) = { + * ... CHOICE options ... + * ASN1_CHOICE_END(chname) + * + * This will produce an ASN1_ITEM called chname_it + * for a structure called chname. The structure + * definition must look like this: + * typedef struct { + * int type; + * union { + * ASN1_SOMETHING *opt1; + * ASN1_SOMEOTHER *opt2; + * } value; + * } chname; + * + * the name of the selector must be 'type'. + * to use an alternative selector name use the + * ASN1_CHOICE_END_selector() version. + */ + +# define ASN1_CHOICE(tname) \ + static const ASN1_TEMPLATE tname##_ch_tt[] + +# define ASN1_CHOICE_cb(tname, cb) \ + static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \ + ASN1_CHOICE(tname) + +# define ASN1_CHOICE_END(stname) ASN1_CHOICE_END_name(stname, stname) + +# define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type) + +# define ASN1_CHOICE_END_selector(stname, tname, selname) \ + ;\ + ASN1_ITEM_start(tname) \ + ASN1_ITYPE_CHOICE,\ + offsetof(stname,selname) ,\ + tname##_ch_tt,\ + sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\ + NULL,\ + sizeof(stname),\ + #stname \ + ASN1_ITEM_end(tname) + +# define ASN1_CHOICE_END_cb(stname, tname, selname) \ + ;\ + ASN1_ITEM_start(tname) \ + ASN1_ITYPE_CHOICE,\ + offsetof(stname,selname) ,\ + tname##_ch_tt,\ + sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\ + &tname##_aux,\ + sizeof(stname),\ + #stname \ + ASN1_ITEM_end(tname) + +/* This helps with the template wrapper form of ASN1_ITEM */ + +# define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \ + (flags), (tag), 0,\ + #name, ASN1_ITEM_ref(type) } + +/* These help with SEQUENCE or CHOICE components */ + +/* used to declare other types */ + +# define ASN1_EX_TYPE(flags, tag, stname, field, type) { \ + (flags), (tag), offsetof(stname, field),\ + #field, ASN1_ITEM_ref(type) } + +/* used when the structure is combined with the parent */ + +# define ASN1_EX_COMBINE(flags, tag, type) { \ + (flags)|ASN1_TFLG_COMBINE, (tag), 0, NULL, ASN1_ITEM_ref(type) } + +/* implicit and explicit helper macros */ + +# define ASN1_IMP_EX(stname, field, type, tag, ex) \ + ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | ex, tag, stname, field, type) + +# define ASN1_EXP_EX(stname, field, type, tag, ex) \ + ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | ex, tag, stname, field, type) + +/* Any defined by macros: the field used is in the table itself */ + +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION +# define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) } +# define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname##_adb) } +# else +# define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, tblname##_adb } +# define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, tblname##_adb } +# endif +/* Plain simple type */ +# define ASN1_SIMPLE(stname, field, type) ASN1_EX_TYPE(0,0, stname, field, type) + +/* OPTIONAL simple type */ +# define ASN1_OPT(stname, field, type) ASN1_EX_TYPE(ASN1_TFLG_OPTIONAL, 0, stname, field, type) + +/* IMPLICIT tagged simple type */ +# define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0) + +/* IMPLICIT tagged OPTIONAL simple type */ +# define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL) + +/* Same as above but EXPLICIT */ + +# define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0) +# define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL) + +/* SEQUENCE OF type */ +# define ASN1_SEQUENCE_OF(stname, field, type) \ + ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, stname, field, type) + +/* OPTIONAL SEQUENCE OF */ +# define ASN1_SEQUENCE_OF_OPT(stname, field, type) \ + ASN1_EX_TYPE(ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type) + +/* Same as above but for SET OF */ + +# define ASN1_SET_OF(stname, field, type) \ + ASN1_EX_TYPE(ASN1_TFLG_SET_OF, 0, stname, field, type) + +# define ASN1_SET_OF_OPT(stname, field, type) \ + ASN1_EX_TYPE(ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type) + +/* Finally compound types of SEQUENCE, SET, IMPLICIT, EXPLICIT and OPTIONAL */ + +# define ASN1_IMP_SET_OF(stname, field, type, tag) \ + ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF) + +# define ASN1_EXP_SET_OF(stname, field, type, tag) \ + ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF) + +# define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \ + ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL) + +# define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \ + ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL) + +# define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \ + ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF) + +# define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \ + ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL) + +# define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \ + ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF) + +# define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \ + ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF|ASN1_TFLG_OPTIONAL) + +/* EXPLICIT using indefinite length constructed form */ +# define ASN1_NDEF_EXP(stname, field, type, tag) \ + ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_NDEF) + +/* EXPLICIT OPTIONAL using indefinite length constructed form */ +# define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \ + ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL|ASN1_TFLG_NDEF) + +/* Macros for the ASN1_ADB structure */ + +# define ASN1_ADB(name) \ + static const ASN1_ADB_TABLE name##_adbtbl[] + +# ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION + +# define ASN1_ADB_END(name, flags, field, app_table, def, none) \ + ;\ + static const ASN1_ADB name##_adb = {\ + flags,\ + offsetof(name, field),\ + app_table,\ + name##_adbtbl,\ + sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\ + def,\ + none\ + } + +# else + +# define ASN1_ADB_END(name, flags, field, app_table, def, none) \ + ;\ + static const ASN1_ITEM *name##_adb(void) \ + { \ + static const ASN1_ADB internal_adb = \ + {\ + flags,\ + offsetof(name, field),\ + app_table,\ + name##_adbtbl,\ + sizeof(name##_adbtbl) / sizeof(ASN1_ADB_TABLE),\ + def,\ + none\ + }; \ + return (const ASN1_ITEM *) &internal_adb; \ + } \ + void dummy_function(void) + +# endif + +# define ADB_ENTRY(val, template) {val, template} + +# define ASN1_ADB_TEMPLATE(name) \ + static const ASN1_TEMPLATE name##_tt + +/* + * This is the ASN1 template structure that defines a wrapper round the + * actual type. It determines the actual position of the field in the value + * structure, various flags such as OPTIONAL and the field name. + */ + +struct ASN1_TEMPLATE_st { + unsigned long flags; /* Various flags */ + long tag; /* tag, not used if no tagging */ + unsigned long offset; /* Offset of this field in structure */ +# ifndef NO_ASN1_FIELD_NAMES + const char *field_name; /* Field name */ +# endif + ASN1_ITEM_EXP *item; /* Relevant ASN1_ITEM or ASN1_ADB */ +}; + +/* Macro to extract ASN1_ITEM and ASN1_ADB pointer from ASN1_TEMPLATE */ + +# define ASN1_TEMPLATE_item(t) (t->item_ptr) +# define ASN1_TEMPLATE_adb(t) (t->item_ptr) + +typedef struct ASN1_ADB_TABLE_st ASN1_ADB_TABLE; +typedef struct ASN1_ADB_st ASN1_ADB; + +struct ASN1_ADB_st { + unsigned long flags; /* Various flags */ + unsigned long offset; /* Offset of selector field */ + STACK_OF(ASN1_ADB_TABLE) **app_items; /* Application defined items */ + const ASN1_ADB_TABLE *tbl; /* Table of possible types */ + long tblcount; /* Number of entries in tbl */ + const ASN1_TEMPLATE *default_tt; /* Type to use if no match */ + const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */ +}; + +struct ASN1_ADB_TABLE_st { + long value; /* NID for an object or value for an int */ + const ASN1_TEMPLATE tt; /* item for this value */ +}; + +/* template flags */ + +/* Field is optional */ +# define ASN1_TFLG_OPTIONAL (0x1) + +/* Field is a SET OF */ +# define ASN1_TFLG_SET_OF (0x1 << 1) + +/* Field is a SEQUENCE OF */ +# define ASN1_TFLG_SEQUENCE_OF (0x2 << 1) + +/* + * Special case: this refers to a SET OF that will be sorted into DER order + * when encoded *and* the corresponding STACK will be modified to match the + * new order. + */ +# define ASN1_TFLG_SET_ORDER (0x3 << 1) + +/* Mask for SET OF or SEQUENCE OF */ +# define ASN1_TFLG_SK_MASK (0x3 << 1) + +/* + * These flags mean the tag should be taken from the tag field. If EXPLICIT + * then the underlying type is used for the inner tag. + */ + +/* IMPLICIT tagging */ +# define ASN1_TFLG_IMPTAG (0x1 << 3) + +/* EXPLICIT tagging, inner tag from underlying type */ +# define ASN1_TFLG_EXPTAG (0x2 << 3) + +# define ASN1_TFLG_TAG_MASK (0x3 << 3) + +/* context specific IMPLICIT */ +# define ASN1_TFLG_IMPLICIT ASN1_TFLG_IMPTAG|ASN1_TFLG_CONTEXT + +/* context specific EXPLICIT */ +# define ASN1_TFLG_EXPLICIT ASN1_TFLG_EXPTAG|ASN1_TFLG_CONTEXT + +/* + * If tagging is in force these determine the type of tag to use. Otherwise + * the tag is determined by the underlying type. These values reflect the + * actual octet format. + */ + +/* Universal tag */ +# define ASN1_TFLG_UNIVERSAL (0x0<<6) +/* Application tag */ +# define ASN1_TFLG_APPLICATION (0x1<<6) +/* Context specific tag */ +# define ASN1_TFLG_CONTEXT (0x2<<6) +/* Private tag */ +# define ASN1_TFLG_PRIVATE (0x3<<6) + +# define ASN1_TFLG_TAG_CLASS (0x3<<6) + +/* + * These are for ANY DEFINED BY type. In this case the 'item' field points to + * an ASN1_ADB structure which contains a table of values to decode the + * relevant type + */ + +# define ASN1_TFLG_ADB_MASK (0x3<<8) + +# define ASN1_TFLG_ADB_OID (0x1<<8) + +# define ASN1_TFLG_ADB_INT (0x1<<9) + +/* + * This flag means a parent structure is passed instead of the field: this is + * useful is a SEQUENCE is being combined with a CHOICE for example. Since + * this means the structure and item name will differ we need to use the + * ASN1_CHOICE_END_name() macro for example. + */ + +# define ASN1_TFLG_COMBINE (0x1<<10) + +/* + * This flag when present in a SEQUENCE OF, SET OF or EXPLICIT causes + * indefinite length constructed encoding to be used if required. + */ + +# define ASN1_TFLG_NDEF (0x1<<11) + +/* This is the actual ASN1 item itself */ + +struct ASN1_ITEM_st { + char itype; /* The item type, primitive, SEQUENCE, CHOICE + * or extern */ + long utype; /* underlying type */ + const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains + * the contents */ + long tcount; /* Number of templates if SEQUENCE or CHOICE */ + const void *funcs; /* functions that handle this type */ + long size; /* Structure size (usually) */ +# ifndef NO_ASN1_FIELD_NAMES + const char *sname; /* Structure name */ +# endif +}; + +/*- + * These are values for the itype field and + * determine how the type is interpreted. + * + * For PRIMITIVE types the underlying type + * determines the behaviour if items is NULL. + * + * Otherwise templates must contain a single + * template and the type is treated in the + * same way as the type specified in the template. + * + * For SEQUENCE types the templates field points + * to the members, the size field is the + * structure size. + * + * For CHOICE types the templates field points + * to each possible member (typically a union) + * and the 'size' field is the offset of the + * selector. + * + * The 'funcs' field is used for application + * specific functions. + * + * For COMPAT types the funcs field gives a + * set of functions that handle this type, this + * supports the old d2i, i2d convention. + * + * The EXTERN type uses a new style d2i/i2d. + * The new style should be used where possible + * because it avoids things like the d2i IMPLICIT + * hack. + * + * MSTRING is a multiple string type, it is used + * for a CHOICE of character strings where the + * actual strings all occupy an ASN1_STRING + * structure. In this case the 'utype' field + * has a special meaning, it is used as a mask + * of acceptable types using the B_ASN1 constants. + * + * NDEF_SEQUENCE is the same as SEQUENCE except + * that it will use indefinite length constructed + * encoding if requested. + * + */ + +# define ASN1_ITYPE_PRIMITIVE 0x0 + +# define ASN1_ITYPE_SEQUENCE 0x1 + +# define ASN1_ITYPE_CHOICE 0x2 + +# define ASN1_ITYPE_COMPAT 0x3 + +# define ASN1_ITYPE_EXTERN 0x4 + +# define ASN1_ITYPE_MSTRING 0x5 + +# define ASN1_ITYPE_NDEF_SEQUENCE 0x6 + +/* + * Cache for ASN1 tag and length, so we don't keep re-reading it for things + * like CHOICE + */ + +struct ASN1_TLC_st { + char valid; /* Values below are valid */ + int ret; /* return value */ + long plen; /* length */ + int ptag; /* class value */ + int pclass; /* class value */ + int hdrlen; /* header length */ +}; + +/* Typedefs for ASN1 function pointers */ + +typedef ASN1_VALUE *ASN1_new_func(void); +typedef void ASN1_free_func(ASN1_VALUE *a); +typedef ASN1_VALUE *ASN1_d2i_func(ASN1_VALUE **a, const unsigned char **in, + long length); +typedef int ASN1_i2d_func(ASN1_VALUE *a, unsigned char **in); + +typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, + const ASN1_ITEM *it, int tag, int aclass, char opt, + ASN1_TLC *ctx); + +typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, + const ASN1_ITEM *it, int tag, int aclass); +typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); +typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); + +typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval, + int indent, const char *fname, + const ASN1_PCTX *pctx); + +typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, + int *putype, const ASN1_ITEM *it); +typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, + int len, int utype, char *free_cont, + const ASN1_ITEM *it); +typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, + const ASN1_ITEM *it, int indent, + const ASN1_PCTX *pctx); + +typedef struct ASN1_COMPAT_FUNCS_st { + ASN1_new_func *asn1_new; + ASN1_free_func *asn1_free; + ASN1_d2i_func *asn1_d2i; + ASN1_i2d_func *asn1_i2d; +} ASN1_COMPAT_FUNCS; + +typedef struct ASN1_EXTERN_FUNCS_st { + void *app_data; + ASN1_ex_new_func *asn1_ex_new; + ASN1_ex_free_func *asn1_ex_free; + ASN1_ex_free_func *asn1_ex_clear; + ASN1_ex_d2i *asn1_ex_d2i; + ASN1_ex_i2d *asn1_ex_i2d; + ASN1_ex_print_func *asn1_ex_print; +} ASN1_EXTERN_FUNCS; + +typedef struct ASN1_PRIMITIVE_FUNCS_st { + void *app_data; + unsigned long flags; + ASN1_ex_new_func *prim_new; + ASN1_ex_free_func *prim_free; + ASN1_ex_free_func *prim_clear; + ASN1_primitive_c2i *prim_c2i; + ASN1_primitive_i2c *prim_i2c; + ASN1_primitive_print *prim_print; +} ASN1_PRIMITIVE_FUNCS; + +/* + * This is the ASN1_AUX structure: it handles various miscellaneous + * requirements. For example the use of reference counts and an informational + * callback. The "informational callback" is called at various points during + * the ASN1 encoding and decoding. It can be used to provide minor + * customisation of the structures used. This is most useful where the + * supplied routines *almost* do the right thing but need some extra help at + * a few points. If the callback returns zero then it is assumed a fatal + * error has occurred and the main operation should be abandoned. If major + * changes in the default behaviour are required then an external type is + * more appropriate. + */ + +typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it, + void *exarg); + +typedef struct ASN1_AUX_st { + void *app_data; + int flags; + int ref_offset; /* Offset of reference value */ + int ref_lock; /* Lock type to use */ + ASN1_aux_cb *asn1_cb; + int enc_offset; /* Offset of ASN1_ENCODING structure */ +} ASN1_AUX; + +/* For print related callbacks exarg points to this structure */ +typedef struct ASN1_PRINT_ARG_st { + BIO *out; + int indent; + const ASN1_PCTX *pctx; +} ASN1_PRINT_ARG; + +/* For streaming related callbacks exarg points to this structure */ +typedef struct ASN1_STREAM_ARG_st { + /* BIO to stream through */ + BIO *out; + /* BIO with filters appended */ + BIO *ndef_bio; + /* Streaming I/O boundary */ + unsigned char **boundary; +} ASN1_STREAM_ARG; + +/* Flags in ASN1_AUX */ + +/* Use a reference count */ +# define ASN1_AFLG_REFCOUNT 1 +/* Save the encoding of structure (useful for signatures) */ +# define ASN1_AFLG_ENCODING 2 +/* The Sequence length is invalid */ +# define ASN1_AFLG_BROKEN 4 + +/* operation values for asn1_cb */ + +# define ASN1_OP_NEW_PRE 0 +# define ASN1_OP_NEW_POST 1 +# define ASN1_OP_FREE_PRE 2 +# define ASN1_OP_FREE_POST 3 +# define ASN1_OP_D2I_PRE 4 +# define ASN1_OP_D2I_POST 5 +# define ASN1_OP_I2D_PRE 6 +# define ASN1_OP_I2D_POST 7 +# define ASN1_OP_PRINT_PRE 8 +# define ASN1_OP_PRINT_POST 9 +# define ASN1_OP_STREAM_PRE 10 +# define ASN1_OP_STREAM_POST 11 +# define ASN1_OP_DETACHED_PRE 12 +# define ASN1_OP_DETACHED_POST 13 + +/* Macro to implement a primitive type */ +# define IMPLEMENT_ASN1_TYPE(stname) IMPLEMENT_ASN1_TYPE_ex(stname, stname, 0) +# define IMPLEMENT_ASN1_TYPE_ex(itname, vname, ex) \ + ASN1_ITEM_start(itname) \ + ASN1_ITYPE_PRIMITIVE, V_##vname, NULL, 0, NULL, ex, #itname \ + ASN1_ITEM_end(itname) + +/* Macro to implement a multi string type */ +# define IMPLEMENT_ASN1_MSTRING(itname, mask) \ + ASN1_ITEM_start(itname) \ + ASN1_ITYPE_MSTRING, mask, NULL, 0, NULL, sizeof(ASN1_STRING), #itname \ + ASN1_ITEM_end(itname) + +/* Macro to implement an ASN1_ITEM in terms of old style funcs */ + +# define IMPLEMENT_COMPAT_ASN1(sname) IMPLEMENT_COMPAT_ASN1_type(sname, V_ASN1_SEQUENCE) + +# define IMPLEMENT_COMPAT_ASN1_type(sname, tag) \ + static const ASN1_COMPAT_FUNCS sname##_ff = { \ + (ASN1_new_func *)sname##_new, \ + (ASN1_free_func *)sname##_free, \ + (ASN1_d2i_func *)d2i_##sname, \ + (ASN1_i2d_func *)i2d_##sname, \ + }; \ + ASN1_ITEM_start(sname) \ + ASN1_ITYPE_COMPAT, \ + tag, \ + NULL, \ + 0, \ + &sname##_ff, \ + 0, \ + #sname \ + ASN1_ITEM_end(sname) + +# define IMPLEMENT_EXTERN_ASN1(sname, tag, fptrs) \ + ASN1_ITEM_start(sname) \ + ASN1_ITYPE_EXTERN, \ + tag, \ + NULL, \ + 0, \ + &fptrs, \ + 0, \ + #sname \ + ASN1_ITEM_end(sname) + +/* Macro to implement standard functions in terms of ASN1_ITEM structures */ + +# define IMPLEMENT_ASN1_FUNCTIONS(stname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, stname, stname) + +# define IMPLEMENT_ASN1_FUNCTIONS_name(stname, itname) IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, itname) + +# define IMPLEMENT_ASN1_FUNCTIONS_ENCODE_name(stname, itname) \ + IMPLEMENT_ASN1_FUNCTIONS_ENCODE_fname(stname, itname, itname) + +# define IMPLEMENT_STATIC_ASN1_ALLOC_FUNCTIONS(stname) \ + IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(static, stname, stname, stname) + +# define IMPLEMENT_ASN1_ALLOC_FUNCTIONS(stname) \ + IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, stname, stname) + +# define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ + pre stname *fname##_new(void) \ + { \ + return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \ + } \ + pre void fname##_free(stname *a) \ + { \ + ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \ + } + +# define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \ + stname *fname##_new(void) \ + { \ + return (stname *)ASN1_item_new(ASN1_ITEM_rptr(itname)); \ + } \ + void fname##_free(stname *a) \ + { \ + ASN1_item_free((ASN1_VALUE *)a, ASN1_ITEM_rptr(itname)); \ + } + +# define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ + IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ + IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) + +# define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \ + stname *d2i_##fname(stname **a, const unsigned char **in, long len) \ + { \ + return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\ + } \ + int i2d_##fname(stname *a, unsigned char **out) \ + { \ + return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\ + } + +# define IMPLEMENT_ASN1_NDEF_FUNCTION(stname) \ + int i2d_##stname##_NDEF(stname *a, unsigned char **out) \ + { \ + return ASN1_item_ndef_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(stname));\ + } + +/* + * This includes evil casts to remove const: they will go away when full ASN1 + * constification is done. + */ +# define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \ + stname *d2i_##fname(stname **a, const unsigned char **in, long len) \ + { \ + return (stname *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, ASN1_ITEM_rptr(itname));\ + } \ + int i2d_##fname(const stname *a, unsigned char **out) \ + { \ + return ASN1_item_i2d((ASN1_VALUE *)a, out, ASN1_ITEM_rptr(itname));\ + } + +# define IMPLEMENT_ASN1_DUP_FUNCTION(stname) \ + stname * stname##_dup(stname *x) \ + { \ + return ASN1_item_dup(ASN1_ITEM_rptr(stname), x); \ + } + +# define IMPLEMENT_ASN1_PRINT_FUNCTION(stname) \ + IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, stname, stname) + +# define IMPLEMENT_ASN1_PRINT_FUNCTION_fname(stname, itname, fname) \ + int fname##_print_ctx(BIO *out, stname *x, int indent, \ + const ASN1_PCTX *pctx) \ + { \ + return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \ + ASN1_ITEM_rptr(itname), pctx); \ + } + +# define IMPLEMENT_ASN1_FUNCTIONS_const(name) \ + IMPLEMENT_ASN1_FUNCTIONS_const_fname(name, name, name) + +# define IMPLEMENT_ASN1_FUNCTIONS_const_fname(stname, itname, fname) \ + IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \ + IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) + +/* external definitions for primitive types */ + +DECLARE_ASN1_ITEM(ASN1_BOOLEAN) +DECLARE_ASN1_ITEM(ASN1_TBOOLEAN) +DECLARE_ASN1_ITEM(ASN1_FBOOLEAN) +DECLARE_ASN1_ITEM(ASN1_SEQUENCE) +DECLARE_ASN1_ITEM(CBIGNUM) +DECLARE_ASN1_ITEM(BIGNUM) +DECLARE_ASN1_ITEM(LONG) +DECLARE_ASN1_ITEM(ZLONG) + +DECLARE_STACK_OF(ASN1_VALUE) + +/* Functions used internally by the ASN1 code */ + +int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it); +void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it); +int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); +int ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it); + +void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); +int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, + const ASN1_TEMPLATE *tt); +int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, + const ASN1_ITEM *it, int tag, int aclass, char opt, + ASN1_TLC *ctx); + +int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, + const ASN1_ITEM *it, int tag, int aclass); +int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, + const ASN1_TEMPLATE *tt); +void ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it); + +int asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, + const ASN1_ITEM *it); +int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, + int utype, char *free_cont, const ASN1_ITEM *it); + +int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it); +int asn1_set_choice_selector(ASN1_VALUE **pval, int value, + const ASN1_ITEM *it); + +ASN1_VALUE **asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt); + +const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, + int nullerr); + +int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it); + +void asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it); +void asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it); +int asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, + const ASN1_ITEM *it); +int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, + const ASN1_ITEM *it); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/bio.h b/frappe/.node-gyp/6.7.0/include/node/openssl/bio.h new file mode 100644 index 00000000..8f2438cd --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/bio.h @@ -0,0 +1,883 @@ +/* crypto/bio/bio.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_BIO_H +# define HEADER_BIO_H + +# include + +# ifndef OPENSSL_NO_FP_API +# include +# endif +# include + +# include + +# ifndef OPENSSL_NO_SCTP +# ifndef OPENSSL_SYS_VMS +# include +# else +# include +# endif +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +/* These are the 'types' of BIOs */ +# define BIO_TYPE_NONE 0 +# define BIO_TYPE_MEM (1|0x0400) +# define BIO_TYPE_FILE (2|0x0400) + +# define BIO_TYPE_FD (4|0x0400|0x0100) +# define BIO_TYPE_SOCKET (5|0x0400|0x0100) +# define BIO_TYPE_NULL (6|0x0400) +# define BIO_TYPE_SSL (7|0x0200) +# define BIO_TYPE_MD (8|0x0200)/* passive filter */ +# define BIO_TYPE_BUFFER (9|0x0200)/* filter */ +# define BIO_TYPE_CIPHER (10|0x0200)/* filter */ +# define BIO_TYPE_BASE64 (11|0x0200)/* filter */ +# define BIO_TYPE_CONNECT (12|0x0400|0x0100)/* socket - connect */ +# define BIO_TYPE_ACCEPT (13|0x0400|0x0100)/* socket for accept */ +# define BIO_TYPE_PROXY_CLIENT (14|0x0200)/* client proxy BIO */ +# define BIO_TYPE_PROXY_SERVER (15|0x0200)/* server proxy BIO */ +# define BIO_TYPE_NBIO_TEST (16|0x0200)/* server proxy BIO */ +# define BIO_TYPE_NULL_FILTER (17|0x0200) +# define BIO_TYPE_BER (18|0x0200)/* BER -> bin filter */ +# define BIO_TYPE_BIO (19|0x0400)/* (half a) BIO pair */ +# define BIO_TYPE_LINEBUFFER (20|0x0200)/* filter */ +# define BIO_TYPE_DGRAM (21|0x0400|0x0100) +# ifndef OPENSSL_NO_SCTP +# define BIO_TYPE_DGRAM_SCTP (24|0x0400|0x0100) +# endif +# define BIO_TYPE_ASN1 (22|0x0200)/* filter */ +# define BIO_TYPE_COMP (23|0x0200)/* filter */ + +# define BIO_TYPE_DESCRIPTOR 0x0100/* socket, fd, connect or accept */ +# define BIO_TYPE_FILTER 0x0200 +# define BIO_TYPE_SOURCE_SINK 0x0400 + +/* + * BIO_FILENAME_READ|BIO_CLOSE to open or close on free. + * BIO_set_fp(in,stdin,BIO_NOCLOSE); + */ +# define BIO_NOCLOSE 0x00 +# define BIO_CLOSE 0x01 + +/* + * These are used in the following macros and are passed to BIO_ctrl() + */ +# define BIO_CTRL_RESET 1/* opt - rewind/zero etc */ +# define BIO_CTRL_EOF 2/* opt - are we at the eof */ +# define BIO_CTRL_INFO 3/* opt - extra tit-bits */ +# define BIO_CTRL_SET 4/* man - set the 'IO' type */ +# define BIO_CTRL_GET 5/* man - get the 'IO' type */ +# define BIO_CTRL_PUSH 6/* opt - internal, used to signify change */ +# define BIO_CTRL_POP 7/* opt - internal, used to signify change */ +# define BIO_CTRL_GET_CLOSE 8/* man - set the 'close' on free */ +# define BIO_CTRL_SET_CLOSE 9/* man - set the 'close' on free */ +# define BIO_CTRL_PENDING 10/* opt - is their more data buffered */ +# define BIO_CTRL_FLUSH 11/* opt - 'flush' buffered output */ +# define BIO_CTRL_DUP 12/* man - extra stuff for 'duped' BIO */ +# define BIO_CTRL_WPENDING 13/* opt - number of bytes still to write */ +/* callback is int cb(BIO *bio,state,ret); */ +# define BIO_CTRL_SET_CALLBACK 14/* opt - set callback function */ +# define BIO_CTRL_GET_CALLBACK 15/* opt - set callback function */ + +# define BIO_CTRL_SET_FILENAME 30/* BIO_s_file special */ + +/* dgram BIO stuff */ +# define BIO_CTRL_DGRAM_CONNECT 31/* BIO dgram special */ +# define BIO_CTRL_DGRAM_SET_CONNECTED 32/* allow for an externally connected + * socket to be passed in */ +# define BIO_CTRL_DGRAM_SET_RECV_TIMEOUT 33/* setsockopt, essentially */ +# define BIO_CTRL_DGRAM_GET_RECV_TIMEOUT 34/* getsockopt, essentially */ +# define BIO_CTRL_DGRAM_SET_SEND_TIMEOUT 35/* setsockopt, essentially */ +# define BIO_CTRL_DGRAM_GET_SEND_TIMEOUT 36/* getsockopt, essentially */ + +# define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37/* flag whether the last */ +# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation tiemd out */ + +/* #ifdef IP_MTU_DISCOVER */ +# define BIO_CTRL_DGRAM_MTU_DISCOVER 39/* set DF bit on egress packets */ +/* #endif */ + +# define BIO_CTRL_DGRAM_QUERY_MTU 40/* as kernel for current MTU */ +# define BIO_CTRL_DGRAM_GET_FALLBACK_MTU 47 +# define BIO_CTRL_DGRAM_GET_MTU 41/* get cached value for MTU */ +# define BIO_CTRL_DGRAM_SET_MTU 42/* set cached value for MTU. + * want to use this if asking + * the kernel fails */ + +# define BIO_CTRL_DGRAM_MTU_EXCEEDED 43/* check whether the MTU was + * exceed in the previous write + * operation */ + +# define BIO_CTRL_DGRAM_GET_PEER 46 +# define BIO_CTRL_DGRAM_SET_PEER 44/* Destination for the data */ + +# define BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT 45/* Next DTLS handshake timeout + * to adjust socket timeouts */ +# define BIO_CTRL_DGRAM_SET_DONT_FRAG 48 + +# define BIO_CTRL_DGRAM_GET_MTU_OVERHEAD 49 + +# ifndef OPENSSL_NO_SCTP +/* SCTP stuff */ +# define BIO_CTRL_DGRAM_SCTP_SET_IN_HANDSHAKE 50 +# define BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY 51 +# define BIO_CTRL_DGRAM_SCTP_NEXT_AUTH_KEY 52 +# define BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD 53 +# define BIO_CTRL_DGRAM_SCTP_GET_SNDINFO 60 +# define BIO_CTRL_DGRAM_SCTP_SET_SNDINFO 61 +# define BIO_CTRL_DGRAM_SCTP_GET_RCVINFO 62 +# define BIO_CTRL_DGRAM_SCTP_SET_RCVINFO 63 +# define BIO_CTRL_DGRAM_SCTP_GET_PRINFO 64 +# define BIO_CTRL_DGRAM_SCTP_SET_PRINFO 65 +# define BIO_CTRL_DGRAM_SCTP_SAVE_SHUTDOWN 70 +# endif + +/* modifiers */ +# define BIO_FP_READ 0x02 +# define BIO_FP_WRITE 0x04 +# define BIO_FP_APPEND 0x08 +# define BIO_FP_TEXT 0x10 + +# define BIO_FLAGS_READ 0x01 +# define BIO_FLAGS_WRITE 0x02 +# define BIO_FLAGS_IO_SPECIAL 0x04 +# define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL) +# define BIO_FLAGS_SHOULD_RETRY 0x08 +# ifndef BIO_FLAGS_UPLINK +/* + * "UPLINK" flag denotes file descriptors provided by application. It + * defaults to 0, as most platforms don't require UPLINK interface. + */ +# define BIO_FLAGS_UPLINK 0 +# endif + +/* Used in BIO_gethostbyname() */ +# define BIO_GHBN_CTRL_HITS 1 +# define BIO_GHBN_CTRL_MISSES 2 +# define BIO_GHBN_CTRL_CACHE_SIZE 3 +# define BIO_GHBN_CTRL_GET_ENTRY 4 +# define BIO_GHBN_CTRL_FLUSH 5 + +/* Mostly used in the SSL BIO */ +/*- + * Not used anymore + * #define BIO_FLAGS_PROTOCOL_DELAYED_READ 0x10 + * #define BIO_FLAGS_PROTOCOL_DELAYED_WRITE 0x20 + * #define BIO_FLAGS_PROTOCOL_STARTUP 0x40 + */ + +# define BIO_FLAGS_BASE64_NO_NL 0x100 + +/* + * This is used with memory BIOs: it means we shouldn't free up or change the + * data in any way. + */ +# define BIO_FLAGS_MEM_RDONLY 0x200 + +typedef struct bio_st BIO; + +void BIO_set_flags(BIO *b, int flags); +int BIO_test_flags(const BIO *b, int flags); +void BIO_clear_flags(BIO *b, int flags); + +# define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) +# define BIO_set_retry_special(b) \ + BIO_set_flags(b, (BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY)) +# define BIO_set_retry_read(b) \ + BIO_set_flags(b, (BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY)) +# define BIO_set_retry_write(b) \ + BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY)) + +/* These are normally used internally in BIOs */ +# define BIO_clear_retry_flags(b) \ + BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY)) +# define BIO_get_retry_flags(b) \ + BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY)) + +/* These should be used by the application to tell why we should retry */ +# define BIO_should_read(a) BIO_test_flags(a, BIO_FLAGS_READ) +# define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) +# define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL) +# define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS) +# define BIO_should_retry(a) BIO_test_flags(a, BIO_FLAGS_SHOULD_RETRY) + +/* + * The next three are used in conjunction with the BIO_should_io_special() + * condition. After this returns true, BIO *BIO_get_retry_BIO(BIO *bio, int + * *reason); will walk the BIO stack and return the 'reason' for the special + * and the offending BIO. Given a BIO, BIO_get_retry_reason(bio) will return + * the code. + */ +/* + * Returned from the SSL bio when the certificate retrieval code had an error + */ +# define BIO_RR_SSL_X509_LOOKUP 0x01 +/* Returned from the connect BIO when a connect would have blocked */ +# define BIO_RR_CONNECT 0x02 +/* Returned from the accept BIO when an accept would have blocked */ +# define BIO_RR_ACCEPT 0x03 + +/* These are passed by the BIO callback */ +# define BIO_CB_FREE 0x01 +# define BIO_CB_READ 0x02 +# define BIO_CB_WRITE 0x03 +# define BIO_CB_PUTS 0x04 +# define BIO_CB_GETS 0x05 +# define BIO_CB_CTRL 0x06 + +/* + * The callback is called before and after the underling operation, The + * BIO_CB_RETURN flag indicates if it is after the call + */ +# define BIO_CB_RETURN 0x80 +# define BIO_CB_return(a) ((a)|BIO_CB_RETURN) +# define BIO_cb_pre(a) (!((a)&BIO_CB_RETURN)) +# define BIO_cb_post(a) ((a)&BIO_CB_RETURN) + +long (*BIO_get_callback(const BIO *b)) (struct bio_st *, int, const char *, + int, long, long); +void BIO_set_callback(BIO *b, + long (*callback) (struct bio_st *, int, const char *, + int, long, long)); +char *BIO_get_callback_arg(const BIO *b); +void BIO_set_callback_arg(BIO *b, char *arg); + +const char *BIO_method_name(const BIO *b); +int BIO_method_type(const BIO *b); + +typedef void bio_info_cb (struct bio_st *, int, const char *, int, long, + long); + +typedef struct bio_method_st { + int type; + const char *name; + int (*bwrite) (BIO *, const char *, int); + int (*bread) (BIO *, char *, int); + int (*bputs) (BIO *, const char *); + int (*bgets) (BIO *, char *, int); + long (*ctrl) (BIO *, int, long, void *); + int (*create) (BIO *); + int (*destroy) (BIO *); + long (*callback_ctrl) (BIO *, int, bio_info_cb *); +} BIO_METHOD; + +struct bio_st { + BIO_METHOD *method; + /* bio, mode, argp, argi, argl, ret */ + long (*callback) (struct bio_st *, int, const char *, int, long, long); + char *cb_arg; /* first argument for the callback */ + int init; + int shutdown; + int flags; /* extra storage */ + int retry_reason; + int num; + void *ptr; + struct bio_st *next_bio; /* used by filter BIOs */ + struct bio_st *prev_bio; /* used by filter BIOs */ + int references; + unsigned long num_read; + unsigned long num_write; + CRYPTO_EX_DATA ex_data; +}; + +DECLARE_STACK_OF(BIO) + +typedef struct bio_f_buffer_ctx_struct { + /*- + * Buffers are setup like this: + * + * <---------------------- size -----------------------> + * +---------------------------------------------------+ + * | consumed | remaining | free space | + * +---------------------------------------------------+ + * <-- off --><------- len -------> + */ + /*- BIO *bio; *//* + * this is now in the BIO struct + */ + int ibuf_size; /* how big is the input buffer */ + int obuf_size; /* how big is the output buffer */ + char *ibuf; /* the char array */ + int ibuf_len; /* how many bytes are in it */ + int ibuf_off; /* write/read offset */ + char *obuf; /* the char array */ + int obuf_len; /* how many bytes are in it */ + int obuf_off; /* write/read offset */ +} BIO_F_BUFFER_CTX; + +/* Prefix and suffix callback in ASN1 BIO */ +typedef int asn1_ps_func (BIO *b, unsigned char **pbuf, int *plen, + void *parg); + +# ifndef OPENSSL_NO_SCTP +/* SCTP parameter structs */ +struct bio_dgram_sctp_sndinfo { + uint16_t snd_sid; + uint16_t snd_flags; + uint32_t snd_ppid; + uint32_t snd_context; +}; + +struct bio_dgram_sctp_rcvinfo { + uint16_t rcv_sid; + uint16_t rcv_ssn; + uint16_t rcv_flags; + uint32_t rcv_ppid; + uint32_t rcv_tsn; + uint32_t rcv_cumtsn; + uint32_t rcv_context; +}; + +struct bio_dgram_sctp_prinfo { + uint16_t pr_policy; + uint32_t pr_value; +}; +# endif + +/* connect BIO stuff */ +# define BIO_CONN_S_BEFORE 1 +# define BIO_CONN_S_GET_IP 2 +# define BIO_CONN_S_GET_PORT 3 +# define BIO_CONN_S_CREATE_SOCKET 4 +# define BIO_CONN_S_CONNECT 5 +# define BIO_CONN_S_OK 6 +# define BIO_CONN_S_BLOCKED_CONNECT 7 +# define BIO_CONN_S_NBIO 8 +/* + * #define BIO_CONN_get_param_hostname BIO_ctrl + */ + +# define BIO_C_SET_CONNECT 100 +# define BIO_C_DO_STATE_MACHINE 101 +# define BIO_C_SET_NBIO 102 +# define BIO_C_SET_PROXY_PARAM 103 +# define BIO_C_SET_FD 104 +# define BIO_C_GET_FD 105 +# define BIO_C_SET_FILE_PTR 106 +# define BIO_C_GET_FILE_PTR 107 +# define BIO_C_SET_FILENAME 108 +# define BIO_C_SET_SSL 109 +# define BIO_C_GET_SSL 110 +# define BIO_C_SET_MD 111 +# define BIO_C_GET_MD 112 +# define BIO_C_GET_CIPHER_STATUS 113 +# define BIO_C_SET_BUF_MEM 114 +# define BIO_C_GET_BUF_MEM_PTR 115 +# define BIO_C_GET_BUFF_NUM_LINES 116 +# define BIO_C_SET_BUFF_SIZE 117 +# define BIO_C_SET_ACCEPT 118 +# define BIO_C_SSL_MODE 119 +# define BIO_C_GET_MD_CTX 120 +# define BIO_C_GET_PROXY_PARAM 121 +# define BIO_C_SET_BUFF_READ_DATA 122/* data to read first */ +# define BIO_C_GET_CONNECT 123 +# define BIO_C_GET_ACCEPT 124 +# define BIO_C_SET_SSL_RENEGOTIATE_BYTES 125 +# define BIO_C_GET_SSL_NUM_RENEGOTIATES 126 +# define BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT 127 +# define BIO_C_FILE_SEEK 128 +# define BIO_C_GET_CIPHER_CTX 129 +# define BIO_C_SET_BUF_MEM_EOF_RETURN 130/* return end of input + * value */ +# define BIO_C_SET_BIND_MODE 131 +# define BIO_C_GET_BIND_MODE 132 +# define BIO_C_FILE_TELL 133 +# define BIO_C_GET_SOCKS 134 +# define BIO_C_SET_SOCKS 135 + +# define BIO_C_SET_WRITE_BUF_SIZE 136/* for BIO_s_bio */ +# define BIO_C_GET_WRITE_BUF_SIZE 137 +# define BIO_C_MAKE_BIO_PAIR 138 +# define BIO_C_DESTROY_BIO_PAIR 139 +# define BIO_C_GET_WRITE_GUARANTEE 140 +# define BIO_C_GET_READ_REQUEST 141 +# define BIO_C_SHUTDOWN_WR 142 +# define BIO_C_NREAD0 143 +# define BIO_C_NREAD 144 +# define BIO_C_NWRITE0 145 +# define BIO_C_NWRITE 146 +# define BIO_C_RESET_READ_REQUEST 147 +# define BIO_C_SET_MD_CTX 148 + +# define BIO_C_SET_PREFIX 149 +# define BIO_C_GET_PREFIX 150 +# define BIO_C_SET_SUFFIX 151 +# define BIO_C_GET_SUFFIX 152 + +# define BIO_C_SET_EX_ARG 153 +# define BIO_C_GET_EX_ARG 154 + +# define BIO_set_app_data(s,arg) BIO_set_ex_data(s,0,arg) +# define BIO_get_app_data(s) BIO_get_ex_data(s,0) + +/* BIO_s_connect() and BIO_s_socks4a_connect() */ +# define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name) +# define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port) +# define BIO_set_conn_ip(b,ip) BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip) +# define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port) +# define BIO_get_conn_hostname(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,0) +# define BIO_get_conn_port(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,1) +# define BIO_get_conn_ip(b) BIO_ptr_ctrl(b,BIO_C_GET_CONNECT,2) +# define BIO_get_conn_int_port(b) BIO_ctrl(b,BIO_C_GET_CONNECT,3,NULL) + +# define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) + +/* BIO_s_accept() */ +# define BIO_set_accept_port(b,name) BIO_ctrl(b,BIO_C_SET_ACCEPT,0,(char *)name) +# define BIO_get_accept_port(b) BIO_ptr_ctrl(b,BIO_C_GET_ACCEPT,0) +/* #define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) */ +# define BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCEPT,1,(n)?(void *)"a":NULL) +# define BIO_set_accept_bios(b,bio) BIO_ctrl(b,BIO_C_SET_ACCEPT,2,(char *)bio) + +# define BIO_BIND_NORMAL 0 +# define BIO_BIND_REUSEADDR_IF_UNUSED 1 +# define BIO_BIND_REUSEADDR 2 +# define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL) +# define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL) + +/* BIO_s_accept() and BIO_s_connect() */ +# define BIO_do_connect(b) BIO_do_handshake(b) +# define BIO_do_accept(b) BIO_do_handshake(b) +# define BIO_do_handshake(b) BIO_ctrl(b,BIO_C_DO_STATE_MACHINE,0,NULL) + +/* BIO_s_proxy_client() */ +# define BIO_set_url(b,url) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,0,(char *)(url)) +# define BIO_set_proxies(b,p) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,1,(char *)(p)) +/* BIO_set_nbio(b,n) */ +# define BIO_set_filter_bio(b,s) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,2,(char *)(s)) +/* BIO *BIO_get_filter_bio(BIO *bio); */ +# define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)())) +# define BIO_set_proxy_header(b,sk) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,4,(char *)sk) +# define BIO_set_no_connect_return(b,bool) BIO_int_ctrl(b,BIO_C_SET_PROXY_PARAM,5,bool) + +# define BIO_get_proxy_header(b,skp) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,0,(char *)skp) +# define BIO_get_proxies(b,pxy_p) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,1,(char *)(pxy_p)) +# define BIO_get_url(b,url) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,2,(char *)(url)) +# define BIO_get_no_connect_return(b) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,5,NULL) + +/* BIO_s_datagram(), BIO_s_fd(), BIO_s_socket(), BIO_s_accept() and BIO_s_connect() */ +# define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) +# define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c) + +/* BIO_s_file() */ +# define BIO_set_fp(b,fp,c) BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp) +# define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)fpp) + +/* BIO_s_fd() and BIO_s_file() */ +# define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL) +# define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) + +/* + * name is cast to lose const, but might be better to route through a + * function so we can do it safely + */ +# ifdef CONST_STRICT +/* + * If you are wondering why this isn't defined, its because CONST_STRICT is + * purely a compile-time kludge to allow const to be checked. + */ +int BIO_read_filename(BIO *b, const char *name); +# else +# define BIO_read_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ + BIO_CLOSE|BIO_FP_READ,(char *)name) +# endif +# define BIO_write_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ + BIO_CLOSE|BIO_FP_WRITE,name) +# define BIO_append_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ + BIO_CLOSE|BIO_FP_APPEND,name) +# define BIO_rw_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ + BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name) + +/* + * WARNING WARNING, this ups the reference count on the read bio of the SSL + * structure. This is because the ssl read BIO is now pointed to by the + * next_bio field in the bio. So when you free the BIO, make sure you are + * doing a BIO_free_all() to catch the underlying BIO. + */ +# define BIO_set_ssl(b,ssl,c) BIO_ctrl(b,BIO_C_SET_SSL,c,(char *)ssl) +# define BIO_get_ssl(b,sslp) BIO_ctrl(b,BIO_C_GET_SSL,0,(char *)sslp) +# define BIO_set_ssl_mode(b,client) BIO_ctrl(b,BIO_C_SSL_MODE,client,NULL) +# define BIO_set_ssl_renegotiate_bytes(b,num) \ + BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL) +# define BIO_get_num_renegotiates(b) \ + BIO_ctrl(b,BIO_C_GET_SSL_NUM_RENEGOTIATES,0,NULL) +# define BIO_set_ssl_renegotiate_timeout(b,seconds) \ + BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL) + +/* defined in evp.h */ +/* #define BIO_set_md(b,md) BIO_ctrl(b,BIO_C_SET_MD,1,(char *)md) */ + +# define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp) +# define BIO_set_mem_buf(b,bm,c) BIO_ctrl(b,BIO_C_SET_BUF_MEM,c,(char *)bm) +# define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0,(char *)pp) +# define BIO_set_mem_eof_return(b,v) \ + BIO_ctrl(b,BIO_C_SET_BUF_MEM_EOF_RETURN,v,NULL) + +/* For the BIO_f_buffer() type */ +# define BIO_get_buffer_num_lines(b) BIO_ctrl(b,BIO_C_GET_BUFF_NUM_LINES,0,NULL) +# define BIO_set_buffer_size(b,size) BIO_ctrl(b,BIO_C_SET_BUFF_SIZE,size,NULL) +# define BIO_set_read_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,0) +# define BIO_set_write_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,1) +# define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) + +/* Don't use the next one unless you know what you are doing :-) */ +# define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) + +# define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL) +# define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) +# define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) +# define BIO_get_close(b) (int)BIO_ctrl(b,BIO_CTRL_GET_CLOSE,0,NULL) +# define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) +# define BIO_wpending(b) (int)BIO_ctrl(b,BIO_CTRL_WPENDING,0,NULL) +/* ...pending macros have inappropriate return type */ +size_t BIO_ctrl_pending(BIO *b); +size_t BIO_ctrl_wpending(BIO *b); +# define BIO_flush(b) (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL) +# define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \ + cbp) +# define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) + +/* For the BIO_f_buffer() type */ +# define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL) + +/* For BIO_s_bio() */ +# define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL) +# define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) +# define BIO_make_bio_pair(b1,b2) (int)BIO_ctrl(b1,BIO_C_MAKE_BIO_PAIR,0,b2) +# define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL) +# define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL) +/* macros with inappropriate type -- but ...pending macros use int too: */ +# define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL) +# define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL) +size_t BIO_ctrl_get_write_guarantee(BIO *b); +size_t BIO_ctrl_get_read_request(BIO *b); +int BIO_ctrl_reset_read_request(BIO *b); + +/* ctrl macros for dgram */ +# define BIO_ctrl_dgram_connect(b,peer) \ + (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)peer) +# define BIO_ctrl_set_connected(b, state, peer) \ + (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, state, (char *)peer) +# define BIO_dgram_recv_timedout(b) \ + (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP, 0, NULL) +# define BIO_dgram_send_timedout(b) \ + (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL) +# define BIO_dgram_get_peer(b,peer) \ + (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_PEER, 0, (char *)peer) +# define BIO_dgram_set_peer(b,peer) \ + (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)peer) +# define BIO_dgram_get_mtu_overhead(b) \ + (unsigned int)BIO_ctrl((b), BIO_CTRL_DGRAM_GET_MTU_OVERHEAD, 0, NULL) + +/* These two aren't currently implemented */ +/* int BIO_get_ex_num(BIO *bio); */ +/* void BIO_set_ex_free_func(BIO *bio,int idx,void (*cb)()); */ +int BIO_set_ex_data(BIO *bio, int idx, void *data); +void *BIO_get_ex_data(BIO *bio, int idx); +int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); +unsigned long BIO_number_read(BIO *bio); +unsigned long BIO_number_written(BIO *bio); + +/* For BIO_f_asn1() */ +int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, + asn1_ps_func *prefix_free); +int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, + asn1_ps_func **pprefix_free); +int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, + asn1_ps_func *suffix_free); +int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, + asn1_ps_func **psuffix_free); + +# ifndef OPENSSL_NO_FP_API +BIO_METHOD *BIO_s_file(void); +BIO *BIO_new_file(const char *filename, const char *mode); +BIO *BIO_new_fp(FILE *stream, int close_flag); +# define BIO_s_file_internal BIO_s_file +# endif +BIO *BIO_new(BIO_METHOD *type); +int BIO_set(BIO *a, BIO_METHOD *type); +int BIO_free(BIO *a); +void BIO_vfree(BIO *a); +int BIO_read(BIO *b, void *data, int len); +int BIO_gets(BIO *bp, char *buf, int size); +int BIO_write(BIO *b, const void *data, int len); +int BIO_puts(BIO *bp, const char *buf); +int BIO_indent(BIO *b, int indent, int max); +long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg); +long BIO_callback_ctrl(BIO *b, int cmd, + void (*fp) (struct bio_st *, int, const char *, int, + long, long)); +char *BIO_ptr_ctrl(BIO *bp, int cmd, long larg); +long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg); +BIO *BIO_push(BIO *b, BIO *append); +BIO *BIO_pop(BIO *b); +void BIO_free_all(BIO *a); +BIO *BIO_find_type(BIO *b, int bio_type); +BIO *BIO_next(BIO *b); +BIO *BIO_get_retry_BIO(BIO *bio, int *reason); +int BIO_get_retry_reason(BIO *bio); +BIO *BIO_dup_chain(BIO *in); + +int BIO_nread0(BIO *bio, char **buf); +int BIO_nread(BIO *bio, char **buf, int num); +int BIO_nwrite0(BIO *bio, char **buf); +int BIO_nwrite(BIO *bio, char **buf, int num); + +long BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, + long argl, long ret); + +BIO_METHOD *BIO_s_mem(void); +BIO *BIO_new_mem_buf(const void *buf, int len); +BIO_METHOD *BIO_s_socket(void); +BIO_METHOD *BIO_s_connect(void); +BIO_METHOD *BIO_s_accept(void); +BIO_METHOD *BIO_s_fd(void); +# ifndef OPENSSL_SYS_OS2 +BIO_METHOD *BIO_s_log(void); +# endif +BIO_METHOD *BIO_s_bio(void); +BIO_METHOD *BIO_s_null(void); +BIO_METHOD *BIO_f_null(void); +BIO_METHOD *BIO_f_buffer(void); +# ifdef OPENSSL_SYS_VMS +BIO_METHOD *BIO_f_linebuffer(void); +# endif +BIO_METHOD *BIO_f_nbio_test(void); +# ifndef OPENSSL_NO_DGRAM +BIO_METHOD *BIO_s_datagram(void); +# ifndef OPENSSL_NO_SCTP +BIO_METHOD *BIO_s_datagram_sctp(void); +# endif +# endif + +/* BIO_METHOD *BIO_f_ber(void); */ + +int BIO_sock_should_retry(int i); +int BIO_sock_non_fatal_error(int error); +int BIO_dgram_non_fatal_error(int error); + +int BIO_fd_should_retry(int i); +int BIO_fd_non_fatal_error(int error); +int BIO_dump_cb(int (*cb) (const void *data, size_t len, void *u), + void *u, const char *s, int len); +int BIO_dump_indent_cb(int (*cb) (const void *data, size_t len, void *u), + void *u, const char *s, int len, int indent); +int BIO_dump(BIO *b, const char *bytes, int len); +int BIO_dump_indent(BIO *b, const char *bytes, int len, int indent); +# ifndef OPENSSL_NO_FP_API +int BIO_dump_fp(FILE *fp, const char *s, int len); +int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent); +# endif +int BIO_hex_string(BIO *out, int indent, int width, unsigned char *data, + int datalen); + +struct hostent *BIO_gethostbyname(const char *name); +/*- + * We might want a thread-safe interface too: + * struct hostent *BIO_gethostbyname_r(const char *name, + * struct hostent *result, void *buffer, size_t buflen); + * or something similar (caller allocates a struct hostent, + * pointed to by "result", and additional buffer space for the various + * substructures; if the buffer does not suffice, NULL is returned + * and an appropriate error code is set). + */ +int BIO_sock_error(int sock); +int BIO_socket_ioctl(int fd, long type, void *arg); +int BIO_socket_nbio(int fd, int mode); +int BIO_get_port(const char *str, unsigned short *port_ptr); +int BIO_get_host_ip(const char *str, unsigned char *ip); +int BIO_get_accept_socket(char *host_port, int mode); +int BIO_accept(int sock, char **ip_port); +int BIO_sock_init(void); +void BIO_sock_cleanup(void); +int BIO_set_tcp_ndelay(int sock, int turn_on); + +BIO *BIO_new_socket(int sock, int close_flag); +BIO *BIO_new_dgram(int fd, int close_flag); +# ifndef OPENSSL_NO_SCTP +BIO *BIO_new_dgram_sctp(int fd, int close_flag); +int BIO_dgram_is_sctp(BIO *bio); +int BIO_dgram_sctp_notification_cb(BIO *b, + void (*handle_notifications) (BIO *bio, + void + *context, + void *buf), + void *context); +int BIO_dgram_sctp_wait_for_dry(BIO *b); +int BIO_dgram_sctp_msg_waiting(BIO *b); +# endif +BIO *BIO_new_fd(int fd, int close_flag); +BIO *BIO_new_connect(const char *host_port); +BIO *BIO_new_accept(const char *host_port); + +int BIO_new_bio_pair(BIO **bio1, size_t writebuf1, + BIO **bio2, size_t writebuf2); +/* + * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints. + * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default + * value. + */ + +void BIO_copy_next_retry(BIO *b); + +/* + * long BIO_ghbn_ctrl(int cmd,int iarg,char *parg); + */ + +# ifdef __GNUC__ +# define __bio_h__attr__ __attribute__ +# else +# define __bio_h__attr__(x) +# endif +int BIO_printf(BIO *bio, const char *format, ...) +__bio_h__attr__((__format__(__printf__, 2, 3))); +int BIO_vprintf(BIO *bio, const char *format, va_list args) +__bio_h__attr__((__format__(__printf__, 2, 0))); +int BIO_snprintf(char *buf, size_t n, const char *format, ...) +__bio_h__attr__((__format__(__printf__, 3, 4))); +int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) +__bio_h__attr__((__format__(__printf__, 3, 0))); +# undef __bio_h__attr__ + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_BIO_strings(void); + +/* Error codes for the BIO functions. */ + +/* Function codes. */ +# define BIO_F_ACPT_STATE 100 +# define BIO_F_BIO_ACCEPT 101 +# define BIO_F_BIO_BER_GET_HEADER 102 +# define BIO_F_BIO_CALLBACK_CTRL 131 +# define BIO_F_BIO_CTRL 103 +# define BIO_F_BIO_GETHOSTBYNAME 120 +# define BIO_F_BIO_GETS 104 +# define BIO_F_BIO_GET_ACCEPT_SOCKET 105 +# define BIO_F_BIO_GET_HOST_IP 106 +# define BIO_F_BIO_GET_PORT 107 +# define BIO_F_BIO_MAKE_PAIR 121 +# define BIO_F_BIO_NEW 108 +# define BIO_F_BIO_NEW_FILE 109 +# define BIO_F_BIO_NEW_MEM_BUF 126 +# define BIO_F_BIO_NREAD 123 +# define BIO_F_BIO_NREAD0 124 +# define BIO_F_BIO_NWRITE 125 +# define BIO_F_BIO_NWRITE0 122 +# define BIO_F_BIO_PUTS 110 +# define BIO_F_BIO_READ 111 +# define BIO_F_BIO_SOCK_INIT 112 +# define BIO_F_BIO_WRITE 113 +# define BIO_F_BUFFER_CTRL 114 +# define BIO_F_CONN_CTRL 127 +# define BIO_F_CONN_STATE 115 +# define BIO_F_DGRAM_SCTP_READ 132 +# define BIO_F_DGRAM_SCTP_WRITE 133 +# define BIO_F_FILE_CTRL 116 +# define BIO_F_FILE_READ 130 +# define BIO_F_LINEBUFFER_CTRL 129 +# define BIO_F_MEM_READ 128 +# define BIO_F_MEM_WRITE 117 +# define BIO_F_SSL_NEW 118 +# define BIO_F_WSASTARTUP 119 + +/* Reason codes. */ +# define BIO_R_ACCEPT_ERROR 100 +# define BIO_R_BAD_FOPEN_MODE 101 +# define BIO_R_BAD_HOSTNAME_LOOKUP 102 +# define BIO_R_BROKEN_PIPE 124 +# define BIO_R_CONNECT_ERROR 103 +# define BIO_R_EOF_ON_MEMORY_BIO 127 +# define BIO_R_ERROR_SETTING_NBIO 104 +# define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET 105 +# define BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET 106 +# define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET 107 +# define BIO_R_INVALID_ARGUMENT 125 +# define BIO_R_INVALID_IP_ADDRESS 108 +# define BIO_R_IN_USE 123 +# define BIO_R_KEEPALIVE 109 +# define BIO_R_NBIO_CONNECT_ERROR 110 +# define BIO_R_NO_ACCEPT_PORT_SPECIFIED 111 +# define BIO_R_NO_HOSTNAME_SPECIFIED 112 +# define BIO_R_NO_PORT_DEFINED 113 +# define BIO_R_NO_PORT_SPECIFIED 114 +# define BIO_R_NO_SUCH_FILE 128 +# define BIO_R_NULL_PARAMETER 115 +# define BIO_R_TAG_MISMATCH 116 +# define BIO_R_UNABLE_TO_BIND_SOCKET 117 +# define BIO_R_UNABLE_TO_CREATE_SOCKET 118 +# define BIO_R_UNABLE_TO_LISTEN_SOCKET 119 +# define BIO_R_UNINITIALIZED 120 +# define BIO_R_UNSUPPORTED_METHOD 121 +# define BIO_R_WRITE_TO_READ_ONLY_BIO 126 +# define BIO_R_WSASTARTUP 122 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/blowfish.h b/frappe/.node-gyp/6.7.0/include/node/openssl/blowfish.h new file mode 100644 index 00000000..83293027 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/blowfish.h @@ -0,0 +1,130 @@ +/* crypto/bf/blowfish.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_BLOWFISH_H +# define HEADER_BLOWFISH_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_NO_BF +# error BF is disabled. +# endif + +# define BF_ENCRYPT 1 +# define BF_DECRYPT 0 + +/*- + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + * ! BF_LONG has to be at least 32 bits wide. If it's wider, then ! + * ! BF_LONG_LOG2 has to be defined along. ! + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + */ + +# if defined(__LP32__) +# define BF_LONG unsigned long +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) +# define BF_LONG unsigned long +# define BF_LONG_LOG2 3 +/* + * _CRAY note. I could declare short, but I have no idea what impact + * does it have on performance on none-T3E machines. I could declare + * int, but at least on C90 sizeof(int) can be chosen at compile time. + * So I've chosen long... + * + */ +# else +# define BF_LONG unsigned int +# endif + +# define BF_ROUNDS 16 +# define BF_BLOCK 8 + +typedef struct bf_key_st { + BF_LONG P[BF_ROUNDS + 2]; + BF_LONG S[4 * 256]; +} BF_KEY; + +# ifdef OPENSSL_FIPS +void private_BF_set_key(BF_KEY *key, int len, const unsigned char *data); +# endif +void BF_set_key(BF_KEY *key, int len, const unsigned char *data); + +void BF_encrypt(BF_LONG *data, const BF_KEY *key); +void BF_decrypt(BF_LONG *data, const BF_KEY *key); + +void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, + const BF_KEY *key, int enc); +void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, + const BF_KEY *schedule, unsigned char *ivec, int enc); +void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, + long length, const BF_KEY *schedule, + unsigned char *ivec, int *num, int enc); +void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, + long length, const BF_KEY *schedule, + unsigned char *ivec, int *num); +const char *BF_options(void); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/bn.h b/frappe/.node-gyp/6.7.0/include/node/openssl/bn.h new file mode 100644 index 00000000..633d1b1f --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/bn.h @@ -0,0 +1,951 @@ +/* crypto/bn/bn.h */ +/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * + * Portions of the attached software ("Contribution") are developed by + * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + * + * The Contribution is licensed pursuant to the Eric Young open source + * license provided above. + * + * The binary polynomial arithmetic software is originally written by + * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories. + * + */ + +#ifndef HEADER_BN_H +# define HEADER_BN_H + +# include +# include +# ifndef OPENSSL_NO_FP_API +# include /* FILE */ +# endif +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * These preprocessor symbols control various aspects of the bignum headers + * and library code. They're not defined by any "normal" configuration, as + * they are intended for development and testing purposes. NB: defining all + * three can be useful for debugging application code as well as openssl + * itself. BN_DEBUG - turn on various debugging alterations to the bignum + * code BN_DEBUG_RAND - uses random poisoning of unused words to trip up + * mismanagement of bignum internals. You must also define BN_DEBUG. + */ +/* #define BN_DEBUG */ +/* #define BN_DEBUG_RAND */ + +# ifndef OPENSSL_SMALL_FOOTPRINT +# define BN_MUL_COMBA +# define BN_SQR_COMBA +# define BN_RECURSION +# endif + +/* + * This next option uses the C libraries (2 word)/(1 word) function. If it is + * not defined, I use my C version (which is slower). The reason for this + * flag is that when the particular C compiler library routine is used, and + * the library is linked with a different compiler, the library is missing. + * This mostly happens when the library is built with gcc and then linked + * using normal cc. This would be a common occurrence because gcc normally + * produces code that is 2 times faster than system compilers for the big + * number stuff. For machines with only one compiler (or shared libraries), + * this should be on. Again this in only really a problem on machines using + * "long long's", are 32bit, and are not using my assembler code. + */ +# if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS) || \ + defined(OPENSSL_SYS_WIN32) || defined(linux) +# ifndef BN_DIV2W +# define BN_DIV2W +# endif +# endif + +/* + * assuming long is 64bit - this is the DEC Alpha unsigned long long is only + * 64 bits :-(, don't define BN_LLONG for the DEC Alpha + */ +# ifdef SIXTY_FOUR_BIT_LONG +# define BN_ULLONG unsigned long long +# define BN_ULONG unsigned long +# define BN_LONG long +# define BN_BITS 128 +# define BN_BYTES 8 +# define BN_BITS2 64 +# define BN_BITS4 32 +# define BN_MASK (0xffffffffffffffffffffffffffffffffLL) +# define BN_MASK2 (0xffffffffffffffffL) +# define BN_MASK2l (0xffffffffL) +# define BN_MASK2h (0xffffffff00000000L) +# define BN_MASK2h1 (0xffffffff80000000L) +# define BN_TBIT (0x8000000000000000L) +# define BN_DEC_CONV (10000000000000000000UL) +# define BN_DEC_FMT1 "%lu" +# define BN_DEC_FMT2 "%019lu" +# define BN_DEC_NUM 19 +# define BN_HEX_FMT1 "%lX" +# define BN_HEX_FMT2 "%016lX" +# endif + +/* + * This is where the long long data type is 64 bits, but long is 32. For + * machines where there are 64bit registers, this is the mode to use. IRIX, + * on R4000 and above should use this mode, along with the relevant assembler + * code :-). Do NOT define BN_LLONG. + */ +# ifdef SIXTY_FOUR_BIT +# undef BN_LLONG +# undef BN_ULLONG +# define BN_ULONG unsigned long long +# define BN_LONG long long +# define BN_BITS 128 +# define BN_BYTES 8 +# define BN_BITS2 64 +# define BN_BITS4 32 +# define BN_MASK2 (0xffffffffffffffffLL) +# define BN_MASK2l (0xffffffffL) +# define BN_MASK2h (0xffffffff00000000LL) +# define BN_MASK2h1 (0xffffffff80000000LL) +# define BN_TBIT (0x8000000000000000LL) +# define BN_DEC_CONV (10000000000000000000ULL) +# define BN_DEC_FMT1 "%llu" +# define BN_DEC_FMT2 "%019llu" +# define BN_DEC_NUM 19 +# define BN_HEX_FMT1 "%llX" +# define BN_HEX_FMT2 "%016llX" +# endif + +# ifdef THIRTY_TWO_BIT +# ifdef BN_LLONG +# if defined(_WIN32) && !defined(__GNUC__) +# define BN_ULLONG unsigned __int64 +# define BN_MASK (0xffffffffffffffffI64) +# else +# define BN_ULLONG unsigned long long +# define BN_MASK (0xffffffffffffffffLL) +# endif +# endif +# define BN_ULONG unsigned int +# define BN_LONG int +# define BN_BITS 64 +# define BN_BYTES 4 +# define BN_BITS2 32 +# define BN_BITS4 16 +# define BN_MASK2 (0xffffffffL) +# define BN_MASK2l (0xffff) +# define BN_MASK2h1 (0xffff8000L) +# define BN_MASK2h (0xffff0000L) +# define BN_TBIT (0x80000000L) +# define BN_DEC_CONV (1000000000L) +# define BN_DEC_FMT1 "%u" +# define BN_DEC_FMT2 "%09u" +# define BN_DEC_NUM 9 +# define BN_HEX_FMT1 "%X" +# define BN_HEX_FMT2 "%08X" +# endif + +# define BN_DEFAULT_BITS 1280 + +# define BN_FLG_MALLOCED 0x01 +# define BN_FLG_STATIC_DATA 0x02 + +/* + * avoid leaking exponent information through timing, + * BN_mod_exp_mont() will call BN_mod_exp_mont_consttime, + * BN_div() will call BN_div_no_branch, + * BN_mod_inverse() will call BN_mod_inverse_no_branch. + */ +# define BN_FLG_CONSTTIME 0x04 + +# ifdef OPENSSL_NO_DEPRECATED +/* deprecated name for the flag */ +# define BN_FLG_EXP_CONSTTIME BN_FLG_CONSTTIME +/* + * avoid leaking exponent information through timings + * (BN_mod_exp_mont() will call BN_mod_exp_mont_consttime) + */ +# endif + +# ifndef OPENSSL_NO_DEPRECATED +# define BN_FLG_FREE 0x8000 + /* used for debuging */ +# endif +# define BN_set_flags(b,n) ((b)->flags|=(n)) +# define BN_get_flags(b,n) ((b)->flags&(n)) + +/* + * get a clone of a BIGNUM with changed flags, for *temporary* use only (the + * two BIGNUMs cannot not be used in parallel!) + */ +# define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ + (dest)->top=(b)->top, \ + (dest)->dmax=(b)->dmax, \ + (dest)->neg=(b)->neg, \ + (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \ + | ((b)->flags & ~BN_FLG_MALLOCED) \ + | BN_FLG_STATIC_DATA \ + | (n))) + +/* Already declared in ossl_typ.h */ +# if 0 +typedef struct bignum_st BIGNUM; +/* Used for temp variables (declaration hidden in bn_lcl.h) */ +typedef struct bignum_ctx BN_CTX; +typedef struct bn_blinding_st BN_BLINDING; +typedef struct bn_mont_ctx_st BN_MONT_CTX; +typedef struct bn_recp_ctx_st BN_RECP_CTX; +typedef struct bn_gencb_st BN_GENCB; +# endif + +struct bignum_st { + BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit + * chunks. */ + int top; /* Index of last used d +1. */ + /* The next are internal book keeping for bn_expand. */ + int dmax; /* Size of the d array. */ + int neg; /* one if the number is negative */ + int flags; +}; + +/* Used for montgomery multiplication */ +struct bn_mont_ctx_st { + int ri; /* number of bits in R */ + BIGNUM RR; /* used to convert to montgomery form */ + BIGNUM N; /* The modulus */ + BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only + * stored for bignum algorithm) */ + BN_ULONG n0[2]; /* least significant word(s) of Ni; (type + * changed with 0.9.9, was "BN_ULONG n0;" + * before) */ + int flags; +}; + +/* + * Used for reciprocal division/mod functions It cannot be shared between + * threads + */ +struct bn_recp_ctx_st { + BIGNUM N; /* the divisor */ + BIGNUM Nr; /* the reciprocal */ + int num_bits; + int shift; + int flags; +}; + +/* Used for slow "generation" functions. */ +struct bn_gencb_st { + unsigned int ver; /* To handle binary (in)compatibility */ + void *arg; /* callback-specific data */ + union { + /* if(ver==1) - handles old style callbacks */ + void (*cb_1) (int, int, void *); + /* if(ver==2) - new callback style */ + int (*cb_2) (int, int, BN_GENCB *); + } cb; +}; +/* Wrapper function to make using BN_GENCB easier, */ +int BN_GENCB_call(BN_GENCB *cb, int a, int b); +/* Macro to populate a BN_GENCB structure with an "old"-style callback */ +# define BN_GENCB_set_old(gencb, callback, cb_arg) { \ + BN_GENCB *tmp_gencb = (gencb); \ + tmp_gencb->ver = 1; \ + tmp_gencb->arg = (cb_arg); \ + tmp_gencb->cb.cb_1 = (callback); } +/* Macro to populate a BN_GENCB structure with a "new"-style callback */ +# define BN_GENCB_set(gencb, callback, cb_arg) { \ + BN_GENCB *tmp_gencb = (gencb); \ + tmp_gencb->ver = 2; \ + tmp_gencb->arg = (cb_arg); \ + tmp_gencb->cb.cb_2 = (callback); } + +# define BN_prime_checks 0 /* default: select number of iterations based + * on the size of the number */ + +/* + * number of Miller-Rabin iterations for an error rate of less than 2^-80 for + * random 'b'-bit input, b >= 100 (taken from table 4.4 in the Handbook of + * Applied Cryptography [Menezes, van Oorschot, Vanstone; CRC Press 1996]; + * original paper: Damgaard, Landrock, Pomerance: Average case error + * estimates for the strong probable prime test. -- Math. Comp. 61 (1993) + * 177-194) + */ +# define BN_prime_checks_for_size(b) ((b) >= 1300 ? 2 : \ + (b) >= 850 ? 3 : \ + (b) >= 650 ? 4 : \ + (b) >= 550 ? 5 : \ + (b) >= 450 ? 6 : \ + (b) >= 400 ? 7 : \ + (b) >= 350 ? 8 : \ + (b) >= 300 ? 9 : \ + (b) >= 250 ? 12 : \ + (b) >= 200 ? 15 : \ + (b) >= 150 ? 18 : \ + /* b >= 100 */ 27) + +# define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) + +/* Note that BN_abs_is_word didn't work reliably for w == 0 until 0.9.8 */ +# define BN_abs_is_word(a,w) ((((a)->top == 1) && ((a)->d[0] == (BN_ULONG)(w))) || \ + (((w) == 0) && ((a)->top == 0))) +# define BN_is_zero(a) ((a)->top == 0) +# define BN_is_one(a) (BN_abs_is_word((a),1) && !(a)->neg) +# define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg)) +# define BN_is_odd(a) (((a)->top > 0) && ((a)->d[0] & 1)) + +# define BN_one(a) (BN_set_word((a),1)) +# define BN_zero_ex(a) \ + do { \ + BIGNUM *_tmp_bn = (a); \ + _tmp_bn->top = 0; \ + _tmp_bn->neg = 0; \ + } while(0) +# ifdef OPENSSL_NO_DEPRECATED +# define BN_zero(a) BN_zero_ex(a) +# else +# define BN_zero(a) (BN_set_word((a),0)) +# endif + +const BIGNUM *BN_value_one(void); +char *BN_options(void); +BN_CTX *BN_CTX_new(void); +# ifndef OPENSSL_NO_DEPRECATED +void BN_CTX_init(BN_CTX *c); +# endif +void BN_CTX_free(BN_CTX *c); +void BN_CTX_start(BN_CTX *ctx); +BIGNUM *BN_CTX_get(BN_CTX *ctx); +void BN_CTX_end(BN_CTX *ctx); +int BN_rand(BIGNUM *rnd, int bits, int top, int bottom); +int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom); +int BN_rand_range(BIGNUM *rnd, const BIGNUM *range); +int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range); +int BN_num_bits(const BIGNUM *a); +int BN_num_bits_word(BN_ULONG); +BIGNUM *BN_new(void); +void BN_init(BIGNUM *); +void BN_clear_free(BIGNUM *a); +BIGNUM *BN_copy(BIGNUM *a, const BIGNUM *b); +void BN_swap(BIGNUM *a, BIGNUM *b); +BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret); +int BN_bn2bin(const BIGNUM *a, unsigned char *to); +BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret); +int BN_bn2mpi(const BIGNUM *a, unsigned char *to); +int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); +int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); +int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); +int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); +int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); +int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx); +/** BN_set_negative sets sign of a BIGNUM + * \param b pointer to the BIGNUM object + * \param n 0 if the BIGNUM b should be positive and a value != 0 otherwise + */ +void BN_set_negative(BIGNUM *b, int n); +/** BN_is_negative returns 1 if the BIGNUM is negative + * \param a pointer to the BIGNUM object + * \return 1 if a < 0 and 0 otherwise + */ +# define BN_is_negative(a) ((a)->neg != 0) + +int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, + BN_CTX *ctx); +# define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) +int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx); +int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, + BN_CTX *ctx); +int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const BIGNUM *m); +int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, + BN_CTX *ctx); +int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const BIGNUM *m); +int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, + BN_CTX *ctx); +int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx); +int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx); +int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m); +int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, + BN_CTX *ctx); +int BN_mod_lshift_quick(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m); + +BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w); +BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w); +int BN_mul_word(BIGNUM *a, BN_ULONG w); +int BN_add_word(BIGNUM *a, BN_ULONG w); +int BN_sub_word(BIGNUM *a, BN_ULONG w); +int BN_set_word(BIGNUM *a, BN_ULONG w); +BN_ULONG BN_get_word(const BIGNUM *a); + +int BN_cmp(const BIGNUM *a, const BIGNUM *b); +void BN_free(BIGNUM *a); +int BN_is_bit_set(const BIGNUM *a, int n); +int BN_lshift(BIGNUM *r, const BIGNUM *a, int n); +int BN_lshift1(BIGNUM *r, const BIGNUM *a); +int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); + +int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx); +int BN_mod_exp_mont(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); +int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *in_mont); +int BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); +int BN_mod_exp2_mont(BIGNUM *r, const BIGNUM *a1, const BIGNUM *p1, + const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, + BN_CTX *ctx, BN_MONT_CTX *m_ctx); +int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx); + +int BN_mask_bits(BIGNUM *a, int n); +# ifndef OPENSSL_NO_FP_API +int BN_print_fp(FILE *fp, const BIGNUM *a); +# endif +# ifdef HEADER_BIO_H +int BN_print(BIO *fp, const BIGNUM *a); +# else +int BN_print(void *fp, const BIGNUM *a); +# endif +int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx); +int BN_rshift(BIGNUM *r, const BIGNUM *a, int n); +int BN_rshift1(BIGNUM *r, const BIGNUM *a); +void BN_clear(BIGNUM *a); +BIGNUM *BN_dup(const BIGNUM *a); +int BN_ucmp(const BIGNUM *a, const BIGNUM *b); +int BN_set_bit(BIGNUM *a, int n); +int BN_clear_bit(BIGNUM *a, int n); +char *BN_bn2hex(const BIGNUM *a); +char *BN_bn2dec(const BIGNUM *a); +int BN_hex2bn(BIGNUM **a, const char *str); +int BN_dec2bn(BIGNUM **a, const char *str); +int BN_asc2bn(BIGNUM **a, const char *str); +int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); +int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); /* returns + * -2 for + * error */ +BIGNUM *BN_mod_inverse(BIGNUM *ret, + const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx); +BIGNUM *BN_mod_sqrt(BIGNUM *ret, + const BIGNUM *a, const BIGNUM *n, BN_CTX *ctx); + +void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords); + +/* Deprecated versions */ +# ifndef OPENSSL_NO_DEPRECATED +BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, + const BIGNUM *add, const BIGNUM *rem, + void (*callback) (int, int, void *), void *cb_arg); +int BN_is_prime(const BIGNUM *p, int nchecks, + void (*callback) (int, int, void *), + BN_CTX *ctx, void *cb_arg); +int BN_is_prime_fasttest(const BIGNUM *p, int nchecks, + void (*callback) (int, int, void *), BN_CTX *ctx, + void *cb_arg, int do_trial_division); +# endif /* !defined(OPENSSL_NO_DEPRECATED) */ + +/* Newer versions */ +int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, + const BIGNUM *rem, BN_GENCB *cb); +int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); +int BN_is_prime_fasttest_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, + int do_trial_division, BN_GENCB *cb); + +int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx); + +int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, + const BIGNUM *Xp, const BIGNUM *Xp1, + const BIGNUM *Xp2, const BIGNUM *e, BN_CTX *ctx, + BN_GENCB *cb); +int BN_X931_generate_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2, BIGNUM *Xp1, + BIGNUM *Xp2, const BIGNUM *Xp, const BIGNUM *e, + BN_CTX *ctx, BN_GENCB *cb); + +BN_MONT_CTX *BN_MONT_CTX_new(void); +void BN_MONT_CTX_init(BN_MONT_CTX *ctx); +int BN_mod_mul_montgomery(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + BN_MONT_CTX *mont, BN_CTX *ctx); +# define BN_to_montgomery(r,a,mont,ctx) BN_mod_mul_montgomery(\ + (r),(a),&((mont)->RR),(mont),(ctx)) +int BN_from_montgomery(BIGNUM *r, const BIGNUM *a, + BN_MONT_CTX *mont, BN_CTX *ctx); +void BN_MONT_CTX_free(BN_MONT_CTX *mont); +int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx); +BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from); +BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, int lock, + const BIGNUM *mod, BN_CTX *ctx); + +/* BN_BLINDING flags */ +# define BN_BLINDING_NO_UPDATE 0x00000001 +# define BN_BLINDING_NO_RECREATE 0x00000002 + +BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod); +void BN_BLINDING_free(BN_BLINDING *b); +int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx); +int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx); +int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx); +int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *); +int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, + BN_CTX *); +# ifndef OPENSSL_NO_DEPRECATED +unsigned long BN_BLINDING_get_thread_id(const BN_BLINDING *); +void BN_BLINDING_set_thread_id(BN_BLINDING *, unsigned long); +# endif +CRYPTO_THREADID *BN_BLINDING_thread_id(BN_BLINDING *); +unsigned long BN_BLINDING_get_flags(const BN_BLINDING *); +void BN_BLINDING_set_flags(BN_BLINDING *, unsigned long); +BN_BLINDING *BN_BLINDING_create_param(BN_BLINDING *b, + const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, + int (*bn_mod_exp) (BIGNUM *r, + const BIGNUM *a, + const BIGNUM *p, + const BIGNUM *m, + BN_CTX *ctx, + BN_MONT_CTX *m_ctx), + BN_MONT_CTX *m_ctx); + +# ifndef OPENSSL_NO_DEPRECATED +void BN_set_params(int mul, int high, int low, int mont); +int BN_get_params(int which); /* 0, mul, 1 high, 2 low, 3 mont */ +# endif + +void BN_RECP_CTX_init(BN_RECP_CTX *recp); +BN_RECP_CTX *BN_RECP_CTX_new(void); +void BN_RECP_CTX_free(BN_RECP_CTX *recp); +int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx); +int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, + BN_RECP_CTX *recp, BN_CTX *ctx); +int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx); +int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, + BN_RECP_CTX *recp, BN_CTX *ctx); + +# ifndef OPENSSL_NO_EC2M + +/* + * Functions for arithmetic over binary polynomials represented by BIGNUMs. + * The BIGNUM::neg property of BIGNUMs representing binary polynomials is + * ignored. Note that input arguments are not const so that their bit arrays + * can be expanded to the appropriate size if needed. + */ + +/* + * r = a + b + */ +int BN_GF2m_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b); +# define BN_GF2m_sub(r, a, b) BN_GF2m_add(r, a, b) +/* + * r=a mod p + */ +int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p); +/* r = (a * b) mod p */ +int BN_GF2m_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const BIGNUM *p, BN_CTX *ctx); +/* r = (a * a) mod p */ +int BN_GF2m_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); +/* r = (1 / b) mod p */ +int BN_GF2m_mod_inv(BIGNUM *r, const BIGNUM *b, const BIGNUM *p, BN_CTX *ctx); +/* r = (a / b) mod p */ +int BN_GF2m_mod_div(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const BIGNUM *p, BN_CTX *ctx); +/* r = (a ^ b) mod p */ +int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const BIGNUM *p, BN_CTX *ctx); +/* r = sqrt(a) mod p */ +int BN_GF2m_mod_sqrt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + BN_CTX *ctx); +/* r^2 + r = a mod p */ +int BN_GF2m_mod_solve_quad(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + BN_CTX *ctx); +# define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) +/*- + * Some functions allow for representation of the irreducible polynomials + * as an unsigned int[], say p. The irreducible f(t) is then of the form: + * t^p[0] + t^p[1] + ... + t^p[k] + * where m = p[0] > p[1] > ... > p[k] = 0. + */ +/* r = a mod p */ +int BN_GF2m_mod_arr(BIGNUM *r, const BIGNUM *a, const int p[]); +/* r = (a * b) mod p */ +int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const int p[], BN_CTX *ctx); +/* r = (a * a) mod p */ +int BN_GF2m_mod_sqr_arr(BIGNUM *r, const BIGNUM *a, const int p[], + BN_CTX *ctx); +/* r = (1 / b) mod p */ +int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *b, const int p[], + BN_CTX *ctx); +/* r = (a / b) mod p */ +int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const int p[], BN_CTX *ctx); +/* r = (a ^ b) mod p */ +int BN_GF2m_mod_exp_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, + const int p[], BN_CTX *ctx); +/* r = sqrt(a) mod p */ +int BN_GF2m_mod_sqrt_arr(BIGNUM *r, const BIGNUM *a, + const int p[], BN_CTX *ctx); +/* r^2 + r = a mod p */ +int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a, + const int p[], BN_CTX *ctx); +int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max); +int BN_GF2m_arr2poly(const int p[], BIGNUM *a); + +# endif + +/* + * faster mod functions for the 'NIST primes' 0 <= a < p^2 + */ +int BN_nist_mod_192(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); +int BN_nist_mod_224(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); +int BN_nist_mod_256(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); +int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); +int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx); + +const BIGNUM *BN_get0_nist_prime_192(void); +const BIGNUM *BN_get0_nist_prime_224(void); +const BIGNUM *BN_get0_nist_prime_256(void); +const BIGNUM *BN_get0_nist_prime_384(void); +const BIGNUM *BN_get0_nist_prime_521(void); + +/* library internal functions */ + +# define bn_expand(a,bits) \ + ( \ + bits > (INT_MAX - BN_BITS2 + 1) ? \ + NULL \ + : \ + (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) ? \ + (a) \ + : \ + bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2) \ + ) + +# define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) +BIGNUM *bn_expand2(BIGNUM *a, int words); +# ifndef OPENSSL_NO_DEPRECATED +BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */ +# endif + +/*- + * Bignum consistency macros + * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from + * bignum data after direct manipulations on the data. There is also an + * "internal" macro, bn_check_top(), for verifying that there are no leading + * zeroes. Unfortunately, some auditing is required due to the fact that + * bn_fix_top() has become an overabused duct-tape because bignum data is + * occasionally passed around in an inconsistent state. So the following + * changes have been made to sort this out; + * - bn_fix_top()s implementation has been moved to bn_correct_top() + * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and + * bn_check_top() is as before. + * - if BN_DEBUG *is* defined; + * - bn_check_top() tries to pollute unused words even if the bignum 'top' is + * consistent. (ed: only if BN_DEBUG_RAND is defined) + * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything. + * The idea is to have debug builds flag up inconsistent bignums when they + * occur. If that occurs in a bn_fix_top(), we examine the code in question; if + * the use of bn_fix_top() was appropriate (ie. it follows directly after code + * that manipulates the bignum) it is converted to bn_correct_top(), and if it + * was not appropriate, we convert it permanently to bn_check_top() and track + * down the cause of the bug. Eventually, no internal code should be using the + * bn_fix_top() macro. External applications and libraries should try this with + * their own code too, both in terms of building against the openssl headers + * with BN_DEBUG defined *and* linking with a version of OpenSSL built with it + * defined. This not only improves external code, it provides more test + * coverage for openssl's own code. + */ + +# ifdef BN_DEBUG + +/* We only need assert() when debugging */ +# include + +# ifdef BN_DEBUG_RAND +/* To avoid "make update" cvs wars due to BN_DEBUG, use some tricks */ +# ifndef RAND_pseudo_bytes +int RAND_pseudo_bytes(unsigned char *buf, int num); +# define BN_DEBUG_TRIX +# endif +# define bn_pollute(a) \ + do { \ + const BIGNUM *_bnum1 = (a); \ + if(_bnum1->top < _bnum1->dmax) { \ + unsigned char _tmp_char; \ + /* We cast away const without the compiler knowing, any \ + * *genuinely* constant variables that aren't mutable \ + * wouldn't be constructed with top!=dmax. */ \ + BN_ULONG *_not_const; \ + memcpy(&_not_const, &_bnum1->d, sizeof(BN_ULONG*)); \ + /* Debug only - safe to ignore error return */ \ + RAND_pseudo_bytes(&_tmp_char, 1); \ + memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \ + (_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \ + } \ + } while(0) +# ifdef BN_DEBUG_TRIX +# undef RAND_pseudo_bytes +# endif +# else +# define bn_pollute(a) +# endif +# define bn_check_top(a) \ + do { \ + const BIGNUM *_bnum2 = (a); \ + if (_bnum2 != NULL) { \ + assert((_bnum2->top == 0) || \ + (_bnum2->d[_bnum2->top - 1] != 0)); \ + bn_pollute(_bnum2); \ + } \ + } while(0) + +# define bn_fix_top(a) bn_check_top(a) + +# define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2) +# define bn_wcheck_size(bn, words) \ + do { \ + const BIGNUM *_bnum2 = (bn); \ + assert((words) <= (_bnum2)->dmax && (words) >= (_bnum2)->top); \ + /* avoid unused variable warning with NDEBUG */ \ + (void)(_bnum2); \ + } while(0) + +# else /* !BN_DEBUG */ + +# define bn_pollute(a) +# define bn_check_top(a) +# define bn_fix_top(a) bn_correct_top(a) +# define bn_check_size(bn, bits) +# define bn_wcheck_size(bn, words) + +# endif + +# define bn_correct_top(a) \ + { \ + BN_ULONG *ftl; \ + int tmp_top = (a)->top; \ + if (tmp_top > 0) \ + { \ + for (ftl= &((a)->d[tmp_top-1]); tmp_top > 0; tmp_top--) \ + if (*(ftl--)) break; \ + (a)->top = tmp_top; \ + } \ + if ((a)->top == 0) \ + (a)->neg = 0; \ + bn_pollute(a); \ + } + +BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, + BN_ULONG w); +BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w); +void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num); +BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d); +BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, + int num); +BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, + int num); + +/* Primes from RFC 2409 */ +BIGNUM *get_rfc2409_prime_768(BIGNUM *bn); +BIGNUM *get_rfc2409_prime_1024(BIGNUM *bn); + +/* Primes from RFC 3526 */ +BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn); +BIGNUM *get_rfc3526_prime_2048(BIGNUM *bn); +BIGNUM *get_rfc3526_prime_3072(BIGNUM *bn); +BIGNUM *get_rfc3526_prime_4096(BIGNUM *bn); +BIGNUM *get_rfc3526_prime_6144(BIGNUM *bn); +BIGNUM *get_rfc3526_prime_8192(BIGNUM *bn); + +int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_BN_strings(void); + +/* Error codes for the BN functions. */ + +/* Function codes. */ +# define BN_F_BNRAND 127 +# define BN_F_BN_BLINDING_CONVERT_EX 100 +# define BN_F_BN_BLINDING_CREATE_PARAM 128 +# define BN_F_BN_BLINDING_INVERT_EX 101 +# define BN_F_BN_BLINDING_NEW 102 +# define BN_F_BN_BLINDING_UPDATE 103 +# define BN_F_BN_BN2DEC 104 +# define BN_F_BN_BN2HEX 105 +# define BN_F_BN_CTX_GET 116 +# define BN_F_BN_CTX_NEW 106 +# define BN_F_BN_CTX_START 129 +# define BN_F_BN_DIV 107 +# define BN_F_BN_DIV_NO_BRANCH 138 +# define BN_F_BN_DIV_RECP 130 +# define BN_F_BN_EXP 123 +# define BN_F_BN_EXPAND2 108 +# define BN_F_BN_EXPAND_INTERNAL 120 +# define BN_F_BN_GF2M_MOD 131 +# define BN_F_BN_GF2M_MOD_EXP 132 +# define BN_F_BN_GF2M_MOD_MUL 133 +# define BN_F_BN_GF2M_MOD_SOLVE_QUAD 134 +# define BN_F_BN_GF2M_MOD_SOLVE_QUAD_ARR 135 +# define BN_F_BN_GF2M_MOD_SQR 136 +# define BN_F_BN_GF2M_MOD_SQRT 137 +# define BN_F_BN_LSHIFT 145 +# define BN_F_BN_MOD_EXP2_MONT 118 +# define BN_F_BN_MOD_EXP_MONT 109 +# define BN_F_BN_MOD_EXP_MONT_CONSTTIME 124 +# define BN_F_BN_MOD_EXP_MONT_WORD 117 +# define BN_F_BN_MOD_EXP_RECP 125 +# define BN_F_BN_MOD_EXP_SIMPLE 126 +# define BN_F_BN_MOD_INVERSE 110 +# define BN_F_BN_MOD_INVERSE_NO_BRANCH 139 +# define BN_F_BN_MOD_LSHIFT_QUICK 119 +# define BN_F_BN_MOD_MUL_RECIPROCAL 111 +# define BN_F_BN_MOD_SQRT 121 +# define BN_F_BN_MPI2BN 112 +# define BN_F_BN_NEW 113 +# define BN_F_BN_RAND 114 +# define BN_F_BN_RAND_RANGE 122 +# define BN_F_BN_RSHIFT 146 +# define BN_F_BN_USUB 115 + +/* Reason codes. */ +# define BN_R_ARG2_LT_ARG3 100 +# define BN_R_BAD_RECIPROCAL 101 +# define BN_R_BIGNUM_TOO_LONG 114 +# define BN_R_BITS_TOO_SMALL 118 +# define BN_R_CALLED_WITH_EVEN_MODULUS 102 +# define BN_R_DIV_BY_ZERO 103 +# define BN_R_ENCODING_ERROR 104 +# define BN_R_EXPAND_ON_STATIC_BIGNUM_DATA 105 +# define BN_R_INPUT_NOT_REDUCED 110 +# define BN_R_INVALID_LENGTH 106 +# define BN_R_INVALID_RANGE 115 +# define BN_R_INVALID_SHIFT 119 +# define BN_R_NOT_A_SQUARE 111 +# define BN_R_NOT_INITIALIZED 107 +# define BN_R_NO_INVERSE 108 +# define BN_R_NO_SOLUTION 116 +# define BN_R_P_IS_NOT_PRIME 112 +# define BN_R_TOO_MANY_ITERATIONS 113 +# define BN_R_TOO_MANY_TEMPORARY_VARIABLES 109 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/buffer.h b/frappe/.node-gyp/6.7.0/include/node/openssl/buffer.h new file mode 100644 index 00000000..efd240a5 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/buffer.h @@ -0,0 +1,125 @@ +/* crypto/buffer/buffer.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_BUFFER_H +# define HEADER_BUFFER_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# include + +# if !defined(NO_SYS_TYPES_H) +# include +# endif + +/* Already declared in ossl_typ.h */ +/* typedef struct buf_mem_st BUF_MEM; */ + +struct buf_mem_st { + size_t length; /* current number of bytes */ + char *data; + size_t max; /* size of buffer */ +}; + +BUF_MEM *BUF_MEM_new(void); +void BUF_MEM_free(BUF_MEM *a); +int BUF_MEM_grow(BUF_MEM *str, size_t len); +int BUF_MEM_grow_clean(BUF_MEM *str, size_t len); +size_t BUF_strnlen(const char *str, size_t maxlen); +char *BUF_strdup(const char *str); + +/* + * Like strndup, but in addition, explicitly guarantees to never read past the + * first |siz| bytes of |str|. + */ +char *BUF_strndup(const char *str, size_t siz); + +void *BUF_memdup(const void *data, size_t siz); +void BUF_reverse(unsigned char *out, const unsigned char *in, size_t siz); + +/* safe string functions */ +size_t BUF_strlcpy(char *dst, const char *src, size_t siz); +size_t BUF_strlcat(char *dst, const char *src, size_t siz); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_BUF_strings(void); + +/* Error codes for the BUF functions. */ + +/* Function codes. */ +# define BUF_F_BUF_MEMDUP 103 +# define BUF_F_BUF_MEM_GROW 100 +# define BUF_F_BUF_MEM_GROW_CLEAN 105 +# define BUF_F_BUF_MEM_NEW 101 +# define BUF_F_BUF_STRDUP 102 +# define BUF_F_BUF_STRNDUP 104 + +/* Reason codes. */ + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/camellia.h b/frappe/.node-gyp/6.7.0/include/node/openssl/camellia.h new file mode 100644 index 00000000..45e8d25b --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/camellia.h @@ -0,0 +1,132 @@ +/* crypto/camellia/camellia.h */ +/* ==================================================================== + * Copyright (c) 2006 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + */ + +#ifndef HEADER_CAMELLIA_H +# define HEADER_CAMELLIA_H + +# include + +# ifdef OPENSSL_NO_CAMELLIA +# error CAMELLIA is disabled. +# endif + +# include + +# define CAMELLIA_ENCRYPT 1 +# define CAMELLIA_DECRYPT 0 + +/* + * Because array size can't be a const in C, the following two are macros. + * Both sizes are in bytes. + */ + +#ifdef __cplusplus +extern "C" { +#endif + +/* This should be a hidden type, but EVP requires that the size be known */ + +# define CAMELLIA_BLOCK_SIZE 16 +# define CAMELLIA_TABLE_BYTE_LEN 272 +# define CAMELLIA_TABLE_WORD_LEN (CAMELLIA_TABLE_BYTE_LEN / 4) + +typedef unsigned int KEY_TABLE_TYPE[CAMELLIA_TABLE_WORD_LEN]; /* to match + * with WORD */ + +struct camellia_key_st { + union { + double d; /* ensures 64-bit align */ + KEY_TABLE_TYPE rd_key; + } u; + int grand_rounds; +}; +typedef struct camellia_key_st CAMELLIA_KEY; + +# ifdef OPENSSL_FIPS +int private_Camellia_set_key(const unsigned char *userKey, const int bits, + CAMELLIA_KEY *key); +# endif +int Camellia_set_key(const unsigned char *userKey, const int bits, + CAMELLIA_KEY *key); + +void Camellia_encrypt(const unsigned char *in, unsigned char *out, + const CAMELLIA_KEY *key); +void Camellia_decrypt(const unsigned char *in, unsigned char *out, + const CAMELLIA_KEY *key); + +void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, + const CAMELLIA_KEY *key, const int enc); +void Camellia_cbc_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const CAMELLIA_KEY *key, + unsigned char *ivec, const int enc); +void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const CAMELLIA_KEY *key, + unsigned char *ivec, int *num, const int enc); +void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const CAMELLIA_KEY *key, + unsigned char *ivec, int *num, const int enc); +void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const CAMELLIA_KEY *key, + unsigned char *ivec, int *num, const int enc); +void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const CAMELLIA_KEY *key, + unsigned char *ivec, int *num); +void Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const CAMELLIA_KEY *key, + unsigned char ivec[CAMELLIA_BLOCK_SIZE], + unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE], + unsigned int *num); + +#ifdef __cplusplus +} +#endif + +#endif /* !HEADER_Camellia_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/cast.h b/frappe/.node-gyp/6.7.0/include/node/openssl/cast.h new file mode 100644 index 00000000..0003ec9c --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/cast.h @@ -0,0 +1,107 @@ +/* crypto/cast/cast.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_CAST_H +# define HEADER_CAST_H + +#ifdef __cplusplus +extern "C" { +#endif + +# include + +# ifdef OPENSSL_NO_CAST +# error CAST is disabled. +# endif + +# define CAST_ENCRYPT 1 +# define CAST_DECRYPT 0 + +# define CAST_LONG unsigned int + +# define CAST_BLOCK 8 +# define CAST_KEY_LENGTH 16 + +typedef struct cast_key_st { + CAST_LONG data[32]; + int short_key; /* Use reduced rounds for short key */ +} CAST_KEY; + +# ifdef OPENSSL_FIPS +void private_CAST_set_key(CAST_KEY *key, int len, const unsigned char *data); +# endif +void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data); +void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, + const CAST_KEY *key, int enc); +void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key); +void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key); +void CAST_cbc_encrypt(const unsigned char *in, unsigned char *out, + long length, const CAST_KEY *ks, unsigned char *iv, + int enc); +void CAST_cfb64_encrypt(const unsigned char *in, unsigned char *out, + long length, const CAST_KEY *schedule, + unsigned char *ivec, int *num, int enc); +void CAST_ofb64_encrypt(const unsigned char *in, unsigned char *out, + long length, const CAST_KEY *schedule, + unsigned char *ivec, int *num); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/cmac.h b/frappe/.node-gyp/6.7.0/include/node/openssl/cmac.h new file mode 100644 index 00000000..175be834 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/cmac.h @@ -0,0 +1,82 @@ +/* crypto/cmac/cmac.h */ +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL + * project. + */ +/* ==================================================================== + * Copyright (c) 2010 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + */ + +#ifndef HEADER_CMAC_H +# define HEADER_CMAC_H + +#ifdef __cplusplus +extern "C" { +#endif + +# include + +/* Opaque */ +typedef struct CMAC_CTX_st CMAC_CTX; + +CMAC_CTX *CMAC_CTX_new(void); +void CMAC_CTX_cleanup(CMAC_CTX *ctx); +void CMAC_CTX_free(CMAC_CTX *ctx); +EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx); +int CMAC_CTX_copy(CMAC_CTX *out, const CMAC_CTX *in); + +int CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, + const EVP_CIPHER *cipher, ENGINE *impl); +int CMAC_Update(CMAC_CTX *ctx, const void *data, size_t dlen); +int CMAC_Final(CMAC_CTX *ctx, unsigned char *out, size_t *poutlen); +int CMAC_resume(CMAC_CTX *ctx); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/cms.h b/frappe/.node-gyp/6.7.0/include/node/openssl/cms.h new file mode 100644 index 00000000..e6c7f964 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/cms.h @@ -0,0 +1,555 @@ +/* crypto/cms/cms.h */ +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL + * project. + */ +/* ==================================================================== + * Copyright (c) 2008 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + */ + +#ifndef HEADER_CMS_H +# define HEADER_CMS_H + +# include + +# ifdef OPENSSL_NO_CMS +# error CMS is disabled. +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct CMS_ContentInfo_st CMS_ContentInfo; +typedef struct CMS_SignerInfo_st CMS_SignerInfo; +typedef struct CMS_CertificateChoices CMS_CertificateChoices; +typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice; +typedef struct CMS_RecipientInfo_st CMS_RecipientInfo; +typedef struct CMS_ReceiptRequest_st CMS_ReceiptRequest; +typedef struct CMS_Receipt_st CMS_Receipt; +typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey; +typedef struct CMS_OtherKeyAttribute_st CMS_OtherKeyAttribute; + +DECLARE_STACK_OF(CMS_SignerInfo) +DECLARE_STACK_OF(GENERAL_NAMES) +DECLARE_STACK_OF(CMS_RecipientEncryptedKey) +DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo) +DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest) +DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo) + +# define CMS_SIGNERINFO_ISSUER_SERIAL 0 +# define CMS_SIGNERINFO_KEYIDENTIFIER 1 + +# define CMS_RECIPINFO_NONE -1 +# define CMS_RECIPINFO_TRANS 0 +# define CMS_RECIPINFO_AGREE 1 +# define CMS_RECIPINFO_KEK 2 +# define CMS_RECIPINFO_PASS 3 +# define CMS_RECIPINFO_OTHER 4 + +/* S/MIME related flags */ + +# define CMS_TEXT 0x1 +# define CMS_NOCERTS 0x2 +# define CMS_NO_CONTENT_VERIFY 0x4 +# define CMS_NO_ATTR_VERIFY 0x8 +# define CMS_NOSIGS \ + (CMS_NO_CONTENT_VERIFY|CMS_NO_ATTR_VERIFY) +# define CMS_NOINTERN 0x10 +# define CMS_NO_SIGNER_CERT_VERIFY 0x20 +# define CMS_NOVERIFY 0x20 +# define CMS_DETACHED 0x40 +# define CMS_BINARY 0x80 +# define CMS_NOATTR 0x100 +# define CMS_NOSMIMECAP 0x200 +# define CMS_NOOLDMIMETYPE 0x400 +# define CMS_CRLFEOL 0x800 +# define CMS_STREAM 0x1000 +# define CMS_NOCRL 0x2000 +# define CMS_PARTIAL 0x4000 +# define CMS_REUSE_DIGEST 0x8000 +# define CMS_USE_KEYID 0x10000 +# define CMS_DEBUG_DECRYPT 0x20000 +# define CMS_KEY_PARAM 0x40000 + +const ASN1_OBJECT *CMS_get0_type(CMS_ContentInfo *cms); + +BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont); +int CMS_dataFinal(CMS_ContentInfo *cms, BIO *bio); + +ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms); +int CMS_is_detached(CMS_ContentInfo *cms); +int CMS_set_detached(CMS_ContentInfo *cms, int detached); + +# ifdef HEADER_PEM_H +DECLARE_PEM_rw_const(CMS, CMS_ContentInfo) +# endif +int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms); +CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms); +int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms); + +BIO *BIO_new_CMS(BIO *out, CMS_ContentInfo *cms); +int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags); +int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, + int flags); +CMS_ContentInfo *SMIME_read_CMS(BIO *bio, BIO **bcont); +int SMIME_write_CMS(BIO *bio, CMS_ContentInfo *cms, BIO *data, int flags); + +int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, + unsigned int flags); + +CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, + STACK_OF(X509) *certs, BIO *data, + unsigned int flags); + +CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, + X509 *signcert, EVP_PKEY *pkey, + STACK_OF(X509) *certs, unsigned int flags); + +int CMS_data(CMS_ContentInfo *cms, BIO *out, unsigned int flags); +CMS_ContentInfo *CMS_data_create(BIO *in, unsigned int flags); + +int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, + unsigned int flags); +CMS_ContentInfo *CMS_digest_create(BIO *in, const EVP_MD *md, + unsigned int flags); + +int CMS_EncryptedData_decrypt(CMS_ContentInfo *cms, + const unsigned char *key, size_t keylen, + BIO *dcont, BIO *out, unsigned int flags); + +CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher, + const unsigned char *key, + size_t keylen, unsigned int flags); + +int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph, + const unsigned char *key, size_t keylen); + +int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, + X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); + +int CMS_verify_receipt(CMS_ContentInfo *rcms, CMS_ContentInfo *ocms, + STACK_OF(X509) *certs, + X509_STORE *store, unsigned int flags); + +STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms); + +CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in, + const EVP_CIPHER *cipher, unsigned int flags); + +int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, + BIO *dcont, BIO *out, unsigned int flags); + +int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert); +int CMS_decrypt_set1_key(CMS_ContentInfo *cms, + unsigned char *key, size_t keylen, + unsigned char *id, size_t idlen); +int CMS_decrypt_set1_password(CMS_ContentInfo *cms, + unsigned char *pass, ossl_ssize_t passlen); + +STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms); +int CMS_RecipientInfo_type(CMS_RecipientInfo *ri); +EVP_PKEY_CTX *CMS_RecipientInfo_get0_pkey_ctx(CMS_RecipientInfo *ri); +CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher); +CMS_RecipientInfo *CMS_add1_recipient_cert(CMS_ContentInfo *cms, + X509 *recip, unsigned int flags); +int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey); +int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert); +int CMS_RecipientInfo_ktri_get0_algs(CMS_RecipientInfo *ri, + EVP_PKEY **pk, X509 **recip, + X509_ALGOR **palg); +int CMS_RecipientInfo_ktri_get0_signer_id(CMS_RecipientInfo *ri, + ASN1_OCTET_STRING **keyid, + X509_NAME **issuer, + ASN1_INTEGER **sno); + +CMS_RecipientInfo *CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid, + unsigned char *key, size_t keylen, + unsigned char *id, size_t idlen, + ASN1_GENERALIZEDTIME *date, + ASN1_OBJECT *otherTypeId, + ASN1_TYPE *otherType); + +int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri, + X509_ALGOR **palg, + ASN1_OCTET_STRING **pid, + ASN1_GENERALIZEDTIME **pdate, + ASN1_OBJECT **potherid, + ASN1_TYPE **pothertype); + +int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri, + unsigned char *key, size_t keylen); + +int CMS_RecipientInfo_kekri_id_cmp(CMS_RecipientInfo *ri, + const unsigned char *id, size_t idlen); + +int CMS_RecipientInfo_set0_password(CMS_RecipientInfo *ri, + unsigned char *pass, + ossl_ssize_t passlen); + +CMS_RecipientInfo *CMS_add0_recipient_password(CMS_ContentInfo *cms, + int iter, int wrap_nid, + int pbe_nid, + unsigned char *pass, + ossl_ssize_t passlen, + const EVP_CIPHER *kekciph); + +int CMS_RecipientInfo_decrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri); +int CMS_RecipientInfo_encrypt(CMS_ContentInfo *cms, CMS_RecipientInfo *ri); + +int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, + unsigned int flags); +CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags); + +int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid); +const ASN1_OBJECT *CMS_get0_eContentType(CMS_ContentInfo *cms); + +CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms); +int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert); +int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert); +STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms); + +CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms); +int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl); +int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl); +STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms); + +int CMS_SignedData_init(CMS_ContentInfo *cms); +CMS_SignerInfo *CMS_add1_signer(CMS_ContentInfo *cms, + X509 *signer, EVP_PKEY *pk, const EVP_MD *md, + unsigned int flags); +EVP_PKEY_CTX *CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si); +EVP_MD_CTX *CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si); +STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms); + +void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer); +int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, + ASN1_OCTET_STRING **keyid, + X509_NAME **issuer, ASN1_INTEGER **sno); +int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert); +int CMS_set1_signers_certs(CMS_ContentInfo *cms, STACK_OF(X509) *certs, + unsigned int flags); +void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, + X509 **signer, X509_ALGOR **pdig, + X509_ALGOR **psig); +ASN1_OCTET_STRING *CMS_SignerInfo_get0_signature(CMS_SignerInfo *si); +int CMS_SignerInfo_sign(CMS_SignerInfo *si); +int CMS_SignerInfo_verify(CMS_SignerInfo *si); +int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain); + +int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs); +int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs, + int algnid, int keysize); +int CMS_add_standard_smimecap(STACK_OF(X509_ALGOR) **smcap); + +int CMS_signed_get_attr_count(const CMS_SignerInfo *si); +int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, + int lastpos); +int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, + int lastpos); +X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc); +X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc); +int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr); +int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, + const ASN1_OBJECT *obj, int type, + const void *bytes, int len); +int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, + int nid, int type, + const void *bytes, int len); +int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, + const char *attrname, int type, + const void *bytes, int len); +void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, + int lastpos, int type); + +int CMS_unsigned_get_attr_count(const CMS_SignerInfo *si); +int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, + int lastpos); +int CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, + int lastpos); +X509_ATTRIBUTE *CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc); +X509_ATTRIBUTE *CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc); +int CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr); +int CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, + const ASN1_OBJECT *obj, int type, + const void *bytes, int len); +int CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, + int nid, int type, + const void *bytes, int len); +int CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, + const char *attrname, int type, + const void *bytes, int len); +void *CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, + int lastpos, int type); + +# ifdef HEADER_X509V3_H + +int CMS_get1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest **prr); +CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen, + int allorfirst, + STACK_OF(GENERAL_NAMES) + *receiptList, STACK_OF(GENERAL_NAMES) + *receiptsTo); +int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr); +void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, + ASN1_STRING **pcid, + int *pallorfirst, + STACK_OF(GENERAL_NAMES) **plist, + STACK_OF(GENERAL_NAMES) **prto); +# endif +int CMS_RecipientInfo_kari_get0_alg(CMS_RecipientInfo *ri, + X509_ALGOR **palg, + ASN1_OCTET_STRING **pukm); +STACK_OF(CMS_RecipientEncryptedKey) +*CMS_RecipientInfo_kari_get0_reks(CMS_RecipientInfo *ri); + +int CMS_RecipientInfo_kari_get0_orig_id(CMS_RecipientInfo *ri, + X509_ALGOR **pubalg, + ASN1_BIT_STRING **pubkey, + ASN1_OCTET_STRING **keyid, + X509_NAME **issuer, + ASN1_INTEGER **sno); + +int CMS_RecipientInfo_kari_orig_id_cmp(CMS_RecipientInfo *ri, X509 *cert); + +int CMS_RecipientEncryptedKey_get0_id(CMS_RecipientEncryptedKey *rek, + ASN1_OCTET_STRING **keyid, + ASN1_GENERALIZEDTIME **tm, + CMS_OtherKeyAttribute **other, + X509_NAME **issuer, ASN1_INTEGER **sno); +int CMS_RecipientEncryptedKey_cert_cmp(CMS_RecipientEncryptedKey *rek, + X509 *cert); +int CMS_RecipientInfo_kari_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pk); +EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri); +int CMS_RecipientInfo_kari_decrypt(CMS_ContentInfo *cms, + CMS_RecipientInfo *ri, + CMS_RecipientEncryptedKey *rek); + +int CMS_SharedInfo_encode(unsigned char **pder, X509_ALGOR *kekalg, + ASN1_OCTET_STRING *ukm, int keylen); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_CMS_strings(void); + +/* Error codes for the CMS functions. */ + +/* Function codes. */ +# define CMS_F_CHECK_CONTENT 99 +# define CMS_F_CMS_ADD0_CERT 164 +# define CMS_F_CMS_ADD0_RECIPIENT_KEY 100 +# define CMS_F_CMS_ADD0_RECIPIENT_PASSWORD 165 +# define CMS_F_CMS_ADD1_RECEIPTREQUEST 158 +# define CMS_F_CMS_ADD1_RECIPIENT_CERT 101 +# define CMS_F_CMS_ADD1_SIGNER 102 +# define CMS_F_CMS_ADD1_SIGNINGTIME 103 +# define CMS_F_CMS_COMPRESS 104 +# define CMS_F_CMS_COMPRESSEDDATA_CREATE 105 +# define CMS_F_CMS_COMPRESSEDDATA_INIT_BIO 106 +# define CMS_F_CMS_COPY_CONTENT 107 +# define CMS_F_CMS_COPY_MESSAGEDIGEST 108 +# define CMS_F_CMS_DATA 109 +# define CMS_F_CMS_DATAFINAL 110 +# define CMS_F_CMS_DATAINIT 111 +# define CMS_F_CMS_DECRYPT 112 +# define CMS_F_CMS_DECRYPT_SET1_KEY 113 +# define CMS_F_CMS_DECRYPT_SET1_PASSWORD 166 +# define CMS_F_CMS_DECRYPT_SET1_PKEY 114 +# define CMS_F_CMS_DIGESTALGORITHM_FIND_CTX 115 +# define CMS_F_CMS_DIGESTALGORITHM_INIT_BIO 116 +# define CMS_F_CMS_DIGESTEDDATA_DO_FINAL 117 +# define CMS_F_CMS_DIGEST_VERIFY 118 +# define CMS_F_CMS_ENCODE_RECEIPT 161 +# define CMS_F_CMS_ENCRYPT 119 +# define CMS_F_CMS_ENCRYPTEDCONTENT_INIT_BIO 120 +# define CMS_F_CMS_ENCRYPTEDDATA_DECRYPT 121 +# define CMS_F_CMS_ENCRYPTEDDATA_ENCRYPT 122 +# define CMS_F_CMS_ENCRYPTEDDATA_SET1_KEY 123 +# define CMS_F_CMS_ENVELOPEDDATA_CREATE 124 +# define CMS_F_CMS_ENVELOPEDDATA_INIT_BIO 125 +# define CMS_F_CMS_ENVELOPED_DATA_INIT 126 +# define CMS_F_CMS_ENV_ASN1_CTRL 171 +# define CMS_F_CMS_FINAL 127 +# define CMS_F_CMS_GET0_CERTIFICATE_CHOICES 128 +# define CMS_F_CMS_GET0_CONTENT 129 +# define CMS_F_CMS_GET0_ECONTENT_TYPE 130 +# define CMS_F_CMS_GET0_ENVELOPED 131 +# define CMS_F_CMS_GET0_REVOCATION_CHOICES 132 +# define CMS_F_CMS_GET0_SIGNED 133 +# define CMS_F_CMS_MSGSIGDIGEST_ADD1 162 +# define CMS_F_CMS_RECEIPTREQUEST_CREATE0 159 +# define CMS_F_CMS_RECEIPT_VERIFY 160 +# define CMS_F_CMS_RECIPIENTINFO_DECRYPT 134 +# define CMS_F_CMS_RECIPIENTINFO_ENCRYPT 169 +# define CMS_F_CMS_RECIPIENTINFO_KARI_ENCRYPT 178 +# define CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ALG 175 +# define CMS_F_CMS_RECIPIENTINFO_KARI_GET0_ORIG_ID 173 +# define CMS_F_CMS_RECIPIENTINFO_KARI_GET0_REKS 172 +# define CMS_F_CMS_RECIPIENTINFO_KARI_ORIG_ID_CMP 174 +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_DECRYPT 135 +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_ENCRYPT 136 +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_GET0_ID 137 +# define CMS_F_CMS_RECIPIENTINFO_KEKRI_ID_CMP 138 +# define CMS_F_CMS_RECIPIENTINFO_KTRI_CERT_CMP 139 +# define CMS_F_CMS_RECIPIENTINFO_KTRI_DECRYPT 140 +# define CMS_F_CMS_RECIPIENTINFO_KTRI_ENCRYPT 141 +# define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_ALGS 142 +# define CMS_F_CMS_RECIPIENTINFO_KTRI_GET0_SIGNER_ID 143 +# define CMS_F_CMS_RECIPIENTINFO_PWRI_CRYPT 167 +# define CMS_F_CMS_RECIPIENTINFO_SET0_KEY 144 +# define CMS_F_CMS_RECIPIENTINFO_SET0_PASSWORD 168 +# define CMS_F_CMS_RECIPIENTINFO_SET0_PKEY 145 +# define CMS_F_CMS_SD_ASN1_CTRL 170 +# define CMS_F_CMS_SET1_IAS 176 +# define CMS_F_CMS_SET1_KEYID 177 +# define CMS_F_CMS_SET1_SIGNERIDENTIFIER 146 +# define CMS_F_CMS_SET_DETACHED 147 +# define CMS_F_CMS_SIGN 148 +# define CMS_F_CMS_SIGNED_DATA_INIT 149 +# define CMS_F_CMS_SIGNERINFO_CONTENT_SIGN 150 +# define CMS_F_CMS_SIGNERINFO_SIGN 151 +# define CMS_F_CMS_SIGNERINFO_VERIFY 152 +# define CMS_F_CMS_SIGNERINFO_VERIFY_CERT 153 +# define CMS_F_CMS_SIGNERINFO_VERIFY_CONTENT 154 +# define CMS_F_CMS_SIGN_RECEIPT 163 +# define CMS_F_CMS_STREAM 155 +# define CMS_F_CMS_UNCOMPRESS 156 +# define CMS_F_CMS_VERIFY 157 + +/* Reason codes. */ +# define CMS_R_ADD_SIGNER_ERROR 99 +# define CMS_R_CERTIFICATE_ALREADY_PRESENT 175 +# define CMS_R_CERTIFICATE_HAS_NO_KEYID 160 +# define CMS_R_CERTIFICATE_VERIFY_ERROR 100 +# define CMS_R_CIPHER_INITIALISATION_ERROR 101 +# define CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR 102 +# define CMS_R_CMS_DATAFINAL_ERROR 103 +# define CMS_R_CMS_LIB 104 +# define CMS_R_CONTENTIDENTIFIER_MISMATCH 170 +# define CMS_R_CONTENT_NOT_FOUND 105 +# define CMS_R_CONTENT_TYPE_MISMATCH 171 +# define CMS_R_CONTENT_TYPE_NOT_COMPRESSED_DATA 106 +# define CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA 107 +# define CMS_R_CONTENT_TYPE_NOT_SIGNED_DATA 108 +# define CMS_R_CONTENT_VERIFY_ERROR 109 +# define CMS_R_CTRL_ERROR 110 +# define CMS_R_CTRL_FAILURE 111 +# define CMS_R_DECRYPT_ERROR 112 +# define CMS_R_DIGEST_ERROR 161 +# define CMS_R_ERROR_GETTING_PUBLIC_KEY 113 +# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE 114 +# define CMS_R_ERROR_SETTING_KEY 115 +# define CMS_R_ERROR_SETTING_RECIPIENTINFO 116 +# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH 117 +# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER 176 +# define CMS_R_INVALID_KEY_LENGTH 118 +# define CMS_R_MD_BIO_INIT_ERROR 119 +# define CMS_R_MESSAGEDIGEST_ATTRIBUTE_WRONG_LENGTH 120 +# define CMS_R_MESSAGEDIGEST_WRONG_LENGTH 121 +# define CMS_R_MSGSIGDIGEST_ERROR 172 +# define CMS_R_MSGSIGDIGEST_VERIFICATION_FAILURE 162 +# define CMS_R_MSGSIGDIGEST_WRONG_LENGTH 163 +# define CMS_R_NEED_ONE_SIGNER 164 +# define CMS_R_NOT_A_SIGNED_RECEIPT 165 +# define CMS_R_NOT_ENCRYPTED_DATA 122 +# define CMS_R_NOT_KEK 123 +# define CMS_R_NOT_KEY_AGREEMENT 181 +# define CMS_R_NOT_KEY_TRANSPORT 124 +# define CMS_R_NOT_PWRI 177 +# define CMS_R_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 125 +# define CMS_R_NO_CIPHER 126 +# define CMS_R_NO_CONTENT 127 +# define CMS_R_NO_CONTENT_TYPE 173 +# define CMS_R_NO_DEFAULT_DIGEST 128 +# define CMS_R_NO_DIGEST_SET 129 +# define CMS_R_NO_KEY 130 +# define CMS_R_NO_KEY_OR_CERT 174 +# define CMS_R_NO_MATCHING_DIGEST 131 +# define CMS_R_NO_MATCHING_RECIPIENT 132 +# define CMS_R_NO_MATCHING_SIGNATURE 166 +# define CMS_R_NO_MSGSIGDIGEST 167 +# define CMS_R_NO_PASSWORD 178 +# define CMS_R_NO_PRIVATE_KEY 133 +# define CMS_R_NO_PUBLIC_KEY 134 +# define CMS_R_NO_RECEIPT_REQUEST 168 +# define CMS_R_NO_SIGNERS 135 +# define CMS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 136 +# define CMS_R_RECEIPT_DECODE_ERROR 169 +# define CMS_R_RECIPIENT_ERROR 137 +# define CMS_R_SIGNER_CERTIFICATE_NOT_FOUND 138 +# define CMS_R_SIGNFINAL_ERROR 139 +# define CMS_R_SMIME_TEXT_ERROR 140 +# define CMS_R_STORE_INIT_ERROR 141 +# define CMS_R_TYPE_NOT_COMPRESSED_DATA 142 +# define CMS_R_TYPE_NOT_DATA 143 +# define CMS_R_TYPE_NOT_DIGESTED_DATA 144 +# define CMS_R_TYPE_NOT_ENCRYPTED_DATA 145 +# define CMS_R_TYPE_NOT_ENVELOPED_DATA 146 +# define CMS_R_UNABLE_TO_FINALIZE_CONTEXT 147 +# define CMS_R_UNKNOWN_CIPHER 148 +# define CMS_R_UNKNOWN_DIGEST_ALGORIHM 149 +# define CMS_R_UNKNOWN_ID 150 +# define CMS_R_UNSUPPORTED_COMPRESSION_ALGORITHM 151 +# define CMS_R_UNSUPPORTED_CONTENT_TYPE 152 +# define CMS_R_UNSUPPORTED_KEK_ALGORITHM 153 +# define CMS_R_UNSUPPORTED_KEY_ENCRYPTION_ALGORITHM 179 +# define CMS_R_UNSUPPORTED_RECIPIENT_TYPE 154 +# define CMS_R_UNSUPPORTED_RECPIENTINFO_TYPE 155 +# define CMS_R_UNSUPPORTED_TYPE 156 +# define CMS_R_UNWRAP_ERROR 157 +# define CMS_R_UNWRAP_FAILURE 180 +# define CMS_R_VERIFICATION_FAILURE 158 +# define CMS_R_WRAP_ERROR 159 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/comp.h b/frappe/.node-gyp/6.7.0/include/node/openssl/comp.h new file mode 100644 index 00000000..df599ba3 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/comp.h @@ -0,0 +1,83 @@ + +#ifndef HEADER_COMP_H +# define HEADER_COMP_H + +# include + +# ifdef OPENSSL_NO_COMP +# error COMP is disabled. +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct comp_ctx_st COMP_CTX; + +struct comp_method_st { + int type; /* NID for compression library */ + const char *name; /* A text string to identify the library */ + int (*init) (COMP_CTX *ctx); + void (*finish) (COMP_CTX *ctx); + int (*compress) (COMP_CTX *ctx, + unsigned char *out, unsigned int olen, + unsigned char *in, unsigned int ilen); + int (*expand) (COMP_CTX *ctx, + unsigned char *out, unsigned int olen, + unsigned char *in, unsigned int ilen); + /* + * The following two do NOTHING, but are kept for backward compatibility + */ + long (*ctrl) (void); + long (*callback_ctrl) (void); +}; + +struct comp_ctx_st { + COMP_METHOD *meth; + unsigned long compress_in; + unsigned long compress_out; + unsigned long expand_in; + unsigned long expand_out; + CRYPTO_EX_DATA ex_data; +}; + +COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); +void COMP_CTX_free(COMP_CTX *ctx); +int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, + unsigned char *in, int ilen); +int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, + unsigned char *in, int ilen); +COMP_METHOD *COMP_rle(void); +COMP_METHOD *COMP_zlib(void); +void COMP_zlib_cleanup(void); + +# ifdef HEADER_BIO_H +# ifdef ZLIB +BIO_METHOD *BIO_f_zlib(void); +# endif +# endif + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_COMP_strings(void); + +/* Error codes for the COMP functions. */ + +/* Function codes. */ +# define COMP_F_BIO_ZLIB_FLUSH 99 +# define COMP_F_BIO_ZLIB_NEW 100 +# define COMP_F_BIO_ZLIB_READ 101 +# define COMP_F_BIO_ZLIB_WRITE 102 + +/* Reason codes. */ +# define COMP_R_ZLIB_DEFLATE_ERROR 99 +# define COMP_R_ZLIB_INFLATE_ERROR 100 +# define COMP_R_ZLIB_NOT_SUPPORTED 101 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/conf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/conf.h new file mode 100644 index 00000000..8d926d5d --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/conf.h @@ -0,0 +1,267 @@ +/* crypto/conf/conf.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_CONF_H +# define HEADER_CONF_H + +# include +# include +# include +# include +# include + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct { + char *section; + char *name; + char *value; +} CONF_VALUE; + +DECLARE_STACK_OF(CONF_VALUE) +DECLARE_LHASH_OF(CONF_VALUE); + +struct conf_st; +struct conf_method_st; +typedef struct conf_method_st CONF_METHOD; + +struct conf_method_st { + const char *name; + CONF *(*create) (CONF_METHOD *meth); + int (*init) (CONF *conf); + int (*destroy) (CONF *conf); + int (*destroy_data) (CONF *conf); + int (*load_bio) (CONF *conf, BIO *bp, long *eline); + int (*dump) (const CONF *conf, BIO *bp); + int (*is_number) (const CONF *conf, char c); + int (*to_int) (const CONF *conf, char c); + int (*load) (CONF *conf, const char *name, long *eline); +}; + +/* Module definitions */ + +typedef struct conf_imodule_st CONF_IMODULE; +typedef struct conf_module_st CONF_MODULE; + +DECLARE_STACK_OF(CONF_MODULE) +DECLARE_STACK_OF(CONF_IMODULE) + +/* DSO module function typedefs */ +typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf); +typedef void conf_finish_func (CONF_IMODULE *md); + +# define CONF_MFLAGS_IGNORE_ERRORS 0x1 +# define CONF_MFLAGS_IGNORE_RETURN_CODES 0x2 +# define CONF_MFLAGS_SILENT 0x4 +# define CONF_MFLAGS_NO_DSO 0x8 +# define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10 +# define CONF_MFLAGS_DEFAULT_SECTION 0x20 + +int CONF_set_default_method(CONF_METHOD *meth); +void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash); +LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, + long *eline); +# ifndef OPENSSL_NO_FP_API +LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, + long *eline); +# endif +LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, + long *eline); +STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, + const char *section); +char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, + const char *name); +long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, + const char *name); +void CONF_free(LHASH_OF(CONF_VALUE) *conf); +int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); +int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); + +void OPENSSL_config(const char *config_name); +void OPENSSL_no_config(void); + +/* + * New conf code. The semantics are different from the functions above. If + * that wasn't the case, the above functions would have been replaced + */ + +struct conf_st { + CONF_METHOD *meth; + void *meth_data; + LHASH_OF(CONF_VALUE) *data; +}; + +CONF *NCONF_new(CONF_METHOD *meth); +CONF_METHOD *NCONF_default(void); +CONF_METHOD *NCONF_WIN32(void); +# if 0 /* Just to give you an idea of what I have in + * mind */ +CONF_METHOD *NCONF_XML(void); +# endif +void NCONF_free(CONF *conf); +void NCONF_free_data(CONF *conf); + +int NCONF_load(CONF *conf, const char *file, long *eline); +# ifndef OPENSSL_NO_FP_API +int NCONF_load_fp(CONF *conf, FILE *fp, long *eline); +# endif +int NCONF_load_bio(CONF *conf, BIO *bp, long *eline); +STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, + const char *section); +char *NCONF_get_string(const CONF *conf, const char *group, const char *name); +int NCONF_get_number_e(const CONF *conf, const char *group, const char *name, + long *result); +int NCONF_dump_fp(const CONF *conf, FILE *out); +int NCONF_dump_bio(const CONF *conf, BIO *out); + +# if 0 /* The following function has no error + * checking, and should therefore be avoided */ +long NCONF_get_number(CONF *conf, char *group, char *name); +# else +# define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r) +# endif + +/* Module functions */ + +int CONF_modules_load(const CONF *cnf, const char *appname, + unsigned long flags); +int CONF_modules_load_file(const char *filename, const char *appname, + unsigned long flags); +void CONF_modules_unload(int all); +void CONF_modules_finish(void); +void CONF_modules_free(void); +int CONF_module_add(const char *name, conf_init_func *ifunc, + conf_finish_func *ffunc); + +const char *CONF_imodule_get_name(const CONF_IMODULE *md); +const char *CONF_imodule_get_value(const CONF_IMODULE *md); +void *CONF_imodule_get_usr_data(const CONF_IMODULE *md); +void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data); +CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md); +unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md); +void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags); +void *CONF_module_get_usr_data(CONF_MODULE *pmod); +void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data); + +char *CONF_get1_default_config_file(void); + +int CONF_parse_list(const char *list, int sep, int nospc, + int (*list_cb) (const char *elem, int len, void *usr), + void *arg); + +void OPENSSL_load_builtin_modules(void); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_CONF_strings(void); + +/* Error codes for the CONF functions. */ + +/* Function codes. */ +# define CONF_F_CONF_DUMP_FP 104 +# define CONF_F_CONF_LOAD 100 +# define CONF_F_CONF_LOAD_BIO 102 +# define CONF_F_CONF_LOAD_FP 103 +# define CONF_F_CONF_MODULES_LOAD 116 +# define CONF_F_CONF_PARSE_LIST 119 +# define CONF_F_DEF_LOAD 120 +# define CONF_F_DEF_LOAD_BIO 121 +# define CONF_F_MODULE_INIT 115 +# define CONF_F_MODULE_LOAD_DSO 117 +# define CONF_F_MODULE_RUN 118 +# define CONF_F_NCONF_DUMP_BIO 105 +# define CONF_F_NCONF_DUMP_FP 106 +# define CONF_F_NCONF_GET_NUMBER 107 +# define CONF_F_NCONF_GET_NUMBER_E 112 +# define CONF_F_NCONF_GET_SECTION 108 +# define CONF_F_NCONF_GET_STRING 109 +# define CONF_F_NCONF_LOAD 113 +# define CONF_F_NCONF_LOAD_BIO 110 +# define CONF_F_NCONF_LOAD_FP 114 +# define CONF_F_NCONF_NEW 111 +# define CONF_F_STR_COPY 101 + +/* Reason codes. */ +# define CONF_R_ERROR_LOADING_DSO 110 +# define CONF_R_LIST_CANNOT_BE_NULL 115 +# define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100 +# define CONF_R_MISSING_EQUAL_SIGN 101 +# define CONF_R_MISSING_FINISH_FUNCTION 111 +# define CONF_R_MISSING_INIT_FUNCTION 112 +# define CONF_R_MODULE_INITIALIZATION_ERROR 109 +# define CONF_R_NO_CLOSE_BRACE 102 +# define CONF_R_NO_CONF 105 +# define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106 +# define CONF_R_NO_SECTION 107 +# define CONF_R_NO_SUCH_FILE 114 +# define CONF_R_NO_VALUE 108 +# define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103 +# define CONF_R_UNKNOWN_MODULE_NAME 113 +# define CONF_R_VARIABLE_HAS_NO_VALUE 104 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/conf_api.h b/frappe/.node-gyp/6.7.0/include/node/openssl/conf_api.h new file mode 100644 index 00000000..e478f7df --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/conf_api.h @@ -0,0 +1,89 @@ +/* conf_api.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_CONF_API_H +# define HEADER_CONF_API_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Up until OpenSSL 0.9.5a, this was new_section */ +CONF_VALUE *_CONF_new_section(CONF *conf, const char *section); +/* Up until OpenSSL 0.9.5a, this was get_section */ +CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section); +/* Up until OpenSSL 0.9.5a, this was CONF_get_section */ +STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, + const char *section); + +int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value); +char *_CONF_get_string(const CONF *conf, const char *section, + const char *name); +long _CONF_get_number(const CONF *conf, const char *section, + const char *name); + +int _CONF_new_data(CONF *conf); +void _CONF_free_data(CONF *conf); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/crypto.h b/frappe/.node-gyp/6.7.0/include/node/openssl/crypto.h new file mode 100644 index 00000000..6c644ce1 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/crypto.h @@ -0,0 +1,661 @@ +/* crypto/crypto.h */ +/* ==================================================================== + * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * ECDH support in OpenSSL originally developed by + * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. + */ + +#ifndef HEADER_CRYPTO_H +# define HEADER_CRYPTO_H + +# include + +# include + +# ifndef OPENSSL_NO_FP_API +# include +# endif + +# include +# include +# include +# include + +# ifdef CHARSET_EBCDIC +# include +# endif + +/* + * Resolve problems on some operating systems with symbol names that clash + * one way or another + */ +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Backward compatibility to SSLeay */ +/* + * This is more to be used to check the correct DLL is being used in the MS + * world. + */ +# define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER +# define SSLEAY_VERSION 0 +/* #define SSLEAY_OPTIONS 1 no longer supported */ +# define SSLEAY_CFLAGS 2 +# define SSLEAY_BUILT_ON 3 +# define SSLEAY_PLATFORM 4 +# define SSLEAY_DIR 5 + +/* Already declared in ossl_typ.h */ +# if 0 +typedef struct crypto_ex_data_st CRYPTO_EX_DATA; +/* Called when a new object is created */ +typedef int CRYPTO_EX_new (void *parent, void *ptr, CRYPTO_EX_DATA *ad, + int idx, long argl, void *argp); +/* Called when an object is free()ed */ +typedef void CRYPTO_EX_free (void *parent, void *ptr, CRYPTO_EX_DATA *ad, + int idx, long argl, void *argp); +/* Called when we need to dup an object */ +typedef int CRYPTO_EX_dup (CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, + void *from_d, int idx, long argl, void *argp); +# endif + +/* A generic structure to pass assorted data in a expandable way */ +typedef struct openssl_item_st { + int code; + void *value; /* Not used for flag attributes */ + size_t value_size; /* Max size of value for output, length for + * input */ + size_t *value_length; /* Returned length of value for output */ +} OPENSSL_ITEM; + +/* + * When changing the CRYPTO_LOCK_* list, be sure to maintin the text lock + * names in cryptlib.c + */ + +# define CRYPTO_LOCK_ERR 1 +# define CRYPTO_LOCK_EX_DATA 2 +# define CRYPTO_LOCK_X509 3 +# define CRYPTO_LOCK_X509_INFO 4 +# define CRYPTO_LOCK_X509_PKEY 5 +# define CRYPTO_LOCK_X509_CRL 6 +# define CRYPTO_LOCK_X509_REQ 7 +# define CRYPTO_LOCK_DSA 8 +# define CRYPTO_LOCK_RSA 9 +# define CRYPTO_LOCK_EVP_PKEY 10 +# define CRYPTO_LOCK_X509_STORE 11 +# define CRYPTO_LOCK_SSL_CTX 12 +# define CRYPTO_LOCK_SSL_CERT 13 +# define CRYPTO_LOCK_SSL_SESSION 14 +# define CRYPTO_LOCK_SSL_SESS_CERT 15 +# define CRYPTO_LOCK_SSL 16 +# define CRYPTO_LOCK_SSL_METHOD 17 +# define CRYPTO_LOCK_RAND 18 +# define CRYPTO_LOCK_RAND2 19 +# define CRYPTO_LOCK_MALLOC 20 +# define CRYPTO_LOCK_BIO 21 +# define CRYPTO_LOCK_GETHOSTBYNAME 22 +# define CRYPTO_LOCK_GETSERVBYNAME 23 +# define CRYPTO_LOCK_READDIR 24 +# define CRYPTO_LOCK_RSA_BLINDING 25 +# define CRYPTO_LOCK_DH 26 +# define CRYPTO_LOCK_MALLOC2 27 +# define CRYPTO_LOCK_DSO 28 +# define CRYPTO_LOCK_DYNLOCK 29 +# define CRYPTO_LOCK_ENGINE 30 +# define CRYPTO_LOCK_UI 31 +# define CRYPTO_LOCK_ECDSA 32 +# define CRYPTO_LOCK_EC 33 +# define CRYPTO_LOCK_ECDH 34 +# define CRYPTO_LOCK_BN 35 +# define CRYPTO_LOCK_EC_PRE_COMP 36 +# define CRYPTO_LOCK_STORE 37 +# define CRYPTO_LOCK_COMP 38 +# define CRYPTO_LOCK_FIPS 39 +# define CRYPTO_LOCK_FIPS2 40 +# define CRYPTO_NUM_LOCKS 41 + +# define CRYPTO_LOCK 1 +# define CRYPTO_UNLOCK 2 +# define CRYPTO_READ 4 +# define CRYPTO_WRITE 8 + +# ifndef OPENSSL_NO_LOCKING +# ifndef CRYPTO_w_lock +# define CRYPTO_w_lock(type) \ + CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__) +# define CRYPTO_w_unlock(type) \ + CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__) +# define CRYPTO_r_lock(type) \ + CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__) +# define CRYPTO_r_unlock(type) \ + CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__) +# define CRYPTO_add(addr,amount,type) \ + CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__) +# endif +# else +# define CRYPTO_w_lock(a) +# define CRYPTO_w_unlock(a) +# define CRYPTO_r_lock(a) +# define CRYPTO_r_unlock(a) +# define CRYPTO_add(a,b,c) ((*(a))+=(b)) +# endif + +/* + * Some applications as well as some parts of OpenSSL need to allocate and + * deallocate locks in a dynamic fashion. The following typedef makes this + * possible in a type-safe manner. + */ +/* struct CRYPTO_dynlock_value has to be defined by the application. */ +typedef struct { + int references; + struct CRYPTO_dynlock_value *data; +} CRYPTO_dynlock; + +/* + * The following can be used to detect memory leaks in the SSLeay library. It + * used, it turns on malloc checking + */ + +# define CRYPTO_MEM_CHECK_OFF 0x0/* an enume */ +# define CRYPTO_MEM_CHECK_ON 0x1/* a bit */ +# define CRYPTO_MEM_CHECK_ENABLE 0x2/* a bit */ +# define CRYPTO_MEM_CHECK_DISABLE 0x3/* an enume */ + +/* + * The following are bit values to turn on or off options connected to the + * malloc checking functionality + */ + +/* Adds time to the memory checking information */ +# define V_CRYPTO_MDEBUG_TIME 0x1/* a bit */ +/* Adds thread number to the memory checking information */ +# define V_CRYPTO_MDEBUG_THREAD 0x2/* a bit */ + +# define V_CRYPTO_MDEBUG_ALL (V_CRYPTO_MDEBUG_TIME | V_CRYPTO_MDEBUG_THREAD) + +/* predec of the BIO type */ +typedef struct bio_st BIO_dummy; + +struct crypto_ex_data_st { + STACK_OF(void) *sk; + /* gcc is screwing up this data structure :-( */ + int dummy; +}; +DECLARE_STACK_OF(void) + +/* + * This stuff is basically class callback functions The current classes are + * SSL_CTX, SSL, SSL_SESSION, and a few more + */ + +typedef struct crypto_ex_data_func_st { + long argl; /* Arbitary long */ + void *argp; /* Arbitary void * */ + CRYPTO_EX_new *new_func; + CRYPTO_EX_free *free_func; + CRYPTO_EX_dup *dup_func; +} CRYPTO_EX_DATA_FUNCS; + +DECLARE_STACK_OF(CRYPTO_EX_DATA_FUNCS) + +/* + * Per class, we have a STACK of CRYPTO_EX_DATA_FUNCS for each CRYPTO_EX_DATA + * entry. + */ + +# define CRYPTO_EX_INDEX_BIO 0 +# define CRYPTO_EX_INDEX_SSL 1 +# define CRYPTO_EX_INDEX_SSL_CTX 2 +# define CRYPTO_EX_INDEX_SSL_SESSION 3 +# define CRYPTO_EX_INDEX_X509_STORE 4 +# define CRYPTO_EX_INDEX_X509_STORE_CTX 5 +# define CRYPTO_EX_INDEX_RSA 6 +# define CRYPTO_EX_INDEX_DSA 7 +# define CRYPTO_EX_INDEX_DH 8 +# define CRYPTO_EX_INDEX_ENGINE 9 +# define CRYPTO_EX_INDEX_X509 10 +# define CRYPTO_EX_INDEX_UI 11 +# define CRYPTO_EX_INDEX_ECDSA 12 +# define CRYPTO_EX_INDEX_ECDH 13 +# define CRYPTO_EX_INDEX_COMP 14 +# define CRYPTO_EX_INDEX_STORE 15 + +/* + * Dynamically assigned indexes start from this value (don't use directly, + * use via CRYPTO_ex_data_new_class). + */ +# define CRYPTO_EX_INDEX_USER 100 + +/* + * This is the default callbacks, but we can have others as well: this is + * needed in Win32 where the application malloc and the library malloc may + * not be the same. + */ +# define CRYPTO_malloc_init() CRYPTO_set_mem_functions(\ + malloc, realloc, free) + +# if defined CRYPTO_MDEBUG_ALL || defined CRYPTO_MDEBUG_TIME || defined CRYPTO_MDEBUG_THREAD +# ifndef CRYPTO_MDEBUG /* avoid duplicate #define */ +# define CRYPTO_MDEBUG +# endif +# endif + +/* + * Set standard debugging functions (not done by default unless CRYPTO_MDEBUG + * is defined) + */ +# define CRYPTO_malloc_debug_init() do {\ + CRYPTO_set_mem_debug_functions(\ + CRYPTO_dbg_malloc,\ + CRYPTO_dbg_realloc,\ + CRYPTO_dbg_free,\ + CRYPTO_dbg_set_options,\ + CRYPTO_dbg_get_options);\ + } while(0) + +int CRYPTO_mem_ctrl(int mode); +int CRYPTO_is_mem_check_on(void); + +/* for applications */ +# define MemCheck_start() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON) +# define MemCheck_stop() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_OFF) + +/* for library-internal use */ +# define MemCheck_on() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ENABLE) +# define MemCheck_off() CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_DISABLE) +# define is_MemCheck_on() CRYPTO_is_mem_check_on() + +# define OPENSSL_malloc(num) CRYPTO_malloc((int)num,__FILE__,__LINE__) +# define OPENSSL_strdup(str) CRYPTO_strdup((str),__FILE__,__LINE__) +# define OPENSSL_realloc(addr,num) \ + CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__) +# define OPENSSL_realloc_clean(addr,old_num,num) \ + CRYPTO_realloc_clean(addr,old_num,num,__FILE__,__LINE__) +# define OPENSSL_remalloc(addr,num) \ + CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__) +# define OPENSSL_freeFunc CRYPTO_free +# define OPENSSL_free(addr) CRYPTO_free(addr) + +# define OPENSSL_malloc_locked(num) \ + CRYPTO_malloc_locked((int)num,__FILE__,__LINE__) +# define OPENSSL_free_locked(addr) CRYPTO_free_locked(addr) + +const char *SSLeay_version(int type); +unsigned long SSLeay(void); + +int OPENSSL_issetugid(void); + +/* An opaque type representing an implementation of "ex_data" support */ +typedef struct st_CRYPTO_EX_DATA_IMPL CRYPTO_EX_DATA_IMPL; +/* Return an opaque pointer to the current "ex_data" implementation */ +const CRYPTO_EX_DATA_IMPL *CRYPTO_get_ex_data_implementation(void); +/* Sets the "ex_data" implementation to be used (if it's not too late) */ +int CRYPTO_set_ex_data_implementation(const CRYPTO_EX_DATA_IMPL *i); +/* Get a new "ex_data" class, and return the corresponding "class_index" */ +int CRYPTO_ex_data_new_class(void); +/* Within a given class, get/register a new index */ +int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, + CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); +/* + * Initialise/duplicate/free CRYPTO_EX_DATA variables corresponding to a + * given class (invokes whatever per-class callbacks are applicable) + */ +int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad); +int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, + CRYPTO_EX_DATA *from); +void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad); +/* + * Get/set data in a CRYPTO_EX_DATA variable corresponding to a particular + * index (relative to the class type involved) + */ +int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val); +void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx); +/* + * This function cleans up all "ex_data" state. It mustn't be called under + * potential race-conditions. + */ +void CRYPTO_cleanup_all_ex_data(void); + +int CRYPTO_get_new_lockid(char *name); + +int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */ +void CRYPTO_lock(int mode, int type, const char *file, int line); +void CRYPTO_set_locking_callback(void (*func) (int mode, int type, + const char *file, int line)); +void (*CRYPTO_get_locking_callback(void)) (int mode, int type, + const char *file, int line); +void CRYPTO_set_add_lock_callback(int (*func) + (int *num, int mount, int type, + const char *file, int line)); +int (*CRYPTO_get_add_lock_callback(void)) (int *num, int mount, int type, + const char *file, int line); + +/* Don't use this structure directly. */ +typedef struct crypto_threadid_st { + void *ptr; + unsigned long val; +} CRYPTO_THREADID; +/* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */ +void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val); +void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr); +int CRYPTO_THREADID_set_callback(void (*threadid_func) (CRYPTO_THREADID *)); +void (*CRYPTO_THREADID_get_callback(void)) (CRYPTO_THREADID *); +void CRYPTO_THREADID_current(CRYPTO_THREADID *id); +int CRYPTO_THREADID_cmp(const CRYPTO_THREADID *a, const CRYPTO_THREADID *b); +void CRYPTO_THREADID_cpy(CRYPTO_THREADID *dest, const CRYPTO_THREADID *src); +unsigned long CRYPTO_THREADID_hash(const CRYPTO_THREADID *id); +# ifndef OPENSSL_NO_DEPRECATED +void CRYPTO_set_id_callback(unsigned long (*func) (void)); +unsigned long (*CRYPTO_get_id_callback(void)) (void); +unsigned long CRYPTO_thread_id(void); +# endif + +const char *CRYPTO_get_lock_name(int type); +int CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, + int line); + +int CRYPTO_get_new_dynlockid(void); +void CRYPTO_destroy_dynlockid(int i); +struct CRYPTO_dynlock_value *CRYPTO_get_dynlock_value(int i); +void CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value + *(*dyn_create_function) (const char + *file, + int line)); +void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function) + (int mode, + struct CRYPTO_dynlock_value *l, + const char *file, int line)); +void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function) + (struct CRYPTO_dynlock_value *l, + const char *file, int line)); +struct CRYPTO_dynlock_value +*(*CRYPTO_get_dynlock_create_callback(void)) (const char *file, int line); +void (*CRYPTO_get_dynlock_lock_callback(void)) (int mode, + struct CRYPTO_dynlock_value + *l, const char *file, + int line); +void (*CRYPTO_get_dynlock_destroy_callback(void)) (struct CRYPTO_dynlock_value + *l, const char *file, + int line); + +/* + * CRYPTO_set_mem_functions includes CRYPTO_set_locked_mem_functions -- call + * the latter last if you need different functions + */ +int CRYPTO_set_mem_functions(void *(*m) (size_t), void *(*r) (void *, size_t), + void (*f) (void *)); +int CRYPTO_set_locked_mem_functions(void *(*m) (size_t), + void (*free_func) (void *)); +int CRYPTO_set_mem_ex_functions(void *(*m) (size_t, const char *, int), + void *(*r) (void *, size_t, const char *, + int), void (*f) (void *)); +int CRYPTO_set_locked_mem_ex_functions(void *(*m) (size_t, const char *, int), + void (*free_func) (void *)); +int CRYPTO_set_mem_debug_functions(void (*m) + (void *, int, const char *, int, int), + void (*r) (void *, void *, int, + const char *, int, int), + void (*f) (void *, int), void (*so) (long), + long (*go) (void)); +void CRYPTO_get_mem_functions(void *(**m) (size_t), + void *(**r) (void *, size_t), + void (**f) (void *)); +void CRYPTO_get_locked_mem_functions(void *(**m) (size_t), + void (**f) (void *)); +void CRYPTO_get_mem_ex_functions(void *(**m) (size_t, const char *, int), + void *(**r) (void *, size_t, const char *, + int), void (**f) (void *)); +void CRYPTO_get_locked_mem_ex_functions(void + *(**m) (size_t, const char *, int), + void (**f) (void *)); +void CRYPTO_get_mem_debug_functions(void (**m) + (void *, int, const char *, int, int), + void (**r) (void *, void *, int, + const char *, int, int), + void (**f) (void *, int), + void (**so) (long), long (**go) (void)); + +void *CRYPTO_malloc_locked(int num, const char *file, int line); +void CRYPTO_free_locked(void *ptr); +void *CRYPTO_malloc(int num, const char *file, int line); +char *CRYPTO_strdup(const char *str, const char *file, int line); +void CRYPTO_free(void *ptr); +void *CRYPTO_realloc(void *addr, int num, const char *file, int line); +void *CRYPTO_realloc_clean(void *addr, int old_num, int num, const char *file, + int line); +void *CRYPTO_remalloc(void *addr, int num, const char *file, int line); + +void OPENSSL_cleanse(void *ptr, size_t len); + +void CRYPTO_set_mem_debug_options(long bits); +long CRYPTO_get_mem_debug_options(void); + +# define CRYPTO_push_info(info) \ + CRYPTO_push_info_(info, __FILE__, __LINE__); +int CRYPTO_push_info_(const char *info, const char *file, int line); +int CRYPTO_pop_info(void); +int CRYPTO_remove_all_info(void); + +/* + * Default debugging functions (enabled by CRYPTO_malloc_debug_init() macro; + * used as default in CRYPTO_MDEBUG compilations): + */ +/*- + * The last argument has the following significance: + * + * 0: called before the actual memory allocation has taken place + * 1: called after the actual memory allocation has taken place + */ +void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line, + int before_p); +void CRYPTO_dbg_realloc(void *addr1, void *addr2, int num, const char *file, + int line, int before_p); +void CRYPTO_dbg_free(void *addr, int before_p); +/*- + * Tell the debugging code about options. By default, the following values + * apply: + * + * 0: Clear all options. + * V_CRYPTO_MDEBUG_TIME (1): Set the "Show Time" option. + * V_CRYPTO_MDEBUG_THREAD (2): Set the "Show Thread Number" option. + * V_CRYPTO_MDEBUG_ALL (3): 1 + 2 + */ +void CRYPTO_dbg_set_options(long bits); +long CRYPTO_dbg_get_options(void); + +# ifndef OPENSSL_NO_FP_API +void CRYPTO_mem_leaks_fp(FILE *); +# endif +void CRYPTO_mem_leaks(struct bio_st *bio); +/* unsigned long order, char *file, int line, int num_bytes, char *addr */ +typedef void *CRYPTO_MEM_LEAK_CB (unsigned long, const char *, int, int, + void *); +void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb); + +/* die if we have to */ +void OpenSSLDie(const char *file, int line, const char *assertion); +# define OPENSSL_assert(e) (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1)) + +unsigned long *OPENSSL_ia32cap_loc(void); +# define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) +int OPENSSL_isservice(void); + +int FIPS_mode(void); +int FIPS_mode_set(int r); + +void OPENSSL_init(void); + +# define fips_md_init(alg) fips_md_init_ctx(alg, alg) + +# ifdef OPENSSL_FIPS +# define fips_md_init_ctx(alg, cx) \ + int alg##_Init(cx##_CTX *c) \ + { \ + if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \ + "Low level API call to digest " #alg " forbidden in FIPS mode!"); \ + return private_##alg##_Init(c); \ + } \ + int private_##alg##_Init(cx##_CTX *c) + +# define fips_cipher_abort(alg) \ + if (FIPS_mode()) OpenSSLDie(__FILE__, __LINE__, \ + "Low level API call to cipher " #alg " forbidden in FIPS mode!") + +# else +# define fips_md_init_ctx(alg, cx) \ + int alg##_Init(cx##_CTX *c) +# define fips_cipher_abort(alg) while(0) +# endif + +/* + * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal. + * It takes an amount of time dependent on |len|, but independent of the + * contents of |a| and |b|. Unlike memcmp, it cannot be used to put elements + * into a defined order as the return value when a != b is undefined, other + * than to be non-zero. + */ +int CRYPTO_memcmp(const volatile void *a, const volatile void *b, size_t len); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_CRYPTO_strings(void); + +/* Error codes for the CRYPTO functions. */ + +/* Function codes. */ +# define CRYPTO_F_CRYPTO_GET_EX_NEW_INDEX 100 +# define CRYPTO_F_CRYPTO_GET_NEW_DYNLOCKID 103 +# define CRYPTO_F_CRYPTO_GET_NEW_LOCKID 101 +# define CRYPTO_F_CRYPTO_SET_EX_DATA 102 +# define CRYPTO_F_DEF_ADD_INDEX 104 +# define CRYPTO_F_DEF_GET_CLASS 105 +# define CRYPTO_F_FIPS_MODE_SET 109 +# define CRYPTO_F_INT_DUP_EX_DATA 106 +# define CRYPTO_F_INT_FREE_EX_DATA 107 +# define CRYPTO_F_INT_NEW_EX_DATA 108 + +/* Reason codes. */ +# define CRYPTO_R_FIPS_MODE_NOT_SUPPORTED 101 +# define CRYPTO_R_NO_DYNLOCK_CREATE_CALLBACK 100 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/des.h b/frappe/.node-gyp/6.7.0/include/node/openssl/des.h new file mode 100644 index 00000000..1b40144e --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/des.h @@ -0,0 +1,257 @@ +/* crypto/des/des.h */ +/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_NEW_DES_H +# define HEADER_NEW_DES_H + +# include /* OPENSSL_EXTERN, OPENSSL_NO_DES, DES_LONG + * (via openssl/opensslconf.h */ + +# ifdef OPENSSL_NO_DES +# error DES is disabled. +# endif + +# ifdef OPENSSL_BUILD_SHLIBCRYPTO +# undef OPENSSL_EXTERN +# define OPENSSL_EXTERN OPENSSL_EXPORT +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +typedef unsigned char DES_cblock[8]; +typedef /* const */ unsigned char const_DES_cblock[8]; +/* + * With "const", gcc 2.8.1 on Solaris thinks that DES_cblock * and + * const_DES_cblock * are incompatible pointer types. + */ + +typedef struct DES_ks { + union { + DES_cblock cblock; + /* + * make sure things are correct size on machines with 8 byte longs + */ + DES_LONG deslong[2]; + } ks[16]; +} DES_key_schedule; + +# ifndef OPENSSL_DISABLE_OLD_DES_SUPPORT +# ifndef OPENSSL_ENABLE_OLD_DES_SUPPORT +# define OPENSSL_ENABLE_OLD_DES_SUPPORT +# endif +# endif + +# ifdef OPENSSL_ENABLE_OLD_DES_SUPPORT +# include +# endif + +# define DES_KEY_SZ (sizeof(DES_cblock)) +# define DES_SCHEDULE_SZ (sizeof(DES_key_schedule)) + +# define DES_ENCRYPT 1 +# define DES_DECRYPT 0 + +# define DES_CBC_MODE 0 +# define DES_PCBC_MODE 1 + +# define DES_ecb2_encrypt(i,o,k1,k2,e) \ + DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e)) + +# define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ + DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e)) + +# define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ + DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e)) + +# define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ + DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n)) + +OPENSSL_DECLARE_GLOBAL(int, DES_check_key); /* defaults to false */ +# define DES_check_key OPENSSL_GLOBAL_REF(DES_check_key) +OPENSSL_DECLARE_GLOBAL(int, DES_rw_mode); /* defaults to DES_PCBC_MODE */ +# define DES_rw_mode OPENSSL_GLOBAL_REF(DES_rw_mode) + +const char *DES_options(void); +void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, + DES_key_schedule *ks1, DES_key_schedule *ks2, + DES_key_schedule *ks3, int enc); +DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output, + long length, DES_key_schedule *schedule, + const_DES_cblock *ivec); +/* DES_cbc_encrypt does not update the IV! Use DES_ncbc_encrypt instead. */ +void DES_cbc_encrypt(const unsigned char *input, unsigned char *output, + long length, DES_key_schedule *schedule, + DES_cblock *ivec, int enc); +void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output, + long length, DES_key_schedule *schedule, + DES_cblock *ivec, int enc); +void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output, + long length, DES_key_schedule *schedule, + DES_cblock *ivec, const_DES_cblock *inw, + const_DES_cblock *outw, int enc); +void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, + long length, DES_key_schedule *schedule, + DES_cblock *ivec, int enc); +void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, + DES_key_schedule *ks, int enc); + +/* + * This is the DES encryption function that gets called by just about every + * other DES routine in the library. You should not use this function except + * to implement 'modes' of DES. I say this because the functions that call + * this routine do the conversion from 'char *' to long, and this needs to be + * done to make sure 'non-aligned' memory access do not occur. The + * characters are loaded 'little endian'. Data is a pointer to 2 unsigned + * long's and ks is the DES_key_schedule to use. enc, is non zero specifies + * encryption, zero if decryption. + */ +void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc); + +/* + * This functions is the same as DES_encrypt1() except that the DES initial + * permutation (IP) and final permutation (FP) have been left out. As for + * DES_encrypt1(), you should not use this function. It is used by the + * routines in the library that implement triple DES. IP() DES_encrypt2() + * DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1() + * DES_encrypt1() DES_encrypt1() except faster :-). + */ +void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc); + +void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1, + DES_key_schedule *ks2, DES_key_schedule *ks3); +void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, + DES_key_schedule *ks2, DES_key_schedule *ks3); +void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, + long length, + DES_key_schedule *ks1, DES_key_schedule *ks2, + DES_key_schedule *ks3, DES_cblock *ivec, int enc); +void DES_ede3_cbcm_encrypt(const unsigned char *in, unsigned char *out, + long length, + DES_key_schedule *ks1, DES_key_schedule *ks2, + DES_key_schedule *ks3, + DES_cblock *ivec1, DES_cblock *ivec2, int enc); +void DES_ede3_cfb64_encrypt(const unsigned char *in, unsigned char *out, + long length, DES_key_schedule *ks1, + DES_key_schedule *ks2, DES_key_schedule *ks3, + DES_cblock *ivec, int *num, int enc); +void DES_ede3_cfb_encrypt(const unsigned char *in, unsigned char *out, + int numbits, long length, DES_key_schedule *ks1, + DES_key_schedule *ks2, DES_key_schedule *ks3, + DES_cblock *ivec, int enc); +void DES_ede3_ofb64_encrypt(const unsigned char *in, unsigned char *out, + long length, DES_key_schedule *ks1, + DES_key_schedule *ks2, DES_key_schedule *ks3, + DES_cblock *ivec, int *num); +# if 0 +void DES_xwhite_in2out(const_DES_cblock *DES_key, const_DES_cblock *in_white, + DES_cblock *out_white); +# endif + +int DES_enc_read(int fd, void *buf, int len, DES_key_schedule *sched, + DES_cblock *iv); +int DES_enc_write(int fd, const void *buf, int len, DES_key_schedule *sched, + DES_cblock *iv); +char *DES_fcrypt(const char *buf, const char *salt, char *ret); +char *DES_crypt(const char *buf, const char *salt); +void DES_ofb_encrypt(const unsigned char *in, unsigned char *out, int numbits, + long length, DES_key_schedule *schedule, + DES_cblock *ivec); +void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, + long length, DES_key_schedule *schedule, + DES_cblock *ivec, int enc); +DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[], + long length, int out_count, DES_cblock *seed); +int DES_random_key(DES_cblock *ret); +void DES_set_odd_parity(DES_cblock *key); +int DES_check_key_parity(const_DES_cblock *key); +int DES_is_weak_key(const_DES_cblock *key); +/* + * DES_set_key (= set_key = DES_key_sched = key_sched) calls + * DES_set_key_checked if global variable DES_check_key is set, + * DES_set_key_unchecked otherwise. + */ +int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); +int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule); +int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule); +void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule); +# ifdef OPENSSL_FIPS +void private_DES_set_key_unchecked(const_DES_cblock *key, + DES_key_schedule *schedule); +# endif +void DES_string_to_key(const char *str, DES_cblock *key); +void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2); +void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, + long length, DES_key_schedule *schedule, + DES_cblock *ivec, int *num, int enc); +void DES_ofb64_encrypt(const unsigned char *in, unsigned char *out, + long length, DES_key_schedule *schedule, + DES_cblock *ivec, int *num); + +int DES_read_password(DES_cblock *key, const char *prompt, int verify); +int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, + const char *prompt, int verify); + +# define DES_fixup_key_parity DES_set_odd_parity + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/des_old.h b/frappe/.node-gyp/6.7.0/include/node/openssl/des_old.h new file mode 100644 index 00000000..ee7607a2 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/des_old.h @@ -0,0 +1,497 @@ +/* crypto/des/des_old.h */ + +/*- + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + * + * The function names in here are deprecated and are only present to + * provide an interface compatible with openssl 0.9.6 and older as + * well as libdes. OpenSSL now provides functions where "des_" has + * been replaced with "DES_" in the names, to make it possible to + * make incompatible changes that are needed for C type security and + * other stuff. + * + * This include files has two compatibility modes: + * + * - If OPENSSL_DES_LIBDES_COMPATIBILITY is defined, you get an API + * that is compatible with libdes and SSLeay. + * - If OPENSSL_DES_LIBDES_COMPATIBILITY isn't defined, you get an + * API that is compatible with OpenSSL 0.9.5x to 0.9.6x. + * + * Note that these modes break earlier snapshots of OpenSSL, where + * libdes compatibility was the only available mode or (later on) the + * prefered compatibility mode. However, after much consideration + * (and more or less violent discussions with external parties), it + * was concluded that OpenSSL should be compatible with earlier versions + * of itself before anything else. Also, in all honesty, libdes is + * an old beast that shouldn't really be used any more. + * + * Please consider starting to use the DES_ functions rather than the + * des_ ones. The des_ functions will disappear completely before + * OpenSSL 1.0! + * + * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + */ + +/* + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project + * 2001. + */ +/* ==================================================================== + * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_DES_H +# define HEADER_DES_H + +# include /* OPENSSL_EXTERN, OPENSSL_NO_DES, DES_LONG */ + +# ifdef OPENSSL_NO_DES +# error DES is disabled. +# endif + +# ifndef HEADER_NEW_DES_H +# error You must include des.h, not des_old.h directly. +# endif + +# ifdef _KERBEROS_DES_H +# error replaces . +# endif + +# include + +# ifdef OPENSSL_BUILD_SHLIBCRYPTO +# undef OPENSSL_EXTERN +# define OPENSSL_EXTERN OPENSSL_EXPORT +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef _ +# undef _ +# endif + +typedef unsigned char _ossl_old_des_cblock[8]; +typedef struct _ossl_old_des_ks_struct { + union { + _ossl_old_des_cblock _; + /* + * make sure things are correct size on machines with 8 byte longs + */ + DES_LONG pad[2]; + } ks; +} _ossl_old_des_key_schedule[16]; + +# ifndef OPENSSL_DES_LIBDES_COMPATIBILITY +# define des_cblock DES_cblock +# define const_des_cblock const_DES_cblock +# define des_key_schedule DES_key_schedule +# define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ + DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e)) +# define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ + DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e)) +# define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ + DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e)) +# define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ + DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e)) +# define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ + DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n)) +# define des_options()\ + DES_options() +# define des_cbc_cksum(i,o,l,k,iv)\ + DES_cbc_cksum((i),(o),(l),&(k),(iv)) +# define des_cbc_encrypt(i,o,l,k,iv,e)\ + DES_cbc_encrypt((i),(o),(l),&(k),(iv),(e)) +# define des_ncbc_encrypt(i,o,l,k,iv,e)\ + DES_ncbc_encrypt((i),(o),(l),&(k),(iv),(e)) +# define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ + DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e)) +# define des_cfb_encrypt(i,o,n,l,k,iv,e)\ + DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e)) +# define des_ecb_encrypt(i,o,k,e)\ + DES_ecb_encrypt((i),(o),&(k),(e)) +# define des_encrypt1(d,k,e)\ + DES_encrypt1((d),&(k),(e)) +# define des_encrypt2(d,k,e)\ + DES_encrypt2((d),&(k),(e)) +# define des_encrypt3(d,k1,k2,k3)\ + DES_encrypt3((d),&(k1),&(k2),&(k3)) +# define des_decrypt3(d,k1,k2,k3)\ + DES_decrypt3((d),&(k1),&(k2),&(k3)) +# define des_xwhite_in2out(k,i,o)\ + DES_xwhite_in2out((k),(i),(o)) +# define des_enc_read(f,b,l,k,iv)\ + DES_enc_read((f),(b),(l),&(k),(iv)) +# define des_enc_write(f,b,l,k,iv)\ + DES_enc_write((f),(b),(l),&(k),(iv)) +# define des_fcrypt(b,s,r)\ + DES_fcrypt((b),(s),(r)) +# if 0 +# define des_crypt(b,s)\ + DES_crypt((b),(s)) +# if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__) +# define crypt(b,s)\ + DES_crypt((b),(s)) +# endif +# endif +# define des_ofb_encrypt(i,o,n,l,k,iv)\ + DES_ofb_encrypt((i),(o),(n),(l),&(k),(iv)) +# define des_pcbc_encrypt(i,o,l,k,iv,e)\ + DES_pcbc_encrypt((i),(o),(l),&(k),(iv),(e)) +# define des_quad_cksum(i,o,l,c,s)\ + DES_quad_cksum((i),(o),(l),(c),(s)) +# define des_random_seed(k)\ + _ossl_096_des_random_seed((k)) +# define des_random_key(r)\ + DES_random_key((r)) +# define des_read_password(k,p,v) \ + DES_read_password((k),(p),(v)) +# define des_read_2passwords(k1,k2,p,v) \ + DES_read_2passwords((k1),(k2),(p),(v)) +# define des_set_odd_parity(k)\ + DES_set_odd_parity((k)) +# define des_check_key_parity(k)\ + DES_check_key_parity((k)) +# define des_is_weak_key(k)\ + DES_is_weak_key((k)) +# define des_set_key(k,ks)\ + DES_set_key((k),&(ks)) +# define des_key_sched(k,ks)\ + DES_key_sched((k),&(ks)) +# define des_set_key_checked(k,ks)\ + DES_set_key_checked((k),&(ks)) +# define des_set_key_unchecked(k,ks)\ + DES_set_key_unchecked((k),&(ks)) +# define des_string_to_key(s,k)\ + DES_string_to_key((s),(k)) +# define des_string_to_2keys(s,k1,k2)\ + DES_string_to_2keys((s),(k1),(k2)) +# define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\ + DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e)) +# define des_ofb64_encrypt(i,o,l,ks,iv,n)\ + DES_ofb64_encrypt((i),(o),(l),&(ks),(iv),(n)) + +# define des_ecb2_encrypt(i,o,k1,k2,e) \ + des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e)) + +# define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ + des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e)) + +# define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ + des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e)) + +# define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ + des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n)) + +# define des_check_key DES_check_key +# define des_rw_mode DES_rw_mode +# else /* libdes compatibility */ +/* + * Map all symbol names to _ossl_old_des_* form, so we avoid all clashes with + * libdes + */ +# define des_cblock _ossl_old_des_cblock +# define des_key_schedule _ossl_old_des_key_schedule +# define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ + _ossl_old_des_ecb3_encrypt((i),(o),(k1),(k2),(k3),(e)) +# define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ + _ossl_old_des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(e)) +# define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ + _ossl_old_des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n),(e)) +# define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ + _ossl_old_des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k3),(iv),(n)) +# define des_options()\ + _ossl_old_des_options() +# define des_cbc_cksum(i,o,l,k,iv)\ + _ossl_old_des_cbc_cksum((i),(o),(l),(k),(iv)) +# define des_cbc_encrypt(i,o,l,k,iv,e)\ + _ossl_old_des_cbc_encrypt((i),(o),(l),(k),(iv),(e)) +# define des_ncbc_encrypt(i,o,l,k,iv,e)\ + _ossl_old_des_ncbc_encrypt((i),(o),(l),(k),(iv),(e)) +# define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ + _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e)) +# define des_cfb_encrypt(i,o,n,l,k,iv,e)\ + _ossl_old_des_cfb_encrypt((i),(o),(n),(l),(k),(iv),(e)) +# define des_ecb_encrypt(i,o,k,e)\ + _ossl_old_des_ecb_encrypt((i),(o),(k),(e)) +# define des_encrypt(d,k,e)\ + _ossl_old_des_encrypt((d),(k),(e)) +# define des_encrypt2(d,k,e)\ + _ossl_old_des_encrypt2((d),(k),(e)) +# define des_encrypt3(d,k1,k2,k3)\ + _ossl_old_des_encrypt3((d),(k1),(k2),(k3)) +# define des_decrypt3(d,k1,k2,k3)\ + _ossl_old_des_decrypt3((d),(k1),(k2),(k3)) +# define des_xwhite_in2out(k,i,o)\ + _ossl_old_des_xwhite_in2out((k),(i),(o)) +# define des_enc_read(f,b,l,k,iv)\ + _ossl_old_des_enc_read((f),(b),(l),(k),(iv)) +# define des_enc_write(f,b,l,k,iv)\ + _ossl_old_des_enc_write((f),(b),(l),(k),(iv)) +# define des_fcrypt(b,s,r)\ + _ossl_old_des_fcrypt((b),(s),(r)) +# define des_crypt(b,s)\ + _ossl_old_des_crypt((b),(s)) +# if 0 +# define crypt(b,s)\ + _ossl_old_crypt((b),(s)) +# endif +# define des_ofb_encrypt(i,o,n,l,k,iv)\ + _ossl_old_des_ofb_encrypt((i),(o),(n),(l),(k),(iv)) +# define des_pcbc_encrypt(i,o,l,k,iv,e)\ + _ossl_old_des_pcbc_encrypt((i),(o),(l),(k),(iv),(e)) +# define des_quad_cksum(i,o,l,c,s)\ + _ossl_old_des_quad_cksum((i),(o),(l),(c),(s)) +# define des_random_seed(k)\ + _ossl_old_des_random_seed((k)) +# define des_random_key(r)\ + _ossl_old_des_random_key((r)) +# define des_read_password(k,p,v) \ + _ossl_old_des_read_password((k),(p),(v)) +# define des_read_2passwords(k1,k2,p,v) \ + _ossl_old_des_read_2passwords((k1),(k2),(p),(v)) +# define des_set_odd_parity(k)\ + _ossl_old_des_set_odd_parity((k)) +# define des_is_weak_key(k)\ + _ossl_old_des_is_weak_key((k)) +# define des_set_key(k,ks)\ + _ossl_old_des_set_key((k),(ks)) +# define des_key_sched(k,ks)\ + _ossl_old_des_key_sched((k),(ks)) +# define des_string_to_key(s,k)\ + _ossl_old_des_string_to_key((s),(k)) +# define des_string_to_2keys(s,k1,k2)\ + _ossl_old_des_string_to_2keys((s),(k1),(k2)) +# define des_cfb64_encrypt(i,o,l,ks,iv,n,e)\ + _ossl_old_des_cfb64_encrypt((i),(o),(l),(ks),(iv),(n),(e)) +# define des_ofb64_encrypt(i,o,l,ks,iv,n)\ + _ossl_old_des_ofb64_encrypt((i),(o),(l),(ks),(iv),(n)) + +# define des_ecb2_encrypt(i,o,k1,k2,e) \ + des_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e)) + +# define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ + des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e)) + +# define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ + des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e)) + +# define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ + des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n)) + +# define des_check_key DES_check_key +# define des_rw_mode DES_rw_mode +# endif + +const char *_ossl_old_des_options(void); +void _ossl_old_des_ecb3_encrypt(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, + _ossl_old_des_key_schedule ks1, + _ossl_old_des_key_schedule ks2, + _ossl_old_des_key_schedule ks3, int enc); +DES_LONG _ossl_old_des_cbc_cksum(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec); +void _ossl_old_des_cbc_encrypt(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec, int enc); +void _ossl_old_des_ncbc_encrypt(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec, int enc); +void _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec, + _ossl_old_des_cblock *inw, + _ossl_old_des_cblock *outw, int enc); +void _ossl_old_des_cfb_encrypt(unsigned char *in, unsigned char *out, + int numbits, long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec, int enc); +void _ossl_old_des_ecb_encrypt(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, + _ossl_old_des_key_schedule ks, int enc); +void _ossl_old_des_encrypt(DES_LONG *data, _ossl_old_des_key_schedule ks, + int enc); +void _ossl_old_des_encrypt2(DES_LONG *data, _ossl_old_des_key_schedule ks, + int enc); +void _ossl_old_des_encrypt3(DES_LONG *data, _ossl_old_des_key_schedule ks1, + _ossl_old_des_key_schedule ks2, + _ossl_old_des_key_schedule ks3); +void _ossl_old_des_decrypt3(DES_LONG *data, _ossl_old_des_key_schedule ks1, + _ossl_old_des_key_schedule ks2, + _ossl_old_des_key_schedule ks3); +void _ossl_old_des_ede3_cbc_encrypt(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, long length, + _ossl_old_des_key_schedule ks1, + _ossl_old_des_key_schedule ks2, + _ossl_old_des_key_schedule ks3, + _ossl_old_des_cblock *ivec, int enc); +void _ossl_old_des_ede3_cfb64_encrypt(unsigned char *in, unsigned char *out, + long length, + _ossl_old_des_key_schedule ks1, + _ossl_old_des_key_schedule ks2, + _ossl_old_des_key_schedule ks3, + _ossl_old_des_cblock *ivec, int *num, + int enc); +void _ossl_old_des_ede3_ofb64_encrypt(unsigned char *in, unsigned char *out, + long length, + _ossl_old_des_key_schedule ks1, + _ossl_old_des_key_schedule ks2, + _ossl_old_des_key_schedule ks3, + _ossl_old_des_cblock *ivec, int *num); +# if 0 +void _ossl_old_des_xwhite_in2out(_ossl_old_des_cblock (*des_key), + _ossl_old_des_cblock (*in_white), + _ossl_old_des_cblock (*out_white)); +# endif + +int _ossl_old_des_enc_read(int fd, char *buf, int len, + _ossl_old_des_key_schedule sched, + _ossl_old_des_cblock *iv); +int _ossl_old_des_enc_write(int fd, char *buf, int len, + _ossl_old_des_key_schedule sched, + _ossl_old_des_cblock *iv); +char *_ossl_old_des_fcrypt(const char *buf, const char *salt, char *ret); +char *_ossl_old_des_crypt(const char *buf, const char *salt); +# if !defined(PERL5) && !defined(NeXT) +char *_ossl_old_crypt(const char *buf, const char *salt); +# endif +void _ossl_old_des_ofb_encrypt(unsigned char *in, unsigned char *out, + int numbits, long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec); +void _ossl_old_des_pcbc_encrypt(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec, int enc); +DES_LONG _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input, + _ossl_old_des_cblock *output, long length, + int out_count, _ossl_old_des_cblock *seed); +void _ossl_old_des_random_seed(_ossl_old_des_cblock key); +void _ossl_old_des_random_key(_ossl_old_des_cblock ret); +int _ossl_old_des_read_password(_ossl_old_des_cblock *key, const char *prompt, + int verify); +int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, + _ossl_old_des_cblock *key2, + const char *prompt, int verify); +void _ossl_old_des_set_odd_parity(_ossl_old_des_cblock *key); +int _ossl_old_des_is_weak_key(_ossl_old_des_cblock *key); +int _ossl_old_des_set_key(_ossl_old_des_cblock *key, + _ossl_old_des_key_schedule schedule); +int _ossl_old_des_key_sched(_ossl_old_des_cblock *key, + _ossl_old_des_key_schedule schedule); +void _ossl_old_des_string_to_key(char *str, _ossl_old_des_cblock *key); +void _ossl_old_des_string_to_2keys(char *str, _ossl_old_des_cblock *key1, + _ossl_old_des_cblock *key2); +void _ossl_old_des_cfb64_encrypt(unsigned char *in, unsigned char *out, + long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec, int *num, + int enc); +void _ossl_old_des_ofb64_encrypt(unsigned char *in, unsigned char *out, + long length, + _ossl_old_des_key_schedule schedule, + _ossl_old_des_cblock *ivec, int *num); + +void _ossl_096_des_random_seed(des_cblock *key); + +/* + * The following definitions provide compatibility with the MIT Kerberos + * library. The _ossl_old_des_key_schedule structure is not binary + * compatible. + */ + +# define _KERBEROS_DES_H + +# define KRBDES_ENCRYPT DES_ENCRYPT +# define KRBDES_DECRYPT DES_DECRYPT + +# ifdef KERBEROS +# define ENCRYPT DES_ENCRYPT +# define DECRYPT DES_DECRYPT +# endif + +# ifndef NCOMPAT +# define C_Block des_cblock +# define Key_schedule des_key_schedule +# define KEY_SZ DES_KEY_SZ +# define string_to_key des_string_to_key +# define read_pw_string des_read_pw_string +# define random_key des_random_key +# define pcbc_encrypt des_pcbc_encrypt +# define set_key des_set_key +# define key_sched des_key_sched +# define ecb_encrypt des_ecb_encrypt +# define cbc_encrypt des_cbc_encrypt +# define ncbc_encrypt des_ncbc_encrypt +# define xcbc_encrypt des_xcbc_encrypt +# define cbc_cksum des_cbc_cksum +# define quad_cksum des_quad_cksum +# define check_parity des_check_key_parity +# endif + +# define des_fixup_key_parity DES_fixup_key_parity + +#ifdef __cplusplus +} +#endif + +/* for DES_read_pw_string et al */ +# include + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/dh.h b/frappe/.node-gyp/6.7.0/include/node/openssl/dh.h new file mode 100644 index 00000000..a5bd9016 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/dh.h @@ -0,0 +1,393 @@ +/* crypto/dh/dh.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_DH_H +# define HEADER_DH_H + +# include + +# ifdef OPENSSL_NO_DH +# error DH is disabled. +# endif + +# ifndef OPENSSL_NO_BIO +# include +# endif +# include +# ifndef OPENSSL_NO_DEPRECATED +# include +# endif + +# ifndef OPENSSL_DH_MAX_MODULUS_BITS +# define OPENSSL_DH_MAX_MODULUS_BITS 10000 +# endif + +# define DH_FLAG_CACHE_MONT_P 0x01 + +/* + * new with 0.9.7h; the built-in DH + * implementation now uses constant time + * modular exponentiation for secret exponents + * by default. This flag causes the + * faster variable sliding window method to + * be used for all exponents. + */ +# define DH_FLAG_NO_EXP_CONSTTIME 0x02 + +/* + * If this flag is set the DH method is FIPS compliant and can be used in + * FIPS mode. This is set in the validated module method. If an application + * sets this flag in its own methods it is its reposibility to ensure the + * result is compliant. + */ + +# define DH_FLAG_FIPS_METHOD 0x0400 + +/* + * If this flag is set the operations normally disabled in FIPS mode are + * permitted it is then the applications responsibility to ensure that the + * usage is compliant. + */ + +# define DH_FLAG_NON_FIPS_ALLOW 0x0400 + +#ifdef __cplusplus +extern "C" { +#endif + +/* Already defined in ossl_typ.h */ +/* typedef struct dh_st DH; */ +/* typedef struct dh_method DH_METHOD; */ + +struct dh_method { + const char *name; + /* Methods here */ + int (*generate_key) (DH *dh); + int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); + /* Can be null */ + int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a, + const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *m_ctx); + int (*init) (DH *dh); + int (*finish) (DH *dh); + int flags; + char *app_data; + /* If this is non-NULL, it will be used to generate parameters */ + int (*generate_params) (DH *dh, int prime_len, int generator, + BN_GENCB *cb); +}; + +struct dh_st { + /* + * This first argument is used to pick up errors when a DH is passed + * instead of a EVP_PKEY + */ + int pad; + int version; + BIGNUM *p; + BIGNUM *g; + long length; /* optional */ + BIGNUM *pub_key; /* g^x % p */ + BIGNUM *priv_key; /* x */ + int flags; + BN_MONT_CTX *method_mont_p; + /* Place holders if we want to do X9.42 DH */ + BIGNUM *q; + BIGNUM *j; + unsigned char *seed; + int seedlen; + BIGNUM *counter; + int references; + CRYPTO_EX_DATA ex_data; + const DH_METHOD *meth; + ENGINE *engine; +}; + +# define DH_GENERATOR_2 2 +/* #define DH_GENERATOR_3 3 */ +# define DH_GENERATOR_5 5 + +/* DH_check error codes */ +# define DH_CHECK_P_NOT_PRIME 0x01 +# define DH_CHECK_P_NOT_SAFE_PRIME 0x02 +# define DH_UNABLE_TO_CHECK_GENERATOR 0x04 +# define DH_NOT_SUITABLE_GENERATOR 0x08 +# define DH_CHECK_Q_NOT_PRIME 0x10 +# define DH_CHECK_INVALID_Q_VALUE 0x20 +# define DH_CHECK_INVALID_J_VALUE 0x40 + +/* DH_check_pub_key error codes */ +# define DH_CHECK_PUBKEY_TOO_SMALL 0x01 +# define DH_CHECK_PUBKEY_TOO_LARGE 0x02 +# define DH_CHECK_PUBKEY_INVALID 0x04 + +/* + * primes p where (p-1)/2 is prime too are called "safe"; we define this for + * backward compatibility: + */ +# define DH_CHECK_P_NOT_STRONG_PRIME DH_CHECK_P_NOT_SAFE_PRIME + +# define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \ + (char *(*)())d2i_DHparams,(fp),(unsigned char **)(x)) +# define i2d_DHparams_fp(fp,x) ASN1_i2d_fp(i2d_DHparams,(fp), \ + (unsigned char *)(x)) +# define d2i_DHparams_bio(bp,x) ASN1_d2i_bio_of(DH,DH_new,d2i_DHparams,bp,x) +# define i2d_DHparams_bio(bp,x) ASN1_i2d_bio_of_const(DH,i2d_DHparams,bp,x) + +DH *DHparams_dup(DH *); + +const DH_METHOD *DH_OpenSSL(void); + +void DH_set_default_method(const DH_METHOD *meth); +const DH_METHOD *DH_get_default_method(void); +int DH_set_method(DH *dh, const DH_METHOD *meth); +DH *DH_new_method(ENGINE *engine); + +DH *DH_new(void); +void DH_free(DH *dh); +int DH_up_ref(DH *dh); +int DH_size(const DH *dh); +int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); +int DH_set_ex_data(DH *d, int idx, void *arg); +void *DH_get_ex_data(DH *d, int idx); + +/* Deprecated version */ +# ifndef OPENSSL_NO_DEPRECATED +DH *DH_generate_parameters(int prime_len, int generator, + void (*callback) (int, int, void *), void *cb_arg); +# endif /* !defined(OPENSSL_NO_DEPRECATED) */ + +/* New version */ +int DH_generate_parameters_ex(DH *dh, int prime_len, int generator, + BN_GENCB *cb); + +int DH_check(const DH *dh, int *codes); +int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *codes); +int DH_generate_key(DH *dh); +int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh); +int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh); +DH *d2i_DHparams(DH **a, const unsigned char **pp, long length); +int i2d_DHparams(const DH *a, unsigned char **pp); +DH *d2i_DHxparams(DH **a, const unsigned char **pp, long length); +int i2d_DHxparams(const DH *a, unsigned char **pp); +# ifndef OPENSSL_NO_FP_API +int DHparams_print_fp(FILE *fp, const DH *x); +# endif +# ifndef OPENSSL_NO_BIO +int DHparams_print(BIO *bp, const DH *x); +# else +int DHparams_print(char *bp, const DH *x); +# endif + +/* RFC 5114 parameters */ +DH *DH_get_1024_160(void); +DH *DH_get_2048_224(void); +DH *DH_get_2048_256(void); + +/* RFC2631 KDF */ +int DH_KDF_X9_42(unsigned char *out, size_t outlen, + const unsigned char *Z, size_t Zlen, + ASN1_OBJECT *key_oid, + const unsigned char *ukm, size_t ukmlen, const EVP_MD *md); + +# define EVP_PKEY_CTX_set_dh_paramgen_prime_len(ctx, len) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN, len, NULL) + +# define EVP_PKEY_CTX_set_dh_paramgen_subprime_len(ctx, len) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN, len, NULL) + +# define EVP_PKEY_CTX_set_dh_paramgen_type(ctx, typ) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_DH_PARAMGEN_TYPE, typ, NULL) + +# define EVP_PKEY_CTX_set_dh_paramgen_generator(ctx, gen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DH, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR, gen, NULL) + +# define EVP_PKEY_CTX_set_dh_rfc5114(ctx, gen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_DH_RFC5114, gen, NULL) + +# define EVP_PKEY_CTX_set_dhx_rfc5114(ctx, gen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_DH_RFC5114, gen, NULL) + +# define EVP_PKEY_CTX_set_dh_kdf_type(ctx, kdf) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_DH_KDF_TYPE, kdf, NULL) + +# define EVP_PKEY_CTX_get_dh_kdf_type(ctx) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_DH_KDF_TYPE, -2, NULL) + +# define EVP_PKEY_CTX_set0_dh_kdf_oid(ctx, oid) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_DH_KDF_OID, 0, (void *)oid) + +# define EVP_PKEY_CTX_get0_dh_kdf_oid(ctx, poid) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_GET_DH_KDF_OID, 0, (void *)poid) + +# define EVP_PKEY_CTX_set_dh_kdf_md(ctx, md) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_DH_KDF_MD, 0, (void *)md) + +# define EVP_PKEY_CTX_get_dh_kdf_md(ctx, pmd) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_GET_DH_KDF_MD, 0, (void *)pmd) + +# define EVP_PKEY_CTX_set_dh_kdf_outlen(ctx, len) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_DH_KDF_OUTLEN, len, NULL) + +# define EVP_PKEY_CTX_get_dh_kdf_outlen(ctx, plen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN, 0, (void *)plen) + +# define EVP_PKEY_CTX_set0_dh_kdf_ukm(ctx, p, plen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_DH_KDF_UKM, plen, (void *)p) + +# define EVP_PKEY_CTX_get0_dh_kdf_ukm(ctx, p) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DHX, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_GET_DH_KDF_UKM, 0, (void *)p) + +# define EVP_PKEY_CTRL_DH_PARAMGEN_PRIME_LEN (EVP_PKEY_ALG_CTRL + 1) +# define EVP_PKEY_CTRL_DH_PARAMGEN_GENERATOR (EVP_PKEY_ALG_CTRL + 2) +# define EVP_PKEY_CTRL_DH_RFC5114 (EVP_PKEY_ALG_CTRL + 3) +# define EVP_PKEY_CTRL_DH_PARAMGEN_SUBPRIME_LEN (EVP_PKEY_ALG_CTRL + 4) +# define EVP_PKEY_CTRL_DH_PARAMGEN_TYPE (EVP_PKEY_ALG_CTRL + 5) +# define EVP_PKEY_CTRL_DH_KDF_TYPE (EVP_PKEY_ALG_CTRL + 6) +# define EVP_PKEY_CTRL_DH_KDF_MD (EVP_PKEY_ALG_CTRL + 7) +# define EVP_PKEY_CTRL_GET_DH_KDF_MD (EVP_PKEY_ALG_CTRL + 8) +# define EVP_PKEY_CTRL_DH_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 9) +# define EVP_PKEY_CTRL_GET_DH_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 10) +# define EVP_PKEY_CTRL_DH_KDF_UKM (EVP_PKEY_ALG_CTRL + 11) +# define EVP_PKEY_CTRL_GET_DH_KDF_UKM (EVP_PKEY_ALG_CTRL + 12) +# define EVP_PKEY_CTRL_DH_KDF_OID (EVP_PKEY_ALG_CTRL + 13) +# define EVP_PKEY_CTRL_GET_DH_KDF_OID (EVP_PKEY_ALG_CTRL + 14) + +/* KDF types */ +# define EVP_PKEY_DH_KDF_NONE 1 +# define EVP_PKEY_DH_KDF_X9_42 2 + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_DH_strings(void); + +/* Error codes for the DH functions. */ + +/* Function codes. */ +# define DH_F_COMPUTE_KEY 102 +# define DH_F_DHPARAMS_PRINT_FP 101 +# define DH_F_DH_BUILTIN_GENPARAMS 106 +# define DH_F_DH_CMS_DECRYPT 117 +# define DH_F_DH_CMS_SET_PEERKEY 118 +# define DH_F_DH_CMS_SET_SHARED_INFO 119 +# define DH_F_DH_COMPUTE_KEY 114 +# define DH_F_DH_GENERATE_KEY 115 +# define DH_F_DH_GENERATE_PARAMETERS_EX 116 +# define DH_F_DH_NEW_METHOD 105 +# define DH_F_DH_PARAM_DECODE 107 +# define DH_F_DH_PRIV_DECODE 110 +# define DH_F_DH_PRIV_ENCODE 111 +# define DH_F_DH_PUB_DECODE 108 +# define DH_F_DH_PUB_ENCODE 109 +# define DH_F_DO_DH_PRINT 100 +# define DH_F_GENERATE_KEY 103 +# define DH_F_GENERATE_PARAMETERS 104 +# define DH_F_PKEY_DH_DERIVE 112 +# define DH_F_PKEY_DH_KEYGEN 113 + +/* Reason codes. */ +# define DH_R_BAD_GENERATOR 101 +# define DH_R_BN_DECODE_ERROR 109 +# define DH_R_BN_ERROR 106 +# define DH_R_DECODE_ERROR 104 +# define DH_R_INVALID_PUBKEY 102 +# define DH_R_KDF_PARAMETER_ERROR 112 +# define DH_R_KEYS_NOT_SET 108 +# define DH_R_KEY_SIZE_TOO_SMALL 110 +# define DH_R_MODULUS_TOO_LARGE 103 +# define DH_R_NON_FIPS_METHOD 111 +# define DH_R_NO_PARAMETERS_SET 107 +# define DH_R_NO_PRIVATE_VALUE 100 +# define DH_R_PARAMETER_ENCODING_ERROR 105 +# define DH_R_PEER_KEY_ERROR 113 +# define DH_R_SHARED_INFO_ERROR 114 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/dsa.h b/frappe/.node-gyp/6.7.0/include/node/openssl/dsa.h new file mode 100644 index 00000000..545358fd --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/dsa.h @@ -0,0 +1,332 @@ +/* crypto/dsa/dsa.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +/* + * The DSS routines are based on patches supplied by + * Steven Schoch . He basically did the + * work and I have just tweaked them a little to fit into my + * stylistic vision for SSLeay :-) */ + +#ifndef HEADER_DSA_H +# define HEADER_DSA_H + +# include + +# ifdef OPENSSL_NO_DSA +# error DSA is disabled. +# endif + +# ifndef OPENSSL_NO_BIO +# include +# endif +# include +# include + +# ifndef OPENSSL_NO_DEPRECATED +# include +# ifndef OPENSSL_NO_DH +# include +# endif +# endif + +# ifndef OPENSSL_DSA_MAX_MODULUS_BITS +# define OPENSSL_DSA_MAX_MODULUS_BITS 10000 +# endif + +# define DSA_FLAG_CACHE_MONT_P 0x01 +/* + * new with 0.9.7h; the built-in DSA implementation now uses constant time + * modular exponentiation for secret exponents by default. This flag causes + * the faster variable sliding window method to be used for all exponents. + */ +# define DSA_FLAG_NO_EXP_CONSTTIME 0x02 + +/* + * If this flag is set the DSA method is FIPS compliant and can be used in + * FIPS mode. This is set in the validated module method. If an application + * sets this flag in its own methods it is its reposibility to ensure the + * result is compliant. + */ + +# define DSA_FLAG_FIPS_METHOD 0x0400 + +/* + * If this flag is set the operations normally disabled in FIPS mode are + * permitted it is then the applications responsibility to ensure that the + * usage is compliant. + */ + +# define DSA_FLAG_NON_FIPS_ALLOW 0x0400 + +#ifdef __cplusplus +extern "C" { +#endif + +/* Already defined in ossl_typ.h */ +/* typedef struct dsa_st DSA; */ +/* typedef struct dsa_method DSA_METHOD; */ + +typedef struct DSA_SIG_st { + BIGNUM *r; + BIGNUM *s; +} DSA_SIG; + +struct dsa_method { + const char *name; + DSA_SIG *(*dsa_do_sign) (const unsigned char *dgst, int dlen, DSA *dsa); + int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, + BIGNUM **rp); + int (*dsa_do_verify) (const unsigned char *dgst, int dgst_len, + DSA_SIG *sig, DSA *dsa); + int (*dsa_mod_exp) (DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, + BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, + BN_MONT_CTX *in_mont); + /* Can be null */ + int (*bn_mod_exp) (DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); + int (*init) (DSA *dsa); + int (*finish) (DSA *dsa); + int flags; + char *app_data; + /* If this is non-NULL, it is used to generate DSA parameters */ + int (*dsa_paramgen) (DSA *dsa, int bits, + const unsigned char *seed, int seed_len, + int *counter_ret, unsigned long *h_ret, + BN_GENCB *cb); + /* If this is non-NULL, it is used to generate DSA keys */ + int (*dsa_keygen) (DSA *dsa); +}; + +struct dsa_st { + /* + * This first variable is used to pick up errors where a DSA is passed + * instead of of a EVP_PKEY + */ + int pad; + long version; + int write_params; + BIGNUM *p; + BIGNUM *q; /* == 20 */ + BIGNUM *g; + BIGNUM *pub_key; /* y public key */ + BIGNUM *priv_key; /* x private key */ + BIGNUM *kinv; /* Signing pre-calc */ + BIGNUM *r; /* Signing pre-calc */ + int flags; + /* Normally used to cache montgomery values */ + BN_MONT_CTX *method_mont_p; + int references; + CRYPTO_EX_DATA ex_data; + const DSA_METHOD *meth; + /* functional reference if 'meth' is ENGINE-provided */ + ENGINE *engine; +}; + +# define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \ + (char *(*)())d2i_DSAparams,(fp),(unsigned char **)(x)) +# define i2d_DSAparams_fp(fp,x) ASN1_i2d_fp(i2d_DSAparams,(fp), \ + (unsigned char *)(x)) +# define d2i_DSAparams_bio(bp,x) ASN1_d2i_bio_of(DSA,DSA_new,d2i_DSAparams,bp,x) +# define i2d_DSAparams_bio(bp,x) ASN1_i2d_bio_of_const(DSA,i2d_DSAparams,bp,x) + +DSA *DSAparams_dup(DSA *x); +DSA_SIG *DSA_SIG_new(void); +void DSA_SIG_free(DSA_SIG *a); +int i2d_DSA_SIG(const DSA_SIG *a, unsigned char **pp); +DSA_SIG *d2i_DSA_SIG(DSA_SIG **v, const unsigned char **pp, long length); + +DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa); +int DSA_do_verify(const unsigned char *dgst, int dgst_len, + DSA_SIG *sig, DSA *dsa); + +const DSA_METHOD *DSA_OpenSSL(void); + +void DSA_set_default_method(const DSA_METHOD *); +const DSA_METHOD *DSA_get_default_method(void); +int DSA_set_method(DSA *dsa, const DSA_METHOD *); + +DSA *DSA_new(void); +DSA *DSA_new_method(ENGINE *engine); +void DSA_free(DSA *r); +/* "up" the DSA object's reference count */ +int DSA_up_ref(DSA *r); +int DSA_size(const DSA *); + /* next 4 return -1 on error */ +int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp); +int DSA_sign(int type, const unsigned char *dgst, int dlen, + unsigned char *sig, unsigned int *siglen, DSA *dsa); +int DSA_verify(int type, const unsigned char *dgst, int dgst_len, + const unsigned char *sigbuf, int siglen, DSA *dsa); +int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); +int DSA_set_ex_data(DSA *d, int idx, void *arg); +void *DSA_get_ex_data(DSA *d, int idx); + +DSA *d2i_DSAPublicKey(DSA **a, const unsigned char **pp, long length); +DSA *d2i_DSAPrivateKey(DSA **a, const unsigned char **pp, long length); +DSA *d2i_DSAparams(DSA **a, const unsigned char **pp, long length); + +/* Deprecated version */ +# ifndef OPENSSL_NO_DEPRECATED +DSA *DSA_generate_parameters(int bits, + unsigned char *seed, int seed_len, + int *counter_ret, unsigned long *h_ret, void + (*callback) (int, int, void *), void *cb_arg); +# endif /* !defined(OPENSSL_NO_DEPRECATED) */ + +/* New version */ +int DSA_generate_parameters_ex(DSA *dsa, int bits, + const unsigned char *seed, int seed_len, + int *counter_ret, unsigned long *h_ret, + BN_GENCB *cb); + +int DSA_generate_key(DSA *a); +int i2d_DSAPublicKey(const DSA *a, unsigned char **pp); +int i2d_DSAPrivateKey(const DSA *a, unsigned char **pp); +int i2d_DSAparams(const DSA *a, unsigned char **pp); + +# ifndef OPENSSL_NO_BIO +int DSAparams_print(BIO *bp, const DSA *x); +int DSA_print(BIO *bp, const DSA *x, int off); +# endif +# ifndef OPENSSL_NO_FP_API +int DSAparams_print_fp(FILE *fp, const DSA *x); +int DSA_print_fp(FILE *bp, const DSA *x, int off); +# endif + +# define DSS_prime_checks 50 +/* + * Primality test according to FIPS PUB 186[-1], Appendix 2.1: 50 rounds of + * Rabin-Miller + */ +# define DSA_is_prime(n, callback, cb_arg) \ + BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg) + +# ifndef OPENSSL_NO_DH +/* + * Convert DSA structure (key or just parameters) into DH structure (be + * careful to avoid small subgroup attacks when using this!) + */ +DH *DSA_dup_DH(const DSA *r); +# endif + +# define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \ + EVP_PKEY_CTRL_DSA_PARAMGEN_BITS, nbits, NULL) + +# define EVP_PKEY_CTRL_DSA_PARAMGEN_BITS (EVP_PKEY_ALG_CTRL + 1) +# define EVP_PKEY_CTRL_DSA_PARAMGEN_Q_BITS (EVP_PKEY_ALG_CTRL + 2) +# define EVP_PKEY_CTRL_DSA_PARAMGEN_MD (EVP_PKEY_ALG_CTRL + 3) + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_DSA_strings(void); + +/* Error codes for the DSA functions. */ + +/* Function codes. */ +# define DSA_F_D2I_DSA_SIG 110 +# define DSA_F_DO_DSA_PRINT 104 +# define DSA_F_DSAPARAMS_PRINT 100 +# define DSA_F_DSAPARAMS_PRINT_FP 101 +# define DSA_F_DSA_BUILTIN_PARAMGEN2 126 +# define DSA_F_DSA_DO_SIGN 112 +# define DSA_F_DSA_DO_VERIFY 113 +# define DSA_F_DSA_GENERATE_KEY 124 +# define DSA_F_DSA_GENERATE_PARAMETERS_EX 123 +# define DSA_F_DSA_NEW_METHOD 103 +# define DSA_F_DSA_PARAM_DECODE 119 +# define DSA_F_DSA_PRINT_FP 105 +# define DSA_F_DSA_PRIV_DECODE 115 +# define DSA_F_DSA_PRIV_ENCODE 116 +# define DSA_F_DSA_PUB_DECODE 117 +# define DSA_F_DSA_PUB_ENCODE 118 +# define DSA_F_DSA_SIGN 106 +# define DSA_F_DSA_SIGN_SETUP 107 +# define DSA_F_DSA_SIG_NEW 109 +# define DSA_F_DSA_SIG_PRINT 125 +# define DSA_F_DSA_VERIFY 108 +# define DSA_F_I2D_DSA_SIG 111 +# define DSA_F_OLD_DSA_PRIV_DECODE 122 +# define DSA_F_PKEY_DSA_CTRL 120 +# define DSA_F_PKEY_DSA_KEYGEN 121 +# define DSA_F_SIG_CB 114 + +/* Reason codes. */ +# define DSA_R_BAD_Q_VALUE 102 +# define DSA_R_BN_DECODE_ERROR 108 +# define DSA_R_BN_ERROR 109 +# define DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 100 +# define DSA_R_DECODE_ERROR 104 +# define DSA_R_INVALID_DIGEST_TYPE 106 +# define DSA_R_INVALID_PARAMETERS 112 +# define DSA_R_MISSING_PARAMETERS 101 +# define DSA_R_MODULUS_TOO_LARGE 103 +# define DSA_R_NEED_NEW_SETUP_VALUES 110 +# define DSA_R_NON_FIPS_DSA_METHOD 111 +# define DSA_R_NO_PARAMETERS_SET 107 +# define DSA_R_PARAMETER_ENCODING_ERROR 105 +# define DSA_R_Q_NOT_PRIME 113 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/dso.h b/frappe/.node-gyp/6.7.0/include/node/openssl/dso.h new file mode 100644 index 00000000..c9013f5c --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/dso.h @@ -0,0 +1,451 @@ +/* dso.h */ +/* + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project + * 2000. + */ +/* ==================================================================== + * Copyright (c) 2000 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_DSO_H +# define HEADER_DSO_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* These values are used as commands to DSO_ctrl() */ +# define DSO_CTRL_GET_FLAGS 1 +# define DSO_CTRL_SET_FLAGS 2 +# define DSO_CTRL_OR_FLAGS 3 + +/* + * By default, DSO_load() will translate the provided filename into a form + * typical for the platform (more specifically the DSO_METHOD) using the + * dso_name_converter function of the method. Eg. win32 will transform "blah" + * into "blah.dll", and dlfcn will transform it into "libblah.so". The + * behaviour can be overriden by setting the name_converter callback in the + * DSO object (using DSO_set_name_converter()). This callback could even + * utilise the DSO_METHOD's converter too if it only wants to override + * behaviour for one or two possible DSO methods. However, the following flag + * can be set in a DSO to prevent *any* native name-translation at all - eg. + * if the caller has prompted the user for a path to a driver library so the + * filename should be interpreted as-is. + */ +# define DSO_FLAG_NO_NAME_TRANSLATION 0x01 +/* + * An extra flag to give if only the extension should be added as + * translation. This is obviously only of importance on Unix and other + * operating systems where the translation also may prefix the name with + * something, like 'lib', and ignored everywhere else. This flag is also + * ignored if DSO_FLAG_NO_NAME_TRANSLATION is used at the same time. + */ +# define DSO_FLAG_NAME_TRANSLATION_EXT_ONLY 0x02 + +/* + * The following flag controls the translation of symbol names to upper case. + * This is currently only being implemented for OpenVMS. + */ +# define DSO_FLAG_UPCASE_SYMBOL 0x10 + +/* + * This flag loads the library with public symbols. Meaning: The exported + * symbols of this library are public to all libraries loaded after this + * library. At the moment only implemented in unix. + */ +# define DSO_FLAG_GLOBAL_SYMBOLS 0x20 + +typedef void (*DSO_FUNC_TYPE) (void); + +typedef struct dso_st DSO; + +/* + * The function prototype used for method functions (or caller-provided + * callbacks) that transform filenames. They are passed a DSO structure + * pointer (or NULL if they are to be used independantly of a DSO object) and + * a filename to transform. They should either return NULL (if there is an + * error condition) or a newly allocated string containing the transformed + * form that the caller will need to free with OPENSSL_free() when done. + */ +typedef char *(*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *); +/* + * The function prototype used for method functions (or caller-provided + * callbacks) that merge two file specifications. They are passed a DSO + * structure pointer (or NULL if they are to be used independantly of a DSO + * object) and two file specifications to merge. They should either return + * NULL (if there is an error condition) or a newly allocated string + * containing the result of merging that the caller will need to free with + * OPENSSL_free() when done. Here, merging means that bits and pieces are + * taken from each of the file specifications and added together in whatever + * fashion that is sensible for the DSO method in question. The only rule + * that really applies is that if the two specification contain pieces of the + * same type, the copy from the first string takes priority. One could see + * it as the first specification is the one given by the user and the second + * being a bunch of defaults to add on if they're missing in the first. + */ +typedef char *(*DSO_MERGER_FUNC)(DSO *, const char *, const char *); + +typedef struct dso_meth_st { + const char *name; + /* + * Loads a shared library, NB: new DSO_METHODs must ensure that a + * successful load populates the loaded_filename field, and likewise a + * successful unload OPENSSL_frees and NULLs it out. + */ + int (*dso_load) (DSO *dso); + /* Unloads a shared library */ + int (*dso_unload) (DSO *dso); + /* Binds a variable */ + void *(*dso_bind_var) (DSO *dso, const char *symname); + /* + * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should + * be cast to the real function prototype by the caller. Platforms that + * don't have compatible representations for different prototypes (this + * is possible within ANSI C) are highly unlikely to have shared + * libraries at all, let alone a DSO_METHOD implemented for them. + */ + DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname); +/* I don't think this would actually be used in any circumstances. */ +# if 0 + /* Unbinds a variable */ + int (*dso_unbind_var) (DSO *dso, char *symname, void *symptr); + /* Unbinds a function */ + int (*dso_unbind_func) (DSO *dso, char *symname, DSO_FUNC_TYPE symptr); +# endif + /* + * The generic (yuck) "ctrl()" function. NB: Negative return values + * (rather than zero) indicate errors. + */ + long (*dso_ctrl) (DSO *dso, int cmd, long larg, void *parg); + /* + * The default DSO_METHOD-specific function for converting filenames to a + * canonical native form. + */ + DSO_NAME_CONVERTER_FUNC dso_name_converter; + /* + * The default DSO_METHOD-specific function for converting filenames to a + * canonical native form. + */ + DSO_MERGER_FUNC dso_merger; + /* [De]Initialisation handlers. */ + int (*init) (DSO *dso); + int (*finish) (DSO *dso); + /* Return pathname of the module containing location */ + int (*pathbyaddr) (void *addr, char *path, int sz); + /* Perform global symbol lookup, i.e. among *all* modules */ + void *(*globallookup) (const char *symname); +} DSO_METHOD; + +/**********************************************************************/ +/* The low-level handle type used to refer to a loaded shared library */ + +struct dso_st { + DSO_METHOD *meth; + /* + * Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS doesn't use + * anything but will need to cache the filename for use in the dso_bind + * handler. All in all, let each method control its own destiny. + * "Handles" and such go in a STACK. + */ + STACK_OF(void) *meth_data; + int references; + int flags; + /* + * For use by applications etc ... use this for your bits'n'pieces, don't + * touch meth_data! + */ + CRYPTO_EX_DATA ex_data; + /* + * If this callback function pointer is set to non-NULL, then it will be + * used in DSO_load() in place of meth->dso_name_converter. NB: This + * should normally set using DSO_set_name_converter(). + */ + DSO_NAME_CONVERTER_FUNC name_converter; + /* + * If this callback function pointer is set to non-NULL, then it will be + * used in DSO_load() in place of meth->dso_merger. NB: This should + * normally set using DSO_set_merger(). + */ + DSO_MERGER_FUNC merger; + /* + * This is populated with (a copy of) the platform-independant filename + * used for this DSO. + */ + char *filename; + /* + * This is populated with (a copy of) the translated filename by which + * the DSO was actually loaded. It is NULL iff the DSO is not currently + * loaded. NB: This is here because the filename translation process may + * involve a callback being invoked more than once not only to convert to + * a platform-specific form, but also to try different filenames in the + * process of trying to perform a load. As such, this variable can be + * used to indicate (a) whether this DSO structure corresponds to a + * loaded library or not, and (b) the filename with which it was actually + * loaded. + */ + char *loaded_filename; +}; + +DSO *DSO_new(void); +DSO *DSO_new_method(DSO_METHOD *method); +int DSO_free(DSO *dso); +int DSO_flags(DSO *dso); +int DSO_up_ref(DSO *dso); +long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg); + +/* + * This function sets the DSO's name_converter callback. If it is non-NULL, + * then it will be used instead of the associated DSO_METHOD's function. If + * oldcb is non-NULL then it is set to the function pointer value being + * replaced. Return value is non-zero for success. + */ +int DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb, + DSO_NAME_CONVERTER_FUNC *oldcb); +/* + * These functions can be used to get/set the platform-independant filename + * used for a DSO. NB: set will fail if the DSO is already loaded. + */ +const char *DSO_get_filename(DSO *dso); +int DSO_set_filename(DSO *dso, const char *filename); +/* + * This function will invoke the DSO's name_converter callback to translate a + * filename, or if the callback isn't set it will instead use the DSO_METHOD's + * converter. If "filename" is NULL, the "filename" in the DSO itself will be + * used. If the DSO_FLAG_NO_NAME_TRANSLATION flag is set, then the filename is + * simply duplicated. NB: This function is usually called from within a + * DSO_METHOD during the processing of a DSO_load() call, and is exposed so + * that caller-created DSO_METHODs can do the same thing. A non-NULL return + * value will need to be OPENSSL_free()'d. + */ +char *DSO_convert_filename(DSO *dso, const char *filename); +/* + * This function will invoke the DSO's merger callback to merge two file + * specifications, or if the callback isn't set it will instead use the + * DSO_METHOD's merger. A non-NULL return value will need to be + * OPENSSL_free()'d. + */ +char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2); +/* + * If the DSO is currently loaded, this returns the filename that it was + * loaded under, otherwise it returns NULL. So it is also useful as a test as + * to whether the DSO is currently loaded. NB: This will not necessarily + * return the same value as DSO_convert_filename(dso, dso->filename), because + * the DSO_METHOD's load function may have tried a variety of filenames (with + * and/or without the aid of the converters) before settling on the one it + * actually loaded. + */ +const char *DSO_get_loaded_filename(DSO *dso); + +void DSO_set_default_method(DSO_METHOD *meth); +DSO_METHOD *DSO_get_default_method(void); +DSO_METHOD *DSO_get_method(DSO *dso); +DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth); + +/* + * The all-singing all-dancing load function, you normally pass NULL for the + * first and third parameters. Use DSO_up and DSO_free for subsequent + * reference count handling. Any flags passed in will be set in the + * constructed DSO after its init() function but before the load operation. + * If 'dso' is non-NULL, 'flags' is ignored. + */ +DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags); + +/* This function binds to a variable inside a shared library. */ +void *DSO_bind_var(DSO *dso, const char *symname); + +/* This function binds to a function inside a shared library. */ +DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname); + +/* + * This method is the default, but will beg, borrow, or steal whatever method + * should be the default on any particular platform (including + * DSO_METH_null() if necessary). + */ +DSO_METHOD *DSO_METHOD_openssl(void); + +/* + * This method is defined for all platforms - if a platform has no DSO + * support then this will be the only method! + */ +DSO_METHOD *DSO_METHOD_null(void); + +/* + * If DSO_DLFCN is defined, the standard dlfcn.h-style functions (dlopen, + * dlclose, dlsym, etc) will be used and incorporated into this method. If + * not, this method will return NULL. + */ +DSO_METHOD *DSO_METHOD_dlfcn(void); + +/* + * If DSO_DL is defined, the standard dl.h-style functions (shl_load, + * shl_unload, shl_findsym, etc) will be used and incorporated into this + * method. If not, this method will return NULL. + */ +DSO_METHOD *DSO_METHOD_dl(void); + +/* If WIN32 is defined, use DLLs. If not, return NULL. */ +DSO_METHOD *DSO_METHOD_win32(void); + +/* If VMS is defined, use shared images. If not, return NULL. */ +DSO_METHOD *DSO_METHOD_vms(void); + +/* + * This function writes null-terminated pathname of DSO module containing + * 'addr' into 'sz' large caller-provided 'path' and returns the number of + * characters [including trailing zero] written to it. If 'sz' is 0 or + * negative, 'path' is ignored and required amount of charachers [including + * trailing zero] to accomodate pathname is returned. If 'addr' is NULL, then + * pathname of cryptolib itself is returned. Negative or zero return value + * denotes error. + */ +int DSO_pathbyaddr(void *addr, char *path, int sz); + +/* + * This function should be used with caution! It looks up symbols in *all* + * loaded modules and if module gets unloaded by somebody else attempt to + * dereference the pointer is doomed to have fatal consequences. Primary + * usage for this function is to probe *core* system functionality, e.g. + * check if getnameinfo(3) is available at run-time without bothering about + * OS-specific details such as libc.so.versioning or where does it actually + * reside: in libc itself or libsocket. + */ +void *DSO_global_lookup(const char *name); + +/* If BeOS is defined, use shared images. If not, return NULL. */ +DSO_METHOD *DSO_METHOD_beos(void); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_DSO_strings(void); + +/* Error codes for the DSO functions. */ + +/* Function codes. */ +# define DSO_F_BEOS_BIND_FUNC 144 +# define DSO_F_BEOS_BIND_VAR 145 +# define DSO_F_BEOS_LOAD 146 +# define DSO_F_BEOS_NAME_CONVERTER 147 +# define DSO_F_BEOS_UNLOAD 148 +# define DSO_F_DLFCN_BIND_FUNC 100 +# define DSO_F_DLFCN_BIND_VAR 101 +# define DSO_F_DLFCN_LOAD 102 +# define DSO_F_DLFCN_MERGER 130 +# define DSO_F_DLFCN_NAME_CONVERTER 123 +# define DSO_F_DLFCN_UNLOAD 103 +# define DSO_F_DL_BIND_FUNC 104 +# define DSO_F_DL_BIND_VAR 105 +# define DSO_F_DL_LOAD 106 +# define DSO_F_DL_MERGER 131 +# define DSO_F_DL_NAME_CONVERTER 124 +# define DSO_F_DL_UNLOAD 107 +# define DSO_F_DSO_BIND_FUNC 108 +# define DSO_F_DSO_BIND_VAR 109 +# define DSO_F_DSO_CONVERT_FILENAME 126 +# define DSO_F_DSO_CTRL 110 +# define DSO_F_DSO_FREE 111 +# define DSO_F_DSO_GET_FILENAME 127 +# define DSO_F_DSO_GET_LOADED_FILENAME 128 +# define DSO_F_DSO_GLOBAL_LOOKUP 139 +# define DSO_F_DSO_LOAD 112 +# define DSO_F_DSO_MERGE 132 +# define DSO_F_DSO_NEW_METHOD 113 +# define DSO_F_DSO_PATHBYADDR 140 +# define DSO_F_DSO_SET_FILENAME 129 +# define DSO_F_DSO_SET_NAME_CONVERTER 122 +# define DSO_F_DSO_UP_REF 114 +# define DSO_F_GLOBAL_LOOKUP_FUNC 138 +# define DSO_F_PATHBYADDR 137 +# define DSO_F_VMS_BIND_SYM 115 +# define DSO_F_VMS_LOAD 116 +# define DSO_F_VMS_MERGER 133 +# define DSO_F_VMS_UNLOAD 117 +# define DSO_F_WIN32_BIND_FUNC 118 +# define DSO_F_WIN32_BIND_VAR 119 +# define DSO_F_WIN32_GLOBALLOOKUP 142 +# define DSO_F_WIN32_GLOBALLOOKUP_FUNC 143 +# define DSO_F_WIN32_JOINER 135 +# define DSO_F_WIN32_LOAD 120 +# define DSO_F_WIN32_MERGER 134 +# define DSO_F_WIN32_NAME_CONVERTER 125 +# define DSO_F_WIN32_PATHBYADDR 141 +# define DSO_F_WIN32_SPLITTER 136 +# define DSO_F_WIN32_UNLOAD 121 + +/* Reason codes. */ +# define DSO_R_CTRL_FAILED 100 +# define DSO_R_DSO_ALREADY_LOADED 110 +# define DSO_R_EMPTY_FILE_STRUCTURE 113 +# define DSO_R_FAILURE 114 +# define DSO_R_FILENAME_TOO_BIG 101 +# define DSO_R_FINISH_FAILED 102 +# define DSO_R_INCORRECT_FILE_SYNTAX 115 +# define DSO_R_LOAD_FAILED 103 +# define DSO_R_NAME_TRANSLATION_FAILED 109 +# define DSO_R_NO_FILENAME 111 +# define DSO_R_NO_FILE_SPECIFICATION 116 +# define DSO_R_NULL_HANDLE 104 +# define DSO_R_SET_FILENAME_FAILED 112 +# define DSO_R_STACK_ERROR 105 +# define DSO_R_SYM_FAILURE 106 +# define DSO_R_UNLOAD_FAILED 107 +# define DSO_R_UNSUPPORTED 108 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/dtls1.h b/frappe/.node-gyp/6.7.0/include/node/openssl/dtls1.h new file mode 100644 index 00000000..30bbcf27 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/dtls1.h @@ -0,0 +1,272 @@ +/* ssl/dtls1.h */ +/* + * DTLS implementation written by Nagendra Modadugu + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + */ +/* ==================================================================== + * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_DTLS1_H +# define HEADER_DTLS1_H + +# include +# include +# ifdef OPENSSL_SYS_VMS +# include +# include +# endif +# ifdef OPENSSL_SYS_WIN32 +/* Needed for struct timeval */ +# include +# elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_) +# include +# else +# if defined(OPENSSL_SYS_VXWORKS) +# include +# else +# include +# endif +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +# define DTLS1_VERSION 0xFEFF +# define DTLS1_2_VERSION 0xFEFD +# define DTLS_MAX_VERSION DTLS1_2_VERSION +# define DTLS1_VERSION_MAJOR 0xFE + +# define DTLS1_BAD_VER 0x0100 + +/* Special value for method supporting multiple versions */ +# define DTLS_ANY_VERSION 0x1FFFF + +# if 0 +/* this alert description is not specified anywhere... */ +# define DTLS1_AD_MISSING_HANDSHAKE_MESSAGE 110 +# endif + +/* lengths of messages */ +# define DTLS1_COOKIE_LENGTH 256 + +# define DTLS1_RT_HEADER_LENGTH 13 + +# define DTLS1_HM_HEADER_LENGTH 12 + +# define DTLS1_HM_BAD_FRAGMENT -2 +# define DTLS1_HM_FRAGMENT_RETRY -3 + +# define DTLS1_CCS_HEADER_LENGTH 1 + +# ifdef DTLS1_AD_MISSING_HANDSHAKE_MESSAGE +# define DTLS1_AL_HEADER_LENGTH 7 +# else +# define DTLS1_AL_HEADER_LENGTH 2 +# endif + +# ifndef OPENSSL_NO_SSL_INTERN + +# ifndef OPENSSL_NO_SCTP +# define DTLS1_SCTP_AUTH_LABEL "EXPORTER_DTLS_OVER_SCTP" +# endif + +/* Max MTU overhead we know about so far is 40 for IPv6 + 8 for UDP */ +# define DTLS1_MAX_MTU_OVERHEAD 48 + +typedef struct dtls1_bitmap_st { + unsigned long map; /* track 32 packets on 32-bit systems and 64 + * - on 64-bit systems */ + unsigned char max_seq_num[8]; /* max record number seen so far, 64-bit + * value in big-endian encoding */ +} DTLS1_BITMAP; + +struct dtls1_retransmit_state { + EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ + EVP_MD_CTX *write_hash; /* used for mac generation */ +# ifndef OPENSSL_NO_COMP + COMP_CTX *compress; /* compression */ +# else + char *compress; +# endif + SSL_SESSION *session; + unsigned short epoch; +}; + +struct hm_header_st { + unsigned char type; + unsigned long msg_len; + unsigned short seq; + unsigned long frag_off; + unsigned long frag_len; + unsigned int is_ccs; + struct dtls1_retransmit_state saved_retransmit_state; +}; + +struct ccs_header_st { + unsigned char type; + unsigned short seq; +}; + +struct dtls1_timeout_st { + /* Number of read timeouts so far */ + unsigned int read_timeouts; + /* Number of write timeouts so far */ + unsigned int write_timeouts; + /* Number of alerts received so far */ + unsigned int num_alerts; +}; + +typedef struct record_pqueue_st { + unsigned short epoch; + pqueue q; +} record_pqueue; + +typedef struct hm_fragment_st { + struct hm_header_st msg_header; + unsigned char *fragment; + unsigned char *reassembly; +} hm_fragment; + +typedef struct dtls1_state_st { + unsigned int send_cookie; + unsigned char cookie[DTLS1_COOKIE_LENGTH]; + unsigned char rcvd_cookie[DTLS1_COOKIE_LENGTH]; + unsigned int cookie_len; + /* + * The current data and handshake epoch. This is initially + * undefined, and starts at zero once the initial handshake is + * completed + */ + unsigned short r_epoch; + unsigned short w_epoch; + /* records being received in the current epoch */ + DTLS1_BITMAP bitmap; + /* renegotiation starts a new set of sequence numbers */ + DTLS1_BITMAP next_bitmap; + /* handshake message numbers */ + unsigned short handshake_write_seq; + unsigned short next_handshake_write_seq; + unsigned short handshake_read_seq; + /* save last sequence number for retransmissions */ + unsigned char last_write_sequence[8]; + /* Received handshake records (processed and unprocessed) */ + record_pqueue unprocessed_rcds; + record_pqueue processed_rcds; + /* Buffered handshake messages */ + pqueue buffered_messages; + /* Buffered (sent) handshake records */ + pqueue sent_messages; + /* + * Buffered application records. Only for records between CCS and + * Finished to prevent either protocol violation or unnecessary message + * loss. + */ + record_pqueue buffered_app_data; + /* Is set when listening for new connections with dtls1_listen() */ + unsigned int listen; + unsigned int link_mtu; /* max on-the-wire DTLS packet size */ + unsigned int mtu; /* max DTLS packet size */ + struct hm_header_st w_msg_hdr; + struct hm_header_st r_msg_hdr; + struct dtls1_timeout_st timeout; + /* + * Indicates when the last handshake msg or heartbeat sent will timeout + */ + struct timeval next_timeout; + /* Timeout duration */ + unsigned short timeout_duration; + /* + * storage for Alert/Handshake protocol data received but not yet + * processed by ssl3_read_bytes: + */ + unsigned char alert_fragment[DTLS1_AL_HEADER_LENGTH]; + unsigned int alert_fragment_len; + unsigned char handshake_fragment[DTLS1_HM_HEADER_LENGTH]; + unsigned int handshake_fragment_len; + unsigned int retransmitting; + /* + * Set when the handshake is ready to process peer's ChangeCipherSpec message. + * Cleared after the message has been processed. + */ + unsigned int change_cipher_spec_ok; +# ifndef OPENSSL_NO_SCTP + /* used when SSL_ST_XX_FLUSH is entered */ + int next_state; + int shutdown_received; +# endif +} DTLS1_STATE; + +typedef struct dtls1_record_data_st { + unsigned char *packet; + unsigned int packet_length; + SSL3_BUFFER rbuf; + SSL3_RECORD rrec; +# ifndef OPENSSL_NO_SCTP + struct bio_dgram_sctp_rcvinfo recordinfo; +# endif +} DTLS1_RECORD_DATA; + +# endif + +/* Timeout multipliers (timeout slice is defined in apps/timeouts.h */ +# define DTLS1_TMO_READ_COUNT 2 +# define DTLS1_TMO_WRITE_COUNT 2 + +# define DTLS1_TMO_ALERT_COUNT 12 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/e_os2.h b/frappe/.node-gyp/6.7.0/include/node/openssl/e_os2.h new file mode 100644 index 00000000..7be9989a --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/e_os2.h @@ -0,0 +1,328 @@ +/* e_os2.h */ +/* ==================================================================== + * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#include + +#ifndef HEADER_E_OS2_H +# define HEADER_E_OS2_H + +#ifdef __cplusplus +extern "C" { +#endif + +/****************************************************************************** + * Detect operating systems. This probably needs completing. + * The result is that at least one OPENSSL_SYS_os macro should be defined. + * However, if none is defined, Unix is assumed. + **/ + +# define OPENSSL_SYS_UNIX + +/* ---------------------- Macintosh, before MacOS X ----------------------- */ +# if defined(__MWERKS__) && defined(macintosh) || defined(OPENSSL_SYSNAME_MAC) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_MACINTOSH_CLASSIC +# endif + +/* ---------------------- NetWare ----------------------------------------- */ +# if defined(NETWARE) || defined(OPENSSL_SYSNAME_NETWARE) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_NETWARE +# endif + +/* --------------------- Microsoft operating systems ---------------------- */ + +/* + * Note that MSDOS actually denotes 32-bit environments running on top of + * MS-DOS, such as DJGPP one. + */ +# if defined(OPENSSL_SYSNAME_MSDOS) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_MSDOS +# endif + +/* + * For 32 bit environment, there seems to be the CygWin environment and then + * all the others that try to do the same thing Microsoft does... + */ +# if defined(OPENSSL_SYSNAME_UWIN) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WIN32_UWIN +# else +# if defined(__CYGWIN__) || defined(OPENSSL_SYSNAME_CYGWIN) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WIN32_CYGWIN +# else +# if defined(_WIN32) || defined(OPENSSL_SYSNAME_WIN32) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WIN32 +# endif +# if defined(_WIN64) || defined(OPENSSL_SYSNAME_WIN64) +# undef OPENSSL_SYS_UNIX +# if !defined(OPENSSL_SYS_WIN64) +# define OPENSSL_SYS_WIN64 +# endif +# endif +# if defined(OPENSSL_SYSNAME_WINNT) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WINNT +# endif +# if defined(OPENSSL_SYSNAME_WINCE) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WINCE +# endif +# endif +# endif + +/* Anything that tries to look like Microsoft is "Windows" */ +# if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN64) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_WINDOWS +# ifndef OPENSSL_SYS_MSDOS +# define OPENSSL_SYS_MSDOS +# endif +# endif + +/* + * DLL settings. This part is a bit tough, because it's up to the + * application implementor how he or she will link the application, so it + * requires some macro to be used. + */ +# ifdef OPENSSL_SYS_WINDOWS +# ifndef OPENSSL_OPT_WINDLL +# if defined(_WINDLL) /* This is used when building OpenSSL to + * indicate that DLL linkage should be used */ +# define OPENSSL_OPT_WINDLL +# endif +# endif +# endif + +/* ------------------------------- OpenVMS -------------------------------- */ +# if defined(__VMS) || defined(VMS) || defined(OPENSSL_SYSNAME_VMS) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_VMS +# if defined(__DECC) +# define OPENSSL_SYS_VMS_DECC +# elif defined(__DECCXX) +# define OPENSSL_SYS_VMS_DECC +# define OPENSSL_SYS_VMS_DECCXX +# else +# define OPENSSL_SYS_VMS_NODECC +# endif +# endif + +/* -------------------------------- OS/2 ---------------------------------- */ +# if defined(__EMX__) || defined(__OS2__) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_OS2 +# endif + +/* -------------------------------- Unix ---------------------------------- */ +# ifdef OPENSSL_SYS_UNIX +# if defined(linux) || defined(__linux__) || defined(OPENSSL_SYSNAME_LINUX) +# define OPENSSL_SYS_LINUX +# endif +# ifdef OPENSSL_SYSNAME_MPE +# define OPENSSL_SYS_MPE +# endif +# ifdef OPENSSL_SYSNAME_SNI +# define OPENSSL_SYS_SNI +# endif +# ifdef OPENSSL_SYSNAME_ULTRASPARC +# define OPENSSL_SYS_ULTRASPARC +# endif +# ifdef OPENSSL_SYSNAME_NEWS4 +# define OPENSSL_SYS_NEWS4 +# endif +# ifdef OPENSSL_SYSNAME_MACOSX +# define OPENSSL_SYS_MACOSX +# endif +# ifdef OPENSSL_SYSNAME_MACOSX_RHAPSODY +# define OPENSSL_SYS_MACOSX_RHAPSODY +# define OPENSSL_SYS_MACOSX +# endif +# ifdef OPENSSL_SYSNAME_SUNOS +# define OPENSSL_SYS_SUNOS +# endif +# if defined(_CRAY) || defined(OPENSSL_SYSNAME_CRAY) +# define OPENSSL_SYS_CRAY +# endif +# if defined(_AIX) || defined(OPENSSL_SYSNAME_AIX) +# define OPENSSL_SYS_AIX +# endif +# endif + +/* -------------------------------- VOS ----------------------------------- */ +# if defined(__VOS__) || defined(OPENSSL_SYSNAME_VOS) +# define OPENSSL_SYS_VOS +# ifdef __HPPA__ +# define OPENSSL_SYS_VOS_HPPA +# endif +# ifdef __IA32__ +# define OPENSSL_SYS_VOS_IA32 +# endif +# endif + +/* ------------------------------ VxWorks --------------------------------- */ +# ifdef OPENSSL_SYSNAME_VXWORKS +# define OPENSSL_SYS_VXWORKS +# endif + +/* -------------------------------- BeOS ---------------------------------- */ +# if defined(__BEOS__) +# define OPENSSL_SYS_BEOS +# include +# if defined(BONE_VERSION) +# define OPENSSL_SYS_BEOS_BONE +# else +# define OPENSSL_SYS_BEOS_R5 +# endif +# endif + +/** + * That's it for OS-specific stuff + *****************************************************************************/ + +/* Specials for I/O an exit */ +# ifdef OPENSSL_SYS_MSDOS +# define OPENSSL_UNISTD_IO +# define OPENSSL_DECLARE_EXIT extern void exit(int); +# else +# define OPENSSL_UNISTD_IO OPENSSL_UNISTD +# define OPENSSL_DECLARE_EXIT /* declared in unistd.h */ +# endif + +/*- + * Definitions of OPENSSL_GLOBAL and OPENSSL_EXTERN, to define and declare + * certain global symbols that, with some compilers under VMS, have to be + * defined and declared explicitely with globaldef and globalref. + * Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare + * DLL exports and imports for compilers under Win32. These are a little + * more complicated to use. Basically, for any library that exports some + * global variables, the following code must be present in the header file + * that declares them, before OPENSSL_EXTERN is used: + * + * #ifdef SOME_BUILD_FLAG_MACRO + * # undef OPENSSL_EXTERN + * # define OPENSSL_EXTERN OPENSSL_EXPORT + * #endif + * + * The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL + * have some generally sensible values, and for OPENSSL_EXTERN to have the + * value OPENSSL_IMPORT. + */ + +# if defined(OPENSSL_SYS_VMS_NODECC) +# define OPENSSL_EXPORT globalref +# define OPENSSL_IMPORT globalref +# define OPENSSL_GLOBAL globaldef +# elif defined(OPENSSL_SYS_WINDOWS) && defined(OPENSSL_OPT_WINDLL) +# define OPENSSL_EXPORT extern __declspec(dllexport) +# define OPENSSL_IMPORT extern __declspec(dllimport) +# define OPENSSL_GLOBAL +# else +# define OPENSSL_EXPORT extern +# define OPENSSL_IMPORT extern +# define OPENSSL_GLOBAL +# endif +# define OPENSSL_EXTERN OPENSSL_IMPORT + +/*- + * Macros to allow global variables to be reached through function calls when + * required (if a shared library version requires it, for example. + * The way it's done allows definitions like this: + * + * // in foobar.c + * OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0) + * // in foobar.h + * OPENSSL_DECLARE_GLOBAL(int,foobar); + * #define foobar OPENSSL_GLOBAL_REF(foobar) + */ +# ifdef OPENSSL_EXPORT_VAR_AS_FUNCTION +# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ + type *_shadow_##name(void) \ + { static type _hide_##name=value; return &_hide_##name; } +# define OPENSSL_DECLARE_GLOBAL(type,name) type *_shadow_##name(void) +# define OPENSSL_GLOBAL_REF(name) (*(_shadow_##name())) +# else +# define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value; +# define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name +# define OPENSSL_GLOBAL_REF(name) _shadow_##name +# endif + +# if defined(OPENSSL_SYS_MACINTOSH_CLASSIC) && macintosh==1 && !defined(MAC_OS_GUSI_SOURCE) +# define ossl_ssize_t long +# endif + +# ifdef OPENSSL_SYS_MSDOS +# define ossl_ssize_t long +# endif + +# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS) +# define ssize_t int +# endif + +# if defined(__ultrix) && !defined(ssize_t) +# define ossl_ssize_t int +# endif + +# ifndef ossl_ssize_t +# define ossl_ssize_t ssize_t +# endif + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ebcdic.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ebcdic.h new file mode 100644 index 00000000..4cbdfeb7 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ebcdic.h @@ -0,0 +1,26 @@ +/* crypto/ebcdic.h */ + +#ifndef HEADER_EBCDIC_H +# define HEADER_EBCDIC_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Avoid name clashes with other applications */ +# define os_toascii _openssl_os_toascii +# define os_toebcdic _openssl_os_toebcdic +# define ebcdic2ascii _openssl_ebcdic2ascii +# define ascii2ebcdic _openssl_ascii2ebcdic + +extern const unsigned char os_toascii[256]; +extern const unsigned char os_toebcdic[256]; +void *ebcdic2ascii(void *dest, const void *srce, size_t count); +void *ascii2ebcdic(void *dest, const void *srce, size_t count); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ec.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ec.h new file mode 100644 index 00000000..81e6faf6 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ec.h @@ -0,0 +1,1282 @@ +/* crypto/ec/ec.h */ +/* + * Originally written by Bodo Moeller for the OpenSSL project. + */ +/** + * \file crypto/ec/ec.h Include file for the OpenSSL EC functions + * \author Originally written by Bodo Moeller for the OpenSSL project + */ +/* ==================================================================== + * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * + * Portions of the attached software ("Contribution") are developed by + * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + * + * The Contribution is licensed pursuant to the OpenSSL open source + * license provided above. + * + * The elliptic curve binary polynomial software is originally written by + * Sheueling Chang Shantz and Douglas Stebila of Sun Microsystems Laboratories. + * + */ + +#ifndef HEADER_EC_H +# define HEADER_EC_H + +# include + +# ifdef OPENSSL_NO_EC +# error EC is disabled. +# endif + +# include +# include +# ifndef OPENSSL_NO_DEPRECATED +# include +# endif + +# ifdef __cplusplus +extern "C" { +# elif defined(__SUNPRO_C) +# if __SUNPRO_C >= 0x520 +# pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) +# endif +# endif + +# ifndef OPENSSL_ECC_MAX_FIELD_BITS +# define OPENSSL_ECC_MAX_FIELD_BITS 661 +# endif + +/** Enum for the point conversion form as defined in X9.62 (ECDSA) + * for the encoding of a elliptic curve point (x,y) */ +typedef enum { + /** the point is encoded as z||x, where the octet z specifies + * which solution of the quadratic equation y is */ + POINT_CONVERSION_COMPRESSED = 2, + /** the point is encoded as z||x||y, where z is the octet 0x04 */ + POINT_CONVERSION_UNCOMPRESSED = 4, + /** the point is encoded as z||x||y, where the octet z specifies + * which solution of the quadratic equation y is */ + POINT_CONVERSION_HYBRID = 6 +} point_conversion_form_t; + +typedef struct ec_method_st EC_METHOD; + +typedef struct ec_group_st + /*- + EC_METHOD *meth; + -- field definition + -- curve coefficients + -- optional generator with associated information (order, cofactor) + -- optional extra data (precomputed table for fast computation of multiples of generator) + -- ASN1 stuff + */ + EC_GROUP; + +typedef struct ec_point_st EC_POINT; + +/********************************************************************/ +/* EC_METHODs for curves over GF(p) */ +/********************************************************************/ + +/** Returns the basic GFp ec methods which provides the basis for the + * optimized methods. + * \return EC_METHOD object + */ +const EC_METHOD *EC_GFp_simple_method(void); + +/** Returns GFp methods using montgomery multiplication. + * \return EC_METHOD object + */ +const EC_METHOD *EC_GFp_mont_method(void); + +/** Returns GFp methods using optimized methods for NIST recommended curves + * \return EC_METHOD object + */ +const EC_METHOD *EC_GFp_nist_method(void); + +# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 +/** Returns 64-bit optimized methods for nistp224 + * \return EC_METHOD object + */ +const EC_METHOD *EC_GFp_nistp224_method(void); + +/** Returns 64-bit optimized methods for nistp256 + * \return EC_METHOD object + */ +const EC_METHOD *EC_GFp_nistp256_method(void); + +/** Returns 64-bit optimized methods for nistp521 + * \return EC_METHOD object + */ +const EC_METHOD *EC_GFp_nistp521_method(void); +# endif + +# ifndef OPENSSL_NO_EC2M +/********************************************************************/ +/* EC_METHOD for curves over GF(2^m) */ +/********************************************************************/ + +/** Returns the basic GF2m ec method + * \return EC_METHOD object + */ +const EC_METHOD *EC_GF2m_simple_method(void); + +# endif + +/********************************************************************/ +/* EC_GROUP functions */ +/********************************************************************/ + +/** Creates a new EC_GROUP object + * \param meth EC_METHOD to use + * \return newly created EC_GROUP object or NULL in case of an error. + */ +EC_GROUP *EC_GROUP_new(const EC_METHOD *meth); + +/** Frees a EC_GROUP object + * \param group EC_GROUP object to be freed. + */ +void EC_GROUP_free(EC_GROUP *group); + +/** Clears and frees a EC_GROUP object + * \param group EC_GROUP object to be cleared and freed. + */ +void EC_GROUP_clear_free(EC_GROUP *group); + +/** Copies EC_GROUP objects. Note: both EC_GROUPs must use the same EC_METHOD. + * \param dst destination EC_GROUP object + * \param src source EC_GROUP object + * \return 1 on success and 0 if an error occurred. + */ +int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src); + +/** Creates a new EC_GROUP object and copies the copies the content + * form src to the newly created EC_KEY object + * \param src source EC_GROUP object + * \return newly created EC_GROUP object or NULL in case of an error. + */ +EC_GROUP *EC_GROUP_dup(const EC_GROUP *src); + +/** Returns the EC_METHOD of the EC_GROUP object. + * \param group EC_GROUP object + * \return EC_METHOD used in this EC_GROUP object. + */ +const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group); + +/** Returns the field type of the EC_METHOD. + * \param meth EC_METHOD object + * \return NID of the underlying field type OID. + */ +int EC_METHOD_get_field_type(const EC_METHOD *meth); + +/** Sets the generator and it's order/cofactor of a EC_GROUP object. + * \param group EC_GROUP object + * \param generator EC_POINT object with the generator. + * \param order the order of the group generated by the generator. + * \param cofactor the index of the sub-group generated by the generator + * in the group of all points on the elliptic curve. + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, + const BIGNUM *order, const BIGNUM *cofactor); + +/** Returns the generator of a EC_GROUP object. + * \param group EC_GROUP object + * \return the currently used generator (possibly NULL). + */ +const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group); + +/** Returns the montgomery data for order(Generator) + * \param group EC_GROUP object + * \return the currently used generator (possibly NULL). +*/ +BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group); + +/** Gets the order of a EC_GROUP + * \param group EC_GROUP object + * \param order BIGNUM to which the order is copied + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx); + +/** Gets the cofactor of a EC_GROUP + * \param group EC_GROUP object + * \param cofactor BIGNUM to which the cofactor is copied + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, + BN_CTX *ctx); + +/** Sets the name of a EC_GROUP object + * \param group EC_GROUP object + * \param nid NID of the curve name OID + */ +void EC_GROUP_set_curve_name(EC_GROUP *group, int nid); + +/** Returns the curve name of a EC_GROUP object + * \param group EC_GROUP object + * \return NID of the curve name OID or 0 if not set. + */ +int EC_GROUP_get_curve_name(const EC_GROUP *group); + +void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag); +int EC_GROUP_get_asn1_flag(const EC_GROUP *group); + +void EC_GROUP_set_point_conversion_form(EC_GROUP *group, + point_conversion_form_t form); +point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP *); + +unsigned char *EC_GROUP_get0_seed(const EC_GROUP *x); +size_t EC_GROUP_get_seed_len(const EC_GROUP *); +size_t EC_GROUP_set_seed(EC_GROUP *, const unsigned char *, size_t len); + +/** Sets the parameter of a ec over GFp defined by y^2 = x^3 + a*x + b + * \param group EC_GROUP object + * \param p BIGNUM with the prime number + * \param a BIGNUM with parameter a of the equation + * \param b BIGNUM with parameter b of the equation + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, + const BIGNUM *b, BN_CTX *ctx); + +/** Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b + * \param group EC_GROUP object + * \param p BIGNUM for the prime number + * \param a BIGNUM for parameter a of the equation + * \param b BIGNUM for parameter b of the equation + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, + BIGNUM *b, BN_CTX *ctx); + +# ifndef OPENSSL_NO_EC2M +/** Sets the parameter of a ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b + * \param group EC_GROUP object + * \param p BIGNUM with the polynomial defining the underlying field + * \param a BIGNUM with parameter a of the equation + * \param b BIGNUM with parameter b of the equation + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, + const BIGNUM *b, BN_CTX *ctx); + +/** Gets the parameter of the ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b + * \param group EC_GROUP object + * \param p BIGNUM for the polynomial defining the underlying field + * \param a BIGNUM for parameter a of the equation + * \param b BIGNUM for parameter b of the equation + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, + BIGNUM *b, BN_CTX *ctx); +# endif +/** Returns the number of bits needed to represent a field element + * \param group EC_GROUP object + * \return number of bits needed to represent a field element + */ +int EC_GROUP_get_degree(const EC_GROUP *group); + +/** Checks whether the parameter in the EC_GROUP define a valid ec group + * \param group EC_GROUP object + * \param ctx BN_CTX object (optional) + * \return 1 if group is a valid ec group and 0 otherwise + */ +int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx); + +/** Checks whether the discriminant of the elliptic curve is zero or not + * \param group EC_GROUP object + * \param ctx BN_CTX object (optional) + * \return 1 if the discriminant is not zero and 0 otherwise + */ +int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx); + +/** Compares two EC_GROUP objects + * \param a first EC_GROUP object + * \param b second EC_GROUP object + * \param ctx BN_CTX object (optional) + * \return 0 if both groups are equal and 1 otherwise + */ +int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx); + +/* + * EC_GROUP_new_GF*() calls EC_GROUP_new() and EC_GROUP_set_GF*() after + * choosing an appropriate EC_METHOD + */ + +/** Creates a new EC_GROUP object with the specified parameters defined + * over GFp (defined by the equation y^2 = x^3 + a*x + b) + * \param p BIGNUM with the prime number + * \param a BIGNUM with the parameter a of the equation + * \param b BIGNUM with the parameter b of the equation + * \param ctx BN_CTX object (optional) + * \return newly created EC_GROUP object with the specified parameters + */ +EC_GROUP *EC_GROUP_new_curve_GFp(const BIGNUM *p, const BIGNUM *a, + const BIGNUM *b, BN_CTX *ctx); +# ifndef OPENSSL_NO_EC2M +/** Creates a new EC_GROUP object with the specified parameters defined + * over GF2m (defined by the equation y^2 + x*y = x^3 + a*x^2 + b) + * \param p BIGNUM with the polynomial defining the underlying field + * \param a BIGNUM with the parameter a of the equation + * \param b BIGNUM with the parameter b of the equation + * \param ctx BN_CTX object (optional) + * \return newly created EC_GROUP object with the specified parameters + */ +EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, + const BIGNUM *b, BN_CTX *ctx); +# endif +/** Creates a EC_GROUP object with a curve specified by a NID + * \param nid NID of the OID of the curve name + * \return newly created EC_GROUP object with specified curve or NULL + * if an error occurred + */ +EC_GROUP *EC_GROUP_new_by_curve_name(int nid); + +/********************************************************************/ +/* handling of internal curves */ +/********************************************************************/ + +typedef struct { + int nid; + const char *comment; +} EC_builtin_curve; + +/* + * EC_builtin_curves(EC_builtin_curve *r, size_t size) returns number of all + * available curves or zero if a error occurred. In case r ist not zero + * nitems EC_builtin_curve structures are filled with the data of the first + * nitems internal groups + */ +size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems); + +const char *EC_curve_nid2nist(int nid); +int EC_curve_nist2nid(const char *name); + +/********************************************************************/ +/* EC_POINT functions */ +/********************************************************************/ + +/** Creates a new EC_POINT object for the specified EC_GROUP + * \param group EC_GROUP the underlying EC_GROUP object + * \return newly created EC_POINT object or NULL if an error occurred + */ +EC_POINT *EC_POINT_new(const EC_GROUP *group); + +/** Frees a EC_POINT object + * \param point EC_POINT object to be freed + */ +void EC_POINT_free(EC_POINT *point); + +/** Clears and frees a EC_POINT object + * \param point EC_POINT object to be cleared and freed + */ +void EC_POINT_clear_free(EC_POINT *point); + +/** Copies EC_POINT object + * \param dst destination EC_POINT object + * \param src source EC_POINT object + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src); + +/** Creates a new EC_POINT object and copies the content of the supplied + * EC_POINT + * \param src source EC_POINT object + * \param group underlying the EC_GROUP object + * \return newly created EC_POINT object or NULL if an error occurred + */ +EC_POINT *EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group); + +/** Returns the EC_METHOD used in EC_POINT object + * \param point EC_POINT object + * \return the EC_METHOD used + */ +const EC_METHOD *EC_POINT_method_of(const EC_POINT *point); + +/** Sets a point to infinity (neutral element) + * \param group underlying EC_GROUP object + * \param point EC_POINT to set to infinity + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point); + +/** Sets the jacobian projective coordinates of a EC_POINT over GFp + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM with the x-coordinate + * \param y BIGNUM with the y-coordinate + * \param z BIGNUM with the z-coordinate + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, + EC_POINT *p, const BIGNUM *x, + const BIGNUM *y, const BIGNUM *z, + BN_CTX *ctx); + +/** Gets the jacobian projective coordinates of a EC_POINT over GFp + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM for the x-coordinate + * \param y BIGNUM for the y-coordinate + * \param z BIGNUM for the z-coordinate + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, + BIGNUM *y, BIGNUM *z, + BN_CTX *ctx); + +/** Sets the affine coordinates of a EC_POINT over GFp + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM with the x-coordinate + * \param y BIGNUM with the y-coordinate + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, + BN_CTX *ctx); + +/** Gets the affine coordinates of a EC_POINT over GFp + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM for the x-coordinate + * \param y BIGNUM for the y-coordinate + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, + BIGNUM *y, BN_CTX *ctx); + +/** Sets the x9.62 compressed coordinates of a EC_POINT over GFp + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM with x-coordinate + * \param y_bit integer with the y-Bit (either 0 or 1) + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, + EC_POINT *p, const BIGNUM *x, + int y_bit, BN_CTX *ctx); +# ifndef OPENSSL_NO_EC2M +/** Sets the affine coordinates of a EC_POINT over GF2m + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM with the x-coordinate + * \param y BIGNUM with the y-coordinate + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p, + const BIGNUM *x, const BIGNUM *y, + BN_CTX *ctx); + +/** Gets the affine coordinates of a EC_POINT over GF2m + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM for the x-coordinate + * \param y BIGNUM for the y-coordinate + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, + const EC_POINT *p, BIGNUM *x, + BIGNUM *y, BN_CTX *ctx); + +/** Sets the x9.62 compressed coordinates of a EC_POINT over GF2m + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param x BIGNUM with x-coordinate + * \param y_bit integer with the y-Bit (either 0 or 1) + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, + EC_POINT *p, const BIGNUM *x, + int y_bit, BN_CTX *ctx); +# endif +/** Encodes a EC_POINT object to a octet string + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param form point conversion form + * \param buf memory buffer for the result. If NULL the function returns + * required buffer size. + * \param len length of the memory buffer + * \param ctx BN_CTX object (optional) + * \return the length of the encoded octet string or 0 if an error occurred + */ +size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *p, + point_conversion_form_t form, + unsigned char *buf, size_t len, BN_CTX *ctx); + +/** Decodes a EC_POINT from a octet string + * \param group underlying EC_GROUP object + * \param p EC_POINT object + * \param buf memory buffer with the encoded ec point + * \param len length of the encoded ec point + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p, + const unsigned char *buf, size_t len, BN_CTX *ctx); + +/* other interfaces to point2oct/oct2point: */ +BIGNUM *EC_POINT_point2bn(const EC_GROUP *, const EC_POINT *, + point_conversion_form_t form, BIGNUM *, BN_CTX *); +EC_POINT *EC_POINT_bn2point(const EC_GROUP *, const BIGNUM *, + EC_POINT *, BN_CTX *); +char *EC_POINT_point2hex(const EC_GROUP *, const EC_POINT *, + point_conversion_form_t form, BN_CTX *); +EC_POINT *EC_POINT_hex2point(const EC_GROUP *, const char *, + EC_POINT *, BN_CTX *); + +/********************************************************************/ +/* functions for doing EC_POINT arithmetic */ +/********************************************************************/ + +/** Computes the sum of two EC_POINT + * \param group underlying EC_GROUP object + * \param r EC_POINT object for the result (r = a + b) + * \param a EC_POINT object with the first summand + * \param b EC_POINT object with the second summand + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, + const EC_POINT *b, BN_CTX *ctx); + +/** Computes the double of a EC_POINT + * \param group underlying EC_GROUP object + * \param r EC_POINT object for the result (r = 2 * a) + * \param a EC_POINT object + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, + BN_CTX *ctx); + +/** Computes the inverse of a EC_POINT + * \param group underlying EC_GROUP object + * \param a EC_POINT object to be inverted (it's used for the result as well) + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx); + +/** Checks whether the point is the neutral element of the group + * \param group the underlying EC_GROUP object + * \param p EC_POINT object + * \return 1 if the point is the neutral element and 0 otherwise + */ +int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p); + +/** Checks whether the point is on the curve + * \param group underlying EC_GROUP object + * \param point EC_POINT object to check + * \param ctx BN_CTX object (optional) + * \return 1 if point if on the curve and 0 otherwise + */ +int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, + BN_CTX *ctx); + +/** Compares two EC_POINTs + * \param group underlying EC_GROUP object + * \param a first EC_POINT object + * \param b second EC_POINT object + * \param ctx BN_CTX object (optional) + * \return 0 if both points are equal and a value != 0 otherwise + */ +int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, + BN_CTX *ctx); + +int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx); +int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, + EC_POINT *points[], BN_CTX *ctx); + +/** Computes r = generator * n sum_{i=0}^{num-1} p[i] * m[i] + * \param group underlying EC_GROUP object + * \param r EC_POINT object for the result + * \param n BIGNUM with the multiplier for the group generator (optional) + * \param num number futher summands + * \param p array of size num of EC_POINT objects + * \param m array of size num of BIGNUM objects + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, + size_t num, const EC_POINT *p[], const BIGNUM *m[], + BN_CTX *ctx); + +/** Computes r = generator * n + q * m + * \param group underlying EC_GROUP object + * \param r EC_POINT object for the result + * \param n BIGNUM with the multiplier for the group generator (optional) + * \param q EC_POINT object with the first factor of the second summand + * \param m BIGNUM with the second factor of the second summand + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, + const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx); + +/** Stores multiples of generator for faster point multiplication + * \param group EC_GROUP object + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occured + */ +int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx); + +/** Reports whether a precomputation has been done + * \param group EC_GROUP object + * \return 1 if a pre-computation has been done and 0 otherwise + */ +int EC_GROUP_have_precompute_mult(const EC_GROUP *group); + +/********************************************************************/ +/* ASN1 stuff */ +/********************************************************************/ + +/* + * EC_GROUP_get_basis_type() returns the NID of the basis type used to + * represent the field elements + */ +int EC_GROUP_get_basis_type(const EC_GROUP *); +# ifndef OPENSSL_NO_EC2M +int EC_GROUP_get_trinomial_basis(const EC_GROUP *, unsigned int *k); +int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1, + unsigned int *k2, unsigned int *k3); +# endif + +# define OPENSSL_EC_NAMED_CURVE 0x001 + +typedef struct ecpk_parameters_st ECPKPARAMETERS; + +EC_GROUP *d2i_ECPKParameters(EC_GROUP **, const unsigned char **in, long len); +int i2d_ECPKParameters(const EC_GROUP *, unsigned char **out); + +# define d2i_ECPKParameters_bio(bp,x) ASN1_d2i_bio_of(EC_GROUP,NULL,d2i_ECPKParameters,bp,x) +# define i2d_ECPKParameters_bio(bp,x) ASN1_i2d_bio_of_const(EC_GROUP,i2d_ECPKParameters,bp,x) +# define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \ + (char *(*)())d2i_ECPKParameters,(fp),(unsigned char **)(x)) +# define i2d_ECPKParameters_fp(fp,x) ASN1_i2d_fp(i2d_ECPKParameters,(fp), \ + (unsigned char *)(x)) + +# ifndef OPENSSL_NO_BIO +int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off); +# endif +# ifndef OPENSSL_NO_FP_API +int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); +# endif + +/********************************************************************/ +/* EC_KEY functions */ +/********************************************************************/ + +typedef struct ec_key_st EC_KEY; + +/* some values for the encoding_flag */ +# define EC_PKEY_NO_PARAMETERS 0x001 +# define EC_PKEY_NO_PUBKEY 0x002 + +/* some values for the flags field */ +# define EC_FLAG_NON_FIPS_ALLOW 0x1 +# define EC_FLAG_FIPS_CHECKED 0x2 + +/** Creates a new EC_KEY object. + * \return EC_KEY object or NULL if an error occurred. + */ +EC_KEY *EC_KEY_new(void); + +int EC_KEY_get_flags(const EC_KEY *key); + +void EC_KEY_set_flags(EC_KEY *key, int flags); + +void EC_KEY_clear_flags(EC_KEY *key, int flags); + +/** Creates a new EC_KEY object using a named curve as underlying + * EC_GROUP object. + * \param nid NID of the named curve. + * \return EC_KEY object or NULL if an error occurred. + */ +EC_KEY *EC_KEY_new_by_curve_name(int nid); + +/** Frees a EC_KEY object. + * \param key EC_KEY object to be freed. + */ +void EC_KEY_free(EC_KEY *key); + +/** Copies a EC_KEY object. + * \param dst destination EC_KEY object + * \param src src EC_KEY object + * \return dst or NULL if an error occurred. + */ +EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src); + +/** Creates a new EC_KEY object and copies the content from src to it. + * \param src the source EC_KEY object + * \return newly created EC_KEY object or NULL if an error occurred. + */ +EC_KEY *EC_KEY_dup(const EC_KEY *src); + +/** Increases the internal reference count of a EC_KEY object. + * \param key EC_KEY object + * \return 1 on success and 0 if an error occurred. + */ +int EC_KEY_up_ref(EC_KEY *key); + +/** Returns the EC_GROUP object of a EC_KEY object + * \param key EC_KEY object + * \return the EC_GROUP object (possibly NULL). + */ +const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); + +/** Sets the EC_GROUP of a EC_KEY object. + * \param key EC_KEY object + * \param group EC_GROUP to use in the EC_KEY object (note: the EC_KEY + * object will use an own copy of the EC_GROUP). + * \return 1 on success and 0 if an error occurred. + */ +int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group); + +/** Returns the private key of a EC_KEY object. + * \param key EC_KEY object + * \return a BIGNUM with the private key (possibly NULL). + */ +const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); + +/** Sets the private key of a EC_KEY object. + * \param key EC_KEY object + * \param prv BIGNUM with the private key (note: the EC_KEY object + * will use an own copy of the BIGNUM). + * \return 1 on success and 0 if an error occurred. + */ +int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); + +/** Returns the public key of a EC_KEY object. + * \param key the EC_KEY object + * \return a EC_POINT object with the public key (possibly NULL) + */ +const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); + +/** Sets the public key of a EC_KEY object. + * \param key EC_KEY object + * \param pub EC_POINT object with the public key (note: the EC_KEY object + * will use an own copy of the EC_POINT object). + * \return 1 on success and 0 if an error occurred. + */ +int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); + +unsigned EC_KEY_get_enc_flags(const EC_KEY *key); +void EC_KEY_set_enc_flags(EC_KEY *eckey, unsigned int flags); +point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key); +void EC_KEY_set_conv_form(EC_KEY *eckey, point_conversion_form_t cform); +/* functions to set/get method specific data */ +void *EC_KEY_get_key_method_data(EC_KEY *key, + void *(*dup_func) (void *), + void (*free_func) (void *), + void (*clear_free_func) (void *)); +/** Sets the key method data of an EC_KEY object, if none has yet been set. + * \param key EC_KEY object + * \param data opaque data to install. + * \param dup_func a function that duplicates |data|. + * \param free_func a function that frees |data|. + * \param clear_free_func a function that wipes and frees |data|. + * \return the previously set data pointer, or NULL if |data| was inserted. + */ +void *EC_KEY_insert_key_method_data(EC_KEY *key, void *data, + void *(*dup_func) (void *), + void (*free_func) (void *), + void (*clear_free_func) (void *)); +/* wrapper functions for the underlying EC_GROUP object */ +void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag); + +/** Creates a table of pre-computed multiples of the generator to + * accelerate further EC_KEY operations. + * \param key EC_KEY object + * \param ctx BN_CTX object (optional) + * \return 1 on success and 0 if an error occurred. + */ +int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx); + +/** Creates a new ec private (and optional a new public) key. + * \param key EC_KEY object + * \return 1 on success and 0 if an error occurred. + */ +int EC_KEY_generate_key(EC_KEY *key); + +/** Verifies that a private and/or public key is valid. + * \param key the EC_KEY object + * \return 1 on success and 0 otherwise. + */ +int EC_KEY_check_key(const EC_KEY *key); + +/** Sets a public key from affine coordindates performing + * neccessary NIST PKV tests. + * \param key the EC_KEY object + * \param x public key x coordinate + * \param y public key y coordinate + * \return 1 on success and 0 otherwise. + */ +int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, + BIGNUM *y); + +/********************************************************************/ +/* de- and encoding functions for SEC1 ECPrivateKey */ +/********************************************************************/ + +/** Decodes a private key from a memory buffer. + * \param key a pointer to a EC_KEY object which should be used (or NULL) + * \param in pointer to memory with the DER encoded private key + * \param len length of the DER encoded private key + * \return the decoded private key or NULL if an error occurred. + */ +EC_KEY *d2i_ECPrivateKey(EC_KEY **key, const unsigned char **in, long len); + +/** Encodes a private key object and stores the result in a buffer. + * \param key the EC_KEY object to encode + * \param out the buffer for the result (if NULL the function returns number + * of bytes needed). + * \return 1 on success and 0 if an error occurred. + */ +int i2d_ECPrivateKey(EC_KEY *key, unsigned char **out); + +/********************************************************************/ +/* de- and encoding functions for EC parameters */ +/********************************************************************/ + +/** Decodes ec parameter from a memory buffer. + * \param key a pointer to a EC_KEY object which should be used (or NULL) + * \param in pointer to memory with the DER encoded ec parameters + * \param len length of the DER encoded ec parameters + * \return a EC_KEY object with the decoded parameters or NULL if an error + * occurred. + */ +EC_KEY *d2i_ECParameters(EC_KEY **key, const unsigned char **in, long len); + +/** Encodes ec parameter and stores the result in a buffer. + * \param key the EC_KEY object with ec paramters to encode + * \param out the buffer for the result (if NULL the function returns number + * of bytes needed). + * \return 1 on success and 0 if an error occurred. + */ +int i2d_ECParameters(EC_KEY *key, unsigned char **out); + +/********************************************************************/ +/* de- and encoding functions for EC public key */ +/* (octet string, not DER -- hence 'o2i' and 'i2o') */ +/********************************************************************/ + +/** Decodes a ec public key from a octet string. + * \param key a pointer to a EC_KEY object which should be used + * \param in memory buffer with the encoded public key + * \param len length of the encoded public key + * \return EC_KEY object with decoded public key or NULL if an error + * occurred. + */ +EC_KEY *o2i_ECPublicKey(EC_KEY **key, const unsigned char **in, long len); + +/** Encodes a ec public key in an octet string. + * \param key the EC_KEY object with the public key + * \param out the buffer for the result (if NULL the function returns number + * of bytes needed). + * \return 1 on success and 0 if an error occurred + */ +int i2o_ECPublicKey(EC_KEY *key, unsigned char **out); + +# ifndef OPENSSL_NO_BIO +/** Prints out the ec parameters on human readable form. + * \param bp BIO object to which the information is printed + * \param key EC_KEY object + * \return 1 on success and 0 if an error occurred + */ +int ECParameters_print(BIO *bp, const EC_KEY *key); + +/** Prints out the contents of a EC_KEY object + * \param bp BIO object to which the information is printed + * \param key EC_KEY object + * \param off line offset + * \return 1 on success and 0 if an error occurred + */ +int EC_KEY_print(BIO *bp, const EC_KEY *key, int off); + +# endif +# ifndef OPENSSL_NO_FP_API +/** Prints out the ec parameters on human readable form. + * \param fp file descriptor to which the information is printed + * \param key EC_KEY object + * \return 1 on success and 0 if an error occurred + */ +int ECParameters_print_fp(FILE *fp, const EC_KEY *key); + +/** Prints out the contents of a EC_KEY object + * \param fp file descriptor to which the information is printed + * \param key EC_KEY object + * \param off line offset + * \return 1 on success and 0 if an error occurred + */ +int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off); + +# endif + +# define ECParameters_dup(x) ASN1_dup_of(EC_KEY,i2d_ECParameters,d2i_ECParameters,x) + +# ifndef __cplusplus +# if defined(__SUNPRO_C) +# if __SUNPRO_C >= 0x520 +# pragma error_messages (default,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE) +# endif +# endif +# endif + +# define EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \ + EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID, nid, NULL) + +# define EVP_PKEY_CTX_set_ec_param_enc(ctx, flag) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_PARAMGEN|EVP_PKEY_OP_KEYGEN, \ + EVP_PKEY_CTRL_EC_PARAM_ENC, flag, NULL) + +# define EVP_PKEY_CTX_set_ecdh_cofactor_mode(ctx, flag) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_EC_ECDH_COFACTOR, flag, NULL) + +# define EVP_PKEY_CTX_get_ecdh_cofactor_mode(ctx) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_EC_ECDH_COFACTOR, -2, NULL) + +# define EVP_PKEY_CTX_set_ecdh_kdf_type(ctx, kdf) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_EC_KDF_TYPE, kdf, NULL) + +# define EVP_PKEY_CTX_get_ecdh_kdf_type(ctx) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_EC_KDF_TYPE, -2, NULL) + +# define EVP_PKEY_CTX_set_ecdh_kdf_md(ctx, md) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_EC_KDF_MD, 0, (void *)md) + +# define EVP_PKEY_CTX_get_ecdh_kdf_md(ctx, pmd) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_GET_EC_KDF_MD, 0, (void *)pmd) + +# define EVP_PKEY_CTX_set_ecdh_kdf_outlen(ctx, len) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_EC_KDF_OUTLEN, len, NULL) + +# define EVP_PKEY_CTX_get_ecdh_kdf_outlen(ctx, plen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_GET_EC_KDF_OUTLEN, 0, (void *)plen) + +# define EVP_PKEY_CTX_set0_ecdh_kdf_ukm(ctx, p, plen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_EC_KDF_UKM, plen, (void *)p) + +# define EVP_PKEY_CTX_get0_ecdh_kdf_ukm(ctx, p) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_EC, \ + EVP_PKEY_OP_DERIVE, \ + EVP_PKEY_CTRL_GET_EC_KDF_UKM, 0, (void *)p) + +# define EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID (EVP_PKEY_ALG_CTRL + 1) +# define EVP_PKEY_CTRL_EC_PARAM_ENC (EVP_PKEY_ALG_CTRL + 2) +# define EVP_PKEY_CTRL_EC_ECDH_COFACTOR (EVP_PKEY_ALG_CTRL + 3) +# define EVP_PKEY_CTRL_EC_KDF_TYPE (EVP_PKEY_ALG_CTRL + 4) +# define EVP_PKEY_CTRL_EC_KDF_MD (EVP_PKEY_ALG_CTRL + 5) +# define EVP_PKEY_CTRL_GET_EC_KDF_MD (EVP_PKEY_ALG_CTRL + 6) +# define EVP_PKEY_CTRL_EC_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 7) +# define EVP_PKEY_CTRL_GET_EC_KDF_OUTLEN (EVP_PKEY_ALG_CTRL + 8) +# define EVP_PKEY_CTRL_EC_KDF_UKM (EVP_PKEY_ALG_CTRL + 9) +# define EVP_PKEY_CTRL_GET_EC_KDF_UKM (EVP_PKEY_ALG_CTRL + 10) +/* KDF types */ +# define EVP_PKEY_ECDH_KDF_NONE 1 +# define EVP_PKEY_ECDH_KDF_X9_62 2 + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_EC_strings(void); + +/* Error codes for the EC functions. */ + +/* Function codes. */ +# define EC_F_BN_TO_FELEM 224 +# define EC_F_COMPUTE_WNAF 143 +# define EC_F_D2I_ECPARAMETERS 144 +# define EC_F_D2I_ECPKPARAMETERS 145 +# define EC_F_D2I_ECPRIVATEKEY 146 +# define EC_F_DO_EC_KEY_PRINT 221 +# define EC_F_ECDH_CMS_DECRYPT 238 +# define EC_F_ECDH_CMS_SET_SHARED_INFO 239 +# define EC_F_ECKEY_PARAM2TYPE 223 +# define EC_F_ECKEY_PARAM_DECODE 212 +# define EC_F_ECKEY_PRIV_DECODE 213 +# define EC_F_ECKEY_PRIV_ENCODE 214 +# define EC_F_ECKEY_PUB_DECODE 215 +# define EC_F_ECKEY_PUB_ENCODE 216 +# define EC_F_ECKEY_TYPE2PARAM 220 +# define EC_F_ECPARAMETERS_PRINT 147 +# define EC_F_ECPARAMETERS_PRINT_FP 148 +# define EC_F_ECPKPARAMETERS_PRINT 149 +# define EC_F_ECPKPARAMETERS_PRINT_FP 150 +# define EC_F_ECP_NISTZ256_GET_AFFINE 240 +# define EC_F_ECP_NISTZ256_MULT_PRECOMPUTE 243 +# define EC_F_ECP_NISTZ256_POINTS_MUL 241 +# define EC_F_ECP_NISTZ256_PRE_COMP_NEW 244 +# define EC_F_ECP_NISTZ256_SET_WORDS 245 +# define EC_F_ECP_NISTZ256_WINDOWED_MUL 242 +# define EC_F_ECP_NIST_MOD_192 203 +# define EC_F_ECP_NIST_MOD_224 204 +# define EC_F_ECP_NIST_MOD_256 205 +# define EC_F_ECP_NIST_MOD_521 206 +# define EC_F_EC_ASN1_GROUP2CURVE 153 +# define EC_F_EC_ASN1_GROUP2FIELDID 154 +# define EC_F_EC_ASN1_GROUP2PARAMETERS 155 +# define EC_F_EC_ASN1_GROUP2PKPARAMETERS 156 +# define EC_F_EC_ASN1_PARAMETERS2GROUP 157 +# define EC_F_EC_ASN1_PKPARAMETERS2GROUP 158 +# define EC_F_EC_EX_DATA_SET_DATA 211 +# define EC_F_EC_GF2M_MONTGOMERY_POINT_MULTIPLY 208 +# define EC_F_EC_GF2M_SIMPLE_GROUP_CHECK_DISCRIMINANT 159 +# define EC_F_EC_GF2M_SIMPLE_GROUP_SET_CURVE 195 +# define EC_F_EC_GF2M_SIMPLE_OCT2POINT 160 +# define EC_F_EC_GF2M_SIMPLE_POINT2OCT 161 +# define EC_F_EC_GF2M_SIMPLE_POINT_GET_AFFINE_COORDINATES 162 +# define EC_F_EC_GF2M_SIMPLE_POINT_SET_AFFINE_COORDINATES 163 +# define EC_F_EC_GF2M_SIMPLE_SET_COMPRESSED_COORDINATES 164 +# define EC_F_EC_GFP_MONT_FIELD_DECODE 133 +# define EC_F_EC_GFP_MONT_FIELD_ENCODE 134 +# define EC_F_EC_GFP_MONT_FIELD_MUL 131 +# define EC_F_EC_GFP_MONT_FIELD_SET_TO_ONE 209 +# define EC_F_EC_GFP_MONT_FIELD_SQR 132 +# define EC_F_EC_GFP_MONT_GROUP_SET_CURVE 189 +# define EC_F_EC_GFP_MONT_GROUP_SET_CURVE_GFP 135 +# define EC_F_EC_GFP_NISTP224_GROUP_SET_CURVE 225 +# define EC_F_EC_GFP_NISTP224_POINTS_MUL 228 +# define EC_F_EC_GFP_NISTP224_POINT_GET_AFFINE_COORDINATES 226 +# define EC_F_EC_GFP_NISTP256_GROUP_SET_CURVE 230 +# define EC_F_EC_GFP_NISTP256_POINTS_MUL 231 +# define EC_F_EC_GFP_NISTP256_POINT_GET_AFFINE_COORDINATES 232 +# define EC_F_EC_GFP_NISTP521_GROUP_SET_CURVE 233 +# define EC_F_EC_GFP_NISTP521_POINTS_MUL 234 +# define EC_F_EC_GFP_NISTP521_POINT_GET_AFFINE_COORDINATES 235 +# define EC_F_EC_GFP_NIST_FIELD_MUL 200 +# define EC_F_EC_GFP_NIST_FIELD_SQR 201 +# define EC_F_EC_GFP_NIST_GROUP_SET_CURVE 202 +# define EC_F_EC_GFP_SIMPLE_GROUP_CHECK_DISCRIMINANT 165 +# define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE 166 +# define EC_F_EC_GFP_SIMPLE_GROUP_SET_CURVE_GFP 100 +# define EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR 101 +# define EC_F_EC_GFP_SIMPLE_MAKE_AFFINE 102 +# define EC_F_EC_GFP_SIMPLE_OCT2POINT 103 +# define EC_F_EC_GFP_SIMPLE_POINT2OCT 104 +# define EC_F_EC_GFP_SIMPLE_POINTS_MAKE_AFFINE 137 +# define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES 167 +# define EC_F_EC_GFP_SIMPLE_POINT_GET_AFFINE_COORDINATES_GFP 105 +# define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES 168 +# define EC_F_EC_GFP_SIMPLE_POINT_SET_AFFINE_COORDINATES_GFP 128 +# define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES 169 +# define EC_F_EC_GFP_SIMPLE_SET_COMPRESSED_COORDINATES_GFP 129 +# define EC_F_EC_GROUP_CHECK 170 +# define EC_F_EC_GROUP_CHECK_DISCRIMINANT 171 +# define EC_F_EC_GROUP_COPY 106 +# define EC_F_EC_GROUP_GET0_GENERATOR 139 +# define EC_F_EC_GROUP_GET_COFACTOR 140 +# define EC_F_EC_GROUP_GET_CURVE_GF2M 172 +# define EC_F_EC_GROUP_GET_CURVE_GFP 130 +# define EC_F_EC_GROUP_GET_DEGREE 173 +# define EC_F_EC_GROUP_GET_ORDER 141 +# define EC_F_EC_GROUP_GET_PENTANOMIAL_BASIS 193 +# define EC_F_EC_GROUP_GET_TRINOMIAL_BASIS 194 +# define EC_F_EC_GROUP_NEW 108 +# define EC_F_EC_GROUP_NEW_BY_CURVE_NAME 174 +# define EC_F_EC_GROUP_NEW_FROM_DATA 175 +# define EC_F_EC_GROUP_PRECOMPUTE_MULT 142 +# define EC_F_EC_GROUP_SET_CURVE_GF2M 176 +# define EC_F_EC_GROUP_SET_CURVE_GFP 109 +# define EC_F_EC_GROUP_SET_EXTRA_DATA 110 +# define EC_F_EC_GROUP_SET_GENERATOR 111 +# define EC_F_EC_KEY_CHECK_KEY 177 +# define EC_F_EC_KEY_COPY 178 +# define EC_F_EC_KEY_GENERATE_KEY 179 +# define EC_F_EC_KEY_NEW 182 +# define EC_F_EC_KEY_PRINT 180 +# define EC_F_EC_KEY_PRINT_FP 181 +# define EC_F_EC_KEY_SET_PUBLIC_KEY_AFFINE_COORDINATES 229 +# define EC_F_EC_POINTS_MAKE_AFFINE 136 +# define EC_F_EC_POINT_ADD 112 +# define EC_F_EC_POINT_CMP 113 +# define EC_F_EC_POINT_COPY 114 +# define EC_F_EC_POINT_DBL 115 +# define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GF2M 183 +# define EC_F_EC_POINT_GET_AFFINE_COORDINATES_GFP 116 +# define EC_F_EC_POINT_GET_JPROJECTIVE_COORDINATES_GFP 117 +# define EC_F_EC_POINT_INVERT 210 +# define EC_F_EC_POINT_IS_AT_INFINITY 118 +# define EC_F_EC_POINT_IS_ON_CURVE 119 +# define EC_F_EC_POINT_MAKE_AFFINE 120 +# define EC_F_EC_POINT_MUL 184 +# define EC_F_EC_POINT_NEW 121 +# define EC_F_EC_POINT_OCT2POINT 122 +# define EC_F_EC_POINT_POINT2OCT 123 +# define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GF2M 185 +# define EC_F_EC_POINT_SET_AFFINE_COORDINATES_GFP 124 +# define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GF2M 186 +# define EC_F_EC_POINT_SET_COMPRESSED_COORDINATES_GFP 125 +# define EC_F_EC_POINT_SET_JPROJECTIVE_COORDINATES_GFP 126 +# define EC_F_EC_POINT_SET_TO_INFINITY 127 +# define EC_F_EC_PRE_COMP_DUP 207 +# define EC_F_EC_PRE_COMP_NEW 196 +# define EC_F_EC_WNAF_MUL 187 +# define EC_F_EC_WNAF_PRECOMPUTE_MULT 188 +# define EC_F_I2D_ECPARAMETERS 190 +# define EC_F_I2D_ECPKPARAMETERS 191 +# define EC_F_I2D_ECPRIVATEKEY 192 +# define EC_F_I2O_ECPUBLICKEY 151 +# define EC_F_NISTP224_PRE_COMP_NEW 227 +# define EC_F_NISTP256_PRE_COMP_NEW 236 +# define EC_F_NISTP521_PRE_COMP_NEW 237 +# define EC_F_O2I_ECPUBLICKEY 152 +# define EC_F_OLD_EC_PRIV_DECODE 222 +# define EC_F_PKEY_EC_CTRL 197 +# define EC_F_PKEY_EC_CTRL_STR 198 +# define EC_F_PKEY_EC_DERIVE 217 +# define EC_F_PKEY_EC_KEYGEN 199 +# define EC_F_PKEY_EC_PARAMGEN 219 +# define EC_F_PKEY_EC_SIGN 218 + +/* Reason codes. */ +# define EC_R_ASN1_ERROR 115 +# define EC_R_ASN1_UNKNOWN_FIELD 116 +# define EC_R_BIGNUM_OUT_OF_RANGE 144 +# define EC_R_BUFFER_TOO_SMALL 100 +# define EC_R_COORDINATES_OUT_OF_RANGE 146 +# define EC_R_D2I_ECPKPARAMETERS_FAILURE 117 +# define EC_R_DECODE_ERROR 142 +# define EC_R_DISCRIMINANT_IS_ZERO 118 +# define EC_R_EC_GROUP_NEW_BY_NAME_FAILURE 119 +# define EC_R_FIELD_TOO_LARGE 143 +# define EC_R_GF2M_NOT_SUPPORTED 147 +# define EC_R_GROUP2PKPARAMETERS_FAILURE 120 +# define EC_R_I2D_ECPKPARAMETERS_FAILURE 121 +# define EC_R_INCOMPATIBLE_OBJECTS 101 +# define EC_R_INVALID_ARGUMENT 112 +# define EC_R_INVALID_COMPRESSED_POINT 110 +# define EC_R_INVALID_COMPRESSION_BIT 109 +# define EC_R_INVALID_CURVE 141 +# define EC_R_INVALID_DIGEST 151 +# define EC_R_INVALID_DIGEST_TYPE 138 +# define EC_R_INVALID_ENCODING 102 +# define EC_R_INVALID_FIELD 103 +# define EC_R_INVALID_FORM 104 +# define EC_R_INVALID_GROUP_ORDER 122 +# define EC_R_INVALID_PENTANOMIAL_BASIS 132 +# define EC_R_INVALID_PRIVATE_KEY 123 +# define EC_R_INVALID_TRINOMIAL_BASIS 137 +# define EC_R_KDF_PARAMETER_ERROR 148 +# define EC_R_KEYS_NOT_SET 140 +# define EC_R_MISSING_PARAMETERS 124 +# define EC_R_MISSING_PRIVATE_KEY 125 +# define EC_R_NOT_A_NIST_PRIME 135 +# define EC_R_NOT_A_SUPPORTED_NIST_PRIME 136 +# define EC_R_NOT_IMPLEMENTED 126 +# define EC_R_NOT_INITIALIZED 111 +# define EC_R_NO_FIELD_MOD 133 +# define EC_R_NO_PARAMETERS_SET 139 +# define EC_R_PASSED_NULL_PARAMETER 134 +# define EC_R_PEER_KEY_ERROR 149 +# define EC_R_PKPARAMETERS2GROUP_FAILURE 127 +# define EC_R_POINT_AT_INFINITY 106 +# define EC_R_POINT_IS_NOT_ON_CURVE 107 +# define EC_R_SHARED_INFO_ERROR 150 +# define EC_R_SLOT_FULL 108 +# define EC_R_UNDEFINED_GENERATOR 113 +# define EC_R_UNDEFINED_ORDER 128 +# define EC_R_UNKNOWN_GROUP 129 +# define EC_R_UNKNOWN_ORDER 114 +# define EC_R_UNSUPPORTED_FIELD 131 +# define EC_R_WRONG_CURVE_PARAMETERS 145 +# define EC_R_WRONG_ORDER 130 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ecdh.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ecdh.h new file mode 100644 index 00000000..25348b30 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ecdh.h @@ -0,0 +1,134 @@ +/* crypto/ecdh/ecdh.h */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * + * The Elliptic Curve Public-Key Crypto Library (ECC Code) included + * herein is developed by SUN MICROSYSTEMS, INC., and is contributed + * to the OpenSSL project. + * + * The ECC Code is licensed pursuant to the OpenSSL open source + * license provided below. + * + * The ECDH software is originally written by Douglas Stebila of + * Sun Microsystems Laboratories. + * + */ +/* ==================================================================== + * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +#ifndef HEADER_ECDH_H +# define HEADER_ECDH_H + +# include + +# ifdef OPENSSL_NO_ECDH +# error ECDH is disabled. +# endif + +# include +# include +# ifndef OPENSSL_NO_DEPRECATED +# include +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +# define EC_FLAG_COFACTOR_ECDH 0x1000 + +const ECDH_METHOD *ECDH_OpenSSL(void); + +void ECDH_set_default_method(const ECDH_METHOD *); +const ECDH_METHOD *ECDH_get_default_method(void); +int ECDH_set_method(EC_KEY *, const ECDH_METHOD *); + +int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, + EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen, + void *out, size_t *outlen)); + +int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new + *new_func, CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); +int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg); +void *ECDH_get_ex_data(EC_KEY *d, int idx); + +int ECDH_KDF_X9_62(unsigned char *out, size_t outlen, + const unsigned char *Z, size_t Zlen, + const unsigned char *sinfo, size_t sinfolen, + const EVP_MD *md); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_ECDH_strings(void); + +/* Error codes for the ECDH functions. */ + +/* Function codes. */ +# define ECDH_F_ECDH_CHECK 102 +# define ECDH_F_ECDH_COMPUTE_KEY 100 +# define ECDH_F_ECDH_DATA_NEW_METHOD 101 + +/* Reason codes. */ +# define ECDH_R_KDF_FAILED 102 +# define ECDH_R_NON_FIPS_METHOD 103 +# define ECDH_R_NO_PRIVATE_VALUE 100 +# define ECDH_R_POINT_ARITHMETIC_FAILURE 101 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ecdsa.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ecdsa.h new file mode 100644 index 00000000..a6f0930f --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ecdsa.h @@ -0,0 +1,335 @@ +/* crypto/ecdsa/ecdsa.h */ +/** + * \file crypto/ecdsa/ecdsa.h Include file for the OpenSSL ECDSA functions + * \author Written by Nils Larsch for the OpenSSL project + */ +/* ==================================================================== + * Copyright (c) 2000-2005 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +#ifndef HEADER_ECDSA_H +# define HEADER_ECDSA_H + +# include + +# ifdef OPENSSL_NO_ECDSA +# error ECDSA is disabled. +# endif + +# include +# include +# ifndef OPENSSL_NO_DEPRECATED +# include +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct ECDSA_SIG_st { + BIGNUM *r; + BIGNUM *s; +} ECDSA_SIG; + +/** Allocates and initialize a ECDSA_SIG structure + * \return pointer to a ECDSA_SIG structure or NULL if an error occurred + */ +ECDSA_SIG *ECDSA_SIG_new(void); + +/** frees a ECDSA_SIG structure + * \param sig pointer to the ECDSA_SIG structure + */ +void ECDSA_SIG_free(ECDSA_SIG *sig); + +/** DER encode content of ECDSA_SIG object (note: this function modifies *pp + * (*pp += length of the DER encoded signature)). + * \param sig pointer to the ECDSA_SIG object + * \param pp pointer to a unsigned char pointer for the output or NULL + * \return the length of the DER encoded ECDSA_SIG object or 0 + */ +int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp); + +/** Decodes a DER encoded ECDSA signature (note: this function changes *pp + * (*pp += len)). + * \param sig pointer to ECDSA_SIG pointer (may be NULL) + * \param pp memory buffer with the DER encoded signature + * \param len length of the buffer + * \return pointer to the decoded ECDSA_SIG structure (or NULL) + */ +ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len); + +/** Computes the ECDSA signature of the given hash value using + * the supplied private key and returns the created signature. + * \param dgst pointer to the hash value + * \param dgst_len length of the hash value + * \param eckey EC_KEY object containing a private EC key + * \return pointer to a ECDSA_SIG structure or NULL if an error occurred + */ +ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dgst_len, + EC_KEY *eckey); + +/** Computes ECDSA signature of a given hash value using the supplied + * private key (note: sig must point to ECDSA_size(eckey) bytes of memory). + * \param dgst pointer to the hash value to sign + * \param dgstlen length of the hash value + * \param kinv BIGNUM with a pre-computed inverse k (optional) + * \param rp BIGNUM with a pre-computed rp value (optioanl), + * see ECDSA_sign_setup + * \param eckey EC_KEY object containing a private EC key + * \return pointer to a ECDSA_SIG structure or NULL if an error occurred + */ +ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dgstlen, + const BIGNUM *kinv, const BIGNUM *rp, + EC_KEY *eckey); + +/** Verifies that the supplied signature is a valid ECDSA + * signature of the supplied hash value using the supplied public key. + * \param dgst pointer to the hash value + * \param dgst_len length of the hash value + * \param sig ECDSA_SIG structure + * \param eckey EC_KEY object containing a public EC key + * \return 1 if the signature is valid, 0 if the signature is invalid + * and -1 on error + */ +int ECDSA_do_verify(const unsigned char *dgst, int dgst_len, + const ECDSA_SIG *sig, EC_KEY *eckey); + +const ECDSA_METHOD *ECDSA_OpenSSL(void); + +/** Sets the default ECDSA method + * \param meth new default ECDSA_METHOD + */ +void ECDSA_set_default_method(const ECDSA_METHOD *meth); + +/** Returns the default ECDSA method + * \return pointer to ECDSA_METHOD structure containing the default method + */ +const ECDSA_METHOD *ECDSA_get_default_method(void); + +/** Sets method to be used for the ECDSA operations + * \param eckey EC_KEY object + * \param meth new method + * \return 1 on success and 0 otherwise + */ +int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth); + +/** Returns the maximum length of the DER encoded signature + * \param eckey EC_KEY object + * \return numbers of bytes required for the DER encoded signature + */ +int ECDSA_size(const EC_KEY *eckey); + +/** Precompute parts of the signing operation + * \param eckey EC_KEY object containing a private EC key + * \param ctx BN_CTX object (optional) + * \param kinv BIGNUM pointer for the inverse of k + * \param rp BIGNUM pointer for x coordinate of k * generator + * \return 1 on success and 0 otherwise + */ +int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp); + +/** Computes ECDSA signature of a given hash value using the supplied + * private key (note: sig must point to ECDSA_size(eckey) bytes of memory). + * \param type this parameter is ignored + * \param dgst pointer to the hash value to sign + * \param dgstlen length of the hash value + * \param sig memory for the DER encoded created signature + * \param siglen pointer to the length of the returned signature + * \param eckey EC_KEY object containing a private EC key + * \return 1 on success and 0 otherwise + */ +int ECDSA_sign(int type, const unsigned char *dgst, int dgstlen, + unsigned char *sig, unsigned int *siglen, EC_KEY *eckey); + +/** Computes ECDSA signature of a given hash value using the supplied + * private key (note: sig must point to ECDSA_size(eckey) bytes of memory). + * \param type this parameter is ignored + * \param dgst pointer to the hash value to sign + * \param dgstlen length of the hash value + * \param sig buffer to hold the DER encoded signature + * \param siglen pointer to the length of the returned signature + * \param kinv BIGNUM with a pre-computed inverse k (optional) + * \param rp BIGNUM with a pre-computed rp value (optioanl), + * see ECDSA_sign_setup + * \param eckey EC_KEY object containing a private EC key + * \return 1 on success and 0 otherwise + */ +int ECDSA_sign_ex(int type, const unsigned char *dgst, int dgstlen, + unsigned char *sig, unsigned int *siglen, + const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey); + +/** Verifies that the given signature is valid ECDSA signature + * of the supplied hash value using the specified public key. + * \param type this parameter is ignored + * \param dgst pointer to the hash value + * \param dgstlen length of the hash value + * \param sig pointer to the DER encoded signature + * \param siglen length of the DER encoded signature + * \param eckey EC_KEY object containing a public EC key + * \return 1 if the signature is valid, 0 if the signature is invalid + * and -1 on error + */ +int ECDSA_verify(int type, const unsigned char *dgst, int dgstlen, + const unsigned char *sig, int siglen, EC_KEY *eckey); + +/* the standard ex_data functions */ +int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new + *new_func, CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); +int ECDSA_set_ex_data(EC_KEY *d, int idx, void *arg); +void *ECDSA_get_ex_data(EC_KEY *d, int idx); + +/** Allocates and initialize a ECDSA_METHOD structure + * \param ecdsa_method pointer to ECDSA_METHOD to copy. (May be NULL) + * \return pointer to a ECDSA_METHOD structure or NULL if an error occurred + */ + +ECDSA_METHOD *ECDSA_METHOD_new(const ECDSA_METHOD *ecdsa_method); + +/** frees a ECDSA_METHOD structure + * \param ecdsa_method pointer to the ECDSA_METHOD structure + */ +void ECDSA_METHOD_free(ECDSA_METHOD *ecdsa_method); + +/** Sets application specific data in the ECDSA_METHOD + * \param ecdsa_method pointer to existing ECDSA_METHOD + * \param app application specific data to set + */ + +void ECDSA_METHOD_set_app_data(ECDSA_METHOD *ecdsa_method, void *app); + +/** Returns application specific data from a ECDSA_METHOD structure + * \param ecdsa_method pointer to ECDSA_METHOD structure + * \return pointer to application specific data. + */ + +void *ECDSA_METHOD_get_app_data(ECDSA_METHOD *ecdsa_method); + +/** Set the ECDSA_do_sign function in the ECDSA_METHOD + * \param ecdsa_method pointer to existing ECDSA_METHOD + * \param ecdsa_do_sign a funtion of type ECDSA_do_sign + */ + +void ECDSA_METHOD_set_sign(ECDSA_METHOD *ecdsa_method, + ECDSA_SIG *(*ecdsa_do_sign) (const unsigned char + *dgst, int dgst_len, + const BIGNUM *inv, + const BIGNUM *rp, + EC_KEY *eckey)); + +/** Set the ECDSA_sign_setup function in the ECDSA_METHOD + * \param ecdsa_method pointer to existing ECDSA_METHOD + * \param ecdsa_sign_setup a funtion of type ECDSA_sign_setup + */ + +void ECDSA_METHOD_set_sign_setup(ECDSA_METHOD *ecdsa_method, + int (*ecdsa_sign_setup) (EC_KEY *eckey, + BN_CTX *ctx, + BIGNUM **kinv, + BIGNUM **r)); + +/** Set the ECDSA_do_verify function in the ECDSA_METHOD + * \param ecdsa_method pointer to existing ECDSA_METHOD + * \param ecdsa_do_verify a funtion of type ECDSA_do_verify + */ + +void ECDSA_METHOD_set_verify(ECDSA_METHOD *ecdsa_method, + int (*ecdsa_do_verify) (const unsigned char + *dgst, int dgst_len, + const ECDSA_SIG *sig, + EC_KEY *eckey)); + +void ECDSA_METHOD_set_flags(ECDSA_METHOD *ecdsa_method, int flags); + +/** Set the flags field in the ECDSA_METHOD + * \param ecdsa_method pointer to existing ECDSA_METHOD + * \param flags flags value to set + */ + +void ECDSA_METHOD_set_name(ECDSA_METHOD *ecdsa_method, char *name); + +/** Set the name field in the ECDSA_METHOD + * \param ecdsa_method pointer to existing ECDSA_METHOD + * \param name name to set + */ + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_ECDSA_strings(void); + +/* Error codes for the ECDSA functions. */ + +/* Function codes. */ +# define ECDSA_F_ECDSA_CHECK 104 +# define ECDSA_F_ECDSA_DATA_NEW_METHOD 100 +# define ECDSA_F_ECDSA_DO_SIGN 101 +# define ECDSA_F_ECDSA_DO_VERIFY 102 +# define ECDSA_F_ECDSA_METHOD_NEW 105 +# define ECDSA_F_ECDSA_SIGN_SETUP 103 + +/* Reason codes. */ +# define ECDSA_R_BAD_SIGNATURE 100 +# define ECDSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 101 +# define ECDSA_R_ERR_EC_LIB 102 +# define ECDSA_R_MISSING_PARAMETERS 103 +# define ECDSA_R_NEED_NEW_SETUP_VALUES 106 +# define ECDSA_R_NON_FIPS_METHOD 107 +# define ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED 104 +# define ECDSA_R_SIGNATURE_MALLOC_FAILED 105 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/engine.h b/frappe/.node-gyp/6.7.0/include/node/openssl/engine.h new file mode 100644 index 00000000..bd7b5914 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/engine.h @@ -0,0 +1,960 @@ +/* openssl/engine.h */ +/* + * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project + * 2000. + */ +/* ==================================================================== + * Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * ECDH support in OpenSSL originally developed by + * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. + */ + +#ifndef HEADER_ENGINE_H +# define HEADER_ENGINE_H + +# include + +# ifdef OPENSSL_NO_ENGINE +# error ENGINE is disabled. +# endif + +# ifndef OPENSSL_NO_DEPRECATED +# include +# ifndef OPENSSL_NO_RSA +# include +# endif +# ifndef OPENSSL_NO_DSA +# include +# endif +# ifndef OPENSSL_NO_DH +# include +# endif +# ifndef OPENSSL_NO_ECDH +# include +# endif +# ifndef OPENSSL_NO_ECDSA +# include +# endif +# include +# include +# include +# endif + +# include +# include + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * These flags are used to control combinations of algorithm (methods) by + * bitwise "OR"ing. + */ +# define ENGINE_METHOD_RSA (unsigned int)0x0001 +# define ENGINE_METHOD_DSA (unsigned int)0x0002 +# define ENGINE_METHOD_DH (unsigned int)0x0004 +# define ENGINE_METHOD_RAND (unsigned int)0x0008 +# define ENGINE_METHOD_ECDH (unsigned int)0x0010 +# define ENGINE_METHOD_ECDSA (unsigned int)0x0020 +# define ENGINE_METHOD_CIPHERS (unsigned int)0x0040 +# define ENGINE_METHOD_DIGESTS (unsigned int)0x0080 +# define ENGINE_METHOD_STORE (unsigned int)0x0100 +# define ENGINE_METHOD_PKEY_METHS (unsigned int)0x0200 +# define ENGINE_METHOD_PKEY_ASN1_METHS (unsigned int)0x0400 +/* Obvious all-or-nothing cases. */ +# define ENGINE_METHOD_ALL (unsigned int)0xFFFF +# define ENGINE_METHOD_NONE (unsigned int)0x0000 + +/* + * This(ese) flag(s) controls behaviour of the ENGINE_TABLE mechanism used + * internally to control registration of ENGINE implementations, and can be + * set by ENGINE_set_table_flags(). The "NOINIT" flag prevents attempts to + * initialise registered ENGINEs if they are not already initialised. + */ +# define ENGINE_TABLE_FLAG_NOINIT (unsigned int)0x0001 + +/* ENGINE flags that can be set by ENGINE_set_flags(). */ +/* Not used */ +/* #define ENGINE_FLAGS_MALLOCED 0x0001 */ + +/* + * This flag is for ENGINEs that wish to handle the various 'CMD'-related + * control commands on their own. Without this flag, ENGINE_ctrl() handles + * these control commands on behalf of the ENGINE using their "cmd_defns" + * data. + */ +# define ENGINE_FLAGS_MANUAL_CMD_CTRL (int)0x0002 + +/* + * This flag is for ENGINEs who return new duplicate structures when found + * via "ENGINE_by_id()". When an ENGINE must store state (eg. if + * ENGINE_ctrl() commands are called in sequence as part of some stateful + * process like key-generation setup and execution), it can set this flag - + * then each attempt to obtain the ENGINE will result in it being copied into + * a new structure. Normally, ENGINEs don't declare this flag so + * ENGINE_by_id() just increments the existing ENGINE's structural reference + * count. + */ +# define ENGINE_FLAGS_BY_ID_COPY (int)0x0004 + +/* + * This flag if for an ENGINE that does not want its methods registered as + * part of ENGINE_register_all_complete() for example if the methods are not + * usable as default methods. + */ + +# define ENGINE_FLAGS_NO_REGISTER_ALL (int)0x0008 + +/* + * ENGINEs can support their own command types, and these flags are used in + * ENGINE_CTRL_GET_CMD_FLAGS to indicate to the caller what kind of input + * each command expects. Currently only numeric and string input is + * supported. If a control command supports none of the _NUMERIC, _STRING, or + * _NO_INPUT options, then it is regarded as an "internal" control command - + * and not for use in config setting situations. As such, they're not + * available to the ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() + * access. Changes to this list of 'command types' should be reflected + * carefully in ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). + */ + +/* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */ +# define ENGINE_CMD_FLAG_NUMERIC (unsigned int)0x0001 +/* + * accepts string input (cast from 'void*' to 'const char *', 4th parameter + * to ENGINE_ctrl) + */ +# define ENGINE_CMD_FLAG_STRING (unsigned int)0x0002 +/* + * Indicates that the control command takes *no* input. Ie. the control + * command is unparameterised. + */ +# define ENGINE_CMD_FLAG_NO_INPUT (unsigned int)0x0004 +/* + * Indicates that the control command is internal. This control command won't + * be shown in any output, and is only usable through the ENGINE_ctrl_cmd() + * function. + */ +# define ENGINE_CMD_FLAG_INTERNAL (unsigned int)0x0008 + +/* + * NB: These 3 control commands are deprecated and should not be used. + * ENGINEs relying on these commands should compile conditional support for + * compatibility (eg. if these symbols are defined) but should also migrate + * the same functionality to their own ENGINE-specific control functions that + * can be "discovered" by calling applications. The fact these control + * commands wouldn't be "executable" (ie. usable by text-based config) + * doesn't change the fact that application code can find and use them + * without requiring per-ENGINE hacking. + */ + +/* + * These flags are used to tell the ctrl function what should be done. All + * command numbers are shared between all engines, even if some don't make + * sense to some engines. In such a case, they do nothing but return the + * error ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED. + */ +# define ENGINE_CTRL_SET_LOGSTREAM 1 +# define ENGINE_CTRL_SET_PASSWORD_CALLBACK 2 +# define ENGINE_CTRL_HUP 3/* Close and reinitialise + * any handles/connections + * etc. */ +# define ENGINE_CTRL_SET_USER_INTERFACE 4/* Alternative to callback */ +# define ENGINE_CTRL_SET_CALLBACK_DATA 5/* User-specific data, used + * when calling the password + * callback and the user + * interface */ +# define ENGINE_CTRL_LOAD_CONFIGURATION 6/* Load a configuration, + * given a string that + * represents a file name + * or so */ +# define ENGINE_CTRL_LOAD_SECTION 7/* Load data from a given + * section in the already + * loaded configuration */ + +/* + * These control commands allow an application to deal with an arbitrary + * engine in a dynamic way. Warn: Negative return values indicate errors FOR + * THESE COMMANDS because zero is used to indicate 'end-of-list'. Other + * commands, including ENGINE-specific command types, return zero for an + * error. An ENGINE can choose to implement these ctrl functions, and can + * internally manage things however it chooses - it does so by setting the + * ENGINE_FLAGS_MANUAL_CMD_CTRL flag (using ENGINE_set_flags()). Otherwise + * the ENGINE_ctrl() code handles this on the ENGINE's behalf using the + * cmd_defns data (set using ENGINE_set_cmd_defns()). This means an ENGINE's + * ctrl() handler need only implement its own commands - the above "meta" + * commands will be taken care of. + */ + +/* + * Returns non-zero if the supplied ENGINE has a ctrl() handler. If "not", + * then all the remaining control commands will return failure, so it is + * worth checking this first if the caller is trying to "discover" the + * engine's capabilities and doesn't want errors generated unnecessarily. + */ +# define ENGINE_CTRL_HAS_CTRL_FUNCTION 10 +/* + * Returns a positive command number for the first command supported by the + * engine. Returns zero if no ctrl commands are supported. + */ +# define ENGINE_CTRL_GET_FIRST_CMD_TYPE 11 +/* + * The 'long' argument specifies a command implemented by the engine, and the + * return value is the next command supported, or zero if there are no more. + */ +# define ENGINE_CTRL_GET_NEXT_CMD_TYPE 12 +/* + * The 'void*' argument is a command name (cast from 'const char *'), and the + * return value is the command that corresponds to it. + */ +# define ENGINE_CTRL_GET_CMD_FROM_NAME 13 +/* + * The next two allow a command to be converted into its corresponding string + * form. In each case, the 'long' argument supplies the command. In the + * NAME_LEN case, the return value is the length of the command name (not + * counting a trailing EOL). In the NAME case, the 'void*' argument must be a + * string buffer large enough, and it will be populated with the name of the + * command (WITH a trailing EOL). + */ +# define ENGINE_CTRL_GET_NAME_LEN_FROM_CMD 14 +# define ENGINE_CTRL_GET_NAME_FROM_CMD 15 +/* The next two are similar but give a "short description" of a command. */ +# define ENGINE_CTRL_GET_DESC_LEN_FROM_CMD 16 +# define ENGINE_CTRL_GET_DESC_FROM_CMD 17 +/* + * With this command, the return value is the OR'd combination of + * ENGINE_CMD_FLAG_*** values that indicate what kind of input a given + * engine-specific ctrl command expects. + */ +# define ENGINE_CTRL_GET_CMD_FLAGS 18 + +/* + * ENGINE implementations should start the numbering of their own control + * commands from this value. (ie. ENGINE_CMD_BASE, ENGINE_CMD_BASE + 1, etc). + */ +# define ENGINE_CMD_BASE 200 + +/* + * NB: These 2 nCipher "chil" control commands are deprecated, and their + * functionality is now available through ENGINE-specific control commands + * (exposed through the above-mentioned 'CMD'-handling). Code using these 2 + * commands should be migrated to the more general command handling before + * these are removed. + */ + +/* Flags specific to the nCipher "chil" engine */ +# define ENGINE_CTRL_CHIL_SET_FORKCHECK 100 + /* + * Depending on the value of the (long)i argument, this sets or + * unsets the SimpleForkCheck flag in the CHIL API to enable or + * disable checking and workarounds for applications that fork(). + */ +# define ENGINE_CTRL_CHIL_NO_LOCKING 101 + /* + * This prevents the initialisation function from providing mutex + * callbacks to the nCipher library. + */ + +/* + * If an ENGINE supports its own specific control commands and wishes the + * framework to handle the above 'ENGINE_CMD_***'-manipulation commands on + * its behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN + * entries to ENGINE_set_cmd_defns(). It should also implement a ctrl() + * handler that supports the stated commands (ie. the "cmd_num" entries as + * described by the array). NB: The array must be ordered in increasing order + * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element + * has cmd_num set to zero and/or cmd_name set to NULL. + */ +typedef struct ENGINE_CMD_DEFN_st { + unsigned int cmd_num; /* The command number */ + const char *cmd_name; /* The command name itself */ + const char *cmd_desc; /* A short description of the command */ + unsigned int cmd_flags; /* The input the command expects */ +} ENGINE_CMD_DEFN; + +/* Generic function pointer */ +typedef int (*ENGINE_GEN_FUNC_PTR) (void); +/* Generic function pointer taking no arguments */ +typedef int (*ENGINE_GEN_INT_FUNC_PTR) (ENGINE *); +/* Specific control function pointer */ +typedef int (*ENGINE_CTRL_FUNC_PTR) (ENGINE *, int, long, void *, + void (*f) (void)); +/* Generic load_key function pointer */ +typedef EVP_PKEY *(*ENGINE_LOAD_KEY_PTR)(ENGINE *, const char *, + UI_METHOD *ui_method, + void *callback_data); +typedef int (*ENGINE_SSL_CLIENT_CERT_PTR) (ENGINE *, SSL *ssl, + STACK_OF(X509_NAME) *ca_dn, + X509 **pcert, EVP_PKEY **pkey, + STACK_OF(X509) **pother, + UI_METHOD *ui_method, + void *callback_data); +/*- + * These callback types are for an ENGINE's handler for cipher and digest logic. + * These handlers have these prototypes; + * int foo(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid); + * int foo(ENGINE *e, const EVP_MD **digest, const int **nids, int nid); + * Looking at how to implement these handlers in the case of cipher support, if + * the framework wants the EVP_CIPHER for 'nid', it will call; + * foo(e, &p_evp_cipher, NULL, nid); (return zero for failure) + * If the framework wants a list of supported 'nid's, it will call; + * foo(e, NULL, &p_nids, 0); (returns number of 'nids' or -1 for error) + */ +/* + * Returns to a pointer to the array of supported cipher 'nid's. If the + * second parameter is non-NULL it is set to the size of the returned array. + */ +typedef int (*ENGINE_CIPHERS_PTR) (ENGINE *, const EVP_CIPHER **, + const int **, int); +typedef int (*ENGINE_DIGESTS_PTR) (ENGINE *, const EVP_MD **, const int **, + int); +typedef int (*ENGINE_PKEY_METHS_PTR) (ENGINE *, EVP_PKEY_METHOD **, + const int **, int); +typedef int (*ENGINE_PKEY_ASN1_METHS_PTR) (ENGINE *, EVP_PKEY_ASN1_METHOD **, + const int **, int); +/* + * STRUCTURE functions ... all of these functions deal with pointers to + * ENGINE structures where the pointers have a "structural reference". This + * means that their reference is to allowed access to the structure but it + * does not imply that the structure is functional. To simply increment or + * decrement the structural reference count, use ENGINE_by_id and + * ENGINE_free. NB: This is not required when iterating using ENGINE_get_next + * as it will automatically decrement the structural reference count of the + * "current" ENGINE and increment the structural reference count of the + * ENGINE it returns (unless it is NULL). + */ + +/* Get the first/last "ENGINE" type available. */ +ENGINE *ENGINE_get_first(void); +ENGINE *ENGINE_get_last(void); +/* Iterate to the next/previous "ENGINE" type (NULL = end of the list). */ +ENGINE *ENGINE_get_next(ENGINE *e); +ENGINE *ENGINE_get_prev(ENGINE *e); +/* Add another "ENGINE" type into the array. */ +int ENGINE_add(ENGINE *e); +/* Remove an existing "ENGINE" type from the array. */ +int ENGINE_remove(ENGINE *e); +/* Retrieve an engine from the list by its unique "id" value. */ +ENGINE *ENGINE_by_id(const char *id); +/* Add all the built-in engines. */ +void ENGINE_load_openssl(void); +void ENGINE_load_dynamic(void); +# ifndef OPENSSL_NO_STATIC_ENGINE +void ENGINE_load_4758cca(void); +void ENGINE_load_aep(void); +void ENGINE_load_atalla(void); +void ENGINE_load_chil(void); +void ENGINE_load_cswift(void); +void ENGINE_load_nuron(void); +void ENGINE_load_sureware(void); +void ENGINE_load_ubsec(void); +void ENGINE_load_padlock(void); +void ENGINE_load_capi(void); +# ifndef OPENSSL_NO_GMP +void ENGINE_load_gmp(void); +# endif +# ifndef OPENSSL_NO_GOST +void ENGINE_load_gost(void); +# endif +# endif +void ENGINE_load_cryptodev(void); +void ENGINE_load_rdrand(void); +void ENGINE_load_builtin_engines(void); + +/* + * Get and set global flags (ENGINE_TABLE_FLAG_***) for the implementation + * "registry" handling. + */ +unsigned int ENGINE_get_table_flags(void); +void ENGINE_set_table_flags(unsigned int flags); + +/*- Manage registration of ENGINEs per "table". For each type, there are 3 + * functions; + * ENGINE_register_***(e) - registers the implementation from 'e' (if it has one) + * ENGINE_unregister_***(e) - unregister the implementation from 'e' + * ENGINE_register_all_***() - call ENGINE_register_***() for each 'e' in the list + * Cleanup is automatically registered from each table when required, so + * ENGINE_cleanup() will reverse any "register" operations. + */ + +int ENGINE_register_RSA(ENGINE *e); +void ENGINE_unregister_RSA(ENGINE *e); +void ENGINE_register_all_RSA(void); + +int ENGINE_register_DSA(ENGINE *e); +void ENGINE_unregister_DSA(ENGINE *e); +void ENGINE_register_all_DSA(void); + +int ENGINE_register_ECDH(ENGINE *e); +void ENGINE_unregister_ECDH(ENGINE *e); +void ENGINE_register_all_ECDH(void); + +int ENGINE_register_ECDSA(ENGINE *e); +void ENGINE_unregister_ECDSA(ENGINE *e); +void ENGINE_register_all_ECDSA(void); + +int ENGINE_register_DH(ENGINE *e); +void ENGINE_unregister_DH(ENGINE *e); +void ENGINE_register_all_DH(void); + +int ENGINE_register_RAND(ENGINE *e); +void ENGINE_unregister_RAND(ENGINE *e); +void ENGINE_register_all_RAND(void); + +int ENGINE_register_STORE(ENGINE *e); +void ENGINE_unregister_STORE(ENGINE *e); +void ENGINE_register_all_STORE(void); + +int ENGINE_register_ciphers(ENGINE *e); +void ENGINE_unregister_ciphers(ENGINE *e); +void ENGINE_register_all_ciphers(void); + +int ENGINE_register_digests(ENGINE *e); +void ENGINE_unregister_digests(ENGINE *e); +void ENGINE_register_all_digests(void); + +int ENGINE_register_pkey_meths(ENGINE *e); +void ENGINE_unregister_pkey_meths(ENGINE *e); +void ENGINE_register_all_pkey_meths(void); + +int ENGINE_register_pkey_asn1_meths(ENGINE *e); +void ENGINE_unregister_pkey_asn1_meths(ENGINE *e); +void ENGINE_register_all_pkey_asn1_meths(void); + +/* + * These functions register all support from the above categories. Note, use + * of these functions can result in static linkage of code your application + * may not need. If you only need a subset of functionality, consider using + * more selective initialisation. + */ +int ENGINE_register_complete(ENGINE *e); +int ENGINE_register_all_complete(void); + +/* + * Send parametrised control commands to the engine. The possibilities to + * send down an integer, a pointer to data or a function pointer are + * provided. Any of the parameters may or may not be NULL, depending on the + * command number. In actuality, this function only requires a structural + * (rather than functional) reference to an engine, but many control commands + * may require the engine be functional. The caller should be aware of trying + * commands that require an operational ENGINE, and only use functional + * references in such situations. + */ +int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)); + +/* + * This function tests if an ENGINE-specific command is usable as a + * "setting". Eg. in an application's config file that gets processed through + * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to + * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). + */ +int ENGINE_cmd_is_executable(ENGINE *e, int cmd); + +/* + * This function works like ENGINE_ctrl() with the exception of taking a + * command name instead of a command number, and can handle optional + * commands. See the comment on ENGINE_ctrl_cmd_string() for an explanation + * on how to use the cmd_name and cmd_optional. + */ +int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, + long i, void *p, void (*f) (void), int cmd_optional); + +/* + * This function passes a command-name and argument to an ENGINE. The + * cmd_name is converted to a command number and the control command is + * called using 'arg' as an argument (unless the ENGINE doesn't support such + * a command, in which case no control command is called). The command is + * checked for input flags, and if necessary the argument will be converted + * to a numeric value. If cmd_optional is non-zero, then if the ENGINE + * doesn't support the given cmd_name the return value will be success + * anyway. This function is intended for applications to use so that users + * (or config files) can supply engine-specific config data to the ENGINE at + * run-time to control behaviour of specific engines. As such, it shouldn't + * be used for calling ENGINE_ctrl() functions that return data, deal with + * binary data, or that are otherwise supposed to be used directly through + * ENGINE_ctrl() in application code. Any "return" data from an ENGINE_ctrl() + * operation in this function will be lost - the return value is interpreted + * as failure if the return value is zero, success otherwise, and this + * function returns a boolean value as a result. In other words, vendors of + * 'ENGINE'-enabled devices should write ENGINE implementations with + * parameterisations that work in this scheme, so that compliant ENGINE-based + * applications can work consistently with the same configuration for the + * same ENGINE-enabled devices, across applications. + */ +int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, + int cmd_optional); + +/* + * These functions are useful for manufacturing new ENGINE structures. They + * don't address reference counting at all - one uses them to populate an + * ENGINE structure with personalised implementations of things prior to + * using it directly or adding it to the builtin ENGINE list in OpenSSL. + * These are also here so that the ENGINE structure doesn't have to be + * exposed and break binary compatibility! + */ +ENGINE *ENGINE_new(void); +int ENGINE_free(ENGINE *e); +int ENGINE_up_ref(ENGINE *e); +int ENGINE_set_id(ENGINE *e, const char *id); +int ENGINE_set_name(ENGINE *e, const char *name); +int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth); +int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth); +int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth); +int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth); +int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth); +int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth); +int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth); +int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); +int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f); +int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f); +int ENGINE_set_ctrl_function(ENGINE *e, ENGINE_CTRL_FUNC_PTR ctrl_f); +int ENGINE_set_load_privkey_function(ENGINE *e, + ENGINE_LOAD_KEY_PTR loadpriv_f); +int ENGINE_set_load_pubkey_function(ENGINE *e, ENGINE_LOAD_KEY_PTR loadpub_f); +int ENGINE_set_load_ssl_client_cert_function(ENGINE *e, + ENGINE_SSL_CLIENT_CERT_PTR + loadssl_f); +int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f); +int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f); +int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f); +int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f); +int ENGINE_set_flags(ENGINE *e, int flags); +int ENGINE_set_cmd_defns(ENGINE *e, const ENGINE_CMD_DEFN *defns); +/* These functions allow control over any per-structure ENGINE data. */ +int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); +int ENGINE_set_ex_data(ENGINE *e, int idx, void *arg); +void *ENGINE_get_ex_data(const ENGINE *e, int idx); + +/* + * This function cleans up anything that needs it. Eg. the ENGINE_add() + * function automatically ensures the list cleanup function is registered to + * be called from ENGINE_cleanup(). Similarly, all ENGINE_register_*** + * functions ensure ENGINE_cleanup() will clean up after them. + */ +void ENGINE_cleanup(void); + +/* + * These return values from within the ENGINE structure. These can be useful + * with functional references as well as structural references - it depends + * which you obtained. Using the result for functional purposes if you only + * obtained a structural reference may be problematic! + */ +const char *ENGINE_get_id(const ENGINE *e); +const char *ENGINE_get_name(const ENGINE *e); +const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e); +const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e); +const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e); +const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e); +const DH_METHOD *ENGINE_get_DH(const ENGINE *e); +const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e); +const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e); +ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e); +ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e); +ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e); +ENGINE_CTRL_FUNC_PTR ENGINE_get_ctrl_function(const ENGINE *e); +ENGINE_LOAD_KEY_PTR ENGINE_get_load_privkey_function(const ENGINE *e); +ENGINE_LOAD_KEY_PTR ENGINE_get_load_pubkey_function(const ENGINE *e); +ENGINE_SSL_CLIENT_CERT_PTR ENGINE_get_ssl_client_cert_function(const ENGINE + *e); +ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e); +ENGINE_DIGESTS_PTR ENGINE_get_digests(const ENGINE *e); +ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths(const ENGINE *e); +ENGINE_PKEY_ASN1_METHS_PTR ENGINE_get_pkey_asn1_meths(const ENGINE *e); +const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid); +const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid); +const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid); +const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid); +const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth_str(ENGINE *e, + const char *str, + int len); +const EVP_PKEY_ASN1_METHOD *ENGINE_pkey_asn1_find_str(ENGINE **pe, + const char *str, + int len); +const ENGINE_CMD_DEFN *ENGINE_get_cmd_defns(const ENGINE *e); +int ENGINE_get_flags(const ENGINE *e); + +/* + * FUNCTIONAL functions. These functions deal with ENGINE structures that + * have (or will) be initialised for use. Broadly speaking, the structural + * functions are useful for iterating the list of available engine types, + * creating new engine types, and other "list" operations. These functions + * actually deal with ENGINEs that are to be used. As such these functions + * can fail (if applicable) when particular engines are unavailable - eg. if + * a hardware accelerator is not attached or not functioning correctly. Each + * ENGINE has 2 reference counts; structural and functional. Every time a + * functional reference is obtained or released, a corresponding structural + * reference is automatically obtained or released too. + */ + +/* + * Initialise a engine type for use (or up its reference count if it's + * already in use). This will fail if the engine is not currently operational + * and cannot initialise. + */ +int ENGINE_init(ENGINE *e); +/* + * Free a functional reference to a engine type. This does not require a + * corresponding call to ENGINE_free as it also releases a structural + * reference. + */ +int ENGINE_finish(ENGINE *e); + +/* + * The following functions handle keys that are stored in some secondary + * location, handled by the engine. The storage may be on a card or + * whatever. + */ +EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, + UI_METHOD *ui_method, void *callback_data); +EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, + UI_METHOD *ui_method, void *callback_data); +int ENGINE_load_ssl_client_cert(ENGINE *e, SSL *s, + STACK_OF(X509_NAME) *ca_dn, X509 **pcert, + EVP_PKEY **ppkey, STACK_OF(X509) **pother, + UI_METHOD *ui_method, void *callback_data); + +/* + * This returns a pointer for the current ENGINE structure that is (by + * default) performing any RSA operations. The value returned is an + * incremented reference, so it should be free'd (ENGINE_finish) before it is + * discarded. + */ +ENGINE *ENGINE_get_default_RSA(void); +/* Same for the other "methods" */ +ENGINE *ENGINE_get_default_DSA(void); +ENGINE *ENGINE_get_default_ECDH(void); +ENGINE *ENGINE_get_default_ECDSA(void); +ENGINE *ENGINE_get_default_DH(void); +ENGINE *ENGINE_get_default_RAND(void); +/* + * These functions can be used to get a functional reference to perform + * ciphering or digesting corresponding to "nid". + */ +ENGINE *ENGINE_get_cipher_engine(int nid); +ENGINE *ENGINE_get_digest_engine(int nid); +ENGINE *ENGINE_get_pkey_meth_engine(int nid); +ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid); + +/* + * This sets a new default ENGINE structure for performing RSA operations. If + * the result is non-zero (success) then the ENGINE structure will have had + * its reference count up'd so the caller should still free their own + * reference 'e'. + */ +int ENGINE_set_default_RSA(ENGINE *e); +int ENGINE_set_default_string(ENGINE *e, const char *def_list); +/* Same for the other "methods" */ +int ENGINE_set_default_DSA(ENGINE *e); +int ENGINE_set_default_ECDH(ENGINE *e); +int ENGINE_set_default_ECDSA(ENGINE *e); +int ENGINE_set_default_DH(ENGINE *e); +int ENGINE_set_default_RAND(ENGINE *e); +int ENGINE_set_default_ciphers(ENGINE *e); +int ENGINE_set_default_digests(ENGINE *e); +int ENGINE_set_default_pkey_meths(ENGINE *e); +int ENGINE_set_default_pkey_asn1_meths(ENGINE *e); + +/* + * The combination "set" - the flags are bitwise "OR"d from the + * ENGINE_METHOD_*** defines above. As with the "ENGINE_register_complete()" + * function, this function can result in unnecessary static linkage. If your + * application requires only specific functionality, consider using more + * selective functions. + */ +int ENGINE_set_default(ENGINE *e, unsigned int flags); + +void ENGINE_add_conf_module(void); + +/* Deprecated functions ... */ +/* int ENGINE_clear_defaults(void); */ + +/**************************/ +/* DYNAMIC ENGINE SUPPORT */ +/**************************/ + +/* Binary/behaviour compatibility levels */ +# define OSSL_DYNAMIC_VERSION (unsigned long)0x00020000 +/* + * Binary versions older than this are too old for us (whether we're a loader + * or a loadee) + */ +# define OSSL_DYNAMIC_OLDEST (unsigned long)0x00020000 + +/* + * When compiling an ENGINE entirely as an external shared library, loadable + * by the "dynamic" ENGINE, these types are needed. The 'dynamic_fns' + * structure type provides the calling application's (or library's) error + * functionality and memory management function pointers to the loaded + * library. These should be used/set in the loaded library code so that the + * loading application's 'state' will be used/changed in all operations. The + * 'static_state' pointer allows the loaded library to know if it shares the + * same static data as the calling application (or library), and thus whether + * these callbacks need to be set or not. + */ +typedef void *(*dyn_MEM_malloc_cb) (size_t); +typedef void *(*dyn_MEM_realloc_cb) (void *, size_t); +typedef void (*dyn_MEM_free_cb) (void *); +typedef struct st_dynamic_MEM_fns { + dyn_MEM_malloc_cb malloc_cb; + dyn_MEM_realloc_cb realloc_cb; + dyn_MEM_free_cb free_cb; +} dynamic_MEM_fns; +/* + * FIXME: Perhaps the memory and locking code (crypto.h) should declare and + * use these types so we (and any other dependant code) can simplify a bit?? + */ +typedef void (*dyn_lock_locking_cb) (int, int, const char *, int); +typedef int (*dyn_lock_add_lock_cb) (int *, int, int, const char *, int); +typedef struct CRYPTO_dynlock_value *(*dyn_dynlock_create_cb) (const char *, + int); +typedef void (*dyn_dynlock_lock_cb) (int, struct CRYPTO_dynlock_value *, + const char *, int); +typedef void (*dyn_dynlock_destroy_cb) (struct CRYPTO_dynlock_value *, + const char *, int); +typedef struct st_dynamic_LOCK_fns { + dyn_lock_locking_cb lock_locking_cb; + dyn_lock_add_lock_cb lock_add_lock_cb; + dyn_dynlock_create_cb dynlock_create_cb; + dyn_dynlock_lock_cb dynlock_lock_cb; + dyn_dynlock_destroy_cb dynlock_destroy_cb; +} dynamic_LOCK_fns; +/* The top-level structure */ +typedef struct st_dynamic_fns { + void *static_state; + const ERR_FNS *err_fns; + const CRYPTO_EX_DATA_IMPL *ex_data_fns; + dynamic_MEM_fns mem_fns; + dynamic_LOCK_fns lock_fns; +} dynamic_fns; + +/* + * The version checking function should be of this prototype. NB: The + * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading + * code. If this function returns zero, it indicates a (potential) version + * incompatibility and the loaded library doesn't believe it can proceed. + * Otherwise, the returned value is the (latest) version supported by the + * loading library. The loader may still decide that the loaded code's + * version is unsatisfactory and could veto the load. The function is + * expected to be implemented with the symbol name "v_check", and a default + * implementation can be fully instantiated with + * IMPLEMENT_DYNAMIC_CHECK_FN(). + */ +typedef unsigned long (*dynamic_v_check_fn) (unsigned long ossl_version); +# define IMPLEMENT_DYNAMIC_CHECK_FN() \ + OPENSSL_EXPORT unsigned long v_check(unsigned long v); \ + OPENSSL_EXPORT unsigned long v_check(unsigned long v) { \ + if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \ + return 0; } + +/* + * This function is passed the ENGINE structure to initialise with its own + * function and command settings. It should not adjust the structural or + * functional reference counts. If this function returns zero, (a) the load + * will be aborted, (b) the previous ENGINE state will be memcpy'd back onto + * the structure, and (c) the shared library will be unloaded. So + * implementations should do their own internal cleanup in failure + * circumstances otherwise they could leak. The 'id' parameter, if non-NULL, + * represents the ENGINE id that the loader is looking for. If this is NULL, + * the shared library can choose to return failure or to initialise a + * 'default' ENGINE. If non-NULL, the shared library must initialise only an + * ENGINE matching the passed 'id'. The function is expected to be + * implemented with the symbol name "bind_engine". A standard implementation + * can be instantiated with IMPLEMENT_DYNAMIC_BIND_FN(fn) where the parameter + * 'fn' is a callback function that populates the ENGINE structure and + * returns an int value (zero for failure). 'fn' should have prototype; + * [static] int fn(ENGINE *e, const char *id); + */ +typedef int (*dynamic_bind_engine) (ENGINE *e, const char *id, + const dynamic_fns *fns); +# define IMPLEMENT_DYNAMIC_BIND_FN(fn) \ + OPENSSL_EXPORT \ + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \ + OPENSSL_EXPORT \ + int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \ + if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \ + if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \ + fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \ + return 0; \ + CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \ + CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \ + CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \ + CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \ + CRYPTO_set_dynlock_destroy_callback(fns->lock_fns.dynlock_destroy_cb); \ + if(!CRYPTO_set_ex_data_implementation(fns->ex_data_fns)) \ + return 0; \ + if(!ERR_set_implementation(fns->err_fns)) return 0; \ + skip_cbs: \ + if(!fn(e,id)) return 0; \ + return 1; } + +/* + * If the loading application (or library) and the loaded ENGINE library + * share the same static data (eg. they're both dynamically linked to the + * same libcrypto.so) we need a way to avoid trying to set system callbacks - + * this would fail, and for the same reason that it's unnecessary to try. If + * the loaded ENGINE has (or gets from through the loader) its own copy of + * the libcrypto static data, we will need to set the callbacks. The easiest + * way to detect this is to have a function that returns a pointer to some + * static data and let the loading application and loaded ENGINE compare + * their respective values. + */ +void *ENGINE_get_static_state(void); + +# if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(HAVE_CRYPTODEV) +void ENGINE_setup_bsd_cryptodev(void); +# endif + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_ENGINE_strings(void); + +/* Error codes for the ENGINE functions. */ + +/* Function codes. */ +# define ENGINE_F_DYNAMIC_CTRL 180 +# define ENGINE_F_DYNAMIC_GET_DATA_CTX 181 +# define ENGINE_F_DYNAMIC_LOAD 182 +# define ENGINE_F_DYNAMIC_SET_DATA_CTX 183 +# define ENGINE_F_ENGINE_ADD 105 +# define ENGINE_F_ENGINE_BY_ID 106 +# define ENGINE_F_ENGINE_CMD_IS_EXECUTABLE 170 +# define ENGINE_F_ENGINE_CTRL 142 +# define ENGINE_F_ENGINE_CTRL_CMD 178 +# define ENGINE_F_ENGINE_CTRL_CMD_STRING 171 +# define ENGINE_F_ENGINE_FINISH 107 +# define ENGINE_F_ENGINE_FREE_UTIL 108 +# define ENGINE_F_ENGINE_GET_CIPHER 185 +# define ENGINE_F_ENGINE_GET_DEFAULT_TYPE 177 +# define ENGINE_F_ENGINE_GET_DIGEST 186 +# define ENGINE_F_ENGINE_GET_NEXT 115 +# define ENGINE_F_ENGINE_GET_PKEY_ASN1_METH 193 +# define ENGINE_F_ENGINE_GET_PKEY_METH 192 +# define ENGINE_F_ENGINE_GET_PREV 116 +# define ENGINE_F_ENGINE_INIT 119 +# define ENGINE_F_ENGINE_LIST_ADD 120 +# define ENGINE_F_ENGINE_LIST_REMOVE 121 +# define ENGINE_F_ENGINE_LOAD_PRIVATE_KEY 150 +# define ENGINE_F_ENGINE_LOAD_PUBLIC_KEY 151 +# define ENGINE_F_ENGINE_LOAD_SSL_CLIENT_CERT 194 +# define ENGINE_F_ENGINE_NEW 122 +# define ENGINE_F_ENGINE_REMOVE 123 +# define ENGINE_F_ENGINE_SET_DEFAULT_STRING 189 +# define ENGINE_F_ENGINE_SET_DEFAULT_TYPE 126 +# define ENGINE_F_ENGINE_SET_ID 129 +# define ENGINE_F_ENGINE_SET_NAME 130 +# define ENGINE_F_ENGINE_TABLE_REGISTER 184 +# define ENGINE_F_ENGINE_UNLOAD_KEY 152 +# define ENGINE_F_ENGINE_UNLOCKED_FINISH 191 +# define ENGINE_F_ENGINE_UP_REF 190 +# define ENGINE_F_INT_CTRL_HELPER 172 +# define ENGINE_F_INT_ENGINE_CONFIGURE 188 +# define ENGINE_F_INT_ENGINE_MODULE_INIT 187 +# define ENGINE_F_LOG_MESSAGE 141 + +/* Reason codes. */ +# define ENGINE_R_ALREADY_LOADED 100 +# define ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER 133 +# define ENGINE_R_CMD_NOT_EXECUTABLE 134 +# define ENGINE_R_COMMAND_TAKES_INPUT 135 +# define ENGINE_R_COMMAND_TAKES_NO_INPUT 136 +# define ENGINE_R_CONFLICTING_ENGINE_ID 103 +# define ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED 119 +# define ENGINE_R_DH_NOT_IMPLEMENTED 139 +# define ENGINE_R_DSA_NOT_IMPLEMENTED 140 +# define ENGINE_R_DSO_FAILURE 104 +# define ENGINE_R_DSO_NOT_FOUND 132 +# define ENGINE_R_ENGINES_SECTION_ERROR 148 +# define ENGINE_R_ENGINE_CONFIGURATION_ERROR 102 +# define ENGINE_R_ENGINE_IS_NOT_IN_LIST 105 +# define ENGINE_R_ENGINE_SECTION_ERROR 149 +# define ENGINE_R_FAILED_LOADING_PRIVATE_KEY 128 +# define ENGINE_R_FAILED_LOADING_PUBLIC_KEY 129 +# define ENGINE_R_FINISH_FAILED 106 +# define ENGINE_R_GET_HANDLE_FAILED 107 +# define ENGINE_R_ID_OR_NAME_MISSING 108 +# define ENGINE_R_INIT_FAILED 109 +# define ENGINE_R_INTERNAL_LIST_ERROR 110 +# define ENGINE_R_INVALID_ARGUMENT 143 +# define ENGINE_R_INVALID_CMD_NAME 137 +# define ENGINE_R_INVALID_CMD_NUMBER 138 +# define ENGINE_R_INVALID_INIT_VALUE 151 +# define ENGINE_R_INVALID_STRING 150 +# define ENGINE_R_NOT_INITIALISED 117 +# define ENGINE_R_NOT_LOADED 112 +# define ENGINE_R_NO_CONTROL_FUNCTION 120 +# define ENGINE_R_NO_INDEX 144 +# define ENGINE_R_NO_LOAD_FUNCTION 125 +# define ENGINE_R_NO_REFERENCE 130 +# define ENGINE_R_NO_SUCH_ENGINE 116 +# define ENGINE_R_NO_UNLOAD_FUNCTION 126 +# define ENGINE_R_PROVIDE_PARAMETERS 113 +# define ENGINE_R_RSA_NOT_IMPLEMENTED 141 +# define ENGINE_R_UNIMPLEMENTED_CIPHER 146 +# define ENGINE_R_UNIMPLEMENTED_DIGEST 147 +# define ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD 101 +# define ENGINE_R_VERSION_INCOMPATIBILITY 145 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/err.h b/frappe/.node-gyp/6.7.0/include/node/openssl/err.h new file mode 100644 index 00000000..585aa8ba --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/err.h @@ -0,0 +1,389 @@ +/* crypto/err/err.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_ERR_H +# define HEADER_ERR_H + +# include + +# ifndef OPENSSL_NO_FP_API +# include +# include +# endif + +# include +# ifndef OPENSSL_NO_BIO +# include +# endif +# ifndef OPENSSL_NO_LHASH +# include +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +# ifndef OPENSSL_NO_ERR +# define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,d,e) +# else +# define ERR_PUT_error(a,b,c,d,e) ERR_put_error(a,b,c,NULL,0) +# endif + +# include + +# define ERR_TXT_MALLOCED 0x01 +# define ERR_TXT_STRING 0x02 + +# define ERR_FLAG_MARK 0x01 + +# define ERR_NUM_ERRORS 16 +typedef struct err_state_st { + CRYPTO_THREADID tid; + int err_flags[ERR_NUM_ERRORS]; + unsigned long err_buffer[ERR_NUM_ERRORS]; + char *err_data[ERR_NUM_ERRORS]; + int err_data_flags[ERR_NUM_ERRORS]; + const char *err_file[ERR_NUM_ERRORS]; + int err_line[ERR_NUM_ERRORS]; + int top, bottom; +} ERR_STATE; + +/* library */ +# define ERR_LIB_NONE 1 +# define ERR_LIB_SYS 2 +# define ERR_LIB_BN 3 +# define ERR_LIB_RSA 4 +# define ERR_LIB_DH 5 +# define ERR_LIB_EVP 6 +# define ERR_LIB_BUF 7 +# define ERR_LIB_OBJ 8 +# define ERR_LIB_PEM 9 +# define ERR_LIB_DSA 10 +# define ERR_LIB_X509 11 +/* #define ERR_LIB_METH 12 */ +# define ERR_LIB_ASN1 13 +# define ERR_LIB_CONF 14 +# define ERR_LIB_CRYPTO 15 +# define ERR_LIB_EC 16 +# define ERR_LIB_SSL 20 +/* #define ERR_LIB_SSL23 21 */ +/* #define ERR_LIB_SSL2 22 */ +/* #define ERR_LIB_SSL3 23 */ +/* #define ERR_LIB_RSAREF 30 */ +/* #define ERR_LIB_PROXY 31 */ +# define ERR_LIB_BIO 32 +# define ERR_LIB_PKCS7 33 +# define ERR_LIB_X509V3 34 +# define ERR_LIB_PKCS12 35 +# define ERR_LIB_RAND 36 +# define ERR_LIB_DSO 37 +# define ERR_LIB_ENGINE 38 +# define ERR_LIB_OCSP 39 +# define ERR_LIB_UI 40 +# define ERR_LIB_COMP 41 +# define ERR_LIB_ECDSA 42 +# define ERR_LIB_ECDH 43 +# define ERR_LIB_STORE 44 +# define ERR_LIB_FIPS 45 +# define ERR_LIB_CMS 46 +# define ERR_LIB_TS 47 +# define ERR_LIB_HMAC 48 +# define ERR_LIB_JPAKE 49 + +# define ERR_LIB_USER 128 + +# define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) +# define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) +# define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) +# define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) +# define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__) +# define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__) +# define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__) +# define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__) +# define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__) +# define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__) +# define ASN1err(f,r) ERR_PUT_error(ERR_LIB_ASN1,(f),(r),__FILE__,__LINE__) +# define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__) +# define CRYPTOerr(f,r) ERR_PUT_error(ERR_LIB_CRYPTO,(f),(r),__FILE__,__LINE__) +# define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__) +# define SSLerr(f,r) ERR_PUT_error(ERR_LIB_SSL,(f),(r),__FILE__,__LINE__) +# define BIOerr(f,r) ERR_PUT_error(ERR_LIB_BIO,(f),(r),__FILE__,__LINE__) +# define PKCS7err(f,r) ERR_PUT_error(ERR_LIB_PKCS7,(f),(r),__FILE__,__LINE__) +# define X509V3err(f,r) ERR_PUT_error(ERR_LIB_X509V3,(f),(r),__FILE__,__LINE__) +# define PKCS12err(f,r) ERR_PUT_error(ERR_LIB_PKCS12,(f),(r),__FILE__,__LINE__) +# define RANDerr(f,r) ERR_PUT_error(ERR_LIB_RAND,(f),(r),__FILE__,__LINE__) +# define DSOerr(f,r) ERR_PUT_error(ERR_LIB_DSO,(f),(r),__FILE__,__LINE__) +# define ENGINEerr(f,r) ERR_PUT_error(ERR_LIB_ENGINE,(f),(r),__FILE__,__LINE__) +# define OCSPerr(f,r) ERR_PUT_error(ERR_LIB_OCSP,(f),(r),__FILE__,__LINE__) +# define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__) +# define COMPerr(f,r) ERR_PUT_error(ERR_LIB_COMP,(f),(r),__FILE__,__LINE__) +# define ECDSAerr(f,r) ERR_PUT_error(ERR_LIB_ECDSA,(f),(r),__FILE__,__LINE__) +# define ECDHerr(f,r) ERR_PUT_error(ERR_LIB_ECDH,(f),(r),__FILE__,__LINE__) +# define STOREerr(f,r) ERR_PUT_error(ERR_LIB_STORE,(f),(r),__FILE__,__LINE__) +# define FIPSerr(f,r) ERR_PUT_error(ERR_LIB_FIPS,(f),(r),__FILE__,__LINE__) +# define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__) +# define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__) +# define HMACerr(f,r) ERR_PUT_error(ERR_LIB_HMAC,(f),(r),__FILE__,__LINE__) +# define JPAKEerr(f,r) ERR_PUT_error(ERR_LIB_JPAKE,(f),(r),__FILE__,__LINE__) + +/* + * Borland C seems too stupid to be able to shift and do longs in the + * pre-processor :-( + */ +# define ERR_PACK(l,f,r) (((((unsigned long)l)&0xffL)*0x1000000)| \ + ((((unsigned long)f)&0xfffL)*0x1000)| \ + ((((unsigned long)r)&0xfffL))) +# define ERR_GET_LIB(l) (int)((((unsigned long)l)>>24L)&0xffL) +# define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) +# define ERR_GET_REASON(l) (int)((l)&0xfffL) +# define ERR_FATAL_ERROR(l) (int)((l)&ERR_R_FATAL) + +/* OS functions */ +# define SYS_F_FOPEN 1 +# define SYS_F_CONNECT 2 +# define SYS_F_GETSERVBYNAME 3 +# define SYS_F_SOCKET 4 +# define SYS_F_IOCTLSOCKET 5 +# define SYS_F_BIND 6 +# define SYS_F_LISTEN 7 +# define SYS_F_ACCEPT 8 +# define SYS_F_WSASTARTUP 9/* Winsock stuff */ +# define SYS_F_OPENDIR 10 +# define SYS_F_FREAD 11 + +/* reasons */ +# define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */ +# define ERR_R_BN_LIB ERR_LIB_BN/* 3 */ +# define ERR_R_RSA_LIB ERR_LIB_RSA/* 4 */ +# define ERR_R_DH_LIB ERR_LIB_DH/* 5 */ +# define ERR_R_EVP_LIB ERR_LIB_EVP/* 6 */ +# define ERR_R_BUF_LIB ERR_LIB_BUF/* 7 */ +# define ERR_R_OBJ_LIB ERR_LIB_OBJ/* 8 */ +# define ERR_R_PEM_LIB ERR_LIB_PEM/* 9 */ +# define ERR_R_DSA_LIB ERR_LIB_DSA/* 10 */ +# define ERR_R_X509_LIB ERR_LIB_X509/* 11 */ +# define ERR_R_ASN1_LIB ERR_LIB_ASN1/* 13 */ +# define ERR_R_CONF_LIB ERR_LIB_CONF/* 14 */ +# define ERR_R_CRYPTO_LIB ERR_LIB_CRYPTO/* 15 */ +# define ERR_R_EC_LIB ERR_LIB_EC/* 16 */ +# define ERR_R_SSL_LIB ERR_LIB_SSL/* 20 */ +# define ERR_R_BIO_LIB ERR_LIB_BIO/* 32 */ +# define ERR_R_PKCS7_LIB ERR_LIB_PKCS7/* 33 */ +# define ERR_R_X509V3_LIB ERR_LIB_X509V3/* 34 */ +# define ERR_R_PKCS12_LIB ERR_LIB_PKCS12/* 35 */ +# define ERR_R_RAND_LIB ERR_LIB_RAND/* 36 */ +# define ERR_R_DSO_LIB ERR_LIB_DSO/* 37 */ +# define ERR_R_ENGINE_LIB ERR_LIB_ENGINE/* 38 */ +# define ERR_R_OCSP_LIB ERR_LIB_OCSP/* 39 */ +# define ERR_R_UI_LIB ERR_LIB_UI/* 40 */ +# define ERR_R_COMP_LIB ERR_LIB_COMP/* 41 */ +# define ERR_R_ECDSA_LIB ERR_LIB_ECDSA/* 42 */ +# define ERR_R_ECDH_LIB ERR_LIB_ECDH/* 43 */ +# define ERR_R_STORE_LIB ERR_LIB_STORE/* 44 */ +# define ERR_R_TS_LIB ERR_LIB_TS/* 45 */ + +# define ERR_R_NESTED_ASN1_ERROR 58 +# define ERR_R_BAD_ASN1_OBJECT_HEADER 59 +# define ERR_R_BAD_GET_ASN1_OBJECT_CALL 60 +# define ERR_R_EXPECTING_AN_ASN1_SEQUENCE 61 +# define ERR_R_ASN1_LENGTH_MISMATCH 62 +# define ERR_R_MISSING_ASN1_EOS 63 + +/* fatal error */ +# define ERR_R_FATAL 64 +# define ERR_R_MALLOC_FAILURE (1|ERR_R_FATAL) +# define ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED (2|ERR_R_FATAL) +# define ERR_R_PASSED_NULL_PARAMETER (3|ERR_R_FATAL) +# define ERR_R_INTERNAL_ERROR (4|ERR_R_FATAL) +# define ERR_R_DISABLED (5|ERR_R_FATAL) + +/* + * 99 is the maximum possible ERR_R_... code, higher values are reserved for + * the individual libraries + */ + +typedef struct ERR_string_data_st { + unsigned long error; + const char *string; +} ERR_STRING_DATA; + +void ERR_put_error(int lib, int func, int reason, const char *file, int line); +void ERR_set_error_data(char *data, int flags); + +unsigned long ERR_get_error(void); +unsigned long ERR_get_error_line(const char **file, int *line); +unsigned long ERR_get_error_line_data(const char **file, int *line, + const char **data, int *flags); +unsigned long ERR_peek_error(void); +unsigned long ERR_peek_error_line(const char **file, int *line); +unsigned long ERR_peek_error_line_data(const char **file, int *line, + const char **data, int *flags); +unsigned long ERR_peek_last_error(void); +unsigned long ERR_peek_last_error_line(const char **file, int *line); +unsigned long ERR_peek_last_error_line_data(const char **file, int *line, + const char **data, int *flags); +void ERR_clear_error(void); +char *ERR_error_string(unsigned long e, char *buf); +void ERR_error_string_n(unsigned long e, char *buf, size_t len); +const char *ERR_lib_error_string(unsigned long e); +const char *ERR_func_error_string(unsigned long e); +const char *ERR_reason_error_string(unsigned long e); +void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u), + void *u); +# ifndef OPENSSL_NO_FP_API +void ERR_print_errors_fp(FILE *fp); +# endif +# ifndef OPENSSL_NO_BIO +void ERR_print_errors(BIO *bp); +# endif +void ERR_add_error_data(int num, ...); +void ERR_add_error_vdata(int num, va_list args); +void ERR_load_strings(int lib, ERR_STRING_DATA str[]); +void ERR_unload_strings(int lib, ERR_STRING_DATA str[]); +void ERR_load_ERR_strings(void); +void ERR_load_crypto_strings(void); +void ERR_free_strings(void); + +void ERR_remove_thread_state(const CRYPTO_THREADID *tid); +# ifndef OPENSSL_NO_DEPRECATED +void ERR_remove_state(unsigned long pid); /* if zero we look it up */ +# endif +ERR_STATE *ERR_get_state(void); + +# ifndef OPENSSL_NO_LHASH +LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void); +LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void); +void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash); +# endif + +int ERR_get_next_error_library(void); + +int ERR_set_mark(void); +int ERR_pop_to_mark(void); + +/* Already defined in ossl_typ.h */ +/* typedef struct st_ERR_FNS ERR_FNS; */ +/* + * An application can use this function and provide the return value to + * loaded modules that should use the application's ERR state/functionality + */ +const ERR_FNS *ERR_get_implementation(void); +/* + * A loaded module should call this function prior to any ERR operations + * using the application's "ERR_FNS". + */ +int ERR_set_implementation(const ERR_FNS *fns); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/evp.h b/frappe/.node-gyp/6.7.0/include/node/openssl/evp.h new file mode 100644 index 00000000..39ab7937 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/evp.h @@ -0,0 +1,1534 @@ +/* crypto/evp/evp.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_ENVELOPE_H +# define HEADER_ENVELOPE_H + +# ifdef OPENSSL_ALGORITHM_DEFINES +# include +# else +# define OPENSSL_ALGORITHM_DEFINES +# include +# undef OPENSSL_ALGORITHM_DEFINES +# endif + +# include + +# include + +# ifndef OPENSSL_NO_BIO +# include +# endif + +/*- +#define EVP_RC2_KEY_SIZE 16 +#define EVP_RC4_KEY_SIZE 16 +#define EVP_BLOWFISH_KEY_SIZE 16 +#define EVP_CAST5_KEY_SIZE 16 +#define EVP_RC5_32_12_16_KEY_SIZE 16 +*/ +# define EVP_MAX_MD_SIZE 64/* longest known is SHA512 */ +# define EVP_MAX_KEY_LENGTH 64 +# define EVP_MAX_IV_LENGTH 16 +# define EVP_MAX_BLOCK_LENGTH 32 + +# define PKCS5_SALT_LEN 8 +/* Default PKCS#5 iteration count */ +# define PKCS5_DEFAULT_ITER 2048 + +# include + +# define EVP_PK_RSA 0x0001 +# define EVP_PK_DSA 0x0002 +# define EVP_PK_DH 0x0004 +# define EVP_PK_EC 0x0008 +# define EVP_PKT_SIGN 0x0010 +# define EVP_PKT_ENC 0x0020 +# define EVP_PKT_EXCH 0x0040 +# define EVP_PKS_RSA 0x0100 +# define EVP_PKS_DSA 0x0200 +# define EVP_PKS_EC 0x0400 + +# define EVP_PKEY_NONE NID_undef +# define EVP_PKEY_RSA NID_rsaEncryption +# define EVP_PKEY_RSA2 NID_rsa +# define EVP_PKEY_DSA NID_dsa +# define EVP_PKEY_DSA1 NID_dsa_2 +# define EVP_PKEY_DSA2 NID_dsaWithSHA +# define EVP_PKEY_DSA3 NID_dsaWithSHA1 +# define EVP_PKEY_DSA4 NID_dsaWithSHA1_2 +# define EVP_PKEY_DH NID_dhKeyAgreement +# define EVP_PKEY_DHX NID_dhpublicnumber +# define EVP_PKEY_EC NID_X9_62_id_ecPublicKey +# define EVP_PKEY_HMAC NID_hmac +# define EVP_PKEY_CMAC NID_cmac + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * Type needs to be a bit field Sub-type needs to be for variations on the + * method, as in, can it do arbitrary encryption.... + */ +struct evp_pkey_st { + int type; + int save_type; + int references; + const EVP_PKEY_ASN1_METHOD *ameth; + ENGINE *engine; + union { + char *ptr; +# ifndef OPENSSL_NO_RSA + struct rsa_st *rsa; /* RSA */ +# endif +# ifndef OPENSSL_NO_DSA + struct dsa_st *dsa; /* DSA */ +# endif +# ifndef OPENSSL_NO_DH + struct dh_st *dh; /* DH */ +# endif +# ifndef OPENSSL_NO_EC + struct ec_key_st *ec; /* ECC */ +# endif + } pkey; + int save_parameters; + STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ +} /* EVP_PKEY */ ; + +# define EVP_PKEY_MO_SIGN 0x0001 +# define EVP_PKEY_MO_VERIFY 0x0002 +# define EVP_PKEY_MO_ENCRYPT 0x0004 +# define EVP_PKEY_MO_DECRYPT 0x0008 + +# ifndef EVP_MD +struct env_md_st { + int type; + int pkey_type; + int md_size; + unsigned long flags; + int (*init) (EVP_MD_CTX *ctx); + int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); + int (*final) (EVP_MD_CTX *ctx, unsigned char *md); + int (*copy) (EVP_MD_CTX *to, const EVP_MD_CTX *from); + int (*cleanup) (EVP_MD_CTX *ctx); + /* FIXME: prototype these some day */ + int (*sign) (int type, const unsigned char *m, unsigned int m_length, + unsigned char *sigret, unsigned int *siglen, void *key); + int (*verify) (int type, const unsigned char *m, unsigned int m_length, + const unsigned char *sigbuf, unsigned int siglen, + void *key); + int required_pkey_type[5]; /* EVP_PKEY_xxx */ + int block_size; + int ctx_size; /* how big does the ctx->md_data need to be */ + /* control function */ + int (*md_ctrl) (EVP_MD_CTX *ctx, int cmd, int p1, void *p2); +} /* EVP_MD */ ; + +typedef int evp_sign_method(int type, const unsigned char *m, + unsigned int m_length, unsigned char *sigret, + unsigned int *siglen, void *key); +typedef int evp_verify_method(int type, const unsigned char *m, + unsigned int m_length, + const unsigned char *sigbuf, + unsigned int siglen, void *key); + +/* digest can only handle a single block */ +# define EVP_MD_FLAG_ONESHOT 0x0001 + +/* + * digest is a "clone" digest used + * which is a copy of an existing + * one for a specific public key type. + * EVP_dss1() etc + */ +# define EVP_MD_FLAG_PKEY_DIGEST 0x0002 + +/* Digest uses EVP_PKEY_METHOD for signing instead of MD specific signing */ + +# define EVP_MD_FLAG_PKEY_METHOD_SIGNATURE 0x0004 + +/* DigestAlgorithmIdentifier flags... */ + +# define EVP_MD_FLAG_DIGALGID_MASK 0x0018 + +/* NULL or absent parameter accepted. Use NULL */ + +# define EVP_MD_FLAG_DIGALGID_NULL 0x0000 + +/* NULL or absent parameter accepted. Use NULL for PKCS#1 otherwise absent */ + +# define EVP_MD_FLAG_DIGALGID_ABSENT 0x0008 + +/* Custom handling via ctrl */ + +# define EVP_MD_FLAG_DIGALGID_CUSTOM 0x0018 + +/* Note if suitable for use in FIPS mode */ +# define EVP_MD_FLAG_FIPS 0x0400 + +/* Digest ctrls */ + +# define EVP_MD_CTRL_DIGALGID 0x1 +# define EVP_MD_CTRL_MICALG 0x2 + +/* Minimum Algorithm specific ctrl value */ + +# define EVP_MD_CTRL_ALG_CTRL 0x1000 + +# define EVP_PKEY_NULL_method NULL,NULL,{0,0,0,0} + +# ifndef OPENSSL_NO_DSA +# define EVP_PKEY_DSA_method (evp_sign_method *)DSA_sign, \ + (evp_verify_method *)DSA_verify, \ + {EVP_PKEY_DSA,EVP_PKEY_DSA2,EVP_PKEY_DSA3, \ + EVP_PKEY_DSA4,0} +# else +# define EVP_PKEY_DSA_method EVP_PKEY_NULL_method +# endif + +# ifndef OPENSSL_NO_ECDSA +# define EVP_PKEY_ECDSA_method (evp_sign_method *)ECDSA_sign, \ + (evp_verify_method *)ECDSA_verify, \ + {EVP_PKEY_EC,0,0,0} +# else +# define EVP_PKEY_ECDSA_method EVP_PKEY_NULL_method +# endif + +# ifndef OPENSSL_NO_RSA +# define EVP_PKEY_RSA_method (evp_sign_method *)RSA_sign, \ + (evp_verify_method *)RSA_verify, \ + {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0} +# define EVP_PKEY_RSA_ASN1_OCTET_STRING_method \ + (evp_sign_method *)RSA_sign_ASN1_OCTET_STRING, \ + (evp_verify_method *)RSA_verify_ASN1_OCTET_STRING, \ + {EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0} +# else +# define EVP_PKEY_RSA_method EVP_PKEY_NULL_method +# define EVP_PKEY_RSA_ASN1_OCTET_STRING_method EVP_PKEY_NULL_method +# endif + +# endif /* !EVP_MD */ + +struct env_md_ctx_st { + const EVP_MD *digest; + ENGINE *engine; /* functional reference if 'digest' is + * ENGINE-provided */ + unsigned long flags; + void *md_data; + /* Public key context for sign/verify */ + EVP_PKEY_CTX *pctx; + /* Update function: usually copied from EVP_MD */ + int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count); +} /* EVP_MD_CTX */ ; + +/* values for EVP_MD_CTX flags */ + +# define EVP_MD_CTX_FLAG_ONESHOT 0x0001/* digest update will be + * called once only */ +# define EVP_MD_CTX_FLAG_CLEANED 0x0002/* context has already been + * cleaned */ +# define EVP_MD_CTX_FLAG_REUSE 0x0004/* Don't free up ctx->md_data + * in EVP_MD_CTX_cleanup */ +/* + * FIPS and pad options are ignored in 1.0.0, definitions are here so we + * don't accidentally reuse the values for other purposes. + */ + +# define EVP_MD_CTX_FLAG_NON_FIPS_ALLOW 0x0008/* Allow use of non FIPS + * digest in FIPS mode */ + +/* + * The following PAD options are also currently ignored in 1.0.0, digest + * parameters are handled through EVP_DigestSign*() and EVP_DigestVerify*() + * instead. + */ +# define EVP_MD_CTX_FLAG_PAD_MASK 0xF0/* RSA mode to use */ +# define EVP_MD_CTX_FLAG_PAD_PKCS1 0x00/* PKCS#1 v1.5 mode */ +# define EVP_MD_CTX_FLAG_PAD_X931 0x10/* X9.31 mode */ +# define EVP_MD_CTX_FLAG_PAD_PSS 0x20/* PSS mode */ + +# define EVP_MD_CTX_FLAG_NO_INIT 0x0100/* Don't initialize md_data */ + +struct evp_cipher_st { + int nid; + int block_size; + /* Default value for variable length ciphers */ + int key_len; + int iv_len; + /* Various flags */ + unsigned long flags; + /* init key */ + int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key, + const unsigned char *iv, int enc); + /* encrypt/decrypt data */ + int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out, + const unsigned char *in, size_t inl); + /* cleanup ctx */ + int (*cleanup) (EVP_CIPHER_CTX *); + /* how big ctx->cipher_data needs to be */ + int ctx_size; + /* Populate a ASN1_TYPE with parameters */ + int (*set_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *); + /* Get parameters from a ASN1_TYPE */ + int (*get_asn1_parameters) (EVP_CIPHER_CTX *, ASN1_TYPE *); + /* Miscellaneous operations */ + int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr); + /* Application data */ + void *app_data; +} /* EVP_CIPHER */ ; + +/* Values for cipher flags */ + +/* Modes for ciphers */ + +# define EVP_CIPH_STREAM_CIPHER 0x0 +# define EVP_CIPH_ECB_MODE 0x1 +# define EVP_CIPH_CBC_MODE 0x2 +# define EVP_CIPH_CFB_MODE 0x3 +# define EVP_CIPH_OFB_MODE 0x4 +# define EVP_CIPH_CTR_MODE 0x5 +# define EVP_CIPH_GCM_MODE 0x6 +# define EVP_CIPH_CCM_MODE 0x7 +# define EVP_CIPH_XTS_MODE 0x10001 +# define EVP_CIPH_WRAP_MODE 0x10002 +# define EVP_CIPH_MODE 0xF0007 +/* Set if variable length cipher */ +# define EVP_CIPH_VARIABLE_LENGTH 0x8 +/* Set if the iv handling should be done by the cipher itself */ +# define EVP_CIPH_CUSTOM_IV 0x10 +/* Set if the cipher's init() function should be called if key is NULL */ +# define EVP_CIPH_ALWAYS_CALL_INIT 0x20 +/* Call ctrl() to init cipher parameters */ +# define EVP_CIPH_CTRL_INIT 0x40 +/* Don't use standard key length function */ +# define EVP_CIPH_CUSTOM_KEY_LENGTH 0x80 +/* Don't use standard block padding */ +# define EVP_CIPH_NO_PADDING 0x100 +/* cipher handles random key generation */ +# define EVP_CIPH_RAND_KEY 0x200 +/* cipher has its own additional copying logic */ +# define EVP_CIPH_CUSTOM_COPY 0x400 +/* Allow use default ASN1 get/set iv */ +# define EVP_CIPH_FLAG_DEFAULT_ASN1 0x1000 +/* Buffer length in bits not bytes: CFB1 mode only */ +# define EVP_CIPH_FLAG_LENGTH_BITS 0x2000 +/* Note if suitable for use in FIPS mode */ +# define EVP_CIPH_FLAG_FIPS 0x4000 +/* Allow non FIPS cipher in FIPS mode */ +# define EVP_CIPH_FLAG_NON_FIPS_ALLOW 0x8000 +/* + * Cipher handles any and all padding logic as well as finalisation. + */ +# define EVP_CIPH_FLAG_CUSTOM_CIPHER 0x100000 +# define EVP_CIPH_FLAG_AEAD_CIPHER 0x200000 +# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0x400000 + +/* + * Cipher context flag to indicate we can handle wrap mode: if allowed in + * older applications it could overflow buffers. + */ + +# define EVP_CIPHER_CTX_FLAG_WRAP_ALLOW 0x1 + +/* ctrl() values */ + +# define EVP_CTRL_INIT 0x0 +# define EVP_CTRL_SET_KEY_LENGTH 0x1 +# define EVP_CTRL_GET_RC2_KEY_BITS 0x2 +# define EVP_CTRL_SET_RC2_KEY_BITS 0x3 +# define EVP_CTRL_GET_RC5_ROUNDS 0x4 +# define EVP_CTRL_SET_RC5_ROUNDS 0x5 +# define EVP_CTRL_RAND_KEY 0x6 +# define EVP_CTRL_PBE_PRF_NID 0x7 +# define EVP_CTRL_COPY 0x8 +# define EVP_CTRL_GCM_SET_IVLEN 0x9 +# define EVP_CTRL_GCM_GET_TAG 0x10 +# define EVP_CTRL_GCM_SET_TAG 0x11 +# define EVP_CTRL_GCM_SET_IV_FIXED 0x12 +# define EVP_CTRL_GCM_IV_GEN 0x13 +# define EVP_CTRL_CCM_SET_IVLEN EVP_CTRL_GCM_SET_IVLEN +# define EVP_CTRL_CCM_GET_TAG EVP_CTRL_GCM_GET_TAG +# define EVP_CTRL_CCM_SET_TAG EVP_CTRL_GCM_SET_TAG +# define EVP_CTRL_CCM_SET_L 0x14 +# define EVP_CTRL_CCM_SET_MSGLEN 0x15 +/* + * AEAD cipher deduces payload length and returns number of bytes required to + * store MAC and eventual padding. Subsequent call to EVP_Cipher even + * appends/verifies MAC. + */ +# define EVP_CTRL_AEAD_TLS1_AAD 0x16 +/* Used by composite AEAD ciphers, no-op in GCM, CCM... */ +# define EVP_CTRL_AEAD_SET_MAC_KEY 0x17 +/* Set the GCM invocation field, decrypt only */ +# define EVP_CTRL_GCM_SET_IV_INV 0x18 + +# define EVP_CTRL_TLS1_1_MULTIBLOCK_AAD 0x19 +# define EVP_CTRL_TLS1_1_MULTIBLOCK_ENCRYPT 0x1a +# define EVP_CTRL_TLS1_1_MULTIBLOCK_DECRYPT 0x1b +# define EVP_CTRL_TLS1_1_MULTIBLOCK_MAX_BUFSIZE 0x1c + +/* RFC 5246 defines additional data to be 13 bytes in length */ +# define EVP_AEAD_TLS1_AAD_LEN 13 + +typedef struct { + unsigned char *out; + const unsigned char *inp; + size_t len; + unsigned int interleave; +} EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; + +/* GCM TLS constants */ +/* Length of fixed part of IV derived from PRF */ +# define EVP_GCM_TLS_FIXED_IV_LEN 4 +/* Length of explicit part of IV part of TLS records */ +# define EVP_GCM_TLS_EXPLICIT_IV_LEN 8 +/* Length of tag for TLS */ +# define EVP_GCM_TLS_TAG_LEN 16 + +typedef struct evp_cipher_info_st { + const EVP_CIPHER *cipher; + unsigned char iv[EVP_MAX_IV_LENGTH]; +} EVP_CIPHER_INFO; + +struct evp_cipher_ctx_st { + const EVP_CIPHER *cipher; + ENGINE *engine; /* functional reference if 'cipher' is + * ENGINE-provided */ + int encrypt; /* encrypt or decrypt */ + int buf_len; /* number we have left */ + unsigned char oiv[EVP_MAX_IV_LENGTH]; /* original iv */ + unsigned char iv[EVP_MAX_IV_LENGTH]; /* working iv */ + unsigned char buf[EVP_MAX_BLOCK_LENGTH]; /* saved partial block */ + int num; /* used by cfb/ofb/ctr mode */ + void *app_data; /* application stuff */ + int key_len; /* May change for variable length cipher */ + unsigned long flags; /* Various flags */ + void *cipher_data; /* per EVP data */ + int final_used; + int block_mask; + unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */ +} /* EVP_CIPHER_CTX */ ; + +typedef struct evp_Encode_Ctx_st { + /* number saved in a partial encode/decode */ + int num; + /* + * The length is either the output line length (in input bytes) or the + * shortest input line length that is ok. Once decoding begins, the + * length is adjusted up each time a longer line is decoded + */ + int length; + /* data to encode */ + unsigned char enc_data[80]; + /* number read on current line */ + int line_num; + int expect_nl; +} EVP_ENCODE_CTX; + +/* Password based encryption function */ +typedef int (EVP_PBE_KEYGEN) (EVP_CIPHER_CTX *ctx, const char *pass, + int passlen, ASN1_TYPE *param, + const EVP_CIPHER *cipher, const EVP_MD *md, + int en_de); + +# ifndef OPENSSL_NO_RSA +# define EVP_PKEY_assign_RSA(pkey,rsa) EVP_PKEY_assign((pkey),EVP_PKEY_RSA,\ + (char *)(rsa)) +# endif + +# ifndef OPENSSL_NO_DSA +# define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\ + (char *)(dsa)) +# endif + +# ifndef OPENSSL_NO_DH +# define EVP_PKEY_assign_DH(pkey,dh) EVP_PKEY_assign((pkey),EVP_PKEY_DH,\ + (char *)(dh)) +# endif + +# ifndef OPENSSL_NO_EC +# define EVP_PKEY_assign_EC_KEY(pkey,eckey) EVP_PKEY_assign((pkey),EVP_PKEY_EC,\ + (char *)(eckey)) +# endif + +/* Add some extra combinations */ +# define EVP_get_digestbynid(a) EVP_get_digestbyname(OBJ_nid2sn(a)) +# define EVP_get_digestbyobj(a) EVP_get_digestbynid(OBJ_obj2nid(a)) +# define EVP_get_cipherbynid(a) EVP_get_cipherbyname(OBJ_nid2sn(a)) +# define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a)) + +int EVP_MD_type(const EVP_MD *md); +# define EVP_MD_nid(e) EVP_MD_type(e) +# define EVP_MD_name(e) OBJ_nid2sn(EVP_MD_nid(e)) +int EVP_MD_pkey_type(const EVP_MD *md); +int EVP_MD_size(const EVP_MD *md); +int EVP_MD_block_size(const EVP_MD *md); +unsigned long EVP_MD_flags(const EVP_MD *md); + +const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx); +# define EVP_MD_CTX_size(e) EVP_MD_size(EVP_MD_CTX_md(e)) +# define EVP_MD_CTX_block_size(e) EVP_MD_block_size(EVP_MD_CTX_md(e)) +# define EVP_MD_CTX_type(e) EVP_MD_type(EVP_MD_CTX_md(e)) + +int EVP_CIPHER_nid(const EVP_CIPHER *cipher); +# define EVP_CIPHER_name(e) OBJ_nid2sn(EVP_CIPHER_nid(e)) +int EVP_CIPHER_block_size(const EVP_CIPHER *cipher); +int EVP_CIPHER_key_length(const EVP_CIPHER *cipher); +int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher); +unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher); +# define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE) + +const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx); +int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx); +int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx); +int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx); +int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx); +int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in); +void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx); +void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data); +# define EVP_CIPHER_CTX_type(c) EVP_CIPHER_type(EVP_CIPHER_CTX_cipher(c)) +unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx); +# define EVP_CIPHER_CTX_mode(e) (EVP_CIPHER_CTX_flags(e) & EVP_CIPH_MODE) + +# define EVP_ENCODE_LENGTH(l) (((l+2)/3*4)+(l/48+1)*2+80) +# define EVP_DECODE_LENGTH(l) ((l+3)/4*3+80) + +# define EVP_SignInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) +# define EVP_SignInit(a,b) EVP_DigestInit(a,b) +# define EVP_SignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) +# define EVP_VerifyInit_ex(a,b,c) EVP_DigestInit_ex(a,b,c) +# define EVP_VerifyInit(a,b) EVP_DigestInit(a,b) +# define EVP_VerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) +# define EVP_OpenUpdate(a,b,c,d,e) EVP_DecryptUpdate(a,b,c,d,e) +# define EVP_SealUpdate(a,b,c,d,e) EVP_EncryptUpdate(a,b,c,d,e) +# define EVP_DigestSignUpdate(a,b,c) EVP_DigestUpdate(a,b,c) +# define EVP_DigestVerifyUpdate(a,b,c) EVP_DigestUpdate(a,b,c) + +# ifdef CONST_STRICT +void BIO_set_md(BIO *, const EVP_MD *md); +# else +# define BIO_set_md(b,md) BIO_ctrl(b,BIO_C_SET_MD,0,(char *)md) +# endif +# define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp) +# define BIO_get_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_GET_MD_CTX,0,(char *)mdcp) +# define BIO_set_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_SET_MD_CTX,0,(char *)mdcp) +# define BIO_get_cipher_status(b) BIO_ctrl(b,BIO_C_GET_CIPHER_STATUS,0,NULL) +# define BIO_get_cipher_ctx(b,c_pp) BIO_ctrl(b,BIO_C_GET_CIPHER_CTX,0,(char *)c_pp) + +int EVP_Cipher(EVP_CIPHER_CTX *c, + unsigned char *out, const unsigned char *in, unsigned int inl); + +# define EVP_add_cipher_alias(n,alias) \ + OBJ_NAME_add((alias),OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS,(n)) +# define EVP_add_digest_alias(n,alias) \ + OBJ_NAME_add((alias),OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,(n)) +# define EVP_delete_cipher_alias(alias) \ + OBJ_NAME_remove(alias,OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS); +# define EVP_delete_digest_alias(alias) \ + OBJ_NAME_remove(alias,OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS); + +void EVP_MD_CTX_init(EVP_MD_CTX *ctx); +int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx); +EVP_MD_CTX *EVP_MD_CTX_create(void); +void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx); +int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in); +void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags); +void EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags); +int EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx, int flags); +int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); +int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d, size_t cnt); +int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s); +int EVP_Digest(const void *data, size_t count, + unsigned char *md, unsigned int *size, const EVP_MD *type, + ENGINE *impl); + +int EVP_MD_CTX_copy(EVP_MD_CTX *out, const EVP_MD_CTX *in); +int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type); +int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s); + +int EVP_read_pw_string(char *buf, int length, const char *prompt, int verify); +int EVP_read_pw_string_min(char *buf, int minlen, int maxlen, + const char *prompt, int verify); +void EVP_set_pw_prompt(const char *prompt); +char *EVP_get_pw_prompt(void); + +int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, + const unsigned char *salt, const unsigned char *data, + int datal, int count, unsigned char *key, + unsigned char *iv); + +void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags); +void EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags); +int EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags); + +int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, + const unsigned char *key, const unsigned char *iv); +int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, + ENGINE *impl, const unsigned char *key, + const unsigned char *iv); +int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, + const unsigned char *in, int inl); +int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl); +int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl); + +int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, + const unsigned char *key, const unsigned char *iv); +int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, + ENGINE *impl, const unsigned char *key, + const unsigned char *iv); +int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, + const unsigned char *in, int inl); +int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl); +int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl); + +int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, + const unsigned char *key, const unsigned char *iv, + int enc); +int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, + ENGINE *impl, const unsigned char *key, + const unsigned char *iv, int enc); +int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, + const unsigned char *in, int inl); +int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl); +int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl); + +int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *s, + EVP_PKEY *pkey); + +int EVP_VerifyFinal(EVP_MD_CTX *ctx, const unsigned char *sigbuf, + unsigned int siglen, EVP_PKEY *pkey); + +int EVP_DigestSignInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, + const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); +int EVP_DigestSignFinal(EVP_MD_CTX *ctx, + unsigned char *sigret, size_t *siglen); + +int EVP_DigestVerifyInit(EVP_MD_CTX *ctx, EVP_PKEY_CTX **pctx, + const EVP_MD *type, ENGINE *e, EVP_PKEY *pkey); +int EVP_DigestVerifyFinal(EVP_MD_CTX *ctx, + const unsigned char *sig, size_t siglen); + +int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, + const unsigned char *ek, int ekl, const unsigned char *iv, + EVP_PKEY *priv); +int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl); + +int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, + unsigned char **ek, int *ekl, unsigned char *iv, + EVP_PKEY **pubk, int npubk); +int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl); + +void EVP_EncodeInit(EVP_ENCODE_CTX *ctx); +void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, + const unsigned char *in, int inl); +void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl); +int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n); + +void EVP_DecodeInit(EVP_ENCODE_CTX *ctx); +int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, + const unsigned char *in, int inl); +int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned + char *out, int *outl); +int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n); + +void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a); +int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a); +EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void); +void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *a); +int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen); +int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad); +int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr); +int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key); + +# ifndef OPENSSL_NO_BIO +BIO_METHOD *BIO_f_md(void); +BIO_METHOD *BIO_f_base64(void); +BIO_METHOD *BIO_f_cipher(void); +BIO_METHOD *BIO_f_reliable(void); +void BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, + const unsigned char *i, int enc); +# endif + +const EVP_MD *EVP_md_null(void); +# ifndef OPENSSL_NO_MD2 +const EVP_MD *EVP_md2(void); +# endif +# ifndef OPENSSL_NO_MD4 +const EVP_MD *EVP_md4(void); +# endif +# ifndef OPENSSL_NO_MD5 +const EVP_MD *EVP_md5(void); +# endif +# ifndef OPENSSL_NO_SHA +const EVP_MD *EVP_sha(void); +const EVP_MD *EVP_sha1(void); +const EVP_MD *EVP_dss(void); +const EVP_MD *EVP_dss1(void); +const EVP_MD *EVP_ecdsa(void); +# endif +# ifndef OPENSSL_NO_SHA256 +const EVP_MD *EVP_sha224(void); +const EVP_MD *EVP_sha256(void); +# endif +# ifndef OPENSSL_NO_SHA512 +const EVP_MD *EVP_sha384(void); +const EVP_MD *EVP_sha512(void); +# endif +# ifndef OPENSSL_NO_MDC2 +const EVP_MD *EVP_mdc2(void); +# endif +# ifndef OPENSSL_NO_RIPEMD +const EVP_MD *EVP_ripemd160(void); +# endif +# ifndef OPENSSL_NO_WHIRLPOOL +const EVP_MD *EVP_whirlpool(void); +# endif +const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */ +# ifndef OPENSSL_NO_DES +const EVP_CIPHER *EVP_des_ecb(void); +const EVP_CIPHER *EVP_des_ede(void); +const EVP_CIPHER *EVP_des_ede3(void); +const EVP_CIPHER *EVP_des_ede_ecb(void); +const EVP_CIPHER *EVP_des_ede3_ecb(void); +const EVP_CIPHER *EVP_des_cfb64(void); +# define EVP_des_cfb EVP_des_cfb64 +const EVP_CIPHER *EVP_des_cfb1(void); +const EVP_CIPHER *EVP_des_cfb8(void); +const EVP_CIPHER *EVP_des_ede_cfb64(void); +# define EVP_des_ede_cfb EVP_des_ede_cfb64 +# if 0 +const EVP_CIPHER *EVP_des_ede_cfb1(void); +const EVP_CIPHER *EVP_des_ede_cfb8(void); +# endif +const EVP_CIPHER *EVP_des_ede3_cfb64(void); +# define EVP_des_ede3_cfb EVP_des_ede3_cfb64 +const EVP_CIPHER *EVP_des_ede3_cfb1(void); +const EVP_CIPHER *EVP_des_ede3_cfb8(void); +const EVP_CIPHER *EVP_des_ofb(void); +const EVP_CIPHER *EVP_des_ede_ofb(void); +const EVP_CIPHER *EVP_des_ede3_ofb(void); +const EVP_CIPHER *EVP_des_cbc(void); +const EVP_CIPHER *EVP_des_ede_cbc(void); +const EVP_CIPHER *EVP_des_ede3_cbc(void); +const EVP_CIPHER *EVP_desx_cbc(void); +const EVP_CIPHER *EVP_des_ede3_wrap(void); +/* + * This should now be supported through the dev_crypto ENGINE. But also, why + * are rc4 and md5 declarations made here inside a "NO_DES" precompiler + * branch? + */ +# if 0 +# ifdef OPENSSL_OPENBSD_DEV_CRYPTO +const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void); +const EVP_CIPHER *EVP_dev_crypto_rc4(void); +const EVP_MD *EVP_dev_crypto_md5(void); +# endif +# endif +# endif +# ifndef OPENSSL_NO_RC4 +const EVP_CIPHER *EVP_rc4(void); +const EVP_CIPHER *EVP_rc4_40(void); +# ifndef OPENSSL_NO_MD5 +const EVP_CIPHER *EVP_rc4_hmac_md5(void); +# endif +# endif +# ifndef OPENSSL_NO_IDEA +const EVP_CIPHER *EVP_idea_ecb(void); +const EVP_CIPHER *EVP_idea_cfb64(void); +# define EVP_idea_cfb EVP_idea_cfb64 +const EVP_CIPHER *EVP_idea_ofb(void); +const EVP_CIPHER *EVP_idea_cbc(void); +# endif +# ifndef OPENSSL_NO_RC2 +const EVP_CIPHER *EVP_rc2_ecb(void); +const EVP_CIPHER *EVP_rc2_cbc(void); +const EVP_CIPHER *EVP_rc2_40_cbc(void); +const EVP_CIPHER *EVP_rc2_64_cbc(void); +const EVP_CIPHER *EVP_rc2_cfb64(void); +# define EVP_rc2_cfb EVP_rc2_cfb64 +const EVP_CIPHER *EVP_rc2_ofb(void); +# endif +# ifndef OPENSSL_NO_BF +const EVP_CIPHER *EVP_bf_ecb(void); +const EVP_CIPHER *EVP_bf_cbc(void); +const EVP_CIPHER *EVP_bf_cfb64(void); +# define EVP_bf_cfb EVP_bf_cfb64 +const EVP_CIPHER *EVP_bf_ofb(void); +# endif +# ifndef OPENSSL_NO_CAST +const EVP_CIPHER *EVP_cast5_ecb(void); +const EVP_CIPHER *EVP_cast5_cbc(void); +const EVP_CIPHER *EVP_cast5_cfb64(void); +# define EVP_cast5_cfb EVP_cast5_cfb64 +const EVP_CIPHER *EVP_cast5_ofb(void); +# endif +# ifndef OPENSSL_NO_RC5 +const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void); +const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void); +const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void); +# define EVP_rc5_32_12_16_cfb EVP_rc5_32_12_16_cfb64 +const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void); +# endif +# ifndef OPENSSL_NO_AES +const EVP_CIPHER *EVP_aes_128_ecb(void); +const EVP_CIPHER *EVP_aes_128_cbc(void); +const EVP_CIPHER *EVP_aes_128_cfb1(void); +const EVP_CIPHER *EVP_aes_128_cfb8(void); +const EVP_CIPHER *EVP_aes_128_cfb128(void); +# define EVP_aes_128_cfb EVP_aes_128_cfb128 +const EVP_CIPHER *EVP_aes_128_ofb(void); +const EVP_CIPHER *EVP_aes_128_ctr(void); +const EVP_CIPHER *EVP_aes_128_ccm(void); +const EVP_CIPHER *EVP_aes_128_gcm(void); +const EVP_CIPHER *EVP_aes_128_xts(void); +const EVP_CIPHER *EVP_aes_128_wrap(void); +const EVP_CIPHER *EVP_aes_192_ecb(void); +const EVP_CIPHER *EVP_aes_192_cbc(void); +const EVP_CIPHER *EVP_aes_192_cfb1(void); +const EVP_CIPHER *EVP_aes_192_cfb8(void); +const EVP_CIPHER *EVP_aes_192_cfb128(void); +# define EVP_aes_192_cfb EVP_aes_192_cfb128 +const EVP_CIPHER *EVP_aes_192_ofb(void); +const EVP_CIPHER *EVP_aes_192_ctr(void); +const EVP_CIPHER *EVP_aes_192_ccm(void); +const EVP_CIPHER *EVP_aes_192_gcm(void); +const EVP_CIPHER *EVP_aes_192_wrap(void); +const EVP_CIPHER *EVP_aes_256_ecb(void); +const EVP_CIPHER *EVP_aes_256_cbc(void); +const EVP_CIPHER *EVP_aes_256_cfb1(void); +const EVP_CIPHER *EVP_aes_256_cfb8(void); +const EVP_CIPHER *EVP_aes_256_cfb128(void); +# define EVP_aes_256_cfb EVP_aes_256_cfb128 +const EVP_CIPHER *EVP_aes_256_ofb(void); +const EVP_CIPHER *EVP_aes_256_ctr(void); +const EVP_CIPHER *EVP_aes_256_ccm(void); +const EVP_CIPHER *EVP_aes_256_gcm(void); +const EVP_CIPHER *EVP_aes_256_xts(void); +const EVP_CIPHER *EVP_aes_256_wrap(void); +# if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1) +const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void); +const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void); +# endif +# ifndef OPENSSL_NO_SHA256 +const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void); +const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void); +# endif +# endif +# ifndef OPENSSL_NO_CAMELLIA +const EVP_CIPHER *EVP_camellia_128_ecb(void); +const EVP_CIPHER *EVP_camellia_128_cbc(void); +const EVP_CIPHER *EVP_camellia_128_cfb1(void); +const EVP_CIPHER *EVP_camellia_128_cfb8(void); +const EVP_CIPHER *EVP_camellia_128_cfb128(void); +# define EVP_camellia_128_cfb EVP_camellia_128_cfb128 +const EVP_CIPHER *EVP_camellia_128_ofb(void); +const EVP_CIPHER *EVP_camellia_192_ecb(void); +const EVP_CIPHER *EVP_camellia_192_cbc(void); +const EVP_CIPHER *EVP_camellia_192_cfb1(void); +const EVP_CIPHER *EVP_camellia_192_cfb8(void); +const EVP_CIPHER *EVP_camellia_192_cfb128(void); +# define EVP_camellia_192_cfb EVP_camellia_192_cfb128 +const EVP_CIPHER *EVP_camellia_192_ofb(void); +const EVP_CIPHER *EVP_camellia_256_ecb(void); +const EVP_CIPHER *EVP_camellia_256_cbc(void); +const EVP_CIPHER *EVP_camellia_256_cfb1(void); +const EVP_CIPHER *EVP_camellia_256_cfb8(void); +const EVP_CIPHER *EVP_camellia_256_cfb128(void); +# define EVP_camellia_256_cfb EVP_camellia_256_cfb128 +const EVP_CIPHER *EVP_camellia_256_ofb(void); +# endif + +# ifndef OPENSSL_NO_SEED +const EVP_CIPHER *EVP_seed_ecb(void); +const EVP_CIPHER *EVP_seed_cbc(void); +const EVP_CIPHER *EVP_seed_cfb128(void); +# define EVP_seed_cfb EVP_seed_cfb128 +const EVP_CIPHER *EVP_seed_ofb(void); +# endif + +void OPENSSL_add_all_algorithms_noconf(void); +void OPENSSL_add_all_algorithms_conf(void); + +# ifdef OPENSSL_LOAD_CONF +# define OpenSSL_add_all_algorithms() \ + OPENSSL_add_all_algorithms_conf() +# else +# define OpenSSL_add_all_algorithms() \ + OPENSSL_add_all_algorithms_noconf() +# endif + +void OpenSSL_add_all_ciphers(void); +void OpenSSL_add_all_digests(void); +# define SSLeay_add_all_algorithms() OpenSSL_add_all_algorithms() +# define SSLeay_add_all_ciphers() OpenSSL_add_all_ciphers() +# define SSLeay_add_all_digests() OpenSSL_add_all_digests() + +int EVP_add_cipher(const EVP_CIPHER *cipher); +int EVP_add_digest(const EVP_MD *digest); + +const EVP_CIPHER *EVP_get_cipherbyname(const char *name); +const EVP_MD *EVP_get_digestbyname(const char *name); +void EVP_cleanup(void); + +void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, + const char *from, const char *to, void *x), + void *arg); +void EVP_CIPHER_do_all_sorted(void (*fn) + (const EVP_CIPHER *ciph, const char *from, + const char *to, void *x), void *arg); + +void EVP_MD_do_all(void (*fn) (const EVP_MD *ciph, + const char *from, const char *to, void *x), + void *arg); +void EVP_MD_do_all_sorted(void (*fn) + (const EVP_MD *ciph, const char *from, + const char *to, void *x), void *arg); + +int EVP_PKEY_decrypt_old(unsigned char *dec_key, + const unsigned char *enc_key, int enc_key_len, + EVP_PKEY *private_key); +int EVP_PKEY_encrypt_old(unsigned char *enc_key, + const unsigned char *key, int key_len, + EVP_PKEY *pub_key); +int EVP_PKEY_type(int type); +int EVP_PKEY_id(const EVP_PKEY *pkey); +int EVP_PKEY_base_id(const EVP_PKEY *pkey); +int EVP_PKEY_bits(EVP_PKEY *pkey); +int EVP_PKEY_size(EVP_PKEY *pkey); +int EVP_PKEY_set_type(EVP_PKEY *pkey, int type); +int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len); +int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); +void *EVP_PKEY_get0(EVP_PKEY *pkey); + +# ifndef OPENSSL_NO_RSA +struct rsa_st; +int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key); +struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey); +# endif +# ifndef OPENSSL_NO_DSA +struct dsa_st; +int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key); +struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey); +# endif +# ifndef OPENSSL_NO_DH +struct dh_st; +int EVP_PKEY_set1_DH(EVP_PKEY *pkey, struct dh_st *key); +struct dh_st *EVP_PKEY_get1_DH(EVP_PKEY *pkey); +# endif +# ifndef OPENSSL_NO_EC +struct ec_key_st; +int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key); +struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); +# endif + +EVP_PKEY *EVP_PKEY_new(void); +void EVP_PKEY_free(EVP_PKEY *pkey); + +EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, + long length); +int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp); + +EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, + long length); +EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, + long length); +int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp); + +int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from); +int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey); +int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode); +int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b); + +int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b); + +int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, + int indent, ASN1_PCTX *pctx); +int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, + int indent, ASN1_PCTX *pctx); +int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, + int indent, ASN1_PCTX *pctx); + +int EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid); + +int EVP_CIPHER_type(const EVP_CIPHER *ctx); + +/* calls methods */ +int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type); +int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type); + +/* These are used by EVP_CIPHER methods */ +int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type); +int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type); + +/* PKCS5 password based encryption */ +int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, + ASN1_TYPE *param, const EVP_CIPHER *cipher, + const EVP_MD *md, int en_de); +int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, + const unsigned char *salt, int saltlen, int iter, + int keylen, unsigned char *out); +int PKCS5_PBKDF2_HMAC(const char *pass, int passlen, + const unsigned char *salt, int saltlen, int iter, + const EVP_MD *digest, int keylen, unsigned char *out); +int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, + ASN1_TYPE *param, const EVP_CIPHER *cipher, + const EVP_MD *md, int en_de); + +void PKCS5_PBE_add(void); + +int EVP_PBE_CipherInit(ASN1_OBJECT *pbe_obj, const char *pass, int passlen, + ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de); + +/* PBE type */ + +/* Can appear as the outermost AlgorithmIdentifier */ +# define EVP_PBE_TYPE_OUTER 0x0 +/* Is an PRF type OID */ +# define EVP_PBE_TYPE_PRF 0x1 + +int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, + int md_nid, EVP_PBE_KEYGEN *keygen); +int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, + EVP_PBE_KEYGEN *keygen); +int EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid, + EVP_PBE_KEYGEN **pkeygen); +void EVP_PBE_cleanup(void); + +# define ASN1_PKEY_ALIAS 0x1 +# define ASN1_PKEY_DYNAMIC 0x2 +# define ASN1_PKEY_SIGPARAM_NULL 0x4 + +# define ASN1_PKEY_CTRL_PKCS7_SIGN 0x1 +# define ASN1_PKEY_CTRL_PKCS7_ENCRYPT 0x2 +# define ASN1_PKEY_CTRL_DEFAULT_MD_NID 0x3 +# define ASN1_PKEY_CTRL_CMS_SIGN 0x5 +# define ASN1_PKEY_CTRL_CMS_ENVELOPE 0x7 +# define ASN1_PKEY_CTRL_CMS_RI_TYPE 0x8 + +int EVP_PKEY_asn1_get_count(void); +const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_get0(int idx); +const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find(ENGINE **pe, int type); +const EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_find_str(ENGINE **pe, + const char *str, int len); +int EVP_PKEY_asn1_add0(const EVP_PKEY_ASN1_METHOD *ameth); +int EVP_PKEY_asn1_add_alias(int to, int from); +int EVP_PKEY_asn1_get0_info(int *ppkey_id, int *pkey_base_id, + int *ppkey_flags, const char **pinfo, + const char **ppem_str, + const EVP_PKEY_ASN1_METHOD *ameth); + +const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(EVP_PKEY *pkey); +EVP_PKEY_ASN1_METHOD *EVP_PKEY_asn1_new(int id, int flags, + const char *pem_str, + const char *info); +void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, + const EVP_PKEY_ASN1_METHOD *src); +void EVP_PKEY_asn1_free(EVP_PKEY_ASN1_METHOD *ameth); +void EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, + int (*pub_decode) (EVP_PKEY *pk, + X509_PUBKEY *pub), + int (*pub_encode) (X509_PUBKEY *pub, + const EVP_PKEY *pk), + int (*pub_cmp) (const EVP_PKEY *a, + const EVP_PKEY *b), + int (*pub_print) (BIO *out, + const EVP_PKEY *pkey, + int indent, ASN1_PCTX *pctx), + int (*pkey_size) (const EVP_PKEY *pk), + int (*pkey_bits) (const EVP_PKEY *pk)); +void EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, + int (*priv_decode) (EVP_PKEY *pk, + PKCS8_PRIV_KEY_INFO + *p8inf), + int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, + const EVP_PKEY *pk), + int (*priv_print) (BIO *out, + const EVP_PKEY *pkey, + int indent, + ASN1_PCTX *pctx)); +void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, + int (*param_decode) (EVP_PKEY *pkey, + const unsigned char **pder, + int derlen), + int (*param_encode) (const EVP_PKEY *pkey, + unsigned char **pder), + int (*param_missing) (const EVP_PKEY *pk), + int (*param_copy) (EVP_PKEY *to, + const EVP_PKEY *from), + int (*param_cmp) (const EVP_PKEY *a, + const EVP_PKEY *b), + int (*param_print) (BIO *out, + const EVP_PKEY *pkey, + int indent, + ASN1_PCTX *pctx)); + +void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, + void (*pkey_free) (EVP_PKEY *pkey)); +void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, + int (*pkey_ctrl) (EVP_PKEY *pkey, int op, + long arg1, void *arg2)); +void EVP_PKEY_asn1_set_item(EVP_PKEY_ASN1_METHOD *ameth, + int (*item_verify) (EVP_MD_CTX *ctx, + const ASN1_ITEM *it, + void *asn, + X509_ALGOR *a, + ASN1_BIT_STRING *sig, + EVP_PKEY *pkey), + int (*item_sign) (EVP_MD_CTX *ctx, + const ASN1_ITEM *it, + void *asn, + X509_ALGOR *alg1, + X509_ALGOR *alg2, + ASN1_BIT_STRING *sig)); + +# define EVP_PKEY_OP_UNDEFINED 0 +# define EVP_PKEY_OP_PARAMGEN (1<<1) +# define EVP_PKEY_OP_KEYGEN (1<<2) +# define EVP_PKEY_OP_SIGN (1<<3) +# define EVP_PKEY_OP_VERIFY (1<<4) +# define EVP_PKEY_OP_VERIFYRECOVER (1<<5) +# define EVP_PKEY_OP_SIGNCTX (1<<6) +# define EVP_PKEY_OP_VERIFYCTX (1<<7) +# define EVP_PKEY_OP_ENCRYPT (1<<8) +# define EVP_PKEY_OP_DECRYPT (1<<9) +# define EVP_PKEY_OP_DERIVE (1<<10) + +# define EVP_PKEY_OP_TYPE_SIG \ + (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER \ + | EVP_PKEY_OP_SIGNCTX | EVP_PKEY_OP_VERIFYCTX) + +# define EVP_PKEY_OP_TYPE_CRYPT \ + (EVP_PKEY_OP_ENCRYPT | EVP_PKEY_OP_DECRYPT) + +# define EVP_PKEY_OP_TYPE_NOGEN \ + (EVP_PKEY_OP_SIG | EVP_PKEY_OP_CRYPT | EVP_PKEY_OP_DERIVE) + +# define EVP_PKEY_OP_TYPE_GEN \ + (EVP_PKEY_OP_PARAMGEN | EVP_PKEY_OP_KEYGEN) + +# define EVP_PKEY_CTX_set_signature_md(ctx, md) \ + EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG, \ + EVP_PKEY_CTRL_MD, 0, (void *)md) + +# define EVP_PKEY_CTX_get_signature_md(ctx, pmd) \ + EVP_PKEY_CTX_ctrl(ctx, -1, EVP_PKEY_OP_TYPE_SIG, \ + EVP_PKEY_CTRL_GET_MD, 0, (void *)pmd) + +# define EVP_PKEY_CTRL_MD 1 +# define EVP_PKEY_CTRL_PEER_KEY 2 + +# define EVP_PKEY_CTRL_PKCS7_ENCRYPT 3 +# define EVP_PKEY_CTRL_PKCS7_DECRYPT 4 + +# define EVP_PKEY_CTRL_PKCS7_SIGN 5 + +# define EVP_PKEY_CTRL_SET_MAC_KEY 6 + +# define EVP_PKEY_CTRL_DIGESTINIT 7 + +/* Used by GOST key encryption in TLS */ +# define EVP_PKEY_CTRL_SET_IV 8 + +# define EVP_PKEY_CTRL_CMS_ENCRYPT 9 +# define EVP_PKEY_CTRL_CMS_DECRYPT 10 +# define EVP_PKEY_CTRL_CMS_SIGN 11 + +# define EVP_PKEY_CTRL_CIPHER 12 + +# define EVP_PKEY_CTRL_GET_MD 13 + +# define EVP_PKEY_ALG_CTRL 0x1000 + +# define EVP_PKEY_FLAG_AUTOARGLEN 2 +/* + * Method handles all operations: don't assume any digest related defaults. + */ +# define EVP_PKEY_FLAG_SIGCTX_CUSTOM 4 + +const EVP_PKEY_METHOD *EVP_PKEY_meth_find(int type); +EVP_PKEY_METHOD *EVP_PKEY_meth_new(int id, int flags); +void EVP_PKEY_meth_get0_info(int *ppkey_id, int *pflags, + const EVP_PKEY_METHOD *meth); +void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src); +void EVP_PKEY_meth_free(EVP_PKEY_METHOD *pmeth); +int EVP_PKEY_meth_add0(const EVP_PKEY_METHOD *pmeth); + +EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e); +EVP_PKEY_CTX *EVP_PKEY_CTX_new_id(int id, ENGINE *e); +EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx); +void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx); + +int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, + int cmd, int p1, void *p2); +int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, + const char *value); + +int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx); +void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen); + +EVP_PKEY *EVP_PKEY_new_mac_key(int type, ENGINE *e, + const unsigned char *key, int keylen); + +void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data); +void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx); +EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx); + +EVP_PKEY *EVP_PKEY_CTX_get0_peerkey(EVP_PKEY_CTX *ctx); + +void EVP_PKEY_CTX_set_app_data(EVP_PKEY_CTX *ctx, void *data); +void *EVP_PKEY_CTX_get_app_data(EVP_PKEY_CTX *ctx); + +int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_sign(EVP_PKEY_CTX *ctx, + unsigned char *sig, size_t *siglen, + const unsigned char *tbs, size_t tbslen); +int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_verify(EVP_PKEY_CTX *ctx, + const unsigned char *sig, size_t siglen, + const unsigned char *tbs, size_t tbslen); +int EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx, + unsigned char *rout, size_t *routlen, + const unsigned char *sig, size_t siglen); +int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, + unsigned char *out, size_t *outlen, + const unsigned char *in, size_t inlen); +int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, + unsigned char *out, size_t *outlen, + const unsigned char *in, size_t inlen); + +int EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer); +int EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen); + +typedef int EVP_PKEY_gen_cb (EVP_PKEY_CTX *ctx); + +int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey); +int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx); +int EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey); + +void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb); +EVP_PKEY_gen_cb *EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx); + +int EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx); + +void EVP_PKEY_meth_set_init(EVP_PKEY_METHOD *pmeth, + int (*init) (EVP_PKEY_CTX *ctx)); + +void EVP_PKEY_meth_set_copy(EVP_PKEY_METHOD *pmeth, + int (*copy) (EVP_PKEY_CTX *dst, + EVP_PKEY_CTX *src)); + +void EVP_PKEY_meth_set_cleanup(EVP_PKEY_METHOD *pmeth, + void (*cleanup) (EVP_PKEY_CTX *ctx)); + +void EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth, + int (*paramgen_init) (EVP_PKEY_CTX *ctx), + int (*paramgen) (EVP_PKEY_CTX *ctx, + EVP_PKEY *pkey)); + +void EVP_PKEY_meth_set_keygen(EVP_PKEY_METHOD *pmeth, + int (*keygen_init) (EVP_PKEY_CTX *ctx), + int (*keygen) (EVP_PKEY_CTX *ctx, + EVP_PKEY *pkey)); + +void EVP_PKEY_meth_set_sign(EVP_PKEY_METHOD *pmeth, + int (*sign_init) (EVP_PKEY_CTX *ctx), + int (*sign) (EVP_PKEY_CTX *ctx, + unsigned char *sig, size_t *siglen, + const unsigned char *tbs, + size_t tbslen)); + +void EVP_PKEY_meth_set_verify(EVP_PKEY_METHOD *pmeth, + int (*verify_init) (EVP_PKEY_CTX *ctx), + int (*verify) (EVP_PKEY_CTX *ctx, + const unsigned char *sig, + size_t siglen, + const unsigned char *tbs, + size_t tbslen)); + +void EVP_PKEY_meth_set_verify_recover(EVP_PKEY_METHOD *pmeth, + int (*verify_recover_init) (EVP_PKEY_CTX + *ctx), + int (*verify_recover) (EVP_PKEY_CTX + *ctx, + unsigned char + *sig, + size_t *siglen, + const unsigned + char *tbs, + size_t tbslen)); + +void EVP_PKEY_meth_set_signctx(EVP_PKEY_METHOD *pmeth, + int (*signctx_init) (EVP_PKEY_CTX *ctx, + EVP_MD_CTX *mctx), + int (*signctx) (EVP_PKEY_CTX *ctx, + unsigned char *sig, + size_t *siglen, + EVP_MD_CTX *mctx)); + +void EVP_PKEY_meth_set_verifyctx(EVP_PKEY_METHOD *pmeth, + int (*verifyctx_init) (EVP_PKEY_CTX *ctx, + EVP_MD_CTX *mctx), + int (*verifyctx) (EVP_PKEY_CTX *ctx, + const unsigned char *sig, + int siglen, + EVP_MD_CTX *mctx)); + +void EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth, + int (*encrypt_init) (EVP_PKEY_CTX *ctx), + int (*encryptfn) (EVP_PKEY_CTX *ctx, + unsigned char *out, + size_t *outlen, + const unsigned char *in, + size_t inlen)); + +void EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth, + int (*decrypt_init) (EVP_PKEY_CTX *ctx), + int (*decrypt) (EVP_PKEY_CTX *ctx, + unsigned char *out, + size_t *outlen, + const unsigned char *in, + size_t inlen)); + +void EVP_PKEY_meth_set_derive(EVP_PKEY_METHOD *pmeth, + int (*derive_init) (EVP_PKEY_CTX *ctx), + int (*derive) (EVP_PKEY_CTX *ctx, + unsigned char *key, + size_t *keylen)); + +void EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth, + int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, + void *p2), + int (*ctrl_str) (EVP_PKEY_CTX *ctx, + const char *type, + const char *value)); + +void EVP_add_alg_module(void); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_EVP_strings(void); + +/* Error codes for the EVP functions. */ + +/* Function codes. */ +# define EVP_F_AESNI_INIT_KEY 165 +# define EVP_F_AESNI_XTS_CIPHER 176 +# define EVP_F_AES_INIT_KEY 133 +# define EVP_F_AES_T4_INIT_KEY 178 +# define EVP_F_AES_XTS 172 +# define EVP_F_AES_XTS_CIPHER 175 +# define EVP_F_ALG_MODULE_INIT 177 +# define EVP_F_CAMELLIA_INIT_KEY 159 +# define EVP_F_CMAC_INIT 173 +# define EVP_F_CMLL_T4_INIT_KEY 179 +# define EVP_F_D2I_PKEY 100 +# define EVP_F_DO_SIGVER_INIT 161 +# define EVP_F_DSAPKEY2PKCS8 134 +# define EVP_F_DSA_PKEY2PKCS8 135 +# define EVP_F_ECDSA_PKEY2PKCS8 129 +# define EVP_F_ECKEY_PKEY2PKCS8 132 +# define EVP_F_EVP_CIPHERINIT_EX 123 +# define EVP_F_EVP_CIPHER_CTX_COPY 163 +# define EVP_F_EVP_CIPHER_CTX_CTRL 124 +# define EVP_F_EVP_CIPHER_CTX_SET_KEY_LENGTH 122 +# define EVP_F_EVP_DECRYPTFINAL_EX 101 +# define EVP_F_EVP_DIGESTINIT_EX 128 +# define EVP_F_EVP_ENCRYPTFINAL_EX 127 +# define EVP_F_EVP_MD_CTX_COPY_EX 110 +# define EVP_F_EVP_MD_SIZE 162 +# define EVP_F_EVP_OPENINIT 102 +# define EVP_F_EVP_PBE_ALG_ADD 115 +# define EVP_F_EVP_PBE_ALG_ADD_TYPE 160 +# define EVP_F_EVP_PBE_CIPHERINIT 116 +# define EVP_F_EVP_PKCS82PKEY 111 +# define EVP_F_EVP_PKCS82PKEY_BROKEN 136 +# define EVP_F_EVP_PKEY2PKCS8_BROKEN 113 +# define EVP_F_EVP_PKEY_COPY_PARAMETERS 103 +# define EVP_F_EVP_PKEY_CTX_CTRL 137 +# define EVP_F_EVP_PKEY_CTX_CTRL_STR 150 +# define EVP_F_EVP_PKEY_CTX_DUP 156 +# define EVP_F_EVP_PKEY_DECRYPT 104 +# define EVP_F_EVP_PKEY_DECRYPT_INIT 138 +# define EVP_F_EVP_PKEY_DECRYPT_OLD 151 +# define EVP_F_EVP_PKEY_DERIVE 153 +# define EVP_F_EVP_PKEY_DERIVE_INIT 154 +# define EVP_F_EVP_PKEY_DERIVE_SET_PEER 155 +# define EVP_F_EVP_PKEY_ENCRYPT 105 +# define EVP_F_EVP_PKEY_ENCRYPT_INIT 139 +# define EVP_F_EVP_PKEY_ENCRYPT_OLD 152 +# define EVP_F_EVP_PKEY_GET1_DH 119 +# define EVP_F_EVP_PKEY_GET1_DSA 120 +# define EVP_F_EVP_PKEY_GET1_ECDSA 130 +# define EVP_F_EVP_PKEY_GET1_EC_KEY 131 +# define EVP_F_EVP_PKEY_GET1_RSA 121 +# define EVP_F_EVP_PKEY_KEYGEN 146 +# define EVP_F_EVP_PKEY_KEYGEN_INIT 147 +# define EVP_F_EVP_PKEY_NEW 106 +# define EVP_F_EVP_PKEY_PARAMGEN 148 +# define EVP_F_EVP_PKEY_PARAMGEN_INIT 149 +# define EVP_F_EVP_PKEY_SIGN 140 +# define EVP_F_EVP_PKEY_SIGN_INIT 141 +# define EVP_F_EVP_PKEY_VERIFY 142 +# define EVP_F_EVP_PKEY_VERIFY_INIT 143 +# define EVP_F_EVP_PKEY_VERIFY_RECOVER 144 +# define EVP_F_EVP_PKEY_VERIFY_RECOVER_INIT 145 +# define EVP_F_EVP_RIJNDAEL 126 +# define EVP_F_EVP_SIGNFINAL 107 +# define EVP_F_EVP_VERIFYFINAL 108 +# define EVP_F_FIPS_CIPHERINIT 166 +# define EVP_F_FIPS_CIPHER_CTX_COPY 170 +# define EVP_F_FIPS_CIPHER_CTX_CTRL 167 +# define EVP_F_FIPS_CIPHER_CTX_SET_KEY_LENGTH 171 +# define EVP_F_FIPS_DIGESTINIT 168 +# define EVP_F_FIPS_MD_CTX_COPY 169 +# define EVP_F_HMAC_INIT_EX 174 +# define EVP_F_INT_CTX_NEW 157 +# define EVP_F_PKCS5_PBE_KEYIVGEN 117 +# define EVP_F_PKCS5_V2_PBE_KEYIVGEN 118 +# define EVP_F_PKCS5_V2_PBKDF2_KEYIVGEN 164 +# define EVP_F_PKCS8_SET_BROKEN 112 +# define EVP_F_PKEY_SET_TYPE 158 +# define EVP_F_RC2_MAGIC_TO_METH 109 +# define EVP_F_RC5_CTRL 125 + +/* Reason codes. */ +# define EVP_R_AES_IV_SETUP_FAILED 162 +# define EVP_R_AES_KEY_SETUP_FAILED 143 +# define EVP_R_ASN1_LIB 140 +# define EVP_R_BAD_BLOCK_LENGTH 136 +# define EVP_R_BAD_DECRYPT 100 +# define EVP_R_BAD_KEY_LENGTH 137 +# define EVP_R_BN_DECODE_ERROR 112 +# define EVP_R_BN_PUBKEY_ERROR 113 +# define EVP_R_BUFFER_TOO_SMALL 155 +# define EVP_R_CAMELLIA_KEY_SETUP_FAILED 157 +# define EVP_R_CIPHER_PARAMETER_ERROR 122 +# define EVP_R_COMMAND_NOT_SUPPORTED 147 +# define EVP_R_CTRL_NOT_IMPLEMENTED 132 +# define EVP_R_CTRL_OPERATION_NOT_IMPLEMENTED 133 +# define EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH 138 +# define EVP_R_DECODE_ERROR 114 +# define EVP_R_DIFFERENT_KEY_TYPES 101 +# define EVP_R_DIFFERENT_PARAMETERS 153 +# define EVP_R_DISABLED_FOR_FIPS 163 +# define EVP_R_ENCODE_ERROR 115 +# define EVP_R_ERROR_LOADING_SECTION 165 +# define EVP_R_ERROR_SETTING_FIPS_MODE 166 +# define EVP_R_EVP_PBE_CIPHERINIT_ERROR 119 +# define EVP_R_EXPECTING_AN_RSA_KEY 127 +# define EVP_R_EXPECTING_A_DH_KEY 128 +# define EVP_R_EXPECTING_A_DSA_KEY 129 +# define EVP_R_EXPECTING_A_ECDSA_KEY 141 +# define EVP_R_EXPECTING_A_EC_KEY 142 +# define EVP_R_FIPS_MODE_NOT_SUPPORTED 167 +# define EVP_R_INITIALIZATION_ERROR 134 +# define EVP_R_INPUT_NOT_INITIALIZED 111 +# define EVP_R_INVALID_DIGEST 152 +# define EVP_R_INVALID_FIPS_MODE 168 +# define EVP_R_INVALID_KEY_LENGTH 130 +# define EVP_R_INVALID_OPERATION 148 +# define EVP_R_IV_TOO_LARGE 102 +# define EVP_R_KEYGEN_FAILURE 120 +# define EVP_R_MESSAGE_DIGEST_IS_NULL 159 +# define EVP_R_METHOD_NOT_SUPPORTED 144 +# define EVP_R_MISSING_PARAMETERS 103 +# define EVP_R_NO_CIPHER_SET 131 +# define EVP_R_NO_DEFAULT_DIGEST 158 +# define EVP_R_NO_DIGEST_SET 139 +# define EVP_R_NO_DSA_PARAMETERS 116 +# define EVP_R_NO_KEY_SET 154 +# define EVP_R_NO_OPERATION_SET 149 +# define EVP_R_NO_SIGN_FUNCTION_CONFIGURED 104 +# define EVP_R_NO_VERIFY_FUNCTION_CONFIGURED 105 +# define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 150 +# define EVP_R_OPERATON_NOT_INITIALIZED 151 +# define EVP_R_PKCS8_UNKNOWN_BROKEN_TYPE 117 +# define EVP_R_PRIVATE_KEY_DECODE_ERROR 145 +# define EVP_R_PRIVATE_KEY_ENCODE_ERROR 146 +# define EVP_R_PUBLIC_KEY_NOT_RSA 106 +# define EVP_R_TOO_LARGE 164 +# define EVP_R_UNKNOWN_CIPHER 160 +# define EVP_R_UNKNOWN_DIGEST 161 +# define EVP_R_UNKNOWN_OPTION 169 +# define EVP_R_UNKNOWN_PBE_ALGORITHM 121 +# define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS 135 +# define EVP_R_UNSUPPORTED_ALGORITHM 156 +# define EVP_R_UNSUPPORTED_CIPHER 107 +# define EVP_R_UNSUPPORTED_KEYLENGTH 123 +# define EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION 124 +# define EVP_R_UNSUPPORTED_KEY_SIZE 108 +# define EVP_R_UNSUPPORTED_PRF 125 +# define EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM 118 +# define EVP_R_UNSUPPORTED_SALT_TYPE 126 +# define EVP_R_WRAP_MODE_NOT_ALLOWED 170 +# define EVP_R_WRONG_FINAL_BLOCK_LENGTH 109 +# define EVP_R_WRONG_PUBLIC_KEY_TYPE 110 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/hmac.h b/frappe/.node-gyp/6.7.0/include/node/openssl/hmac.h new file mode 100644 index 00000000..b8b55cda --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/hmac.h @@ -0,0 +1,109 @@ +/* crypto/hmac/hmac.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +#ifndef HEADER_HMAC_H +# define HEADER_HMAC_H + +# include + +# ifdef OPENSSL_NO_HMAC +# error HMAC is disabled. +# endif + +# include + +# define HMAC_MAX_MD_CBLOCK 128/* largest known is SHA512 */ + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct hmac_ctx_st { + const EVP_MD *md; + EVP_MD_CTX md_ctx; + EVP_MD_CTX i_ctx; + EVP_MD_CTX o_ctx; + unsigned int key_length; + unsigned char key[HMAC_MAX_MD_CBLOCK]; +} HMAC_CTX; + +# define HMAC_size(e) (EVP_MD_size((e)->md)) + +void HMAC_CTX_init(HMAC_CTX *ctx); +void HMAC_CTX_cleanup(HMAC_CTX *ctx); + +/* deprecated */ +# define HMAC_cleanup(ctx) HMAC_CTX_cleanup(ctx) + +/* deprecated */ +int HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md); +int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, + const EVP_MD *md, ENGINE *impl); +int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len); +int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len); +unsigned char *HMAC(const EVP_MD *evp_md, const void *key, int key_len, + const unsigned char *d, size_t n, unsigned char *md, + unsigned int *md_len); +int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx); + +void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/idea.h b/frappe/.node-gyp/6.7.0/include/node/openssl/idea.h new file mode 100644 index 00000000..60759840 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/idea.h @@ -0,0 +1,105 @@ +/* crypto/idea/idea.h */ +/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_IDEA_H +# define HEADER_IDEA_H + +# include /* IDEA_INT, OPENSSL_NO_IDEA */ + +# ifdef OPENSSL_NO_IDEA +# error IDEA is disabled. +# endif + +# define IDEA_ENCRYPT 1 +# define IDEA_DECRYPT 0 + +# define IDEA_BLOCK 8 +# define IDEA_KEY_LENGTH 16 + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct idea_key_st { + IDEA_INT data[9][6]; +} IDEA_KEY_SCHEDULE; + +const char *idea_options(void); +void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, + IDEA_KEY_SCHEDULE *ks); +# ifdef OPENSSL_FIPS +void private_idea_set_encrypt_key(const unsigned char *key, + IDEA_KEY_SCHEDULE *ks); +# endif +void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks); +void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk); +void idea_cbc_encrypt(const unsigned char *in, unsigned char *out, + long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, + int enc); +void idea_cfb64_encrypt(const unsigned char *in, unsigned char *out, + long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, + int *num, int enc); +void idea_ofb64_encrypt(const unsigned char *in, unsigned char *out, + long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, + int *num); +void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks); +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/krb5_asn.h b/frappe/.node-gyp/6.7.0/include/node/openssl/krb5_asn.h new file mode 100644 index 00000000..9cf5a26d --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/krb5_asn.h @@ -0,0 +1,240 @@ +/* krb5_asn.h */ +/* + * Written by Vern Staats for the OpenSSL project, ** + * using ocsp/{*.h,*asn*.c} as a starting point + */ + +/* ==================================================================== + * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_KRB5_ASN_H +# define HEADER_KRB5_ASN_H + +/* + * #include + */ +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * ASN.1 from Kerberos RFC 1510 + */ + +/*- EncryptedData ::= SEQUENCE { + * etype[0] INTEGER, -- EncryptionType + * kvno[1] INTEGER OPTIONAL, + * cipher[2] OCTET STRING -- ciphertext + * } + */ +typedef struct krb5_encdata_st { + ASN1_INTEGER *etype; + ASN1_INTEGER *kvno; + ASN1_OCTET_STRING *cipher; +} KRB5_ENCDATA; + +DECLARE_STACK_OF(KRB5_ENCDATA) + +/*- PrincipalName ::= SEQUENCE { + * name-type[0] INTEGER, + * name-string[1] SEQUENCE OF GeneralString + * } + */ +typedef struct krb5_princname_st { + ASN1_INTEGER *nametype; + STACK_OF(ASN1_GENERALSTRING) *namestring; +} KRB5_PRINCNAME; + +DECLARE_STACK_OF(KRB5_PRINCNAME) + +/*- Ticket ::= [APPLICATION 1] SEQUENCE { + * tkt-vno[0] INTEGER, + * realm[1] Realm, + * sname[2] PrincipalName, + * enc-part[3] EncryptedData + * } + */ +typedef struct krb5_tktbody_st { + ASN1_INTEGER *tktvno; + ASN1_GENERALSTRING *realm; + KRB5_PRINCNAME *sname; + KRB5_ENCDATA *encdata; +} KRB5_TKTBODY; + +typedef STACK_OF(KRB5_TKTBODY) KRB5_TICKET; +DECLARE_STACK_OF(KRB5_TKTBODY) + +/*- AP-REQ ::= [APPLICATION 14] SEQUENCE { + * pvno[0] INTEGER, + * msg-type[1] INTEGER, + * ap-options[2] APOptions, + * ticket[3] Ticket, + * authenticator[4] EncryptedData + * } + * + * APOptions ::= BIT STRING { + * reserved(0), use-session-key(1), mutual-required(2) } + */ +typedef struct krb5_ap_req_st { + ASN1_INTEGER *pvno; + ASN1_INTEGER *msgtype; + ASN1_BIT_STRING *apoptions; + KRB5_TICKET *ticket; + KRB5_ENCDATA *authenticator; +} KRB5_APREQBODY; + +typedef STACK_OF(KRB5_APREQBODY) KRB5_APREQ; +DECLARE_STACK_OF(KRB5_APREQBODY) + +/* Authenticator Stuff */ + +/*- Checksum ::= SEQUENCE { + * cksumtype[0] INTEGER, + * checksum[1] OCTET STRING + * } + */ +typedef struct krb5_checksum_st { + ASN1_INTEGER *ctype; + ASN1_OCTET_STRING *checksum; +} KRB5_CHECKSUM; + +DECLARE_STACK_OF(KRB5_CHECKSUM) + +/*- EncryptionKey ::= SEQUENCE { + * keytype[0] INTEGER, + * keyvalue[1] OCTET STRING + * } + */ +typedef struct krb5_encryptionkey_st { + ASN1_INTEGER *ktype; + ASN1_OCTET_STRING *keyvalue; +} KRB5_ENCKEY; + +DECLARE_STACK_OF(KRB5_ENCKEY) + +/*- AuthorizationData ::= SEQUENCE OF SEQUENCE { + * ad-type[0] INTEGER, + * ad-data[1] OCTET STRING + * } + */ +typedef struct krb5_authorization_st { + ASN1_INTEGER *adtype; + ASN1_OCTET_STRING *addata; +} KRB5_AUTHDATA; + +DECLARE_STACK_OF(KRB5_AUTHDATA) + +/*- -- Unencrypted authenticator + * Authenticator ::= [APPLICATION 2] SEQUENCE { + * authenticator-vno[0] INTEGER, + * crealm[1] Realm, + * cname[2] PrincipalName, + * cksum[3] Checksum OPTIONAL, + * cusec[4] INTEGER, + * ctime[5] KerberosTime, + * subkey[6] EncryptionKey OPTIONAL, + * seq-number[7] INTEGER OPTIONAL, + * authorization-data[8] AuthorizationData OPTIONAL + * } + */ +typedef struct krb5_authenticator_st { + ASN1_INTEGER *avno; + ASN1_GENERALSTRING *crealm; + KRB5_PRINCNAME *cname; + KRB5_CHECKSUM *cksum; + ASN1_INTEGER *cusec; + ASN1_GENERALIZEDTIME *ctime; + KRB5_ENCKEY *subkey; + ASN1_INTEGER *seqnum; + KRB5_AUTHDATA *authorization; +} KRB5_AUTHENTBODY; + +typedef STACK_OF(KRB5_AUTHENTBODY) KRB5_AUTHENT; +DECLARE_STACK_OF(KRB5_AUTHENTBODY) + +/*- DECLARE_ASN1_FUNCTIONS(type) = DECLARE_ASN1_FUNCTIONS_name(type, type) = + * type *name##_new(void); + * void name##_free(type *a); + * DECLARE_ASN1_ENCODE_FUNCTIONS(type, name, name) = + * DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) = + * type *d2i_##name(type **a, const unsigned char **in, long len); + * int i2d_##name(type *a, unsigned char **out); + * DECLARE_ASN1_ITEM(itname) = OPENSSL_EXTERN const ASN1_ITEM itname##_it + */ + +DECLARE_ASN1_FUNCTIONS(KRB5_ENCDATA) +DECLARE_ASN1_FUNCTIONS(KRB5_PRINCNAME) +DECLARE_ASN1_FUNCTIONS(KRB5_TKTBODY) +DECLARE_ASN1_FUNCTIONS(KRB5_APREQBODY) +DECLARE_ASN1_FUNCTIONS(KRB5_TICKET) +DECLARE_ASN1_FUNCTIONS(KRB5_APREQ) + +DECLARE_ASN1_FUNCTIONS(KRB5_CHECKSUM) +DECLARE_ASN1_FUNCTIONS(KRB5_ENCKEY) +DECLARE_ASN1_FUNCTIONS(KRB5_AUTHDATA) +DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENTBODY) +DECLARE_ASN1_FUNCTIONS(KRB5_AUTHENT) + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/kssl.h b/frappe/.node-gyp/6.7.0/include/node/openssl/kssl.h new file mode 100644 index 00000000..ae8a51f4 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/kssl.h @@ -0,0 +1,197 @@ +/* ssl/kssl.h */ +/* + * Written by Vern Staats for the OpenSSL project + * 2000. project 2000. + */ +/* ==================================================================== + * Copyright (c) 2000 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +/* + ** 19990701 VRS Started. + */ + +#ifndef KSSL_H +# define KSSL_H + +# include + +# ifndef OPENSSL_NO_KRB5 + +# include +# include +# include +# ifdef OPENSSL_SYS_WIN32 +/* + * These can sometimes get redefined indirectly by krb5 header files after + * they get undefed in ossl_typ.h + */ +# undef X509_NAME +# undef X509_EXTENSIONS +# undef OCSP_REQUEST +# undef OCSP_RESPONSE +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * Depending on which KRB5 implementation used, some types from + * the other may be missing. Resolve that here and now + */ +# ifdef KRB5_HEIMDAL +typedef unsigned char krb5_octet; +# define FAR +# else + +# ifndef FAR +# define FAR +# endif + +# endif + +/*- + * Uncomment this to debug kssl problems or + * to trace usage of the Kerberos session key + * + * #define KSSL_DEBUG + */ + +# ifndef KRB5SVC +# define KRB5SVC "host" +# endif + +# ifndef KRB5KEYTAB +# define KRB5KEYTAB "/etc/krb5.keytab" +# endif + +# ifndef KRB5SENDAUTH +# define KRB5SENDAUTH 1 +# endif + +# ifndef KRB5CHECKAUTH +# define KRB5CHECKAUTH 1 +# endif + +# ifndef KSSL_CLOCKSKEW +# define KSSL_CLOCKSKEW 300; +# endif + +# define KSSL_ERR_MAX 255 +typedef struct kssl_err_st { + int reason; + char text[KSSL_ERR_MAX + 1]; +} KSSL_ERR; + +/*- Context for passing + * (1) Kerberos session key to SSL, and + * (2) Config data between application and SSL lib + */ +typedef struct kssl_ctx_st { + /* used by: disposition: */ + char *service_name; /* C,S default ok (kssl) */ + char *service_host; /* C input, REQUIRED */ + char *client_princ; /* S output from krb5 ticket */ + char *keytab_file; /* S NULL (/etc/krb5.keytab) */ + char *cred_cache; /* C NULL (default) */ + krb5_enctype enctype; + int length; + krb5_octet FAR *key; +} KSSL_CTX; + +# define KSSL_CLIENT 1 +# define KSSL_SERVER 2 +# define KSSL_SERVICE 3 +# define KSSL_KEYTAB 4 + +# define KSSL_CTX_OK 0 +# define KSSL_CTX_ERR 1 +# define KSSL_NOMEM 2 + +/* Public (for use by applications that use OpenSSL with Kerberos 5 support */ +krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text); +KSSL_CTX *kssl_ctx_new(void); +KSSL_CTX *kssl_ctx_free(KSSL_CTX *kssl_ctx); +void kssl_ctx_show(KSSL_CTX *kssl_ctx); +krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which, + krb5_data *realm, krb5_data *entity, + int nentities); +krb5_error_code kssl_cget_tkt(KSSL_CTX *kssl_ctx, krb5_data **enc_tktp, + krb5_data *authenp, KSSL_ERR *kssl_err); +krb5_error_code kssl_sget_tkt(KSSL_CTX *kssl_ctx, krb5_data *indata, + krb5_ticket_times *ttimes, KSSL_ERR *kssl_err); +krb5_error_code kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session); +void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text); +void kssl_krb5_free_data_contents(krb5_context context, krb5_data *data); +krb5_error_code kssl_build_principal_2(krb5_context context, + krb5_principal *princ, int rlen, + const char *realm, int slen, + const char *svc, int hlen, + const char *host); +krb5_error_code kssl_validate_times(krb5_timestamp atime, + krb5_ticket_times *ttimes); +krb5_error_code kssl_check_authent(KSSL_CTX *kssl_ctx, krb5_data *authentp, + krb5_timestamp *atimep, + KSSL_ERR *kssl_err); +unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn); + +void SSL_set0_kssl_ctx(SSL *s, KSSL_CTX *kctx); +KSSL_CTX *SSL_get0_kssl_ctx(SSL *s); +char *kssl_ctx_get0_client_princ(KSSL_CTX *kctx); + +#ifdef __cplusplus +} +#endif +# endif /* OPENSSL_NO_KRB5 */ +#endif /* KSSL_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/lhash.h b/frappe/.node-gyp/6.7.0/include/node/openssl/lhash.h new file mode 100644 index 00000000..b6c328bf --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/lhash.h @@ -0,0 +1,240 @@ +/* crypto/lhash/lhash.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +/* + * Header for dynamic hash table routines Author - Eric Young + */ + +#ifndef HEADER_LHASH_H +# define HEADER_LHASH_H + +# include +# ifndef OPENSSL_NO_FP_API +# include +# endif + +# ifndef OPENSSL_NO_BIO +# include +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct lhash_node_st { + void *data; + struct lhash_node_st *next; +# ifndef OPENSSL_NO_HASH_COMP + unsigned long hash; +# endif +} LHASH_NODE; + +typedef int (*LHASH_COMP_FN_TYPE) (const void *, const void *); +typedef unsigned long (*LHASH_HASH_FN_TYPE) (const void *); +typedef void (*LHASH_DOALL_FN_TYPE) (void *); +typedef void (*LHASH_DOALL_ARG_FN_TYPE) (void *, void *); + +/* + * Macros for declaring and implementing type-safe wrappers for LHASH + * callbacks. This way, callbacks can be provided to LHASH structures without + * function pointer casting and the macro-defined callbacks provide + * per-variable casting before deferring to the underlying type-specific + * callbacks. NB: It is possible to place a "static" in front of both the + * DECLARE and IMPLEMENT macros if the functions are strictly internal. + */ + +/* First: "hash" functions */ +# define DECLARE_LHASH_HASH_FN(name, o_type) \ + unsigned long name##_LHASH_HASH(const void *); +# define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ + unsigned long name##_LHASH_HASH(const void *arg) { \ + const o_type *a = arg; \ + return name##_hash(a); } +# define LHASH_HASH_FN(name) name##_LHASH_HASH + +/* Second: "compare" functions */ +# define DECLARE_LHASH_COMP_FN(name, o_type) \ + int name##_LHASH_COMP(const void *, const void *); +# define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ + int name##_LHASH_COMP(const void *arg1, const void *arg2) { \ + const o_type *a = arg1; \ + const o_type *b = arg2; \ + return name##_cmp(a,b); } +# define LHASH_COMP_FN(name) name##_LHASH_COMP + +/* Third: "doall" functions */ +# define DECLARE_LHASH_DOALL_FN(name, o_type) \ + void name##_LHASH_DOALL(void *); +# define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \ + void name##_LHASH_DOALL(void *arg) { \ + o_type *a = arg; \ + name##_doall(a); } +# define LHASH_DOALL_FN(name) name##_LHASH_DOALL + +/* Fourth: "doall_arg" functions */ +# define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ + void name##_LHASH_DOALL_ARG(void *, void *); +# define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ + void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \ + o_type *a = arg1; \ + a_type *b = arg2; \ + name##_doall_arg(a, b); } +# define LHASH_DOALL_ARG_FN(name) name##_LHASH_DOALL_ARG + +typedef struct lhash_st { + LHASH_NODE **b; + LHASH_COMP_FN_TYPE comp; + LHASH_HASH_FN_TYPE hash; + unsigned int num_nodes; + unsigned int num_alloc_nodes; + unsigned int p; + unsigned int pmax; + unsigned long up_load; /* load times 256 */ + unsigned long down_load; /* load times 256 */ + unsigned long num_items; + unsigned long num_expands; + unsigned long num_expand_reallocs; + unsigned long num_contracts; + unsigned long num_contract_reallocs; + unsigned long num_hash_calls; + unsigned long num_comp_calls; + unsigned long num_insert; + unsigned long num_replace; + unsigned long num_delete; + unsigned long num_no_delete; + unsigned long num_retrieve; + unsigned long num_retrieve_miss; + unsigned long num_hash_comps; + int error; +} _LHASH; /* Do not use _LHASH directly, use LHASH_OF + * and friends */ + +# define LH_LOAD_MULT 256 + +/* + * Indicates a malloc() error in the last call, this is only bad in + * lh_insert(). + */ +# define lh_error(lh) ((lh)->error) + +_LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c); +void lh_free(_LHASH *lh); +void *lh_insert(_LHASH *lh, void *data); +void *lh_delete(_LHASH *lh, const void *data); +void *lh_retrieve(_LHASH *lh, const void *data); +void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func); +void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg); +unsigned long lh_strhash(const char *c); +unsigned long lh_num_items(const _LHASH *lh); + +# ifndef OPENSSL_NO_FP_API +void lh_stats(const _LHASH *lh, FILE *out); +void lh_node_stats(const _LHASH *lh, FILE *out); +void lh_node_usage_stats(const _LHASH *lh, FILE *out); +# endif + +# ifndef OPENSSL_NO_BIO +void lh_stats_bio(const _LHASH *lh, BIO *out); +void lh_node_stats_bio(const _LHASH *lh, BIO *out); +void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out); +# endif + +/* Type checking... */ + +# define LHASH_OF(type) struct lhash_st_##type + +# define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; } + +# define CHECKED_LHASH_OF(type,lh) \ + ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh)) + +/* Define wrapper functions. */ +# define LHM_lh_new(type, name) \ + ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name))) +# define LHM_lh_error(type, lh) \ + lh_error(CHECKED_LHASH_OF(type,lh)) +# define LHM_lh_insert(type, lh, inst) \ + ((type *)lh_insert(CHECKED_LHASH_OF(type, lh), \ + CHECKED_PTR_OF(type, inst))) +# define LHM_lh_retrieve(type, lh, inst) \ + ((type *)lh_retrieve(CHECKED_LHASH_OF(type, lh), \ + CHECKED_PTR_OF(type, inst))) +# define LHM_lh_delete(type, lh, inst) \ + ((type *)lh_delete(CHECKED_LHASH_OF(type, lh), \ + CHECKED_PTR_OF(type, inst))) +# define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) +# define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ + lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg)) +# define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh)) +# define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load) +# define LHM_lh_node_stats_bio(type, lh, out) \ + lh_node_stats_bio(CHECKED_LHASH_OF(type, lh), out) +# define LHM_lh_node_usage_stats_bio(type, lh, out) \ + lh_node_usage_stats_bio(CHECKED_LHASH_OF(type, lh), out) +# define LHM_lh_stats_bio(type, lh, out) \ + lh_stats_bio(CHECKED_LHASH_OF(type, lh), out) +# define LHM_lh_free(type, lh) lh_free(CHECKED_LHASH_OF(type, lh)) + +DECLARE_LHASH_OF(OPENSSL_STRING); +DECLARE_LHASH_OF(OPENSSL_CSTRING); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/md4.h b/frappe/.node-gyp/6.7.0/include/node/openssl/md4.h new file mode 100644 index 00000000..11fd7129 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/md4.h @@ -0,0 +1,119 @@ +/* crypto/md4/md4.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_MD4_H +# define HEADER_MD4_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_NO_MD4 +# error MD4 is disabled. +# endif + +/*- + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + * ! MD4_LONG has to be at least 32 bits wide. If it's wider, then ! + * ! MD4_LONG_LOG2 has to be defined along. ! + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + */ + +# if defined(__LP32__) +# define MD4_LONG unsigned long +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) +# define MD4_LONG unsigned long +# define MD4_LONG_LOG2 3 +/* + * _CRAY note. I could declare short, but I have no idea what impact + * does it have on performance on none-T3E machines. I could declare + * int, but at least on C90 sizeof(int) can be chosen at compile time. + * So I've chosen long... + * + */ +# else +# define MD4_LONG unsigned int +# endif + +# define MD4_CBLOCK 64 +# define MD4_LBLOCK (MD4_CBLOCK/4) +# define MD4_DIGEST_LENGTH 16 + +typedef struct MD4state_st { + MD4_LONG A, B, C, D; + MD4_LONG Nl, Nh; + MD4_LONG data[MD4_LBLOCK]; + unsigned int num; +} MD4_CTX; + +# ifdef OPENSSL_FIPS +int private_MD4_Init(MD4_CTX *c); +# endif +int MD4_Init(MD4_CTX *c); +int MD4_Update(MD4_CTX *c, const void *data, size_t len); +int MD4_Final(unsigned char *md, MD4_CTX *c); +unsigned char *MD4(const unsigned char *d, size_t n, unsigned char *md); +void MD4_Transform(MD4_CTX *c, const unsigned char *b); +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/md5.h b/frappe/.node-gyp/6.7.0/include/node/openssl/md5.h new file mode 100644 index 00000000..2659038a --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/md5.h @@ -0,0 +1,119 @@ +/* crypto/md5/md5.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_MD5_H +# define HEADER_MD5_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_NO_MD5 +# error MD5 is disabled. +# endif + +/* + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + * ! MD5_LONG has to be at least 32 bits wide. If it's wider, then ! + * ! MD5_LONG_LOG2 has to be defined along. ! + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + */ + +# if defined(__LP32__) +# define MD5_LONG unsigned long +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) +# define MD5_LONG unsigned long +# define MD5_LONG_LOG2 3 +/* + * _CRAY note. I could declare short, but I have no idea what impact + * does it have on performance on none-T3E machines. I could declare + * int, but at least on C90 sizeof(int) can be chosen at compile time. + * So I've chosen long... + * + */ +# else +# define MD5_LONG unsigned int +# endif + +# define MD5_CBLOCK 64 +# define MD5_LBLOCK (MD5_CBLOCK/4) +# define MD5_DIGEST_LENGTH 16 + +typedef struct MD5state_st { + MD5_LONG A, B, C, D; + MD5_LONG Nl, Nh; + MD5_LONG data[MD5_LBLOCK]; + unsigned int num; +} MD5_CTX; + +# ifdef OPENSSL_FIPS +int private_MD5_Init(MD5_CTX *c); +# endif +int MD5_Init(MD5_CTX *c); +int MD5_Update(MD5_CTX *c, const void *data, size_t len); +int MD5_Final(unsigned char *md, MD5_CTX *c); +unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md); +void MD5_Transform(MD5_CTX *c, const unsigned char *b); +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/mdc2.h b/frappe/.node-gyp/6.7.0/include/node/openssl/mdc2.h new file mode 100644 index 00000000..7efe53bc --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/mdc2.h @@ -0,0 +1,94 @@ +/* crypto/mdc2/mdc2.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_MDC2_H +# define HEADER_MDC2_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_NO_MDC2 +# error MDC2 is disabled. +# endif + +# define MDC2_BLOCK 8 +# define MDC2_DIGEST_LENGTH 16 + +typedef struct mdc2_ctx_st { + unsigned int num; + unsigned char data[MDC2_BLOCK]; + DES_cblock h, hh; + int pad_type; /* either 1 or 2, default 1 */ +} MDC2_CTX; + +# ifdef OPENSSL_FIPS +int private_MDC2_Init(MDC2_CTX *c); +# endif +int MDC2_Init(MDC2_CTX *c); +int MDC2_Update(MDC2_CTX *c, const unsigned char *data, size_t len); +int MDC2_Final(unsigned char *md, MDC2_CTX *c); +unsigned char *MDC2(const unsigned char *d, size_t n, unsigned char *md); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/modes.h b/frappe/.node-gyp/6.7.0/include/node/openssl/modes.h new file mode 100644 index 00000000..fd488499 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/modes.h @@ -0,0 +1,163 @@ +/* ==================================================================== + * Copyright (c) 2008 The OpenSSL Project. All rights reserved. + * + * Rights for redistribution and usage in source and binary + * forms are granted according to the OpenSSL license. + */ + +#include + +#ifdef __cplusplus +extern "C" { +#endif +typedef void (*block128_f) (const unsigned char in[16], + unsigned char out[16], const void *key); + +typedef void (*cbc128_f) (const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], int enc); + +typedef void (*ctr128_f) (const unsigned char *in, unsigned char *out, + size_t blocks, const void *key, + const unsigned char ivec[16]); + +typedef void (*ccm128_f) (const unsigned char *in, unsigned char *out, + size_t blocks, const void *key, + const unsigned char ivec[16], + unsigned char cmac[16]); + +void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], block128_f block); +void CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], block128_f block); + +void CRYPTO_ctr128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], + unsigned char ecount_buf[16], unsigned int *num, + block128_f block); + +void CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], + unsigned char ecount_buf[16], + unsigned int *num, ctr128_f ctr); + +void CRYPTO_ofb128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], int *num, + block128_f block); + +void CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], int *num, + int enc, block128_f block); +void CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, + size_t length, const void *key, + unsigned char ivec[16], int *num, + int enc, block128_f block); +void CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, + size_t bits, const void *key, + unsigned char ivec[16], int *num, + int enc, block128_f block); + +size_t CRYPTO_cts128_encrypt_block(const unsigned char *in, + unsigned char *out, size_t len, + const void *key, unsigned char ivec[16], + block128_f block); +size_t CRYPTO_cts128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], cbc128_f cbc); +size_t CRYPTO_cts128_decrypt_block(const unsigned char *in, + unsigned char *out, size_t len, + const void *key, unsigned char ivec[16], + block128_f block); +size_t CRYPTO_cts128_decrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], cbc128_f cbc); + +size_t CRYPTO_nistcts128_encrypt_block(const unsigned char *in, + unsigned char *out, size_t len, + const void *key, + unsigned char ivec[16], + block128_f block); +size_t CRYPTO_nistcts128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], cbc128_f cbc); +size_t CRYPTO_nistcts128_decrypt_block(const unsigned char *in, + unsigned char *out, size_t len, + const void *key, + unsigned char ivec[16], + block128_f block); +size_t CRYPTO_nistcts128_decrypt(const unsigned char *in, unsigned char *out, + size_t len, const void *key, + unsigned char ivec[16], cbc128_f cbc); + +typedef struct gcm128_context GCM128_CONTEXT; + +GCM128_CONTEXT *CRYPTO_gcm128_new(void *key, block128_f block); +void CRYPTO_gcm128_init(GCM128_CONTEXT *ctx, void *key, block128_f block); +void CRYPTO_gcm128_setiv(GCM128_CONTEXT *ctx, const unsigned char *iv, + size_t len); +int CRYPTO_gcm128_aad(GCM128_CONTEXT *ctx, const unsigned char *aad, + size_t len); +int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx, + const unsigned char *in, unsigned char *out, + size_t len); +int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, + const unsigned char *in, unsigned char *out, + size_t len); +int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx, + const unsigned char *in, unsigned char *out, + size_t len, ctr128_f stream); +int CRYPTO_gcm128_decrypt_ctr32(GCM128_CONTEXT *ctx, + const unsigned char *in, unsigned char *out, + size_t len, ctr128_f stream); +int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag, + size_t len); +void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len); +void CRYPTO_gcm128_release(GCM128_CONTEXT *ctx); + +typedef struct ccm128_context CCM128_CONTEXT; + +void CRYPTO_ccm128_init(CCM128_CONTEXT *ctx, + unsigned int M, unsigned int L, void *key, + block128_f block); +int CRYPTO_ccm128_setiv(CCM128_CONTEXT *ctx, const unsigned char *nonce, + size_t nlen, size_t mlen); +void CRYPTO_ccm128_aad(CCM128_CONTEXT *ctx, const unsigned char *aad, + size_t alen); +int CRYPTO_ccm128_encrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, + unsigned char *out, size_t len); +int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, const unsigned char *inp, + unsigned char *out, size_t len); +int CRYPTO_ccm128_encrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, + unsigned char *out, size_t len, + ccm128_f stream); +int CRYPTO_ccm128_decrypt_ccm64(CCM128_CONTEXT *ctx, const unsigned char *inp, + unsigned char *out, size_t len, + ccm128_f stream); +size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len); + +typedef struct xts128_context XTS128_CONTEXT; + +int CRYPTO_xts128_encrypt(const XTS128_CONTEXT *ctx, + const unsigned char iv[16], + const unsigned char *inp, unsigned char *out, + size_t len, int enc); + +size_t CRYPTO_128_wrap(void *key, const unsigned char *iv, + unsigned char *out, + const unsigned char *in, size_t inlen, + block128_f block); + +size_t CRYPTO_128_unwrap(void *key, const unsigned char *iv, + unsigned char *out, + const unsigned char *in, size_t inlen, + block128_f block); + +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/obj_mac.h b/frappe/.node-gyp/6.7.0/include/node/openssl/obj_mac.h new file mode 100644 index 00000000..779c309b --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/obj_mac.h @@ -0,0 +1,4194 @@ +/* crypto/objects/obj_mac.h */ + +/* + * THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following + * command: perl objects.pl objects.txt obj_mac.num obj_mac.h + */ + +/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#define SN_undef "UNDEF" +#define LN_undef "undefined" +#define NID_undef 0 +#define OBJ_undef 0L + +#define SN_itu_t "ITU-T" +#define LN_itu_t "itu-t" +#define NID_itu_t 645 +#define OBJ_itu_t 0L + +#define NID_ccitt 404 +#define OBJ_ccitt OBJ_itu_t + +#define SN_iso "ISO" +#define LN_iso "iso" +#define NID_iso 181 +#define OBJ_iso 1L + +#define SN_joint_iso_itu_t "JOINT-ISO-ITU-T" +#define LN_joint_iso_itu_t "joint-iso-itu-t" +#define NID_joint_iso_itu_t 646 +#define OBJ_joint_iso_itu_t 2L + +#define NID_joint_iso_ccitt 393 +#define OBJ_joint_iso_ccitt OBJ_joint_iso_itu_t + +#define SN_member_body "member-body" +#define LN_member_body "ISO Member Body" +#define NID_member_body 182 +#define OBJ_member_body OBJ_iso,2L + +#define SN_identified_organization "identified-organization" +#define NID_identified_organization 676 +#define OBJ_identified_organization OBJ_iso,3L + +#define SN_hmac_md5 "HMAC-MD5" +#define LN_hmac_md5 "hmac-md5" +#define NID_hmac_md5 780 +#define OBJ_hmac_md5 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L + +#define SN_hmac_sha1 "HMAC-SHA1" +#define LN_hmac_sha1 "hmac-sha1" +#define NID_hmac_sha1 781 +#define OBJ_hmac_sha1 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L + +#define SN_certicom_arc "certicom-arc" +#define NID_certicom_arc 677 +#define OBJ_certicom_arc OBJ_identified_organization,132L + +#define SN_international_organizations "international-organizations" +#define LN_international_organizations "International Organizations" +#define NID_international_organizations 647 +#define OBJ_international_organizations OBJ_joint_iso_itu_t,23L + +#define SN_wap "wap" +#define NID_wap 678 +#define OBJ_wap OBJ_international_organizations,43L + +#define SN_wap_wsg "wap-wsg" +#define NID_wap_wsg 679 +#define OBJ_wap_wsg OBJ_wap,1L + +#define SN_selected_attribute_types "selected-attribute-types" +#define LN_selected_attribute_types "Selected Attribute Types" +#define NID_selected_attribute_types 394 +#define OBJ_selected_attribute_types OBJ_joint_iso_itu_t,5L,1L,5L + +#define SN_clearance "clearance" +#define NID_clearance 395 +#define OBJ_clearance OBJ_selected_attribute_types,55L + +#define SN_ISO_US "ISO-US" +#define LN_ISO_US "ISO US Member Body" +#define NID_ISO_US 183 +#define OBJ_ISO_US OBJ_member_body,840L + +#define SN_X9_57 "X9-57" +#define LN_X9_57 "X9.57" +#define NID_X9_57 184 +#define OBJ_X9_57 OBJ_ISO_US,10040L + +#define SN_X9cm "X9cm" +#define LN_X9cm "X9.57 CM ?" +#define NID_X9cm 185 +#define OBJ_X9cm OBJ_X9_57,4L + +#define SN_dsa "DSA" +#define LN_dsa "dsaEncryption" +#define NID_dsa 116 +#define OBJ_dsa OBJ_X9cm,1L + +#define SN_dsaWithSHA1 "DSA-SHA1" +#define LN_dsaWithSHA1 "dsaWithSHA1" +#define NID_dsaWithSHA1 113 +#define OBJ_dsaWithSHA1 OBJ_X9cm,3L + +#define SN_ansi_X9_62 "ansi-X9-62" +#define LN_ansi_X9_62 "ANSI X9.62" +#define NID_ansi_X9_62 405 +#define OBJ_ansi_X9_62 OBJ_ISO_US,10045L + +#define OBJ_X9_62_id_fieldType OBJ_ansi_X9_62,1L + +#define SN_X9_62_prime_field "prime-field" +#define NID_X9_62_prime_field 406 +#define OBJ_X9_62_prime_field OBJ_X9_62_id_fieldType,1L + +#define SN_X9_62_characteristic_two_field "characteristic-two-field" +#define NID_X9_62_characteristic_two_field 407 +#define OBJ_X9_62_characteristic_two_field OBJ_X9_62_id_fieldType,2L + +#define SN_X9_62_id_characteristic_two_basis "id-characteristic-two-basis" +#define NID_X9_62_id_characteristic_two_basis 680 +#define OBJ_X9_62_id_characteristic_two_basis OBJ_X9_62_characteristic_two_field,3L + +#define SN_X9_62_onBasis "onBasis" +#define NID_X9_62_onBasis 681 +#define OBJ_X9_62_onBasis OBJ_X9_62_id_characteristic_two_basis,1L + +#define SN_X9_62_tpBasis "tpBasis" +#define NID_X9_62_tpBasis 682 +#define OBJ_X9_62_tpBasis OBJ_X9_62_id_characteristic_two_basis,2L + +#define SN_X9_62_ppBasis "ppBasis" +#define NID_X9_62_ppBasis 683 +#define OBJ_X9_62_ppBasis OBJ_X9_62_id_characteristic_two_basis,3L + +#define OBJ_X9_62_id_publicKeyType OBJ_ansi_X9_62,2L + +#define SN_X9_62_id_ecPublicKey "id-ecPublicKey" +#define NID_X9_62_id_ecPublicKey 408 +#define OBJ_X9_62_id_ecPublicKey OBJ_X9_62_id_publicKeyType,1L + +#define OBJ_X9_62_ellipticCurve OBJ_ansi_X9_62,3L + +#define OBJ_X9_62_c_TwoCurve OBJ_X9_62_ellipticCurve,0L + +#define SN_X9_62_c2pnb163v1 "c2pnb163v1" +#define NID_X9_62_c2pnb163v1 684 +#define OBJ_X9_62_c2pnb163v1 OBJ_X9_62_c_TwoCurve,1L + +#define SN_X9_62_c2pnb163v2 "c2pnb163v2" +#define NID_X9_62_c2pnb163v2 685 +#define OBJ_X9_62_c2pnb163v2 OBJ_X9_62_c_TwoCurve,2L + +#define SN_X9_62_c2pnb163v3 "c2pnb163v3" +#define NID_X9_62_c2pnb163v3 686 +#define OBJ_X9_62_c2pnb163v3 OBJ_X9_62_c_TwoCurve,3L + +#define SN_X9_62_c2pnb176v1 "c2pnb176v1" +#define NID_X9_62_c2pnb176v1 687 +#define OBJ_X9_62_c2pnb176v1 OBJ_X9_62_c_TwoCurve,4L + +#define SN_X9_62_c2tnb191v1 "c2tnb191v1" +#define NID_X9_62_c2tnb191v1 688 +#define OBJ_X9_62_c2tnb191v1 OBJ_X9_62_c_TwoCurve,5L + +#define SN_X9_62_c2tnb191v2 "c2tnb191v2" +#define NID_X9_62_c2tnb191v2 689 +#define OBJ_X9_62_c2tnb191v2 OBJ_X9_62_c_TwoCurve,6L + +#define SN_X9_62_c2tnb191v3 "c2tnb191v3" +#define NID_X9_62_c2tnb191v3 690 +#define OBJ_X9_62_c2tnb191v3 OBJ_X9_62_c_TwoCurve,7L + +#define SN_X9_62_c2onb191v4 "c2onb191v4" +#define NID_X9_62_c2onb191v4 691 +#define OBJ_X9_62_c2onb191v4 OBJ_X9_62_c_TwoCurve,8L + +#define SN_X9_62_c2onb191v5 "c2onb191v5" +#define NID_X9_62_c2onb191v5 692 +#define OBJ_X9_62_c2onb191v5 OBJ_X9_62_c_TwoCurve,9L + +#define SN_X9_62_c2pnb208w1 "c2pnb208w1" +#define NID_X9_62_c2pnb208w1 693 +#define OBJ_X9_62_c2pnb208w1 OBJ_X9_62_c_TwoCurve,10L + +#define SN_X9_62_c2tnb239v1 "c2tnb239v1" +#define NID_X9_62_c2tnb239v1 694 +#define OBJ_X9_62_c2tnb239v1 OBJ_X9_62_c_TwoCurve,11L + +#define SN_X9_62_c2tnb239v2 "c2tnb239v2" +#define NID_X9_62_c2tnb239v2 695 +#define OBJ_X9_62_c2tnb239v2 OBJ_X9_62_c_TwoCurve,12L + +#define SN_X9_62_c2tnb239v3 "c2tnb239v3" +#define NID_X9_62_c2tnb239v3 696 +#define OBJ_X9_62_c2tnb239v3 OBJ_X9_62_c_TwoCurve,13L + +#define SN_X9_62_c2onb239v4 "c2onb239v4" +#define NID_X9_62_c2onb239v4 697 +#define OBJ_X9_62_c2onb239v4 OBJ_X9_62_c_TwoCurve,14L + +#define SN_X9_62_c2onb239v5 "c2onb239v5" +#define NID_X9_62_c2onb239v5 698 +#define OBJ_X9_62_c2onb239v5 OBJ_X9_62_c_TwoCurve,15L + +#define SN_X9_62_c2pnb272w1 "c2pnb272w1" +#define NID_X9_62_c2pnb272w1 699 +#define OBJ_X9_62_c2pnb272w1 OBJ_X9_62_c_TwoCurve,16L + +#define SN_X9_62_c2pnb304w1 "c2pnb304w1" +#define NID_X9_62_c2pnb304w1 700 +#define OBJ_X9_62_c2pnb304w1 OBJ_X9_62_c_TwoCurve,17L + +#define SN_X9_62_c2tnb359v1 "c2tnb359v1" +#define NID_X9_62_c2tnb359v1 701 +#define OBJ_X9_62_c2tnb359v1 OBJ_X9_62_c_TwoCurve,18L + +#define SN_X9_62_c2pnb368w1 "c2pnb368w1" +#define NID_X9_62_c2pnb368w1 702 +#define OBJ_X9_62_c2pnb368w1 OBJ_X9_62_c_TwoCurve,19L + +#define SN_X9_62_c2tnb431r1 "c2tnb431r1" +#define NID_X9_62_c2tnb431r1 703 +#define OBJ_X9_62_c2tnb431r1 OBJ_X9_62_c_TwoCurve,20L + +#define OBJ_X9_62_primeCurve OBJ_X9_62_ellipticCurve,1L + +#define SN_X9_62_prime192v1 "prime192v1" +#define NID_X9_62_prime192v1 409 +#define OBJ_X9_62_prime192v1 OBJ_X9_62_primeCurve,1L + +#define SN_X9_62_prime192v2 "prime192v2" +#define NID_X9_62_prime192v2 410 +#define OBJ_X9_62_prime192v2 OBJ_X9_62_primeCurve,2L + +#define SN_X9_62_prime192v3 "prime192v3" +#define NID_X9_62_prime192v3 411 +#define OBJ_X9_62_prime192v3 OBJ_X9_62_primeCurve,3L + +#define SN_X9_62_prime239v1 "prime239v1" +#define NID_X9_62_prime239v1 412 +#define OBJ_X9_62_prime239v1 OBJ_X9_62_primeCurve,4L + +#define SN_X9_62_prime239v2 "prime239v2" +#define NID_X9_62_prime239v2 413 +#define OBJ_X9_62_prime239v2 OBJ_X9_62_primeCurve,5L + +#define SN_X9_62_prime239v3 "prime239v3" +#define NID_X9_62_prime239v3 414 +#define OBJ_X9_62_prime239v3 OBJ_X9_62_primeCurve,6L + +#define SN_X9_62_prime256v1 "prime256v1" +#define NID_X9_62_prime256v1 415 +#define OBJ_X9_62_prime256v1 OBJ_X9_62_primeCurve,7L + +#define OBJ_X9_62_id_ecSigType OBJ_ansi_X9_62,4L + +#define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1" +#define NID_ecdsa_with_SHA1 416 +#define OBJ_ecdsa_with_SHA1 OBJ_X9_62_id_ecSigType,1L + +#define SN_ecdsa_with_Recommended "ecdsa-with-Recommended" +#define NID_ecdsa_with_Recommended 791 +#define OBJ_ecdsa_with_Recommended OBJ_X9_62_id_ecSigType,2L + +#define SN_ecdsa_with_Specified "ecdsa-with-Specified" +#define NID_ecdsa_with_Specified 792 +#define OBJ_ecdsa_with_Specified OBJ_X9_62_id_ecSigType,3L + +#define SN_ecdsa_with_SHA224 "ecdsa-with-SHA224" +#define NID_ecdsa_with_SHA224 793 +#define OBJ_ecdsa_with_SHA224 OBJ_ecdsa_with_Specified,1L + +#define SN_ecdsa_with_SHA256 "ecdsa-with-SHA256" +#define NID_ecdsa_with_SHA256 794 +#define OBJ_ecdsa_with_SHA256 OBJ_ecdsa_with_Specified,2L + +#define SN_ecdsa_with_SHA384 "ecdsa-with-SHA384" +#define NID_ecdsa_with_SHA384 795 +#define OBJ_ecdsa_with_SHA384 OBJ_ecdsa_with_Specified,3L + +#define SN_ecdsa_with_SHA512 "ecdsa-with-SHA512" +#define NID_ecdsa_with_SHA512 796 +#define OBJ_ecdsa_with_SHA512 OBJ_ecdsa_with_Specified,4L + +#define OBJ_secg_ellipticCurve OBJ_certicom_arc,0L + +#define SN_secp112r1 "secp112r1" +#define NID_secp112r1 704 +#define OBJ_secp112r1 OBJ_secg_ellipticCurve,6L + +#define SN_secp112r2 "secp112r2" +#define NID_secp112r2 705 +#define OBJ_secp112r2 OBJ_secg_ellipticCurve,7L + +#define SN_secp128r1 "secp128r1" +#define NID_secp128r1 706 +#define OBJ_secp128r1 OBJ_secg_ellipticCurve,28L + +#define SN_secp128r2 "secp128r2" +#define NID_secp128r2 707 +#define OBJ_secp128r2 OBJ_secg_ellipticCurve,29L + +#define SN_secp160k1 "secp160k1" +#define NID_secp160k1 708 +#define OBJ_secp160k1 OBJ_secg_ellipticCurve,9L + +#define SN_secp160r1 "secp160r1" +#define NID_secp160r1 709 +#define OBJ_secp160r1 OBJ_secg_ellipticCurve,8L + +#define SN_secp160r2 "secp160r2" +#define NID_secp160r2 710 +#define OBJ_secp160r2 OBJ_secg_ellipticCurve,30L + +#define SN_secp192k1 "secp192k1" +#define NID_secp192k1 711 +#define OBJ_secp192k1 OBJ_secg_ellipticCurve,31L + +#define SN_secp224k1 "secp224k1" +#define NID_secp224k1 712 +#define OBJ_secp224k1 OBJ_secg_ellipticCurve,32L + +#define SN_secp224r1 "secp224r1" +#define NID_secp224r1 713 +#define OBJ_secp224r1 OBJ_secg_ellipticCurve,33L + +#define SN_secp256k1 "secp256k1" +#define NID_secp256k1 714 +#define OBJ_secp256k1 OBJ_secg_ellipticCurve,10L + +#define SN_secp384r1 "secp384r1" +#define NID_secp384r1 715 +#define OBJ_secp384r1 OBJ_secg_ellipticCurve,34L + +#define SN_secp521r1 "secp521r1" +#define NID_secp521r1 716 +#define OBJ_secp521r1 OBJ_secg_ellipticCurve,35L + +#define SN_sect113r1 "sect113r1" +#define NID_sect113r1 717 +#define OBJ_sect113r1 OBJ_secg_ellipticCurve,4L + +#define SN_sect113r2 "sect113r2" +#define NID_sect113r2 718 +#define OBJ_sect113r2 OBJ_secg_ellipticCurve,5L + +#define SN_sect131r1 "sect131r1" +#define NID_sect131r1 719 +#define OBJ_sect131r1 OBJ_secg_ellipticCurve,22L + +#define SN_sect131r2 "sect131r2" +#define NID_sect131r2 720 +#define OBJ_sect131r2 OBJ_secg_ellipticCurve,23L + +#define SN_sect163k1 "sect163k1" +#define NID_sect163k1 721 +#define OBJ_sect163k1 OBJ_secg_ellipticCurve,1L + +#define SN_sect163r1 "sect163r1" +#define NID_sect163r1 722 +#define OBJ_sect163r1 OBJ_secg_ellipticCurve,2L + +#define SN_sect163r2 "sect163r2" +#define NID_sect163r2 723 +#define OBJ_sect163r2 OBJ_secg_ellipticCurve,15L + +#define SN_sect193r1 "sect193r1" +#define NID_sect193r1 724 +#define OBJ_sect193r1 OBJ_secg_ellipticCurve,24L + +#define SN_sect193r2 "sect193r2" +#define NID_sect193r2 725 +#define OBJ_sect193r2 OBJ_secg_ellipticCurve,25L + +#define SN_sect233k1 "sect233k1" +#define NID_sect233k1 726 +#define OBJ_sect233k1 OBJ_secg_ellipticCurve,26L + +#define SN_sect233r1 "sect233r1" +#define NID_sect233r1 727 +#define OBJ_sect233r1 OBJ_secg_ellipticCurve,27L + +#define SN_sect239k1 "sect239k1" +#define NID_sect239k1 728 +#define OBJ_sect239k1 OBJ_secg_ellipticCurve,3L + +#define SN_sect283k1 "sect283k1" +#define NID_sect283k1 729 +#define OBJ_sect283k1 OBJ_secg_ellipticCurve,16L + +#define SN_sect283r1 "sect283r1" +#define NID_sect283r1 730 +#define OBJ_sect283r1 OBJ_secg_ellipticCurve,17L + +#define SN_sect409k1 "sect409k1" +#define NID_sect409k1 731 +#define OBJ_sect409k1 OBJ_secg_ellipticCurve,36L + +#define SN_sect409r1 "sect409r1" +#define NID_sect409r1 732 +#define OBJ_sect409r1 OBJ_secg_ellipticCurve,37L + +#define SN_sect571k1 "sect571k1" +#define NID_sect571k1 733 +#define OBJ_sect571k1 OBJ_secg_ellipticCurve,38L + +#define SN_sect571r1 "sect571r1" +#define NID_sect571r1 734 +#define OBJ_sect571r1 OBJ_secg_ellipticCurve,39L + +#define OBJ_wap_wsg_idm_ecid OBJ_wap_wsg,4L + +#define SN_wap_wsg_idm_ecid_wtls1 "wap-wsg-idm-ecid-wtls1" +#define NID_wap_wsg_idm_ecid_wtls1 735 +#define OBJ_wap_wsg_idm_ecid_wtls1 OBJ_wap_wsg_idm_ecid,1L + +#define SN_wap_wsg_idm_ecid_wtls3 "wap-wsg-idm-ecid-wtls3" +#define NID_wap_wsg_idm_ecid_wtls3 736 +#define OBJ_wap_wsg_idm_ecid_wtls3 OBJ_wap_wsg_idm_ecid,3L + +#define SN_wap_wsg_idm_ecid_wtls4 "wap-wsg-idm-ecid-wtls4" +#define NID_wap_wsg_idm_ecid_wtls4 737 +#define OBJ_wap_wsg_idm_ecid_wtls4 OBJ_wap_wsg_idm_ecid,4L + +#define SN_wap_wsg_idm_ecid_wtls5 "wap-wsg-idm-ecid-wtls5" +#define NID_wap_wsg_idm_ecid_wtls5 738 +#define OBJ_wap_wsg_idm_ecid_wtls5 OBJ_wap_wsg_idm_ecid,5L + +#define SN_wap_wsg_idm_ecid_wtls6 "wap-wsg-idm-ecid-wtls6" +#define NID_wap_wsg_idm_ecid_wtls6 739 +#define OBJ_wap_wsg_idm_ecid_wtls6 OBJ_wap_wsg_idm_ecid,6L + +#define SN_wap_wsg_idm_ecid_wtls7 "wap-wsg-idm-ecid-wtls7" +#define NID_wap_wsg_idm_ecid_wtls7 740 +#define OBJ_wap_wsg_idm_ecid_wtls7 OBJ_wap_wsg_idm_ecid,7L + +#define SN_wap_wsg_idm_ecid_wtls8 "wap-wsg-idm-ecid-wtls8" +#define NID_wap_wsg_idm_ecid_wtls8 741 +#define OBJ_wap_wsg_idm_ecid_wtls8 OBJ_wap_wsg_idm_ecid,8L + +#define SN_wap_wsg_idm_ecid_wtls9 "wap-wsg-idm-ecid-wtls9" +#define NID_wap_wsg_idm_ecid_wtls9 742 +#define OBJ_wap_wsg_idm_ecid_wtls9 OBJ_wap_wsg_idm_ecid,9L + +#define SN_wap_wsg_idm_ecid_wtls10 "wap-wsg-idm-ecid-wtls10" +#define NID_wap_wsg_idm_ecid_wtls10 743 +#define OBJ_wap_wsg_idm_ecid_wtls10 OBJ_wap_wsg_idm_ecid,10L + +#define SN_wap_wsg_idm_ecid_wtls11 "wap-wsg-idm-ecid-wtls11" +#define NID_wap_wsg_idm_ecid_wtls11 744 +#define OBJ_wap_wsg_idm_ecid_wtls11 OBJ_wap_wsg_idm_ecid,11L + +#define SN_wap_wsg_idm_ecid_wtls12 "wap-wsg-idm-ecid-wtls12" +#define NID_wap_wsg_idm_ecid_wtls12 745 +#define OBJ_wap_wsg_idm_ecid_wtls12 OBJ_wap_wsg_idm_ecid,12L + +#define SN_cast5_cbc "CAST5-CBC" +#define LN_cast5_cbc "cast5-cbc" +#define NID_cast5_cbc 108 +#define OBJ_cast5_cbc OBJ_ISO_US,113533L,7L,66L,10L + +#define SN_cast5_ecb "CAST5-ECB" +#define LN_cast5_ecb "cast5-ecb" +#define NID_cast5_ecb 109 + +#define SN_cast5_cfb64 "CAST5-CFB" +#define LN_cast5_cfb64 "cast5-cfb" +#define NID_cast5_cfb64 110 + +#define SN_cast5_ofb64 "CAST5-OFB" +#define LN_cast5_ofb64 "cast5-ofb" +#define NID_cast5_ofb64 111 + +#define LN_pbeWithMD5AndCast5_CBC "pbeWithMD5AndCast5CBC" +#define NID_pbeWithMD5AndCast5_CBC 112 +#define OBJ_pbeWithMD5AndCast5_CBC OBJ_ISO_US,113533L,7L,66L,12L + +#define SN_id_PasswordBasedMAC "id-PasswordBasedMAC" +#define LN_id_PasswordBasedMAC "password based MAC" +#define NID_id_PasswordBasedMAC 782 +#define OBJ_id_PasswordBasedMAC OBJ_ISO_US,113533L,7L,66L,13L + +#define SN_id_DHBasedMac "id-DHBasedMac" +#define LN_id_DHBasedMac "Diffie-Hellman based MAC" +#define NID_id_DHBasedMac 783 +#define OBJ_id_DHBasedMac OBJ_ISO_US,113533L,7L,66L,30L + +#define SN_rsadsi "rsadsi" +#define LN_rsadsi "RSA Data Security, Inc." +#define NID_rsadsi 1 +#define OBJ_rsadsi OBJ_ISO_US,113549L + +#define SN_pkcs "pkcs" +#define LN_pkcs "RSA Data Security, Inc. PKCS" +#define NID_pkcs 2 +#define OBJ_pkcs OBJ_rsadsi,1L + +#define SN_pkcs1 "pkcs1" +#define NID_pkcs1 186 +#define OBJ_pkcs1 OBJ_pkcs,1L + +#define LN_rsaEncryption "rsaEncryption" +#define NID_rsaEncryption 6 +#define OBJ_rsaEncryption OBJ_pkcs1,1L + +#define SN_md2WithRSAEncryption "RSA-MD2" +#define LN_md2WithRSAEncryption "md2WithRSAEncryption" +#define NID_md2WithRSAEncryption 7 +#define OBJ_md2WithRSAEncryption OBJ_pkcs1,2L + +#define SN_md4WithRSAEncryption "RSA-MD4" +#define LN_md4WithRSAEncryption "md4WithRSAEncryption" +#define NID_md4WithRSAEncryption 396 +#define OBJ_md4WithRSAEncryption OBJ_pkcs1,3L + +#define SN_md5WithRSAEncryption "RSA-MD5" +#define LN_md5WithRSAEncryption "md5WithRSAEncryption" +#define NID_md5WithRSAEncryption 8 +#define OBJ_md5WithRSAEncryption OBJ_pkcs1,4L + +#define SN_sha1WithRSAEncryption "RSA-SHA1" +#define LN_sha1WithRSAEncryption "sha1WithRSAEncryption" +#define NID_sha1WithRSAEncryption 65 +#define OBJ_sha1WithRSAEncryption OBJ_pkcs1,5L + +#define SN_rsaesOaep "RSAES-OAEP" +#define LN_rsaesOaep "rsaesOaep" +#define NID_rsaesOaep 919 +#define OBJ_rsaesOaep OBJ_pkcs1,7L + +#define SN_mgf1 "MGF1" +#define LN_mgf1 "mgf1" +#define NID_mgf1 911 +#define OBJ_mgf1 OBJ_pkcs1,8L + +#define SN_pSpecified "PSPECIFIED" +#define LN_pSpecified "pSpecified" +#define NID_pSpecified 935 +#define OBJ_pSpecified OBJ_pkcs1,9L + +#define SN_rsassaPss "RSASSA-PSS" +#define LN_rsassaPss "rsassaPss" +#define NID_rsassaPss 912 +#define OBJ_rsassaPss OBJ_pkcs1,10L + +#define SN_sha256WithRSAEncryption "RSA-SHA256" +#define LN_sha256WithRSAEncryption "sha256WithRSAEncryption" +#define NID_sha256WithRSAEncryption 668 +#define OBJ_sha256WithRSAEncryption OBJ_pkcs1,11L + +#define SN_sha384WithRSAEncryption "RSA-SHA384" +#define LN_sha384WithRSAEncryption "sha384WithRSAEncryption" +#define NID_sha384WithRSAEncryption 669 +#define OBJ_sha384WithRSAEncryption OBJ_pkcs1,12L + +#define SN_sha512WithRSAEncryption "RSA-SHA512" +#define LN_sha512WithRSAEncryption "sha512WithRSAEncryption" +#define NID_sha512WithRSAEncryption 670 +#define OBJ_sha512WithRSAEncryption OBJ_pkcs1,13L + +#define SN_sha224WithRSAEncryption "RSA-SHA224" +#define LN_sha224WithRSAEncryption "sha224WithRSAEncryption" +#define NID_sha224WithRSAEncryption 671 +#define OBJ_sha224WithRSAEncryption OBJ_pkcs1,14L + +#define SN_pkcs3 "pkcs3" +#define NID_pkcs3 27 +#define OBJ_pkcs3 OBJ_pkcs,3L + +#define LN_dhKeyAgreement "dhKeyAgreement" +#define NID_dhKeyAgreement 28 +#define OBJ_dhKeyAgreement OBJ_pkcs3,1L + +#define SN_pkcs5 "pkcs5" +#define NID_pkcs5 187 +#define OBJ_pkcs5 OBJ_pkcs,5L + +#define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES" +#define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC" +#define NID_pbeWithMD2AndDES_CBC 9 +#define OBJ_pbeWithMD2AndDES_CBC OBJ_pkcs5,1L + +#define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES" +#define LN_pbeWithMD5AndDES_CBC "pbeWithMD5AndDES-CBC" +#define NID_pbeWithMD5AndDES_CBC 10 +#define OBJ_pbeWithMD5AndDES_CBC OBJ_pkcs5,3L + +#define SN_pbeWithMD2AndRC2_CBC "PBE-MD2-RC2-64" +#define LN_pbeWithMD2AndRC2_CBC "pbeWithMD2AndRC2-CBC" +#define NID_pbeWithMD2AndRC2_CBC 168 +#define OBJ_pbeWithMD2AndRC2_CBC OBJ_pkcs5,4L + +#define SN_pbeWithMD5AndRC2_CBC "PBE-MD5-RC2-64" +#define LN_pbeWithMD5AndRC2_CBC "pbeWithMD5AndRC2-CBC" +#define NID_pbeWithMD5AndRC2_CBC 169 +#define OBJ_pbeWithMD5AndRC2_CBC OBJ_pkcs5,6L + +#define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES" +#define LN_pbeWithSHA1AndDES_CBC "pbeWithSHA1AndDES-CBC" +#define NID_pbeWithSHA1AndDES_CBC 170 +#define OBJ_pbeWithSHA1AndDES_CBC OBJ_pkcs5,10L + +#define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64" +#define LN_pbeWithSHA1AndRC2_CBC "pbeWithSHA1AndRC2-CBC" +#define NID_pbeWithSHA1AndRC2_CBC 68 +#define OBJ_pbeWithSHA1AndRC2_CBC OBJ_pkcs5,11L + +#define LN_id_pbkdf2 "PBKDF2" +#define NID_id_pbkdf2 69 +#define OBJ_id_pbkdf2 OBJ_pkcs5,12L + +#define LN_pbes2 "PBES2" +#define NID_pbes2 161 +#define OBJ_pbes2 OBJ_pkcs5,13L + +#define LN_pbmac1 "PBMAC1" +#define NID_pbmac1 162 +#define OBJ_pbmac1 OBJ_pkcs5,14L + +#define SN_pkcs7 "pkcs7" +#define NID_pkcs7 20 +#define OBJ_pkcs7 OBJ_pkcs,7L + +#define LN_pkcs7_data "pkcs7-data" +#define NID_pkcs7_data 21 +#define OBJ_pkcs7_data OBJ_pkcs7,1L + +#define LN_pkcs7_signed "pkcs7-signedData" +#define NID_pkcs7_signed 22 +#define OBJ_pkcs7_signed OBJ_pkcs7,2L + +#define LN_pkcs7_enveloped "pkcs7-envelopedData" +#define NID_pkcs7_enveloped 23 +#define OBJ_pkcs7_enveloped OBJ_pkcs7,3L + +#define LN_pkcs7_signedAndEnveloped "pkcs7-signedAndEnvelopedData" +#define NID_pkcs7_signedAndEnveloped 24 +#define OBJ_pkcs7_signedAndEnveloped OBJ_pkcs7,4L + +#define LN_pkcs7_digest "pkcs7-digestData" +#define NID_pkcs7_digest 25 +#define OBJ_pkcs7_digest OBJ_pkcs7,5L + +#define LN_pkcs7_encrypted "pkcs7-encryptedData" +#define NID_pkcs7_encrypted 26 +#define OBJ_pkcs7_encrypted OBJ_pkcs7,6L + +#define SN_pkcs9 "pkcs9" +#define NID_pkcs9 47 +#define OBJ_pkcs9 OBJ_pkcs,9L + +#define LN_pkcs9_emailAddress "emailAddress" +#define NID_pkcs9_emailAddress 48 +#define OBJ_pkcs9_emailAddress OBJ_pkcs9,1L + +#define LN_pkcs9_unstructuredName "unstructuredName" +#define NID_pkcs9_unstructuredName 49 +#define OBJ_pkcs9_unstructuredName OBJ_pkcs9,2L + +#define LN_pkcs9_contentType "contentType" +#define NID_pkcs9_contentType 50 +#define OBJ_pkcs9_contentType OBJ_pkcs9,3L + +#define LN_pkcs9_messageDigest "messageDigest" +#define NID_pkcs9_messageDigest 51 +#define OBJ_pkcs9_messageDigest OBJ_pkcs9,4L + +#define LN_pkcs9_signingTime "signingTime" +#define NID_pkcs9_signingTime 52 +#define OBJ_pkcs9_signingTime OBJ_pkcs9,5L + +#define LN_pkcs9_countersignature "countersignature" +#define NID_pkcs9_countersignature 53 +#define OBJ_pkcs9_countersignature OBJ_pkcs9,6L + +#define LN_pkcs9_challengePassword "challengePassword" +#define NID_pkcs9_challengePassword 54 +#define OBJ_pkcs9_challengePassword OBJ_pkcs9,7L + +#define LN_pkcs9_unstructuredAddress "unstructuredAddress" +#define NID_pkcs9_unstructuredAddress 55 +#define OBJ_pkcs9_unstructuredAddress OBJ_pkcs9,8L + +#define LN_pkcs9_extCertAttributes "extendedCertificateAttributes" +#define NID_pkcs9_extCertAttributes 56 +#define OBJ_pkcs9_extCertAttributes OBJ_pkcs9,9L + +#define SN_ext_req "extReq" +#define LN_ext_req "Extension Request" +#define NID_ext_req 172 +#define OBJ_ext_req OBJ_pkcs9,14L + +#define SN_SMIMECapabilities "SMIME-CAPS" +#define LN_SMIMECapabilities "S/MIME Capabilities" +#define NID_SMIMECapabilities 167 +#define OBJ_SMIMECapabilities OBJ_pkcs9,15L + +#define SN_SMIME "SMIME" +#define LN_SMIME "S/MIME" +#define NID_SMIME 188 +#define OBJ_SMIME OBJ_pkcs9,16L + +#define SN_id_smime_mod "id-smime-mod" +#define NID_id_smime_mod 189 +#define OBJ_id_smime_mod OBJ_SMIME,0L + +#define SN_id_smime_ct "id-smime-ct" +#define NID_id_smime_ct 190 +#define OBJ_id_smime_ct OBJ_SMIME,1L + +#define SN_id_smime_aa "id-smime-aa" +#define NID_id_smime_aa 191 +#define OBJ_id_smime_aa OBJ_SMIME,2L + +#define SN_id_smime_alg "id-smime-alg" +#define NID_id_smime_alg 192 +#define OBJ_id_smime_alg OBJ_SMIME,3L + +#define SN_id_smime_cd "id-smime-cd" +#define NID_id_smime_cd 193 +#define OBJ_id_smime_cd OBJ_SMIME,4L + +#define SN_id_smime_spq "id-smime-spq" +#define NID_id_smime_spq 194 +#define OBJ_id_smime_spq OBJ_SMIME,5L + +#define SN_id_smime_cti "id-smime-cti" +#define NID_id_smime_cti 195 +#define OBJ_id_smime_cti OBJ_SMIME,6L + +#define SN_id_smime_mod_cms "id-smime-mod-cms" +#define NID_id_smime_mod_cms 196 +#define OBJ_id_smime_mod_cms OBJ_id_smime_mod,1L + +#define SN_id_smime_mod_ess "id-smime-mod-ess" +#define NID_id_smime_mod_ess 197 +#define OBJ_id_smime_mod_ess OBJ_id_smime_mod,2L + +#define SN_id_smime_mod_oid "id-smime-mod-oid" +#define NID_id_smime_mod_oid 198 +#define OBJ_id_smime_mod_oid OBJ_id_smime_mod,3L + +#define SN_id_smime_mod_msg_v3 "id-smime-mod-msg-v3" +#define NID_id_smime_mod_msg_v3 199 +#define OBJ_id_smime_mod_msg_v3 OBJ_id_smime_mod,4L + +#define SN_id_smime_mod_ets_eSignature_88 "id-smime-mod-ets-eSignature-88" +#define NID_id_smime_mod_ets_eSignature_88 200 +#define OBJ_id_smime_mod_ets_eSignature_88 OBJ_id_smime_mod,5L + +#define SN_id_smime_mod_ets_eSignature_97 "id-smime-mod-ets-eSignature-97" +#define NID_id_smime_mod_ets_eSignature_97 201 +#define OBJ_id_smime_mod_ets_eSignature_97 OBJ_id_smime_mod,6L + +#define SN_id_smime_mod_ets_eSigPolicy_88 "id-smime-mod-ets-eSigPolicy-88" +#define NID_id_smime_mod_ets_eSigPolicy_88 202 +#define OBJ_id_smime_mod_ets_eSigPolicy_88 OBJ_id_smime_mod,7L + +#define SN_id_smime_mod_ets_eSigPolicy_97 "id-smime-mod-ets-eSigPolicy-97" +#define NID_id_smime_mod_ets_eSigPolicy_97 203 +#define OBJ_id_smime_mod_ets_eSigPolicy_97 OBJ_id_smime_mod,8L + +#define SN_id_smime_ct_receipt "id-smime-ct-receipt" +#define NID_id_smime_ct_receipt 204 +#define OBJ_id_smime_ct_receipt OBJ_id_smime_ct,1L + +#define SN_id_smime_ct_authData "id-smime-ct-authData" +#define NID_id_smime_ct_authData 205 +#define OBJ_id_smime_ct_authData OBJ_id_smime_ct,2L + +#define SN_id_smime_ct_publishCert "id-smime-ct-publishCert" +#define NID_id_smime_ct_publishCert 206 +#define OBJ_id_smime_ct_publishCert OBJ_id_smime_ct,3L + +#define SN_id_smime_ct_TSTInfo "id-smime-ct-TSTInfo" +#define NID_id_smime_ct_TSTInfo 207 +#define OBJ_id_smime_ct_TSTInfo OBJ_id_smime_ct,4L + +#define SN_id_smime_ct_TDTInfo "id-smime-ct-TDTInfo" +#define NID_id_smime_ct_TDTInfo 208 +#define OBJ_id_smime_ct_TDTInfo OBJ_id_smime_ct,5L + +#define SN_id_smime_ct_contentInfo "id-smime-ct-contentInfo" +#define NID_id_smime_ct_contentInfo 209 +#define OBJ_id_smime_ct_contentInfo OBJ_id_smime_ct,6L + +#define SN_id_smime_ct_DVCSRequestData "id-smime-ct-DVCSRequestData" +#define NID_id_smime_ct_DVCSRequestData 210 +#define OBJ_id_smime_ct_DVCSRequestData OBJ_id_smime_ct,7L + +#define SN_id_smime_ct_DVCSResponseData "id-smime-ct-DVCSResponseData" +#define NID_id_smime_ct_DVCSResponseData 211 +#define OBJ_id_smime_ct_DVCSResponseData OBJ_id_smime_ct,8L + +#define SN_id_smime_ct_compressedData "id-smime-ct-compressedData" +#define NID_id_smime_ct_compressedData 786 +#define OBJ_id_smime_ct_compressedData OBJ_id_smime_ct,9L + +#define SN_id_ct_asciiTextWithCRLF "id-ct-asciiTextWithCRLF" +#define NID_id_ct_asciiTextWithCRLF 787 +#define OBJ_id_ct_asciiTextWithCRLF OBJ_id_smime_ct,27L + +#define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest" +#define NID_id_smime_aa_receiptRequest 212 +#define OBJ_id_smime_aa_receiptRequest OBJ_id_smime_aa,1L + +#define SN_id_smime_aa_securityLabel "id-smime-aa-securityLabel" +#define NID_id_smime_aa_securityLabel 213 +#define OBJ_id_smime_aa_securityLabel OBJ_id_smime_aa,2L + +#define SN_id_smime_aa_mlExpandHistory "id-smime-aa-mlExpandHistory" +#define NID_id_smime_aa_mlExpandHistory 214 +#define OBJ_id_smime_aa_mlExpandHistory OBJ_id_smime_aa,3L + +#define SN_id_smime_aa_contentHint "id-smime-aa-contentHint" +#define NID_id_smime_aa_contentHint 215 +#define OBJ_id_smime_aa_contentHint OBJ_id_smime_aa,4L + +#define SN_id_smime_aa_msgSigDigest "id-smime-aa-msgSigDigest" +#define NID_id_smime_aa_msgSigDigest 216 +#define OBJ_id_smime_aa_msgSigDigest OBJ_id_smime_aa,5L + +#define SN_id_smime_aa_encapContentType "id-smime-aa-encapContentType" +#define NID_id_smime_aa_encapContentType 217 +#define OBJ_id_smime_aa_encapContentType OBJ_id_smime_aa,6L + +#define SN_id_smime_aa_contentIdentifier "id-smime-aa-contentIdentifier" +#define NID_id_smime_aa_contentIdentifier 218 +#define OBJ_id_smime_aa_contentIdentifier OBJ_id_smime_aa,7L + +#define SN_id_smime_aa_macValue "id-smime-aa-macValue" +#define NID_id_smime_aa_macValue 219 +#define OBJ_id_smime_aa_macValue OBJ_id_smime_aa,8L + +#define SN_id_smime_aa_equivalentLabels "id-smime-aa-equivalentLabels" +#define NID_id_smime_aa_equivalentLabels 220 +#define OBJ_id_smime_aa_equivalentLabels OBJ_id_smime_aa,9L + +#define SN_id_smime_aa_contentReference "id-smime-aa-contentReference" +#define NID_id_smime_aa_contentReference 221 +#define OBJ_id_smime_aa_contentReference OBJ_id_smime_aa,10L + +#define SN_id_smime_aa_encrypKeyPref "id-smime-aa-encrypKeyPref" +#define NID_id_smime_aa_encrypKeyPref 222 +#define OBJ_id_smime_aa_encrypKeyPref OBJ_id_smime_aa,11L + +#define SN_id_smime_aa_signingCertificate "id-smime-aa-signingCertificate" +#define NID_id_smime_aa_signingCertificate 223 +#define OBJ_id_smime_aa_signingCertificate OBJ_id_smime_aa,12L + +#define SN_id_smime_aa_smimeEncryptCerts "id-smime-aa-smimeEncryptCerts" +#define NID_id_smime_aa_smimeEncryptCerts 224 +#define OBJ_id_smime_aa_smimeEncryptCerts OBJ_id_smime_aa,13L + +#define SN_id_smime_aa_timeStampToken "id-smime-aa-timeStampToken" +#define NID_id_smime_aa_timeStampToken 225 +#define OBJ_id_smime_aa_timeStampToken OBJ_id_smime_aa,14L + +#define SN_id_smime_aa_ets_sigPolicyId "id-smime-aa-ets-sigPolicyId" +#define NID_id_smime_aa_ets_sigPolicyId 226 +#define OBJ_id_smime_aa_ets_sigPolicyId OBJ_id_smime_aa,15L + +#define SN_id_smime_aa_ets_commitmentType "id-smime-aa-ets-commitmentType" +#define NID_id_smime_aa_ets_commitmentType 227 +#define OBJ_id_smime_aa_ets_commitmentType OBJ_id_smime_aa,16L + +#define SN_id_smime_aa_ets_signerLocation "id-smime-aa-ets-signerLocation" +#define NID_id_smime_aa_ets_signerLocation 228 +#define OBJ_id_smime_aa_ets_signerLocation OBJ_id_smime_aa,17L + +#define SN_id_smime_aa_ets_signerAttr "id-smime-aa-ets-signerAttr" +#define NID_id_smime_aa_ets_signerAttr 229 +#define OBJ_id_smime_aa_ets_signerAttr OBJ_id_smime_aa,18L + +#define SN_id_smime_aa_ets_otherSigCert "id-smime-aa-ets-otherSigCert" +#define NID_id_smime_aa_ets_otherSigCert 230 +#define OBJ_id_smime_aa_ets_otherSigCert OBJ_id_smime_aa,19L + +#define SN_id_smime_aa_ets_contentTimestamp "id-smime-aa-ets-contentTimestamp" +#define NID_id_smime_aa_ets_contentTimestamp 231 +#define OBJ_id_smime_aa_ets_contentTimestamp OBJ_id_smime_aa,20L + +#define SN_id_smime_aa_ets_CertificateRefs "id-smime-aa-ets-CertificateRefs" +#define NID_id_smime_aa_ets_CertificateRefs 232 +#define OBJ_id_smime_aa_ets_CertificateRefs OBJ_id_smime_aa,21L + +#define SN_id_smime_aa_ets_RevocationRefs "id-smime-aa-ets-RevocationRefs" +#define NID_id_smime_aa_ets_RevocationRefs 233 +#define OBJ_id_smime_aa_ets_RevocationRefs OBJ_id_smime_aa,22L + +#define SN_id_smime_aa_ets_certValues "id-smime-aa-ets-certValues" +#define NID_id_smime_aa_ets_certValues 234 +#define OBJ_id_smime_aa_ets_certValues OBJ_id_smime_aa,23L + +#define SN_id_smime_aa_ets_revocationValues "id-smime-aa-ets-revocationValues" +#define NID_id_smime_aa_ets_revocationValues 235 +#define OBJ_id_smime_aa_ets_revocationValues OBJ_id_smime_aa,24L + +#define SN_id_smime_aa_ets_escTimeStamp "id-smime-aa-ets-escTimeStamp" +#define NID_id_smime_aa_ets_escTimeStamp 236 +#define OBJ_id_smime_aa_ets_escTimeStamp OBJ_id_smime_aa,25L + +#define SN_id_smime_aa_ets_certCRLTimestamp "id-smime-aa-ets-certCRLTimestamp" +#define NID_id_smime_aa_ets_certCRLTimestamp 237 +#define OBJ_id_smime_aa_ets_certCRLTimestamp OBJ_id_smime_aa,26L + +#define SN_id_smime_aa_ets_archiveTimeStamp "id-smime-aa-ets-archiveTimeStamp" +#define NID_id_smime_aa_ets_archiveTimeStamp 238 +#define OBJ_id_smime_aa_ets_archiveTimeStamp OBJ_id_smime_aa,27L + +#define SN_id_smime_aa_signatureType "id-smime-aa-signatureType" +#define NID_id_smime_aa_signatureType 239 +#define OBJ_id_smime_aa_signatureType OBJ_id_smime_aa,28L + +#define SN_id_smime_aa_dvcs_dvc "id-smime-aa-dvcs-dvc" +#define NID_id_smime_aa_dvcs_dvc 240 +#define OBJ_id_smime_aa_dvcs_dvc OBJ_id_smime_aa,29L + +#define SN_id_smime_alg_ESDHwith3DES "id-smime-alg-ESDHwith3DES" +#define NID_id_smime_alg_ESDHwith3DES 241 +#define OBJ_id_smime_alg_ESDHwith3DES OBJ_id_smime_alg,1L + +#define SN_id_smime_alg_ESDHwithRC2 "id-smime-alg-ESDHwithRC2" +#define NID_id_smime_alg_ESDHwithRC2 242 +#define OBJ_id_smime_alg_ESDHwithRC2 OBJ_id_smime_alg,2L + +#define SN_id_smime_alg_3DESwrap "id-smime-alg-3DESwrap" +#define NID_id_smime_alg_3DESwrap 243 +#define OBJ_id_smime_alg_3DESwrap OBJ_id_smime_alg,3L + +#define SN_id_smime_alg_RC2wrap "id-smime-alg-RC2wrap" +#define NID_id_smime_alg_RC2wrap 244 +#define OBJ_id_smime_alg_RC2wrap OBJ_id_smime_alg,4L + +#define SN_id_smime_alg_ESDH "id-smime-alg-ESDH" +#define NID_id_smime_alg_ESDH 245 +#define OBJ_id_smime_alg_ESDH OBJ_id_smime_alg,5L + +#define SN_id_smime_alg_CMS3DESwrap "id-smime-alg-CMS3DESwrap" +#define NID_id_smime_alg_CMS3DESwrap 246 +#define OBJ_id_smime_alg_CMS3DESwrap OBJ_id_smime_alg,6L + +#define SN_id_smime_alg_CMSRC2wrap "id-smime-alg-CMSRC2wrap" +#define NID_id_smime_alg_CMSRC2wrap 247 +#define OBJ_id_smime_alg_CMSRC2wrap OBJ_id_smime_alg,7L + +#define SN_id_alg_PWRI_KEK "id-alg-PWRI-KEK" +#define NID_id_alg_PWRI_KEK 893 +#define OBJ_id_alg_PWRI_KEK OBJ_id_smime_alg,9L + +#define SN_id_smime_cd_ldap "id-smime-cd-ldap" +#define NID_id_smime_cd_ldap 248 +#define OBJ_id_smime_cd_ldap OBJ_id_smime_cd,1L + +#define SN_id_smime_spq_ets_sqt_uri "id-smime-spq-ets-sqt-uri" +#define NID_id_smime_spq_ets_sqt_uri 249 +#define OBJ_id_smime_spq_ets_sqt_uri OBJ_id_smime_spq,1L + +#define SN_id_smime_spq_ets_sqt_unotice "id-smime-spq-ets-sqt-unotice" +#define NID_id_smime_spq_ets_sqt_unotice 250 +#define OBJ_id_smime_spq_ets_sqt_unotice OBJ_id_smime_spq,2L + +#define SN_id_smime_cti_ets_proofOfOrigin "id-smime-cti-ets-proofOfOrigin" +#define NID_id_smime_cti_ets_proofOfOrigin 251 +#define OBJ_id_smime_cti_ets_proofOfOrigin OBJ_id_smime_cti,1L + +#define SN_id_smime_cti_ets_proofOfReceipt "id-smime-cti-ets-proofOfReceipt" +#define NID_id_smime_cti_ets_proofOfReceipt 252 +#define OBJ_id_smime_cti_ets_proofOfReceipt OBJ_id_smime_cti,2L + +#define SN_id_smime_cti_ets_proofOfDelivery "id-smime-cti-ets-proofOfDelivery" +#define NID_id_smime_cti_ets_proofOfDelivery 253 +#define OBJ_id_smime_cti_ets_proofOfDelivery OBJ_id_smime_cti,3L + +#define SN_id_smime_cti_ets_proofOfSender "id-smime-cti-ets-proofOfSender" +#define NID_id_smime_cti_ets_proofOfSender 254 +#define OBJ_id_smime_cti_ets_proofOfSender OBJ_id_smime_cti,4L + +#define SN_id_smime_cti_ets_proofOfApproval "id-smime-cti-ets-proofOfApproval" +#define NID_id_smime_cti_ets_proofOfApproval 255 +#define OBJ_id_smime_cti_ets_proofOfApproval OBJ_id_smime_cti,5L + +#define SN_id_smime_cti_ets_proofOfCreation "id-smime-cti-ets-proofOfCreation" +#define NID_id_smime_cti_ets_proofOfCreation 256 +#define OBJ_id_smime_cti_ets_proofOfCreation OBJ_id_smime_cti,6L + +#define LN_friendlyName "friendlyName" +#define NID_friendlyName 156 +#define OBJ_friendlyName OBJ_pkcs9,20L + +#define LN_localKeyID "localKeyID" +#define NID_localKeyID 157 +#define OBJ_localKeyID OBJ_pkcs9,21L + +#define SN_ms_csp_name "CSPName" +#define LN_ms_csp_name "Microsoft CSP Name" +#define NID_ms_csp_name 417 +#define OBJ_ms_csp_name 1L,3L,6L,1L,4L,1L,311L,17L,1L + +#define SN_LocalKeySet "LocalKeySet" +#define LN_LocalKeySet "Microsoft Local Key set" +#define NID_LocalKeySet 856 +#define OBJ_LocalKeySet 1L,3L,6L,1L,4L,1L,311L,17L,2L + +#define OBJ_certTypes OBJ_pkcs9,22L + +#define LN_x509Certificate "x509Certificate" +#define NID_x509Certificate 158 +#define OBJ_x509Certificate OBJ_certTypes,1L + +#define LN_sdsiCertificate "sdsiCertificate" +#define NID_sdsiCertificate 159 +#define OBJ_sdsiCertificate OBJ_certTypes,2L + +#define OBJ_crlTypes OBJ_pkcs9,23L + +#define LN_x509Crl "x509Crl" +#define NID_x509Crl 160 +#define OBJ_x509Crl OBJ_crlTypes,1L + +#define OBJ_pkcs12 OBJ_pkcs,12L + +#define OBJ_pkcs12_pbeids OBJ_pkcs12,1L + +#define SN_pbe_WithSHA1And128BitRC4 "PBE-SHA1-RC4-128" +#define LN_pbe_WithSHA1And128BitRC4 "pbeWithSHA1And128BitRC4" +#define NID_pbe_WithSHA1And128BitRC4 144 +#define OBJ_pbe_WithSHA1And128BitRC4 OBJ_pkcs12_pbeids,1L + +#define SN_pbe_WithSHA1And40BitRC4 "PBE-SHA1-RC4-40" +#define LN_pbe_WithSHA1And40BitRC4 "pbeWithSHA1And40BitRC4" +#define NID_pbe_WithSHA1And40BitRC4 145 +#define OBJ_pbe_WithSHA1And40BitRC4 OBJ_pkcs12_pbeids,2L + +#define SN_pbe_WithSHA1And3_Key_TripleDES_CBC "PBE-SHA1-3DES" +#define LN_pbe_WithSHA1And3_Key_TripleDES_CBC "pbeWithSHA1And3-KeyTripleDES-CBC" +#define NID_pbe_WithSHA1And3_Key_TripleDES_CBC 146 +#define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC OBJ_pkcs12_pbeids,3L + +#define SN_pbe_WithSHA1And2_Key_TripleDES_CBC "PBE-SHA1-2DES" +#define LN_pbe_WithSHA1And2_Key_TripleDES_CBC "pbeWithSHA1And2-KeyTripleDES-CBC" +#define NID_pbe_WithSHA1And2_Key_TripleDES_CBC 147 +#define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC OBJ_pkcs12_pbeids,4L + +#define SN_pbe_WithSHA1And128BitRC2_CBC "PBE-SHA1-RC2-128" +#define LN_pbe_WithSHA1And128BitRC2_CBC "pbeWithSHA1And128BitRC2-CBC" +#define NID_pbe_WithSHA1And128BitRC2_CBC 148 +#define OBJ_pbe_WithSHA1And128BitRC2_CBC OBJ_pkcs12_pbeids,5L + +#define SN_pbe_WithSHA1And40BitRC2_CBC "PBE-SHA1-RC2-40" +#define LN_pbe_WithSHA1And40BitRC2_CBC "pbeWithSHA1And40BitRC2-CBC" +#define NID_pbe_WithSHA1And40BitRC2_CBC 149 +#define OBJ_pbe_WithSHA1And40BitRC2_CBC OBJ_pkcs12_pbeids,6L + +#define OBJ_pkcs12_Version1 OBJ_pkcs12,10L + +#define OBJ_pkcs12_BagIds OBJ_pkcs12_Version1,1L + +#define LN_keyBag "keyBag" +#define NID_keyBag 150 +#define OBJ_keyBag OBJ_pkcs12_BagIds,1L + +#define LN_pkcs8ShroudedKeyBag "pkcs8ShroudedKeyBag" +#define NID_pkcs8ShroudedKeyBag 151 +#define OBJ_pkcs8ShroudedKeyBag OBJ_pkcs12_BagIds,2L + +#define LN_certBag "certBag" +#define NID_certBag 152 +#define OBJ_certBag OBJ_pkcs12_BagIds,3L + +#define LN_crlBag "crlBag" +#define NID_crlBag 153 +#define OBJ_crlBag OBJ_pkcs12_BagIds,4L + +#define LN_secretBag "secretBag" +#define NID_secretBag 154 +#define OBJ_secretBag OBJ_pkcs12_BagIds,5L + +#define LN_safeContentsBag "safeContentsBag" +#define NID_safeContentsBag 155 +#define OBJ_safeContentsBag OBJ_pkcs12_BagIds,6L + +#define SN_md2 "MD2" +#define LN_md2 "md2" +#define NID_md2 3 +#define OBJ_md2 OBJ_rsadsi,2L,2L + +#define SN_md4 "MD4" +#define LN_md4 "md4" +#define NID_md4 257 +#define OBJ_md4 OBJ_rsadsi,2L,4L + +#define SN_md5 "MD5" +#define LN_md5 "md5" +#define NID_md5 4 +#define OBJ_md5 OBJ_rsadsi,2L,5L + +#define SN_md5_sha1 "MD5-SHA1" +#define LN_md5_sha1 "md5-sha1" +#define NID_md5_sha1 114 + +#define LN_hmacWithMD5 "hmacWithMD5" +#define NID_hmacWithMD5 797 +#define OBJ_hmacWithMD5 OBJ_rsadsi,2L,6L + +#define LN_hmacWithSHA1 "hmacWithSHA1" +#define NID_hmacWithSHA1 163 +#define OBJ_hmacWithSHA1 OBJ_rsadsi,2L,7L + +#define LN_hmacWithSHA224 "hmacWithSHA224" +#define NID_hmacWithSHA224 798 +#define OBJ_hmacWithSHA224 OBJ_rsadsi,2L,8L + +#define LN_hmacWithSHA256 "hmacWithSHA256" +#define NID_hmacWithSHA256 799 +#define OBJ_hmacWithSHA256 OBJ_rsadsi,2L,9L + +#define LN_hmacWithSHA384 "hmacWithSHA384" +#define NID_hmacWithSHA384 800 +#define OBJ_hmacWithSHA384 OBJ_rsadsi,2L,10L + +#define LN_hmacWithSHA512 "hmacWithSHA512" +#define NID_hmacWithSHA512 801 +#define OBJ_hmacWithSHA512 OBJ_rsadsi,2L,11L + +#define SN_rc2_cbc "RC2-CBC" +#define LN_rc2_cbc "rc2-cbc" +#define NID_rc2_cbc 37 +#define OBJ_rc2_cbc OBJ_rsadsi,3L,2L + +#define SN_rc2_ecb "RC2-ECB" +#define LN_rc2_ecb "rc2-ecb" +#define NID_rc2_ecb 38 + +#define SN_rc2_cfb64 "RC2-CFB" +#define LN_rc2_cfb64 "rc2-cfb" +#define NID_rc2_cfb64 39 + +#define SN_rc2_ofb64 "RC2-OFB" +#define LN_rc2_ofb64 "rc2-ofb" +#define NID_rc2_ofb64 40 + +#define SN_rc2_40_cbc "RC2-40-CBC" +#define LN_rc2_40_cbc "rc2-40-cbc" +#define NID_rc2_40_cbc 98 + +#define SN_rc2_64_cbc "RC2-64-CBC" +#define LN_rc2_64_cbc "rc2-64-cbc" +#define NID_rc2_64_cbc 166 + +#define SN_rc4 "RC4" +#define LN_rc4 "rc4" +#define NID_rc4 5 +#define OBJ_rc4 OBJ_rsadsi,3L,4L + +#define SN_rc4_40 "RC4-40" +#define LN_rc4_40 "rc4-40" +#define NID_rc4_40 97 + +#define SN_des_ede3_cbc "DES-EDE3-CBC" +#define LN_des_ede3_cbc "des-ede3-cbc" +#define NID_des_ede3_cbc 44 +#define OBJ_des_ede3_cbc OBJ_rsadsi,3L,7L + +#define SN_rc5_cbc "RC5-CBC" +#define LN_rc5_cbc "rc5-cbc" +#define NID_rc5_cbc 120 +#define OBJ_rc5_cbc OBJ_rsadsi,3L,8L + +#define SN_rc5_ecb "RC5-ECB" +#define LN_rc5_ecb "rc5-ecb" +#define NID_rc5_ecb 121 + +#define SN_rc5_cfb64 "RC5-CFB" +#define LN_rc5_cfb64 "rc5-cfb" +#define NID_rc5_cfb64 122 + +#define SN_rc5_ofb64 "RC5-OFB" +#define LN_rc5_ofb64 "rc5-ofb" +#define NID_rc5_ofb64 123 + +#define SN_ms_ext_req "msExtReq" +#define LN_ms_ext_req "Microsoft Extension Request" +#define NID_ms_ext_req 171 +#define OBJ_ms_ext_req 1L,3L,6L,1L,4L,1L,311L,2L,1L,14L + +#define SN_ms_code_ind "msCodeInd" +#define LN_ms_code_ind "Microsoft Individual Code Signing" +#define NID_ms_code_ind 134 +#define OBJ_ms_code_ind 1L,3L,6L,1L,4L,1L,311L,2L,1L,21L + +#define SN_ms_code_com "msCodeCom" +#define LN_ms_code_com "Microsoft Commercial Code Signing" +#define NID_ms_code_com 135 +#define OBJ_ms_code_com 1L,3L,6L,1L,4L,1L,311L,2L,1L,22L + +#define SN_ms_ctl_sign "msCTLSign" +#define LN_ms_ctl_sign "Microsoft Trust List Signing" +#define NID_ms_ctl_sign 136 +#define OBJ_ms_ctl_sign 1L,3L,6L,1L,4L,1L,311L,10L,3L,1L + +#define SN_ms_sgc "msSGC" +#define LN_ms_sgc "Microsoft Server Gated Crypto" +#define NID_ms_sgc 137 +#define OBJ_ms_sgc 1L,3L,6L,1L,4L,1L,311L,10L,3L,3L + +#define SN_ms_efs "msEFS" +#define LN_ms_efs "Microsoft Encrypted File System" +#define NID_ms_efs 138 +#define OBJ_ms_efs 1L,3L,6L,1L,4L,1L,311L,10L,3L,4L + +#define SN_ms_smartcard_login "msSmartcardLogin" +#define LN_ms_smartcard_login "Microsoft Smartcardlogin" +#define NID_ms_smartcard_login 648 +#define OBJ_ms_smartcard_login 1L,3L,6L,1L,4L,1L,311L,20L,2L,2L + +#define SN_ms_upn "msUPN" +#define LN_ms_upn "Microsoft Universal Principal Name" +#define NID_ms_upn 649 +#define OBJ_ms_upn 1L,3L,6L,1L,4L,1L,311L,20L,2L,3L + +#define SN_idea_cbc "IDEA-CBC" +#define LN_idea_cbc "idea-cbc" +#define NID_idea_cbc 34 +#define OBJ_idea_cbc 1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L + +#define SN_idea_ecb "IDEA-ECB" +#define LN_idea_ecb "idea-ecb" +#define NID_idea_ecb 36 + +#define SN_idea_cfb64 "IDEA-CFB" +#define LN_idea_cfb64 "idea-cfb" +#define NID_idea_cfb64 35 + +#define SN_idea_ofb64 "IDEA-OFB" +#define LN_idea_ofb64 "idea-ofb" +#define NID_idea_ofb64 46 + +#define SN_bf_cbc "BF-CBC" +#define LN_bf_cbc "bf-cbc" +#define NID_bf_cbc 91 +#define OBJ_bf_cbc 1L,3L,6L,1L,4L,1L,3029L,1L,2L + +#define SN_bf_ecb "BF-ECB" +#define LN_bf_ecb "bf-ecb" +#define NID_bf_ecb 92 + +#define SN_bf_cfb64 "BF-CFB" +#define LN_bf_cfb64 "bf-cfb" +#define NID_bf_cfb64 93 + +#define SN_bf_ofb64 "BF-OFB" +#define LN_bf_ofb64 "bf-ofb" +#define NID_bf_ofb64 94 + +#define SN_id_pkix "PKIX" +#define NID_id_pkix 127 +#define OBJ_id_pkix 1L,3L,6L,1L,5L,5L,7L + +#define SN_id_pkix_mod "id-pkix-mod" +#define NID_id_pkix_mod 258 +#define OBJ_id_pkix_mod OBJ_id_pkix,0L + +#define SN_id_pe "id-pe" +#define NID_id_pe 175 +#define OBJ_id_pe OBJ_id_pkix,1L + +#define SN_id_qt "id-qt" +#define NID_id_qt 259 +#define OBJ_id_qt OBJ_id_pkix,2L + +#define SN_id_kp "id-kp" +#define NID_id_kp 128 +#define OBJ_id_kp OBJ_id_pkix,3L + +#define SN_id_it "id-it" +#define NID_id_it 260 +#define OBJ_id_it OBJ_id_pkix,4L + +#define SN_id_pkip "id-pkip" +#define NID_id_pkip 261 +#define OBJ_id_pkip OBJ_id_pkix,5L + +#define SN_id_alg "id-alg" +#define NID_id_alg 262 +#define OBJ_id_alg OBJ_id_pkix,6L + +#define SN_id_cmc "id-cmc" +#define NID_id_cmc 263 +#define OBJ_id_cmc OBJ_id_pkix,7L + +#define SN_id_on "id-on" +#define NID_id_on 264 +#define OBJ_id_on OBJ_id_pkix,8L + +#define SN_id_pda "id-pda" +#define NID_id_pda 265 +#define OBJ_id_pda OBJ_id_pkix,9L + +#define SN_id_aca "id-aca" +#define NID_id_aca 266 +#define OBJ_id_aca OBJ_id_pkix,10L + +#define SN_id_qcs "id-qcs" +#define NID_id_qcs 267 +#define OBJ_id_qcs OBJ_id_pkix,11L + +#define SN_id_cct "id-cct" +#define NID_id_cct 268 +#define OBJ_id_cct OBJ_id_pkix,12L + +#define SN_id_ppl "id-ppl" +#define NID_id_ppl 662 +#define OBJ_id_ppl OBJ_id_pkix,21L + +#define SN_id_ad "id-ad" +#define NID_id_ad 176 +#define OBJ_id_ad OBJ_id_pkix,48L + +#define SN_id_pkix1_explicit_88 "id-pkix1-explicit-88" +#define NID_id_pkix1_explicit_88 269 +#define OBJ_id_pkix1_explicit_88 OBJ_id_pkix_mod,1L + +#define SN_id_pkix1_implicit_88 "id-pkix1-implicit-88" +#define NID_id_pkix1_implicit_88 270 +#define OBJ_id_pkix1_implicit_88 OBJ_id_pkix_mod,2L + +#define SN_id_pkix1_explicit_93 "id-pkix1-explicit-93" +#define NID_id_pkix1_explicit_93 271 +#define OBJ_id_pkix1_explicit_93 OBJ_id_pkix_mod,3L + +#define SN_id_pkix1_implicit_93 "id-pkix1-implicit-93" +#define NID_id_pkix1_implicit_93 272 +#define OBJ_id_pkix1_implicit_93 OBJ_id_pkix_mod,4L + +#define SN_id_mod_crmf "id-mod-crmf" +#define NID_id_mod_crmf 273 +#define OBJ_id_mod_crmf OBJ_id_pkix_mod,5L + +#define SN_id_mod_cmc "id-mod-cmc" +#define NID_id_mod_cmc 274 +#define OBJ_id_mod_cmc OBJ_id_pkix_mod,6L + +#define SN_id_mod_kea_profile_88 "id-mod-kea-profile-88" +#define NID_id_mod_kea_profile_88 275 +#define OBJ_id_mod_kea_profile_88 OBJ_id_pkix_mod,7L + +#define SN_id_mod_kea_profile_93 "id-mod-kea-profile-93" +#define NID_id_mod_kea_profile_93 276 +#define OBJ_id_mod_kea_profile_93 OBJ_id_pkix_mod,8L + +#define SN_id_mod_cmp "id-mod-cmp" +#define NID_id_mod_cmp 277 +#define OBJ_id_mod_cmp OBJ_id_pkix_mod,9L + +#define SN_id_mod_qualified_cert_88 "id-mod-qualified-cert-88" +#define NID_id_mod_qualified_cert_88 278 +#define OBJ_id_mod_qualified_cert_88 OBJ_id_pkix_mod,10L + +#define SN_id_mod_qualified_cert_93 "id-mod-qualified-cert-93" +#define NID_id_mod_qualified_cert_93 279 +#define OBJ_id_mod_qualified_cert_93 OBJ_id_pkix_mod,11L + +#define SN_id_mod_attribute_cert "id-mod-attribute-cert" +#define NID_id_mod_attribute_cert 280 +#define OBJ_id_mod_attribute_cert OBJ_id_pkix_mod,12L + +#define SN_id_mod_timestamp_protocol "id-mod-timestamp-protocol" +#define NID_id_mod_timestamp_protocol 281 +#define OBJ_id_mod_timestamp_protocol OBJ_id_pkix_mod,13L + +#define SN_id_mod_ocsp "id-mod-ocsp" +#define NID_id_mod_ocsp 282 +#define OBJ_id_mod_ocsp OBJ_id_pkix_mod,14L + +#define SN_id_mod_dvcs "id-mod-dvcs" +#define NID_id_mod_dvcs 283 +#define OBJ_id_mod_dvcs OBJ_id_pkix_mod,15L + +#define SN_id_mod_cmp2000 "id-mod-cmp2000" +#define NID_id_mod_cmp2000 284 +#define OBJ_id_mod_cmp2000 OBJ_id_pkix_mod,16L + +#define SN_info_access "authorityInfoAccess" +#define LN_info_access "Authority Information Access" +#define NID_info_access 177 +#define OBJ_info_access OBJ_id_pe,1L + +#define SN_biometricInfo "biometricInfo" +#define LN_biometricInfo "Biometric Info" +#define NID_biometricInfo 285 +#define OBJ_biometricInfo OBJ_id_pe,2L + +#define SN_qcStatements "qcStatements" +#define NID_qcStatements 286 +#define OBJ_qcStatements OBJ_id_pe,3L + +#define SN_ac_auditEntity "ac-auditEntity" +#define NID_ac_auditEntity 287 +#define OBJ_ac_auditEntity OBJ_id_pe,4L + +#define SN_ac_targeting "ac-targeting" +#define NID_ac_targeting 288 +#define OBJ_ac_targeting OBJ_id_pe,5L + +#define SN_aaControls "aaControls" +#define NID_aaControls 289 +#define OBJ_aaControls OBJ_id_pe,6L + +#define SN_sbgp_ipAddrBlock "sbgp-ipAddrBlock" +#define NID_sbgp_ipAddrBlock 290 +#define OBJ_sbgp_ipAddrBlock OBJ_id_pe,7L + +#define SN_sbgp_autonomousSysNum "sbgp-autonomousSysNum" +#define NID_sbgp_autonomousSysNum 291 +#define OBJ_sbgp_autonomousSysNum OBJ_id_pe,8L + +#define SN_sbgp_routerIdentifier "sbgp-routerIdentifier" +#define NID_sbgp_routerIdentifier 292 +#define OBJ_sbgp_routerIdentifier OBJ_id_pe,9L + +#define SN_ac_proxying "ac-proxying" +#define NID_ac_proxying 397 +#define OBJ_ac_proxying OBJ_id_pe,10L + +#define SN_sinfo_access "subjectInfoAccess" +#define LN_sinfo_access "Subject Information Access" +#define NID_sinfo_access 398 +#define OBJ_sinfo_access OBJ_id_pe,11L + +#define SN_proxyCertInfo "proxyCertInfo" +#define LN_proxyCertInfo "Proxy Certificate Information" +#define NID_proxyCertInfo 663 +#define OBJ_proxyCertInfo OBJ_id_pe,14L + +#define SN_id_qt_cps "id-qt-cps" +#define LN_id_qt_cps "Policy Qualifier CPS" +#define NID_id_qt_cps 164 +#define OBJ_id_qt_cps OBJ_id_qt,1L + +#define SN_id_qt_unotice "id-qt-unotice" +#define LN_id_qt_unotice "Policy Qualifier User Notice" +#define NID_id_qt_unotice 165 +#define OBJ_id_qt_unotice OBJ_id_qt,2L + +#define SN_textNotice "textNotice" +#define NID_textNotice 293 +#define OBJ_textNotice OBJ_id_qt,3L + +#define SN_server_auth "serverAuth" +#define LN_server_auth "TLS Web Server Authentication" +#define NID_server_auth 129 +#define OBJ_server_auth OBJ_id_kp,1L + +#define SN_client_auth "clientAuth" +#define LN_client_auth "TLS Web Client Authentication" +#define NID_client_auth 130 +#define OBJ_client_auth OBJ_id_kp,2L + +#define SN_code_sign "codeSigning" +#define LN_code_sign "Code Signing" +#define NID_code_sign 131 +#define OBJ_code_sign OBJ_id_kp,3L + +#define SN_email_protect "emailProtection" +#define LN_email_protect "E-mail Protection" +#define NID_email_protect 132 +#define OBJ_email_protect OBJ_id_kp,4L + +#define SN_ipsecEndSystem "ipsecEndSystem" +#define LN_ipsecEndSystem "IPSec End System" +#define NID_ipsecEndSystem 294 +#define OBJ_ipsecEndSystem OBJ_id_kp,5L + +#define SN_ipsecTunnel "ipsecTunnel" +#define LN_ipsecTunnel "IPSec Tunnel" +#define NID_ipsecTunnel 295 +#define OBJ_ipsecTunnel OBJ_id_kp,6L + +#define SN_ipsecUser "ipsecUser" +#define LN_ipsecUser "IPSec User" +#define NID_ipsecUser 296 +#define OBJ_ipsecUser OBJ_id_kp,7L + +#define SN_time_stamp "timeStamping" +#define LN_time_stamp "Time Stamping" +#define NID_time_stamp 133 +#define OBJ_time_stamp OBJ_id_kp,8L + +#define SN_OCSP_sign "OCSPSigning" +#define LN_OCSP_sign "OCSP Signing" +#define NID_OCSP_sign 180 +#define OBJ_OCSP_sign OBJ_id_kp,9L + +#define SN_dvcs "DVCS" +#define LN_dvcs "dvcs" +#define NID_dvcs 297 +#define OBJ_dvcs OBJ_id_kp,10L + +#define SN_id_it_caProtEncCert "id-it-caProtEncCert" +#define NID_id_it_caProtEncCert 298 +#define OBJ_id_it_caProtEncCert OBJ_id_it,1L + +#define SN_id_it_signKeyPairTypes "id-it-signKeyPairTypes" +#define NID_id_it_signKeyPairTypes 299 +#define OBJ_id_it_signKeyPairTypes OBJ_id_it,2L + +#define SN_id_it_encKeyPairTypes "id-it-encKeyPairTypes" +#define NID_id_it_encKeyPairTypes 300 +#define OBJ_id_it_encKeyPairTypes OBJ_id_it,3L + +#define SN_id_it_preferredSymmAlg "id-it-preferredSymmAlg" +#define NID_id_it_preferredSymmAlg 301 +#define OBJ_id_it_preferredSymmAlg OBJ_id_it,4L + +#define SN_id_it_caKeyUpdateInfo "id-it-caKeyUpdateInfo" +#define NID_id_it_caKeyUpdateInfo 302 +#define OBJ_id_it_caKeyUpdateInfo OBJ_id_it,5L + +#define SN_id_it_currentCRL "id-it-currentCRL" +#define NID_id_it_currentCRL 303 +#define OBJ_id_it_currentCRL OBJ_id_it,6L + +#define SN_id_it_unsupportedOIDs "id-it-unsupportedOIDs" +#define NID_id_it_unsupportedOIDs 304 +#define OBJ_id_it_unsupportedOIDs OBJ_id_it,7L + +#define SN_id_it_subscriptionRequest "id-it-subscriptionRequest" +#define NID_id_it_subscriptionRequest 305 +#define OBJ_id_it_subscriptionRequest OBJ_id_it,8L + +#define SN_id_it_subscriptionResponse "id-it-subscriptionResponse" +#define NID_id_it_subscriptionResponse 306 +#define OBJ_id_it_subscriptionResponse OBJ_id_it,9L + +#define SN_id_it_keyPairParamReq "id-it-keyPairParamReq" +#define NID_id_it_keyPairParamReq 307 +#define OBJ_id_it_keyPairParamReq OBJ_id_it,10L + +#define SN_id_it_keyPairParamRep "id-it-keyPairParamRep" +#define NID_id_it_keyPairParamRep 308 +#define OBJ_id_it_keyPairParamRep OBJ_id_it,11L + +#define SN_id_it_revPassphrase "id-it-revPassphrase" +#define NID_id_it_revPassphrase 309 +#define OBJ_id_it_revPassphrase OBJ_id_it,12L + +#define SN_id_it_implicitConfirm "id-it-implicitConfirm" +#define NID_id_it_implicitConfirm 310 +#define OBJ_id_it_implicitConfirm OBJ_id_it,13L + +#define SN_id_it_confirmWaitTime "id-it-confirmWaitTime" +#define NID_id_it_confirmWaitTime 311 +#define OBJ_id_it_confirmWaitTime OBJ_id_it,14L + +#define SN_id_it_origPKIMessage "id-it-origPKIMessage" +#define NID_id_it_origPKIMessage 312 +#define OBJ_id_it_origPKIMessage OBJ_id_it,15L + +#define SN_id_it_suppLangTags "id-it-suppLangTags" +#define NID_id_it_suppLangTags 784 +#define OBJ_id_it_suppLangTags OBJ_id_it,16L + +#define SN_id_regCtrl "id-regCtrl" +#define NID_id_regCtrl 313 +#define OBJ_id_regCtrl OBJ_id_pkip,1L + +#define SN_id_regInfo "id-regInfo" +#define NID_id_regInfo 314 +#define OBJ_id_regInfo OBJ_id_pkip,2L + +#define SN_id_regCtrl_regToken "id-regCtrl-regToken" +#define NID_id_regCtrl_regToken 315 +#define OBJ_id_regCtrl_regToken OBJ_id_regCtrl,1L + +#define SN_id_regCtrl_authenticator "id-regCtrl-authenticator" +#define NID_id_regCtrl_authenticator 316 +#define OBJ_id_regCtrl_authenticator OBJ_id_regCtrl,2L + +#define SN_id_regCtrl_pkiPublicationInfo "id-regCtrl-pkiPublicationInfo" +#define NID_id_regCtrl_pkiPublicationInfo 317 +#define OBJ_id_regCtrl_pkiPublicationInfo OBJ_id_regCtrl,3L + +#define SN_id_regCtrl_pkiArchiveOptions "id-regCtrl-pkiArchiveOptions" +#define NID_id_regCtrl_pkiArchiveOptions 318 +#define OBJ_id_regCtrl_pkiArchiveOptions OBJ_id_regCtrl,4L + +#define SN_id_regCtrl_oldCertID "id-regCtrl-oldCertID" +#define NID_id_regCtrl_oldCertID 319 +#define OBJ_id_regCtrl_oldCertID OBJ_id_regCtrl,5L + +#define SN_id_regCtrl_protocolEncrKey "id-regCtrl-protocolEncrKey" +#define NID_id_regCtrl_protocolEncrKey 320 +#define OBJ_id_regCtrl_protocolEncrKey OBJ_id_regCtrl,6L + +#define SN_id_regInfo_utf8Pairs "id-regInfo-utf8Pairs" +#define NID_id_regInfo_utf8Pairs 321 +#define OBJ_id_regInfo_utf8Pairs OBJ_id_regInfo,1L + +#define SN_id_regInfo_certReq "id-regInfo-certReq" +#define NID_id_regInfo_certReq 322 +#define OBJ_id_regInfo_certReq OBJ_id_regInfo,2L + +#define SN_id_alg_des40 "id-alg-des40" +#define NID_id_alg_des40 323 +#define OBJ_id_alg_des40 OBJ_id_alg,1L + +#define SN_id_alg_noSignature "id-alg-noSignature" +#define NID_id_alg_noSignature 324 +#define OBJ_id_alg_noSignature OBJ_id_alg,2L + +#define SN_id_alg_dh_sig_hmac_sha1 "id-alg-dh-sig-hmac-sha1" +#define NID_id_alg_dh_sig_hmac_sha1 325 +#define OBJ_id_alg_dh_sig_hmac_sha1 OBJ_id_alg,3L + +#define SN_id_alg_dh_pop "id-alg-dh-pop" +#define NID_id_alg_dh_pop 326 +#define OBJ_id_alg_dh_pop OBJ_id_alg,4L + +#define SN_id_cmc_statusInfo "id-cmc-statusInfo" +#define NID_id_cmc_statusInfo 327 +#define OBJ_id_cmc_statusInfo OBJ_id_cmc,1L + +#define SN_id_cmc_identification "id-cmc-identification" +#define NID_id_cmc_identification 328 +#define OBJ_id_cmc_identification OBJ_id_cmc,2L + +#define SN_id_cmc_identityProof "id-cmc-identityProof" +#define NID_id_cmc_identityProof 329 +#define OBJ_id_cmc_identityProof OBJ_id_cmc,3L + +#define SN_id_cmc_dataReturn "id-cmc-dataReturn" +#define NID_id_cmc_dataReturn 330 +#define OBJ_id_cmc_dataReturn OBJ_id_cmc,4L + +#define SN_id_cmc_transactionId "id-cmc-transactionId" +#define NID_id_cmc_transactionId 331 +#define OBJ_id_cmc_transactionId OBJ_id_cmc,5L + +#define SN_id_cmc_senderNonce "id-cmc-senderNonce" +#define NID_id_cmc_senderNonce 332 +#define OBJ_id_cmc_senderNonce OBJ_id_cmc,6L + +#define SN_id_cmc_recipientNonce "id-cmc-recipientNonce" +#define NID_id_cmc_recipientNonce 333 +#define OBJ_id_cmc_recipientNonce OBJ_id_cmc,7L + +#define SN_id_cmc_addExtensions "id-cmc-addExtensions" +#define NID_id_cmc_addExtensions 334 +#define OBJ_id_cmc_addExtensions OBJ_id_cmc,8L + +#define SN_id_cmc_encryptedPOP "id-cmc-encryptedPOP" +#define NID_id_cmc_encryptedPOP 335 +#define OBJ_id_cmc_encryptedPOP OBJ_id_cmc,9L + +#define SN_id_cmc_decryptedPOP "id-cmc-decryptedPOP" +#define NID_id_cmc_decryptedPOP 336 +#define OBJ_id_cmc_decryptedPOP OBJ_id_cmc,10L + +#define SN_id_cmc_lraPOPWitness "id-cmc-lraPOPWitness" +#define NID_id_cmc_lraPOPWitness 337 +#define OBJ_id_cmc_lraPOPWitness OBJ_id_cmc,11L + +#define SN_id_cmc_getCert "id-cmc-getCert" +#define NID_id_cmc_getCert 338 +#define OBJ_id_cmc_getCert OBJ_id_cmc,15L + +#define SN_id_cmc_getCRL "id-cmc-getCRL" +#define NID_id_cmc_getCRL 339 +#define OBJ_id_cmc_getCRL OBJ_id_cmc,16L + +#define SN_id_cmc_revokeRequest "id-cmc-revokeRequest" +#define NID_id_cmc_revokeRequest 340 +#define OBJ_id_cmc_revokeRequest OBJ_id_cmc,17L + +#define SN_id_cmc_regInfo "id-cmc-regInfo" +#define NID_id_cmc_regInfo 341 +#define OBJ_id_cmc_regInfo OBJ_id_cmc,18L + +#define SN_id_cmc_responseInfo "id-cmc-responseInfo" +#define NID_id_cmc_responseInfo 342 +#define OBJ_id_cmc_responseInfo OBJ_id_cmc,19L + +#define SN_id_cmc_queryPending "id-cmc-queryPending" +#define NID_id_cmc_queryPending 343 +#define OBJ_id_cmc_queryPending OBJ_id_cmc,21L + +#define SN_id_cmc_popLinkRandom "id-cmc-popLinkRandom" +#define NID_id_cmc_popLinkRandom 344 +#define OBJ_id_cmc_popLinkRandom OBJ_id_cmc,22L + +#define SN_id_cmc_popLinkWitness "id-cmc-popLinkWitness" +#define NID_id_cmc_popLinkWitness 345 +#define OBJ_id_cmc_popLinkWitness OBJ_id_cmc,23L + +#define SN_id_cmc_confirmCertAcceptance "id-cmc-confirmCertAcceptance" +#define NID_id_cmc_confirmCertAcceptance 346 +#define OBJ_id_cmc_confirmCertAcceptance OBJ_id_cmc,24L + +#define SN_id_on_personalData "id-on-personalData" +#define NID_id_on_personalData 347 +#define OBJ_id_on_personalData OBJ_id_on,1L + +#define SN_id_on_permanentIdentifier "id-on-permanentIdentifier" +#define LN_id_on_permanentIdentifier "Permanent Identifier" +#define NID_id_on_permanentIdentifier 858 +#define OBJ_id_on_permanentIdentifier OBJ_id_on,3L + +#define SN_id_pda_dateOfBirth "id-pda-dateOfBirth" +#define NID_id_pda_dateOfBirth 348 +#define OBJ_id_pda_dateOfBirth OBJ_id_pda,1L + +#define SN_id_pda_placeOfBirth "id-pda-placeOfBirth" +#define NID_id_pda_placeOfBirth 349 +#define OBJ_id_pda_placeOfBirth OBJ_id_pda,2L + +#define SN_id_pda_gender "id-pda-gender" +#define NID_id_pda_gender 351 +#define OBJ_id_pda_gender OBJ_id_pda,3L + +#define SN_id_pda_countryOfCitizenship "id-pda-countryOfCitizenship" +#define NID_id_pda_countryOfCitizenship 352 +#define OBJ_id_pda_countryOfCitizenship OBJ_id_pda,4L + +#define SN_id_pda_countryOfResidence "id-pda-countryOfResidence" +#define NID_id_pda_countryOfResidence 353 +#define OBJ_id_pda_countryOfResidence OBJ_id_pda,5L + +#define SN_id_aca_authenticationInfo "id-aca-authenticationInfo" +#define NID_id_aca_authenticationInfo 354 +#define OBJ_id_aca_authenticationInfo OBJ_id_aca,1L + +#define SN_id_aca_accessIdentity "id-aca-accessIdentity" +#define NID_id_aca_accessIdentity 355 +#define OBJ_id_aca_accessIdentity OBJ_id_aca,2L + +#define SN_id_aca_chargingIdentity "id-aca-chargingIdentity" +#define NID_id_aca_chargingIdentity 356 +#define OBJ_id_aca_chargingIdentity OBJ_id_aca,3L + +#define SN_id_aca_group "id-aca-group" +#define NID_id_aca_group 357 +#define OBJ_id_aca_group OBJ_id_aca,4L + +#define SN_id_aca_role "id-aca-role" +#define NID_id_aca_role 358 +#define OBJ_id_aca_role OBJ_id_aca,5L + +#define SN_id_aca_encAttrs "id-aca-encAttrs" +#define NID_id_aca_encAttrs 399 +#define OBJ_id_aca_encAttrs OBJ_id_aca,6L + +#define SN_id_qcs_pkixQCSyntax_v1 "id-qcs-pkixQCSyntax-v1" +#define NID_id_qcs_pkixQCSyntax_v1 359 +#define OBJ_id_qcs_pkixQCSyntax_v1 OBJ_id_qcs,1L + +#define SN_id_cct_crs "id-cct-crs" +#define NID_id_cct_crs 360 +#define OBJ_id_cct_crs OBJ_id_cct,1L + +#define SN_id_cct_PKIData "id-cct-PKIData" +#define NID_id_cct_PKIData 361 +#define OBJ_id_cct_PKIData OBJ_id_cct,2L + +#define SN_id_cct_PKIResponse "id-cct-PKIResponse" +#define NID_id_cct_PKIResponse 362 +#define OBJ_id_cct_PKIResponse OBJ_id_cct,3L + +#define SN_id_ppl_anyLanguage "id-ppl-anyLanguage" +#define LN_id_ppl_anyLanguage "Any language" +#define NID_id_ppl_anyLanguage 664 +#define OBJ_id_ppl_anyLanguage OBJ_id_ppl,0L + +#define SN_id_ppl_inheritAll "id-ppl-inheritAll" +#define LN_id_ppl_inheritAll "Inherit all" +#define NID_id_ppl_inheritAll 665 +#define OBJ_id_ppl_inheritAll OBJ_id_ppl,1L + +#define SN_Independent "id-ppl-independent" +#define LN_Independent "Independent" +#define NID_Independent 667 +#define OBJ_Independent OBJ_id_ppl,2L + +#define SN_ad_OCSP "OCSP" +#define LN_ad_OCSP "OCSP" +#define NID_ad_OCSP 178 +#define OBJ_ad_OCSP OBJ_id_ad,1L + +#define SN_ad_ca_issuers "caIssuers" +#define LN_ad_ca_issuers "CA Issuers" +#define NID_ad_ca_issuers 179 +#define OBJ_ad_ca_issuers OBJ_id_ad,2L + +#define SN_ad_timeStamping "ad_timestamping" +#define LN_ad_timeStamping "AD Time Stamping" +#define NID_ad_timeStamping 363 +#define OBJ_ad_timeStamping OBJ_id_ad,3L + +#define SN_ad_dvcs "AD_DVCS" +#define LN_ad_dvcs "ad dvcs" +#define NID_ad_dvcs 364 +#define OBJ_ad_dvcs OBJ_id_ad,4L + +#define SN_caRepository "caRepository" +#define LN_caRepository "CA Repository" +#define NID_caRepository 785 +#define OBJ_caRepository OBJ_id_ad,5L + +#define OBJ_id_pkix_OCSP OBJ_ad_OCSP + +#define SN_id_pkix_OCSP_basic "basicOCSPResponse" +#define LN_id_pkix_OCSP_basic "Basic OCSP Response" +#define NID_id_pkix_OCSP_basic 365 +#define OBJ_id_pkix_OCSP_basic OBJ_id_pkix_OCSP,1L + +#define SN_id_pkix_OCSP_Nonce "Nonce" +#define LN_id_pkix_OCSP_Nonce "OCSP Nonce" +#define NID_id_pkix_OCSP_Nonce 366 +#define OBJ_id_pkix_OCSP_Nonce OBJ_id_pkix_OCSP,2L + +#define SN_id_pkix_OCSP_CrlID "CrlID" +#define LN_id_pkix_OCSP_CrlID "OCSP CRL ID" +#define NID_id_pkix_OCSP_CrlID 367 +#define OBJ_id_pkix_OCSP_CrlID OBJ_id_pkix_OCSP,3L + +#define SN_id_pkix_OCSP_acceptableResponses "acceptableResponses" +#define LN_id_pkix_OCSP_acceptableResponses "Acceptable OCSP Responses" +#define NID_id_pkix_OCSP_acceptableResponses 368 +#define OBJ_id_pkix_OCSP_acceptableResponses OBJ_id_pkix_OCSP,4L + +#define SN_id_pkix_OCSP_noCheck "noCheck" +#define LN_id_pkix_OCSP_noCheck "OCSP No Check" +#define NID_id_pkix_OCSP_noCheck 369 +#define OBJ_id_pkix_OCSP_noCheck OBJ_id_pkix_OCSP,5L + +#define SN_id_pkix_OCSP_archiveCutoff "archiveCutoff" +#define LN_id_pkix_OCSP_archiveCutoff "OCSP Archive Cutoff" +#define NID_id_pkix_OCSP_archiveCutoff 370 +#define OBJ_id_pkix_OCSP_archiveCutoff OBJ_id_pkix_OCSP,6L + +#define SN_id_pkix_OCSP_serviceLocator "serviceLocator" +#define LN_id_pkix_OCSP_serviceLocator "OCSP Service Locator" +#define NID_id_pkix_OCSP_serviceLocator 371 +#define OBJ_id_pkix_OCSP_serviceLocator OBJ_id_pkix_OCSP,7L + +#define SN_id_pkix_OCSP_extendedStatus "extendedStatus" +#define LN_id_pkix_OCSP_extendedStatus "Extended OCSP Status" +#define NID_id_pkix_OCSP_extendedStatus 372 +#define OBJ_id_pkix_OCSP_extendedStatus OBJ_id_pkix_OCSP,8L + +#define SN_id_pkix_OCSP_valid "valid" +#define NID_id_pkix_OCSP_valid 373 +#define OBJ_id_pkix_OCSP_valid OBJ_id_pkix_OCSP,9L + +#define SN_id_pkix_OCSP_path "path" +#define NID_id_pkix_OCSP_path 374 +#define OBJ_id_pkix_OCSP_path OBJ_id_pkix_OCSP,10L + +#define SN_id_pkix_OCSP_trustRoot "trustRoot" +#define LN_id_pkix_OCSP_trustRoot "Trust Root" +#define NID_id_pkix_OCSP_trustRoot 375 +#define OBJ_id_pkix_OCSP_trustRoot OBJ_id_pkix_OCSP,11L + +#define SN_algorithm "algorithm" +#define LN_algorithm "algorithm" +#define NID_algorithm 376 +#define OBJ_algorithm 1L,3L,14L,3L,2L + +#define SN_md5WithRSA "RSA-NP-MD5" +#define LN_md5WithRSA "md5WithRSA" +#define NID_md5WithRSA 104 +#define OBJ_md5WithRSA OBJ_algorithm,3L + +#define SN_des_ecb "DES-ECB" +#define LN_des_ecb "des-ecb" +#define NID_des_ecb 29 +#define OBJ_des_ecb OBJ_algorithm,6L + +#define SN_des_cbc "DES-CBC" +#define LN_des_cbc "des-cbc" +#define NID_des_cbc 31 +#define OBJ_des_cbc OBJ_algorithm,7L + +#define SN_des_ofb64 "DES-OFB" +#define LN_des_ofb64 "des-ofb" +#define NID_des_ofb64 45 +#define OBJ_des_ofb64 OBJ_algorithm,8L + +#define SN_des_cfb64 "DES-CFB" +#define LN_des_cfb64 "des-cfb" +#define NID_des_cfb64 30 +#define OBJ_des_cfb64 OBJ_algorithm,9L + +#define SN_rsaSignature "rsaSignature" +#define NID_rsaSignature 377 +#define OBJ_rsaSignature OBJ_algorithm,11L + +#define SN_dsa_2 "DSA-old" +#define LN_dsa_2 "dsaEncryption-old" +#define NID_dsa_2 67 +#define OBJ_dsa_2 OBJ_algorithm,12L + +#define SN_dsaWithSHA "DSA-SHA" +#define LN_dsaWithSHA "dsaWithSHA" +#define NID_dsaWithSHA 66 +#define OBJ_dsaWithSHA OBJ_algorithm,13L + +#define SN_shaWithRSAEncryption "RSA-SHA" +#define LN_shaWithRSAEncryption "shaWithRSAEncryption" +#define NID_shaWithRSAEncryption 42 +#define OBJ_shaWithRSAEncryption OBJ_algorithm,15L + +#define SN_des_ede_ecb "DES-EDE" +#define LN_des_ede_ecb "des-ede" +#define NID_des_ede_ecb 32 +#define OBJ_des_ede_ecb OBJ_algorithm,17L + +#define SN_des_ede3_ecb "DES-EDE3" +#define LN_des_ede3_ecb "des-ede3" +#define NID_des_ede3_ecb 33 + +#define SN_des_ede_cbc "DES-EDE-CBC" +#define LN_des_ede_cbc "des-ede-cbc" +#define NID_des_ede_cbc 43 + +#define SN_des_ede_cfb64 "DES-EDE-CFB" +#define LN_des_ede_cfb64 "des-ede-cfb" +#define NID_des_ede_cfb64 60 + +#define SN_des_ede3_cfb64 "DES-EDE3-CFB" +#define LN_des_ede3_cfb64 "des-ede3-cfb" +#define NID_des_ede3_cfb64 61 + +#define SN_des_ede_ofb64 "DES-EDE-OFB" +#define LN_des_ede_ofb64 "des-ede-ofb" +#define NID_des_ede_ofb64 62 + +#define SN_des_ede3_ofb64 "DES-EDE3-OFB" +#define LN_des_ede3_ofb64 "des-ede3-ofb" +#define NID_des_ede3_ofb64 63 + +#define SN_desx_cbc "DESX-CBC" +#define LN_desx_cbc "desx-cbc" +#define NID_desx_cbc 80 + +#define SN_sha "SHA" +#define LN_sha "sha" +#define NID_sha 41 +#define OBJ_sha OBJ_algorithm,18L + +#define SN_sha1 "SHA1" +#define LN_sha1 "sha1" +#define NID_sha1 64 +#define OBJ_sha1 OBJ_algorithm,26L + +#define SN_dsaWithSHA1_2 "DSA-SHA1-old" +#define LN_dsaWithSHA1_2 "dsaWithSHA1-old" +#define NID_dsaWithSHA1_2 70 +#define OBJ_dsaWithSHA1_2 OBJ_algorithm,27L + +#define SN_sha1WithRSA "RSA-SHA1-2" +#define LN_sha1WithRSA "sha1WithRSA" +#define NID_sha1WithRSA 115 +#define OBJ_sha1WithRSA OBJ_algorithm,29L + +#define SN_ripemd160 "RIPEMD160" +#define LN_ripemd160 "ripemd160" +#define NID_ripemd160 117 +#define OBJ_ripemd160 1L,3L,36L,3L,2L,1L + +#define SN_ripemd160WithRSA "RSA-RIPEMD160" +#define LN_ripemd160WithRSA "ripemd160WithRSA" +#define NID_ripemd160WithRSA 119 +#define OBJ_ripemd160WithRSA 1L,3L,36L,3L,3L,1L,2L + +#define SN_sxnet "SXNetID" +#define LN_sxnet "Strong Extranet ID" +#define NID_sxnet 143 +#define OBJ_sxnet 1L,3L,101L,1L,4L,1L + +#define SN_X500 "X500" +#define LN_X500 "directory services (X.500)" +#define NID_X500 11 +#define OBJ_X500 2L,5L + +#define SN_X509 "X509" +#define NID_X509 12 +#define OBJ_X509 OBJ_X500,4L + +#define SN_commonName "CN" +#define LN_commonName "commonName" +#define NID_commonName 13 +#define OBJ_commonName OBJ_X509,3L + +#define SN_surname "SN" +#define LN_surname "surname" +#define NID_surname 100 +#define OBJ_surname OBJ_X509,4L + +#define LN_serialNumber "serialNumber" +#define NID_serialNumber 105 +#define OBJ_serialNumber OBJ_X509,5L + +#define SN_countryName "C" +#define LN_countryName "countryName" +#define NID_countryName 14 +#define OBJ_countryName OBJ_X509,6L + +#define SN_localityName "L" +#define LN_localityName "localityName" +#define NID_localityName 15 +#define OBJ_localityName OBJ_X509,7L + +#define SN_stateOrProvinceName "ST" +#define LN_stateOrProvinceName "stateOrProvinceName" +#define NID_stateOrProvinceName 16 +#define OBJ_stateOrProvinceName OBJ_X509,8L + +#define SN_streetAddress "street" +#define LN_streetAddress "streetAddress" +#define NID_streetAddress 660 +#define OBJ_streetAddress OBJ_X509,9L + +#define SN_organizationName "O" +#define LN_organizationName "organizationName" +#define NID_organizationName 17 +#define OBJ_organizationName OBJ_X509,10L + +#define SN_organizationalUnitName "OU" +#define LN_organizationalUnitName "organizationalUnitName" +#define NID_organizationalUnitName 18 +#define OBJ_organizationalUnitName OBJ_X509,11L + +#define SN_title "title" +#define LN_title "title" +#define NID_title 106 +#define OBJ_title OBJ_X509,12L + +#define LN_description "description" +#define NID_description 107 +#define OBJ_description OBJ_X509,13L + +#define LN_searchGuide "searchGuide" +#define NID_searchGuide 859 +#define OBJ_searchGuide OBJ_X509,14L + +#define LN_businessCategory "businessCategory" +#define NID_businessCategory 860 +#define OBJ_businessCategory OBJ_X509,15L + +#define LN_postalAddress "postalAddress" +#define NID_postalAddress 861 +#define OBJ_postalAddress OBJ_X509,16L + +#define LN_postalCode "postalCode" +#define NID_postalCode 661 +#define OBJ_postalCode OBJ_X509,17L + +#define LN_postOfficeBox "postOfficeBox" +#define NID_postOfficeBox 862 +#define OBJ_postOfficeBox OBJ_X509,18L + +#define LN_physicalDeliveryOfficeName "physicalDeliveryOfficeName" +#define NID_physicalDeliveryOfficeName 863 +#define OBJ_physicalDeliveryOfficeName OBJ_X509,19L + +#define LN_telephoneNumber "telephoneNumber" +#define NID_telephoneNumber 864 +#define OBJ_telephoneNumber OBJ_X509,20L + +#define LN_telexNumber "telexNumber" +#define NID_telexNumber 865 +#define OBJ_telexNumber OBJ_X509,21L + +#define LN_teletexTerminalIdentifier "teletexTerminalIdentifier" +#define NID_teletexTerminalIdentifier 866 +#define OBJ_teletexTerminalIdentifier OBJ_X509,22L + +#define LN_facsimileTelephoneNumber "facsimileTelephoneNumber" +#define NID_facsimileTelephoneNumber 867 +#define OBJ_facsimileTelephoneNumber OBJ_X509,23L + +#define LN_x121Address "x121Address" +#define NID_x121Address 868 +#define OBJ_x121Address OBJ_X509,24L + +#define LN_internationaliSDNNumber "internationaliSDNNumber" +#define NID_internationaliSDNNumber 869 +#define OBJ_internationaliSDNNumber OBJ_X509,25L + +#define LN_registeredAddress "registeredAddress" +#define NID_registeredAddress 870 +#define OBJ_registeredAddress OBJ_X509,26L + +#define LN_destinationIndicator "destinationIndicator" +#define NID_destinationIndicator 871 +#define OBJ_destinationIndicator OBJ_X509,27L + +#define LN_preferredDeliveryMethod "preferredDeliveryMethod" +#define NID_preferredDeliveryMethod 872 +#define OBJ_preferredDeliveryMethod OBJ_X509,28L + +#define LN_presentationAddress "presentationAddress" +#define NID_presentationAddress 873 +#define OBJ_presentationAddress OBJ_X509,29L + +#define LN_supportedApplicationContext "supportedApplicationContext" +#define NID_supportedApplicationContext 874 +#define OBJ_supportedApplicationContext OBJ_X509,30L + +#define SN_member "member" +#define NID_member 875 +#define OBJ_member OBJ_X509,31L + +#define SN_owner "owner" +#define NID_owner 876 +#define OBJ_owner OBJ_X509,32L + +#define LN_roleOccupant "roleOccupant" +#define NID_roleOccupant 877 +#define OBJ_roleOccupant OBJ_X509,33L + +#define SN_seeAlso "seeAlso" +#define NID_seeAlso 878 +#define OBJ_seeAlso OBJ_X509,34L + +#define LN_userPassword "userPassword" +#define NID_userPassword 879 +#define OBJ_userPassword OBJ_X509,35L + +#define LN_userCertificate "userCertificate" +#define NID_userCertificate 880 +#define OBJ_userCertificate OBJ_X509,36L + +#define LN_cACertificate "cACertificate" +#define NID_cACertificate 881 +#define OBJ_cACertificate OBJ_X509,37L + +#define LN_authorityRevocationList "authorityRevocationList" +#define NID_authorityRevocationList 882 +#define OBJ_authorityRevocationList OBJ_X509,38L + +#define LN_certificateRevocationList "certificateRevocationList" +#define NID_certificateRevocationList 883 +#define OBJ_certificateRevocationList OBJ_X509,39L + +#define LN_crossCertificatePair "crossCertificatePair" +#define NID_crossCertificatePair 884 +#define OBJ_crossCertificatePair OBJ_X509,40L + +#define SN_name "name" +#define LN_name "name" +#define NID_name 173 +#define OBJ_name OBJ_X509,41L + +#define SN_givenName "GN" +#define LN_givenName "givenName" +#define NID_givenName 99 +#define OBJ_givenName OBJ_X509,42L + +#define SN_initials "initials" +#define LN_initials "initials" +#define NID_initials 101 +#define OBJ_initials OBJ_X509,43L + +#define LN_generationQualifier "generationQualifier" +#define NID_generationQualifier 509 +#define OBJ_generationQualifier OBJ_X509,44L + +#define LN_x500UniqueIdentifier "x500UniqueIdentifier" +#define NID_x500UniqueIdentifier 503 +#define OBJ_x500UniqueIdentifier OBJ_X509,45L + +#define SN_dnQualifier "dnQualifier" +#define LN_dnQualifier "dnQualifier" +#define NID_dnQualifier 174 +#define OBJ_dnQualifier OBJ_X509,46L + +#define LN_enhancedSearchGuide "enhancedSearchGuide" +#define NID_enhancedSearchGuide 885 +#define OBJ_enhancedSearchGuide OBJ_X509,47L + +#define LN_protocolInformation "protocolInformation" +#define NID_protocolInformation 886 +#define OBJ_protocolInformation OBJ_X509,48L + +#define LN_distinguishedName "distinguishedName" +#define NID_distinguishedName 887 +#define OBJ_distinguishedName OBJ_X509,49L + +#define LN_uniqueMember "uniqueMember" +#define NID_uniqueMember 888 +#define OBJ_uniqueMember OBJ_X509,50L + +#define LN_houseIdentifier "houseIdentifier" +#define NID_houseIdentifier 889 +#define OBJ_houseIdentifier OBJ_X509,51L + +#define LN_supportedAlgorithms "supportedAlgorithms" +#define NID_supportedAlgorithms 890 +#define OBJ_supportedAlgorithms OBJ_X509,52L + +#define LN_deltaRevocationList "deltaRevocationList" +#define NID_deltaRevocationList 891 +#define OBJ_deltaRevocationList OBJ_X509,53L + +#define SN_dmdName "dmdName" +#define NID_dmdName 892 +#define OBJ_dmdName OBJ_X509,54L + +#define LN_pseudonym "pseudonym" +#define NID_pseudonym 510 +#define OBJ_pseudonym OBJ_X509,65L + +#define SN_role "role" +#define LN_role "role" +#define NID_role 400 +#define OBJ_role OBJ_X509,72L + +#define SN_X500algorithms "X500algorithms" +#define LN_X500algorithms "directory services - algorithms" +#define NID_X500algorithms 378 +#define OBJ_X500algorithms OBJ_X500,8L + +#define SN_rsa "RSA" +#define LN_rsa "rsa" +#define NID_rsa 19 +#define OBJ_rsa OBJ_X500algorithms,1L,1L + +#define SN_mdc2WithRSA "RSA-MDC2" +#define LN_mdc2WithRSA "mdc2WithRSA" +#define NID_mdc2WithRSA 96 +#define OBJ_mdc2WithRSA OBJ_X500algorithms,3L,100L + +#define SN_mdc2 "MDC2" +#define LN_mdc2 "mdc2" +#define NID_mdc2 95 +#define OBJ_mdc2 OBJ_X500algorithms,3L,101L + +#define SN_id_ce "id-ce" +#define NID_id_ce 81 +#define OBJ_id_ce OBJ_X500,29L + +#define SN_subject_directory_attributes "subjectDirectoryAttributes" +#define LN_subject_directory_attributes "X509v3 Subject Directory Attributes" +#define NID_subject_directory_attributes 769 +#define OBJ_subject_directory_attributes OBJ_id_ce,9L + +#define SN_subject_key_identifier "subjectKeyIdentifier" +#define LN_subject_key_identifier "X509v3 Subject Key Identifier" +#define NID_subject_key_identifier 82 +#define OBJ_subject_key_identifier OBJ_id_ce,14L + +#define SN_key_usage "keyUsage" +#define LN_key_usage "X509v3 Key Usage" +#define NID_key_usage 83 +#define OBJ_key_usage OBJ_id_ce,15L + +#define SN_private_key_usage_period "privateKeyUsagePeriod" +#define LN_private_key_usage_period "X509v3 Private Key Usage Period" +#define NID_private_key_usage_period 84 +#define OBJ_private_key_usage_period OBJ_id_ce,16L + +#define SN_subject_alt_name "subjectAltName" +#define LN_subject_alt_name "X509v3 Subject Alternative Name" +#define NID_subject_alt_name 85 +#define OBJ_subject_alt_name OBJ_id_ce,17L + +#define SN_issuer_alt_name "issuerAltName" +#define LN_issuer_alt_name "X509v3 Issuer Alternative Name" +#define NID_issuer_alt_name 86 +#define OBJ_issuer_alt_name OBJ_id_ce,18L + +#define SN_basic_constraints "basicConstraints" +#define LN_basic_constraints "X509v3 Basic Constraints" +#define NID_basic_constraints 87 +#define OBJ_basic_constraints OBJ_id_ce,19L + +#define SN_crl_number "crlNumber" +#define LN_crl_number "X509v3 CRL Number" +#define NID_crl_number 88 +#define OBJ_crl_number OBJ_id_ce,20L + +#define SN_crl_reason "CRLReason" +#define LN_crl_reason "X509v3 CRL Reason Code" +#define NID_crl_reason 141 +#define OBJ_crl_reason OBJ_id_ce,21L + +#define SN_invalidity_date "invalidityDate" +#define LN_invalidity_date "Invalidity Date" +#define NID_invalidity_date 142 +#define OBJ_invalidity_date OBJ_id_ce,24L + +#define SN_delta_crl "deltaCRL" +#define LN_delta_crl "X509v3 Delta CRL Indicator" +#define NID_delta_crl 140 +#define OBJ_delta_crl OBJ_id_ce,27L + +#define SN_issuing_distribution_point "issuingDistributionPoint" +#define LN_issuing_distribution_point "X509v3 Issuing Distrubution Point" +#define NID_issuing_distribution_point 770 +#define OBJ_issuing_distribution_point OBJ_id_ce,28L + +#define SN_certificate_issuer "certificateIssuer" +#define LN_certificate_issuer "X509v3 Certificate Issuer" +#define NID_certificate_issuer 771 +#define OBJ_certificate_issuer OBJ_id_ce,29L + +#define SN_name_constraints "nameConstraints" +#define LN_name_constraints "X509v3 Name Constraints" +#define NID_name_constraints 666 +#define OBJ_name_constraints OBJ_id_ce,30L + +#define SN_crl_distribution_points "crlDistributionPoints" +#define LN_crl_distribution_points "X509v3 CRL Distribution Points" +#define NID_crl_distribution_points 103 +#define OBJ_crl_distribution_points OBJ_id_ce,31L + +#define SN_certificate_policies "certificatePolicies" +#define LN_certificate_policies "X509v3 Certificate Policies" +#define NID_certificate_policies 89 +#define OBJ_certificate_policies OBJ_id_ce,32L + +#define SN_any_policy "anyPolicy" +#define LN_any_policy "X509v3 Any Policy" +#define NID_any_policy 746 +#define OBJ_any_policy OBJ_certificate_policies,0L + +#define SN_policy_mappings "policyMappings" +#define LN_policy_mappings "X509v3 Policy Mappings" +#define NID_policy_mappings 747 +#define OBJ_policy_mappings OBJ_id_ce,33L + +#define SN_authority_key_identifier "authorityKeyIdentifier" +#define LN_authority_key_identifier "X509v3 Authority Key Identifier" +#define NID_authority_key_identifier 90 +#define OBJ_authority_key_identifier OBJ_id_ce,35L + +#define SN_policy_constraints "policyConstraints" +#define LN_policy_constraints "X509v3 Policy Constraints" +#define NID_policy_constraints 401 +#define OBJ_policy_constraints OBJ_id_ce,36L + +#define SN_ext_key_usage "extendedKeyUsage" +#define LN_ext_key_usage "X509v3 Extended Key Usage" +#define NID_ext_key_usage 126 +#define OBJ_ext_key_usage OBJ_id_ce,37L + +#define SN_freshest_crl "freshestCRL" +#define LN_freshest_crl "X509v3 Freshest CRL" +#define NID_freshest_crl 857 +#define OBJ_freshest_crl OBJ_id_ce,46L + +#define SN_inhibit_any_policy "inhibitAnyPolicy" +#define LN_inhibit_any_policy "X509v3 Inhibit Any Policy" +#define NID_inhibit_any_policy 748 +#define OBJ_inhibit_any_policy OBJ_id_ce,54L + +#define SN_target_information "targetInformation" +#define LN_target_information "X509v3 AC Targeting" +#define NID_target_information 402 +#define OBJ_target_information OBJ_id_ce,55L + +#define SN_no_rev_avail "noRevAvail" +#define LN_no_rev_avail "X509v3 No Revocation Available" +#define NID_no_rev_avail 403 +#define OBJ_no_rev_avail OBJ_id_ce,56L + +#define SN_anyExtendedKeyUsage "anyExtendedKeyUsage" +#define LN_anyExtendedKeyUsage "Any Extended Key Usage" +#define NID_anyExtendedKeyUsage 910 +#define OBJ_anyExtendedKeyUsage OBJ_ext_key_usage,0L + +#define SN_netscape "Netscape" +#define LN_netscape "Netscape Communications Corp." +#define NID_netscape 57 +#define OBJ_netscape 2L,16L,840L,1L,113730L + +#define SN_netscape_cert_extension "nsCertExt" +#define LN_netscape_cert_extension "Netscape Certificate Extension" +#define NID_netscape_cert_extension 58 +#define OBJ_netscape_cert_extension OBJ_netscape,1L + +#define SN_netscape_data_type "nsDataType" +#define LN_netscape_data_type "Netscape Data Type" +#define NID_netscape_data_type 59 +#define OBJ_netscape_data_type OBJ_netscape,2L + +#define SN_netscape_cert_type "nsCertType" +#define LN_netscape_cert_type "Netscape Cert Type" +#define NID_netscape_cert_type 71 +#define OBJ_netscape_cert_type OBJ_netscape_cert_extension,1L + +#define SN_netscape_base_url "nsBaseUrl" +#define LN_netscape_base_url "Netscape Base Url" +#define NID_netscape_base_url 72 +#define OBJ_netscape_base_url OBJ_netscape_cert_extension,2L + +#define SN_netscape_revocation_url "nsRevocationUrl" +#define LN_netscape_revocation_url "Netscape Revocation Url" +#define NID_netscape_revocation_url 73 +#define OBJ_netscape_revocation_url OBJ_netscape_cert_extension,3L + +#define SN_netscape_ca_revocation_url "nsCaRevocationUrl" +#define LN_netscape_ca_revocation_url "Netscape CA Revocation Url" +#define NID_netscape_ca_revocation_url 74 +#define OBJ_netscape_ca_revocation_url OBJ_netscape_cert_extension,4L + +#define SN_netscape_renewal_url "nsRenewalUrl" +#define LN_netscape_renewal_url "Netscape Renewal Url" +#define NID_netscape_renewal_url 75 +#define OBJ_netscape_renewal_url OBJ_netscape_cert_extension,7L + +#define SN_netscape_ca_policy_url "nsCaPolicyUrl" +#define LN_netscape_ca_policy_url "Netscape CA Policy Url" +#define NID_netscape_ca_policy_url 76 +#define OBJ_netscape_ca_policy_url OBJ_netscape_cert_extension,8L + +#define SN_netscape_ssl_server_name "nsSslServerName" +#define LN_netscape_ssl_server_name "Netscape SSL Server Name" +#define NID_netscape_ssl_server_name 77 +#define OBJ_netscape_ssl_server_name OBJ_netscape_cert_extension,12L + +#define SN_netscape_comment "nsComment" +#define LN_netscape_comment "Netscape Comment" +#define NID_netscape_comment 78 +#define OBJ_netscape_comment OBJ_netscape_cert_extension,13L + +#define SN_netscape_cert_sequence "nsCertSequence" +#define LN_netscape_cert_sequence "Netscape Certificate Sequence" +#define NID_netscape_cert_sequence 79 +#define OBJ_netscape_cert_sequence OBJ_netscape_data_type,5L + +#define SN_ns_sgc "nsSGC" +#define LN_ns_sgc "Netscape Server Gated Crypto" +#define NID_ns_sgc 139 +#define OBJ_ns_sgc OBJ_netscape,4L,1L + +#define SN_org "ORG" +#define LN_org "org" +#define NID_org 379 +#define OBJ_org OBJ_iso,3L + +#define SN_dod "DOD" +#define LN_dod "dod" +#define NID_dod 380 +#define OBJ_dod OBJ_org,6L + +#define SN_iana "IANA" +#define LN_iana "iana" +#define NID_iana 381 +#define OBJ_iana OBJ_dod,1L + +#define OBJ_internet OBJ_iana + +#define SN_Directory "directory" +#define LN_Directory "Directory" +#define NID_Directory 382 +#define OBJ_Directory OBJ_internet,1L + +#define SN_Management "mgmt" +#define LN_Management "Management" +#define NID_Management 383 +#define OBJ_Management OBJ_internet,2L + +#define SN_Experimental "experimental" +#define LN_Experimental "Experimental" +#define NID_Experimental 384 +#define OBJ_Experimental OBJ_internet,3L + +#define SN_Private "private" +#define LN_Private "Private" +#define NID_Private 385 +#define OBJ_Private OBJ_internet,4L + +#define SN_Security "security" +#define LN_Security "Security" +#define NID_Security 386 +#define OBJ_Security OBJ_internet,5L + +#define SN_SNMPv2 "snmpv2" +#define LN_SNMPv2 "SNMPv2" +#define NID_SNMPv2 387 +#define OBJ_SNMPv2 OBJ_internet,6L + +#define LN_Mail "Mail" +#define NID_Mail 388 +#define OBJ_Mail OBJ_internet,7L + +#define SN_Enterprises "enterprises" +#define LN_Enterprises "Enterprises" +#define NID_Enterprises 389 +#define OBJ_Enterprises OBJ_Private,1L + +#define SN_dcObject "dcobject" +#define LN_dcObject "dcObject" +#define NID_dcObject 390 +#define OBJ_dcObject OBJ_Enterprises,1466L,344L + +#define SN_mime_mhs "mime-mhs" +#define LN_mime_mhs "MIME MHS" +#define NID_mime_mhs 504 +#define OBJ_mime_mhs OBJ_Mail,1L + +#define SN_mime_mhs_headings "mime-mhs-headings" +#define LN_mime_mhs_headings "mime-mhs-headings" +#define NID_mime_mhs_headings 505 +#define OBJ_mime_mhs_headings OBJ_mime_mhs,1L + +#define SN_mime_mhs_bodies "mime-mhs-bodies" +#define LN_mime_mhs_bodies "mime-mhs-bodies" +#define NID_mime_mhs_bodies 506 +#define OBJ_mime_mhs_bodies OBJ_mime_mhs,2L + +#define SN_id_hex_partial_message "id-hex-partial-message" +#define LN_id_hex_partial_message "id-hex-partial-message" +#define NID_id_hex_partial_message 507 +#define OBJ_id_hex_partial_message OBJ_mime_mhs_headings,1L + +#define SN_id_hex_multipart_message "id-hex-multipart-message" +#define LN_id_hex_multipart_message "id-hex-multipart-message" +#define NID_id_hex_multipart_message 508 +#define OBJ_id_hex_multipart_message OBJ_mime_mhs_headings,2L + +#define SN_rle_compression "RLE" +#define LN_rle_compression "run length compression" +#define NID_rle_compression 124 +#define OBJ_rle_compression 1L,1L,1L,1L,666L,1L + +#define SN_zlib_compression "ZLIB" +#define LN_zlib_compression "zlib compression" +#define NID_zlib_compression 125 +#define OBJ_zlib_compression OBJ_id_smime_alg,8L + +#define OBJ_csor 2L,16L,840L,1L,101L,3L + +#define OBJ_nistAlgorithms OBJ_csor,4L + +#define OBJ_aes OBJ_nistAlgorithms,1L + +#define SN_aes_128_ecb "AES-128-ECB" +#define LN_aes_128_ecb "aes-128-ecb" +#define NID_aes_128_ecb 418 +#define OBJ_aes_128_ecb OBJ_aes,1L + +#define SN_aes_128_cbc "AES-128-CBC" +#define LN_aes_128_cbc "aes-128-cbc" +#define NID_aes_128_cbc 419 +#define OBJ_aes_128_cbc OBJ_aes,2L + +#define SN_aes_128_ofb128 "AES-128-OFB" +#define LN_aes_128_ofb128 "aes-128-ofb" +#define NID_aes_128_ofb128 420 +#define OBJ_aes_128_ofb128 OBJ_aes,3L + +#define SN_aes_128_cfb128 "AES-128-CFB" +#define LN_aes_128_cfb128 "aes-128-cfb" +#define NID_aes_128_cfb128 421 +#define OBJ_aes_128_cfb128 OBJ_aes,4L + +#define SN_id_aes128_wrap "id-aes128-wrap" +#define NID_id_aes128_wrap 788 +#define OBJ_id_aes128_wrap OBJ_aes,5L + +#define SN_aes_128_gcm "id-aes128-GCM" +#define LN_aes_128_gcm "aes-128-gcm" +#define NID_aes_128_gcm 895 +#define OBJ_aes_128_gcm OBJ_aes,6L + +#define SN_aes_128_ccm "id-aes128-CCM" +#define LN_aes_128_ccm "aes-128-ccm" +#define NID_aes_128_ccm 896 +#define OBJ_aes_128_ccm OBJ_aes,7L + +#define SN_id_aes128_wrap_pad "id-aes128-wrap-pad" +#define NID_id_aes128_wrap_pad 897 +#define OBJ_id_aes128_wrap_pad OBJ_aes,8L + +#define SN_aes_192_ecb "AES-192-ECB" +#define LN_aes_192_ecb "aes-192-ecb" +#define NID_aes_192_ecb 422 +#define OBJ_aes_192_ecb OBJ_aes,21L + +#define SN_aes_192_cbc "AES-192-CBC" +#define LN_aes_192_cbc "aes-192-cbc" +#define NID_aes_192_cbc 423 +#define OBJ_aes_192_cbc OBJ_aes,22L + +#define SN_aes_192_ofb128 "AES-192-OFB" +#define LN_aes_192_ofb128 "aes-192-ofb" +#define NID_aes_192_ofb128 424 +#define OBJ_aes_192_ofb128 OBJ_aes,23L + +#define SN_aes_192_cfb128 "AES-192-CFB" +#define LN_aes_192_cfb128 "aes-192-cfb" +#define NID_aes_192_cfb128 425 +#define OBJ_aes_192_cfb128 OBJ_aes,24L + +#define SN_id_aes192_wrap "id-aes192-wrap" +#define NID_id_aes192_wrap 789 +#define OBJ_id_aes192_wrap OBJ_aes,25L + +#define SN_aes_192_gcm "id-aes192-GCM" +#define LN_aes_192_gcm "aes-192-gcm" +#define NID_aes_192_gcm 898 +#define OBJ_aes_192_gcm OBJ_aes,26L + +#define SN_aes_192_ccm "id-aes192-CCM" +#define LN_aes_192_ccm "aes-192-ccm" +#define NID_aes_192_ccm 899 +#define OBJ_aes_192_ccm OBJ_aes,27L + +#define SN_id_aes192_wrap_pad "id-aes192-wrap-pad" +#define NID_id_aes192_wrap_pad 900 +#define OBJ_id_aes192_wrap_pad OBJ_aes,28L + +#define SN_aes_256_ecb "AES-256-ECB" +#define LN_aes_256_ecb "aes-256-ecb" +#define NID_aes_256_ecb 426 +#define OBJ_aes_256_ecb OBJ_aes,41L + +#define SN_aes_256_cbc "AES-256-CBC" +#define LN_aes_256_cbc "aes-256-cbc" +#define NID_aes_256_cbc 427 +#define OBJ_aes_256_cbc OBJ_aes,42L + +#define SN_aes_256_ofb128 "AES-256-OFB" +#define LN_aes_256_ofb128 "aes-256-ofb" +#define NID_aes_256_ofb128 428 +#define OBJ_aes_256_ofb128 OBJ_aes,43L + +#define SN_aes_256_cfb128 "AES-256-CFB" +#define LN_aes_256_cfb128 "aes-256-cfb" +#define NID_aes_256_cfb128 429 +#define OBJ_aes_256_cfb128 OBJ_aes,44L + +#define SN_id_aes256_wrap "id-aes256-wrap" +#define NID_id_aes256_wrap 790 +#define OBJ_id_aes256_wrap OBJ_aes,45L + +#define SN_aes_256_gcm "id-aes256-GCM" +#define LN_aes_256_gcm "aes-256-gcm" +#define NID_aes_256_gcm 901 +#define OBJ_aes_256_gcm OBJ_aes,46L + +#define SN_aes_256_ccm "id-aes256-CCM" +#define LN_aes_256_ccm "aes-256-ccm" +#define NID_aes_256_ccm 902 +#define OBJ_aes_256_ccm OBJ_aes,47L + +#define SN_id_aes256_wrap_pad "id-aes256-wrap-pad" +#define NID_id_aes256_wrap_pad 903 +#define OBJ_id_aes256_wrap_pad OBJ_aes,48L + +#define SN_aes_128_cfb1 "AES-128-CFB1" +#define LN_aes_128_cfb1 "aes-128-cfb1" +#define NID_aes_128_cfb1 650 + +#define SN_aes_192_cfb1 "AES-192-CFB1" +#define LN_aes_192_cfb1 "aes-192-cfb1" +#define NID_aes_192_cfb1 651 + +#define SN_aes_256_cfb1 "AES-256-CFB1" +#define LN_aes_256_cfb1 "aes-256-cfb1" +#define NID_aes_256_cfb1 652 + +#define SN_aes_128_cfb8 "AES-128-CFB8" +#define LN_aes_128_cfb8 "aes-128-cfb8" +#define NID_aes_128_cfb8 653 + +#define SN_aes_192_cfb8 "AES-192-CFB8" +#define LN_aes_192_cfb8 "aes-192-cfb8" +#define NID_aes_192_cfb8 654 + +#define SN_aes_256_cfb8 "AES-256-CFB8" +#define LN_aes_256_cfb8 "aes-256-cfb8" +#define NID_aes_256_cfb8 655 + +#define SN_aes_128_ctr "AES-128-CTR" +#define LN_aes_128_ctr "aes-128-ctr" +#define NID_aes_128_ctr 904 + +#define SN_aes_192_ctr "AES-192-CTR" +#define LN_aes_192_ctr "aes-192-ctr" +#define NID_aes_192_ctr 905 + +#define SN_aes_256_ctr "AES-256-CTR" +#define LN_aes_256_ctr "aes-256-ctr" +#define NID_aes_256_ctr 906 + +#define SN_aes_128_xts "AES-128-XTS" +#define LN_aes_128_xts "aes-128-xts" +#define NID_aes_128_xts 913 + +#define SN_aes_256_xts "AES-256-XTS" +#define LN_aes_256_xts "aes-256-xts" +#define NID_aes_256_xts 914 + +#define SN_des_cfb1 "DES-CFB1" +#define LN_des_cfb1 "des-cfb1" +#define NID_des_cfb1 656 + +#define SN_des_cfb8 "DES-CFB8" +#define LN_des_cfb8 "des-cfb8" +#define NID_des_cfb8 657 + +#define SN_des_ede3_cfb1 "DES-EDE3-CFB1" +#define LN_des_ede3_cfb1 "des-ede3-cfb1" +#define NID_des_ede3_cfb1 658 + +#define SN_des_ede3_cfb8 "DES-EDE3-CFB8" +#define LN_des_ede3_cfb8 "des-ede3-cfb8" +#define NID_des_ede3_cfb8 659 + +#define OBJ_nist_hashalgs OBJ_nistAlgorithms,2L + +#define SN_sha256 "SHA256" +#define LN_sha256 "sha256" +#define NID_sha256 672 +#define OBJ_sha256 OBJ_nist_hashalgs,1L + +#define SN_sha384 "SHA384" +#define LN_sha384 "sha384" +#define NID_sha384 673 +#define OBJ_sha384 OBJ_nist_hashalgs,2L + +#define SN_sha512 "SHA512" +#define LN_sha512 "sha512" +#define NID_sha512 674 +#define OBJ_sha512 OBJ_nist_hashalgs,3L + +#define SN_sha224 "SHA224" +#define LN_sha224 "sha224" +#define NID_sha224 675 +#define OBJ_sha224 OBJ_nist_hashalgs,4L + +#define OBJ_dsa_with_sha2 OBJ_nistAlgorithms,3L + +#define SN_dsa_with_SHA224 "dsa_with_SHA224" +#define NID_dsa_with_SHA224 802 +#define OBJ_dsa_with_SHA224 OBJ_dsa_with_sha2,1L + +#define SN_dsa_with_SHA256 "dsa_with_SHA256" +#define NID_dsa_with_SHA256 803 +#define OBJ_dsa_with_SHA256 OBJ_dsa_with_sha2,2L + +#define SN_hold_instruction_code "holdInstructionCode" +#define LN_hold_instruction_code "Hold Instruction Code" +#define NID_hold_instruction_code 430 +#define OBJ_hold_instruction_code OBJ_id_ce,23L + +#define OBJ_holdInstruction OBJ_X9_57,2L + +#define SN_hold_instruction_none "holdInstructionNone" +#define LN_hold_instruction_none "Hold Instruction None" +#define NID_hold_instruction_none 431 +#define OBJ_hold_instruction_none OBJ_holdInstruction,1L + +#define SN_hold_instruction_call_issuer "holdInstructionCallIssuer" +#define LN_hold_instruction_call_issuer "Hold Instruction Call Issuer" +#define NID_hold_instruction_call_issuer 432 +#define OBJ_hold_instruction_call_issuer OBJ_holdInstruction,2L + +#define SN_hold_instruction_reject "holdInstructionReject" +#define LN_hold_instruction_reject "Hold Instruction Reject" +#define NID_hold_instruction_reject 433 +#define OBJ_hold_instruction_reject OBJ_holdInstruction,3L + +#define SN_data "data" +#define NID_data 434 +#define OBJ_data OBJ_itu_t,9L + +#define SN_pss "pss" +#define NID_pss 435 +#define OBJ_pss OBJ_data,2342L + +#define SN_ucl "ucl" +#define NID_ucl 436 +#define OBJ_ucl OBJ_pss,19200300L + +#define SN_pilot "pilot" +#define NID_pilot 437 +#define OBJ_pilot OBJ_ucl,100L + +#define LN_pilotAttributeType "pilotAttributeType" +#define NID_pilotAttributeType 438 +#define OBJ_pilotAttributeType OBJ_pilot,1L + +#define LN_pilotAttributeSyntax "pilotAttributeSyntax" +#define NID_pilotAttributeSyntax 439 +#define OBJ_pilotAttributeSyntax OBJ_pilot,3L + +#define LN_pilotObjectClass "pilotObjectClass" +#define NID_pilotObjectClass 440 +#define OBJ_pilotObjectClass OBJ_pilot,4L + +#define LN_pilotGroups "pilotGroups" +#define NID_pilotGroups 441 +#define OBJ_pilotGroups OBJ_pilot,10L + +#define LN_iA5StringSyntax "iA5StringSyntax" +#define NID_iA5StringSyntax 442 +#define OBJ_iA5StringSyntax OBJ_pilotAttributeSyntax,4L + +#define LN_caseIgnoreIA5StringSyntax "caseIgnoreIA5StringSyntax" +#define NID_caseIgnoreIA5StringSyntax 443 +#define OBJ_caseIgnoreIA5StringSyntax OBJ_pilotAttributeSyntax,5L + +#define LN_pilotObject "pilotObject" +#define NID_pilotObject 444 +#define OBJ_pilotObject OBJ_pilotObjectClass,3L + +#define LN_pilotPerson "pilotPerson" +#define NID_pilotPerson 445 +#define OBJ_pilotPerson OBJ_pilotObjectClass,4L + +#define SN_account "account" +#define NID_account 446 +#define OBJ_account OBJ_pilotObjectClass,5L + +#define SN_document "document" +#define NID_document 447 +#define OBJ_document OBJ_pilotObjectClass,6L + +#define SN_room "room" +#define NID_room 448 +#define OBJ_room OBJ_pilotObjectClass,7L + +#define LN_documentSeries "documentSeries" +#define NID_documentSeries 449 +#define OBJ_documentSeries OBJ_pilotObjectClass,9L + +#define SN_Domain "domain" +#define LN_Domain "Domain" +#define NID_Domain 392 +#define OBJ_Domain OBJ_pilotObjectClass,13L + +#define LN_rFC822localPart "rFC822localPart" +#define NID_rFC822localPart 450 +#define OBJ_rFC822localPart OBJ_pilotObjectClass,14L + +#define LN_dNSDomain "dNSDomain" +#define NID_dNSDomain 451 +#define OBJ_dNSDomain OBJ_pilotObjectClass,15L + +#define LN_domainRelatedObject "domainRelatedObject" +#define NID_domainRelatedObject 452 +#define OBJ_domainRelatedObject OBJ_pilotObjectClass,17L + +#define LN_friendlyCountry "friendlyCountry" +#define NID_friendlyCountry 453 +#define OBJ_friendlyCountry OBJ_pilotObjectClass,18L + +#define LN_simpleSecurityObject "simpleSecurityObject" +#define NID_simpleSecurityObject 454 +#define OBJ_simpleSecurityObject OBJ_pilotObjectClass,19L + +#define LN_pilotOrganization "pilotOrganization" +#define NID_pilotOrganization 455 +#define OBJ_pilotOrganization OBJ_pilotObjectClass,20L + +#define LN_pilotDSA "pilotDSA" +#define NID_pilotDSA 456 +#define OBJ_pilotDSA OBJ_pilotObjectClass,21L + +#define LN_qualityLabelledData "qualityLabelledData" +#define NID_qualityLabelledData 457 +#define OBJ_qualityLabelledData OBJ_pilotObjectClass,22L + +#define SN_userId "UID" +#define LN_userId "userId" +#define NID_userId 458 +#define OBJ_userId OBJ_pilotAttributeType,1L + +#define LN_textEncodedORAddress "textEncodedORAddress" +#define NID_textEncodedORAddress 459 +#define OBJ_textEncodedORAddress OBJ_pilotAttributeType,2L + +#define SN_rfc822Mailbox "mail" +#define LN_rfc822Mailbox "rfc822Mailbox" +#define NID_rfc822Mailbox 460 +#define OBJ_rfc822Mailbox OBJ_pilotAttributeType,3L + +#define SN_info "info" +#define NID_info 461 +#define OBJ_info OBJ_pilotAttributeType,4L + +#define LN_favouriteDrink "favouriteDrink" +#define NID_favouriteDrink 462 +#define OBJ_favouriteDrink OBJ_pilotAttributeType,5L + +#define LN_roomNumber "roomNumber" +#define NID_roomNumber 463 +#define OBJ_roomNumber OBJ_pilotAttributeType,6L + +#define SN_photo "photo" +#define NID_photo 464 +#define OBJ_photo OBJ_pilotAttributeType,7L + +#define LN_userClass "userClass" +#define NID_userClass 465 +#define OBJ_userClass OBJ_pilotAttributeType,8L + +#define SN_host "host" +#define NID_host 466 +#define OBJ_host OBJ_pilotAttributeType,9L + +#define SN_manager "manager" +#define NID_manager 467 +#define OBJ_manager OBJ_pilotAttributeType,10L + +#define LN_documentIdentifier "documentIdentifier" +#define NID_documentIdentifier 468 +#define OBJ_documentIdentifier OBJ_pilotAttributeType,11L + +#define LN_documentTitle "documentTitle" +#define NID_documentTitle 469 +#define OBJ_documentTitle OBJ_pilotAttributeType,12L + +#define LN_documentVersion "documentVersion" +#define NID_documentVersion 470 +#define OBJ_documentVersion OBJ_pilotAttributeType,13L + +#define LN_documentAuthor "documentAuthor" +#define NID_documentAuthor 471 +#define OBJ_documentAuthor OBJ_pilotAttributeType,14L + +#define LN_documentLocation "documentLocation" +#define NID_documentLocation 472 +#define OBJ_documentLocation OBJ_pilotAttributeType,15L + +#define LN_homeTelephoneNumber "homeTelephoneNumber" +#define NID_homeTelephoneNumber 473 +#define OBJ_homeTelephoneNumber OBJ_pilotAttributeType,20L + +#define SN_secretary "secretary" +#define NID_secretary 474 +#define OBJ_secretary OBJ_pilotAttributeType,21L + +#define LN_otherMailbox "otherMailbox" +#define NID_otherMailbox 475 +#define OBJ_otherMailbox OBJ_pilotAttributeType,22L + +#define LN_lastModifiedTime "lastModifiedTime" +#define NID_lastModifiedTime 476 +#define OBJ_lastModifiedTime OBJ_pilotAttributeType,23L + +#define LN_lastModifiedBy "lastModifiedBy" +#define NID_lastModifiedBy 477 +#define OBJ_lastModifiedBy OBJ_pilotAttributeType,24L + +#define SN_domainComponent "DC" +#define LN_domainComponent "domainComponent" +#define NID_domainComponent 391 +#define OBJ_domainComponent OBJ_pilotAttributeType,25L + +#define LN_aRecord "aRecord" +#define NID_aRecord 478 +#define OBJ_aRecord OBJ_pilotAttributeType,26L + +#define LN_pilotAttributeType27 "pilotAttributeType27" +#define NID_pilotAttributeType27 479 +#define OBJ_pilotAttributeType27 OBJ_pilotAttributeType,27L + +#define LN_mXRecord "mXRecord" +#define NID_mXRecord 480 +#define OBJ_mXRecord OBJ_pilotAttributeType,28L + +#define LN_nSRecord "nSRecord" +#define NID_nSRecord 481 +#define OBJ_nSRecord OBJ_pilotAttributeType,29L + +#define LN_sOARecord "sOARecord" +#define NID_sOARecord 482 +#define OBJ_sOARecord OBJ_pilotAttributeType,30L + +#define LN_cNAMERecord "cNAMERecord" +#define NID_cNAMERecord 483 +#define OBJ_cNAMERecord OBJ_pilotAttributeType,31L + +#define LN_associatedDomain "associatedDomain" +#define NID_associatedDomain 484 +#define OBJ_associatedDomain OBJ_pilotAttributeType,37L + +#define LN_associatedName "associatedName" +#define NID_associatedName 485 +#define OBJ_associatedName OBJ_pilotAttributeType,38L + +#define LN_homePostalAddress "homePostalAddress" +#define NID_homePostalAddress 486 +#define OBJ_homePostalAddress OBJ_pilotAttributeType,39L + +#define LN_personalTitle "personalTitle" +#define NID_personalTitle 487 +#define OBJ_personalTitle OBJ_pilotAttributeType,40L + +#define LN_mobileTelephoneNumber "mobileTelephoneNumber" +#define NID_mobileTelephoneNumber 488 +#define OBJ_mobileTelephoneNumber OBJ_pilotAttributeType,41L + +#define LN_pagerTelephoneNumber "pagerTelephoneNumber" +#define NID_pagerTelephoneNumber 489 +#define OBJ_pagerTelephoneNumber OBJ_pilotAttributeType,42L + +#define LN_friendlyCountryName "friendlyCountryName" +#define NID_friendlyCountryName 490 +#define OBJ_friendlyCountryName OBJ_pilotAttributeType,43L + +#define LN_organizationalStatus "organizationalStatus" +#define NID_organizationalStatus 491 +#define OBJ_organizationalStatus OBJ_pilotAttributeType,45L + +#define LN_janetMailbox "janetMailbox" +#define NID_janetMailbox 492 +#define OBJ_janetMailbox OBJ_pilotAttributeType,46L + +#define LN_mailPreferenceOption "mailPreferenceOption" +#define NID_mailPreferenceOption 493 +#define OBJ_mailPreferenceOption OBJ_pilotAttributeType,47L + +#define LN_buildingName "buildingName" +#define NID_buildingName 494 +#define OBJ_buildingName OBJ_pilotAttributeType,48L + +#define LN_dSAQuality "dSAQuality" +#define NID_dSAQuality 495 +#define OBJ_dSAQuality OBJ_pilotAttributeType,49L + +#define LN_singleLevelQuality "singleLevelQuality" +#define NID_singleLevelQuality 496 +#define OBJ_singleLevelQuality OBJ_pilotAttributeType,50L + +#define LN_subtreeMinimumQuality "subtreeMinimumQuality" +#define NID_subtreeMinimumQuality 497 +#define OBJ_subtreeMinimumQuality OBJ_pilotAttributeType,51L + +#define LN_subtreeMaximumQuality "subtreeMaximumQuality" +#define NID_subtreeMaximumQuality 498 +#define OBJ_subtreeMaximumQuality OBJ_pilotAttributeType,52L + +#define LN_personalSignature "personalSignature" +#define NID_personalSignature 499 +#define OBJ_personalSignature OBJ_pilotAttributeType,53L + +#define LN_dITRedirect "dITRedirect" +#define NID_dITRedirect 500 +#define OBJ_dITRedirect OBJ_pilotAttributeType,54L + +#define SN_audio "audio" +#define NID_audio 501 +#define OBJ_audio OBJ_pilotAttributeType,55L + +#define LN_documentPublisher "documentPublisher" +#define NID_documentPublisher 502 +#define OBJ_documentPublisher OBJ_pilotAttributeType,56L + +#define SN_id_set "id-set" +#define LN_id_set "Secure Electronic Transactions" +#define NID_id_set 512 +#define OBJ_id_set OBJ_international_organizations,42L + +#define SN_set_ctype "set-ctype" +#define LN_set_ctype "content types" +#define NID_set_ctype 513 +#define OBJ_set_ctype OBJ_id_set,0L + +#define SN_set_msgExt "set-msgExt" +#define LN_set_msgExt "message extensions" +#define NID_set_msgExt 514 +#define OBJ_set_msgExt OBJ_id_set,1L + +#define SN_set_attr "set-attr" +#define NID_set_attr 515 +#define OBJ_set_attr OBJ_id_set,3L + +#define SN_set_policy "set-policy" +#define NID_set_policy 516 +#define OBJ_set_policy OBJ_id_set,5L + +#define SN_set_certExt "set-certExt" +#define LN_set_certExt "certificate extensions" +#define NID_set_certExt 517 +#define OBJ_set_certExt OBJ_id_set,7L + +#define SN_set_brand "set-brand" +#define NID_set_brand 518 +#define OBJ_set_brand OBJ_id_set,8L + +#define SN_setct_PANData "setct-PANData" +#define NID_setct_PANData 519 +#define OBJ_setct_PANData OBJ_set_ctype,0L + +#define SN_setct_PANToken "setct-PANToken" +#define NID_setct_PANToken 520 +#define OBJ_setct_PANToken OBJ_set_ctype,1L + +#define SN_setct_PANOnly "setct-PANOnly" +#define NID_setct_PANOnly 521 +#define OBJ_setct_PANOnly OBJ_set_ctype,2L + +#define SN_setct_OIData "setct-OIData" +#define NID_setct_OIData 522 +#define OBJ_setct_OIData OBJ_set_ctype,3L + +#define SN_setct_PI "setct-PI" +#define NID_setct_PI 523 +#define OBJ_setct_PI OBJ_set_ctype,4L + +#define SN_setct_PIData "setct-PIData" +#define NID_setct_PIData 524 +#define OBJ_setct_PIData OBJ_set_ctype,5L + +#define SN_setct_PIDataUnsigned "setct-PIDataUnsigned" +#define NID_setct_PIDataUnsigned 525 +#define OBJ_setct_PIDataUnsigned OBJ_set_ctype,6L + +#define SN_setct_HODInput "setct-HODInput" +#define NID_setct_HODInput 526 +#define OBJ_setct_HODInput OBJ_set_ctype,7L + +#define SN_setct_AuthResBaggage "setct-AuthResBaggage" +#define NID_setct_AuthResBaggage 527 +#define OBJ_setct_AuthResBaggage OBJ_set_ctype,8L + +#define SN_setct_AuthRevReqBaggage "setct-AuthRevReqBaggage" +#define NID_setct_AuthRevReqBaggage 528 +#define OBJ_setct_AuthRevReqBaggage OBJ_set_ctype,9L + +#define SN_setct_AuthRevResBaggage "setct-AuthRevResBaggage" +#define NID_setct_AuthRevResBaggage 529 +#define OBJ_setct_AuthRevResBaggage OBJ_set_ctype,10L + +#define SN_setct_CapTokenSeq "setct-CapTokenSeq" +#define NID_setct_CapTokenSeq 530 +#define OBJ_setct_CapTokenSeq OBJ_set_ctype,11L + +#define SN_setct_PInitResData "setct-PInitResData" +#define NID_setct_PInitResData 531 +#define OBJ_setct_PInitResData OBJ_set_ctype,12L + +#define SN_setct_PI_TBS "setct-PI-TBS" +#define NID_setct_PI_TBS 532 +#define OBJ_setct_PI_TBS OBJ_set_ctype,13L + +#define SN_setct_PResData "setct-PResData" +#define NID_setct_PResData 533 +#define OBJ_setct_PResData OBJ_set_ctype,14L + +#define SN_setct_AuthReqTBS "setct-AuthReqTBS" +#define NID_setct_AuthReqTBS 534 +#define OBJ_setct_AuthReqTBS OBJ_set_ctype,16L + +#define SN_setct_AuthResTBS "setct-AuthResTBS" +#define NID_setct_AuthResTBS 535 +#define OBJ_setct_AuthResTBS OBJ_set_ctype,17L + +#define SN_setct_AuthResTBSX "setct-AuthResTBSX" +#define NID_setct_AuthResTBSX 536 +#define OBJ_setct_AuthResTBSX OBJ_set_ctype,18L + +#define SN_setct_AuthTokenTBS "setct-AuthTokenTBS" +#define NID_setct_AuthTokenTBS 537 +#define OBJ_setct_AuthTokenTBS OBJ_set_ctype,19L + +#define SN_setct_CapTokenData "setct-CapTokenData" +#define NID_setct_CapTokenData 538 +#define OBJ_setct_CapTokenData OBJ_set_ctype,20L + +#define SN_setct_CapTokenTBS "setct-CapTokenTBS" +#define NID_setct_CapTokenTBS 539 +#define OBJ_setct_CapTokenTBS OBJ_set_ctype,21L + +#define SN_setct_AcqCardCodeMsg "setct-AcqCardCodeMsg" +#define NID_setct_AcqCardCodeMsg 540 +#define OBJ_setct_AcqCardCodeMsg OBJ_set_ctype,22L + +#define SN_setct_AuthRevReqTBS "setct-AuthRevReqTBS" +#define NID_setct_AuthRevReqTBS 541 +#define OBJ_setct_AuthRevReqTBS OBJ_set_ctype,23L + +#define SN_setct_AuthRevResData "setct-AuthRevResData" +#define NID_setct_AuthRevResData 542 +#define OBJ_setct_AuthRevResData OBJ_set_ctype,24L + +#define SN_setct_AuthRevResTBS "setct-AuthRevResTBS" +#define NID_setct_AuthRevResTBS 543 +#define OBJ_setct_AuthRevResTBS OBJ_set_ctype,25L + +#define SN_setct_CapReqTBS "setct-CapReqTBS" +#define NID_setct_CapReqTBS 544 +#define OBJ_setct_CapReqTBS OBJ_set_ctype,26L + +#define SN_setct_CapReqTBSX "setct-CapReqTBSX" +#define NID_setct_CapReqTBSX 545 +#define OBJ_setct_CapReqTBSX OBJ_set_ctype,27L + +#define SN_setct_CapResData "setct-CapResData" +#define NID_setct_CapResData 546 +#define OBJ_setct_CapResData OBJ_set_ctype,28L + +#define SN_setct_CapRevReqTBS "setct-CapRevReqTBS" +#define NID_setct_CapRevReqTBS 547 +#define OBJ_setct_CapRevReqTBS OBJ_set_ctype,29L + +#define SN_setct_CapRevReqTBSX "setct-CapRevReqTBSX" +#define NID_setct_CapRevReqTBSX 548 +#define OBJ_setct_CapRevReqTBSX OBJ_set_ctype,30L + +#define SN_setct_CapRevResData "setct-CapRevResData" +#define NID_setct_CapRevResData 549 +#define OBJ_setct_CapRevResData OBJ_set_ctype,31L + +#define SN_setct_CredReqTBS "setct-CredReqTBS" +#define NID_setct_CredReqTBS 550 +#define OBJ_setct_CredReqTBS OBJ_set_ctype,32L + +#define SN_setct_CredReqTBSX "setct-CredReqTBSX" +#define NID_setct_CredReqTBSX 551 +#define OBJ_setct_CredReqTBSX OBJ_set_ctype,33L + +#define SN_setct_CredResData "setct-CredResData" +#define NID_setct_CredResData 552 +#define OBJ_setct_CredResData OBJ_set_ctype,34L + +#define SN_setct_CredRevReqTBS "setct-CredRevReqTBS" +#define NID_setct_CredRevReqTBS 553 +#define OBJ_setct_CredRevReqTBS OBJ_set_ctype,35L + +#define SN_setct_CredRevReqTBSX "setct-CredRevReqTBSX" +#define NID_setct_CredRevReqTBSX 554 +#define OBJ_setct_CredRevReqTBSX OBJ_set_ctype,36L + +#define SN_setct_CredRevResData "setct-CredRevResData" +#define NID_setct_CredRevResData 555 +#define OBJ_setct_CredRevResData OBJ_set_ctype,37L + +#define SN_setct_PCertReqData "setct-PCertReqData" +#define NID_setct_PCertReqData 556 +#define OBJ_setct_PCertReqData OBJ_set_ctype,38L + +#define SN_setct_PCertResTBS "setct-PCertResTBS" +#define NID_setct_PCertResTBS 557 +#define OBJ_setct_PCertResTBS OBJ_set_ctype,39L + +#define SN_setct_BatchAdminReqData "setct-BatchAdminReqData" +#define NID_setct_BatchAdminReqData 558 +#define OBJ_setct_BatchAdminReqData OBJ_set_ctype,40L + +#define SN_setct_BatchAdminResData "setct-BatchAdminResData" +#define NID_setct_BatchAdminResData 559 +#define OBJ_setct_BatchAdminResData OBJ_set_ctype,41L + +#define SN_setct_CardCInitResTBS "setct-CardCInitResTBS" +#define NID_setct_CardCInitResTBS 560 +#define OBJ_setct_CardCInitResTBS OBJ_set_ctype,42L + +#define SN_setct_MeAqCInitResTBS "setct-MeAqCInitResTBS" +#define NID_setct_MeAqCInitResTBS 561 +#define OBJ_setct_MeAqCInitResTBS OBJ_set_ctype,43L + +#define SN_setct_RegFormResTBS "setct-RegFormResTBS" +#define NID_setct_RegFormResTBS 562 +#define OBJ_setct_RegFormResTBS OBJ_set_ctype,44L + +#define SN_setct_CertReqData "setct-CertReqData" +#define NID_setct_CertReqData 563 +#define OBJ_setct_CertReqData OBJ_set_ctype,45L + +#define SN_setct_CertReqTBS "setct-CertReqTBS" +#define NID_setct_CertReqTBS 564 +#define OBJ_setct_CertReqTBS OBJ_set_ctype,46L + +#define SN_setct_CertResData "setct-CertResData" +#define NID_setct_CertResData 565 +#define OBJ_setct_CertResData OBJ_set_ctype,47L + +#define SN_setct_CertInqReqTBS "setct-CertInqReqTBS" +#define NID_setct_CertInqReqTBS 566 +#define OBJ_setct_CertInqReqTBS OBJ_set_ctype,48L + +#define SN_setct_ErrorTBS "setct-ErrorTBS" +#define NID_setct_ErrorTBS 567 +#define OBJ_setct_ErrorTBS OBJ_set_ctype,49L + +#define SN_setct_PIDualSignedTBE "setct-PIDualSignedTBE" +#define NID_setct_PIDualSignedTBE 568 +#define OBJ_setct_PIDualSignedTBE OBJ_set_ctype,50L + +#define SN_setct_PIUnsignedTBE "setct-PIUnsignedTBE" +#define NID_setct_PIUnsignedTBE 569 +#define OBJ_setct_PIUnsignedTBE OBJ_set_ctype,51L + +#define SN_setct_AuthReqTBE "setct-AuthReqTBE" +#define NID_setct_AuthReqTBE 570 +#define OBJ_setct_AuthReqTBE OBJ_set_ctype,52L + +#define SN_setct_AuthResTBE "setct-AuthResTBE" +#define NID_setct_AuthResTBE 571 +#define OBJ_setct_AuthResTBE OBJ_set_ctype,53L + +#define SN_setct_AuthResTBEX "setct-AuthResTBEX" +#define NID_setct_AuthResTBEX 572 +#define OBJ_setct_AuthResTBEX OBJ_set_ctype,54L + +#define SN_setct_AuthTokenTBE "setct-AuthTokenTBE" +#define NID_setct_AuthTokenTBE 573 +#define OBJ_setct_AuthTokenTBE OBJ_set_ctype,55L + +#define SN_setct_CapTokenTBE "setct-CapTokenTBE" +#define NID_setct_CapTokenTBE 574 +#define OBJ_setct_CapTokenTBE OBJ_set_ctype,56L + +#define SN_setct_CapTokenTBEX "setct-CapTokenTBEX" +#define NID_setct_CapTokenTBEX 575 +#define OBJ_setct_CapTokenTBEX OBJ_set_ctype,57L + +#define SN_setct_AcqCardCodeMsgTBE "setct-AcqCardCodeMsgTBE" +#define NID_setct_AcqCardCodeMsgTBE 576 +#define OBJ_setct_AcqCardCodeMsgTBE OBJ_set_ctype,58L + +#define SN_setct_AuthRevReqTBE "setct-AuthRevReqTBE" +#define NID_setct_AuthRevReqTBE 577 +#define OBJ_setct_AuthRevReqTBE OBJ_set_ctype,59L + +#define SN_setct_AuthRevResTBE "setct-AuthRevResTBE" +#define NID_setct_AuthRevResTBE 578 +#define OBJ_setct_AuthRevResTBE OBJ_set_ctype,60L + +#define SN_setct_AuthRevResTBEB "setct-AuthRevResTBEB" +#define NID_setct_AuthRevResTBEB 579 +#define OBJ_setct_AuthRevResTBEB OBJ_set_ctype,61L + +#define SN_setct_CapReqTBE "setct-CapReqTBE" +#define NID_setct_CapReqTBE 580 +#define OBJ_setct_CapReqTBE OBJ_set_ctype,62L + +#define SN_setct_CapReqTBEX "setct-CapReqTBEX" +#define NID_setct_CapReqTBEX 581 +#define OBJ_setct_CapReqTBEX OBJ_set_ctype,63L + +#define SN_setct_CapResTBE "setct-CapResTBE" +#define NID_setct_CapResTBE 582 +#define OBJ_setct_CapResTBE OBJ_set_ctype,64L + +#define SN_setct_CapRevReqTBE "setct-CapRevReqTBE" +#define NID_setct_CapRevReqTBE 583 +#define OBJ_setct_CapRevReqTBE OBJ_set_ctype,65L + +#define SN_setct_CapRevReqTBEX "setct-CapRevReqTBEX" +#define NID_setct_CapRevReqTBEX 584 +#define OBJ_setct_CapRevReqTBEX OBJ_set_ctype,66L + +#define SN_setct_CapRevResTBE "setct-CapRevResTBE" +#define NID_setct_CapRevResTBE 585 +#define OBJ_setct_CapRevResTBE OBJ_set_ctype,67L + +#define SN_setct_CredReqTBE "setct-CredReqTBE" +#define NID_setct_CredReqTBE 586 +#define OBJ_setct_CredReqTBE OBJ_set_ctype,68L + +#define SN_setct_CredReqTBEX "setct-CredReqTBEX" +#define NID_setct_CredReqTBEX 587 +#define OBJ_setct_CredReqTBEX OBJ_set_ctype,69L + +#define SN_setct_CredResTBE "setct-CredResTBE" +#define NID_setct_CredResTBE 588 +#define OBJ_setct_CredResTBE OBJ_set_ctype,70L + +#define SN_setct_CredRevReqTBE "setct-CredRevReqTBE" +#define NID_setct_CredRevReqTBE 589 +#define OBJ_setct_CredRevReqTBE OBJ_set_ctype,71L + +#define SN_setct_CredRevReqTBEX "setct-CredRevReqTBEX" +#define NID_setct_CredRevReqTBEX 590 +#define OBJ_setct_CredRevReqTBEX OBJ_set_ctype,72L + +#define SN_setct_CredRevResTBE "setct-CredRevResTBE" +#define NID_setct_CredRevResTBE 591 +#define OBJ_setct_CredRevResTBE OBJ_set_ctype,73L + +#define SN_setct_BatchAdminReqTBE "setct-BatchAdminReqTBE" +#define NID_setct_BatchAdminReqTBE 592 +#define OBJ_setct_BatchAdminReqTBE OBJ_set_ctype,74L + +#define SN_setct_BatchAdminResTBE "setct-BatchAdminResTBE" +#define NID_setct_BatchAdminResTBE 593 +#define OBJ_setct_BatchAdminResTBE OBJ_set_ctype,75L + +#define SN_setct_RegFormReqTBE "setct-RegFormReqTBE" +#define NID_setct_RegFormReqTBE 594 +#define OBJ_setct_RegFormReqTBE OBJ_set_ctype,76L + +#define SN_setct_CertReqTBE "setct-CertReqTBE" +#define NID_setct_CertReqTBE 595 +#define OBJ_setct_CertReqTBE OBJ_set_ctype,77L + +#define SN_setct_CertReqTBEX "setct-CertReqTBEX" +#define NID_setct_CertReqTBEX 596 +#define OBJ_setct_CertReqTBEX OBJ_set_ctype,78L + +#define SN_setct_CertResTBE "setct-CertResTBE" +#define NID_setct_CertResTBE 597 +#define OBJ_setct_CertResTBE OBJ_set_ctype,79L + +#define SN_setct_CRLNotificationTBS "setct-CRLNotificationTBS" +#define NID_setct_CRLNotificationTBS 598 +#define OBJ_setct_CRLNotificationTBS OBJ_set_ctype,80L + +#define SN_setct_CRLNotificationResTBS "setct-CRLNotificationResTBS" +#define NID_setct_CRLNotificationResTBS 599 +#define OBJ_setct_CRLNotificationResTBS OBJ_set_ctype,81L + +#define SN_setct_BCIDistributionTBS "setct-BCIDistributionTBS" +#define NID_setct_BCIDistributionTBS 600 +#define OBJ_setct_BCIDistributionTBS OBJ_set_ctype,82L + +#define SN_setext_genCrypt "setext-genCrypt" +#define LN_setext_genCrypt "generic cryptogram" +#define NID_setext_genCrypt 601 +#define OBJ_setext_genCrypt OBJ_set_msgExt,1L + +#define SN_setext_miAuth "setext-miAuth" +#define LN_setext_miAuth "merchant initiated auth" +#define NID_setext_miAuth 602 +#define OBJ_setext_miAuth OBJ_set_msgExt,3L + +#define SN_setext_pinSecure "setext-pinSecure" +#define NID_setext_pinSecure 603 +#define OBJ_setext_pinSecure OBJ_set_msgExt,4L + +#define SN_setext_pinAny "setext-pinAny" +#define NID_setext_pinAny 604 +#define OBJ_setext_pinAny OBJ_set_msgExt,5L + +#define SN_setext_track2 "setext-track2" +#define NID_setext_track2 605 +#define OBJ_setext_track2 OBJ_set_msgExt,7L + +#define SN_setext_cv "setext-cv" +#define LN_setext_cv "additional verification" +#define NID_setext_cv 606 +#define OBJ_setext_cv OBJ_set_msgExt,8L + +#define SN_set_policy_root "set-policy-root" +#define NID_set_policy_root 607 +#define OBJ_set_policy_root OBJ_set_policy,0L + +#define SN_setCext_hashedRoot "setCext-hashedRoot" +#define NID_setCext_hashedRoot 608 +#define OBJ_setCext_hashedRoot OBJ_set_certExt,0L + +#define SN_setCext_certType "setCext-certType" +#define NID_setCext_certType 609 +#define OBJ_setCext_certType OBJ_set_certExt,1L + +#define SN_setCext_merchData "setCext-merchData" +#define NID_setCext_merchData 610 +#define OBJ_setCext_merchData OBJ_set_certExt,2L + +#define SN_setCext_cCertRequired "setCext-cCertRequired" +#define NID_setCext_cCertRequired 611 +#define OBJ_setCext_cCertRequired OBJ_set_certExt,3L + +#define SN_setCext_tunneling "setCext-tunneling" +#define NID_setCext_tunneling 612 +#define OBJ_setCext_tunneling OBJ_set_certExt,4L + +#define SN_setCext_setExt "setCext-setExt" +#define NID_setCext_setExt 613 +#define OBJ_setCext_setExt OBJ_set_certExt,5L + +#define SN_setCext_setQualf "setCext-setQualf" +#define NID_setCext_setQualf 614 +#define OBJ_setCext_setQualf OBJ_set_certExt,6L + +#define SN_setCext_PGWYcapabilities "setCext-PGWYcapabilities" +#define NID_setCext_PGWYcapabilities 615 +#define OBJ_setCext_PGWYcapabilities OBJ_set_certExt,7L + +#define SN_setCext_TokenIdentifier "setCext-TokenIdentifier" +#define NID_setCext_TokenIdentifier 616 +#define OBJ_setCext_TokenIdentifier OBJ_set_certExt,8L + +#define SN_setCext_Track2Data "setCext-Track2Data" +#define NID_setCext_Track2Data 617 +#define OBJ_setCext_Track2Data OBJ_set_certExt,9L + +#define SN_setCext_TokenType "setCext-TokenType" +#define NID_setCext_TokenType 618 +#define OBJ_setCext_TokenType OBJ_set_certExt,10L + +#define SN_setCext_IssuerCapabilities "setCext-IssuerCapabilities" +#define NID_setCext_IssuerCapabilities 619 +#define OBJ_setCext_IssuerCapabilities OBJ_set_certExt,11L + +#define SN_setAttr_Cert "setAttr-Cert" +#define NID_setAttr_Cert 620 +#define OBJ_setAttr_Cert OBJ_set_attr,0L + +#define SN_setAttr_PGWYcap "setAttr-PGWYcap" +#define LN_setAttr_PGWYcap "payment gateway capabilities" +#define NID_setAttr_PGWYcap 621 +#define OBJ_setAttr_PGWYcap OBJ_set_attr,1L + +#define SN_setAttr_TokenType "setAttr-TokenType" +#define NID_setAttr_TokenType 622 +#define OBJ_setAttr_TokenType OBJ_set_attr,2L + +#define SN_setAttr_IssCap "setAttr-IssCap" +#define LN_setAttr_IssCap "issuer capabilities" +#define NID_setAttr_IssCap 623 +#define OBJ_setAttr_IssCap OBJ_set_attr,3L + +#define SN_set_rootKeyThumb "set-rootKeyThumb" +#define NID_set_rootKeyThumb 624 +#define OBJ_set_rootKeyThumb OBJ_setAttr_Cert,0L + +#define SN_set_addPolicy "set-addPolicy" +#define NID_set_addPolicy 625 +#define OBJ_set_addPolicy OBJ_setAttr_Cert,1L + +#define SN_setAttr_Token_EMV "setAttr-Token-EMV" +#define NID_setAttr_Token_EMV 626 +#define OBJ_setAttr_Token_EMV OBJ_setAttr_TokenType,1L + +#define SN_setAttr_Token_B0Prime "setAttr-Token-B0Prime" +#define NID_setAttr_Token_B0Prime 627 +#define OBJ_setAttr_Token_B0Prime OBJ_setAttr_TokenType,2L + +#define SN_setAttr_IssCap_CVM "setAttr-IssCap-CVM" +#define NID_setAttr_IssCap_CVM 628 +#define OBJ_setAttr_IssCap_CVM OBJ_setAttr_IssCap,3L + +#define SN_setAttr_IssCap_T2 "setAttr-IssCap-T2" +#define NID_setAttr_IssCap_T2 629 +#define OBJ_setAttr_IssCap_T2 OBJ_setAttr_IssCap,4L + +#define SN_setAttr_IssCap_Sig "setAttr-IssCap-Sig" +#define NID_setAttr_IssCap_Sig 630 +#define OBJ_setAttr_IssCap_Sig OBJ_setAttr_IssCap,5L + +#define SN_setAttr_GenCryptgrm "setAttr-GenCryptgrm" +#define LN_setAttr_GenCryptgrm "generate cryptogram" +#define NID_setAttr_GenCryptgrm 631 +#define OBJ_setAttr_GenCryptgrm OBJ_setAttr_IssCap_CVM,1L + +#define SN_setAttr_T2Enc "setAttr-T2Enc" +#define LN_setAttr_T2Enc "encrypted track 2" +#define NID_setAttr_T2Enc 632 +#define OBJ_setAttr_T2Enc OBJ_setAttr_IssCap_T2,1L + +#define SN_setAttr_T2cleartxt "setAttr-T2cleartxt" +#define LN_setAttr_T2cleartxt "cleartext track 2" +#define NID_setAttr_T2cleartxt 633 +#define OBJ_setAttr_T2cleartxt OBJ_setAttr_IssCap_T2,2L + +#define SN_setAttr_TokICCsig "setAttr-TokICCsig" +#define LN_setAttr_TokICCsig "ICC or token signature" +#define NID_setAttr_TokICCsig 634 +#define OBJ_setAttr_TokICCsig OBJ_setAttr_IssCap_Sig,1L + +#define SN_setAttr_SecDevSig "setAttr-SecDevSig" +#define LN_setAttr_SecDevSig "secure device signature" +#define NID_setAttr_SecDevSig 635 +#define OBJ_setAttr_SecDevSig OBJ_setAttr_IssCap_Sig,2L + +#define SN_set_brand_IATA_ATA "set-brand-IATA-ATA" +#define NID_set_brand_IATA_ATA 636 +#define OBJ_set_brand_IATA_ATA OBJ_set_brand,1L + +#define SN_set_brand_Diners "set-brand-Diners" +#define NID_set_brand_Diners 637 +#define OBJ_set_brand_Diners OBJ_set_brand,30L + +#define SN_set_brand_AmericanExpress "set-brand-AmericanExpress" +#define NID_set_brand_AmericanExpress 638 +#define OBJ_set_brand_AmericanExpress OBJ_set_brand,34L + +#define SN_set_brand_JCB "set-brand-JCB" +#define NID_set_brand_JCB 639 +#define OBJ_set_brand_JCB OBJ_set_brand,35L + +#define SN_set_brand_Visa "set-brand-Visa" +#define NID_set_brand_Visa 640 +#define OBJ_set_brand_Visa OBJ_set_brand,4L + +#define SN_set_brand_MasterCard "set-brand-MasterCard" +#define NID_set_brand_MasterCard 641 +#define OBJ_set_brand_MasterCard OBJ_set_brand,5L + +#define SN_set_brand_Novus "set-brand-Novus" +#define NID_set_brand_Novus 642 +#define OBJ_set_brand_Novus OBJ_set_brand,6011L + +#define SN_des_cdmf "DES-CDMF" +#define LN_des_cdmf "des-cdmf" +#define NID_des_cdmf 643 +#define OBJ_des_cdmf OBJ_rsadsi,3L,10L + +#define SN_rsaOAEPEncryptionSET "rsaOAEPEncryptionSET" +#define NID_rsaOAEPEncryptionSET 644 +#define OBJ_rsaOAEPEncryptionSET OBJ_rsadsi,1L,1L,6L + +#define SN_ipsec3 "Oakley-EC2N-3" +#define LN_ipsec3 "ipsec3" +#define NID_ipsec3 749 + +#define SN_ipsec4 "Oakley-EC2N-4" +#define LN_ipsec4 "ipsec4" +#define NID_ipsec4 750 + +#define SN_whirlpool "whirlpool" +#define NID_whirlpool 804 +#define OBJ_whirlpool OBJ_iso,0L,10118L,3L,0L,55L + +#define SN_cryptopro "cryptopro" +#define NID_cryptopro 805 +#define OBJ_cryptopro OBJ_member_body,643L,2L,2L + +#define SN_cryptocom "cryptocom" +#define NID_cryptocom 806 +#define OBJ_cryptocom OBJ_member_body,643L,2L,9L + +#define SN_id_GostR3411_94_with_GostR3410_2001 "id-GostR3411-94-with-GostR3410-2001" +#define LN_id_GostR3411_94_with_GostR3410_2001 "GOST R 34.11-94 with GOST R 34.10-2001" +#define NID_id_GostR3411_94_with_GostR3410_2001 807 +#define OBJ_id_GostR3411_94_with_GostR3410_2001 OBJ_cryptopro,3L + +#define SN_id_GostR3411_94_with_GostR3410_94 "id-GostR3411-94-with-GostR3410-94" +#define LN_id_GostR3411_94_with_GostR3410_94 "GOST R 34.11-94 with GOST R 34.10-94" +#define NID_id_GostR3411_94_with_GostR3410_94 808 +#define OBJ_id_GostR3411_94_with_GostR3410_94 OBJ_cryptopro,4L + +#define SN_id_GostR3411_94 "md_gost94" +#define LN_id_GostR3411_94 "GOST R 34.11-94" +#define NID_id_GostR3411_94 809 +#define OBJ_id_GostR3411_94 OBJ_cryptopro,9L + +#define SN_id_HMACGostR3411_94 "id-HMACGostR3411-94" +#define LN_id_HMACGostR3411_94 "HMAC GOST 34.11-94" +#define NID_id_HMACGostR3411_94 810 +#define OBJ_id_HMACGostR3411_94 OBJ_cryptopro,10L + +#define SN_id_GostR3410_2001 "gost2001" +#define LN_id_GostR3410_2001 "GOST R 34.10-2001" +#define NID_id_GostR3410_2001 811 +#define OBJ_id_GostR3410_2001 OBJ_cryptopro,19L + +#define SN_id_GostR3410_94 "gost94" +#define LN_id_GostR3410_94 "GOST R 34.10-94" +#define NID_id_GostR3410_94 812 +#define OBJ_id_GostR3410_94 OBJ_cryptopro,20L + +#define SN_id_Gost28147_89 "gost89" +#define LN_id_Gost28147_89 "GOST 28147-89" +#define NID_id_Gost28147_89 813 +#define OBJ_id_Gost28147_89 OBJ_cryptopro,21L + +#define SN_gost89_cnt "gost89-cnt" +#define NID_gost89_cnt 814 + +#define SN_id_Gost28147_89_MAC "gost-mac" +#define LN_id_Gost28147_89_MAC "GOST 28147-89 MAC" +#define NID_id_Gost28147_89_MAC 815 +#define OBJ_id_Gost28147_89_MAC OBJ_cryptopro,22L + +#define SN_id_GostR3411_94_prf "prf-gostr3411-94" +#define LN_id_GostR3411_94_prf "GOST R 34.11-94 PRF" +#define NID_id_GostR3411_94_prf 816 +#define OBJ_id_GostR3411_94_prf OBJ_cryptopro,23L + +#define SN_id_GostR3410_2001DH "id-GostR3410-2001DH" +#define LN_id_GostR3410_2001DH "GOST R 34.10-2001 DH" +#define NID_id_GostR3410_2001DH 817 +#define OBJ_id_GostR3410_2001DH OBJ_cryptopro,98L + +#define SN_id_GostR3410_94DH "id-GostR3410-94DH" +#define LN_id_GostR3410_94DH "GOST R 34.10-94 DH" +#define NID_id_GostR3410_94DH 818 +#define OBJ_id_GostR3410_94DH OBJ_cryptopro,99L + +#define SN_id_Gost28147_89_CryptoPro_KeyMeshing "id-Gost28147-89-CryptoPro-KeyMeshing" +#define NID_id_Gost28147_89_CryptoPro_KeyMeshing 819 +#define OBJ_id_Gost28147_89_CryptoPro_KeyMeshing OBJ_cryptopro,14L,1L + +#define SN_id_Gost28147_89_None_KeyMeshing "id-Gost28147-89-None-KeyMeshing" +#define NID_id_Gost28147_89_None_KeyMeshing 820 +#define OBJ_id_Gost28147_89_None_KeyMeshing OBJ_cryptopro,14L,0L + +#define SN_id_GostR3411_94_TestParamSet "id-GostR3411-94-TestParamSet" +#define NID_id_GostR3411_94_TestParamSet 821 +#define OBJ_id_GostR3411_94_TestParamSet OBJ_cryptopro,30L,0L + +#define SN_id_GostR3411_94_CryptoProParamSet "id-GostR3411-94-CryptoProParamSet" +#define NID_id_GostR3411_94_CryptoProParamSet 822 +#define OBJ_id_GostR3411_94_CryptoProParamSet OBJ_cryptopro,30L,1L + +#define SN_id_Gost28147_89_TestParamSet "id-Gost28147-89-TestParamSet" +#define NID_id_Gost28147_89_TestParamSet 823 +#define OBJ_id_Gost28147_89_TestParamSet OBJ_cryptopro,31L,0L + +#define SN_id_Gost28147_89_CryptoPro_A_ParamSet "id-Gost28147-89-CryptoPro-A-ParamSet" +#define NID_id_Gost28147_89_CryptoPro_A_ParamSet 824 +#define OBJ_id_Gost28147_89_CryptoPro_A_ParamSet OBJ_cryptopro,31L,1L + +#define SN_id_Gost28147_89_CryptoPro_B_ParamSet "id-Gost28147-89-CryptoPro-B-ParamSet" +#define NID_id_Gost28147_89_CryptoPro_B_ParamSet 825 +#define OBJ_id_Gost28147_89_CryptoPro_B_ParamSet OBJ_cryptopro,31L,2L + +#define SN_id_Gost28147_89_CryptoPro_C_ParamSet "id-Gost28147-89-CryptoPro-C-ParamSet" +#define NID_id_Gost28147_89_CryptoPro_C_ParamSet 826 +#define OBJ_id_Gost28147_89_CryptoPro_C_ParamSet OBJ_cryptopro,31L,3L + +#define SN_id_Gost28147_89_CryptoPro_D_ParamSet "id-Gost28147-89-CryptoPro-D-ParamSet" +#define NID_id_Gost28147_89_CryptoPro_D_ParamSet 827 +#define OBJ_id_Gost28147_89_CryptoPro_D_ParamSet OBJ_cryptopro,31L,4L + +#define SN_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet" +#define NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet 828 +#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet OBJ_cryptopro,31L,5L + +#define SN_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet" +#define NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet 829 +#define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet OBJ_cryptopro,31L,6L + +#define SN_id_Gost28147_89_CryptoPro_RIC_1_ParamSet "id-Gost28147-89-CryptoPro-RIC-1-ParamSet" +#define NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet 830 +#define OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet OBJ_cryptopro,31L,7L + +#define SN_id_GostR3410_94_TestParamSet "id-GostR3410-94-TestParamSet" +#define NID_id_GostR3410_94_TestParamSet 831 +#define OBJ_id_GostR3410_94_TestParamSet OBJ_cryptopro,32L,0L + +#define SN_id_GostR3410_94_CryptoPro_A_ParamSet "id-GostR3410-94-CryptoPro-A-ParamSet" +#define NID_id_GostR3410_94_CryptoPro_A_ParamSet 832 +#define OBJ_id_GostR3410_94_CryptoPro_A_ParamSet OBJ_cryptopro,32L,2L + +#define SN_id_GostR3410_94_CryptoPro_B_ParamSet "id-GostR3410-94-CryptoPro-B-ParamSet" +#define NID_id_GostR3410_94_CryptoPro_B_ParamSet 833 +#define OBJ_id_GostR3410_94_CryptoPro_B_ParamSet OBJ_cryptopro,32L,3L + +#define SN_id_GostR3410_94_CryptoPro_C_ParamSet "id-GostR3410-94-CryptoPro-C-ParamSet" +#define NID_id_GostR3410_94_CryptoPro_C_ParamSet 834 +#define OBJ_id_GostR3410_94_CryptoPro_C_ParamSet OBJ_cryptopro,32L,4L + +#define SN_id_GostR3410_94_CryptoPro_D_ParamSet "id-GostR3410-94-CryptoPro-D-ParamSet" +#define NID_id_GostR3410_94_CryptoPro_D_ParamSet 835 +#define OBJ_id_GostR3410_94_CryptoPro_D_ParamSet OBJ_cryptopro,32L,5L + +#define SN_id_GostR3410_94_CryptoPro_XchA_ParamSet "id-GostR3410-94-CryptoPro-XchA-ParamSet" +#define NID_id_GostR3410_94_CryptoPro_XchA_ParamSet 836 +#define OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet OBJ_cryptopro,33L,1L + +#define SN_id_GostR3410_94_CryptoPro_XchB_ParamSet "id-GostR3410-94-CryptoPro-XchB-ParamSet" +#define NID_id_GostR3410_94_CryptoPro_XchB_ParamSet 837 +#define OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet OBJ_cryptopro,33L,2L + +#define SN_id_GostR3410_94_CryptoPro_XchC_ParamSet "id-GostR3410-94-CryptoPro-XchC-ParamSet" +#define NID_id_GostR3410_94_CryptoPro_XchC_ParamSet 838 +#define OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet OBJ_cryptopro,33L,3L + +#define SN_id_GostR3410_2001_TestParamSet "id-GostR3410-2001-TestParamSet" +#define NID_id_GostR3410_2001_TestParamSet 839 +#define OBJ_id_GostR3410_2001_TestParamSet OBJ_cryptopro,35L,0L + +#define SN_id_GostR3410_2001_CryptoPro_A_ParamSet "id-GostR3410-2001-CryptoPro-A-ParamSet" +#define NID_id_GostR3410_2001_CryptoPro_A_ParamSet 840 +#define OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet OBJ_cryptopro,35L,1L + +#define SN_id_GostR3410_2001_CryptoPro_B_ParamSet "id-GostR3410-2001-CryptoPro-B-ParamSet" +#define NID_id_GostR3410_2001_CryptoPro_B_ParamSet 841 +#define OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet OBJ_cryptopro,35L,2L + +#define SN_id_GostR3410_2001_CryptoPro_C_ParamSet "id-GostR3410-2001-CryptoPro-C-ParamSet" +#define NID_id_GostR3410_2001_CryptoPro_C_ParamSet 842 +#define OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet OBJ_cryptopro,35L,3L + +#define SN_id_GostR3410_2001_CryptoPro_XchA_ParamSet "id-GostR3410-2001-CryptoPro-XchA-ParamSet" +#define NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet 843 +#define OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet OBJ_cryptopro,36L,0L + +#define SN_id_GostR3410_2001_CryptoPro_XchB_ParamSet "id-GostR3410-2001-CryptoPro-XchB-ParamSet" +#define NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet 844 +#define OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet OBJ_cryptopro,36L,1L + +#define SN_id_GostR3410_94_a "id-GostR3410-94-a" +#define NID_id_GostR3410_94_a 845 +#define OBJ_id_GostR3410_94_a OBJ_id_GostR3410_94,1L + +#define SN_id_GostR3410_94_aBis "id-GostR3410-94-aBis" +#define NID_id_GostR3410_94_aBis 846 +#define OBJ_id_GostR3410_94_aBis OBJ_id_GostR3410_94,2L + +#define SN_id_GostR3410_94_b "id-GostR3410-94-b" +#define NID_id_GostR3410_94_b 847 +#define OBJ_id_GostR3410_94_b OBJ_id_GostR3410_94,3L + +#define SN_id_GostR3410_94_bBis "id-GostR3410-94-bBis" +#define NID_id_GostR3410_94_bBis 848 +#define OBJ_id_GostR3410_94_bBis OBJ_id_GostR3410_94,4L + +#define SN_id_Gost28147_89_cc "id-Gost28147-89-cc" +#define LN_id_Gost28147_89_cc "GOST 28147-89 Cryptocom ParamSet" +#define NID_id_Gost28147_89_cc 849 +#define OBJ_id_Gost28147_89_cc OBJ_cryptocom,1L,6L,1L + +#define SN_id_GostR3410_94_cc "gost94cc" +#define LN_id_GostR3410_94_cc "GOST 34.10-94 Cryptocom" +#define NID_id_GostR3410_94_cc 850 +#define OBJ_id_GostR3410_94_cc OBJ_cryptocom,1L,5L,3L + +#define SN_id_GostR3410_2001_cc "gost2001cc" +#define LN_id_GostR3410_2001_cc "GOST 34.10-2001 Cryptocom" +#define NID_id_GostR3410_2001_cc 851 +#define OBJ_id_GostR3410_2001_cc OBJ_cryptocom,1L,5L,4L + +#define SN_id_GostR3411_94_with_GostR3410_94_cc "id-GostR3411-94-with-GostR3410-94-cc" +#define LN_id_GostR3411_94_with_GostR3410_94_cc "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom" +#define NID_id_GostR3411_94_with_GostR3410_94_cc 852 +#define OBJ_id_GostR3411_94_with_GostR3410_94_cc OBJ_cryptocom,1L,3L,3L + +#define SN_id_GostR3411_94_with_GostR3410_2001_cc "id-GostR3411-94-with-GostR3410-2001-cc" +#define LN_id_GostR3411_94_with_GostR3410_2001_cc "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom" +#define NID_id_GostR3411_94_with_GostR3410_2001_cc 853 +#define OBJ_id_GostR3411_94_with_GostR3410_2001_cc OBJ_cryptocom,1L,3L,4L + +#define SN_id_GostR3410_2001_ParamSet_cc "id-GostR3410-2001-ParamSet-cc" +#define LN_id_GostR3410_2001_ParamSet_cc "GOST R 3410-2001 Parameter Set Cryptocom" +#define NID_id_GostR3410_2001_ParamSet_cc 854 +#define OBJ_id_GostR3410_2001_ParamSet_cc OBJ_cryptocom,1L,8L,1L + +#define SN_camellia_128_cbc "CAMELLIA-128-CBC" +#define LN_camellia_128_cbc "camellia-128-cbc" +#define NID_camellia_128_cbc 751 +#define OBJ_camellia_128_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,2L + +#define SN_camellia_192_cbc "CAMELLIA-192-CBC" +#define LN_camellia_192_cbc "camellia-192-cbc" +#define NID_camellia_192_cbc 752 +#define OBJ_camellia_192_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,3L + +#define SN_camellia_256_cbc "CAMELLIA-256-CBC" +#define LN_camellia_256_cbc "camellia-256-cbc" +#define NID_camellia_256_cbc 753 +#define OBJ_camellia_256_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,4L + +#define SN_id_camellia128_wrap "id-camellia128-wrap" +#define NID_id_camellia128_wrap 907 +#define OBJ_id_camellia128_wrap 1L,2L,392L,200011L,61L,1L,1L,3L,2L + +#define SN_id_camellia192_wrap "id-camellia192-wrap" +#define NID_id_camellia192_wrap 908 +#define OBJ_id_camellia192_wrap 1L,2L,392L,200011L,61L,1L,1L,3L,3L + +#define SN_id_camellia256_wrap "id-camellia256-wrap" +#define NID_id_camellia256_wrap 909 +#define OBJ_id_camellia256_wrap 1L,2L,392L,200011L,61L,1L,1L,3L,4L + +#define OBJ_ntt_ds 0L,3L,4401L,5L + +#define OBJ_camellia OBJ_ntt_ds,3L,1L,9L + +#define SN_camellia_128_ecb "CAMELLIA-128-ECB" +#define LN_camellia_128_ecb "camellia-128-ecb" +#define NID_camellia_128_ecb 754 +#define OBJ_camellia_128_ecb OBJ_camellia,1L + +#define SN_camellia_128_ofb128 "CAMELLIA-128-OFB" +#define LN_camellia_128_ofb128 "camellia-128-ofb" +#define NID_camellia_128_ofb128 766 +#define OBJ_camellia_128_ofb128 OBJ_camellia,3L + +#define SN_camellia_128_cfb128 "CAMELLIA-128-CFB" +#define LN_camellia_128_cfb128 "camellia-128-cfb" +#define NID_camellia_128_cfb128 757 +#define OBJ_camellia_128_cfb128 OBJ_camellia,4L + +#define SN_camellia_192_ecb "CAMELLIA-192-ECB" +#define LN_camellia_192_ecb "camellia-192-ecb" +#define NID_camellia_192_ecb 755 +#define OBJ_camellia_192_ecb OBJ_camellia,21L + +#define SN_camellia_192_ofb128 "CAMELLIA-192-OFB" +#define LN_camellia_192_ofb128 "camellia-192-ofb" +#define NID_camellia_192_ofb128 767 +#define OBJ_camellia_192_ofb128 OBJ_camellia,23L + +#define SN_camellia_192_cfb128 "CAMELLIA-192-CFB" +#define LN_camellia_192_cfb128 "camellia-192-cfb" +#define NID_camellia_192_cfb128 758 +#define OBJ_camellia_192_cfb128 OBJ_camellia,24L + +#define SN_camellia_256_ecb "CAMELLIA-256-ECB" +#define LN_camellia_256_ecb "camellia-256-ecb" +#define NID_camellia_256_ecb 756 +#define OBJ_camellia_256_ecb OBJ_camellia,41L + +#define SN_camellia_256_ofb128 "CAMELLIA-256-OFB" +#define LN_camellia_256_ofb128 "camellia-256-ofb" +#define NID_camellia_256_ofb128 768 +#define OBJ_camellia_256_ofb128 OBJ_camellia,43L + +#define SN_camellia_256_cfb128 "CAMELLIA-256-CFB" +#define LN_camellia_256_cfb128 "camellia-256-cfb" +#define NID_camellia_256_cfb128 759 +#define OBJ_camellia_256_cfb128 OBJ_camellia,44L + +#define SN_camellia_128_cfb1 "CAMELLIA-128-CFB1" +#define LN_camellia_128_cfb1 "camellia-128-cfb1" +#define NID_camellia_128_cfb1 760 + +#define SN_camellia_192_cfb1 "CAMELLIA-192-CFB1" +#define LN_camellia_192_cfb1 "camellia-192-cfb1" +#define NID_camellia_192_cfb1 761 + +#define SN_camellia_256_cfb1 "CAMELLIA-256-CFB1" +#define LN_camellia_256_cfb1 "camellia-256-cfb1" +#define NID_camellia_256_cfb1 762 + +#define SN_camellia_128_cfb8 "CAMELLIA-128-CFB8" +#define LN_camellia_128_cfb8 "camellia-128-cfb8" +#define NID_camellia_128_cfb8 763 + +#define SN_camellia_192_cfb8 "CAMELLIA-192-CFB8" +#define LN_camellia_192_cfb8 "camellia-192-cfb8" +#define NID_camellia_192_cfb8 764 + +#define SN_camellia_256_cfb8 "CAMELLIA-256-CFB8" +#define LN_camellia_256_cfb8 "camellia-256-cfb8" +#define NID_camellia_256_cfb8 765 + +#define SN_kisa "KISA" +#define LN_kisa "kisa" +#define NID_kisa 773 +#define OBJ_kisa OBJ_member_body,410L,200004L + +#define SN_seed_ecb "SEED-ECB" +#define LN_seed_ecb "seed-ecb" +#define NID_seed_ecb 776 +#define OBJ_seed_ecb OBJ_kisa,1L,3L + +#define SN_seed_cbc "SEED-CBC" +#define LN_seed_cbc "seed-cbc" +#define NID_seed_cbc 777 +#define OBJ_seed_cbc OBJ_kisa,1L,4L + +#define SN_seed_cfb128 "SEED-CFB" +#define LN_seed_cfb128 "seed-cfb" +#define NID_seed_cfb128 779 +#define OBJ_seed_cfb128 OBJ_kisa,1L,5L + +#define SN_seed_ofb128 "SEED-OFB" +#define LN_seed_ofb128 "seed-ofb" +#define NID_seed_ofb128 778 +#define OBJ_seed_ofb128 OBJ_kisa,1L,6L + +#define SN_hmac "HMAC" +#define LN_hmac "hmac" +#define NID_hmac 855 + +#define SN_cmac "CMAC" +#define LN_cmac "cmac" +#define NID_cmac 894 + +#define SN_rc4_hmac_md5 "RC4-HMAC-MD5" +#define LN_rc4_hmac_md5 "rc4-hmac-md5" +#define NID_rc4_hmac_md5 915 + +#define SN_aes_128_cbc_hmac_sha1 "AES-128-CBC-HMAC-SHA1" +#define LN_aes_128_cbc_hmac_sha1 "aes-128-cbc-hmac-sha1" +#define NID_aes_128_cbc_hmac_sha1 916 + +#define SN_aes_192_cbc_hmac_sha1 "AES-192-CBC-HMAC-SHA1" +#define LN_aes_192_cbc_hmac_sha1 "aes-192-cbc-hmac-sha1" +#define NID_aes_192_cbc_hmac_sha1 917 + +#define SN_aes_256_cbc_hmac_sha1 "AES-256-CBC-HMAC-SHA1" +#define LN_aes_256_cbc_hmac_sha1 "aes-256-cbc-hmac-sha1" +#define NID_aes_256_cbc_hmac_sha1 918 + +#define SN_aes_128_cbc_hmac_sha256 "AES-128-CBC-HMAC-SHA256" +#define LN_aes_128_cbc_hmac_sha256 "aes-128-cbc-hmac-sha256" +#define NID_aes_128_cbc_hmac_sha256 948 + +#define SN_aes_192_cbc_hmac_sha256 "AES-192-CBC-HMAC-SHA256" +#define LN_aes_192_cbc_hmac_sha256 "aes-192-cbc-hmac-sha256" +#define NID_aes_192_cbc_hmac_sha256 949 + +#define SN_aes_256_cbc_hmac_sha256 "AES-256-CBC-HMAC-SHA256" +#define LN_aes_256_cbc_hmac_sha256 "aes-256-cbc-hmac-sha256" +#define NID_aes_256_cbc_hmac_sha256 950 + +#define SN_dhpublicnumber "dhpublicnumber" +#define LN_dhpublicnumber "X9.42 DH" +#define NID_dhpublicnumber 920 +#define OBJ_dhpublicnumber OBJ_ISO_US,10046L,2L,1L + +#define SN_brainpoolP160r1 "brainpoolP160r1" +#define NID_brainpoolP160r1 921 +#define OBJ_brainpoolP160r1 1L,3L,36L,3L,3L,2L,8L,1L,1L,1L + +#define SN_brainpoolP160t1 "brainpoolP160t1" +#define NID_brainpoolP160t1 922 +#define OBJ_brainpoolP160t1 1L,3L,36L,3L,3L,2L,8L,1L,1L,2L + +#define SN_brainpoolP192r1 "brainpoolP192r1" +#define NID_brainpoolP192r1 923 +#define OBJ_brainpoolP192r1 1L,3L,36L,3L,3L,2L,8L,1L,1L,3L + +#define SN_brainpoolP192t1 "brainpoolP192t1" +#define NID_brainpoolP192t1 924 +#define OBJ_brainpoolP192t1 1L,3L,36L,3L,3L,2L,8L,1L,1L,4L + +#define SN_brainpoolP224r1 "brainpoolP224r1" +#define NID_brainpoolP224r1 925 +#define OBJ_brainpoolP224r1 1L,3L,36L,3L,3L,2L,8L,1L,1L,5L + +#define SN_brainpoolP224t1 "brainpoolP224t1" +#define NID_brainpoolP224t1 926 +#define OBJ_brainpoolP224t1 1L,3L,36L,3L,3L,2L,8L,1L,1L,6L + +#define SN_brainpoolP256r1 "brainpoolP256r1" +#define NID_brainpoolP256r1 927 +#define OBJ_brainpoolP256r1 1L,3L,36L,3L,3L,2L,8L,1L,1L,7L + +#define SN_brainpoolP256t1 "brainpoolP256t1" +#define NID_brainpoolP256t1 928 +#define OBJ_brainpoolP256t1 1L,3L,36L,3L,3L,2L,8L,1L,1L,8L + +#define SN_brainpoolP320r1 "brainpoolP320r1" +#define NID_brainpoolP320r1 929 +#define OBJ_brainpoolP320r1 1L,3L,36L,3L,3L,2L,8L,1L,1L,9L + +#define SN_brainpoolP320t1 "brainpoolP320t1" +#define NID_brainpoolP320t1 930 +#define OBJ_brainpoolP320t1 1L,3L,36L,3L,3L,2L,8L,1L,1L,10L + +#define SN_brainpoolP384r1 "brainpoolP384r1" +#define NID_brainpoolP384r1 931 +#define OBJ_brainpoolP384r1 1L,3L,36L,3L,3L,2L,8L,1L,1L,11L + +#define SN_brainpoolP384t1 "brainpoolP384t1" +#define NID_brainpoolP384t1 932 +#define OBJ_brainpoolP384t1 1L,3L,36L,3L,3L,2L,8L,1L,1L,12L + +#define SN_brainpoolP512r1 "brainpoolP512r1" +#define NID_brainpoolP512r1 933 +#define OBJ_brainpoolP512r1 1L,3L,36L,3L,3L,2L,8L,1L,1L,13L + +#define SN_brainpoolP512t1 "brainpoolP512t1" +#define NID_brainpoolP512t1 934 +#define OBJ_brainpoolP512t1 1L,3L,36L,3L,3L,2L,8L,1L,1L,14L + +#define OBJ_x9_63_scheme 1L,3L,133L,16L,840L,63L,0L + +#define OBJ_secg_scheme OBJ_certicom_arc,1L + +#define SN_dhSinglePass_stdDH_sha1kdf_scheme "dhSinglePass-stdDH-sha1kdf-scheme" +#define NID_dhSinglePass_stdDH_sha1kdf_scheme 936 +#define OBJ_dhSinglePass_stdDH_sha1kdf_scheme OBJ_x9_63_scheme,2L + +#define SN_dhSinglePass_stdDH_sha224kdf_scheme "dhSinglePass-stdDH-sha224kdf-scheme" +#define NID_dhSinglePass_stdDH_sha224kdf_scheme 937 +#define OBJ_dhSinglePass_stdDH_sha224kdf_scheme OBJ_secg_scheme,11L,0L + +#define SN_dhSinglePass_stdDH_sha256kdf_scheme "dhSinglePass-stdDH-sha256kdf-scheme" +#define NID_dhSinglePass_stdDH_sha256kdf_scheme 938 +#define OBJ_dhSinglePass_stdDH_sha256kdf_scheme OBJ_secg_scheme,11L,1L + +#define SN_dhSinglePass_stdDH_sha384kdf_scheme "dhSinglePass-stdDH-sha384kdf-scheme" +#define NID_dhSinglePass_stdDH_sha384kdf_scheme 939 +#define OBJ_dhSinglePass_stdDH_sha384kdf_scheme OBJ_secg_scheme,11L,2L + +#define SN_dhSinglePass_stdDH_sha512kdf_scheme "dhSinglePass-stdDH-sha512kdf-scheme" +#define NID_dhSinglePass_stdDH_sha512kdf_scheme 940 +#define OBJ_dhSinglePass_stdDH_sha512kdf_scheme OBJ_secg_scheme,11L,3L + +#define SN_dhSinglePass_cofactorDH_sha1kdf_scheme "dhSinglePass-cofactorDH-sha1kdf-scheme" +#define NID_dhSinglePass_cofactorDH_sha1kdf_scheme 941 +#define OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme OBJ_x9_63_scheme,3L + +#define SN_dhSinglePass_cofactorDH_sha224kdf_scheme "dhSinglePass-cofactorDH-sha224kdf-scheme" +#define NID_dhSinglePass_cofactorDH_sha224kdf_scheme 942 +#define OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme OBJ_secg_scheme,14L,0L + +#define SN_dhSinglePass_cofactorDH_sha256kdf_scheme "dhSinglePass-cofactorDH-sha256kdf-scheme" +#define NID_dhSinglePass_cofactorDH_sha256kdf_scheme 943 +#define OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme OBJ_secg_scheme,14L,1L + +#define SN_dhSinglePass_cofactorDH_sha384kdf_scheme "dhSinglePass-cofactorDH-sha384kdf-scheme" +#define NID_dhSinglePass_cofactorDH_sha384kdf_scheme 944 +#define OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme OBJ_secg_scheme,14L,2L + +#define SN_dhSinglePass_cofactorDH_sha512kdf_scheme "dhSinglePass-cofactorDH-sha512kdf-scheme" +#define NID_dhSinglePass_cofactorDH_sha512kdf_scheme 945 +#define OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme OBJ_secg_scheme,14L,3L + +#define SN_dh_std_kdf "dh-std-kdf" +#define NID_dh_std_kdf 946 + +#define SN_dh_cofactor_kdf "dh-cofactor-kdf" +#define NID_dh_cofactor_kdf 947 + +#define SN_ct_precert_scts "ct_precert_scts" +#define LN_ct_precert_scts "CT Precertificate SCTs" +#define NID_ct_precert_scts 951 +#define OBJ_ct_precert_scts 1L,3L,6L,1L,4L,1L,11129L,2L,4L,2L + +#define SN_ct_precert_poison "ct_precert_poison" +#define LN_ct_precert_poison "CT Precertificate Poison" +#define NID_ct_precert_poison 952 +#define OBJ_ct_precert_poison 1L,3L,6L,1L,4L,1L,11129L,2L,4L,3L + +#define SN_ct_precert_signer "ct_precert_signer" +#define LN_ct_precert_signer "CT Precertificate Signer" +#define NID_ct_precert_signer 953 +#define OBJ_ct_precert_signer 1L,3L,6L,1L,4L,1L,11129L,2L,4L,4L + +#define SN_ct_cert_scts "ct_cert_scts" +#define LN_ct_cert_scts "CT Certificate SCTs" +#define NID_ct_cert_scts 954 +#define OBJ_ct_cert_scts 1L,3L,6L,1L,4L,1L,11129L,2L,4L,5L + +#define SN_jurisdictionLocalityName "jurisdictionL" +#define LN_jurisdictionLocalityName "jurisdictionLocalityName" +#define NID_jurisdictionLocalityName 955 +#define OBJ_jurisdictionLocalityName 1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,1L + +#define SN_jurisdictionStateOrProvinceName "jurisdictionST" +#define LN_jurisdictionStateOrProvinceName "jurisdictionStateOrProvinceName" +#define NID_jurisdictionStateOrProvinceName 956 +#define OBJ_jurisdictionStateOrProvinceName 1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,2L + +#define SN_jurisdictionCountryName "jurisdictionC" +#define LN_jurisdictionCountryName "jurisdictionCountryName" +#define NID_jurisdictionCountryName 957 +#define OBJ_jurisdictionCountryName 1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,3L diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/objects.h b/frappe/.node-gyp/6.7.0/include/node/openssl/objects.h new file mode 100644 index 00000000..b8dafa89 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/objects.h @@ -0,0 +1,1143 @@ +/* crypto/objects/objects.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_OBJECTS_H +# define HEADER_OBJECTS_H + +# define USE_OBJ_MAC + +# ifdef USE_OBJ_MAC +# include +# else +# define SN_undef "UNDEF" +# define LN_undef "undefined" +# define NID_undef 0 +# define OBJ_undef 0L + +# define SN_Algorithm "Algorithm" +# define LN_algorithm "algorithm" +# define NID_algorithm 38 +# define OBJ_algorithm 1L,3L,14L,3L,2L + +# define LN_rsadsi "rsadsi" +# define NID_rsadsi 1 +# define OBJ_rsadsi 1L,2L,840L,113549L + +# define LN_pkcs "pkcs" +# define NID_pkcs 2 +# define OBJ_pkcs OBJ_rsadsi,1L + +# define SN_md2 "MD2" +# define LN_md2 "md2" +# define NID_md2 3 +# define OBJ_md2 OBJ_rsadsi,2L,2L + +# define SN_md5 "MD5" +# define LN_md5 "md5" +# define NID_md5 4 +# define OBJ_md5 OBJ_rsadsi,2L,5L + +# define SN_rc4 "RC4" +# define LN_rc4 "rc4" +# define NID_rc4 5 +# define OBJ_rc4 OBJ_rsadsi,3L,4L + +# define LN_rsaEncryption "rsaEncryption" +# define NID_rsaEncryption 6 +# define OBJ_rsaEncryption OBJ_pkcs,1L,1L + +# define SN_md2WithRSAEncryption "RSA-MD2" +# define LN_md2WithRSAEncryption "md2WithRSAEncryption" +# define NID_md2WithRSAEncryption 7 +# define OBJ_md2WithRSAEncryption OBJ_pkcs,1L,2L + +# define SN_md5WithRSAEncryption "RSA-MD5" +# define LN_md5WithRSAEncryption "md5WithRSAEncryption" +# define NID_md5WithRSAEncryption 8 +# define OBJ_md5WithRSAEncryption OBJ_pkcs,1L,4L + +# define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES" +# define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC" +# define NID_pbeWithMD2AndDES_CBC 9 +# define OBJ_pbeWithMD2AndDES_CBC OBJ_pkcs,5L,1L + +# define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES" +# define LN_pbeWithMD5AndDES_CBC "pbeWithMD5AndDES-CBC" +# define NID_pbeWithMD5AndDES_CBC 10 +# define OBJ_pbeWithMD5AndDES_CBC OBJ_pkcs,5L,3L + +# define LN_X500 "X500" +# define NID_X500 11 +# define OBJ_X500 2L,5L + +# define LN_X509 "X509" +# define NID_X509 12 +# define OBJ_X509 OBJ_X500,4L + +# define SN_commonName "CN" +# define LN_commonName "commonName" +# define NID_commonName 13 +# define OBJ_commonName OBJ_X509,3L + +# define SN_countryName "C" +# define LN_countryName "countryName" +# define NID_countryName 14 +# define OBJ_countryName OBJ_X509,6L + +# define SN_localityName "L" +# define LN_localityName "localityName" +# define NID_localityName 15 +# define OBJ_localityName OBJ_X509,7L + +/* Postal Address? PA */ + +/* should be "ST" (rfc1327) but MS uses 'S' */ +# define SN_stateOrProvinceName "ST" +# define LN_stateOrProvinceName "stateOrProvinceName" +# define NID_stateOrProvinceName 16 +# define OBJ_stateOrProvinceName OBJ_X509,8L + +# define SN_organizationName "O" +# define LN_organizationName "organizationName" +# define NID_organizationName 17 +# define OBJ_organizationName OBJ_X509,10L + +# define SN_organizationalUnitName "OU" +# define LN_organizationalUnitName "organizationalUnitName" +# define NID_organizationalUnitName 18 +# define OBJ_organizationalUnitName OBJ_X509,11L + +# define SN_rsa "RSA" +# define LN_rsa "rsa" +# define NID_rsa 19 +# define OBJ_rsa OBJ_X500,8L,1L,1L + +# define LN_pkcs7 "pkcs7" +# define NID_pkcs7 20 +# define OBJ_pkcs7 OBJ_pkcs,7L + +# define LN_pkcs7_data "pkcs7-data" +# define NID_pkcs7_data 21 +# define OBJ_pkcs7_data OBJ_pkcs7,1L + +# define LN_pkcs7_signed "pkcs7-signedData" +# define NID_pkcs7_signed 22 +# define OBJ_pkcs7_signed OBJ_pkcs7,2L + +# define LN_pkcs7_enveloped "pkcs7-envelopedData" +# define NID_pkcs7_enveloped 23 +# define OBJ_pkcs7_enveloped OBJ_pkcs7,3L + +# define LN_pkcs7_signedAndEnveloped "pkcs7-signedAndEnvelopedData" +# define NID_pkcs7_signedAndEnveloped 24 +# define OBJ_pkcs7_signedAndEnveloped OBJ_pkcs7,4L + +# define LN_pkcs7_digest "pkcs7-digestData" +# define NID_pkcs7_digest 25 +# define OBJ_pkcs7_digest OBJ_pkcs7,5L + +# define LN_pkcs7_encrypted "pkcs7-encryptedData" +# define NID_pkcs7_encrypted 26 +# define OBJ_pkcs7_encrypted OBJ_pkcs7,6L + +# define LN_pkcs3 "pkcs3" +# define NID_pkcs3 27 +# define OBJ_pkcs3 OBJ_pkcs,3L + +# define LN_dhKeyAgreement "dhKeyAgreement" +# define NID_dhKeyAgreement 28 +# define OBJ_dhKeyAgreement OBJ_pkcs3,1L + +# define SN_des_ecb "DES-ECB" +# define LN_des_ecb "des-ecb" +# define NID_des_ecb 29 +# define OBJ_des_ecb OBJ_algorithm,6L + +# define SN_des_cfb64 "DES-CFB" +# define LN_des_cfb64 "des-cfb" +# define NID_des_cfb64 30 +/* IV + num */ +# define OBJ_des_cfb64 OBJ_algorithm,9L + +# define SN_des_cbc "DES-CBC" +# define LN_des_cbc "des-cbc" +# define NID_des_cbc 31 +/* IV */ +# define OBJ_des_cbc OBJ_algorithm,7L + +# define SN_des_ede "DES-EDE" +# define LN_des_ede "des-ede" +# define NID_des_ede 32 +/* ?? */ +# define OBJ_des_ede OBJ_algorithm,17L + +# define SN_des_ede3 "DES-EDE3" +# define LN_des_ede3 "des-ede3" +# define NID_des_ede3 33 + +# define SN_idea_cbc "IDEA-CBC" +# define LN_idea_cbc "idea-cbc" +# define NID_idea_cbc 34 +# define OBJ_idea_cbc 1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L + +# define SN_idea_cfb64 "IDEA-CFB" +# define LN_idea_cfb64 "idea-cfb" +# define NID_idea_cfb64 35 + +# define SN_idea_ecb "IDEA-ECB" +# define LN_idea_ecb "idea-ecb" +# define NID_idea_ecb 36 + +# define SN_rc2_cbc "RC2-CBC" +# define LN_rc2_cbc "rc2-cbc" +# define NID_rc2_cbc 37 +# define OBJ_rc2_cbc OBJ_rsadsi,3L,2L + +# define SN_rc2_ecb "RC2-ECB" +# define LN_rc2_ecb "rc2-ecb" +# define NID_rc2_ecb 38 + +# define SN_rc2_cfb64 "RC2-CFB" +# define LN_rc2_cfb64 "rc2-cfb" +# define NID_rc2_cfb64 39 + +# define SN_rc2_ofb64 "RC2-OFB" +# define LN_rc2_ofb64 "rc2-ofb" +# define NID_rc2_ofb64 40 + +# define SN_sha "SHA" +# define LN_sha "sha" +# define NID_sha 41 +# define OBJ_sha OBJ_algorithm,18L + +# define SN_shaWithRSAEncryption "RSA-SHA" +# define LN_shaWithRSAEncryption "shaWithRSAEncryption" +# define NID_shaWithRSAEncryption 42 +# define OBJ_shaWithRSAEncryption OBJ_algorithm,15L + +# define SN_des_ede_cbc "DES-EDE-CBC" +# define LN_des_ede_cbc "des-ede-cbc" +# define NID_des_ede_cbc 43 + +# define SN_des_ede3_cbc "DES-EDE3-CBC" +# define LN_des_ede3_cbc "des-ede3-cbc" +# define NID_des_ede3_cbc 44 +# define OBJ_des_ede3_cbc OBJ_rsadsi,3L,7L + +# define SN_des_ofb64 "DES-OFB" +# define LN_des_ofb64 "des-ofb" +# define NID_des_ofb64 45 +# define OBJ_des_ofb64 OBJ_algorithm,8L + +# define SN_idea_ofb64 "IDEA-OFB" +# define LN_idea_ofb64 "idea-ofb" +# define NID_idea_ofb64 46 + +# define LN_pkcs9 "pkcs9" +# define NID_pkcs9 47 +# define OBJ_pkcs9 OBJ_pkcs,9L + +# define SN_pkcs9_emailAddress "Email" +# define LN_pkcs9_emailAddress "emailAddress" +# define NID_pkcs9_emailAddress 48 +# define OBJ_pkcs9_emailAddress OBJ_pkcs9,1L + +# define LN_pkcs9_unstructuredName "unstructuredName" +# define NID_pkcs9_unstructuredName 49 +# define OBJ_pkcs9_unstructuredName OBJ_pkcs9,2L + +# define LN_pkcs9_contentType "contentType" +# define NID_pkcs9_contentType 50 +# define OBJ_pkcs9_contentType OBJ_pkcs9,3L + +# define LN_pkcs9_messageDigest "messageDigest" +# define NID_pkcs9_messageDigest 51 +# define OBJ_pkcs9_messageDigest OBJ_pkcs9,4L + +# define LN_pkcs9_signingTime "signingTime" +# define NID_pkcs9_signingTime 52 +# define OBJ_pkcs9_signingTime OBJ_pkcs9,5L + +# define LN_pkcs9_countersignature "countersignature" +# define NID_pkcs9_countersignature 53 +# define OBJ_pkcs9_countersignature OBJ_pkcs9,6L + +# define LN_pkcs9_challengePassword "challengePassword" +# define NID_pkcs9_challengePassword 54 +# define OBJ_pkcs9_challengePassword OBJ_pkcs9,7L + +# define LN_pkcs9_unstructuredAddress "unstructuredAddress" +# define NID_pkcs9_unstructuredAddress 55 +# define OBJ_pkcs9_unstructuredAddress OBJ_pkcs9,8L + +# define LN_pkcs9_extCertAttributes "extendedCertificateAttributes" +# define NID_pkcs9_extCertAttributes 56 +# define OBJ_pkcs9_extCertAttributes OBJ_pkcs9,9L + +# define SN_netscape "Netscape" +# define LN_netscape "Netscape Communications Corp." +# define NID_netscape 57 +# define OBJ_netscape 2L,16L,840L,1L,113730L + +# define SN_netscape_cert_extension "nsCertExt" +# define LN_netscape_cert_extension "Netscape Certificate Extension" +# define NID_netscape_cert_extension 58 +# define OBJ_netscape_cert_extension OBJ_netscape,1L + +# define SN_netscape_data_type "nsDataType" +# define LN_netscape_data_type "Netscape Data Type" +# define NID_netscape_data_type 59 +# define OBJ_netscape_data_type OBJ_netscape,2L + +# define SN_des_ede_cfb64 "DES-EDE-CFB" +# define LN_des_ede_cfb64 "des-ede-cfb" +# define NID_des_ede_cfb64 60 + +# define SN_des_ede3_cfb64 "DES-EDE3-CFB" +# define LN_des_ede3_cfb64 "des-ede3-cfb" +# define NID_des_ede3_cfb64 61 + +# define SN_des_ede_ofb64 "DES-EDE-OFB" +# define LN_des_ede_ofb64 "des-ede-ofb" +# define NID_des_ede_ofb64 62 + +# define SN_des_ede3_ofb64 "DES-EDE3-OFB" +# define LN_des_ede3_ofb64 "des-ede3-ofb" +# define NID_des_ede3_ofb64 63 + +/* I'm not sure about the object ID */ +# define SN_sha1 "SHA1" +# define LN_sha1 "sha1" +# define NID_sha1 64 +# define OBJ_sha1 OBJ_algorithm,26L +/* 28 Jun 1996 - eay */ +/* #define OBJ_sha1 1L,3L,14L,2L,26L,05L <- wrong */ + +# define SN_sha1WithRSAEncryption "RSA-SHA1" +# define LN_sha1WithRSAEncryption "sha1WithRSAEncryption" +# define NID_sha1WithRSAEncryption 65 +# define OBJ_sha1WithRSAEncryption OBJ_pkcs,1L,5L + +# define SN_dsaWithSHA "DSA-SHA" +# define LN_dsaWithSHA "dsaWithSHA" +# define NID_dsaWithSHA 66 +# define OBJ_dsaWithSHA OBJ_algorithm,13L + +# define SN_dsa_2 "DSA-old" +# define LN_dsa_2 "dsaEncryption-old" +# define NID_dsa_2 67 +# define OBJ_dsa_2 OBJ_algorithm,12L + +/* proposed by microsoft to RSA */ +# define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64" +# define LN_pbeWithSHA1AndRC2_CBC "pbeWithSHA1AndRC2-CBC" +# define NID_pbeWithSHA1AndRC2_CBC 68 +# define OBJ_pbeWithSHA1AndRC2_CBC OBJ_pkcs,5L,11L + +/* + * proposed by microsoft to RSA as pbeWithSHA1AndRC4: it is now defined + * explicitly in PKCS#5 v2.0 as id-PBKDF2 which is something completely + * different. + */ +# define LN_id_pbkdf2 "PBKDF2" +# define NID_id_pbkdf2 69 +# define OBJ_id_pbkdf2 OBJ_pkcs,5L,12L + +# define SN_dsaWithSHA1_2 "DSA-SHA1-old" +# define LN_dsaWithSHA1_2 "dsaWithSHA1-old" +# define NID_dsaWithSHA1_2 70 +/* Got this one from 'sdn706r20.pdf' which is actually an NSA document :-) */ +# define OBJ_dsaWithSHA1_2 OBJ_algorithm,27L + +# define SN_netscape_cert_type "nsCertType" +# define LN_netscape_cert_type "Netscape Cert Type" +# define NID_netscape_cert_type 71 +# define OBJ_netscape_cert_type OBJ_netscape_cert_extension,1L + +# define SN_netscape_base_url "nsBaseUrl" +# define LN_netscape_base_url "Netscape Base Url" +# define NID_netscape_base_url 72 +# define OBJ_netscape_base_url OBJ_netscape_cert_extension,2L + +# define SN_netscape_revocation_url "nsRevocationUrl" +# define LN_netscape_revocation_url "Netscape Revocation Url" +# define NID_netscape_revocation_url 73 +# define OBJ_netscape_revocation_url OBJ_netscape_cert_extension,3L + +# define SN_netscape_ca_revocation_url "nsCaRevocationUrl" +# define LN_netscape_ca_revocation_url "Netscape CA Revocation Url" +# define NID_netscape_ca_revocation_url 74 +# define OBJ_netscape_ca_revocation_url OBJ_netscape_cert_extension,4L + +# define SN_netscape_renewal_url "nsRenewalUrl" +# define LN_netscape_renewal_url "Netscape Renewal Url" +# define NID_netscape_renewal_url 75 +# define OBJ_netscape_renewal_url OBJ_netscape_cert_extension,7L + +# define SN_netscape_ca_policy_url "nsCaPolicyUrl" +# define LN_netscape_ca_policy_url "Netscape CA Policy Url" +# define NID_netscape_ca_policy_url 76 +# define OBJ_netscape_ca_policy_url OBJ_netscape_cert_extension,8L + +# define SN_netscape_ssl_server_name "nsSslServerName" +# define LN_netscape_ssl_server_name "Netscape SSL Server Name" +# define NID_netscape_ssl_server_name 77 +# define OBJ_netscape_ssl_server_name OBJ_netscape_cert_extension,12L + +# define SN_netscape_comment "nsComment" +# define LN_netscape_comment "Netscape Comment" +# define NID_netscape_comment 78 +# define OBJ_netscape_comment OBJ_netscape_cert_extension,13L + +# define SN_netscape_cert_sequence "nsCertSequence" +# define LN_netscape_cert_sequence "Netscape Certificate Sequence" +# define NID_netscape_cert_sequence 79 +# define OBJ_netscape_cert_sequence OBJ_netscape_data_type,5L + +# define SN_desx_cbc "DESX-CBC" +# define LN_desx_cbc "desx-cbc" +# define NID_desx_cbc 80 + +# define SN_id_ce "id-ce" +# define NID_id_ce 81 +# define OBJ_id_ce 2L,5L,29L + +# define SN_subject_key_identifier "subjectKeyIdentifier" +# define LN_subject_key_identifier "X509v3 Subject Key Identifier" +# define NID_subject_key_identifier 82 +# define OBJ_subject_key_identifier OBJ_id_ce,14L + +# define SN_key_usage "keyUsage" +# define LN_key_usage "X509v3 Key Usage" +# define NID_key_usage 83 +# define OBJ_key_usage OBJ_id_ce,15L + +# define SN_private_key_usage_period "privateKeyUsagePeriod" +# define LN_private_key_usage_period "X509v3 Private Key Usage Period" +# define NID_private_key_usage_period 84 +# define OBJ_private_key_usage_period OBJ_id_ce,16L + +# define SN_subject_alt_name "subjectAltName" +# define LN_subject_alt_name "X509v3 Subject Alternative Name" +# define NID_subject_alt_name 85 +# define OBJ_subject_alt_name OBJ_id_ce,17L + +# define SN_issuer_alt_name "issuerAltName" +# define LN_issuer_alt_name "X509v3 Issuer Alternative Name" +# define NID_issuer_alt_name 86 +# define OBJ_issuer_alt_name OBJ_id_ce,18L + +# define SN_basic_constraints "basicConstraints" +# define LN_basic_constraints "X509v3 Basic Constraints" +# define NID_basic_constraints 87 +# define OBJ_basic_constraints OBJ_id_ce,19L + +# define SN_crl_number "crlNumber" +# define LN_crl_number "X509v3 CRL Number" +# define NID_crl_number 88 +# define OBJ_crl_number OBJ_id_ce,20L + +# define SN_certificate_policies "certificatePolicies" +# define LN_certificate_policies "X509v3 Certificate Policies" +# define NID_certificate_policies 89 +# define OBJ_certificate_policies OBJ_id_ce,32L + +# define SN_authority_key_identifier "authorityKeyIdentifier" +# define LN_authority_key_identifier "X509v3 Authority Key Identifier" +# define NID_authority_key_identifier 90 +# define OBJ_authority_key_identifier OBJ_id_ce,35L + +# define SN_bf_cbc "BF-CBC" +# define LN_bf_cbc "bf-cbc" +# define NID_bf_cbc 91 +# define OBJ_bf_cbc 1L,3L,6L,1L,4L,1L,3029L,1L,2L + +# define SN_bf_ecb "BF-ECB" +# define LN_bf_ecb "bf-ecb" +# define NID_bf_ecb 92 + +# define SN_bf_cfb64 "BF-CFB" +# define LN_bf_cfb64 "bf-cfb" +# define NID_bf_cfb64 93 + +# define SN_bf_ofb64 "BF-OFB" +# define LN_bf_ofb64 "bf-ofb" +# define NID_bf_ofb64 94 + +# define SN_mdc2 "MDC2" +# define LN_mdc2 "mdc2" +# define NID_mdc2 95 +# define OBJ_mdc2 2L,5L,8L,3L,101L +/* An alternative? 1L,3L,14L,3L,2L,19L */ + +# define SN_mdc2WithRSA "RSA-MDC2" +# define LN_mdc2WithRSA "mdc2withRSA" +# define NID_mdc2WithRSA 96 +# define OBJ_mdc2WithRSA 2L,5L,8L,3L,100L + +# define SN_rc4_40 "RC4-40" +# define LN_rc4_40 "rc4-40" +# define NID_rc4_40 97 + +# define SN_rc2_40_cbc "RC2-40-CBC" +# define LN_rc2_40_cbc "rc2-40-cbc" +# define NID_rc2_40_cbc 98 + +# define SN_givenName "G" +# define LN_givenName "givenName" +# define NID_givenName 99 +# define OBJ_givenName OBJ_X509,42L + +# define SN_surname "S" +# define LN_surname "surname" +# define NID_surname 100 +# define OBJ_surname OBJ_X509,4L + +# define SN_initials "I" +# define LN_initials "initials" +# define NID_initials 101 +# define OBJ_initials OBJ_X509,43L + +# define SN_uniqueIdentifier "UID" +# define LN_uniqueIdentifier "uniqueIdentifier" +# define NID_uniqueIdentifier 102 +# define OBJ_uniqueIdentifier OBJ_X509,45L + +# define SN_crl_distribution_points "crlDistributionPoints" +# define LN_crl_distribution_points "X509v3 CRL Distribution Points" +# define NID_crl_distribution_points 103 +# define OBJ_crl_distribution_points OBJ_id_ce,31L + +# define SN_md5WithRSA "RSA-NP-MD5" +# define LN_md5WithRSA "md5WithRSA" +# define NID_md5WithRSA 104 +# define OBJ_md5WithRSA OBJ_algorithm,3L + +# define SN_serialNumber "SN" +# define LN_serialNumber "serialNumber" +# define NID_serialNumber 105 +# define OBJ_serialNumber OBJ_X509,5L + +# define SN_title "T" +# define LN_title "title" +# define NID_title 106 +# define OBJ_title OBJ_X509,12L + +# define SN_description "D" +# define LN_description "description" +# define NID_description 107 +# define OBJ_description OBJ_X509,13L + +/* CAST5 is CAST-128, I'm just sticking with the documentation */ +# define SN_cast5_cbc "CAST5-CBC" +# define LN_cast5_cbc "cast5-cbc" +# define NID_cast5_cbc 108 +# define OBJ_cast5_cbc 1L,2L,840L,113533L,7L,66L,10L + +# define SN_cast5_ecb "CAST5-ECB" +# define LN_cast5_ecb "cast5-ecb" +# define NID_cast5_ecb 109 + +# define SN_cast5_cfb64 "CAST5-CFB" +# define LN_cast5_cfb64 "cast5-cfb" +# define NID_cast5_cfb64 110 + +# define SN_cast5_ofb64 "CAST5-OFB" +# define LN_cast5_ofb64 "cast5-ofb" +# define NID_cast5_ofb64 111 + +# define LN_pbeWithMD5AndCast5_CBC "pbeWithMD5AndCast5CBC" +# define NID_pbeWithMD5AndCast5_CBC 112 +# define OBJ_pbeWithMD5AndCast5_CBC 1L,2L,840L,113533L,7L,66L,12L + +/*- + * This is one sun will soon be using :-( + * id-dsa-with-sha1 ID ::= { + * iso(1) member-body(2) us(840) x9-57 (10040) x9cm(4) 3 } + */ +# define SN_dsaWithSHA1 "DSA-SHA1" +# define LN_dsaWithSHA1 "dsaWithSHA1" +# define NID_dsaWithSHA1 113 +# define OBJ_dsaWithSHA1 1L,2L,840L,10040L,4L,3L + +# define NID_md5_sha1 114 +# define SN_md5_sha1 "MD5-SHA1" +# define LN_md5_sha1 "md5-sha1" + +# define SN_sha1WithRSA "RSA-SHA1-2" +# define LN_sha1WithRSA "sha1WithRSA" +# define NID_sha1WithRSA 115 +# define OBJ_sha1WithRSA OBJ_algorithm,29L + +# define SN_dsa "DSA" +# define LN_dsa "dsaEncryption" +# define NID_dsa 116 +# define OBJ_dsa 1L,2L,840L,10040L,4L,1L + +# define SN_ripemd160 "RIPEMD160" +# define LN_ripemd160 "ripemd160" +# define NID_ripemd160 117 +# define OBJ_ripemd160 1L,3L,36L,3L,2L,1L + +/* + * The name should actually be rsaSignatureWithripemd160, but I'm going to + * continue using the convention I'm using with the other ciphers + */ +# define SN_ripemd160WithRSA "RSA-RIPEMD160" +# define LN_ripemd160WithRSA "ripemd160WithRSA" +# define NID_ripemd160WithRSA 119 +# define OBJ_ripemd160WithRSA 1L,3L,36L,3L,3L,1L,2L + +/*- + * Taken from rfc2040 + * RC5_CBC_Parameters ::= SEQUENCE { + * version INTEGER (v1_0(16)), + * rounds INTEGER (8..127), + * blockSizeInBits INTEGER (64, 128), + * iv OCTET STRING OPTIONAL + * } + */ +# define SN_rc5_cbc "RC5-CBC" +# define LN_rc5_cbc "rc5-cbc" +# define NID_rc5_cbc 120 +# define OBJ_rc5_cbc OBJ_rsadsi,3L,8L + +# define SN_rc5_ecb "RC5-ECB" +# define LN_rc5_ecb "rc5-ecb" +# define NID_rc5_ecb 121 + +# define SN_rc5_cfb64 "RC5-CFB" +# define LN_rc5_cfb64 "rc5-cfb" +# define NID_rc5_cfb64 122 + +# define SN_rc5_ofb64 "RC5-OFB" +# define LN_rc5_ofb64 "rc5-ofb" +# define NID_rc5_ofb64 123 + +# define SN_rle_compression "RLE" +# define LN_rle_compression "run length compression" +# define NID_rle_compression 124 +# define OBJ_rle_compression 1L,1L,1L,1L,666L,1L + +# define SN_zlib_compression "ZLIB" +# define LN_zlib_compression "zlib compression" +# define NID_zlib_compression 125 +# define OBJ_zlib_compression 1L,1L,1L,1L,666L,2L + +# define SN_ext_key_usage "extendedKeyUsage" +# define LN_ext_key_usage "X509v3 Extended Key Usage" +# define NID_ext_key_usage 126 +# define OBJ_ext_key_usage OBJ_id_ce,37 + +# define SN_id_pkix "PKIX" +# define NID_id_pkix 127 +# define OBJ_id_pkix 1L,3L,6L,1L,5L,5L,7L + +# define SN_id_kp "id-kp" +# define NID_id_kp 128 +# define OBJ_id_kp OBJ_id_pkix,3L + +/* PKIX extended key usage OIDs */ + +# define SN_server_auth "serverAuth" +# define LN_server_auth "TLS Web Server Authentication" +# define NID_server_auth 129 +# define OBJ_server_auth OBJ_id_kp,1L + +# define SN_client_auth "clientAuth" +# define LN_client_auth "TLS Web Client Authentication" +# define NID_client_auth 130 +# define OBJ_client_auth OBJ_id_kp,2L + +# define SN_code_sign "codeSigning" +# define LN_code_sign "Code Signing" +# define NID_code_sign 131 +# define OBJ_code_sign OBJ_id_kp,3L + +# define SN_email_protect "emailProtection" +# define LN_email_protect "E-mail Protection" +# define NID_email_protect 132 +# define OBJ_email_protect OBJ_id_kp,4L + +# define SN_time_stamp "timeStamping" +# define LN_time_stamp "Time Stamping" +# define NID_time_stamp 133 +# define OBJ_time_stamp OBJ_id_kp,8L + +/* Additional extended key usage OIDs: Microsoft */ + +# define SN_ms_code_ind "msCodeInd" +# define LN_ms_code_ind "Microsoft Individual Code Signing" +# define NID_ms_code_ind 134 +# define OBJ_ms_code_ind 1L,3L,6L,1L,4L,1L,311L,2L,1L,21L + +# define SN_ms_code_com "msCodeCom" +# define LN_ms_code_com "Microsoft Commercial Code Signing" +# define NID_ms_code_com 135 +# define OBJ_ms_code_com 1L,3L,6L,1L,4L,1L,311L,2L,1L,22L + +# define SN_ms_ctl_sign "msCTLSign" +# define LN_ms_ctl_sign "Microsoft Trust List Signing" +# define NID_ms_ctl_sign 136 +# define OBJ_ms_ctl_sign 1L,3L,6L,1L,4L,1L,311L,10L,3L,1L + +# define SN_ms_sgc "msSGC" +# define LN_ms_sgc "Microsoft Server Gated Crypto" +# define NID_ms_sgc 137 +# define OBJ_ms_sgc 1L,3L,6L,1L,4L,1L,311L,10L,3L,3L + +# define SN_ms_efs "msEFS" +# define LN_ms_efs "Microsoft Encrypted File System" +# define NID_ms_efs 138 +# define OBJ_ms_efs 1L,3L,6L,1L,4L,1L,311L,10L,3L,4L + +/* Additional usage: Netscape */ + +# define SN_ns_sgc "nsSGC" +# define LN_ns_sgc "Netscape Server Gated Crypto" +# define NID_ns_sgc 139 +# define OBJ_ns_sgc OBJ_netscape,4L,1L + +# define SN_delta_crl "deltaCRL" +# define LN_delta_crl "X509v3 Delta CRL Indicator" +# define NID_delta_crl 140 +# define OBJ_delta_crl OBJ_id_ce,27L + +# define SN_crl_reason "CRLReason" +# define LN_crl_reason "CRL Reason Code" +# define NID_crl_reason 141 +# define OBJ_crl_reason OBJ_id_ce,21L + +# define SN_invalidity_date "invalidityDate" +# define LN_invalidity_date "Invalidity Date" +# define NID_invalidity_date 142 +# define OBJ_invalidity_date OBJ_id_ce,24L + +# define SN_sxnet "SXNetID" +# define LN_sxnet "Strong Extranet ID" +# define NID_sxnet 143 +# define OBJ_sxnet 1L,3L,101L,1L,4L,1L + +/* PKCS12 and related OBJECT IDENTIFIERS */ + +# define OBJ_pkcs12 OBJ_pkcs,12L +# define OBJ_pkcs12_pbeids OBJ_pkcs12, 1 + +# define SN_pbe_WithSHA1And128BitRC4 "PBE-SHA1-RC4-128" +# define LN_pbe_WithSHA1And128BitRC4 "pbeWithSHA1And128BitRC4" +# define NID_pbe_WithSHA1And128BitRC4 144 +# define OBJ_pbe_WithSHA1And128BitRC4 OBJ_pkcs12_pbeids, 1L + +# define SN_pbe_WithSHA1And40BitRC4 "PBE-SHA1-RC4-40" +# define LN_pbe_WithSHA1And40BitRC4 "pbeWithSHA1And40BitRC4" +# define NID_pbe_WithSHA1And40BitRC4 145 +# define OBJ_pbe_WithSHA1And40BitRC4 OBJ_pkcs12_pbeids, 2L + +# define SN_pbe_WithSHA1And3_Key_TripleDES_CBC "PBE-SHA1-3DES" +# define LN_pbe_WithSHA1And3_Key_TripleDES_CBC "pbeWithSHA1And3-KeyTripleDES-CBC" +# define NID_pbe_WithSHA1And3_Key_TripleDES_CBC 146 +# define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC OBJ_pkcs12_pbeids, 3L + +# define SN_pbe_WithSHA1And2_Key_TripleDES_CBC "PBE-SHA1-2DES" +# define LN_pbe_WithSHA1And2_Key_TripleDES_CBC "pbeWithSHA1And2-KeyTripleDES-CBC" +# define NID_pbe_WithSHA1And2_Key_TripleDES_CBC 147 +# define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC OBJ_pkcs12_pbeids, 4L + +# define SN_pbe_WithSHA1And128BitRC2_CBC "PBE-SHA1-RC2-128" +# define LN_pbe_WithSHA1And128BitRC2_CBC "pbeWithSHA1And128BitRC2-CBC" +# define NID_pbe_WithSHA1And128BitRC2_CBC 148 +# define OBJ_pbe_WithSHA1And128BitRC2_CBC OBJ_pkcs12_pbeids, 5L + +# define SN_pbe_WithSHA1And40BitRC2_CBC "PBE-SHA1-RC2-40" +# define LN_pbe_WithSHA1And40BitRC2_CBC "pbeWithSHA1And40BitRC2-CBC" +# define NID_pbe_WithSHA1And40BitRC2_CBC 149 +# define OBJ_pbe_WithSHA1And40BitRC2_CBC OBJ_pkcs12_pbeids, 6L + +# define OBJ_pkcs12_Version1 OBJ_pkcs12, 10L + +# define OBJ_pkcs12_BagIds OBJ_pkcs12_Version1, 1L + +# define LN_keyBag "keyBag" +# define NID_keyBag 150 +# define OBJ_keyBag OBJ_pkcs12_BagIds, 1L + +# define LN_pkcs8ShroudedKeyBag "pkcs8ShroudedKeyBag" +# define NID_pkcs8ShroudedKeyBag 151 +# define OBJ_pkcs8ShroudedKeyBag OBJ_pkcs12_BagIds, 2L + +# define LN_certBag "certBag" +# define NID_certBag 152 +# define OBJ_certBag OBJ_pkcs12_BagIds, 3L + +# define LN_crlBag "crlBag" +# define NID_crlBag 153 +# define OBJ_crlBag OBJ_pkcs12_BagIds, 4L + +# define LN_secretBag "secretBag" +# define NID_secretBag 154 +# define OBJ_secretBag OBJ_pkcs12_BagIds, 5L + +# define LN_safeContentsBag "safeContentsBag" +# define NID_safeContentsBag 155 +# define OBJ_safeContentsBag OBJ_pkcs12_BagIds, 6L + +# define LN_friendlyName "friendlyName" +# define NID_friendlyName 156 +# define OBJ_friendlyName OBJ_pkcs9, 20L + +# define LN_localKeyID "localKeyID" +# define NID_localKeyID 157 +# define OBJ_localKeyID OBJ_pkcs9, 21L + +# define OBJ_certTypes OBJ_pkcs9, 22L + +# define LN_x509Certificate "x509Certificate" +# define NID_x509Certificate 158 +# define OBJ_x509Certificate OBJ_certTypes, 1L + +# define LN_sdsiCertificate "sdsiCertificate" +# define NID_sdsiCertificate 159 +# define OBJ_sdsiCertificate OBJ_certTypes, 2L + +# define OBJ_crlTypes OBJ_pkcs9, 23L + +# define LN_x509Crl "x509Crl" +# define NID_x509Crl 160 +# define OBJ_x509Crl OBJ_crlTypes, 1L + +/* PKCS#5 v2 OIDs */ + +# define LN_pbes2 "PBES2" +# define NID_pbes2 161 +# define OBJ_pbes2 OBJ_pkcs,5L,13L + +# define LN_pbmac1 "PBMAC1" +# define NID_pbmac1 162 +# define OBJ_pbmac1 OBJ_pkcs,5L,14L + +# define LN_hmacWithSHA1 "hmacWithSHA1" +# define NID_hmacWithSHA1 163 +# define OBJ_hmacWithSHA1 OBJ_rsadsi,2L,7L + +/* Policy Qualifier Ids */ + +# define LN_id_qt_cps "Policy Qualifier CPS" +# define SN_id_qt_cps "id-qt-cps" +# define NID_id_qt_cps 164 +# define OBJ_id_qt_cps OBJ_id_pkix,2L,1L + +# define LN_id_qt_unotice "Policy Qualifier User Notice" +# define SN_id_qt_unotice "id-qt-unotice" +# define NID_id_qt_unotice 165 +# define OBJ_id_qt_unotice OBJ_id_pkix,2L,2L + +# define SN_rc2_64_cbc "RC2-64-CBC" +# define LN_rc2_64_cbc "rc2-64-cbc" +# define NID_rc2_64_cbc 166 + +# define SN_SMIMECapabilities "SMIME-CAPS" +# define LN_SMIMECapabilities "S/MIME Capabilities" +# define NID_SMIMECapabilities 167 +# define OBJ_SMIMECapabilities OBJ_pkcs9,15L + +# define SN_pbeWithMD2AndRC2_CBC "PBE-MD2-RC2-64" +# define LN_pbeWithMD2AndRC2_CBC "pbeWithMD2AndRC2-CBC" +# define NID_pbeWithMD2AndRC2_CBC 168 +# define OBJ_pbeWithMD2AndRC2_CBC OBJ_pkcs,5L,4L + +# define SN_pbeWithMD5AndRC2_CBC "PBE-MD5-RC2-64" +# define LN_pbeWithMD5AndRC2_CBC "pbeWithMD5AndRC2-CBC" +# define NID_pbeWithMD5AndRC2_CBC 169 +# define OBJ_pbeWithMD5AndRC2_CBC OBJ_pkcs,5L,6L + +# define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES" +# define LN_pbeWithSHA1AndDES_CBC "pbeWithSHA1AndDES-CBC" +# define NID_pbeWithSHA1AndDES_CBC 170 +# define OBJ_pbeWithSHA1AndDES_CBC OBJ_pkcs,5L,10L + +/* Extension request OIDs */ + +# define LN_ms_ext_req "Microsoft Extension Request" +# define SN_ms_ext_req "msExtReq" +# define NID_ms_ext_req 171 +# define OBJ_ms_ext_req 1L,3L,6L,1L,4L,1L,311L,2L,1L,14L + +# define LN_ext_req "Extension Request" +# define SN_ext_req "extReq" +# define NID_ext_req 172 +# define OBJ_ext_req OBJ_pkcs9,14L + +# define SN_name "name" +# define LN_name "name" +# define NID_name 173 +# define OBJ_name OBJ_X509,41L + +# define SN_dnQualifier "dnQualifier" +# define LN_dnQualifier "dnQualifier" +# define NID_dnQualifier 174 +# define OBJ_dnQualifier OBJ_X509,46L + +# define SN_id_pe "id-pe" +# define NID_id_pe 175 +# define OBJ_id_pe OBJ_id_pkix,1L + +# define SN_id_ad "id-ad" +# define NID_id_ad 176 +# define OBJ_id_ad OBJ_id_pkix,48L + +# define SN_info_access "authorityInfoAccess" +# define LN_info_access "Authority Information Access" +# define NID_info_access 177 +# define OBJ_info_access OBJ_id_pe,1L + +# define SN_ad_OCSP "OCSP" +# define LN_ad_OCSP "OCSP" +# define NID_ad_OCSP 178 +# define OBJ_ad_OCSP OBJ_id_ad,1L + +# define SN_ad_ca_issuers "caIssuers" +# define LN_ad_ca_issuers "CA Issuers" +# define NID_ad_ca_issuers 179 +# define OBJ_ad_ca_issuers OBJ_id_ad,2L + +# define SN_OCSP_sign "OCSPSigning" +# define LN_OCSP_sign "OCSP Signing" +# define NID_OCSP_sign 180 +# define OBJ_OCSP_sign OBJ_id_kp,9L +# endif /* USE_OBJ_MAC */ + +# include +# include + +# define OBJ_NAME_TYPE_UNDEF 0x00 +# define OBJ_NAME_TYPE_MD_METH 0x01 +# define OBJ_NAME_TYPE_CIPHER_METH 0x02 +# define OBJ_NAME_TYPE_PKEY_METH 0x03 +# define OBJ_NAME_TYPE_COMP_METH 0x04 +# define OBJ_NAME_TYPE_NUM 0x05 + +# define OBJ_NAME_ALIAS 0x8000 + +# define OBJ_BSEARCH_VALUE_ON_NOMATCH 0x01 +# define OBJ_BSEARCH_FIRST_VALUE_ON_MATCH 0x02 + + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct obj_name_st { + int type; + int alias; + const char *name; + const char *data; +} OBJ_NAME; + +# define OBJ_create_and_add_object(a,b,c) OBJ_create(a,b,c) + +int OBJ_NAME_init(void); +int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *), + int (*cmp_func) (const char *, const char *), + void (*free_func) (const char *, int, const char *)); +const char *OBJ_NAME_get(const char *name, int type); +int OBJ_NAME_add(const char *name, int type, const char *data); +int OBJ_NAME_remove(const char *name, int type); +void OBJ_NAME_cleanup(int type); /* -1 for everything */ +void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), + void *arg); +void OBJ_NAME_do_all_sorted(int type, + void (*fn) (const OBJ_NAME *, void *arg), + void *arg); + +ASN1_OBJECT *OBJ_dup(const ASN1_OBJECT *o); +ASN1_OBJECT *OBJ_nid2obj(int n); +const char *OBJ_nid2ln(int n); +const char *OBJ_nid2sn(int n); +int OBJ_obj2nid(const ASN1_OBJECT *o); +ASN1_OBJECT *OBJ_txt2obj(const char *s, int no_name); +int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name); +int OBJ_txt2nid(const char *s); +int OBJ_ln2nid(const char *s); +int OBJ_sn2nid(const char *s); +int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b); +const void *OBJ_bsearch_(const void *key, const void *base, int num, int size, + int (*cmp) (const void *, const void *)); +const void *OBJ_bsearch_ex_(const void *key, const void *base, int num, + int size, + int (*cmp) (const void *, const void *), + int flags); + +# define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ + static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \ + static int nm##_cmp(type1 const *, type2 const *); \ + scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) + +# define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ + _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp) +# define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ + type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) + +/*- + * Unsolved problem: if a type is actually a pointer type, like + * nid_triple is, then its impossible to get a const where you need + * it. Consider: + * + * typedef int nid_triple[3]; + * const void *a_; + * const nid_triple const *a = a_; + * + * The assignement discards a const because what you really want is: + * + * const int const * const *a = a_; + * + * But if you do that, you lose the fact that a is an array of 3 ints, + * which breaks comparison functions. + * + * Thus we end up having to cast, sadly, or unpack the + * declarations. Or, as I finally did in this case, delcare nid_triple + * to be a struct, which it should have been in the first place. + * + * Ben, August 2008. + * + * Also, strictly speaking not all types need be const, but handling + * the non-constness means a lot of complication, and in practice + * comparison routines do always not touch their arguments. + */ + +# define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ + static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ + { \ + type1 const *a = a_; \ + type2 const *b = b_; \ + return nm##_cmp(a,b); \ + } \ + static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ + { \ + return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ + nm##_cmp_BSEARCH_CMP_FN); \ + } \ + extern void dummy_prototype(void) + +# define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ + static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ + { \ + type1 const *a = a_; \ + type2 const *b = b_; \ + return nm##_cmp(a,b); \ + } \ + type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ + { \ + return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \ + nm##_cmp_BSEARCH_CMP_FN); \ + } \ + extern void dummy_prototype(void) + +# define OBJ_bsearch(type1,key,type2,base,num,cmp) \ + ((type2 *)OBJ_bsearch_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \ + num,sizeof(type2), \ + ((void)CHECKED_PTR_OF(type1,cmp##_type_1), \ + (void)CHECKED_PTR_OF(type2,cmp##_type_2), \ + cmp##_BSEARCH_CMP_FN))) + +# define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ + ((type2 *)OBJ_bsearch_ex_(CHECKED_PTR_OF(type1,key),CHECKED_PTR_OF(type2,base), \ + num,sizeof(type2), \ + ((void)CHECKED_PTR_OF(type1,cmp##_type_1), \ + (void)type_2=CHECKED_PTR_OF(type2,cmp##_type_2), \ + cmp##_BSEARCH_CMP_FN)),flags) + +int OBJ_new_nid(int num); +int OBJ_add_object(const ASN1_OBJECT *obj); +int OBJ_create(const char *oid, const char *sn, const char *ln); +void OBJ_cleanup(void); +int OBJ_create_objects(BIO *in); + +int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid); +int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid); +int OBJ_add_sigid(int signid, int dig_id, int pkey_id); +void OBJ_sigid_free(void); + +extern int obj_cleanup_defer; +void check_defer(int nid); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_OBJ_strings(void); + +/* Error codes for the OBJ functions. */ + +/* Function codes. */ +# define OBJ_F_OBJ_ADD_OBJECT 105 +# define OBJ_F_OBJ_CREATE 100 +# define OBJ_F_OBJ_DUP 101 +# define OBJ_F_OBJ_NAME_NEW_INDEX 106 +# define OBJ_F_OBJ_NID2LN 102 +# define OBJ_F_OBJ_NID2OBJ 103 +# define OBJ_F_OBJ_NID2SN 104 + +/* Reason codes. */ +# define OBJ_R_MALLOC_FAILURE 100 +# define OBJ_R_UNKNOWN_NID 101 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ocsp.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ocsp.h new file mode 100644 index 00000000..ca2ee76d --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ocsp.h @@ -0,0 +1,637 @@ +/* ocsp.h */ +/* + * Written by Tom Titchener for the OpenSSL + * project. + */ + +/* + * History: This file was transfered to Richard Levitte from CertCo by Kathy + * Weinhold in mid-spring 2000 to be included in OpenSSL or released as a + * patch kit. + */ + +/* ==================================================================== + * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_OCSP_H +# define HEADER_OCSP_H + +# include +# include +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Various flags and values */ + +# define OCSP_DEFAULT_NONCE_LENGTH 16 + +# define OCSP_NOCERTS 0x1 +# define OCSP_NOINTERN 0x2 +# define OCSP_NOSIGS 0x4 +# define OCSP_NOCHAIN 0x8 +# define OCSP_NOVERIFY 0x10 +# define OCSP_NOEXPLICIT 0x20 +# define OCSP_NOCASIGN 0x40 +# define OCSP_NODELEGATED 0x80 +# define OCSP_NOCHECKS 0x100 +# define OCSP_TRUSTOTHER 0x200 +# define OCSP_RESPID_KEY 0x400 +# define OCSP_NOTIME 0x800 + +/*- CertID ::= SEQUENCE { + * hashAlgorithm AlgorithmIdentifier, + * issuerNameHash OCTET STRING, -- Hash of Issuer's DN + * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields) + * serialNumber CertificateSerialNumber } + */ +typedef struct ocsp_cert_id_st { + X509_ALGOR *hashAlgorithm; + ASN1_OCTET_STRING *issuerNameHash; + ASN1_OCTET_STRING *issuerKeyHash; + ASN1_INTEGER *serialNumber; +} OCSP_CERTID; + +DECLARE_STACK_OF(OCSP_CERTID) + +/*- Request ::= SEQUENCE { + * reqCert CertID, + * singleRequestExtensions [0] EXPLICIT Extensions OPTIONAL } + */ +typedef struct ocsp_one_request_st { + OCSP_CERTID *reqCert; + STACK_OF(X509_EXTENSION) *singleRequestExtensions; +} OCSP_ONEREQ; + +DECLARE_STACK_OF(OCSP_ONEREQ) +DECLARE_ASN1_SET_OF(OCSP_ONEREQ) + +/*- TBSRequest ::= SEQUENCE { + * version [0] EXPLICIT Version DEFAULT v1, + * requestorName [1] EXPLICIT GeneralName OPTIONAL, + * requestList SEQUENCE OF Request, + * requestExtensions [2] EXPLICIT Extensions OPTIONAL } + */ +typedef struct ocsp_req_info_st { + ASN1_INTEGER *version; + GENERAL_NAME *requestorName; + STACK_OF(OCSP_ONEREQ) *requestList; + STACK_OF(X509_EXTENSION) *requestExtensions; +} OCSP_REQINFO; + +/*- Signature ::= SEQUENCE { + * signatureAlgorithm AlgorithmIdentifier, + * signature BIT STRING, + * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL } + */ +typedef struct ocsp_signature_st { + X509_ALGOR *signatureAlgorithm; + ASN1_BIT_STRING *signature; + STACK_OF(X509) *certs; +} OCSP_SIGNATURE; + +/*- OCSPRequest ::= SEQUENCE { + * tbsRequest TBSRequest, + * optionalSignature [0] EXPLICIT Signature OPTIONAL } + */ +typedef struct ocsp_request_st { + OCSP_REQINFO *tbsRequest; + OCSP_SIGNATURE *optionalSignature; /* OPTIONAL */ +} OCSP_REQUEST; + +/*- OCSPResponseStatus ::= ENUMERATED { + * successful (0), --Response has valid confirmations + * malformedRequest (1), --Illegal confirmation request + * internalError (2), --Internal error in issuer + * tryLater (3), --Try again later + * --(4) is not used + * sigRequired (5), --Must sign the request + * unauthorized (6) --Request unauthorized + * } + */ +# define OCSP_RESPONSE_STATUS_SUCCESSFUL 0 +# define OCSP_RESPONSE_STATUS_MALFORMEDREQUEST 1 +# define OCSP_RESPONSE_STATUS_INTERNALERROR 2 +# define OCSP_RESPONSE_STATUS_TRYLATER 3 +# define OCSP_RESPONSE_STATUS_SIGREQUIRED 5 +# define OCSP_RESPONSE_STATUS_UNAUTHORIZED 6 + +/*- ResponseBytes ::= SEQUENCE { + * responseType OBJECT IDENTIFIER, + * response OCTET STRING } + */ +typedef struct ocsp_resp_bytes_st { + ASN1_OBJECT *responseType; + ASN1_OCTET_STRING *response; +} OCSP_RESPBYTES; + +/*- OCSPResponse ::= SEQUENCE { + * responseStatus OCSPResponseStatus, + * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL } + */ +struct ocsp_response_st { + ASN1_ENUMERATED *responseStatus; + OCSP_RESPBYTES *responseBytes; +}; + +/*- ResponderID ::= CHOICE { + * byName [1] Name, + * byKey [2] KeyHash } + */ +# define V_OCSP_RESPID_NAME 0 +# define V_OCSP_RESPID_KEY 1 +struct ocsp_responder_id_st { + int type; + union { + X509_NAME *byName; + ASN1_OCTET_STRING *byKey; + } value; +}; + +DECLARE_STACK_OF(OCSP_RESPID) +DECLARE_ASN1_FUNCTIONS(OCSP_RESPID) + +/*- KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key + * --(excluding the tag and length fields) + */ + +/*- RevokedInfo ::= SEQUENCE { + * revocationTime GeneralizedTime, + * revocationReason [0] EXPLICIT CRLReason OPTIONAL } + */ +typedef struct ocsp_revoked_info_st { + ASN1_GENERALIZEDTIME *revocationTime; + ASN1_ENUMERATED *revocationReason; +} OCSP_REVOKEDINFO; + +/*- CertStatus ::= CHOICE { + * good [0] IMPLICIT NULL, + * revoked [1] IMPLICIT RevokedInfo, + * unknown [2] IMPLICIT UnknownInfo } + */ +# define V_OCSP_CERTSTATUS_GOOD 0 +# define V_OCSP_CERTSTATUS_REVOKED 1 +# define V_OCSP_CERTSTATUS_UNKNOWN 2 +typedef struct ocsp_cert_status_st { + int type; + union { + ASN1_NULL *good; + OCSP_REVOKEDINFO *revoked; + ASN1_NULL *unknown; + } value; +} OCSP_CERTSTATUS; + +/*- SingleResponse ::= SEQUENCE { + * certID CertID, + * certStatus CertStatus, + * thisUpdate GeneralizedTime, + * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, + * singleExtensions [1] EXPLICIT Extensions OPTIONAL } + */ +typedef struct ocsp_single_response_st { + OCSP_CERTID *certId; + OCSP_CERTSTATUS *certStatus; + ASN1_GENERALIZEDTIME *thisUpdate; + ASN1_GENERALIZEDTIME *nextUpdate; + STACK_OF(X509_EXTENSION) *singleExtensions; +} OCSP_SINGLERESP; + +DECLARE_STACK_OF(OCSP_SINGLERESP) +DECLARE_ASN1_SET_OF(OCSP_SINGLERESP) + +/*- ResponseData ::= SEQUENCE { + * version [0] EXPLICIT Version DEFAULT v1, + * responderID ResponderID, + * producedAt GeneralizedTime, + * responses SEQUENCE OF SingleResponse, + * responseExtensions [1] EXPLICIT Extensions OPTIONAL } + */ +typedef struct ocsp_response_data_st { + ASN1_INTEGER *version; + OCSP_RESPID *responderId; + ASN1_GENERALIZEDTIME *producedAt; + STACK_OF(OCSP_SINGLERESP) *responses; + STACK_OF(X509_EXTENSION) *responseExtensions; +} OCSP_RESPDATA; + +/*- BasicOCSPResponse ::= SEQUENCE { + * tbsResponseData ResponseData, + * signatureAlgorithm AlgorithmIdentifier, + * signature BIT STRING, + * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL } + */ + /* + * Note 1: The value for "signature" is specified in the OCSP rfc2560 as + * follows: "The value for the signature SHALL be computed on the hash of + * the DER encoding ResponseData." This means that you must hash the + * DER-encoded tbsResponseData, and then run it through a crypto-signing + * function, which will (at least w/RSA) do a hash-'n'-private-encrypt + * operation. This seems a bit odd, but that's the spec. Also note that + * the data structures do not leave anywhere to independently specify the + * algorithm used for the initial hash. So, we look at the + * signature-specification algorithm, and try to do something intelligent. + * -- Kathy Weinhold, CertCo + */ + /* + * Note 2: It seems that the mentioned passage from RFC 2560 (section + * 4.2.1) is open for interpretation. I've done tests against another + * responder, and found that it doesn't do the double hashing that the RFC + * seems to say one should. Therefore, all relevant functions take a flag + * saying which variant should be used. -- Richard Levitte, OpenSSL team + * and CeloCom + */ +typedef struct ocsp_basic_response_st { + OCSP_RESPDATA *tbsResponseData; + X509_ALGOR *signatureAlgorithm; + ASN1_BIT_STRING *signature; + STACK_OF(X509) *certs; +} OCSP_BASICRESP; + +/*- + * CRLReason ::= ENUMERATED { + * unspecified (0), + * keyCompromise (1), + * cACompromise (2), + * affiliationChanged (3), + * superseded (4), + * cessationOfOperation (5), + * certificateHold (6), + * removeFromCRL (8) } + */ +# define OCSP_REVOKED_STATUS_NOSTATUS -1 +# define OCSP_REVOKED_STATUS_UNSPECIFIED 0 +# define OCSP_REVOKED_STATUS_KEYCOMPROMISE 1 +# define OCSP_REVOKED_STATUS_CACOMPROMISE 2 +# define OCSP_REVOKED_STATUS_AFFILIATIONCHANGED 3 +# define OCSP_REVOKED_STATUS_SUPERSEDED 4 +# define OCSP_REVOKED_STATUS_CESSATIONOFOPERATION 5 +# define OCSP_REVOKED_STATUS_CERTIFICATEHOLD 6 +# define OCSP_REVOKED_STATUS_REMOVEFROMCRL 8 + +/*- + * CrlID ::= SEQUENCE { + * crlUrl [0] EXPLICIT IA5String OPTIONAL, + * crlNum [1] EXPLICIT INTEGER OPTIONAL, + * crlTime [2] EXPLICIT GeneralizedTime OPTIONAL } + */ +typedef struct ocsp_crl_id_st { + ASN1_IA5STRING *crlUrl; + ASN1_INTEGER *crlNum; + ASN1_GENERALIZEDTIME *crlTime; +} OCSP_CRLID; + +/*- + * ServiceLocator ::= SEQUENCE { + * issuer Name, + * locator AuthorityInfoAccessSyntax OPTIONAL } + */ +typedef struct ocsp_service_locator_st { + X509_NAME *issuer; + STACK_OF(ACCESS_DESCRIPTION) *locator; +} OCSP_SERVICELOC; + +# define PEM_STRING_OCSP_REQUEST "OCSP REQUEST" +# define PEM_STRING_OCSP_RESPONSE "OCSP RESPONSE" + +# define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p) + +# define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p) + +# define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \ + (char *(*)())d2i_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,bp,(char **)x,cb,NULL) + +# define PEM_read_bio_OCSP_RESPONSE(bp,x,cb)(OCSP_RESPONSE *)PEM_ASN1_read_bio(\ + (char *(*)())d2i_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,bp,(char **)x,cb,NULL) + +# define PEM_write_bio_OCSP_REQUEST(bp,o) \ + PEM_ASN1_write_bio((int (*)())i2d_OCSP_REQUEST,PEM_STRING_OCSP_REQUEST,\ + bp,(char *)o, NULL,NULL,0,NULL,NULL) + +# define PEM_write_bio_OCSP_RESPONSE(bp,o) \ + PEM_ASN1_write_bio((int (*)())i2d_OCSP_RESPONSE,PEM_STRING_OCSP_RESPONSE,\ + bp,(char *)o, NULL,NULL,0,NULL,NULL) + +# define i2d_OCSP_RESPONSE_bio(bp,o) ASN1_i2d_bio_of(OCSP_RESPONSE,i2d_OCSP_RESPONSE,bp,o) + +# define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o) + +# define OCSP_REQUEST_sign(o,pkey,md) \ + ASN1_item_sign(ASN1_ITEM_rptr(OCSP_REQINFO),\ + o->optionalSignature->signatureAlgorithm,NULL,\ + o->optionalSignature->signature,o->tbsRequest,pkey,md) + +# define OCSP_BASICRESP_sign(o,pkey,md,d) \ + ASN1_item_sign(ASN1_ITEM_rptr(OCSP_RESPDATA),o->signatureAlgorithm,NULL,\ + o->signature,o->tbsResponseData,pkey,md) + +# define OCSP_REQUEST_verify(a,r) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_REQINFO),\ + a->optionalSignature->signatureAlgorithm,\ + a->optionalSignature->signature,a->tbsRequest,r) + +# define OCSP_BASICRESP_verify(a,r,d) ASN1_item_verify(ASN1_ITEM_rptr(OCSP_RESPDATA),\ + a->signatureAlgorithm,a->signature,a->tbsResponseData,r) + +# define ASN1_BIT_STRING_digest(data,type,md,len) \ + ASN1_item_digest(ASN1_ITEM_rptr(ASN1_BIT_STRING),type,data,md,len) + +# define OCSP_CERTSTATUS_dup(cs)\ + (OCSP_CERTSTATUS*)ASN1_dup((int(*)())i2d_OCSP_CERTSTATUS,\ + (char *(*)())d2i_OCSP_CERTSTATUS,(char *)(cs)) + +OCSP_CERTID *OCSP_CERTID_dup(OCSP_CERTID *id); + +OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); +OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, + int maxline); +int OCSP_REQ_CTX_nbio(OCSP_REQ_CTX *rctx); +int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OCSP_REQ_CTX *rctx); +OCSP_REQ_CTX *OCSP_REQ_CTX_new(BIO *io, int maxline); +void OCSP_REQ_CTX_free(OCSP_REQ_CTX *rctx); +void OCSP_set_max_response_length(OCSP_REQ_CTX *rctx, unsigned long len); +int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, + ASN1_VALUE *val); +int OCSP_REQ_CTX_nbio_d2i(OCSP_REQ_CTX *rctx, ASN1_VALUE **pval, + const ASN1_ITEM *it); +BIO *OCSP_REQ_CTX_get0_mem_bio(OCSP_REQ_CTX *rctx); +int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, + ASN1_VALUE *val); +int OCSP_REQ_CTX_http(OCSP_REQ_CTX *rctx, const char *op, const char *path); +int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req); +int OCSP_REQ_CTX_add1_header(OCSP_REQ_CTX *rctx, + const char *name, const char *value); + +OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer); + +OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, + X509_NAME *issuerName, + ASN1_BIT_STRING *issuerKey, + ASN1_INTEGER *serialNumber); + +OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid); + +int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len); +int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len); +int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs); +int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req); + +int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm); +int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert); + +int OCSP_request_sign(OCSP_REQUEST *req, + X509 *signer, + EVP_PKEY *key, + const EVP_MD *dgst, + STACK_OF(X509) *certs, unsigned long flags); + +int OCSP_response_status(OCSP_RESPONSE *resp); +OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp); + +int OCSP_resp_count(OCSP_BASICRESP *bs); +OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx); +int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last); +int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, + ASN1_GENERALIZEDTIME **revtime, + ASN1_GENERALIZEDTIME **thisupd, + ASN1_GENERALIZEDTIME **nextupd); +int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, + int *reason, + ASN1_GENERALIZEDTIME **revtime, + ASN1_GENERALIZEDTIME **thisupd, + ASN1_GENERALIZEDTIME **nextupd); +int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd, + ASN1_GENERALIZEDTIME *nextupd, long sec, long maxsec); + +int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, + X509_STORE *store, unsigned long flags); + +int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath, + int *pssl); + +int OCSP_id_issuer_cmp(OCSP_CERTID *a, OCSP_CERTID *b); +int OCSP_id_cmp(OCSP_CERTID *a, OCSP_CERTID *b); + +int OCSP_request_onereq_count(OCSP_REQUEST *req); +OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i); +OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one); +int OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, + ASN1_OCTET_STRING **pikeyHash, + ASN1_INTEGER **pserial, OCSP_CERTID *cid); +int OCSP_request_is_signed(OCSP_REQUEST *req); +OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); +OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp, + OCSP_CERTID *cid, + int status, int reason, + ASN1_TIME *revtime, + ASN1_TIME *thisupd, + ASN1_TIME *nextupd); +int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert); +int OCSP_basic_sign(OCSP_BASICRESP *brsp, + X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, + STACK_OF(X509) *certs, unsigned long flags); + +X509_EXTENSION *OCSP_crlID_new(char *url, long *n, char *tim); + +X509_EXTENSION *OCSP_accept_responses_new(char **oids); + +X509_EXTENSION *OCSP_archive_cutoff_new(char *tim); + +X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME *issuer, char **urls); + +int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x); +int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos); +int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, + int lastpos); +int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos); +X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc); +X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc); +void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, + int *idx); +int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, + unsigned long flags); +int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc); + +int OCSP_ONEREQ_get_ext_count(OCSP_ONEREQ *x); +int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos); +int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos); +int OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos); +X509_EXTENSION *OCSP_ONEREQ_get_ext(OCSP_ONEREQ *x, int loc); +X509_EXTENSION *OCSP_ONEREQ_delete_ext(OCSP_ONEREQ *x, int loc); +void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx); +int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit, + unsigned long flags); +int OCSP_ONEREQ_add_ext(OCSP_ONEREQ *x, X509_EXTENSION *ex, int loc); + +int OCSP_BASICRESP_get_ext_count(OCSP_BASICRESP *x); +int OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos); +int OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, + int lastpos); +int OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, + int lastpos); +X509_EXTENSION *OCSP_BASICRESP_get_ext(OCSP_BASICRESP *x, int loc); +X509_EXTENSION *OCSP_BASICRESP_delete_ext(OCSP_BASICRESP *x, int loc); +void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, + int *idx); +int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value, + int crit, unsigned long flags); +int OCSP_BASICRESP_add_ext(OCSP_BASICRESP *x, X509_EXTENSION *ex, int loc); + +int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x); +int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos); +int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj, + int lastpos); +int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, + int lastpos); +X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc); +X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc); +void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, + int *idx); +int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, + int crit, unsigned long flags); +int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc); + +DECLARE_ASN1_FUNCTIONS(OCSP_SINGLERESP) +DECLARE_ASN1_FUNCTIONS(OCSP_CERTSTATUS) +DECLARE_ASN1_FUNCTIONS(OCSP_REVOKEDINFO) +DECLARE_ASN1_FUNCTIONS(OCSP_BASICRESP) +DECLARE_ASN1_FUNCTIONS(OCSP_RESPDATA) +DECLARE_ASN1_FUNCTIONS(OCSP_RESPID) +DECLARE_ASN1_FUNCTIONS(OCSP_RESPONSE) +DECLARE_ASN1_FUNCTIONS(OCSP_RESPBYTES) +DECLARE_ASN1_FUNCTIONS(OCSP_ONEREQ) +DECLARE_ASN1_FUNCTIONS(OCSP_CERTID) +DECLARE_ASN1_FUNCTIONS(OCSP_REQUEST) +DECLARE_ASN1_FUNCTIONS(OCSP_SIGNATURE) +DECLARE_ASN1_FUNCTIONS(OCSP_REQINFO) +DECLARE_ASN1_FUNCTIONS(OCSP_CRLID) +DECLARE_ASN1_FUNCTIONS(OCSP_SERVICELOC) + +const char *OCSP_response_status_str(long s); +const char *OCSP_cert_status_str(long s); +const char *OCSP_crl_reason_str(long s); + +int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST *a, unsigned long flags); +int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE *o, unsigned long flags); + +int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, + X509_STORE *st, unsigned long flags); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_OCSP_strings(void); + +/* Error codes for the OCSP functions. */ + +/* Function codes. */ +# define OCSP_F_ASN1_STRING_ENCODE 100 +# define OCSP_F_D2I_OCSP_NONCE 102 +# define OCSP_F_OCSP_BASIC_ADD1_STATUS 103 +# define OCSP_F_OCSP_BASIC_SIGN 104 +# define OCSP_F_OCSP_BASIC_VERIFY 105 +# define OCSP_F_OCSP_CERT_ID_NEW 101 +# define OCSP_F_OCSP_CHECK_DELEGATED 106 +# define OCSP_F_OCSP_CHECK_IDS 107 +# define OCSP_F_OCSP_CHECK_ISSUER 108 +# define OCSP_F_OCSP_CHECK_VALIDITY 115 +# define OCSP_F_OCSP_MATCH_ISSUERID 109 +# define OCSP_F_OCSP_PARSE_URL 114 +# define OCSP_F_OCSP_REQUEST_SIGN 110 +# define OCSP_F_OCSP_REQUEST_VERIFY 116 +# define OCSP_F_OCSP_RESPONSE_GET1_BASIC 111 +# define OCSP_F_OCSP_SENDREQ_BIO 112 +# define OCSP_F_OCSP_SENDREQ_NBIO 117 +# define OCSP_F_PARSE_HTTP_LINE1 118 +# define OCSP_F_REQUEST_VERIFY 113 + +/* Reason codes. */ +# define OCSP_R_BAD_DATA 100 +# define OCSP_R_CERTIFICATE_VERIFY_ERROR 101 +# define OCSP_R_DIGEST_ERR 102 +# define OCSP_R_ERROR_IN_NEXTUPDATE_FIELD 122 +# define OCSP_R_ERROR_IN_THISUPDATE_FIELD 123 +# define OCSP_R_ERROR_PARSING_URL 121 +# define OCSP_R_MISSING_OCSPSIGNING_USAGE 103 +# define OCSP_R_NEXTUPDATE_BEFORE_THISUPDATE 124 +# define OCSP_R_NOT_BASIC_RESPONSE 104 +# define OCSP_R_NO_CERTIFICATES_IN_CHAIN 105 +# define OCSP_R_NO_CONTENT 106 +# define OCSP_R_NO_PUBLIC_KEY 107 +# define OCSP_R_NO_RESPONSE_DATA 108 +# define OCSP_R_NO_REVOKED_TIME 109 +# define OCSP_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 110 +# define OCSP_R_REQUEST_NOT_SIGNED 128 +# define OCSP_R_RESPONSE_CONTAINS_NO_REVOCATION_DATA 111 +# define OCSP_R_ROOT_CA_NOT_TRUSTED 112 +# define OCSP_R_SERVER_READ_ERROR 113 +# define OCSP_R_SERVER_RESPONSE_ERROR 114 +# define OCSP_R_SERVER_RESPONSE_PARSE_ERROR 115 +# define OCSP_R_SERVER_WRITE_ERROR 116 +# define OCSP_R_SIGNATURE_FAILURE 117 +# define OCSP_R_SIGNER_CERTIFICATE_NOT_FOUND 118 +# define OCSP_R_STATUS_EXPIRED 125 +# define OCSP_R_STATUS_NOT_YET_VALID 126 +# define OCSP_R_STATUS_TOO_OLD 127 +# define OCSP_R_UNKNOWN_MESSAGE_DIGEST 119 +# define OCSP_R_UNKNOWN_NID 120 +# define OCSP_R_UNSUPPORTED_REQUESTORNAME_TYPE 129 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/opensslconf.h b/frappe/.node-gyp/6.7.0/include/node/openssl/opensslconf.h new file mode 100644 index 00000000..9b20fb64 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/opensslconf.h @@ -0,0 +1,146 @@ +/* + In OpenSSL, opensslconf.h was generated by Configure script with + specifying a target argument, where it includes several defines that + depend on OS and architecture platform. + + In node, we statically mapped --dest-os and --dest-cpu options in + configure to the target of Configure in OpenSSL and make + `deps/openssl/conf/openssconf.h` so as to include each file + according to its target by checking pre-defined compiler macros. + + Included opnesslconf.h files for supported target architectures can + be generated by `Makefile` and stored under + `archs/{target}/opensslconf.h`. The Makefile also fixes several + defines to meet node build requirements. + + Here is a map table of configure options in node, target arch of + Configure in OpenSSL and CI support. + + | --dest-os | --dest-cpu | OpenSSL target arch | CI | + | --------- | ---------- | -------------------- | --- | + | aix | ppc | aix-gcc | o | + | aix | ppc64 | aix64-gcc | o | + | linux | ia32 | linux-elf | o | + | linux | x32 | linux-x32 | - | + | linux | x64 | linux-x86_64 | o | + | linux | arm | linux-armv4 | o | + | linux | arm64 | linux-aarch64 | o | + | linux | ppc | linux-ppc | o | + | linux | ppc64 | linux-ppc64 | o | + | linux | s390 | linux32-s390x | o | + | linux | s390x | linux64-s390x | o | + | mac | ia32 | darwin-i386-cc | o | + | mac | x64 | darwin64-x86-cc | o | + | win | ia32 | VC-WIN32 | - | + | win | x64 | VC-WIN64A | o | + | solaris | ia32 | solaris-x86-gcc | o | + | solaris | x64 | solaris64-x86_64-gcc | o | + | freebsd | ia32 | BSD-x86 | o | + | freebsd | x64 | BSD-x86_64 | o | + | openbsd | ia32 | BSD-x86 | - | + | openbsd | x64 | BSD-x86_64 | - | + | others | others | linux-elf | - | + + --dest-os and --dest-cpu are mapped to pre-defined macros. + + | --dest-os | pre-defined macro | + | ------------------ | ------------------------- | + | aix | _AIX | + | win | _WIN32 | + | win(64bit) | _WIN64 | + | mac | __APPLE__ && __MACH__ | + | solaris | __sun | + | freebsd | __FreeBSD__ | + | openbsd | __OpenBSD__ | + | linux (not andorid)| __linux__ && !__ANDROID__ | + | android | __ANDROID__ | + + | --dest-cpu | pre-defined macro | + | ---------- | ----------------- | + | arm | __arm__ | + | arm64 | __aarch64__ | + | ia32 | __i386__ | + | ia32(win) | _M_IX86 | + | mips | __mips__ | + | mipsel | __MIPSEL__ | + | x32 | __ILP32__ | + | x64 | __x86_64__ | + | x64(win) | _M_X64 | + | ppc | __PPC__ | + | | _ARCH_PPC | + | ppc64 | __PPC64__ | + | | _ARCH_PPC64 | + | s390 | __s390__ | + | s390x | __s390x__ | + + These are the list which is not implemented yet. + + | --dest-os | --dest-cpu | OpenSSL target arch | CI | + | --------- | ---------- | -------------------- | --- | + | linux | mips | linux-mips32,linux-mips64,linux64-mips64? | --- | + | linux | mipsel | ? | --- | + | android | ia32 | android-x86 | --- | + | android | arm | android-armv7 | --- | + | android | mips | android-mips | --- | + | android | mipsel | ? | --- | + + Supported target arch list in OpenSSL can be obtained by typing + `deps/openssl/openssl/Configure LIST`. + +*/ + +#undef OPENSSL_LINUX +#if defined(__linux) && !defined(__ANDROID__) +# define OPENSSL_LINUX 1 +#endif + +#if defined(OPENSSL_LINUX) && defined(__i386__) +# include "./archs/linux-elf/opensslconf.h" +#elif defined(OPENSSL_LINUX) && defined(__ILP32__) +# include "./archs/linux-x32/opensslconf.h" +#elif defined(OPENSSL_LINUX) && defined(__x86_64__) +# include "./archs/linux-x86_64/opensslconf.h" +#elif defined(OPENSSL_LINUX) && defined(__arm__) +# include "./archs/linux-armv4/opensslconf.h" +#elif defined(OPENSSL_LINUX) && defined(__aarch64__) +# include "./archs/linux-aarch64/opensslconf.h" +#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__) +# include "./archs/darwin-i386-cc/opensslconf.h" +#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__) +# include "./archs/darwin64-x86_64-cc/opensslconf.h" +#elif defined(_WIN32) && defined(_M_IX86) +# include "./archs/VC-WIN32/opensslconf.h" +#elif defined(_WIN32) && defined(_M_X64) +# include "./archs/VC-WIN64A/opensslconf.h" +#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__) +# include "./archs/BSD-x86/opensslconf.h" +#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__) +# include "./archs/BSD-x86_64/opensslconf.h" +#elif defined(__sun) && defined(__i386__) +# include "./archs/solaris-x86-gcc/opensslconf.h" +#elif defined(__sun) && defined(__x86_64__) +# include "./archs/solaris64-x86_64-gcc/opensslconf.h" +#elif defined(OPENSSL_LINUX) && defined(__PPC64__) +# include "./archs/linux-ppc64/opensslconf.h" +#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__) +# include "./archs/linux-ppc/opensslconf.h" +#elif defined(_AIX) && defined(_ARCH_PPC64) +# include "./archs/aix64-gcc/opensslconf.h" +#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC) +# include "./archs/aix-gcc/opensslconf.h" +#elif defined(OPENSSL_LINUX) && defined(__s390x__) +# include "./archs/linux64-s390x/opensslconf.h" +#elif defined(OPENSSL_LINUX) && defined(__s390__) +# include "./archs/linux32-s390x/opensslconf.h" +#else +# include "./archs/linux-elf/opensslconf.h" +#endif + +/* GOST is not included in all platform */ +#ifndef OPENSSL_NO_GOST +# define OPENSSL_NO_GOST +#endif +/* HW_PADLOCK is not included in all platform */ +#ifndef OPENSSL_NO_HW_PADLOCK +# define OPENSSL_NO_HW_PADLOCK +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/opensslv.h b/frappe/.node-gyp/6.7.0/include/node/openssl/opensslv.h new file mode 100644 index 00000000..88faad65 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/opensslv.h @@ -0,0 +1,97 @@ +#ifndef HEADER_OPENSSLV_H +# define HEADER_OPENSSLV_H + +#ifdef __cplusplus +extern "C" { +#endif + +/*- + * Numeric release version identifier: + * MNNFFPPS: major minor fix patch status + * The status nibble has one of the values 0 for development, 1 to e for betas + * 1 to 14, and f for release. The patch level is exactly that. + * For example: + * 0.9.3-dev 0x00903000 + * 0.9.3-beta1 0x00903001 + * 0.9.3-beta2-dev 0x00903002 + * 0.9.3-beta2 0x00903002 (same as ...beta2-dev) + * 0.9.3 0x0090300f + * 0.9.3a 0x0090301f + * 0.9.4 0x0090400f + * 1.2.3z 0x102031af + * + * For continuity reasons (because 0.9.5 is already out, and is coded + * 0x00905100), between 0.9.5 and 0.9.6 the coding of the patch level + * part is slightly different, by setting the highest bit. This means + * that 0.9.5a looks like this: 0x0090581f. At 0.9.6, we can start + * with 0x0090600S... + * + * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.) + * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for + * major minor fix final patch/beta) + */ +# define OPENSSL_VERSION_NUMBER 0x100020afL +# ifdef OPENSSL_FIPS +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2j-fips 26 Sep 2016" +# else +# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2j 26 Sep 2016" +# endif +# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT + +/*- + * The macros below are to be used for shared library (.so, .dll, ...) + * versioning. That kind of versioning works a bit differently between + * operating systems. The most usual scheme is to set a major and a minor + * number, and have the runtime loader check that the major number is equal + * to what it was at application link time, while the minor number has to + * be greater or equal to what it was at application link time. With this + * scheme, the version number is usually part of the file name, like this: + * + * libcrypto.so.0.9 + * + * Some unixen also make a softlink with the major verson number only: + * + * libcrypto.so.0 + * + * On Tru64 and IRIX 6.x it works a little bit differently. There, the + * shared library version is stored in the file, and is actually a series + * of versions, separated by colons. The rightmost version present in the + * library when linking an application is stored in the application to be + * matched at run time. When the application is run, a check is done to + * see if the library version stored in the application matches any of the + * versions in the version string of the library itself. + * This version string can be constructed in any way, depending on what + * kind of matching is desired. However, to implement the same scheme as + * the one used in the other unixen, all compatible versions, from lowest + * to highest, should be part of the string. Consecutive builds would + * give the following versions strings: + * + * 3.0 + * 3.0:3.1 + * 3.0:3.1:3.2 + * 4.0 + * 4.0:4.1 + * + * Notice how version 4 is completely incompatible with version, and + * therefore give the breach you can see. + * + * There may be other schemes as well that I haven't yet discovered. + * + * So, here's the way it works here: first of all, the library version + * number doesn't need at all to match the overall OpenSSL version. + * However, it's nice and more understandable if it actually does. + * The current library version is stored in the macro SHLIB_VERSION_NUMBER, + * which is just a piece of text in the format "M.m.e" (Major, minor, edit). + * For the sake of Tru64, IRIX, and any other OS that behaves in similar ways, + * we need to keep a history of version numbers, which is done in the + * macro SHLIB_VERSION_HISTORY. The numbers are separated by colons and + * should only keep the versions that are binary compatible with the current. + */ +# define SHLIB_VERSION_HISTORY "" +# define SHLIB_VERSION_NUMBER "1.0.0" + + +#ifdef __cplusplus +} +#endif +#endif /* HEADER_OPENSSLV_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ossl_typ.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ossl_typ.h new file mode 100644 index 00000000..364d2623 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ossl_typ.h @@ -0,0 +1,213 @@ +/* ==================================================================== + * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_OPENSSL_TYPES_H +# define HEADER_OPENSSL_TYPES_H + +#ifdef __cplusplus +extern "C" { +#endif + +# include + +# ifdef NO_ASN1_TYPEDEFS +# define ASN1_INTEGER ASN1_STRING +# define ASN1_ENUMERATED ASN1_STRING +# define ASN1_BIT_STRING ASN1_STRING +# define ASN1_OCTET_STRING ASN1_STRING +# define ASN1_PRINTABLESTRING ASN1_STRING +# define ASN1_T61STRING ASN1_STRING +# define ASN1_IA5STRING ASN1_STRING +# define ASN1_UTCTIME ASN1_STRING +# define ASN1_GENERALIZEDTIME ASN1_STRING +# define ASN1_TIME ASN1_STRING +# define ASN1_GENERALSTRING ASN1_STRING +# define ASN1_UNIVERSALSTRING ASN1_STRING +# define ASN1_BMPSTRING ASN1_STRING +# define ASN1_VISIBLESTRING ASN1_STRING +# define ASN1_UTF8STRING ASN1_STRING +# define ASN1_BOOLEAN int +# define ASN1_NULL int +# else +typedef struct asn1_string_st ASN1_INTEGER; +typedef struct asn1_string_st ASN1_ENUMERATED; +typedef struct asn1_string_st ASN1_BIT_STRING; +typedef struct asn1_string_st ASN1_OCTET_STRING; +typedef struct asn1_string_st ASN1_PRINTABLESTRING; +typedef struct asn1_string_st ASN1_T61STRING; +typedef struct asn1_string_st ASN1_IA5STRING; +typedef struct asn1_string_st ASN1_GENERALSTRING; +typedef struct asn1_string_st ASN1_UNIVERSALSTRING; +typedef struct asn1_string_st ASN1_BMPSTRING; +typedef struct asn1_string_st ASN1_UTCTIME; +typedef struct asn1_string_st ASN1_TIME; +typedef struct asn1_string_st ASN1_GENERALIZEDTIME; +typedef struct asn1_string_st ASN1_VISIBLESTRING; +typedef struct asn1_string_st ASN1_UTF8STRING; +typedef struct asn1_string_st ASN1_STRING; +typedef int ASN1_BOOLEAN; +typedef int ASN1_NULL; +# endif + +typedef struct asn1_object_st ASN1_OBJECT; + +typedef struct ASN1_ITEM_st ASN1_ITEM; +typedef struct asn1_pctx_st ASN1_PCTX; + +# ifdef OPENSSL_SYS_WIN32 +# undef X509_NAME +# undef X509_EXTENSIONS +# undef X509_CERT_PAIR +# undef PKCS7_ISSUER_AND_SERIAL +# undef OCSP_REQUEST +# undef OCSP_RESPONSE +# endif + +# ifdef BIGNUM +# undef BIGNUM +# endif +typedef struct bignum_st BIGNUM; +typedef struct bignum_ctx BN_CTX; +typedef struct bn_blinding_st BN_BLINDING; +typedef struct bn_mont_ctx_st BN_MONT_CTX; +typedef struct bn_recp_ctx_st BN_RECP_CTX; +typedef struct bn_gencb_st BN_GENCB; + +typedef struct buf_mem_st BUF_MEM; + +typedef struct evp_cipher_st EVP_CIPHER; +typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX; +typedef struct env_md_st EVP_MD; +typedef struct env_md_ctx_st EVP_MD_CTX; +typedef struct evp_pkey_st EVP_PKEY; + +typedef struct evp_pkey_asn1_method_st EVP_PKEY_ASN1_METHOD; + +typedef struct evp_pkey_method_st EVP_PKEY_METHOD; +typedef struct evp_pkey_ctx_st EVP_PKEY_CTX; + +typedef struct dh_st DH; +typedef struct dh_method DH_METHOD; + +typedef struct dsa_st DSA; +typedef struct dsa_method DSA_METHOD; + +typedef struct rsa_st RSA; +typedef struct rsa_meth_st RSA_METHOD; + +typedef struct rand_meth_st RAND_METHOD; + +typedef struct ecdh_method ECDH_METHOD; +typedef struct ecdsa_method ECDSA_METHOD; + +typedef struct x509_st X509; +typedef struct X509_algor_st X509_ALGOR; +typedef struct X509_crl_st X509_CRL; +typedef struct x509_crl_method_st X509_CRL_METHOD; +typedef struct x509_revoked_st X509_REVOKED; +typedef struct X509_name_st X509_NAME; +typedef struct X509_pubkey_st X509_PUBKEY; +typedef struct x509_store_st X509_STORE; +typedef struct x509_store_ctx_st X509_STORE_CTX; + +typedef struct pkcs8_priv_key_info_st PKCS8_PRIV_KEY_INFO; + +typedef struct v3_ext_ctx X509V3_CTX; +typedef struct conf_st CONF; + +typedef struct store_st STORE; +typedef struct store_method_st STORE_METHOD; + +typedef struct ui_st UI; +typedef struct ui_method_st UI_METHOD; + +typedef struct st_ERR_FNS ERR_FNS; + +typedef struct engine_st ENGINE; +typedef struct ssl_st SSL; +typedef struct ssl_ctx_st SSL_CTX; + +typedef struct comp_method_st COMP_METHOD; + +typedef struct X509_POLICY_NODE_st X509_POLICY_NODE; +typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL; +typedef struct X509_POLICY_TREE_st X509_POLICY_TREE; +typedef struct X509_POLICY_CACHE_st X509_POLICY_CACHE; + +typedef struct AUTHORITY_KEYID_st AUTHORITY_KEYID; +typedef struct DIST_POINT_st DIST_POINT; +typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT; +typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; + + /* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */ +# define DECLARE_PKCS12_STACK_OF(type)/* Nothing */ +# define IMPLEMENT_PKCS12_STACK_OF(type)/* Nothing */ + +typedef struct crypto_ex_data_st CRYPTO_EX_DATA; +/* Callback types for crypto.h */ +typedef int CRYPTO_EX_new (void *parent, void *ptr, CRYPTO_EX_DATA *ad, + int idx, long argl, void *argp); +typedef void CRYPTO_EX_free (void *parent, void *ptr, CRYPTO_EX_DATA *ad, + int idx, long argl, void *argp); +typedef int CRYPTO_EX_dup (CRYPTO_EX_DATA *to, CRYPTO_EX_DATA *from, + void *from_d, int idx, long argl, void *argp); + +typedef struct ocsp_req_ctx_st OCSP_REQ_CTX; +typedef struct ocsp_response_st OCSP_RESPONSE; +typedef struct ocsp_responder_id_st OCSP_RESPID; + +#ifdef __cplusplus +} +#endif +#endif /* def HEADER_OPENSSL_TYPES_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/pem.h b/frappe/.node-gyp/6.7.0/include/node/openssl/pem.h new file mode 100644 index 00000000..aac72fb2 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/pem.h @@ -0,0 +1,617 @@ +/* crypto/pem/pem.h */ +/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_PEM_H +# define HEADER_PEM_H + +# include +# ifndef OPENSSL_NO_BIO +# include +# endif +# ifndef OPENSSL_NO_STACK +# include +# endif +# include +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# define PEM_BUFSIZE 1024 + +# define PEM_OBJ_UNDEF 0 +# define PEM_OBJ_X509 1 +# define PEM_OBJ_X509_REQ 2 +# define PEM_OBJ_CRL 3 +# define PEM_OBJ_SSL_SESSION 4 +# define PEM_OBJ_PRIV_KEY 10 +# define PEM_OBJ_PRIV_RSA 11 +# define PEM_OBJ_PRIV_DSA 12 +# define PEM_OBJ_PRIV_DH 13 +# define PEM_OBJ_PUB_RSA 14 +# define PEM_OBJ_PUB_DSA 15 +# define PEM_OBJ_PUB_DH 16 +# define PEM_OBJ_DHPARAMS 17 +# define PEM_OBJ_DSAPARAMS 18 +# define PEM_OBJ_PRIV_RSA_PUBLIC 19 +# define PEM_OBJ_PRIV_ECDSA 20 +# define PEM_OBJ_PUB_ECDSA 21 +# define PEM_OBJ_ECPARAMETERS 22 + +# define PEM_ERROR 30 +# define PEM_DEK_DES_CBC 40 +# define PEM_DEK_IDEA_CBC 45 +# define PEM_DEK_DES_EDE 50 +# define PEM_DEK_DES_ECB 60 +# define PEM_DEK_RSA 70 +# define PEM_DEK_RSA_MD2 80 +# define PEM_DEK_RSA_MD5 90 + +# define PEM_MD_MD2 NID_md2 +# define PEM_MD_MD5 NID_md5 +# define PEM_MD_SHA NID_sha +# define PEM_MD_MD2_RSA NID_md2WithRSAEncryption +# define PEM_MD_MD5_RSA NID_md5WithRSAEncryption +# define PEM_MD_SHA_RSA NID_sha1WithRSAEncryption + +# define PEM_STRING_X509_OLD "X509 CERTIFICATE" +# define PEM_STRING_X509 "CERTIFICATE" +# define PEM_STRING_X509_PAIR "CERTIFICATE PAIR" +# define PEM_STRING_X509_TRUSTED "TRUSTED CERTIFICATE" +# define PEM_STRING_X509_REQ_OLD "NEW CERTIFICATE REQUEST" +# define PEM_STRING_X509_REQ "CERTIFICATE REQUEST" +# define PEM_STRING_X509_CRL "X509 CRL" +# define PEM_STRING_EVP_PKEY "ANY PRIVATE KEY" +# define PEM_STRING_PUBLIC "PUBLIC KEY" +# define PEM_STRING_RSA "RSA PRIVATE KEY" +# define PEM_STRING_RSA_PUBLIC "RSA PUBLIC KEY" +# define PEM_STRING_DSA "DSA PRIVATE KEY" +# define PEM_STRING_DSA_PUBLIC "DSA PUBLIC KEY" +# define PEM_STRING_PKCS7 "PKCS7" +# define PEM_STRING_PKCS7_SIGNED "PKCS #7 SIGNED DATA" +# define PEM_STRING_PKCS8 "ENCRYPTED PRIVATE KEY" +# define PEM_STRING_PKCS8INF "PRIVATE KEY" +# define PEM_STRING_DHPARAMS "DH PARAMETERS" +# define PEM_STRING_DHXPARAMS "X9.42 DH PARAMETERS" +# define PEM_STRING_SSL_SESSION "SSL SESSION PARAMETERS" +# define PEM_STRING_DSAPARAMS "DSA PARAMETERS" +# define PEM_STRING_ECDSA_PUBLIC "ECDSA PUBLIC KEY" +# define PEM_STRING_ECPARAMETERS "EC PARAMETERS" +# define PEM_STRING_ECPRIVATEKEY "EC PRIVATE KEY" +# define PEM_STRING_PARAMETERS "PARAMETERS" +# define PEM_STRING_CMS "CMS" + + /* + * Note that this structure is initialised by PEM_SealInit and cleaned up + * by PEM_SealFinal (at least for now) + */ +typedef struct PEM_Encode_Seal_st { + EVP_ENCODE_CTX encode; + EVP_MD_CTX md; + EVP_CIPHER_CTX cipher; +} PEM_ENCODE_SEAL_CTX; + +/* enc_type is one off */ +# define PEM_TYPE_ENCRYPTED 10 +# define PEM_TYPE_MIC_ONLY 20 +# define PEM_TYPE_MIC_CLEAR 30 +# define PEM_TYPE_CLEAR 40 + +typedef struct pem_recip_st { + char *name; + X509_NAME *dn; + int cipher; + int key_enc; + /* char iv[8]; unused and wrong size */ +} PEM_USER; + +typedef struct pem_ctx_st { + int type; /* what type of object */ + struct { + int version; + int mode; + } proc_type; + + char *domain; + + struct { + int cipher; + /*- + unused, and wrong size + unsigned char iv[8]; */ + } DEK_info; + + PEM_USER *originator; + + int num_recipient; + PEM_USER **recipient; +/*- + XXX(ben): don#t think this is used! + STACK *x509_chain; / * certificate chain */ + EVP_MD *md; /* signature type */ + + int md_enc; /* is the md encrypted or not? */ + int md_len; /* length of md_data */ + char *md_data; /* message digest, could be pkey encrypted */ + + EVP_CIPHER *dec; /* date encryption cipher */ + int key_len; /* key length */ + unsigned char *key; /* key */ + /*- + unused, and wrong size + unsigned char iv[8]; */ + + int data_enc; /* is the data encrypted */ + int data_len; + unsigned char *data; +} PEM_CTX; + +/* + * These macros make the PEM_read/PEM_write functions easier to maintain and + * write. Now they are all implemented with either: IMPLEMENT_PEM_rw(...) or + * IMPLEMENT_PEM_rw_cb(...) + */ + +# ifdef OPENSSL_NO_FP_API + +# define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ +# define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ +# define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ +# define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ +# define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ +# else + +# define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ +type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ +{ \ +return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \ +} + +# define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ +int PEM_write_##name(FILE *fp, type *x) \ +{ \ +return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \ +} + +# define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ +int PEM_write_##name(FILE *fp, const type *x) \ +{ \ +return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,(void *)x,NULL,NULL,0,NULL,NULL); \ +} + +# define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ +int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ + unsigned char *kstr, int klen, pem_password_cb *cb, \ + void *u) \ + { \ + return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ + } + +# define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ +int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ + unsigned char *kstr, int klen, pem_password_cb *cb, \ + void *u) \ + { \ + return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ + } + +# endif + +# define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ +type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\ +{ \ +return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \ +} + +# define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ +int PEM_write_bio_##name(BIO *bp, type *x) \ +{ \ +return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,NULL,NULL,0,NULL,NULL); \ +} + +# define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ +int PEM_write_bio_##name(BIO *bp, const type *x) \ +{ \ +return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,NULL,NULL,0,NULL,NULL); \ +} + +# define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ +int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ + unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \ + { \ + return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); \ + } + +# define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ +int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ + unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \ + { \ + return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,(void *)x,enc,kstr,klen,cb,u); \ + } + +# define IMPLEMENT_PEM_write(name, type, str, asn1) \ + IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ + IMPLEMENT_PEM_write_fp(name, type, str, asn1) + +# define IMPLEMENT_PEM_write_const(name, type, str, asn1) \ + IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ + IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) + +# define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ + IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ + IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) + +# define IMPLEMENT_PEM_write_cb_const(name, type, str, asn1) \ + IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ + IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) + +# define IMPLEMENT_PEM_read(name, type, str, asn1) \ + IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ + IMPLEMENT_PEM_read_fp(name, type, str, asn1) + +# define IMPLEMENT_PEM_rw(name, type, str, asn1) \ + IMPLEMENT_PEM_read(name, type, str, asn1) \ + IMPLEMENT_PEM_write(name, type, str, asn1) + +# define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ + IMPLEMENT_PEM_read(name, type, str, asn1) \ + IMPLEMENT_PEM_write_const(name, type, str, asn1) + +# define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ + IMPLEMENT_PEM_read(name, type, str, asn1) \ + IMPLEMENT_PEM_write_cb(name, type, str, asn1) + +/* These are the same except they are for the declarations */ + +# if defined(OPENSSL_NO_FP_API) + +# define DECLARE_PEM_read_fp(name, type) /**/ +# define DECLARE_PEM_write_fp(name, type) /**/ +# define DECLARE_PEM_write_cb_fp(name, type) /**/ +# else + +# define DECLARE_PEM_read_fp(name, type) \ + type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u); + +# define DECLARE_PEM_write_fp(name, type) \ + int PEM_write_##name(FILE *fp, type *x); + +# define DECLARE_PEM_write_fp_const(name, type) \ + int PEM_write_##name(FILE *fp, const type *x); + +# define DECLARE_PEM_write_cb_fp(name, type) \ + int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \ + unsigned char *kstr, int klen, pem_password_cb *cb, void *u); + +# endif + +# ifndef OPENSSL_NO_BIO +# define DECLARE_PEM_read_bio(name, type) \ + type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u); + +# define DECLARE_PEM_write_bio(name, type) \ + int PEM_write_bio_##name(BIO *bp, type *x); + +# define DECLARE_PEM_write_bio_const(name, type) \ + int PEM_write_bio_##name(BIO *bp, const type *x); + +# define DECLARE_PEM_write_cb_bio(name, type) \ + int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ + unsigned char *kstr, int klen, pem_password_cb *cb, void *u); + +# else + +# define DECLARE_PEM_read_bio(name, type) /**/ +# define DECLARE_PEM_write_bio(name, type) /**/ +# define DECLARE_PEM_write_bio_const(name, type) /**/ +# define DECLARE_PEM_write_cb_bio(name, type) /**/ +# endif +# define DECLARE_PEM_write(name, type) \ + DECLARE_PEM_write_bio(name, type) \ + DECLARE_PEM_write_fp(name, type) +# define DECLARE_PEM_write_const(name, type) \ + DECLARE_PEM_write_bio_const(name, type) \ + DECLARE_PEM_write_fp_const(name, type) +# define DECLARE_PEM_write_cb(name, type) \ + DECLARE_PEM_write_cb_bio(name, type) \ + DECLARE_PEM_write_cb_fp(name, type) +# define DECLARE_PEM_read(name, type) \ + DECLARE_PEM_read_bio(name, type) \ + DECLARE_PEM_read_fp(name, type) +# define DECLARE_PEM_rw(name, type) \ + DECLARE_PEM_read(name, type) \ + DECLARE_PEM_write(name, type) +# define DECLARE_PEM_rw_const(name, type) \ + DECLARE_PEM_read(name, type) \ + DECLARE_PEM_write_const(name, type) +# define DECLARE_PEM_rw_cb(name, type) \ + DECLARE_PEM_read(name, type) \ + DECLARE_PEM_write_cb(name, type) +# if 1 +/* "userdata": new with OpenSSL 0.9.4 */ +typedef int pem_password_cb (char *buf, int size, int rwflag, void *userdata); +# else +/* OpenSSL 0.9.3, 0.9.3a */ +typedef int pem_password_cb (char *buf, int size, int rwflag); +# endif + +int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher); +int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *len, + pem_password_cb *callback, void *u); + +# ifndef OPENSSL_NO_BIO +int PEM_read_bio(BIO *bp, char **name, char **header, + unsigned char **data, long *len); +int PEM_write_bio(BIO *bp, const char *name, const char *hdr, + const unsigned char *data, long len); +int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, + const char *name, BIO *bp, pem_password_cb *cb, + void *u); +void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, + pem_password_cb *cb, void *u); +int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x, + const EVP_CIPHER *enc, unsigned char *kstr, int klen, + pem_password_cb *cb, void *u); + +STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, + pem_password_cb *cb, void *u); +int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, + unsigned char *kstr, int klen, + pem_password_cb *cd, void *u); +# endif + +int PEM_read(FILE *fp, char **name, char **header, + unsigned char **data, long *len); +int PEM_write(FILE *fp, const char *name, const char *hdr, + const unsigned char *data, long len); +void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, + pem_password_cb *cb, void *u); +int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, + void *x, const EVP_CIPHER *enc, unsigned char *kstr, + int klen, pem_password_cb *callback, void *u); +STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, + pem_password_cb *cb, void *u); + +int PEM_SealInit(PEM_ENCODE_SEAL_CTX *ctx, EVP_CIPHER *type, + EVP_MD *md_type, unsigned char **ek, int *ekl, + unsigned char *iv, EVP_PKEY **pubk, int npubk); +void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl, + unsigned char *in, int inl); +int PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, + unsigned char *out, int *outl, EVP_PKEY *priv); + +void PEM_SignInit(EVP_MD_CTX *ctx, EVP_MD *type); +void PEM_SignUpdate(EVP_MD_CTX *ctx, unsigned char *d, unsigned int cnt); +int PEM_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret, + unsigned int *siglen, EVP_PKEY *pkey); + +int PEM_def_callback(char *buf, int num, int w, void *key); +void PEM_proc_type(char *buf, int type); +void PEM_dek_info(char *buf, const char *type, int len, char *str); + +# include + +DECLARE_PEM_rw(X509, X509) +DECLARE_PEM_rw(X509_AUX, X509) +DECLARE_PEM_rw(X509_CERT_PAIR, X509_CERT_PAIR) +DECLARE_PEM_rw(X509_REQ, X509_REQ) +DECLARE_PEM_write(X509_REQ_NEW, X509_REQ) +DECLARE_PEM_rw(X509_CRL, X509_CRL) +DECLARE_PEM_rw(PKCS7, PKCS7) +DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE, NETSCAPE_CERT_SEQUENCE) +DECLARE_PEM_rw(PKCS8, X509_SIG) +DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO, PKCS8_PRIV_KEY_INFO) +# ifndef OPENSSL_NO_RSA +DECLARE_PEM_rw_cb(RSAPrivateKey, RSA) +DECLARE_PEM_rw_const(RSAPublicKey, RSA) +DECLARE_PEM_rw(RSA_PUBKEY, RSA) +# endif +# ifndef OPENSSL_NO_DSA +DECLARE_PEM_rw_cb(DSAPrivateKey, DSA) +DECLARE_PEM_rw(DSA_PUBKEY, DSA) +DECLARE_PEM_rw_const(DSAparams, DSA) +# endif +# ifndef OPENSSL_NO_EC +DECLARE_PEM_rw_const(ECPKParameters, EC_GROUP) +DECLARE_PEM_rw_cb(ECPrivateKey, EC_KEY) +DECLARE_PEM_rw(EC_PUBKEY, EC_KEY) +# endif +# ifndef OPENSSL_NO_DH +DECLARE_PEM_rw_const(DHparams, DH) +DECLARE_PEM_write_const(DHxparams, DH) +# endif +DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY) +DECLARE_PEM_rw(PUBKEY, EVP_PKEY) + +int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, + char *kstr, int klen, + pem_password_cb *cb, void *u); +int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *, + char *, int, pem_password_cb *, void *); +int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, + char *kstr, int klen, + pem_password_cb *cb, void *u); +int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, + char *kstr, int klen, + pem_password_cb *cb, void *u); +EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, + void *u); + +int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, + char *kstr, int klen, + pem_password_cb *cb, void *u); +int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid, + char *kstr, int klen, + pem_password_cb *cb, void *u); +int PEM_write_PKCS8PrivateKey_nid(FILE *fp, EVP_PKEY *x, int nid, + char *kstr, int klen, + pem_password_cb *cb, void *u); + +EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, + void *u); + +int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, + char *kstr, int klen, pem_password_cb *cd, + void *u); + +EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x); +int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x); + +EVP_PKEY *b2i_PrivateKey(const unsigned char **in, long length); +EVP_PKEY *b2i_PublicKey(const unsigned char **in, long length); +EVP_PKEY *b2i_PrivateKey_bio(BIO *in); +EVP_PKEY *b2i_PublicKey_bio(BIO *in); +int i2b_PrivateKey_bio(BIO *out, EVP_PKEY *pk); +int i2b_PublicKey_bio(BIO *out, EVP_PKEY *pk); +# ifndef OPENSSL_NO_RC4 +EVP_PKEY *b2i_PVK_bio(BIO *in, pem_password_cb *cb, void *u); +int i2b_PVK_bio(BIO *out, EVP_PKEY *pk, int enclevel, + pem_password_cb *cb, void *u); +# endif + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ + +void ERR_load_PEM_strings(void); + +/* Error codes for the PEM functions. */ + +/* Function codes. */ +# define PEM_F_B2I_DSS 127 +# define PEM_F_B2I_PVK_BIO 128 +# define PEM_F_B2I_RSA 129 +# define PEM_F_CHECK_BITLEN_DSA 130 +# define PEM_F_CHECK_BITLEN_RSA 131 +# define PEM_F_D2I_PKCS8PRIVATEKEY_BIO 120 +# define PEM_F_D2I_PKCS8PRIVATEKEY_FP 121 +# define PEM_F_DO_B2I 132 +# define PEM_F_DO_B2I_BIO 133 +# define PEM_F_DO_BLOB_HEADER 134 +# define PEM_F_DO_PK8PKEY 126 +# define PEM_F_DO_PK8PKEY_FP 125 +# define PEM_F_DO_PVK_BODY 135 +# define PEM_F_DO_PVK_HEADER 136 +# define PEM_F_I2B_PVK 137 +# define PEM_F_I2B_PVK_BIO 138 +# define PEM_F_LOAD_IV 101 +# define PEM_F_PEM_ASN1_READ 102 +# define PEM_F_PEM_ASN1_READ_BIO 103 +# define PEM_F_PEM_ASN1_WRITE 104 +# define PEM_F_PEM_ASN1_WRITE_BIO 105 +# define PEM_F_PEM_DEF_CALLBACK 100 +# define PEM_F_PEM_DO_HEADER 106 +# define PEM_F_PEM_F_PEM_WRITE_PKCS8PRIVATEKEY 118 +# define PEM_F_PEM_GET_EVP_CIPHER_INFO 107 +# define PEM_F_PEM_PK8PKEY 119 +# define PEM_F_PEM_READ 108 +# define PEM_F_PEM_READ_BIO 109 +# define PEM_F_PEM_READ_BIO_DHPARAMS 141 +# define PEM_F_PEM_READ_BIO_PARAMETERS 140 +# define PEM_F_PEM_READ_BIO_PRIVATEKEY 123 +# define PEM_F_PEM_READ_DHPARAMS 142 +# define PEM_F_PEM_READ_PRIVATEKEY 124 +# define PEM_F_PEM_SEALFINAL 110 +# define PEM_F_PEM_SEALINIT 111 +# define PEM_F_PEM_SIGNFINAL 112 +# define PEM_F_PEM_WRITE 113 +# define PEM_F_PEM_WRITE_BIO 114 +# define PEM_F_PEM_WRITE_PRIVATEKEY 139 +# define PEM_F_PEM_X509_INFO_READ 115 +# define PEM_F_PEM_X509_INFO_READ_BIO 116 +# define PEM_F_PEM_X509_INFO_WRITE_BIO 117 + +/* Reason codes. */ +# define PEM_R_BAD_BASE64_DECODE 100 +# define PEM_R_BAD_DECRYPT 101 +# define PEM_R_BAD_END_LINE 102 +# define PEM_R_BAD_IV_CHARS 103 +# define PEM_R_BAD_MAGIC_NUMBER 116 +# define PEM_R_BAD_PASSWORD_READ 104 +# define PEM_R_BAD_VERSION_NUMBER 117 +# define PEM_R_BIO_WRITE_FAILURE 118 +# define PEM_R_CIPHER_IS_NULL 127 +# define PEM_R_ERROR_CONVERTING_PRIVATE_KEY 115 +# define PEM_R_EXPECTING_PRIVATE_KEY_BLOB 119 +# define PEM_R_EXPECTING_PUBLIC_KEY_BLOB 120 +# define PEM_R_HEADER_TOO_LONG 128 +# define PEM_R_INCONSISTENT_HEADER 121 +# define PEM_R_KEYBLOB_HEADER_PARSE_ERROR 122 +# define PEM_R_KEYBLOB_TOO_SHORT 123 +# define PEM_R_NOT_DEK_INFO 105 +# define PEM_R_NOT_ENCRYPTED 106 +# define PEM_R_NOT_PROC_TYPE 107 +# define PEM_R_NO_START_LINE 108 +# define PEM_R_PROBLEMS_GETTING_PASSWORD 109 +# define PEM_R_PUBLIC_KEY_NO_RSA 110 +# define PEM_R_PVK_DATA_TOO_SHORT 124 +# define PEM_R_PVK_TOO_SHORT 125 +# define PEM_R_READ_KEY 111 +# define PEM_R_SHORT_HEADER 112 +# define PEM_R_UNSUPPORTED_CIPHER 113 +# define PEM_R_UNSUPPORTED_ENCRYPTION 114 +# define PEM_R_UNSUPPORTED_KEY_COMPONENTS 126 + +# ifdef __cplusplus +} +# endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/pem2.h b/frappe/.node-gyp/6.7.0/include/node/openssl/pem2.h new file mode 100644 index 00000000..84897d5e --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/pem2.h @@ -0,0 +1,70 @@ +/* ==================================================================== + * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +/* + * This header only exists to break a circular dependency between pem and err + * Ben 30 Jan 1999. + */ + +#ifdef __cplusplus +extern "C" { +#endif + +#ifndef HEADER_PEM_H +void ERR_load_PEM_strings(void); +#endif + +#ifdef __cplusplus +} +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/pkcs12.h b/frappe/.node-gyp/6.7.0/include/node/openssl/pkcs12.h new file mode 100644 index 00000000..21f1f62b --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/pkcs12.h @@ -0,0 +1,342 @@ +/* pkcs12.h */ +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 1999. + */ +/* ==================================================================== + * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_PKCS12_H +# define HEADER_PKCS12_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# define PKCS12_KEY_ID 1 +# define PKCS12_IV_ID 2 +# define PKCS12_MAC_ID 3 + +/* Default iteration count */ +# ifndef PKCS12_DEFAULT_ITER +# define PKCS12_DEFAULT_ITER PKCS5_DEFAULT_ITER +# endif + +# define PKCS12_MAC_KEY_LENGTH 20 + +# define PKCS12_SALT_LEN 8 + +/* Uncomment out next line for unicode password and names, otherwise ASCII */ + +/* + * #define PBE_UNICODE + */ + +# ifdef PBE_UNICODE +# define PKCS12_key_gen PKCS12_key_gen_uni +# define PKCS12_add_friendlyname PKCS12_add_friendlyname_uni +# else +# define PKCS12_key_gen PKCS12_key_gen_asc +# define PKCS12_add_friendlyname PKCS12_add_friendlyname_asc +# endif + +/* MS key usage constants */ + +# define KEY_EX 0x10 +# define KEY_SIG 0x80 + +typedef struct { + X509_SIG *dinfo; + ASN1_OCTET_STRING *salt; + ASN1_INTEGER *iter; /* defaults to 1 */ +} PKCS12_MAC_DATA; + +typedef struct { + ASN1_INTEGER *version; + PKCS12_MAC_DATA *mac; + PKCS7 *authsafes; +} PKCS12; + +typedef struct { + ASN1_OBJECT *type; + union { + struct pkcs12_bag_st *bag; /* secret, crl and certbag */ + struct pkcs8_priv_key_info_st *keybag; /* keybag */ + X509_SIG *shkeybag; /* shrouded key bag */ + STACK_OF(PKCS12_SAFEBAG) *safes; + ASN1_TYPE *other; + } value; + STACK_OF(X509_ATTRIBUTE) *attrib; +} PKCS12_SAFEBAG; + +DECLARE_STACK_OF(PKCS12_SAFEBAG) +DECLARE_ASN1_SET_OF(PKCS12_SAFEBAG) +DECLARE_PKCS12_STACK_OF(PKCS12_SAFEBAG) + +typedef struct pkcs12_bag_st { + ASN1_OBJECT *type; + union { + ASN1_OCTET_STRING *x509cert; + ASN1_OCTET_STRING *x509crl; + ASN1_OCTET_STRING *octet; + ASN1_IA5STRING *sdsicert; + ASN1_TYPE *other; /* Secret or other bag */ + } value; +} PKCS12_BAGS; + +# define PKCS12_ERROR 0 +# define PKCS12_OK 1 + +/* Compatibility macros */ + +# define M_PKCS12_x5092certbag PKCS12_x5092certbag +# define M_PKCS12_x509crl2certbag PKCS12_x509crl2certbag + +# define M_PKCS12_certbag2x509 PKCS12_certbag2x509 +# define M_PKCS12_certbag2x509crl PKCS12_certbag2x509crl + +# define M_PKCS12_unpack_p7data PKCS12_unpack_p7data +# define M_PKCS12_pack_authsafes PKCS12_pack_authsafes +# define M_PKCS12_unpack_authsafes PKCS12_unpack_authsafes +# define M_PKCS12_unpack_p7encdata PKCS12_unpack_p7encdata + +# define M_PKCS12_decrypt_skey PKCS12_decrypt_skey +# define M_PKCS8_decrypt PKCS8_decrypt + +# define M_PKCS12_bag_type(bg) OBJ_obj2nid((bg)->type) +# define M_PKCS12_cert_bag_type(bg) OBJ_obj2nid((bg)->value.bag->type) +# define M_PKCS12_crl_bag_type M_PKCS12_cert_bag_type + +# define PKCS12_get_attr(bag, attr_nid) \ + PKCS12_get_attr_gen(bag->attrib, attr_nid) + +# define PKCS8_get_attr(p8, attr_nid) \ + PKCS12_get_attr_gen(p8->attributes, attr_nid) + +# define PKCS12_mac_present(p12) ((p12)->mac ? 1 : 0) + +PKCS12_SAFEBAG *PKCS12_x5092certbag(X509 *x509); +PKCS12_SAFEBAG *PKCS12_x509crl2certbag(X509_CRL *crl); +X509 *PKCS12_certbag2x509(PKCS12_SAFEBAG *bag); +X509_CRL *PKCS12_certbag2x509crl(PKCS12_SAFEBAG *bag); + +PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, + int nid1, int nid2); +PKCS12_SAFEBAG *PKCS12_MAKE_KEYBAG(PKCS8_PRIV_KEY_INFO *p8); +PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, + int passlen); +PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, + const char *pass, int passlen); +X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, + const char *pass, int passlen, unsigned char *salt, + int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8); +PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, + int passlen, unsigned char *salt, + int saltlen, int iter, + PKCS8_PRIV_KEY_INFO *p8); +PKCS7 *PKCS12_pack_p7data(STACK_OF(PKCS12_SAFEBAG) *sk); +STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7data(PKCS7 *p7); +PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, + unsigned char *salt, int saltlen, int iter, + STACK_OF(PKCS12_SAFEBAG) *bags); +STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, + int passlen); + +int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes); +STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12); + +int PKCS12_add_localkeyid(PKCS12_SAFEBAG *bag, unsigned char *name, + int namelen); +int PKCS12_add_friendlyname_asc(PKCS12_SAFEBAG *bag, const char *name, + int namelen); +int PKCS12_add_CSPName_asc(PKCS12_SAFEBAG *bag, const char *name, + int namelen); +int PKCS12_add_friendlyname_uni(PKCS12_SAFEBAG *bag, + const unsigned char *name, int namelen); +int PKCS8_add_keyusage(PKCS8_PRIV_KEY_INFO *p8, int usage); +ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid); +char *PKCS12_get_friendlyname(PKCS12_SAFEBAG *bag); +unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, + int passlen, unsigned char *in, int inlen, + unsigned char **data, int *datalen, + int en_de); +void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it, + const char *pass, int passlen, + ASN1_OCTET_STRING *oct, int zbuf); +ASN1_OCTET_STRING *PKCS12_item_i2d_encrypt(X509_ALGOR *algor, + const ASN1_ITEM *it, + const char *pass, int passlen, + void *obj, int zbuf); +PKCS12 *PKCS12_init(int mode); +int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, + int saltlen, int id, int iter, int n, + unsigned char *out, const EVP_MD *md_type); +int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, + int saltlen, int id, int iter, int n, + unsigned char *out, const EVP_MD *md_type); +int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, + ASN1_TYPE *param, const EVP_CIPHER *cipher, + const EVP_MD *md_type, int en_de); +int PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, + unsigned char *mac, unsigned int *maclen); +int PKCS12_verify_mac(PKCS12 *p12, const char *pass, int passlen); +int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, + unsigned char *salt, int saltlen, int iter, + const EVP_MD *md_type); +int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, + int saltlen, const EVP_MD *md_type); +unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, + unsigned char **uni, int *unilen); +char *OPENSSL_uni2asc(unsigned char *uni, int unilen); + +DECLARE_ASN1_FUNCTIONS(PKCS12) +DECLARE_ASN1_FUNCTIONS(PKCS12_MAC_DATA) +DECLARE_ASN1_FUNCTIONS(PKCS12_SAFEBAG) +DECLARE_ASN1_FUNCTIONS(PKCS12_BAGS) + +DECLARE_ASN1_ITEM(PKCS12_SAFEBAGS) +DECLARE_ASN1_ITEM(PKCS12_AUTHSAFES) + +void PKCS12_PBE_add(void); +int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, + STACK_OF(X509) **ca); +PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert, + STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, + int mac_iter, int keytype); + +PKCS12_SAFEBAG *PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert); +PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags, + EVP_PKEY *key, int key_usage, int iter, + int key_nid, char *pass); +int PKCS12_add_safe(STACK_OF(PKCS7) **psafes, STACK_OF(PKCS12_SAFEBAG) *bags, + int safe_nid, int iter, char *pass); +PKCS12 *PKCS12_add_safes(STACK_OF(PKCS7) *safes, int p7_nid); + +int i2d_PKCS12_bio(BIO *bp, PKCS12 *p12); +int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12); +PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12); +PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12); +int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_PKCS12_strings(void); + +/* Error codes for the PKCS12 functions. */ + +/* Function codes. */ +# define PKCS12_F_PARSE_BAG 129 +# define PKCS12_F_PARSE_BAGS 103 +# define PKCS12_F_PKCS12_ADD_FRIENDLYNAME 100 +# define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_ASC 127 +# define PKCS12_F_PKCS12_ADD_FRIENDLYNAME_UNI 102 +# define PKCS12_F_PKCS12_ADD_LOCALKEYID 104 +# define PKCS12_F_PKCS12_CREATE 105 +# define PKCS12_F_PKCS12_GEN_MAC 107 +# define PKCS12_F_PKCS12_INIT 109 +# define PKCS12_F_PKCS12_ITEM_DECRYPT_D2I 106 +# define PKCS12_F_PKCS12_ITEM_I2D_ENCRYPT 108 +# define PKCS12_F_PKCS12_ITEM_PACK_SAFEBAG 117 +# define PKCS12_F_PKCS12_KEY_GEN_ASC 110 +# define PKCS12_F_PKCS12_KEY_GEN_UNI 111 +# define PKCS12_F_PKCS12_MAKE_KEYBAG 112 +# define PKCS12_F_PKCS12_MAKE_SHKEYBAG 113 +# define PKCS12_F_PKCS12_NEWPASS 128 +# define PKCS12_F_PKCS12_PACK_P7DATA 114 +# define PKCS12_F_PKCS12_PACK_P7ENCDATA 115 +# define PKCS12_F_PKCS12_PARSE 118 +# define PKCS12_F_PKCS12_PBE_CRYPT 119 +# define PKCS12_F_PKCS12_PBE_KEYIVGEN 120 +# define PKCS12_F_PKCS12_SETUP_MAC 122 +# define PKCS12_F_PKCS12_SET_MAC 123 +# define PKCS12_F_PKCS12_UNPACK_AUTHSAFES 130 +# define PKCS12_F_PKCS12_UNPACK_P7DATA 131 +# define PKCS12_F_PKCS12_VERIFY_MAC 126 +# define PKCS12_F_PKCS8_ADD_KEYUSAGE 124 +# define PKCS12_F_PKCS8_ENCRYPT 125 + +/* Reason codes. */ +# define PKCS12_R_CANT_PACK_STRUCTURE 100 +# define PKCS12_R_CONTENT_TYPE_NOT_DATA 121 +# define PKCS12_R_DECODE_ERROR 101 +# define PKCS12_R_ENCODE_ERROR 102 +# define PKCS12_R_ENCRYPT_ERROR 103 +# define PKCS12_R_ERROR_SETTING_ENCRYPTED_DATA_TYPE 120 +# define PKCS12_R_INVALID_NULL_ARGUMENT 104 +# define PKCS12_R_INVALID_NULL_PKCS12_POINTER 105 +# define PKCS12_R_IV_GEN_ERROR 106 +# define PKCS12_R_KEY_GEN_ERROR 107 +# define PKCS12_R_MAC_ABSENT 108 +# define PKCS12_R_MAC_GENERATION_ERROR 109 +# define PKCS12_R_MAC_SETUP_ERROR 110 +# define PKCS12_R_MAC_STRING_SET_ERROR 111 +# define PKCS12_R_MAC_VERIFY_ERROR 112 +# define PKCS12_R_MAC_VERIFY_FAILURE 113 +# define PKCS12_R_PARSE_ERROR 114 +# define PKCS12_R_PKCS12_ALGOR_CIPHERINIT_ERROR 115 +# define PKCS12_R_PKCS12_CIPHERFINAL_ERROR 116 +# define PKCS12_R_PKCS12_PBE_CRYPT_ERROR 117 +# define PKCS12_R_UNKNOWN_DIGEST_ALGORITHM 118 +# define PKCS12_R_UNSUPPORTED_PKCS12_MODE 119 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/pkcs7.h b/frappe/.node-gyp/6.7.0/include/node/openssl/pkcs7.h new file mode 100644 index 00000000..b51b3863 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/pkcs7.h @@ -0,0 +1,481 @@ +/* crypto/pkcs7/pkcs7.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_PKCS7_H +# define HEADER_PKCS7_H + +# include +# include +# include + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_SYS_WIN32 +/* Under Win32 thes are defined in wincrypt.h */ +# undef PKCS7_ISSUER_AND_SERIAL +# undef PKCS7_SIGNER_INFO +# endif + +/*- +Encryption_ID DES-CBC +Digest_ID MD5 +Digest_Encryption_ID rsaEncryption +Key_Encryption_ID rsaEncryption +*/ + +typedef struct pkcs7_issuer_and_serial_st { + X509_NAME *issuer; + ASN1_INTEGER *serial; +} PKCS7_ISSUER_AND_SERIAL; + +typedef struct pkcs7_signer_info_st { + ASN1_INTEGER *version; /* version 1 */ + PKCS7_ISSUER_AND_SERIAL *issuer_and_serial; + X509_ALGOR *digest_alg; + STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */ + X509_ALGOR *digest_enc_alg; + ASN1_OCTET_STRING *enc_digest; + STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ + /* The private key to sign with */ + EVP_PKEY *pkey; +} PKCS7_SIGNER_INFO; + +DECLARE_STACK_OF(PKCS7_SIGNER_INFO) +DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO) + +typedef struct pkcs7_recip_info_st { + ASN1_INTEGER *version; /* version 0 */ + PKCS7_ISSUER_AND_SERIAL *issuer_and_serial; + X509_ALGOR *key_enc_algor; + ASN1_OCTET_STRING *enc_key; + X509 *cert; /* get the pub-key from this */ +} PKCS7_RECIP_INFO; + +DECLARE_STACK_OF(PKCS7_RECIP_INFO) +DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO) + +typedef struct pkcs7_signed_st { + ASN1_INTEGER *version; /* version 1 */ + STACK_OF(X509_ALGOR) *md_algs; /* md used */ + STACK_OF(X509) *cert; /* [ 0 ] */ + STACK_OF(X509_CRL) *crl; /* [ 1 ] */ + STACK_OF(PKCS7_SIGNER_INFO) *signer_info; + struct pkcs7_st *contents; +} PKCS7_SIGNED; +/* + * The above structure is very very similar to PKCS7_SIGN_ENVELOPE. How about + * merging the two + */ + +typedef struct pkcs7_enc_content_st { + ASN1_OBJECT *content_type; + X509_ALGOR *algorithm; + ASN1_OCTET_STRING *enc_data; /* [ 0 ] */ + const EVP_CIPHER *cipher; +} PKCS7_ENC_CONTENT; + +typedef struct pkcs7_enveloped_st { + ASN1_INTEGER *version; /* version 0 */ + STACK_OF(PKCS7_RECIP_INFO) *recipientinfo; + PKCS7_ENC_CONTENT *enc_data; +} PKCS7_ENVELOPE; + +typedef struct pkcs7_signedandenveloped_st { + ASN1_INTEGER *version; /* version 1 */ + STACK_OF(X509_ALGOR) *md_algs; /* md used */ + STACK_OF(X509) *cert; /* [ 0 ] */ + STACK_OF(X509_CRL) *crl; /* [ 1 ] */ + STACK_OF(PKCS7_SIGNER_INFO) *signer_info; + PKCS7_ENC_CONTENT *enc_data; + STACK_OF(PKCS7_RECIP_INFO) *recipientinfo; +} PKCS7_SIGN_ENVELOPE; + +typedef struct pkcs7_digest_st { + ASN1_INTEGER *version; /* version 0 */ + X509_ALGOR *md; /* md used */ + struct pkcs7_st *contents; + ASN1_OCTET_STRING *digest; +} PKCS7_DIGEST; + +typedef struct pkcs7_encrypted_st { + ASN1_INTEGER *version; /* version 0 */ + PKCS7_ENC_CONTENT *enc_data; +} PKCS7_ENCRYPT; + +typedef struct pkcs7_st { + /* + * The following is non NULL if it contains ASN1 encoding of this + * structure + */ + unsigned char *asn1; + long length; +# define PKCS7_S_HEADER 0 +# define PKCS7_S_BODY 1 +# define PKCS7_S_TAIL 2 + int state; /* used during processing */ + int detached; + ASN1_OBJECT *type; + /* content as defined by the type */ + /* + * all encryption/message digests are applied to the 'contents', leaving + * out the 'type' field. + */ + union { + char *ptr; + /* NID_pkcs7_data */ + ASN1_OCTET_STRING *data; + /* NID_pkcs7_signed */ + PKCS7_SIGNED *sign; + /* NID_pkcs7_enveloped */ + PKCS7_ENVELOPE *enveloped; + /* NID_pkcs7_signedAndEnveloped */ + PKCS7_SIGN_ENVELOPE *signed_and_enveloped; + /* NID_pkcs7_digest */ + PKCS7_DIGEST *digest; + /* NID_pkcs7_encrypted */ + PKCS7_ENCRYPT *encrypted; + /* Anything else */ + ASN1_TYPE *other; + } d; +} PKCS7; + +DECLARE_STACK_OF(PKCS7) +DECLARE_ASN1_SET_OF(PKCS7) +DECLARE_PKCS12_STACK_OF(PKCS7) + +# define PKCS7_OP_SET_DETACHED_SIGNATURE 1 +# define PKCS7_OP_GET_DETACHED_SIGNATURE 2 + +# define PKCS7_get_signed_attributes(si) ((si)->auth_attr) +# define PKCS7_get_attributes(si) ((si)->unauth_attr) + +# define PKCS7_type_is_signed(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_signed) +# define PKCS7_type_is_encrypted(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_encrypted) +# define PKCS7_type_is_enveloped(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_enveloped) +# define PKCS7_type_is_signedAndEnveloped(a) \ + (OBJ_obj2nid((a)->type) == NID_pkcs7_signedAndEnveloped) +# define PKCS7_type_is_data(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_data) +# define PKCS7_type_is_digest(a) (OBJ_obj2nid((a)->type) == NID_pkcs7_digest) + +# define PKCS7_set_detached(p,v) \ + PKCS7_ctrl(p,PKCS7_OP_SET_DETACHED_SIGNATURE,v,NULL) +# define PKCS7_get_detached(p) \ + PKCS7_ctrl(p,PKCS7_OP_GET_DETACHED_SIGNATURE,0,NULL) + +# define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7)) + +/* S/MIME related flags */ + +# define PKCS7_TEXT 0x1 +# define PKCS7_NOCERTS 0x2 +# define PKCS7_NOSIGS 0x4 +# define PKCS7_NOCHAIN 0x8 +# define PKCS7_NOINTERN 0x10 +# define PKCS7_NOVERIFY 0x20 +# define PKCS7_DETACHED 0x40 +# define PKCS7_BINARY 0x80 +# define PKCS7_NOATTR 0x100 +# define PKCS7_NOSMIMECAP 0x200 +# define PKCS7_NOOLDMIMETYPE 0x400 +# define PKCS7_CRLFEOL 0x800 +# define PKCS7_STREAM 0x1000 +# define PKCS7_NOCRL 0x2000 +# define PKCS7_PARTIAL 0x4000 +# define PKCS7_REUSE_DIGEST 0x8000 + +/* Flags: for compatibility with older code */ + +# define SMIME_TEXT PKCS7_TEXT +# define SMIME_NOCERTS PKCS7_NOCERTS +# define SMIME_NOSIGS PKCS7_NOSIGS +# define SMIME_NOCHAIN PKCS7_NOCHAIN +# define SMIME_NOINTERN PKCS7_NOINTERN +# define SMIME_NOVERIFY PKCS7_NOVERIFY +# define SMIME_DETACHED PKCS7_DETACHED +# define SMIME_BINARY PKCS7_BINARY +# define SMIME_NOATTR PKCS7_NOATTR + +DECLARE_ASN1_FUNCTIONS(PKCS7_ISSUER_AND_SERIAL) + +int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data, + const EVP_MD *type, unsigned char *md, + unsigned int *len); +# ifndef OPENSSL_NO_FP_API +PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7); +int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7); +# endif +PKCS7 *PKCS7_dup(PKCS7 *p7); +PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7); +int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7); +int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags); +int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags); + +DECLARE_ASN1_FUNCTIONS(PKCS7_SIGNER_INFO) +DECLARE_ASN1_FUNCTIONS(PKCS7_RECIP_INFO) +DECLARE_ASN1_FUNCTIONS(PKCS7_SIGNED) +DECLARE_ASN1_FUNCTIONS(PKCS7_ENC_CONTENT) +DECLARE_ASN1_FUNCTIONS(PKCS7_ENVELOPE) +DECLARE_ASN1_FUNCTIONS(PKCS7_SIGN_ENVELOPE) +DECLARE_ASN1_FUNCTIONS(PKCS7_DIGEST) +DECLARE_ASN1_FUNCTIONS(PKCS7_ENCRYPT) +DECLARE_ASN1_FUNCTIONS(PKCS7) + +DECLARE_ASN1_ITEM(PKCS7_ATTR_SIGN) +DECLARE_ASN1_ITEM(PKCS7_ATTR_VERIFY) + +DECLARE_ASN1_NDEF_FUNCTION(PKCS7) +DECLARE_ASN1_PRINT_FUNCTION(PKCS7) + +long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg); + +int PKCS7_set_type(PKCS7 *p7, int type); +int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other); +int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data); +int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey, + const EVP_MD *dgst); +int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si); +int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *p7i); +int PKCS7_add_certificate(PKCS7 *p7, X509 *x509); +int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509); +int PKCS7_content_new(PKCS7 *p7, int nid); +int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, + BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si); +int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, + X509 *x509); + +BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio); +int PKCS7_dataFinal(PKCS7 *p7, BIO *bio); +BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert); + +PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509, + EVP_PKEY *pkey, const EVP_MD *dgst); +X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si); +int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md); +STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7); + +PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509); +void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk, + X509_ALGOR **pdig, X509_ALGOR **psig); +void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc); +int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri); +int PKCS7_RECIP_INFO_set(PKCS7_RECIP_INFO *p7i, X509 *x509); +int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher); +int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7); + +PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx); +ASN1_OCTET_STRING *PKCS7_digest_from_attributes(STACK_OF(X509_ATTRIBUTE) *sk); +int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int type, + void *data); +int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, + void *value); +ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid); +ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid); +int PKCS7_set_signed_attributes(PKCS7_SIGNER_INFO *p7si, + STACK_OF(X509_ATTRIBUTE) *sk); +int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si, + STACK_OF(X509_ATTRIBUTE) *sk); + +PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, + BIO *data, int flags); + +PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7, + X509 *signcert, EVP_PKEY *pkey, + const EVP_MD *md, int flags); + +int PKCS7_final(PKCS7 *p7, BIO *data, int flags); +int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, + BIO *indata, BIO *out, int flags); +STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, + int flags); +PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, + int flags); +int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, + int flags); + +int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, + STACK_OF(X509_ALGOR) *cap); +STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si); +int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg); + +int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid); +int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t); +int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, + const unsigned char *md, int mdlen); + +int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags); +PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont); + +BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_PKCS7_strings(void); + +/* Error codes for the PKCS7 functions. */ + +/* Function codes. */ +# define PKCS7_F_B64_READ_PKCS7 120 +# define PKCS7_F_B64_WRITE_PKCS7 121 +# define PKCS7_F_DO_PKCS7_SIGNED_ATTRIB 136 +# define PKCS7_F_I2D_PKCS7_BIO_STREAM 140 +# define PKCS7_F_PKCS7_ADD0_ATTRIB_SIGNING_TIME 135 +# define PKCS7_F_PKCS7_ADD_ATTRIB_SMIMECAP 118 +# define PKCS7_F_PKCS7_ADD_CERTIFICATE 100 +# define PKCS7_F_PKCS7_ADD_CRL 101 +# define PKCS7_F_PKCS7_ADD_RECIPIENT_INFO 102 +# define PKCS7_F_PKCS7_ADD_SIGNATURE 131 +# define PKCS7_F_PKCS7_ADD_SIGNER 103 +# define PKCS7_F_PKCS7_BIO_ADD_DIGEST 125 +# define PKCS7_F_PKCS7_COPY_EXISTING_DIGEST 138 +# define PKCS7_F_PKCS7_CTRL 104 +# define PKCS7_F_PKCS7_DATADECODE 112 +# define PKCS7_F_PKCS7_DATAFINAL 128 +# define PKCS7_F_PKCS7_DATAINIT 105 +# define PKCS7_F_PKCS7_DATASIGN 106 +# define PKCS7_F_PKCS7_DATAVERIFY 107 +# define PKCS7_F_PKCS7_DECRYPT 114 +# define PKCS7_F_PKCS7_DECRYPT_RINFO 133 +# define PKCS7_F_PKCS7_ENCODE_RINFO 132 +# define PKCS7_F_PKCS7_ENCRYPT 115 +# define PKCS7_F_PKCS7_FINAL 134 +# define PKCS7_F_PKCS7_FIND_DIGEST 127 +# define PKCS7_F_PKCS7_GET0_SIGNERS 124 +# define PKCS7_F_PKCS7_RECIP_INFO_SET 130 +# define PKCS7_F_PKCS7_SET_CIPHER 108 +# define PKCS7_F_PKCS7_SET_CONTENT 109 +# define PKCS7_F_PKCS7_SET_DIGEST 126 +# define PKCS7_F_PKCS7_SET_TYPE 110 +# define PKCS7_F_PKCS7_SIGN 116 +# define PKCS7_F_PKCS7_SIGNATUREVERIFY 113 +# define PKCS7_F_PKCS7_SIGNER_INFO_SET 129 +# define PKCS7_F_PKCS7_SIGNER_INFO_SIGN 139 +# define PKCS7_F_PKCS7_SIGN_ADD_SIGNER 137 +# define PKCS7_F_PKCS7_SIMPLE_SMIMECAP 119 +# define PKCS7_F_PKCS7_VERIFY 117 +# define PKCS7_F_SMIME_READ_PKCS7 122 +# define PKCS7_F_SMIME_TEXT 123 + +/* Reason codes. */ +# define PKCS7_R_CERTIFICATE_VERIFY_ERROR 117 +# define PKCS7_R_CIPHER_HAS_NO_OBJECT_IDENTIFIER 144 +# define PKCS7_R_CIPHER_NOT_INITIALIZED 116 +# define PKCS7_R_CONTENT_AND_DATA_PRESENT 118 +# define PKCS7_R_CTRL_ERROR 152 +# define PKCS7_R_DECODE_ERROR 130 +# define PKCS7_R_DECRYPTED_KEY_IS_WRONG_LENGTH 100 +# define PKCS7_R_DECRYPT_ERROR 119 +# define PKCS7_R_DIGEST_FAILURE 101 +# define PKCS7_R_ENCRYPTION_CTRL_FAILURE 149 +# define PKCS7_R_ENCRYPTION_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 150 +# define PKCS7_R_ERROR_ADDING_RECIPIENT 120 +# define PKCS7_R_ERROR_SETTING_CIPHER 121 +# define PKCS7_R_INVALID_MIME_TYPE 131 +# define PKCS7_R_INVALID_NULL_POINTER 143 +# define PKCS7_R_INVALID_SIGNED_DATA_TYPE 155 +# define PKCS7_R_MIME_NO_CONTENT_TYPE 132 +# define PKCS7_R_MIME_PARSE_ERROR 133 +# define PKCS7_R_MIME_SIG_PARSE_ERROR 134 +# define PKCS7_R_MISSING_CERIPEND_INFO 103 +# define PKCS7_R_NO_CONTENT 122 +# define PKCS7_R_NO_CONTENT_TYPE 135 +# define PKCS7_R_NO_DEFAULT_DIGEST 151 +# define PKCS7_R_NO_MATCHING_DIGEST_TYPE_FOUND 154 +# define PKCS7_R_NO_MULTIPART_BODY_FAILURE 136 +# define PKCS7_R_NO_MULTIPART_BOUNDARY 137 +# define PKCS7_R_NO_RECIPIENT_MATCHES_CERTIFICATE 115 +# define PKCS7_R_NO_RECIPIENT_MATCHES_KEY 146 +# define PKCS7_R_NO_SIGNATURES_ON_DATA 123 +# define PKCS7_R_NO_SIGNERS 142 +# define PKCS7_R_NO_SIG_CONTENT_TYPE 138 +# define PKCS7_R_OPERATION_NOT_SUPPORTED_ON_THIS_TYPE 104 +# define PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR 124 +# define PKCS7_R_PKCS7_ADD_SIGNER_ERROR 153 +# define PKCS7_R_PKCS7_DATAFINAL 126 +# define PKCS7_R_PKCS7_DATAFINAL_ERROR 125 +# define PKCS7_R_PKCS7_DATASIGN 145 +# define PKCS7_R_PKCS7_PARSE_ERROR 139 +# define PKCS7_R_PKCS7_SIG_PARSE_ERROR 140 +# define PKCS7_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 127 +# define PKCS7_R_SIGNATURE_FAILURE 105 +# define PKCS7_R_SIGNER_CERTIFICATE_NOT_FOUND 128 +# define PKCS7_R_SIGNING_CTRL_FAILURE 147 +# define PKCS7_R_SIGNING_NOT_SUPPORTED_FOR_THIS_KEY_TYPE 148 +# define PKCS7_R_SIG_INVALID_MIME_TYPE 141 +# define PKCS7_R_SMIME_TEXT_ERROR 129 +# define PKCS7_R_UNABLE_TO_FIND_CERTIFICATE 106 +# define PKCS7_R_UNABLE_TO_FIND_MEM_BIO 107 +# define PKCS7_R_UNABLE_TO_FIND_MESSAGE_DIGEST 108 +# define PKCS7_R_UNKNOWN_DIGEST_TYPE 109 +# define PKCS7_R_UNKNOWN_OPERATION 110 +# define PKCS7_R_UNSUPPORTED_CIPHER_TYPE 111 +# define PKCS7_R_UNSUPPORTED_CONTENT_TYPE 112 +# define PKCS7_R_WRONG_CONTENT_TYPE 113 +# define PKCS7_R_WRONG_PKCS7_TYPE 114 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/pqueue.h b/frappe/.node-gyp/6.7.0/include/node/openssl/pqueue.h new file mode 100644 index 00000000..d40d9c7d --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/pqueue.h @@ -0,0 +1,99 @@ +/* crypto/pqueue/pqueue.h */ +/* + * DTLS implementation written by Nagendra Modadugu + * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. + */ +/* ==================================================================== + * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_PQUEUE_H +# define HEADER_PQUEUE_H + +# include +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif +typedef struct _pqueue *pqueue; + +typedef struct _pitem { + unsigned char priority[8]; /* 64-bit value in big-endian encoding */ + void *data; + struct _pitem *next; +} pitem; + +typedef struct _pitem *piterator; + +pitem *pitem_new(unsigned char *prio64be, void *data); +void pitem_free(pitem *item); + +pqueue pqueue_new(void); +void pqueue_free(pqueue pq); + +pitem *pqueue_insert(pqueue pq, pitem *item); +pitem *pqueue_peek(pqueue pq); +pitem *pqueue_pop(pqueue pq); +pitem *pqueue_find(pqueue pq, unsigned char *prio64be); +pitem *pqueue_iterator(pqueue pq); +pitem *pqueue_next(piterator *iter); + +void pqueue_print(pqueue pq); +int pqueue_size(pqueue pq); + +#ifdef __cplusplus +} +#endif +#endif /* ! HEADER_PQUEUE_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/rand.h b/frappe/.node-gyp/6.7.0/include/node/openssl/rand.h new file mode 100644 index 00000000..2553afda --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/rand.h @@ -0,0 +1,150 @@ +/* crypto/rand/rand.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_RAND_H +# define HEADER_RAND_H + +# include +# include +# include + +# if defined(OPENSSL_SYS_WINDOWS) +# include +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +# if defined(OPENSSL_FIPS) +# define FIPS_RAND_SIZE_T size_t +# endif + +/* Already defined in ossl_typ.h */ +/* typedef struct rand_meth_st RAND_METHOD; */ + +struct rand_meth_st { + void (*seed) (const void *buf, int num); + int (*bytes) (unsigned char *buf, int num); + void (*cleanup) (void); + void (*add) (const void *buf, int num, double entropy); + int (*pseudorand) (unsigned char *buf, int num); + int (*status) (void); +}; + +# ifdef BN_DEBUG +extern int rand_predictable; +# endif + +int RAND_set_rand_method(const RAND_METHOD *meth); +const RAND_METHOD *RAND_get_rand_method(void); +# ifndef OPENSSL_NO_ENGINE +int RAND_set_rand_engine(ENGINE *engine); +# endif +RAND_METHOD *RAND_SSLeay(void); +void RAND_cleanup(void); +int RAND_bytes(unsigned char *buf, int num); +int RAND_pseudo_bytes(unsigned char *buf, int num); +void RAND_seed(const void *buf, int num); +void RAND_add(const void *buf, int num, double entropy); +int RAND_load_file(const char *file, long max_bytes); +int RAND_write_file(const char *file); +const char *RAND_file_name(char *file, size_t num); +int RAND_status(void); +int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes); +int RAND_egd(const char *path); +int RAND_egd_bytes(const char *path, int bytes); +int RAND_poll(void); + +# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) + +void RAND_screen(void); +int RAND_event(UINT, WPARAM, LPARAM); + +# endif + +# ifdef OPENSSL_FIPS +void RAND_set_fips_drbg_type(int type, int flags); +int RAND_init_fips(void); +# endif + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_RAND_strings(void); + +/* Error codes for the RAND functions. */ + +/* Function codes. */ +# define RAND_F_RAND_GET_RAND_METHOD 101 +# define RAND_F_RAND_INIT_FIPS 102 +# define RAND_F_SSLEAY_RAND_BYTES 100 + +/* Reason codes. */ +# define RAND_R_DUAL_EC_DRBG_DISABLED 104 +# define RAND_R_ERROR_INITIALISING_DRBG 102 +# define RAND_R_ERROR_INSTANTIATING_DRBG 103 +# define RAND_R_NO_FIPS_RANDOM_METHOD_SET 101 +# define RAND_R_PRNG_NOT_SEEDED 100 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/rc2.h b/frappe/.node-gyp/6.7.0/include/node/openssl/rc2.h new file mode 100644 index 00000000..29d02d73 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/rc2.h @@ -0,0 +1,103 @@ +/* crypto/rc2/rc2.h */ +/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_RC2_H +# define HEADER_RC2_H + +# include /* OPENSSL_NO_RC2, RC2_INT */ +# ifdef OPENSSL_NO_RC2 +# error RC2 is disabled. +# endif + +# define RC2_ENCRYPT 1 +# define RC2_DECRYPT 0 + +# define RC2_BLOCK 8 +# define RC2_KEY_LENGTH 16 + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct rc2_key_st { + RC2_INT data[64]; +} RC2_KEY; + +# ifdef OPENSSL_FIPS +void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, + int bits); +# endif +void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits); +void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, + RC2_KEY *key, int enc); +void RC2_encrypt(unsigned long *data, RC2_KEY *key); +void RC2_decrypt(unsigned long *data, RC2_KEY *key); +void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, + RC2_KEY *ks, unsigned char *iv, int enc); +void RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, + long length, RC2_KEY *schedule, unsigned char *ivec, + int *num, int enc); +void RC2_ofb64_encrypt(const unsigned char *in, unsigned char *out, + long length, RC2_KEY *schedule, unsigned char *ivec, + int *num); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/rc4.h b/frappe/.node-gyp/6.7.0/include/node/openssl/rc4.h new file mode 100644 index 00000000..39162b16 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/rc4.h @@ -0,0 +1,88 @@ +/* crypto/rc4/rc4.h */ +/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_RC4_H +# define HEADER_RC4_H + +# include /* OPENSSL_NO_RC4, RC4_INT */ +# ifdef OPENSSL_NO_RC4 +# error RC4 is disabled. +# endif + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct rc4_key_st { + RC4_INT x, y; + RC4_INT data[256]; +} RC4_KEY; + +const char *RC4_options(void); +void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); +void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); +void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, + unsigned char *outdata); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ripemd.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ripemd.h new file mode 100644 index 00000000..b88ef25e --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ripemd.h @@ -0,0 +1,105 @@ +/* crypto/ripemd/ripemd.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_RIPEMD_H +# define HEADER_RIPEMD_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_NO_RIPEMD +# error RIPEMD is disabled. +# endif + +# if defined(__LP32__) +# define RIPEMD160_LONG unsigned long +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) +# define RIPEMD160_LONG unsigned long +# define RIPEMD160_LONG_LOG2 3 +# else +# define RIPEMD160_LONG unsigned int +# endif + +# define RIPEMD160_CBLOCK 64 +# define RIPEMD160_LBLOCK (RIPEMD160_CBLOCK/4) +# define RIPEMD160_DIGEST_LENGTH 20 + +typedef struct RIPEMD160state_st { + RIPEMD160_LONG A, B, C, D, E; + RIPEMD160_LONG Nl, Nh; + RIPEMD160_LONG data[RIPEMD160_LBLOCK]; + unsigned int num; +} RIPEMD160_CTX; + +# ifdef OPENSSL_FIPS +int private_RIPEMD160_Init(RIPEMD160_CTX *c); +# endif +int RIPEMD160_Init(RIPEMD160_CTX *c); +int RIPEMD160_Update(RIPEMD160_CTX *c, const void *data, size_t len); +int RIPEMD160_Final(unsigned char *md, RIPEMD160_CTX *c); +unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md); +void RIPEMD160_Transform(RIPEMD160_CTX *c, const unsigned char *b); +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/rsa.h b/frappe/.node-gyp/6.7.0/include/node/openssl/rsa.h new file mode 100644 index 00000000..d2ee3740 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/rsa.h @@ -0,0 +1,664 @@ +/* crypto/rsa/rsa.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_RSA_H +# define HEADER_RSA_H + +# include + +# ifndef OPENSSL_NO_BIO +# include +# endif +# include +# include +# ifndef OPENSSL_NO_DEPRECATED +# include +# endif + +# ifdef OPENSSL_NO_RSA +# error RSA is disabled. +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +/* Declared already in ossl_typ.h */ +/* typedef struct rsa_st RSA; */ +/* typedef struct rsa_meth_st RSA_METHOD; */ + +struct rsa_meth_st { + const char *name; + int (*rsa_pub_enc) (int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); + int (*rsa_pub_dec) (int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); + int (*rsa_priv_enc) (int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); + int (*rsa_priv_dec) (int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); + /* Can be null */ + int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx); + /* Can be null */ + int (*bn_mod_exp) (BIGNUM *r, const BIGNUM *a, const BIGNUM *p, + const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); + /* called at new */ + int (*init) (RSA *rsa); + /* called at free */ + int (*finish) (RSA *rsa); + /* RSA_METHOD_FLAG_* things */ + int flags; + /* may be needed! */ + char *app_data; + /* + * New sign and verify functions: some libraries don't allow arbitrary + * data to be signed/verified: this allows them to be used. Note: for + * this to work the RSA_public_decrypt() and RSA_private_encrypt() should + * *NOT* be used RSA_sign(), RSA_verify() should be used instead. Note: + * for backwards compatibility this functionality is only enabled if the + * RSA_FLAG_SIGN_VER option is set in 'flags'. + */ + int (*rsa_sign) (int type, + const unsigned char *m, unsigned int m_length, + unsigned char *sigret, unsigned int *siglen, + const RSA *rsa); + int (*rsa_verify) (int dtype, const unsigned char *m, + unsigned int m_length, const unsigned char *sigbuf, + unsigned int siglen, const RSA *rsa); + /* + * If this callback is NULL, the builtin software RSA key-gen will be + * used. This is for behavioural compatibility whilst the code gets + * rewired, but one day it would be nice to assume there are no such + * things as "builtin software" implementations. + */ + int (*rsa_keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); +}; + +struct rsa_st { + /* + * The first parameter is used to pickup errors where this is passed + * instead of aEVP_PKEY, it is set to 0 + */ + int pad; + long version; + const RSA_METHOD *meth; + /* functional reference if 'meth' is ENGINE-provided */ + ENGINE *engine; + BIGNUM *n; + BIGNUM *e; + BIGNUM *d; + BIGNUM *p; + BIGNUM *q; + BIGNUM *dmp1; + BIGNUM *dmq1; + BIGNUM *iqmp; + /* be careful using this if the RSA structure is shared */ + CRYPTO_EX_DATA ex_data; + int references; + int flags; + /* Used to cache montgomery values */ + BN_MONT_CTX *_method_mod_n; + BN_MONT_CTX *_method_mod_p; + BN_MONT_CTX *_method_mod_q; + /* + * all BIGNUM values are actually in the following data, if it is not + * NULL + */ + char *bignum_data; + BN_BLINDING *blinding; + BN_BLINDING *mt_blinding; +}; + +# ifndef OPENSSL_RSA_MAX_MODULUS_BITS +# define OPENSSL_RSA_MAX_MODULUS_BITS 16384 +# endif + +# ifndef OPENSSL_RSA_SMALL_MODULUS_BITS +# define OPENSSL_RSA_SMALL_MODULUS_BITS 3072 +# endif +# ifndef OPENSSL_RSA_MAX_PUBEXP_BITS + +/* exponent limit enforced for "large" modulus only */ +# define OPENSSL_RSA_MAX_PUBEXP_BITS 64 +# endif + +# define RSA_3 0x3L +# define RSA_F4 0x10001L + +# define RSA_METHOD_FLAG_NO_CHECK 0x0001/* don't check pub/private + * match */ + +# define RSA_FLAG_CACHE_PUBLIC 0x0002 +# define RSA_FLAG_CACHE_PRIVATE 0x0004 +# define RSA_FLAG_BLINDING 0x0008 +# define RSA_FLAG_THREAD_SAFE 0x0010 +/* + * This flag means the private key operations will be handled by rsa_mod_exp + * and that they do not depend on the private key components being present: + * for example a key stored in external hardware. Without this flag + * bn_mod_exp gets called when private key components are absent. + */ +# define RSA_FLAG_EXT_PKEY 0x0020 + +/* + * This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify + * functions. + */ +# define RSA_FLAG_SIGN_VER 0x0040 + +/* + * new with 0.9.6j and 0.9.7b; the built-in + * RSA implementation now uses blinding by + * default (ignoring RSA_FLAG_BLINDING), + * but other engines might not need it + */ +# define RSA_FLAG_NO_BLINDING 0x0080 +/* + * new with 0.9.8f; the built-in RSA + * implementation now uses constant time + * operations by default in private key operations, + * e.g., constant time modular exponentiation, + * modular inverse without leaking branches, + * division without leaking branches. This + * flag disables these constant time + * operations and results in faster RSA + * private key operations. + */ +# define RSA_FLAG_NO_CONSTTIME 0x0100 +# ifdef OPENSSL_USE_DEPRECATED +/* deprecated name for the flag*/ +/* + * new with 0.9.7h; the built-in RSA + * implementation now uses constant time + * modular exponentiation for secret exponents + * by default. This flag causes the + * faster variable sliding window method to + * be used for all exponents. + */ +# define RSA_FLAG_NO_EXP_CONSTTIME RSA_FLAG_NO_CONSTTIME +# endif + +# define EVP_PKEY_CTX_set_rsa_padding(ctx, pad) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, EVP_PKEY_CTRL_RSA_PADDING, \ + pad, NULL) + +# define EVP_PKEY_CTX_get_rsa_padding(ctx, ppad) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, -1, \ + EVP_PKEY_CTRL_GET_RSA_PADDING, 0, ppad) + +# define EVP_PKEY_CTX_set_rsa_pss_saltlen(ctx, len) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \ + (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \ + EVP_PKEY_CTRL_RSA_PSS_SALTLEN, \ + len, NULL) + +# define EVP_PKEY_CTX_get_rsa_pss_saltlen(ctx, plen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \ + (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \ + EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN, \ + 0, plen) + +# define EVP_PKEY_CTX_set_rsa_keygen_bits(ctx, bits) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \ + EVP_PKEY_CTRL_RSA_KEYGEN_BITS, bits, NULL) + +# define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_KEYGEN, \ + EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp) + +# define EVP_PKEY_CTX_set_rsa_mgf1_md(ctx, md) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \ + EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \ + EVP_PKEY_CTRL_RSA_MGF1_MD, 0, (void *)md) + +# define EVP_PKEY_CTX_set_rsa_oaep_md(ctx, md) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \ + EVP_PKEY_CTRL_RSA_OAEP_MD, 0, (void *)md) + +# define EVP_PKEY_CTX_get_rsa_mgf1_md(ctx, pmd) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, \ + EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \ + EVP_PKEY_CTRL_GET_RSA_MGF1_MD, 0, (void *)pmd) + +# define EVP_PKEY_CTX_get_rsa_oaep_md(ctx, pmd) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \ + EVP_PKEY_CTRL_GET_RSA_OAEP_MD, 0, (void *)pmd) + +# define EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, l, llen) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \ + EVP_PKEY_CTRL_RSA_OAEP_LABEL, llen, (void *)l) + +# define EVP_PKEY_CTX_get0_rsa_oaep_label(ctx, l) \ + EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_RSA, EVP_PKEY_OP_TYPE_CRYPT, \ + EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL, 0, (void *)l) + +# define EVP_PKEY_CTRL_RSA_PADDING (EVP_PKEY_ALG_CTRL + 1) +# define EVP_PKEY_CTRL_RSA_PSS_SALTLEN (EVP_PKEY_ALG_CTRL + 2) + +# define EVP_PKEY_CTRL_RSA_KEYGEN_BITS (EVP_PKEY_ALG_CTRL + 3) +# define EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP (EVP_PKEY_ALG_CTRL + 4) +# define EVP_PKEY_CTRL_RSA_MGF1_MD (EVP_PKEY_ALG_CTRL + 5) + +# define EVP_PKEY_CTRL_GET_RSA_PADDING (EVP_PKEY_ALG_CTRL + 6) +# define EVP_PKEY_CTRL_GET_RSA_PSS_SALTLEN (EVP_PKEY_ALG_CTRL + 7) +# define EVP_PKEY_CTRL_GET_RSA_MGF1_MD (EVP_PKEY_ALG_CTRL + 8) + +# define EVP_PKEY_CTRL_RSA_OAEP_MD (EVP_PKEY_ALG_CTRL + 9) +# define EVP_PKEY_CTRL_RSA_OAEP_LABEL (EVP_PKEY_ALG_CTRL + 10) + +# define EVP_PKEY_CTRL_GET_RSA_OAEP_MD (EVP_PKEY_ALG_CTRL + 11) +# define EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL (EVP_PKEY_ALG_CTRL + 12) + +# define RSA_PKCS1_PADDING 1 +# define RSA_SSLV23_PADDING 2 +# define RSA_NO_PADDING 3 +# define RSA_PKCS1_OAEP_PADDING 4 +# define RSA_X931_PADDING 5 +/* EVP_PKEY_ only */ +# define RSA_PKCS1_PSS_PADDING 6 + +# define RSA_PKCS1_PADDING_SIZE 11 + +# define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg) +# define RSA_get_app_data(s) RSA_get_ex_data(s,0) + +RSA *RSA_new(void); +RSA *RSA_new_method(ENGINE *engine); +int RSA_size(const RSA *rsa); + +/* Deprecated version */ +# ifndef OPENSSL_NO_DEPRECATED +RSA *RSA_generate_key(int bits, unsigned long e, void + (*callback) (int, int, void *), void *cb_arg); +# endif /* !defined(OPENSSL_NO_DEPRECATED) */ + +/* New version */ +int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); + +int RSA_check_key(const RSA *); + /* next 4 return -1 on error */ +int RSA_public_encrypt(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); +int RSA_private_encrypt(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); +int RSA_public_decrypt(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); +int RSA_private_decrypt(int flen, const unsigned char *from, + unsigned char *to, RSA *rsa, int padding); +void RSA_free(RSA *r); +/* "up" the RSA object's reference count */ +int RSA_up_ref(RSA *r); + +int RSA_flags(const RSA *r); + +void RSA_set_default_method(const RSA_METHOD *meth); +const RSA_METHOD *RSA_get_default_method(void); +const RSA_METHOD *RSA_get_method(const RSA *rsa); +int RSA_set_method(RSA *rsa, const RSA_METHOD *meth); + +/* This function needs the memory locking malloc callbacks to be installed */ +int RSA_memory_lock(RSA *r); + +/* these are the actual SSLeay RSA functions */ +const RSA_METHOD *RSA_PKCS1_SSLeay(void); + +const RSA_METHOD *RSA_null_method(void); + +DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPublicKey) +DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) + +typedef struct rsa_pss_params_st { + X509_ALGOR *hashAlgorithm; + X509_ALGOR *maskGenAlgorithm; + ASN1_INTEGER *saltLength; + ASN1_INTEGER *trailerField; +} RSA_PSS_PARAMS; + +DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS) + +typedef struct rsa_oaep_params_st { + X509_ALGOR *hashFunc; + X509_ALGOR *maskGenFunc; + X509_ALGOR *pSourceFunc; +} RSA_OAEP_PARAMS; + +DECLARE_ASN1_FUNCTIONS(RSA_OAEP_PARAMS) + +# ifndef OPENSSL_NO_FP_API +int RSA_print_fp(FILE *fp, const RSA *r, int offset); +# endif + +# ifndef OPENSSL_NO_BIO +int RSA_print(BIO *bp, const RSA *r, int offset); +# endif + +# ifndef OPENSSL_NO_RC4 +int i2d_RSA_NET(const RSA *a, unsigned char **pp, + int (*cb) (char *buf, int len, const char *prompt, + int verify), int sgckey); +RSA *d2i_RSA_NET(RSA **a, const unsigned char **pp, long length, + int (*cb) (char *buf, int len, const char *prompt, + int verify), int sgckey); + +int i2d_Netscape_RSA(const RSA *a, unsigned char **pp, + int (*cb) (char *buf, int len, const char *prompt, + int verify)); +RSA *d2i_Netscape_RSA(RSA **a, const unsigned char **pp, long length, + int (*cb) (char *buf, int len, const char *prompt, + int verify)); +# endif + +/* + * The following 2 functions sign and verify a X509_SIG ASN1 object inside + * PKCS#1 padded RSA encryption + */ +int RSA_sign(int type, const unsigned char *m, unsigned int m_length, + unsigned char *sigret, unsigned int *siglen, RSA *rsa); +int RSA_verify(int type, const unsigned char *m, unsigned int m_length, + const unsigned char *sigbuf, unsigned int siglen, RSA *rsa); + +/* + * The following 2 function sign and verify a ASN1_OCTET_STRING object inside + * PKCS#1 padded RSA encryption + */ +int RSA_sign_ASN1_OCTET_STRING(int type, + const unsigned char *m, unsigned int m_length, + unsigned char *sigret, unsigned int *siglen, + RSA *rsa); +int RSA_verify_ASN1_OCTET_STRING(int type, const unsigned char *m, + unsigned int m_length, unsigned char *sigbuf, + unsigned int siglen, RSA *rsa); + +int RSA_blinding_on(RSA *rsa, BN_CTX *ctx); +void RSA_blinding_off(RSA *rsa); +BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx); + +int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, + const unsigned char *f, int fl); +int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, + const unsigned char *f, int fl, + int rsa_len); +int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, + const unsigned char *f, int fl); +int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, + const unsigned char *f, int fl, + int rsa_len); +int PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed, + long seedlen, const EVP_MD *dgst); +int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, + const unsigned char *f, int fl, + const unsigned char *p, int pl); +int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, + const unsigned char *f, int fl, int rsa_len, + const unsigned char *p, int pl); +int RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, + const unsigned char *from, int flen, + const unsigned char *param, int plen, + const EVP_MD *md, const EVP_MD *mgf1md); +int RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, + const unsigned char *from, int flen, + int num, const unsigned char *param, + int plen, const EVP_MD *md, + const EVP_MD *mgf1md); +int RSA_padding_add_SSLv23(unsigned char *to, int tlen, + const unsigned char *f, int fl); +int RSA_padding_check_SSLv23(unsigned char *to, int tlen, + const unsigned char *f, int fl, int rsa_len); +int RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *f, + int fl); +int RSA_padding_check_none(unsigned char *to, int tlen, + const unsigned char *f, int fl, int rsa_len); +int RSA_padding_add_X931(unsigned char *to, int tlen, const unsigned char *f, + int fl); +int RSA_padding_check_X931(unsigned char *to, int tlen, + const unsigned char *f, int fl, int rsa_len); +int RSA_X931_hash_id(int nid); + +int RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, + const EVP_MD *Hash, const unsigned char *EM, + int sLen); +int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, + const unsigned char *mHash, const EVP_MD *Hash, + int sLen); + +int RSA_verify_PKCS1_PSS_mgf1(RSA *rsa, const unsigned char *mHash, + const EVP_MD *Hash, const EVP_MD *mgf1Hash, + const unsigned char *EM, int sLen); + +int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM, + const unsigned char *mHash, + const EVP_MD *Hash, const EVP_MD *mgf1Hash, + int sLen); + +int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); +int RSA_set_ex_data(RSA *r, int idx, void *arg); +void *RSA_get_ex_data(const RSA *r, int idx); + +RSA *RSAPublicKey_dup(RSA *rsa); +RSA *RSAPrivateKey_dup(RSA *rsa); + +/* + * If this flag is set the RSA method is FIPS compliant and can be used in + * FIPS mode. This is set in the validated module method. If an application + * sets this flag in its own methods it is its responsibility to ensure the + * result is compliant. + */ + +# define RSA_FLAG_FIPS_METHOD 0x0400 + +/* + * If this flag is set the operations normally disabled in FIPS mode are + * permitted it is then the applications responsibility to ensure that the + * usage is compliant. + */ + +# define RSA_FLAG_NON_FIPS_ALLOW 0x0400 +/* + * Application has decided PRNG is good enough to generate a key: don't + * check. + */ +# define RSA_FLAG_CHECKED 0x0800 + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_RSA_strings(void); + +/* Error codes for the RSA functions. */ + +/* Function codes. */ +# define RSA_F_CHECK_PADDING_MD 140 +# define RSA_F_DO_RSA_PRINT 146 +# define RSA_F_INT_RSA_VERIFY 145 +# define RSA_F_MEMORY_LOCK 100 +# define RSA_F_OLD_RSA_PRIV_DECODE 147 +# define RSA_F_PKEY_RSA_CTRL 143 +# define RSA_F_PKEY_RSA_CTRL_STR 144 +# define RSA_F_PKEY_RSA_SIGN 142 +# define RSA_F_PKEY_RSA_VERIFY 154 +# define RSA_F_PKEY_RSA_VERIFYRECOVER 141 +# define RSA_F_RSA_ALGOR_TO_MD 157 +# define RSA_F_RSA_BUILTIN_KEYGEN 129 +# define RSA_F_RSA_CHECK_KEY 123 +# define RSA_F_RSA_CMS_DECRYPT 158 +# define RSA_F_RSA_EAY_PRIVATE_DECRYPT 101 +# define RSA_F_RSA_EAY_PRIVATE_ENCRYPT 102 +# define RSA_F_RSA_EAY_PUBLIC_DECRYPT 103 +# define RSA_F_RSA_EAY_PUBLIC_ENCRYPT 104 +# define RSA_F_RSA_GENERATE_KEY 105 +# define RSA_F_RSA_GENERATE_KEY_EX 155 +# define RSA_F_RSA_ITEM_VERIFY 156 +# define RSA_F_RSA_MEMORY_LOCK 130 +# define RSA_F_RSA_MGF1_TO_MD 159 +# define RSA_F_RSA_NEW_METHOD 106 +# define RSA_F_RSA_NULL 124 +# define RSA_F_RSA_NULL_MOD_EXP 131 +# define RSA_F_RSA_NULL_PRIVATE_DECRYPT 132 +# define RSA_F_RSA_NULL_PRIVATE_ENCRYPT 133 +# define RSA_F_RSA_NULL_PUBLIC_DECRYPT 134 +# define RSA_F_RSA_NULL_PUBLIC_ENCRYPT 135 +# define RSA_F_RSA_PADDING_ADD_NONE 107 +# define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP 121 +# define RSA_F_RSA_PADDING_ADD_PKCS1_OAEP_MGF1 160 +# define RSA_F_RSA_PADDING_ADD_PKCS1_PSS 125 +# define RSA_F_RSA_PADDING_ADD_PKCS1_PSS_MGF1 148 +# define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_1 108 +# define RSA_F_RSA_PADDING_ADD_PKCS1_TYPE_2 109 +# define RSA_F_RSA_PADDING_ADD_SSLV23 110 +# define RSA_F_RSA_PADDING_ADD_X931 127 +# define RSA_F_RSA_PADDING_CHECK_NONE 111 +# define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP 122 +# define RSA_F_RSA_PADDING_CHECK_PKCS1_OAEP_MGF1 161 +# define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_1 112 +# define RSA_F_RSA_PADDING_CHECK_PKCS1_TYPE_2 113 +# define RSA_F_RSA_PADDING_CHECK_SSLV23 114 +# define RSA_F_RSA_PADDING_CHECK_X931 128 +# define RSA_F_RSA_PRINT 115 +# define RSA_F_RSA_PRINT_FP 116 +# define RSA_F_RSA_PRIVATE_DECRYPT 150 +# define RSA_F_RSA_PRIVATE_ENCRYPT 151 +# define RSA_F_RSA_PRIV_DECODE 137 +# define RSA_F_RSA_PRIV_ENCODE 138 +# define RSA_F_RSA_PSS_TO_CTX 162 +# define RSA_F_RSA_PUBLIC_DECRYPT 152 +# define RSA_F_RSA_PUBLIC_ENCRYPT 153 +# define RSA_F_RSA_PUB_DECODE 139 +# define RSA_F_RSA_SETUP_BLINDING 136 +# define RSA_F_RSA_SIGN 117 +# define RSA_F_RSA_SIGN_ASN1_OCTET_STRING 118 +# define RSA_F_RSA_VERIFY 119 +# define RSA_F_RSA_VERIFY_ASN1_OCTET_STRING 120 +# define RSA_F_RSA_VERIFY_PKCS1_PSS 126 +# define RSA_F_RSA_VERIFY_PKCS1_PSS_MGF1 149 + +/* Reason codes. */ +# define RSA_R_ALGORITHM_MISMATCH 100 +# define RSA_R_BAD_E_VALUE 101 +# define RSA_R_BAD_FIXED_HEADER_DECRYPT 102 +# define RSA_R_BAD_PAD_BYTE_COUNT 103 +# define RSA_R_BAD_SIGNATURE 104 +# define RSA_R_BLOCK_TYPE_IS_NOT_01 106 +# define RSA_R_BLOCK_TYPE_IS_NOT_02 107 +# define RSA_R_DATA_GREATER_THAN_MOD_LEN 108 +# define RSA_R_DATA_TOO_LARGE 109 +# define RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 110 +# define RSA_R_DATA_TOO_LARGE_FOR_MODULUS 132 +# define RSA_R_DATA_TOO_SMALL 111 +# define RSA_R_DATA_TOO_SMALL_FOR_KEY_SIZE 122 +# define RSA_R_DIGEST_DOES_NOT_MATCH 166 +# define RSA_R_DIGEST_TOO_BIG_FOR_RSA_KEY 112 +# define RSA_R_DMP1_NOT_CONGRUENT_TO_D 124 +# define RSA_R_DMQ1_NOT_CONGRUENT_TO_D 125 +# define RSA_R_D_E_NOT_CONGRUENT_TO_1 123 +# define RSA_R_FIRST_OCTET_INVALID 133 +# define RSA_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE 144 +# define RSA_R_INVALID_DIGEST 160 +# define RSA_R_INVALID_DIGEST_LENGTH 143 +# define RSA_R_INVALID_HEADER 137 +# define RSA_R_INVALID_KEYBITS 145 +# define RSA_R_INVALID_LABEL 161 +# define RSA_R_INVALID_MESSAGE_LENGTH 131 +# define RSA_R_INVALID_MGF1_MD 156 +# define RSA_R_INVALID_OAEP_PARAMETERS 162 +# define RSA_R_INVALID_PADDING 138 +# define RSA_R_INVALID_PADDING_MODE 141 +# define RSA_R_INVALID_PSS_PARAMETERS 149 +# define RSA_R_INVALID_PSS_SALTLEN 146 +# define RSA_R_INVALID_SALT_LENGTH 150 +# define RSA_R_INVALID_TRAILER 139 +# define RSA_R_INVALID_X931_DIGEST 142 +# define RSA_R_IQMP_NOT_INVERSE_OF_Q 126 +# define RSA_R_KEY_SIZE_TOO_SMALL 120 +# define RSA_R_LAST_OCTET_INVALID 134 +# define RSA_R_MODULUS_TOO_LARGE 105 +# define RSA_R_NON_FIPS_RSA_METHOD 157 +# define RSA_R_NO_PUBLIC_EXPONENT 140 +# define RSA_R_NULL_BEFORE_BLOCK_MISSING 113 +# define RSA_R_N_DOES_NOT_EQUAL_P_Q 127 +# define RSA_R_OAEP_DECODING_ERROR 121 +# define RSA_R_OPERATION_NOT_ALLOWED_IN_FIPS_MODE 158 +# define RSA_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 148 +# define RSA_R_PADDING_CHECK_FAILED 114 +# define RSA_R_PKCS_DECODING_ERROR 159 +# define RSA_R_P_NOT_PRIME 128 +# define RSA_R_Q_NOT_PRIME 129 +# define RSA_R_RSA_OPERATIONS_NOT_SUPPORTED 130 +# define RSA_R_SLEN_CHECK_FAILED 136 +# define RSA_R_SLEN_RECOVERY_FAILED 135 +# define RSA_R_SSLV3_ROLLBACK_ATTACK 115 +# define RSA_R_THE_ASN1_OBJECT_IDENTIFIER_IS_NOT_KNOWN_FOR_THIS_MD 116 +# define RSA_R_UNKNOWN_ALGORITHM_TYPE 117 +# define RSA_R_UNKNOWN_DIGEST 163 +# define RSA_R_UNKNOWN_MASK_DIGEST 151 +# define RSA_R_UNKNOWN_PADDING_TYPE 118 +# define RSA_R_UNKNOWN_PSS_DIGEST 152 +# define RSA_R_UNSUPPORTED_ENCRYPTION_TYPE 164 +# define RSA_R_UNSUPPORTED_LABEL_SOURCE 165 +# define RSA_R_UNSUPPORTED_MASK_ALGORITHM 153 +# define RSA_R_UNSUPPORTED_MASK_PARAMETER 154 +# define RSA_R_UNSUPPORTED_SIGNATURE_TYPE 155 +# define RSA_R_VALUE_MISSING 147 +# define RSA_R_WRONG_SIGNATURE_LENGTH 119 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/safestack.h b/frappe/.node-gyp/6.7.0/include/node/openssl/safestack.h new file mode 100644 index 00000000..1d4f87ea --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/safestack.h @@ -0,0 +1,2672 @@ +/* ==================================================================== + * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_SAFESTACK_H +# define HEADER_SAFESTACK_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifndef CHECKED_PTR_OF +# define CHECKED_PTR_OF(type, p) \ + ((void*) (1 ? p : (type*)0)) +# endif + +/* + * In C++ we get problems because an explicit cast is needed from (void *) we + * use CHECKED_STACK_OF to ensure the correct type is passed in the macros + * below. + */ + +# define CHECKED_STACK_OF(type, p) \ + ((_STACK*) (1 ? p : (STACK_OF(type)*)0)) + +# define CHECKED_SK_COPY_FUNC(type, p) \ + ((void *(*)(void *)) ((1 ? p : (type *(*)(const type *))0))) + +# define CHECKED_SK_FREE_FUNC(type, p) \ + ((void (*)(void *)) ((1 ? p : (void (*)(type *))0))) + +# define CHECKED_SK_CMP_FUNC(type, p) \ + ((int (*)(const void *, const void *)) \ + ((1 ? p : (int (*)(const type * const *, const type * const *))0))) + +# define STACK_OF(type) struct stack_st_##type +# define PREDECLARE_STACK_OF(type) STACK_OF(type); + +# define DECLARE_STACK_OF(type) \ +STACK_OF(type) \ + { \ + _STACK stack; \ + }; +# define DECLARE_SPECIAL_STACK_OF(type, type2) \ +STACK_OF(type) \ + { \ + _STACK stack; \ + }; + +/* nada (obsolete in new safestack approach)*/ +# define IMPLEMENT_STACK_OF(type) + +/*- + * Strings are special: normally an lhash entry will point to a single + * (somewhat) mutable object. In the case of strings: + * + * a) Instead of a single char, there is an array of chars, NUL-terminated. + * b) The string may have be immutable. + * + * So, they need their own declarations. Especially important for + * type-checking tools, such as Deputy. + * + * In practice, however, it appears to be hard to have a const + * string. For now, I'm settling for dealing with the fact it is a + * string at all. + */ +typedef char *OPENSSL_STRING; + +typedef const char *OPENSSL_CSTRING; + +/* + * Confusingly, LHASH_OF(STRING) deals with char ** throughout, but + * STACK_OF(STRING) is really more like STACK_OF(char), only, as mentioned + * above, instead of a single char each entry is a NUL-terminated array of + * chars. So, we have to implement STRING specially for STACK_OF. This is + * dealt with in the autogenerated macros below. + */ + +DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char) + +/* + * Similarly, we sometimes use a block of characters, NOT nul-terminated. + * These should also be distinguished from "normal" stacks. + */ +typedef void *OPENSSL_BLOCK; +DECLARE_SPECIAL_STACK_OF(OPENSSL_BLOCK, void) + +/* + * SKM_sk_... stack macros are internal to safestack.h: never use them + * directly, use sk__... instead + */ +# define SKM_sk_new(type, cmp) \ + ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp))) +# define SKM_sk_new_null(type) \ + ((STACK_OF(type) *)sk_new_null()) +# define SKM_sk_free(type, st) \ + sk_free(CHECKED_STACK_OF(type, st)) +# define SKM_sk_num(type, st) \ + sk_num(CHECKED_STACK_OF(type, st)) +# define SKM_sk_value(type, st,i) \ + ((type *)sk_value(CHECKED_STACK_OF(type, st), i)) +# define SKM_sk_set(type, st,i,val) \ + sk_set(CHECKED_STACK_OF(type, st), i, CHECKED_PTR_OF(type, val)) +# define SKM_sk_zero(type, st) \ + sk_zero(CHECKED_STACK_OF(type, st)) +# define SKM_sk_push(type, st, val) \ + sk_push(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val)) +# define SKM_sk_unshift(type, st, val) \ + sk_unshift(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val)) +# define SKM_sk_find(type, st, val) \ + sk_find(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val)) +# define SKM_sk_find_ex(type, st, val) \ + sk_find_ex(CHECKED_STACK_OF(type, st), \ + CHECKED_PTR_OF(type, val)) +# define SKM_sk_delete(type, st, i) \ + (type *)sk_delete(CHECKED_STACK_OF(type, st), i) +# define SKM_sk_delete_ptr(type, st, ptr) \ + (type *)sk_delete_ptr(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, ptr)) +# define SKM_sk_insert(type, st,val, i) \ + sk_insert(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val), i) +# define SKM_sk_set_cmp_func(type, st, cmp) \ + ((int (*)(const type * const *,const type * const *)) \ + sk_set_cmp_func(CHECKED_STACK_OF(type, st), CHECKED_SK_CMP_FUNC(type, cmp))) +# define SKM_sk_dup(type, st) \ + (STACK_OF(type) *)sk_dup(CHECKED_STACK_OF(type, st)) +# define SKM_sk_pop_free(type, st, free_func) \ + sk_pop_free(CHECKED_STACK_OF(type, st), CHECKED_SK_FREE_FUNC(type, free_func)) +# define SKM_sk_deep_copy(type, st, copy_func, free_func) \ + (STACK_OF(type) *)sk_deep_copy(CHECKED_STACK_OF(type, st), CHECKED_SK_COPY_FUNC(type, copy_func), CHECKED_SK_FREE_FUNC(type, free_func)) +# define SKM_sk_shift(type, st) \ + (type *)sk_shift(CHECKED_STACK_OF(type, st)) +# define SKM_sk_pop(type, st) \ + (type *)sk_pop(CHECKED_STACK_OF(type, st)) +# define SKM_sk_sort(type, st) \ + sk_sort(CHECKED_STACK_OF(type, st)) +# define SKM_sk_is_sorted(type, st) \ + sk_is_sorted(CHECKED_STACK_OF(type, st)) +# define SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + (STACK_OF(type) *)d2i_ASN1_SET( \ + (STACK_OF(OPENSSL_BLOCK) **)CHECKED_PTR_OF(STACK_OF(type)*, st), \ + pp, length, \ + CHECKED_D2I_OF(type, d2i_func), \ + CHECKED_SK_FREE_FUNC(type, free_func), \ + ex_tag, ex_class) +# define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ + i2d_ASN1_SET((STACK_OF(OPENSSL_BLOCK) *)CHECKED_STACK_OF(type, st), pp, \ + CHECKED_I2D_OF(type, i2d_func), \ + ex_tag, ex_class, is_set) +# define SKM_ASN1_seq_pack(type, st, i2d_func, buf, len) \ + ASN1_seq_pack(CHECKED_PTR_OF(STACK_OF(type), st), \ + CHECKED_I2D_OF(type, i2d_func), buf, len) +# define SKM_ASN1_seq_unpack(type, buf, len, d2i_func, free_func) \ + (STACK_OF(type) *)ASN1_seq_unpack(buf, len, CHECKED_D2I_OF(type, d2i_func), CHECKED_SK_FREE_FUNC(type, free_func)) +# define SKM_PKCS12_decrypt_d2i(type, algor, d2i_func, free_func, pass, passlen, oct, seq) \ + (STACK_OF(type) *)PKCS12_decrypt_d2i(algor, \ + CHECKED_D2I_OF(type, d2i_func), \ + CHECKED_SK_FREE_FUNC(type, free_func), \ + pass, passlen, oct, seq) +/* + * This block of defines is updated by util/mkstack.pl, please do not touch! + */ +# define sk_ACCESS_DESCRIPTION_new(cmp) SKM_sk_new(ACCESS_DESCRIPTION, (cmp)) +# define sk_ACCESS_DESCRIPTION_new_null() SKM_sk_new_null(ACCESS_DESCRIPTION) +# define sk_ACCESS_DESCRIPTION_free(st) SKM_sk_free(ACCESS_DESCRIPTION, (st)) +# define sk_ACCESS_DESCRIPTION_num(st) SKM_sk_num(ACCESS_DESCRIPTION, (st)) +# define sk_ACCESS_DESCRIPTION_value(st, i) SKM_sk_value(ACCESS_DESCRIPTION, (st), (i)) +# define sk_ACCESS_DESCRIPTION_set(st, i, val) SKM_sk_set(ACCESS_DESCRIPTION, (st), (i), (val)) +# define sk_ACCESS_DESCRIPTION_zero(st) SKM_sk_zero(ACCESS_DESCRIPTION, (st)) +# define sk_ACCESS_DESCRIPTION_push(st, val) SKM_sk_push(ACCESS_DESCRIPTION, (st), (val)) +# define sk_ACCESS_DESCRIPTION_unshift(st, val) SKM_sk_unshift(ACCESS_DESCRIPTION, (st), (val)) +# define sk_ACCESS_DESCRIPTION_find(st, val) SKM_sk_find(ACCESS_DESCRIPTION, (st), (val)) +# define sk_ACCESS_DESCRIPTION_find_ex(st, val) SKM_sk_find_ex(ACCESS_DESCRIPTION, (st), (val)) +# define sk_ACCESS_DESCRIPTION_delete(st, i) SKM_sk_delete(ACCESS_DESCRIPTION, (st), (i)) +# define sk_ACCESS_DESCRIPTION_delete_ptr(st, ptr) SKM_sk_delete_ptr(ACCESS_DESCRIPTION, (st), (ptr)) +# define sk_ACCESS_DESCRIPTION_insert(st, val, i) SKM_sk_insert(ACCESS_DESCRIPTION, (st), (val), (i)) +# define sk_ACCESS_DESCRIPTION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ACCESS_DESCRIPTION, (st), (cmp)) +# define sk_ACCESS_DESCRIPTION_dup(st) SKM_sk_dup(ACCESS_DESCRIPTION, st) +# define sk_ACCESS_DESCRIPTION_pop_free(st, free_func) SKM_sk_pop_free(ACCESS_DESCRIPTION, (st), (free_func)) +# define sk_ACCESS_DESCRIPTION_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ACCESS_DESCRIPTION, (st), (copy_func), (free_func)) +# define sk_ACCESS_DESCRIPTION_shift(st) SKM_sk_shift(ACCESS_DESCRIPTION, (st)) +# define sk_ACCESS_DESCRIPTION_pop(st) SKM_sk_pop(ACCESS_DESCRIPTION, (st)) +# define sk_ACCESS_DESCRIPTION_sort(st) SKM_sk_sort(ACCESS_DESCRIPTION, (st)) +# define sk_ACCESS_DESCRIPTION_is_sorted(st) SKM_sk_is_sorted(ACCESS_DESCRIPTION, (st)) +# define sk_ASIdOrRange_new(cmp) SKM_sk_new(ASIdOrRange, (cmp)) +# define sk_ASIdOrRange_new_null() SKM_sk_new_null(ASIdOrRange) +# define sk_ASIdOrRange_free(st) SKM_sk_free(ASIdOrRange, (st)) +# define sk_ASIdOrRange_num(st) SKM_sk_num(ASIdOrRange, (st)) +# define sk_ASIdOrRange_value(st, i) SKM_sk_value(ASIdOrRange, (st), (i)) +# define sk_ASIdOrRange_set(st, i, val) SKM_sk_set(ASIdOrRange, (st), (i), (val)) +# define sk_ASIdOrRange_zero(st) SKM_sk_zero(ASIdOrRange, (st)) +# define sk_ASIdOrRange_push(st, val) SKM_sk_push(ASIdOrRange, (st), (val)) +# define sk_ASIdOrRange_unshift(st, val) SKM_sk_unshift(ASIdOrRange, (st), (val)) +# define sk_ASIdOrRange_find(st, val) SKM_sk_find(ASIdOrRange, (st), (val)) +# define sk_ASIdOrRange_find_ex(st, val) SKM_sk_find_ex(ASIdOrRange, (st), (val)) +# define sk_ASIdOrRange_delete(st, i) SKM_sk_delete(ASIdOrRange, (st), (i)) +# define sk_ASIdOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASIdOrRange, (st), (ptr)) +# define sk_ASIdOrRange_insert(st, val, i) SKM_sk_insert(ASIdOrRange, (st), (val), (i)) +# define sk_ASIdOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASIdOrRange, (st), (cmp)) +# define sk_ASIdOrRange_dup(st) SKM_sk_dup(ASIdOrRange, st) +# define sk_ASIdOrRange_pop_free(st, free_func) SKM_sk_pop_free(ASIdOrRange, (st), (free_func)) +# define sk_ASIdOrRange_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASIdOrRange, (st), (copy_func), (free_func)) +# define sk_ASIdOrRange_shift(st) SKM_sk_shift(ASIdOrRange, (st)) +# define sk_ASIdOrRange_pop(st) SKM_sk_pop(ASIdOrRange, (st)) +# define sk_ASIdOrRange_sort(st) SKM_sk_sort(ASIdOrRange, (st)) +# define sk_ASIdOrRange_is_sorted(st) SKM_sk_is_sorted(ASIdOrRange, (st)) +# define sk_ASN1_GENERALSTRING_new(cmp) SKM_sk_new(ASN1_GENERALSTRING, (cmp)) +# define sk_ASN1_GENERALSTRING_new_null() SKM_sk_new_null(ASN1_GENERALSTRING) +# define sk_ASN1_GENERALSTRING_free(st) SKM_sk_free(ASN1_GENERALSTRING, (st)) +# define sk_ASN1_GENERALSTRING_num(st) SKM_sk_num(ASN1_GENERALSTRING, (st)) +# define sk_ASN1_GENERALSTRING_value(st, i) SKM_sk_value(ASN1_GENERALSTRING, (st), (i)) +# define sk_ASN1_GENERALSTRING_set(st, i, val) SKM_sk_set(ASN1_GENERALSTRING, (st), (i), (val)) +# define sk_ASN1_GENERALSTRING_zero(st) SKM_sk_zero(ASN1_GENERALSTRING, (st)) +# define sk_ASN1_GENERALSTRING_push(st, val) SKM_sk_push(ASN1_GENERALSTRING, (st), (val)) +# define sk_ASN1_GENERALSTRING_unshift(st, val) SKM_sk_unshift(ASN1_GENERALSTRING, (st), (val)) +# define sk_ASN1_GENERALSTRING_find(st, val) SKM_sk_find(ASN1_GENERALSTRING, (st), (val)) +# define sk_ASN1_GENERALSTRING_find_ex(st, val) SKM_sk_find_ex(ASN1_GENERALSTRING, (st), (val)) +# define sk_ASN1_GENERALSTRING_delete(st, i) SKM_sk_delete(ASN1_GENERALSTRING, (st), (i)) +# define sk_ASN1_GENERALSTRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_GENERALSTRING, (st), (ptr)) +# define sk_ASN1_GENERALSTRING_insert(st, val, i) SKM_sk_insert(ASN1_GENERALSTRING, (st), (val), (i)) +# define sk_ASN1_GENERALSTRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_GENERALSTRING, (st), (cmp)) +# define sk_ASN1_GENERALSTRING_dup(st) SKM_sk_dup(ASN1_GENERALSTRING, st) +# define sk_ASN1_GENERALSTRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_GENERALSTRING, (st), (free_func)) +# define sk_ASN1_GENERALSTRING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_GENERALSTRING, (st), (copy_func), (free_func)) +# define sk_ASN1_GENERALSTRING_shift(st) SKM_sk_shift(ASN1_GENERALSTRING, (st)) +# define sk_ASN1_GENERALSTRING_pop(st) SKM_sk_pop(ASN1_GENERALSTRING, (st)) +# define sk_ASN1_GENERALSTRING_sort(st) SKM_sk_sort(ASN1_GENERALSTRING, (st)) +# define sk_ASN1_GENERALSTRING_is_sorted(st) SKM_sk_is_sorted(ASN1_GENERALSTRING, (st)) +# define sk_ASN1_INTEGER_new(cmp) SKM_sk_new(ASN1_INTEGER, (cmp)) +# define sk_ASN1_INTEGER_new_null() SKM_sk_new_null(ASN1_INTEGER) +# define sk_ASN1_INTEGER_free(st) SKM_sk_free(ASN1_INTEGER, (st)) +# define sk_ASN1_INTEGER_num(st) SKM_sk_num(ASN1_INTEGER, (st)) +# define sk_ASN1_INTEGER_value(st, i) SKM_sk_value(ASN1_INTEGER, (st), (i)) +# define sk_ASN1_INTEGER_set(st, i, val) SKM_sk_set(ASN1_INTEGER, (st), (i), (val)) +# define sk_ASN1_INTEGER_zero(st) SKM_sk_zero(ASN1_INTEGER, (st)) +# define sk_ASN1_INTEGER_push(st, val) SKM_sk_push(ASN1_INTEGER, (st), (val)) +# define sk_ASN1_INTEGER_unshift(st, val) SKM_sk_unshift(ASN1_INTEGER, (st), (val)) +# define sk_ASN1_INTEGER_find(st, val) SKM_sk_find(ASN1_INTEGER, (st), (val)) +# define sk_ASN1_INTEGER_find_ex(st, val) SKM_sk_find_ex(ASN1_INTEGER, (st), (val)) +# define sk_ASN1_INTEGER_delete(st, i) SKM_sk_delete(ASN1_INTEGER, (st), (i)) +# define sk_ASN1_INTEGER_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_INTEGER, (st), (ptr)) +# define sk_ASN1_INTEGER_insert(st, val, i) SKM_sk_insert(ASN1_INTEGER, (st), (val), (i)) +# define sk_ASN1_INTEGER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_INTEGER, (st), (cmp)) +# define sk_ASN1_INTEGER_dup(st) SKM_sk_dup(ASN1_INTEGER, st) +# define sk_ASN1_INTEGER_pop_free(st, free_func) SKM_sk_pop_free(ASN1_INTEGER, (st), (free_func)) +# define sk_ASN1_INTEGER_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_INTEGER, (st), (copy_func), (free_func)) +# define sk_ASN1_INTEGER_shift(st) SKM_sk_shift(ASN1_INTEGER, (st)) +# define sk_ASN1_INTEGER_pop(st) SKM_sk_pop(ASN1_INTEGER, (st)) +# define sk_ASN1_INTEGER_sort(st) SKM_sk_sort(ASN1_INTEGER, (st)) +# define sk_ASN1_INTEGER_is_sorted(st) SKM_sk_is_sorted(ASN1_INTEGER, (st)) +# define sk_ASN1_OBJECT_new(cmp) SKM_sk_new(ASN1_OBJECT, (cmp)) +# define sk_ASN1_OBJECT_new_null() SKM_sk_new_null(ASN1_OBJECT) +# define sk_ASN1_OBJECT_free(st) SKM_sk_free(ASN1_OBJECT, (st)) +# define sk_ASN1_OBJECT_num(st) SKM_sk_num(ASN1_OBJECT, (st)) +# define sk_ASN1_OBJECT_value(st, i) SKM_sk_value(ASN1_OBJECT, (st), (i)) +# define sk_ASN1_OBJECT_set(st, i, val) SKM_sk_set(ASN1_OBJECT, (st), (i), (val)) +# define sk_ASN1_OBJECT_zero(st) SKM_sk_zero(ASN1_OBJECT, (st)) +# define sk_ASN1_OBJECT_push(st, val) SKM_sk_push(ASN1_OBJECT, (st), (val)) +# define sk_ASN1_OBJECT_unshift(st, val) SKM_sk_unshift(ASN1_OBJECT, (st), (val)) +# define sk_ASN1_OBJECT_find(st, val) SKM_sk_find(ASN1_OBJECT, (st), (val)) +# define sk_ASN1_OBJECT_find_ex(st, val) SKM_sk_find_ex(ASN1_OBJECT, (st), (val)) +# define sk_ASN1_OBJECT_delete(st, i) SKM_sk_delete(ASN1_OBJECT, (st), (i)) +# define sk_ASN1_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_OBJECT, (st), (ptr)) +# define sk_ASN1_OBJECT_insert(st, val, i) SKM_sk_insert(ASN1_OBJECT, (st), (val), (i)) +# define sk_ASN1_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_OBJECT, (st), (cmp)) +# define sk_ASN1_OBJECT_dup(st) SKM_sk_dup(ASN1_OBJECT, st) +# define sk_ASN1_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(ASN1_OBJECT, (st), (free_func)) +# define sk_ASN1_OBJECT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_OBJECT, (st), (copy_func), (free_func)) +# define sk_ASN1_OBJECT_shift(st) SKM_sk_shift(ASN1_OBJECT, (st)) +# define sk_ASN1_OBJECT_pop(st) SKM_sk_pop(ASN1_OBJECT, (st)) +# define sk_ASN1_OBJECT_sort(st) SKM_sk_sort(ASN1_OBJECT, (st)) +# define sk_ASN1_OBJECT_is_sorted(st) SKM_sk_is_sorted(ASN1_OBJECT, (st)) +# define sk_ASN1_STRING_TABLE_new(cmp) SKM_sk_new(ASN1_STRING_TABLE, (cmp)) +# define sk_ASN1_STRING_TABLE_new_null() SKM_sk_new_null(ASN1_STRING_TABLE) +# define sk_ASN1_STRING_TABLE_free(st) SKM_sk_free(ASN1_STRING_TABLE, (st)) +# define sk_ASN1_STRING_TABLE_num(st) SKM_sk_num(ASN1_STRING_TABLE, (st)) +# define sk_ASN1_STRING_TABLE_value(st, i) SKM_sk_value(ASN1_STRING_TABLE, (st), (i)) +# define sk_ASN1_STRING_TABLE_set(st, i, val) SKM_sk_set(ASN1_STRING_TABLE, (st), (i), (val)) +# define sk_ASN1_STRING_TABLE_zero(st) SKM_sk_zero(ASN1_STRING_TABLE, (st)) +# define sk_ASN1_STRING_TABLE_push(st, val) SKM_sk_push(ASN1_STRING_TABLE, (st), (val)) +# define sk_ASN1_STRING_TABLE_unshift(st, val) SKM_sk_unshift(ASN1_STRING_TABLE, (st), (val)) +# define sk_ASN1_STRING_TABLE_find(st, val) SKM_sk_find(ASN1_STRING_TABLE, (st), (val)) +# define sk_ASN1_STRING_TABLE_find_ex(st, val) SKM_sk_find_ex(ASN1_STRING_TABLE, (st), (val)) +# define sk_ASN1_STRING_TABLE_delete(st, i) SKM_sk_delete(ASN1_STRING_TABLE, (st), (i)) +# define sk_ASN1_STRING_TABLE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_STRING_TABLE, (st), (ptr)) +# define sk_ASN1_STRING_TABLE_insert(st, val, i) SKM_sk_insert(ASN1_STRING_TABLE, (st), (val), (i)) +# define sk_ASN1_STRING_TABLE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_STRING_TABLE, (st), (cmp)) +# define sk_ASN1_STRING_TABLE_dup(st) SKM_sk_dup(ASN1_STRING_TABLE, st) +# define sk_ASN1_STRING_TABLE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_STRING_TABLE, (st), (free_func)) +# define sk_ASN1_STRING_TABLE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_STRING_TABLE, (st), (copy_func), (free_func)) +# define sk_ASN1_STRING_TABLE_shift(st) SKM_sk_shift(ASN1_STRING_TABLE, (st)) +# define sk_ASN1_STRING_TABLE_pop(st) SKM_sk_pop(ASN1_STRING_TABLE, (st)) +# define sk_ASN1_STRING_TABLE_sort(st) SKM_sk_sort(ASN1_STRING_TABLE, (st)) +# define sk_ASN1_STRING_TABLE_is_sorted(st) SKM_sk_is_sorted(ASN1_STRING_TABLE, (st)) +# define sk_ASN1_TYPE_new(cmp) SKM_sk_new(ASN1_TYPE, (cmp)) +# define sk_ASN1_TYPE_new_null() SKM_sk_new_null(ASN1_TYPE) +# define sk_ASN1_TYPE_free(st) SKM_sk_free(ASN1_TYPE, (st)) +# define sk_ASN1_TYPE_num(st) SKM_sk_num(ASN1_TYPE, (st)) +# define sk_ASN1_TYPE_value(st, i) SKM_sk_value(ASN1_TYPE, (st), (i)) +# define sk_ASN1_TYPE_set(st, i, val) SKM_sk_set(ASN1_TYPE, (st), (i), (val)) +# define sk_ASN1_TYPE_zero(st) SKM_sk_zero(ASN1_TYPE, (st)) +# define sk_ASN1_TYPE_push(st, val) SKM_sk_push(ASN1_TYPE, (st), (val)) +# define sk_ASN1_TYPE_unshift(st, val) SKM_sk_unshift(ASN1_TYPE, (st), (val)) +# define sk_ASN1_TYPE_find(st, val) SKM_sk_find(ASN1_TYPE, (st), (val)) +# define sk_ASN1_TYPE_find_ex(st, val) SKM_sk_find_ex(ASN1_TYPE, (st), (val)) +# define sk_ASN1_TYPE_delete(st, i) SKM_sk_delete(ASN1_TYPE, (st), (i)) +# define sk_ASN1_TYPE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_TYPE, (st), (ptr)) +# define sk_ASN1_TYPE_insert(st, val, i) SKM_sk_insert(ASN1_TYPE, (st), (val), (i)) +# define sk_ASN1_TYPE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_TYPE, (st), (cmp)) +# define sk_ASN1_TYPE_dup(st) SKM_sk_dup(ASN1_TYPE, st) +# define sk_ASN1_TYPE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_TYPE, (st), (free_func)) +# define sk_ASN1_TYPE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_TYPE, (st), (copy_func), (free_func)) +# define sk_ASN1_TYPE_shift(st) SKM_sk_shift(ASN1_TYPE, (st)) +# define sk_ASN1_TYPE_pop(st) SKM_sk_pop(ASN1_TYPE, (st)) +# define sk_ASN1_TYPE_sort(st) SKM_sk_sort(ASN1_TYPE, (st)) +# define sk_ASN1_TYPE_is_sorted(st) SKM_sk_is_sorted(ASN1_TYPE, (st)) +# define sk_ASN1_UTF8STRING_new(cmp) SKM_sk_new(ASN1_UTF8STRING, (cmp)) +# define sk_ASN1_UTF8STRING_new_null() SKM_sk_new_null(ASN1_UTF8STRING) +# define sk_ASN1_UTF8STRING_free(st) SKM_sk_free(ASN1_UTF8STRING, (st)) +# define sk_ASN1_UTF8STRING_num(st) SKM_sk_num(ASN1_UTF8STRING, (st)) +# define sk_ASN1_UTF8STRING_value(st, i) SKM_sk_value(ASN1_UTF8STRING, (st), (i)) +# define sk_ASN1_UTF8STRING_set(st, i, val) SKM_sk_set(ASN1_UTF8STRING, (st), (i), (val)) +# define sk_ASN1_UTF8STRING_zero(st) SKM_sk_zero(ASN1_UTF8STRING, (st)) +# define sk_ASN1_UTF8STRING_push(st, val) SKM_sk_push(ASN1_UTF8STRING, (st), (val)) +# define sk_ASN1_UTF8STRING_unshift(st, val) SKM_sk_unshift(ASN1_UTF8STRING, (st), (val)) +# define sk_ASN1_UTF8STRING_find(st, val) SKM_sk_find(ASN1_UTF8STRING, (st), (val)) +# define sk_ASN1_UTF8STRING_find_ex(st, val) SKM_sk_find_ex(ASN1_UTF8STRING, (st), (val)) +# define sk_ASN1_UTF8STRING_delete(st, i) SKM_sk_delete(ASN1_UTF8STRING, (st), (i)) +# define sk_ASN1_UTF8STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_UTF8STRING, (st), (ptr)) +# define sk_ASN1_UTF8STRING_insert(st, val, i) SKM_sk_insert(ASN1_UTF8STRING, (st), (val), (i)) +# define sk_ASN1_UTF8STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_UTF8STRING, (st), (cmp)) +# define sk_ASN1_UTF8STRING_dup(st) SKM_sk_dup(ASN1_UTF8STRING, st) +# define sk_ASN1_UTF8STRING_pop_free(st, free_func) SKM_sk_pop_free(ASN1_UTF8STRING, (st), (free_func)) +# define sk_ASN1_UTF8STRING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_UTF8STRING, (st), (copy_func), (free_func)) +# define sk_ASN1_UTF8STRING_shift(st) SKM_sk_shift(ASN1_UTF8STRING, (st)) +# define sk_ASN1_UTF8STRING_pop(st) SKM_sk_pop(ASN1_UTF8STRING, (st)) +# define sk_ASN1_UTF8STRING_sort(st) SKM_sk_sort(ASN1_UTF8STRING, (st)) +# define sk_ASN1_UTF8STRING_is_sorted(st) SKM_sk_is_sorted(ASN1_UTF8STRING, (st)) +# define sk_ASN1_VALUE_new(cmp) SKM_sk_new(ASN1_VALUE, (cmp)) +# define sk_ASN1_VALUE_new_null() SKM_sk_new_null(ASN1_VALUE) +# define sk_ASN1_VALUE_free(st) SKM_sk_free(ASN1_VALUE, (st)) +# define sk_ASN1_VALUE_num(st) SKM_sk_num(ASN1_VALUE, (st)) +# define sk_ASN1_VALUE_value(st, i) SKM_sk_value(ASN1_VALUE, (st), (i)) +# define sk_ASN1_VALUE_set(st, i, val) SKM_sk_set(ASN1_VALUE, (st), (i), (val)) +# define sk_ASN1_VALUE_zero(st) SKM_sk_zero(ASN1_VALUE, (st)) +# define sk_ASN1_VALUE_push(st, val) SKM_sk_push(ASN1_VALUE, (st), (val)) +# define sk_ASN1_VALUE_unshift(st, val) SKM_sk_unshift(ASN1_VALUE, (st), (val)) +# define sk_ASN1_VALUE_find(st, val) SKM_sk_find(ASN1_VALUE, (st), (val)) +# define sk_ASN1_VALUE_find_ex(st, val) SKM_sk_find_ex(ASN1_VALUE, (st), (val)) +# define sk_ASN1_VALUE_delete(st, i) SKM_sk_delete(ASN1_VALUE, (st), (i)) +# define sk_ASN1_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ASN1_VALUE, (st), (ptr)) +# define sk_ASN1_VALUE_insert(st, val, i) SKM_sk_insert(ASN1_VALUE, (st), (val), (i)) +# define sk_ASN1_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ASN1_VALUE, (st), (cmp)) +# define sk_ASN1_VALUE_dup(st) SKM_sk_dup(ASN1_VALUE, st) +# define sk_ASN1_VALUE_pop_free(st, free_func) SKM_sk_pop_free(ASN1_VALUE, (st), (free_func)) +# define sk_ASN1_VALUE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ASN1_VALUE, (st), (copy_func), (free_func)) +# define sk_ASN1_VALUE_shift(st) SKM_sk_shift(ASN1_VALUE, (st)) +# define sk_ASN1_VALUE_pop(st) SKM_sk_pop(ASN1_VALUE, (st)) +# define sk_ASN1_VALUE_sort(st) SKM_sk_sort(ASN1_VALUE, (st)) +# define sk_ASN1_VALUE_is_sorted(st) SKM_sk_is_sorted(ASN1_VALUE, (st)) +# define sk_BIO_new(cmp) SKM_sk_new(BIO, (cmp)) +# define sk_BIO_new_null() SKM_sk_new_null(BIO) +# define sk_BIO_free(st) SKM_sk_free(BIO, (st)) +# define sk_BIO_num(st) SKM_sk_num(BIO, (st)) +# define sk_BIO_value(st, i) SKM_sk_value(BIO, (st), (i)) +# define sk_BIO_set(st, i, val) SKM_sk_set(BIO, (st), (i), (val)) +# define sk_BIO_zero(st) SKM_sk_zero(BIO, (st)) +# define sk_BIO_push(st, val) SKM_sk_push(BIO, (st), (val)) +# define sk_BIO_unshift(st, val) SKM_sk_unshift(BIO, (st), (val)) +# define sk_BIO_find(st, val) SKM_sk_find(BIO, (st), (val)) +# define sk_BIO_find_ex(st, val) SKM_sk_find_ex(BIO, (st), (val)) +# define sk_BIO_delete(st, i) SKM_sk_delete(BIO, (st), (i)) +# define sk_BIO_delete_ptr(st, ptr) SKM_sk_delete_ptr(BIO, (st), (ptr)) +# define sk_BIO_insert(st, val, i) SKM_sk_insert(BIO, (st), (val), (i)) +# define sk_BIO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BIO, (st), (cmp)) +# define sk_BIO_dup(st) SKM_sk_dup(BIO, st) +# define sk_BIO_pop_free(st, free_func) SKM_sk_pop_free(BIO, (st), (free_func)) +# define sk_BIO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(BIO, (st), (copy_func), (free_func)) +# define sk_BIO_shift(st) SKM_sk_shift(BIO, (st)) +# define sk_BIO_pop(st) SKM_sk_pop(BIO, (st)) +# define sk_BIO_sort(st) SKM_sk_sort(BIO, (st)) +# define sk_BIO_is_sorted(st) SKM_sk_is_sorted(BIO, (st)) +# define sk_BY_DIR_ENTRY_new(cmp) SKM_sk_new(BY_DIR_ENTRY, (cmp)) +# define sk_BY_DIR_ENTRY_new_null() SKM_sk_new_null(BY_DIR_ENTRY) +# define sk_BY_DIR_ENTRY_free(st) SKM_sk_free(BY_DIR_ENTRY, (st)) +# define sk_BY_DIR_ENTRY_num(st) SKM_sk_num(BY_DIR_ENTRY, (st)) +# define sk_BY_DIR_ENTRY_value(st, i) SKM_sk_value(BY_DIR_ENTRY, (st), (i)) +# define sk_BY_DIR_ENTRY_set(st, i, val) SKM_sk_set(BY_DIR_ENTRY, (st), (i), (val)) +# define sk_BY_DIR_ENTRY_zero(st) SKM_sk_zero(BY_DIR_ENTRY, (st)) +# define sk_BY_DIR_ENTRY_push(st, val) SKM_sk_push(BY_DIR_ENTRY, (st), (val)) +# define sk_BY_DIR_ENTRY_unshift(st, val) SKM_sk_unshift(BY_DIR_ENTRY, (st), (val)) +# define sk_BY_DIR_ENTRY_find(st, val) SKM_sk_find(BY_DIR_ENTRY, (st), (val)) +# define sk_BY_DIR_ENTRY_find_ex(st, val) SKM_sk_find_ex(BY_DIR_ENTRY, (st), (val)) +# define sk_BY_DIR_ENTRY_delete(st, i) SKM_sk_delete(BY_DIR_ENTRY, (st), (i)) +# define sk_BY_DIR_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_ENTRY, (st), (ptr)) +# define sk_BY_DIR_ENTRY_insert(st, val, i) SKM_sk_insert(BY_DIR_ENTRY, (st), (val), (i)) +# define sk_BY_DIR_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_ENTRY, (st), (cmp)) +# define sk_BY_DIR_ENTRY_dup(st) SKM_sk_dup(BY_DIR_ENTRY, st) +# define sk_BY_DIR_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_ENTRY, (st), (free_func)) +# define sk_BY_DIR_ENTRY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(BY_DIR_ENTRY, (st), (copy_func), (free_func)) +# define sk_BY_DIR_ENTRY_shift(st) SKM_sk_shift(BY_DIR_ENTRY, (st)) +# define sk_BY_DIR_ENTRY_pop(st) SKM_sk_pop(BY_DIR_ENTRY, (st)) +# define sk_BY_DIR_ENTRY_sort(st) SKM_sk_sort(BY_DIR_ENTRY, (st)) +# define sk_BY_DIR_ENTRY_is_sorted(st) SKM_sk_is_sorted(BY_DIR_ENTRY, (st)) +# define sk_BY_DIR_HASH_new(cmp) SKM_sk_new(BY_DIR_HASH, (cmp)) +# define sk_BY_DIR_HASH_new_null() SKM_sk_new_null(BY_DIR_HASH) +# define sk_BY_DIR_HASH_free(st) SKM_sk_free(BY_DIR_HASH, (st)) +# define sk_BY_DIR_HASH_num(st) SKM_sk_num(BY_DIR_HASH, (st)) +# define sk_BY_DIR_HASH_value(st, i) SKM_sk_value(BY_DIR_HASH, (st), (i)) +# define sk_BY_DIR_HASH_set(st, i, val) SKM_sk_set(BY_DIR_HASH, (st), (i), (val)) +# define sk_BY_DIR_HASH_zero(st) SKM_sk_zero(BY_DIR_HASH, (st)) +# define sk_BY_DIR_HASH_push(st, val) SKM_sk_push(BY_DIR_HASH, (st), (val)) +# define sk_BY_DIR_HASH_unshift(st, val) SKM_sk_unshift(BY_DIR_HASH, (st), (val)) +# define sk_BY_DIR_HASH_find(st, val) SKM_sk_find(BY_DIR_HASH, (st), (val)) +# define sk_BY_DIR_HASH_find_ex(st, val) SKM_sk_find_ex(BY_DIR_HASH, (st), (val)) +# define sk_BY_DIR_HASH_delete(st, i) SKM_sk_delete(BY_DIR_HASH, (st), (i)) +# define sk_BY_DIR_HASH_delete_ptr(st, ptr) SKM_sk_delete_ptr(BY_DIR_HASH, (st), (ptr)) +# define sk_BY_DIR_HASH_insert(st, val, i) SKM_sk_insert(BY_DIR_HASH, (st), (val), (i)) +# define sk_BY_DIR_HASH_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(BY_DIR_HASH, (st), (cmp)) +# define sk_BY_DIR_HASH_dup(st) SKM_sk_dup(BY_DIR_HASH, st) +# define sk_BY_DIR_HASH_pop_free(st, free_func) SKM_sk_pop_free(BY_DIR_HASH, (st), (free_func)) +# define sk_BY_DIR_HASH_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(BY_DIR_HASH, (st), (copy_func), (free_func)) +# define sk_BY_DIR_HASH_shift(st) SKM_sk_shift(BY_DIR_HASH, (st)) +# define sk_BY_DIR_HASH_pop(st) SKM_sk_pop(BY_DIR_HASH, (st)) +# define sk_BY_DIR_HASH_sort(st) SKM_sk_sort(BY_DIR_HASH, (st)) +# define sk_BY_DIR_HASH_is_sorted(st) SKM_sk_is_sorted(BY_DIR_HASH, (st)) +# define sk_CMS_CertificateChoices_new(cmp) SKM_sk_new(CMS_CertificateChoices, (cmp)) +# define sk_CMS_CertificateChoices_new_null() SKM_sk_new_null(CMS_CertificateChoices) +# define sk_CMS_CertificateChoices_free(st) SKM_sk_free(CMS_CertificateChoices, (st)) +# define sk_CMS_CertificateChoices_num(st) SKM_sk_num(CMS_CertificateChoices, (st)) +# define sk_CMS_CertificateChoices_value(st, i) SKM_sk_value(CMS_CertificateChoices, (st), (i)) +# define sk_CMS_CertificateChoices_set(st, i, val) SKM_sk_set(CMS_CertificateChoices, (st), (i), (val)) +# define sk_CMS_CertificateChoices_zero(st) SKM_sk_zero(CMS_CertificateChoices, (st)) +# define sk_CMS_CertificateChoices_push(st, val) SKM_sk_push(CMS_CertificateChoices, (st), (val)) +# define sk_CMS_CertificateChoices_unshift(st, val) SKM_sk_unshift(CMS_CertificateChoices, (st), (val)) +# define sk_CMS_CertificateChoices_find(st, val) SKM_sk_find(CMS_CertificateChoices, (st), (val)) +# define sk_CMS_CertificateChoices_find_ex(st, val) SKM_sk_find_ex(CMS_CertificateChoices, (st), (val)) +# define sk_CMS_CertificateChoices_delete(st, i) SKM_sk_delete(CMS_CertificateChoices, (st), (i)) +# define sk_CMS_CertificateChoices_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_CertificateChoices, (st), (ptr)) +# define sk_CMS_CertificateChoices_insert(st, val, i) SKM_sk_insert(CMS_CertificateChoices, (st), (val), (i)) +# define sk_CMS_CertificateChoices_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_CertificateChoices, (st), (cmp)) +# define sk_CMS_CertificateChoices_dup(st) SKM_sk_dup(CMS_CertificateChoices, st) +# define sk_CMS_CertificateChoices_pop_free(st, free_func) SKM_sk_pop_free(CMS_CertificateChoices, (st), (free_func)) +# define sk_CMS_CertificateChoices_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_CertificateChoices, (st), (copy_func), (free_func)) +# define sk_CMS_CertificateChoices_shift(st) SKM_sk_shift(CMS_CertificateChoices, (st)) +# define sk_CMS_CertificateChoices_pop(st) SKM_sk_pop(CMS_CertificateChoices, (st)) +# define sk_CMS_CertificateChoices_sort(st) SKM_sk_sort(CMS_CertificateChoices, (st)) +# define sk_CMS_CertificateChoices_is_sorted(st) SKM_sk_is_sorted(CMS_CertificateChoices, (st)) +# define sk_CMS_RecipientEncryptedKey_new(cmp) SKM_sk_new(CMS_RecipientEncryptedKey, (cmp)) +# define sk_CMS_RecipientEncryptedKey_new_null() SKM_sk_new_null(CMS_RecipientEncryptedKey) +# define sk_CMS_RecipientEncryptedKey_free(st) SKM_sk_free(CMS_RecipientEncryptedKey, (st)) +# define sk_CMS_RecipientEncryptedKey_num(st) SKM_sk_num(CMS_RecipientEncryptedKey, (st)) +# define sk_CMS_RecipientEncryptedKey_value(st, i) SKM_sk_value(CMS_RecipientEncryptedKey, (st), (i)) +# define sk_CMS_RecipientEncryptedKey_set(st, i, val) SKM_sk_set(CMS_RecipientEncryptedKey, (st), (i), (val)) +# define sk_CMS_RecipientEncryptedKey_zero(st) SKM_sk_zero(CMS_RecipientEncryptedKey, (st)) +# define sk_CMS_RecipientEncryptedKey_push(st, val) SKM_sk_push(CMS_RecipientEncryptedKey, (st), (val)) +# define sk_CMS_RecipientEncryptedKey_unshift(st, val) SKM_sk_unshift(CMS_RecipientEncryptedKey, (st), (val)) +# define sk_CMS_RecipientEncryptedKey_find(st, val) SKM_sk_find(CMS_RecipientEncryptedKey, (st), (val)) +# define sk_CMS_RecipientEncryptedKey_find_ex(st, val) SKM_sk_find_ex(CMS_RecipientEncryptedKey, (st), (val)) +# define sk_CMS_RecipientEncryptedKey_delete(st, i) SKM_sk_delete(CMS_RecipientEncryptedKey, (st), (i)) +# define sk_CMS_RecipientEncryptedKey_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RecipientEncryptedKey, (st), (ptr)) +# define sk_CMS_RecipientEncryptedKey_insert(st, val, i) SKM_sk_insert(CMS_RecipientEncryptedKey, (st), (val), (i)) +# define sk_CMS_RecipientEncryptedKey_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RecipientEncryptedKey, (st), (cmp)) +# define sk_CMS_RecipientEncryptedKey_dup(st) SKM_sk_dup(CMS_RecipientEncryptedKey, st) +# define sk_CMS_RecipientEncryptedKey_pop_free(st, free_func) SKM_sk_pop_free(CMS_RecipientEncryptedKey, (st), (free_func)) +# define sk_CMS_RecipientEncryptedKey_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_RecipientEncryptedKey, (st), (copy_func), (free_func)) +# define sk_CMS_RecipientEncryptedKey_shift(st) SKM_sk_shift(CMS_RecipientEncryptedKey, (st)) +# define sk_CMS_RecipientEncryptedKey_pop(st) SKM_sk_pop(CMS_RecipientEncryptedKey, (st)) +# define sk_CMS_RecipientEncryptedKey_sort(st) SKM_sk_sort(CMS_RecipientEncryptedKey, (st)) +# define sk_CMS_RecipientEncryptedKey_is_sorted(st) SKM_sk_is_sorted(CMS_RecipientEncryptedKey, (st)) +# define sk_CMS_RecipientInfo_new(cmp) SKM_sk_new(CMS_RecipientInfo, (cmp)) +# define sk_CMS_RecipientInfo_new_null() SKM_sk_new_null(CMS_RecipientInfo) +# define sk_CMS_RecipientInfo_free(st) SKM_sk_free(CMS_RecipientInfo, (st)) +# define sk_CMS_RecipientInfo_num(st) SKM_sk_num(CMS_RecipientInfo, (st)) +# define sk_CMS_RecipientInfo_value(st, i) SKM_sk_value(CMS_RecipientInfo, (st), (i)) +# define sk_CMS_RecipientInfo_set(st, i, val) SKM_sk_set(CMS_RecipientInfo, (st), (i), (val)) +# define sk_CMS_RecipientInfo_zero(st) SKM_sk_zero(CMS_RecipientInfo, (st)) +# define sk_CMS_RecipientInfo_push(st, val) SKM_sk_push(CMS_RecipientInfo, (st), (val)) +# define sk_CMS_RecipientInfo_unshift(st, val) SKM_sk_unshift(CMS_RecipientInfo, (st), (val)) +# define sk_CMS_RecipientInfo_find(st, val) SKM_sk_find(CMS_RecipientInfo, (st), (val)) +# define sk_CMS_RecipientInfo_find_ex(st, val) SKM_sk_find_ex(CMS_RecipientInfo, (st), (val)) +# define sk_CMS_RecipientInfo_delete(st, i) SKM_sk_delete(CMS_RecipientInfo, (st), (i)) +# define sk_CMS_RecipientInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RecipientInfo, (st), (ptr)) +# define sk_CMS_RecipientInfo_insert(st, val, i) SKM_sk_insert(CMS_RecipientInfo, (st), (val), (i)) +# define sk_CMS_RecipientInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RecipientInfo, (st), (cmp)) +# define sk_CMS_RecipientInfo_dup(st) SKM_sk_dup(CMS_RecipientInfo, st) +# define sk_CMS_RecipientInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_RecipientInfo, (st), (free_func)) +# define sk_CMS_RecipientInfo_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_RecipientInfo, (st), (copy_func), (free_func)) +# define sk_CMS_RecipientInfo_shift(st) SKM_sk_shift(CMS_RecipientInfo, (st)) +# define sk_CMS_RecipientInfo_pop(st) SKM_sk_pop(CMS_RecipientInfo, (st)) +# define sk_CMS_RecipientInfo_sort(st) SKM_sk_sort(CMS_RecipientInfo, (st)) +# define sk_CMS_RecipientInfo_is_sorted(st) SKM_sk_is_sorted(CMS_RecipientInfo, (st)) +# define sk_CMS_RevocationInfoChoice_new(cmp) SKM_sk_new(CMS_RevocationInfoChoice, (cmp)) +# define sk_CMS_RevocationInfoChoice_new_null() SKM_sk_new_null(CMS_RevocationInfoChoice) +# define sk_CMS_RevocationInfoChoice_free(st) SKM_sk_free(CMS_RevocationInfoChoice, (st)) +# define sk_CMS_RevocationInfoChoice_num(st) SKM_sk_num(CMS_RevocationInfoChoice, (st)) +# define sk_CMS_RevocationInfoChoice_value(st, i) SKM_sk_value(CMS_RevocationInfoChoice, (st), (i)) +# define sk_CMS_RevocationInfoChoice_set(st, i, val) SKM_sk_set(CMS_RevocationInfoChoice, (st), (i), (val)) +# define sk_CMS_RevocationInfoChoice_zero(st) SKM_sk_zero(CMS_RevocationInfoChoice, (st)) +# define sk_CMS_RevocationInfoChoice_push(st, val) SKM_sk_push(CMS_RevocationInfoChoice, (st), (val)) +# define sk_CMS_RevocationInfoChoice_unshift(st, val) SKM_sk_unshift(CMS_RevocationInfoChoice, (st), (val)) +# define sk_CMS_RevocationInfoChoice_find(st, val) SKM_sk_find(CMS_RevocationInfoChoice, (st), (val)) +# define sk_CMS_RevocationInfoChoice_find_ex(st, val) SKM_sk_find_ex(CMS_RevocationInfoChoice, (st), (val)) +# define sk_CMS_RevocationInfoChoice_delete(st, i) SKM_sk_delete(CMS_RevocationInfoChoice, (st), (i)) +# define sk_CMS_RevocationInfoChoice_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_RevocationInfoChoice, (st), (ptr)) +# define sk_CMS_RevocationInfoChoice_insert(st, val, i) SKM_sk_insert(CMS_RevocationInfoChoice, (st), (val), (i)) +# define sk_CMS_RevocationInfoChoice_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_RevocationInfoChoice, (st), (cmp)) +# define sk_CMS_RevocationInfoChoice_dup(st) SKM_sk_dup(CMS_RevocationInfoChoice, st) +# define sk_CMS_RevocationInfoChoice_pop_free(st, free_func) SKM_sk_pop_free(CMS_RevocationInfoChoice, (st), (free_func)) +# define sk_CMS_RevocationInfoChoice_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_RevocationInfoChoice, (st), (copy_func), (free_func)) +# define sk_CMS_RevocationInfoChoice_shift(st) SKM_sk_shift(CMS_RevocationInfoChoice, (st)) +# define sk_CMS_RevocationInfoChoice_pop(st) SKM_sk_pop(CMS_RevocationInfoChoice, (st)) +# define sk_CMS_RevocationInfoChoice_sort(st) SKM_sk_sort(CMS_RevocationInfoChoice, (st)) +# define sk_CMS_RevocationInfoChoice_is_sorted(st) SKM_sk_is_sorted(CMS_RevocationInfoChoice, (st)) +# define sk_CMS_SignerInfo_new(cmp) SKM_sk_new(CMS_SignerInfo, (cmp)) +# define sk_CMS_SignerInfo_new_null() SKM_sk_new_null(CMS_SignerInfo) +# define sk_CMS_SignerInfo_free(st) SKM_sk_free(CMS_SignerInfo, (st)) +# define sk_CMS_SignerInfo_num(st) SKM_sk_num(CMS_SignerInfo, (st)) +# define sk_CMS_SignerInfo_value(st, i) SKM_sk_value(CMS_SignerInfo, (st), (i)) +# define sk_CMS_SignerInfo_set(st, i, val) SKM_sk_set(CMS_SignerInfo, (st), (i), (val)) +# define sk_CMS_SignerInfo_zero(st) SKM_sk_zero(CMS_SignerInfo, (st)) +# define sk_CMS_SignerInfo_push(st, val) SKM_sk_push(CMS_SignerInfo, (st), (val)) +# define sk_CMS_SignerInfo_unshift(st, val) SKM_sk_unshift(CMS_SignerInfo, (st), (val)) +# define sk_CMS_SignerInfo_find(st, val) SKM_sk_find(CMS_SignerInfo, (st), (val)) +# define sk_CMS_SignerInfo_find_ex(st, val) SKM_sk_find_ex(CMS_SignerInfo, (st), (val)) +# define sk_CMS_SignerInfo_delete(st, i) SKM_sk_delete(CMS_SignerInfo, (st), (i)) +# define sk_CMS_SignerInfo_delete_ptr(st, ptr) SKM_sk_delete_ptr(CMS_SignerInfo, (st), (ptr)) +# define sk_CMS_SignerInfo_insert(st, val, i) SKM_sk_insert(CMS_SignerInfo, (st), (val), (i)) +# define sk_CMS_SignerInfo_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CMS_SignerInfo, (st), (cmp)) +# define sk_CMS_SignerInfo_dup(st) SKM_sk_dup(CMS_SignerInfo, st) +# define sk_CMS_SignerInfo_pop_free(st, free_func) SKM_sk_pop_free(CMS_SignerInfo, (st), (free_func)) +# define sk_CMS_SignerInfo_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CMS_SignerInfo, (st), (copy_func), (free_func)) +# define sk_CMS_SignerInfo_shift(st) SKM_sk_shift(CMS_SignerInfo, (st)) +# define sk_CMS_SignerInfo_pop(st) SKM_sk_pop(CMS_SignerInfo, (st)) +# define sk_CMS_SignerInfo_sort(st) SKM_sk_sort(CMS_SignerInfo, (st)) +# define sk_CMS_SignerInfo_is_sorted(st) SKM_sk_is_sorted(CMS_SignerInfo, (st)) +# define sk_CONF_IMODULE_new(cmp) SKM_sk_new(CONF_IMODULE, (cmp)) +# define sk_CONF_IMODULE_new_null() SKM_sk_new_null(CONF_IMODULE) +# define sk_CONF_IMODULE_free(st) SKM_sk_free(CONF_IMODULE, (st)) +# define sk_CONF_IMODULE_num(st) SKM_sk_num(CONF_IMODULE, (st)) +# define sk_CONF_IMODULE_value(st, i) SKM_sk_value(CONF_IMODULE, (st), (i)) +# define sk_CONF_IMODULE_set(st, i, val) SKM_sk_set(CONF_IMODULE, (st), (i), (val)) +# define sk_CONF_IMODULE_zero(st) SKM_sk_zero(CONF_IMODULE, (st)) +# define sk_CONF_IMODULE_push(st, val) SKM_sk_push(CONF_IMODULE, (st), (val)) +# define sk_CONF_IMODULE_unshift(st, val) SKM_sk_unshift(CONF_IMODULE, (st), (val)) +# define sk_CONF_IMODULE_find(st, val) SKM_sk_find(CONF_IMODULE, (st), (val)) +# define sk_CONF_IMODULE_find_ex(st, val) SKM_sk_find_ex(CONF_IMODULE, (st), (val)) +# define sk_CONF_IMODULE_delete(st, i) SKM_sk_delete(CONF_IMODULE, (st), (i)) +# define sk_CONF_IMODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_IMODULE, (st), (ptr)) +# define sk_CONF_IMODULE_insert(st, val, i) SKM_sk_insert(CONF_IMODULE, (st), (val), (i)) +# define sk_CONF_IMODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_IMODULE, (st), (cmp)) +# define sk_CONF_IMODULE_dup(st) SKM_sk_dup(CONF_IMODULE, st) +# define sk_CONF_IMODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_IMODULE, (st), (free_func)) +# define sk_CONF_IMODULE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CONF_IMODULE, (st), (copy_func), (free_func)) +# define sk_CONF_IMODULE_shift(st) SKM_sk_shift(CONF_IMODULE, (st)) +# define sk_CONF_IMODULE_pop(st) SKM_sk_pop(CONF_IMODULE, (st)) +# define sk_CONF_IMODULE_sort(st) SKM_sk_sort(CONF_IMODULE, (st)) +# define sk_CONF_IMODULE_is_sorted(st) SKM_sk_is_sorted(CONF_IMODULE, (st)) +# define sk_CONF_MODULE_new(cmp) SKM_sk_new(CONF_MODULE, (cmp)) +# define sk_CONF_MODULE_new_null() SKM_sk_new_null(CONF_MODULE) +# define sk_CONF_MODULE_free(st) SKM_sk_free(CONF_MODULE, (st)) +# define sk_CONF_MODULE_num(st) SKM_sk_num(CONF_MODULE, (st)) +# define sk_CONF_MODULE_value(st, i) SKM_sk_value(CONF_MODULE, (st), (i)) +# define sk_CONF_MODULE_set(st, i, val) SKM_sk_set(CONF_MODULE, (st), (i), (val)) +# define sk_CONF_MODULE_zero(st) SKM_sk_zero(CONF_MODULE, (st)) +# define sk_CONF_MODULE_push(st, val) SKM_sk_push(CONF_MODULE, (st), (val)) +# define sk_CONF_MODULE_unshift(st, val) SKM_sk_unshift(CONF_MODULE, (st), (val)) +# define sk_CONF_MODULE_find(st, val) SKM_sk_find(CONF_MODULE, (st), (val)) +# define sk_CONF_MODULE_find_ex(st, val) SKM_sk_find_ex(CONF_MODULE, (st), (val)) +# define sk_CONF_MODULE_delete(st, i) SKM_sk_delete(CONF_MODULE, (st), (i)) +# define sk_CONF_MODULE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_MODULE, (st), (ptr)) +# define sk_CONF_MODULE_insert(st, val, i) SKM_sk_insert(CONF_MODULE, (st), (val), (i)) +# define sk_CONF_MODULE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_MODULE, (st), (cmp)) +# define sk_CONF_MODULE_dup(st) SKM_sk_dup(CONF_MODULE, st) +# define sk_CONF_MODULE_pop_free(st, free_func) SKM_sk_pop_free(CONF_MODULE, (st), (free_func)) +# define sk_CONF_MODULE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CONF_MODULE, (st), (copy_func), (free_func)) +# define sk_CONF_MODULE_shift(st) SKM_sk_shift(CONF_MODULE, (st)) +# define sk_CONF_MODULE_pop(st) SKM_sk_pop(CONF_MODULE, (st)) +# define sk_CONF_MODULE_sort(st) SKM_sk_sort(CONF_MODULE, (st)) +# define sk_CONF_MODULE_is_sorted(st) SKM_sk_is_sorted(CONF_MODULE, (st)) +# define sk_CONF_VALUE_new(cmp) SKM_sk_new(CONF_VALUE, (cmp)) +# define sk_CONF_VALUE_new_null() SKM_sk_new_null(CONF_VALUE) +# define sk_CONF_VALUE_free(st) SKM_sk_free(CONF_VALUE, (st)) +# define sk_CONF_VALUE_num(st) SKM_sk_num(CONF_VALUE, (st)) +# define sk_CONF_VALUE_value(st, i) SKM_sk_value(CONF_VALUE, (st), (i)) +# define sk_CONF_VALUE_set(st, i, val) SKM_sk_set(CONF_VALUE, (st), (i), (val)) +# define sk_CONF_VALUE_zero(st) SKM_sk_zero(CONF_VALUE, (st)) +# define sk_CONF_VALUE_push(st, val) SKM_sk_push(CONF_VALUE, (st), (val)) +# define sk_CONF_VALUE_unshift(st, val) SKM_sk_unshift(CONF_VALUE, (st), (val)) +# define sk_CONF_VALUE_find(st, val) SKM_sk_find(CONF_VALUE, (st), (val)) +# define sk_CONF_VALUE_find_ex(st, val) SKM_sk_find_ex(CONF_VALUE, (st), (val)) +# define sk_CONF_VALUE_delete(st, i) SKM_sk_delete(CONF_VALUE, (st), (i)) +# define sk_CONF_VALUE_delete_ptr(st, ptr) SKM_sk_delete_ptr(CONF_VALUE, (st), (ptr)) +# define sk_CONF_VALUE_insert(st, val, i) SKM_sk_insert(CONF_VALUE, (st), (val), (i)) +# define sk_CONF_VALUE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CONF_VALUE, (st), (cmp)) +# define sk_CONF_VALUE_dup(st) SKM_sk_dup(CONF_VALUE, st) +# define sk_CONF_VALUE_pop_free(st, free_func) SKM_sk_pop_free(CONF_VALUE, (st), (free_func)) +# define sk_CONF_VALUE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CONF_VALUE, (st), (copy_func), (free_func)) +# define sk_CONF_VALUE_shift(st) SKM_sk_shift(CONF_VALUE, (st)) +# define sk_CONF_VALUE_pop(st) SKM_sk_pop(CONF_VALUE, (st)) +# define sk_CONF_VALUE_sort(st) SKM_sk_sort(CONF_VALUE, (st)) +# define sk_CONF_VALUE_is_sorted(st) SKM_sk_is_sorted(CONF_VALUE, (st)) +# define sk_CRYPTO_EX_DATA_FUNCS_new(cmp) SKM_sk_new(CRYPTO_EX_DATA_FUNCS, (cmp)) +# define sk_CRYPTO_EX_DATA_FUNCS_new_null() SKM_sk_new_null(CRYPTO_EX_DATA_FUNCS) +# define sk_CRYPTO_EX_DATA_FUNCS_free(st) SKM_sk_free(CRYPTO_EX_DATA_FUNCS, (st)) +# define sk_CRYPTO_EX_DATA_FUNCS_num(st) SKM_sk_num(CRYPTO_EX_DATA_FUNCS, (st)) +# define sk_CRYPTO_EX_DATA_FUNCS_value(st, i) SKM_sk_value(CRYPTO_EX_DATA_FUNCS, (st), (i)) +# define sk_CRYPTO_EX_DATA_FUNCS_set(st, i, val) SKM_sk_set(CRYPTO_EX_DATA_FUNCS, (st), (i), (val)) +# define sk_CRYPTO_EX_DATA_FUNCS_zero(st) SKM_sk_zero(CRYPTO_EX_DATA_FUNCS, (st)) +# define sk_CRYPTO_EX_DATA_FUNCS_push(st, val) SKM_sk_push(CRYPTO_EX_DATA_FUNCS, (st), (val)) +# define sk_CRYPTO_EX_DATA_FUNCS_unshift(st, val) SKM_sk_unshift(CRYPTO_EX_DATA_FUNCS, (st), (val)) +# define sk_CRYPTO_EX_DATA_FUNCS_find(st, val) SKM_sk_find(CRYPTO_EX_DATA_FUNCS, (st), (val)) +# define sk_CRYPTO_EX_DATA_FUNCS_find_ex(st, val) SKM_sk_find_ex(CRYPTO_EX_DATA_FUNCS, (st), (val)) +# define sk_CRYPTO_EX_DATA_FUNCS_delete(st, i) SKM_sk_delete(CRYPTO_EX_DATA_FUNCS, (st), (i)) +# define sk_CRYPTO_EX_DATA_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_EX_DATA_FUNCS, (st), (ptr)) +# define sk_CRYPTO_EX_DATA_FUNCS_insert(st, val, i) SKM_sk_insert(CRYPTO_EX_DATA_FUNCS, (st), (val), (i)) +# define sk_CRYPTO_EX_DATA_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_EX_DATA_FUNCS, (st), (cmp)) +# define sk_CRYPTO_EX_DATA_FUNCS_dup(st) SKM_sk_dup(CRYPTO_EX_DATA_FUNCS, st) +# define sk_CRYPTO_EX_DATA_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_EX_DATA_FUNCS, (st), (free_func)) +# define sk_CRYPTO_EX_DATA_FUNCS_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CRYPTO_EX_DATA_FUNCS, (st), (copy_func), (free_func)) +# define sk_CRYPTO_EX_DATA_FUNCS_shift(st) SKM_sk_shift(CRYPTO_EX_DATA_FUNCS, (st)) +# define sk_CRYPTO_EX_DATA_FUNCS_pop(st) SKM_sk_pop(CRYPTO_EX_DATA_FUNCS, (st)) +# define sk_CRYPTO_EX_DATA_FUNCS_sort(st) SKM_sk_sort(CRYPTO_EX_DATA_FUNCS, (st)) +# define sk_CRYPTO_EX_DATA_FUNCS_is_sorted(st) SKM_sk_is_sorted(CRYPTO_EX_DATA_FUNCS, (st)) +# define sk_CRYPTO_dynlock_new(cmp) SKM_sk_new(CRYPTO_dynlock, (cmp)) +# define sk_CRYPTO_dynlock_new_null() SKM_sk_new_null(CRYPTO_dynlock) +# define sk_CRYPTO_dynlock_free(st) SKM_sk_free(CRYPTO_dynlock, (st)) +# define sk_CRYPTO_dynlock_num(st) SKM_sk_num(CRYPTO_dynlock, (st)) +# define sk_CRYPTO_dynlock_value(st, i) SKM_sk_value(CRYPTO_dynlock, (st), (i)) +# define sk_CRYPTO_dynlock_set(st, i, val) SKM_sk_set(CRYPTO_dynlock, (st), (i), (val)) +# define sk_CRYPTO_dynlock_zero(st) SKM_sk_zero(CRYPTO_dynlock, (st)) +# define sk_CRYPTO_dynlock_push(st, val) SKM_sk_push(CRYPTO_dynlock, (st), (val)) +# define sk_CRYPTO_dynlock_unshift(st, val) SKM_sk_unshift(CRYPTO_dynlock, (st), (val)) +# define sk_CRYPTO_dynlock_find(st, val) SKM_sk_find(CRYPTO_dynlock, (st), (val)) +# define sk_CRYPTO_dynlock_find_ex(st, val) SKM_sk_find_ex(CRYPTO_dynlock, (st), (val)) +# define sk_CRYPTO_dynlock_delete(st, i) SKM_sk_delete(CRYPTO_dynlock, (st), (i)) +# define sk_CRYPTO_dynlock_delete_ptr(st, ptr) SKM_sk_delete_ptr(CRYPTO_dynlock, (st), (ptr)) +# define sk_CRYPTO_dynlock_insert(st, val, i) SKM_sk_insert(CRYPTO_dynlock, (st), (val), (i)) +# define sk_CRYPTO_dynlock_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(CRYPTO_dynlock, (st), (cmp)) +# define sk_CRYPTO_dynlock_dup(st) SKM_sk_dup(CRYPTO_dynlock, st) +# define sk_CRYPTO_dynlock_pop_free(st, free_func) SKM_sk_pop_free(CRYPTO_dynlock, (st), (free_func)) +# define sk_CRYPTO_dynlock_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(CRYPTO_dynlock, (st), (copy_func), (free_func)) +# define sk_CRYPTO_dynlock_shift(st) SKM_sk_shift(CRYPTO_dynlock, (st)) +# define sk_CRYPTO_dynlock_pop(st) SKM_sk_pop(CRYPTO_dynlock, (st)) +# define sk_CRYPTO_dynlock_sort(st) SKM_sk_sort(CRYPTO_dynlock, (st)) +# define sk_CRYPTO_dynlock_is_sorted(st) SKM_sk_is_sorted(CRYPTO_dynlock, (st)) +# define sk_DIST_POINT_new(cmp) SKM_sk_new(DIST_POINT, (cmp)) +# define sk_DIST_POINT_new_null() SKM_sk_new_null(DIST_POINT) +# define sk_DIST_POINT_free(st) SKM_sk_free(DIST_POINT, (st)) +# define sk_DIST_POINT_num(st) SKM_sk_num(DIST_POINT, (st)) +# define sk_DIST_POINT_value(st, i) SKM_sk_value(DIST_POINT, (st), (i)) +# define sk_DIST_POINT_set(st, i, val) SKM_sk_set(DIST_POINT, (st), (i), (val)) +# define sk_DIST_POINT_zero(st) SKM_sk_zero(DIST_POINT, (st)) +# define sk_DIST_POINT_push(st, val) SKM_sk_push(DIST_POINT, (st), (val)) +# define sk_DIST_POINT_unshift(st, val) SKM_sk_unshift(DIST_POINT, (st), (val)) +# define sk_DIST_POINT_find(st, val) SKM_sk_find(DIST_POINT, (st), (val)) +# define sk_DIST_POINT_find_ex(st, val) SKM_sk_find_ex(DIST_POINT, (st), (val)) +# define sk_DIST_POINT_delete(st, i) SKM_sk_delete(DIST_POINT, (st), (i)) +# define sk_DIST_POINT_delete_ptr(st, ptr) SKM_sk_delete_ptr(DIST_POINT, (st), (ptr)) +# define sk_DIST_POINT_insert(st, val, i) SKM_sk_insert(DIST_POINT, (st), (val), (i)) +# define sk_DIST_POINT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(DIST_POINT, (st), (cmp)) +# define sk_DIST_POINT_dup(st) SKM_sk_dup(DIST_POINT, st) +# define sk_DIST_POINT_pop_free(st, free_func) SKM_sk_pop_free(DIST_POINT, (st), (free_func)) +# define sk_DIST_POINT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(DIST_POINT, (st), (copy_func), (free_func)) +# define sk_DIST_POINT_shift(st) SKM_sk_shift(DIST_POINT, (st)) +# define sk_DIST_POINT_pop(st) SKM_sk_pop(DIST_POINT, (st)) +# define sk_DIST_POINT_sort(st) SKM_sk_sort(DIST_POINT, (st)) +# define sk_DIST_POINT_is_sorted(st) SKM_sk_is_sorted(DIST_POINT, (st)) +# define sk_ENGINE_new(cmp) SKM_sk_new(ENGINE, (cmp)) +# define sk_ENGINE_new_null() SKM_sk_new_null(ENGINE) +# define sk_ENGINE_free(st) SKM_sk_free(ENGINE, (st)) +# define sk_ENGINE_num(st) SKM_sk_num(ENGINE, (st)) +# define sk_ENGINE_value(st, i) SKM_sk_value(ENGINE, (st), (i)) +# define sk_ENGINE_set(st, i, val) SKM_sk_set(ENGINE, (st), (i), (val)) +# define sk_ENGINE_zero(st) SKM_sk_zero(ENGINE, (st)) +# define sk_ENGINE_push(st, val) SKM_sk_push(ENGINE, (st), (val)) +# define sk_ENGINE_unshift(st, val) SKM_sk_unshift(ENGINE, (st), (val)) +# define sk_ENGINE_find(st, val) SKM_sk_find(ENGINE, (st), (val)) +# define sk_ENGINE_find_ex(st, val) SKM_sk_find_ex(ENGINE, (st), (val)) +# define sk_ENGINE_delete(st, i) SKM_sk_delete(ENGINE, (st), (i)) +# define sk_ENGINE_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE, (st), (ptr)) +# define sk_ENGINE_insert(st, val, i) SKM_sk_insert(ENGINE, (st), (val), (i)) +# define sk_ENGINE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE, (st), (cmp)) +# define sk_ENGINE_dup(st) SKM_sk_dup(ENGINE, st) +# define sk_ENGINE_pop_free(st, free_func) SKM_sk_pop_free(ENGINE, (st), (free_func)) +# define sk_ENGINE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ENGINE, (st), (copy_func), (free_func)) +# define sk_ENGINE_shift(st) SKM_sk_shift(ENGINE, (st)) +# define sk_ENGINE_pop(st) SKM_sk_pop(ENGINE, (st)) +# define sk_ENGINE_sort(st) SKM_sk_sort(ENGINE, (st)) +# define sk_ENGINE_is_sorted(st) SKM_sk_is_sorted(ENGINE, (st)) +# define sk_ENGINE_CLEANUP_ITEM_new(cmp) SKM_sk_new(ENGINE_CLEANUP_ITEM, (cmp)) +# define sk_ENGINE_CLEANUP_ITEM_new_null() SKM_sk_new_null(ENGINE_CLEANUP_ITEM) +# define sk_ENGINE_CLEANUP_ITEM_free(st) SKM_sk_free(ENGINE_CLEANUP_ITEM, (st)) +# define sk_ENGINE_CLEANUP_ITEM_num(st) SKM_sk_num(ENGINE_CLEANUP_ITEM, (st)) +# define sk_ENGINE_CLEANUP_ITEM_value(st, i) SKM_sk_value(ENGINE_CLEANUP_ITEM, (st), (i)) +# define sk_ENGINE_CLEANUP_ITEM_set(st, i, val) SKM_sk_set(ENGINE_CLEANUP_ITEM, (st), (i), (val)) +# define sk_ENGINE_CLEANUP_ITEM_zero(st) SKM_sk_zero(ENGINE_CLEANUP_ITEM, (st)) +# define sk_ENGINE_CLEANUP_ITEM_push(st, val) SKM_sk_push(ENGINE_CLEANUP_ITEM, (st), (val)) +# define sk_ENGINE_CLEANUP_ITEM_unshift(st, val) SKM_sk_unshift(ENGINE_CLEANUP_ITEM, (st), (val)) +# define sk_ENGINE_CLEANUP_ITEM_find(st, val) SKM_sk_find(ENGINE_CLEANUP_ITEM, (st), (val)) +# define sk_ENGINE_CLEANUP_ITEM_find_ex(st, val) SKM_sk_find_ex(ENGINE_CLEANUP_ITEM, (st), (val)) +# define sk_ENGINE_CLEANUP_ITEM_delete(st, i) SKM_sk_delete(ENGINE_CLEANUP_ITEM, (st), (i)) +# define sk_ENGINE_CLEANUP_ITEM_delete_ptr(st, ptr) SKM_sk_delete_ptr(ENGINE_CLEANUP_ITEM, (st), (ptr)) +# define sk_ENGINE_CLEANUP_ITEM_insert(st, val, i) SKM_sk_insert(ENGINE_CLEANUP_ITEM, (st), (val), (i)) +# define sk_ENGINE_CLEANUP_ITEM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ENGINE_CLEANUP_ITEM, (st), (cmp)) +# define sk_ENGINE_CLEANUP_ITEM_dup(st) SKM_sk_dup(ENGINE_CLEANUP_ITEM, st) +# define sk_ENGINE_CLEANUP_ITEM_pop_free(st, free_func) SKM_sk_pop_free(ENGINE_CLEANUP_ITEM, (st), (free_func)) +# define sk_ENGINE_CLEANUP_ITEM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ENGINE_CLEANUP_ITEM, (st), (copy_func), (free_func)) +# define sk_ENGINE_CLEANUP_ITEM_shift(st) SKM_sk_shift(ENGINE_CLEANUP_ITEM, (st)) +# define sk_ENGINE_CLEANUP_ITEM_pop(st) SKM_sk_pop(ENGINE_CLEANUP_ITEM, (st)) +# define sk_ENGINE_CLEANUP_ITEM_sort(st) SKM_sk_sort(ENGINE_CLEANUP_ITEM, (st)) +# define sk_ENGINE_CLEANUP_ITEM_is_sorted(st) SKM_sk_is_sorted(ENGINE_CLEANUP_ITEM, (st)) +# define sk_ESS_CERT_ID_new(cmp) SKM_sk_new(ESS_CERT_ID, (cmp)) +# define sk_ESS_CERT_ID_new_null() SKM_sk_new_null(ESS_CERT_ID) +# define sk_ESS_CERT_ID_free(st) SKM_sk_free(ESS_CERT_ID, (st)) +# define sk_ESS_CERT_ID_num(st) SKM_sk_num(ESS_CERT_ID, (st)) +# define sk_ESS_CERT_ID_value(st, i) SKM_sk_value(ESS_CERT_ID, (st), (i)) +# define sk_ESS_CERT_ID_set(st, i, val) SKM_sk_set(ESS_CERT_ID, (st), (i), (val)) +# define sk_ESS_CERT_ID_zero(st) SKM_sk_zero(ESS_CERT_ID, (st)) +# define sk_ESS_CERT_ID_push(st, val) SKM_sk_push(ESS_CERT_ID, (st), (val)) +# define sk_ESS_CERT_ID_unshift(st, val) SKM_sk_unshift(ESS_CERT_ID, (st), (val)) +# define sk_ESS_CERT_ID_find(st, val) SKM_sk_find(ESS_CERT_ID, (st), (val)) +# define sk_ESS_CERT_ID_find_ex(st, val) SKM_sk_find_ex(ESS_CERT_ID, (st), (val)) +# define sk_ESS_CERT_ID_delete(st, i) SKM_sk_delete(ESS_CERT_ID, (st), (i)) +# define sk_ESS_CERT_ID_delete_ptr(st, ptr) SKM_sk_delete_ptr(ESS_CERT_ID, (st), (ptr)) +# define sk_ESS_CERT_ID_insert(st, val, i) SKM_sk_insert(ESS_CERT_ID, (st), (val), (i)) +# define sk_ESS_CERT_ID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(ESS_CERT_ID, (st), (cmp)) +# define sk_ESS_CERT_ID_dup(st) SKM_sk_dup(ESS_CERT_ID, st) +# define sk_ESS_CERT_ID_pop_free(st, free_func) SKM_sk_pop_free(ESS_CERT_ID, (st), (free_func)) +# define sk_ESS_CERT_ID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(ESS_CERT_ID, (st), (copy_func), (free_func)) +# define sk_ESS_CERT_ID_shift(st) SKM_sk_shift(ESS_CERT_ID, (st)) +# define sk_ESS_CERT_ID_pop(st) SKM_sk_pop(ESS_CERT_ID, (st)) +# define sk_ESS_CERT_ID_sort(st) SKM_sk_sort(ESS_CERT_ID, (st)) +# define sk_ESS_CERT_ID_is_sorted(st) SKM_sk_is_sorted(ESS_CERT_ID, (st)) +# define sk_EVP_MD_new(cmp) SKM_sk_new(EVP_MD, (cmp)) +# define sk_EVP_MD_new_null() SKM_sk_new_null(EVP_MD) +# define sk_EVP_MD_free(st) SKM_sk_free(EVP_MD, (st)) +# define sk_EVP_MD_num(st) SKM_sk_num(EVP_MD, (st)) +# define sk_EVP_MD_value(st, i) SKM_sk_value(EVP_MD, (st), (i)) +# define sk_EVP_MD_set(st, i, val) SKM_sk_set(EVP_MD, (st), (i), (val)) +# define sk_EVP_MD_zero(st) SKM_sk_zero(EVP_MD, (st)) +# define sk_EVP_MD_push(st, val) SKM_sk_push(EVP_MD, (st), (val)) +# define sk_EVP_MD_unshift(st, val) SKM_sk_unshift(EVP_MD, (st), (val)) +# define sk_EVP_MD_find(st, val) SKM_sk_find(EVP_MD, (st), (val)) +# define sk_EVP_MD_find_ex(st, val) SKM_sk_find_ex(EVP_MD, (st), (val)) +# define sk_EVP_MD_delete(st, i) SKM_sk_delete(EVP_MD, (st), (i)) +# define sk_EVP_MD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_MD, (st), (ptr)) +# define sk_EVP_MD_insert(st, val, i) SKM_sk_insert(EVP_MD, (st), (val), (i)) +# define sk_EVP_MD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_MD, (st), (cmp)) +# define sk_EVP_MD_dup(st) SKM_sk_dup(EVP_MD, st) +# define sk_EVP_MD_pop_free(st, free_func) SKM_sk_pop_free(EVP_MD, (st), (free_func)) +# define sk_EVP_MD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_MD, (st), (copy_func), (free_func)) +# define sk_EVP_MD_shift(st) SKM_sk_shift(EVP_MD, (st)) +# define sk_EVP_MD_pop(st) SKM_sk_pop(EVP_MD, (st)) +# define sk_EVP_MD_sort(st) SKM_sk_sort(EVP_MD, (st)) +# define sk_EVP_MD_is_sorted(st) SKM_sk_is_sorted(EVP_MD, (st)) +# define sk_EVP_PBE_CTL_new(cmp) SKM_sk_new(EVP_PBE_CTL, (cmp)) +# define sk_EVP_PBE_CTL_new_null() SKM_sk_new_null(EVP_PBE_CTL) +# define sk_EVP_PBE_CTL_free(st) SKM_sk_free(EVP_PBE_CTL, (st)) +# define sk_EVP_PBE_CTL_num(st) SKM_sk_num(EVP_PBE_CTL, (st)) +# define sk_EVP_PBE_CTL_value(st, i) SKM_sk_value(EVP_PBE_CTL, (st), (i)) +# define sk_EVP_PBE_CTL_set(st, i, val) SKM_sk_set(EVP_PBE_CTL, (st), (i), (val)) +# define sk_EVP_PBE_CTL_zero(st) SKM_sk_zero(EVP_PBE_CTL, (st)) +# define sk_EVP_PBE_CTL_push(st, val) SKM_sk_push(EVP_PBE_CTL, (st), (val)) +# define sk_EVP_PBE_CTL_unshift(st, val) SKM_sk_unshift(EVP_PBE_CTL, (st), (val)) +# define sk_EVP_PBE_CTL_find(st, val) SKM_sk_find(EVP_PBE_CTL, (st), (val)) +# define sk_EVP_PBE_CTL_find_ex(st, val) SKM_sk_find_ex(EVP_PBE_CTL, (st), (val)) +# define sk_EVP_PBE_CTL_delete(st, i) SKM_sk_delete(EVP_PBE_CTL, (st), (i)) +# define sk_EVP_PBE_CTL_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PBE_CTL, (st), (ptr)) +# define sk_EVP_PBE_CTL_insert(st, val, i) SKM_sk_insert(EVP_PBE_CTL, (st), (val), (i)) +# define sk_EVP_PBE_CTL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PBE_CTL, (st), (cmp)) +# define sk_EVP_PBE_CTL_dup(st) SKM_sk_dup(EVP_PBE_CTL, st) +# define sk_EVP_PBE_CTL_pop_free(st, free_func) SKM_sk_pop_free(EVP_PBE_CTL, (st), (free_func)) +# define sk_EVP_PBE_CTL_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_PBE_CTL, (st), (copy_func), (free_func)) +# define sk_EVP_PBE_CTL_shift(st) SKM_sk_shift(EVP_PBE_CTL, (st)) +# define sk_EVP_PBE_CTL_pop(st) SKM_sk_pop(EVP_PBE_CTL, (st)) +# define sk_EVP_PBE_CTL_sort(st) SKM_sk_sort(EVP_PBE_CTL, (st)) +# define sk_EVP_PBE_CTL_is_sorted(st) SKM_sk_is_sorted(EVP_PBE_CTL, (st)) +# define sk_EVP_PKEY_ASN1_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_ASN1_METHOD, (cmp)) +# define sk_EVP_PKEY_ASN1_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_ASN1_METHOD) +# define sk_EVP_PKEY_ASN1_METHOD_free(st) SKM_sk_free(EVP_PKEY_ASN1_METHOD, (st)) +# define sk_EVP_PKEY_ASN1_METHOD_num(st) SKM_sk_num(EVP_PKEY_ASN1_METHOD, (st)) +# define sk_EVP_PKEY_ASN1_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_ASN1_METHOD, (st), (i)) +# define sk_EVP_PKEY_ASN1_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_ASN1_METHOD, (st), (i), (val)) +# define sk_EVP_PKEY_ASN1_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_ASN1_METHOD, (st)) +# define sk_EVP_PKEY_ASN1_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_ASN1_METHOD, (st), (val)) +# define sk_EVP_PKEY_ASN1_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_ASN1_METHOD, (st), (val)) +# define sk_EVP_PKEY_ASN1_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_ASN1_METHOD, (st), (val)) +# define sk_EVP_PKEY_ASN1_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_ASN1_METHOD, (st), (val)) +# define sk_EVP_PKEY_ASN1_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_ASN1_METHOD, (st), (i)) +# define sk_EVP_PKEY_ASN1_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_ASN1_METHOD, (st), (ptr)) +# define sk_EVP_PKEY_ASN1_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_ASN1_METHOD, (st), (val), (i)) +# define sk_EVP_PKEY_ASN1_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_ASN1_METHOD, (st), (cmp)) +# define sk_EVP_PKEY_ASN1_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_ASN1_METHOD, st) +# define sk_EVP_PKEY_ASN1_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_ASN1_METHOD, (st), (free_func)) +# define sk_EVP_PKEY_ASN1_METHOD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_PKEY_ASN1_METHOD, (st), (copy_func), (free_func)) +# define sk_EVP_PKEY_ASN1_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_ASN1_METHOD, (st)) +# define sk_EVP_PKEY_ASN1_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_ASN1_METHOD, (st)) +# define sk_EVP_PKEY_ASN1_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_ASN1_METHOD, (st)) +# define sk_EVP_PKEY_ASN1_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_ASN1_METHOD, (st)) +# define sk_EVP_PKEY_METHOD_new(cmp) SKM_sk_new(EVP_PKEY_METHOD, (cmp)) +# define sk_EVP_PKEY_METHOD_new_null() SKM_sk_new_null(EVP_PKEY_METHOD) +# define sk_EVP_PKEY_METHOD_free(st) SKM_sk_free(EVP_PKEY_METHOD, (st)) +# define sk_EVP_PKEY_METHOD_num(st) SKM_sk_num(EVP_PKEY_METHOD, (st)) +# define sk_EVP_PKEY_METHOD_value(st, i) SKM_sk_value(EVP_PKEY_METHOD, (st), (i)) +# define sk_EVP_PKEY_METHOD_set(st, i, val) SKM_sk_set(EVP_PKEY_METHOD, (st), (i), (val)) +# define sk_EVP_PKEY_METHOD_zero(st) SKM_sk_zero(EVP_PKEY_METHOD, (st)) +# define sk_EVP_PKEY_METHOD_push(st, val) SKM_sk_push(EVP_PKEY_METHOD, (st), (val)) +# define sk_EVP_PKEY_METHOD_unshift(st, val) SKM_sk_unshift(EVP_PKEY_METHOD, (st), (val)) +# define sk_EVP_PKEY_METHOD_find(st, val) SKM_sk_find(EVP_PKEY_METHOD, (st), (val)) +# define sk_EVP_PKEY_METHOD_find_ex(st, val) SKM_sk_find_ex(EVP_PKEY_METHOD, (st), (val)) +# define sk_EVP_PKEY_METHOD_delete(st, i) SKM_sk_delete(EVP_PKEY_METHOD, (st), (i)) +# define sk_EVP_PKEY_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(EVP_PKEY_METHOD, (st), (ptr)) +# define sk_EVP_PKEY_METHOD_insert(st, val, i) SKM_sk_insert(EVP_PKEY_METHOD, (st), (val), (i)) +# define sk_EVP_PKEY_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(EVP_PKEY_METHOD, (st), (cmp)) +# define sk_EVP_PKEY_METHOD_dup(st) SKM_sk_dup(EVP_PKEY_METHOD, st) +# define sk_EVP_PKEY_METHOD_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY_METHOD, (st), (free_func)) +# define sk_EVP_PKEY_METHOD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(EVP_PKEY_METHOD, (st), (copy_func), (free_func)) +# define sk_EVP_PKEY_METHOD_shift(st) SKM_sk_shift(EVP_PKEY_METHOD, (st)) +# define sk_EVP_PKEY_METHOD_pop(st) SKM_sk_pop(EVP_PKEY_METHOD, (st)) +# define sk_EVP_PKEY_METHOD_sort(st) SKM_sk_sort(EVP_PKEY_METHOD, (st)) +# define sk_EVP_PKEY_METHOD_is_sorted(st) SKM_sk_is_sorted(EVP_PKEY_METHOD, (st)) +# define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp)) +# define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME) +# define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st)) +# define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st)) +# define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i)) +# define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val)) +# define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st)) +# define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val)) +# define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val)) +# define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (st), (val)) +# define sk_GENERAL_NAME_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAME, (st), (val)) +# define sk_GENERAL_NAME_delete(st, i) SKM_sk_delete(GENERAL_NAME, (st), (i)) +# define sk_GENERAL_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAME, (st), (ptr)) +# define sk_GENERAL_NAME_insert(st, val, i) SKM_sk_insert(GENERAL_NAME, (st), (val), (i)) +# define sk_GENERAL_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAME, (st), (cmp)) +# define sk_GENERAL_NAME_dup(st) SKM_sk_dup(GENERAL_NAME, st) +# define sk_GENERAL_NAME_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAME, (st), (free_func)) +# define sk_GENERAL_NAME_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(GENERAL_NAME, (st), (copy_func), (free_func)) +# define sk_GENERAL_NAME_shift(st) SKM_sk_shift(GENERAL_NAME, (st)) +# define sk_GENERAL_NAME_pop(st) SKM_sk_pop(GENERAL_NAME, (st)) +# define sk_GENERAL_NAME_sort(st) SKM_sk_sort(GENERAL_NAME, (st)) +# define sk_GENERAL_NAME_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAME, (st)) +# define sk_GENERAL_NAMES_new(cmp) SKM_sk_new(GENERAL_NAMES, (cmp)) +# define sk_GENERAL_NAMES_new_null() SKM_sk_new_null(GENERAL_NAMES) +# define sk_GENERAL_NAMES_free(st) SKM_sk_free(GENERAL_NAMES, (st)) +# define sk_GENERAL_NAMES_num(st) SKM_sk_num(GENERAL_NAMES, (st)) +# define sk_GENERAL_NAMES_value(st, i) SKM_sk_value(GENERAL_NAMES, (st), (i)) +# define sk_GENERAL_NAMES_set(st, i, val) SKM_sk_set(GENERAL_NAMES, (st), (i), (val)) +# define sk_GENERAL_NAMES_zero(st) SKM_sk_zero(GENERAL_NAMES, (st)) +# define sk_GENERAL_NAMES_push(st, val) SKM_sk_push(GENERAL_NAMES, (st), (val)) +# define sk_GENERAL_NAMES_unshift(st, val) SKM_sk_unshift(GENERAL_NAMES, (st), (val)) +# define sk_GENERAL_NAMES_find(st, val) SKM_sk_find(GENERAL_NAMES, (st), (val)) +# define sk_GENERAL_NAMES_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAMES, (st), (val)) +# define sk_GENERAL_NAMES_delete(st, i) SKM_sk_delete(GENERAL_NAMES, (st), (i)) +# define sk_GENERAL_NAMES_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAMES, (st), (ptr)) +# define sk_GENERAL_NAMES_insert(st, val, i) SKM_sk_insert(GENERAL_NAMES, (st), (val), (i)) +# define sk_GENERAL_NAMES_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAMES, (st), (cmp)) +# define sk_GENERAL_NAMES_dup(st) SKM_sk_dup(GENERAL_NAMES, st) +# define sk_GENERAL_NAMES_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAMES, (st), (free_func)) +# define sk_GENERAL_NAMES_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(GENERAL_NAMES, (st), (copy_func), (free_func)) +# define sk_GENERAL_NAMES_shift(st) SKM_sk_shift(GENERAL_NAMES, (st)) +# define sk_GENERAL_NAMES_pop(st) SKM_sk_pop(GENERAL_NAMES, (st)) +# define sk_GENERAL_NAMES_sort(st) SKM_sk_sort(GENERAL_NAMES, (st)) +# define sk_GENERAL_NAMES_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAMES, (st)) +# define sk_GENERAL_SUBTREE_new(cmp) SKM_sk_new(GENERAL_SUBTREE, (cmp)) +# define sk_GENERAL_SUBTREE_new_null() SKM_sk_new_null(GENERAL_SUBTREE) +# define sk_GENERAL_SUBTREE_free(st) SKM_sk_free(GENERAL_SUBTREE, (st)) +# define sk_GENERAL_SUBTREE_num(st) SKM_sk_num(GENERAL_SUBTREE, (st)) +# define sk_GENERAL_SUBTREE_value(st, i) SKM_sk_value(GENERAL_SUBTREE, (st), (i)) +# define sk_GENERAL_SUBTREE_set(st, i, val) SKM_sk_set(GENERAL_SUBTREE, (st), (i), (val)) +# define sk_GENERAL_SUBTREE_zero(st) SKM_sk_zero(GENERAL_SUBTREE, (st)) +# define sk_GENERAL_SUBTREE_push(st, val) SKM_sk_push(GENERAL_SUBTREE, (st), (val)) +# define sk_GENERAL_SUBTREE_unshift(st, val) SKM_sk_unshift(GENERAL_SUBTREE, (st), (val)) +# define sk_GENERAL_SUBTREE_find(st, val) SKM_sk_find(GENERAL_SUBTREE, (st), (val)) +# define sk_GENERAL_SUBTREE_find_ex(st, val) SKM_sk_find_ex(GENERAL_SUBTREE, (st), (val)) +# define sk_GENERAL_SUBTREE_delete(st, i) SKM_sk_delete(GENERAL_SUBTREE, (st), (i)) +# define sk_GENERAL_SUBTREE_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_SUBTREE, (st), (ptr)) +# define sk_GENERAL_SUBTREE_insert(st, val, i) SKM_sk_insert(GENERAL_SUBTREE, (st), (val), (i)) +# define sk_GENERAL_SUBTREE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_SUBTREE, (st), (cmp)) +# define sk_GENERAL_SUBTREE_dup(st) SKM_sk_dup(GENERAL_SUBTREE, st) +# define sk_GENERAL_SUBTREE_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_SUBTREE, (st), (free_func)) +# define sk_GENERAL_SUBTREE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(GENERAL_SUBTREE, (st), (copy_func), (free_func)) +# define sk_GENERAL_SUBTREE_shift(st) SKM_sk_shift(GENERAL_SUBTREE, (st)) +# define sk_GENERAL_SUBTREE_pop(st) SKM_sk_pop(GENERAL_SUBTREE, (st)) +# define sk_GENERAL_SUBTREE_sort(st) SKM_sk_sort(GENERAL_SUBTREE, (st)) +# define sk_GENERAL_SUBTREE_is_sorted(st) SKM_sk_is_sorted(GENERAL_SUBTREE, (st)) +# define sk_IPAddressFamily_new(cmp) SKM_sk_new(IPAddressFamily, (cmp)) +# define sk_IPAddressFamily_new_null() SKM_sk_new_null(IPAddressFamily) +# define sk_IPAddressFamily_free(st) SKM_sk_free(IPAddressFamily, (st)) +# define sk_IPAddressFamily_num(st) SKM_sk_num(IPAddressFamily, (st)) +# define sk_IPAddressFamily_value(st, i) SKM_sk_value(IPAddressFamily, (st), (i)) +# define sk_IPAddressFamily_set(st, i, val) SKM_sk_set(IPAddressFamily, (st), (i), (val)) +# define sk_IPAddressFamily_zero(st) SKM_sk_zero(IPAddressFamily, (st)) +# define sk_IPAddressFamily_push(st, val) SKM_sk_push(IPAddressFamily, (st), (val)) +# define sk_IPAddressFamily_unshift(st, val) SKM_sk_unshift(IPAddressFamily, (st), (val)) +# define sk_IPAddressFamily_find(st, val) SKM_sk_find(IPAddressFamily, (st), (val)) +# define sk_IPAddressFamily_find_ex(st, val) SKM_sk_find_ex(IPAddressFamily, (st), (val)) +# define sk_IPAddressFamily_delete(st, i) SKM_sk_delete(IPAddressFamily, (st), (i)) +# define sk_IPAddressFamily_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressFamily, (st), (ptr)) +# define sk_IPAddressFamily_insert(st, val, i) SKM_sk_insert(IPAddressFamily, (st), (val), (i)) +# define sk_IPAddressFamily_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressFamily, (st), (cmp)) +# define sk_IPAddressFamily_dup(st) SKM_sk_dup(IPAddressFamily, st) +# define sk_IPAddressFamily_pop_free(st, free_func) SKM_sk_pop_free(IPAddressFamily, (st), (free_func)) +# define sk_IPAddressFamily_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(IPAddressFamily, (st), (copy_func), (free_func)) +# define sk_IPAddressFamily_shift(st) SKM_sk_shift(IPAddressFamily, (st)) +# define sk_IPAddressFamily_pop(st) SKM_sk_pop(IPAddressFamily, (st)) +# define sk_IPAddressFamily_sort(st) SKM_sk_sort(IPAddressFamily, (st)) +# define sk_IPAddressFamily_is_sorted(st) SKM_sk_is_sorted(IPAddressFamily, (st)) +# define sk_IPAddressOrRange_new(cmp) SKM_sk_new(IPAddressOrRange, (cmp)) +# define sk_IPAddressOrRange_new_null() SKM_sk_new_null(IPAddressOrRange) +# define sk_IPAddressOrRange_free(st) SKM_sk_free(IPAddressOrRange, (st)) +# define sk_IPAddressOrRange_num(st) SKM_sk_num(IPAddressOrRange, (st)) +# define sk_IPAddressOrRange_value(st, i) SKM_sk_value(IPAddressOrRange, (st), (i)) +# define sk_IPAddressOrRange_set(st, i, val) SKM_sk_set(IPAddressOrRange, (st), (i), (val)) +# define sk_IPAddressOrRange_zero(st) SKM_sk_zero(IPAddressOrRange, (st)) +# define sk_IPAddressOrRange_push(st, val) SKM_sk_push(IPAddressOrRange, (st), (val)) +# define sk_IPAddressOrRange_unshift(st, val) SKM_sk_unshift(IPAddressOrRange, (st), (val)) +# define sk_IPAddressOrRange_find(st, val) SKM_sk_find(IPAddressOrRange, (st), (val)) +# define sk_IPAddressOrRange_find_ex(st, val) SKM_sk_find_ex(IPAddressOrRange, (st), (val)) +# define sk_IPAddressOrRange_delete(st, i) SKM_sk_delete(IPAddressOrRange, (st), (i)) +# define sk_IPAddressOrRange_delete_ptr(st, ptr) SKM_sk_delete_ptr(IPAddressOrRange, (st), (ptr)) +# define sk_IPAddressOrRange_insert(st, val, i) SKM_sk_insert(IPAddressOrRange, (st), (val), (i)) +# define sk_IPAddressOrRange_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(IPAddressOrRange, (st), (cmp)) +# define sk_IPAddressOrRange_dup(st) SKM_sk_dup(IPAddressOrRange, st) +# define sk_IPAddressOrRange_pop_free(st, free_func) SKM_sk_pop_free(IPAddressOrRange, (st), (free_func)) +# define sk_IPAddressOrRange_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(IPAddressOrRange, (st), (copy_func), (free_func)) +# define sk_IPAddressOrRange_shift(st) SKM_sk_shift(IPAddressOrRange, (st)) +# define sk_IPAddressOrRange_pop(st) SKM_sk_pop(IPAddressOrRange, (st)) +# define sk_IPAddressOrRange_sort(st) SKM_sk_sort(IPAddressOrRange, (st)) +# define sk_IPAddressOrRange_is_sorted(st) SKM_sk_is_sorted(IPAddressOrRange, (st)) +# define sk_KRB5_APREQBODY_new(cmp) SKM_sk_new(KRB5_APREQBODY, (cmp)) +# define sk_KRB5_APREQBODY_new_null() SKM_sk_new_null(KRB5_APREQBODY) +# define sk_KRB5_APREQBODY_free(st) SKM_sk_free(KRB5_APREQBODY, (st)) +# define sk_KRB5_APREQBODY_num(st) SKM_sk_num(KRB5_APREQBODY, (st)) +# define sk_KRB5_APREQBODY_value(st, i) SKM_sk_value(KRB5_APREQBODY, (st), (i)) +# define sk_KRB5_APREQBODY_set(st, i, val) SKM_sk_set(KRB5_APREQBODY, (st), (i), (val)) +# define sk_KRB5_APREQBODY_zero(st) SKM_sk_zero(KRB5_APREQBODY, (st)) +# define sk_KRB5_APREQBODY_push(st, val) SKM_sk_push(KRB5_APREQBODY, (st), (val)) +# define sk_KRB5_APREQBODY_unshift(st, val) SKM_sk_unshift(KRB5_APREQBODY, (st), (val)) +# define sk_KRB5_APREQBODY_find(st, val) SKM_sk_find(KRB5_APREQBODY, (st), (val)) +# define sk_KRB5_APREQBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_APREQBODY, (st), (val)) +# define sk_KRB5_APREQBODY_delete(st, i) SKM_sk_delete(KRB5_APREQBODY, (st), (i)) +# define sk_KRB5_APREQBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_APREQBODY, (st), (ptr)) +# define sk_KRB5_APREQBODY_insert(st, val, i) SKM_sk_insert(KRB5_APREQBODY, (st), (val), (i)) +# define sk_KRB5_APREQBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_APREQBODY, (st), (cmp)) +# define sk_KRB5_APREQBODY_dup(st) SKM_sk_dup(KRB5_APREQBODY, st) +# define sk_KRB5_APREQBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_APREQBODY, (st), (free_func)) +# define sk_KRB5_APREQBODY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_APREQBODY, (st), (copy_func), (free_func)) +# define sk_KRB5_APREQBODY_shift(st) SKM_sk_shift(KRB5_APREQBODY, (st)) +# define sk_KRB5_APREQBODY_pop(st) SKM_sk_pop(KRB5_APREQBODY, (st)) +# define sk_KRB5_APREQBODY_sort(st) SKM_sk_sort(KRB5_APREQBODY, (st)) +# define sk_KRB5_APREQBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_APREQBODY, (st)) +# define sk_KRB5_AUTHDATA_new(cmp) SKM_sk_new(KRB5_AUTHDATA, (cmp)) +# define sk_KRB5_AUTHDATA_new_null() SKM_sk_new_null(KRB5_AUTHDATA) +# define sk_KRB5_AUTHDATA_free(st) SKM_sk_free(KRB5_AUTHDATA, (st)) +# define sk_KRB5_AUTHDATA_num(st) SKM_sk_num(KRB5_AUTHDATA, (st)) +# define sk_KRB5_AUTHDATA_value(st, i) SKM_sk_value(KRB5_AUTHDATA, (st), (i)) +# define sk_KRB5_AUTHDATA_set(st, i, val) SKM_sk_set(KRB5_AUTHDATA, (st), (i), (val)) +# define sk_KRB5_AUTHDATA_zero(st) SKM_sk_zero(KRB5_AUTHDATA, (st)) +# define sk_KRB5_AUTHDATA_push(st, val) SKM_sk_push(KRB5_AUTHDATA, (st), (val)) +# define sk_KRB5_AUTHDATA_unshift(st, val) SKM_sk_unshift(KRB5_AUTHDATA, (st), (val)) +# define sk_KRB5_AUTHDATA_find(st, val) SKM_sk_find(KRB5_AUTHDATA, (st), (val)) +# define sk_KRB5_AUTHDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHDATA, (st), (val)) +# define sk_KRB5_AUTHDATA_delete(st, i) SKM_sk_delete(KRB5_AUTHDATA, (st), (i)) +# define sk_KRB5_AUTHDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHDATA, (st), (ptr)) +# define sk_KRB5_AUTHDATA_insert(st, val, i) SKM_sk_insert(KRB5_AUTHDATA, (st), (val), (i)) +# define sk_KRB5_AUTHDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHDATA, (st), (cmp)) +# define sk_KRB5_AUTHDATA_dup(st) SKM_sk_dup(KRB5_AUTHDATA, st) +# define sk_KRB5_AUTHDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHDATA, (st), (free_func)) +# define sk_KRB5_AUTHDATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_AUTHDATA, (st), (copy_func), (free_func)) +# define sk_KRB5_AUTHDATA_shift(st) SKM_sk_shift(KRB5_AUTHDATA, (st)) +# define sk_KRB5_AUTHDATA_pop(st) SKM_sk_pop(KRB5_AUTHDATA, (st)) +# define sk_KRB5_AUTHDATA_sort(st) SKM_sk_sort(KRB5_AUTHDATA, (st)) +# define sk_KRB5_AUTHDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHDATA, (st)) +# define sk_KRB5_AUTHENTBODY_new(cmp) SKM_sk_new(KRB5_AUTHENTBODY, (cmp)) +# define sk_KRB5_AUTHENTBODY_new_null() SKM_sk_new_null(KRB5_AUTHENTBODY) +# define sk_KRB5_AUTHENTBODY_free(st) SKM_sk_free(KRB5_AUTHENTBODY, (st)) +# define sk_KRB5_AUTHENTBODY_num(st) SKM_sk_num(KRB5_AUTHENTBODY, (st)) +# define sk_KRB5_AUTHENTBODY_value(st, i) SKM_sk_value(KRB5_AUTHENTBODY, (st), (i)) +# define sk_KRB5_AUTHENTBODY_set(st, i, val) SKM_sk_set(KRB5_AUTHENTBODY, (st), (i), (val)) +# define sk_KRB5_AUTHENTBODY_zero(st) SKM_sk_zero(KRB5_AUTHENTBODY, (st)) +# define sk_KRB5_AUTHENTBODY_push(st, val) SKM_sk_push(KRB5_AUTHENTBODY, (st), (val)) +# define sk_KRB5_AUTHENTBODY_unshift(st, val) SKM_sk_unshift(KRB5_AUTHENTBODY, (st), (val)) +# define sk_KRB5_AUTHENTBODY_find(st, val) SKM_sk_find(KRB5_AUTHENTBODY, (st), (val)) +# define sk_KRB5_AUTHENTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_AUTHENTBODY, (st), (val)) +# define sk_KRB5_AUTHENTBODY_delete(st, i) SKM_sk_delete(KRB5_AUTHENTBODY, (st), (i)) +# define sk_KRB5_AUTHENTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_AUTHENTBODY, (st), (ptr)) +# define sk_KRB5_AUTHENTBODY_insert(st, val, i) SKM_sk_insert(KRB5_AUTHENTBODY, (st), (val), (i)) +# define sk_KRB5_AUTHENTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_AUTHENTBODY, (st), (cmp)) +# define sk_KRB5_AUTHENTBODY_dup(st) SKM_sk_dup(KRB5_AUTHENTBODY, st) +# define sk_KRB5_AUTHENTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_AUTHENTBODY, (st), (free_func)) +# define sk_KRB5_AUTHENTBODY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_AUTHENTBODY, (st), (copy_func), (free_func)) +# define sk_KRB5_AUTHENTBODY_shift(st) SKM_sk_shift(KRB5_AUTHENTBODY, (st)) +# define sk_KRB5_AUTHENTBODY_pop(st) SKM_sk_pop(KRB5_AUTHENTBODY, (st)) +# define sk_KRB5_AUTHENTBODY_sort(st) SKM_sk_sort(KRB5_AUTHENTBODY, (st)) +# define sk_KRB5_AUTHENTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_AUTHENTBODY, (st)) +# define sk_KRB5_CHECKSUM_new(cmp) SKM_sk_new(KRB5_CHECKSUM, (cmp)) +# define sk_KRB5_CHECKSUM_new_null() SKM_sk_new_null(KRB5_CHECKSUM) +# define sk_KRB5_CHECKSUM_free(st) SKM_sk_free(KRB5_CHECKSUM, (st)) +# define sk_KRB5_CHECKSUM_num(st) SKM_sk_num(KRB5_CHECKSUM, (st)) +# define sk_KRB5_CHECKSUM_value(st, i) SKM_sk_value(KRB5_CHECKSUM, (st), (i)) +# define sk_KRB5_CHECKSUM_set(st, i, val) SKM_sk_set(KRB5_CHECKSUM, (st), (i), (val)) +# define sk_KRB5_CHECKSUM_zero(st) SKM_sk_zero(KRB5_CHECKSUM, (st)) +# define sk_KRB5_CHECKSUM_push(st, val) SKM_sk_push(KRB5_CHECKSUM, (st), (val)) +# define sk_KRB5_CHECKSUM_unshift(st, val) SKM_sk_unshift(KRB5_CHECKSUM, (st), (val)) +# define sk_KRB5_CHECKSUM_find(st, val) SKM_sk_find(KRB5_CHECKSUM, (st), (val)) +# define sk_KRB5_CHECKSUM_find_ex(st, val) SKM_sk_find_ex(KRB5_CHECKSUM, (st), (val)) +# define sk_KRB5_CHECKSUM_delete(st, i) SKM_sk_delete(KRB5_CHECKSUM, (st), (i)) +# define sk_KRB5_CHECKSUM_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_CHECKSUM, (st), (ptr)) +# define sk_KRB5_CHECKSUM_insert(st, val, i) SKM_sk_insert(KRB5_CHECKSUM, (st), (val), (i)) +# define sk_KRB5_CHECKSUM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_CHECKSUM, (st), (cmp)) +# define sk_KRB5_CHECKSUM_dup(st) SKM_sk_dup(KRB5_CHECKSUM, st) +# define sk_KRB5_CHECKSUM_pop_free(st, free_func) SKM_sk_pop_free(KRB5_CHECKSUM, (st), (free_func)) +# define sk_KRB5_CHECKSUM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_CHECKSUM, (st), (copy_func), (free_func)) +# define sk_KRB5_CHECKSUM_shift(st) SKM_sk_shift(KRB5_CHECKSUM, (st)) +# define sk_KRB5_CHECKSUM_pop(st) SKM_sk_pop(KRB5_CHECKSUM, (st)) +# define sk_KRB5_CHECKSUM_sort(st) SKM_sk_sort(KRB5_CHECKSUM, (st)) +# define sk_KRB5_CHECKSUM_is_sorted(st) SKM_sk_is_sorted(KRB5_CHECKSUM, (st)) +# define sk_KRB5_ENCDATA_new(cmp) SKM_sk_new(KRB5_ENCDATA, (cmp)) +# define sk_KRB5_ENCDATA_new_null() SKM_sk_new_null(KRB5_ENCDATA) +# define sk_KRB5_ENCDATA_free(st) SKM_sk_free(KRB5_ENCDATA, (st)) +# define sk_KRB5_ENCDATA_num(st) SKM_sk_num(KRB5_ENCDATA, (st)) +# define sk_KRB5_ENCDATA_value(st, i) SKM_sk_value(KRB5_ENCDATA, (st), (i)) +# define sk_KRB5_ENCDATA_set(st, i, val) SKM_sk_set(KRB5_ENCDATA, (st), (i), (val)) +# define sk_KRB5_ENCDATA_zero(st) SKM_sk_zero(KRB5_ENCDATA, (st)) +# define sk_KRB5_ENCDATA_push(st, val) SKM_sk_push(KRB5_ENCDATA, (st), (val)) +# define sk_KRB5_ENCDATA_unshift(st, val) SKM_sk_unshift(KRB5_ENCDATA, (st), (val)) +# define sk_KRB5_ENCDATA_find(st, val) SKM_sk_find(KRB5_ENCDATA, (st), (val)) +# define sk_KRB5_ENCDATA_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCDATA, (st), (val)) +# define sk_KRB5_ENCDATA_delete(st, i) SKM_sk_delete(KRB5_ENCDATA, (st), (i)) +# define sk_KRB5_ENCDATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCDATA, (st), (ptr)) +# define sk_KRB5_ENCDATA_insert(st, val, i) SKM_sk_insert(KRB5_ENCDATA, (st), (val), (i)) +# define sk_KRB5_ENCDATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCDATA, (st), (cmp)) +# define sk_KRB5_ENCDATA_dup(st) SKM_sk_dup(KRB5_ENCDATA, st) +# define sk_KRB5_ENCDATA_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCDATA, (st), (free_func)) +# define sk_KRB5_ENCDATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_ENCDATA, (st), (copy_func), (free_func)) +# define sk_KRB5_ENCDATA_shift(st) SKM_sk_shift(KRB5_ENCDATA, (st)) +# define sk_KRB5_ENCDATA_pop(st) SKM_sk_pop(KRB5_ENCDATA, (st)) +# define sk_KRB5_ENCDATA_sort(st) SKM_sk_sort(KRB5_ENCDATA, (st)) +# define sk_KRB5_ENCDATA_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCDATA, (st)) +# define sk_KRB5_ENCKEY_new(cmp) SKM_sk_new(KRB5_ENCKEY, (cmp)) +# define sk_KRB5_ENCKEY_new_null() SKM_sk_new_null(KRB5_ENCKEY) +# define sk_KRB5_ENCKEY_free(st) SKM_sk_free(KRB5_ENCKEY, (st)) +# define sk_KRB5_ENCKEY_num(st) SKM_sk_num(KRB5_ENCKEY, (st)) +# define sk_KRB5_ENCKEY_value(st, i) SKM_sk_value(KRB5_ENCKEY, (st), (i)) +# define sk_KRB5_ENCKEY_set(st, i, val) SKM_sk_set(KRB5_ENCKEY, (st), (i), (val)) +# define sk_KRB5_ENCKEY_zero(st) SKM_sk_zero(KRB5_ENCKEY, (st)) +# define sk_KRB5_ENCKEY_push(st, val) SKM_sk_push(KRB5_ENCKEY, (st), (val)) +# define sk_KRB5_ENCKEY_unshift(st, val) SKM_sk_unshift(KRB5_ENCKEY, (st), (val)) +# define sk_KRB5_ENCKEY_find(st, val) SKM_sk_find(KRB5_ENCKEY, (st), (val)) +# define sk_KRB5_ENCKEY_find_ex(st, val) SKM_sk_find_ex(KRB5_ENCKEY, (st), (val)) +# define sk_KRB5_ENCKEY_delete(st, i) SKM_sk_delete(KRB5_ENCKEY, (st), (i)) +# define sk_KRB5_ENCKEY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_ENCKEY, (st), (ptr)) +# define sk_KRB5_ENCKEY_insert(st, val, i) SKM_sk_insert(KRB5_ENCKEY, (st), (val), (i)) +# define sk_KRB5_ENCKEY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_ENCKEY, (st), (cmp)) +# define sk_KRB5_ENCKEY_dup(st) SKM_sk_dup(KRB5_ENCKEY, st) +# define sk_KRB5_ENCKEY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_ENCKEY, (st), (free_func)) +# define sk_KRB5_ENCKEY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_ENCKEY, (st), (copy_func), (free_func)) +# define sk_KRB5_ENCKEY_shift(st) SKM_sk_shift(KRB5_ENCKEY, (st)) +# define sk_KRB5_ENCKEY_pop(st) SKM_sk_pop(KRB5_ENCKEY, (st)) +# define sk_KRB5_ENCKEY_sort(st) SKM_sk_sort(KRB5_ENCKEY, (st)) +# define sk_KRB5_ENCKEY_is_sorted(st) SKM_sk_is_sorted(KRB5_ENCKEY, (st)) +# define sk_KRB5_PRINCNAME_new(cmp) SKM_sk_new(KRB5_PRINCNAME, (cmp)) +# define sk_KRB5_PRINCNAME_new_null() SKM_sk_new_null(KRB5_PRINCNAME) +# define sk_KRB5_PRINCNAME_free(st) SKM_sk_free(KRB5_PRINCNAME, (st)) +# define sk_KRB5_PRINCNAME_num(st) SKM_sk_num(KRB5_PRINCNAME, (st)) +# define sk_KRB5_PRINCNAME_value(st, i) SKM_sk_value(KRB5_PRINCNAME, (st), (i)) +# define sk_KRB5_PRINCNAME_set(st, i, val) SKM_sk_set(KRB5_PRINCNAME, (st), (i), (val)) +# define sk_KRB5_PRINCNAME_zero(st) SKM_sk_zero(KRB5_PRINCNAME, (st)) +# define sk_KRB5_PRINCNAME_push(st, val) SKM_sk_push(KRB5_PRINCNAME, (st), (val)) +# define sk_KRB5_PRINCNAME_unshift(st, val) SKM_sk_unshift(KRB5_PRINCNAME, (st), (val)) +# define sk_KRB5_PRINCNAME_find(st, val) SKM_sk_find(KRB5_PRINCNAME, (st), (val)) +# define sk_KRB5_PRINCNAME_find_ex(st, val) SKM_sk_find_ex(KRB5_PRINCNAME, (st), (val)) +# define sk_KRB5_PRINCNAME_delete(st, i) SKM_sk_delete(KRB5_PRINCNAME, (st), (i)) +# define sk_KRB5_PRINCNAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_PRINCNAME, (st), (ptr)) +# define sk_KRB5_PRINCNAME_insert(st, val, i) SKM_sk_insert(KRB5_PRINCNAME, (st), (val), (i)) +# define sk_KRB5_PRINCNAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_PRINCNAME, (st), (cmp)) +# define sk_KRB5_PRINCNAME_dup(st) SKM_sk_dup(KRB5_PRINCNAME, st) +# define sk_KRB5_PRINCNAME_pop_free(st, free_func) SKM_sk_pop_free(KRB5_PRINCNAME, (st), (free_func)) +# define sk_KRB5_PRINCNAME_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_PRINCNAME, (st), (copy_func), (free_func)) +# define sk_KRB5_PRINCNAME_shift(st) SKM_sk_shift(KRB5_PRINCNAME, (st)) +# define sk_KRB5_PRINCNAME_pop(st) SKM_sk_pop(KRB5_PRINCNAME, (st)) +# define sk_KRB5_PRINCNAME_sort(st) SKM_sk_sort(KRB5_PRINCNAME, (st)) +# define sk_KRB5_PRINCNAME_is_sorted(st) SKM_sk_is_sorted(KRB5_PRINCNAME, (st)) +# define sk_KRB5_TKTBODY_new(cmp) SKM_sk_new(KRB5_TKTBODY, (cmp)) +# define sk_KRB5_TKTBODY_new_null() SKM_sk_new_null(KRB5_TKTBODY) +# define sk_KRB5_TKTBODY_free(st) SKM_sk_free(KRB5_TKTBODY, (st)) +# define sk_KRB5_TKTBODY_num(st) SKM_sk_num(KRB5_TKTBODY, (st)) +# define sk_KRB5_TKTBODY_value(st, i) SKM_sk_value(KRB5_TKTBODY, (st), (i)) +# define sk_KRB5_TKTBODY_set(st, i, val) SKM_sk_set(KRB5_TKTBODY, (st), (i), (val)) +# define sk_KRB5_TKTBODY_zero(st) SKM_sk_zero(KRB5_TKTBODY, (st)) +# define sk_KRB5_TKTBODY_push(st, val) SKM_sk_push(KRB5_TKTBODY, (st), (val)) +# define sk_KRB5_TKTBODY_unshift(st, val) SKM_sk_unshift(KRB5_TKTBODY, (st), (val)) +# define sk_KRB5_TKTBODY_find(st, val) SKM_sk_find(KRB5_TKTBODY, (st), (val)) +# define sk_KRB5_TKTBODY_find_ex(st, val) SKM_sk_find_ex(KRB5_TKTBODY, (st), (val)) +# define sk_KRB5_TKTBODY_delete(st, i) SKM_sk_delete(KRB5_TKTBODY, (st), (i)) +# define sk_KRB5_TKTBODY_delete_ptr(st, ptr) SKM_sk_delete_ptr(KRB5_TKTBODY, (st), (ptr)) +# define sk_KRB5_TKTBODY_insert(st, val, i) SKM_sk_insert(KRB5_TKTBODY, (st), (val), (i)) +# define sk_KRB5_TKTBODY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(KRB5_TKTBODY, (st), (cmp)) +# define sk_KRB5_TKTBODY_dup(st) SKM_sk_dup(KRB5_TKTBODY, st) +# define sk_KRB5_TKTBODY_pop_free(st, free_func) SKM_sk_pop_free(KRB5_TKTBODY, (st), (free_func)) +# define sk_KRB5_TKTBODY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(KRB5_TKTBODY, (st), (copy_func), (free_func)) +# define sk_KRB5_TKTBODY_shift(st) SKM_sk_shift(KRB5_TKTBODY, (st)) +# define sk_KRB5_TKTBODY_pop(st) SKM_sk_pop(KRB5_TKTBODY, (st)) +# define sk_KRB5_TKTBODY_sort(st) SKM_sk_sort(KRB5_TKTBODY, (st)) +# define sk_KRB5_TKTBODY_is_sorted(st) SKM_sk_is_sorted(KRB5_TKTBODY, (st)) +# define sk_MEM_OBJECT_DATA_new(cmp) SKM_sk_new(MEM_OBJECT_DATA, (cmp)) +# define sk_MEM_OBJECT_DATA_new_null() SKM_sk_new_null(MEM_OBJECT_DATA) +# define sk_MEM_OBJECT_DATA_free(st) SKM_sk_free(MEM_OBJECT_DATA, (st)) +# define sk_MEM_OBJECT_DATA_num(st) SKM_sk_num(MEM_OBJECT_DATA, (st)) +# define sk_MEM_OBJECT_DATA_value(st, i) SKM_sk_value(MEM_OBJECT_DATA, (st), (i)) +# define sk_MEM_OBJECT_DATA_set(st, i, val) SKM_sk_set(MEM_OBJECT_DATA, (st), (i), (val)) +# define sk_MEM_OBJECT_DATA_zero(st) SKM_sk_zero(MEM_OBJECT_DATA, (st)) +# define sk_MEM_OBJECT_DATA_push(st, val) SKM_sk_push(MEM_OBJECT_DATA, (st), (val)) +# define sk_MEM_OBJECT_DATA_unshift(st, val) SKM_sk_unshift(MEM_OBJECT_DATA, (st), (val)) +# define sk_MEM_OBJECT_DATA_find(st, val) SKM_sk_find(MEM_OBJECT_DATA, (st), (val)) +# define sk_MEM_OBJECT_DATA_find_ex(st, val) SKM_sk_find_ex(MEM_OBJECT_DATA, (st), (val)) +# define sk_MEM_OBJECT_DATA_delete(st, i) SKM_sk_delete(MEM_OBJECT_DATA, (st), (i)) +# define sk_MEM_OBJECT_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(MEM_OBJECT_DATA, (st), (ptr)) +# define sk_MEM_OBJECT_DATA_insert(st, val, i) SKM_sk_insert(MEM_OBJECT_DATA, (st), (val), (i)) +# define sk_MEM_OBJECT_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MEM_OBJECT_DATA, (st), (cmp)) +# define sk_MEM_OBJECT_DATA_dup(st) SKM_sk_dup(MEM_OBJECT_DATA, st) +# define sk_MEM_OBJECT_DATA_pop_free(st, free_func) SKM_sk_pop_free(MEM_OBJECT_DATA, (st), (free_func)) +# define sk_MEM_OBJECT_DATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(MEM_OBJECT_DATA, (st), (copy_func), (free_func)) +# define sk_MEM_OBJECT_DATA_shift(st) SKM_sk_shift(MEM_OBJECT_DATA, (st)) +# define sk_MEM_OBJECT_DATA_pop(st) SKM_sk_pop(MEM_OBJECT_DATA, (st)) +# define sk_MEM_OBJECT_DATA_sort(st) SKM_sk_sort(MEM_OBJECT_DATA, (st)) +# define sk_MEM_OBJECT_DATA_is_sorted(st) SKM_sk_is_sorted(MEM_OBJECT_DATA, (st)) +# define sk_MIME_HEADER_new(cmp) SKM_sk_new(MIME_HEADER, (cmp)) +# define sk_MIME_HEADER_new_null() SKM_sk_new_null(MIME_HEADER) +# define sk_MIME_HEADER_free(st) SKM_sk_free(MIME_HEADER, (st)) +# define sk_MIME_HEADER_num(st) SKM_sk_num(MIME_HEADER, (st)) +# define sk_MIME_HEADER_value(st, i) SKM_sk_value(MIME_HEADER, (st), (i)) +# define sk_MIME_HEADER_set(st, i, val) SKM_sk_set(MIME_HEADER, (st), (i), (val)) +# define sk_MIME_HEADER_zero(st) SKM_sk_zero(MIME_HEADER, (st)) +# define sk_MIME_HEADER_push(st, val) SKM_sk_push(MIME_HEADER, (st), (val)) +# define sk_MIME_HEADER_unshift(st, val) SKM_sk_unshift(MIME_HEADER, (st), (val)) +# define sk_MIME_HEADER_find(st, val) SKM_sk_find(MIME_HEADER, (st), (val)) +# define sk_MIME_HEADER_find_ex(st, val) SKM_sk_find_ex(MIME_HEADER, (st), (val)) +# define sk_MIME_HEADER_delete(st, i) SKM_sk_delete(MIME_HEADER, (st), (i)) +# define sk_MIME_HEADER_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_HEADER, (st), (ptr)) +# define sk_MIME_HEADER_insert(st, val, i) SKM_sk_insert(MIME_HEADER, (st), (val), (i)) +# define sk_MIME_HEADER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_HEADER, (st), (cmp)) +# define sk_MIME_HEADER_dup(st) SKM_sk_dup(MIME_HEADER, st) +# define sk_MIME_HEADER_pop_free(st, free_func) SKM_sk_pop_free(MIME_HEADER, (st), (free_func)) +# define sk_MIME_HEADER_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(MIME_HEADER, (st), (copy_func), (free_func)) +# define sk_MIME_HEADER_shift(st) SKM_sk_shift(MIME_HEADER, (st)) +# define sk_MIME_HEADER_pop(st) SKM_sk_pop(MIME_HEADER, (st)) +# define sk_MIME_HEADER_sort(st) SKM_sk_sort(MIME_HEADER, (st)) +# define sk_MIME_HEADER_is_sorted(st) SKM_sk_is_sorted(MIME_HEADER, (st)) +# define sk_MIME_PARAM_new(cmp) SKM_sk_new(MIME_PARAM, (cmp)) +# define sk_MIME_PARAM_new_null() SKM_sk_new_null(MIME_PARAM) +# define sk_MIME_PARAM_free(st) SKM_sk_free(MIME_PARAM, (st)) +# define sk_MIME_PARAM_num(st) SKM_sk_num(MIME_PARAM, (st)) +# define sk_MIME_PARAM_value(st, i) SKM_sk_value(MIME_PARAM, (st), (i)) +# define sk_MIME_PARAM_set(st, i, val) SKM_sk_set(MIME_PARAM, (st), (i), (val)) +# define sk_MIME_PARAM_zero(st) SKM_sk_zero(MIME_PARAM, (st)) +# define sk_MIME_PARAM_push(st, val) SKM_sk_push(MIME_PARAM, (st), (val)) +# define sk_MIME_PARAM_unshift(st, val) SKM_sk_unshift(MIME_PARAM, (st), (val)) +# define sk_MIME_PARAM_find(st, val) SKM_sk_find(MIME_PARAM, (st), (val)) +# define sk_MIME_PARAM_find_ex(st, val) SKM_sk_find_ex(MIME_PARAM, (st), (val)) +# define sk_MIME_PARAM_delete(st, i) SKM_sk_delete(MIME_PARAM, (st), (i)) +# define sk_MIME_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(MIME_PARAM, (st), (ptr)) +# define sk_MIME_PARAM_insert(st, val, i) SKM_sk_insert(MIME_PARAM, (st), (val), (i)) +# define sk_MIME_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(MIME_PARAM, (st), (cmp)) +# define sk_MIME_PARAM_dup(st) SKM_sk_dup(MIME_PARAM, st) +# define sk_MIME_PARAM_pop_free(st, free_func) SKM_sk_pop_free(MIME_PARAM, (st), (free_func)) +# define sk_MIME_PARAM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(MIME_PARAM, (st), (copy_func), (free_func)) +# define sk_MIME_PARAM_shift(st) SKM_sk_shift(MIME_PARAM, (st)) +# define sk_MIME_PARAM_pop(st) SKM_sk_pop(MIME_PARAM, (st)) +# define sk_MIME_PARAM_sort(st) SKM_sk_sort(MIME_PARAM, (st)) +# define sk_MIME_PARAM_is_sorted(st) SKM_sk_is_sorted(MIME_PARAM, (st)) +# define sk_NAME_FUNCS_new(cmp) SKM_sk_new(NAME_FUNCS, (cmp)) +# define sk_NAME_FUNCS_new_null() SKM_sk_new_null(NAME_FUNCS) +# define sk_NAME_FUNCS_free(st) SKM_sk_free(NAME_FUNCS, (st)) +# define sk_NAME_FUNCS_num(st) SKM_sk_num(NAME_FUNCS, (st)) +# define sk_NAME_FUNCS_value(st, i) SKM_sk_value(NAME_FUNCS, (st), (i)) +# define sk_NAME_FUNCS_set(st, i, val) SKM_sk_set(NAME_FUNCS, (st), (i), (val)) +# define sk_NAME_FUNCS_zero(st) SKM_sk_zero(NAME_FUNCS, (st)) +# define sk_NAME_FUNCS_push(st, val) SKM_sk_push(NAME_FUNCS, (st), (val)) +# define sk_NAME_FUNCS_unshift(st, val) SKM_sk_unshift(NAME_FUNCS, (st), (val)) +# define sk_NAME_FUNCS_find(st, val) SKM_sk_find(NAME_FUNCS, (st), (val)) +# define sk_NAME_FUNCS_find_ex(st, val) SKM_sk_find_ex(NAME_FUNCS, (st), (val)) +# define sk_NAME_FUNCS_delete(st, i) SKM_sk_delete(NAME_FUNCS, (st), (i)) +# define sk_NAME_FUNCS_delete_ptr(st, ptr) SKM_sk_delete_ptr(NAME_FUNCS, (st), (ptr)) +# define sk_NAME_FUNCS_insert(st, val, i) SKM_sk_insert(NAME_FUNCS, (st), (val), (i)) +# define sk_NAME_FUNCS_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(NAME_FUNCS, (st), (cmp)) +# define sk_NAME_FUNCS_dup(st) SKM_sk_dup(NAME_FUNCS, st) +# define sk_NAME_FUNCS_pop_free(st, free_func) SKM_sk_pop_free(NAME_FUNCS, (st), (free_func)) +# define sk_NAME_FUNCS_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(NAME_FUNCS, (st), (copy_func), (free_func)) +# define sk_NAME_FUNCS_shift(st) SKM_sk_shift(NAME_FUNCS, (st)) +# define sk_NAME_FUNCS_pop(st) SKM_sk_pop(NAME_FUNCS, (st)) +# define sk_NAME_FUNCS_sort(st) SKM_sk_sort(NAME_FUNCS, (st)) +# define sk_NAME_FUNCS_is_sorted(st) SKM_sk_is_sorted(NAME_FUNCS, (st)) +# define sk_OCSP_CERTID_new(cmp) SKM_sk_new(OCSP_CERTID, (cmp)) +# define sk_OCSP_CERTID_new_null() SKM_sk_new_null(OCSP_CERTID) +# define sk_OCSP_CERTID_free(st) SKM_sk_free(OCSP_CERTID, (st)) +# define sk_OCSP_CERTID_num(st) SKM_sk_num(OCSP_CERTID, (st)) +# define sk_OCSP_CERTID_value(st, i) SKM_sk_value(OCSP_CERTID, (st), (i)) +# define sk_OCSP_CERTID_set(st, i, val) SKM_sk_set(OCSP_CERTID, (st), (i), (val)) +# define sk_OCSP_CERTID_zero(st) SKM_sk_zero(OCSP_CERTID, (st)) +# define sk_OCSP_CERTID_push(st, val) SKM_sk_push(OCSP_CERTID, (st), (val)) +# define sk_OCSP_CERTID_unshift(st, val) SKM_sk_unshift(OCSP_CERTID, (st), (val)) +# define sk_OCSP_CERTID_find(st, val) SKM_sk_find(OCSP_CERTID, (st), (val)) +# define sk_OCSP_CERTID_find_ex(st, val) SKM_sk_find_ex(OCSP_CERTID, (st), (val)) +# define sk_OCSP_CERTID_delete(st, i) SKM_sk_delete(OCSP_CERTID, (st), (i)) +# define sk_OCSP_CERTID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_CERTID, (st), (ptr)) +# define sk_OCSP_CERTID_insert(st, val, i) SKM_sk_insert(OCSP_CERTID, (st), (val), (i)) +# define sk_OCSP_CERTID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_CERTID, (st), (cmp)) +# define sk_OCSP_CERTID_dup(st) SKM_sk_dup(OCSP_CERTID, st) +# define sk_OCSP_CERTID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_CERTID, (st), (free_func)) +# define sk_OCSP_CERTID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_CERTID, (st), (copy_func), (free_func)) +# define sk_OCSP_CERTID_shift(st) SKM_sk_shift(OCSP_CERTID, (st)) +# define sk_OCSP_CERTID_pop(st) SKM_sk_pop(OCSP_CERTID, (st)) +# define sk_OCSP_CERTID_sort(st) SKM_sk_sort(OCSP_CERTID, (st)) +# define sk_OCSP_CERTID_is_sorted(st) SKM_sk_is_sorted(OCSP_CERTID, (st)) +# define sk_OCSP_ONEREQ_new(cmp) SKM_sk_new(OCSP_ONEREQ, (cmp)) +# define sk_OCSP_ONEREQ_new_null() SKM_sk_new_null(OCSP_ONEREQ) +# define sk_OCSP_ONEREQ_free(st) SKM_sk_free(OCSP_ONEREQ, (st)) +# define sk_OCSP_ONEREQ_num(st) SKM_sk_num(OCSP_ONEREQ, (st)) +# define sk_OCSP_ONEREQ_value(st, i) SKM_sk_value(OCSP_ONEREQ, (st), (i)) +# define sk_OCSP_ONEREQ_set(st, i, val) SKM_sk_set(OCSP_ONEREQ, (st), (i), (val)) +# define sk_OCSP_ONEREQ_zero(st) SKM_sk_zero(OCSP_ONEREQ, (st)) +# define sk_OCSP_ONEREQ_push(st, val) SKM_sk_push(OCSP_ONEREQ, (st), (val)) +# define sk_OCSP_ONEREQ_unshift(st, val) SKM_sk_unshift(OCSP_ONEREQ, (st), (val)) +# define sk_OCSP_ONEREQ_find(st, val) SKM_sk_find(OCSP_ONEREQ, (st), (val)) +# define sk_OCSP_ONEREQ_find_ex(st, val) SKM_sk_find_ex(OCSP_ONEREQ, (st), (val)) +# define sk_OCSP_ONEREQ_delete(st, i) SKM_sk_delete(OCSP_ONEREQ, (st), (i)) +# define sk_OCSP_ONEREQ_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_ONEREQ, (st), (ptr)) +# define sk_OCSP_ONEREQ_insert(st, val, i) SKM_sk_insert(OCSP_ONEREQ, (st), (val), (i)) +# define sk_OCSP_ONEREQ_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_ONEREQ, (st), (cmp)) +# define sk_OCSP_ONEREQ_dup(st) SKM_sk_dup(OCSP_ONEREQ, st) +# define sk_OCSP_ONEREQ_pop_free(st, free_func) SKM_sk_pop_free(OCSP_ONEREQ, (st), (free_func)) +# define sk_OCSP_ONEREQ_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_ONEREQ, (st), (copy_func), (free_func)) +# define sk_OCSP_ONEREQ_shift(st) SKM_sk_shift(OCSP_ONEREQ, (st)) +# define sk_OCSP_ONEREQ_pop(st) SKM_sk_pop(OCSP_ONEREQ, (st)) +# define sk_OCSP_ONEREQ_sort(st) SKM_sk_sort(OCSP_ONEREQ, (st)) +# define sk_OCSP_ONEREQ_is_sorted(st) SKM_sk_is_sorted(OCSP_ONEREQ, (st)) +# define sk_OCSP_RESPID_new(cmp) SKM_sk_new(OCSP_RESPID, (cmp)) +# define sk_OCSP_RESPID_new_null() SKM_sk_new_null(OCSP_RESPID) +# define sk_OCSP_RESPID_free(st) SKM_sk_free(OCSP_RESPID, (st)) +# define sk_OCSP_RESPID_num(st) SKM_sk_num(OCSP_RESPID, (st)) +# define sk_OCSP_RESPID_value(st, i) SKM_sk_value(OCSP_RESPID, (st), (i)) +# define sk_OCSP_RESPID_set(st, i, val) SKM_sk_set(OCSP_RESPID, (st), (i), (val)) +# define sk_OCSP_RESPID_zero(st) SKM_sk_zero(OCSP_RESPID, (st)) +# define sk_OCSP_RESPID_push(st, val) SKM_sk_push(OCSP_RESPID, (st), (val)) +# define sk_OCSP_RESPID_unshift(st, val) SKM_sk_unshift(OCSP_RESPID, (st), (val)) +# define sk_OCSP_RESPID_find(st, val) SKM_sk_find(OCSP_RESPID, (st), (val)) +# define sk_OCSP_RESPID_find_ex(st, val) SKM_sk_find_ex(OCSP_RESPID, (st), (val)) +# define sk_OCSP_RESPID_delete(st, i) SKM_sk_delete(OCSP_RESPID, (st), (i)) +# define sk_OCSP_RESPID_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_RESPID, (st), (ptr)) +# define sk_OCSP_RESPID_insert(st, val, i) SKM_sk_insert(OCSP_RESPID, (st), (val), (i)) +# define sk_OCSP_RESPID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_RESPID, (st), (cmp)) +# define sk_OCSP_RESPID_dup(st) SKM_sk_dup(OCSP_RESPID, st) +# define sk_OCSP_RESPID_pop_free(st, free_func) SKM_sk_pop_free(OCSP_RESPID, (st), (free_func)) +# define sk_OCSP_RESPID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_RESPID, (st), (copy_func), (free_func)) +# define sk_OCSP_RESPID_shift(st) SKM_sk_shift(OCSP_RESPID, (st)) +# define sk_OCSP_RESPID_pop(st) SKM_sk_pop(OCSP_RESPID, (st)) +# define sk_OCSP_RESPID_sort(st) SKM_sk_sort(OCSP_RESPID, (st)) +# define sk_OCSP_RESPID_is_sorted(st) SKM_sk_is_sorted(OCSP_RESPID, (st)) +# define sk_OCSP_SINGLERESP_new(cmp) SKM_sk_new(OCSP_SINGLERESP, (cmp)) +# define sk_OCSP_SINGLERESP_new_null() SKM_sk_new_null(OCSP_SINGLERESP) +# define sk_OCSP_SINGLERESP_free(st) SKM_sk_free(OCSP_SINGLERESP, (st)) +# define sk_OCSP_SINGLERESP_num(st) SKM_sk_num(OCSP_SINGLERESP, (st)) +# define sk_OCSP_SINGLERESP_value(st, i) SKM_sk_value(OCSP_SINGLERESP, (st), (i)) +# define sk_OCSP_SINGLERESP_set(st, i, val) SKM_sk_set(OCSP_SINGLERESP, (st), (i), (val)) +# define sk_OCSP_SINGLERESP_zero(st) SKM_sk_zero(OCSP_SINGLERESP, (st)) +# define sk_OCSP_SINGLERESP_push(st, val) SKM_sk_push(OCSP_SINGLERESP, (st), (val)) +# define sk_OCSP_SINGLERESP_unshift(st, val) SKM_sk_unshift(OCSP_SINGLERESP, (st), (val)) +# define sk_OCSP_SINGLERESP_find(st, val) SKM_sk_find(OCSP_SINGLERESP, (st), (val)) +# define sk_OCSP_SINGLERESP_find_ex(st, val) SKM_sk_find_ex(OCSP_SINGLERESP, (st), (val)) +# define sk_OCSP_SINGLERESP_delete(st, i) SKM_sk_delete(OCSP_SINGLERESP, (st), (i)) +# define sk_OCSP_SINGLERESP_delete_ptr(st, ptr) SKM_sk_delete_ptr(OCSP_SINGLERESP, (st), (ptr)) +# define sk_OCSP_SINGLERESP_insert(st, val, i) SKM_sk_insert(OCSP_SINGLERESP, (st), (val), (i)) +# define sk_OCSP_SINGLERESP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(OCSP_SINGLERESP, (st), (cmp)) +# define sk_OCSP_SINGLERESP_dup(st) SKM_sk_dup(OCSP_SINGLERESP, st) +# define sk_OCSP_SINGLERESP_pop_free(st, free_func) SKM_sk_pop_free(OCSP_SINGLERESP, (st), (free_func)) +# define sk_OCSP_SINGLERESP_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(OCSP_SINGLERESP, (st), (copy_func), (free_func)) +# define sk_OCSP_SINGLERESP_shift(st) SKM_sk_shift(OCSP_SINGLERESP, (st)) +# define sk_OCSP_SINGLERESP_pop(st) SKM_sk_pop(OCSP_SINGLERESP, (st)) +# define sk_OCSP_SINGLERESP_sort(st) SKM_sk_sort(OCSP_SINGLERESP, (st)) +# define sk_OCSP_SINGLERESP_is_sorted(st) SKM_sk_is_sorted(OCSP_SINGLERESP, (st)) +# define sk_PKCS12_SAFEBAG_new(cmp) SKM_sk_new(PKCS12_SAFEBAG, (cmp)) +# define sk_PKCS12_SAFEBAG_new_null() SKM_sk_new_null(PKCS12_SAFEBAG) +# define sk_PKCS12_SAFEBAG_free(st) SKM_sk_free(PKCS12_SAFEBAG, (st)) +# define sk_PKCS12_SAFEBAG_num(st) SKM_sk_num(PKCS12_SAFEBAG, (st)) +# define sk_PKCS12_SAFEBAG_value(st, i) SKM_sk_value(PKCS12_SAFEBAG, (st), (i)) +# define sk_PKCS12_SAFEBAG_set(st, i, val) SKM_sk_set(PKCS12_SAFEBAG, (st), (i), (val)) +# define sk_PKCS12_SAFEBAG_zero(st) SKM_sk_zero(PKCS12_SAFEBAG, (st)) +# define sk_PKCS12_SAFEBAG_push(st, val) SKM_sk_push(PKCS12_SAFEBAG, (st), (val)) +# define sk_PKCS12_SAFEBAG_unshift(st, val) SKM_sk_unshift(PKCS12_SAFEBAG, (st), (val)) +# define sk_PKCS12_SAFEBAG_find(st, val) SKM_sk_find(PKCS12_SAFEBAG, (st), (val)) +# define sk_PKCS12_SAFEBAG_find_ex(st, val) SKM_sk_find_ex(PKCS12_SAFEBAG, (st), (val)) +# define sk_PKCS12_SAFEBAG_delete(st, i) SKM_sk_delete(PKCS12_SAFEBAG, (st), (i)) +# define sk_PKCS12_SAFEBAG_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS12_SAFEBAG, (st), (ptr)) +# define sk_PKCS12_SAFEBAG_insert(st, val, i) SKM_sk_insert(PKCS12_SAFEBAG, (st), (val), (i)) +# define sk_PKCS12_SAFEBAG_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS12_SAFEBAG, (st), (cmp)) +# define sk_PKCS12_SAFEBAG_dup(st) SKM_sk_dup(PKCS12_SAFEBAG, st) +# define sk_PKCS12_SAFEBAG_pop_free(st, free_func) SKM_sk_pop_free(PKCS12_SAFEBAG, (st), (free_func)) +# define sk_PKCS12_SAFEBAG_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS12_SAFEBAG, (st), (copy_func), (free_func)) +# define sk_PKCS12_SAFEBAG_shift(st) SKM_sk_shift(PKCS12_SAFEBAG, (st)) +# define sk_PKCS12_SAFEBAG_pop(st) SKM_sk_pop(PKCS12_SAFEBAG, (st)) +# define sk_PKCS12_SAFEBAG_sort(st) SKM_sk_sort(PKCS12_SAFEBAG, (st)) +# define sk_PKCS12_SAFEBAG_is_sorted(st) SKM_sk_is_sorted(PKCS12_SAFEBAG, (st)) +# define sk_PKCS7_new(cmp) SKM_sk_new(PKCS7, (cmp)) +# define sk_PKCS7_new_null() SKM_sk_new_null(PKCS7) +# define sk_PKCS7_free(st) SKM_sk_free(PKCS7, (st)) +# define sk_PKCS7_num(st) SKM_sk_num(PKCS7, (st)) +# define sk_PKCS7_value(st, i) SKM_sk_value(PKCS7, (st), (i)) +# define sk_PKCS7_set(st, i, val) SKM_sk_set(PKCS7, (st), (i), (val)) +# define sk_PKCS7_zero(st) SKM_sk_zero(PKCS7, (st)) +# define sk_PKCS7_push(st, val) SKM_sk_push(PKCS7, (st), (val)) +# define sk_PKCS7_unshift(st, val) SKM_sk_unshift(PKCS7, (st), (val)) +# define sk_PKCS7_find(st, val) SKM_sk_find(PKCS7, (st), (val)) +# define sk_PKCS7_find_ex(st, val) SKM_sk_find_ex(PKCS7, (st), (val)) +# define sk_PKCS7_delete(st, i) SKM_sk_delete(PKCS7, (st), (i)) +# define sk_PKCS7_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7, (st), (ptr)) +# define sk_PKCS7_insert(st, val, i) SKM_sk_insert(PKCS7, (st), (val), (i)) +# define sk_PKCS7_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7, (st), (cmp)) +# define sk_PKCS7_dup(st) SKM_sk_dup(PKCS7, st) +# define sk_PKCS7_pop_free(st, free_func) SKM_sk_pop_free(PKCS7, (st), (free_func)) +# define sk_PKCS7_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS7, (st), (copy_func), (free_func)) +# define sk_PKCS7_shift(st) SKM_sk_shift(PKCS7, (st)) +# define sk_PKCS7_pop(st) SKM_sk_pop(PKCS7, (st)) +# define sk_PKCS7_sort(st) SKM_sk_sort(PKCS7, (st)) +# define sk_PKCS7_is_sorted(st) SKM_sk_is_sorted(PKCS7, (st)) +# define sk_PKCS7_RECIP_INFO_new(cmp) SKM_sk_new(PKCS7_RECIP_INFO, (cmp)) +# define sk_PKCS7_RECIP_INFO_new_null() SKM_sk_new_null(PKCS7_RECIP_INFO) +# define sk_PKCS7_RECIP_INFO_free(st) SKM_sk_free(PKCS7_RECIP_INFO, (st)) +# define sk_PKCS7_RECIP_INFO_num(st) SKM_sk_num(PKCS7_RECIP_INFO, (st)) +# define sk_PKCS7_RECIP_INFO_value(st, i) SKM_sk_value(PKCS7_RECIP_INFO, (st), (i)) +# define sk_PKCS7_RECIP_INFO_set(st, i, val) SKM_sk_set(PKCS7_RECIP_INFO, (st), (i), (val)) +# define sk_PKCS7_RECIP_INFO_zero(st) SKM_sk_zero(PKCS7_RECIP_INFO, (st)) +# define sk_PKCS7_RECIP_INFO_push(st, val) SKM_sk_push(PKCS7_RECIP_INFO, (st), (val)) +# define sk_PKCS7_RECIP_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_RECIP_INFO, (st), (val)) +# define sk_PKCS7_RECIP_INFO_find(st, val) SKM_sk_find(PKCS7_RECIP_INFO, (st), (val)) +# define sk_PKCS7_RECIP_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_RECIP_INFO, (st), (val)) +# define sk_PKCS7_RECIP_INFO_delete(st, i) SKM_sk_delete(PKCS7_RECIP_INFO, (st), (i)) +# define sk_PKCS7_RECIP_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_RECIP_INFO, (st), (ptr)) +# define sk_PKCS7_RECIP_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_RECIP_INFO, (st), (val), (i)) +# define sk_PKCS7_RECIP_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_RECIP_INFO, (st), (cmp)) +# define sk_PKCS7_RECIP_INFO_dup(st) SKM_sk_dup(PKCS7_RECIP_INFO, st) +# define sk_PKCS7_RECIP_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_RECIP_INFO, (st), (free_func)) +# define sk_PKCS7_RECIP_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS7_RECIP_INFO, (st), (copy_func), (free_func)) +# define sk_PKCS7_RECIP_INFO_shift(st) SKM_sk_shift(PKCS7_RECIP_INFO, (st)) +# define sk_PKCS7_RECIP_INFO_pop(st) SKM_sk_pop(PKCS7_RECIP_INFO, (st)) +# define sk_PKCS7_RECIP_INFO_sort(st) SKM_sk_sort(PKCS7_RECIP_INFO, (st)) +# define sk_PKCS7_RECIP_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_RECIP_INFO, (st)) +# define sk_PKCS7_SIGNER_INFO_new(cmp) SKM_sk_new(PKCS7_SIGNER_INFO, (cmp)) +# define sk_PKCS7_SIGNER_INFO_new_null() SKM_sk_new_null(PKCS7_SIGNER_INFO) +# define sk_PKCS7_SIGNER_INFO_free(st) SKM_sk_free(PKCS7_SIGNER_INFO, (st)) +# define sk_PKCS7_SIGNER_INFO_num(st) SKM_sk_num(PKCS7_SIGNER_INFO, (st)) +# define sk_PKCS7_SIGNER_INFO_value(st, i) SKM_sk_value(PKCS7_SIGNER_INFO, (st), (i)) +# define sk_PKCS7_SIGNER_INFO_set(st, i, val) SKM_sk_set(PKCS7_SIGNER_INFO, (st), (i), (val)) +# define sk_PKCS7_SIGNER_INFO_zero(st) SKM_sk_zero(PKCS7_SIGNER_INFO, (st)) +# define sk_PKCS7_SIGNER_INFO_push(st, val) SKM_sk_push(PKCS7_SIGNER_INFO, (st), (val)) +# define sk_PKCS7_SIGNER_INFO_unshift(st, val) SKM_sk_unshift(PKCS7_SIGNER_INFO, (st), (val)) +# define sk_PKCS7_SIGNER_INFO_find(st, val) SKM_sk_find(PKCS7_SIGNER_INFO, (st), (val)) +# define sk_PKCS7_SIGNER_INFO_find_ex(st, val) SKM_sk_find_ex(PKCS7_SIGNER_INFO, (st), (val)) +# define sk_PKCS7_SIGNER_INFO_delete(st, i) SKM_sk_delete(PKCS7_SIGNER_INFO, (st), (i)) +# define sk_PKCS7_SIGNER_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(PKCS7_SIGNER_INFO, (st), (ptr)) +# define sk_PKCS7_SIGNER_INFO_insert(st, val, i) SKM_sk_insert(PKCS7_SIGNER_INFO, (st), (val), (i)) +# define sk_PKCS7_SIGNER_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(PKCS7_SIGNER_INFO, (st), (cmp)) +# define sk_PKCS7_SIGNER_INFO_dup(st) SKM_sk_dup(PKCS7_SIGNER_INFO, st) +# define sk_PKCS7_SIGNER_INFO_pop_free(st, free_func) SKM_sk_pop_free(PKCS7_SIGNER_INFO, (st), (free_func)) +# define sk_PKCS7_SIGNER_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(PKCS7_SIGNER_INFO, (st), (copy_func), (free_func)) +# define sk_PKCS7_SIGNER_INFO_shift(st) SKM_sk_shift(PKCS7_SIGNER_INFO, (st)) +# define sk_PKCS7_SIGNER_INFO_pop(st) SKM_sk_pop(PKCS7_SIGNER_INFO, (st)) +# define sk_PKCS7_SIGNER_INFO_sort(st) SKM_sk_sort(PKCS7_SIGNER_INFO, (st)) +# define sk_PKCS7_SIGNER_INFO_is_sorted(st) SKM_sk_is_sorted(PKCS7_SIGNER_INFO, (st)) +# define sk_POLICYINFO_new(cmp) SKM_sk_new(POLICYINFO, (cmp)) +# define sk_POLICYINFO_new_null() SKM_sk_new_null(POLICYINFO) +# define sk_POLICYINFO_free(st) SKM_sk_free(POLICYINFO, (st)) +# define sk_POLICYINFO_num(st) SKM_sk_num(POLICYINFO, (st)) +# define sk_POLICYINFO_value(st, i) SKM_sk_value(POLICYINFO, (st), (i)) +# define sk_POLICYINFO_set(st, i, val) SKM_sk_set(POLICYINFO, (st), (i), (val)) +# define sk_POLICYINFO_zero(st) SKM_sk_zero(POLICYINFO, (st)) +# define sk_POLICYINFO_push(st, val) SKM_sk_push(POLICYINFO, (st), (val)) +# define sk_POLICYINFO_unshift(st, val) SKM_sk_unshift(POLICYINFO, (st), (val)) +# define sk_POLICYINFO_find(st, val) SKM_sk_find(POLICYINFO, (st), (val)) +# define sk_POLICYINFO_find_ex(st, val) SKM_sk_find_ex(POLICYINFO, (st), (val)) +# define sk_POLICYINFO_delete(st, i) SKM_sk_delete(POLICYINFO, (st), (i)) +# define sk_POLICYINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYINFO, (st), (ptr)) +# define sk_POLICYINFO_insert(st, val, i) SKM_sk_insert(POLICYINFO, (st), (val), (i)) +# define sk_POLICYINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYINFO, (st), (cmp)) +# define sk_POLICYINFO_dup(st) SKM_sk_dup(POLICYINFO, st) +# define sk_POLICYINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYINFO, (st), (free_func)) +# define sk_POLICYINFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(POLICYINFO, (st), (copy_func), (free_func)) +# define sk_POLICYINFO_shift(st) SKM_sk_shift(POLICYINFO, (st)) +# define sk_POLICYINFO_pop(st) SKM_sk_pop(POLICYINFO, (st)) +# define sk_POLICYINFO_sort(st) SKM_sk_sort(POLICYINFO, (st)) +# define sk_POLICYINFO_is_sorted(st) SKM_sk_is_sorted(POLICYINFO, (st)) +# define sk_POLICYQUALINFO_new(cmp) SKM_sk_new(POLICYQUALINFO, (cmp)) +# define sk_POLICYQUALINFO_new_null() SKM_sk_new_null(POLICYQUALINFO) +# define sk_POLICYQUALINFO_free(st) SKM_sk_free(POLICYQUALINFO, (st)) +# define sk_POLICYQUALINFO_num(st) SKM_sk_num(POLICYQUALINFO, (st)) +# define sk_POLICYQUALINFO_value(st, i) SKM_sk_value(POLICYQUALINFO, (st), (i)) +# define sk_POLICYQUALINFO_set(st, i, val) SKM_sk_set(POLICYQUALINFO, (st), (i), (val)) +# define sk_POLICYQUALINFO_zero(st) SKM_sk_zero(POLICYQUALINFO, (st)) +# define sk_POLICYQUALINFO_push(st, val) SKM_sk_push(POLICYQUALINFO, (st), (val)) +# define sk_POLICYQUALINFO_unshift(st, val) SKM_sk_unshift(POLICYQUALINFO, (st), (val)) +# define sk_POLICYQUALINFO_find(st, val) SKM_sk_find(POLICYQUALINFO, (st), (val)) +# define sk_POLICYQUALINFO_find_ex(st, val) SKM_sk_find_ex(POLICYQUALINFO, (st), (val)) +# define sk_POLICYQUALINFO_delete(st, i) SKM_sk_delete(POLICYQUALINFO, (st), (i)) +# define sk_POLICYQUALINFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICYQUALINFO, (st), (ptr)) +# define sk_POLICYQUALINFO_insert(st, val, i) SKM_sk_insert(POLICYQUALINFO, (st), (val), (i)) +# define sk_POLICYQUALINFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICYQUALINFO, (st), (cmp)) +# define sk_POLICYQUALINFO_dup(st) SKM_sk_dup(POLICYQUALINFO, st) +# define sk_POLICYQUALINFO_pop_free(st, free_func) SKM_sk_pop_free(POLICYQUALINFO, (st), (free_func)) +# define sk_POLICYQUALINFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(POLICYQUALINFO, (st), (copy_func), (free_func)) +# define sk_POLICYQUALINFO_shift(st) SKM_sk_shift(POLICYQUALINFO, (st)) +# define sk_POLICYQUALINFO_pop(st) SKM_sk_pop(POLICYQUALINFO, (st)) +# define sk_POLICYQUALINFO_sort(st) SKM_sk_sort(POLICYQUALINFO, (st)) +# define sk_POLICYQUALINFO_is_sorted(st) SKM_sk_is_sorted(POLICYQUALINFO, (st)) +# define sk_POLICY_MAPPING_new(cmp) SKM_sk_new(POLICY_MAPPING, (cmp)) +# define sk_POLICY_MAPPING_new_null() SKM_sk_new_null(POLICY_MAPPING) +# define sk_POLICY_MAPPING_free(st) SKM_sk_free(POLICY_MAPPING, (st)) +# define sk_POLICY_MAPPING_num(st) SKM_sk_num(POLICY_MAPPING, (st)) +# define sk_POLICY_MAPPING_value(st, i) SKM_sk_value(POLICY_MAPPING, (st), (i)) +# define sk_POLICY_MAPPING_set(st, i, val) SKM_sk_set(POLICY_MAPPING, (st), (i), (val)) +# define sk_POLICY_MAPPING_zero(st) SKM_sk_zero(POLICY_MAPPING, (st)) +# define sk_POLICY_MAPPING_push(st, val) SKM_sk_push(POLICY_MAPPING, (st), (val)) +# define sk_POLICY_MAPPING_unshift(st, val) SKM_sk_unshift(POLICY_MAPPING, (st), (val)) +# define sk_POLICY_MAPPING_find(st, val) SKM_sk_find(POLICY_MAPPING, (st), (val)) +# define sk_POLICY_MAPPING_find_ex(st, val) SKM_sk_find_ex(POLICY_MAPPING, (st), (val)) +# define sk_POLICY_MAPPING_delete(st, i) SKM_sk_delete(POLICY_MAPPING, (st), (i)) +# define sk_POLICY_MAPPING_delete_ptr(st, ptr) SKM_sk_delete_ptr(POLICY_MAPPING, (st), (ptr)) +# define sk_POLICY_MAPPING_insert(st, val, i) SKM_sk_insert(POLICY_MAPPING, (st), (val), (i)) +# define sk_POLICY_MAPPING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(POLICY_MAPPING, (st), (cmp)) +# define sk_POLICY_MAPPING_dup(st) SKM_sk_dup(POLICY_MAPPING, st) +# define sk_POLICY_MAPPING_pop_free(st, free_func) SKM_sk_pop_free(POLICY_MAPPING, (st), (free_func)) +# define sk_POLICY_MAPPING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(POLICY_MAPPING, (st), (copy_func), (free_func)) +# define sk_POLICY_MAPPING_shift(st) SKM_sk_shift(POLICY_MAPPING, (st)) +# define sk_POLICY_MAPPING_pop(st) SKM_sk_pop(POLICY_MAPPING, (st)) +# define sk_POLICY_MAPPING_sort(st) SKM_sk_sort(POLICY_MAPPING, (st)) +# define sk_POLICY_MAPPING_is_sorted(st) SKM_sk_is_sorted(POLICY_MAPPING, (st)) +# define sk_SCT_new(cmp) SKM_sk_new(SCT, (cmp)) +# define sk_SCT_new_null() SKM_sk_new_null(SCT) +# define sk_SCT_free(st) SKM_sk_free(SCT, (st)) +# define sk_SCT_num(st) SKM_sk_num(SCT, (st)) +# define sk_SCT_value(st, i) SKM_sk_value(SCT, (st), (i)) +# define sk_SCT_set(st, i, val) SKM_sk_set(SCT, (st), (i), (val)) +# define sk_SCT_zero(st) SKM_sk_zero(SCT, (st)) +# define sk_SCT_push(st, val) SKM_sk_push(SCT, (st), (val)) +# define sk_SCT_unshift(st, val) SKM_sk_unshift(SCT, (st), (val)) +# define sk_SCT_find(st, val) SKM_sk_find(SCT, (st), (val)) +# define sk_SCT_find_ex(st, val) SKM_sk_find_ex(SCT, (st), (val)) +# define sk_SCT_delete(st, i) SKM_sk_delete(SCT, (st), (i)) +# define sk_SCT_delete_ptr(st, ptr) SKM_sk_delete_ptr(SCT, (st), (ptr)) +# define sk_SCT_insert(st, val, i) SKM_sk_insert(SCT, (st), (val), (i)) +# define sk_SCT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SCT, (st), (cmp)) +# define sk_SCT_dup(st) SKM_sk_dup(SCT, st) +# define sk_SCT_pop_free(st, free_func) SKM_sk_pop_free(SCT, (st), (free_func)) +# define sk_SCT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SCT, (st), (copy_func), (free_func)) +# define sk_SCT_shift(st) SKM_sk_shift(SCT, (st)) +# define sk_SCT_pop(st) SKM_sk_pop(SCT, (st)) +# define sk_SCT_sort(st) SKM_sk_sort(SCT, (st)) +# define sk_SCT_is_sorted(st) SKM_sk_is_sorted(SCT, (st)) +# define sk_SRP_gN_new(cmp) SKM_sk_new(SRP_gN, (cmp)) +# define sk_SRP_gN_new_null() SKM_sk_new_null(SRP_gN) +# define sk_SRP_gN_free(st) SKM_sk_free(SRP_gN, (st)) +# define sk_SRP_gN_num(st) SKM_sk_num(SRP_gN, (st)) +# define sk_SRP_gN_value(st, i) SKM_sk_value(SRP_gN, (st), (i)) +# define sk_SRP_gN_set(st, i, val) SKM_sk_set(SRP_gN, (st), (i), (val)) +# define sk_SRP_gN_zero(st) SKM_sk_zero(SRP_gN, (st)) +# define sk_SRP_gN_push(st, val) SKM_sk_push(SRP_gN, (st), (val)) +# define sk_SRP_gN_unshift(st, val) SKM_sk_unshift(SRP_gN, (st), (val)) +# define sk_SRP_gN_find(st, val) SKM_sk_find(SRP_gN, (st), (val)) +# define sk_SRP_gN_find_ex(st, val) SKM_sk_find_ex(SRP_gN, (st), (val)) +# define sk_SRP_gN_delete(st, i) SKM_sk_delete(SRP_gN, (st), (i)) +# define sk_SRP_gN_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN, (st), (ptr)) +# define sk_SRP_gN_insert(st, val, i) SKM_sk_insert(SRP_gN, (st), (val), (i)) +# define sk_SRP_gN_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN, (st), (cmp)) +# define sk_SRP_gN_dup(st) SKM_sk_dup(SRP_gN, st) +# define sk_SRP_gN_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN, (st), (free_func)) +# define sk_SRP_gN_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRP_gN, (st), (copy_func), (free_func)) +# define sk_SRP_gN_shift(st) SKM_sk_shift(SRP_gN, (st)) +# define sk_SRP_gN_pop(st) SKM_sk_pop(SRP_gN, (st)) +# define sk_SRP_gN_sort(st) SKM_sk_sort(SRP_gN, (st)) +# define sk_SRP_gN_is_sorted(st) SKM_sk_is_sorted(SRP_gN, (st)) +# define sk_SRP_gN_cache_new(cmp) SKM_sk_new(SRP_gN_cache, (cmp)) +# define sk_SRP_gN_cache_new_null() SKM_sk_new_null(SRP_gN_cache) +# define sk_SRP_gN_cache_free(st) SKM_sk_free(SRP_gN_cache, (st)) +# define sk_SRP_gN_cache_num(st) SKM_sk_num(SRP_gN_cache, (st)) +# define sk_SRP_gN_cache_value(st, i) SKM_sk_value(SRP_gN_cache, (st), (i)) +# define sk_SRP_gN_cache_set(st, i, val) SKM_sk_set(SRP_gN_cache, (st), (i), (val)) +# define sk_SRP_gN_cache_zero(st) SKM_sk_zero(SRP_gN_cache, (st)) +# define sk_SRP_gN_cache_push(st, val) SKM_sk_push(SRP_gN_cache, (st), (val)) +# define sk_SRP_gN_cache_unshift(st, val) SKM_sk_unshift(SRP_gN_cache, (st), (val)) +# define sk_SRP_gN_cache_find(st, val) SKM_sk_find(SRP_gN_cache, (st), (val)) +# define sk_SRP_gN_cache_find_ex(st, val) SKM_sk_find_ex(SRP_gN_cache, (st), (val)) +# define sk_SRP_gN_cache_delete(st, i) SKM_sk_delete(SRP_gN_cache, (st), (i)) +# define sk_SRP_gN_cache_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_gN_cache, (st), (ptr)) +# define sk_SRP_gN_cache_insert(st, val, i) SKM_sk_insert(SRP_gN_cache, (st), (val), (i)) +# define sk_SRP_gN_cache_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_gN_cache, (st), (cmp)) +# define sk_SRP_gN_cache_dup(st) SKM_sk_dup(SRP_gN_cache, st) +# define sk_SRP_gN_cache_pop_free(st, free_func) SKM_sk_pop_free(SRP_gN_cache, (st), (free_func)) +# define sk_SRP_gN_cache_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRP_gN_cache, (st), (copy_func), (free_func)) +# define sk_SRP_gN_cache_shift(st) SKM_sk_shift(SRP_gN_cache, (st)) +# define sk_SRP_gN_cache_pop(st) SKM_sk_pop(SRP_gN_cache, (st)) +# define sk_SRP_gN_cache_sort(st) SKM_sk_sort(SRP_gN_cache, (st)) +# define sk_SRP_gN_cache_is_sorted(st) SKM_sk_is_sorted(SRP_gN_cache, (st)) +# define sk_SRP_user_pwd_new(cmp) SKM_sk_new(SRP_user_pwd, (cmp)) +# define sk_SRP_user_pwd_new_null() SKM_sk_new_null(SRP_user_pwd) +# define sk_SRP_user_pwd_free(st) SKM_sk_free(SRP_user_pwd, (st)) +# define sk_SRP_user_pwd_num(st) SKM_sk_num(SRP_user_pwd, (st)) +# define sk_SRP_user_pwd_value(st, i) SKM_sk_value(SRP_user_pwd, (st), (i)) +# define sk_SRP_user_pwd_set(st, i, val) SKM_sk_set(SRP_user_pwd, (st), (i), (val)) +# define sk_SRP_user_pwd_zero(st) SKM_sk_zero(SRP_user_pwd, (st)) +# define sk_SRP_user_pwd_push(st, val) SKM_sk_push(SRP_user_pwd, (st), (val)) +# define sk_SRP_user_pwd_unshift(st, val) SKM_sk_unshift(SRP_user_pwd, (st), (val)) +# define sk_SRP_user_pwd_find(st, val) SKM_sk_find(SRP_user_pwd, (st), (val)) +# define sk_SRP_user_pwd_find_ex(st, val) SKM_sk_find_ex(SRP_user_pwd, (st), (val)) +# define sk_SRP_user_pwd_delete(st, i) SKM_sk_delete(SRP_user_pwd, (st), (i)) +# define sk_SRP_user_pwd_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRP_user_pwd, (st), (ptr)) +# define sk_SRP_user_pwd_insert(st, val, i) SKM_sk_insert(SRP_user_pwd, (st), (val), (i)) +# define sk_SRP_user_pwd_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRP_user_pwd, (st), (cmp)) +# define sk_SRP_user_pwd_dup(st) SKM_sk_dup(SRP_user_pwd, st) +# define sk_SRP_user_pwd_pop_free(st, free_func) SKM_sk_pop_free(SRP_user_pwd, (st), (free_func)) +# define sk_SRP_user_pwd_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRP_user_pwd, (st), (copy_func), (free_func)) +# define sk_SRP_user_pwd_shift(st) SKM_sk_shift(SRP_user_pwd, (st)) +# define sk_SRP_user_pwd_pop(st) SKM_sk_pop(SRP_user_pwd, (st)) +# define sk_SRP_user_pwd_sort(st) SKM_sk_sort(SRP_user_pwd, (st)) +# define sk_SRP_user_pwd_is_sorted(st) SKM_sk_is_sorted(SRP_user_pwd, (st)) +# define sk_SRTP_PROTECTION_PROFILE_new(cmp) SKM_sk_new(SRTP_PROTECTION_PROFILE, (cmp)) +# define sk_SRTP_PROTECTION_PROFILE_new_null() SKM_sk_new_null(SRTP_PROTECTION_PROFILE) +# define sk_SRTP_PROTECTION_PROFILE_free(st) SKM_sk_free(SRTP_PROTECTION_PROFILE, (st)) +# define sk_SRTP_PROTECTION_PROFILE_num(st) SKM_sk_num(SRTP_PROTECTION_PROFILE, (st)) +# define sk_SRTP_PROTECTION_PROFILE_value(st, i) SKM_sk_value(SRTP_PROTECTION_PROFILE, (st), (i)) +# define sk_SRTP_PROTECTION_PROFILE_set(st, i, val) SKM_sk_set(SRTP_PROTECTION_PROFILE, (st), (i), (val)) +# define sk_SRTP_PROTECTION_PROFILE_zero(st) SKM_sk_zero(SRTP_PROTECTION_PROFILE, (st)) +# define sk_SRTP_PROTECTION_PROFILE_push(st, val) SKM_sk_push(SRTP_PROTECTION_PROFILE, (st), (val)) +# define sk_SRTP_PROTECTION_PROFILE_unshift(st, val) SKM_sk_unshift(SRTP_PROTECTION_PROFILE, (st), (val)) +# define sk_SRTP_PROTECTION_PROFILE_find(st, val) SKM_sk_find(SRTP_PROTECTION_PROFILE, (st), (val)) +# define sk_SRTP_PROTECTION_PROFILE_find_ex(st, val) SKM_sk_find_ex(SRTP_PROTECTION_PROFILE, (st), (val)) +# define sk_SRTP_PROTECTION_PROFILE_delete(st, i) SKM_sk_delete(SRTP_PROTECTION_PROFILE, (st), (i)) +# define sk_SRTP_PROTECTION_PROFILE_delete_ptr(st, ptr) SKM_sk_delete_ptr(SRTP_PROTECTION_PROFILE, (st), (ptr)) +# define sk_SRTP_PROTECTION_PROFILE_insert(st, val, i) SKM_sk_insert(SRTP_PROTECTION_PROFILE, (st), (val), (i)) +# define sk_SRTP_PROTECTION_PROFILE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SRTP_PROTECTION_PROFILE, (st), (cmp)) +# define sk_SRTP_PROTECTION_PROFILE_dup(st) SKM_sk_dup(SRTP_PROTECTION_PROFILE, st) +# define sk_SRTP_PROTECTION_PROFILE_pop_free(st, free_func) SKM_sk_pop_free(SRTP_PROTECTION_PROFILE, (st), (free_func)) +# define sk_SRTP_PROTECTION_PROFILE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SRTP_PROTECTION_PROFILE, (st), (copy_func), (free_func)) +# define sk_SRTP_PROTECTION_PROFILE_shift(st) SKM_sk_shift(SRTP_PROTECTION_PROFILE, (st)) +# define sk_SRTP_PROTECTION_PROFILE_pop(st) SKM_sk_pop(SRTP_PROTECTION_PROFILE, (st)) +# define sk_SRTP_PROTECTION_PROFILE_sort(st) SKM_sk_sort(SRTP_PROTECTION_PROFILE, (st)) +# define sk_SRTP_PROTECTION_PROFILE_is_sorted(st) SKM_sk_is_sorted(SRTP_PROTECTION_PROFILE, (st)) +# define sk_SSL_CIPHER_new(cmp) SKM_sk_new(SSL_CIPHER, (cmp)) +# define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER) +# define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st)) +# define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st)) +# define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i)) +# define sk_SSL_CIPHER_set(st, i, val) SKM_sk_set(SSL_CIPHER, (st), (i), (val)) +# define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st)) +# define sk_SSL_CIPHER_push(st, val) SKM_sk_push(SSL_CIPHER, (st), (val)) +# define sk_SSL_CIPHER_unshift(st, val) SKM_sk_unshift(SSL_CIPHER, (st), (val)) +# define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (st), (val)) +# define sk_SSL_CIPHER_find_ex(st, val) SKM_sk_find_ex(SSL_CIPHER, (st), (val)) +# define sk_SSL_CIPHER_delete(st, i) SKM_sk_delete(SSL_CIPHER, (st), (i)) +# define sk_SSL_CIPHER_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_CIPHER, (st), (ptr)) +# define sk_SSL_CIPHER_insert(st, val, i) SKM_sk_insert(SSL_CIPHER, (st), (val), (i)) +# define sk_SSL_CIPHER_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_CIPHER, (st), (cmp)) +# define sk_SSL_CIPHER_dup(st) SKM_sk_dup(SSL_CIPHER, st) +# define sk_SSL_CIPHER_pop_free(st, free_func) SKM_sk_pop_free(SSL_CIPHER, (st), (free_func)) +# define sk_SSL_CIPHER_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SSL_CIPHER, (st), (copy_func), (free_func)) +# define sk_SSL_CIPHER_shift(st) SKM_sk_shift(SSL_CIPHER, (st)) +# define sk_SSL_CIPHER_pop(st) SKM_sk_pop(SSL_CIPHER, (st)) +# define sk_SSL_CIPHER_sort(st) SKM_sk_sort(SSL_CIPHER, (st)) +# define sk_SSL_CIPHER_is_sorted(st) SKM_sk_is_sorted(SSL_CIPHER, (st)) +# define sk_SSL_COMP_new(cmp) SKM_sk_new(SSL_COMP, (cmp)) +# define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP) +# define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st)) +# define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st)) +# define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i)) +# define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val)) +# define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st)) +# define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val)) +# define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val)) +# define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val)) +# define sk_SSL_COMP_find_ex(st, val) SKM_sk_find_ex(SSL_COMP, (st), (val)) +# define sk_SSL_COMP_delete(st, i) SKM_sk_delete(SSL_COMP, (st), (i)) +# define sk_SSL_COMP_delete_ptr(st, ptr) SKM_sk_delete_ptr(SSL_COMP, (st), (ptr)) +# define sk_SSL_COMP_insert(st, val, i) SKM_sk_insert(SSL_COMP, (st), (val), (i)) +# define sk_SSL_COMP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SSL_COMP, (st), (cmp)) +# define sk_SSL_COMP_dup(st) SKM_sk_dup(SSL_COMP, st) +# define sk_SSL_COMP_pop_free(st, free_func) SKM_sk_pop_free(SSL_COMP, (st), (free_func)) +# define sk_SSL_COMP_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SSL_COMP, (st), (copy_func), (free_func)) +# define sk_SSL_COMP_shift(st) SKM_sk_shift(SSL_COMP, (st)) +# define sk_SSL_COMP_pop(st) SKM_sk_pop(SSL_COMP, (st)) +# define sk_SSL_COMP_sort(st) SKM_sk_sort(SSL_COMP, (st)) +# define sk_SSL_COMP_is_sorted(st) SKM_sk_is_sorted(SSL_COMP, (st)) +# define sk_STACK_OF_X509_NAME_ENTRY_new(cmp) SKM_sk_new(STACK_OF_X509_NAME_ENTRY, (cmp)) +# define sk_STACK_OF_X509_NAME_ENTRY_new_null() SKM_sk_new_null(STACK_OF_X509_NAME_ENTRY) +# define sk_STACK_OF_X509_NAME_ENTRY_free(st) SKM_sk_free(STACK_OF_X509_NAME_ENTRY, (st)) +# define sk_STACK_OF_X509_NAME_ENTRY_num(st) SKM_sk_num(STACK_OF_X509_NAME_ENTRY, (st)) +# define sk_STACK_OF_X509_NAME_ENTRY_value(st, i) SKM_sk_value(STACK_OF_X509_NAME_ENTRY, (st), (i)) +# define sk_STACK_OF_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(STACK_OF_X509_NAME_ENTRY, (st), (i), (val)) +# define sk_STACK_OF_X509_NAME_ENTRY_zero(st) SKM_sk_zero(STACK_OF_X509_NAME_ENTRY, (st)) +# define sk_STACK_OF_X509_NAME_ENTRY_push(st, val) SKM_sk_push(STACK_OF_X509_NAME_ENTRY, (st), (val)) +# define sk_STACK_OF_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(STACK_OF_X509_NAME_ENTRY, (st), (val)) +# define sk_STACK_OF_X509_NAME_ENTRY_find(st, val) SKM_sk_find(STACK_OF_X509_NAME_ENTRY, (st), (val)) +# define sk_STACK_OF_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(STACK_OF_X509_NAME_ENTRY, (st), (val)) +# define sk_STACK_OF_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(STACK_OF_X509_NAME_ENTRY, (st), (i)) +# define sk_STACK_OF_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(STACK_OF_X509_NAME_ENTRY, (st), (ptr)) +# define sk_STACK_OF_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(STACK_OF_X509_NAME_ENTRY, (st), (val), (i)) +# define sk_STACK_OF_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STACK_OF_X509_NAME_ENTRY, (st), (cmp)) +# define sk_STACK_OF_X509_NAME_ENTRY_dup(st) SKM_sk_dup(STACK_OF_X509_NAME_ENTRY, st) +# define sk_STACK_OF_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(STACK_OF_X509_NAME_ENTRY, (st), (free_func)) +# define sk_STACK_OF_X509_NAME_ENTRY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(STACK_OF_X509_NAME_ENTRY, (st), (copy_func), (free_func)) +# define sk_STACK_OF_X509_NAME_ENTRY_shift(st) SKM_sk_shift(STACK_OF_X509_NAME_ENTRY, (st)) +# define sk_STACK_OF_X509_NAME_ENTRY_pop(st) SKM_sk_pop(STACK_OF_X509_NAME_ENTRY, (st)) +# define sk_STACK_OF_X509_NAME_ENTRY_sort(st) SKM_sk_sort(STACK_OF_X509_NAME_ENTRY, (st)) +# define sk_STACK_OF_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(STACK_OF_X509_NAME_ENTRY, (st)) +# define sk_STORE_ATTR_INFO_new(cmp) SKM_sk_new(STORE_ATTR_INFO, (cmp)) +# define sk_STORE_ATTR_INFO_new_null() SKM_sk_new_null(STORE_ATTR_INFO) +# define sk_STORE_ATTR_INFO_free(st) SKM_sk_free(STORE_ATTR_INFO, (st)) +# define sk_STORE_ATTR_INFO_num(st) SKM_sk_num(STORE_ATTR_INFO, (st)) +# define sk_STORE_ATTR_INFO_value(st, i) SKM_sk_value(STORE_ATTR_INFO, (st), (i)) +# define sk_STORE_ATTR_INFO_set(st, i, val) SKM_sk_set(STORE_ATTR_INFO, (st), (i), (val)) +# define sk_STORE_ATTR_INFO_zero(st) SKM_sk_zero(STORE_ATTR_INFO, (st)) +# define sk_STORE_ATTR_INFO_push(st, val) SKM_sk_push(STORE_ATTR_INFO, (st), (val)) +# define sk_STORE_ATTR_INFO_unshift(st, val) SKM_sk_unshift(STORE_ATTR_INFO, (st), (val)) +# define sk_STORE_ATTR_INFO_find(st, val) SKM_sk_find(STORE_ATTR_INFO, (st), (val)) +# define sk_STORE_ATTR_INFO_find_ex(st, val) SKM_sk_find_ex(STORE_ATTR_INFO, (st), (val)) +# define sk_STORE_ATTR_INFO_delete(st, i) SKM_sk_delete(STORE_ATTR_INFO, (st), (i)) +# define sk_STORE_ATTR_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_ATTR_INFO, (st), (ptr)) +# define sk_STORE_ATTR_INFO_insert(st, val, i) SKM_sk_insert(STORE_ATTR_INFO, (st), (val), (i)) +# define sk_STORE_ATTR_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_ATTR_INFO, (st), (cmp)) +# define sk_STORE_ATTR_INFO_dup(st) SKM_sk_dup(STORE_ATTR_INFO, st) +# define sk_STORE_ATTR_INFO_pop_free(st, free_func) SKM_sk_pop_free(STORE_ATTR_INFO, (st), (free_func)) +# define sk_STORE_ATTR_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(STORE_ATTR_INFO, (st), (copy_func), (free_func)) +# define sk_STORE_ATTR_INFO_shift(st) SKM_sk_shift(STORE_ATTR_INFO, (st)) +# define sk_STORE_ATTR_INFO_pop(st) SKM_sk_pop(STORE_ATTR_INFO, (st)) +# define sk_STORE_ATTR_INFO_sort(st) SKM_sk_sort(STORE_ATTR_INFO, (st)) +# define sk_STORE_ATTR_INFO_is_sorted(st) SKM_sk_is_sorted(STORE_ATTR_INFO, (st)) +# define sk_STORE_OBJECT_new(cmp) SKM_sk_new(STORE_OBJECT, (cmp)) +# define sk_STORE_OBJECT_new_null() SKM_sk_new_null(STORE_OBJECT) +# define sk_STORE_OBJECT_free(st) SKM_sk_free(STORE_OBJECT, (st)) +# define sk_STORE_OBJECT_num(st) SKM_sk_num(STORE_OBJECT, (st)) +# define sk_STORE_OBJECT_value(st, i) SKM_sk_value(STORE_OBJECT, (st), (i)) +# define sk_STORE_OBJECT_set(st, i, val) SKM_sk_set(STORE_OBJECT, (st), (i), (val)) +# define sk_STORE_OBJECT_zero(st) SKM_sk_zero(STORE_OBJECT, (st)) +# define sk_STORE_OBJECT_push(st, val) SKM_sk_push(STORE_OBJECT, (st), (val)) +# define sk_STORE_OBJECT_unshift(st, val) SKM_sk_unshift(STORE_OBJECT, (st), (val)) +# define sk_STORE_OBJECT_find(st, val) SKM_sk_find(STORE_OBJECT, (st), (val)) +# define sk_STORE_OBJECT_find_ex(st, val) SKM_sk_find_ex(STORE_OBJECT, (st), (val)) +# define sk_STORE_OBJECT_delete(st, i) SKM_sk_delete(STORE_OBJECT, (st), (i)) +# define sk_STORE_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(STORE_OBJECT, (st), (ptr)) +# define sk_STORE_OBJECT_insert(st, val, i) SKM_sk_insert(STORE_OBJECT, (st), (val), (i)) +# define sk_STORE_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(STORE_OBJECT, (st), (cmp)) +# define sk_STORE_OBJECT_dup(st) SKM_sk_dup(STORE_OBJECT, st) +# define sk_STORE_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(STORE_OBJECT, (st), (free_func)) +# define sk_STORE_OBJECT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(STORE_OBJECT, (st), (copy_func), (free_func)) +# define sk_STORE_OBJECT_shift(st) SKM_sk_shift(STORE_OBJECT, (st)) +# define sk_STORE_OBJECT_pop(st) SKM_sk_pop(STORE_OBJECT, (st)) +# define sk_STORE_OBJECT_sort(st) SKM_sk_sort(STORE_OBJECT, (st)) +# define sk_STORE_OBJECT_is_sorted(st) SKM_sk_is_sorted(STORE_OBJECT, (st)) +# define sk_SXNETID_new(cmp) SKM_sk_new(SXNETID, (cmp)) +# define sk_SXNETID_new_null() SKM_sk_new_null(SXNETID) +# define sk_SXNETID_free(st) SKM_sk_free(SXNETID, (st)) +# define sk_SXNETID_num(st) SKM_sk_num(SXNETID, (st)) +# define sk_SXNETID_value(st, i) SKM_sk_value(SXNETID, (st), (i)) +# define sk_SXNETID_set(st, i, val) SKM_sk_set(SXNETID, (st), (i), (val)) +# define sk_SXNETID_zero(st) SKM_sk_zero(SXNETID, (st)) +# define sk_SXNETID_push(st, val) SKM_sk_push(SXNETID, (st), (val)) +# define sk_SXNETID_unshift(st, val) SKM_sk_unshift(SXNETID, (st), (val)) +# define sk_SXNETID_find(st, val) SKM_sk_find(SXNETID, (st), (val)) +# define sk_SXNETID_find_ex(st, val) SKM_sk_find_ex(SXNETID, (st), (val)) +# define sk_SXNETID_delete(st, i) SKM_sk_delete(SXNETID, (st), (i)) +# define sk_SXNETID_delete_ptr(st, ptr) SKM_sk_delete_ptr(SXNETID, (st), (ptr)) +# define sk_SXNETID_insert(st, val, i) SKM_sk_insert(SXNETID, (st), (val), (i)) +# define sk_SXNETID_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(SXNETID, (st), (cmp)) +# define sk_SXNETID_dup(st) SKM_sk_dup(SXNETID, st) +# define sk_SXNETID_pop_free(st, free_func) SKM_sk_pop_free(SXNETID, (st), (free_func)) +# define sk_SXNETID_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(SXNETID, (st), (copy_func), (free_func)) +# define sk_SXNETID_shift(st) SKM_sk_shift(SXNETID, (st)) +# define sk_SXNETID_pop(st) SKM_sk_pop(SXNETID, (st)) +# define sk_SXNETID_sort(st) SKM_sk_sort(SXNETID, (st)) +# define sk_SXNETID_is_sorted(st) SKM_sk_is_sorted(SXNETID, (st)) +# define sk_UI_STRING_new(cmp) SKM_sk_new(UI_STRING, (cmp)) +# define sk_UI_STRING_new_null() SKM_sk_new_null(UI_STRING) +# define sk_UI_STRING_free(st) SKM_sk_free(UI_STRING, (st)) +# define sk_UI_STRING_num(st) SKM_sk_num(UI_STRING, (st)) +# define sk_UI_STRING_value(st, i) SKM_sk_value(UI_STRING, (st), (i)) +# define sk_UI_STRING_set(st, i, val) SKM_sk_set(UI_STRING, (st), (i), (val)) +# define sk_UI_STRING_zero(st) SKM_sk_zero(UI_STRING, (st)) +# define sk_UI_STRING_push(st, val) SKM_sk_push(UI_STRING, (st), (val)) +# define sk_UI_STRING_unshift(st, val) SKM_sk_unshift(UI_STRING, (st), (val)) +# define sk_UI_STRING_find(st, val) SKM_sk_find(UI_STRING, (st), (val)) +# define sk_UI_STRING_find_ex(st, val) SKM_sk_find_ex(UI_STRING, (st), (val)) +# define sk_UI_STRING_delete(st, i) SKM_sk_delete(UI_STRING, (st), (i)) +# define sk_UI_STRING_delete_ptr(st, ptr) SKM_sk_delete_ptr(UI_STRING, (st), (ptr)) +# define sk_UI_STRING_insert(st, val, i) SKM_sk_insert(UI_STRING, (st), (val), (i)) +# define sk_UI_STRING_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(UI_STRING, (st), (cmp)) +# define sk_UI_STRING_dup(st) SKM_sk_dup(UI_STRING, st) +# define sk_UI_STRING_pop_free(st, free_func) SKM_sk_pop_free(UI_STRING, (st), (free_func)) +# define sk_UI_STRING_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(UI_STRING, (st), (copy_func), (free_func)) +# define sk_UI_STRING_shift(st) SKM_sk_shift(UI_STRING, (st)) +# define sk_UI_STRING_pop(st) SKM_sk_pop(UI_STRING, (st)) +# define sk_UI_STRING_sort(st) SKM_sk_sort(UI_STRING, (st)) +# define sk_UI_STRING_is_sorted(st) SKM_sk_is_sorted(UI_STRING, (st)) +# define sk_X509_new(cmp) SKM_sk_new(X509, (cmp)) +# define sk_X509_new_null() SKM_sk_new_null(X509) +# define sk_X509_free(st) SKM_sk_free(X509, (st)) +# define sk_X509_num(st) SKM_sk_num(X509, (st)) +# define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i)) +# define sk_X509_set(st, i, val) SKM_sk_set(X509, (st), (i), (val)) +# define sk_X509_zero(st) SKM_sk_zero(X509, (st)) +# define sk_X509_push(st, val) SKM_sk_push(X509, (st), (val)) +# define sk_X509_unshift(st, val) SKM_sk_unshift(X509, (st), (val)) +# define sk_X509_find(st, val) SKM_sk_find(X509, (st), (val)) +# define sk_X509_find_ex(st, val) SKM_sk_find_ex(X509, (st), (val)) +# define sk_X509_delete(st, i) SKM_sk_delete(X509, (st), (i)) +# define sk_X509_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509, (st), (ptr)) +# define sk_X509_insert(st, val, i) SKM_sk_insert(X509, (st), (val), (i)) +# define sk_X509_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509, (st), (cmp)) +# define sk_X509_dup(st) SKM_sk_dup(X509, st) +# define sk_X509_pop_free(st, free_func) SKM_sk_pop_free(X509, (st), (free_func)) +# define sk_X509_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509, (st), (copy_func), (free_func)) +# define sk_X509_shift(st) SKM_sk_shift(X509, (st)) +# define sk_X509_pop(st) SKM_sk_pop(X509, (st)) +# define sk_X509_sort(st) SKM_sk_sort(X509, (st)) +# define sk_X509_is_sorted(st) SKM_sk_is_sorted(X509, (st)) +# define sk_X509V3_EXT_METHOD_new(cmp) SKM_sk_new(X509V3_EXT_METHOD, (cmp)) +# define sk_X509V3_EXT_METHOD_new_null() SKM_sk_new_null(X509V3_EXT_METHOD) +# define sk_X509V3_EXT_METHOD_free(st) SKM_sk_free(X509V3_EXT_METHOD, (st)) +# define sk_X509V3_EXT_METHOD_num(st) SKM_sk_num(X509V3_EXT_METHOD, (st)) +# define sk_X509V3_EXT_METHOD_value(st, i) SKM_sk_value(X509V3_EXT_METHOD, (st), (i)) +# define sk_X509V3_EXT_METHOD_set(st, i, val) SKM_sk_set(X509V3_EXT_METHOD, (st), (i), (val)) +# define sk_X509V3_EXT_METHOD_zero(st) SKM_sk_zero(X509V3_EXT_METHOD, (st)) +# define sk_X509V3_EXT_METHOD_push(st, val) SKM_sk_push(X509V3_EXT_METHOD, (st), (val)) +# define sk_X509V3_EXT_METHOD_unshift(st, val) SKM_sk_unshift(X509V3_EXT_METHOD, (st), (val)) +# define sk_X509V3_EXT_METHOD_find(st, val) SKM_sk_find(X509V3_EXT_METHOD, (st), (val)) +# define sk_X509V3_EXT_METHOD_find_ex(st, val) SKM_sk_find_ex(X509V3_EXT_METHOD, (st), (val)) +# define sk_X509V3_EXT_METHOD_delete(st, i) SKM_sk_delete(X509V3_EXT_METHOD, (st), (i)) +# define sk_X509V3_EXT_METHOD_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509V3_EXT_METHOD, (st), (ptr)) +# define sk_X509V3_EXT_METHOD_insert(st, val, i) SKM_sk_insert(X509V3_EXT_METHOD, (st), (val), (i)) +# define sk_X509V3_EXT_METHOD_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509V3_EXT_METHOD, (st), (cmp)) +# define sk_X509V3_EXT_METHOD_dup(st) SKM_sk_dup(X509V3_EXT_METHOD, st) +# define sk_X509V3_EXT_METHOD_pop_free(st, free_func) SKM_sk_pop_free(X509V3_EXT_METHOD, (st), (free_func)) +# define sk_X509V3_EXT_METHOD_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509V3_EXT_METHOD, (st), (copy_func), (free_func)) +# define sk_X509V3_EXT_METHOD_shift(st) SKM_sk_shift(X509V3_EXT_METHOD, (st)) +# define sk_X509V3_EXT_METHOD_pop(st) SKM_sk_pop(X509V3_EXT_METHOD, (st)) +# define sk_X509V3_EXT_METHOD_sort(st) SKM_sk_sort(X509V3_EXT_METHOD, (st)) +# define sk_X509V3_EXT_METHOD_is_sorted(st) SKM_sk_is_sorted(X509V3_EXT_METHOD, (st)) +# define sk_X509_ALGOR_new(cmp) SKM_sk_new(X509_ALGOR, (cmp)) +# define sk_X509_ALGOR_new_null() SKM_sk_new_null(X509_ALGOR) +# define sk_X509_ALGOR_free(st) SKM_sk_free(X509_ALGOR, (st)) +# define sk_X509_ALGOR_num(st) SKM_sk_num(X509_ALGOR, (st)) +# define sk_X509_ALGOR_value(st, i) SKM_sk_value(X509_ALGOR, (st), (i)) +# define sk_X509_ALGOR_set(st, i, val) SKM_sk_set(X509_ALGOR, (st), (i), (val)) +# define sk_X509_ALGOR_zero(st) SKM_sk_zero(X509_ALGOR, (st)) +# define sk_X509_ALGOR_push(st, val) SKM_sk_push(X509_ALGOR, (st), (val)) +# define sk_X509_ALGOR_unshift(st, val) SKM_sk_unshift(X509_ALGOR, (st), (val)) +# define sk_X509_ALGOR_find(st, val) SKM_sk_find(X509_ALGOR, (st), (val)) +# define sk_X509_ALGOR_find_ex(st, val) SKM_sk_find_ex(X509_ALGOR, (st), (val)) +# define sk_X509_ALGOR_delete(st, i) SKM_sk_delete(X509_ALGOR, (st), (i)) +# define sk_X509_ALGOR_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ALGOR, (st), (ptr)) +# define sk_X509_ALGOR_insert(st, val, i) SKM_sk_insert(X509_ALGOR, (st), (val), (i)) +# define sk_X509_ALGOR_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ALGOR, (st), (cmp)) +# define sk_X509_ALGOR_dup(st) SKM_sk_dup(X509_ALGOR, st) +# define sk_X509_ALGOR_pop_free(st, free_func) SKM_sk_pop_free(X509_ALGOR, (st), (free_func)) +# define sk_X509_ALGOR_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_ALGOR, (st), (copy_func), (free_func)) +# define sk_X509_ALGOR_shift(st) SKM_sk_shift(X509_ALGOR, (st)) +# define sk_X509_ALGOR_pop(st) SKM_sk_pop(X509_ALGOR, (st)) +# define sk_X509_ALGOR_sort(st) SKM_sk_sort(X509_ALGOR, (st)) +# define sk_X509_ALGOR_is_sorted(st) SKM_sk_is_sorted(X509_ALGOR, (st)) +# define sk_X509_ATTRIBUTE_new(cmp) SKM_sk_new(X509_ATTRIBUTE, (cmp)) +# define sk_X509_ATTRIBUTE_new_null() SKM_sk_new_null(X509_ATTRIBUTE) +# define sk_X509_ATTRIBUTE_free(st) SKM_sk_free(X509_ATTRIBUTE, (st)) +# define sk_X509_ATTRIBUTE_num(st) SKM_sk_num(X509_ATTRIBUTE, (st)) +# define sk_X509_ATTRIBUTE_value(st, i) SKM_sk_value(X509_ATTRIBUTE, (st), (i)) +# define sk_X509_ATTRIBUTE_set(st, i, val) SKM_sk_set(X509_ATTRIBUTE, (st), (i), (val)) +# define sk_X509_ATTRIBUTE_zero(st) SKM_sk_zero(X509_ATTRIBUTE, (st)) +# define sk_X509_ATTRIBUTE_push(st, val) SKM_sk_push(X509_ATTRIBUTE, (st), (val)) +# define sk_X509_ATTRIBUTE_unshift(st, val) SKM_sk_unshift(X509_ATTRIBUTE, (st), (val)) +# define sk_X509_ATTRIBUTE_find(st, val) SKM_sk_find(X509_ATTRIBUTE, (st), (val)) +# define sk_X509_ATTRIBUTE_find_ex(st, val) SKM_sk_find_ex(X509_ATTRIBUTE, (st), (val)) +# define sk_X509_ATTRIBUTE_delete(st, i) SKM_sk_delete(X509_ATTRIBUTE, (st), (i)) +# define sk_X509_ATTRIBUTE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_ATTRIBUTE, (st), (ptr)) +# define sk_X509_ATTRIBUTE_insert(st, val, i) SKM_sk_insert(X509_ATTRIBUTE, (st), (val), (i)) +# define sk_X509_ATTRIBUTE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_ATTRIBUTE, (st), (cmp)) +# define sk_X509_ATTRIBUTE_dup(st) SKM_sk_dup(X509_ATTRIBUTE, st) +# define sk_X509_ATTRIBUTE_pop_free(st, free_func) SKM_sk_pop_free(X509_ATTRIBUTE, (st), (free_func)) +# define sk_X509_ATTRIBUTE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_ATTRIBUTE, (st), (copy_func), (free_func)) +# define sk_X509_ATTRIBUTE_shift(st) SKM_sk_shift(X509_ATTRIBUTE, (st)) +# define sk_X509_ATTRIBUTE_pop(st) SKM_sk_pop(X509_ATTRIBUTE, (st)) +# define sk_X509_ATTRIBUTE_sort(st) SKM_sk_sort(X509_ATTRIBUTE, (st)) +# define sk_X509_ATTRIBUTE_is_sorted(st) SKM_sk_is_sorted(X509_ATTRIBUTE, (st)) +# define sk_X509_CRL_new(cmp) SKM_sk_new(X509_CRL, (cmp)) +# define sk_X509_CRL_new_null() SKM_sk_new_null(X509_CRL) +# define sk_X509_CRL_free(st) SKM_sk_free(X509_CRL, (st)) +# define sk_X509_CRL_num(st) SKM_sk_num(X509_CRL, (st)) +# define sk_X509_CRL_value(st, i) SKM_sk_value(X509_CRL, (st), (i)) +# define sk_X509_CRL_set(st, i, val) SKM_sk_set(X509_CRL, (st), (i), (val)) +# define sk_X509_CRL_zero(st) SKM_sk_zero(X509_CRL, (st)) +# define sk_X509_CRL_push(st, val) SKM_sk_push(X509_CRL, (st), (val)) +# define sk_X509_CRL_unshift(st, val) SKM_sk_unshift(X509_CRL, (st), (val)) +# define sk_X509_CRL_find(st, val) SKM_sk_find(X509_CRL, (st), (val)) +# define sk_X509_CRL_find_ex(st, val) SKM_sk_find_ex(X509_CRL, (st), (val)) +# define sk_X509_CRL_delete(st, i) SKM_sk_delete(X509_CRL, (st), (i)) +# define sk_X509_CRL_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_CRL, (st), (ptr)) +# define sk_X509_CRL_insert(st, val, i) SKM_sk_insert(X509_CRL, (st), (val), (i)) +# define sk_X509_CRL_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_CRL, (st), (cmp)) +# define sk_X509_CRL_dup(st) SKM_sk_dup(X509_CRL, st) +# define sk_X509_CRL_pop_free(st, free_func) SKM_sk_pop_free(X509_CRL, (st), (free_func)) +# define sk_X509_CRL_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_CRL, (st), (copy_func), (free_func)) +# define sk_X509_CRL_shift(st) SKM_sk_shift(X509_CRL, (st)) +# define sk_X509_CRL_pop(st) SKM_sk_pop(X509_CRL, (st)) +# define sk_X509_CRL_sort(st) SKM_sk_sort(X509_CRL, (st)) +# define sk_X509_CRL_is_sorted(st) SKM_sk_is_sorted(X509_CRL, (st)) +# define sk_X509_EXTENSION_new(cmp) SKM_sk_new(X509_EXTENSION, (cmp)) +# define sk_X509_EXTENSION_new_null() SKM_sk_new_null(X509_EXTENSION) +# define sk_X509_EXTENSION_free(st) SKM_sk_free(X509_EXTENSION, (st)) +# define sk_X509_EXTENSION_num(st) SKM_sk_num(X509_EXTENSION, (st)) +# define sk_X509_EXTENSION_value(st, i) SKM_sk_value(X509_EXTENSION, (st), (i)) +# define sk_X509_EXTENSION_set(st, i, val) SKM_sk_set(X509_EXTENSION, (st), (i), (val)) +# define sk_X509_EXTENSION_zero(st) SKM_sk_zero(X509_EXTENSION, (st)) +# define sk_X509_EXTENSION_push(st, val) SKM_sk_push(X509_EXTENSION, (st), (val)) +# define sk_X509_EXTENSION_unshift(st, val) SKM_sk_unshift(X509_EXTENSION, (st), (val)) +# define sk_X509_EXTENSION_find(st, val) SKM_sk_find(X509_EXTENSION, (st), (val)) +# define sk_X509_EXTENSION_find_ex(st, val) SKM_sk_find_ex(X509_EXTENSION, (st), (val)) +# define sk_X509_EXTENSION_delete(st, i) SKM_sk_delete(X509_EXTENSION, (st), (i)) +# define sk_X509_EXTENSION_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_EXTENSION, (st), (ptr)) +# define sk_X509_EXTENSION_insert(st, val, i) SKM_sk_insert(X509_EXTENSION, (st), (val), (i)) +# define sk_X509_EXTENSION_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_EXTENSION, (st), (cmp)) +# define sk_X509_EXTENSION_dup(st) SKM_sk_dup(X509_EXTENSION, st) +# define sk_X509_EXTENSION_pop_free(st, free_func) SKM_sk_pop_free(X509_EXTENSION, (st), (free_func)) +# define sk_X509_EXTENSION_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_EXTENSION, (st), (copy_func), (free_func)) +# define sk_X509_EXTENSION_shift(st) SKM_sk_shift(X509_EXTENSION, (st)) +# define sk_X509_EXTENSION_pop(st) SKM_sk_pop(X509_EXTENSION, (st)) +# define sk_X509_EXTENSION_sort(st) SKM_sk_sort(X509_EXTENSION, (st)) +# define sk_X509_EXTENSION_is_sorted(st) SKM_sk_is_sorted(X509_EXTENSION, (st)) +# define sk_X509_INFO_new(cmp) SKM_sk_new(X509_INFO, (cmp)) +# define sk_X509_INFO_new_null() SKM_sk_new_null(X509_INFO) +# define sk_X509_INFO_free(st) SKM_sk_free(X509_INFO, (st)) +# define sk_X509_INFO_num(st) SKM_sk_num(X509_INFO, (st)) +# define sk_X509_INFO_value(st, i) SKM_sk_value(X509_INFO, (st), (i)) +# define sk_X509_INFO_set(st, i, val) SKM_sk_set(X509_INFO, (st), (i), (val)) +# define sk_X509_INFO_zero(st) SKM_sk_zero(X509_INFO, (st)) +# define sk_X509_INFO_push(st, val) SKM_sk_push(X509_INFO, (st), (val)) +# define sk_X509_INFO_unshift(st, val) SKM_sk_unshift(X509_INFO, (st), (val)) +# define sk_X509_INFO_find(st, val) SKM_sk_find(X509_INFO, (st), (val)) +# define sk_X509_INFO_find_ex(st, val) SKM_sk_find_ex(X509_INFO, (st), (val)) +# define sk_X509_INFO_delete(st, i) SKM_sk_delete(X509_INFO, (st), (i)) +# define sk_X509_INFO_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_INFO, (st), (ptr)) +# define sk_X509_INFO_insert(st, val, i) SKM_sk_insert(X509_INFO, (st), (val), (i)) +# define sk_X509_INFO_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_INFO, (st), (cmp)) +# define sk_X509_INFO_dup(st) SKM_sk_dup(X509_INFO, st) +# define sk_X509_INFO_pop_free(st, free_func) SKM_sk_pop_free(X509_INFO, (st), (free_func)) +# define sk_X509_INFO_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_INFO, (st), (copy_func), (free_func)) +# define sk_X509_INFO_shift(st) SKM_sk_shift(X509_INFO, (st)) +# define sk_X509_INFO_pop(st) SKM_sk_pop(X509_INFO, (st)) +# define sk_X509_INFO_sort(st) SKM_sk_sort(X509_INFO, (st)) +# define sk_X509_INFO_is_sorted(st) SKM_sk_is_sorted(X509_INFO, (st)) +# define sk_X509_LOOKUP_new(cmp) SKM_sk_new(X509_LOOKUP, (cmp)) +# define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP) +# define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st)) +# define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st)) +# define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i)) +# define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val)) +# define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st)) +# define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val)) +# define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val)) +# define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (st), (val)) +# define sk_X509_LOOKUP_find_ex(st, val) SKM_sk_find_ex(X509_LOOKUP, (st), (val)) +# define sk_X509_LOOKUP_delete(st, i) SKM_sk_delete(X509_LOOKUP, (st), (i)) +# define sk_X509_LOOKUP_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_LOOKUP, (st), (ptr)) +# define sk_X509_LOOKUP_insert(st, val, i) SKM_sk_insert(X509_LOOKUP, (st), (val), (i)) +# define sk_X509_LOOKUP_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_LOOKUP, (st), (cmp)) +# define sk_X509_LOOKUP_dup(st) SKM_sk_dup(X509_LOOKUP, st) +# define sk_X509_LOOKUP_pop_free(st, free_func) SKM_sk_pop_free(X509_LOOKUP, (st), (free_func)) +# define sk_X509_LOOKUP_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_LOOKUP, (st), (copy_func), (free_func)) +# define sk_X509_LOOKUP_shift(st) SKM_sk_shift(X509_LOOKUP, (st)) +# define sk_X509_LOOKUP_pop(st) SKM_sk_pop(X509_LOOKUP, (st)) +# define sk_X509_LOOKUP_sort(st) SKM_sk_sort(X509_LOOKUP, (st)) +# define sk_X509_LOOKUP_is_sorted(st) SKM_sk_is_sorted(X509_LOOKUP, (st)) +# define sk_X509_NAME_new(cmp) SKM_sk_new(X509_NAME, (cmp)) +# define sk_X509_NAME_new_null() SKM_sk_new_null(X509_NAME) +# define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st)) +# define sk_X509_NAME_num(st) SKM_sk_num(X509_NAME, (st)) +# define sk_X509_NAME_value(st, i) SKM_sk_value(X509_NAME, (st), (i)) +# define sk_X509_NAME_set(st, i, val) SKM_sk_set(X509_NAME, (st), (i), (val)) +# define sk_X509_NAME_zero(st) SKM_sk_zero(X509_NAME, (st)) +# define sk_X509_NAME_push(st, val) SKM_sk_push(X509_NAME, (st), (val)) +# define sk_X509_NAME_unshift(st, val) SKM_sk_unshift(X509_NAME, (st), (val)) +# define sk_X509_NAME_find(st, val) SKM_sk_find(X509_NAME, (st), (val)) +# define sk_X509_NAME_find_ex(st, val) SKM_sk_find_ex(X509_NAME, (st), (val)) +# define sk_X509_NAME_delete(st, i) SKM_sk_delete(X509_NAME, (st), (i)) +# define sk_X509_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME, (st), (ptr)) +# define sk_X509_NAME_insert(st, val, i) SKM_sk_insert(X509_NAME, (st), (val), (i)) +# define sk_X509_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME, (st), (cmp)) +# define sk_X509_NAME_dup(st) SKM_sk_dup(X509_NAME, st) +# define sk_X509_NAME_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME, (st), (free_func)) +# define sk_X509_NAME_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_NAME, (st), (copy_func), (free_func)) +# define sk_X509_NAME_shift(st) SKM_sk_shift(X509_NAME, (st)) +# define sk_X509_NAME_pop(st) SKM_sk_pop(X509_NAME, (st)) +# define sk_X509_NAME_sort(st) SKM_sk_sort(X509_NAME, (st)) +# define sk_X509_NAME_is_sorted(st) SKM_sk_is_sorted(X509_NAME, (st)) +# define sk_X509_NAME_ENTRY_new(cmp) SKM_sk_new(X509_NAME_ENTRY, (cmp)) +# define sk_X509_NAME_ENTRY_new_null() SKM_sk_new_null(X509_NAME_ENTRY) +# define sk_X509_NAME_ENTRY_free(st) SKM_sk_free(X509_NAME_ENTRY, (st)) +# define sk_X509_NAME_ENTRY_num(st) SKM_sk_num(X509_NAME_ENTRY, (st)) +# define sk_X509_NAME_ENTRY_value(st, i) SKM_sk_value(X509_NAME_ENTRY, (st), (i)) +# define sk_X509_NAME_ENTRY_set(st, i, val) SKM_sk_set(X509_NAME_ENTRY, (st), (i), (val)) +# define sk_X509_NAME_ENTRY_zero(st) SKM_sk_zero(X509_NAME_ENTRY, (st)) +# define sk_X509_NAME_ENTRY_push(st, val) SKM_sk_push(X509_NAME_ENTRY, (st), (val)) +# define sk_X509_NAME_ENTRY_unshift(st, val) SKM_sk_unshift(X509_NAME_ENTRY, (st), (val)) +# define sk_X509_NAME_ENTRY_find(st, val) SKM_sk_find(X509_NAME_ENTRY, (st), (val)) +# define sk_X509_NAME_ENTRY_find_ex(st, val) SKM_sk_find_ex(X509_NAME_ENTRY, (st), (val)) +# define sk_X509_NAME_ENTRY_delete(st, i) SKM_sk_delete(X509_NAME_ENTRY, (st), (i)) +# define sk_X509_NAME_ENTRY_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_NAME_ENTRY, (st), (ptr)) +# define sk_X509_NAME_ENTRY_insert(st, val, i) SKM_sk_insert(X509_NAME_ENTRY, (st), (val), (i)) +# define sk_X509_NAME_ENTRY_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_NAME_ENTRY, (st), (cmp)) +# define sk_X509_NAME_ENTRY_dup(st) SKM_sk_dup(X509_NAME_ENTRY, st) +# define sk_X509_NAME_ENTRY_pop_free(st, free_func) SKM_sk_pop_free(X509_NAME_ENTRY, (st), (free_func)) +# define sk_X509_NAME_ENTRY_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_NAME_ENTRY, (st), (copy_func), (free_func)) +# define sk_X509_NAME_ENTRY_shift(st) SKM_sk_shift(X509_NAME_ENTRY, (st)) +# define sk_X509_NAME_ENTRY_pop(st) SKM_sk_pop(X509_NAME_ENTRY, (st)) +# define sk_X509_NAME_ENTRY_sort(st) SKM_sk_sort(X509_NAME_ENTRY, (st)) +# define sk_X509_NAME_ENTRY_is_sorted(st) SKM_sk_is_sorted(X509_NAME_ENTRY, (st)) +# define sk_X509_OBJECT_new(cmp) SKM_sk_new(X509_OBJECT, (cmp)) +# define sk_X509_OBJECT_new_null() SKM_sk_new_null(X509_OBJECT) +# define sk_X509_OBJECT_free(st) SKM_sk_free(X509_OBJECT, (st)) +# define sk_X509_OBJECT_num(st) SKM_sk_num(X509_OBJECT, (st)) +# define sk_X509_OBJECT_value(st, i) SKM_sk_value(X509_OBJECT, (st), (i)) +# define sk_X509_OBJECT_set(st, i, val) SKM_sk_set(X509_OBJECT, (st), (i), (val)) +# define sk_X509_OBJECT_zero(st) SKM_sk_zero(X509_OBJECT, (st)) +# define sk_X509_OBJECT_push(st, val) SKM_sk_push(X509_OBJECT, (st), (val)) +# define sk_X509_OBJECT_unshift(st, val) SKM_sk_unshift(X509_OBJECT, (st), (val)) +# define sk_X509_OBJECT_find(st, val) SKM_sk_find(X509_OBJECT, (st), (val)) +# define sk_X509_OBJECT_find_ex(st, val) SKM_sk_find_ex(X509_OBJECT, (st), (val)) +# define sk_X509_OBJECT_delete(st, i) SKM_sk_delete(X509_OBJECT, (st), (i)) +# define sk_X509_OBJECT_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_OBJECT, (st), (ptr)) +# define sk_X509_OBJECT_insert(st, val, i) SKM_sk_insert(X509_OBJECT, (st), (val), (i)) +# define sk_X509_OBJECT_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_OBJECT, (st), (cmp)) +# define sk_X509_OBJECT_dup(st) SKM_sk_dup(X509_OBJECT, st) +# define sk_X509_OBJECT_pop_free(st, free_func) SKM_sk_pop_free(X509_OBJECT, (st), (free_func)) +# define sk_X509_OBJECT_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_OBJECT, (st), (copy_func), (free_func)) +# define sk_X509_OBJECT_shift(st) SKM_sk_shift(X509_OBJECT, (st)) +# define sk_X509_OBJECT_pop(st) SKM_sk_pop(X509_OBJECT, (st)) +# define sk_X509_OBJECT_sort(st) SKM_sk_sort(X509_OBJECT, (st)) +# define sk_X509_OBJECT_is_sorted(st) SKM_sk_is_sorted(X509_OBJECT, (st)) +# define sk_X509_POLICY_DATA_new(cmp) SKM_sk_new(X509_POLICY_DATA, (cmp)) +# define sk_X509_POLICY_DATA_new_null() SKM_sk_new_null(X509_POLICY_DATA) +# define sk_X509_POLICY_DATA_free(st) SKM_sk_free(X509_POLICY_DATA, (st)) +# define sk_X509_POLICY_DATA_num(st) SKM_sk_num(X509_POLICY_DATA, (st)) +# define sk_X509_POLICY_DATA_value(st, i) SKM_sk_value(X509_POLICY_DATA, (st), (i)) +# define sk_X509_POLICY_DATA_set(st, i, val) SKM_sk_set(X509_POLICY_DATA, (st), (i), (val)) +# define sk_X509_POLICY_DATA_zero(st) SKM_sk_zero(X509_POLICY_DATA, (st)) +# define sk_X509_POLICY_DATA_push(st, val) SKM_sk_push(X509_POLICY_DATA, (st), (val)) +# define sk_X509_POLICY_DATA_unshift(st, val) SKM_sk_unshift(X509_POLICY_DATA, (st), (val)) +# define sk_X509_POLICY_DATA_find(st, val) SKM_sk_find(X509_POLICY_DATA, (st), (val)) +# define sk_X509_POLICY_DATA_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_DATA, (st), (val)) +# define sk_X509_POLICY_DATA_delete(st, i) SKM_sk_delete(X509_POLICY_DATA, (st), (i)) +# define sk_X509_POLICY_DATA_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_DATA, (st), (ptr)) +# define sk_X509_POLICY_DATA_insert(st, val, i) SKM_sk_insert(X509_POLICY_DATA, (st), (val), (i)) +# define sk_X509_POLICY_DATA_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_DATA, (st), (cmp)) +# define sk_X509_POLICY_DATA_dup(st) SKM_sk_dup(X509_POLICY_DATA, st) +# define sk_X509_POLICY_DATA_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_DATA, (st), (free_func)) +# define sk_X509_POLICY_DATA_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_POLICY_DATA, (st), (copy_func), (free_func)) +# define sk_X509_POLICY_DATA_shift(st) SKM_sk_shift(X509_POLICY_DATA, (st)) +# define sk_X509_POLICY_DATA_pop(st) SKM_sk_pop(X509_POLICY_DATA, (st)) +# define sk_X509_POLICY_DATA_sort(st) SKM_sk_sort(X509_POLICY_DATA, (st)) +# define sk_X509_POLICY_DATA_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_DATA, (st)) +# define sk_X509_POLICY_NODE_new(cmp) SKM_sk_new(X509_POLICY_NODE, (cmp)) +# define sk_X509_POLICY_NODE_new_null() SKM_sk_new_null(X509_POLICY_NODE) +# define sk_X509_POLICY_NODE_free(st) SKM_sk_free(X509_POLICY_NODE, (st)) +# define sk_X509_POLICY_NODE_num(st) SKM_sk_num(X509_POLICY_NODE, (st)) +# define sk_X509_POLICY_NODE_value(st, i) SKM_sk_value(X509_POLICY_NODE, (st), (i)) +# define sk_X509_POLICY_NODE_set(st, i, val) SKM_sk_set(X509_POLICY_NODE, (st), (i), (val)) +# define sk_X509_POLICY_NODE_zero(st) SKM_sk_zero(X509_POLICY_NODE, (st)) +# define sk_X509_POLICY_NODE_push(st, val) SKM_sk_push(X509_POLICY_NODE, (st), (val)) +# define sk_X509_POLICY_NODE_unshift(st, val) SKM_sk_unshift(X509_POLICY_NODE, (st), (val)) +# define sk_X509_POLICY_NODE_find(st, val) SKM_sk_find(X509_POLICY_NODE, (st), (val)) +# define sk_X509_POLICY_NODE_find_ex(st, val) SKM_sk_find_ex(X509_POLICY_NODE, (st), (val)) +# define sk_X509_POLICY_NODE_delete(st, i) SKM_sk_delete(X509_POLICY_NODE, (st), (i)) +# define sk_X509_POLICY_NODE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_POLICY_NODE, (st), (ptr)) +# define sk_X509_POLICY_NODE_insert(st, val, i) SKM_sk_insert(X509_POLICY_NODE, (st), (val), (i)) +# define sk_X509_POLICY_NODE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_POLICY_NODE, (st), (cmp)) +# define sk_X509_POLICY_NODE_dup(st) SKM_sk_dup(X509_POLICY_NODE, st) +# define sk_X509_POLICY_NODE_pop_free(st, free_func) SKM_sk_pop_free(X509_POLICY_NODE, (st), (free_func)) +# define sk_X509_POLICY_NODE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_POLICY_NODE, (st), (copy_func), (free_func)) +# define sk_X509_POLICY_NODE_shift(st) SKM_sk_shift(X509_POLICY_NODE, (st)) +# define sk_X509_POLICY_NODE_pop(st) SKM_sk_pop(X509_POLICY_NODE, (st)) +# define sk_X509_POLICY_NODE_sort(st) SKM_sk_sort(X509_POLICY_NODE, (st)) +# define sk_X509_POLICY_NODE_is_sorted(st) SKM_sk_is_sorted(X509_POLICY_NODE, (st)) +# define sk_X509_PURPOSE_new(cmp) SKM_sk_new(X509_PURPOSE, (cmp)) +# define sk_X509_PURPOSE_new_null() SKM_sk_new_null(X509_PURPOSE) +# define sk_X509_PURPOSE_free(st) SKM_sk_free(X509_PURPOSE, (st)) +# define sk_X509_PURPOSE_num(st) SKM_sk_num(X509_PURPOSE, (st)) +# define sk_X509_PURPOSE_value(st, i) SKM_sk_value(X509_PURPOSE, (st), (i)) +# define sk_X509_PURPOSE_set(st, i, val) SKM_sk_set(X509_PURPOSE, (st), (i), (val)) +# define sk_X509_PURPOSE_zero(st) SKM_sk_zero(X509_PURPOSE, (st)) +# define sk_X509_PURPOSE_push(st, val) SKM_sk_push(X509_PURPOSE, (st), (val)) +# define sk_X509_PURPOSE_unshift(st, val) SKM_sk_unshift(X509_PURPOSE, (st), (val)) +# define sk_X509_PURPOSE_find(st, val) SKM_sk_find(X509_PURPOSE, (st), (val)) +# define sk_X509_PURPOSE_find_ex(st, val) SKM_sk_find_ex(X509_PURPOSE, (st), (val)) +# define sk_X509_PURPOSE_delete(st, i) SKM_sk_delete(X509_PURPOSE, (st), (i)) +# define sk_X509_PURPOSE_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_PURPOSE, (st), (ptr)) +# define sk_X509_PURPOSE_insert(st, val, i) SKM_sk_insert(X509_PURPOSE, (st), (val), (i)) +# define sk_X509_PURPOSE_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_PURPOSE, (st), (cmp)) +# define sk_X509_PURPOSE_dup(st) SKM_sk_dup(X509_PURPOSE, st) +# define sk_X509_PURPOSE_pop_free(st, free_func) SKM_sk_pop_free(X509_PURPOSE, (st), (free_func)) +# define sk_X509_PURPOSE_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_PURPOSE, (st), (copy_func), (free_func)) +# define sk_X509_PURPOSE_shift(st) SKM_sk_shift(X509_PURPOSE, (st)) +# define sk_X509_PURPOSE_pop(st) SKM_sk_pop(X509_PURPOSE, (st)) +# define sk_X509_PURPOSE_sort(st) SKM_sk_sort(X509_PURPOSE, (st)) +# define sk_X509_PURPOSE_is_sorted(st) SKM_sk_is_sorted(X509_PURPOSE, (st)) +# define sk_X509_REVOKED_new(cmp) SKM_sk_new(X509_REVOKED, (cmp)) +# define sk_X509_REVOKED_new_null() SKM_sk_new_null(X509_REVOKED) +# define sk_X509_REVOKED_free(st) SKM_sk_free(X509_REVOKED, (st)) +# define sk_X509_REVOKED_num(st) SKM_sk_num(X509_REVOKED, (st)) +# define sk_X509_REVOKED_value(st, i) SKM_sk_value(X509_REVOKED, (st), (i)) +# define sk_X509_REVOKED_set(st, i, val) SKM_sk_set(X509_REVOKED, (st), (i), (val)) +# define sk_X509_REVOKED_zero(st) SKM_sk_zero(X509_REVOKED, (st)) +# define sk_X509_REVOKED_push(st, val) SKM_sk_push(X509_REVOKED, (st), (val)) +# define sk_X509_REVOKED_unshift(st, val) SKM_sk_unshift(X509_REVOKED, (st), (val)) +# define sk_X509_REVOKED_find(st, val) SKM_sk_find(X509_REVOKED, (st), (val)) +# define sk_X509_REVOKED_find_ex(st, val) SKM_sk_find_ex(X509_REVOKED, (st), (val)) +# define sk_X509_REVOKED_delete(st, i) SKM_sk_delete(X509_REVOKED, (st), (i)) +# define sk_X509_REVOKED_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_REVOKED, (st), (ptr)) +# define sk_X509_REVOKED_insert(st, val, i) SKM_sk_insert(X509_REVOKED, (st), (val), (i)) +# define sk_X509_REVOKED_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_REVOKED, (st), (cmp)) +# define sk_X509_REVOKED_dup(st) SKM_sk_dup(X509_REVOKED, st) +# define sk_X509_REVOKED_pop_free(st, free_func) SKM_sk_pop_free(X509_REVOKED, (st), (free_func)) +# define sk_X509_REVOKED_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_REVOKED, (st), (copy_func), (free_func)) +# define sk_X509_REVOKED_shift(st) SKM_sk_shift(X509_REVOKED, (st)) +# define sk_X509_REVOKED_pop(st) SKM_sk_pop(X509_REVOKED, (st)) +# define sk_X509_REVOKED_sort(st) SKM_sk_sort(X509_REVOKED, (st)) +# define sk_X509_REVOKED_is_sorted(st) SKM_sk_is_sorted(X509_REVOKED, (st)) +# define sk_X509_TRUST_new(cmp) SKM_sk_new(X509_TRUST, (cmp)) +# define sk_X509_TRUST_new_null() SKM_sk_new_null(X509_TRUST) +# define sk_X509_TRUST_free(st) SKM_sk_free(X509_TRUST, (st)) +# define sk_X509_TRUST_num(st) SKM_sk_num(X509_TRUST, (st)) +# define sk_X509_TRUST_value(st, i) SKM_sk_value(X509_TRUST, (st), (i)) +# define sk_X509_TRUST_set(st, i, val) SKM_sk_set(X509_TRUST, (st), (i), (val)) +# define sk_X509_TRUST_zero(st) SKM_sk_zero(X509_TRUST, (st)) +# define sk_X509_TRUST_push(st, val) SKM_sk_push(X509_TRUST, (st), (val)) +# define sk_X509_TRUST_unshift(st, val) SKM_sk_unshift(X509_TRUST, (st), (val)) +# define sk_X509_TRUST_find(st, val) SKM_sk_find(X509_TRUST, (st), (val)) +# define sk_X509_TRUST_find_ex(st, val) SKM_sk_find_ex(X509_TRUST, (st), (val)) +# define sk_X509_TRUST_delete(st, i) SKM_sk_delete(X509_TRUST, (st), (i)) +# define sk_X509_TRUST_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_TRUST, (st), (ptr)) +# define sk_X509_TRUST_insert(st, val, i) SKM_sk_insert(X509_TRUST, (st), (val), (i)) +# define sk_X509_TRUST_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_TRUST, (st), (cmp)) +# define sk_X509_TRUST_dup(st) SKM_sk_dup(X509_TRUST, st) +# define sk_X509_TRUST_pop_free(st, free_func) SKM_sk_pop_free(X509_TRUST, (st), (free_func)) +# define sk_X509_TRUST_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_TRUST, (st), (copy_func), (free_func)) +# define sk_X509_TRUST_shift(st) SKM_sk_shift(X509_TRUST, (st)) +# define sk_X509_TRUST_pop(st) SKM_sk_pop(X509_TRUST, (st)) +# define sk_X509_TRUST_sort(st) SKM_sk_sort(X509_TRUST, (st)) +# define sk_X509_TRUST_is_sorted(st) SKM_sk_is_sorted(X509_TRUST, (st)) +# define sk_X509_VERIFY_PARAM_new(cmp) SKM_sk_new(X509_VERIFY_PARAM, (cmp)) +# define sk_X509_VERIFY_PARAM_new_null() SKM_sk_new_null(X509_VERIFY_PARAM) +# define sk_X509_VERIFY_PARAM_free(st) SKM_sk_free(X509_VERIFY_PARAM, (st)) +# define sk_X509_VERIFY_PARAM_num(st) SKM_sk_num(X509_VERIFY_PARAM, (st)) +# define sk_X509_VERIFY_PARAM_value(st, i) SKM_sk_value(X509_VERIFY_PARAM, (st), (i)) +# define sk_X509_VERIFY_PARAM_set(st, i, val) SKM_sk_set(X509_VERIFY_PARAM, (st), (i), (val)) +# define sk_X509_VERIFY_PARAM_zero(st) SKM_sk_zero(X509_VERIFY_PARAM, (st)) +# define sk_X509_VERIFY_PARAM_push(st, val) SKM_sk_push(X509_VERIFY_PARAM, (st), (val)) +# define sk_X509_VERIFY_PARAM_unshift(st, val) SKM_sk_unshift(X509_VERIFY_PARAM, (st), (val)) +# define sk_X509_VERIFY_PARAM_find(st, val) SKM_sk_find(X509_VERIFY_PARAM, (st), (val)) +# define sk_X509_VERIFY_PARAM_find_ex(st, val) SKM_sk_find_ex(X509_VERIFY_PARAM, (st), (val)) +# define sk_X509_VERIFY_PARAM_delete(st, i) SKM_sk_delete(X509_VERIFY_PARAM, (st), (i)) +# define sk_X509_VERIFY_PARAM_delete_ptr(st, ptr) SKM_sk_delete_ptr(X509_VERIFY_PARAM, (st), (ptr)) +# define sk_X509_VERIFY_PARAM_insert(st, val, i) SKM_sk_insert(X509_VERIFY_PARAM, (st), (val), (i)) +# define sk_X509_VERIFY_PARAM_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(X509_VERIFY_PARAM, (st), (cmp)) +# define sk_X509_VERIFY_PARAM_dup(st) SKM_sk_dup(X509_VERIFY_PARAM, st) +# define sk_X509_VERIFY_PARAM_pop_free(st, free_func) SKM_sk_pop_free(X509_VERIFY_PARAM, (st), (free_func)) +# define sk_X509_VERIFY_PARAM_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(X509_VERIFY_PARAM, (st), (copy_func), (free_func)) +# define sk_X509_VERIFY_PARAM_shift(st) SKM_sk_shift(X509_VERIFY_PARAM, (st)) +# define sk_X509_VERIFY_PARAM_pop(st) SKM_sk_pop(X509_VERIFY_PARAM, (st)) +# define sk_X509_VERIFY_PARAM_sort(st) SKM_sk_sort(X509_VERIFY_PARAM, (st)) +# define sk_X509_VERIFY_PARAM_is_sorted(st) SKM_sk_is_sorted(X509_VERIFY_PARAM, (st)) +# define sk_nid_triple_new(cmp) SKM_sk_new(nid_triple, (cmp)) +# define sk_nid_triple_new_null() SKM_sk_new_null(nid_triple) +# define sk_nid_triple_free(st) SKM_sk_free(nid_triple, (st)) +# define sk_nid_triple_num(st) SKM_sk_num(nid_triple, (st)) +# define sk_nid_triple_value(st, i) SKM_sk_value(nid_triple, (st), (i)) +# define sk_nid_triple_set(st, i, val) SKM_sk_set(nid_triple, (st), (i), (val)) +# define sk_nid_triple_zero(st) SKM_sk_zero(nid_triple, (st)) +# define sk_nid_triple_push(st, val) SKM_sk_push(nid_triple, (st), (val)) +# define sk_nid_triple_unshift(st, val) SKM_sk_unshift(nid_triple, (st), (val)) +# define sk_nid_triple_find(st, val) SKM_sk_find(nid_triple, (st), (val)) +# define sk_nid_triple_find_ex(st, val) SKM_sk_find_ex(nid_triple, (st), (val)) +# define sk_nid_triple_delete(st, i) SKM_sk_delete(nid_triple, (st), (i)) +# define sk_nid_triple_delete_ptr(st, ptr) SKM_sk_delete_ptr(nid_triple, (st), (ptr)) +# define sk_nid_triple_insert(st, val, i) SKM_sk_insert(nid_triple, (st), (val), (i)) +# define sk_nid_triple_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(nid_triple, (st), (cmp)) +# define sk_nid_triple_dup(st) SKM_sk_dup(nid_triple, st) +# define sk_nid_triple_pop_free(st, free_func) SKM_sk_pop_free(nid_triple, (st), (free_func)) +# define sk_nid_triple_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(nid_triple, (st), (copy_func), (free_func)) +# define sk_nid_triple_shift(st) SKM_sk_shift(nid_triple, (st)) +# define sk_nid_triple_pop(st) SKM_sk_pop(nid_triple, (st)) +# define sk_nid_triple_sort(st) SKM_sk_sort(nid_triple, (st)) +# define sk_nid_triple_is_sorted(st) SKM_sk_is_sorted(nid_triple, (st)) +# define sk_void_new(cmp) SKM_sk_new(void, (cmp)) +# define sk_void_new_null() SKM_sk_new_null(void) +# define sk_void_free(st) SKM_sk_free(void, (st)) +# define sk_void_num(st) SKM_sk_num(void, (st)) +# define sk_void_value(st, i) SKM_sk_value(void, (st), (i)) +# define sk_void_set(st, i, val) SKM_sk_set(void, (st), (i), (val)) +# define sk_void_zero(st) SKM_sk_zero(void, (st)) +# define sk_void_push(st, val) SKM_sk_push(void, (st), (val)) +# define sk_void_unshift(st, val) SKM_sk_unshift(void, (st), (val)) +# define sk_void_find(st, val) SKM_sk_find(void, (st), (val)) +# define sk_void_find_ex(st, val) SKM_sk_find_ex(void, (st), (val)) +# define sk_void_delete(st, i) SKM_sk_delete(void, (st), (i)) +# define sk_void_delete_ptr(st, ptr) SKM_sk_delete_ptr(void, (st), (ptr)) +# define sk_void_insert(st, val, i) SKM_sk_insert(void, (st), (val), (i)) +# define sk_void_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(void, (st), (cmp)) +# define sk_void_dup(st) SKM_sk_dup(void, st) +# define sk_void_pop_free(st, free_func) SKM_sk_pop_free(void, (st), (free_func)) +# define sk_void_deep_copy(st, copy_func, free_func) SKM_sk_deep_copy(void, (st), (copy_func), (free_func)) +# define sk_void_shift(st) SKM_sk_shift(void, (st)) +# define sk_void_pop(st) SKM_sk_pop(void, (st)) +# define sk_void_sort(st) SKM_sk_sort(void, (st)) +# define sk_void_is_sorted(st) SKM_sk_is_sorted(void, (st)) +# define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp))) +# define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null()) +# define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val)) +# define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val)) +# define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, st), i)) +# define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st) +# define sk_OPENSSL_STRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_FREE_FUNC(char, free_func)) +# define sk_OPENSSL_STRING_deep_copy(st, copy_func, free_func) ((STACK_OF(OPENSSL_STRING) *)sk_deep_copy(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_COPY_FUNC(char, copy_func), CHECKED_SK_FREE_FUNC(char, free_func))) +# define sk_OPENSSL_STRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val), i) +# define sk_OPENSSL_STRING_free(st) SKM_sk_free(OPENSSL_STRING, st) +# define sk_OPENSSL_STRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_STRING, st), i, CHECKED_PTR_OF(char, val)) +# define sk_OPENSSL_STRING_zero(st) SKM_sk_zero(OPENSSL_STRING, (st)) +# define sk_OPENSSL_STRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val)) +# define sk_OPENSSL_STRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_STRING), st), CHECKED_CONST_PTR_OF(char, val)) +# define sk_OPENSSL_STRING_delete(st, i) SKM_sk_delete(OPENSSL_STRING, (st), (i)) +# define sk_OPENSSL_STRING_delete_ptr(st, ptr) (OPENSSL_STRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, ptr)) +# define sk_OPENSSL_STRING_set_cmp_func(st, cmp) \ + ((int (*)(const char * const *,const char * const *)) \ + sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_SK_CMP_FUNC(char, cmp))) +# define sk_OPENSSL_STRING_dup(st) SKM_sk_dup(OPENSSL_STRING, st) +# define sk_OPENSSL_STRING_shift(st) SKM_sk_shift(OPENSSL_STRING, (st)) +# define sk_OPENSSL_STRING_pop(st) (char *)sk_pop(CHECKED_STACK_OF(OPENSSL_STRING, st)) +# define sk_OPENSSL_STRING_sort(st) SKM_sk_sort(OPENSSL_STRING, (st)) +# define sk_OPENSSL_STRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_STRING, (st)) +# define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)sk_new(CHECKED_SK_CMP_FUNC(void, cmp))) +# define sk_OPENSSL_BLOCK_new_null() ((STACK_OF(OPENSSL_BLOCK) *)sk_new_null()) +# define sk_OPENSSL_BLOCK_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val)) +# define sk_OPENSSL_BLOCK_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val)) +# define sk_OPENSSL_BLOCK_value(st, i) ((OPENSSL_BLOCK)sk_value(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i)) +# define sk_OPENSSL_BLOCK_num(st) SKM_sk_num(OPENSSL_BLOCK, st) +# define sk_OPENSSL_BLOCK_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_FREE_FUNC(void, free_func)) +# define sk_OPENSSL_BLOCK_deep_copy(st, copy_func, free_func) ((STACK_OF(OPENSSL_BLOCK) *)sk_deep_copy(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_COPY_FUNC(void, copy_func), CHECKED_SK_FREE_FUNC(void, free_func))) +# define sk_OPENSSL_BLOCK_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val), i) +# define sk_OPENSSL_BLOCK_free(st) SKM_sk_free(OPENSSL_BLOCK, st) +# define sk_OPENSSL_BLOCK_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_BLOCK, st), i, CHECKED_PTR_OF(void, val)) +# define sk_OPENSSL_BLOCK_zero(st) SKM_sk_zero(OPENSSL_BLOCK, (st)) +# define sk_OPENSSL_BLOCK_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val)) +# define sk_OPENSSL_BLOCK_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_BLOCK), st), CHECKED_CONST_PTR_OF(void, val)) +# define sk_OPENSSL_BLOCK_delete(st, i) SKM_sk_delete(OPENSSL_BLOCK, (st), (i)) +# define sk_OPENSSL_BLOCK_delete_ptr(st, ptr) (OPENSSL_BLOCK *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, ptr)) +# define sk_OPENSSL_BLOCK_set_cmp_func(st, cmp) \ + ((int (*)(const void * const *,const void * const *)) \ + sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_SK_CMP_FUNC(void, cmp))) +# define sk_OPENSSL_BLOCK_dup(st) SKM_sk_dup(OPENSSL_BLOCK, st) +# define sk_OPENSSL_BLOCK_shift(st) SKM_sk_shift(OPENSSL_BLOCK, (st)) +# define sk_OPENSSL_BLOCK_pop(st) (void *)sk_pop(CHECKED_STACK_OF(OPENSSL_BLOCK, st)) +# define sk_OPENSSL_BLOCK_sort(st) SKM_sk_sort(OPENSSL_BLOCK, (st)) +# define sk_OPENSSL_BLOCK_is_sorted(st) SKM_sk_is_sorted(OPENSSL_BLOCK, (st)) +# define sk_OPENSSL_PSTRING_new(cmp) ((STACK_OF(OPENSSL_PSTRING) *)sk_new(CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp))) +# define sk_OPENSSL_PSTRING_new_null() ((STACK_OF(OPENSSL_PSTRING) *)sk_new_null()) +# define sk_OPENSSL_PSTRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val)) +# define sk_OPENSSL_PSTRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val)) +# define sk_OPENSSL_PSTRING_value(st, i) ((OPENSSL_PSTRING)sk_value(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i)) +# define sk_OPENSSL_PSTRING_num(st) SKM_sk_num(OPENSSL_PSTRING, st) +# define sk_OPENSSL_PSTRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_FREE_FUNC(OPENSSL_STRING, free_func)) +# define sk_OPENSSL_PSTRING_deep_copy(st, copy_func, free_func) ((STACK_OF(OPENSSL_PSTRING) *)sk_deep_copy(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_COPY_FUNC(OPENSSL_STRING, copy_func), CHECKED_SK_FREE_FUNC(OPENSSL_STRING, free_func))) +# define sk_OPENSSL_PSTRING_insert(st, val, i) sk_insert(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val), i) +# define sk_OPENSSL_PSTRING_free(st) SKM_sk_free(OPENSSL_PSTRING, st) +# define sk_OPENSSL_PSTRING_set(st, i, val) sk_set(CHECKED_STACK_OF(OPENSSL_PSTRING, st), i, CHECKED_PTR_OF(OPENSSL_STRING, val)) +# define sk_OPENSSL_PSTRING_zero(st) SKM_sk_zero(OPENSSL_PSTRING, (st)) +# define sk_OPENSSL_PSTRING_unshift(st, val) sk_unshift(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, val)) +# define sk_OPENSSL_PSTRING_find_ex(st, val) sk_find_ex((_STACK *)CHECKED_CONST_PTR_OF(STACK_OF(OPENSSL_PSTRING), st), CHECKED_CONST_PTR_OF(OPENSSL_STRING, val)) +# define sk_OPENSSL_PSTRING_delete(st, i) SKM_sk_delete(OPENSSL_PSTRING, (st), (i)) +# define sk_OPENSSL_PSTRING_delete_ptr(st, ptr) (OPENSSL_PSTRING *)sk_delete_ptr(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_PTR_OF(OPENSSL_STRING, ptr)) +# define sk_OPENSSL_PSTRING_set_cmp_func(st, cmp) \ + ((int (*)(const OPENSSL_STRING * const *,const OPENSSL_STRING * const *)) \ + sk_set_cmp_func(CHECKED_STACK_OF(OPENSSL_PSTRING, st), CHECKED_SK_CMP_FUNC(OPENSSL_STRING, cmp))) +# define sk_OPENSSL_PSTRING_dup(st) SKM_sk_dup(OPENSSL_PSTRING, st) +# define sk_OPENSSL_PSTRING_shift(st) SKM_sk_shift(OPENSSL_PSTRING, (st)) +# define sk_OPENSSL_PSTRING_pop(st) (OPENSSL_STRING *)sk_pop(CHECKED_STACK_OF(OPENSSL_PSTRING, st)) +# define sk_OPENSSL_PSTRING_sort(st) SKM_sk_sort(OPENSSL_PSTRING, (st)) +# define sk_OPENSSL_PSTRING_is_sorted(st) SKM_sk_is_sorted(OPENSSL_PSTRING, (st)) +# define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(ACCESS_DESCRIPTION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(ACCESS_DESCRIPTION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_ACCESS_DESCRIPTION(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(ACCESS_DESCRIPTION, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_ACCESS_DESCRIPTION(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(ACCESS_DESCRIPTION, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_ASN1_INTEGER(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(ASN1_INTEGER, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_ASN1_INTEGER(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(ASN1_INTEGER, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_ASN1_INTEGER(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(ASN1_INTEGER, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_ASN1_INTEGER(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(ASN1_INTEGER, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_ASN1_OBJECT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(ASN1_OBJECT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_ASN1_OBJECT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(ASN1_OBJECT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_ASN1_OBJECT(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(ASN1_OBJECT, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_ASN1_OBJECT(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(ASN1_OBJECT, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_ASN1_TYPE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(ASN1_TYPE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_ASN1_TYPE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(ASN1_TYPE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_ASN1_TYPE(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(ASN1_TYPE, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_ASN1_TYPE(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(ASN1_TYPE, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(ASN1_UTF8STRING, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_ASN1_UTF8STRING(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(ASN1_UTF8STRING, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_ASN1_UTF8STRING(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(ASN1_UTF8STRING, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_ASN1_UTF8STRING(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(ASN1_UTF8STRING, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_DIST_POINT(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(DIST_POINT, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_DIST_POINT(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(DIST_POINT, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_DIST_POINT(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(DIST_POINT, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_DIST_POINT(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(DIST_POINT, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_ESS_CERT_ID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(ESS_CERT_ID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_ESS_CERT_ID(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(ESS_CERT_ID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_ESS_CERT_ID(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(ESS_CERT_ID, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_ESS_CERT_ID(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(ESS_CERT_ID, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_EVP_MD(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(EVP_MD, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_EVP_MD(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(EVP_MD, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_EVP_MD(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(EVP_MD, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_EVP_MD(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(EVP_MD, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_GENERAL_NAME(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(GENERAL_NAME, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_GENERAL_NAME(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(GENERAL_NAME, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_GENERAL_NAME(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(GENERAL_NAME, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_GENERAL_NAME(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(GENERAL_NAME, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_OCSP_ONEREQ(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(OCSP_ONEREQ, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_OCSP_ONEREQ(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(OCSP_ONEREQ, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_OCSP_ONEREQ(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(OCSP_ONEREQ, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_OCSP_ONEREQ(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(OCSP_ONEREQ, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(OCSP_SINGLERESP, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_OCSP_SINGLERESP(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(OCSP_SINGLERESP, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_OCSP_SINGLERESP(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(OCSP_SINGLERESP, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_OCSP_SINGLERESP(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(OCSP_SINGLERESP, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(PKCS12_SAFEBAG, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_PKCS12_SAFEBAG(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(PKCS12_SAFEBAG, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_PKCS12_SAFEBAG(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(PKCS12_SAFEBAG, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_PKCS12_SAFEBAG(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(PKCS12_SAFEBAG, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_PKCS7(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(PKCS7, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_PKCS7(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(PKCS7, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_PKCS7(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(PKCS7, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_PKCS7(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(PKCS7, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(PKCS7_RECIP_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(PKCS7_RECIP_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_PKCS7_RECIP_INFO(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(PKCS7_RECIP_INFO, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_PKCS7_RECIP_INFO(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(PKCS7_RECIP_INFO, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(PKCS7_SIGNER_INFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(PKCS7_SIGNER_INFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_PKCS7_SIGNER_INFO(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(PKCS7_SIGNER_INFO, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_PKCS7_SIGNER_INFO(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(PKCS7_SIGNER_INFO, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_POLICYINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(POLICYINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_POLICYINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(POLICYINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_POLICYINFO(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(POLICYINFO, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_POLICYINFO(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(POLICYINFO, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_POLICYQUALINFO(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(POLICYQUALINFO, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_POLICYQUALINFO(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(POLICYQUALINFO, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_POLICYQUALINFO(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(POLICYQUALINFO, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_POLICYQUALINFO(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(POLICYQUALINFO, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_SXNETID(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(SXNETID, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_SXNETID(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(SXNETID, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_SXNETID(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(SXNETID, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_SXNETID(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(SXNETID, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_X509(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(X509, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_X509(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(X509, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_X509(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(X509, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_X509(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(X509, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_X509_ALGOR(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(X509_ALGOR, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_X509_ALGOR(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(X509_ALGOR, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_X509_ALGOR(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(X509_ALGOR, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_X509_ALGOR(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(X509_ALGOR, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(X509_ATTRIBUTE, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_X509_ATTRIBUTE(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(X509_ATTRIBUTE, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_X509_ATTRIBUTE(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(X509_ATTRIBUTE, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_X509_ATTRIBUTE(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(X509_ATTRIBUTE, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_X509_CRL(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(X509_CRL, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_X509_CRL(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(X509_CRL, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_X509_CRL(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(X509_CRL, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_X509_CRL(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(X509_CRL, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_X509_EXTENSION(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(X509_EXTENSION, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_X509_EXTENSION(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(X509_EXTENSION, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_X509_EXTENSION(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(X509_EXTENSION, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_X509_EXTENSION(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(X509_EXTENSION, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(X509_NAME_ENTRY, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_X509_NAME_ENTRY(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(X509_NAME_ENTRY, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_X509_NAME_ENTRY(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(X509_NAME_ENTRY, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_X509_NAME_ENTRY(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(X509_NAME_ENTRY, (buf), (len), (d2i_func), (free_func)) +# define d2i_ASN1_SET_OF_X509_REVOKED(st, pp, length, d2i_func, free_func, ex_tag, ex_class) \ + SKM_ASN1_SET_OF_d2i(X509_REVOKED, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) +# define i2d_ASN1_SET_OF_X509_REVOKED(st, pp, i2d_func, ex_tag, ex_class, is_set) \ + SKM_ASN1_SET_OF_i2d(X509_REVOKED, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set)) +# define ASN1_seq_pack_X509_REVOKED(st, i2d_func, buf, len) \ + SKM_ASN1_seq_pack(X509_REVOKED, (st), (i2d_func), (buf), (len)) +# define ASN1_seq_unpack_X509_REVOKED(buf, len, d2i_func, free_func) \ + SKM_ASN1_seq_unpack(X509_REVOKED, (buf), (len), (d2i_func), (free_func)) +# define PKCS12_decrypt_d2i_PKCS12_SAFEBAG(algor, d2i_func, free_func, pass, passlen, oct, seq) \ + SKM_PKCS12_decrypt_d2i(PKCS12_SAFEBAG, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq)) +# define PKCS12_decrypt_d2i_PKCS7(algor, d2i_func, free_func, pass, passlen, oct, seq) \ + SKM_PKCS12_decrypt_d2i(PKCS7, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq)) +# define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj) +# define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst) +# define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst) +# define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst) +# define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn) +# define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg) +# define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh) +# define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh) +# define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh) +# define lh_ADDED_OBJ_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(ADDED_OBJ,lh,out) +# define lh_ADDED_OBJ_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(ADDED_OBJ,lh,out) +# define lh_ADDED_OBJ_stats_bio(lh,out) \ + LHM_lh_stats_bio(ADDED_OBJ,lh,out) +# define lh_ADDED_OBJ_free(lh) LHM_lh_free(ADDED_OBJ,lh) +# define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info) +# define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst) +# define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst) +# define lh_APP_INFO_delete(lh,inst) LHM_lh_delete(APP_INFO,lh,inst) +# define lh_APP_INFO_doall(lh,fn) LHM_lh_doall(APP_INFO,lh,fn) +# define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg) +# define lh_APP_INFO_error(lh) LHM_lh_error(APP_INFO,lh) +# define lh_APP_INFO_num_items(lh) LHM_lh_num_items(APP_INFO,lh) +# define lh_APP_INFO_down_load(lh) LHM_lh_down_load(APP_INFO,lh) +# define lh_APP_INFO_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(APP_INFO,lh,out) +# define lh_APP_INFO_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(APP_INFO,lh,out) +# define lh_APP_INFO_stats_bio(lh,out) \ + LHM_lh_stats_bio(APP_INFO,lh,out) +# define lh_APP_INFO_free(lh) LHM_lh_free(APP_INFO,lh) +# define lh_CONF_VALUE_new() LHM_lh_new(CONF_VALUE,conf_value) +# define lh_CONF_VALUE_insert(lh,inst) LHM_lh_insert(CONF_VALUE,lh,inst) +# define lh_CONF_VALUE_retrieve(lh,inst) LHM_lh_retrieve(CONF_VALUE,lh,inst) +# define lh_CONF_VALUE_delete(lh,inst) LHM_lh_delete(CONF_VALUE,lh,inst) +# define lh_CONF_VALUE_doall(lh,fn) LHM_lh_doall(CONF_VALUE,lh,fn) +# define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg) +# define lh_CONF_VALUE_error(lh) LHM_lh_error(CONF_VALUE,lh) +# define lh_CONF_VALUE_num_items(lh) LHM_lh_num_items(CONF_VALUE,lh) +# define lh_CONF_VALUE_down_load(lh) LHM_lh_down_load(CONF_VALUE,lh) +# define lh_CONF_VALUE_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(CONF_VALUE,lh,out) +# define lh_CONF_VALUE_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(CONF_VALUE,lh,out) +# define lh_CONF_VALUE_stats_bio(lh,out) \ + LHM_lh_stats_bio(CONF_VALUE,lh,out) +# define lh_CONF_VALUE_free(lh) LHM_lh_free(CONF_VALUE,lh) +# define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile) +# define lh_ENGINE_PILE_insert(lh,inst) LHM_lh_insert(ENGINE_PILE,lh,inst) +# define lh_ENGINE_PILE_retrieve(lh,inst) LHM_lh_retrieve(ENGINE_PILE,lh,inst) +# define lh_ENGINE_PILE_delete(lh,inst) LHM_lh_delete(ENGINE_PILE,lh,inst) +# define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn) +# define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg) +# define lh_ENGINE_PILE_error(lh) LHM_lh_error(ENGINE_PILE,lh) +# define lh_ENGINE_PILE_num_items(lh) LHM_lh_num_items(ENGINE_PILE,lh) +# define lh_ENGINE_PILE_down_load(lh) LHM_lh_down_load(ENGINE_PILE,lh) +# define lh_ENGINE_PILE_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(ENGINE_PILE,lh,out) +# define lh_ENGINE_PILE_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(ENGINE_PILE,lh,out) +# define lh_ENGINE_PILE_stats_bio(lh,out) \ + LHM_lh_stats_bio(ENGINE_PILE,lh,out) +# define lh_ENGINE_PILE_free(lh) LHM_lh_free(ENGINE_PILE,lh) +# define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state) +# define lh_ERR_STATE_insert(lh,inst) LHM_lh_insert(ERR_STATE,lh,inst) +# define lh_ERR_STATE_retrieve(lh,inst) LHM_lh_retrieve(ERR_STATE,lh,inst) +# define lh_ERR_STATE_delete(lh,inst) LHM_lh_delete(ERR_STATE,lh,inst) +# define lh_ERR_STATE_doall(lh,fn) LHM_lh_doall(ERR_STATE,lh,fn) +# define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg) +# define lh_ERR_STATE_error(lh) LHM_lh_error(ERR_STATE,lh) +# define lh_ERR_STATE_num_items(lh) LHM_lh_num_items(ERR_STATE,lh) +# define lh_ERR_STATE_down_load(lh) LHM_lh_down_load(ERR_STATE,lh) +# define lh_ERR_STATE_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(ERR_STATE,lh,out) +# define lh_ERR_STATE_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(ERR_STATE,lh,out) +# define lh_ERR_STATE_stats_bio(lh,out) \ + LHM_lh_stats_bio(ERR_STATE,lh,out) +# define lh_ERR_STATE_free(lh) LHM_lh_free(ERR_STATE,lh) +# define lh_ERR_STRING_DATA_new() LHM_lh_new(ERR_STRING_DATA,err_string_data) +# define lh_ERR_STRING_DATA_insert(lh,inst) LHM_lh_insert(ERR_STRING_DATA,lh,inst) +# define lh_ERR_STRING_DATA_retrieve(lh,inst) LHM_lh_retrieve(ERR_STRING_DATA,lh,inst) +# define lh_ERR_STRING_DATA_delete(lh,inst) LHM_lh_delete(ERR_STRING_DATA,lh,inst) +# define lh_ERR_STRING_DATA_doall(lh,fn) LHM_lh_doall(ERR_STRING_DATA,lh,fn) +# define lh_ERR_STRING_DATA_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(ERR_STRING_DATA,lh,fn,arg_type,arg) +# define lh_ERR_STRING_DATA_error(lh) LHM_lh_error(ERR_STRING_DATA,lh) +# define lh_ERR_STRING_DATA_num_items(lh) LHM_lh_num_items(ERR_STRING_DATA,lh) +# define lh_ERR_STRING_DATA_down_load(lh) LHM_lh_down_load(ERR_STRING_DATA,lh) +# define lh_ERR_STRING_DATA_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(ERR_STRING_DATA,lh,out) +# define lh_ERR_STRING_DATA_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(ERR_STRING_DATA,lh,out) +# define lh_ERR_STRING_DATA_stats_bio(lh,out) \ + LHM_lh_stats_bio(ERR_STRING_DATA,lh,out) +# define lh_ERR_STRING_DATA_free(lh) LHM_lh_free(ERR_STRING_DATA,lh) +# define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item) +# define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst) +# define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst) +# define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst) +# define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn) +# define lh_EX_CLASS_ITEM_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(EX_CLASS_ITEM,lh,fn,arg_type,arg) +# define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh) +# define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh) +# define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh) +# define lh_EX_CLASS_ITEM_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(EX_CLASS_ITEM,lh,out) +# define lh_EX_CLASS_ITEM_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(EX_CLASS_ITEM,lh,out) +# define lh_EX_CLASS_ITEM_stats_bio(lh,out) \ + LHM_lh_stats_bio(EX_CLASS_ITEM,lh,out) +# define lh_EX_CLASS_ITEM_free(lh) LHM_lh_free(EX_CLASS_ITEM,lh) +# define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function) +# define lh_FUNCTION_insert(lh,inst) LHM_lh_insert(FUNCTION,lh,inst) +# define lh_FUNCTION_retrieve(lh,inst) LHM_lh_retrieve(FUNCTION,lh,inst) +# define lh_FUNCTION_delete(lh,inst) LHM_lh_delete(FUNCTION,lh,inst) +# define lh_FUNCTION_doall(lh,fn) LHM_lh_doall(FUNCTION,lh,fn) +# define lh_FUNCTION_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(FUNCTION,lh,fn,arg_type,arg) +# define lh_FUNCTION_error(lh) LHM_lh_error(FUNCTION,lh) +# define lh_FUNCTION_num_items(lh) LHM_lh_num_items(FUNCTION,lh) +# define lh_FUNCTION_down_load(lh) LHM_lh_down_load(FUNCTION,lh) +# define lh_FUNCTION_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(FUNCTION,lh,out) +# define lh_FUNCTION_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(FUNCTION,lh,out) +# define lh_FUNCTION_stats_bio(lh,out) \ + LHM_lh_stats_bio(FUNCTION,lh,out) +# define lh_FUNCTION_free(lh) LHM_lh_free(FUNCTION,lh) +# define lh_MEM_new() LHM_lh_new(MEM,mem) +# define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst) +# define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst) +# define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst) +# define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn) +# define lh_MEM_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg) +# define lh_MEM_error(lh) LHM_lh_error(MEM,lh) +# define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh) +# define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh) +# define lh_MEM_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(MEM,lh,out) +# define lh_MEM_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(MEM,lh,out) +# define lh_MEM_stats_bio(lh,out) \ + LHM_lh_stats_bio(MEM,lh,out) +# define lh_MEM_free(lh) LHM_lh_free(MEM,lh) +# define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name) +# define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst) +# define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst) +# define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst) +# define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn) +# define lh_OBJ_NAME_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg) +# define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh) +# define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh) +# define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh) +# define lh_OBJ_NAME_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(OBJ_NAME,lh,out) +# define lh_OBJ_NAME_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(OBJ_NAME,lh,out) +# define lh_OBJ_NAME_stats_bio(lh,out) \ + LHM_lh_stats_bio(OBJ_NAME,lh,out) +# define lh_OBJ_NAME_free(lh) LHM_lh_free(OBJ_NAME,lh) +# define lh_OPENSSL_CSTRING_new() LHM_lh_new(OPENSSL_CSTRING,openssl_cstring) +# define lh_OPENSSL_CSTRING_insert(lh,inst) LHM_lh_insert(OPENSSL_CSTRING,lh,inst) +# define lh_OPENSSL_CSTRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_CSTRING,lh,inst) +# define lh_OPENSSL_CSTRING_delete(lh,inst) LHM_lh_delete(OPENSSL_CSTRING,lh,inst) +# define lh_OPENSSL_CSTRING_doall(lh,fn) LHM_lh_doall(OPENSSL_CSTRING,lh,fn) +# define lh_OPENSSL_CSTRING_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(OPENSSL_CSTRING,lh,fn,arg_type,arg) +# define lh_OPENSSL_CSTRING_error(lh) LHM_lh_error(OPENSSL_CSTRING,lh) +# define lh_OPENSSL_CSTRING_num_items(lh) LHM_lh_num_items(OPENSSL_CSTRING,lh) +# define lh_OPENSSL_CSTRING_down_load(lh) LHM_lh_down_load(OPENSSL_CSTRING,lh) +# define lh_OPENSSL_CSTRING_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(OPENSSL_CSTRING,lh,out) +# define lh_OPENSSL_CSTRING_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(OPENSSL_CSTRING,lh,out) +# define lh_OPENSSL_CSTRING_stats_bio(lh,out) \ + LHM_lh_stats_bio(OPENSSL_CSTRING,lh,out) +# define lh_OPENSSL_CSTRING_free(lh) LHM_lh_free(OPENSSL_CSTRING,lh) +# define lh_OPENSSL_STRING_new() LHM_lh_new(OPENSSL_STRING,openssl_string) +# define lh_OPENSSL_STRING_insert(lh,inst) LHM_lh_insert(OPENSSL_STRING,lh,inst) +# define lh_OPENSSL_STRING_retrieve(lh,inst) LHM_lh_retrieve(OPENSSL_STRING,lh,inst) +# define lh_OPENSSL_STRING_delete(lh,inst) LHM_lh_delete(OPENSSL_STRING,lh,inst) +# define lh_OPENSSL_STRING_doall(lh,fn) LHM_lh_doall(OPENSSL_STRING,lh,fn) +# define lh_OPENSSL_STRING_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(OPENSSL_STRING,lh,fn,arg_type,arg) +# define lh_OPENSSL_STRING_error(lh) LHM_lh_error(OPENSSL_STRING,lh) +# define lh_OPENSSL_STRING_num_items(lh) LHM_lh_num_items(OPENSSL_STRING,lh) +# define lh_OPENSSL_STRING_down_load(lh) LHM_lh_down_load(OPENSSL_STRING,lh) +# define lh_OPENSSL_STRING_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(OPENSSL_STRING,lh,out) +# define lh_OPENSSL_STRING_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(OPENSSL_STRING,lh,out) +# define lh_OPENSSL_STRING_stats_bio(lh,out) \ + LHM_lh_stats_bio(OPENSSL_STRING,lh,out) +# define lh_OPENSSL_STRING_free(lh) LHM_lh_free(OPENSSL_STRING,lh) +# define lh_SSL_SESSION_new() LHM_lh_new(SSL_SESSION,ssl_session) +# define lh_SSL_SESSION_insert(lh,inst) LHM_lh_insert(SSL_SESSION,lh,inst) +# define lh_SSL_SESSION_retrieve(lh,inst) LHM_lh_retrieve(SSL_SESSION,lh,inst) +# define lh_SSL_SESSION_delete(lh,inst) LHM_lh_delete(SSL_SESSION,lh,inst) +# define lh_SSL_SESSION_doall(lh,fn) LHM_lh_doall(SSL_SESSION,lh,fn) +# define lh_SSL_SESSION_doall_arg(lh,fn,arg_type,arg) \ + LHM_lh_doall_arg(SSL_SESSION,lh,fn,arg_type,arg) +# define lh_SSL_SESSION_error(lh) LHM_lh_error(SSL_SESSION,lh) +# define lh_SSL_SESSION_num_items(lh) LHM_lh_num_items(SSL_SESSION,lh) +# define lh_SSL_SESSION_down_load(lh) LHM_lh_down_load(SSL_SESSION,lh) +# define lh_SSL_SESSION_node_stats_bio(lh,out) \ + LHM_lh_node_stats_bio(SSL_SESSION,lh,out) +# define lh_SSL_SESSION_node_usage_stats_bio(lh,out) \ + LHM_lh_node_usage_stats_bio(SSL_SESSION,lh,out) +# define lh_SSL_SESSION_stats_bio(lh,out) \ + LHM_lh_stats_bio(SSL_SESSION,lh,out) +# define lh_SSL_SESSION_free(lh) LHM_lh_free(SSL_SESSION,lh) +#ifdef __cplusplus +} +#endif +#endif /* !defined HEADER_SAFESTACK_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/seed.h b/frappe/.node-gyp/6.7.0/include/node/openssl/seed.h new file mode 100644 index 00000000..8cbf0d92 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/seed.h @@ -0,0 +1,149 @@ +/* + * Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Neither the name of author nor the names of its contributors may + * be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + */ +/* ==================================================================== + * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_SEED_H +# define HEADER_SEED_H + +# include +# include +# include + +# ifdef OPENSSL_NO_SEED +# error SEED is disabled. +# endif + +/* look whether we need 'long' to get 32 bits */ +# ifdef AES_LONG +# ifndef SEED_LONG +# define SEED_LONG 1 +# endif +# endif + +# if !defined(NO_SYS_TYPES_H) +# include +# endif + +# define SEED_BLOCK_SIZE 16 +# define SEED_KEY_LENGTH 16 + + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct seed_key_st { +# ifdef SEED_LONG + unsigned long data[32]; +# else + unsigned int data[32]; +# endif +} SEED_KEY_SCHEDULE; + +# ifdef OPENSSL_FIPS +void private_SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], + SEED_KEY_SCHEDULE *ks); +# endif +void SEED_set_key(const unsigned char rawkey[SEED_KEY_LENGTH], + SEED_KEY_SCHEDULE *ks); + +void SEED_encrypt(const unsigned char s[SEED_BLOCK_SIZE], + unsigned char d[SEED_BLOCK_SIZE], + const SEED_KEY_SCHEDULE *ks); +void SEED_decrypt(const unsigned char s[SEED_BLOCK_SIZE], + unsigned char d[SEED_BLOCK_SIZE], + const SEED_KEY_SCHEDULE *ks); + +void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, + const SEED_KEY_SCHEDULE *ks, int enc); +void SEED_cbc_encrypt(const unsigned char *in, unsigned char *out, size_t len, + const SEED_KEY_SCHEDULE *ks, + unsigned char ivec[SEED_BLOCK_SIZE], int enc); +void SEED_cfb128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const SEED_KEY_SCHEDULE *ks, + unsigned char ivec[SEED_BLOCK_SIZE], int *num, + int enc); +void SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out, + size_t len, const SEED_KEY_SCHEDULE *ks, + unsigned char ivec[SEED_BLOCK_SIZE], int *num); + +#ifdef __cplusplus +} +#endif + +#endif /* HEADER_SEED_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/sha.h b/frappe/.node-gyp/6.7.0/include/node/openssl/sha.h new file mode 100644 index 00000000..e5169e4f --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/sha.h @@ -0,0 +1,214 @@ +/* crypto/sha/sha.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_SHA_H +# define HEADER_SHA_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# if defined(OPENSSL_NO_SHA) || (defined(OPENSSL_NO_SHA0) && defined(OPENSSL_NO_SHA1)) +# error SHA is disabled. +# endif + +# if defined(OPENSSL_FIPS) +# define FIPS_SHA_SIZE_T size_t +# endif + +/*- + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + * ! SHA_LONG has to be at least 32 bits wide. If it's wider, then ! + * ! SHA_LONG_LOG2 has to be defined along. ! + * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + */ + +# if defined(__LP32__) +# define SHA_LONG unsigned long +# elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) +# define SHA_LONG unsigned long +# define SHA_LONG_LOG2 3 +# else +# define SHA_LONG unsigned int +# endif + +# define SHA_LBLOCK 16 +# define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a + * contiguous array of 32 bit wide + * big-endian values. */ +# define SHA_LAST_BLOCK (SHA_CBLOCK-8) +# define SHA_DIGEST_LENGTH 20 + +typedef struct SHAstate_st { + SHA_LONG h0, h1, h2, h3, h4; + SHA_LONG Nl, Nh; + SHA_LONG data[SHA_LBLOCK]; + unsigned int num; +} SHA_CTX; + +# ifndef OPENSSL_NO_SHA0 +# ifdef OPENSSL_FIPS +int private_SHA_Init(SHA_CTX *c); +# endif +int SHA_Init(SHA_CTX *c); +int SHA_Update(SHA_CTX *c, const void *data, size_t len); +int SHA_Final(unsigned char *md, SHA_CTX *c); +unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md); +void SHA_Transform(SHA_CTX *c, const unsigned char *data); +# endif +# ifndef OPENSSL_NO_SHA1 +# ifdef OPENSSL_FIPS +int private_SHA1_Init(SHA_CTX *c); +# endif +int SHA1_Init(SHA_CTX *c); +int SHA1_Update(SHA_CTX *c, const void *data, size_t len); +int SHA1_Final(unsigned char *md, SHA_CTX *c); +unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md); +void SHA1_Transform(SHA_CTX *c, const unsigned char *data); +# endif + +# define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a + * contiguous array of 32 bit wide + * big-endian values. */ +# define SHA224_DIGEST_LENGTH 28 +# define SHA256_DIGEST_LENGTH 32 + +typedef struct SHA256state_st { + SHA_LONG h[8]; + SHA_LONG Nl, Nh; + SHA_LONG data[SHA_LBLOCK]; + unsigned int num, md_len; +} SHA256_CTX; + +# ifndef OPENSSL_NO_SHA256 +# ifdef OPENSSL_FIPS +int private_SHA224_Init(SHA256_CTX *c); +int private_SHA256_Init(SHA256_CTX *c); +# endif +int SHA224_Init(SHA256_CTX *c); +int SHA224_Update(SHA256_CTX *c, const void *data, size_t len); +int SHA224_Final(unsigned char *md, SHA256_CTX *c); +unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md); +int SHA256_Init(SHA256_CTX *c); +int SHA256_Update(SHA256_CTX *c, const void *data, size_t len); +int SHA256_Final(unsigned char *md, SHA256_CTX *c); +unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md); +void SHA256_Transform(SHA256_CTX *c, const unsigned char *data); +# endif + +# define SHA384_DIGEST_LENGTH 48 +# define SHA512_DIGEST_LENGTH 64 + +# ifndef OPENSSL_NO_SHA512 +/* + * Unlike 32-bit digest algorithms, SHA-512 *relies* on SHA_LONG64 + * being exactly 64-bit wide. See Implementation Notes in sha512.c + * for further details. + */ +/* + * SHA-512 treats input data as a + * contiguous array of 64 bit + * wide big-endian values. + */ +# define SHA512_CBLOCK (SHA_LBLOCK*8) +# if (defined(_WIN32) || defined(_WIN64)) && !defined(__MINGW32__) +# define SHA_LONG64 unsigned __int64 +# define U64(C) C##UI64 +# elif defined(__arch64__) +# define SHA_LONG64 unsigned long +# define U64(C) C##UL +# else +# define SHA_LONG64 unsigned long long +# define U64(C) C##ULL +# endif + +typedef struct SHA512state_st { + SHA_LONG64 h[8]; + SHA_LONG64 Nl, Nh; + union { + SHA_LONG64 d[SHA_LBLOCK]; + unsigned char p[SHA512_CBLOCK]; + } u; + unsigned int num, md_len; +} SHA512_CTX; +# endif + +# ifndef OPENSSL_NO_SHA512 +# ifdef OPENSSL_FIPS +int private_SHA384_Init(SHA512_CTX *c); +int private_SHA512_Init(SHA512_CTX *c); +# endif +int SHA384_Init(SHA512_CTX *c); +int SHA384_Update(SHA512_CTX *c, const void *data, size_t len); +int SHA384_Final(unsigned char *md, SHA512_CTX *c); +unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md); +int SHA512_Init(SHA512_CTX *c); +int SHA512_Update(SHA512_CTX *c, const void *data, size_t len); +int SHA512_Final(unsigned char *md, SHA512_CTX *c); +unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md); +void SHA512_Transform(SHA512_CTX *c, const unsigned char *data); +# endif + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/srp.h b/frappe/.node-gyp/6.7.0/include/node/openssl/srp.h new file mode 100644 index 00000000..028892a1 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/srp.h @@ -0,0 +1,179 @@ +/* crypto/srp/srp.h */ +/* + * Written by Christophe Renou (christophe.renou@edelweb.fr) with the + * precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the + * EdelKey project and contributed to the OpenSSL project 2004. + */ +/* ==================================================================== + * Copyright (c) 2004 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +#ifndef __SRP_H__ +# define __SRP_H__ + +# ifndef OPENSSL_NO_SRP + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# include +# include +# include + +typedef struct SRP_gN_cache_st { + char *b64_bn; + BIGNUM *bn; +} SRP_gN_cache; + + +DECLARE_STACK_OF(SRP_gN_cache) + +typedef struct SRP_user_pwd_st { + /* Owned by us. */ + char *id; + BIGNUM *s; + BIGNUM *v; + /* Not owned by us. */ + const BIGNUM *g; + const BIGNUM *N; + /* Owned by us. */ + char *info; +} SRP_user_pwd; + +DECLARE_STACK_OF(SRP_user_pwd) + +void SRP_user_pwd_free(SRP_user_pwd *user_pwd); + +typedef struct SRP_VBASE_st { + STACK_OF(SRP_user_pwd) *users_pwd; + STACK_OF(SRP_gN_cache) *gN_cache; +/* to simulate a user */ + char *seed_key; + BIGNUM *default_g; + BIGNUM *default_N; +} SRP_VBASE; + +/* + * Structure interne pour retenir les couples N et g + */ +typedef struct SRP_gN_st { + char *id; + BIGNUM *g; + BIGNUM *N; +} SRP_gN; + +DECLARE_STACK_OF(SRP_gN) + +SRP_VBASE *SRP_VBASE_new(char *seed_key); +int SRP_VBASE_free(SRP_VBASE *vb); +int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file); + +/* This method ignores the configured seed and fails for an unknown user. */ +SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username); +/* NOTE: unlike in SRP_VBASE_get_by_user, caller owns the returned pointer.*/ +SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username); + +char *SRP_create_verifier(const char *user, const char *pass, char **salt, + char **verifier, const char *N, const char *g); +int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt, + BIGNUM **verifier, BIGNUM *N, BIGNUM *g); + +# define SRP_NO_ERROR 0 +# define SRP_ERR_VBASE_INCOMPLETE_FILE 1 +# define SRP_ERR_VBASE_BN_LIB 2 +# define SRP_ERR_OPEN_FILE 3 +# define SRP_ERR_MEMORY 4 + +# define DB_srptype 0 +# define DB_srpverifier 1 +# define DB_srpsalt 2 +# define DB_srpid 3 +# define DB_srpgN 4 +# define DB_srpinfo 5 +# undef DB_NUMBER +# define DB_NUMBER 6 + +# define DB_SRP_INDEX 'I' +# define DB_SRP_VALID 'V' +# define DB_SRP_REVOKED 'R' +# define DB_SRP_MODIF 'v' + +/* see srp.c */ +char *SRP_check_known_gN_param(BIGNUM *g, BIGNUM *N); +SRP_gN *SRP_get_default_gN(const char *id); + +/* server side .... */ +BIGNUM *SRP_Calc_server_key(BIGNUM *A, BIGNUM *v, BIGNUM *u, BIGNUM *b, + BIGNUM *N); +BIGNUM *SRP_Calc_B(BIGNUM *b, BIGNUM *N, BIGNUM *g, BIGNUM *v); +int SRP_Verify_A_mod_N(BIGNUM *A, BIGNUM *N); +BIGNUM *SRP_Calc_u(BIGNUM *A, BIGNUM *B, BIGNUM *N); + +/* client side .... */ +BIGNUM *SRP_Calc_x(BIGNUM *s, const char *user, const char *pass); +BIGNUM *SRP_Calc_A(BIGNUM *a, BIGNUM *N, BIGNUM *g); +BIGNUM *SRP_Calc_client_key(BIGNUM *N, BIGNUM *B, BIGNUM *g, BIGNUM *x, + BIGNUM *a, BIGNUM *u); +int SRP_Verify_B_mod_N(BIGNUM *B, BIGNUM *N); + +# define SRP_MINIMAL_N 1024 + +#ifdef __cplusplus +} +#endif + +# endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/srtp.h b/frappe/.node-gyp/6.7.0/include/node/openssl/srtp.h new file mode 100644 index 00000000..2279c32b --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/srtp.h @@ -0,0 +1,147 @@ +/* ssl/srtp.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* + * DTLS code by Eric Rescorla + * + * Copyright (C) 2006, Network Resonance, Inc. Copyright (C) 2011, RTFM, Inc. + */ + +#ifndef HEADER_D1_SRTP_H +# define HEADER_D1_SRTP_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# define SRTP_AES128_CM_SHA1_80 0x0001 +# define SRTP_AES128_CM_SHA1_32 0x0002 +# define SRTP_AES128_F8_SHA1_80 0x0003 +# define SRTP_AES128_F8_SHA1_32 0x0004 +# define SRTP_NULL_SHA1_80 0x0005 +# define SRTP_NULL_SHA1_32 0x0006 + +# ifndef OPENSSL_NO_SRTP + +int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); +int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); + +STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); +SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); + +# endif + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ssl.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl.h new file mode 100644 index 00000000..90aeb0ce --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl.h @@ -0,0 +1,3163 @@ +/* ssl/ssl.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * ECC cipher suite support in OpenSSL originally developed by + * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. + */ +/* ==================================================================== + * Copyright 2005 Nokia. All rights reserved. + * + * The portions of the attached software ("Contribution") is developed by + * Nokia Corporation and is licensed pursuant to the OpenSSL open source + * license. + * + * The Contribution, originally written by Mika Kousa and Pasi Eronen of + * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites + * support (see RFC 4279) to OpenSSL. + * + * No patent licenses or other rights except those expressly stated in + * the OpenSSL open source license shall be deemed granted or received + * expressly, by implication, estoppel, or otherwise. + * + * No assurances are provided by Nokia that the Contribution does not + * infringe the patent or other intellectual property rights of any third + * party or that the license provides you with all the necessary rights + * to make use of the Contribution. + * + * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN + * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA + * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY + * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR + * OTHERWISE. + */ + +#ifndef HEADER_SSL_H +# define HEADER_SSL_H + +# include + +# ifndef OPENSSL_NO_COMP +# include +# endif +# ifndef OPENSSL_NO_BIO +# include +# endif +# ifndef OPENSSL_NO_DEPRECATED +# ifndef OPENSSL_NO_X509 +# include +# endif +# include +# include +# include +# endif +# include +# include + +# include +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* SSLeay version number for ASN.1 encoding of the session information */ +/*- + * Version 0 - initial version + * Version 1 - added the optional peer certificate + */ +# define SSL_SESSION_ASN1_VERSION 0x0001 + +/* text strings for the ciphers */ +# define SSL_TXT_NULL_WITH_MD5 SSL2_TXT_NULL_WITH_MD5 +# define SSL_TXT_RC4_128_WITH_MD5 SSL2_TXT_RC4_128_WITH_MD5 +# define SSL_TXT_RC4_128_EXPORT40_WITH_MD5 SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 +# define SSL_TXT_RC2_128_CBC_WITH_MD5 SSL2_TXT_RC2_128_CBC_WITH_MD5 +# define SSL_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 +# define SSL_TXT_IDEA_128_CBC_WITH_MD5 SSL2_TXT_IDEA_128_CBC_WITH_MD5 +# define SSL_TXT_DES_64_CBC_WITH_MD5 SSL2_TXT_DES_64_CBC_WITH_MD5 +# define SSL_TXT_DES_64_CBC_WITH_SHA SSL2_TXT_DES_64_CBC_WITH_SHA +# define SSL_TXT_DES_192_EDE3_CBC_WITH_MD5 SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5 +# define SSL_TXT_DES_192_EDE3_CBC_WITH_SHA SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA + +/* + * VRS Additional Kerberos5 entries + */ +# define SSL_TXT_KRB5_DES_64_CBC_SHA SSL3_TXT_KRB5_DES_64_CBC_SHA +# define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA +# define SSL_TXT_KRB5_RC4_128_SHA SSL3_TXT_KRB5_RC4_128_SHA +# define SSL_TXT_KRB5_IDEA_128_CBC_SHA SSL3_TXT_KRB5_IDEA_128_CBC_SHA +# define SSL_TXT_KRB5_DES_64_CBC_MD5 SSL3_TXT_KRB5_DES_64_CBC_MD5 +# define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5 +# define SSL_TXT_KRB5_RC4_128_MD5 SSL3_TXT_KRB5_RC4_128_MD5 +# define SSL_TXT_KRB5_IDEA_128_CBC_MD5 SSL3_TXT_KRB5_IDEA_128_CBC_MD5 + +# define SSL_TXT_KRB5_DES_40_CBC_SHA SSL3_TXT_KRB5_DES_40_CBC_SHA +# define SSL_TXT_KRB5_RC2_40_CBC_SHA SSL3_TXT_KRB5_RC2_40_CBC_SHA +# define SSL_TXT_KRB5_RC4_40_SHA SSL3_TXT_KRB5_RC4_40_SHA +# define SSL_TXT_KRB5_DES_40_CBC_MD5 SSL3_TXT_KRB5_DES_40_CBC_MD5 +# define SSL_TXT_KRB5_RC2_40_CBC_MD5 SSL3_TXT_KRB5_RC2_40_CBC_MD5 +# define SSL_TXT_KRB5_RC4_40_MD5 SSL3_TXT_KRB5_RC4_40_MD5 + +# define SSL_TXT_KRB5_DES_40_CBC_SHA SSL3_TXT_KRB5_DES_40_CBC_SHA +# define SSL_TXT_KRB5_DES_40_CBC_MD5 SSL3_TXT_KRB5_DES_40_CBC_MD5 +# define SSL_TXT_KRB5_DES_64_CBC_SHA SSL3_TXT_KRB5_DES_64_CBC_SHA +# define SSL_TXT_KRB5_DES_64_CBC_MD5 SSL3_TXT_KRB5_DES_64_CBC_MD5 +# define SSL_TXT_KRB5_DES_192_CBC3_SHA SSL3_TXT_KRB5_DES_192_CBC3_SHA +# define SSL_TXT_KRB5_DES_192_CBC3_MD5 SSL3_TXT_KRB5_DES_192_CBC3_MD5 +# define SSL_MAX_KRB5_PRINCIPAL_LENGTH 256 + +# define SSL_MAX_SSL_SESSION_ID_LENGTH 32 +# define SSL_MAX_SID_CTX_LENGTH 32 + +# define SSL_MIN_RSA_MODULUS_LENGTH_IN_BYTES (512/8) +# define SSL_MAX_KEY_ARG_LENGTH 8 +# define SSL_MAX_MASTER_KEY_LENGTH 48 + +/* These are used to specify which ciphers to use and not to use */ + +# define SSL_TXT_EXP40 "EXPORT40" +# define SSL_TXT_EXP56 "EXPORT56" +# define SSL_TXT_LOW "LOW" +# define SSL_TXT_MEDIUM "MEDIUM" +# define SSL_TXT_HIGH "HIGH" +# define SSL_TXT_FIPS "FIPS" + +# define SSL_TXT_kFZA "kFZA"/* unused! */ +# define SSL_TXT_aFZA "aFZA"/* unused! */ +# define SSL_TXT_eFZA "eFZA"/* unused! */ +# define SSL_TXT_FZA "FZA"/* unused! */ + +# define SSL_TXT_aNULL "aNULL" +# define SSL_TXT_eNULL "eNULL" +# define SSL_TXT_NULL "NULL" + +# define SSL_TXT_kRSA "kRSA" +# define SSL_TXT_kDHr "kDHr" +# define SSL_TXT_kDHd "kDHd" +# define SSL_TXT_kDH "kDH" +# define SSL_TXT_kEDH "kEDH" +# define SSL_TXT_kDHE "kDHE"/* alias for kEDH */ +# define SSL_TXT_kKRB5 "kKRB5" +# define SSL_TXT_kECDHr "kECDHr" +# define SSL_TXT_kECDHe "kECDHe" +# define SSL_TXT_kECDH "kECDH" +# define SSL_TXT_kEECDH "kEECDH" +# define SSL_TXT_kECDHE "kECDHE"/* alias for kEECDH */ +# define SSL_TXT_kPSK "kPSK" +# define SSL_TXT_kGOST "kGOST" +# define SSL_TXT_kSRP "kSRP" + +# define SSL_TXT_aRSA "aRSA" +# define SSL_TXT_aDSS "aDSS" +# define SSL_TXT_aDH "aDH" +# define SSL_TXT_aECDH "aECDH" +# define SSL_TXT_aKRB5 "aKRB5" +# define SSL_TXT_aECDSA "aECDSA" +# define SSL_TXT_aPSK "aPSK" +# define SSL_TXT_aGOST94 "aGOST94" +# define SSL_TXT_aGOST01 "aGOST01" +# define SSL_TXT_aGOST "aGOST" +# define SSL_TXT_aSRP "aSRP" + +# define SSL_TXT_DSS "DSS" +# define SSL_TXT_DH "DH" +# define SSL_TXT_EDH "EDH"/* same as "kEDH:-ADH" */ +# define SSL_TXT_DHE "DHE"/* alias for EDH */ +# define SSL_TXT_ADH "ADH" +# define SSL_TXT_RSA "RSA" +# define SSL_TXT_ECDH "ECDH" +# define SSL_TXT_EECDH "EECDH"/* same as "kEECDH:-AECDH" */ +# define SSL_TXT_ECDHE "ECDHE"/* alias for ECDHE" */ +# define SSL_TXT_AECDH "AECDH" +# define SSL_TXT_ECDSA "ECDSA" +# define SSL_TXT_KRB5 "KRB5" +# define SSL_TXT_PSK "PSK" +# define SSL_TXT_SRP "SRP" + +# define SSL_TXT_DES "DES" +# define SSL_TXT_3DES "3DES" +# define SSL_TXT_RC4 "RC4" +# define SSL_TXT_RC2 "RC2" +# define SSL_TXT_IDEA "IDEA" +# define SSL_TXT_SEED "SEED" +# define SSL_TXT_AES128 "AES128" +# define SSL_TXT_AES256 "AES256" +# define SSL_TXT_AES "AES" +# define SSL_TXT_AES_GCM "AESGCM" +# define SSL_TXT_CAMELLIA128 "CAMELLIA128" +# define SSL_TXT_CAMELLIA256 "CAMELLIA256" +# define SSL_TXT_CAMELLIA "CAMELLIA" + +# define SSL_TXT_MD5 "MD5" +# define SSL_TXT_SHA1 "SHA1" +# define SSL_TXT_SHA "SHA"/* same as "SHA1" */ +# define SSL_TXT_GOST94 "GOST94" +# define SSL_TXT_GOST89MAC "GOST89MAC" +# define SSL_TXT_SHA256 "SHA256" +# define SSL_TXT_SHA384 "SHA384" + +# define SSL_TXT_SSLV2 "SSLv2" +# define SSL_TXT_SSLV3 "SSLv3" +# define SSL_TXT_TLSV1 "TLSv1" +# define SSL_TXT_TLSV1_1 "TLSv1.1" +# define SSL_TXT_TLSV1_2 "TLSv1.2" + +# define SSL_TXT_EXP "EXP" +# define SSL_TXT_EXPORT "EXPORT" + +# define SSL_TXT_ALL "ALL" + +/*- + * COMPLEMENTOF* definitions. These identifiers are used to (de-select) + * ciphers normally not being used. + * Example: "RC4" will activate all ciphers using RC4 including ciphers + * without authentication, which would normally disabled by DEFAULT (due + * the "!ADH" being part of default). Therefore "RC4:!COMPLEMENTOFDEFAULT" + * will make sure that it is also disabled in the specific selection. + * COMPLEMENTOF* identifiers are portable between version, as adjustments + * to the default cipher setup will also be included here. + * + * COMPLEMENTOFDEFAULT does not experience the same special treatment that + * DEFAULT gets, as only selection is being done and no sorting as needed + * for DEFAULT. + */ +# define SSL_TXT_CMPALL "COMPLEMENTOFALL" +# define SSL_TXT_CMPDEF "COMPLEMENTOFDEFAULT" + +/* + * The following cipher list is used by default. It also is substituted when + * an application-defined cipher list string starts with 'DEFAULT'. + */ +# define SSL_DEFAULT_CIPHER_LIST "ALL:!EXPORT:!LOW:!aNULL:!eNULL:!SSLv2" +/* + * As of OpenSSL 1.0.0, ssl_create_cipher_list() in ssl/ssl_ciph.c always + * starts with a reasonable order, and all we have to do for DEFAULT is + * throwing out anonymous and unencrypted ciphersuites! (The latter are not + * actually enabled by ALL, but "ALL:RSA" would enable some of them.) + */ + +/* Used in SSL_set_shutdown()/SSL_get_shutdown(); */ +# define SSL_SENT_SHUTDOWN 1 +# define SSL_RECEIVED_SHUTDOWN 2 + +#ifdef __cplusplus +} +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +# if (defined(OPENSSL_NO_RSA) || defined(OPENSSL_NO_MD5)) && !defined(OPENSSL_NO_SSL2) +# define OPENSSL_NO_SSL2 +# endif + +# define SSL_FILETYPE_ASN1 X509_FILETYPE_ASN1 +# define SSL_FILETYPE_PEM X509_FILETYPE_PEM + +/* + * This is needed to stop compilers complaining about the 'struct ssl_st *' + * function parameters used to prototype callbacks in SSL_CTX. + */ +typedef struct ssl_st *ssl_crock_st; +typedef struct tls_session_ticket_ext_st TLS_SESSION_TICKET_EXT; +typedef struct ssl_method_st SSL_METHOD; +typedef struct ssl_cipher_st SSL_CIPHER; +typedef struct ssl_session_st SSL_SESSION; +typedef struct tls_sigalgs_st TLS_SIGALGS; +typedef struct ssl_conf_ctx_st SSL_CONF_CTX; + +DECLARE_STACK_OF(SSL_CIPHER) + +/* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/ +typedef struct srtp_protection_profile_st { + const char *name; + unsigned long id; +} SRTP_PROTECTION_PROFILE; + +DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE) + +typedef int (*tls_session_ticket_ext_cb_fn) (SSL *s, + const unsigned char *data, + int len, void *arg); +typedef int (*tls_session_secret_cb_fn) (SSL *s, void *secret, + int *secret_len, + STACK_OF(SSL_CIPHER) *peer_ciphers, + SSL_CIPHER **cipher, void *arg); + +# ifndef OPENSSL_NO_TLSEXT + +/* Typedefs for handling custom extensions */ + +typedef int (*custom_ext_add_cb) (SSL *s, unsigned int ext_type, + const unsigned char **out, + size_t *outlen, int *al, void *add_arg); + +typedef void (*custom_ext_free_cb) (SSL *s, unsigned int ext_type, + const unsigned char *out, void *add_arg); + +typedef int (*custom_ext_parse_cb) (SSL *s, unsigned int ext_type, + const unsigned char *in, + size_t inlen, int *al, void *parse_arg); + +# endif + +# ifndef OPENSSL_NO_SSL_INTERN + +/* used to hold info on the particular ciphers used */ +struct ssl_cipher_st { + int valid; + const char *name; /* text name */ + unsigned long id; /* id, 4 bytes, first is version */ + /* + * changed in 0.9.9: these four used to be portions of a single value + * 'algorithms' + */ + unsigned long algorithm_mkey; /* key exchange algorithm */ + unsigned long algorithm_auth; /* server authentication */ + unsigned long algorithm_enc; /* symmetric encryption */ + unsigned long algorithm_mac; /* symmetric authentication */ + unsigned long algorithm_ssl; /* (major) protocol version */ + unsigned long algo_strength; /* strength and export flags */ + unsigned long algorithm2; /* Extra flags */ + int strength_bits; /* Number of bits really used */ + int alg_bits; /* Number of bits for algorithm */ +}; + +/* Used to hold functions for SSLv2 or SSLv3/TLSv1 functions */ +struct ssl_method_st { + int version; + int (*ssl_new) (SSL *s); + void (*ssl_clear) (SSL *s); + void (*ssl_free) (SSL *s); + int (*ssl_accept) (SSL *s); + int (*ssl_connect) (SSL *s); + int (*ssl_read) (SSL *s, void *buf, int len); + int (*ssl_peek) (SSL *s, void *buf, int len); + int (*ssl_write) (SSL *s, const void *buf, int len); + int (*ssl_shutdown) (SSL *s); + int (*ssl_renegotiate) (SSL *s); + int (*ssl_renegotiate_check) (SSL *s); + long (*ssl_get_message) (SSL *s, int st1, int stn, int mt, long + max, int *ok); + int (*ssl_read_bytes) (SSL *s, int type, unsigned char *buf, int len, + int peek); + int (*ssl_write_bytes) (SSL *s, int type, const void *buf_, int len); + int (*ssl_dispatch_alert) (SSL *s); + long (*ssl_ctrl) (SSL *s, int cmd, long larg, void *parg); + long (*ssl_ctx_ctrl) (SSL_CTX *ctx, int cmd, long larg, void *parg); + const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr); + int (*put_cipher_by_char) (const SSL_CIPHER *cipher, unsigned char *ptr); + int (*ssl_pending) (const SSL *s); + int (*num_ciphers) (void); + const SSL_CIPHER *(*get_cipher) (unsigned ncipher); + const struct ssl_method_st *(*get_ssl_method) (int version); + long (*get_timeout) (void); + struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */ + int (*ssl_version) (void); + long (*ssl_callback_ctrl) (SSL *s, int cb_id, void (*fp) (void)); + long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void)); +}; + +/*- + * Lets make this into an ASN.1 type structure as follows + * SSL_SESSION_ID ::= SEQUENCE { + * version INTEGER, -- structure version number + * SSLversion INTEGER, -- SSL version number + * Cipher OCTET STRING, -- the 3 byte cipher ID + * Session_ID OCTET STRING, -- the Session ID + * Master_key OCTET STRING, -- the master key + * KRB5_principal OCTET STRING -- optional Kerberos principal + * Key_Arg [ 0 ] IMPLICIT OCTET STRING, -- the optional Key argument + * Time [ 1 ] EXPLICIT INTEGER, -- optional Start Time + * Timeout [ 2 ] EXPLICIT INTEGER, -- optional Timeout ins seconds + * Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate + * Session_ID_context [ 4 ] EXPLICIT OCTET STRING, -- the Session ID context + * Verify_result [ 5 ] EXPLICIT INTEGER, -- X509_V_... code for `Peer' + * HostName [ 6 ] EXPLICIT OCTET STRING, -- optional HostName from servername TLS extension + * PSK_identity_hint [ 7 ] EXPLICIT OCTET STRING, -- optional PSK identity hint + * PSK_identity [ 8 ] EXPLICIT OCTET STRING, -- optional PSK identity + * Ticket_lifetime_hint [9] EXPLICIT INTEGER, -- server's lifetime hint for session ticket + * Ticket [10] EXPLICIT OCTET STRING, -- session ticket (clients only) + * Compression_meth [11] EXPLICIT OCTET STRING, -- optional compression method + * SRP_username [ 12 ] EXPLICIT OCTET STRING -- optional SRP username + * } + * Look in ssl/ssl_asn1.c for more details + * I'm using EXPLICIT tags so I can read the damn things using asn1parse :-). + */ +struct ssl_session_st { + int ssl_version; /* what ssl version session info is being + * kept in here? */ + /* only really used in SSLv2 */ + unsigned int key_arg_length; + unsigned char key_arg[SSL_MAX_KEY_ARG_LENGTH]; + int master_key_length; + unsigned char master_key[SSL_MAX_MASTER_KEY_LENGTH]; + /* session_id - valid? */ + unsigned int session_id_length; + unsigned char session_id[SSL_MAX_SSL_SESSION_ID_LENGTH]; + /* + * this is used to determine whether the session is being reused in the + * appropriate context. It is up to the application to set this, via + * SSL_new + */ + unsigned int sid_ctx_length; + unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; +# ifndef OPENSSL_NO_KRB5 + unsigned int krb5_client_princ_len; + unsigned char krb5_client_princ[SSL_MAX_KRB5_PRINCIPAL_LENGTH]; +# endif /* OPENSSL_NO_KRB5 */ +# ifndef OPENSSL_NO_PSK + char *psk_identity_hint; + char *psk_identity; +# endif + /* + * Used to indicate that session resumption is not allowed. Applications + * can also set this bit for a new session via not_resumable_session_cb + * to disable session caching and tickets. + */ + int not_resumable; + /* The cert is the certificate used to establish this connection */ + struct sess_cert_st /* SESS_CERT */ *sess_cert; + /* + * This is the cert for the other end. On clients, it will be the same as + * sess_cert->peer_key->x509 (the latter is not enough as sess_cert is + * not retained in the external representation of sessions, see + * ssl_asn1.c). + */ + X509 *peer; + /* + * when app_verify_callback accepts a session where the peer's + * certificate is not ok, we must remember the error for session reuse: + */ + long verify_result; /* only for servers */ + int references; + long timeout; + long time; + unsigned int compress_meth; /* Need to lookup the method */ + const SSL_CIPHER *cipher; + unsigned long cipher_id; /* when ASN.1 loaded, this needs to be used + * to load the 'cipher' structure */ + STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */ + CRYPTO_EX_DATA ex_data; /* application specific data */ + /* + * These are used to make removal of session-ids more efficient and to + * implement a maximum cache size. + */ + struct ssl_session_st *prev, *next; +# ifndef OPENSSL_NO_TLSEXT + char *tlsext_hostname; +# ifndef OPENSSL_NO_EC + size_t tlsext_ecpointformatlist_length; + unsigned char *tlsext_ecpointformatlist; /* peer's list */ + size_t tlsext_ellipticcurvelist_length; + unsigned char *tlsext_ellipticcurvelist; /* peer's list */ +# endif /* OPENSSL_NO_EC */ + /* RFC4507 info */ + unsigned char *tlsext_tick; /* Session ticket */ + size_t tlsext_ticklen; /* Session ticket length */ + long tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */ +# endif +# ifndef OPENSSL_NO_SRP + char *srp_username; +# endif +}; + +# endif + +# define SSL_OP_MICROSOFT_SESS_ID_BUG 0x00000001L +# define SSL_OP_NETSCAPE_CHALLENGE_BUG 0x00000002L +/* Allow initial connection to servers that don't support RI */ +# define SSL_OP_LEGACY_SERVER_CONNECT 0x00000004L +# define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x00000008L +# define SSL_OP_TLSEXT_PADDING 0x00000010L +# define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x00000020L +# define SSL_OP_SAFARI_ECDHE_ECDSA_BUG 0x00000040L +# define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x00000080L +# define SSL_OP_TLS_D5_BUG 0x00000100L +# define SSL_OP_TLS_BLOCK_PADDING_BUG 0x00000200L + +/* Hasn't done anything since OpenSSL 0.9.7h, retained for compatibility */ +# define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x0 +/* Refers to ancient SSLREF and SSLv2, retained for compatibility */ +# define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x0 + +/* + * Disable SSL 3.0/TLS 1.0 CBC vulnerability workaround that was added in + * OpenSSL 0.9.6d. Usually (depending on the application protocol) the + * workaround is not needed. Unfortunately some broken SSL/TLS + * implementations cannot handle it at all, which is why we include it in + * SSL_OP_ALL. + */ +/* added in 0.9.6e */ +# define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L + +/* + * SSL_OP_ALL: various bug workarounds that should be rather harmless. This + * used to be 0x000FFFFFL before 0.9.7. + */ +# define SSL_OP_ALL 0x80000BFFL + +/* DTLS options */ +# define SSL_OP_NO_QUERY_MTU 0x00001000L +/* Turn on Cookie Exchange (on relevant for servers) */ +# define SSL_OP_COOKIE_EXCHANGE 0x00002000L +/* Don't use RFC4507 ticket extension */ +# define SSL_OP_NO_TICKET 0x00004000L +/* Use Cisco's "speshul" version of DTLS_BAD_VER (as client) */ +# define SSL_OP_CISCO_ANYCONNECT 0x00008000L + +/* As server, disallow session resumption on renegotiation */ +# define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 0x00010000L +/* Don't use compression even if supported */ +# define SSL_OP_NO_COMPRESSION 0x00020000L +/* Permit unsafe legacy renegotiation */ +# define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION 0x00040000L +/* If set, always create a new key when using tmp_ecdh parameters */ +# define SSL_OP_SINGLE_ECDH_USE 0x00080000L +/* Does nothing: retained for compatibility */ +# define SSL_OP_SINGLE_DH_USE 0x00100000L +/* Does nothing: retained for compatibiity */ +# define SSL_OP_EPHEMERAL_RSA 0x0 +/* + * Set on servers to choose the cipher according to the server's preferences + */ +# define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L +/* + * If set, a server will allow a client to issue a SSLv3.0 version number as + * latest version supported in the premaster secret, even when TLSv1.0 + * (version 3.1) was announced in the client hello. Normally this is + * forbidden to prevent version rollback attacks. + */ +# define SSL_OP_TLS_ROLLBACK_BUG 0x00800000L + +# define SSL_OP_NO_SSLv2 0x01000000L +# define SSL_OP_NO_SSLv3 0x02000000L +# define SSL_OP_NO_TLSv1 0x04000000L +# define SSL_OP_NO_TLSv1_2 0x08000000L +# define SSL_OP_NO_TLSv1_1 0x10000000L + +# define SSL_OP_NO_DTLSv1 0x04000000L +# define SSL_OP_NO_DTLSv1_2 0x08000000L + +# define SSL_OP_NO_SSL_MASK (SSL_OP_NO_SSLv2|SSL_OP_NO_SSLv3|\ + SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2) + +/* + * These next two were never actually used for anything since SSLeay zap so + * we have some more flags. + */ +/* + * The next flag deliberately changes the ciphertest, this is a check for the + * PKCS#1 attack + */ +# define SSL_OP_PKCS1_CHECK_1 0x0 +# define SSL_OP_PKCS1_CHECK_2 0x0 + +# define SSL_OP_NETSCAPE_CA_DN_BUG 0x20000000L +# define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG 0x40000000L +/* + * Make server add server-hello extension from early version of cryptopro + * draft, when GOST ciphersuite is negotiated. Required for interoperability + * with CryptoPro CSP 3.x + */ +# define SSL_OP_CRYPTOPRO_TLSEXT_BUG 0x80000000L + +/* + * Allow SSL_write(..., n) to return r with 0 < r < n (i.e. report success + * when just a single record has been written): + */ +# define SSL_MODE_ENABLE_PARTIAL_WRITE 0x00000001L +/* + * Make it possible to retry SSL_write() with changed buffer location (buffer + * contents must stay the same!); this is not the default to avoid the + * misconception that non-blocking SSL_write() behaves like non-blocking + * write(): + */ +# define SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER 0x00000002L +/* + * Never bother the application with retries if the transport is blocking: + */ +# define SSL_MODE_AUTO_RETRY 0x00000004L +/* Don't attempt to automatically build certificate chain */ +# define SSL_MODE_NO_AUTO_CHAIN 0x00000008L +/* + * Save RAM by releasing read and write buffers when they're empty. (SSL3 and + * TLS only.) "Released" buffers are put onto a free-list in the context or + * just freed (depending on the context's setting for freelist_max_len). + */ +# define SSL_MODE_RELEASE_BUFFERS 0x00000010L +/* + * Send the current time in the Random fields of the ClientHello and + * ServerHello records for compatibility with hypothetical implementations + * that require it. + */ +# define SSL_MODE_SEND_CLIENTHELLO_TIME 0x00000020L +# define SSL_MODE_SEND_SERVERHELLO_TIME 0x00000040L +/* + * Send TLS_FALLBACK_SCSV in the ClientHello. To be set only by applications + * that reconnect with a downgraded protocol version; see + * draft-ietf-tls-downgrade-scsv-00 for details. DO NOT ENABLE THIS if your + * application attempts a normal handshake. Only use this in explicit + * fallback retries, following the guidance in + * draft-ietf-tls-downgrade-scsv-00. + */ +# define SSL_MODE_SEND_FALLBACK_SCSV 0x00000080L + +/* Cert related flags */ +/* + * Many implementations ignore some aspects of the TLS standards such as + * enforcing certifcate chain algorithms. When this is set we enforce them. + */ +# define SSL_CERT_FLAG_TLS_STRICT 0x00000001L + +/* Suite B modes, takes same values as certificate verify flags */ +# define SSL_CERT_FLAG_SUITEB_128_LOS_ONLY 0x10000 +/* Suite B 192 bit only mode */ +# define SSL_CERT_FLAG_SUITEB_192_LOS 0x20000 +/* Suite B 128 bit mode allowing 192 bit algorithms */ +# define SSL_CERT_FLAG_SUITEB_128_LOS 0x30000 + +/* Perform all sorts of protocol violations for testing purposes */ +# define SSL_CERT_FLAG_BROKEN_PROTOCOL 0x10000000 + +/* Flags for building certificate chains */ +/* Treat any existing certificates as untrusted CAs */ +# define SSL_BUILD_CHAIN_FLAG_UNTRUSTED 0x1 +/* Don't include root CA in chain */ +# define SSL_BUILD_CHAIN_FLAG_NO_ROOT 0x2 +/* Just check certificates already there */ +# define SSL_BUILD_CHAIN_FLAG_CHECK 0x4 +/* Ignore verification errors */ +# define SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR 0x8 +/* Clear verification errors from queue */ +# define SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR 0x10 + +/* Flags returned by SSL_check_chain */ +/* Certificate can be used with this session */ +# define CERT_PKEY_VALID 0x1 +/* Certificate can also be used for signing */ +# define CERT_PKEY_SIGN 0x2 +/* EE certificate signing algorithm OK */ +# define CERT_PKEY_EE_SIGNATURE 0x10 +/* CA signature algorithms OK */ +# define CERT_PKEY_CA_SIGNATURE 0x20 +/* EE certificate parameters OK */ +# define CERT_PKEY_EE_PARAM 0x40 +/* CA certificate parameters OK */ +# define CERT_PKEY_CA_PARAM 0x80 +/* Signing explicitly allowed as opposed to SHA1 fallback */ +# define CERT_PKEY_EXPLICIT_SIGN 0x100 +/* Client CA issuer names match (always set for server cert) */ +# define CERT_PKEY_ISSUER_NAME 0x200 +/* Cert type matches client types (always set for server cert) */ +# define CERT_PKEY_CERT_TYPE 0x400 +/* Cert chain suitable to Suite B */ +# define CERT_PKEY_SUITEB 0x800 + +# define SSL_CONF_FLAG_CMDLINE 0x1 +# define SSL_CONF_FLAG_FILE 0x2 +# define SSL_CONF_FLAG_CLIENT 0x4 +# define SSL_CONF_FLAG_SERVER 0x8 +# define SSL_CONF_FLAG_SHOW_ERRORS 0x10 +# define SSL_CONF_FLAG_CERTIFICATE 0x20 +/* Configuration value types */ +# define SSL_CONF_TYPE_UNKNOWN 0x0 +# define SSL_CONF_TYPE_STRING 0x1 +# define SSL_CONF_TYPE_FILE 0x2 +# define SSL_CONF_TYPE_DIR 0x3 + +/* + * Note: SSL[_CTX]_set_{options,mode} use |= op on the previous value, they + * cannot be used to clear bits. + */ + +# define SSL_CTX_set_options(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL) +# define SSL_CTX_clear_options(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_OPTIONS,(op),NULL) +# define SSL_CTX_get_options(ctx) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,0,NULL) +# define SSL_set_options(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL) +# define SSL_clear_options(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL) +# define SSL_get_options(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL) + +# define SSL_CTX_set_mode(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL) +# define SSL_CTX_clear_mode(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL) +# define SSL_CTX_get_mode(ctx) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL) +# define SSL_clear_mode(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_CLEAR_MODE,(op),NULL) +# define SSL_set_mode(ssl,op) \ + SSL_ctrl((ssl),SSL_CTRL_MODE,(op),NULL) +# define SSL_get_mode(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_MODE,0,NULL) +# define SSL_set_mtu(ssl, mtu) \ + SSL_ctrl((ssl),SSL_CTRL_SET_MTU,(mtu),NULL) +# define DTLS_set_link_mtu(ssl, mtu) \ + SSL_ctrl((ssl),DTLS_CTRL_SET_LINK_MTU,(mtu),NULL) +# define DTLS_get_link_min_mtu(ssl) \ + SSL_ctrl((ssl),DTLS_CTRL_GET_LINK_MIN_MTU,0,NULL) + +# define SSL_get_secure_renegotiation_support(ssl) \ + SSL_ctrl((ssl), SSL_CTRL_GET_RI_SUPPORT, 0, NULL) + +# ifndef OPENSSL_NO_HEARTBEATS +# define SSL_heartbeat(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_TLS_EXT_SEND_HEARTBEAT,0,NULL) +# endif + +# define SSL_CTX_set_cert_flags(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CERT_FLAGS,(op),NULL) +# define SSL_set_cert_flags(s,op) \ + SSL_ctrl((s),SSL_CTRL_CERT_FLAGS,(op),NULL) +# define SSL_CTX_clear_cert_flags(ctx,op) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_CERT_FLAGS,(op),NULL) +# define SSL_clear_cert_flags(s,op) \ + SSL_ctrl((s),SSL_CTRL_CLEAR_CERT_FLAGS,(op),NULL) + +void SSL_CTX_set_msg_callback(SSL_CTX *ctx, + void (*cb) (int write_p, int version, + int content_type, const void *buf, + size_t len, SSL *ssl, void *arg)); +void SSL_set_msg_callback(SSL *ssl, + void (*cb) (int write_p, int version, + int content_type, const void *buf, + size_t len, SSL *ssl, void *arg)); +# define SSL_CTX_set_msg_callback_arg(ctx, arg) SSL_CTX_ctrl((ctx), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) +# define SSL_set_msg_callback_arg(ssl, arg) SSL_ctrl((ssl), SSL_CTRL_SET_MSG_CALLBACK_ARG, 0, (arg)) + +# ifndef OPENSSL_NO_SRP + +# ifndef OPENSSL_NO_SSL_INTERN + +typedef struct srp_ctx_st { + /* param for all the callbacks */ + void *SRP_cb_arg; + /* set client Hello login callback */ + int (*TLS_ext_srp_username_callback) (SSL *, int *, void *); + /* set SRP N/g param callback for verification */ + int (*SRP_verify_param_callback) (SSL *, void *); + /* set SRP client passwd callback */ + char *(*SRP_give_srp_client_pwd_callback) (SSL *, void *); + char *login; + BIGNUM *N, *g, *s, *B, *A; + BIGNUM *a, *b, *v; + char *info; + int strength; + unsigned long srp_Mask; +} SRP_CTX; + +# endif + +/* see tls_srp.c */ +int SSL_SRP_CTX_init(SSL *s); +int SSL_CTX_SRP_CTX_init(SSL_CTX *ctx); +int SSL_SRP_CTX_free(SSL *ctx); +int SSL_CTX_SRP_CTX_free(SSL_CTX *ctx); +int SSL_srp_server_param_with_username(SSL *s, int *ad); +int SRP_generate_server_master_secret(SSL *s, unsigned char *master_key); +int SRP_Calc_A_param(SSL *s); +int SRP_generate_client_master_secret(SSL *s, unsigned char *master_key); + +# endif + +# if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32) +# define SSL_MAX_CERT_LIST_DEFAULT 1024*30 + /* 30k max cert list :-) */ +# else +# define SSL_MAX_CERT_LIST_DEFAULT 1024*100 + /* 100k max cert list :-) */ +# endif + +# define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20) + +/* + * This callback type is used inside SSL_CTX, SSL, and in the functions that + * set them. It is used to override the generation of SSL/TLS session IDs in + * a server. Return value should be zero on an error, non-zero to proceed. + * Also, callbacks should themselves check if the id they generate is unique + * otherwise the SSL handshake will fail with an error - callbacks can do + * this using the 'ssl' value they're passed by; + * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in + * is set at the maximum size the session ID can be. In SSLv2 this is 16 + * bytes, whereas SSLv3/TLSv1 it is 32 bytes. The callback can alter this + * length to be less if desired, but under SSLv2 session IDs are supposed to + * be fixed at 16 bytes so the id will be padded after the callback returns + * in this case. It is also an error for the callback to set the size to + * zero. + */ +typedef int (*GEN_SESSION_CB) (const SSL *ssl, unsigned char *id, + unsigned int *id_len); + +typedef struct ssl_comp_st SSL_COMP; + +# ifndef OPENSSL_NO_SSL_INTERN + +struct ssl_comp_st { + int id; + const char *name; +# ifndef OPENSSL_NO_COMP + COMP_METHOD *method; +# else + char *method; +# endif +}; + +DECLARE_STACK_OF(SSL_COMP) +DECLARE_LHASH_OF(SSL_SESSION); + +struct ssl_ctx_st { + const SSL_METHOD *method; + STACK_OF(SSL_CIPHER) *cipher_list; + /* same as above but sorted for lookup */ + STACK_OF(SSL_CIPHER) *cipher_list_by_id; + struct x509_store_st /* X509_STORE */ *cert_store; + LHASH_OF(SSL_SESSION) *sessions; + /* + * Most session-ids that will be cached, default is + * SSL_SESSION_CACHE_MAX_SIZE_DEFAULT. 0 is unlimited. + */ + unsigned long session_cache_size; + struct ssl_session_st *session_cache_head; + struct ssl_session_st *session_cache_tail; + /* + * This can have one of 2 values, ored together, SSL_SESS_CACHE_CLIENT, + * SSL_SESS_CACHE_SERVER, Default is SSL_SESSION_CACHE_SERVER, which + * means only SSL_accept which cache SSL_SESSIONS. + */ + int session_cache_mode; + /* + * If timeout is not 0, it is the default timeout value set when + * SSL_new() is called. This has been put in to make life easier to set + * things up + */ + long session_timeout; + /* + * If this callback is not null, it will be called each time a session id + * is added to the cache. If this function returns 1, it means that the + * callback will do a SSL_SESSION_free() when it has finished using it. + * Otherwise, on 0, it means the callback has finished with it. If + * remove_session_cb is not null, it will be called when a session-id is + * removed from the cache. After the call, OpenSSL will + * SSL_SESSION_free() it. + */ + int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); + void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); + SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl, + unsigned char *data, int len, int *copy); + struct { + int sess_connect; /* SSL new conn - started */ + int sess_connect_renegotiate; /* SSL reneg - requested */ + int sess_connect_good; /* SSL new conne/reneg - finished */ + int sess_accept; /* SSL new accept - started */ + int sess_accept_renegotiate; /* SSL reneg - requested */ + int sess_accept_good; /* SSL accept/reneg - finished */ + int sess_miss; /* session lookup misses */ + int sess_timeout; /* reuse attempt on timeouted session */ + int sess_cache_full; /* session removed due to full cache */ + int sess_hit; /* session reuse actually done */ + int sess_cb_hit; /* session-id that was not in the cache was + * passed back via the callback. This + * indicates that the application is + * supplying session-id's from other + * processes - spooky :-) */ + } stats; + + int references; + + /* if defined, these override the X509_verify_cert() calls */ + int (*app_verify_callback) (X509_STORE_CTX *, void *); + void *app_verify_arg; + /* + * before OpenSSL 0.9.7, 'app_verify_arg' was ignored + * ('app_verify_callback' was called with just one argument) + */ + + /* Default password callback. */ + pem_password_cb *default_passwd_callback; + + /* Default password callback user data. */ + void *default_passwd_callback_userdata; + + /* get client cert callback */ + int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey); + + /* cookie generate callback */ + int (*app_gen_cookie_cb) (SSL *ssl, unsigned char *cookie, + unsigned int *cookie_len); + + /* verify cookie callback */ + int (*app_verify_cookie_cb) (SSL *ssl, unsigned char *cookie, + unsigned int cookie_len); + + CRYPTO_EX_DATA ex_data; + + const EVP_MD *rsa_md5; /* For SSLv2 - name is 'ssl2-md5' */ + const EVP_MD *md5; /* For SSLv3/TLSv1 'ssl3-md5' */ + const EVP_MD *sha1; /* For SSLv3/TLSv1 'ssl3->sha1' */ + + STACK_OF(X509) *extra_certs; + STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ + + /* Default values used when no per-SSL value is defined follow */ + + /* used if SSL's info_callback is NULL */ + void (*info_callback) (const SSL *ssl, int type, int val); + + /* what we put in client cert requests */ + STACK_OF(X509_NAME) *client_CA; + + /* + * Default values to use in SSL structures follow (these are copied by + * SSL_new) + */ + + unsigned long options; + unsigned long mode; + long max_cert_list; + + struct cert_st /* CERT */ *cert; + int read_ahead; + + /* callback that allows applications to peek at protocol messages */ + void (*msg_callback) (int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg); + void *msg_callback_arg; + + int verify_mode; + unsigned int sid_ctx_length; + unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; + /* called 'verify_callback' in the SSL */ + int (*default_verify_callback) (int ok, X509_STORE_CTX *ctx); + + /* Default generate session ID callback. */ + GEN_SESSION_CB generate_session_id; + + X509_VERIFY_PARAM *param; + +# if 0 + int purpose; /* Purpose setting */ + int trust; /* Trust setting */ +# endif + + int quiet_shutdown; + + /* + * Maximum amount of data to send in one fragment. actual record size can + * be more than this due to padding and MAC overheads. + */ + unsigned int max_send_fragment; + +# ifndef OPENSSL_NO_ENGINE + /* + * Engine to pass requests for client certs to + */ + ENGINE *client_cert_engine; +# endif + +# ifndef OPENSSL_NO_TLSEXT + /* TLS extensions servername callback */ + int (*tlsext_servername_callback) (SSL *, int *, void *); + void *tlsext_servername_arg; + /* RFC 4507 session ticket keys */ + unsigned char tlsext_tick_key_name[16]; + unsigned char tlsext_tick_hmac_key[16]; + unsigned char tlsext_tick_aes_key[16]; + /* Callback to support customisation of ticket key setting */ + int (*tlsext_ticket_key_cb) (SSL *ssl, + unsigned char *name, unsigned char *iv, + EVP_CIPHER_CTX *ectx, + HMAC_CTX *hctx, int enc); + + /* certificate status request info */ + /* Callback for status request */ + int (*tlsext_status_cb) (SSL *ssl, void *arg); + void *tlsext_status_arg; + + /* draft-rescorla-tls-opaque-prf-input-00.txt information */ + int (*tlsext_opaque_prf_input_callback) (SSL *, void *peerinput, + size_t len, void *arg); + void *tlsext_opaque_prf_input_callback_arg; +# endif + +# ifndef OPENSSL_NO_PSK + char *psk_identity_hint; + unsigned int (*psk_client_callback) (SSL *ssl, const char *hint, + char *identity, + unsigned int max_identity_len, + unsigned char *psk, + unsigned int max_psk_len); + unsigned int (*psk_server_callback) (SSL *ssl, const char *identity, + unsigned char *psk, + unsigned int max_psk_len); +# endif + +# ifndef OPENSSL_NO_BUF_FREELISTS +# define SSL_MAX_BUF_FREELIST_LEN_DEFAULT 32 + unsigned int freelist_max_len; + struct ssl3_buf_freelist_st *wbuf_freelist; + struct ssl3_buf_freelist_st *rbuf_freelist; +# endif +# ifndef OPENSSL_NO_SRP + SRP_CTX srp_ctx; /* ctx for SRP authentication */ +# endif + +# ifndef OPENSSL_NO_TLSEXT + +# ifndef OPENSSL_NO_NEXTPROTONEG + /* Next protocol negotiation information */ + /* (for experimental NPN extension). */ + + /* + * For a server, this contains a callback function by which the set of + * advertised protocols can be provided. + */ + int (*next_protos_advertised_cb) (SSL *s, const unsigned char **buf, + unsigned int *len, void *arg); + void *next_protos_advertised_cb_arg; + /* + * For a client, this contains a callback function that selects the next + * protocol from the list provided by the server. + */ + int (*next_proto_select_cb) (SSL *s, unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, void *arg); + void *next_proto_select_cb_arg; +# endif + /* SRTP profiles we are willing to do from RFC 5764 */ + STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; + + /* + * ALPN information (we are in the process of transitioning from NPN to + * ALPN.) + */ + + /*- + * For a server, this contains a callback function that allows the + * server to select the protocol for the connection. + * out: on successful return, this must point to the raw protocol + * name (without the length prefix). + * outlen: on successful return, this contains the length of |*out|. + * in: points to the client's list of supported protocols in + * wire-format. + * inlen: the length of |in|. + */ + int (*alpn_select_cb) (SSL *s, + const unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, void *arg); + void *alpn_select_cb_arg; + + /* + * For a client, this contains the list of supported protocols in wire + * format. + */ + unsigned char *alpn_client_proto_list; + unsigned alpn_client_proto_list_len; + +# ifndef OPENSSL_NO_EC + /* EC extension values inherited by SSL structure */ + size_t tlsext_ecpointformatlist_length; + unsigned char *tlsext_ecpointformatlist; + size_t tlsext_ellipticcurvelist_length; + unsigned char *tlsext_ellipticcurvelist; +# endif /* OPENSSL_NO_EC */ +# endif +}; + +# endif + +# define SSL_SESS_CACHE_OFF 0x0000 +# define SSL_SESS_CACHE_CLIENT 0x0001 +# define SSL_SESS_CACHE_SERVER 0x0002 +# define SSL_SESS_CACHE_BOTH (SSL_SESS_CACHE_CLIENT|SSL_SESS_CACHE_SERVER) +# define SSL_SESS_CACHE_NO_AUTO_CLEAR 0x0080 +/* enough comments already ... see SSL_CTX_set_session_cache_mode(3) */ +# define SSL_SESS_CACHE_NO_INTERNAL_LOOKUP 0x0100 +# define SSL_SESS_CACHE_NO_INTERNAL_STORE 0x0200 +# define SSL_SESS_CACHE_NO_INTERNAL \ + (SSL_SESS_CACHE_NO_INTERNAL_LOOKUP|SSL_SESS_CACHE_NO_INTERNAL_STORE) + +LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); +# define SSL_CTX_sess_number(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_NUMBER,0,NULL) +# define SSL_CTX_sess_connect(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT,0,NULL) +# define SSL_CTX_sess_connect_good(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_GOOD,0,NULL) +# define SSL_CTX_sess_connect_renegotiate(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CONNECT_RENEGOTIATE,0,NULL) +# define SSL_CTX_sess_accept(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT,0,NULL) +# define SSL_CTX_sess_accept_renegotiate(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_RENEGOTIATE,0,NULL) +# define SSL_CTX_sess_accept_good(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_ACCEPT_GOOD,0,NULL) +# define SSL_CTX_sess_hits(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_HIT,0,NULL) +# define SSL_CTX_sess_cb_hits(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CB_HIT,0,NULL) +# define SSL_CTX_sess_misses(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_MISSES,0,NULL) +# define SSL_CTX_sess_timeouts(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_TIMEOUTS,0,NULL) +# define SSL_CTX_sess_cache_full(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SESS_CACHE_FULL,0,NULL) + +void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, + int (*new_session_cb) (struct ssl_st *ssl, + SSL_SESSION *sess)); +int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl, + SSL_SESSION *sess); +void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, + void (*remove_session_cb) (struct ssl_ctx_st + *ctx, + SSL_SESSION + *sess)); +void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx)) (struct ssl_ctx_st *ctx, + SSL_SESSION *sess); +void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, + SSL_SESSION *(*get_session_cb) (struct ssl_st + *ssl, + unsigned char + *data, int len, + int *copy)); +SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (struct ssl_st *ssl, + unsigned char *Data, + int len, int *copy); +void SSL_CTX_set_info_callback(SSL_CTX *ctx, + void (*cb) (const SSL *ssl, int type, + int val)); +void (*SSL_CTX_get_info_callback(SSL_CTX *ctx)) (const SSL *ssl, int type, + int val); +void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, + int (*client_cert_cb) (SSL *ssl, X509 **x509, + EVP_PKEY **pkey)); +int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx)) (SSL *ssl, X509 **x509, + EVP_PKEY **pkey); +# ifndef OPENSSL_NO_ENGINE +int SSL_CTX_set_client_cert_engine(SSL_CTX *ctx, ENGINE *e); +# endif +void SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, + int (*app_gen_cookie_cb) (SSL *ssl, + unsigned char + *cookie, + unsigned int + *cookie_len)); +void SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, + int (*app_verify_cookie_cb) (SSL *ssl, + unsigned char + *cookie, + unsigned int + cookie_len)); +# ifndef OPENSSL_NO_NEXTPROTONEG +void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *s, + int (*cb) (SSL *ssl, + const unsigned char + **out, + unsigned int *outlen, + void *arg), void *arg); +void SSL_CTX_set_next_proto_select_cb(SSL_CTX *s, + int (*cb) (SSL *ssl, + unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, + void *arg), void *arg); +void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, + unsigned *len); +# endif + +# ifndef OPENSSL_NO_TLSEXT +int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, + const unsigned char *in, unsigned int inlen, + const unsigned char *client, + unsigned int client_len); +# endif + +# define OPENSSL_NPN_UNSUPPORTED 0 +# define OPENSSL_NPN_NEGOTIATED 1 +# define OPENSSL_NPN_NO_OVERLAP 2 + +int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, + unsigned protos_len); +int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, + unsigned protos_len); +void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, + int (*cb) (SSL *ssl, + const unsigned char **out, + unsigned char *outlen, + const unsigned char *in, + unsigned int inlen, + void *arg), void *arg); +void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data, + unsigned *len); + +# ifndef OPENSSL_NO_PSK +/* + * the maximum length of the buffer given to callbacks containing the + * resulting identity/psk + */ +# define PSK_MAX_IDENTITY_LEN 128 +# define PSK_MAX_PSK_LEN 256 +void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, + unsigned int (*psk_client_callback) (SSL + *ssl, + const + char + *hint, + char + *identity, + unsigned + int + max_identity_len, + unsigned + char + *psk, + unsigned + int + max_psk_len)); +void SSL_set_psk_client_callback(SSL *ssl, + unsigned int (*psk_client_callback) (SSL + *ssl, + const + char + *hint, + char + *identity, + unsigned + int + max_identity_len, + unsigned + char + *psk, + unsigned + int + max_psk_len)); +void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, + unsigned int (*psk_server_callback) (SSL + *ssl, + const + char + *identity, + unsigned + char + *psk, + unsigned + int + max_psk_len)); +void SSL_set_psk_server_callback(SSL *ssl, + unsigned int (*psk_server_callback) (SSL + *ssl, + const + char + *identity, + unsigned + char + *psk, + unsigned + int + max_psk_len)); +int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint); +int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint); +const char *SSL_get_psk_identity_hint(const SSL *s); +const char *SSL_get_psk_identity(const SSL *s); +# endif + +# ifndef OPENSSL_NO_TLSEXT +/* Register callbacks to handle custom TLS Extensions for client or server. */ + +int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, + void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg); + +int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, + custom_ext_add_cb add_cb, + custom_ext_free_cb free_cb, + void *add_arg, + custom_ext_parse_cb parse_cb, + void *parse_arg); + +int SSL_extension_supported(unsigned int ext_type); + +# endif + +# define SSL_NOTHING 1 +# define SSL_WRITING 2 +# define SSL_READING 3 +# define SSL_X509_LOOKUP 4 + +/* These will only be used when doing non-blocking IO */ +# define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING) +# define SSL_want_read(s) (SSL_want(s) == SSL_READING) +# define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) +# define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) + +# define SSL_MAC_FLAG_READ_MAC_STREAM 1 +# define SSL_MAC_FLAG_WRITE_MAC_STREAM 2 + +# ifndef OPENSSL_NO_SSL_INTERN + +struct ssl_st { + /* + * protocol version (one of SSL2_VERSION, SSL3_VERSION, TLS1_VERSION, + * DTLS1_VERSION) + */ + int version; + /* SSL_ST_CONNECT or SSL_ST_ACCEPT */ + int type; + /* SSLv3 */ + const SSL_METHOD *method; + /* + * There are 2 BIO's even though they are normally both the same. This + * is so data can be read and written to different handlers + */ +# ifndef OPENSSL_NO_BIO + /* used by SSL_read */ + BIO *rbio; + /* used by SSL_write */ + BIO *wbio; + /* used during session-id reuse to concatenate messages */ + BIO *bbio; +# else + /* used by SSL_read */ + char *rbio; + /* used by SSL_write */ + char *wbio; + char *bbio; +# endif + /* + * This holds a variable that indicates what we were doing when a 0 or -1 + * is returned. This is needed for non-blocking IO so we know what + * request needs re-doing when in SSL_accept or SSL_connect + */ + int rwstate; + /* true when we are actually in SSL_accept() or SSL_connect() */ + int in_handshake; + int (*handshake_func) (SSL *); + /* + * Imagine that here's a boolean member "init" that is switched as soon + * as SSL_set_{accept/connect}_state is called for the first time, so + * that "state" and "handshake_func" are properly initialized. But as + * handshake_func is == 0 until then, we use this test instead of an + * "init" member. + */ + /* are we the server side? - mostly used by SSL_clear */ + int server; + /* + * Generate a new session or reuse an old one. + * NB: For servers, the 'new' session may actually be a previously + * cached session or even the previous session unless + * SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION is set + */ + int new_session; + /* don't send shutdown packets */ + int quiet_shutdown; + /* we have shut things down, 0x01 sent, 0x02 for received */ + int shutdown; + /* where we are */ + int state; + /* where we are when reading */ + int rstate; + BUF_MEM *init_buf; /* buffer used during init */ + void *init_msg; /* pointer to handshake message body, set by + * ssl3_get_message() */ + int init_num; /* amount read/written */ + int init_off; /* amount read/written */ + /* used internally to point at a raw packet */ + unsigned char *packet; + unsigned int packet_length; + struct ssl2_state_st *s2; /* SSLv2 variables */ + struct ssl3_state_st *s3; /* SSLv3 variables */ + struct dtls1_state_st *d1; /* DTLSv1 variables */ + int read_ahead; /* Read as many input bytes as possible (for + * non-blocking reads) */ + /* callback that allows applications to peek at protocol messages */ + void (*msg_callback) (int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg); + void *msg_callback_arg; + int hit; /* reusing a previous session */ + X509_VERIFY_PARAM *param; +# if 0 + int purpose; /* Purpose setting */ + int trust; /* Trust setting */ +# endif + /* crypto */ + STACK_OF(SSL_CIPHER) *cipher_list; + STACK_OF(SSL_CIPHER) *cipher_list_by_id; + /* + * These are the ones being used, the ones in SSL_SESSION are the ones to + * be 'copied' into these ones + */ + int mac_flags; + EVP_CIPHER_CTX *enc_read_ctx; /* cryptographic state */ + EVP_MD_CTX *read_hash; /* used for mac generation */ +# ifndef OPENSSL_NO_COMP + COMP_CTX *expand; /* uncompress */ +# else + char *expand; +# endif + EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ + EVP_MD_CTX *write_hash; /* used for mac generation */ +# ifndef OPENSSL_NO_COMP + COMP_CTX *compress; /* compression */ +# else + char *compress; +# endif + /* session info */ + /* client cert? */ + /* This is used to hold the server certificate used */ + struct cert_st /* CERT */ *cert; + /* + * the session_id_context is used to ensure sessions are only reused in + * the appropriate context + */ + unsigned int sid_ctx_length; + unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH]; + /* This can also be in the session once a session is established */ + SSL_SESSION *session; + /* Default generate session ID callback. */ + GEN_SESSION_CB generate_session_id; + /* Used in SSL2 and SSL3 */ + /* + * 0 don't care about verify failure. + * 1 fail if verify fails + */ + int verify_mode; + /* fail if callback returns 0 */ + int (*verify_callback) (int ok, X509_STORE_CTX *ctx); + /* optional informational callback */ + void (*info_callback) (const SSL *ssl, int type, int val); + /* error bytes to be written */ + int error; + /* actual code */ + int error_code; +# ifndef OPENSSL_NO_KRB5 + /* Kerberos 5 context */ + KSSL_CTX *kssl_ctx; +# endif /* OPENSSL_NO_KRB5 */ +# ifndef OPENSSL_NO_PSK + unsigned int (*psk_client_callback) (SSL *ssl, const char *hint, + char *identity, + unsigned int max_identity_len, + unsigned char *psk, + unsigned int max_psk_len); + unsigned int (*psk_server_callback) (SSL *ssl, const char *identity, + unsigned char *psk, + unsigned int max_psk_len); +# endif + SSL_CTX *ctx; + /* + * set this flag to 1 and a sleep(1) is put into all SSL_read() and + * SSL_write() calls, good for nbio debuging :-) + */ + int debug; + /* extra application data */ + long verify_result; + CRYPTO_EX_DATA ex_data; + /* for server side, keep the list of CA_dn we can use */ + STACK_OF(X509_NAME) *client_CA; + int references; + /* protocol behaviour */ + unsigned long options; + /* API behaviour */ + unsigned long mode; + long max_cert_list; + int first_packet; + /* what was passed, used for SSLv3/TLS rollback check */ + int client_version; + unsigned int max_send_fragment; +# ifndef OPENSSL_NO_TLSEXT + /* TLS extension debug callback */ + void (*tlsext_debug_cb) (SSL *s, int client_server, int type, + unsigned char *data, int len, void *arg); + void *tlsext_debug_arg; + char *tlsext_hostname; + /*- + * no further mod of servername + * 0 : call the servername extension callback. + * 1 : prepare 2, allow last ack just after in server callback. + * 2 : don't call servername callback, no ack in server hello + */ + int servername_done; + /* certificate status request info */ + /* Status type or -1 if no status type */ + int tlsext_status_type; + /* Expect OCSP CertificateStatus message */ + int tlsext_status_expected; + /* OCSP status request only */ + STACK_OF(OCSP_RESPID) *tlsext_ocsp_ids; + X509_EXTENSIONS *tlsext_ocsp_exts; + /* OCSP response received or to be sent */ + unsigned char *tlsext_ocsp_resp; + int tlsext_ocsp_resplen; + /* RFC4507 session ticket expected to be received or sent */ + int tlsext_ticket_expected; +# ifndef OPENSSL_NO_EC + size_t tlsext_ecpointformatlist_length; + /* our list */ + unsigned char *tlsext_ecpointformatlist; + size_t tlsext_ellipticcurvelist_length; + /* our list */ + unsigned char *tlsext_ellipticcurvelist; +# endif /* OPENSSL_NO_EC */ + /* + * draft-rescorla-tls-opaque-prf-input-00.txt information to be used for + * handshakes + */ + void *tlsext_opaque_prf_input; + size_t tlsext_opaque_prf_input_len; + /* TLS Session Ticket extension override */ + TLS_SESSION_TICKET_EXT *tlsext_session_ticket; + /* TLS Session Ticket extension callback */ + tls_session_ticket_ext_cb_fn tls_session_ticket_ext_cb; + void *tls_session_ticket_ext_cb_arg; + /* TLS pre-shared secret session resumption */ + tls_session_secret_cb_fn tls_session_secret_cb; + void *tls_session_secret_cb_arg; + SSL_CTX *initial_ctx; /* initial ctx, used to store sessions */ +# ifndef OPENSSL_NO_NEXTPROTONEG + /* + * Next protocol negotiation. For the client, this is the protocol that + * we sent in NextProtocol and is set when handling ServerHello + * extensions. For a server, this is the client's selected_protocol from + * NextProtocol and is set when handling the NextProtocol message, before + * the Finished message. + */ + unsigned char *next_proto_negotiated; + unsigned char next_proto_negotiated_len; +# endif +# define session_ctx initial_ctx + /* What we'll do */ + STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; + /* What's been chosen */ + SRTP_PROTECTION_PROFILE *srtp_profile; + /*- + * Is use of the Heartbeat extension negotiated? + * 0: disabled + * 1: enabled + * 2: enabled, but not allowed to send Requests + */ + unsigned int tlsext_heartbeat; + /* Indicates if a HeartbeatRequest is in flight */ + unsigned int tlsext_hb_pending; + /* HeartbeatRequest sequence number */ + unsigned int tlsext_hb_seq; +# else +# define session_ctx ctx +# endif /* OPENSSL_NO_TLSEXT */ + /*- + * 1 if we are renegotiating. + * 2 if we are a server and are inside a handshake + * (i.e. not just sending a HelloRequest) + */ + int renegotiate; +# ifndef OPENSSL_NO_SRP + /* ctx for SRP authentication */ + SRP_CTX srp_ctx; +# endif +# ifndef OPENSSL_NO_TLSEXT + /* + * For a client, this contains the list of supported protocols in wire + * format. + */ + unsigned char *alpn_client_proto_list; + unsigned alpn_client_proto_list_len; +# endif /* OPENSSL_NO_TLSEXT */ +}; + +# endif + +#ifdef __cplusplus +} +#endif + +# include +# include +# include /* This is mostly sslv3 with a few tweaks */ +# include /* Datagram TLS */ +# include +# include /* Support for the use_srtp extension */ + +#ifdef __cplusplus +extern "C" { +#endif + +/* compatibility */ +# define SSL_set_app_data(s,arg) (SSL_set_ex_data(s,0,(char *)arg)) +# define SSL_get_app_data(s) (SSL_get_ex_data(s,0)) +# define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0,(char *)a)) +# define SSL_SESSION_get_app_data(s) (SSL_SESSION_get_ex_data(s,0)) +# define SSL_CTX_get_app_data(ctx) (SSL_CTX_get_ex_data(ctx,0)) +# define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg)) + +/* + * The following are the possible values for ssl->state are are used to + * indicate where we are up to in the SSL connection establishment. The + * macros that follow are about the only things you should need to use and + * even then, only when using non-blocking IO. It can also be useful to work + * out where you were when the connection failed + */ + +# define SSL_ST_CONNECT 0x1000 +# define SSL_ST_ACCEPT 0x2000 +# define SSL_ST_MASK 0x0FFF +# define SSL_ST_INIT (SSL_ST_CONNECT|SSL_ST_ACCEPT) +# define SSL_ST_BEFORE 0x4000 +# define SSL_ST_OK 0x03 +# define SSL_ST_RENEGOTIATE (0x04|SSL_ST_INIT) +# define SSL_ST_ERR 0x05 + +# define SSL_CB_LOOP 0x01 +# define SSL_CB_EXIT 0x02 +# define SSL_CB_READ 0x04 +# define SSL_CB_WRITE 0x08 +# define SSL_CB_ALERT 0x4000/* used in callback */ +# define SSL_CB_READ_ALERT (SSL_CB_ALERT|SSL_CB_READ) +# define SSL_CB_WRITE_ALERT (SSL_CB_ALERT|SSL_CB_WRITE) +# define SSL_CB_ACCEPT_LOOP (SSL_ST_ACCEPT|SSL_CB_LOOP) +# define SSL_CB_ACCEPT_EXIT (SSL_ST_ACCEPT|SSL_CB_EXIT) +# define SSL_CB_CONNECT_LOOP (SSL_ST_CONNECT|SSL_CB_LOOP) +# define SSL_CB_CONNECT_EXIT (SSL_ST_CONNECT|SSL_CB_EXIT) +# define SSL_CB_HANDSHAKE_START 0x10 +# define SSL_CB_HANDSHAKE_DONE 0x20 + +/* Is the SSL_connection established? */ +# define SSL_get_state(a) SSL_state(a) +# define SSL_is_init_finished(a) (SSL_state(a) == SSL_ST_OK) +# define SSL_in_init(a) (SSL_state(a)&SSL_ST_INIT) +# define SSL_in_before(a) (SSL_state(a)&SSL_ST_BEFORE) +# define SSL_in_connect_init(a) (SSL_state(a)&SSL_ST_CONNECT) +# define SSL_in_accept_init(a) (SSL_state(a)&SSL_ST_ACCEPT) + +/* + * The following 2 states are kept in ssl->rstate when reads fail, you should + * not need these + */ +# define SSL_ST_READ_HEADER 0xF0 +# define SSL_ST_READ_BODY 0xF1 +# define SSL_ST_READ_DONE 0xF2 + +/*- + * Obtain latest Finished message + * -- that we sent (SSL_get_finished) + * -- that we expected from peer (SSL_get_peer_finished). + * Returns length (0 == no Finished so far), copies up to 'count' bytes. + */ +size_t SSL_get_finished(const SSL *s, void *buf, size_t count); +size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count); + +/* + * use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options are + * 'ored' with SSL_VERIFY_PEER if they are desired + */ +# define SSL_VERIFY_NONE 0x00 +# define SSL_VERIFY_PEER 0x01 +# define SSL_VERIFY_FAIL_IF_NO_PEER_CERT 0x02 +# define SSL_VERIFY_CLIENT_ONCE 0x04 + +# define OpenSSL_add_ssl_algorithms() SSL_library_init() +# define SSLeay_add_ssl_algorithms() SSL_library_init() + +/* this is for backward compatibility */ +# if 0 /* NEW_SSLEAY */ +# define SSL_CTX_set_default_verify(a,b,c) SSL_CTX_set_verify(a,b,c) +# define SSL_set_pref_cipher(c,n) SSL_set_cipher_list(c,n) +# define SSL_add_session(a,b) SSL_CTX_add_session((a),(b)) +# define SSL_remove_session(a,b) SSL_CTX_remove_session((a),(b)) +# define SSL_flush_sessions(a,b) SSL_CTX_flush_sessions((a),(b)) +# endif +/* More backward compatibility */ +# define SSL_get_cipher(s) \ + SSL_CIPHER_get_name(SSL_get_current_cipher(s)) +# define SSL_get_cipher_bits(s,np) \ + SSL_CIPHER_get_bits(SSL_get_current_cipher(s),np) +# define SSL_get_cipher_version(s) \ + SSL_CIPHER_get_version(SSL_get_current_cipher(s)) +# define SSL_get_cipher_name(s) \ + SSL_CIPHER_get_name(SSL_get_current_cipher(s)) +# define SSL_get_time(a) SSL_SESSION_get_time(a) +# define SSL_set_time(a,b) SSL_SESSION_set_time((a),(b)) +# define SSL_get_timeout(a) SSL_SESSION_get_timeout(a) +# define SSL_set_timeout(a,b) SSL_SESSION_set_timeout((a),(b)) + +# define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,bp,s_id) +# define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id) + +DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION) +# define SSL_AD_REASON_OFFSET 1000/* offset to get SSL_R_... value + * from SSL_AD_... */ +/* These alert types are for SSLv3 and TLSv1 */ +# define SSL_AD_CLOSE_NOTIFY SSL3_AD_CLOSE_NOTIFY +/* fatal */ +# define SSL_AD_UNEXPECTED_MESSAGE SSL3_AD_UNEXPECTED_MESSAGE +/* fatal */ +# define SSL_AD_BAD_RECORD_MAC SSL3_AD_BAD_RECORD_MAC +# define SSL_AD_DECRYPTION_FAILED TLS1_AD_DECRYPTION_FAILED +# define SSL_AD_RECORD_OVERFLOW TLS1_AD_RECORD_OVERFLOW +/* fatal */ +# define SSL_AD_DECOMPRESSION_FAILURE SSL3_AD_DECOMPRESSION_FAILURE +/* fatal */ +# define SSL_AD_HANDSHAKE_FAILURE SSL3_AD_HANDSHAKE_FAILURE +/* Not for TLS */ +# define SSL_AD_NO_CERTIFICATE SSL3_AD_NO_CERTIFICATE +# define SSL_AD_BAD_CERTIFICATE SSL3_AD_BAD_CERTIFICATE +# define SSL_AD_UNSUPPORTED_CERTIFICATE SSL3_AD_UNSUPPORTED_CERTIFICATE +# define SSL_AD_CERTIFICATE_REVOKED SSL3_AD_CERTIFICATE_REVOKED +# define SSL_AD_CERTIFICATE_EXPIRED SSL3_AD_CERTIFICATE_EXPIRED +# define SSL_AD_CERTIFICATE_UNKNOWN SSL3_AD_CERTIFICATE_UNKNOWN +/* fatal */ +# define SSL_AD_ILLEGAL_PARAMETER SSL3_AD_ILLEGAL_PARAMETER +/* fatal */ +# define SSL_AD_UNKNOWN_CA TLS1_AD_UNKNOWN_CA +/* fatal */ +# define SSL_AD_ACCESS_DENIED TLS1_AD_ACCESS_DENIED +/* fatal */ +# define SSL_AD_DECODE_ERROR TLS1_AD_DECODE_ERROR +# define SSL_AD_DECRYPT_ERROR TLS1_AD_DECRYPT_ERROR +/* fatal */ +# define SSL_AD_EXPORT_RESTRICTION TLS1_AD_EXPORT_RESTRICTION +/* fatal */ +# define SSL_AD_PROTOCOL_VERSION TLS1_AD_PROTOCOL_VERSION +/* fatal */ +# define SSL_AD_INSUFFICIENT_SECURITY TLS1_AD_INSUFFICIENT_SECURITY +/* fatal */ +# define SSL_AD_INTERNAL_ERROR TLS1_AD_INTERNAL_ERROR +# define SSL_AD_USER_CANCELLED TLS1_AD_USER_CANCELLED +# define SSL_AD_NO_RENEGOTIATION TLS1_AD_NO_RENEGOTIATION +# define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION +# define SSL_AD_CERTIFICATE_UNOBTAINABLE TLS1_AD_CERTIFICATE_UNOBTAINABLE +# define SSL_AD_UNRECOGNIZED_NAME TLS1_AD_UNRECOGNIZED_NAME +# define SSL_AD_BAD_CERTIFICATE_STATUS_RESPONSE TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE +# define SSL_AD_BAD_CERTIFICATE_HASH_VALUE TLS1_AD_BAD_CERTIFICATE_HASH_VALUE +/* fatal */ +# define SSL_AD_UNKNOWN_PSK_IDENTITY TLS1_AD_UNKNOWN_PSK_IDENTITY +/* fatal */ +# define SSL_AD_INAPPROPRIATE_FALLBACK TLS1_AD_INAPPROPRIATE_FALLBACK +# define SSL_ERROR_NONE 0 +# define SSL_ERROR_SSL 1 +# define SSL_ERROR_WANT_READ 2 +# define SSL_ERROR_WANT_WRITE 3 +# define SSL_ERROR_WANT_X509_LOOKUP 4 +# define SSL_ERROR_SYSCALL 5/* look at error stack/return + * value/errno */ +# define SSL_ERROR_ZERO_RETURN 6 +# define SSL_ERROR_WANT_CONNECT 7 +# define SSL_ERROR_WANT_ACCEPT 8 +# define SSL_CTRL_NEED_TMP_RSA 1 +# define SSL_CTRL_SET_TMP_RSA 2 +# define SSL_CTRL_SET_TMP_DH 3 +# define SSL_CTRL_SET_TMP_ECDH 4 +# define SSL_CTRL_SET_TMP_RSA_CB 5 +# define SSL_CTRL_SET_TMP_DH_CB 6 +# define SSL_CTRL_SET_TMP_ECDH_CB 7 +# define SSL_CTRL_GET_SESSION_REUSED 8 +# define SSL_CTRL_GET_CLIENT_CERT_REQUEST 9 +# define SSL_CTRL_GET_NUM_RENEGOTIATIONS 10 +# define SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS 11 +# define SSL_CTRL_GET_TOTAL_RENEGOTIATIONS 12 +# define SSL_CTRL_GET_FLAGS 13 +# define SSL_CTRL_EXTRA_CHAIN_CERT 14 +# define SSL_CTRL_SET_MSG_CALLBACK 15 +# define SSL_CTRL_SET_MSG_CALLBACK_ARG 16 +/* only applies to datagram connections */ +# define SSL_CTRL_SET_MTU 17 +/* Stats */ +# define SSL_CTRL_SESS_NUMBER 20 +# define SSL_CTRL_SESS_CONNECT 21 +# define SSL_CTRL_SESS_CONNECT_GOOD 22 +# define SSL_CTRL_SESS_CONNECT_RENEGOTIATE 23 +# define SSL_CTRL_SESS_ACCEPT 24 +# define SSL_CTRL_SESS_ACCEPT_GOOD 25 +# define SSL_CTRL_SESS_ACCEPT_RENEGOTIATE 26 +# define SSL_CTRL_SESS_HIT 27 +# define SSL_CTRL_SESS_CB_HIT 28 +# define SSL_CTRL_SESS_MISSES 29 +# define SSL_CTRL_SESS_TIMEOUTS 30 +# define SSL_CTRL_SESS_CACHE_FULL 31 +# define SSL_CTRL_OPTIONS 32 +# define SSL_CTRL_MODE 33 +# define SSL_CTRL_GET_READ_AHEAD 40 +# define SSL_CTRL_SET_READ_AHEAD 41 +# define SSL_CTRL_SET_SESS_CACHE_SIZE 42 +# define SSL_CTRL_GET_SESS_CACHE_SIZE 43 +# define SSL_CTRL_SET_SESS_CACHE_MODE 44 +# define SSL_CTRL_GET_SESS_CACHE_MODE 45 +# define SSL_CTRL_GET_MAX_CERT_LIST 50 +# define SSL_CTRL_SET_MAX_CERT_LIST 51 +# define SSL_CTRL_SET_MAX_SEND_FRAGMENT 52 +/* see tls1.h for macros based on these */ +# ifndef OPENSSL_NO_TLSEXT +# define SSL_CTRL_SET_TLSEXT_SERVERNAME_CB 53 +# define SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG 54 +# define SSL_CTRL_SET_TLSEXT_HOSTNAME 55 +# define SSL_CTRL_SET_TLSEXT_DEBUG_CB 56 +# define SSL_CTRL_SET_TLSEXT_DEBUG_ARG 57 +# define SSL_CTRL_GET_TLSEXT_TICKET_KEYS 58 +# define SSL_CTRL_SET_TLSEXT_TICKET_KEYS 59 +# define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT 60 +# define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB 61 +# define SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG 62 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB 63 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG 64 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE 65 +# define SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS 66 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS 67 +# define SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS 68 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS 69 +# define SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP 70 +# define SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP 71 +# define SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB 72 +# define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB 75 +# define SSL_CTRL_SET_SRP_VERIFY_PARAM_CB 76 +# define SSL_CTRL_SET_SRP_GIVE_CLIENT_PWD_CB 77 +# define SSL_CTRL_SET_SRP_ARG 78 +# define SSL_CTRL_SET_TLS_EXT_SRP_USERNAME 79 +# define SSL_CTRL_SET_TLS_EXT_SRP_STRENGTH 80 +# define SSL_CTRL_SET_TLS_EXT_SRP_PASSWORD 81 +# ifndef OPENSSL_NO_HEARTBEATS +# define SSL_CTRL_TLS_EXT_SEND_HEARTBEAT 85 +# define SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING 86 +# define SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS 87 +# endif +# endif /* OPENSSL_NO_TLSEXT */ +# define DTLS_CTRL_GET_TIMEOUT 73 +# define DTLS_CTRL_HANDLE_TIMEOUT 74 +# define DTLS_CTRL_LISTEN 75 +# define SSL_CTRL_GET_RI_SUPPORT 76 +# define SSL_CTRL_CLEAR_OPTIONS 77 +# define SSL_CTRL_CLEAR_MODE 78 +# define SSL_CTRL_GET_EXTRA_CHAIN_CERTS 82 +# define SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS 83 +# define SSL_CTRL_CHAIN 88 +# define SSL_CTRL_CHAIN_CERT 89 +# define SSL_CTRL_GET_CURVES 90 +# define SSL_CTRL_SET_CURVES 91 +# define SSL_CTRL_SET_CURVES_LIST 92 +# define SSL_CTRL_GET_SHARED_CURVE 93 +# define SSL_CTRL_SET_ECDH_AUTO 94 +# define SSL_CTRL_SET_SIGALGS 97 +# define SSL_CTRL_SET_SIGALGS_LIST 98 +# define SSL_CTRL_CERT_FLAGS 99 +# define SSL_CTRL_CLEAR_CERT_FLAGS 100 +# define SSL_CTRL_SET_CLIENT_SIGALGS 101 +# define SSL_CTRL_SET_CLIENT_SIGALGS_LIST 102 +# define SSL_CTRL_GET_CLIENT_CERT_TYPES 103 +# define SSL_CTRL_SET_CLIENT_CERT_TYPES 104 +# define SSL_CTRL_BUILD_CERT_CHAIN 105 +# define SSL_CTRL_SET_VERIFY_CERT_STORE 106 +# define SSL_CTRL_SET_CHAIN_CERT_STORE 107 +# define SSL_CTRL_GET_PEER_SIGNATURE_NID 108 +# define SSL_CTRL_GET_SERVER_TMP_KEY 109 +# define SSL_CTRL_GET_RAW_CIPHERLIST 110 +# define SSL_CTRL_GET_EC_POINT_FORMATS 111 +# define SSL_CTRL_GET_CHAIN_CERTS 115 +# define SSL_CTRL_SELECT_CURRENT_CERT 116 +# define SSL_CTRL_SET_CURRENT_CERT 117 +# define SSL_CTRL_CHECK_PROTO_VERSION 119 +# define DTLS_CTRL_SET_LINK_MTU 120 +# define DTLS_CTRL_GET_LINK_MIN_MTU 121 +# define SSL_CERT_SET_FIRST 1 +# define SSL_CERT_SET_NEXT 2 +# define SSL_CERT_SET_SERVER 3 +# define DTLSv1_get_timeout(ssl, arg) \ + SSL_ctrl(ssl,DTLS_CTRL_GET_TIMEOUT,0, (void *)arg) +# define DTLSv1_handle_timeout(ssl) \ + SSL_ctrl(ssl,DTLS_CTRL_HANDLE_TIMEOUT,0, NULL) +# define DTLSv1_listen(ssl, peer) \ + SSL_ctrl(ssl,DTLS_CTRL_LISTEN,0, (void *)peer) +# define SSL_session_reused(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL) +# define SSL_num_renegotiations(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_GET_NUM_RENEGOTIATIONS,0,NULL) +# define SSL_clear_num_renegotiations(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_CLEAR_NUM_RENEGOTIATIONS,0,NULL) +# define SSL_total_renegotiations(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_GET_TOTAL_RENEGOTIATIONS,0,NULL) +# define SSL_CTX_need_tmp_RSA(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_NEED_TMP_RSA,0,NULL) +# define SSL_CTX_set_tmp_rsa(ctx,rsa) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa) +# define SSL_CTX_set_tmp_dh(ctx,dh) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh) +# define SSL_CTX_set_tmp_ecdh(ctx,ecdh) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh) +# define SSL_need_tmp_RSA(ssl) \ + SSL_ctrl(ssl,SSL_CTRL_NEED_TMP_RSA,0,NULL) +# define SSL_set_tmp_rsa(ssl,rsa) \ + SSL_ctrl(ssl,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa) +# define SSL_set_tmp_dh(ssl,dh) \ + SSL_ctrl(ssl,SSL_CTRL_SET_TMP_DH,0,(char *)dh) +# define SSL_set_tmp_ecdh(ssl,ecdh) \ + SSL_ctrl(ssl,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh) +# define SSL_CTX_add_extra_chain_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509) +# define SSL_CTX_get_extra_chain_certs(ctx,px509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_EXTRA_CHAIN_CERTS,0,px509) +# define SSL_CTX_get_extra_chain_certs_only(ctx,px509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_EXTRA_CHAIN_CERTS,1,px509) +# define SSL_CTX_clear_extra_chain_certs(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CLEAR_EXTRA_CHAIN_CERTS,0,NULL) +# define SSL_CTX_set0_chain(ctx,sk) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN,0,(char *)sk) +# define SSL_CTX_set1_chain(ctx,sk) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN,1,(char *)sk) +# define SSL_CTX_add0_chain_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN_CERT,0,(char *)x509) +# define SSL_CTX_add1_chain_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_CHAIN_CERT,1,(char *)x509) +# define SSL_CTX_get0_chain_certs(ctx,px509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERTS,0,px509) +# define SSL_CTX_clear_chain_certs(ctx) \ + SSL_CTX_set0_chain(ctx,NULL) +# define SSL_CTX_build_cert_chain(ctx, flags) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_BUILD_CERT_CHAIN, flags, NULL) +# define SSL_CTX_select_current_cert(ctx,x509) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SELECT_CURRENT_CERT,0,(char *)x509) +# define SSL_CTX_set_current_cert(ctx, op) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CURRENT_CERT, op, NULL) +# define SSL_CTX_set0_verify_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)st) +# define SSL_CTX_set1_verify_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)st) +# define SSL_CTX_set0_chain_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)st) +# define SSL_CTX_set1_chain_cert_store(ctx,st) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)st) +# define SSL_set0_chain(ctx,sk) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN,0,(char *)sk) +# define SSL_set1_chain(ctx,sk) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN,1,(char *)sk) +# define SSL_add0_chain_cert(ctx,x509) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN_CERT,0,(char *)x509) +# define SSL_add1_chain_cert(ctx,x509) \ + SSL_ctrl(ctx,SSL_CTRL_CHAIN_CERT,1,(char *)x509) +# define SSL_get0_chain_certs(ctx,px509) \ + SSL_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERTS,0,px509) +# define SSL_clear_chain_certs(ctx) \ + SSL_set0_chain(ctx,NULL) +# define SSL_build_cert_chain(s, flags) \ + SSL_ctrl(s,SSL_CTRL_BUILD_CERT_CHAIN, flags, NULL) +# define SSL_select_current_cert(ctx,x509) \ + SSL_ctrl(ctx,SSL_CTRL_SELECT_CURRENT_CERT,0,(char *)x509) +# define SSL_set_current_cert(ctx,op) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CURRENT_CERT, op, NULL) +# define SSL_set0_verify_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)st) +# define SSL_set1_verify_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)st) +# define SSL_set0_chain_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)st) +# define SSL_set1_chain_cert_store(s,st) \ + SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)st) +# define SSL_get1_curves(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_GET_CURVES,0,(char *)s) +# define SSL_CTX_set1_curves(ctx, clist, clistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CURVES,clistlen,(char *)clist) +# define SSL_CTX_set1_curves_list(ctx, s) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CURVES_LIST,0,(char *)s) +# define SSL_set1_curves(ctx, clist, clistlen) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CURVES,clistlen,(char *)clist) +# define SSL_set1_curves_list(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CURVES_LIST,0,(char *)s) +# define SSL_get_shared_curve(s, n) \ + SSL_ctrl(s,SSL_CTRL_GET_SHARED_CURVE,n,NULL) +# define SSL_CTX_set_ecdh_auto(ctx, onoff) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_ECDH_AUTO,onoff,NULL) +# define SSL_set_ecdh_auto(s, onoff) \ + SSL_ctrl(s,SSL_CTRL_SET_ECDH_AUTO,onoff,NULL) +# define SSL_CTX_set1_sigalgs(ctx, slist, slistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SIGALGS,slistlen,(int *)slist) +# define SSL_CTX_set1_sigalgs_list(ctx, s) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SIGALGS_LIST,0,(char *)s) +# define SSL_set1_sigalgs(ctx, slist, slistlen) \ + SSL_ctrl(ctx,SSL_CTRL_SET_SIGALGS,slistlen,(int *)slist) +# define SSL_set1_sigalgs_list(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_SET_SIGALGS_LIST,0,(char *)s) +# define SSL_CTX_set1_client_sigalgs(ctx, slist, slistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS,slistlen,(int *)slist) +# define SSL_CTX_set1_client_sigalgs_list(ctx, s) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS_LIST,0,(char *)s) +# define SSL_set1_client_sigalgs(ctx, slist, slistlen) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS,clistlen,(int *)slist) +# define SSL_set1_client_sigalgs_list(ctx, s) \ + SSL_ctrl(ctx,SSL_CTRL_SET_CLIENT_SIGALGS_LIST,0,(char *)s) +# define SSL_get0_certificate_types(s, clist) \ + SSL_ctrl(s, SSL_CTRL_GET_CLIENT_CERT_TYPES, 0, (char *)clist) +# define SSL_CTX_set1_client_certificate_types(ctx, clist, clistlen) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CLIENT_CERT_TYPES,clistlen,(char *)clist) +# define SSL_set1_client_certificate_types(s, clist, clistlen) \ + SSL_ctrl(s,SSL_CTRL_SET_CLIENT_CERT_TYPES,clistlen,(char *)clist) +# define SSL_get_peer_signature_nid(s, pn) \ + SSL_ctrl(s,SSL_CTRL_GET_PEER_SIGNATURE_NID,0,pn) +# define SSL_get_server_tmp_key(s, pk) \ + SSL_ctrl(s,SSL_CTRL_GET_SERVER_TMP_KEY,0,pk) +# define SSL_get0_raw_cipherlist(s, plst) \ + SSL_ctrl(s,SSL_CTRL_GET_RAW_CIPHERLIST,0,(char *)plst) +# define SSL_get0_ec_point_formats(s, plst) \ + SSL_ctrl(s,SSL_CTRL_GET_EC_POINT_FORMATS,0,(char *)plst) +# ifndef OPENSSL_NO_BIO +BIO_METHOD *BIO_f_ssl(void); +BIO *BIO_new_ssl(SSL_CTX *ctx, int client); +BIO *BIO_new_ssl_connect(SSL_CTX *ctx); +BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx); +int BIO_ssl_copy_session_id(BIO *to, BIO *from); +void BIO_ssl_shutdown(BIO *ssl_bio); + +# endif + +int SSL_CTX_set_cipher_list(SSL_CTX *, const char *str); +SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); +void SSL_CTX_free(SSL_CTX *); +long SSL_CTX_set_timeout(SSL_CTX *ctx, long t); +long SSL_CTX_get_timeout(const SSL_CTX *ctx); +X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); +void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *); +int SSL_want(const SSL *s); +int SSL_clear(SSL *s); + +void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm); + +const SSL_CIPHER *SSL_get_current_cipher(const SSL *s); +int SSL_CIPHER_get_bits(const SSL_CIPHER *c, int *alg_bits); +char *SSL_CIPHER_get_version(const SSL_CIPHER *c); +const char *SSL_CIPHER_get_name(const SSL_CIPHER *c); +unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c); + +int SSL_get_fd(const SSL *s); +int SSL_get_rfd(const SSL *s); +int SSL_get_wfd(const SSL *s); +const char *SSL_get_cipher_list(const SSL *s, int n); +char *SSL_get_shared_ciphers(const SSL *s, char *buf, int len); +int SSL_get_read_ahead(const SSL *s); +int SSL_pending(const SSL *s); +# ifndef OPENSSL_NO_SOCK +int SSL_set_fd(SSL *s, int fd); +int SSL_set_rfd(SSL *s, int fd); +int SSL_set_wfd(SSL *s, int fd); +# endif +# ifndef OPENSSL_NO_BIO +void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio); +BIO *SSL_get_rbio(const SSL *s); +BIO *SSL_get_wbio(const SSL *s); +# endif +int SSL_set_cipher_list(SSL *s, const char *str); +void SSL_set_read_ahead(SSL *s, int yes); +int SSL_get_verify_mode(const SSL *s); +int SSL_get_verify_depth(const SSL *s); +int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *); +void SSL_set_verify(SSL *s, int mode, + int (*callback) (int ok, X509_STORE_CTX *ctx)); +void SSL_set_verify_depth(SSL *s, int depth); +void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg); +# ifndef OPENSSL_NO_RSA +int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa); +# endif +int SSL_use_RSAPrivateKey_ASN1(SSL *ssl, unsigned char *d, long len); +int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey); +int SSL_use_PrivateKey_ASN1(int pk, SSL *ssl, const unsigned char *d, + long len); +int SSL_use_certificate(SSL *ssl, X509 *x); +int SSL_use_certificate_ASN1(SSL *ssl, const unsigned char *d, int len); + +# ifndef OPENSSL_NO_TLSEXT +/* Set serverinfo data for the current active cert. */ +int SSL_CTX_use_serverinfo(SSL_CTX *ctx, const unsigned char *serverinfo, + size_t serverinfo_length); +# ifndef OPENSSL_NO_STDIO +int SSL_CTX_use_serverinfo_file(SSL_CTX *ctx, const char *file); +# endif /* NO_STDIO */ + +# endif + +# ifndef OPENSSL_NO_STDIO +int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type); +int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type); +int SSL_use_certificate_file(SSL *ssl, const char *file, int type); +int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type); +int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type); +int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type); +/* PEM type */ +int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file); +STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file); +int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, + const char *file); +# ifndef OPENSSL_SYS_VMS +/* XXXXX: Better scheme needed! [was: #ifndef MAC_OS_pre_X] */ +# ifndef OPENSSL_SYS_MACINTOSH_CLASSIC +int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, + const char *dir); +# endif +# endif + +# endif + +void SSL_load_error_strings(void); +const char *SSL_state_string(const SSL *s); +const char *SSL_rstate_string(const SSL *s); +const char *SSL_state_string_long(const SSL *s); +const char *SSL_rstate_string_long(const SSL *s); +long SSL_SESSION_get_time(const SSL_SESSION *s); +long SSL_SESSION_set_time(SSL_SESSION *s, long t); +long SSL_SESSION_get_timeout(const SSL_SESSION *s); +long SSL_SESSION_set_timeout(SSL_SESSION *s, long t); +void SSL_copy_session_id(SSL *to, const SSL *from); +X509 *SSL_SESSION_get0_peer(SSL_SESSION *s); +int SSL_SESSION_set1_id_context(SSL_SESSION *s, const unsigned char *sid_ctx, + unsigned int sid_ctx_len); + +SSL_SESSION *SSL_SESSION_new(void); +const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, + unsigned int *len); +unsigned int SSL_SESSION_get_compress_id(const SSL_SESSION *s); +# ifndef OPENSSL_NO_FP_API +int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses); +# endif +# ifndef OPENSSL_NO_BIO +int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses); +# endif +void SSL_SESSION_free(SSL_SESSION *ses); +int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp); +int SSL_set_session(SSL *to, SSL_SESSION *session); +int SSL_CTX_add_session(SSL_CTX *s, SSL_SESSION *c); +int SSL_CTX_remove_session(SSL_CTX *, SSL_SESSION *c); +int SSL_CTX_set_generate_session_id(SSL_CTX *, GEN_SESSION_CB); +int SSL_set_generate_session_id(SSL *, GEN_SESSION_CB); +int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, + unsigned int id_len); +SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, + long length); + +# ifdef HEADER_X509_H +X509 *SSL_get_peer_certificate(const SSL *s); +# endif + +STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s); + +int SSL_CTX_get_verify_mode(const SSL_CTX *ctx); +int SSL_CTX_get_verify_depth(const SSL_CTX *ctx); +int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx)) (int, + X509_STORE_CTX *); +void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, + int (*callback) (int, X509_STORE_CTX *)); +void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth); +void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, + int (*cb) (X509_STORE_CTX *, void *), + void *arg); +void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), + void *arg); +# ifndef OPENSSL_NO_RSA +int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa); +# endif +int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, + long len); +int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey); +int SSL_CTX_use_PrivateKey_ASN1(int pk, SSL_CTX *ctx, + const unsigned char *d, long len); +int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x); +int SSL_CTX_use_certificate_ASN1(SSL_CTX *ctx, int len, + const unsigned char *d); + +void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb); +void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u); + +int SSL_CTX_check_private_key(const SSL_CTX *ctx); +int SSL_check_private_key(const SSL *ctx); + +int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx, + unsigned int sid_ctx_len); + +SSL *SSL_new(SSL_CTX *ctx); +int SSL_set_session_id_context(SSL *ssl, const unsigned char *sid_ctx, + unsigned int sid_ctx_len); + +int SSL_CTX_set_purpose(SSL_CTX *s, int purpose); +int SSL_set_purpose(SSL *s, int purpose); +int SSL_CTX_set_trust(SSL_CTX *s, int trust); +int SSL_set_trust(SSL *s, int trust); + +int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm); +int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm); + +X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx); +X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl); + +# ifndef OPENSSL_NO_SRP +int SSL_CTX_set_srp_username(SSL_CTX *ctx, char *name); +int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password); +int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength); +int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx, + char *(*cb) (SSL *, void *)); +int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx, + int (*cb) (SSL *, void *)); +int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx, + int (*cb) (SSL *, int *, void *)); +int SSL_CTX_set_srp_cb_arg(SSL_CTX *ctx, void *arg); + +int SSL_set_srp_server_param(SSL *s, const BIGNUM *N, const BIGNUM *g, + BIGNUM *sa, BIGNUM *v, char *info); +int SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, + const char *grp); + +BIGNUM *SSL_get_srp_g(SSL *s); +BIGNUM *SSL_get_srp_N(SSL *s); + +char *SSL_get_srp_username(SSL *s); +char *SSL_get_srp_userinfo(SSL *s); +# endif + +void SSL_certs_clear(SSL *s); +void SSL_free(SSL *ssl); +int SSL_accept(SSL *ssl); +int SSL_connect(SSL *ssl); +int SSL_read(SSL *ssl, void *buf, int num); +int SSL_peek(SSL *ssl, void *buf, int num); +int SSL_write(SSL *ssl, const void *buf, int num); +long SSL_ctrl(SSL *ssl, int cmd, long larg, void *parg); +long SSL_callback_ctrl(SSL *, int, void (*)(void)); +long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg); +long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)); + +int SSL_get_error(const SSL *s, int ret_code); +const char *SSL_get_version(const SSL *s); + +/* This sets the 'default' SSL version that SSL_new() will create */ +int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth); + +# ifndef OPENSSL_NO_SSL2_METHOD +const SSL_METHOD *SSLv2_method(void); /* SSLv2 */ +const SSL_METHOD *SSLv2_server_method(void); /* SSLv2 */ +const SSL_METHOD *SSLv2_client_method(void); /* SSLv2 */ +# endif + +# ifndef OPENSSL_NO_SSL3_METHOD +const SSL_METHOD *SSLv3_method(void); /* SSLv3 */ +const SSL_METHOD *SSLv3_server_method(void); /* SSLv3 */ +const SSL_METHOD *SSLv3_client_method(void); /* SSLv3 */ +# endif + +const SSL_METHOD *SSLv23_method(void); /* Negotiate highest available SSL/TLS + * version */ +const SSL_METHOD *SSLv23_server_method(void); /* Negotiate highest available + * SSL/TLS version */ +const SSL_METHOD *SSLv23_client_method(void); /* Negotiate highest available + * SSL/TLS version */ + +const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ +const SSL_METHOD *TLSv1_server_method(void); /* TLSv1.0 */ +const SSL_METHOD *TLSv1_client_method(void); /* TLSv1.0 */ + +const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ +const SSL_METHOD *TLSv1_1_server_method(void); /* TLSv1.1 */ +const SSL_METHOD *TLSv1_1_client_method(void); /* TLSv1.1 */ + +const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ +const SSL_METHOD *TLSv1_2_server_method(void); /* TLSv1.2 */ +const SSL_METHOD *TLSv1_2_client_method(void); /* TLSv1.2 */ + +const SSL_METHOD *DTLSv1_method(void); /* DTLSv1.0 */ +const SSL_METHOD *DTLSv1_server_method(void); /* DTLSv1.0 */ +const SSL_METHOD *DTLSv1_client_method(void); /* DTLSv1.0 */ + +const SSL_METHOD *DTLSv1_2_method(void); /* DTLSv1.2 */ +const SSL_METHOD *DTLSv1_2_server_method(void); /* DTLSv1.2 */ +const SSL_METHOD *DTLSv1_2_client_method(void); /* DTLSv1.2 */ + +const SSL_METHOD *DTLS_method(void); /* DTLS 1.0 and 1.2 */ +const SSL_METHOD *DTLS_server_method(void); /* DTLS 1.0 and 1.2 */ +const SSL_METHOD *DTLS_client_method(void); /* DTLS 1.0 and 1.2 */ + +STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); + +int SSL_do_handshake(SSL *s); +int SSL_renegotiate(SSL *s); +int SSL_renegotiate_abbreviated(SSL *s); +int SSL_renegotiate_pending(SSL *s); +int SSL_shutdown(SSL *s); + +const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx); +const SSL_METHOD *SSL_get_ssl_method(SSL *s); +int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method); +const char *SSL_alert_type_string_long(int value); +const char *SSL_alert_type_string(int value); +const char *SSL_alert_desc_string_long(int value); +const char *SSL_alert_desc_string(int value); + +void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list); +void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list); +STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s); +STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *s); +int SSL_add_client_CA(SSL *ssl, X509 *x); +int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x); + +void SSL_set_connect_state(SSL *s); +void SSL_set_accept_state(SSL *s); + +long SSL_get_default_timeout(const SSL *s); + +int SSL_library_init(void); + +char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size); +STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk); + +SSL *SSL_dup(SSL *ssl); + +X509 *SSL_get_certificate(const SSL *ssl); +/* + * EVP_PKEY + */ struct evp_pkey_st *SSL_get_privatekey(const SSL *ssl); + +X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx); +EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx); + +void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode); +int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx); +void SSL_set_quiet_shutdown(SSL *ssl, int mode); +int SSL_get_quiet_shutdown(const SSL *ssl); +void SSL_set_shutdown(SSL *ssl, int mode); +int SSL_get_shutdown(const SSL *ssl); +int SSL_version(const SSL *ssl); +int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx); +int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, + const char *CApath); +# define SSL_get0_session SSL_get_session/* just peek at pointer */ +SSL_SESSION *SSL_get_session(const SSL *ssl); +SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */ +SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl); +SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx); +void SSL_set_info_callback(SSL *ssl, + void (*cb) (const SSL *ssl, int type, int val)); +void (*SSL_get_info_callback(const SSL *ssl)) (const SSL *ssl, int type, + int val); +int SSL_state(const SSL *ssl); +void SSL_set_state(SSL *ssl, int state); + +void SSL_set_verify_result(SSL *ssl, long v); +long SSL_get_verify_result(const SSL *ssl); + +int SSL_set_ex_data(SSL *ssl, int idx, void *data); +void *SSL_get_ex_data(const SSL *ssl, int idx); +int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); + +int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data); +void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss, int idx); +int SSL_SESSION_get_ex_new_index(long argl, void *argp, + CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); + +int SSL_CTX_set_ex_data(SSL_CTX *ssl, int idx, void *data); +void *SSL_CTX_get_ex_data(const SSL_CTX *ssl, int idx); +int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); + +int SSL_get_ex_data_X509_STORE_CTX_idx(void); + +# define SSL_CTX_sess_set_cache_size(ctx,t) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL) +# define SSL_CTX_sess_get_cache_size(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_SIZE,0,NULL) +# define SSL_CTX_set_session_cache_mode(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL) +# define SSL_CTX_get_session_cache_mode(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_SESS_CACHE_MODE,0,NULL) + +# define SSL_CTX_get_default_read_ahead(ctx) SSL_CTX_get_read_ahead(ctx) +# define SSL_CTX_set_default_read_ahead(ctx,m) SSL_CTX_set_read_ahead(ctx,m) +# define SSL_CTX_get_read_ahead(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_READ_AHEAD,0,NULL) +# define SSL_CTX_set_read_ahead(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,m,NULL) +# define SSL_CTX_get_max_cert_list(ctx) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL) +# define SSL_CTX_set_max_cert_list(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) +# define SSL_get_max_cert_list(ssl) \ + SSL_ctrl(ssl,SSL_CTRL_GET_MAX_CERT_LIST,0,NULL) +# define SSL_set_max_cert_list(ssl,m) \ + SSL_ctrl(ssl,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) + +# define SSL_CTX_set_max_send_fragment(ctx,m) \ + SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL) +# define SSL_set_max_send_fragment(ssl,m) \ + SSL_ctrl(ssl,SSL_CTRL_SET_MAX_SEND_FRAGMENT,m,NULL) + + /* NB: the keylength is only applicable when is_export is true */ +# ifndef OPENSSL_NO_RSA +void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx, + RSA *(*cb) (SSL *ssl, int is_export, + int keylength)); + +void SSL_set_tmp_rsa_callback(SSL *ssl, + RSA *(*cb) (SSL *ssl, int is_export, + int keylength)); +# endif +# ifndef OPENSSL_NO_DH +void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, + DH *(*dh) (SSL *ssl, int is_export, + int keylength)); +void SSL_set_tmp_dh_callback(SSL *ssl, + DH *(*dh) (SSL *ssl, int is_export, + int keylength)); +# endif +# ifndef OPENSSL_NO_ECDH +void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx, + EC_KEY *(*ecdh) (SSL *ssl, int is_export, + int keylength)); +void SSL_set_tmp_ecdh_callback(SSL *ssl, + EC_KEY *(*ecdh) (SSL *ssl, int is_export, + int keylength)); +# endif + +const COMP_METHOD *SSL_get_current_compression(SSL *s); +const COMP_METHOD *SSL_get_current_expansion(SSL *s); +const char *SSL_COMP_get_name(const COMP_METHOD *comp); +STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void); +STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) + *meths); +void SSL_COMP_free_compression_methods(void); +int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm); + +const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr); + +/* TLS extensions functions */ +int SSL_set_session_ticket_ext(SSL *s, void *ext_data, int ext_len); + +int SSL_set_session_ticket_ext_cb(SSL *s, tls_session_ticket_ext_cb_fn cb, + void *arg); + +/* Pre-shared secret session resumption functions */ +int SSL_set_session_secret_cb(SSL *s, + tls_session_secret_cb_fn tls_session_secret_cb, + void *arg); + +void SSL_set_debug(SSL *s, int debug); +int SSL_cache_hit(SSL *s); +int SSL_is_server(SSL *s); + +SSL_CONF_CTX *SSL_CONF_CTX_new(void); +int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx); +void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx); +unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags); +unsigned int SSL_CONF_CTX_clear_flags(SSL_CONF_CTX *cctx, unsigned int flags); +int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre); + +void SSL_CONF_CTX_set_ssl(SSL_CONF_CTX *cctx, SSL *ssl); +void SSL_CONF_CTX_set_ssl_ctx(SSL_CONF_CTX *cctx, SSL_CTX *ctx); + +int SSL_CONF_cmd(SSL_CONF_CTX *cctx, const char *cmd, const char *value); +int SSL_CONF_cmd_argv(SSL_CONF_CTX *cctx, int *pargc, char ***pargv); +int SSL_CONF_cmd_value_type(SSL_CONF_CTX *cctx, const char *cmd); + +# ifndef OPENSSL_NO_SSL_TRACE +void SSL_trace(int write_p, int version, int content_type, + const void *buf, size_t len, SSL *ssl, void *arg); +const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c); +# endif + +# ifndef OPENSSL_NO_UNIT_TEST +const struct openssl_ssl_test_functions *SSL_test_functions(void); +# endif + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_SSL_strings(void); + +/* Error codes for the SSL functions. */ + +/* Function codes. */ +# define SSL_F_CHECK_SUITEB_CIPHER_LIST 331 +# define SSL_F_CLIENT_CERTIFICATE 100 +# define SSL_F_CLIENT_FINISHED 167 +# define SSL_F_CLIENT_HELLO 101 +# define SSL_F_CLIENT_MASTER_KEY 102 +# define SSL_F_D2I_SSL_SESSION 103 +# define SSL_F_DO_DTLS1_WRITE 245 +# define SSL_F_DO_SSL3_WRITE 104 +# define SSL_F_DTLS1_ACCEPT 246 +# define SSL_F_DTLS1_ADD_CERT_TO_BUF 295 +# define SSL_F_DTLS1_BUFFER_RECORD 247 +# define SSL_F_DTLS1_CHECK_TIMEOUT_NUM 316 +# define SSL_F_DTLS1_CLIENT_HELLO 248 +# define SSL_F_DTLS1_CONNECT 249 +# define SSL_F_DTLS1_ENC 250 +# define SSL_F_DTLS1_GET_HELLO_VERIFY 251 +# define SSL_F_DTLS1_GET_MESSAGE 252 +# define SSL_F_DTLS1_GET_MESSAGE_FRAGMENT 253 +# define SSL_F_DTLS1_GET_RECORD 254 +# define SSL_F_DTLS1_HANDLE_TIMEOUT 297 +# define SSL_F_DTLS1_HEARTBEAT 305 +# define SSL_F_DTLS1_OUTPUT_CERT_CHAIN 255 +# define SSL_F_DTLS1_PREPROCESS_FRAGMENT 288 +# define SSL_F_DTLS1_PROCESS_BUFFERED_RECORDS 424 +# define SSL_F_DTLS1_PROCESS_OUT_OF_SEQ_MESSAGE 256 +# define SSL_F_DTLS1_PROCESS_RECORD 257 +# define SSL_F_DTLS1_READ_BYTES 258 +# define SSL_F_DTLS1_READ_FAILED 259 +# define SSL_F_DTLS1_SEND_CERTIFICATE_REQUEST 260 +# define SSL_F_DTLS1_SEND_CLIENT_CERTIFICATE 261 +# define SSL_F_DTLS1_SEND_CLIENT_KEY_EXCHANGE 262 +# define SSL_F_DTLS1_SEND_CLIENT_VERIFY 263 +# define SSL_F_DTLS1_SEND_HELLO_VERIFY_REQUEST 264 +# define SSL_F_DTLS1_SEND_SERVER_CERTIFICATE 265 +# define SSL_F_DTLS1_SEND_SERVER_HELLO 266 +# define SSL_F_DTLS1_SEND_SERVER_KEY_EXCHANGE 267 +# define SSL_F_DTLS1_WRITE_APP_DATA_BYTES 268 +# define SSL_F_GET_CLIENT_FINISHED 105 +# define SSL_F_GET_CLIENT_HELLO 106 +# define SSL_F_GET_CLIENT_MASTER_KEY 107 +# define SSL_F_GET_SERVER_FINISHED 108 +# define SSL_F_GET_SERVER_HELLO 109 +# define SSL_F_GET_SERVER_STATIC_DH_KEY 340 +# define SSL_F_GET_SERVER_VERIFY 110 +# define SSL_F_I2D_SSL_SESSION 111 +# define SSL_F_READ_N 112 +# define SSL_F_REQUEST_CERTIFICATE 113 +# define SSL_F_SERVER_FINISH 239 +# define SSL_F_SERVER_HELLO 114 +# define SSL_F_SERVER_VERIFY 240 +# define SSL_F_SSL23_ACCEPT 115 +# define SSL_F_SSL23_CLIENT_HELLO 116 +# define SSL_F_SSL23_CONNECT 117 +# define SSL_F_SSL23_GET_CLIENT_HELLO 118 +# define SSL_F_SSL23_GET_SERVER_HELLO 119 +# define SSL_F_SSL23_PEEK 237 +# define SSL_F_SSL23_READ 120 +# define SSL_F_SSL23_WRITE 121 +# define SSL_F_SSL2_ACCEPT 122 +# define SSL_F_SSL2_CONNECT 123 +# define SSL_F_SSL2_ENC_INIT 124 +# define SSL_F_SSL2_GENERATE_KEY_MATERIAL 241 +# define SSL_F_SSL2_PEEK 234 +# define SSL_F_SSL2_READ 125 +# define SSL_F_SSL2_READ_INTERNAL 236 +# define SSL_F_SSL2_SET_CERTIFICATE 126 +# define SSL_F_SSL2_WRITE 127 +# define SSL_F_SSL3_ACCEPT 128 +# define SSL_F_SSL3_ADD_CERT_TO_BUF 296 +# define SSL_F_SSL3_CALLBACK_CTRL 233 +# define SSL_F_SSL3_CHANGE_CIPHER_STATE 129 +# define SSL_F_SSL3_CHECK_CERT_AND_ALGORITHM 130 +# define SSL_F_SSL3_CHECK_CLIENT_HELLO 304 +# define SSL_F_SSL3_CHECK_FINISHED 339 +# define SSL_F_SSL3_CLIENT_HELLO 131 +# define SSL_F_SSL3_CONNECT 132 +# define SSL_F_SSL3_CTRL 213 +# define SSL_F_SSL3_CTX_CTRL 133 +# define SSL_F_SSL3_DIGEST_CACHED_RECORDS 293 +# define SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC 292 +# define SSL_F_SSL3_ENC 134 +# define SSL_F_SSL3_GENERATE_KEY_BLOCK 238 +# define SSL_F_SSL3_GENERATE_MASTER_SECRET 388 +# define SSL_F_SSL3_GET_CERTIFICATE_REQUEST 135 +# define SSL_F_SSL3_GET_CERT_STATUS 289 +# define SSL_F_SSL3_GET_CERT_VERIFY 136 +# define SSL_F_SSL3_GET_CLIENT_CERTIFICATE 137 +# define SSL_F_SSL3_GET_CLIENT_HELLO 138 +# define SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE 139 +# define SSL_F_SSL3_GET_FINISHED 140 +# define SSL_F_SSL3_GET_KEY_EXCHANGE 141 +# define SSL_F_SSL3_GET_MESSAGE 142 +# define SSL_F_SSL3_GET_NEW_SESSION_TICKET 283 +# define SSL_F_SSL3_GET_NEXT_PROTO 306 +# define SSL_F_SSL3_GET_RECORD 143 +# define SSL_F_SSL3_GET_SERVER_CERTIFICATE 144 +# define SSL_F_SSL3_GET_SERVER_DONE 145 +# define SSL_F_SSL3_GET_SERVER_HELLO 146 +# define SSL_F_SSL3_HANDSHAKE_MAC 285 +# define SSL_F_SSL3_NEW_SESSION_TICKET 287 +# define SSL_F_SSL3_OUTPUT_CERT_CHAIN 147 +# define SSL_F_SSL3_PEEK 235 +# define SSL_F_SSL3_READ_BYTES 148 +# define SSL_F_SSL3_READ_N 149 +# define SSL_F_SSL3_SEND_CERTIFICATE_REQUEST 150 +# define SSL_F_SSL3_SEND_CLIENT_CERTIFICATE 151 +# define SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE 152 +# define SSL_F_SSL3_SEND_CLIENT_VERIFY 153 +# define SSL_F_SSL3_SEND_SERVER_CERTIFICATE 154 +# define SSL_F_SSL3_SEND_SERVER_HELLO 242 +# define SSL_F_SSL3_SEND_SERVER_KEY_EXCHANGE 155 +# define SSL_F_SSL3_SETUP_KEY_BLOCK 157 +# define SSL_F_SSL3_SETUP_READ_BUFFER 156 +# define SSL_F_SSL3_SETUP_WRITE_BUFFER 291 +# define SSL_F_SSL3_WRITE_BYTES 158 +# define SSL_F_SSL3_WRITE_PENDING 159 +# define SSL_F_SSL_ADD_CERT_CHAIN 318 +# define SSL_F_SSL_ADD_CERT_TO_BUF 319 +# define SSL_F_SSL_ADD_CLIENTHELLO_RENEGOTIATE_EXT 298 +# define SSL_F_SSL_ADD_CLIENTHELLO_TLSEXT 277 +# define SSL_F_SSL_ADD_CLIENTHELLO_USE_SRTP_EXT 307 +# define SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK 215 +# define SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK 216 +# define SSL_F_SSL_ADD_SERVERHELLO_RENEGOTIATE_EXT 299 +# define SSL_F_SSL_ADD_SERVERHELLO_TLSEXT 278 +# define SSL_F_SSL_ADD_SERVERHELLO_USE_SRTP_EXT 308 +# define SSL_F_SSL_BAD_METHOD 160 +# define SSL_F_SSL_BUILD_CERT_CHAIN 332 +# define SSL_F_SSL_BYTES_TO_CIPHER_LIST 161 +# define SSL_F_SSL_CERT_DUP 221 +# define SSL_F_SSL_CERT_INST 222 +# define SSL_F_SSL_CERT_INSTANTIATE 214 +# define SSL_F_SSL_CERT_NEW 162 +# define SSL_F_SSL_CHECK_PRIVATE_KEY 163 +# define SSL_F_SSL_CHECK_SERVERHELLO_TLSEXT 280 +# define SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG 279 +# define SSL_F_SSL_CIPHER_PROCESS_RULESTR 230 +# define SSL_F_SSL_CIPHER_STRENGTH_SORT 231 +# define SSL_F_SSL_CLEAR 164 +# define SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD 165 +# define SSL_F_SSL_CONF_CMD 334 +# define SSL_F_SSL_CREATE_CIPHER_LIST 166 +# define SSL_F_SSL_CTRL 232 +# define SSL_F_SSL_CTX_CHECK_PRIVATE_KEY 168 +# define SSL_F_SSL_CTX_MAKE_PROFILES 309 +# define SSL_F_SSL_CTX_NEW 169 +# define SSL_F_SSL_CTX_SET_CIPHER_LIST 269 +# define SSL_F_SSL_CTX_SET_CLIENT_CERT_ENGINE 290 +# define SSL_F_SSL_CTX_SET_PURPOSE 226 +# define SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT 219 +# define SSL_F_SSL_CTX_SET_SSL_VERSION 170 +# define SSL_F_SSL_CTX_SET_TRUST 229 +# define SSL_F_SSL_CTX_USE_CERTIFICATE 171 +# define SSL_F_SSL_CTX_USE_CERTIFICATE_ASN1 172 +# define SSL_F_SSL_CTX_USE_CERTIFICATE_CHAIN_FILE 220 +# define SSL_F_SSL_CTX_USE_CERTIFICATE_FILE 173 +# define SSL_F_SSL_CTX_USE_PRIVATEKEY 174 +# define SSL_F_SSL_CTX_USE_PRIVATEKEY_ASN1 175 +# define SSL_F_SSL_CTX_USE_PRIVATEKEY_FILE 176 +# define SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT 272 +# define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY 177 +# define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_ASN1 178 +# define SSL_F_SSL_CTX_USE_RSAPRIVATEKEY_FILE 179 +# define SSL_F_SSL_CTX_USE_SERVERINFO 336 +# define SSL_F_SSL_CTX_USE_SERVERINFO_FILE 337 +# define SSL_F_SSL_DO_HANDSHAKE 180 +# define SSL_F_SSL_GET_NEW_SESSION 181 +# define SSL_F_SSL_GET_PREV_SESSION 217 +# define SSL_F_SSL_GET_SERVER_CERT_INDEX 322 +# define SSL_F_SSL_GET_SERVER_SEND_CERT 182 +# define SSL_F_SSL_GET_SERVER_SEND_PKEY 317 +# define SSL_F_SSL_GET_SIGN_PKEY 183 +# define SSL_F_SSL_INIT_WBIO_BUFFER 184 +# define SSL_F_SSL_LOAD_CLIENT_CA_FILE 185 +# define SSL_F_SSL_NEW 186 +# define SSL_F_SSL_PARSE_CLIENTHELLO_RENEGOTIATE_EXT 300 +# define SSL_F_SSL_PARSE_CLIENTHELLO_TLSEXT 302 +# define SSL_F_SSL_PARSE_CLIENTHELLO_USE_SRTP_EXT 310 +# define SSL_F_SSL_PARSE_SERVERHELLO_RENEGOTIATE_EXT 301 +# define SSL_F_SSL_PARSE_SERVERHELLO_TLSEXT 303 +# define SSL_F_SSL_PARSE_SERVERHELLO_USE_SRTP_EXT 311 +# define SSL_F_SSL_PEEK 270 +# define SSL_F_SSL_PREPARE_CLIENTHELLO_TLSEXT 281 +# define SSL_F_SSL_PREPARE_SERVERHELLO_TLSEXT 282 +# define SSL_F_SSL_READ 223 +# define SSL_F_SSL_RSA_PRIVATE_DECRYPT 187 +# define SSL_F_SSL_RSA_PUBLIC_ENCRYPT 188 +# define SSL_F_SSL_SCAN_CLIENTHELLO_TLSEXT 320 +# define SSL_F_SSL_SCAN_SERVERHELLO_TLSEXT 321 +# define SSL_F_SSL_SESSION_DUP 348 +# define SSL_F_SSL_SESSION_NEW 189 +# define SSL_F_SSL_SESSION_PRINT_FP 190 +# define SSL_F_SSL_SESSION_SET1_ID_CONTEXT 312 +# define SSL_F_SSL_SESS_CERT_NEW 225 +# define SSL_F_SSL_SET_CERT 191 +# define SSL_F_SSL_SET_CIPHER_LIST 271 +# define SSL_F_SSL_SET_FD 192 +# define SSL_F_SSL_SET_PKEY 193 +# define SSL_F_SSL_SET_PURPOSE 227 +# define SSL_F_SSL_SET_RFD 194 +# define SSL_F_SSL_SET_SESSION 195 +# define SSL_F_SSL_SET_SESSION_ID_CONTEXT 218 +# define SSL_F_SSL_SET_SESSION_TICKET_EXT 294 +# define SSL_F_SSL_SET_TRUST 228 +# define SSL_F_SSL_SET_WFD 196 +# define SSL_F_SSL_SHUTDOWN 224 +# define SSL_F_SSL_SRP_CTX_INIT 313 +# define SSL_F_SSL_UNDEFINED_CONST_FUNCTION 243 +# define SSL_F_SSL_UNDEFINED_FUNCTION 197 +# define SSL_F_SSL_UNDEFINED_VOID_FUNCTION 244 +# define SSL_F_SSL_USE_CERTIFICATE 198 +# define SSL_F_SSL_USE_CERTIFICATE_ASN1 199 +# define SSL_F_SSL_USE_CERTIFICATE_FILE 200 +# define SSL_F_SSL_USE_PRIVATEKEY 201 +# define SSL_F_SSL_USE_PRIVATEKEY_ASN1 202 +# define SSL_F_SSL_USE_PRIVATEKEY_FILE 203 +# define SSL_F_SSL_USE_PSK_IDENTITY_HINT 273 +# define SSL_F_SSL_USE_RSAPRIVATEKEY 204 +# define SSL_F_SSL_USE_RSAPRIVATEKEY_ASN1 205 +# define SSL_F_SSL_USE_RSAPRIVATEKEY_FILE 206 +# define SSL_F_SSL_VERIFY_CERT_CHAIN 207 +# define SSL_F_SSL_WRITE 208 +# define SSL_F_TLS12_CHECK_PEER_SIGALG 333 +# define SSL_F_TLS1_CERT_VERIFY_MAC 286 +# define SSL_F_TLS1_CHANGE_CIPHER_STATE 209 +# define SSL_F_TLS1_CHECK_SERVERHELLO_TLSEXT 274 +# define SSL_F_TLS1_ENC 210 +# define SSL_F_TLS1_EXPORT_KEYING_MATERIAL 314 +# define SSL_F_TLS1_GET_CURVELIST 338 +# define SSL_F_TLS1_HEARTBEAT 315 +# define SSL_F_TLS1_PREPARE_CLIENTHELLO_TLSEXT 275 +# define SSL_F_TLS1_PREPARE_SERVERHELLO_TLSEXT 276 +# define SSL_F_TLS1_PRF 284 +# define SSL_F_TLS1_SETUP_KEY_BLOCK 211 +# define SSL_F_TLS1_SET_SERVER_SIGALGS 335 +# define SSL_F_WRITE_PENDING 212 + +/* Reason codes. */ +# define SSL_R_APP_DATA_IN_HANDSHAKE 100 +# define SSL_R_ATTEMPT_TO_REUSE_SESSION_IN_DIFFERENT_CONTEXT 272 +# define SSL_R_BAD_ALERT_RECORD 101 +# define SSL_R_BAD_AUTHENTICATION_TYPE 102 +# define SSL_R_BAD_CHANGE_CIPHER_SPEC 103 +# define SSL_R_BAD_CHECKSUM 104 +# define SSL_R_BAD_DATA 390 +# define SSL_R_BAD_DATA_RETURNED_BY_CALLBACK 106 +# define SSL_R_BAD_DECOMPRESSION 107 +# define SSL_R_BAD_DH_G_LENGTH 108 +# define SSL_R_BAD_DH_G_VALUE 375 +# define SSL_R_BAD_DH_PUB_KEY_LENGTH 109 +# define SSL_R_BAD_DH_PUB_KEY_VALUE 393 +# define SSL_R_BAD_DH_P_LENGTH 110 +# define SSL_R_BAD_DH_P_VALUE 395 +# define SSL_R_BAD_DIGEST_LENGTH 111 +# define SSL_R_BAD_DSA_SIGNATURE 112 +# define SSL_R_BAD_ECC_CERT 304 +# define SSL_R_BAD_ECDSA_SIGNATURE 305 +# define SSL_R_BAD_ECPOINT 306 +# define SSL_R_BAD_HANDSHAKE_LENGTH 332 +# define SSL_R_BAD_HELLO_REQUEST 105 +# define SSL_R_BAD_LENGTH 271 +# define SSL_R_BAD_MAC_DECODE 113 +# define SSL_R_BAD_MAC_LENGTH 333 +# define SSL_R_BAD_MESSAGE_TYPE 114 +# define SSL_R_BAD_PACKET_LENGTH 115 +# define SSL_R_BAD_PROTOCOL_VERSION_NUMBER 116 +# define SSL_R_BAD_PSK_IDENTITY_HINT_LENGTH 316 +# define SSL_R_BAD_RESPONSE_ARGUMENT 117 +# define SSL_R_BAD_RSA_DECRYPT 118 +# define SSL_R_BAD_RSA_ENCRYPT 119 +# define SSL_R_BAD_RSA_E_LENGTH 120 +# define SSL_R_BAD_RSA_MODULUS_LENGTH 121 +# define SSL_R_BAD_RSA_SIGNATURE 122 +# define SSL_R_BAD_SIGNATURE 123 +# define SSL_R_BAD_SRP_A_LENGTH 347 +# define SSL_R_BAD_SRP_B_LENGTH 348 +# define SSL_R_BAD_SRP_G_LENGTH 349 +# define SSL_R_BAD_SRP_N_LENGTH 350 +# define SSL_R_BAD_SRP_PARAMETERS 371 +# define SSL_R_BAD_SRP_S_LENGTH 351 +# define SSL_R_BAD_SRTP_MKI_VALUE 352 +# define SSL_R_BAD_SRTP_PROTECTION_PROFILE_LIST 353 +# define SSL_R_BAD_SSL_FILETYPE 124 +# define SSL_R_BAD_SSL_SESSION_ID_LENGTH 125 +# define SSL_R_BAD_STATE 126 +# define SSL_R_BAD_VALUE 384 +# define SSL_R_BAD_WRITE_RETRY 127 +# define SSL_R_BIO_NOT_SET 128 +# define SSL_R_BLOCK_CIPHER_PAD_IS_WRONG 129 +# define SSL_R_BN_LIB 130 +# define SSL_R_CA_DN_LENGTH_MISMATCH 131 +# define SSL_R_CA_DN_TOO_LONG 132 +# define SSL_R_CCS_RECEIVED_EARLY 133 +# define SSL_R_CERTIFICATE_VERIFY_FAILED 134 +# define SSL_R_CERT_CB_ERROR 377 +# define SSL_R_CERT_LENGTH_MISMATCH 135 +# define SSL_R_CHALLENGE_IS_DIFFERENT 136 +# define SSL_R_CIPHER_CODE_WRONG_LENGTH 137 +# define SSL_R_CIPHER_OR_HASH_UNAVAILABLE 138 +# define SSL_R_CIPHER_TABLE_SRC_ERROR 139 +# define SSL_R_CLIENTHELLO_TLSEXT 226 +# define SSL_R_COMPRESSED_LENGTH_TOO_LONG 140 +# define SSL_R_COMPRESSION_DISABLED 343 +# define SSL_R_COMPRESSION_FAILURE 141 +# define SSL_R_COMPRESSION_ID_NOT_WITHIN_PRIVATE_RANGE 307 +# define SSL_R_COMPRESSION_LIBRARY_ERROR 142 +# define SSL_R_CONNECTION_ID_IS_DIFFERENT 143 +# define SSL_R_CONNECTION_TYPE_NOT_SET 144 +# define SSL_R_COOKIE_MISMATCH 308 +# define SSL_R_DATA_BETWEEN_CCS_AND_FINISHED 145 +# define SSL_R_DATA_LENGTH_TOO_LONG 146 +# define SSL_R_DECRYPTION_FAILED 147 +# define SSL_R_DECRYPTION_FAILED_OR_BAD_RECORD_MAC 281 +# define SSL_R_DH_KEY_TOO_SMALL 372 +# define SSL_R_DH_PUBLIC_VALUE_LENGTH_IS_WRONG 148 +# define SSL_R_DIGEST_CHECK_FAILED 149 +# define SSL_R_DTLS_MESSAGE_TOO_BIG 334 +# define SSL_R_DUPLICATE_COMPRESSION_ID 309 +# define SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT 317 +# define SSL_R_ECC_CERT_NOT_FOR_SIGNING 318 +# define SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE 322 +# define SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE 323 +# define SSL_R_ECDH_REQUIRED_FOR_SUITEB_MODE 374 +# define SSL_R_ECGROUP_TOO_LARGE_FOR_CIPHER 310 +# define SSL_R_EMPTY_SRTP_PROTECTION_PROFILE_LIST 354 +# define SSL_R_ENCRYPTED_LENGTH_TOO_LONG 150 +# define SSL_R_ERROR_GENERATING_TMP_RSA_KEY 282 +# define SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST 151 +# define SSL_R_EXCESSIVE_MESSAGE_SIZE 152 +# define SSL_R_EXTRA_DATA_IN_MESSAGE 153 +# define SSL_R_GOT_A_FIN_BEFORE_A_CCS 154 +# define SSL_R_GOT_NEXT_PROTO_BEFORE_A_CCS 355 +# define SSL_R_GOT_NEXT_PROTO_WITHOUT_EXTENSION 356 +# define SSL_R_HTTPS_PROXY_REQUEST 155 +# define SSL_R_HTTP_REQUEST 156 +# define SSL_R_ILLEGAL_PADDING 283 +# define SSL_R_ILLEGAL_SUITEB_DIGEST 380 +# define SSL_R_INAPPROPRIATE_FALLBACK 373 +# define SSL_R_INCONSISTENT_COMPRESSION 340 +# define SSL_R_INVALID_CHALLENGE_LENGTH 158 +# define SSL_R_INVALID_COMMAND 280 +# define SSL_R_INVALID_COMPRESSION_ALGORITHM 341 +# define SSL_R_INVALID_NULL_CMD_NAME 385 +# define SSL_R_INVALID_PURPOSE 278 +# define SSL_R_INVALID_SERVERINFO_DATA 388 +# define SSL_R_INVALID_SRP_USERNAME 357 +# define SSL_R_INVALID_STATUS_RESPONSE 328 +# define SSL_R_INVALID_TICKET_KEYS_LENGTH 325 +# define SSL_R_INVALID_TRUST 279 +# define SSL_R_KEY_ARG_TOO_LONG 284 +# define SSL_R_KRB5 285 +# define SSL_R_KRB5_C_CC_PRINC 286 +# define SSL_R_KRB5_C_GET_CRED 287 +# define SSL_R_KRB5_C_INIT 288 +# define SSL_R_KRB5_C_MK_REQ 289 +# define SSL_R_KRB5_S_BAD_TICKET 290 +# define SSL_R_KRB5_S_INIT 291 +# define SSL_R_KRB5_S_RD_REQ 292 +# define SSL_R_KRB5_S_TKT_EXPIRED 293 +# define SSL_R_KRB5_S_TKT_NYV 294 +# define SSL_R_KRB5_S_TKT_SKEW 295 +# define SSL_R_LENGTH_MISMATCH 159 +# define SSL_R_LENGTH_TOO_SHORT 160 +# define SSL_R_LIBRARY_BUG 274 +# define SSL_R_LIBRARY_HAS_NO_CIPHERS 161 +# define SSL_R_MESSAGE_TOO_LONG 296 +# define SSL_R_MISSING_DH_DSA_CERT 162 +# define SSL_R_MISSING_DH_KEY 163 +# define SSL_R_MISSING_DH_RSA_CERT 164 +# define SSL_R_MISSING_DSA_SIGNING_CERT 165 +# define SSL_R_MISSING_ECDH_CERT 382 +# define SSL_R_MISSING_ECDSA_SIGNING_CERT 381 +# define SSL_R_MISSING_EXPORT_TMP_DH_KEY 166 +# define SSL_R_MISSING_EXPORT_TMP_RSA_KEY 167 +# define SSL_R_MISSING_RSA_CERTIFICATE 168 +# define SSL_R_MISSING_RSA_ENCRYPTING_CERT 169 +# define SSL_R_MISSING_RSA_SIGNING_CERT 170 +# define SSL_R_MISSING_SRP_PARAM 358 +# define SSL_R_MISSING_TMP_DH_KEY 171 +# define SSL_R_MISSING_TMP_ECDH_KEY 311 +# define SSL_R_MISSING_TMP_RSA_KEY 172 +# define SSL_R_MISSING_TMP_RSA_PKEY 173 +# define SSL_R_MISSING_VERIFY_MESSAGE 174 +# define SSL_R_MULTIPLE_SGC_RESTARTS 346 +# define SSL_R_NON_SSLV2_INITIAL_PACKET 175 +# define SSL_R_NO_CERTIFICATES_RETURNED 176 +# define SSL_R_NO_CERTIFICATE_ASSIGNED 177 +# define SSL_R_NO_CERTIFICATE_RETURNED 178 +# define SSL_R_NO_CERTIFICATE_SET 179 +# define SSL_R_NO_CERTIFICATE_SPECIFIED 180 +# define SSL_R_NO_CIPHERS_AVAILABLE 181 +# define SSL_R_NO_CIPHERS_PASSED 182 +# define SSL_R_NO_CIPHERS_SPECIFIED 183 +# define SSL_R_NO_CIPHER_LIST 184 +# define SSL_R_NO_CIPHER_MATCH 185 +# define SSL_R_NO_CLIENT_CERT_METHOD 331 +# define SSL_R_NO_CLIENT_CERT_RECEIVED 186 +# define SSL_R_NO_COMPRESSION_SPECIFIED 187 +# define SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER 330 +# define SSL_R_NO_METHOD_SPECIFIED 188 +# define SSL_R_NO_PEM_EXTENSIONS 389 +# define SSL_R_NO_PRIVATEKEY 189 +# define SSL_R_NO_PRIVATE_KEY_ASSIGNED 190 +# define SSL_R_NO_PROTOCOLS_AVAILABLE 191 +# define SSL_R_NO_PUBLICKEY 192 +# define SSL_R_NO_RENEGOTIATION 339 +# define SSL_R_NO_REQUIRED_DIGEST 324 +# define SSL_R_NO_SHARED_CIPHER 193 +# define SSL_R_NO_SHARED_SIGATURE_ALGORITHMS 376 +# define SSL_R_NO_SRTP_PROFILES 359 +# define SSL_R_NO_VERIFY_CALLBACK 194 +# define SSL_R_NULL_SSL_CTX 195 +# define SSL_R_NULL_SSL_METHOD_PASSED 196 +# define SSL_R_OLD_SESSION_CIPHER_NOT_RETURNED 197 +# define SSL_R_OLD_SESSION_COMPRESSION_ALGORITHM_NOT_RETURNED 344 +# define SSL_R_ONLY_DTLS_1_2_ALLOWED_IN_SUITEB_MODE 387 +# define SSL_R_ONLY_TLS_1_2_ALLOWED_IN_SUITEB_MODE 379 +# define SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE 297 +# define SSL_R_OPAQUE_PRF_INPUT_TOO_LONG 327 +# define SSL_R_PACKET_LENGTH_TOO_LONG 198 +# define SSL_R_PARSE_TLSEXT 227 +# define SSL_R_PATH_TOO_LONG 270 +# define SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE 199 +# define SSL_R_PEER_ERROR 200 +# define SSL_R_PEER_ERROR_CERTIFICATE 201 +# define SSL_R_PEER_ERROR_NO_CERTIFICATE 202 +# define SSL_R_PEER_ERROR_NO_CIPHER 203 +# define SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE 204 +# define SSL_R_PEM_NAME_BAD_PREFIX 391 +# define SSL_R_PEM_NAME_TOO_SHORT 392 +# define SSL_R_PRE_MAC_LENGTH_TOO_LONG 205 +# define SSL_R_PROBLEMS_MAPPING_CIPHER_FUNCTIONS 206 +# define SSL_R_PROTOCOL_IS_SHUTDOWN 207 +# define SSL_R_PSK_IDENTITY_NOT_FOUND 223 +# define SSL_R_PSK_NO_CLIENT_CB 224 +# define SSL_R_PSK_NO_SERVER_CB 225 +# define SSL_R_PUBLIC_KEY_ENCRYPT_ERROR 208 +# define SSL_R_PUBLIC_KEY_IS_NOT_RSA 209 +# define SSL_R_PUBLIC_KEY_NOT_RSA 210 +# define SSL_R_READ_BIO_NOT_SET 211 +# define SSL_R_READ_TIMEOUT_EXPIRED 312 +# define SSL_R_READ_WRONG_PACKET_TYPE 212 +# define SSL_R_RECORD_LENGTH_MISMATCH 213 +# define SSL_R_RECORD_TOO_LARGE 214 +# define SSL_R_RECORD_TOO_SMALL 298 +# define SSL_R_RENEGOTIATE_EXT_TOO_LONG 335 +# define SSL_R_RENEGOTIATION_ENCODING_ERR 336 +# define SSL_R_RENEGOTIATION_MISMATCH 337 +# define SSL_R_REQUIRED_CIPHER_MISSING 215 +# define SSL_R_REQUIRED_COMPRESSSION_ALGORITHM_MISSING 342 +# define SSL_R_REUSE_CERT_LENGTH_NOT_ZERO 216 +# define SSL_R_REUSE_CERT_TYPE_NOT_ZERO 217 +# define SSL_R_REUSE_CIPHER_LIST_NOT_ZERO 218 +# define SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING 345 +# define SSL_R_SERVERHELLO_TLSEXT 275 +# define SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED 277 +# define SSL_R_SHORT_READ 219 +# define SSL_R_SHUTDOWN_WHILE_IN_INIT 407 +# define SSL_R_SIGNATURE_ALGORITHMS_ERROR 360 +# define SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE 220 +# define SSL_R_SRP_A_CALC 361 +# define SSL_R_SRTP_COULD_NOT_ALLOCATE_PROFILES 362 +# define SSL_R_SRTP_PROTECTION_PROFILE_LIST_TOO_LONG 363 +# define SSL_R_SRTP_UNKNOWN_PROTECTION_PROFILE 364 +# define SSL_R_SSL23_DOING_SESSION_ID_REUSE 221 +# define SSL_R_SSL2_CONNECTION_ID_TOO_LONG 299 +# define SSL_R_SSL3_EXT_INVALID_ECPOINTFORMAT 321 +# define SSL_R_SSL3_EXT_INVALID_SERVERNAME 319 +# define SSL_R_SSL3_EXT_INVALID_SERVERNAME_TYPE 320 +# define SSL_R_SSL3_SESSION_ID_TOO_LONG 300 +# define SSL_R_SSL3_SESSION_ID_TOO_SHORT 222 +# define SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042 +# define SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020 +# define SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED 1045 +# define SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044 +# define SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN 1046 +# define SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030 +# define SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040 +# define SSL_R_SSLV3_ALERT_ILLEGAL_PARAMETER 1047 +# define SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041 +# define SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010 +# define SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043 +# define SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION 228 +# define SSL_R_SSL_HANDSHAKE_FAILURE 229 +# define SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS 230 +# define SSL_R_SSL_SESSION_ID_CALLBACK_FAILED 301 +# define SSL_R_SSL_SESSION_ID_CONFLICT 302 +# define SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG 273 +# define SSL_R_SSL_SESSION_ID_HAS_BAD_LENGTH 303 +# define SSL_R_SSL_SESSION_ID_IS_DIFFERENT 231 +# define SSL_R_TLSV1_ALERT_ACCESS_DENIED 1049 +# define SSL_R_TLSV1_ALERT_DECODE_ERROR 1050 +# define SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021 +# define SSL_R_TLSV1_ALERT_DECRYPT_ERROR 1051 +# define SSL_R_TLSV1_ALERT_EXPORT_RESTRICTION 1060 +# define SSL_R_TLSV1_ALERT_INAPPROPRIATE_FALLBACK 1086 +# define SSL_R_TLSV1_ALERT_INSUFFICIENT_SECURITY 1071 +# define SSL_R_TLSV1_ALERT_INTERNAL_ERROR 1080 +# define SSL_R_TLSV1_ALERT_NO_RENEGOTIATION 1100 +# define SSL_R_TLSV1_ALERT_PROTOCOL_VERSION 1070 +# define SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022 +# define SSL_R_TLSV1_ALERT_UNKNOWN_CA 1048 +# define SSL_R_TLSV1_ALERT_USER_CANCELLED 1090 +# define SSL_R_TLSV1_BAD_CERTIFICATE_HASH_VALUE 1114 +# define SSL_R_TLSV1_BAD_CERTIFICATE_STATUS_RESPONSE 1113 +# define SSL_R_TLSV1_CERTIFICATE_UNOBTAINABLE 1111 +# define SSL_R_TLSV1_UNRECOGNIZED_NAME 1112 +# define SSL_R_TLSV1_UNSUPPORTED_EXTENSION 1110 +# define SSL_R_TLS_CLIENT_CERT_REQ_WITH_ANON_CIPHER 232 +# define SSL_R_TLS_HEARTBEAT_PEER_DOESNT_ACCEPT 365 +# define SSL_R_TLS_HEARTBEAT_PENDING 366 +# define SSL_R_TLS_ILLEGAL_EXPORTER_LABEL 367 +# define SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST 157 +# define SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST 233 +# define SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG 234 +# define SSL_R_TOO_MANY_WARN_ALERTS 409 +# define SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER 235 +# define SSL_R_UNABLE_TO_DECODE_DH_CERTS 236 +# define SSL_R_UNABLE_TO_DECODE_ECDH_CERTS 313 +# define SSL_R_UNABLE_TO_EXTRACT_PUBLIC_KEY 237 +# define SSL_R_UNABLE_TO_FIND_DH_PARAMETERS 238 +# define SSL_R_UNABLE_TO_FIND_ECDH_PARAMETERS 314 +# define SSL_R_UNABLE_TO_FIND_PUBLIC_KEY_PARAMETERS 239 +# define SSL_R_UNABLE_TO_FIND_SSL_METHOD 240 +# define SSL_R_UNABLE_TO_LOAD_SSL2_MD5_ROUTINES 241 +# define SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES 242 +# define SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES 243 +# define SSL_R_UNEXPECTED_MESSAGE 244 +# define SSL_R_UNEXPECTED_RECORD 245 +# define SSL_R_UNINITIALIZED 276 +# define SSL_R_UNKNOWN_ALERT_TYPE 246 +# define SSL_R_UNKNOWN_CERTIFICATE_TYPE 247 +# define SSL_R_UNKNOWN_CIPHER_RETURNED 248 +# define SSL_R_UNKNOWN_CIPHER_TYPE 249 +# define SSL_R_UNKNOWN_CMD_NAME 386 +# define SSL_R_UNKNOWN_DIGEST 368 +# define SSL_R_UNKNOWN_KEY_EXCHANGE_TYPE 250 +# define SSL_R_UNKNOWN_PKEY_TYPE 251 +# define SSL_R_UNKNOWN_PROTOCOL 252 +# define SSL_R_UNKNOWN_REMOTE_ERROR_TYPE 253 +# define SSL_R_UNKNOWN_SSL_VERSION 254 +# define SSL_R_UNKNOWN_STATE 255 +# define SSL_R_UNSAFE_LEGACY_RENEGOTIATION_DISABLED 338 +# define SSL_R_UNSUPPORTED_CIPHER 256 +# define SSL_R_UNSUPPORTED_COMPRESSION_ALGORITHM 257 +# define SSL_R_UNSUPPORTED_DIGEST_TYPE 326 +# define SSL_R_UNSUPPORTED_ELLIPTIC_CURVE 315 +# define SSL_R_UNSUPPORTED_PROTOCOL 258 +# define SSL_R_UNSUPPORTED_SSL_VERSION 259 +# define SSL_R_UNSUPPORTED_STATUS_TYPE 329 +# define SSL_R_USE_SRTP_NOT_NEGOTIATED 369 +# define SSL_R_WRITE_BIO_NOT_SET 260 +# define SSL_R_WRONG_CERTIFICATE_TYPE 383 +# define SSL_R_WRONG_CIPHER_RETURNED 261 +# define SSL_R_WRONG_CURVE 378 +# define SSL_R_WRONG_MESSAGE_TYPE 262 +# define SSL_R_WRONG_NUMBER_OF_KEY_BITS 263 +# define SSL_R_WRONG_SIGNATURE_LENGTH 264 +# define SSL_R_WRONG_SIGNATURE_SIZE 265 +# define SSL_R_WRONG_SIGNATURE_TYPE 370 +# define SSL_R_WRONG_SSL_VERSION 266 +# define SSL_R_WRONG_VERSION_NUMBER 267 +# define SSL_R_X509_LIB 268 +# define SSL_R_X509_VERIFICATION_SETUP_PROBLEMS 269 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ssl2.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl2.h new file mode 100644 index 00000000..03c7dd8c --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl2.h @@ -0,0 +1,265 @@ +/* ssl/ssl2.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_SSL2_H +# define HEADER_SSL2_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* Protocol Version Codes */ +# define SSL2_VERSION 0x0002 +# define SSL2_VERSION_MAJOR 0x00 +# define SSL2_VERSION_MINOR 0x02 +/* #define SSL2_CLIENT_VERSION 0x0002 */ +/* #define SSL2_SERVER_VERSION 0x0002 */ + +/* Protocol Message Codes */ +# define SSL2_MT_ERROR 0 +# define SSL2_MT_CLIENT_HELLO 1 +# define SSL2_MT_CLIENT_MASTER_KEY 2 +# define SSL2_MT_CLIENT_FINISHED 3 +# define SSL2_MT_SERVER_HELLO 4 +# define SSL2_MT_SERVER_VERIFY 5 +# define SSL2_MT_SERVER_FINISHED 6 +# define SSL2_MT_REQUEST_CERTIFICATE 7 +# define SSL2_MT_CLIENT_CERTIFICATE 8 + +/* Error Message Codes */ +# define SSL2_PE_UNDEFINED_ERROR 0x0000 +# define SSL2_PE_NO_CIPHER 0x0001 +# define SSL2_PE_NO_CERTIFICATE 0x0002 +# define SSL2_PE_BAD_CERTIFICATE 0x0004 +# define SSL2_PE_UNSUPPORTED_CERTIFICATE_TYPE 0x0006 + +/* Cipher Kind Values */ +# define SSL2_CK_NULL_WITH_MD5 0x02000000/* v3 */ +# define SSL2_CK_RC4_128_WITH_MD5 0x02010080 +# define SSL2_CK_RC4_128_EXPORT40_WITH_MD5 0x02020080 +# define SSL2_CK_RC2_128_CBC_WITH_MD5 0x02030080 +# define SSL2_CK_RC2_128_CBC_EXPORT40_WITH_MD5 0x02040080 +# define SSL2_CK_IDEA_128_CBC_WITH_MD5 0x02050080 +# define SSL2_CK_DES_64_CBC_WITH_MD5 0x02060040 +# define SSL2_CK_DES_64_CBC_WITH_SHA 0x02060140/* v3 */ +# define SSL2_CK_DES_192_EDE3_CBC_WITH_MD5 0x020700c0 +# define SSL2_CK_DES_192_EDE3_CBC_WITH_SHA 0x020701c0/* v3 */ +# define SSL2_CK_RC4_64_WITH_MD5 0x02080080/* MS hack */ + +# define SSL2_CK_DES_64_CFB64_WITH_MD5_1 0x02ff0800/* SSLeay */ +# define SSL2_CK_NULL 0x02ff0810/* SSLeay */ + +# define SSL2_TXT_DES_64_CFB64_WITH_MD5_1 "DES-CFB-M1" +# define SSL2_TXT_NULL_WITH_MD5 "NULL-MD5" +# define SSL2_TXT_RC4_128_WITH_MD5 "RC4-MD5" +# define SSL2_TXT_RC4_128_EXPORT40_WITH_MD5 "EXP-RC4-MD5" +# define SSL2_TXT_RC2_128_CBC_WITH_MD5 "RC2-CBC-MD5" +# define SSL2_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 "EXP-RC2-CBC-MD5" +# define SSL2_TXT_IDEA_128_CBC_WITH_MD5 "IDEA-CBC-MD5" +# define SSL2_TXT_DES_64_CBC_WITH_MD5 "DES-CBC-MD5" +# define SSL2_TXT_DES_64_CBC_WITH_SHA "DES-CBC-SHA" +# define SSL2_TXT_DES_192_EDE3_CBC_WITH_MD5 "DES-CBC3-MD5" +# define SSL2_TXT_DES_192_EDE3_CBC_WITH_SHA "DES-CBC3-SHA" +# define SSL2_TXT_RC4_64_WITH_MD5 "RC4-64-MD5" + +# define SSL2_TXT_NULL "NULL" + +/* Flags for the SSL_CIPHER.algorithm2 field */ +# define SSL2_CF_5_BYTE_ENC 0x01 +# define SSL2_CF_8_BYTE_ENC 0x02 + +/* Certificate Type Codes */ +# define SSL2_CT_X509_CERTIFICATE 0x01 + +/* Authentication Type Code */ +# define SSL2_AT_MD5_WITH_RSA_ENCRYPTION 0x01 + +# define SSL2_MAX_SSL_SESSION_ID_LENGTH 32 + +/* Upper/Lower Bounds */ +# define SSL2_MAX_MASTER_KEY_LENGTH_IN_BITS 256 +# ifdef OPENSSL_SYS_MPE +# define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER 29998u +# else +# define SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER 32767u + /* 2^15-1 */ +# endif +# define SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER 16383/* 2^14-1 */ + +# define SSL2_CHALLENGE_LENGTH 16 +/* + * #define SSL2_CHALLENGE_LENGTH 32 + */ +# define SSL2_MIN_CHALLENGE_LENGTH 16 +# define SSL2_MAX_CHALLENGE_LENGTH 32 +# define SSL2_CONNECTION_ID_LENGTH 16 +# define SSL2_MAX_CONNECTION_ID_LENGTH 16 +# define SSL2_SSL_SESSION_ID_LENGTH 16 +# define SSL2_MAX_CERT_CHALLENGE_LENGTH 32 +# define SSL2_MIN_CERT_CHALLENGE_LENGTH 16 +# define SSL2_MAX_KEY_MATERIAL_LENGTH 24 + +# ifndef HEADER_SSL_LOCL_H +# define CERT char +# endif + +# ifndef OPENSSL_NO_SSL_INTERN + +typedef struct ssl2_state_st { + int three_byte_header; + int clear_text; /* clear text */ + int escape; /* not used in SSLv2 */ + int ssl2_rollback; /* used if SSLv23 rolled back to SSLv2 */ + /* + * non-blocking io info, used to make sure the same args were passwd + */ + unsigned int wnum; /* number of bytes sent so far */ + int wpend_tot; + const unsigned char *wpend_buf; + int wpend_off; /* offset to data to write */ + int wpend_len; /* number of bytes passwd to write */ + int wpend_ret; /* number of bytes to return to caller */ + /* buffer raw data */ + int rbuf_left; + int rbuf_offs; + unsigned char *rbuf; + unsigned char *wbuf; + unsigned char *write_ptr; /* used to point to the start due to 2/3 byte + * header. */ + unsigned int padding; + unsigned int rlength; /* passed to ssl2_enc */ + int ract_data_length; /* Set when things are encrypted. */ + unsigned int wlength; /* passed to ssl2_enc */ + int wact_data_length; /* Set when things are decrypted. */ + unsigned char *ract_data; + unsigned char *wact_data; + unsigned char *mac_data; + unsigned char *read_key; + unsigned char *write_key; + /* Stuff specifically to do with this SSL session */ + unsigned int challenge_length; + unsigned char challenge[SSL2_MAX_CHALLENGE_LENGTH]; + unsigned int conn_id_length; + unsigned char conn_id[SSL2_MAX_CONNECTION_ID_LENGTH]; + unsigned int key_material_length; + unsigned char key_material[SSL2_MAX_KEY_MATERIAL_LENGTH * 2]; + unsigned long read_sequence; + unsigned long write_sequence; + struct { + unsigned int conn_id_length; + unsigned int cert_type; + unsigned int cert_length; + unsigned int csl; + unsigned int clear; + unsigned int enc; + unsigned char ccl[SSL2_MAX_CERT_CHALLENGE_LENGTH]; + unsigned int cipher_spec_length; + unsigned int session_id_length; + unsigned int clen; + unsigned int rlen; + } tmp; +} SSL2_STATE; + +# endif + +/* SSLv2 */ +/* client */ +# define SSL2_ST_SEND_CLIENT_HELLO_A (0x10|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_HELLO_B (0x11|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_HELLO_A (0x20|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_HELLO_B (0x21|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_MASTER_KEY_A (0x30|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_MASTER_KEY_B (0x31|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_FINISHED_A (0x40|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_FINISHED_B (0x41|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_A (0x50|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_B (0x51|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_C (0x52|SSL_ST_CONNECT) +# define SSL2_ST_SEND_CLIENT_CERTIFICATE_D (0x53|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_VERIFY_A (0x60|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_VERIFY_B (0x61|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_FINISHED_A (0x70|SSL_ST_CONNECT) +# define SSL2_ST_GET_SERVER_FINISHED_B (0x71|SSL_ST_CONNECT) +# define SSL2_ST_CLIENT_START_ENCRYPTION (0x80|SSL_ST_CONNECT) +# define SSL2_ST_X509_GET_CLIENT_CERTIFICATE (0x90|SSL_ST_CONNECT) +/* server */ +# define SSL2_ST_GET_CLIENT_HELLO_A (0x10|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_HELLO_B (0x11|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_HELLO_C (0x12|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_HELLO_A (0x20|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_HELLO_B (0x21|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_MASTER_KEY_A (0x30|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_MASTER_KEY_B (0x31|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_VERIFY_A (0x40|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_VERIFY_B (0x41|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_VERIFY_C (0x42|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_FINISHED_A (0x50|SSL_ST_ACCEPT) +# define SSL2_ST_GET_CLIENT_FINISHED_B (0x51|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_FINISHED_A (0x60|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_SERVER_FINISHED_B (0x61|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_A (0x70|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_B (0x71|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_C (0x72|SSL_ST_ACCEPT) +# define SSL2_ST_SEND_REQUEST_CERTIFICATE_D (0x73|SSL_ST_ACCEPT) +# define SSL2_ST_SERVER_START_ENCRYPTION (0x80|SSL_ST_ACCEPT) +# define SSL2_ST_X509_GET_SERVER_CERTIFICATE (0x90|SSL_ST_ACCEPT) + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ssl23.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl23.h new file mode 100644 index 00000000..9de4685a --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl23.h @@ -0,0 +1,84 @@ +/* ssl/ssl23.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_SSL23_H +# define HEADER_SSL23_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * client + */ +/* write to server */ +# define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT) +# define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT) +/* read from server */ +# define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT) +# define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT) + +/* server */ +/* read from client */ +# define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT) +# define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT) + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ssl3.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl3.h new file mode 100644 index 00000000..e681d50a --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ssl3.h @@ -0,0 +1,774 @@ +/* ssl/ssl3.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * ECC cipher suite support in OpenSSL originally developed by + * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. + */ + +#ifndef HEADER_SSL3_H +# define HEADER_SSL3_H + +# ifndef OPENSSL_NO_COMP +# include +# endif +# include +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * Signalling cipher suite value from RFC 5746 + * (TLS_EMPTY_RENEGOTIATION_INFO_SCSV) + */ +# define SSL3_CK_SCSV 0x030000FF + +/* + * Signalling cipher suite value from draft-ietf-tls-downgrade-scsv-00 + * (TLS_FALLBACK_SCSV) + */ +# define SSL3_CK_FALLBACK_SCSV 0x03005600 + +# define SSL3_CK_RSA_NULL_MD5 0x03000001 +# define SSL3_CK_RSA_NULL_SHA 0x03000002 +# define SSL3_CK_RSA_RC4_40_MD5 0x03000003 +# define SSL3_CK_RSA_RC4_128_MD5 0x03000004 +# define SSL3_CK_RSA_RC4_128_SHA 0x03000005 +# define SSL3_CK_RSA_RC2_40_MD5 0x03000006 +# define SSL3_CK_RSA_IDEA_128_SHA 0x03000007 +# define SSL3_CK_RSA_DES_40_CBC_SHA 0x03000008 +# define SSL3_CK_RSA_DES_64_CBC_SHA 0x03000009 +# define SSL3_CK_RSA_DES_192_CBC3_SHA 0x0300000A + +# define SSL3_CK_DH_DSS_DES_40_CBC_SHA 0x0300000B +# define SSL3_CK_DH_DSS_DES_64_CBC_SHA 0x0300000C +# define SSL3_CK_DH_DSS_DES_192_CBC3_SHA 0x0300000D +# define SSL3_CK_DH_RSA_DES_40_CBC_SHA 0x0300000E +# define SSL3_CK_DH_RSA_DES_64_CBC_SHA 0x0300000F +# define SSL3_CK_DH_RSA_DES_192_CBC3_SHA 0x03000010 + +# define SSL3_CK_EDH_DSS_DES_40_CBC_SHA 0x03000011 +# define SSL3_CK_DHE_DSS_DES_40_CBC_SHA SSL3_CK_EDH_DSS_DES_40_CBC_SHA +# define SSL3_CK_EDH_DSS_DES_64_CBC_SHA 0x03000012 +# define SSL3_CK_DHE_DSS_DES_64_CBC_SHA SSL3_CK_EDH_DSS_DES_64_CBC_SHA +# define SSL3_CK_EDH_DSS_DES_192_CBC3_SHA 0x03000013 +# define SSL3_CK_DHE_DSS_DES_192_CBC3_SHA SSL3_CK_EDH_DSS_DES_192_CBC3_SHA +# define SSL3_CK_EDH_RSA_DES_40_CBC_SHA 0x03000014 +# define SSL3_CK_DHE_RSA_DES_40_CBC_SHA SSL3_CK_EDH_RSA_DES_40_CBC_SHA +# define SSL3_CK_EDH_RSA_DES_64_CBC_SHA 0x03000015 +# define SSL3_CK_DHE_RSA_DES_64_CBC_SHA SSL3_CK_EDH_RSA_DES_64_CBC_SHA +# define SSL3_CK_EDH_RSA_DES_192_CBC3_SHA 0x03000016 +# define SSL3_CK_DHE_RSA_DES_192_CBC3_SHA SSL3_CK_EDH_RSA_DES_192_CBC3_SHA + +# define SSL3_CK_ADH_RC4_40_MD5 0x03000017 +# define SSL3_CK_ADH_RC4_128_MD5 0x03000018 +# define SSL3_CK_ADH_DES_40_CBC_SHA 0x03000019 +# define SSL3_CK_ADH_DES_64_CBC_SHA 0x0300001A +# define SSL3_CK_ADH_DES_192_CBC_SHA 0x0300001B + +# if 0 +# define SSL3_CK_FZA_DMS_NULL_SHA 0x0300001C +# define SSL3_CK_FZA_DMS_FZA_SHA 0x0300001D +# if 0 /* Because it clashes with KRB5, is never + * used any more, and is safe to remove + * according to David Hopwood + * of the + * ietf-tls list */ +# define SSL3_CK_FZA_DMS_RC4_SHA 0x0300001E +# endif +# endif + +/* + * VRS Additional Kerberos5 entries + */ +# define SSL3_CK_KRB5_DES_64_CBC_SHA 0x0300001E +# define SSL3_CK_KRB5_DES_192_CBC3_SHA 0x0300001F +# define SSL3_CK_KRB5_RC4_128_SHA 0x03000020 +# define SSL3_CK_KRB5_IDEA_128_CBC_SHA 0x03000021 +# define SSL3_CK_KRB5_DES_64_CBC_MD5 0x03000022 +# define SSL3_CK_KRB5_DES_192_CBC3_MD5 0x03000023 +# define SSL3_CK_KRB5_RC4_128_MD5 0x03000024 +# define SSL3_CK_KRB5_IDEA_128_CBC_MD5 0x03000025 + +# define SSL3_CK_KRB5_DES_40_CBC_SHA 0x03000026 +# define SSL3_CK_KRB5_RC2_40_CBC_SHA 0x03000027 +# define SSL3_CK_KRB5_RC4_40_SHA 0x03000028 +# define SSL3_CK_KRB5_DES_40_CBC_MD5 0x03000029 +# define SSL3_CK_KRB5_RC2_40_CBC_MD5 0x0300002A +# define SSL3_CK_KRB5_RC4_40_MD5 0x0300002B + +# define SSL3_TXT_RSA_NULL_MD5 "NULL-MD5" +# define SSL3_TXT_RSA_NULL_SHA "NULL-SHA" +# define SSL3_TXT_RSA_RC4_40_MD5 "EXP-RC4-MD5" +# define SSL3_TXT_RSA_RC4_128_MD5 "RC4-MD5" +# define SSL3_TXT_RSA_RC4_128_SHA "RC4-SHA" +# define SSL3_TXT_RSA_RC2_40_MD5 "EXP-RC2-CBC-MD5" +# define SSL3_TXT_RSA_IDEA_128_SHA "IDEA-CBC-SHA" +# define SSL3_TXT_RSA_DES_40_CBC_SHA "EXP-DES-CBC-SHA" +# define SSL3_TXT_RSA_DES_64_CBC_SHA "DES-CBC-SHA" +# define SSL3_TXT_RSA_DES_192_CBC3_SHA "DES-CBC3-SHA" + +# define SSL3_TXT_DH_DSS_DES_40_CBC_SHA "EXP-DH-DSS-DES-CBC-SHA" +# define SSL3_TXT_DH_DSS_DES_64_CBC_SHA "DH-DSS-DES-CBC-SHA" +# define SSL3_TXT_DH_DSS_DES_192_CBC3_SHA "DH-DSS-DES-CBC3-SHA" +# define SSL3_TXT_DH_RSA_DES_40_CBC_SHA "EXP-DH-RSA-DES-CBC-SHA" +# define SSL3_TXT_DH_RSA_DES_64_CBC_SHA "DH-RSA-DES-CBC-SHA" +# define SSL3_TXT_DH_RSA_DES_192_CBC3_SHA "DH-RSA-DES-CBC3-SHA" + +# define SSL3_TXT_DHE_DSS_DES_40_CBC_SHA "EXP-DHE-DSS-DES-CBC-SHA" +# define SSL3_TXT_DHE_DSS_DES_64_CBC_SHA "DHE-DSS-DES-CBC-SHA" +# define SSL3_TXT_DHE_DSS_DES_192_CBC3_SHA "DHE-DSS-DES-CBC3-SHA" +# define SSL3_TXT_DHE_RSA_DES_40_CBC_SHA "EXP-DHE-RSA-DES-CBC-SHA" +# define SSL3_TXT_DHE_RSA_DES_64_CBC_SHA "DHE-RSA-DES-CBC-SHA" +# define SSL3_TXT_DHE_RSA_DES_192_CBC3_SHA "DHE-RSA-DES-CBC3-SHA" + +/* + * This next block of six "EDH" labels is for backward compatibility with + * older versions of OpenSSL. New code should use the six "DHE" labels above + * instead: + */ +# define SSL3_TXT_EDH_DSS_DES_40_CBC_SHA "EXP-EDH-DSS-DES-CBC-SHA" +# define SSL3_TXT_EDH_DSS_DES_64_CBC_SHA "EDH-DSS-DES-CBC-SHA" +# define SSL3_TXT_EDH_DSS_DES_192_CBC3_SHA "EDH-DSS-DES-CBC3-SHA" +# define SSL3_TXT_EDH_RSA_DES_40_CBC_SHA "EXP-EDH-RSA-DES-CBC-SHA" +# define SSL3_TXT_EDH_RSA_DES_64_CBC_SHA "EDH-RSA-DES-CBC-SHA" +# define SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA "EDH-RSA-DES-CBC3-SHA" + +# define SSL3_TXT_ADH_RC4_40_MD5 "EXP-ADH-RC4-MD5" +# define SSL3_TXT_ADH_RC4_128_MD5 "ADH-RC4-MD5" +# define SSL3_TXT_ADH_DES_40_CBC_SHA "EXP-ADH-DES-CBC-SHA" +# define SSL3_TXT_ADH_DES_64_CBC_SHA "ADH-DES-CBC-SHA" +# define SSL3_TXT_ADH_DES_192_CBC_SHA "ADH-DES-CBC3-SHA" + +# if 0 +# define SSL3_TXT_FZA_DMS_NULL_SHA "FZA-NULL-SHA" +# define SSL3_TXT_FZA_DMS_FZA_SHA "FZA-FZA-CBC-SHA" +# define SSL3_TXT_FZA_DMS_RC4_SHA "FZA-RC4-SHA" +# endif + +# define SSL3_TXT_KRB5_DES_64_CBC_SHA "KRB5-DES-CBC-SHA" +# define SSL3_TXT_KRB5_DES_192_CBC3_SHA "KRB5-DES-CBC3-SHA" +# define SSL3_TXT_KRB5_RC4_128_SHA "KRB5-RC4-SHA" +# define SSL3_TXT_KRB5_IDEA_128_CBC_SHA "KRB5-IDEA-CBC-SHA" +# define SSL3_TXT_KRB5_DES_64_CBC_MD5 "KRB5-DES-CBC-MD5" +# define SSL3_TXT_KRB5_DES_192_CBC3_MD5 "KRB5-DES-CBC3-MD5" +# define SSL3_TXT_KRB5_RC4_128_MD5 "KRB5-RC4-MD5" +# define SSL3_TXT_KRB5_IDEA_128_CBC_MD5 "KRB5-IDEA-CBC-MD5" + +# define SSL3_TXT_KRB5_DES_40_CBC_SHA "EXP-KRB5-DES-CBC-SHA" +# define SSL3_TXT_KRB5_RC2_40_CBC_SHA "EXP-KRB5-RC2-CBC-SHA" +# define SSL3_TXT_KRB5_RC4_40_SHA "EXP-KRB5-RC4-SHA" +# define SSL3_TXT_KRB5_DES_40_CBC_MD5 "EXP-KRB5-DES-CBC-MD5" +# define SSL3_TXT_KRB5_RC2_40_CBC_MD5 "EXP-KRB5-RC2-CBC-MD5" +# define SSL3_TXT_KRB5_RC4_40_MD5 "EXP-KRB5-RC4-MD5" + +# define SSL3_SSL_SESSION_ID_LENGTH 32 +# define SSL3_MAX_SSL_SESSION_ID_LENGTH 32 + +# define SSL3_MASTER_SECRET_SIZE 48 +# define SSL3_RANDOM_SIZE 32 +# define SSL3_SESSION_ID_SIZE 32 +# define SSL3_RT_HEADER_LENGTH 5 + +# define SSL3_HM_HEADER_LENGTH 4 + +# ifndef SSL3_ALIGN_PAYLOAD + /* + * Some will argue that this increases memory footprint, but it's not + * actually true. Point is that malloc has to return at least 64-bit aligned + * pointers, meaning that allocating 5 bytes wastes 3 bytes in either case. + * Suggested pre-gaping simply moves these wasted bytes from the end of + * allocated region to its front, but makes data payload aligned, which + * improves performance:-) + */ +# define SSL3_ALIGN_PAYLOAD 8 +# else +# if (SSL3_ALIGN_PAYLOAD&(SSL3_ALIGN_PAYLOAD-1))!=0 +# error "insane SSL3_ALIGN_PAYLOAD" +# undef SSL3_ALIGN_PAYLOAD +# endif +# endif + +/* + * This is the maximum MAC (digest) size used by the SSL library. Currently + * maximum of 20 is used by SHA1, but we reserve for future extension for + * 512-bit hashes. + */ + +# define SSL3_RT_MAX_MD_SIZE 64 + +/* + * Maximum block size used in all ciphersuites. Currently 16 for AES. + */ + +# define SSL_RT_MAX_CIPHER_BLOCK_SIZE 16 + +# define SSL3_RT_MAX_EXTRA (16384) + +/* Maximum plaintext length: defined by SSL/TLS standards */ +# define SSL3_RT_MAX_PLAIN_LENGTH 16384 +/* Maximum compression overhead: defined by SSL/TLS standards */ +# define SSL3_RT_MAX_COMPRESSED_OVERHEAD 1024 + +/* + * The standards give a maximum encryption overhead of 1024 bytes. In + * practice the value is lower than this. The overhead is the maximum number + * of padding bytes (256) plus the mac size. + */ +# define SSL3_RT_MAX_ENCRYPTED_OVERHEAD (256 + SSL3_RT_MAX_MD_SIZE) + +/* + * OpenSSL currently only uses a padding length of at most one block so the + * send overhead is smaller. + */ + +# define SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD \ + (SSL_RT_MAX_CIPHER_BLOCK_SIZE + SSL3_RT_MAX_MD_SIZE) + +/* If compression isn't used don't include the compression overhead */ + +# ifdef OPENSSL_NO_COMP +# define SSL3_RT_MAX_COMPRESSED_LENGTH SSL3_RT_MAX_PLAIN_LENGTH +# else +# define SSL3_RT_MAX_COMPRESSED_LENGTH \ + (SSL3_RT_MAX_PLAIN_LENGTH+SSL3_RT_MAX_COMPRESSED_OVERHEAD) +# endif +# define SSL3_RT_MAX_ENCRYPTED_LENGTH \ + (SSL3_RT_MAX_ENCRYPTED_OVERHEAD+SSL3_RT_MAX_COMPRESSED_LENGTH) +# define SSL3_RT_MAX_PACKET_SIZE \ + (SSL3_RT_MAX_ENCRYPTED_LENGTH+SSL3_RT_HEADER_LENGTH) + +# define SSL3_MD_CLIENT_FINISHED_CONST "\x43\x4C\x4E\x54" +# define SSL3_MD_SERVER_FINISHED_CONST "\x53\x52\x56\x52" + +# define SSL3_VERSION 0x0300 +# define SSL3_VERSION_MAJOR 0x03 +# define SSL3_VERSION_MINOR 0x00 + +# define SSL3_RT_CHANGE_CIPHER_SPEC 20 +# define SSL3_RT_ALERT 21 +# define SSL3_RT_HANDSHAKE 22 +# define SSL3_RT_APPLICATION_DATA 23 +# define TLS1_RT_HEARTBEAT 24 + +/* Pseudo content types to indicate additional parameters */ +# define TLS1_RT_CRYPTO 0x1000 +# define TLS1_RT_CRYPTO_PREMASTER (TLS1_RT_CRYPTO | 0x1) +# define TLS1_RT_CRYPTO_CLIENT_RANDOM (TLS1_RT_CRYPTO | 0x2) +# define TLS1_RT_CRYPTO_SERVER_RANDOM (TLS1_RT_CRYPTO | 0x3) +# define TLS1_RT_CRYPTO_MASTER (TLS1_RT_CRYPTO | 0x4) + +# define TLS1_RT_CRYPTO_READ 0x0000 +# define TLS1_RT_CRYPTO_WRITE 0x0100 +# define TLS1_RT_CRYPTO_MAC (TLS1_RT_CRYPTO | 0x5) +# define TLS1_RT_CRYPTO_KEY (TLS1_RT_CRYPTO | 0x6) +# define TLS1_RT_CRYPTO_IV (TLS1_RT_CRYPTO | 0x7) +# define TLS1_RT_CRYPTO_FIXED_IV (TLS1_RT_CRYPTO | 0x8) + +/* Pseudo content type for SSL/TLS header info */ +# define SSL3_RT_HEADER 0x100 + +# define SSL3_AL_WARNING 1 +# define SSL3_AL_FATAL 2 + +# define SSL3_AD_CLOSE_NOTIFY 0 +# define SSL3_AD_UNEXPECTED_MESSAGE 10/* fatal */ +# define SSL3_AD_BAD_RECORD_MAC 20/* fatal */ +# define SSL3_AD_DECOMPRESSION_FAILURE 30/* fatal */ +# define SSL3_AD_HANDSHAKE_FAILURE 40/* fatal */ +# define SSL3_AD_NO_CERTIFICATE 41 +# define SSL3_AD_BAD_CERTIFICATE 42 +# define SSL3_AD_UNSUPPORTED_CERTIFICATE 43 +# define SSL3_AD_CERTIFICATE_REVOKED 44 +# define SSL3_AD_CERTIFICATE_EXPIRED 45 +# define SSL3_AD_CERTIFICATE_UNKNOWN 46 +# define SSL3_AD_ILLEGAL_PARAMETER 47/* fatal */ + +# define TLS1_HB_REQUEST 1 +# define TLS1_HB_RESPONSE 2 + +# ifndef OPENSSL_NO_SSL_INTERN + +typedef struct ssl3_record_st { + /* type of record */ + /* + * r + */ int type; + /* How many bytes available */ + /* + * rw + */ unsigned int length; + /* read/write offset into 'buf' */ + /* + * r + */ unsigned int off; + /* pointer to the record data */ + /* + * rw + */ unsigned char *data; + /* where the decode bytes are */ + /* + * rw + */ unsigned char *input; + /* only used with decompression - malloc()ed */ + /* + * r + */ unsigned char *comp; + /* epoch number, needed by DTLS1 */ + /* + * r + */ unsigned long epoch; + /* sequence number, needed by DTLS1 */ + /* + * r + */ unsigned char seq_num[8]; +} SSL3_RECORD; + +typedef struct ssl3_buffer_st { + /* at least SSL3_RT_MAX_PACKET_SIZE bytes, see ssl3_setup_buffers() */ + unsigned char *buf; + /* buffer size */ + size_t len; + /* where to 'copy from' */ + int offset; + /* how many bytes left */ + int left; +} SSL3_BUFFER; + +# endif + +# define SSL3_CT_RSA_SIGN 1 +# define SSL3_CT_DSS_SIGN 2 +# define SSL3_CT_RSA_FIXED_DH 3 +# define SSL3_CT_DSS_FIXED_DH 4 +# define SSL3_CT_RSA_EPHEMERAL_DH 5 +# define SSL3_CT_DSS_EPHEMERAL_DH 6 +# define SSL3_CT_FORTEZZA_DMS 20 +/* + * SSL3_CT_NUMBER is used to size arrays and it must be large enough to + * contain all of the cert types defined either for SSLv3 and TLSv1. + */ +# define SSL3_CT_NUMBER 9 + +# define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 +# define SSL3_FLAGS_DELAY_CLIENT_FINISHED 0x0002 +# define SSL3_FLAGS_POP_BUFFER 0x0004 +# define TLS1_FLAGS_TLS_PADDING_BUG 0x0008 +# define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010 +# define TLS1_FLAGS_KEEP_HANDSHAKE 0x0020 +/* + * Set when the handshake is ready to process peer's ChangeCipherSpec message. + * Cleared after the message has been processed. + */ +# define SSL3_FLAGS_CCS_OK 0x0080 + +/* SSL3_FLAGS_SGC_RESTART_DONE is no longer used */ +# define SSL3_FLAGS_SGC_RESTART_DONE 0x0040 + +# ifndef OPENSSL_NO_SSL_INTERN + +typedef struct ssl3_state_st { + long flags; + int delay_buf_pop_ret; + unsigned char read_sequence[8]; + int read_mac_secret_size; + unsigned char read_mac_secret[EVP_MAX_MD_SIZE]; + unsigned char write_sequence[8]; + int write_mac_secret_size; + unsigned char write_mac_secret[EVP_MAX_MD_SIZE]; + unsigned char server_random[SSL3_RANDOM_SIZE]; + unsigned char client_random[SSL3_RANDOM_SIZE]; + /* flags for countermeasure against known-IV weakness */ + int need_empty_fragments; + int empty_fragment_done; + /* The value of 'extra' when the buffers were initialized */ + int init_extra; + SSL3_BUFFER rbuf; /* read IO goes into here */ + SSL3_BUFFER wbuf; /* write IO goes into here */ + SSL3_RECORD rrec; /* each decoded record goes in here */ + SSL3_RECORD wrec; /* goes out from here */ + /* + * storage for Alert/Handshake protocol data received but not yet + * processed by ssl3_read_bytes: + */ + unsigned char alert_fragment[2]; + unsigned int alert_fragment_len; + unsigned char handshake_fragment[4]; + unsigned int handshake_fragment_len; + /* partial write - check the numbers match */ + unsigned int wnum; /* number of bytes sent so far */ + int wpend_tot; /* number bytes written */ + int wpend_type; + int wpend_ret; /* number of bytes submitted */ + const unsigned char *wpend_buf; + /* used during startup, digest all incoming/outgoing packets */ + BIO *handshake_buffer; + /* + * When set of handshake digests is determined, buffer is hashed and + * freed and MD_CTX-es for all required digests are stored in this array + */ + EVP_MD_CTX **handshake_dgst; + /* + * Set whenever an expected ChangeCipherSpec message is processed. + * Unset when the peer's Finished message is received. + * Unexpected ChangeCipherSpec messages trigger a fatal alert. + */ + int change_cipher_spec; + int warn_alert; + int fatal_alert; + /* + * we allow one fatal and one warning alert to be outstanding, send close + * alert via the warning alert + */ + int alert_dispatch; + unsigned char send_alert[2]; + /* + * This flag is set when we should renegotiate ASAP, basically when there + * is no more data in the read or write buffers + */ + int renegotiate; + int total_renegotiations; + int num_renegotiations; + int in_read_app_data; + /* + * Opaque PRF input as used for the current handshake. These fields are + * used only if TLSEXT_TYPE_opaque_prf_input is defined (otherwise, they + * are merely present to improve binary compatibility) + */ + void *client_opaque_prf_input; + size_t client_opaque_prf_input_len; + void *server_opaque_prf_input; + size_t server_opaque_prf_input_len; + struct { + /* actually only needs to be 16+20 */ + unsigned char cert_verify_md[EVP_MAX_MD_SIZE * 2]; + /* actually only need to be 16+20 for SSLv3 and 12 for TLS */ + unsigned char finish_md[EVP_MAX_MD_SIZE * 2]; + int finish_md_len; + unsigned char peer_finish_md[EVP_MAX_MD_SIZE * 2]; + int peer_finish_md_len; + unsigned long message_size; + int message_type; + /* used to hold the new cipher we are going to use */ + const SSL_CIPHER *new_cipher; +# ifndef OPENSSL_NO_DH + DH *dh; +# endif +# ifndef OPENSSL_NO_ECDH + EC_KEY *ecdh; /* holds short lived ECDH key */ +# endif + /* used when SSL_ST_FLUSH_DATA is entered */ + int next_state; + int reuse_message; + /* used for certificate requests */ + int cert_req; + int ctype_num; + char ctype[SSL3_CT_NUMBER]; + STACK_OF(X509_NAME) *ca_names; + int use_rsa_tmp; + int key_block_length; + unsigned char *key_block; + const EVP_CIPHER *new_sym_enc; + const EVP_MD *new_hash; + int new_mac_pkey_type; + int new_mac_secret_size; +# ifndef OPENSSL_NO_COMP + const SSL_COMP *new_compression; +# else + char *new_compression; +# endif + int cert_request; + } tmp; + + /* Connection binding to prevent renegotiation attacks */ + unsigned char previous_client_finished[EVP_MAX_MD_SIZE]; + unsigned char previous_client_finished_len; + unsigned char previous_server_finished[EVP_MAX_MD_SIZE]; + unsigned char previous_server_finished_len; + int send_connection_binding; /* TODOEKR */ + +# ifndef OPENSSL_NO_NEXTPROTONEG + /* + * Set if we saw the Next Protocol Negotiation extension from our peer. + */ + int next_proto_neg_seen; +# endif + +# ifndef OPENSSL_NO_TLSEXT +# ifndef OPENSSL_NO_EC + /* + * This is set to true if we believe that this is a version of Safari + * running on OS X 10.6 or newer. We wish to know this because Safari on + * 10.8 .. 10.8.3 has broken ECDHE-ECDSA support. + */ + char is_probably_safari; +# endif /* !OPENSSL_NO_EC */ + + /* + * ALPN information (we are in the process of transitioning from NPN to + * ALPN.) + */ + + /* + * In a server these point to the selected ALPN protocol after the + * ClientHello has been processed. In a client these contain the protocol + * that the server selected once the ServerHello has been processed. + */ + unsigned char *alpn_selected; + unsigned alpn_selected_len; +# endif /* OPENSSL_NO_TLSEXT */ +} SSL3_STATE; + +# endif + +/* SSLv3 */ +/* + * client + */ +/* extra state */ +# define SSL3_ST_CW_FLUSH (0x100|SSL_ST_CONNECT) +# ifndef OPENSSL_NO_SCTP +# define DTLS1_SCTP_ST_CW_WRITE_SOCK (0x310|SSL_ST_CONNECT) +# define DTLS1_SCTP_ST_CR_READ_SOCK (0x320|SSL_ST_CONNECT) +# endif +/* write to server */ +# define SSL3_ST_CW_CLNT_HELLO_A (0x110|SSL_ST_CONNECT) +# define SSL3_ST_CW_CLNT_HELLO_B (0x111|SSL_ST_CONNECT) +/* read from server */ +# define SSL3_ST_CR_SRVR_HELLO_A (0x120|SSL_ST_CONNECT) +# define SSL3_ST_CR_SRVR_HELLO_B (0x121|SSL_ST_CONNECT) +# define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_A (0x126|SSL_ST_CONNECT) +# define DTLS1_ST_CR_HELLO_VERIFY_REQUEST_B (0x127|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_A (0x130|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_B (0x131|SSL_ST_CONNECT) +# define SSL3_ST_CR_KEY_EXCH_A (0x140|SSL_ST_CONNECT) +# define SSL3_ST_CR_KEY_EXCH_B (0x141|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_REQ_A (0x150|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_REQ_B (0x151|SSL_ST_CONNECT) +# define SSL3_ST_CR_SRVR_DONE_A (0x160|SSL_ST_CONNECT) +# define SSL3_ST_CR_SRVR_DONE_B (0x161|SSL_ST_CONNECT) +/* write to server */ +# define SSL3_ST_CW_CERT_A (0x170|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_B (0x171|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_C (0x172|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_D (0x173|SSL_ST_CONNECT) +# define SSL3_ST_CW_KEY_EXCH_A (0x180|SSL_ST_CONNECT) +# define SSL3_ST_CW_KEY_EXCH_B (0x181|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_VRFY_A (0x190|SSL_ST_CONNECT) +# define SSL3_ST_CW_CERT_VRFY_B (0x191|SSL_ST_CONNECT) +# define SSL3_ST_CW_CHANGE_A (0x1A0|SSL_ST_CONNECT) +# define SSL3_ST_CW_CHANGE_B (0x1A1|SSL_ST_CONNECT) +# ifndef OPENSSL_NO_NEXTPROTONEG +# define SSL3_ST_CW_NEXT_PROTO_A (0x200|SSL_ST_CONNECT) +# define SSL3_ST_CW_NEXT_PROTO_B (0x201|SSL_ST_CONNECT) +# endif +# define SSL3_ST_CW_FINISHED_A (0x1B0|SSL_ST_CONNECT) +# define SSL3_ST_CW_FINISHED_B (0x1B1|SSL_ST_CONNECT) +/* read from server */ +# define SSL3_ST_CR_CHANGE_A (0x1C0|SSL_ST_CONNECT) +# define SSL3_ST_CR_CHANGE_B (0x1C1|SSL_ST_CONNECT) +# define SSL3_ST_CR_FINISHED_A (0x1D0|SSL_ST_CONNECT) +# define SSL3_ST_CR_FINISHED_B (0x1D1|SSL_ST_CONNECT) +# define SSL3_ST_CR_SESSION_TICKET_A (0x1E0|SSL_ST_CONNECT) +# define SSL3_ST_CR_SESSION_TICKET_B (0x1E1|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_STATUS_A (0x1F0|SSL_ST_CONNECT) +# define SSL3_ST_CR_CERT_STATUS_B (0x1F1|SSL_ST_CONNECT) + +/* server */ +/* extra state */ +# define SSL3_ST_SW_FLUSH (0x100|SSL_ST_ACCEPT) +# ifndef OPENSSL_NO_SCTP +# define DTLS1_SCTP_ST_SW_WRITE_SOCK (0x310|SSL_ST_ACCEPT) +# define DTLS1_SCTP_ST_SR_READ_SOCK (0x320|SSL_ST_ACCEPT) +# endif +/* read from client */ +/* Do not change the number values, they do matter */ +# define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CLNT_HELLO_B (0x111|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CLNT_HELLO_C (0x112|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CLNT_HELLO_D (0x115|SSL_ST_ACCEPT) +/* write to client */ +# define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_A (0x113|SSL_ST_ACCEPT) +# define DTLS1_ST_SW_HELLO_VERIFY_REQUEST_B (0x114|SSL_ST_ACCEPT) +# define SSL3_ST_SW_HELLO_REQ_A (0x120|SSL_ST_ACCEPT) +# define SSL3_ST_SW_HELLO_REQ_B (0x121|SSL_ST_ACCEPT) +# define SSL3_ST_SW_HELLO_REQ_C (0x122|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_HELLO_A (0x130|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_HELLO_B (0x131|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_A (0x140|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_B (0x141|SSL_ST_ACCEPT) +# define SSL3_ST_SW_KEY_EXCH_A (0x150|SSL_ST_ACCEPT) +# define SSL3_ST_SW_KEY_EXCH_B (0x151|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_REQ_A (0x160|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_REQ_B (0x161|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_DONE_A (0x170|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SRVR_DONE_B (0x171|SSL_ST_ACCEPT) +/* read from client */ +# define SSL3_ST_SR_CERT_A (0x180|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CERT_B (0x181|SSL_ST_ACCEPT) +# define SSL3_ST_SR_KEY_EXCH_A (0x190|SSL_ST_ACCEPT) +# define SSL3_ST_SR_KEY_EXCH_B (0x191|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CERT_VRFY_A (0x1A0|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CERT_VRFY_B (0x1A1|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CHANGE_A (0x1B0|SSL_ST_ACCEPT) +# define SSL3_ST_SR_CHANGE_B (0x1B1|SSL_ST_ACCEPT) +# ifndef OPENSSL_NO_NEXTPROTONEG +# define SSL3_ST_SR_NEXT_PROTO_A (0x210|SSL_ST_ACCEPT) +# define SSL3_ST_SR_NEXT_PROTO_B (0x211|SSL_ST_ACCEPT) +# endif +# define SSL3_ST_SR_FINISHED_A (0x1C0|SSL_ST_ACCEPT) +# define SSL3_ST_SR_FINISHED_B (0x1C1|SSL_ST_ACCEPT) +/* write to client */ +# define SSL3_ST_SW_CHANGE_A (0x1D0|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CHANGE_B (0x1D1|SSL_ST_ACCEPT) +# define SSL3_ST_SW_FINISHED_A (0x1E0|SSL_ST_ACCEPT) +# define SSL3_ST_SW_FINISHED_B (0x1E1|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SESSION_TICKET_A (0x1F0|SSL_ST_ACCEPT) +# define SSL3_ST_SW_SESSION_TICKET_B (0x1F1|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_STATUS_A (0x200|SSL_ST_ACCEPT) +# define SSL3_ST_SW_CERT_STATUS_B (0x201|SSL_ST_ACCEPT) + +# define SSL3_MT_HELLO_REQUEST 0 +# define SSL3_MT_CLIENT_HELLO 1 +# define SSL3_MT_SERVER_HELLO 2 +# define SSL3_MT_NEWSESSION_TICKET 4 +# define SSL3_MT_CERTIFICATE 11 +# define SSL3_MT_SERVER_KEY_EXCHANGE 12 +# define SSL3_MT_CERTIFICATE_REQUEST 13 +# define SSL3_MT_SERVER_DONE 14 +# define SSL3_MT_CERTIFICATE_VERIFY 15 +# define SSL3_MT_CLIENT_KEY_EXCHANGE 16 +# define SSL3_MT_FINISHED 20 +# define SSL3_MT_CERTIFICATE_STATUS 22 +# ifndef OPENSSL_NO_NEXTPROTONEG +# define SSL3_MT_NEXT_PROTO 67 +# endif +# define DTLS1_MT_HELLO_VERIFY_REQUEST 3 + +# define SSL3_MT_CCS 1 + +/* These are used when changing over to a new cipher */ +# define SSL3_CC_READ 0x01 +# define SSL3_CC_WRITE 0x02 +# define SSL3_CC_CLIENT 0x10 +# define SSL3_CC_SERVER 0x20 +# define SSL3_CHANGE_CIPHER_CLIENT_WRITE (SSL3_CC_CLIENT|SSL3_CC_WRITE) +# define SSL3_CHANGE_CIPHER_SERVER_READ (SSL3_CC_SERVER|SSL3_CC_READ) +# define SSL3_CHANGE_CIPHER_CLIENT_READ (SSL3_CC_CLIENT|SSL3_CC_READ) +# define SSL3_CHANGE_CIPHER_SERVER_WRITE (SSL3_CC_SERVER|SSL3_CC_WRITE) + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/stack.h b/frappe/.node-gyp/6.7.0/include/node/openssl/stack.h new file mode 100644 index 00000000..eb072166 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/stack.h @@ -0,0 +1,107 @@ +/* crypto/stack/stack.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_STACK_H +# define HEADER_STACK_H + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct stack_st { + int num; + char **data; + int sorted; + int num_alloc; + int (*comp) (const void *, const void *); +} _STACK; /* Use STACK_OF(...) instead */ + +# define M_sk_num(sk) ((sk) ? (sk)->num:-1) +# define M_sk_value(sk,n) ((sk) ? (sk)->data[n] : NULL) + +int sk_num(const _STACK *); +void *sk_value(const _STACK *, int); + +void *sk_set(_STACK *, int, void *); + +_STACK *sk_new(int (*cmp) (const void *, const void *)); +_STACK *sk_new_null(void); +void sk_free(_STACK *); +void sk_pop_free(_STACK *st, void (*func) (void *)); +_STACK *sk_deep_copy(_STACK *, void *(*)(void *), void (*)(void *)); +int sk_insert(_STACK *sk, void *data, int where); +void *sk_delete(_STACK *st, int loc); +void *sk_delete_ptr(_STACK *st, void *p); +int sk_find(_STACK *st, void *data); +int sk_find_ex(_STACK *st, void *data); +int sk_push(_STACK *st, void *data); +int sk_unshift(_STACK *st, void *data); +void *sk_shift(_STACK *st); +void *sk_pop(_STACK *st); +void sk_zero(_STACK *st); +int (*sk_set_cmp_func(_STACK *sk, int (*c) (const void *, const void *))) + (const void *, const void *); +_STACK *sk_dup(_STACK *st); +void sk_sort(_STACK *st); +int sk_is_sorted(const _STACK *st); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/symhacks.h b/frappe/.node-gyp/6.7.0/include/node/openssl/symhacks.h new file mode 100644 index 00000000..239fa4fb --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/symhacks.h @@ -0,0 +1,516 @@ +/* ==================================================================== + * Copyright (c) 1999 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_SYMHACKS_H +# define HEADER_SYMHACKS_H + +# include + +/* + * Hacks to solve the problem with linkers incapable of handling very long + * symbol names. In the case of VMS, the limit is 31 characters on VMS for + * VAX. + */ +/* + * Note that this affects util/libeay.num and util/ssleay.num... you may + * change those manually, but that's not recommended, as those files are + * controlled centrally and updated on Unix, and the central definition may + * disagree with yours, which in turn may come with shareable library + * incompatibilities. + */ +# ifdef OPENSSL_SYS_VMS + +/* Hack a long name in crypto/ex_data.c */ +# undef CRYPTO_get_ex_data_implementation +# define CRYPTO_get_ex_data_implementation CRYPTO_get_ex_data_impl +# undef CRYPTO_set_ex_data_implementation +# define CRYPTO_set_ex_data_implementation CRYPTO_set_ex_data_impl + +/* Hack a long name in crypto/asn1/a_mbstr.c */ +# undef ASN1_STRING_set_default_mask_asc +# define ASN1_STRING_set_default_mask_asc ASN1_STRING_set_def_mask_asc + +# if 0 /* No longer needed, since safestack macro + * magic does the job */ +/* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_SIGNER_INFO) */ +# undef i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO +# define i2d_ASN1_SET_OF_PKCS7_SIGNER_INFO i2d_ASN1_SET_OF_PKCS7_SIGINF +# undef d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO +# define d2i_ASN1_SET_OF_PKCS7_SIGNER_INFO d2i_ASN1_SET_OF_PKCS7_SIGINF +# endif + +# if 0 /* No longer needed, since safestack macro + * magic does the job */ +/* Hack the names created with DECLARE_ASN1_SET_OF(PKCS7_RECIP_INFO) */ +# undef i2d_ASN1_SET_OF_PKCS7_RECIP_INFO +# define i2d_ASN1_SET_OF_PKCS7_RECIP_INFO i2d_ASN1_SET_OF_PKCS7_RECINF +# undef d2i_ASN1_SET_OF_PKCS7_RECIP_INFO +# define d2i_ASN1_SET_OF_PKCS7_RECIP_INFO d2i_ASN1_SET_OF_PKCS7_RECINF +# endif + +# if 0 /* No longer needed, since safestack macro + * magic does the job */ +/* Hack the names created with DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION) */ +# undef i2d_ASN1_SET_OF_ACCESS_DESCRIPTION +# define i2d_ASN1_SET_OF_ACCESS_DESCRIPTION i2d_ASN1_SET_OF_ACC_DESC +# undef d2i_ASN1_SET_OF_ACCESS_DESCRIPTION +# define d2i_ASN1_SET_OF_ACCESS_DESCRIPTION d2i_ASN1_SET_OF_ACC_DESC +# endif + +/* Hack the names created with DECLARE_PEM_rw(NETSCAPE_CERT_SEQUENCE) */ +# undef PEM_read_NETSCAPE_CERT_SEQUENCE +# define PEM_read_NETSCAPE_CERT_SEQUENCE PEM_read_NS_CERT_SEQ +# undef PEM_write_NETSCAPE_CERT_SEQUENCE +# define PEM_write_NETSCAPE_CERT_SEQUENCE PEM_write_NS_CERT_SEQ +# undef PEM_read_bio_NETSCAPE_CERT_SEQUENCE +# define PEM_read_bio_NETSCAPE_CERT_SEQUENCE PEM_read_bio_NS_CERT_SEQ +# undef PEM_write_bio_NETSCAPE_CERT_SEQUENCE +# define PEM_write_bio_NETSCAPE_CERT_SEQUENCE PEM_write_bio_NS_CERT_SEQ +# undef PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE +# define PEM_write_cb_bio_NETSCAPE_CERT_SEQUENCE PEM_write_cb_bio_NS_CERT_SEQ + +/* Hack the names created with DECLARE_PEM_rw(PKCS8_PRIV_KEY_INFO) */ +# undef PEM_read_PKCS8_PRIV_KEY_INFO +# define PEM_read_PKCS8_PRIV_KEY_INFO PEM_read_P8_PRIV_KEY_INFO +# undef PEM_write_PKCS8_PRIV_KEY_INFO +# define PEM_write_PKCS8_PRIV_KEY_INFO PEM_write_P8_PRIV_KEY_INFO +# undef PEM_read_bio_PKCS8_PRIV_KEY_INFO +# define PEM_read_bio_PKCS8_PRIV_KEY_INFO PEM_read_bio_P8_PRIV_KEY_INFO +# undef PEM_write_bio_PKCS8_PRIV_KEY_INFO +# define PEM_write_bio_PKCS8_PRIV_KEY_INFO PEM_write_bio_P8_PRIV_KEY_INFO +# undef PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO +# define PEM_write_cb_bio_PKCS8_PRIV_KEY_INFO PEM_wrt_cb_bio_P8_PRIV_KEY_INFO + +/* Hack other PEM names */ +# undef PEM_write_bio_PKCS8PrivateKey_nid +# define PEM_write_bio_PKCS8PrivateKey_nid PEM_write_bio_PKCS8PrivKey_nid + +/* Hack some long X509 names */ +# undef X509_REVOKED_get_ext_by_critical +# define X509_REVOKED_get_ext_by_critical X509_REVOKED_get_ext_by_critic +# undef X509_policy_tree_get0_user_policies +# define X509_policy_tree_get0_user_policies X509_pcy_tree_get0_usr_policies +# undef X509_policy_node_get0_qualifiers +# define X509_policy_node_get0_qualifiers X509_pcy_node_get0_qualifiers +# undef X509_STORE_CTX_get_explicit_policy +# define X509_STORE_CTX_get_explicit_policy X509_STORE_CTX_get_expl_policy +# undef X509_STORE_CTX_get0_current_issuer +# define X509_STORE_CTX_get0_current_issuer X509_STORE_CTX_get0_cur_issuer + +/* Hack some long CRYPTO names */ +# undef CRYPTO_set_dynlock_destroy_callback +# define CRYPTO_set_dynlock_destroy_callback CRYPTO_set_dynlock_destroy_cb +# undef CRYPTO_set_dynlock_create_callback +# define CRYPTO_set_dynlock_create_callback CRYPTO_set_dynlock_create_cb +# undef CRYPTO_set_dynlock_lock_callback +# define CRYPTO_set_dynlock_lock_callback CRYPTO_set_dynlock_lock_cb +# undef CRYPTO_get_dynlock_lock_callback +# define CRYPTO_get_dynlock_lock_callback CRYPTO_get_dynlock_lock_cb +# undef CRYPTO_get_dynlock_destroy_callback +# define CRYPTO_get_dynlock_destroy_callback CRYPTO_get_dynlock_destroy_cb +# undef CRYPTO_get_dynlock_create_callback +# define CRYPTO_get_dynlock_create_callback CRYPTO_get_dynlock_create_cb +# undef CRYPTO_set_locked_mem_ex_functions +# define CRYPTO_set_locked_mem_ex_functions CRYPTO_set_locked_mem_ex_funcs +# undef CRYPTO_get_locked_mem_ex_functions +# define CRYPTO_get_locked_mem_ex_functions CRYPTO_get_locked_mem_ex_funcs + +/* Hack some long SSL/TLS names */ +# undef SSL_CTX_set_default_verify_paths +# define SSL_CTX_set_default_verify_paths SSL_CTX_set_def_verify_paths +# undef SSL_get_ex_data_X509_STORE_CTX_idx +# define SSL_get_ex_data_X509_STORE_CTX_idx SSL_get_ex_d_X509_STORE_CTX_idx +# undef SSL_add_file_cert_subjects_to_stack +# define SSL_add_file_cert_subjects_to_stack SSL_add_file_cert_subjs_to_stk +# undef SSL_add_dir_cert_subjects_to_stack +# define SSL_add_dir_cert_subjects_to_stack SSL_add_dir_cert_subjs_to_stk +# undef SSL_CTX_use_certificate_chain_file +# define SSL_CTX_use_certificate_chain_file SSL_CTX_use_cert_chain_file +# undef SSL_CTX_set_cert_verify_callback +# define SSL_CTX_set_cert_verify_callback SSL_CTX_set_cert_verify_cb +# undef SSL_CTX_set_default_passwd_cb_userdata +# define SSL_CTX_set_default_passwd_cb_userdata SSL_CTX_set_def_passwd_cb_ud +# undef SSL_COMP_get_compression_methods +# define SSL_COMP_get_compression_methods SSL_COMP_get_compress_methods +# undef SSL_COMP_set0_compression_methods +# define SSL_COMP_set0_compression_methods SSL_COMP_set0_compress_methods +# undef SSL_COMP_free_compression_methods +# define SSL_COMP_free_compression_methods SSL_COMP_free_compress_methods +# undef ssl_add_clienthello_renegotiate_ext +# define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext +# undef ssl_add_serverhello_renegotiate_ext +# define ssl_add_serverhello_renegotiate_ext ssl_add_serverhello_reneg_ext +# undef ssl_parse_clienthello_renegotiate_ext +# define ssl_parse_clienthello_renegotiate_ext ssl_parse_clienthello_reneg_ext +# undef ssl_parse_serverhello_renegotiate_ext +# define ssl_parse_serverhello_renegotiate_ext ssl_parse_serverhello_reneg_ext +# undef SSL_srp_server_param_with_username +# define SSL_srp_server_param_with_username SSL_srp_server_param_with_un +# undef SSL_CTX_set_srp_client_pwd_callback +# define SSL_CTX_set_srp_client_pwd_callback SSL_CTX_set_srp_client_pwd_cb +# undef SSL_CTX_set_srp_verify_param_callback +# define SSL_CTX_set_srp_verify_param_callback SSL_CTX_set_srp_vfy_param_cb +# undef SSL_CTX_set_srp_username_callback +# define SSL_CTX_set_srp_username_callback SSL_CTX_set_srp_un_cb +# undef ssl_add_clienthello_use_srtp_ext +# define ssl_add_clienthello_use_srtp_ext ssl_add_clihello_use_srtp_ext +# undef ssl_add_serverhello_use_srtp_ext +# define ssl_add_serverhello_use_srtp_ext ssl_add_serhello_use_srtp_ext +# undef ssl_parse_clienthello_use_srtp_ext +# define ssl_parse_clienthello_use_srtp_ext ssl_parse_clihello_use_srtp_ext +# undef ssl_parse_serverhello_use_srtp_ext +# define ssl_parse_serverhello_use_srtp_ext ssl_parse_serhello_use_srtp_ext +# undef SSL_CTX_set_next_protos_advertised_cb +# define SSL_CTX_set_next_protos_advertised_cb SSL_CTX_set_next_protos_adv_cb +# undef SSL_CTX_set_next_proto_select_cb +# define SSL_CTX_set_next_proto_select_cb SSL_CTX_set_next_proto_sel_cb + +# undef tls1_send_server_supplemental_data +# define tls1_send_server_supplemental_data tls1_send_server_suppl_data +# undef tls1_send_client_supplemental_data +# define tls1_send_client_supplemental_data tls1_send_client_suppl_data +# undef tls1_get_server_supplemental_data +# define tls1_get_server_supplemental_data tls1_get_server_suppl_data +# undef tls1_get_client_supplemental_data +# define tls1_get_client_supplemental_data tls1_get_client_suppl_data + +# undef ssl3_cbc_record_digest_supported +# define ssl3_cbc_record_digest_supported ssl3_cbc_record_digest_support +# undef ssl_check_clienthello_tlsext_late +# define ssl_check_clienthello_tlsext_late ssl_check_clihello_tlsext_late +# undef ssl_check_clienthello_tlsext_early +# define ssl_check_clienthello_tlsext_early ssl_check_clihello_tlsext_early + +/* Hack some RSA long names */ +# undef RSA_padding_check_PKCS1_OAEP_mgf1 +# define RSA_padding_check_PKCS1_OAEP_mgf1 RSA_pad_check_PKCS1_OAEP_mgf1 + +/* Hack some ENGINE long names */ +# undef ENGINE_get_default_BN_mod_exp_crt +# define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt +# undef ENGINE_set_default_BN_mod_exp_crt +# define ENGINE_set_default_BN_mod_exp_crt ENGINE_set_def_BN_mod_exp_crt +# undef ENGINE_set_load_privkey_function +# define ENGINE_set_load_privkey_function ENGINE_set_load_privkey_fn +# undef ENGINE_get_load_privkey_function +# define ENGINE_get_load_privkey_function ENGINE_get_load_privkey_fn +# undef ENGINE_unregister_pkey_asn1_meths +# define ENGINE_unregister_pkey_asn1_meths ENGINE_unreg_pkey_asn1_meths +# undef ENGINE_register_all_pkey_asn1_meths +# define ENGINE_register_all_pkey_asn1_meths ENGINE_reg_all_pkey_asn1_meths +# undef ENGINE_set_default_pkey_asn1_meths +# define ENGINE_set_default_pkey_asn1_meths ENGINE_set_def_pkey_asn1_meths +# undef ENGINE_get_pkey_asn1_meth_engine +# define ENGINE_get_pkey_asn1_meth_engine ENGINE_get_pkey_asn1_meth_eng +# undef ENGINE_set_load_ssl_client_cert_function +# define ENGINE_set_load_ssl_client_cert_function \ + ENGINE_set_ld_ssl_clnt_cert_fn +# undef ENGINE_get_ssl_client_cert_function +# define ENGINE_get_ssl_client_cert_function ENGINE_get_ssl_client_cert_fn + +/* Hack some long OCSP names */ +# undef OCSP_REQUEST_get_ext_by_critical +# define OCSP_REQUEST_get_ext_by_critical OCSP_REQUEST_get_ext_by_crit +# undef OCSP_BASICRESP_get_ext_by_critical +# define OCSP_BASICRESP_get_ext_by_critical OCSP_BASICRESP_get_ext_by_crit +# undef OCSP_SINGLERESP_get_ext_by_critical +# define OCSP_SINGLERESP_get_ext_by_critical OCSP_SINGLERESP_get_ext_by_crit + +/* Hack some long DES names */ +# undef _ossl_old_des_ede3_cfb64_encrypt +# define _ossl_old_des_ede3_cfb64_encrypt _ossl_odes_ede3_cfb64_encrypt +# undef _ossl_old_des_ede3_ofb64_encrypt +# define _ossl_old_des_ede3_ofb64_encrypt _ossl_odes_ede3_ofb64_encrypt + +/* Hack some long EVP names */ +# undef OPENSSL_add_all_algorithms_noconf +# define OPENSSL_add_all_algorithms_noconf OPENSSL_add_all_algo_noconf +# undef OPENSSL_add_all_algorithms_conf +# define OPENSSL_add_all_algorithms_conf OPENSSL_add_all_algo_conf +# undef EVP_PKEY_meth_set_verify_recover +# define EVP_PKEY_meth_set_verify_recover EVP_PKEY_meth_set_vrfy_recover + +/* Hack some long EC names */ +# undef EC_GROUP_set_point_conversion_form +# define EC_GROUP_set_point_conversion_form EC_GROUP_set_point_conv_form +# undef EC_GROUP_get_point_conversion_form +# define EC_GROUP_get_point_conversion_form EC_GROUP_get_point_conv_form +# undef EC_GROUP_clear_free_all_extra_data +# define EC_GROUP_clear_free_all_extra_data EC_GROUP_clr_free_all_xtra_data +# undef EC_KEY_set_public_key_affine_coordinates +# define EC_KEY_set_public_key_affine_coordinates \ + EC_KEY_set_pub_key_aff_coords +# undef EC_POINT_set_Jprojective_coordinates_GFp +# define EC_POINT_set_Jprojective_coordinates_GFp \ + EC_POINT_set_Jproj_coords_GFp +# undef EC_POINT_get_Jprojective_coordinates_GFp +# define EC_POINT_get_Jprojective_coordinates_GFp \ + EC_POINT_get_Jproj_coords_GFp +# undef EC_POINT_set_affine_coordinates_GFp +# define EC_POINT_set_affine_coordinates_GFp EC_POINT_set_affine_coords_GFp +# undef EC_POINT_get_affine_coordinates_GFp +# define EC_POINT_get_affine_coordinates_GFp EC_POINT_get_affine_coords_GFp +# undef EC_POINT_set_compressed_coordinates_GFp +# define EC_POINT_set_compressed_coordinates_GFp EC_POINT_set_compr_coords_GFp +# undef EC_POINT_set_affine_coordinates_GF2m +# define EC_POINT_set_affine_coordinates_GF2m EC_POINT_set_affine_coords_GF2m +# undef EC_POINT_get_affine_coordinates_GF2m +# define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m +# undef EC_POINT_set_compressed_coordinates_GF2m +# define EC_POINT_set_compressed_coordinates_GF2m \ + EC_POINT_set_compr_coords_GF2m +# undef ec_GF2m_simple_group_clear_finish +# define ec_GF2m_simple_group_clear_finish ec_GF2m_simple_grp_clr_finish +# undef ec_GF2m_simple_group_check_discriminant +# define ec_GF2m_simple_group_check_discriminant ec_GF2m_simple_grp_chk_discrim +# undef ec_GF2m_simple_point_clear_finish +# define ec_GF2m_simple_point_clear_finish ec_GF2m_simple_pt_clr_finish +# undef ec_GF2m_simple_point_set_to_infinity +# define ec_GF2m_simple_point_set_to_infinity ec_GF2m_simple_pt_set_to_inf +# undef ec_GF2m_simple_points_make_affine +# define ec_GF2m_simple_points_make_affine ec_GF2m_simple_pts_make_affine +# undef ec_GF2m_simple_point_set_affine_coordinates +# define ec_GF2m_simple_point_set_affine_coordinates \ + ec_GF2m_smp_pt_set_af_coords +# undef ec_GF2m_simple_point_get_affine_coordinates +# define ec_GF2m_simple_point_get_affine_coordinates \ + ec_GF2m_smp_pt_get_af_coords +# undef ec_GF2m_simple_set_compressed_coordinates +# define ec_GF2m_simple_set_compressed_coordinates \ + ec_GF2m_smp_set_compr_coords +# undef ec_GFp_simple_group_set_curve_GFp +# define ec_GFp_simple_group_set_curve_GFp ec_GFp_simple_grp_set_curve_GFp +# undef ec_GFp_simple_group_get_curve_GFp +# define ec_GFp_simple_group_get_curve_GFp ec_GFp_simple_grp_get_curve_GFp +# undef ec_GFp_simple_group_clear_finish +# define ec_GFp_simple_group_clear_finish ec_GFp_simple_grp_clear_finish +# undef ec_GFp_simple_group_set_generator +# define ec_GFp_simple_group_set_generator ec_GFp_simple_grp_set_generator +# undef ec_GFp_simple_group_get0_generator +# define ec_GFp_simple_group_get0_generator ec_GFp_simple_grp_gt0_generator +# undef ec_GFp_simple_group_get_cofactor +# define ec_GFp_simple_group_get_cofactor ec_GFp_simple_grp_get_cofactor +# undef ec_GFp_simple_point_clear_finish +# define ec_GFp_simple_point_clear_finish ec_GFp_simple_pt_clear_finish +# undef ec_GFp_simple_point_set_to_infinity +# define ec_GFp_simple_point_set_to_infinity ec_GFp_simple_pt_set_to_inf +# undef ec_GFp_simple_points_make_affine +# define ec_GFp_simple_points_make_affine ec_GFp_simple_pts_make_affine +# undef ec_GFp_simple_set_Jprojective_coordinates_GFp +# define ec_GFp_simple_set_Jprojective_coordinates_GFp \ + ec_GFp_smp_set_Jproj_coords_GFp +# undef ec_GFp_simple_get_Jprojective_coordinates_GFp +# define ec_GFp_simple_get_Jprojective_coordinates_GFp \ + ec_GFp_smp_get_Jproj_coords_GFp +# undef ec_GFp_simple_point_set_affine_coordinates_GFp +# define ec_GFp_simple_point_set_affine_coordinates_GFp \ + ec_GFp_smp_pt_set_af_coords_GFp +# undef ec_GFp_simple_point_get_affine_coordinates_GFp +# define ec_GFp_simple_point_get_affine_coordinates_GFp \ + ec_GFp_smp_pt_get_af_coords_GFp +# undef ec_GFp_simple_set_compressed_coordinates_GFp +# define ec_GFp_simple_set_compressed_coordinates_GFp \ + ec_GFp_smp_set_compr_coords_GFp +# undef ec_GFp_simple_point_set_affine_coordinates +# define ec_GFp_simple_point_set_affine_coordinates \ + ec_GFp_smp_pt_set_af_coords +# undef ec_GFp_simple_point_get_affine_coordinates +# define ec_GFp_simple_point_get_affine_coordinates \ + ec_GFp_smp_pt_get_af_coords +# undef ec_GFp_simple_set_compressed_coordinates +# define ec_GFp_simple_set_compressed_coordinates \ + ec_GFp_smp_set_compr_coords +# undef ec_GFp_simple_group_check_discriminant +# define ec_GFp_simple_group_check_discriminant ec_GFp_simple_grp_chk_discrim + +/* Hack som long STORE names */ +# undef STORE_method_set_initialise_function +# define STORE_method_set_initialise_function STORE_meth_set_initialise_fn +# undef STORE_method_set_cleanup_function +# define STORE_method_set_cleanup_function STORE_meth_set_cleanup_fn +# undef STORE_method_set_generate_function +# define STORE_method_set_generate_function STORE_meth_set_generate_fn +# undef STORE_method_set_modify_function +# define STORE_method_set_modify_function STORE_meth_set_modify_fn +# undef STORE_method_set_revoke_function +# define STORE_method_set_revoke_function STORE_meth_set_revoke_fn +# undef STORE_method_set_delete_function +# define STORE_method_set_delete_function STORE_meth_set_delete_fn +# undef STORE_method_set_list_start_function +# define STORE_method_set_list_start_function STORE_meth_set_list_start_fn +# undef STORE_method_set_list_next_function +# define STORE_method_set_list_next_function STORE_meth_set_list_next_fn +# undef STORE_method_set_list_end_function +# define STORE_method_set_list_end_function STORE_meth_set_list_end_fn +# undef STORE_method_set_update_store_function +# define STORE_method_set_update_store_function STORE_meth_set_update_store_fn +# undef STORE_method_set_lock_store_function +# define STORE_method_set_lock_store_function STORE_meth_set_lock_store_fn +# undef STORE_method_set_unlock_store_function +# define STORE_method_set_unlock_store_function STORE_meth_set_unlock_store_fn +# undef STORE_method_get_initialise_function +# define STORE_method_get_initialise_function STORE_meth_get_initialise_fn +# undef STORE_method_get_cleanup_function +# define STORE_method_get_cleanup_function STORE_meth_get_cleanup_fn +# undef STORE_method_get_generate_function +# define STORE_method_get_generate_function STORE_meth_get_generate_fn +# undef STORE_method_get_modify_function +# define STORE_method_get_modify_function STORE_meth_get_modify_fn +# undef STORE_method_get_revoke_function +# define STORE_method_get_revoke_function STORE_meth_get_revoke_fn +# undef STORE_method_get_delete_function +# define STORE_method_get_delete_function STORE_meth_get_delete_fn +# undef STORE_method_get_list_start_function +# define STORE_method_get_list_start_function STORE_meth_get_list_start_fn +# undef STORE_method_get_list_next_function +# define STORE_method_get_list_next_function STORE_meth_get_list_next_fn +# undef STORE_method_get_list_end_function +# define STORE_method_get_list_end_function STORE_meth_get_list_end_fn +# undef STORE_method_get_update_store_function +# define STORE_method_get_update_store_function STORE_meth_get_update_store_fn +# undef STORE_method_get_lock_store_function +# define STORE_method_get_lock_store_function STORE_meth_get_lock_store_fn +# undef STORE_method_get_unlock_store_function +# define STORE_method_get_unlock_store_function STORE_meth_get_unlock_store_fn + +/* Hack some long TS names */ +# undef TS_RESP_CTX_set_status_info_cond +# define TS_RESP_CTX_set_status_info_cond TS_RESP_CTX_set_stat_info_cond +# undef TS_RESP_CTX_set_clock_precision_digits +# define TS_RESP_CTX_set_clock_precision_digits TS_RESP_CTX_set_clk_prec_digits +# undef TS_CONF_set_clock_precision_digits +# define TS_CONF_set_clock_precision_digits TS_CONF_set_clk_prec_digits + +/* Hack some long CMS names */ +# undef CMS_RecipientInfo_ktri_get0_algs +# define CMS_RecipientInfo_ktri_get0_algs CMS_RecipInfo_ktri_get0_algs +# undef CMS_RecipientInfo_ktri_get0_signer_id +# define CMS_RecipientInfo_ktri_get0_signer_id CMS_RecipInfo_ktri_get0_sigr_id +# undef CMS_OtherRevocationInfoFormat_it +# define CMS_OtherRevocationInfoFormat_it CMS_OtherRevocInfoFormat_it +# undef CMS_KeyAgreeRecipientIdentifier_it +# define CMS_KeyAgreeRecipientIdentifier_it CMS_KeyAgreeRecipIdentifier_it +# undef CMS_OriginatorIdentifierOrKey_it +# define CMS_OriginatorIdentifierOrKey_it CMS_OriginatorIdOrKey_it +# undef cms_SignerIdentifier_get0_signer_id +# define cms_SignerIdentifier_get0_signer_id cms_SignerId_get0_signer_id +# undef CMS_RecipientInfo_kari_get0_orig_id +# define CMS_RecipientInfo_kari_get0_orig_id CMS_RecipInfo_kari_get0_orig_id +# undef CMS_RecipientInfo_kari_get0_reks +# define CMS_RecipientInfo_kari_get0_reks CMS_RecipInfo_kari_get0_reks +# undef CMS_RecipientEncryptedKey_cert_cmp +# define CMS_RecipientEncryptedKey_cert_cmp CMS_RecipEncryptedKey_cert_cmp +# undef CMS_RecipientInfo_kari_set0_pkey +# define CMS_RecipientInfo_kari_set0_pkey CMS_RecipInfo_kari_set0_pkey +# undef CMS_RecipientEncryptedKey_get0_id +# define CMS_RecipientEncryptedKey_get0_id CMS_RecipEncryptedKey_get0_id +# undef CMS_RecipientInfo_kari_orig_id_cmp +# define CMS_RecipientInfo_kari_orig_id_cmp CMS_RecipInfo_kari_orig_id_cmp + +/* Hack some long DTLS1 names */ +# undef dtls1_retransmit_buffered_messages +# define dtls1_retransmit_buffered_messages dtls1_retransmit_buffered_msgs + +/* Hack some long SRP names */ +# undef SRP_generate_server_master_secret +# define SRP_generate_server_master_secret SRP_gen_server_master_secret +# undef SRP_generate_client_master_secret +# define SRP_generate_client_master_secret SRP_gen_client_master_secret + +/* Hack some long UI names */ +# undef UI_method_get_prompt_constructor +# define UI_method_get_prompt_constructor UI_method_get_prompt_constructr +# undef UI_method_set_prompt_constructor +# define UI_method_set_prompt_constructor UI_method_set_prompt_constructr + +# endif /* defined OPENSSL_SYS_VMS */ + +/* Case insensitive linking causes problems.... */ +# if defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2) +# undef ERR_load_CRYPTO_strings +# define ERR_load_CRYPTO_strings ERR_load_CRYPTOlib_strings +# undef OCSP_crlID_new +# define OCSP_crlID_new OCSP_crlID2_new + +# undef d2i_ECPARAMETERS +# define d2i_ECPARAMETERS d2i_UC_ECPARAMETERS +# undef i2d_ECPARAMETERS +# define i2d_ECPARAMETERS i2d_UC_ECPARAMETERS +# undef d2i_ECPKPARAMETERS +# define d2i_ECPKPARAMETERS d2i_UC_ECPKPARAMETERS +# undef i2d_ECPKPARAMETERS +# define i2d_ECPKPARAMETERS i2d_UC_ECPKPARAMETERS + +/* + * These functions do not seem to exist! However, I'm paranoid... Original + * command in x509v3.h: These functions are being redefined in another + * directory, and clash when the linker is case-insensitive, so let's hide + * them a little, by giving them an extra 'o' at the beginning of the name... + */ +# undef X509v3_cleanup_extensions +# define X509v3_cleanup_extensions oX509v3_cleanup_extensions +# undef X509v3_add_extension +# define X509v3_add_extension oX509v3_add_extension +# undef X509v3_add_netscape_extensions +# define X509v3_add_netscape_extensions oX509v3_add_netscape_extensions +# undef X509v3_add_standard_extensions +# define X509v3_add_standard_extensions oX509v3_add_standard_extensions + +/* This one clashes with CMS_data_create */ +# undef cms_Data_create +# define cms_Data_create priv_cms_Data_create + +# endif + +#endif /* ! defined HEADER_VMS_IDHACKS_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/tls1.h b/frappe/.node-gyp/6.7.0/include/node/openssl/tls1.h new file mode 100644 index 00000000..7e237d06 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/tls1.h @@ -0,0 +1,810 @@ +/* ssl/tls1.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * + * Portions of the attached software ("Contribution") are developed by + * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project. + * + * The Contribution is licensed pursuant to the OpenSSL open source + * license provided above. + * + * ECC cipher suite support in OpenSSL originally written by + * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories. + * + */ +/* ==================================================================== + * Copyright 2005 Nokia. All rights reserved. + * + * The portions of the attached software ("Contribution") is developed by + * Nokia Corporation and is licensed pursuant to the OpenSSL open source + * license. + * + * The Contribution, originally written by Mika Kousa and Pasi Eronen of + * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites + * support (see RFC 4279) to OpenSSL. + * + * No patent licenses or other rights except those expressly stated in + * the OpenSSL open source license shall be deemed granted or received + * expressly, by implication, estoppel, or otherwise. + * + * No assurances are provided by Nokia that the Contribution does not + * infringe the patent or other intellectual property rights of any third + * party or that the license provides you with all the necessary rights + * to make use of the Contribution. + * + * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN + * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA + * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY + * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR + * OTHERWISE. + */ + +#ifndef HEADER_TLS1_H +# define HEADER_TLS1_H + +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 + +# define TLS1_VERSION 0x0301 +# define TLS1_1_VERSION 0x0302 +# define TLS1_2_VERSION 0x0303 +# define TLS_MAX_VERSION TLS1_2_VERSION + +# define TLS1_VERSION_MAJOR 0x03 +# define TLS1_VERSION_MINOR 0x01 + +# define TLS1_1_VERSION_MAJOR 0x03 +# define TLS1_1_VERSION_MINOR 0x02 + +# define TLS1_2_VERSION_MAJOR 0x03 +# define TLS1_2_VERSION_MINOR 0x03 + +# define TLS1_get_version(s) \ + ((s->version >> 8) == TLS1_VERSION_MAJOR ? s->version : 0) + +# define TLS1_get_client_version(s) \ + ((s->client_version >> 8) == TLS1_VERSION_MAJOR ? s->client_version : 0) + +# define TLS1_AD_DECRYPTION_FAILED 21 +# define TLS1_AD_RECORD_OVERFLOW 22 +# define TLS1_AD_UNKNOWN_CA 48/* fatal */ +# define TLS1_AD_ACCESS_DENIED 49/* fatal */ +# define TLS1_AD_DECODE_ERROR 50/* fatal */ +# define TLS1_AD_DECRYPT_ERROR 51 +# define TLS1_AD_EXPORT_RESTRICTION 60/* fatal */ +# define TLS1_AD_PROTOCOL_VERSION 70/* fatal */ +# define TLS1_AD_INSUFFICIENT_SECURITY 71/* fatal */ +# define TLS1_AD_INTERNAL_ERROR 80/* fatal */ +# define TLS1_AD_INAPPROPRIATE_FALLBACK 86/* fatal */ +# define TLS1_AD_USER_CANCELLED 90 +# define TLS1_AD_NO_RENEGOTIATION 100 +/* codes 110-114 are from RFC3546 */ +# define TLS1_AD_UNSUPPORTED_EXTENSION 110 +# define TLS1_AD_CERTIFICATE_UNOBTAINABLE 111 +# define TLS1_AD_UNRECOGNIZED_NAME 112 +# define TLS1_AD_BAD_CERTIFICATE_STATUS_RESPONSE 113 +# define TLS1_AD_BAD_CERTIFICATE_HASH_VALUE 114 +# define TLS1_AD_UNKNOWN_PSK_IDENTITY 115/* fatal */ + +/* ExtensionType values from RFC3546 / RFC4366 / RFC6066 */ +# define TLSEXT_TYPE_server_name 0 +# define TLSEXT_TYPE_max_fragment_length 1 +# define TLSEXT_TYPE_client_certificate_url 2 +# define TLSEXT_TYPE_trusted_ca_keys 3 +# define TLSEXT_TYPE_truncated_hmac 4 +# define TLSEXT_TYPE_status_request 5 +/* ExtensionType values from RFC4681 */ +# define TLSEXT_TYPE_user_mapping 6 +/* ExtensionType values from RFC5878 */ +# define TLSEXT_TYPE_client_authz 7 +# define TLSEXT_TYPE_server_authz 8 +/* ExtensionType values from RFC6091 */ +# define TLSEXT_TYPE_cert_type 9 + +/* ExtensionType values from RFC4492 */ +# define TLSEXT_TYPE_elliptic_curves 10 +# define TLSEXT_TYPE_ec_point_formats 11 + +/* ExtensionType value from RFC5054 */ +# define TLSEXT_TYPE_srp 12 + +/* ExtensionType values from RFC5246 */ +# define TLSEXT_TYPE_signature_algorithms 13 + +/* ExtensionType value from RFC5764 */ +# define TLSEXT_TYPE_use_srtp 14 + +/* ExtensionType value from RFC5620 */ +# define TLSEXT_TYPE_heartbeat 15 + +/* ExtensionType value from RFC7301 */ +# define TLSEXT_TYPE_application_layer_protocol_negotiation 16 + +/* + * ExtensionType value for TLS padding extension. + * http://tools.ietf.org/html/draft-agl-tls-padding + */ +# define TLSEXT_TYPE_padding 21 + +/* ExtensionType value from RFC4507 */ +# define TLSEXT_TYPE_session_ticket 35 + +/* ExtensionType value from draft-rescorla-tls-opaque-prf-input-00.txt */ +# if 0 +/* + * will have to be provided externally for now , + * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183 + * using whatever extension number you'd like to try + */ +# define TLSEXT_TYPE_opaque_prf_input ?? +# endif + +/* Temporary extension type */ +# define TLSEXT_TYPE_renegotiate 0xff01 + +# ifndef OPENSSL_NO_NEXTPROTONEG +/* This is not an IANA defined extension number */ +# define TLSEXT_TYPE_next_proto_neg 13172 +# endif + +/* NameType value from RFC3546 */ +# define TLSEXT_NAMETYPE_host_name 0 +/* status request value from RFC3546 */ +# define TLSEXT_STATUSTYPE_ocsp 1 + +/* ECPointFormat values from RFC4492 */ +# define TLSEXT_ECPOINTFORMAT_first 0 +# define TLSEXT_ECPOINTFORMAT_uncompressed 0 +# define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_prime 1 +# define TLSEXT_ECPOINTFORMAT_ansiX962_compressed_char2 2 +# define TLSEXT_ECPOINTFORMAT_last 2 + +/* Signature and hash algorithms from RFC5246 */ +# define TLSEXT_signature_anonymous 0 +# define TLSEXT_signature_rsa 1 +# define TLSEXT_signature_dsa 2 +# define TLSEXT_signature_ecdsa 3 + +/* Total number of different signature algorithms */ +# define TLSEXT_signature_num 4 + +# define TLSEXT_hash_none 0 +# define TLSEXT_hash_md5 1 +# define TLSEXT_hash_sha1 2 +# define TLSEXT_hash_sha224 3 +# define TLSEXT_hash_sha256 4 +# define TLSEXT_hash_sha384 5 +# define TLSEXT_hash_sha512 6 + +/* Total number of different digest algorithms */ + +# define TLSEXT_hash_num 7 + +/* Flag set for unrecognised algorithms */ +# define TLSEXT_nid_unknown 0x1000000 + +/* ECC curves */ + +# define TLSEXT_curve_P_256 23 +# define TLSEXT_curve_P_384 24 + +# ifndef OPENSSL_NO_TLSEXT + +# define TLSEXT_MAXLEN_host_name 255 + +const char *SSL_get_servername(const SSL *s, const int type); +int SSL_get_servername_type(const SSL *s); +/* + * SSL_export_keying_material exports a value derived from the master secret, + * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and + * optional context. (Since a zero length context is allowed, the |use_context| + * flag controls whether a context is included.) It returns 1 on success and + * zero otherwise. + */ +int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, + const char *label, size_t llen, + const unsigned char *p, size_t plen, + int use_context); + +int SSL_get_sigalgs(SSL *s, int idx, + int *psign, int *phash, int *psignandhash, + unsigned char *rsig, unsigned char *rhash); + +int SSL_get_shared_sigalgs(SSL *s, int idx, + int *psign, int *phash, int *psignandhash, + unsigned char *rsig, unsigned char *rhash); + +int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain); + +# define SSL_set_tlsext_host_name(s,name) \ +SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_HOSTNAME,TLSEXT_NAMETYPE_host_name,(char *)name) + +# define SSL_set_tlsext_debug_callback(ssl, cb) \ +SSL_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_CB,(void (*)(void))cb) + +# define SSL_set_tlsext_debug_arg(ssl, arg) \ +SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_DEBUG_ARG,0, (void *)arg) + +# define SSL_set_tlsext_status_type(ssl, type) \ +SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_TYPE,type, NULL) + +# define SSL_get_tlsext_status_exts(ssl, arg) \ +SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg) + +# define SSL_set_tlsext_status_exts(ssl, arg) \ +SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_EXTS,0, (void *)arg) + +# define SSL_get_tlsext_status_ids(ssl, arg) \ +SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg) + +# define SSL_set_tlsext_status_ids(ssl, arg) \ +SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_IDS,0, (void *)arg) + +# define SSL_get_tlsext_status_ocsp_resp(ssl, arg) \ +SSL_ctrl(ssl,SSL_CTRL_GET_TLSEXT_STATUS_REQ_OCSP_RESP,0, (void *)arg) + +# define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \ +SSL_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_OCSP_RESP,arglen, (void *)arg) + +# define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \ +SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_CB,(void (*)(void))cb) + +# define SSL_TLSEXT_ERR_OK 0 +# define SSL_TLSEXT_ERR_ALERT_WARNING 1 +# define SSL_TLSEXT_ERR_ALERT_FATAL 2 +# define SSL_TLSEXT_ERR_NOACK 3 + +# define SSL_CTX_set_tlsext_servername_arg(ctx, arg) \ +SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_SERVERNAME_ARG,0, (void *)arg) + +# define SSL_CTX_get_tlsext_ticket_keys(ctx, keys, keylen) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_GET_TLSEXT_TICKET_KEYS,(keylen),(keys)) +# define SSL_CTX_set_tlsext_ticket_keys(ctx, keys, keylen) \ + SSL_CTX_ctrl((ctx),SSL_CTRL_SET_TLSEXT_TICKET_KEYS,(keylen),(keys)) + +# define SSL_CTX_set_tlsext_status_cb(ssl, cb) \ +SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB,(void (*)(void))cb) + +# define SSL_CTX_set_tlsext_status_arg(ssl, arg) \ +SSL_CTX_ctrl(ssl,SSL_CTRL_SET_TLSEXT_STATUS_REQ_CB_ARG,0, (void *)arg) + +# define SSL_set_tlsext_opaque_prf_input(s, src, len) \ +SSL_ctrl(s,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT, len, src) +# define SSL_CTX_set_tlsext_opaque_prf_input_callback(ctx, cb) \ +SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB, (void (*)(void))cb) +# define SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(ctx, arg) \ +SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TLSEXT_OPAQUE_PRF_INPUT_CB_ARG, 0, arg) + +# define SSL_CTX_set_tlsext_ticket_key_cb(ssl, cb) \ +SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb) + +# ifndef OPENSSL_NO_HEARTBEATS +# define SSL_TLSEXT_HB_ENABLED 0x01 +# define SSL_TLSEXT_HB_DONT_SEND_REQUESTS 0x02 +# define SSL_TLSEXT_HB_DONT_RECV_REQUESTS 0x04 + +# define SSL_get_tlsext_heartbeat_pending(ssl) \ + SSL_ctrl((ssl),SSL_CTRL_GET_TLS_EXT_HEARTBEAT_PENDING,0,NULL) +# define SSL_set_tlsext_heartbeat_no_requests(ssl, arg) \ + SSL_ctrl((ssl),SSL_CTRL_SET_TLS_EXT_HEARTBEAT_NO_REQUESTS,arg,NULL) +# endif +# endif + +/* PSK ciphersuites from 4279 */ +# define TLS1_CK_PSK_WITH_RC4_128_SHA 0x0300008A +# define TLS1_CK_PSK_WITH_3DES_EDE_CBC_SHA 0x0300008B +# define TLS1_CK_PSK_WITH_AES_128_CBC_SHA 0x0300008C +# define TLS1_CK_PSK_WITH_AES_256_CBC_SHA 0x0300008D + +/* + * Additional TLS ciphersuites from expired Internet Draft + * draft-ietf-tls-56-bit-ciphersuites-01.txt (available if + * TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES is defined, see s3_lib.c). We + * actually treat them like SSL 3.0 ciphers, which we probably shouldn't. + * Note that the first two are actually not in the IDs. + */ +# define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_MD5 0x03000060/* not in + * ID */ +# define TLS1_CK_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 0x03000061/* not in + * ID */ +# define TLS1_CK_RSA_EXPORT1024_WITH_DES_CBC_SHA 0x03000062 +# define TLS1_CK_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA 0x03000063 +# define TLS1_CK_RSA_EXPORT1024_WITH_RC4_56_SHA 0x03000064 +# define TLS1_CK_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA 0x03000065 +# define TLS1_CK_DHE_DSS_WITH_RC4_128_SHA 0x03000066 + +/* AES ciphersuites from RFC3268 */ +# define TLS1_CK_RSA_WITH_AES_128_SHA 0x0300002F +# define TLS1_CK_DH_DSS_WITH_AES_128_SHA 0x03000030 +# define TLS1_CK_DH_RSA_WITH_AES_128_SHA 0x03000031 +# define TLS1_CK_DHE_DSS_WITH_AES_128_SHA 0x03000032 +# define TLS1_CK_DHE_RSA_WITH_AES_128_SHA 0x03000033 +# define TLS1_CK_ADH_WITH_AES_128_SHA 0x03000034 + +# define TLS1_CK_RSA_WITH_AES_256_SHA 0x03000035 +# define TLS1_CK_DH_DSS_WITH_AES_256_SHA 0x03000036 +# define TLS1_CK_DH_RSA_WITH_AES_256_SHA 0x03000037 +# define TLS1_CK_DHE_DSS_WITH_AES_256_SHA 0x03000038 +# define TLS1_CK_DHE_RSA_WITH_AES_256_SHA 0x03000039 +# define TLS1_CK_ADH_WITH_AES_256_SHA 0x0300003A + +/* TLS v1.2 ciphersuites */ +# define TLS1_CK_RSA_WITH_NULL_SHA256 0x0300003B +# define TLS1_CK_RSA_WITH_AES_128_SHA256 0x0300003C +# define TLS1_CK_RSA_WITH_AES_256_SHA256 0x0300003D +# define TLS1_CK_DH_DSS_WITH_AES_128_SHA256 0x0300003E +# define TLS1_CK_DH_RSA_WITH_AES_128_SHA256 0x0300003F +# define TLS1_CK_DHE_DSS_WITH_AES_128_SHA256 0x03000040 + +/* Camellia ciphersuites from RFC4132 */ +# define TLS1_CK_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000041 +# define TLS1_CK_DH_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000042 +# define TLS1_CK_DH_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000043 +# define TLS1_CK_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA 0x03000044 +# define TLS1_CK_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA 0x03000045 +# define TLS1_CK_ADH_WITH_CAMELLIA_128_CBC_SHA 0x03000046 + +/* TLS v1.2 ciphersuites */ +# define TLS1_CK_DHE_RSA_WITH_AES_128_SHA256 0x03000067 +# define TLS1_CK_DH_DSS_WITH_AES_256_SHA256 0x03000068 +# define TLS1_CK_DH_RSA_WITH_AES_256_SHA256 0x03000069 +# define TLS1_CK_DHE_DSS_WITH_AES_256_SHA256 0x0300006A +# define TLS1_CK_DHE_RSA_WITH_AES_256_SHA256 0x0300006B +# define TLS1_CK_ADH_WITH_AES_128_SHA256 0x0300006C +# define TLS1_CK_ADH_WITH_AES_256_SHA256 0x0300006D + +/* Camellia ciphersuites from RFC4132 */ +# define TLS1_CK_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000084 +# define TLS1_CK_DH_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000085 +# define TLS1_CK_DH_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000086 +# define TLS1_CK_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA 0x03000087 +# define TLS1_CK_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA 0x03000088 +# define TLS1_CK_ADH_WITH_CAMELLIA_256_CBC_SHA 0x03000089 + +/* SEED ciphersuites from RFC4162 */ +# define TLS1_CK_RSA_WITH_SEED_SHA 0x03000096 +# define TLS1_CK_DH_DSS_WITH_SEED_SHA 0x03000097 +# define TLS1_CK_DH_RSA_WITH_SEED_SHA 0x03000098 +# define TLS1_CK_DHE_DSS_WITH_SEED_SHA 0x03000099 +# define TLS1_CK_DHE_RSA_WITH_SEED_SHA 0x0300009A +# define TLS1_CK_ADH_WITH_SEED_SHA 0x0300009B + +/* TLS v1.2 GCM ciphersuites from RFC5288 */ +# define TLS1_CK_RSA_WITH_AES_128_GCM_SHA256 0x0300009C +# define TLS1_CK_RSA_WITH_AES_256_GCM_SHA384 0x0300009D +# define TLS1_CK_DHE_RSA_WITH_AES_128_GCM_SHA256 0x0300009E +# define TLS1_CK_DHE_RSA_WITH_AES_256_GCM_SHA384 0x0300009F +# define TLS1_CK_DH_RSA_WITH_AES_128_GCM_SHA256 0x030000A0 +# define TLS1_CK_DH_RSA_WITH_AES_256_GCM_SHA384 0x030000A1 +# define TLS1_CK_DHE_DSS_WITH_AES_128_GCM_SHA256 0x030000A2 +# define TLS1_CK_DHE_DSS_WITH_AES_256_GCM_SHA384 0x030000A3 +# define TLS1_CK_DH_DSS_WITH_AES_128_GCM_SHA256 0x030000A4 +# define TLS1_CK_DH_DSS_WITH_AES_256_GCM_SHA384 0x030000A5 +# define TLS1_CK_ADH_WITH_AES_128_GCM_SHA256 0x030000A6 +# define TLS1_CK_ADH_WITH_AES_256_GCM_SHA384 0x030000A7 + +/* + * ECC ciphersuites from draft-ietf-tls-ecc-12.txt with changes soon to be in + * draft 13 + */ +# define TLS1_CK_ECDH_ECDSA_WITH_NULL_SHA 0x0300C001 +# define TLS1_CK_ECDH_ECDSA_WITH_RC4_128_SHA 0x0300C002 +# define TLS1_CK_ECDH_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C003 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_128_CBC_SHA 0x0300C004 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_256_CBC_SHA 0x0300C005 + +# define TLS1_CK_ECDHE_ECDSA_WITH_NULL_SHA 0x0300C006 +# define TLS1_CK_ECDHE_ECDSA_WITH_RC4_128_SHA 0x0300C007 +# define TLS1_CK_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA 0x0300C008 +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA 0x0300C009 +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA 0x0300C00A + +# define TLS1_CK_ECDH_RSA_WITH_NULL_SHA 0x0300C00B +# define TLS1_CK_ECDH_RSA_WITH_RC4_128_SHA 0x0300C00C +# define TLS1_CK_ECDH_RSA_WITH_DES_192_CBC3_SHA 0x0300C00D +# define TLS1_CK_ECDH_RSA_WITH_AES_128_CBC_SHA 0x0300C00E +# define TLS1_CK_ECDH_RSA_WITH_AES_256_CBC_SHA 0x0300C00F + +# define TLS1_CK_ECDHE_RSA_WITH_NULL_SHA 0x0300C010 +# define TLS1_CK_ECDHE_RSA_WITH_RC4_128_SHA 0x0300C011 +# define TLS1_CK_ECDHE_RSA_WITH_DES_192_CBC3_SHA 0x0300C012 +# define TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA 0x0300C013 +# define TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA 0x0300C014 + +# define TLS1_CK_ECDH_anon_WITH_NULL_SHA 0x0300C015 +# define TLS1_CK_ECDH_anon_WITH_RC4_128_SHA 0x0300C016 +# define TLS1_CK_ECDH_anon_WITH_DES_192_CBC3_SHA 0x0300C017 +# define TLS1_CK_ECDH_anon_WITH_AES_128_CBC_SHA 0x0300C018 +# define TLS1_CK_ECDH_anon_WITH_AES_256_CBC_SHA 0x0300C019 + +/* SRP ciphersuites from RFC 5054 */ +# define TLS1_CK_SRP_SHA_WITH_3DES_EDE_CBC_SHA 0x0300C01A +# define TLS1_CK_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA 0x0300C01B +# define TLS1_CK_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA 0x0300C01C +# define TLS1_CK_SRP_SHA_WITH_AES_128_CBC_SHA 0x0300C01D +# define TLS1_CK_SRP_SHA_RSA_WITH_AES_128_CBC_SHA 0x0300C01E +# define TLS1_CK_SRP_SHA_DSS_WITH_AES_128_CBC_SHA 0x0300C01F +# define TLS1_CK_SRP_SHA_WITH_AES_256_CBC_SHA 0x0300C020 +# define TLS1_CK_SRP_SHA_RSA_WITH_AES_256_CBC_SHA 0x0300C021 +# define TLS1_CK_SRP_SHA_DSS_WITH_AES_256_CBC_SHA 0x0300C022 + +/* ECDH HMAC based ciphersuites from RFC5289 */ + +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_SHA256 0x0300C023 +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_SHA384 0x0300C024 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_128_SHA256 0x0300C025 +# define TLS1_CK_ECDH_ECDSA_WITH_AES_256_SHA384 0x0300C026 +# define TLS1_CK_ECDHE_RSA_WITH_AES_128_SHA256 0x0300C027 +# define TLS1_CK_ECDHE_RSA_WITH_AES_256_SHA384 0x0300C028 +# define TLS1_CK_ECDH_RSA_WITH_AES_128_SHA256 0x0300C029 +# define TLS1_CK_ECDH_RSA_WITH_AES_256_SHA384 0x0300C02A + +/* ECDH GCM based ciphersuites from RFC5289 */ +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02B +# define TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02C +# define TLS1_CK_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 0x0300C02D +# define TLS1_CK_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 0x0300C02E +# define TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256 0x0300C02F +# define TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384 0x0300C030 +# define TLS1_CK_ECDH_RSA_WITH_AES_128_GCM_SHA256 0x0300C031 +# define TLS1_CK_ECDH_RSA_WITH_AES_256_GCM_SHA384 0x0300C032 + +/* + * XXX * Backward compatibility alert: + * Older versions of OpenSSL gave + * some DHE ciphers names with "EDH" + * instead of "DHE". Going forward, we + * should be using DHE + * everywhere, though we may indefinitely maintain + * aliases for users + * or configurations that used "EDH" + + */ +# define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_MD5 "EXP1024-RC4-MD5" +# define TLS1_TXT_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 "EXP1024-RC2-CBC-MD5" +# define TLS1_TXT_RSA_EXPORT1024_WITH_DES_CBC_SHA "EXP1024-DES-CBC-SHA" +# define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA "EXP1024-DHE-DSS-DES-CBC-SHA" +# define TLS1_TXT_RSA_EXPORT1024_WITH_RC4_56_SHA "EXP1024-RC4-SHA" +# define TLS1_TXT_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA "EXP1024-DHE-DSS-RC4-SHA" +# define TLS1_TXT_DHE_DSS_WITH_RC4_128_SHA "DHE-DSS-RC4-SHA" + +/* AES ciphersuites from RFC3268 */ +# define TLS1_TXT_RSA_WITH_AES_128_SHA "AES128-SHA" +# define TLS1_TXT_DH_DSS_WITH_AES_128_SHA "DH-DSS-AES128-SHA" +# define TLS1_TXT_DH_RSA_WITH_AES_128_SHA "DH-RSA-AES128-SHA" +# define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA "DHE-DSS-AES128-SHA" +# define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA "DHE-RSA-AES128-SHA" +# define TLS1_TXT_ADH_WITH_AES_128_SHA "ADH-AES128-SHA" + +# define TLS1_TXT_RSA_WITH_AES_256_SHA "AES256-SHA" +# define TLS1_TXT_DH_DSS_WITH_AES_256_SHA "DH-DSS-AES256-SHA" +# define TLS1_TXT_DH_RSA_WITH_AES_256_SHA "DH-RSA-AES256-SHA" +# define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA "DHE-DSS-AES256-SHA" +# define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA "DHE-RSA-AES256-SHA" +# define TLS1_TXT_ADH_WITH_AES_256_SHA "ADH-AES256-SHA" + +/* ECC ciphersuites from RFC4492 */ +# define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA" + +# define TLS1_TXT_ECDHE_ECDSA_WITH_NULL_SHA "ECDHE-ECDSA-NULL-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_RC4_128_SHA "ECDHE-ECDSA-RC4-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_DES_192_CBC3_SHA "ECDHE-ECDSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA "ECDHE-ECDSA-AES128-SHA" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA "ECDHE-ECDSA-AES256-SHA" + +# define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA "ECDH-RSA-AES128-SHA" +# define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA "ECDH-RSA-AES256-SHA" + +# define TLS1_TXT_ECDHE_RSA_WITH_NULL_SHA "ECDHE-RSA-NULL-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_RC4_128_SHA "ECDHE-RSA-RC4-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_DES_192_CBC3_SHA "ECDHE-RSA-DES-CBC3-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA "ECDHE-RSA-AES128-SHA" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA "ECDHE-RSA-AES256-SHA" + +# define TLS1_TXT_ECDH_anon_WITH_NULL_SHA "AECDH-NULL-SHA" +# define TLS1_TXT_ECDH_anon_WITH_RC4_128_SHA "AECDH-RC4-SHA" +# define TLS1_TXT_ECDH_anon_WITH_DES_192_CBC3_SHA "AECDH-DES-CBC3-SHA" +# define TLS1_TXT_ECDH_anon_WITH_AES_128_CBC_SHA "AECDH-AES128-SHA" +# define TLS1_TXT_ECDH_anon_WITH_AES_256_CBC_SHA "AECDH-AES256-SHA" + +/* PSK ciphersuites from RFC 4279 */ +# define TLS1_TXT_PSK_WITH_RC4_128_SHA "PSK-RC4-SHA" +# define TLS1_TXT_PSK_WITH_3DES_EDE_CBC_SHA "PSK-3DES-EDE-CBC-SHA" +# define TLS1_TXT_PSK_WITH_AES_128_CBC_SHA "PSK-AES128-CBC-SHA" +# define TLS1_TXT_PSK_WITH_AES_256_CBC_SHA "PSK-AES256-CBC-SHA" + +/* SRP ciphersuite from RFC 5054 */ +# define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" +# define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" +# define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" +# define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" +# define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" +# define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" +# define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" +# define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" +# define TLS1_TXT_SRP_SHA_DSS_WITH_AES_256_CBC_SHA "SRP-DSS-AES-256-CBC-SHA" + +/* Camellia ciphersuites from RFC4132 */ +# define TLS1_TXT_RSA_WITH_CAMELLIA_128_CBC_SHA "CAMELLIA128-SHA" +# define TLS1_TXT_DH_DSS_WITH_CAMELLIA_128_CBC_SHA "DH-DSS-CAMELLIA128-SHA" +# define TLS1_TXT_DH_RSA_WITH_CAMELLIA_128_CBC_SHA "DH-RSA-CAMELLIA128-SHA" +# define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA "DHE-DSS-CAMELLIA128-SHA" +# define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA "DHE-RSA-CAMELLIA128-SHA" +# define TLS1_TXT_ADH_WITH_CAMELLIA_128_CBC_SHA "ADH-CAMELLIA128-SHA" + +# define TLS1_TXT_RSA_WITH_CAMELLIA_256_CBC_SHA "CAMELLIA256-SHA" +# define TLS1_TXT_DH_DSS_WITH_CAMELLIA_256_CBC_SHA "DH-DSS-CAMELLIA256-SHA" +# define TLS1_TXT_DH_RSA_WITH_CAMELLIA_256_CBC_SHA "DH-RSA-CAMELLIA256-SHA" +# define TLS1_TXT_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA "DHE-DSS-CAMELLIA256-SHA" +# define TLS1_TXT_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA "DHE-RSA-CAMELLIA256-SHA" +# define TLS1_TXT_ADH_WITH_CAMELLIA_256_CBC_SHA "ADH-CAMELLIA256-SHA" + +/* SEED ciphersuites from RFC4162 */ +# define TLS1_TXT_RSA_WITH_SEED_SHA "SEED-SHA" +# define TLS1_TXT_DH_DSS_WITH_SEED_SHA "DH-DSS-SEED-SHA" +# define TLS1_TXT_DH_RSA_WITH_SEED_SHA "DH-RSA-SEED-SHA" +# define TLS1_TXT_DHE_DSS_WITH_SEED_SHA "DHE-DSS-SEED-SHA" +# define TLS1_TXT_DHE_RSA_WITH_SEED_SHA "DHE-RSA-SEED-SHA" +# define TLS1_TXT_ADH_WITH_SEED_SHA "ADH-SEED-SHA" + +/* TLS v1.2 ciphersuites */ +# define TLS1_TXT_RSA_WITH_NULL_SHA256 "NULL-SHA256" +# define TLS1_TXT_RSA_WITH_AES_128_SHA256 "AES128-SHA256" +# define TLS1_TXT_RSA_WITH_AES_256_SHA256 "AES256-SHA256" +# define TLS1_TXT_DH_DSS_WITH_AES_128_SHA256 "DH-DSS-AES128-SHA256" +# define TLS1_TXT_DH_RSA_WITH_AES_128_SHA256 "DH-RSA-AES128-SHA256" +# define TLS1_TXT_DHE_DSS_WITH_AES_128_SHA256 "DHE-DSS-AES128-SHA256" +# define TLS1_TXT_DHE_RSA_WITH_AES_128_SHA256 "DHE-RSA-AES128-SHA256" +# define TLS1_TXT_DH_DSS_WITH_AES_256_SHA256 "DH-DSS-AES256-SHA256" +# define TLS1_TXT_DH_RSA_WITH_AES_256_SHA256 "DH-RSA-AES256-SHA256" +# define TLS1_TXT_DHE_DSS_WITH_AES_256_SHA256 "DHE-DSS-AES256-SHA256" +# define TLS1_TXT_DHE_RSA_WITH_AES_256_SHA256 "DHE-RSA-AES256-SHA256" +# define TLS1_TXT_ADH_WITH_AES_128_SHA256 "ADH-AES128-SHA256" +# define TLS1_TXT_ADH_WITH_AES_256_SHA256 "ADH-AES256-SHA256" + +/* TLS v1.2 GCM ciphersuites from RFC5288 */ +# define TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256 "AES128-GCM-SHA256" +# define TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384 "AES256-GCM-SHA384" +# define TLS1_TXT_DHE_RSA_WITH_AES_128_GCM_SHA256 "DHE-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_DHE_RSA_WITH_AES_256_GCM_SHA384 "DHE-RSA-AES256-GCM-SHA384" +# define TLS1_TXT_DH_RSA_WITH_AES_128_GCM_SHA256 "DH-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_DH_RSA_WITH_AES_256_GCM_SHA384 "DH-RSA-AES256-GCM-SHA384" +# define TLS1_TXT_DHE_DSS_WITH_AES_128_GCM_SHA256 "DHE-DSS-AES128-GCM-SHA256" +# define TLS1_TXT_DHE_DSS_WITH_AES_256_GCM_SHA384 "DHE-DSS-AES256-GCM-SHA384" +# define TLS1_TXT_DH_DSS_WITH_AES_128_GCM_SHA256 "DH-DSS-AES128-GCM-SHA256" +# define TLS1_TXT_DH_DSS_WITH_AES_256_GCM_SHA384 "DH-DSS-AES256-GCM-SHA384" +# define TLS1_TXT_ADH_WITH_AES_128_GCM_SHA256 "ADH-AES128-GCM-SHA256" +# define TLS1_TXT_ADH_WITH_AES_256_GCM_SHA384 "ADH-AES256-GCM-SHA384" + +/* ECDH HMAC based ciphersuites from RFC5289 */ + +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_SHA256 "ECDHE-ECDSA-AES128-SHA256" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_SHA384 "ECDHE-ECDSA-AES256-SHA384" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_SHA256 "ECDH-ECDSA-AES128-SHA256" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_SHA384 "ECDH-ECDSA-AES256-SHA384" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_128_SHA256 "ECDHE-RSA-AES128-SHA256" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_256_SHA384 "ECDHE-RSA-AES256-SHA384" +# define TLS1_TXT_ECDH_RSA_WITH_AES_128_SHA256 "ECDH-RSA-AES128-SHA256" +# define TLS1_TXT_ECDH_RSA_WITH_AES_256_SHA384 "ECDH-RSA-AES256-SHA384" + +/* ECDH GCM based ciphersuites from RFC5289 */ +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 "ECDHE-ECDSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 "ECDHE-ECDSA-AES256-GCM-SHA384" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 "ECDH-ECDSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 "ECDH-ECDSA-AES256-GCM-SHA384" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256 "ECDHE-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384 "ECDHE-RSA-AES256-GCM-SHA384" +# define TLS1_TXT_ECDH_RSA_WITH_AES_128_GCM_SHA256 "ECDH-RSA-AES128-GCM-SHA256" +# define TLS1_TXT_ECDH_RSA_WITH_AES_256_GCM_SHA384 "ECDH-RSA-AES256-GCM-SHA384" + +# define TLS_CT_RSA_SIGN 1 +# define TLS_CT_DSS_SIGN 2 +# define TLS_CT_RSA_FIXED_DH 3 +# define TLS_CT_DSS_FIXED_DH 4 +# define TLS_CT_ECDSA_SIGN 64 +# define TLS_CT_RSA_FIXED_ECDH 65 +# define TLS_CT_ECDSA_FIXED_ECDH 66 +# define TLS_CT_GOST94_SIGN 21 +# define TLS_CT_GOST01_SIGN 22 +/* + * when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see + * comment there) + */ +# define TLS_CT_NUMBER 9 + +# define TLS1_FINISH_MAC_LENGTH 12 + +# define TLS_MD_MAX_CONST_SIZE 20 +# define TLS_MD_CLIENT_FINISH_CONST "client finished" +# define TLS_MD_CLIENT_FINISH_CONST_SIZE 15 +# define TLS_MD_SERVER_FINISH_CONST "server finished" +# define TLS_MD_SERVER_FINISH_CONST_SIZE 15 +# define TLS_MD_SERVER_WRITE_KEY_CONST "server write key" +# define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16 +# define TLS_MD_KEY_EXPANSION_CONST "key expansion" +# define TLS_MD_KEY_EXPANSION_CONST_SIZE 13 +# define TLS_MD_CLIENT_WRITE_KEY_CONST "client write key" +# define TLS_MD_CLIENT_WRITE_KEY_CONST_SIZE 16 +# define TLS_MD_SERVER_WRITE_KEY_CONST "server write key" +# define TLS_MD_SERVER_WRITE_KEY_CONST_SIZE 16 +# define TLS_MD_IV_BLOCK_CONST "IV block" +# define TLS_MD_IV_BLOCK_CONST_SIZE 8 +# define TLS_MD_MASTER_SECRET_CONST "master secret" +# define TLS_MD_MASTER_SECRET_CONST_SIZE 13 + +# ifdef CHARSET_EBCDIC +# undef TLS_MD_CLIENT_FINISH_CONST +/* + * client finished + */ +# define TLS_MD_CLIENT_FINISH_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x66\x69\x6e\x69\x73\x68\x65\x64" + +# undef TLS_MD_SERVER_FINISH_CONST +/* + * server finished + */ +# define TLS_MD_SERVER_FINISH_CONST "\x73\x65\x72\x76\x65\x72\x20\x66\x69\x6e\x69\x73\x68\x65\x64" + +# undef TLS_MD_SERVER_WRITE_KEY_CONST +/* + * server write key + */ +# define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" + +# undef TLS_MD_KEY_EXPANSION_CONST +/* + * key expansion + */ +# define TLS_MD_KEY_EXPANSION_CONST "\x6b\x65\x79\x20\x65\x78\x70\x61\x6e\x73\x69\x6f\x6e" + +# undef TLS_MD_CLIENT_WRITE_KEY_CONST +/* + * client write key + */ +# define TLS_MD_CLIENT_WRITE_KEY_CONST "\x63\x6c\x69\x65\x6e\x74\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" + +# undef TLS_MD_SERVER_WRITE_KEY_CONST +/* + * server write key + */ +# define TLS_MD_SERVER_WRITE_KEY_CONST "\x73\x65\x72\x76\x65\x72\x20\x77\x72\x69\x74\x65\x20\x6b\x65\x79" + +# undef TLS_MD_IV_BLOCK_CONST +/* + * IV block + */ +# define TLS_MD_IV_BLOCK_CONST "\x49\x56\x20\x62\x6c\x6f\x63\x6b" + +# undef TLS_MD_MASTER_SECRET_CONST +/* + * master secret + */ +# define TLS_MD_MASTER_SECRET_CONST "\x6d\x61\x73\x74\x65\x72\x20\x73\x65\x63\x72\x65\x74" +# endif + +/* TLS Session Ticket extension struct */ +struct tls_session_ticket_ext_st { + unsigned short length; + void *data; +}; + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ts.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ts.h new file mode 100644 index 00000000..2daa1b2f --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ts.h @@ -0,0 +1,865 @@ +/* crypto/ts/ts.h */ +/* + * Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL project + * 2002, 2003, 2004. + */ +/* ==================================================================== + * Copyright (c) 2006 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_TS_H +# define HEADER_TS_H + +# include +# include +# ifndef OPENSSL_NO_BUFFER +# include +# endif +# ifndef OPENSSL_NO_EVP +# include +# endif +# ifndef OPENSSL_NO_BIO +# include +# endif +# include +# include +# include + +# ifndef OPENSSL_NO_RSA +# include +# endif + +# ifndef OPENSSL_NO_DSA +# include +# endif + +# ifndef OPENSSL_NO_DH +# include +# endif + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef WIN32 +/* Under Win32 this is defined in wincrypt.h */ +# undef X509_NAME +# endif + +# include +# include + +/*- +MessageImprint ::= SEQUENCE { + hashAlgorithm AlgorithmIdentifier, + hashedMessage OCTET STRING } +*/ + +typedef struct TS_msg_imprint_st { + X509_ALGOR *hash_algo; + ASN1_OCTET_STRING *hashed_msg; +} TS_MSG_IMPRINT; + +/*- +TimeStampReq ::= SEQUENCE { + version INTEGER { v1(1) }, + messageImprint MessageImprint, + --a hash algorithm OID and the hash value of the data to be + --time-stamped + reqPolicy TSAPolicyId OPTIONAL, + nonce INTEGER OPTIONAL, + certReq BOOLEAN DEFAULT FALSE, + extensions [0] IMPLICIT Extensions OPTIONAL } +*/ + +typedef struct TS_req_st { + ASN1_INTEGER *version; + TS_MSG_IMPRINT *msg_imprint; + ASN1_OBJECT *policy_id; /* OPTIONAL */ + ASN1_INTEGER *nonce; /* OPTIONAL */ + ASN1_BOOLEAN cert_req; /* DEFAULT FALSE */ + STACK_OF(X509_EXTENSION) *extensions; /* [0] OPTIONAL */ +} TS_REQ; + +/*- +Accuracy ::= SEQUENCE { + seconds INTEGER OPTIONAL, + millis [0] INTEGER (1..999) OPTIONAL, + micros [1] INTEGER (1..999) OPTIONAL } +*/ + +typedef struct TS_accuracy_st { + ASN1_INTEGER *seconds; + ASN1_INTEGER *millis; + ASN1_INTEGER *micros; +} TS_ACCURACY; + +/*- +TSTInfo ::= SEQUENCE { + version INTEGER { v1(1) }, + policy TSAPolicyId, + messageImprint MessageImprint, + -- MUST have the same value as the similar field in + -- TimeStampReq + serialNumber INTEGER, + -- Time-Stamping users MUST be ready to accommodate integers + -- up to 160 bits. + genTime GeneralizedTime, + accuracy Accuracy OPTIONAL, + ordering BOOLEAN DEFAULT FALSE, + nonce INTEGER OPTIONAL, + -- MUST be present if the similar field was present + -- in TimeStampReq. In that case it MUST have the same value. + tsa [0] GeneralName OPTIONAL, + extensions [1] IMPLICIT Extensions OPTIONAL } +*/ + +typedef struct TS_tst_info_st { + ASN1_INTEGER *version; + ASN1_OBJECT *policy_id; + TS_MSG_IMPRINT *msg_imprint; + ASN1_INTEGER *serial; + ASN1_GENERALIZEDTIME *time; + TS_ACCURACY *accuracy; + ASN1_BOOLEAN ordering; + ASN1_INTEGER *nonce; + GENERAL_NAME *tsa; + STACK_OF(X509_EXTENSION) *extensions; +} TS_TST_INFO; + +/*- +PKIStatusInfo ::= SEQUENCE { + status PKIStatus, + statusString PKIFreeText OPTIONAL, + failInfo PKIFailureInfo OPTIONAL } + +From RFC 1510 - section 3.1.1: +PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String + -- text encoded as UTF-8 String (note: each UTF8String SHOULD + -- include an RFC 1766 language tag to indicate the language + -- of the contained text) +*/ + +/* Possible values for status. See ts_resp_print.c && ts_resp_verify.c. */ + +# define TS_STATUS_GRANTED 0 +# define TS_STATUS_GRANTED_WITH_MODS 1 +# define TS_STATUS_REJECTION 2 +# define TS_STATUS_WAITING 3 +# define TS_STATUS_REVOCATION_WARNING 4 +# define TS_STATUS_REVOCATION_NOTIFICATION 5 + +/* + * Possible values for failure_info. See ts_resp_print.c && ts_resp_verify.c + */ + +# define TS_INFO_BAD_ALG 0 +# define TS_INFO_BAD_REQUEST 2 +# define TS_INFO_BAD_DATA_FORMAT 5 +# define TS_INFO_TIME_NOT_AVAILABLE 14 +# define TS_INFO_UNACCEPTED_POLICY 15 +# define TS_INFO_UNACCEPTED_EXTENSION 16 +# define TS_INFO_ADD_INFO_NOT_AVAILABLE 17 +# define TS_INFO_SYSTEM_FAILURE 25 + +typedef struct TS_status_info_st { + ASN1_INTEGER *status; + STACK_OF(ASN1_UTF8STRING) *text; + ASN1_BIT_STRING *failure_info; +} TS_STATUS_INFO; + +DECLARE_STACK_OF(ASN1_UTF8STRING) +DECLARE_ASN1_SET_OF(ASN1_UTF8STRING) + +/*- +TimeStampResp ::= SEQUENCE { + status PKIStatusInfo, + timeStampToken TimeStampToken OPTIONAL } +*/ + +typedef struct TS_resp_st { + TS_STATUS_INFO *status_info; + PKCS7 *token; + TS_TST_INFO *tst_info; +} TS_RESP; + +/* The structure below would belong to the ESS component. */ + +/*- +IssuerSerial ::= SEQUENCE { + issuer GeneralNames, + serialNumber CertificateSerialNumber + } +*/ + +typedef struct ESS_issuer_serial { + STACK_OF(GENERAL_NAME) *issuer; + ASN1_INTEGER *serial; +} ESS_ISSUER_SERIAL; + +/*- +ESSCertID ::= SEQUENCE { + certHash Hash, + issuerSerial IssuerSerial OPTIONAL +} +*/ + +typedef struct ESS_cert_id { + ASN1_OCTET_STRING *hash; /* Always SHA-1 digest. */ + ESS_ISSUER_SERIAL *issuer_serial; +} ESS_CERT_ID; + +DECLARE_STACK_OF(ESS_CERT_ID) +DECLARE_ASN1_SET_OF(ESS_CERT_ID) + +/*- +SigningCertificate ::= SEQUENCE { + certs SEQUENCE OF ESSCertID, + policies SEQUENCE OF PolicyInformation OPTIONAL +} +*/ + +typedef struct ESS_signing_cert { + STACK_OF(ESS_CERT_ID) *cert_ids; + STACK_OF(POLICYINFO) *policy_info; +} ESS_SIGNING_CERT; + +TS_REQ *TS_REQ_new(void); +void TS_REQ_free(TS_REQ *a); +int i2d_TS_REQ(const TS_REQ *a, unsigned char **pp); +TS_REQ *d2i_TS_REQ(TS_REQ **a, const unsigned char **pp, long length); + +TS_REQ *TS_REQ_dup(TS_REQ *a); + +TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a); +int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a); +TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a); +int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a); + +TS_MSG_IMPRINT *TS_MSG_IMPRINT_new(void); +void TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a); +int i2d_TS_MSG_IMPRINT(const TS_MSG_IMPRINT *a, unsigned char **pp); +TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT(TS_MSG_IMPRINT **a, + const unsigned char **pp, long length); + +TS_MSG_IMPRINT *TS_MSG_IMPRINT_dup(TS_MSG_IMPRINT *a); + +TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a); +int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a); +TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a); +int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a); + +TS_RESP *TS_RESP_new(void); +void TS_RESP_free(TS_RESP *a); +int i2d_TS_RESP(const TS_RESP *a, unsigned char **pp); +TS_RESP *d2i_TS_RESP(TS_RESP **a, const unsigned char **pp, long length); +TS_TST_INFO *PKCS7_to_TS_TST_INFO(PKCS7 *token); +TS_RESP *TS_RESP_dup(TS_RESP *a); + +TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a); +int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a); +TS_RESP *d2i_TS_RESP_bio(BIO *fp, TS_RESP **a); +int i2d_TS_RESP_bio(BIO *fp, TS_RESP *a); + +TS_STATUS_INFO *TS_STATUS_INFO_new(void); +void TS_STATUS_INFO_free(TS_STATUS_INFO *a); +int i2d_TS_STATUS_INFO(const TS_STATUS_INFO *a, unsigned char **pp); +TS_STATUS_INFO *d2i_TS_STATUS_INFO(TS_STATUS_INFO **a, + const unsigned char **pp, long length); +TS_STATUS_INFO *TS_STATUS_INFO_dup(TS_STATUS_INFO *a); + +TS_TST_INFO *TS_TST_INFO_new(void); +void TS_TST_INFO_free(TS_TST_INFO *a); +int i2d_TS_TST_INFO(const TS_TST_INFO *a, unsigned char **pp); +TS_TST_INFO *d2i_TS_TST_INFO(TS_TST_INFO **a, const unsigned char **pp, + long length); +TS_TST_INFO *TS_TST_INFO_dup(TS_TST_INFO *a); + +TS_TST_INFO *d2i_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO **a); +int i2d_TS_TST_INFO_fp(FILE *fp, TS_TST_INFO *a); +TS_TST_INFO *d2i_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO **a); +int i2d_TS_TST_INFO_bio(BIO *fp, TS_TST_INFO *a); + +TS_ACCURACY *TS_ACCURACY_new(void); +void TS_ACCURACY_free(TS_ACCURACY *a); +int i2d_TS_ACCURACY(const TS_ACCURACY *a, unsigned char **pp); +TS_ACCURACY *d2i_TS_ACCURACY(TS_ACCURACY **a, const unsigned char **pp, + long length); +TS_ACCURACY *TS_ACCURACY_dup(TS_ACCURACY *a); + +ESS_ISSUER_SERIAL *ESS_ISSUER_SERIAL_new(void); +void ESS_ISSUER_SERIAL_free(ESS_ISSUER_SERIAL *a); +int i2d_ESS_ISSUER_SERIAL(const ESS_ISSUER_SERIAL *a, unsigned char **pp); +ESS_ISSUER_SERIAL *d2i_ESS_ISSUER_SERIAL(ESS_ISSUER_SERIAL **a, + const unsigned char **pp, + long length); +ESS_ISSUER_SERIAL *ESS_ISSUER_SERIAL_dup(ESS_ISSUER_SERIAL *a); + +ESS_CERT_ID *ESS_CERT_ID_new(void); +void ESS_CERT_ID_free(ESS_CERT_ID *a); +int i2d_ESS_CERT_ID(const ESS_CERT_ID *a, unsigned char **pp); +ESS_CERT_ID *d2i_ESS_CERT_ID(ESS_CERT_ID **a, const unsigned char **pp, + long length); +ESS_CERT_ID *ESS_CERT_ID_dup(ESS_CERT_ID *a); + +ESS_SIGNING_CERT *ESS_SIGNING_CERT_new(void); +void ESS_SIGNING_CERT_free(ESS_SIGNING_CERT *a); +int i2d_ESS_SIGNING_CERT(const ESS_SIGNING_CERT *a, unsigned char **pp); +ESS_SIGNING_CERT *d2i_ESS_SIGNING_CERT(ESS_SIGNING_CERT **a, + const unsigned char **pp, long length); +ESS_SIGNING_CERT *ESS_SIGNING_CERT_dup(ESS_SIGNING_CERT *a); + +void ERR_load_TS_strings(void); + +int TS_REQ_set_version(TS_REQ *a, long version); +long TS_REQ_get_version(const TS_REQ *a); + +int TS_REQ_set_msg_imprint(TS_REQ *a, TS_MSG_IMPRINT *msg_imprint); +TS_MSG_IMPRINT *TS_REQ_get_msg_imprint(TS_REQ *a); + +int TS_MSG_IMPRINT_set_algo(TS_MSG_IMPRINT *a, X509_ALGOR *alg); +X509_ALGOR *TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a); + +int TS_MSG_IMPRINT_set_msg(TS_MSG_IMPRINT *a, unsigned char *d, int len); +ASN1_OCTET_STRING *TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a); + +int TS_REQ_set_policy_id(TS_REQ *a, ASN1_OBJECT *policy); +ASN1_OBJECT *TS_REQ_get_policy_id(TS_REQ *a); + +int TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce); +const ASN1_INTEGER *TS_REQ_get_nonce(const TS_REQ *a); + +int TS_REQ_set_cert_req(TS_REQ *a, int cert_req); +int TS_REQ_get_cert_req(const TS_REQ *a); + +STACK_OF(X509_EXTENSION) *TS_REQ_get_exts(TS_REQ *a); +void TS_REQ_ext_free(TS_REQ *a); +int TS_REQ_get_ext_count(TS_REQ *a); +int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos); +int TS_REQ_get_ext_by_OBJ(TS_REQ *a, ASN1_OBJECT *obj, int lastpos); +int TS_REQ_get_ext_by_critical(TS_REQ *a, int crit, int lastpos); +X509_EXTENSION *TS_REQ_get_ext(TS_REQ *a, int loc); +X509_EXTENSION *TS_REQ_delete_ext(TS_REQ *a, int loc); +int TS_REQ_add_ext(TS_REQ *a, X509_EXTENSION *ex, int loc); +void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx); + +/* Function declarations for TS_REQ defined in ts/ts_req_print.c */ + +int TS_REQ_print_bio(BIO *bio, TS_REQ *a); + +/* Function declarations for TS_RESP defined in ts/ts_resp_utils.c */ + +int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *info); +TS_STATUS_INFO *TS_RESP_get_status_info(TS_RESP *a); + +/* Caller loses ownership of PKCS7 and TS_TST_INFO objects. */ +void TS_RESP_set_tst_info(TS_RESP *a, PKCS7 *p7, TS_TST_INFO *tst_info); +PKCS7 *TS_RESP_get_token(TS_RESP *a); +TS_TST_INFO *TS_RESP_get_tst_info(TS_RESP *a); + +int TS_TST_INFO_set_version(TS_TST_INFO *a, long version); +long TS_TST_INFO_get_version(const TS_TST_INFO *a); + +int TS_TST_INFO_set_policy_id(TS_TST_INFO *a, ASN1_OBJECT *policy_id); +ASN1_OBJECT *TS_TST_INFO_get_policy_id(TS_TST_INFO *a); + +int TS_TST_INFO_set_msg_imprint(TS_TST_INFO *a, TS_MSG_IMPRINT *msg_imprint); +TS_MSG_IMPRINT *TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a); + +int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial); +const ASN1_INTEGER *TS_TST_INFO_get_serial(const TS_TST_INFO *a); + +int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime); +const ASN1_GENERALIZEDTIME *TS_TST_INFO_get_time(const TS_TST_INFO *a); + +int TS_TST_INFO_set_accuracy(TS_TST_INFO *a, TS_ACCURACY *accuracy); +TS_ACCURACY *TS_TST_INFO_get_accuracy(TS_TST_INFO *a); + +int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds); +const ASN1_INTEGER *TS_ACCURACY_get_seconds(const TS_ACCURACY *a); + +int TS_ACCURACY_set_millis(TS_ACCURACY *a, const ASN1_INTEGER *millis); +const ASN1_INTEGER *TS_ACCURACY_get_millis(const TS_ACCURACY *a); + +int TS_ACCURACY_set_micros(TS_ACCURACY *a, const ASN1_INTEGER *micros); +const ASN1_INTEGER *TS_ACCURACY_get_micros(const TS_ACCURACY *a); + +int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering); +int TS_TST_INFO_get_ordering(const TS_TST_INFO *a); + +int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce); +const ASN1_INTEGER *TS_TST_INFO_get_nonce(const TS_TST_INFO *a); + +int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa); +GENERAL_NAME *TS_TST_INFO_get_tsa(TS_TST_INFO *a); + +STACK_OF(X509_EXTENSION) *TS_TST_INFO_get_exts(TS_TST_INFO *a); +void TS_TST_INFO_ext_free(TS_TST_INFO *a); +int TS_TST_INFO_get_ext_count(TS_TST_INFO *a); +int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos); +int TS_TST_INFO_get_ext_by_OBJ(TS_TST_INFO *a, ASN1_OBJECT *obj, int lastpos); +int TS_TST_INFO_get_ext_by_critical(TS_TST_INFO *a, int crit, int lastpos); +X509_EXTENSION *TS_TST_INFO_get_ext(TS_TST_INFO *a, int loc); +X509_EXTENSION *TS_TST_INFO_delete_ext(TS_TST_INFO *a, int loc); +int TS_TST_INFO_add_ext(TS_TST_INFO *a, X509_EXTENSION *ex, int loc); +void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx); + +/* + * Declarations related to response generation, defined in ts/ts_resp_sign.c. + */ + +/* Optional flags for response generation. */ + +/* Don't include the TSA name in response. */ +# define TS_TSA_NAME 0x01 + +/* Set ordering to true in response. */ +# define TS_ORDERING 0x02 + +/* + * Include the signer certificate and the other specified certificates in + * the ESS signing certificate attribute beside the PKCS7 signed data. + * Only the signer certificates is included by default. + */ +# define TS_ESS_CERT_ID_CHAIN 0x04 + +/* Forward declaration. */ +struct TS_resp_ctx; + +/* This must return a unique number less than 160 bits long. */ +typedef ASN1_INTEGER *(*TS_serial_cb) (struct TS_resp_ctx *, void *); + +/* + * This must return the seconds and microseconds since Jan 1, 1970 in the sec + * and usec variables allocated by the caller. Return non-zero for success + * and zero for failure. + */ +typedef int (*TS_time_cb) (struct TS_resp_ctx *, void *, long *sec, + long *usec); + +/* + * This must process the given extension. It can modify the TS_TST_INFO + * object of the context. Return values: !0 (processed), 0 (error, it must + * set the status info/failure info of the response). + */ +typedef int (*TS_extension_cb) (struct TS_resp_ctx *, X509_EXTENSION *, + void *); + +typedef struct TS_resp_ctx { + X509 *signer_cert; + EVP_PKEY *signer_key; + STACK_OF(X509) *certs; /* Certs to include in signed data. */ + STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */ + ASN1_OBJECT *default_policy; /* It may appear in policies, too. */ + STACK_OF(EVP_MD) *mds; /* Acceptable message digests. */ + ASN1_INTEGER *seconds; /* accuracy, 0 means not specified. */ + ASN1_INTEGER *millis; /* accuracy, 0 means not specified. */ + ASN1_INTEGER *micros; /* accuracy, 0 means not specified. */ + unsigned clock_precision_digits; /* fraction of seconds in time stamp + * token. */ + unsigned flags; /* Optional info, see values above. */ + /* Callback functions. */ + TS_serial_cb serial_cb; + void *serial_cb_data; /* User data for serial_cb. */ + TS_time_cb time_cb; + void *time_cb_data; /* User data for time_cb. */ + TS_extension_cb extension_cb; + void *extension_cb_data; /* User data for extension_cb. */ + /* These members are used only while creating the response. */ + TS_REQ *request; + TS_RESP *response; + TS_TST_INFO *tst_info; +} TS_RESP_CTX; + +DECLARE_STACK_OF(EVP_MD) +DECLARE_ASN1_SET_OF(EVP_MD) + +/* Creates a response context that can be used for generating responses. */ +TS_RESP_CTX *TS_RESP_CTX_new(void); +void TS_RESP_CTX_free(TS_RESP_CTX *ctx); + +/* This parameter must be set. */ +int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer); + +/* This parameter must be set. */ +int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key); + +/* This parameter must be set. */ +int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy); + +/* No additional certs are included in the response by default. */ +int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs); + +/* + * Adds a new acceptable policy, only the default policy is accepted by + * default. + */ +int TS_RESP_CTX_add_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *policy); + +/* + * Adds a new acceptable message digest. Note that no message digests are + * accepted by default. The md argument is shared with the caller. + */ +int TS_RESP_CTX_add_md(TS_RESP_CTX *ctx, const EVP_MD *md); + +/* Accuracy is not included by default. */ +int TS_RESP_CTX_set_accuracy(TS_RESP_CTX *ctx, + int secs, int millis, int micros); + +/* + * Clock precision digits, i.e. the number of decimal digits: '0' means sec, + * '3' msec, '6' usec, and so on. Default is 0. + */ +int TS_RESP_CTX_set_clock_precision_digits(TS_RESP_CTX *ctx, + unsigned clock_precision_digits); +/* At most we accept usec precision. */ +# define TS_MAX_CLOCK_PRECISION_DIGITS 6 + +/* Maximum status message length */ +# define TS_MAX_STATUS_LENGTH (1024 * 1024) + +/* No flags are set by default. */ +void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags); + +/* Default callback always returns a constant. */ +void TS_RESP_CTX_set_serial_cb(TS_RESP_CTX *ctx, TS_serial_cb cb, void *data); + +/* Default callback uses the gettimeofday() and gmtime() system calls. */ +void TS_RESP_CTX_set_time_cb(TS_RESP_CTX *ctx, TS_time_cb cb, void *data); + +/* + * Default callback rejects all extensions. The extension callback is called + * when the TS_TST_INFO object is already set up and not signed yet. + */ +/* FIXME: extension handling is not tested yet. */ +void TS_RESP_CTX_set_extension_cb(TS_RESP_CTX *ctx, + TS_extension_cb cb, void *data); + +/* The following methods can be used in the callbacks. */ +int TS_RESP_CTX_set_status_info(TS_RESP_CTX *ctx, + int status, const char *text); + +/* Sets the status info only if it is still TS_STATUS_GRANTED. */ +int TS_RESP_CTX_set_status_info_cond(TS_RESP_CTX *ctx, + int status, const char *text); + +int TS_RESP_CTX_add_failure_info(TS_RESP_CTX *ctx, int failure); + +/* The get methods below can be used in the extension callback. */ +TS_REQ *TS_RESP_CTX_get_request(TS_RESP_CTX *ctx); + +TS_TST_INFO *TS_RESP_CTX_get_tst_info(TS_RESP_CTX *ctx); + +/* + * Creates the signed TS_TST_INFO and puts it in TS_RESP. + * In case of errors it sets the status info properly. + * Returns NULL only in case of memory allocation/fatal error. + */ +TS_RESP *TS_RESP_create_response(TS_RESP_CTX *ctx, BIO *req_bio); + +/* + * Declarations related to response verification, + * they are defined in ts/ts_resp_verify.c. + */ + +int TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, + X509_STORE *store, X509 **signer_out); + +/* Context structure for the generic verify method. */ + +/* Verify the signer's certificate and the signature of the response. */ +# define TS_VFY_SIGNATURE (1u << 0) +/* Verify the version number of the response. */ +# define TS_VFY_VERSION (1u << 1) +/* Verify if the policy supplied by the user matches the policy of the TSA. */ +# define TS_VFY_POLICY (1u << 2) +/* + * Verify the message imprint provided by the user. This flag should not be + * specified with TS_VFY_DATA. + */ +# define TS_VFY_IMPRINT (1u << 3) +/* + * Verify the message imprint computed by the verify method from the user + * provided data and the MD algorithm of the response. This flag should not + * be specified with TS_VFY_IMPRINT. + */ +# define TS_VFY_DATA (1u << 4) +/* Verify the nonce value. */ +# define TS_VFY_NONCE (1u << 5) +/* Verify if the TSA name field matches the signer certificate. */ +# define TS_VFY_SIGNER (1u << 6) +/* Verify if the TSA name field equals to the user provided name. */ +# define TS_VFY_TSA_NAME (1u << 7) + +/* You can use the following convenience constants. */ +# define TS_VFY_ALL_IMPRINT (TS_VFY_SIGNATURE \ + | TS_VFY_VERSION \ + | TS_VFY_POLICY \ + | TS_VFY_IMPRINT \ + | TS_VFY_NONCE \ + | TS_VFY_SIGNER \ + | TS_VFY_TSA_NAME) +# define TS_VFY_ALL_DATA (TS_VFY_SIGNATURE \ + | TS_VFY_VERSION \ + | TS_VFY_POLICY \ + | TS_VFY_DATA \ + | TS_VFY_NONCE \ + | TS_VFY_SIGNER \ + | TS_VFY_TSA_NAME) + +typedef struct TS_verify_ctx { + /* Set this to the union of TS_VFY_... flags you want to carry out. */ + unsigned flags; + /* Must be set only with TS_VFY_SIGNATURE. certs is optional. */ + X509_STORE *store; + STACK_OF(X509) *certs; + /* Must be set only with TS_VFY_POLICY. */ + ASN1_OBJECT *policy; + /* + * Must be set only with TS_VFY_IMPRINT. If md_alg is NULL, the + * algorithm from the response is used. + */ + X509_ALGOR *md_alg; + unsigned char *imprint; + unsigned imprint_len; + /* Must be set only with TS_VFY_DATA. */ + BIO *data; + /* Must be set only with TS_VFY_TSA_NAME. */ + ASN1_INTEGER *nonce; + /* Must be set only with TS_VFY_TSA_NAME. */ + GENERAL_NAME *tsa_name; +} TS_VERIFY_CTX; + +int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response); +int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token); + +/* + * Declarations related to response verification context, + * they are defined in ts/ts_verify_ctx.c. + */ + +/* Set all fields to zero. */ +TS_VERIFY_CTX *TS_VERIFY_CTX_new(void); +void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx); +void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx); +void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx); + +/*- + * If ctx is NULL, it allocates and returns a new object, otherwise + * it returns ctx. It initialises all the members as follows: + * flags = TS_VFY_ALL_IMPRINT & ~(TS_VFY_TSA_NAME | TS_VFY_SIGNATURE) + * certs = NULL + * store = NULL + * policy = policy from the request or NULL if absent (in this case + * TS_VFY_POLICY is cleared from flags as well) + * md_alg = MD algorithm from request + * imprint, imprint_len = imprint from request + * data = NULL + * nonce, nonce_len = nonce from the request or NULL if absent (in this case + * TS_VFY_NONCE is cleared from flags as well) + * tsa_name = NULL + * Important: after calling this method TS_VFY_SIGNATURE should be added! + */ +TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx); + +/* Function declarations for TS_RESP defined in ts/ts_resp_print.c */ + +int TS_RESP_print_bio(BIO *bio, TS_RESP *a); +int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a); +int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a); + +/* Common utility functions defined in ts/ts_lib.c */ + +int TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num); +int TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj); +int TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions); +int TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg); +int TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *msg); + +/* + * Function declarations for handling configuration options, defined in + * ts/ts_conf.c + */ + +X509 *TS_CONF_load_cert(const char *file); +STACK_OF(X509) *TS_CONF_load_certs(const char *file); +EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass); +const char *TS_CONF_get_tsa_section(CONF *conf, const char *section); +int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, + TS_RESP_CTX *ctx); +int TS_CONF_set_crypto_device(CONF *conf, const char *section, + const char *device); +int TS_CONF_set_default_engine(const char *name); +int TS_CONF_set_signer_cert(CONF *conf, const char *section, + const char *cert, TS_RESP_CTX *ctx); +int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, + TS_RESP_CTX *ctx); +int TS_CONF_set_signer_key(CONF *conf, const char *section, + const char *key, const char *pass, + TS_RESP_CTX *ctx); +int TS_CONF_set_def_policy(CONF *conf, const char *section, + const char *policy, TS_RESP_CTX *ctx); +int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx); +int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx); +int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx); +int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, + TS_RESP_CTX *ctx); +int TS_CONF_set_ordering(CONF *conf, const char *section, TS_RESP_CTX *ctx); +int TS_CONF_set_tsa_name(CONF *conf, const char *section, TS_RESP_CTX *ctx); +int TS_CONF_set_ess_cert_id_chain(CONF *conf, const char *section, + TS_RESP_CTX *ctx); + +/* -------------------------------------------------- */ +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_TS_strings(void); + +/* Error codes for the TS functions. */ + +/* Function codes. */ +# define TS_F_D2I_TS_RESP 147 +# define TS_F_DEF_SERIAL_CB 110 +# define TS_F_DEF_TIME_CB 111 +# define TS_F_ESS_ADD_SIGNING_CERT 112 +# define TS_F_ESS_CERT_ID_NEW_INIT 113 +# define TS_F_ESS_SIGNING_CERT_NEW_INIT 114 +# define TS_F_INT_TS_RESP_VERIFY_TOKEN 149 +# define TS_F_PKCS7_TO_TS_TST_INFO 148 +# define TS_F_TS_ACCURACY_SET_MICROS 115 +# define TS_F_TS_ACCURACY_SET_MILLIS 116 +# define TS_F_TS_ACCURACY_SET_SECONDS 117 +# define TS_F_TS_CHECK_IMPRINTS 100 +# define TS_F_TS_CHECK_NONCES 101 +# define TS_F_TS_CHECK_POLICY 102 +# define TS_F_TS_CHECK_SIGNING_CERTS 103 +# define TS_F_TS_CHECK_STATUS_INFO 104 +# define TS_F_TS_COMPUTE_IMPRINT 145 +# define TS_F_TS_CONF_SET_DEFAULT_ENGINE 146 +# define TS_F_TS_GET_STATUS_TEXT 105 +# define TS_F_TS_MSG_IMPRINT_SET_ALGO 118 +# define TS_F_TS_REQ_SET_MSG_IMPRINT 119 +# define TS_F_TS_REQ_SET_NONCE 120 +# define TS_F_TS_REQ_SET_POLICY_ID 121 +# define TS_F_TS_RESP_CREATE_RESPONSE 122 +# define TS_F_TS_RESP_CREATE_TST_INFO 123 +# define TS_F_TS_RESP_CTX_ADD_FAILURE_INFO 124 +# define TS_F_TS_RESP_CTX_ADD_MD 125 +# define TS_F_TS_RESP_CTX_ADD_POLICY 126 +# define TS_F_TS_RESP_CTX_NEW 127 +# define TS_F_TS_RESP_CTX_SET_ACCURACY 128 +# define TS_F_TS_RESP_CTX_SET_CERTS 129 +# define TS_F_TS_RESP_CTX_SET_DEF_POLICY 130 +# define TS_F_TS_RESP_CTX_SET_SIGNER_CERT 131 +# define TS_F_TS_RESP_CTX_SET_STATUS_INFO 132 +# define TS_F_TS_RESP_GET_POLICY 133 +# define TS_F_TS_RESP_SET_GENTIME_WITH_PRECISION 134 +# define TS_F_TS_RESP_SET_STATUS_INFO 135 +# define TS_F_TS_RESP_SET_TST_INFO 150 +# define TS_F_TS_RESP_SIGN 136 +# define TS_F_TS_RESP_VERIFY_SIGNATURE 106 +# define TS_F_TS_RESP_VERIFY_TOKEN 107 +# define TS_F_TS_TST_INFO_SET_ACCURACY 137 +# define TS_F_TS_TST_INFO_SET_MSG_IMPRINT 138 +# define TS_F_TS_TST_INFO_SET_NONCE 139 +# define TS_F_TS_TST_INFO_SET_POLICY_ID 140 +# define TS_F_TS_TST_INFO_SET_SERIAL 141 +# define TS_F_TS_TST_INFO_SET_TIME 142 +# define TS_F_TS_TST_INFO_SET_TSA 143 +# define TS_F_TS_VERIFY 108 +# define TS_F_TS_VERIFY_CERT 109 +# define TS_F_TS_VERIFY_CTX_NEW 144 + +/* Reason codes. */ +# define TS_R_BAD_PKCS7_TYPE 132 +# define TS_R_BAD_TYPE 133 +# define TS_R_CERTIFICATE_VERIFY_ERROR 100 +# define TS_R_COULD_NOT_SET_ENGINE 127 +# define TS_R_COULD_NOT_SET_TIME 115 +# define TS_R_D2I_TS_RESP_INT_FAILED 128 +# define TS_R_DETACHED_CONTENT 134 +# define TS_R_ESS_ADD_SIGNING_CERT_ERROR 116 +# define TS_R_ESS_SIGNING_CERTIFICATE_ERROR 101 +# define TS_R_INVALID_NULL_POINTER 102 +# define TS_R_INVALID_SIGNER_CERTIFICATE_PURPOSE 117 +# define TS_R_MESSAGE_IMPRINT_MISMATCH 103 +# define TS_R_NONCE_MISMATCH 104 +# define TS_R_NONCE_NOT_RETURNED 105 +# define TS_R_NO_CONTENT 106 +# define TS_R_NO_TIME_STAMP_TOKEN 107 +# define TS_R_PKCS7_ADD_SIGNATURE_ERROR 118 +# define TS_R_PKCS7_ADD_SIGNED_ATTR_ERROR 119 +# define TS_R_PKCS7_TO_TS_TST_INFO_FAILED 129 +# define TS_R_POLICY_MISMATCH 108 +# define TS_R_PRIVATE_KEY_DOES_NOT_MATCH_CERTIFICATE 120 +# define TS_R_RESPONSE_SETUP_ERROR 121 +# define TS_R_SIGNATURE_FAILURE 109 +# define TS_R_THERE_MUST_BE_ONE_SIGNER 110 +# define TS_R_TIME_SYSCALL_ERROR 122 +# define TS_R_TOKEN_NOT_PRESENT 130 +# define TS_R_TOKEN_PRESENT 131 +# define TS_R_TSA_NAME_MISMATCH 111 +# define TS_R_TSA_UNTRUSTED 112 +# define TS_R_TST_INFO_SETUP_ERROR 123 +# define TS_R_TS_DATASIGN 124 +# define TS_R_UNACCEPTABLE_POLICY 125 +# define TS_R_UNSUPPORTED_MD_ALGORITHM 126 +# define TS_R_UNSUPPORTED_VERSION 113 +# define TS_R_WRONG_CONTENT_TYPE 114 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/txt_db.h b/frappe/.node-gyp/6.7.0/include/node/openssl/txt_db.h new file mode 100644 index 00000000..98e23a20 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/txt_db.h @@ -0,0 +1,112 @@ +/* crypto/txt_db/txt_db.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_TXT_DB_H +# define HEADER_TXT_DB_H + +# include +# ifndef OPENSSL_NO_BIO +# include +# endif +# include +# include + +# define DB_ERROR_OK 0 +# define DB_ERROR_MALLOC 1 +# define DB_ERROR_INDEX_CLASH 2 +# define DB_ERROR_INDEX_OUT_OF_RANGE 3 +# define DB_ERROR_NO_INDEX 4 +# define DB_ERROR_INSERT_INDEX_CLASH 5 + +#ifdef __cplusplus +extern "C" { +#endif + +typedef OPENSSL_STRING *OPENSSL_PSTRING; +DECLARE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING) + +typedef struct txt_db_st { + int num_fields; + STACK_OF(OPENSSL_PSTRING) *data; + LHASH_OF(OPENSSL_STRING) **index; + int (**qual) (OPENSSL_STRING *); + long error; + long arg1; + long arg2; + OPENSSL_STRING *arg_row; +} TXT_DB; + +# ifndef OPENSSL_NO_BIO +TXT_DB *TXT_DB_read(BIO *in, int num); +long TXT_DB_write(BIO *out, TXT_DB *db); +# else +TXT_DB *TXT_DB_read(char *in, int num); +long TXT_DB_write(char *out, TXT_DB *db); +# endif +int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), + LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp); +void TXT_DB_free(TXT_DB *db); +OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, + OPENSSL_STRING *value); +int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value); + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ui.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ui.h new file mode 100644 index 00000000..0dc16330 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ui.h @@ -0,0 +1,415 @@ +/* crypto/ui/ui.h */ +/* + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project + * 2001. + */ +/* ==================================================================== + * Copyright (c) 2001 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_UI_H +# define HEADER_UI_H + +# ifndef OPENSSL_NO_DEPRECATED +# include +# endif +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* Declared already in ossl_typ.h */ +/* typedef struct ui_st UI; */ +/* typedef struct ui_method_st UI_METHOD; */ + +/* + * All the following functions return -1 or NULL on error and in some cases + * (UI_process()) -2 if interrupted or in some other way cancelled. When + * everything is fine, they return 0, a positive value or a non-NULL pointer, + * all depending on their purpose. + */ + +/* Creators and destructor. */ +UI *UI_new(void); +UI *UI_new_method(const UI_METHOD *method); +void UI_free(UI *ui); + +/*- + The following functions are used to add strings to be printed and prompt + strings to prompt for data. The names are UI_{add,dup}__string + and UI_{add,dup}_input_boolean. + + UI_{add,dup}__string have the following meanings: + add add a text or prompt string. The pointers given to these + functions are used verbatim, no copying is done. + dup make a copy of the text or prompt string, then add the copy + to the collection of strings in the user interface. + + The function is a name for the functionality that the given + string shall be used for. It can be one of: + input use the string as data prompt. + verify use the string as verification prompt. This + is used to verify a previous input. + info use the string for informational output. + error use the string for error output. + Honestly, there's currently no difference between info and error for the + moment. + + UI_{add,dup}_input_boolean have the same semantics for "add" and "dup", + and are typically used when one wants to prompt for a yes/no response. + + All of the functions in this group take a UI and a prompt string. + The string input and verify addition functions also take a flag argument, + a buffer for the result to end up with, a minimum input size and a maximum + input size (the result buffer MUST be large enough to be able to contain + the maximum number of characters). Additionally, the verify addition + functions takes another buffer to compare the result against. + The boolean input functions take an action description string (which should + be safe to ignore if the expected user action is obvious, for example with + a dialog box with an OK button and a Cancel button), a string of acceptable + characters to mean OK and to mean Cancel. The two last strings are checked + to make sure they don't have common characters. Additionally, the same + flag argument as for the string input is taken, as well as a result buffer. + The result buffer is required to be at least one byte long. Depending on + the answer, the first character from the OK or the Cancel character strings + will be stored in the first byte of the result buffer. No NUL will be + added, so the result is *not* a string. + + On success, the all return an index of the added information. That index + is usefull when retrieving results with UI_get0_result(). */ +int UI_add_input_string(UI *ui, const char *prompt, int flags, + char *result_buf, int minsize, int maxsize); +int UI_dup_input_string(UI *ui, const char *prompt, int flags, + char *result_buf, int minsize, int maxsize); +int UI_add_verify_string(UI *ui, const char *prompt, int flags, + char *result_buf, int minsize, int maxsize, + const char *test_buf); +int UI_dup_verify_string(UI *ui, const char *prompt, int flags, + char *result_buf, int minsize, int maxsize, + const char *test_buf); +int UI_add_input_boolean(UI *ui, const char *prompt, const char *action_desc, + const char *ok_chars, const char *cancel_chars, + int flags, char *result_buf); +int UI_dup_input_boolean(UI *ui, const char *prompt, const char *action_desc, + const char *ok_chars, const char *cancel_chars, + int flags, char *result_buf); +int UI_add_info_string(UI *ui, const char *text); +int UI_dup_info_string(UI *ui, const char *text); +int UI_add_error_string(UI *ui, const char *text); +int UI_dup_error_string(UI *ui, const char *text); + +/* These are the possible flags. They can be or'ed together. */ +/* Use to have echoing of input */ +# define UI_INPUT_FLAG_ECHO 0x01 +/* + * Use a default password. Where that password is found is completely up to + * the application, it might for example be in the user data set with + * UI_add_user_data(). It is not recommended to have more than one input in + * each UI being marked with this flag, or the application might get + * confused. + */ +# define UI_INPUT_FLAG_DEFAULT_PWD 0x02 + +/*- + * The user of these routines may want to define flags of their own. The core + * UI won't look at those, but will pass them on to the method routines. They + * must use higher bits so they don't get confused with the UI bits above. + * UI_INPUT_FLAG_USER_BASE tells which is the lowest bit to use. A good + * example of use is this: + * + * #define MY_UI_FLAG1 (0x01 << UI_INPUT_FLAG_USER_BASE) + * +*/ +# define UI_INPUT_FLAG_USER_BASE 16 + +/*- + * The following function helps construct a prompt. object_desc is a + * textual short description of the object, for example "pass phrase", + * and object_name is the name of the object (might be a card name or + * a file name. + * The returned string shall always be allocated on the heap with + * OPENSSL_malloc(), and need to be free'd with OPENSSL_free(). + * + * If the ui_method doesn't contain a pointer to a user-defined prompt + * constructor, a default string is built, looking like this: + * + * "Enter {object_desc} for {object_name}:" + * + * So, if object_desc has the value "pass phrase" and object_name has + * the value "foo.key", the resulting string is: + * + * "Enter pass phrase for foo.key:" +*/ +char *UI_construct_prompt(UI *ui_method, + const char *object_desc, const char *object_name); + +/* + * The following function is used to store a pointer to user-specific data. + * Any previous such pointer will be returned and replaced. + * + * For callback purposes, this function makes a lot more sense than using + * ex_data, since the latter requires that different parts of OpenSSL or + * applications share the same ex_data index. + * + * Note that the UI_OpenSSL() method completely ignores the user data. Other + * methods may not, however. + */ +void *UI_add_user_data(UI *ui, void *user_data); +/* We need a user data retrieving function as well. */ +void *UI_get0_user_data(UI *ui); + +/* Return the result associated with a prompt given with the index i. */ +const char *UI_get0_result(UI *ui, int i); + +/* When all strings have been added, process the whole thing. */ +int UI_process(UI *ui); + +/* + * Give a user interface parametrised control commands. This can be used to + * send down an integer, a data pointer or a function pointer, as well as be + * used to get information from a UI. + */ +int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void)); + +/* The commands */ +/* + * Use UI_CONTROL_PRINT_ERRORS with the value 1 to have UI_process print the + * OpenSSL error stack before printing any info or added error messages and + * before any prompting. + */ +# define UI_CTRL_PRINT_ERRORS 1 +/* + * Check if a UI_process() is possible to do again with the same instance of + * a user interface. This makes UI_ctrl() return 1 if it is redoable, and 0 + * if not. + */ +# define UI_CTRL_IS_REDOABLE 2 + +/* Some methods may use extra data */ +# define UI_set_app_data(s,arg) UI_set_ex_data(s,0,arg) +# define UI_get_app_data(s) UI_get_ex_data(s,0) +int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); +int UI_set_ex_data(UI *r, int idx, void *arg); +void *UI_get_ex_data(UI *r, int idx); + +/* Use specific methods instead of the built-in one */ +void UI_set_default_method(const UI_METHOD *meth); +const UI_METHOD *UI_get_default_method(void); +const UI_METHOD *UI_get_method(UI *ui); +const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth); + +/* The method with all the built-in thingies */ +UI_METHOD *UI_OpenSSL(void); + +/* ---------- For method writers ---------- */ +/*- + A method contains a number of functions that implement the low level + of the User Interface. The functions are: + + an opener This function starts a session, maybe by opening + a channel to a tty, or by opening a window. + a writer This function is called to write a given string, + maybe to the tty, maybe as a field label in a + window. + a flusher This function is called to flush everything that + has been output so far. It can be used to actually + display a dialog box after it has been built. + a reader This function is called to read a given prompt, + maybe from the tty, maybe from a field in a + window. Note that it's called wth all string + structures, not only the prompt ones, so it must + check such things itself. + a closer This function closes the session, maybe by closing + the channel to the tty, or closing the window. + + All these functions are expected to return: + + 0 on error. + 1 on success. + -1 on out-of-band events, for example if some prompting has + been canceled (by pressing Ctrl-C, for example). This is + only checked when returned by the flusher or the reader. + + The way this is used, the opener is first called, then the writer for all + strings, then the flusher, then the reader for all strings and finally the + closer. Note that if you want to prompt from a terminal or other command + line interface, the best is to have the reader also write the prompts + instead of having the writer do it. If you want to prompt from a dialog + box, the writer can be used to build up the contents of the box, and the + flusher to actually display the box and run the event loop until all data + has been given, after which the reader only grabs the given data and puts + them back into the UI strings. + + All method functions take a UI as argument. Additionally, the writer and + the reader take a UI_STRING. +*/ + +/* + * The UI_STRING type is the data structure that contains all the needed info + * about a string or a prompt, including test data for a verification prompt. + */ +typedef struct ui_string_st UI_STRING; +DECLARE_STACK_OF(UI_STRING) + +/* + * The different types of strings that are currently supported. This is only + * needed by method authors. + */ +enum UI_string_types { + UIT_NONE = 0, + UIT_PROMPT, /* Prompt for a string */ + UIT_VERIFY, /* Prompt for a string and verify */ + UIT_BOOLEAN, /* Prompt for a yes/no response */ + UIT_INFO, /* Send info to the user */ + UIT_ERROR /* Send an error message to the user */ +}; + +/* Create and manipulate methods */ +UI_METHOD *UI_create_method(char *name); +void UI_destroy_method(UI_METHOD *ui_method); +int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)); +int UI_method_set_writer(UI_METHOD *method, + int (*writer) (UI *ui, UI_STRING *uis)); +int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)); +int UI_method_set_reader(UI_METHOD *method, + int (*reader) (UI *ui, UI_STRING *uis)); +int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)); +int UI_method_set_prompt_constructor(UI_METHOD *method, + char *(*prompt_constructor) (UI *ui, + const char + *object_desc, + const char + *object_name)); +int (*UI_method_get_opener(UI_METHOD *method)) (UI *); +int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *); +int (*UI_method_get_flusher(UI_METHOD *method)) (UI *); +int (*UI_method_get_reader(UI_METHOD *method)) (UI *, UI_STRING *); +int (*UI_method_get_closer(UI_METHOD *method)) (UI *); +char *(*UI_method_get_prompt_constructor(UI_METHOD *method)) (UI *, + const char *, + const char *); + +/* + * The following functions are helpers for method writers to access relevant + * data from a UI_STRING. + */ + +/* Return type of the UI_STRING */ +enum UI_string_types UI_get_string_type(UI_STRING *uis); +/* Return input flags of the UI_STRING */ +int UI_get_input_flags(UI_STRING *uis); +/* Return the actual string to output (the prompt, info or error) */ +const char *UI_get0_output_string(UI_STRING *uis); +/* + * Return the optional action string to output (the boolean promtp + * instruction) + */ +const char *UI_get0_action_string(UI_STRING *uis); +/* Return the result of a prompt */ +const char *UI_get0_result_string(UI_STRING *uis); +/* + * Return the string to test the result against. Only useful with verifies. + */ +const char *UI_get0_test_string(UI_STRING *uis); +/* Return the required minimum size of the result */ +int UI_get_result_minsize(UI_STRING *uis); +/* Return the required maximum size of the result */ +int UI_get_result_maxsize(UI_STRING *uis); +/* Set the result of a UI_STRING. */ +int UI_set_result(UI *ui, UI_STRING *uis, const char *result); + +/* A couple of popular utility functions */ +int UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, + int verify); +int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, + int verify); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_UI_strings(void); + +/* Error codes for the UI functions. */ + +/* Function codes. */ +# define UI_F_GENERAL_ALLOCATE_BOOLEAN 108 +# define UI_F_GENERAL_ALLOCATE_PROMPT 109 +# define UI_F_GENERAL_ALLOCATE_STRING 100 +# define UI_F_UI_CTRL 111 +# define UI_F_UI_DUP_ERROR_STRING 101 +# define UI_F_UI_DUP_INFO_STRING 102 +# define UI_F_UI_DUP_INPUT_BOOLEAN 110 +# define UI_F_UI_DUP_INPUT_STRING 103 +# define UI_F_UI_DUP_VERIFY_STRING 106 +# define UI_F_UI_GET0_RESULT 107 +# define UI_F_UI_NEW_METHOD 104 +# define UI_F_UI_SET_RESULT 105 + +/* Reason codes. */ +# define UI_R_COMMON_OK_AND_CANCEL_CHARACTERS 104 +# define UI_R_INDEX_TOO_LARGE 102 +# define UI_R_INDEX_TOO_SMALL 103 +# define UI_R_NO_RESULT_BUFFER 105 +# define UI_R_RESULT_TOO_LARGE 100 +# define UI_R_RESULT_TOO_SMALL 101 +# define UI_R_UNKNOWN_CONTROL_COMMAND 106 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/ui_compat.h b/frappe/.node-gyp/6.7.0/include/node/openssl/ui_compat.h new file mode 100644 index 00000000..bf541542 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/ui_compat.h @@ -0,0 +1,88 @@ +/* crypto/ui/ui.h */ +/* + * Written by Richard Levitte (richard@levitte.org) for the OpenSSL project + * 2001. + */ +/* ==================================================================== + * Copyright (c) 2001 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * openssl-core@openssl.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.openssl.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ + +#ifndef HEADER_UI_COMPAT_H +# define HEADER_UI_COMPAT_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +/* + * The following functions were previously part of the DES section, and are + * provided here for backward compatibility reasons. + */ + +# define des_read_pw_string(b,l,p,v) \ + _ossl_old_des_read_pw_string((b),(l),(p),(v)) +# define des_read_pw(b,bf,s,p,v) \ + _ossl_old_des_read_pw((b),(bf),(s),(p),(v)) + +int _ossl_old_des_read_pw_string(char *buf, int length, const char *prompt, + int verify); +int _ossl_old_des_read_pw(char *buf, char *buff, int size, const char *prompt, + int verify); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/whrlpool.h b/frappe/.node-gyp/6.7.0/include/node/openssl/whrlpool.h new file mode 100644 index 00000000..73c749da --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/whrlpool.h @@ -0,0 +1,41 @@ +#ifndef HEADER_WHRLPOOL_H +# define HEADER_WHRLPOOL_H + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# define WHIRLPOOL_DIGEST_LENGTH (512/8) +# define WHIRLPOOL_BBLOCK 512 +# define WHIRLPOOL_COUNTER (256/8) + +typedef struct { + union { + unsigned char c[WHIRLPOOL_DIGEST_LENGTH]; + /* double q is here to ensure 64-bit alignment */ + double q[WHIRLPOOL_DIGEST_LENGTH / sizeof(double)]; + } H; + unsigned char data[WHIRLPOOL_BBLOCK / 8]; + unsigned int bitoff; + size_t bitlen[WHIRLPOOL_COUNTER / sizeof(size_t)]; +} WHIRLPOOL_CTX; + +# ifndef OPENSSL_NO_WHIRLPOOL +# ifdef OPENSSL_FIPS +int private_WHIRLPOOL_Init(WHIRLPOOL_CTX *c); +# endif +int WHIRLPOOL_Init(WHIRLPOOL_CTX *c); +int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes); +void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits); +int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c); +unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md); +# endif + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/x509.h b/frappe/.node-gyp/6.7.0/include/node/openssl/x509.h new file mode 100644 index 00000000..6fa28eba --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/x509.h @@ -0,0 +1,1330 @@ +/* crypto/x509/x509.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ +/* ==================================================================== + * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. + * ECDH support in OpenSSL originally developed by + * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. + */ + +#ifndef HEADER_X509_H +# define HEADER_X509_H + +# include +# include +# ifndef OPENSSL_NO_BUFFER +# include +# endif +# ifndef OPENSSL_NO_EVP +# include +# endif +# ifndef OPENSSL_NO_BIO +# include +# endif +# include +# include +# include + +# ifndef OPENSSL_NO_EC +# include +# endif + +# ifndef OPENSSL_NO_ECDSA +# include +# endif + +# ifndef OPENSSL_NO_ECDH +# include +# endif + +# ifndef OPENSSL_NO_DEPRECATED +# ifndef OPENSSL_NO_RSA +# include +# endif +# ifndef OPENSSL_NO_DSA +# include +# endif +# ifndef OPENSSL_NO_DH +# include +# endif +# endif + +# ifndef OPENSSL_NO_SHA +# include +# endif +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_SYS_WIN32 +/* Under Win32 these are defined in wincrypt.h */ +# undef X509_NAME +# undef X509_CERT_PAIR +# undef X509_EXTENSIONS +# endif + +# define X509_FILETYPE_PEM 1 +# define X509_FILETYPE_ASN1 2 +# define X509_FILETYPE_DEFAULT 3 + +# define X509v3_KU_DIGITAL_SIGNATURE 0x0080 +# define X509v3_KU_NON_REPUDIATION 0x0040 +# define X509v3_KU_KEY_ENCIPHERMENT 0x0020 +# define X509v3_KU_DATA_ENCIPHERMENT 0x0010 +# define X509v3_KU_KEY_AGREEMENT 0x0008 +# define X509v3_KU_KEY_CERT_SIGN 0x0004 +# define X509v3_KU_CRL_SIGN 0x0002 +# define X509v3_KU_ENCIPHER_ONLY 0x0001 +# define X509v3_KU_DECIPHER_ONLY 0x8000 +# define X509v3_KU_UNDEF 0xffff + +typedef struct X509_objects_st { + int nid; + int (*a2i) (void); + int (*i2a) (void); +} X509_OBJECTS; + +struct X509_algor_st { + ASN1_OBJECT *algorithm; + ASN1_TYPE *parameter; +} /* X509_ALGOR */ ; + +DECLARE_ASN1_SET_OF(X509_ALGOR) + +typedef STACK_OF(X509_ALGOR) X509_ALGORS; + +typedef struct X509_val_st { + ASN1_TIME *notBefore; + ASN1_TIME *notAfter; +} X509_VAL; + +struct X509_pubkey_st { + X509_ALGOR *algor; + ASN1_BIT_STRING *public_key; + EVP_PKEY *pkey; +}; + +typedef struct X509_sig_st { + X509_ALGOR *algor; + ASN1_OCTET_STRING *digest; +} X509_SIG; + +typedef struct X509_name_entry_st { + ASN1_OBJECT *object; + ASN1_STRING *value; + int set; + int size; /* temp variable */ +} X509_NAME_ENTRY; + +DECLARE_STACK_OF(X509_NAME_ENTRY) +DECLARE_ASN1_SET_OF(X509_NAME_ENTRY) + +/* we always keep X509_NAMEs in 2 forms. */ +struct X509_name_st { + STACK_OF(X509_NAME_ENTRY) *entries; + int modified; /* true if 'bytes' needs to be built */ +# ifndef OPENSSL_NO_BUFFER + BUF_MEM *bytes; +# else + char *bytes; +# endif +/* unsigned long hash; Keep the hash around for lookups */ + unsigned char *canon_enc; + int canon_enclen; +} /* X509_NAME */ ; + +DECLARE_STACK_OF(X509_NAME) + +# define X509_EX_V_NETSCAPE_HACK 0x8000 +# define X509_EX_V_INIT 0x0001 +typedef struct X509_extension_st { + ASN1_OBJECT *object; + ASN1_BOOLEAN critical; + ASN1_OCTET_STRING *value; +} X509_EXTENSION; + +typedef STACK_OF(X509_EXTENSION) X509_EXTENSIONS; + +DECLARE_STACK_OF(X509_EXTENSION) +DECLARE_ASN1_SET_OF(X509_EXTENSION) + +/* a sequence of these are used */ +typedef struct x509_attributes_st { + ASN1_OBJECT *object; + int single; /* 0 for a set, 1 for a single item (which is + * wrong) */ + union { + char *ptr; + /* + * 0 + */ STACK_OF(ASN1_TYPE) *set; + /* + * 1 + */ ASN1_TYPE *single; + } value; +} X509_ATTRIBUTE; + +DECLARE_STACK_OF(X509_ATTRIBUTE) +DECLARE_ASN1_SET_OF(X509_ATTRIBUTE) + +typedef struct X509_req_info_st { + ASN1_ENCODING enc; + ASN1_INTEGER *version; + X509_NAME *subject; + X509_PUBKEY *pubkey; + /* d=2 hl=2 l= 0 cons: cont: 00 */ + STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ +} X509_REQ_INFO; + +typedef struct X509_req_st { + X509_REQ_INFO *req_info; + X509_ALGOR *sig_alg; + ASN1_BIT_STRING *signature; + int references; +} X509_REQ; + +typedef struct x509_cinf_st { + ASN1_INTEGER *version; /* [ 0 ] default of v1 */ + ASN1_INTEGER *serialNumber; + X509_ALGOR *signature; + X509_NAME *issuer; + X509_VAL *validity; + X509_NAME *subject; + X509_PUBKEY *key; + ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */ + ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */ + STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */ + ASN1_ENCODING enc; +} X509_CINF; + +/* + * This stuff is certificate "auxiliary info" it contains details which are + * useful in certificate stores and databases. When used this is tagged onto + * the end of the certificate itself + */ + +typedef struct x509_cert_aux_st { + STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ + STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */ + ASN1_UTF8STRING *alias; /* "friendly name" */ + ASN1_OCTET_STRING *keyid; /* key id of private key */ + STACK_OF(X509_ALGOR) *other; /* other unspecified info */ +} X509_CERT_AUX; + +struct x509_st { + X509_CINF *cert_info; + X509_ALGOR *sig_alg; + ASN1_BIT_STRING *signature; + int valid; + int references; + char *name; + CRYPTO_EX_DATA ex_data; + /* These contain copies of various extension values */ + long ex_pathlen; + long ex_pcpathlen; + unsigned long ex_flags; + unsigned long ex_kusage; + unsigned long ex_xkusage; + unsigned long ex_nscert; + ASN1_OCTET_STRING *skid; + AUTHORITY_KEYID *akid; + X509_POLICY_CACHE *policy_cache; + STACK_OF(DIST_POINT) *crldp; + STACK_OF(GENERAL_NAME) *altname; + NAME_CONSTRAINTS *nc; +# ifndef OPENSSL_NO_RFC3779 + STACK_OF(IPAddressFamily) *rfc3779_addr; + struct ASIdentifiers_st *rfc3779_asid; +# endif +# ifndef OPENSSL_NO_SHA + unsigned char sha1_hash[SHA_DIGEST_LENGTH]; +# endif + X509_CERT_AUX *aux; +} /* X509 */ ; + +DECLARE_STACK_OF(X509) +DECLARE_ASN1_SET_OF(X509) + +/* This is used for a table of trust checking functions */ + +typedef struct x509_trust_st { + int trust; + int flags; + int (*check_trust) (struct x509_trust_st *, X509 *, int); + char *name; + int arg1; + void *arg2; +} X509_TRUST; + +DECLARE_STACK_OF(X509_TRUST) + +typedef struct x509_cert_pair_st { + X509 *forward; + X509 *reverse; +} X509_CERT_PAIR; + +/* standard trust ids */ + +# define X509_TRUST_DEFAULT -1/* Only valid in purpose settings */ + +# define X509_TRUST_COMPAT 1 +# define X509_TRUST_SSL_CLIENT 2 +# define X509_TRUST_SSL_SERVER 3 +# define X509_TRUST_EMAIL 4 +# define X509_TRUST_OBJECT_SIGN 5 +# define X509_TRUST_OCSP_SIGN 6 +# define X509_TRUST_OCSP_REQUEST 7 +# define X509_TRUST_TSA 8 + +/* Keep these up to date! */ +# define X509_TRUST_MIN 1 +# define X509_TRUST_MAX 8 + +/* trust_flags values */ +# define X509_TRUST_DYNAMIC 1 +# define X509_TRUST_DYNAMIC_NAME 2 + +/* check_trust return codes */ + +# define X509_TRUST_TRUSTED 1 +# define X509_TRUST_REJECTED 2 +# define X509_TRUST_UNTRUSTED 3 + +/* Flags for X509_print_ex() */ + +# define X509_FLAG_COMPAT 0 +# define X509_FLAG_NO_HEADER 1L +# define X509_FLAG_NO_VERSION (1L << 1) +# define X509_FLAG_NO_SERIAL (1L << 2) +# define X509_FLAG_NO_SIGNAME (1L << 3) +# define X509_FLAG_NO_ISSUER (1L << 4) +# define X509_FLAG_NO_VALIDITY (1L << 5) +# define X509_FLAG_NO_SUBJECT (1L << 6) +# define X509_FLAG_NO_PUBKEY (1L << 7) +# define X509_FLAG_NO_EXTENSIONS (1L << 8) +# define X509_FLAG_NO_SIGDUMP (1L << 9) +# define X509_FLAG_NO_AUX (1L << 10) +# define X509_FLAG_NO_ATTRIBUTES (1L << 11) +# define X509_FLAG_NO_IDS (1L << 12) + +/* Flags specific to X509_NAME_print_ex() */ + +/* The field separator information */ + +# define XN_FLAG_SEP_MASK (0xf << 16) + +# define XN_FLAG_COMPAT 0/* Traditional SSLeay: use old + * X509_NAME_print */ +# define XN_FLAG_SEP_COMMA_PLUS (1 << 16)/* RFC2253 ,+ */ +# define XN_FLAG_SEP_CPLUS_SPC (2 << 16)/* ,+ spaced: more readable */ +# define XN_FLAG_SEP_SPLUS_SPC (3 << 16)/* ;+ spaced */ +# define XN_FLAG_SEP_MULTILINE (4 << 16)/* One line per field */ + +# define XN_FLAG_DN_REV (1 << 20)/* Reverse DN order */ + +/* How the field name is shown */ + +# define XN_FLAG_FN_MASK (0x3 << 21) + +# define XN_FLAG_FN_SN 0/* Object short name */ +# define XN_FLAG_FN_LN (1 << 21)/* Object long name */ +# define XN_FLAG_FN_OID (2 << 21)/* Always use OIDs */ +# define XN_FLAG_FN_NONE (3 << 21)/* No field names */ + +# define XN_FLAG_SPC_EQ (1 << 23)/* Put spaces round '=' */ + +/* + * This determines if we dump fields we don't recognise: RFC2253 requires + * this. + */ + +# define XN_FLAG_DUMP_UNKNOWN_FIELDS (1 << 24) + +# define XN_FLAG_FN_ALIGN (1 << 25)/* Align field names to 20 + * characters */ + +/* Complete set of RFC2253 flags */ + +# define XN_FLAG_RFC2253 (ASN1_STRFLGS_RFC2253 | \ + XN_FLAG_SEP_COMMA_PLUS | \ + XN_FLAG_DN_REV | \ + XN_FLAG_FN_SN | \ + XN_FLAG_DUMP_UNKNOWN_FIELDS) + +/* readable oneline form */ + +# define XN_FLAG_ONELINE (ASN1_STRFLGS_RFC2253 | \ + ASN1_STRFLGS_ESC_QUOTE | \ + XN_FLAG_SEP_CPLUS_SPC | \ + XN_FLAG_SPC_EQ | \ + XN_FLAG_FN_SN) + +/* readable multiline form */ + +# define XN_FLAG_MULTILINE (ASN1_STRFLGS_ESC_CTRL | \ + ASN1_STRFLGS_ESC_MSB | \ + XN_FLAG_SEP_MULTILINE | \ + XN_FLAG_SPC_EQ | \ + XN_FLAG_FN_LN | \ + XN_FLAG_FN_ALIGN) + +struct x509_revoked_st { + ASN1_INTEGER *serialNumber; + ASN1_TIME *revocationDate; + STACK_OF(X509_EXTENSION) /* optional */ *extensions; + /* Set up if indirect CRL */ + STACK_OF(GENERAL_NAME) *issuer; + /* Revocation reason */ + int reason; + int sequence; /* load sequence */ +}; + +DECLARE_STACK_OF(X509_REVOKED) +DECLARE_ASN1_SET_OF(X509_REVOKED) + +typedef struct X509_crl_info_st { + ASN1_INTEGER *version; + X509_ALGOR *sig_alg; + X509_NAME *issuer; + ASN1_TIME *lastUpdate; + ASN1_TIME *nextUpdate; + STACK_OF(X509_REVOKED) *revoked; + STACK_OF(X509_EXTENSION) /* [0] */ *extensions; + ASN1_ENCODING enc; +} X509_CRL_INFO; + +struct X509_crl_st { + /* actual signature */ + X509_CRL_INFO *crl; + X509_ALGOR *sig_alg; + ASN1_BIT_STRING *signature; + int references; + int flags; + /* Copies of various extensions */ + AUTHORITY_KEYID *akid; + ISSUING_DIST_POINT *idp; + /* Convenient breakdown of IDP */ + int idp_flags; + int idp_reasons; + /* CRL and base CRL numbers for delta processing */ + ASN1_INTEGER *crl_number; + ASN1_INTEGER *base_crl_number; +# ifndef OPENSSL_NO_SHA + unsigned char sha1_hash[SHA_DIGEST_LENGTH]; +# endif + STACK_OF(GENERAL_NAMES) *issuers; + const X509_CRL_METHOD *meth; + void *meth_data; +} /* X509_CRL */ ; + +DECLARE_STACK_OF(X509_CRL) +DECLARE_ASN1_SET_OF(X509_CRL) + +typedef struct private_key_st { + int version; + /* The PKCS#8 data types */ + X509_ALGOR *enc_algor; + ASN1_OCTET_STRING *enc_pkey; /* encrypted pub key */ + /* When decrypted, the following will not be NULL */ + EVP_PKEY *dec_pkey; + /* used to encrypt and decrypt */ + int key_length; + char *key_data; + int key_free; /* true if we should auto free key_data */ + /* expanded version of 'enc_algor' */ + EVP_CIPHER_INFO cipher; + int references; +} X509_PKEY; + +# ifndef OPENSSL_NO_EVP +typedef struct X509_info_st { + X509 *x509; + X509_CRL *crl; + X509_PKEY *x_pkey; + EVP_CIPHER_INFO enc_cipher; + int enc_len; + char *enc_data; + int references; +} X509_INFO; + +DECLARE_STACK_OF(X509_INFO) +# endif + +/* + * The next 2 structures and their 8 routines were sent to me by Pat Richard + * and are used to manipulate Netscapes spki structures - + * useful if you are writing a CA web page + */ +typedef struct Netscape_spkac_st { + X509_PUBKEY *pubkey; + ASN1_IA5STRING *challenge; /* challenge sent in atlas >= PR2 */ +} NETSCAPE_SPKAC; + +typedef struct Netscape_spki_st { + NETSCAPE_SPKAC *spkac; /* signed public key and challenge */ + X509_ALGOR *sig_algor; + ASN1_BIT_STRING *signature; +} NETSCAPE_SPKI; + +/* Netscape certificate sequence structure */ +typedef struct Netscape_certificate_sequence { + ASN1_OBJECT *type; + STACK_OF(X509) *certs; +} NETSCAPE_CERT_SEQUENCE; + +/*- Unused (and iv length is wrong) +typedef struct CBCParameter_st + { + unsigned char iv[8]; + } CBC_PARAM; +*/ + +/* Password based encryption structure */ + +typedef struct PBEPARAM_st { + ASN1_OCTET_STRING *salt; + ASN1_INTEGER *iter; +} PBEPARAM; + +/* Password based encryption V2 structures */ + +typedef struct PBE2PARAM_st { + X509_ALGOR *keyfunc; + X509_ALGOR *encryption; +} PBE2PARAM; + +typedef struct PBKDF2PARAM_st { +/* Usually OCTET STRING but could be anything */ + ASN1_TYPE *salt; + ASN1_INTEGER *iter; + ASN1_INTEGER *keylength; + X509_ALGOR *prf; +} PBKDF2PARAM; + +/* PKCS#8 private key info structure */ + +struct pkcs8_priv_key_info_st { + /* Flag for various broken formats */ + int broken; +# define PKCS8_OK 0 +# define PKCS8_NO_OCTET 1 +# define PKCS8_EMBEDDED_PARAM 2 +# define PKCS8_NS_DB 3 +# define PKCS8_NEG_PRIVKEY 4 + ASN1_INTEGER *version; + X509_ALGOR *pkeyalg; + /* Should be OCTET STRING but some are broken */ + ASN1_TYPE *pkey; + STACK_OF(X509_ATTRIBUTE) *attributes; +}; + +#ifdef __cplusplus +} +#endif + +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# define X509_EXT_PACK_UNKNOWN 1 +# define X509_EXT_PACK_STRING 2 + +# define X509_get_version(x) ASN1_INTEGER_get((x)->cert_info->version) +/* #define X509_get_serialNumber(x) ((x)->cert_info->serialNumber) */ +# define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore) +# define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter) +# define X509_extract_key(x) X509_get_pubkey(x)/*****/ +# define X509_REQ_get_version(x) ASN1_INTEGER_get((x)->req_info->version) +# define X509_REQ_get_subject_name(x) ((x)->req_info->subject) +# define X509_REQ_extract_key(a) X509_REQ_get_pubkey(a) +# define X509_name_cmp(a,b) X509_NAME_cmp((a),(b)) +# define X509_get_signature_type(x) EVP_PKEY_type(OBJ_obj2nid((x)->sig_alg->algorithm)) + +# define X509_CRL_get_version(x) ASN1_INTEGER_get((x)->crl->version) +# define X509_CRL_get_lastUpdate(x) ((x)->crl->lastUpdate) +# define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) +# define X509_CRL_get_issuer(x) ((x)->crl->issuer) +# define X509_CRL_get_REVOKED(x) ((x)->crl->revoked) + +void X509_CRL_set_default_method(const X509_CRL_METHOD *meth); +X509_CRL_METHOD *X509_CRL_METHOD_new(int (*crl_init) (X509_CRL *crl), + int (*crl_free) (X509_CRL *crl), + int (*crl_lookup) (X509_CRL *crl, + X509_REVOKED **ret, + ASN1_INTEGER *ser, + X509_NAME *issuer), + int (*crl_verify) (X509_CRL *crl, + EVP_PKEY *pk)); +void X509_CRL_METHOD_free(X509_CRL_METHOD *m); + +void X509_CRL_set_meth_data(X509_CRL *crl, void *dat); +void *X509_CRL_get_meth_data(X509_CRL *crl); + +/* + * This one is only used so that a binary form can output, as in + * i2d_X509_NAME(X509_get_X509_PUBKEY(x),&buf) + */ +# define X509_get_X509_PUBKEY(x) ((x)->cert_info->key) + +const char *X509_verify_cert_error_string(long n); + +# ifndef OPENSSL_NO_EVP +int X509_verify(X509 *a, EVP_PKEY *r); + +int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r); +int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r); +int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r); + +NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len); +char *NETSCAPE_SPKI_b64_encode(NETSCAPE_SPKI *x); +EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x); +int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey); + +int NETSCAPE_SPKI_print(BIO *out, NETSCAPE_SPKI *spki); + +int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent); +int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig); + +int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); +int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx); +int X509_http_nbio(OCSP_REQ_CTX *rctx, X509 **pcert); +int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md); +int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx); +int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md); +int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx); +int X509_CRL_http_nbio(OCSP_REQ_CTX *rctx, X509_CRL **pcrl); +int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md); + +int X509_pubkey_digest(const X509 *data, const EVP_MD *type, + unsigned char *md, unsigned int *len); +int X509_digest(const X509 *data, const EVP_MD *type, + unsigned char *md, unsigned int *len); +int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, + unsigned char *md, unsigned int *len); +int X509_REQ_digest(const X509_REQ *data, const EVP_MD *type, + unsigned char *md, unsigned int *len); +int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, + unsigned char *md, unsigned int *len); +# endif + +# ifndef OPENSSL_NO_FP_API +X509 *d2i_X509_fp(FILE *fp, X509 **x509); +int i2d_X509_fp(FILE *fp, X509 *x509); +X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl); +int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl); +X509_REQ *d2i_X509_REQ_fp(FILE *fp, X509_REQ **req); +int i2d_X509_REQ_fp(FILE *fp, X509_REQ *req); +# ifndef OPENSSL_NO_RSA +RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa); +int i2d_RSAPrivateKey_fp(FILE *fp, RSA *rsa); +RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa); +int i2d_RSAPublicKey_fp(FILE *fp, RSA *rsa); +RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa); +int i2d_RSA_PUBKEY_fp(FILE *fp, RSA *rsa); +# endif +# ifndef OPENSSL_NO_DSA +DSA *d2i_DSA_PUBKEY_fp(FILE *fp, DSA **dsa); +int i2d_DSA_PUBKEY_fp(FILE *fp, DSA *dsa); +DSA *d2i_DSAPrivateKey_fp(FILE *fp, DSA **dsa); +int i2d_DSAPrivateKey_fp(FILE *fp, DSA *dsa); +# endif +# ifndef OPENSSL_NO_EC +EC_KEY *d2i_EC_PUBKEY_fp(FILE *fp, EC_KEY **eckey); +int i2d_EC_PUBKEY_fp(FILE *fp, EC_KEY *eckey); +EC_KEY *d2i_ECPrivateKey_fp(FILE *fp, EC_KEY **eckey); +int i2d_ECPrivateKey_fp(FILE *fp, EC_KEY *eckey); +# endif +X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8); +int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8); +PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_fp(FILE *fp, + PKCS8_PRIV_KEY_INFO **p8inf); +int i2d_PKCS8_PRIV_KEY_INFO_fp(FILE *fp, PKCS8_PRIV_KEY_INFO *p8inf); +int i2d_PKCS8PrivateKeyInfo_fp(FILE *fp, EVP_PKEY *key); +int i2d_PrivateKey_fp(FILE *fp, EVP_PKEY *pkey); +EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a); +int i2d_PUBKEY_fp(FILE *fp, EVP_PKEY *pkey); +EVP_PKEY *d2i_PUBKEY_fp(FILE *fp, EVP_PKEY **a); +# endif + +# ifndef OPENSSL_NO_BIO +X509 *d2i_X509_bio(BIO *bp, X509 **x509); +int i2d_X509_bio(BIO *bp, X509 *x509); +X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl); +int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl); +X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req); +int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req); +# ifndef OPENSSL_NO_RSA +RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa); +int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa); +RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa); +int i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa); +RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa); +int i2d_RSA_PUBKEY_bio(BIO *bp, RSA *rsa); +# endif +# ifndef OPENSSL_NO_DSA +DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa); +int i2d_DSA_PUBKEY_bio(BIO *bp, DSA *dsa); +DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa); +int i2d_DSAPrivateKey_bio(BIO *bp, DSA *dsa); +# endif +# ifndef OPENSSL_NO_EC +EC_KEY *d2i_EC_PUBKEY_bio(BIO *bp, EC_KEY **eckey); +int i2d_EC_PUBKEY_bio(BIO *bp, EC_KEY *eckey); +EC_KEY *d2i_ECPrivateKey_bio(BIO *bp, EC_KEY **eckey); +int i2d_ECPrivateKey_bio(BIO *bp, EC_KEY *eckey); +# endif +X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8); +int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8); +PKCS8_PRIV_KEY_INFO *d2i_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, + PKCS8_PRIV_KEY_INFO **p8inf); +int i2d_PKCS8_PRIV_KEY_INFO_bio(BIO *bp, PKCS8_PRIV_KEY_INFO *p8inf); +int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key); +int i2d_PrivateKey_bio(BIO *bp, EVP_PKEY *pkey); +EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a); +int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey); +EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a); +# endif + +X509 *X509_dup(X509 *x509); +X509_ATTRIBUTE *X509_ATTRIBUTE_dup(X509_ATTRIBUTE *xa); +X509_EXTENSION *X509_EXTENSION_dup(X509_EXTENSION *ex); +X509_CRL *X509_CRL_dup(X509_CRL *crl); +X509_REVOKED *X509_REVOKED_dup(X509_REVOKED *rev); +X509_REQ *X509_REQ_dup(X509_REQ *req); +X509_ALGOR *X509_ALGOR_dup(X509_ALGOR *xn); +int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, + void *pval); +void X509_ALGOR_get0(ASN1_OBJECT **paobj, int *pptype, void **ppval, + X509_ALGOR *algor); +void X509_ALGOR_set_md(X509_ALGOR *alg, const EVP_MD *md); +int X509_ALGOR_cmp(const X509_ALGOR *a, const X509_ALGOR *b); + +X509_NAME *X509_NAME_dup(X509_NAME *xn); +X509_NAME_ENTRY *X509_NAME_ENTRY_dup(X509_NAME_ENTRY *ne); + +int X509_cmp_time(const ASN1_TIME *s, time_t *t); +int X509_cmp_current_time(const ASN1_TIME *s); +ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t); +ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s, + int offset_day, long offset_sec, time_t *t); +ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj); + +const char *X509_get_default_cert_area(void); +const char *X509_get_default_cert_dir(void); +const char *X509_get_default_cert_file(void); +const char *X509_get_default_cert_dir_env(void); +const char *X509_get_default_cert_file_env(void); +const char *X509_get_default_private_dir(void); + +X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md); +X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey); + +DECLARE_ASN1_FUNCTIONS(X509_ALGOR) +DECLARE_ASN1_ENCODE_FUNCTIONS(X509_ALGORS, X509_ALGORS, X509_ALGORS) +DECLARE_ASN1_FUNCTIONS(X509_VAL) + +DECLARE_ASN1_FUNCTIONS(X509_PUBKEY) + +int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey); +EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key); +int X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain); +int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp); +EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length); +# ifndef OPENSSL_NO_RSA +int i2d_RSA_PUBKEY(RSA *a, unsigned char **pp); +RSA *d2i_RSA_PUBKEY(RSA **a, const unsigned char **pp, long length); +# endif +# ifndef OPENSSL_NO_DSA +int i2d_DSA_PUBKEY(DSA *a, unsigned char **pp); +DSA *d2i_DSA_PUBKEY(DSA **a, const unsigned char **pp, long length); +# endif +# ifndef OPENSSL_NO_EC +int i2d_EC_PUBKEY(EC_KEY *a, unsigned char **pp); +EC_KEY *d2i_EC_PUBKEY(EC_KEY **a, const unsigned char **pp, long length); +# endif + +DECLARE_ASN1_FUNCTIONS(X509_SIG) +DECLARE_ASN1_FUNCTIONS(X509_REQ_INFO) +DECLARE_ASN1_FUNCTIONS(X509_REQ) + +DECLARE_ASN1_FUNCTIONS(X509_ATTRIBUTE) +X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); + +DECLARE_ASN1_FUNCTIONS(X509_EXTENSION) +DECLARE_ASN1_ENCODE_FUNCTIONS(X509_EXTENSIONS, X509_EXTENSIONS, X509_EXTENSIONS) + +DECLARE_ASN1_FUNCTIONS(X509_NAME_ENTRY) + +DECLARE_ASN1_FUNCTIONS(X509_NAME) + +int X509_NAME_set(X509_NAME **xn, X509_NAME *name); + +DECLARE_ASN1_FUNCTIONS(X509_CINF) + +DECLARE_ASN1_FUNCTIONS(X509) +DECLARE_ASN1_FUNCTIONS(X509_CERT_AUX) + +DECLARE_ASN1_FUNCTIONS(X509_CERT_PAIR) + +int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); +int X509_set_ex_data(X509 *r, int idx, void *arg); +void *X509_get_ex_data(X509 *r, int idx); +int i2d_X509_AUX(X509 *a, unsigned char **pp); +X509 *d2i_X509_AUX(X509 **a, const unsigned char **pp, long length); + +int i2d_re_X509_tbs(X509 *x, unsigned char **pp); + +void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg, + const X509 *x); +int X509_get_signature_nid(const X509 *x); + +int X509_alias_set1(X509 *x, unsigned char *name, int len); +int X509_keyid_set1(X509 *x, unsigned char *id, int len); +unsigned char *X509_alias_get0(X509 *x, int *len); +unsigned char *X509_keyid_get0(X509 *x, int *len); +int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *, + int); +int X509_TRUST_set(int *t, int trust); +int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj); +int X509_add1_reject_object(X509 *x, ASN1_OBJECT *obj); +void X509_trust_clear(X509 *x); +void X509_reject_clear(X509 *x); + +DECLARE_ASN1_FUNCTIONS(X509_REVOKED) +DECLARE_ASN1_FUNCTIONS(X509_CRL_INFO) +DECLARE_ASN1_FUNCTIONS(X509_CRL) + +int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev); +int X509_CRL_get0_by_serial(X509_CRL *crl, + X509_REVOKED **ret, ASN1_INTEGER *serial); +int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x); + +X509_PKEY *X509_PKEY_new(void); +void X509_PKEY_free(X509_PKEY *a); +int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp); +X509_PKEY *d2i_X509_PKEY(X509_PKEY **a, const unsigned char **pp, + long length); + +DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKI) +DECLARE_ASN1_FUNCTIONS(NETSCAPE_SPKAC) +DECLARE_ASN1_FUNCTIONS(NETSCAPE_CERT_SEQUENCE) + +# ifndef OPENSSL_NO_EVP +X509_INFO *X509_INFO_new(void); +void X509_INFO_free(X509_INFO *a); +char *X509_NAME_oneline(X509_NAME *a, char *buf, int size); + +int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1, + ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey); + +int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, + unsigned char *md, unsigned int *len); + +int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, + X509_ALGOR *algor2, ASN1_BIT_STRING *signature, + char *data, EVP_PKEY *pkey, const EVP_MD *type); + +int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *data, + unsigned char *md, unsigned int *len); + +int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1, + ASN1_BIT_STRING *signature, void *data, EVP_PKEY *pkey); + +int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, + X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *data, + EVP_PKEY *pkey, const EVP_MD *type); +int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1, + X509_ALGOR *algor2, ASN1_BIT_STRING *signature, + void *asn, EVP_MD_CTX *ctx); +# endif + +int X509_set_version(X509 *x, long version); +int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial); +ASN1_INTEGER *X509_get_serialNumber(X509 *x); +int X509_set_issuer_name(X509 *x, X509_NAME *name); +X509_NAME *X509_get_issuer_name(X509 *a); +int X509_set_subject_name(X509 *x, X509_NAME *name); +X509_NAME *X509_get_subject_name(X509 *a); +int X509_set_notBefore(X509 *x, const ASN1_TIME *tm); +int X509_set_notAfter(X509 *x, const ASN1_TIME *tm); +int X509_set_pubkey(X509 *x, EVP_PKEY *pkey); +EVP_PKEY *X509_get_pubkey(X509 *x); +ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x); +int X509_certificate_type(X509 *x, EVP_PKEY *pubkey /* optional */ ); + +int X509_REQ_set_version(X509_REQ *x, long version); +int X509_REQ_set_subject_name(X509_REQ *req, X509_NAME *name); +int X509_REQ_set_pubkey(X509_REQ *x, EVP_PKEY *pkey); +EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req); +int X509_REQ_extension_nid(int nid); +int *X509_REQ_get_extension_nids(void); +void X509_REQ_set_extension_nids(int *nids); +STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req); +int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, + int nid); +int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts); +int X509_REQ_get_attr_count(const X509_REQ *req); +int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos); +int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj, + int lastpos); +X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc); +X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc); +int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr); +int X509_REQ_add1_attr_by_OBJ(X509_REQ *req, + const ASN1_OBJECT *obj, int type, + const unsigned char *bytes, int len); +int X509_REQ_add1_attr_by_NID(X509_REQ *req, + int nid, int type, + const unsigned char *bytes, int len); +int X509_REQ_add1_attr_by_txt(X509_REQ *req, + const char *attrname, int type, + const unsigned char *bytes, int len); + +int X509_CRL_set_version(X509_CRL *x, long version); +int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name); +int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm); +int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm); +int X509_CRL_sort(X509_CRL *crl); + +int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial); +int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm); + +X509_CRL *X509_CRL_diff(X509_CRL *base, X509_CRL *newer, + EVP_PKEY *skey, const EVP_MD *md, unsigned int flags); + +int X509_REQ_check_private_key(X509_REQ *x509, EVP_PKEY *pkey); + +int X509_check_private_key(X509 *x509, EVP_PKEY *pkey); +int X509_chain_check_suiteb(int *perror_depth, + X509 *x, STACK_OF(X509) *chain, + unsigned long flags); +int X509_CRL_check_suiteb(X509_CRL *crl, EVP_PKEY *pk, unsigned long flags); +STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain); + +int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b); +unsigned long X509_issuer_and_serial_hash(X509 *a); + +int X509_issuer_name_cmp(const X509 *a, const X509 *b); +unsigned long X509_issuer_name_hash(X509 *a); + +int X509_subject_name_cmp(const X509 *a, const X509 *b); +unsigned long X509_subject_name_hash(X509 *x); + +# ifndef OPENSSL_NO_MD5 +unsigned long X509_issuer_name_hash_old(X509 *a); +unsigned long X509_subject_name_hash_old(X509 *x); +# endif + +int X509_cmp(const X509 *a, const X509 *b); +int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b); +unsigned long X509_NAME_hash(X509_NAME *x); +unsigned long X509_NAME_hash_old(X509_NAME *x); + +int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b); +int X509_CRL_match(const X509_CRL *a, const X509_CRL *b); +# ifndef OPENSSL_NO_FP_API +int X509_print_ex_fp(FILE *bp, X509 *x, unsigned long nmflag, + unsigned long cflag); +int X509_print_fp(FILE *bp, X509 *x); +int X509_CRL_print_fp(FILE *bp, X509_CRL *x); +int X509_REQ_print_fp(FILE *bp, X509_REQ *req); +int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, + unsigned long flags); +# endif + +# ifndef OPENSSL_NO_BIO +int X509_NAME_print(BIO *bp, X509_NAME *name, int obase); +int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, + unsigned long flags); +int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflag, + unsigned long cflag); +int X509_print(BIO *bp, X509 *x); +int X509_ocspid_print(BIO *bp, X509 *x); +int X509_CERT_AUX_print(BIO *bp, X509_CERT_AUX *x, int indent); +int X509_CRL_print(BIO *bp, X509_CRL *x); +int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflag, + unsigned long cflag); +int X509_REQ_print(BIO *bp, X509_REQ *req); +# endif + +int X509_NAME_entry_count(X509_NAME *name); +int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len); +int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, + char *buf, int len); + +/* + * NOTE: you should be passsing -1, not 0 as lastpos. The functions that use + * lastpos, search after that position on. + */ +int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos); +int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, + int lastpos); +X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc); +X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc); +int X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, + int loc, int set); +int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, + unsigned char *bytes, int len, int loc, + int set); +int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, + unsigned char *bytes, int len, int loc, + int set); +X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, + const char *field, int type, + const unsigned char *bytes, + int len); +X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, + int type, unsigned char *bytes, + int len); +int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, + const unsigned char *bytes, int len, int loc, + int set); +X509_NAME_ENTRY *X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, + ASN1_OBJECT *obj, int type, + const unsigned char *bytes, + int len); +int X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, ASN1_OBJECT *obj); +int X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, + const unsigned char *bytes, int len); +ASN1_OBJECT *X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne); +ASN1_STRING *X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne); + +int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x); +int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, + int nid, int lastpos); +int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *x, + ASN1_OBJECT *obj, int lastpos); +int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *x, + int crit, int lastpos); +X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc); +X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc); +STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, + X509_EXTENSION *ex, int loc); + +int X509_get_ext_count(X509 *x); +int X509_get_ext_by_NID(X509 *x, int nid, int lastpos); +int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos); +int X509_get_ext_by_critical(X509 *x, int crit, int lastpos); +X509_EXTENSION *X509_get_ext(X509 *x, int loc); +X509_EXTENSION *X509_delete_ext(X509 *x, int loc); +int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc); +void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx); +int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, + unsigned long flags); + +int X509_CRL_get_ext_count(X509_CRL *x); +int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos); +int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos); +int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos); +X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc); +X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc); +int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc); +void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx); +int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, + unsigned long flags); + +int X509_REVOKED_get_ext_count(X509_REVOKED *x); +int X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos); +int X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x, ASN1_OBJECT *obj, + int lastpos); +int X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos); +X509_EXTENSION *X509_REVOKED_get_ext(X509_REVOKED *x, int loc); +X509_EXTENSION *X509_REVOKED_delete_ext(X509_REVOKED *x, int loc); +int X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc); +void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx); +int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit, + unsigned long flags); + +X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, + int nid, int crit, + ASN1_OCTET_STRING *data); +X509_EXTENSION *X509_EXTENSION_create_by_OBJ(X509_EXTENSION **ex, + ASN1_OBJECT *obj, int crit, + ASN1_OCTET_STRING *data); +int X509_EXTENSION_set_object(X509_EXTENSION *ex, ASN1_OBJECT *obj); +int X509_EXTENSION_set_critical(X509_EXTENSION *ex, int crit); +int X509_EXTENSION_set_data(X509_EXTENSION *ex, ASN1_OCTET_STRING *data); +ASN1_OBJECT *X509_EXTENSION_get_object(X509_EXTENSION *ex); +ASN1_OCTET_STRING *X509_EXTENSION_get_data(X509_EXTENSION *ne); +int X509_EXTENSION_get_critical(X509_EXTENSION *ex); + +int X509at_get_attr_count(const STACK_OF(X509_ATTRIBUTE) *x); +int X509at_get_attr_by_NID(const STACK_OF(X509_ATTRIBUTE) *x, int nid, + int lastpos); +int X509at_get_attr_by_OBJ(const STACK_OF(X509_ATTRIBUTE) *sk, + ASN1_OBJECT *obj, int lastpos); +X509_ATTRIBUTE *X509at_get_attr(const STACK_OF(X509_ATTRIBUTE) *x, int loc); +X509_ATTRIBUTE *X509at_delete_attr(STACK_OF(X509_ATTRIBUTE) *x, int loc); +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x, + X509_ATTRIBUTE *attr); +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) + **x, const ASN1_OBJECT *obj, + int type, + const unsigned char *bytes, + int len); +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) + **x, int nid, int type, + const unsigned char *bytes, + int len); +STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) + **x, const char *attrname, + int type, + const unsigned char *bytes, + int len); +void *X509at_get0_data_by_OBJ(STACK_OF(X509_ATTRIBUTE) *x, ASN1_OBJECT *obj, + int lastpos, int type); +X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, + int atrtype, const void *data, + int len); +X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, + const ASN1_OBJECT *obj, + int atrtype, const void *data, + int len); +X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, + const char *atrname, int type, + const unsigned char *bytes, + int len); +int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj); +int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, + const void *data, int len); +void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype, + void *data); +int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr); +ASN1_OBJECT *X509_ATTRIBUTE_get0_object(X509_ATTRIBUTE *attr); +ASN1_TYPE *X509_ATTRIBUTE_get0_type(X509_ATTRIBUTE *attr, int idx); + +int EVP_PKEY_get_attr_count(const EVP_PKEY *key); +int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos); +int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj, + int lastpos); +X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc); +X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc); +int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr); +int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, + const ASN1_OBJECT *obj, int type, + const unsigned char *bytes, int len); +int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, + int nid, int type, + const unsigned char *bytes, int len); +int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, + const char *attrname, int type, + const unsigned char *bytes, int len); + +int X509_verify_cert(X509_STORE_CTX *ctx); + +/* lookup a cert from a X509 STACK */ +X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name, + ASN1_INTEGER *serial); +X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name); + +DECLARE_ASN1_FUNCTIONS(PBEPARAM) +DECLARE_ASN1_FUNCTIONS(PBE2PARAM) +DECLARE_ASN1_FUNCTIONS(PBKDF2PARAM) + +int PKCS5_pbe_set0_algor(X509_ALGOR *algor, int alg, int iter, + const unsigned char *salt, int saltlen); + +X509_ALGOR *PKCS5_pbe_set(int alg, int iter, + const unsigned char *salt, int saltlen); +X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, + unsigned char *salt, int saltlen); +X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, + unsigned char *salt, int saltlen, + unsigned char *aiv, int prf_nid); + +X509_ALGOR *PKCS5_pbkdf2_set(int iter, unsigned char *salt, int saltlen, + int prf_nid, int keylen); + +/* PKCS#8 utilities */ + +DECLARE_ASN1_FUNCTIONS(PKCS8_PRIV_KEY_INFO) + +EVP_PKEY *EVP_PKCS82PKEY(PKCS8_PRIV_KEY_INFO *p8); +PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(EVP_PKEY *pkey); +PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8_broken(EVP_PKEY *pkey, int broken); +PKCS8_PRIV_KEY_INFO *PKCS8_set_broken(PKCS8_PRIV_KEY_INFO *p8, int broken); + +int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, + int version, int ptype, void *pval, + unsigned char *penc, int penclen); +int PKCS8_pkey_get0(ASN1_OBJECT **ppkalg, + const unsigned char **pk, int *ppklen, + X509_ALGOR **pa, PKCS8_PRIV_KEY_INFO *p8); + +int X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj, + int ptype, void *pval, + unsigned char *penc, int penclen); +int X509_PUBKEY_get0_param(ASN1_OBJECT **ppkalg, + const unsigned char **pk, int *ppklen, + X509_ALGOR **pa, X509_PUBKEY *pub); + +int X509_check_trust(X509 *x, int id, int flags); +int X509_TRUST_get_count(void); +X509_TRUST *X509_TRUST_get0(int idx); +int X509_TRUST_get_by_id(int id); +int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), + char *name, int arg1, void *arg2); +void X509_TRUST_cleanup(void); +int X509_TRUST_get_flags(X509_TRUST *xp); +char *X509_TRUST_get0_name(X509_TRUST *xp); +int X509_TRUST_get_trust(X509_TRUST *xp); + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ + +void ERR_load_X509_strings(void); + +/* Error codes for the X509 functions. */ + +/* Function codes. */ +# define X509_F_ADD_CERT_DIR 100 +# define X509_F_BY_FILE_CTRL 101 +# define X509_F_CHECK_NAME_CONSTRAINTS 106 +# define X509_F_CHECK_POLICY 145 +# define X509_F_DIR_CTRL 102 +# define X509_F_GET_CERT_BY_SUBJECT 103 +# define X509_F_NETSCAPE_SPKI_B64_DECODE 129 +# define X509_F_NETSCAPE_SPKI_B64_ENCODE 130 +# define X509_F_X509AT_ADD1_ATTR 135 +# define X509_F_X509V3_ADD_EXT 104 +# define X509_F_X509_ATTRIBUTE_CREATE_BY_NID 136 +# define X509_F_X509_ATTRIBUTE_CREATE_BY_OBJ 137 +# define X509_F_X509_ATTRIBUTE_CREATE_BY_TXT 140 +# define X509_F_X509_ATTRIBUTE_GET0_DATA 139 +# define X509_F_X509_ATTRIBUTE_SET1_DATA 138 +# define X509_F_X509_CHECK_PRIVATE_KEY 128 +# define X509_F_X509_CRL_DIFF 105 +# define X509_F_X509_CRL_PRINT_FP 147 +# define X509_F_X509_EXTENSION_CREATE_BY_NID 108 +# define X509_F_X509_EXTENSION_CREATE_BY_OBJ 109 +# define X509_F_X509_GET_PUBKEY_PARAMETERS 110 +# define X509_F_X509_LOAD_CERT_CRL_FILE 132 +# define X509_F_X509_LOAD_CERT_FILE 111 +# define X509_F_X509_LOAD_CRL_FILE 112 +# define X509_F_X509_NAME_ADD_ENTRY 113 +# define X509_F_X509_NAME_ENTRY_CREATE_BY_NID 114 +# define X509_F_X509_NAME_ENTRY_CREATE_BY_TXT 131 +# define X509_F_X509_NAME_ENTRY_SET_OBJECT 115 +# define X509_F_X509_NAME_ONELINE 116 +# define X509_F_X509_NAME_PRINT 117 +# define X509_F_X509_PRINT_EX_FP 118 +# define X509_F_X509_PUBKEY_GET 119 +# define X509_F_X509_PUBKEY_SET 120 +# define X509_F_X509_REQ_CHECK_PRIVATE_KEY 144 +# define X509_F_X509_REQ_PRINT_EX 121 +# define X509_F_X509_REQ_PRINT_FP 122 +# define X509_F_X509_REQ_TO_X509 123 +# define X509_F_X509_STORE_ADD_CERT 124 +# define X509_F_X509_STORE_ADD_CRL 125 +# define X509_F_X509_STORE_CTX_GET1_ISSUER 146 +# define X509_F_X509_STORE_CTX_INIT 143 +# define X509_F_X509_STORE_CTX_NEW 142 +# define X509_F_X509_STORE_CTX_PURPOSE_INHERIT 134 +# define X509_F_X509_TO_X509_REQ 126 +# define X509_F_X509_TRUST_ADD 133 +# define X509_F_X509_TRUST_SET 141 +# define X509_F_X509_VERIFY_CERT 127 + +/* Reason codes. */ +# define X509_R_AKID_MISMATCH 110 +# define X509_R_BAD_X509_FILETYPE 100 +# define X509_R_BASE64_DECODE_ERROR 118 +# define X509_R_CANT_CHECK_DH_KEY 114 +# define X509_R_CERT_ALREADY_IN_HASH_TABLE 101 +# define X509_R_CRL_ALREADY_DELTA 127 +# define X509_R_CRL_VERIFY_FAILURE 131 +# define X509_R_ERR_ASN1_LIB 102 +# define X509_R_IDP_MISMATCH 128 +# define X509_R_INVALID_DIRECTORY 113 +# define X509_R_INVALID_FIELD_NAME 119 +# define X509_R_INVALID_TRUST 123 +# define X509_R_ISSUER_MISMATCH 129 +# define X509_R_KEY_TYPE_MISMATCH 115 +# define X509_R_KEY_VALUES_MISMATCH 116 +# define X509_R_LOADING_CERT_DIR 103 +# define X509_R_LOADING_DEFAULTS 104 +# define X509_R_METHOD_NOT_SUPPORTED 124 +# define X509_R_NAME_TOO_LONG 134 +# define X509_R_NEWER_CRL_NOT_NEWER 132 +# define X509_R_NO_CERT_SET_FOR_US_TO_VERIFY 105 +# define X509_R_NO_CRL_NUMBER 130 +# define X509_R_PUBLIC_KEY_DECODE_ERROR 125 +# define X509_R_PUBLIC_KEY_ENCODE_ERROR 126 +# define X509_R_SHOULD_RETRY 106 +# define X509_R_UNABLE_TO_FIND_PARAMETERS_IN_CHAIN 107 +# define X509_R_UNABLE_TO_GET_CERTS_PUBLIC_KEY 108 +# define X509_R_UNKNOWN_KEY_TYPE 117 +# define X509_R_UNKNOWN_NID 109 +# define X509_R_UNKNOWN_PURPOSE_ID 121 +# define X509_R_UNKNOWN_TRUST_ID 120 +# define X509_R_UNSUPPORTED_ALGORITHM 111 +# define X509_R_WRONG_LOOKUP_TYPE 112 +# define X509_R_WRONG_TYPE 122 + +# ifdef __cplusplus +} +# endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/x509_vfy.h b/frappe/.node-gyp/6.7.0/include/node/openssl/x509_vfy.h new file mode 100644 index 00000000..50626826 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/x509_vfy.h @@ -0,0 +1,652 @@ +/* crypto/x509/x509_vfy.h */ +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) + * All rights reserved. + * + * This package is an SSL implementation written + * by Eric Young (eay@cryptsoft.com). + * The implementation was written so as to conform with Netscapes SSL. + * + * This library is free for commercial and non-commercial use as long as + * the following conditions are aheared to. The following conditions + * apply to all code found in this distribution, be it the RC4, RSA, + * lhash, DES, etc., code; not just the SSL code. The SSL documentation + * included with this distribution is covered by the same copyright terms + * except that the holder is Tim Hudson (tjh@cryptsoft.com). + * + * Copyright remains Eric Young's, and as such any Copyright notices in + * the code are not to be removed. + * If this package is used in a product, Eric Young should be given attribution + * as the author of the parts of the library used. + * This can be in the form of a textual message at program startup or + * in documentation (online or textual) provided with the package. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * "This product includes cryptographic software written by + * Eric Young (eay@cryptsoft.com)" + * The word 'cryptographic' can be left out if the rouines from the library + * being used are not cryptographic related :-). + * 4. If you include any Windows specific code (or a derivative thereof) from + * the apps directory (application code) you must include an acknowledgement: + * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" + * + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * The licence and distribution terms for any publically available version or + * derivative of this code cannot be changed. i.e. this code cannot simply be + * copied and put under another distribution licence + * [including the GNU Public Licence.] + */ + +#ifndef HEADER_X509_H +# include +/* + * openssl/x509.h ends up #include-ing this file at about the only + * appropriate moment. + */ +#endif + +#ifndef HEADER_X509_VFY_H +# define HEADER_X509_VFY_H + +# include +# ifndef OPENSSL_NO_LHASH +# include +# endif +# include +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# if 0 +/* Outer object */ +typedef struct x509_hash_dir_st { + int num_dirs; + char **dirs; + int *dirs_type; + int num_dirs_alloced; +} X509_HASH_DIR_CTX; +# endif + +typedef struct x509_file_st { + int num_paths; /* number of paths to files or directories */ + int num_alloced; + char **paths; /* the list of paths or directories */ + int *path_type; +} X509_CERT_FILE_CTX; + +/*******************************/ +/*- +SSL_CTX -> X509_STORE + -> X509_LOOKUP + ->X509_LOOKUP_METHOD + -> X509_LOOKUP + ->X509_LOOKUP_METHOD + +SSL -> X509_STORE_CTX + ->X509_STORE + +The X509_STORE holds the tables etc for verification stuff. +A X509_STORE_CTX is used while validating a single certificate. +The X509_STORE has X509_LOOKUPs for looking up certs. +The X509_STORE then calls a function to actually verify the +certificate chain. +*/ + +# define X509_LU_RETRY -1 +# define X509_LU_FAIL 0 +# define X509_LU_X509 1 +# define X509_LU_CRL 2 +# define X509_LU_PKEY 3 + +typedef struct x509_object_st { + /* one of the above types */ + int type; + union { + char *ptr; + X509 *x509; + X509_CRL *crl; + EVP_PKEY *pkey; + } data; +} X509_OBJECT; + +typedef struct x509_lookup_st X509_LOOKUP; + +DECLARE_STACK_OF(X509_LOOKUP) +DECLARE_STACK_OF(X509_OBJECT) + +/* This is a static that defines the function interface */ +typedef struct x509_lookup_method_st { + const char *name; + int (*new_item) (X509_LOOKUP *ctx); + void (*free) (X509_LOOKUP *ctx); + int (*init) (X509_LOOKUP *ctx); + int (*shutdown) (X509_LOOKUP *ctx); + int (*ctrl) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, + char **ret); + int (*get_by_subject) (X509_LOOKUP *ctx, int type, X509_NAME *name, + X509_OBJECT *ret); + int (*get_by_issuer_serial) (X509_LOOKUP *ctx, int type, X509_NAME *name, + ASN1_INTEGER *serial, X509_OBJECT *ret); + int (*get_by_fingerprint) (X509_LOOKUP *ctx, int type, + unsigned char *bytes, int len, + X509_OBJECT *ret); + int (*get_by_alias) (X509_LOOKUP *ctx, int type, char *str, int len, + X509_OBJECT *ret); +} X509_LOOKUP_METHOD; + +typedef struct X509_VERIFY_PARAM_ID_st X509_VERIFY_PARAM_ID; + +/* + * This structure hold all parameters associated with a verify operation by + * including an X509_VERIFY_PARAM structure in related structures the + * parameters used can be customized + */ + +typedef struct X509_VERIFY_PARAM_st { + char *name; + time_t check_time; /* Time to use */ + unsigned long inh_flags; /* Inheritance flags */ + unsigned long flags; /* Various verify flags */ + int purpose; /* purpose to check untrusted certificates */ + int trust; /* trust setting to check */ + int depth; /* Verify depth */ + STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ + X509_VERIFY_PARAM_ID *id; /* opaque ID data */ +} X509_VERIFY_PARAM; + +DECLARE_STACK_OF(X509_VERIFY_PARAM) + +/* + * This is used to hold everything. It is used for all certificate + * validation. Once we have a certificate chain, the 'verify' function is + * then called to actually check the cert chain. + */ +struct x509_store_st { + /* The following is a cache of trusted certs */ + int cache; /* if true, stash any hits */ + STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ + /* These are external lookup methods */ + STACK_OF(X509_LOOKUP) *get_cert_methods; + X509_VERIFY_PARAM *param; + /* Callbacks for various operations */ + /* called to verify a certificate */ + int (*verify) (X509_STORE_CTX *ctx); + /* error callback */ + int (*verify_cb) (int ok, X509_STORE_CTX *ctx); + /* get issuers cert from ctx */ + int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x); + /* check issued */ + int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer); + /* Check revocation status of chain */ + int (*check_revocation) (X509_STORE_CTX *ctx); + /* retrieve CRL */ + int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); + /* Check CRL validity */ + int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); + /* Check certificate against CRL */ + int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); + STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm); + STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm); + int (*cleanup) (X509_STORE_CTX *ctx); + CRYPTO_EX_DATA ex_data; + int references; +} /* X509_STORE */ ; + +int X509_STORE_set_depth(X509_STORE *store, int depth); + +# define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func)) +# define X509_STORE_set_verify_func(ctx,func) ((ctx)->verify=(func)) + +/* This is the functions plus an instance of the local variables. */ +struct x509_lookup_st { + int init; /* have we been started */ + int skip; /* don't use us. */ + X509_LOOKUP_METHOD *method; /* the functions */ + char *method_data; /* method data */ + X509_STORE *store_ctx; /* who owns us */ +} /* X509_LOOKUP */ ; + +/* + * This is a used when verifying cert chains. Since the gathering of the + * cert chain can take some time (and have to be 'retried', this needs to be + * kept and passed around. + */ +struct x509_store_ctx_st { /* X509_STORE_CTX */ + X509_STORE *ctx; + /* used when looking up certs */ + int current_method; + /* The following are set by the caller */ + /* The cert to check */ + X509 *cert; + /* chain of X509s - untrusted - passed in */ + STACK_OF(X509) *untrusted; + /* set of CRLs passed in */ + STACK_OF(X509_CRL) *crls; + X509_VERIFY_PARAM *param; + /* Other info for use with get_issuer() */ + void *other_ctx; + /* Callbacks for various operations */ + /* called to verify a certificate */ + int (*verify) (X509_STORE_CTX *ctx); + /* error callback */ + int (*verify_cb) (int ok, X509_STORE_CTX *ctx); + /* get issuers cert from ctx */ + int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x); + /* check issued */ + int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer); + /* Check revocation status of chain */ + int (*check_revocation) (X509_STORE_CTX *ctx); + /* retrieve CRL */ + int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); + /* Check CRL validity */ + int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); + /* Check certificate against CRL */ + int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); + int (*check_policy) (X509_STORE_CTX *ctx); + STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm); + STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm); + int (*cleanup) (X509_STORE_CTX *ctx); + /* The following is built up */ + /* if 0, rebuild chain */ + int valid; + /* index of last untrusted cert */ + int last_untrusted; + /* chain of X509s - built up and trusted */ + STACK_OF(X509) *chain; + /* Valid policy tree */ + X509_POLICY_TREE *tree; + /* Require explicit policy value */ + int explicit_policy; + /* When something goes wrong, this is why */ + int error_depth; + int error; + X509 *current_cert; + /* cert currently being tested as valid issuer */ + X509 *current_issuer; + /* current CRL */ + X509_CRL *current_crl; + /* score of current CRL */ + int current_crl_score; + /* Reason mask */ + unsigned int current_reasons; + /* For CRL path validation: parent context */ + X509_STORE_CTX *parent; + CRYPTO_EX_DATA ex_data; +} /* X509_STORE_CTX */ ; + +void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); + +# define X509_STORE_CTX_set_app_data(ctx,data) \ + X509_STORE_CTX_set_ex_data(ctx,0,data) +# define X509_STORE_CTX_get_app_data(ctx) \ + X509_STORE_CTX_get_ex_data(ctx,0) + +# define X509_L_FILE_LOAD 1 +# define X509_L_ADD_DIR 2 + +# define X509_LOOKUP_load_file(x,name,type) \ + X509_LOOKUP_ctrl((x),X509_L_FILE_LOAD,(name),(long)(type),NULL) + +# define X509_LOOKUP_add_dir(x,name,type) \ + X509_LOOKUP_ctrl((x),X509_L_ADD_DIR,(name),(long)(type),NULL) + +# define X509_V_OK 0 +# define X509_V_ERR_UNSPECIFIED 1 + +# define X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT 2 +# define X509_V_ERR_UNABLE_TO_GET_CRL 3 +# define X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE 4 +# define X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE 5 +# define X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY 6 +# define X509_V_ERR_CERT_SIGNATURE_FAILURE 7 +# define X509_V_ERR_CRL_SIGNATURE_FAILURE 8 +# define X509_V_ERR_CERT_NOT_YET_VALID 9 +# define X509_V_ERR_CERT_HAS_EXPIRED 10 +# define X509_V_ERR_CRL_NOT_YET_VALID 11 +# define X509_V_ERR_CRL_HAS_EXPIRED 12 +# define X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD 13 +# define X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD 14 +# define X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD 15 +# define X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD 16 +# define X509_V_ERR_OUT_OF_MEM 17 +# define X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT 18 +# define X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN 19 +# define X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY 20 +# define X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE 21 +# define X509_V_ERR_CERT_CHAIN_TOO_LONG 22 +# define X509_V_ERR_CERT_REVOKED 23 +# define X509_V_ERR_INVALID_CA 24 +# define X509_V_ERR_PATH_LENGTH_EXCEEDED 25 +# define X509_V_ERR_INVALID_PURPOSE 26 +# define X509_V_ERR_CERT_UNTRUSTED 27 +# define X509_V_ERR_CERT_REJECTED 28 +/* These are 'informational' when looking for issuer cert */ +# define X509_V_ERR_SUBJECT_ISSUER_MISMATCH 29 +# define X509_V_ERR_AKID_SKID_MISMATCH 30 +# define X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH 31 +# define X509_V_ERR_KEYUSAGE_NO_CERTSIGN 32 + +# define X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER 33 +# define X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION 34 +# define X509_V_ERR_KEYUSAGE_NO_CRL_SIGN 35 +# define X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION 36 +# define X509_V_ERR_INVALID_NON_CA 37 +# define X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED 38 +# define X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE 39 +# define X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED 40 + +# define X509_V_ERR_INVALID_EXTENSION 41 +# define X509_V_ERR_INVALID_POLICY_EXTENSION 42 +# define X509_V_ERR_NO_EXPLICIT_POLICY 43 +# define X509_V_ERR_DIFFERENT_CRL_SCOPE 44 +# define X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE 45 + +# define X509_V_ERR_UNNESTED_RESOURCE 46 + +# define X509_V_ERR_PERMITTED_VIOLATION 47 +# define X509_V_ERR_EXCLUDED_VIOLATION 48 +# define X509_V_ERR_SUBTREE_MINMAX 49 +# define X509_V_ERR_APPLICATION_VERIFICATION 50 +# define X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE 51 +# define X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX 52 +# define X509_V_ERR_UNSUPPORTED_NAME_SYNTAX 53 +# define X509_V_ERR_CRL_PATH_VALIDATION_ERROR 54 + +/* Suite B mode algorithm violation */ +# define X509_V_ERR_SUITE_B_INVALID_VERSION 56 +# define X509_V_ERR_SUITE_B_INVALID_ALGORITHM 57 +# define X509_V_ERR_SUITE_B_INVALID_CURVE 58 +# define X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM 59 +# define X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED 60 +# define X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 61 + +/* Host, email and IP check errors */ +# define X509_V_ERR_HOSTNAME_MISMATCH 62 +# define X509_V_ERR_EMAIL_MISMATCH 63 +# define X509_V_ERR_IP_ADDRESS_MISMATCH 64 + +/* Caller error */ +# define X509_V_ERR_INVALID_CALL 65 +/* Issuer lookup error */ +# define X509_V_ERR_STORE_LOOKUP 66 + +# define X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION 67 + +/* Certificate verify flags */ + +/* Send issuer+subject checks to verify_cb */ +# define X509_V_FLAG_CB_ISSUER_CHECK 0x1 +/* Use check time instead of current time */ +# define X509_V_FLAG_USE_CHECK_TIME 0x2 +/* Lookup CRLs */ +# define X509_V_FLAG_CRL_CHECK 0x4 +/* Lookup CRLs for whole chain */ +# define X509_V_FLAG_CRL_CHECK_ALL 0x8 +/* Ignore unhandled critical extensions */ +# define X509_V_FLAG_IGNORE_CRITICAL 0x10 +/* Disable workarounds for broken certificates */ +# define X509_V_FLAG_X509_STRICT 0x20 +/* Enable proxy certificate validation */ +# define X509_V_FLAG_ALLOW_PROXY_CERTS 0x40 +/* Enable policy checking */ +# define X509_V_FLAG_POLICY_CHECK 0x80 +/* Policy variable require-explicit-policy */ +# define X509_V_FLAG_EXPLICIT_POLICY 0x100 +/* Policy variable inhibit-any-policy */ +# define X509_V_FLAG_INHIBIT_ANY 0x200 +/* Policy variable inhibit-policy-mapping */ +# define X509_V_FLAG_INHIBIT_MAP 0x400 +/* Notify callback that policy is OK */ +# define X509_V_FLAG_NOTIFY_POLICY 0x800 +/* Extended CRL features such as indirect CRLs, alternate CRL signing keys */ +# define X509_V_FLAG_EXTENDED_CRL_SUPPORT 0x1000 +/* Delta CRL support */ +# define X509_V_FLAG_USE_DELTAS 0x2000 +/* Check selfsigned CA signature */ +# define X509_V_FLAG_CHECK_SS_SIGNATURE 0x4000 +/* Use trusted store first */ +# define X509_V_FLAG_TRUSTED_FIRST 0x8000 +/* Suite B 128 bit only mode: not normally used */ +# define X509_V_FLAG_SUITEB_128_LOS_ONLY 0x10000 +/* Suite B 192 bit only mode */ +# define X509_V_FLAG_SUITEB_192_LOS 0x20000 +/* Suite B 128 bit mode allowing 192 bit algorithms */ +# define X509_V_FLAG_SUITEB_128_LOS 0x30000 + +/* Allow partial chains if at least one certificate is in trusted store */ +# define X509_V_FLAG_PARTIAL_CHAIN 0x80000 +/* + * If the initial chain is not trusted, do not attempt to build an alternative + * chain. Alternate chain checking was introduced in 1.0.2b. Setting this flag + * will force the behaviour to match that of previous versions. + */ +# define X509_V_FLAG_NO_ALT_CHAINS 0x100000 + +# define X509_VP_FLAG_DEFAULT 0x1 +# define X509_VP_FLAG_OVERWRITE 0x2 +# define X509_VP_FLAG_RESET_FLAGS 0x4 +# define X509_VP_FLAG_LOCKED 0x8 +# define X509_VP_FLAG_ONCE 0x10 + +/* Internal use: mask of policy related options */ +# define X509_V_FLAG_POLICY_MASK (X509_V_FLAG_POLICY_CHECK \ + | X509_V_FLAG_EXPLICIT_POLICY \ + | X509_V_FLAG_INHIBIT_ANY \ + | X509_V_FLAG_INHIBIT_MAP) + +int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type, + X509_NAME *name); +X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h, + int type, X509_NAME *name); +X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJECT) *h, + X509_OBJECT *x); +void X509_OBJECT_up_ref_count(X509_OBJECT *a); +void X509_OBJECT_free_contents(X509_OBJECT *a); +X509_STORE *X509_STORE_new(void); +void X509_STORE_free(X509_STORE *v); + +STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm); +STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm); +int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags); +int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); +int X509_STORE_set_trust(X509_STORE *ctx, int trust); +int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm); + +void X509_STORE_set_verify_cb(X509_STORE *ctx, + int (*verify_cb) (int, X509_STORE_CTX *)); + +void X509_STORE_set_lookup_crls_cb(X509_STORE *ctx, + STACK_OF(X509_CRL) *(*cb) (X509_STORE_CTX + *ctx, + X509_NAME *nm)); + +X509_STORE_CTX *X509_STORE_CTX_new(void); + +int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); + +void X509_STORE_CTX_free(X509_STORE_CTX *ctx); +int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, + X509 *x509, STACK_OF(X509) *chain); +void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk); +void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx); + +X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx); + +X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m); + +X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void); +X509_LOOKUP_METHOD *X509_LOOKUP_file(void); + +int X509_STORE_add_cert(X509_STORE *ctx, X509 *x); +int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x); + +int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, + X509_OBJECT *ret); + +int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, + long argl, char **ret); + +# ifndef OPENSSL_NO_STDIO +int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type); +int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type); +int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type); +# endif + +X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method); +void X509_LOOKUP_free(X509_LOOKUP *ctx); +int X509_LOOKUP_init(X509_LOOKUP *ctx); +int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, + X509_OBJECT *ret); +int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, + ASN1_INTEGER *serial, X509_OBJECT *ret); +int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type, + unsigned char *bytes, int len, + X509_OBJECT *ret); +int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str, int len, + X509_OBJECT *ret); +int X509_LOOKUP_shutdown(X509_LOOKUP *ctx); + +# ifndef OPENSSL_NO_STDIO +int X509_STORE_load_locations(X509_STORE *ctx, + const char *file, const char *dir); +int X509_STORE_set_default_paths(X509_STORE *ctx); +# endif + +int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, + CRYPTO_EX_new *new_func, + CRYPTO_EX_dup *dup_func, + CRYPTO_EX_free *free_func); +int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data); +void *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx, int idx); +int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx); +void X509_STORE_CTX_set_error(X509_STORE_CTX *ctx, int s); +int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx); +X509 *X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx); +X509 *X509_STORE_CTX_get0_current_issuer(X509_STORE_CTX *ctx); +X509_CRL *X509_STORE_CTX_get0_current_crl(X509_STORE_CTX *ctx); +X509_STORE_CTX *X509_STORE_CTX_get0_parent_ctx(X509_STORE_CTX *ctx); +STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx); +STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx); +void X509_STORE_CTX_set_cert(X509_STORE_CTX *c, X509 *x); +void X509_STORE_CTX_set_chain(X509_STORE_CTX *c, STACK_OF(X509) *sk); +void X509_STORE_CTX_set0_crls(X509_STORE_CTX *c, STACK_OF(X509_CRL) *sk); +int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); +int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust); +int X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, + int purpose, int trust); +void X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags); +void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags, + time_t t); +void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx, + int (*verify_cb) (int, X509_STORE_CTX *)); + +X509_POLICY_TREE *X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx); +int X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx); + +X509_VERIFY_PARAM *X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx); +void X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param); +int X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name); + +/* X509_VERIFY_PARAM functions */ + +X509_VERIFY_PARAM *X509_VERIFY_PARAM_new(void); +void X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param); +int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *to, + const X509_VERIFY_PARAM *from); +int X509_VERIFY_PARAM_set1(X509_VERIFY_PARAM *to, + const X509_VERIFY_PARAM *from); +int X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name); +int X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, + unsigned long flags); +int X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, + unsigned long flags); +unsigned long X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param); +int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose); +int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust); +void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth); +void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t); +int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param, + ASN1_OBJECT *policy); +int X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, + STACK_OF(ASN1_OBJECT) *policies); + +int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, + const char *name, size_t namelen); +int X509_VERIFY_PARAM_add1_host(X509_VERIFY_PARAM *param, + const char *name, size_t namelen); +void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param, + unsigned int flags); +char *X509_VERIFY_PARAM_get0_peername(X509_VERIFY_PARAM *); +int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, + const char *email, size_t emaillen); +int X509_VERIFY_PARAM_set1_ip(X509_VERIFY_PARAM *param, + const unsigned char *ip, size_t iplen); +int X509_VERIFY_PARAM_set1_ip_asc(X509_VERIFY_PARAM *param, + const char *ipasc); + +int X509_VERIFY_PARAM_get_depth(const X509_VERIFY_PARAM *param); +const char *X509_VERIFY_PARAM_get0_name(const X509_VERIFY_PARAM *param); + +int X509_VERIFY_PARAM_add0_table(X509_VERIFY_PARAM *param); +int X509_VERIFY_PARAM_get_count(void); +const X509_VERIFY_PARAM *X509_VERIFY_PARAM_get0(int id); +const X509_VERIFY_PARAM *X509_VERIFY_PARAM_lookup(const char *name); +void X509_VERIFY_PARAM_table_cleanup(void); + +int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, + STACK_OF(X509) *certs, + STACK_OF(ASN1_OBJECT) *policy_oids, unsigned int flags); + +void X509_policy_tree_free(X509_POLICY_TREE *tree); + +int X509_policy_tree_level_count(const X509_POLICY_TREE *tree); +X509_POLICY_LEVEL *X509_policy_tree_get0_level(const X509_POLICY_TREE *tree, + int i); + +STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_policies(const + X509_POLICY_TREE + *tree); + +STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_user_policies(const + X509_POLICY_TREE + *tree); + +int X509_policy_level_node_count(X509_POLICY_LEVEL *level); + +X509_POLICY_NODE *X509_policy_level_get0_node(X509_POLICY_LEVEL *level, + int i); + +const ASN1_OBJECT *X509_policy_node_get0_policy(const X509_POLICY_NODE *node); + +STACK_OF(POLICYQUALINFO) *X509_policy_node_get0_qualifiers(const + X509_POLICY_NODE + *node); +const X509_POLICY_NODE *X509_policy_node_get0_parent(const X509_POLICY_NODE + *node); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/openssl/x509v3.h b/frappe/.node-gyp/6.7.0/include/node/openssl/x509v3.h new file mode 100644 index 00000000..f5c61560 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/openssl/x509v3.h @@ -0,0 +1,1055 @@ +/* x509v3.h */ +/* + * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project + * 1999. + */ +/* ==================================================================== + * Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. All advertising materials mentioning features or use of this + * software must display the following acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" + * + * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to + * endorse or promote products derived from this software without + * prior written permission. For written permission, please contact + * licensing@OpenSSL.org. + * + * 5. Products derived from this software may not be called "OpenSSL" + * nor may "OpenSSL" appear in their names without prior written + * permission of the OpenSSL Project. + * + * 6. Redistributions of any form whatsoever must retain the following + * acknowledgment: + * "This product includes software developed by the OpenSSL Project + * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" + * + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + * OF THE POSSIBILITY OF SUCH DAMAGE. + * ==================================================================== + * + * This product includes cryptographic software written by Eric Young + * (eay@cryptsoft.com). This product includes software written by Tim + * Hudson (tjh@cryptsoft.com). + * + */ +#ifndef HEADER_X509V3_H +# define HEADER_X509V3_H + +# include +# include +# include + +#ifdef __cplusplus +extern "C" { +#endif + +# ifdef OPENSSL_SYS_WIN32 +/* Under Win32 these are defined in wincrypt.h */ +# undef X509_NAME +# undef X509_CERT_PAIR +# undef X509_EXTENSIONS +# endif + +/* Forward reference */ +struct v3_ext_method; +struct v3_ext_ctx; + +/* Useful typedefs */ + +typedef void *(*X509V3_EXT_NEW)(void); +typedef void (*X509V3_EXT_FREE) (void *); +typedef void *(*X509V3_EXT_D2I)(void *, const unsigned char **, long); +typedef int (*X509V3_EXT_I2D) (void *, unsigned char **); +typedef STACK_OF(CONF_VALUE) * + (*X509V3_EXT_I2V) (const struct v3_ext_method *method, void *ext, + STACK_OF(CONF_VALUE) *extlist); +typedef void *(*X509V3_EXT_V2I)(const struct v3_ext_method *method, + struct v3_ext_ctx *ctx, + STACK_OF(CONF_VALUE) *values); +typedef char *(*X509V3_EXT_I2S)(const struct v3_ext_method *method, + void *ext); +typedef void *(*X509V3_EXT_S2I)(const struct v3_ext_method *method, + struct v3_ext_ctx *ctx, const char *str); +typedef int (*X509V3_EXT_I2R) (const struct v3_ext_method *method, void *ext, + BIO *out, int indent); +typedef void *(*X509V3_EXT_R2I)(const struct v3_ext_method *method, + struct v3_ext_ctx *ctx, const char *str); + +/* V3 extension structure */ + +struct v3_ext_method { + int ext_nid; + int ext_flags; +/* If this is set the following four fields are ignored */ + ASN1_ITEM_EXP *it; +/* Old style ASN1 calls */ + X509V3_EXT_NEW ext_new; + X509V3_EXT_FREE ext_free; + X509V3_EXT_D2I d2i; + X509V3_EXT_I2D i2d; +/* The following pair is used for string extensions */ + X509V3_EXT_I2S i2s; + X509V3_EXT_S2I s2i; +/* The following pair is used for multi-valued extensions */ + X509V3_EXT_I2V i2v; + X509V3_EXT_V2I v2i; +/* The following are used for raw extensions */ + X509V3_EXT_I2R i2r; + X509V3_EXT_R2I r2i; + void *usr_data; /* Any extension specific data */ +}; + +typedef struct X509V3_CONF_METHOD_st { + char *(*get_string) (void *db, char *section, char *value); + STACK_OF(CONF_VALUE) *(*get_section) (void *db, char *section); + void (*free_string) (void *db, char *string); + void (*free_section) (void *db, STACK_OF(CONF_VALUE) *section); +} X509V3_CONF_METHOD; + +/* Context specific info */ +struct v3_ext_ctx { +# define CTX_TEST 0x1 + int flags; + X509 *issuer_cert; + X509 *subject_cert; + X509_REQ *subject_req; + X509_CRL *crl; + X509V3_CONF_METHOD *db_meth; + void *db; +/* Maybe more here */ +}; + +typedef struct v3_ext_method X509V3_EXT_METHOD; + +DECLARE_STACK_OF(X509V3_EXT_METHOD) + +/* ext_flags values */ +# define X509V3_EXT_DYNAMIC 0x1 +# define X509V3_EXT_CTX_DEP 0x2 +# define X509V3_EXT_MULTILINE 0x4 + +typedef BIT_STRING_BITNAME ENUMERATED_NAMES; + +typedef struct BASIC_CONSTRAINTS_st { + int ca; + ASN1_INTEGER *pathlen; +} BASIC_CONSTRAINTS; + +typedef struct PKEY_USAGE_PERIOD_st { + ASN1_GENERALIZEDTIME *notBefore; + ASN1_GENERALIZEDTIME *notAfter; +} PKEY_USAGE_PERIOD; + +typedef struct otherName_st { + ASN1_OBJECT *type_id; + ASN1_TYPE *value; +} OTHERNAME; + +typedef struct EDIPartyName_st { + ASN1_STRING *nameAssigner; + ASN1_STRING *partyName; +} EDIPARTYNAME; + +typedef struct GENERAL_NAME_st { +# define GEN_OTHERNAME 0 +# define GEN_EMAIL 1 +# define GEN_DNS 2 +# define GEN_X400 3 +# define GEN_DIRNAME 4 +# define GEN_EDIPARTY 5 +# define GEN_URI 6 +# define GEN_IPADD 7 +# define GEN_RID 8 + int type; + union { + char *ptr; + OTHERNAME *otherName; /* otherName */ + ASN1_IA5STRING *rfc822Name; + ASN1_IA5STRING *dNSName; + ASN1_TYPE *x400Address; + X509_NAME *directoryName; + EDIPARTYNAME *ediPartyName; + ASN1_IA5STRING *uniformResourceIdentifier; + ASN1_OCTET_STRING *iPAddress; + ASN1_OBJECT *registeredID; + /* Old names */ + ASN1_OCTET_STRING *ip; /* iPAddress */ + X509_NAME *dirn; /* dirn */ + ASN1_IA5STRING *ia5; /* rfc822Name, dNSName, + * uniformResourceIdentifier */ + ASN1_OBJECT *rid; /* registeredID */ + ASN1_TYPE *other; /* x400Address */ + } d; +} GENERAL_NAME; + +typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; + +typedef struct ACCESS_DESCRIPTION_st { + ASN1_OBJECT *method; + GENERAL_NAME *location; +} ACCESS_DESCRIPTION; + +typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS; + +typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE; + +DECLARE_STACK_OF(GENERAL_NAME) +DECLARE_ASN1_SET_OF(GENERAL_NAME) + +DECLARE_STACK_OF(ACCESS_DESCRIPTION) +DECLARE_ASN1_SET_OF(ACCESS_DESCRIPTION) + +typedef struct DIST_POINT_NAME_st { + int type; + union { + GENERAL_NAMES *fullname; + STACK_OF(X509_NAME_ENTRY) *relativename; + } name; +/* If relativename then this contains the full distribution point name */ + X509_NAME *dpname; +} DIST_POINT_NAME; +/* All existing reasons */ +# define CRLDP_ALL_REASONS 0x807f + +# define CRL_REASON_NONE -1 +# define CRL_REASON_UNSPECIFIED 0 +# define CRL_REASON_KEY_COMPROMISE 1 +# define CRL_REASON_CA_COMPROMISE 2 +# define CRL_REASON_AFFILIATION_CHANGED 3 +# define CRL_REASON_SUPERSEDED 4 +# define CRL_REASON_CESSATION_OF_OPERATION 5 +# define CRL_REASON_CERTIFICATE_HOLD 6 +# define CRL_REASON_REMOVE_FROM_CRL 8 +# define CRL_REASON_PRIVILEGE_WITHDRAWN 9 +# define CRL_REASON_AA_COMPROMISE 10 + +struct DIST_POINT_st { + DIST_POINT_NAME *distpoint; + ASN1_BIT_STRING *reasons; + GENERAL_NAMES *CRLissuer; + int dp_reasons; +}; + +typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS; + +DECLARE_STACK_OF(DIST_POINT) +DECLARE_ASN1_SET_OF(DIST_POINT) + +struct AUTHORITY_KEYID_st { + ASN1_OCTET_STRING *keyid; + GENERAL_NAMES *issuer; + ASN1_INTEGER *serial; +}; + +/* Strong extranet structures */ + +typedef struct SXNET_ID_st { + ASN1_INTEGER *zone; + ASN1_OCTET_STRING *user; +} SXNETID; + +DECLARE_STACK_OF(SXNETID) +DECLARE_ASN1_SET_OF(SXNETID) + +typedef struct SXNET_st { + ASN1_INTEGER *version; + STACK_OF(SXNETID) *ids; +} SXNET; + +typedef struct NOTICEREF_st { + ASN1_STRING *organization; + STACK_OF(ASN1_INTEGER) *noticenos; +} NOTICEREF; + +typedef struct USERNOTICE_st { + NOTICEREF *noticeref; + ASN1_STRING *exptext; +} USERNOTICE; + +typedef struct POLICYQUALINFO_st { + ASN1_OBJECT *pqualid; + union { + ASN1_IA5STRING *cpsuri; + USERNOTICE *usernotice; + ASN1_TYPE *other; + } d; +} POLICYQUALINFO; + +DECLARE_STACK_OF(POLICYQUALINFO) +DECLARE_ASN1_SET_OF(POLICYQUALINFO) + +typedef struct POLICYINFO_st { + ASN1_OBJECT *policyid; + STACK_OF(POLICYQUALINFO) *qualifiers; +} POLICYINFO; + +typedef STACK_OF(POLICYINFO) CERTIFICATEPOLICIES; + +DECLARE_STACK_OF(POLICYINFO) +DECLARE_ASN1_SET_OF(POLICYINFO) + +typedef struct POLICY_MAPPING_st { + ASN1_OBJECT *issuerDomainPolicy; + ASN1_OBJECT *subjectDomainPolicy; +} POLICY_MAPPING; + +DECLARE_STACK_OF(POLICY_MAPPING) + +typedef STACK_OF(POLICY_MAPPING) POLICY_MAPPINGS; + +typedef struct GENERAL_SUBTREE_st { + GENERAL_NAME *base; + ASN1_INTEGER *minimum; + ASN1_INTEGER *maximum; +} GENERAL_SUBTREE; + +DECLARE_STACK_OF(GENERAL_SUBTREE) + +struct NAME_CONSTRAINTS_st { + STACK_OF(GENERAL_SUBTREE) *permittedSubtrees; + STACK_OF(GENERAL_SUBTREE) *excludedSubtrees; +}; + +typedef struct POLICY_CONSTRAINTS_st { + ASN1_INTEGER *requireExplicitPolicy; + ASN1_INTEGER *inhibitPolicyMapping; +} POLICY_CONSTRAINTS; + +/* Proxy certificate structures, see RFC 3820 */ +typedef struct PROXY_POLICY_st { + ASN1_OBJECT *policyLanguage; + ASN1_OCTET_STRING *policy; +} PROXY_POLICY; + +typedef struct PROXY_CERT_INFO_EXTENSION_st { + ASN1_INTEGER *pcPathLengthConstraint; + PROXY_POLICY *proxyPolicy; +} PROXY_CERT_INFO_EXTENSION; + +DECLARE_ASN1_FUNCTIONS(PROXY_POLICY) +DECLARE_ASN1_FUNCTIONS(PROXY_CERT_INFO_EXTENSION) + +struct ISSUING_DIST_POINT_st { + DIST_POINT_NAME *distpoint; + int onlyuser; + int onlyCA; + ASN1_BIT_STRING *onlysomereasons; + int indirectCRL; + int onlyattr; +}; + +/* Values in idp_flags field */ +/* IDP present */ +# define IDP_PRESENT 0x1 +/* IDP values inconsistent */ +# define IDP_INVALID 0x2 +/* onlyuser true */ +# define IDP_ONLYUSER 0x4 +/* onlyCA true */ +# define IDP_ONLYCA 0x8 +/* onlyattr true */ +# define IDP_ONLYATTR 0x10 +/* indirectCRL true */ +# define IDP_INDIRECT 0x20 +/* onlysomereasons present */ +# define IDP_REASONS 0x40 + +# define X509V3_conf_err(val) ERR_add_error_data(6, "section:", val->section, \ +",name:", val->name, ",value:", val->value); + +# define X509V3_set_ctx_test(ctx) \ + X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST) +# define X509V3_set_ctx_nodb(ctx) (ctx)->db = NULL; + +# define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \ + 0,0,0,0, \ + 0,0, \ + (X509V3_EXT_I2V)i2v_ASN1_BIT_STRING, \ + (X509V3_EXT_V2I)v2i_ASN1_BIT_STRING, \ + NULL, NULL, \ + table} + +# define EXT_IA5STRING(nid) { nid, 0, ASN1_ITEM_ref(ASN1_IA5STRING), \ + 0,0,0,0, \ + (X509V3_EXT_I2S)i2s_ASN1_IA5STRING, \ + (X509V3_EXT_S2I)s2i_ASN1_IA5STRING, \ + 0,0,0,0, \ + NULL} + +# define EXT_END { -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} + +/* X509_PURPOSE stuff */ + +# define EXFLAG_BCONS 0x1 +# define EXFLAG_KUSAGE 0x2 +# define EXFLAG_XKUSAGE 0x4 +# define EXFLAG_NSCERT 0x8 + +# define EXFLAG_CA 0x10 +/* Really self issued not necessarily self signed */ +# define EXFLAG_SI 0x20 +# define EXFLAG_V1 0x40 +# define EXFLAG_INVALID 0x80 +# define EXFLAG_SET 0x100 +# define EXFLAG_CRITICAL 0x200 +# define EXFLAG_PROXY 0x400 + +# define EXFLAG_INVALID_POLICY 0x800 +# define EXFLAG_FRESHEST 0x1000 +/* Self signed */ +# define EXFLAG_SS 0x2000 + +# define KU_DIGITAL_SIGNATURE 0x0080 +# define KU_NON_REPUDIATION 0x0040 +# define KU_KEY_ENCIPHERMENT 0x0020 +# define KU_DATA_ENCIPHERMENT 0x0010 +# define KU_KEY_AGREEMENT 0x0008 +# define KU_KEY_CERT_SIGN 0x0004 +# define KU_CRL_SIGN 0x0002 +# define KU_ENCIPHER_ONLY 0x0001 +# define KU_DECIPHER_ONLY 0x8000 + +# define NS_SSL_CLIENT 0x80 +# define NS_SSL_SERVER 0x40 +# define NS_SMIME 0x20 +# define NS_OBJSIGN 0x10 +# define NS_SSL_CA 0x04 +# define NS_SMIME_CA 0x02 +# define NS_OBJSIGN_CA 0x01 +# define NS_ANY_CA (NS_SSL_CA|NS_SMIME_CA|NS_OBJSIGN_CA) + +# define XKU_SSL_SERVER 0x1 +# define XKU_SSL_CLIENT 0x2 +# define XKU_SMIME 0x4 +# define XKU_CODE_SIGN 0x8 +# define XKU_SGC 0x10 +# define XKU_OCSP_SIGN 0x20 +# define XKU_TIMESTAMP 0x40 +# define XKU_DVCS 0x80 +# define XKU_ANYEKU 0x100 + +# define X509_PURPOSE_DYNAMIC 0x1 +# define X509_PURPOSE_DYNAMIC_NAME 0x2 + +typedef struct x509_purpose_st { + int purpose; + int trust; /* Default trust ID */ + int flags; + int (*check_purpose) (const struct x509_purpose_st *, const X509 *, int); + char *name; + char *sname; + void *usr_data; +} X509_PURPOSE; + +# define X509_PURPOSE_SSL_CLIENT 1 +# define X509_PURPOSE_SSL_SERVER 2 +# define X509_PURPOSE_NS_SSL_SERVER 3 +# define X509_PURPOSE_SMIME_SIGN 4 +# define X509_PURPOSE_SMIME_ENCRYPT 5 +# define X509_PURPOSE_CRL_SIGN 6 +# define X509_PURPOSE_ANY 7 +# define X509_PURPOSE_OCSP_HELPER 8 +# define X509_PURPOSE_TIMESTAMP_SIGN 9 + +# define X509_PURPOSE_MIN 1 +# define X509_PURPOSE_MAX 9 + +/* Flags for X509V3_EXT_print() */ + +# define X509V3_EXT_UNKNOWN_MASK (0xfL << 16) +/* Return error for unknown extensions */ +# define X509V3_EXT_DEFAULT 0 +/* Print error for unknown extensions */ +# define X509V3_EXT_ERROR_UNKNOWN (1L << 16) +/* ASN1 parse unknown extensions */ +# define X509V3_EXT_PARSE_UNKNOWN (2L << 16) +/* BIO_dump unknown extensions */ +# define X509V3_EXT_DUMP_UNKNOWN (3L << 16) + +/* Flags for X509V3_add1_i2d */ + +# define X509V3_ADD_OP_MASK 0xfL +# define X509V3_ADD_DEFAULT 0L +# define X509V3_ADD_APPEND 1L +# define X509V3_ADD_REPLACE 2L +# define X509V3_ADD_REPLACE_EXISTING 3L +# define X509V3_ADD_KEEP_EXISTING 4L +# define X509V3_ADD_DELETE 5L +# define X509V3_ADD_SILENT 0x10 + +DECLARE_STACK_OF(X509_PURPOSE) + +DECLARE_ASN1_FUNCTIONS(BASIC_CONSTRAINTS) + +DECLARE_ASN1_FUNCTIONS(SXNET) +DECLARE_ASN1_FUNCTIONS(SXNETID) + +int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen); +int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, + int userlen); +int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, + int userlen); + +ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone); +ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone); +ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone); + +DECLARE_ASN1_FUNCTIONS(AUTHORITY_KEYID) + +DECLARE_ASN1_FUNCTIONS(PKEY_USAGE_PERIOD) + +DECLARE_ASN1_FUNCTIONS(GENERAL_NAME) +GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a); +int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b); + +ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, + X509V3_CTX *ctx, + STACK_OF(CONF_VALUE) *nval); +STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, + ASN1_BIT_STRING *bits, + STACK_OF(CONF_VALUE) *extlist); + +STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, + GENERAL_NAME *gen, + STACK_OF(CONF_VALUE) *ret); +int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen); + +DECLARE_ASN1_FUNCTIONS(GENERAL_NAMES) + +STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, + GENERAL_NAMES *gen, + STACK_OF(CONF_VALUE) *extlist); +GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, + X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval); + +DECLARE_ASN1_FUNCTIONS(OTHERNAME) +DECLARE_ASN1_FUNCTIONS(EDIPARTYNAME) +int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b); +void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value); +void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype); +int GENERAL_NAME_set0_othername(GENERAL_NAME *gen, + ASN1_OBJECT *oid, ASN1_TYPE *value); +int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, + ASN1_OBJECT **poid, ASN1_TYPE **pvalue); + +char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, + ASN1_OCTET_STRING *ia5); +ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, + X509V3_CTX *ctx, char *str); + +DECLARE_ASN1_FUNCTIONS(EXTENDED_KEY_USAGE) +int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION *a); + +DECLARE_ASN1_FUNCTIONS(CERTIFICATEPOLICIES) +DECLARE_ASN1_FUNCTIONS(POLICYINFO) +DECLARE_ASN1_FUNCTIONS(POLICYQUALINFO) +DECLARE_ASN1_FUNCTIONS(USERNOTICE) +DECLARE_ASN1_FUNCTIONS(NOTICEREF) + +DECLARE_ASN1_FUNCTIONS(CRL_DIST_POINTS) +DECLARE_ASN1_FUNCTIONS(DIST_POINT) +DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) +DECLARE_ASN1_FUNCTIONS(ISSUING_DIST_POINT) + +int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname); + +int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); + +DECLARE_ASN1_FUNCTIONS(ACCESS_DESCRIPTION) +DECLARE_ASN1_FUNCTIONS(AUTHORITY_INFO_ACCESS) + +DECLARE_ASN1_ITEM(POLICY_MAPPING) +DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_MAPPING) +DECLARE_ASN1_ITEM(POLICY_MAPPINGS) + +DECLARE_ASN1_ITEM(GENERAL_SUBTREE) +DECLARE_ASN1_ALLOC_FUNCTIONS(GENERAL_SUBTREE) + +DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) +DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) + +DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS) +DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS) + +GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out, + const X509V3_EXT_METHOD *method, + X509V3_CTX *ctx, int gen_type, char *value, + int is_nc); + +# ifdef HEADER_CONF_H +GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, + X509V3_CTX *ctx, CONF_VALUE *cnf); +GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out, + const X509V3_EXT_METHOD *method, + X509V3_CTX *ctx, CONF_VALUE *cnf, + int is_nc); +void X509V3_conf_free(CONF_VALUE *val); + +X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, + char *value); +X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, + char *value); +int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, + STACK_OF(X509_EXTENSION) **sk); +int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, + X509 *cert); +int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, + X509_REQ *req); +int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, + X509_CRL *crl); + +X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, + X509V3_CTX *ctx, int ext_nid, + char *value); +X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, + char *name, char *value); +int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, + char *section, X509 *cert); +int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, + char *section, X509_REQ *req); +int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, + char *section, X509_CRL *crl); + +int X509V3_add_value_bool_nf(char *name, int asn1_bool, + STACK_OF(CONF_VALUE) **extlist); +int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool); +int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint); +void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf); +void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash); +# endif + +char *X509V3_get_string(X509V3_CTX *ctx, char *name, char *section); +STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, char *section); +void X509V3_string_free(X509V3_CTX *ctx, char *str); +void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section); +void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject, + X509_REQ *req, X509_CRL *crl, int flags); + +int X509V3_add_value(const char *name, const char *value, + STACK_OF(CONF_VALUE) **extlist); +int X509V3_add_value_uchar(const char *name, const unsigned char *value, + STACK_OF(CONF_VALUE) **extlist); +int X509V3_add_value_bool(const char *name, int asn1_bool, + STACK_OF(CONF_VALUE) **extlist); +int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, + STACK_OF(CONF_VALUE) **extlist); +char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, ASN1_INTEGER *aint); +ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value); +char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, ASN1_ENUMERATED *aint); +char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *meth, + ASN1_ENUMERATED *aint); +int X509V3_EXT_add(X509V3_EXT_METHOD *ext); +int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist); +int X509V3_EXT_add_alias(int nid_to, int nid_from); +void X509V3_EXT_cleanup(void); + +const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext); +const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid); +int X509V3_add_standard_extensions(void); +STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line); +void *X509V3_EXT_d2i(X509_EXTENSION *ext); +void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, + int *idx); +int X509V3_EXT_free(int nid, void *ext_data); + +X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc); +int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, + int crit, unsigned long flags); + +char *hex_to_string(const unsigned char *buffer, long len); +unsigned char *string_to_hex(const char *str, long *len); +int name_cmp(const char *name, const char *cmp); + +void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, + int ml); +int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, + int indent); +int X509V3_EXT_print_fp(FILE *out, X509_EXTENSION *ext, int flag, int indent); + +int X509V3_extensions_print(BIO *out, char *title, + STACK_OF(X509_EXTENSION) *exts, + unsigned long flag, int indent); + +int X509_check_ca(X509 *x); +int X509_check_purpose(X509 *x, int id, int ca); +int X509_supported_extension(X509_EXTENSION *ex); +int X509_PURPOSE_set(int *p, int purpose); +int X509_check_issued(X509 *issuer, X509 *subject); +int X509_check_akid(X509 *issuer, AUTHORITY_KEYID *akid); +int X509_PURPOSE_get_count(void); +X509_PURPOSE *X509_PURPOSE_get0(int idx); +int X509_PURPOSE_get_by_sname(char *sname); +int X509_PURPOSE_get_by_id(int id); +int X509_PURPOSE_add(int id, int trust, int flags, + int (*ck) (const X509_PURPOSE *, const X509 *, int), + char *name, char *sname, void *arg); +char *X509_PURPOSE_get0_name(X509_PURPOSE *xp); +char *X509_PURPOSE_get0_sname(X509_PURPOSE *xp); +int X509_PURPOSE_get_trust(X509_PURPOSE *xp); +void X509_PURPOSE_cleanup(void); +int X509_PURPOSE_get_id(X509_PURPOSE *); + +STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x); +STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x); +void X509_email_free(STACK_OF(OPENSSL_STRING) *sk); +STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x); +/* Flags for X509_check_* functions */ + +/* + * Always check subject name for host match even if subject alt names present + */ +# define X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT 0x1 +/* Disable wildcard matching for dnsName fields and common name. */ +# define X509_CHECK_FLAG_NO_WILDCARDS 0x2 +/* Wildcards must not match a partial label. */ +# define X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS 0x4 +/* Allow (non-partial) wildcards to match multiple labels. */ +# define X509_CHECK_FLAG_MULTI_LABEL_WILDCARDS 0x8 +/* Constraint verifier subdomain patterns to match a single labels. */ +# define X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS 0x10 +/* + * Match reference identifiers starting with "." to any sub-domain. + * This is a non-public flag, turned on implicitly when the subject + * reference identity is a DNS name. + */ +# define _X509_CHECK_FLAG_DOT_SUBDOMAINS 0x8000 + +int X509_check_host(X509 *x, const char *chk, size_t chklen, + unsigned int flags, char **peername); +int X509_check_email(X509 *x, const char *chk, size_t chklen, + unsigned int flags); +int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, + unsigned int flags); +int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags); + +ASN1_OCTET_STRING *a2i_IPADDRESS(const char *ipasc); +ASN1_OCTET_STRING *a2i_IPADDRESS_NC(const char *ipasc); +int a2i_ipadd(unsigned char *ipout, const char *ipasc); +int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk, + unsigned long chtype); + +void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent); +DECLARE_STACK_OF(X509_POLICY_NODE) + +# ifndef OPENSSL_NO_RFC3779 + +typedef struct ASRange_st { + ASN1_INTEGER *min, *max; +} ASRange; + +# define ASIdOrRange_id 0 +# define ASIdOrRange_range 1 + +typedef struct ASIdOrRange_st { + int type; + union { + ASN1_INTEGER *id; + ASRange *range; + } u; +} ASIdOrRange; + +typedef STACK_OF(ASIdOrRange) ASIdOrRanges; +DECLARE_STACK_OF(ASIdOrRange) + +# define ASIdentifierChoice_inherit 0 +# define ASIdentifierChoice_asIdsOrRanges 1 + +typedef struct ASIdentifierChoice_st { + int type; + union { + ASN1_NULL *inherit; + ASIdOrRanges *asIdsOrRanges; + } u; +} ASIdentifierChoice; + +typedef struct ASIdentifiers_st { + ASIdentifierChoice *asnum, *rdi; +} ASIdentifiers; + +DECLARE_ASN1_FUNCTIONS(ASRange) +DECLARE_ASN1_FUNCTIONS(ASIdOrRange) +DECLARE_ASN1_FUNCTIONS(ASIdentifierChoice) +DECLARE_ASN1_FUNCTIONS(ASIdentifiers) + +typedef struct IPAddressRange_st { + ASN1_BIT_STRING *min, *max; +} IPAddressRange; + +# define IPAddressOrRange_addressPrefix 0 +# define IPAddressOrRange_addressRange 1 + +typedef struct IPAddressOrRange_st { + int type; + union { + ASN1_BIT_STRING *addressPrefix; + IPAddressRange *addressRange; + } u; +} IPAddressOrRange; + +typedef STACK_OF(IPAddressOrRange) IPAddressOrRanges; +DECLARE_STACK_OF(IPAddressOrRange) + +# define IPAddressChoice_inherit 0 +# define IPAddressChoice_addressesOrRanges 1 + +typedef struct IPAddressChoice_st { + int type; + union { + ASN1_NULL *inherit; + IPAddressOrRanges *addressesOrRanges; + } u; +} IPAddressChoice; + +typedef struct IPAddressFamily_st { + ASN1_OCTET_STRING *addressFamily; + IPAddressChoice *ipAddressChoice; +} IPAddressFamily; + +typedef STACK_OF(IPAddressFamily) IPAddrBlocks; +DECLARE_STACK_OF(IPAddressFamily) + +DECLARE_ASN1_FUNCTIONS(IPAddressRange) +DECLARE_ASN1_FUNCTIONS(IPAddressOrRange) +DECLARE_ASN1_FUNCTIONS(IPAddressChoice) +DECLARE_ASN1_FUNCTIONS(IPAddressFamily) + +/* + * API tag for elements of the ASIdentifer SEQUENCE. + */ +# define V3_ASID_ASNUM 0 +# define V3_ASID_RDI 1 + +/* + * AFI values, assigned by IANA. It'd be nice to make the AFI + * handling code totally generic, but there are too many little things + * that would need to be defined for other address families for it to + * be worth the trouble. + */ +# define IANA_AFI_IPV4 1 +# define IANA_AFI_IPV6 2 + +/* + * Utilities to construct and extract values from RFC3779 extensions, + * since some of the encodings (particularly for IP address prefixes + * and ranges) are a bit tedious to work with directly. + */ +int v3_asid_add_inherit(ASIdentifiers *asid, int which); +int v3_asid_add_id_or_range(ASIdentifiers *asid, int which, + ASN1_INTEGER *min, ASN1_INTEGER *max); +int v3_addr_add_inherit(IPAddrBlocks *addr, + const unsigned afi, const unsigned *safi); +int v3_addr_add_prefix(IPAddrBlocks *addr, + const unsigned afi, const unsigned *safi, + unsigned char *a, const int prefixlen); +int v3_addr_add_range(IPAddrBlocks *addr, + const unsigned afi, const unsigned *safi, + unsigned char *min, unsigned char *max); +unsigned v3_addr_get_afi(const IPAddressFamily *f); +int v3_addr_get_range(IPAddressOrRange *aor, const unsigned afi, + unsigned char *min, unsigned char *max, + const int length); + +/* + * Canonical forms. + */ +int v3_asid_is_canonical(ASIdentifiers *asid); +int v3_addr_is_canonical(IPAddrBlocks *addr); +int v3_asid_canonize(ASIdentifiers *asid); +int v3_addr_canonize(IPAddrBlocks *addr); + +/* + * Tests for inheritance and containment. + */ +int v3_asid_inherits(ASIdentifiers *asid); +int v3_addr_inherits(IPAddrBlocks *addr); +int v3_asid_subset(ASIdentifiers *a, ASIdentifiers *b); +int v3_addr_subset(IPAddrBlocks *a, IPAddrBlocks *b); + +/* + * Check whether RFC 3779 extensions nest properly in chains. + */ +int v3_asid_validate_path(X509_STORE_CTX *); +int v3_addr_validate_path(X509_STORE_CTX *); +int v3_asid_validate_resource_set(STACK_OF(X509) *chain, + ASIdentifiers *ext, int allow_inheritance); +int v3_addr_validate_resource_set(STACK_OF(X509) *chain, + IPAddrBlocks *ext, int allow_inheritance); + +# endif /* OPENSSL_NO_RFC3779 */ + +/* BEGIN ERROR CODES */ +/* + * The following lines are auto generated by the script mkerr.pl. Any changes + * made after this point may be overwritten when the script is next run. + */ +void ERR_load_X509V3_strings(void); + +/* Error codes for the X509V3 functions. */ + +/* Function codes. */ +# define X509V3_F_A2I_GENERAL_NAME 164 +# define X509V3_F_ASIDENTIFIERCHOICE_CANONIZE 161 +# define X509V3_F_ASIDENTIFIERCHOICE_IS_CANONICAL 162 +# define X509V3_F_COPY_EMAIL 122 +# define X509V3_F_COPY_ISSUER 123 +# define X509V3_F_DO_DIRNAME 144 +# define X509V3_F_DO_EXT_CONF 124 +# define X509V3_F_DO_EXT_I2D 135 +# define X509V3_F_DO_EXT_NCONF 151 +# define X509V3_F_DO_I2V_NAME_CONSTRAINTS 148 +# define X509V3_F_GNAMES_FROM_SECTNAME 156 +# define X509V3_F_HEX_TO_STRING 111 +# define X509V3_F_I2S_ASN1_ENUMERATED 121 +# define X509V3_F_I2S_ASN1_IA5STRING 149 +# define X509V3_F_I2S_ASN1_INTEGER 120 +# define X509V3_F_I2V_AUTHORITY_INFO_ACCESS 138 +# define X509V3_F_NOTICE_SECTION 132 +# define X509V3_F_NREF_NOS 133 +# define X509V3_F_POLICY_SECTION 131 +# define X509V3_F_PROCESS_PCI_VALUE 150 +# define X509V3_F_R2I_CERTPOL 130 +# define X509V3_F_R2I_PCI 155 +# define X509V3_F_S2I_ASN1_IA5STRING 100 +# define X509V3_F_S2I_ASN1_INTEGER 108 +# define X509V3_F_S2I_ASN1_OCTET_STRING 112 +# define X509V3_F_S2I_ASN1_SKEY_ID 114 +# define X509V3_F_S2I_SKEY_ID 115 +# define X509V3_F_SET_DIST_POINT_NAME 158 +# define X509V3_F_STRING_TO_HEX 113 +# define X509V3_F_SXNET_ADD_ID_ASC 125 +# define X509V3_F_SXNET_ADD_ID_INTEGER 126 +# define X509V3_F_SXNET_ADD_ID_ULONG 127 +# define X509V3_F_SXNET_GET_ID_ASC 128 +# define X509V3_F_SXNET_GET_ID_ULONG 129 +# define X509V3_F_V2I_ASIDENTIFIERS 163 +# define X509V3_F_V2I_ASN1_BIT_STRING 101 +# define X509V3_F_V2I_AUTHORITY_INFO_ACCESS 139 +# define X509V3_F_V2I_AUTHORITY_KEYID 119 +# define X509V3_F_V2I_BASIC_CONSTRAINTS 102 +# define X509V3_F_V2I_CRLD 134 +# define X509V3_F_V2I_EXTENDED_KEY_USAGE 103 +# define X509V3_F_V2I_GENERAL_NAMES 118 +# define X509V3_F_V2I_GENERAL_NAME_EX 117 +# define X509V3_F_V2I_IDP 157 +# define X509V3_F_V2I_IPADDRBLOCKS 159 +# define X509V3_F_V2I_ISSUER_ALT 153 +# define X509V3_F_V2I_NAME_CONSTRAINTS 147 +# define X509V3_F_V2I_POLICY_CONSTRAINTS 146 +# define X509V3_F_V2I_POLICY_MAPPINGS 145 +# define X509V3_F_V2I_SUBJECT_ALT 154 +# define X509V3_F_V3_ADDR_VALIDATE_PATH_INTERNAL 160 +# define X509V3_F_V3_GENERIC_EXTENSION 116 +# define X509V3_F_X509V3_ADD1_I2D 140 +# define X509V3_F_X509V3_ADD_VALUE 105 +# define X509V3_F_X509V3_EXT_ADD 104 +# define X509V3_F_X509V3_EXT_ADD_ALIAS 106 +# define X509V3_F_X509V3_EXT_CONF 107 +# define X509V3_F_X509V3_EXT_FREE 165 +# define X509V3_F_X509V3_EXT_I2D 136 +# define X509V3_F_X509V3_EXT_NCONF 152 +# define X509V3_F_X509V3_GET_SECTION 142 +# define X509V3_F_X509V3_GET_STRING 143 +# define X509V3_F_X509V3_GET_VALUE_BOOL 110 +# define X509V3_F_X509V3_PARSE_LIST 109 +# define X509V3_F_X509_PURPOSE_ADD 137 +# define X509V3_F_X509_PURPOSE_SET 141 + +/* Reason codes. */ +# define X509V3_R_BAD_IP_ADDRESS 118 +# define X509V3_R_BAD_OBJECT 119 +# define X509V3_R_BN_DEC2BN_ERROR 100 +# define X509V3_R_BN_TO_ASN1_INTEGER_ERROR 101 +# define X509V3_R_CANNOT_FIND_FREE_FUNCTION 168 +# define X509V3_R_DIRNAME_ERROR 149 +# define X509V3_R_DISTPOINT_ALREADY_SET 160 +# define X509V3_R_DUPLICATE_ZONE_ID 133 +# define X509V3_R_ERROR_CONVERTING_ZONE 131 +# define X509V3_R_ERROR_CREATING_EXTENSION 144 +# define X509V3_R_ERROR_IN_EXTENSION 128 +# define X509V3_R_EXPECTED_A_SECTION_NAME 137 +# define X509V3_R_EXTENSION_EXISTS 145 +# define X509V3_R_EXTENSION_NAME_ERROR 115 +# define X509V3_R_EXTENSION_NOT_FOUND 102 +# define X509V3_R_EXTENSION_SETTING_NOT_SUPPORTED 103 +# define X509V3_R_EXTENSION_VALUE_ERROR 116 +# define X509V3_R_ILLEGAL_EMPTY_EXTENSION 151 +# define X509V3_R_ILLEGAL_HEX_DIGIT 113 +# define X509V3_R_INCORRECT_POLICY_SYNTAX_TAG 152 +# define X509V3_R_INVALID_ASNUMBER 162 +# define X509V3_R_INVALID_ASRANGE 163 +# define X509V3_R_INVALID_BOOLEAN_STRING 104 +# define X509V3_R_INVALID_EXTENSION_STRING 105 +# define X509V3_R_INVALID_INHERITANCE 165 +# define X509V3_R_INVALID_IPADDRESS 166 +# define X509V3_R_INVALID_MULTIPLE_RDNS 161 +# define X509V3_R_INVALID_NAME 106 +# define X509V3_R_INVALID_NULL_ARGUMENT 107 +# define X509V3_R_INVALID_NULL_NAME 108 +# define X509V3_R_INVALID_NULL_VALUE 109 +# define X509V3_R_INVALID_NUMBER 140 +# define X509V3_R_INVALID_NUMBERS 141 +# define X509V3_R_INVALID_OBJECT_IDENTIFIER 110 +# define X509V3_R_INVALID_OPTION 138 +# define X509V3_R_INVALID_POLICY_IDENTIFIER 134 +# define X509V3_R_INVALID_PROXY_POLICY_SETTING 153 +# define X509V3_R_INVALID_PURPOSE 146 +# define X509V3_R_INVALID_SAFI 164 +# define X509V3_R_INVALID_SECTION 135 +# define X509V3_R_INVALID_SYNTAX 143 +# define X509V3_R_ISSUER_DECODE_ERROR 126 +# define X509V3_R_MISSING_VALUE 124 +# define X509V3_R_NEED_ORGANIZATION_AND_NUMBERS 142 +# define X509V3_R_NO_CONFIG_DATABASE 136 +# define X509V3_R_NO_ISSUER_CERTIFICATE 121 +# define X509V3_R_NO_ISSUER_DETAILS 127 +# define X509V3_R_NO_POLICY_IDENTIFIER 139 +# define X509V3_R_NO_PROXY_CERT_POLICY_LANGUAGE_DEFINED 154 +# define X509V3_R_NO_PUBLIC_KEY 114 +# define X509V3_R_NO_SUBJECT_DETAILS 125 +# define X509V3_R_ODD_NUMBER_OF_DIGITS 112 +# define X509V3_R_OPERATION_NOT_DEFINED 148 +# define X509V3_R_OTHERNAME_ERROR 147 +# define X509V3_R_POLICY_LANGUAGE_ALREADY_DEFINED 155 +# define X509V3_R_POLICY_PATH_LENGTH 156 +# define X509V3_R_POLICY_PATH_LENGTH_ALREADY_DEFINED 157 +# define X509V3_R_POLICY_SYNTAX_NOT_CURRENTLY_SUPPORTED 158 +# define X509V3_R_POLICY_WHEN_PROXY_LANGUAGE_REQUIRES_NO_POLICY 159 +# define X509V3_R_SECTION_NOT_FOUND 150 +# define X509V3_R_UNABLE_TO_GET_ISSUER_DETAILS 122 +# define X509V3_R_UNABLE_TO_GET_ISSUER_KEYID 123 +# define X509V3_R_UNKNOWN_BIT_STRING_ARGUMENT 111 +# define X509V3_R_UNKNOWN_EXTENSION 129 +# define X509V3_R_UNKNOWN_EXTENSION_NAME 130 +# define X509V3_R_UNKNOWN_OPTION 120 +# define X509V3_R_UNSUPPORTED_OPTION 117 +# define X509V3_R_UNSUPPORTED_TYPE 167 +# define X509V3_R_USER_TOO_LONG 132 + +#ifdef __cplusplus +} +#endif +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/pthread-barrier.h b/frappe/.node-gyp/6.7.0/include/node/pthread-barrier.h new file mode 100644 index 00000000..084e1c2d --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/pthread-barrier.h @@ -0,0 +1,64 @@ +/* +Copyright (c) 2016, Kari Tristan Helgason + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +*/ + +#ifndef _UV_PTHREAD_BARRIER_ +#define _UV_PTHREAD_BARRIER_ +#include +#include +#include /* sem_t */ + +#define PTHREAD_BARRIER_SERIAL_THREAD 0x12345 + +/* + * To maintain ABI compatibility with + * libuv v1.x struct is padded according + * to target platform + */ +#if defined(__ANDROID__) +# define UV_BARRIER_STRUCT_PADDING \ + sizeof(pthread_mutex_t) + \ + sizeof(pthread_cond_t) + \ + sizeof(unsigned int) - \ + sizeof(void *) +#elif defined(__APPLE__) +# define UV_BARRIER_STRUCT_PADDING \ + sizeof(pthread_mutex_t) + \ + 2 * sizeof(sem_t) + \ + 2 * sizeof(unsigned int) - \ + sizeof(void *) +#endif + +typedef struct { + pthread_mutex_t mutex; + pthread_cond_t cond; + unsigned threshold; + unsigned in; + unsigned out; +} _uv_barrier; + +typedef struct { + _uv_barrier* b; + char _pad[UV_BARRIER_STRUCT_PADDING]; +} pthread_barrier_t; + +int pthread_barrier_init(pthread_barrier_t* barrier, + const void* barrier_attr, + unsigned count); + +int pthread_barrier_wait(pthread_barrier_t* barrier); +int pthread_barrier_destroy(pthread_barrier_t *barrier); + +#endif /* _UV_PTHREAD_BARRIER_ */ diff --git a/frappe/.node-gyp/6.7.0/include/node/pthread-fixes.h b/frappe/.node-gyp/6.7.0/include/node/pthread-fixes.h new file mode 100644 index 00000000..88c6b669 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/pthread-fixes.h @@ -0,0 +1,72 @@ +/* Copyright (c) 2013, Sony Mobile Communications AB + * Copyright (c) 2012, Google Inc. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + * Neither the name of Google Inc. nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + +#ifndef GOOGLE_BREAKPAD_COMMON_ANDROID_TESTING_PTHREAD_FIXES_H +#define GOOGLE_BREAKPAD_COMMON_ANDROID_TESTING_PTHREAD_FIXES_H + +#include + + +/*Android doesn't provide pthread_barrier_t for now.*/ +#ifndef PTHREAD_BARRIER_SERIAL_THREAD + +/* Anything except 0 will do here.*/ +#define PTHREAD_BARRIER_SERIAL_THREAD 0x12345 + +typedef struct { + pthread_mutex_t mutex; + pthread_cond_t cond; + unsigned count; +} pthread_barrier_t; + +int pthread_barrier_init(pthread_barrier_t* barrier, + const void* barrier_attr, + unsigned count); + +int pthread_barrier_wait(pthread_barrier_t* barrier); +int pthread_barrier_destroy(pthread_barrier_t *barrier); +#endif /* defined(PTHREAD_BARRIER_SERIAL_THREAD) */ + +int pthread_yield(void); + +/* Workaround pthread_sigmask() returning EINVAL on versions < 4.1 by + * replacing all calls to pthread_sigmask with sigprocmask. See: + * https://android.googlesource.com/platform/bionic/+/9bf330b5 + * https://code.google.com/p/android/issues/detail?id=15337 + */ +int uv__pthread_sigmask(int how, const sigset_t* set, sigset_t* oset); + +#ifdef pthread_sigmask +#undef pthread_sigmask +#endif +#define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) + +#endif /* GOOGLE_BREAKPAD_COMMON_ANDROID_TESTING_PTHREAD_FIXES_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/stdint-msvc2008.h b/frappe/.node-gyp/6.7.0/include/node/stdint-msvc2008.h new file mode 100644 index 00000000..d02608a5 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/stdint-msvc2008.h @@ -0,0 +1,247 @@ +// ISO C9x compliant stdint.h for Microsoft Visual Studio +// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 +// +// Copyright (c) 2006-2008 Alexander Chemeris +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are met: +// +// 1. Redistributions of source code must retain the above copyright notice, +// this list of conditions and the following disclaimer. +// +// 2. Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimer in the +// documentation and/or other materials provided with the distribution. +// +// 3. The name of the author may be used to endorse or promote products +// derived from this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +// EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +/////////////////////////////////////////////////////////////////////////////// + +#ifndef _MSC_VER // [ +#error "Use this header only with Microsoft Visual C++ compilers!" +#endif // _MSC_VER ] + +#ifndef _MSC_STDINT_H_ // [ +#define _MSC_STDINT_H_ + +#if _MSC_VER > 1000 +#pragma once +#endif + +#include + +// For Visual Studio 6 in C++ mode and for many Visual Studio versions when +// compiling for ARM we should wrap include with 'extern "C++" {}' +// or compiler give many errors like this: +// error C2733: second C linkage of overloaded function 'wmemchr' not allowed +#ifdef __cplusplus +extern "C" { +#endif +# include +#ifdef __cplusplus +} +#endif + +// Define _W64 macros to mark types changing their size, like intptr_t. +#ifndef _W64 +# if !defined(__midl) && (defined(_X86_) || defined(_M_IX86)) && _MSC_VER >= 1300 +# define _W64 __w64 +# else +# define _W64 +# endif +#endif + + +// 7.18.1 Integer types + +// 7.18.1.1 Exact-width integer types + +// Visual Studio 6 and Embedded Visual C++ 4 doesn't +// realize that, e.g. char has the same size as __int8 +// so we give up on __intX for them. +#if (_MSC_VER < 1300) + typedef signed char int8_t; + typedef signed short int16_t; + typedef signed int int32_t; + typedef unsigned char uint8_t; + typedef unsigned short uint16_t; + typedef unsigned int uint32_t; +#else + typedef signed __int8 int8_t; + typedef signed __int16 int16_t; + typedef signed __int32 int32_t; + typedef unsigned __int8 uint8_t; + typedef unsigned __int16 uint16_t; + typedef unsigned __int32 uint32_t; +#endif +typedef signed __int64 int64_t; +typedef unsigned __int64 uint64_t; + + +// 7.18.1.2 Minimum-width integer types +typedef int8_t int_least8_t; +typedef int16_t int_least16_t; +typedef int32_t int_least32_t; +typedef int64_t int_least64_t; +typedef uint8_t uint_least8_t; +typedef uint16_t uint_least16_t; +typedef uint32_t uint_least32_t; +typedef uint64_t uint_least64_t; + +// 7.18.1.3 Fastest minimum-width integer types +typedef int8_t int_fast8_t; +typedef int16_t int_fast16_t; +typedef int32_t int_fast32_t; +typedef int64_t int_fast64_t; +typedef uint8_t uint_fast8_t; +typedef uint16_t uint_fast16_t; +typedef uint32_t uint_fast32_t; +typedef uint64_t uint_fast64_t; + +// 7.18.1.4 Integer types capable of holding object pointers +#ifdef _WIN64 // [ + typedef signed __int64 intptr_t; + typedef unsigned __int64 uintptr_t; +#else // _WIN64 ][ + typedef _W64 signed int intptr_t; + typedef _W64 unsigned int uintptr_t; +#endif // _WIN64 ] + +// 7.18.1.5 Greatest-width integer types +typedef int64_t intmax_t; +typedef uint64_t uintmax_t; + + +// 7.18.2 Limits of specified-width integer types + +#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259 + +// 7.18.2.1 Limits of exact-width integer types +#define INT8_MIN ((int8_t)_I8_MIN) +#define INT8_MAX _I8_MAX +#define INT16_MIN ((int16_t)_I16_MIN) +#define INT16_MAX _I16_MAX +#define INT32_MIN ((int32_t)_I32_MIN) +#define INT32_MAX _I32_MAX +#define INT64_MIN ((int64_t)_I64_MIN) +#define INT64_MAX _I64_MAX +#define UINT8_MAX _UI8_MAX +#define UINT16_MAX _UI16_MAX +#define UINT32_MAX _UI32_MAX +#define UINT64_MAX _UI64_MAX + +// 7.18.2.2 Limits of minimum-width integer types +#define INT_LEAST8_MIN INT8_MIN +#define INT_LEAST8_MAX INT8_MAX +#define INT_LEAST16_MIN INT16_MIN +#define INT_LEAST16_MAX INT16_MAX +#define INT_LEAST32_MIN INT32_MIN +#define INT_LEAST32_MAX INT32_MAX +#define INT_LEAST64_MIN INT64_MIN +#define INT_LEAST64_MAX INT64_MAX +#define UINT_LEAST8_MAX UINT8_MAX +#define UINT_LEAST16_MAX UINT16_MAX +#define UINT_LEAST32_MAX UINT32_MAX +#define UINT_LEAST64_MAX UINT64_MAX + +// 7.18.2.3 Limits of fastest minimum-width integer types +#define INT_FAST8_MIN INT8_MIN +#define INT_FAST8_MAX INT8_MAX +#define INT_FAST16_MIN INT16_MIN +#define INT_FAST16_MAX INT16_MAX +#define INT_FAST32_MIN INT32_MIN +#define INT_FAST32_MAX INT32_MAX +#define INT_FAST64_MIN INT64_MIN +#define INT_FAST64_MAX INT64_MAX +#define UINT_FAST8_MAX UINT8_MAX +#define UINT_FAST16_MAX UINT16_MAX +#define UINT_FAST32_MAX UINT32_MAX +#define UINT_FAST64_MAX UINT64_MAX + +// 7.18.2.4 Limits of integer types capable of holding object pointers +#ifdef _WIN64 // [ +# define INTPTR_MIN INT64_MIN +# define INTPTR_MAX INT64_MAX +# define UINTPTR_MAX UINT64_MAX +#else // _WIN64 ][ +# define INTPTR_MIN INT32_MIN +# define INTPTR_MAX INT32_MAX +# define UINTPTR_MAX UINT32_MAX +#endif // _WIN64 ] + +// 7.18.2.5 Limits of greatest-width integer types +#define INTMAX_MIN INT64_MIN +#define INTMAX_MAX INT64_MAX +#define UINTMAX_MAX UINT64_MAX + +// 7.18.3 Limits of other integer types + +#ifdef _WIN64 // [ +# define PTRDIFF_MIN _I64_MIN +# define PTRDIFF_MAX _I64_MAX +#else // _WIN64 ][ +# define PTRDIFF_MIN _I32_MIN +# define PTRDIFF_MAX _I32_MAX +#endif // _WIN64 ] + +#define SIG_ATOMIC_MIN INT_MIN +#define SIG_ATOMIC_MAX INT_MAX + +#ifndef SIZE_MAX // [ +# ifdef _WIN64 // [ +# define SIZE_MAX _UI64_MAX +# else // _WIN64 ][ +# define SIZE_MAX _UI32_MAX +# endif // _WIN64 ] +#endif // SIZE_MAX ] + +// WCHAR_MIN and WCHAR_MAX are also defined in +#ifndef WCHAR_MIN // [ +# define WCHAR_MIN 0 +#endif // WCHAR_MIN ] +#ifndef WCHAR_MAX // [ +# define WCHAR_MAX _UI16_MAX +#endif // WCHAR_MAX ] + +#define WINT_MIN 0 +#define WINT_MAX _UI16_MAX + +#endif // __STDC_LIMIT_MACROS ] + + +// 7.18.4 Limits of other integer types + +#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) // [ See footnote 224 at page 260 + +// 7.18.4.1 Macros for minimum-width integer constants + +#define INT8_C(val) val##i8 +#define INT16_C(val) val##i16 +#define INT32_C(val) val##i32 +#define INT64_C(val) val##i64 + +#define UINT8_C(val) val##ui8 +#define UINT16_C(val) val##ui16 +#define UINT32_C(val) val##ui32 +#define UINT64_C(val) val##ui64 + +// 7.18.4.2 Macros for greatest-width integer constants +#define INTMAX_C INT64_C +#define UINTMAX_C UINT64_C + +#endif // __STDC_CONSTANT_MACROS ] + + +#endif // _MSC_STDINT_H_ ] diff --git a/frappe/.node-gyp/6.7.0/include/node/tree.h b/frappe/.node-gyp/6.7.0/include/node/tree.h new file mode 100644 index 00000000..f936416e --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/tree.h @@ -0,0 +1,768 @@ +/*- + * Copyright 2002 Niels Provos + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +#ifndef UV_TREE_H_ +#define UV_TREE_H_ + +#ifndef UV__UNUSED +# if __GNUC__ +# define UV__UNUSED __attribute__((unused)) +# else +# define UV__UNUSED +# endif +#endif + +/* + * This file defines data structures for different types of trees: + * splay trees and red-black trees. + * + * A splay tree is a self-organizing data structure. Every operation + * on the tree causes a splay to happen. The splay moves the requested + * node to the root of the tree and partly rebalances it. + * + * This has the benefit that request locality causes faster lookups as + * the requested nodes move to the top of the tree. On the other hand, + * every lookup causes memory writes. + * + * The Balance Theorem bounds the total access time for m operations + * and n inserts on an initially empty tree as O((m + n)lg n). The + * amortized cost for a sequence of m accesses to a splay tree is O(lg n); + * + * A red-black tree is a binary search tree with the node color as an + * extra attribute. It fulfills a set of conditions: + * - every search path from the root to a leaf consists of the + * same number of black nodes, + * - each red node (except for the root) has a black parent, + * - each leaf node is black. + * + * Every operation on a red-black tree is bounded as O(lg n). + * The maximum height of a red-black tree is 2lg (n+1). + */ + +#define SPLAY_HEAD(name, type) \ +struct name { \ + struct type *sph_root; /* root of the tree */ \ +} + +#define SPLAY_INITIALIZER(root) \ + { NULL } + +#define SPLAY_INIT(root) do { \ + (root)->sph_root = NULL; \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_ENTRY(type) \ +struct { \ + struct type *spe_left; /* left element */ \ + struct type *spe_right; /* right element */ \ +} + +#define SPLAY_LEFT(elm, field) (elm)->field.spe_left +#define SPLAY_RIGHT(elm, field) (elm)->field.spe_right +#define SPLAY_ROOT(head) (head)->sph_root +#define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) + +/* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */ +#define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ + SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ + SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ + (head)->sph_root = tmp; \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ + SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \ + SPLAY_LEFT(tmp, field) = (head)->sph_root; \ + (head)->sph_root = tmp; \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_LINKLEFT(head, tmp, field) do { \ + SPLAY_LEFT(tmp, field) = (head)->sph_root; \ + tmp = (head)->sph_root; \ + (head)->sph_root = SPLAY_LEFT((head)->sph_root, field); \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_LINKRIGHT(head, tmp, field) do { \ + SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ + tmp = (head)->sph_root; \ + (head)->sph_root = SPLAY_RIGHT((head)->sph_root, field); \ +} while (/*CONSTCOND*/ 0) + +#define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ + SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \ + SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field); \ + SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(node, field); \ + SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(node, field); \ +} while (/*CONSTCOND*/ 0) + +/* Generates prototypes and inline functions */ + +#define SPLAY_PROTOTYPE(name, type, field, cmp) \ +void name##_SPLAY(struct name *, struct type *); \ +void name##_SPLAY_MINMAX(struct name *, int); \ +struct type *name##_SPLAY_INSERT(struct name *, struct type *); \ +struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \ + \ +/* Finds the node with the same key as elm */ \ +static __inline struct type * \ +name##_SPLAY_FIND(struct name *head, struct type *elm) \ +{ \ + if (SPLAY_EMPTY(head)) \ + return(NULL); \ + name##_SPLAY(head, elm); \ + if ((cmp)(elm, (head)->sph_root) == 0) \ + return (head->sph_root); \ + return (NULL); \ +} \ + \ +static __inline struct type * \ +name##_SPLAY_NEXT(struct name *head, struct type *elm) \ +{ \ + name##_SPLAY(head, elm); \ + if (SPLAY_RIGHT(elm, field) != NULL) { \ + elm = SPLAY_RIGHT(elm, field); \ + while (SPLAY_LEFT(elm, field) != NULL) { \ + elm = SPLAY_LEFT(elm, field); \ + } \ + } else \ + elm = NULL; \ + return (elm); \ +} \ + \ +static __inline struct type * \ +name##_SPLAY_MIN_MAX(struct name *head, int val) \ +{ \ + name##_SPLAY_MINMAX(head, val); \ + return (SPLAY_ROOT(head)); \ +} + +/* Main splay operation. + * Moves node close to the key of elm to top + */ +#define SPLAY_GENERATE(name, type, field, cmp) \ +struct type * \ +name##_SPLAY_INSERT(struct name *head, struct type *elm) \ +{ \ + if (SPLAY_EMPTY(head)) { \ + SPLAY_LEFT(elm, field) = SPLAY_RIGHT(elm, field) = NULL; \ + } else { \ + int __comp; \ + name##_SPLAY(head, elm); \ + __comp = (cmp)(elm, (head)->sph_root); \ + if(__comp < 0) { \ + SPLAY_LEFT(elm, field) = SPLAY_LEFT((head)->sph_root, field); \ + SPLAY_RIGHT(elm, field) = (head)->sph_root; \ + SPLAY_LEFT((head)->sph_root, field) = NULL; \ + } else if (__comp > 0) { \ + SPLAY_RIGHT(elm, field) = SPLAY_RIGHT((head)->sph_root, field); \ + SPLAY_LEFT(elm, field) = (head)->sph_root; \ + SPLAY_RIGHT((head)->sph_root, field) = NULL; \ + } else \ + return ((head)->sph_root); \ + } \ + (head)->sph_root = (elm); \ + return (NULL); \ +} \ + \ +struct type * \ +name##_SPLAY_REMOVE(struct name *head, struct type *elm) \ +{ \ + struct type *__tmp; \ + if (SPLAY_EMPTY(head)) \ + return (NULL); \ + name##_SPLAY(head, elm); \ + if ((cmp)(elm, (head)->sph_root) == 0) { \ + if (SPLAY_LEFT((head)->sph_root, field) == NULL) { \ + (head)->sph_root = SPLAY_RIGHT((head)->sph_root, field); \ + } else { \ + __tmp = SPLAY_RIGHT((head)->sph_root, field); \ + (head)->sph_root = SPLAY_LEFT((head)->sph_root, field); \ + name##_SPLAY(head, elm); \ + SPLAY_RIGHT((head)->sph_root, field) = __tmp; \ + } \ + return (elm); \ + } \ + return (NULL); \ +} \ + \ +void \ +name##_SPLAY(struct name *head, struct type *elm) \ +{ \ + struct type __node, *__left, *__right, *__tmp; \ + int __comp; \ + \ + SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL; \ + __left = __right = &__node; \ + \ + while ((__comp = (cmp)(elm, (head)->sph_root)) != 0) { \ + if (__comp < 0) { \ + __tmp = SPLAY_LEFT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if ((cmp)(elm, __tmp) < 0){ \ + SPLAY_ROTATE_RIGHT(head, __tmp, field); \ + if (SPLAY_LEFT((head)->sph_root, field) == NULL) \ + break; \ + } \ + SPLAY_LINKLEFT(head, __right, field); \ + } else if (__comp > 0) { \ + __tmp = SPLAY_RIGHT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if ((cmp)(elm, __tmp) > 0){ \ + SPLAY_ROTATE_LEFT(head, __tmp, field); \ + if (SPLAY_RIGHT((head)->sph_root, field) == NULL) \ + break; \ + } \ + SPLAY_LINKRIGHT(head, __left, field); \ + } \ + } \ + SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ +} \ + \ +/* Splay with either the minimum or the maximum element \ + * Used to find minimum or maximum element in tree. \ + */ \ +void name##_SPLAY_MINMAX(struct name *head, int __comp) \ +{ \ + struct type __node, *__left, *__right, *__tmp; \ + \ + SPLAY_LEFT(&__node, field) = SPLAY_RIGHT(&__node, field) = NULL; \ + __left = __right = &__node; \ + \ + while (1) { \ + if (__comp < 0) { \ + __tmp = SPLAY_LEFT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if (__comp < 0){ \ + SPLAY_ROTATE_RIGHT(head, __tmp, field); \ + if (SPLAY_LEFT((head)->sph_root, field) == NULL) \ + break; \ + } \ + SPLAY_LINKLEFT(head, __right, field); \ + } else if (__comp > 0) { \ + __tmp = SPLAY_RIGHT((head)->sph_root, field); \ + if (__tmp == NULL) \ + break; \ + if (__comp > 0) { \ + SPLAY_ROTATE_LEFT(head, __tmp, field); \ + if (SPLAY_RIGHT((head)->sph_root, field) == NULL) \ + break; \ + } \ + SPLAY_LINKRIGHT(head, __left, field); \ + } \ + } \ + SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ +} + +#define SPLAY_NEGINF -1 +#define SPLAY_INF 1 + +#define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) +#define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) +#define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) +#define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) +#define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \ + : name##_SPLAY_MIN_MAX(x, SPLAY_NEGINF)) +#define SPLAY_MAX(name, x) (SPLAY_EMPTY(x) ? NULL \ + : name##_SPLAY_MIN_MAX(x, SPLAY_INF)) + +#define SPLAY_FOREACH(x, name, head) \ + for ((x) = SPLAY_MIN(name, head); \ + (x) != NULL; \ + (x) = SPLAY_NEXT(name, head, x)) + +/* Macros that define a red-black tree */ +#define RB_HEAD(name, type) \ +struct name { \ + struct type *rbh_root; /* root of the tree */ \ +} + +#define RB_INITIALIZER(root) \ + { NULL } + +#define RB_INIT(root) do { \ + (root)->rbh_root = NULL; \ +} while (/*CONSTCOND*/ 0) + +#define RB_BLACK 0 +#define RB_RED 1 +#define RB_ENTRY(type) \ +struct { \ + struct type *rbe_left; /* left element */ \ + struct type *rbe_right; /* right element */ \ + struct type *rbe_parent; /* parent element */ \ + int rbe_color; /* node color */ \ +} + +#define RB_LEFT(elm, field) (elm)->field.rbe_left +#define RB_RIGHT(elm, field) (elm)->field.rbe_right +#define RB_PARENT(elm, field) (elm)->field.rbe_parent +#define RB_COLOR(elm, field) (elm)->field.rbe_color +#define RB_ROOT(head) (head)->rbh_root +#define RB_EMPTY(head) (RB_ROOT(head) == NULL) + +#define RB_SET(elm, parent, field) do { \ + RB_PARENT(elm, field) = parent; \ + RB_LEFT(elm, field) = RB_RIGHT(elm, field) = NULL; \ + RB_COLOR(elm, field) = RB_RED; \ +} while (/*CONSTCOND*/ 0) + +#define RB_SET_BLACKRED(black, red, field) do { \ + RB_COLOR(black, field) = RB_BLACK; \ + RB_COLOR(red, field) = RB_RED; \ +} while (/*CONSTCOND*/ 0) + +#ifndef RB_AUGMENT +#define RB_AUGMENT(x) do {} while (0) +#endif + +#define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ + (tmp) = RB_RIGHT(elm, field); \ + if ((RB_RIGHT(elm, field) = RB_LEFT(tmp, field)) != NULL) { \ + RB_PARENT(RB_LEFT(tmp, field), field) = (elm); \ + } \ + RB_AUGMENT(elm); \ + if ((RB_PARENT(tmp, field) = RB_PARENT(elm, field)) != NULL) { \ + if ((elm) == RB_LEFT(RB_PARENT(elm, field), field)) \ + RB_LEFT(RB_PARENT(elm, field), field) = (tmp); \ + else \ + RB_RIGHT(RB_PARENT(elm, field), field) = (tmp); \ + } else \ + (head)->rbh_root = (tmp); \ + RB_LEFT(tmp, field) = (elm); \ + RB_PARENT(elm, field) = (tmp); \ + RB_AUGMENT(tmp); \ + if ((RB_PARENT(tmp, field))) \ + RB_AUGMENT(RB_PARENT(tmp, field)); \ +} while (/*CONSTCOND*/ 0) + +#define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ + (tmp) = RB_LEFT(elm, field); \ + if ((RB_LEFT(elm, field) = RB_RIGHT(tmp, field)) != NULL) { \ + RB_PARENT(RB_RIGHT(tmp, field), field) = (elm); \ + } \ + RB_AUGMENT(elm); \ + if ((RB_PARENT(tmp, field) = RB_PARENT(elm, field)) != NULL) { \ + if ((elm) == RB_LEFT(RB_PARENT(elm, field), field)) \ + RB_LEFT(RB_PARENT(elm, field), field) = (tmp); \ + else \ + RB_RIGHT(RB_PARENT(elm, field), field) = (tmp); \ + } else \ + (head)->rbh_root = (tmp); \ + RB_RIGHT(tmp, field) = (elm); \ + RB_PARENT(elm, field) = (tmp); \ + RB_AUGMENT(tmp); \ + if ((RB_PARENT(tmp, field))) \ + RB_AUGMENT(RB_PARENT(tmp, field)); \ +} while (/*CONSTCOND*/ 0) + +/* Generates prototypes and inline functions */ +#define RB_PROTOTYPE(name, type, field, cmp) \ + RB_PROTOTYPE_INTERNAL(name, type, field, cmp,) +#define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ + RB_PROTOTYPE_INTERNAL(name, type, field, cmp, UV__UNUSED static) +#define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ +attr void name##_RB_INSERT_COLOR(struct name *, struct type *); \ +attr void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *);\ +attr struct type *name##_RB_REMOVE(struct name *, struct type *); \ +attr struct type *name##_RB_INSERT(struct name *, struct type *); \ +attr struct type *name##_RB_FIND(struct name *, struct type *); \ +attr struct type *name##_RB_NFIND(struct name *, struct type *); \ +attr struct type *name##_RB_NEXT(struct type *); \ +attr struct type *name##_RB_PREV(struct type *); \ +attr struct type *name##_RB_MINMAX(struct name *, int); \ + \ + +/* Main rb operation. + * Moves node close to the key of elm to top + */ +#define RB_GENERATE(name, type, field, cmp) \ + RB_GENERATE_INTERNAL(name, type, field, cmp,) +#define RB_GENERATE_STATIC(name, type, field, cmp) \ + RB_GENERATE_INTERNAL(name, type, field, cmp, UV__UNUSED static) +#define RB_GENERATE_INTERNAL(name, type, field, cmp, attr) \ +attr void \ +name##_RB_INSERT_COLOR(struct name *head, struct type *elm) \ +{ \ + struct type *parent, *gparent, *tmp; \ + while ((parent = RB_PARENT(elm, field)) != NULL && \ + RB_COLOR(parent, field) == RB_RED) { \ + gparent = RB_PARENT(parent, field); \ + if (parent == RB_LEFT(gparent, field)) { \ + tmp = RB_RIGHT(gparent, field); \ + if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ + RB_COLOR(tmp, field) = RB_BLACK; \ + RB_SET_BLACKRED(parent, gparent, field); \ + elm = gparent; \ + continue; \ + } \ + if (RB_RIGHT(parent, field) == elm) { \ + RB_ROTATE_LEFT(head, parent, tmp, field); \ + tmp = parent; \ + parent = elm; \ + elm = tmp; \ + } \ + RB_SET_BLACKRED(parent, gparent, field); \ + RB_ROTATE_RIGHT(head, gparent, tmp, field); \ + } else { \ + tmp = RB_LEFT(gparent, field); \ + if (tmp && RB_COLOR(tmp, field) == RB_RED) { \ + RB_COLOR(tmp, field) = RB_BLACK; \ + RB_SET_BLACKRED(parent, gparent, field); \ + elm = gparent; \ + continue; \ + } \ + if (RB_LEFT(parent, field) == elm) { \ + RB_ROTATE_RIGHT(head, parent, tmp, field); \ + tmp = parent; \ + parent = elm; \ + elm = tmp; \ + } \ + RB_SET_BLACKRED(parent, gparent, field); \ + RB_ROTATE_LEFT(head, gparent, tmp, field); \ + } \ + } \ + RB_COLOR(head->rbh_root, field) = RB_BLACK; \ +} \ + \ +attr void \ +name##_RB_REMOVE_COLOR(struct name *head, struct type *parent, \ + struct type *elm) \ +{ \ + struct type *tmp; \ + while ((elm == NULL || RB_COLOR(elm, field) == RB_BLACK) && \ + elm != RB_ROOT(head)) { \ + if (RB_LEFT(parent, field) == elm) { \ + tmp = RB_RIGHT(parent, field); \ + if (RB_COLOR(tmp, field) == RB_RED) { \ + RB_SET_BLACKRED(tmp, parent, field); \ + RB_ROTATE_LEFT(head, parent, tmp, field); \ + tmp = RB_RIGHT(parent, field); \ + } \ + if ((RB_LEFT(tmp, field) == NULL || \ + RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) && \ + (RB_RIGHT(tmp, field) == NULL || \ + RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) { \ + RB_COLOR(tmp, field) = RB_RED; \ + elm = parent; \ + parent = RB_PARENT(elm, field); \ + } else { \ + if (RB_RIGHT(tmp, field) == NULL || \ + RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK) { \ + struct type *oleft; \ + if ((oleft = RB_LEFT(tmp, field)) \ + != NULL) \ + RB_COLOR(oleft, field) = RB_BLACK; \ + RB_COLOR(tmp, field) = RB_RED; \ + RB_ROTATE_RIGHT(head, tmp, oleft, field); \ + tmp = RB_RIGHT(parent, field); \ + } \ + RB_COLOR(tmp, field) = RB_COLOR(parent, field); \ + RB_COLOR(parent, field) = RB_BLACK; \ + if (RB_RIGHT(tmp, field)) \ + RB_COLOR(RB_RIGHT(tmp, field), field) = RB_BLACK; \ + RB_ROTATE_LEFT(head, parent, tmp, field); \ + elm = RB_ROOT(head); \ + break; \ + } \ + } else { \ + tmp = RB_LEFT(parent, field); \ + if (RB_COLOR(tmp, field) == RB_RED) { \ + RB_SET_BLACKRED(tmp, parent, field); \ + RB_ROTATE_RIGHT(head, parent, tmp, field); \ + tmp = RB_LEFT(parent, field); \ + } \ + if ((RB_LEFT(tmp, field) == NULL || \ + RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) && \ + (RB_RIGHT(tmp, field) == NULL || \ + RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) { \ + RB_COLOR(tmp, field) = RB_RED; \ + elm = parent; \ + parent = RB_PARENT(elm, field); \ + } else { \ + if (RB_LEFT(tmp, field) == NULL || \ + RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) { \ + struct type *oright; \ + if ((oright = RB_RIGHT(tmp, field)) \ + != NULL) \ + RB_COLOR(oright, field) = RB_BLACK; \ + RB_COLOR(tmp, field) = RB_RED; \ + RB_ROTATE_LEFT(head, tmp, oright, field); \ + tmp = RB_LEFT(parent, field); \ + } \ + RB_COLOR(tmp, field) = RB_COLOR(parent, field); \ + RB_COLOR(parent, field) = RB_BLACK; \ + if (RB_LEFT(tmp, field)) \ + RB_COLOR(RB_LEFT(tmp, field), field) = RB_BLACK; \ + RB_ROTATE_RIGHT(head, parent, tmp, field); \ + elm = RB_ROOT(head); \ + break; \ + } \ + } \ + } \ + if (elm) \ + RB_COLOR(elm, field) = RB_BLACK; \ +} \ + \ +attr struct type * \ +name##_RB_REMOVE(struct name *head, struct type *elm) \ +{ \ + struct type *child, *parent, *old = elm; \ + int color; \ + if (RB_LEFT(elm, field) == NULL) \ + child = RB_RIGHT(elm, field); \ + else if (RB_RIGHT(elm, field) == NULL) \ + child = RB_LEFT(elm, field); \ + else { \ + struct type *left; \ + elm = RB_RIGHT(elm, field); \ + while ((left = RB_LEFT(elm, field)) != NULL) \ + elm = left; \ + child = RB_RIGHT(elm, field); \ + parent = RB_PARENT(elm, field); \ + color = RB_COLOR(elm, field); \ + if (child) \ + RB_PARENT(child, field) = parent; \ + if (parent) { \ + if (RB_LEFT(parent, field) == elm) \ + RB_LEFT(parent, field) = child; \ + else \ + RB_RIGHT(parent, field) = child; \ + RB_AUGMENT(parent); \ + } else \ + RB_ROOT(head) = child; \ + if (RB_PARENT(elm, field) == old) \ + parent = elm; \ + (elm)->field = (old)->field; \ + if (RB_PARENT(old, field)) { \ + if (RB_LEFT(RB_PARENT(old, field), field) == old) \ + RB_LEFT(RB_PARENT(old, field), field) = elm; \ + else \ + RB_RIGHT(RB_PARENT(old, field), field) = elm; \ + RB_AUGMENT(RB_PARENT(old, field)); \ + } else \ + RB_ROOT(head) = elm; \ + RB_PARENT(RB_LEFT(old, field), field) = elm; \ + if (RB_RIGHT(old, field)) \ + RB_PARENT(RB_RIGHT(old, field), field) = elm; \ + if (parent) { \ + left = parent; \ + do { \ + RB_AUGMENT(left); \ + } while ((left = RB_PARENT(left, field)) != NULL); \ + } \ + goto color; \ + } \ + parent = RB_PARENT(elm, field); \ + color = RB_COLOR(elm, field); \ + if (child) \ + RB_PARENT(child, field) = parent; \ + if (parent) { \ + if (RB_LEFT(parent, field) == elm) \ + RB_LEFT(parent, field) = child; \ + else \ + RB_RIGHT(parent, field) = child; \ + RB_AUGMENT(parent); \ + } else \ + RB_ROOT(head) = child; \ +color: \ + if (color == RB_BLACK) \ + name##_RB_REMOVE_COLOR(head, parent, child); \ + return (old); \ +} \ + \ +/* Inserts a node into the RB tree */ \ +attr struct type * \ +name##_RB_INSERT(struct name *head, struct type *elm) \ +{ \ + struct type *tmp; \ + struct type *parent = NULL; \ + int comp = 0; \ + tmp = RB_ROOT(head); \ + while (tmp) { \ + parent = tmp; \ + comp = (cmp)(elm, parent); \ + if (comp < 0) \ + tmp = RB_LEFT(tmp, field); \ + else if (comp > 0) \ + tmp = RB_RIGHT(tmp, field); \ + else \ + return (tmp); \ + } \ + RB_SET(elm, parent, field); \ + if (parent != NULL) { \ + if (comp < 0) \ + RB_LEFT(parent, field) = elm; \ + else \ + RB_RIGHT(parent, field) = elm; \ + RB_AUGMENT(parent); \ + } else \ + RB_ROOT(head) = elm; \ + name##_RB_INSERT_COLOR(head, elm); \ + return (NULL); \ +} \ + \ +/* Finds the node with the same key as elm */ \ +attr struct type * \ +name##_RB_FIND(struct name *head, struct type *elm) \ +{ \ + struct type *tmp = RB_ROOT(head); \ + int comp; \ + while (tmp) { \ + comp = cmp(elm, tmp); \ + if (comp < 0) \ + tmp = RB_LEFT(tmp, field); \ + else if (comp > 0) \ + tmp = RB_RIGHT(tmp, field); \ + else \ + return (tmp); \ + } \ + return (NULL); \ +} \ + \ +/* Finds the first node greater than or equal to the search key */ \ +attr struct type * \ +name##_RB_NFIND(struct name *head, struct type *elm) \ +{ \ + struct type *tmp = RB_ROOT(head); \ + struct type *res = NULL; \ + int comp; \ + while (tmp) { \ + comp = cmp(elm, tmp); \ + if (comp < 0) { \ + res = tmp; \ + tmp = RB_LEFT(tmp, field); \ + } \ + else if (comp > 0) \ + tmp = RB_RIGHT(tmp, field); \ + else \ + return (tmp); \ + } \ + return (res); \ +} \ + \ +/* ARGSUSED */ \ +attr struct type * \ +name##_RB_NEXT(struct type *elm) \ +{ \ + if (RB_RIGHT(elm, field)) { \ + elm = RB_RIGHT(elm, field); \ + while (RB_LEFT(elm, field)) \ + elm = RB_LEFT(elm, field); \ + } else { \ + if (RB_PARENT(elm, field) && \ + (elm == RB_LEFT(RB_PARENT(elm, field), field))) \ + elm = RB_PARENT(elm, field); \ + else { \ + while (RB_PARENT(elm, field) && \ + (elm == RB_RIGHT(RB_PARENT(elm, field), field))) \ + elm = RB_PARENT(elm, field); \ + elm = RB_PARENT(elm, field); \ + } \ + } \ + return (elm); \ +} \ + \ +/* ARGSUSED */ \ +attr struct type * \ +name##_RB_PREV(struct type *elm) \ +{ \ + if (RB_LEFT(elm, field)) { \ + elm = RB_LEFT(elm, field); \ + while (RB_RIGHT(elm, field)) \ + elm = RB_RIGHT(elm, field); \ + } else { \ + if (RB_PARENT(elm, field) && \ + (elm == RB_RIGHT(RB_PARENT(elm, field), field))) \ + elm = RB_PARENT(elm, field); \ + else { \ + while (RB_PARENT(elm, field) && \ + (elm == RB_LEFT(RB_PARENT(elm, field), field))) \ + elm = RB_PARENT(elm, field); \ + elm = RB_PARENT(elm, field); \ + } \ + } \ + return (elm); \ +} \ + \ +attr struct type * \ +name##_RB_MINMAX(struct name *head, int val) \ +{ \ + struct type *tmp = RB_ROOT(head); \ + struct type *parent = NULL; \ + while (tmp) { \ + parent = tmp; \ + if (val < 0) \ + tmp = RB_LEFT(tmp, field); \ + else \ + tmp = RB_RIGHT(tmp, field); \ + } \ + return (parent); \ +} + +#define RB_NEGINF -1 +#define RB_INF 1 + +#define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) +#define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) +#define RB_FIND(name, x, y) name##_RB_FIND(x, y) +#define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) +#define RB_NEXT(name, x, y) name##_RB_NEXT(y) +#define RB_PREV(name, x, y) name##_RB_PREV(y) +#define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) +#define RB_MAX(name, x) name##_RB_MINMAX(x, RB_INF) + +#define RB_FOREACH(x, name, head) \ + for ((x) = RB_MIN(name, head); \ + (x) != NULL; \ + (x) = name##_RB_NEXT(x)) + +#define RB_FOREACH_FROM(x, name, y) \ + for ((x) = (y); \ + ((x) != NULL) && ((y) = name##_RB_NEXT(x), (x) != NULL); \ + (x) = (y)) + +#define RB_FOREACH_SAFE(x, name, head, y) \ + for ((x) = RB_MIN(name, head); \ + ((x) != NULL) && ((y) = name##_RB_NEXT(x), (x) != NULL); \ + (x) = (y)) + +#define RB_FOREACH_REVERSE(x, name, head) \ + for ((x) = RB_MAX(name, head); \ + (x) != NULL; \ + (x) = name##_RB_PREV(x)) + +#define RB_FOREACH_REVERSE_FROM(x, name, y) \ + for ((x) = (y); \ + ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \ + (x) = (y)) + +#define RB_FOREACH_REVERSE_SAFE(x, name, head, y) \ + for ((x) = RB_MAX(name, head); \ + ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \ + (x) = (y)) + +#endif /* UV_TREE_H_ */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-aix.h b/frappe/.node-gyp/6.7.0/include/node/uv-aix.h new file mode 100644 index 00000000..7dc992fa --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-aix.h @@ -0,0 +1,32 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_AIX_H +#define UV_AIX_H + +#define UV_PLATFORM_LOOP_FIELDS \ + int fs_fd; \ + +#define UV_PLATFORM_FS_EVENT_FIELDS \ + uv__io_t event_watcher; \ + char *dir_filename; \ + +#endif /* UV_AIX_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-bsd.h b/frappe/.node-gyp/6.7.0/include/node/uv-bsd.h new file mode 100644 index 00000000..2d72b3d7 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-bsd.h @@ -0,0 +1,34 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_BSD_H +#define UV_BSD_H + +#define UV_PLATFORM_FS_EVENT_FIELDS \ + uv__io_t event_watcher; \ + +#define UV_IO_PRIVATE_PLATFORM_FIELDS \ + int rcount; \ + int wcount; \ + +#define UV_HAVE_KQUEUE 1 + +#endif /* UV_BSD_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-darwin.h b/frappe/.node-gyp/6.7.0/include/node/uv-darwin.h new file mode 100644 index 00000000..d2264158 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-darwin.h @@ -0,0 +1,61 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_DARWIN_H +#define UV_DARWIN_H + +#if defined(__APPLE__) && defined(__MACH__) +# include +# include +# include +# include +# define UV_PLATFORM_SEM_T semaphore_t +#endif + +#define UV_IO_PRIVATE_PLATFORM_FIELDS \ + int rcount; \ + int wcount; \ + +#define UV_PLATFORM_LOOP_FIELDS \ + uv_thread_t cf_thread; \ + void* _cf_reserved; \ + void* cf_state; \ + uv_mutex_t cf_mutex; \ + uv_sem_t cf_sem; \ + void* cf_signals[2]; \ + +#define UV_PLATFORM_FS_EVENT_FIELDS \ + uv__io_t event_watcher; \ + char* realpath; \ + int realpath_len; \ + int cf_flags; \ + uv_async_t* cf_cb; \ + void* cf_events[2]; \ + void* cf_member[2]; \ + int cf_error; \ + uv_mutex_t cf_mutex; \ + +#define UV_STREAM_PRIVATE_PLATFORM_FIELDS \ + void* select; \ + +#define UV_HAVE_KQUEUE 1 + +#endif /* UV_DARWIN_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-errno.h b/frappe/.node-gyp/6.7.0/include/node/uv-errno.h new file mode 100644 index 00000000..53f30296 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-errno.h @@ -0,0 +1,418 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_ERRNO_H_ +#define UV_ERRNO_H_ + +#include + +#define UV__EOF (-4095) +#define UV__UNKNOWN (-4094) + +#define UV__EAI_ADDRFAMILY (-3000) +#define UV__EAI_AGAIN (-3001) +#define UV__EAI_BADFLAGS (-3002) +#define UV__EAI_CANCELED (-3003) +#define UV__EAI_FAIL (-3004) +#define UV__EAI_FAMILY (-3005) +#define UV__EAI_MEMORY (-3006) +#define UV__EAI_NODATA (-3007) +#define UV__EAI_NONAME (-3008) +#define UV__EAI_OVERFLOW (-3009) +#define UV__EAI_SERVICE (-3010) +#define UV__EAI_SOCKTYPE (-3011) +#define UV__EAI_BADHINTS (-3013) +#define UV__EAI_PROTOCOL (-3014) + +/* Only map to the system errno on non-Windows platforms. It's apparently + * a fairly common practice for Windows programmers to redefine errno codes. + */ +#if defined(E2BIG) && !defined(_WIN32) +# define UV__E2BIG (-E2BIG) +#else +# define UV__E2BIG (-4093) +#endif + +#if defined(EACCES) && !defined(_WIN32) +# define UV__EACCES (-EACCES) +#else +# define UV__EACCES (-4092) +#endif + +#if defined(EADDRINUSE) && !defined(_WIN32) +# define UV__EADDRINUSE (-EADDRINUSE) +#else +# define UV__EADDRINUSE (-4091) +#endif + +#if defined(EADDRNOTAVAIL) && !defined(_WIN32) +# define UV__EADDRNOTAVAIL (-EADDRNOTAVAIL) +#else +# define UV__EADDRNOTAVAIL (-4090) +#endif + +#if defined(EAFNOSUPPORT) && !defined(_WIN32) +# define UV__EAFNOSUPPORT (-EAFNOSUPPORT) +#else +# define UV__EAFNOSUPPORT (-4089) +#endif + +#if defined(EAGAIN) && !defined(_WIN32) +# define UV__EAGAIN (-EAGAIN) +#else +# define UV__EAGAIN (-4088) +#endif + +#if defined(EALREADY) && !defined(_WIN32) +# define UV__EALREADY (-EALREADY) +#else +# define UV__EALREADY (-4084) +#endif + +#if defined(EBADF) && !defined(_WIN32) +# define UV__EBADF (-EBADF) +#else +# define UV__EBADF (-4083) +#endif + +#if defined(EBUSY) && !defined(_WIN32) +# define UV__EBUSY (-EBUSY) +#else +# define UV__EBUSY (-4082) +#endif + +#if defined(ECANCELED) && !defined(_WIN32) +# define UV__ECANCELED (-ECANCELED) +#else +# define UV__ECANCELED (-4081) +#endif + +#if defined(ECHARSET) && !defined(_WIN32) +# define UV__ECHARSET (-ECHARSET) +#else +# define UV__ECHARSET (-4080) +#endif + +#if defined(ECONNABORTED) && !defined(_WIN32) +# define UV__ECONNABORTED (-ECONNABORTED) +#else +# define UV__ECONNABORTED (-4079) +#endif + +#if defined(ECONNREFUSED) && !defined(_WIN32) +# define UV__ECONNREFUSED (-ECONNREFUSED) +#else +# define UV__ECONNREFUSED (-4078) +#endif + +#if defined(ECONNRESET) && !defined(_WIN32) +# define UV__ECONNRESET (-ECONNRESET) +#else +# define UV__ECONNRESET (-4077) +#endif + +#if defined(EDESTADDRREQ) && !defined(_WIN32) +# define UV__EDESTADDRREQ (-EDESTADDRREQ) +#else +# define UV__EDESTADDRREQ (-4076) +#endif + +#if defined(EEXIST) && !defined(_WIN32) +# define UV__EEXIST (-EEXIST) +#else +# define UV__EEXIST (-4075) +#endif + +#if defined(EFAULT) && !defined(_WIN32) +# define UV__EFAULT (-EFAULT) +#else +# define UV__EFAULT (-4074) +#endif + +#if defined(EHOSTUNREACH) && !defined(_WIN32) +# define UV__EHOSTUNREACH (-EHOSTUNREACH) +#else +# define UV__EHOSTUNREACH (-4073) +#endif + +#if defined(EINTR) && !defined(_WIN32) +# define UV__EINTR (-EINTR) +#else +# define UV__EINTR (-4072) +#endif + +#if defined(EINVAL) && !defined(_WIN32) +# define UV__EINVAL (-EINVAL) +#else +# define UV__EINVAL (-4071) +#endif + +#if defined(EIO) && !defined(_WIN32) +# define UV__EIO (-EIO) +#else +# define UV__EIO (-4070) +#endif + +#if defined(EISCONN) && !defined(_WIN32) +# define UV__EISCONN (-EISCONN) +#else +# define UV__EISCONN (-4069) +#endif + +#if defined(EISDIR) && !defined(_WIN32) +# define UV__EISDIR (-EISDIR) +#else +# define UV__EISDIR (-4068) +#endif + +#if defined(ELOOP) && !defined(_WIN32) +# define UV__ELOOP (-ELOOP) +#else +# define UV__ELOOP (-4067) +#endif + +#if defined(EMFILE) && !defined(_WIN32) +# define UV__EMFILE (-EMFILE) +#else +# define UV__EMFILE (-4066) +#endif + +#if defined(EMSGSIZE) && !defined(_WIN32) +# define UV__EMSGSIZE (-EMSGSIZE) +#else +# define UV__EMSGSIZE (-4065) +#endif + +#if defined(ENAMETOOLONG) && !defined(_WIN32) +# define UV__ENAMETOOLONG (-ENAMETOOLONG) +#else +# define UV__ENAMETOOLONG (-4064) +#endif + +#if defined(ENETDOWN) && !defined(_WIN32) +# define UV__ENETDOWN (-ENETDOWN) +#else +# define UV__ENETDOWN (-4063) +#endif + +#if defined(ENETUNREACH) && !defined(_WIN32) +# define UV__ENETUNREACH (-ENETUNREACH) +#else +# define UV__ENETUNREACH (-4062) +#endif + +#if defined(ENFILE) && !defined(_WIN32) +# define UV__ENFILE (-ENFILE) +#else +# define UV__ENFILE (-4061) +#endif + +#if defined(ENOBUFS) && !defined(_WIN32) +# define UV__ENOBUFS (-ENOBUFS) +#else +# define UV__ENOBUFS (-4060) +#endif + +#if defined(ENODEV) && !defined(_WIN32) +# define UV__ENODEV (-ENODEV) +#else +# define UV__ENODEV (-4059) +#endif + +#if defined(ENOENT) && !defined(_WIN32) +# define UV__ENOENT (-ENOENT) +#else +# define UV__ENOENT (-4058) +#endif + +#if defined(ENOMEM) && !defined(_WIN32) +# define UV__ENOMEM (-ENOMEM) +#else +# define UV__ENOMEM (-4057) +#endif + +#if defined(ENONET) && !defined(_WIN32) +# define UV__ENONET (-ENONET) +#else +# define UV__ENONET (-4056) +#endif + +#if defined(ENOSPC) && !defined(_WIN32) +# define UV__ENOSPC (-ENOSPC) +#else +# define UV__ENOSPC (-4055) +#endif + +#if defined(ENOSYS) && !defined(_WIN32) +# define UV__ENOSYS (-ENOSYS) +#else +# define UV__ENOSYS (-4054) +#endif + +#if defined(ENOTCONN) && !defined(_WIN32) +# define UV__ENOTCONN (-ENOTCONN) +#else +# define UV__ENOTCONN (-4053) +#endif + +#if defined(ENOTDIR) && !defined(_WIN32) +# define UV__ENOTDIR (-ENOTDIR) +#else +# define UV__ENOTDIR (-4052) +#endif + +#if defined(ENOTEMPTY) && !defined(_WIN32) +# define UV__ENOTEMPTY (-ENOTEMPTY) +#else +# define UV__ENOTEMPTY (-4051) +#endif + +#if defined(ENOTSOCK) && !defined(_WIN32) +# define UV__ENOTSOCK (-ENOTSOCK) +#else +# define UV__ENOTSOCK (-4050) +#endif + +#if defined(ENOTSUP) && !defined(_WIN32) +# define UV__ENOTSUP (-ENOTSUP) +#else +# define UV__ENOTSUP (-4049) +#endif + +#if defined(EPERM) && !defined(_WIN32) +# define UV__EPERM (-EPERM) +#else +# define UV__EPERM (-4048) +#endif + +#if defined(EPIPE) && !defined(_WIN32) +# define UV__EPIPE (-EPIPE) +#else +# define UV__EPIPE (-4047) +#endif + +#if defined(EPROTO) && !defined(_WIN32) +# define UV__EPROTO (-EPROTO) +#else +# define UV__EPROTO (-4046) +#endif + +#if defined(EPROTONOSUPPORT) && !defined(_WIN32) +# define UV__EPROTONOSUPPORT (-EPROTONOSUPPORT) +#else +# define UV__EPROTONOSUPPORT (-4045) +#endif + +#if defined(EPROTOTYPE) && !defined(_WIN32) +# define UV__EPROTOTYPE (-EPROTOTYPE) +#else +# define UV__EPROTOTYPE (-4044) +#endif + +#if defined(EROFS) && !defined(_WIN32) +# define UV__EROFS (-EROFS) +#else +# define UV__EROFS (-4043) +#endif + +#if defined(ESHUTDOWN) && !defined(_WIN32) +# define UV__ESHUTDOWN (-ESHUTDOWN) +#else +# define UV__ESHUTDOWN (-4042) +#endif + +#if defined(ESPIPE) && !defined(_WIN32) +# define UV__ESPIPE (-ESPIPE) +#else +# define UV__ESPIPE (-4041) +#endif + +#if defined(ESRCH) && !defined(_WIN32) +# define UV__ESRCH (-ESRCH) +#else +# define UV__ESRCH (-4040) +#endif + +#if defined(ETIMEDOUT) && !defined(_WIN32) +# define UV__ETIMEDOUT (-ETIMEDOUT) +#else +# define UV__ETIMEDOUT (-4039) +#endif + +#if defined(ETXTBSY) && !defined(_WIN32) +# define UV__ETXTBSY (-ETXTBSY) +#else +# define UV__ETXTBSY (-4038) +#endif + +#if defined(EXDEV) && !defined(_WIN32) +# define UV__EXDEV (-EXDEV) +#else +# define UV__EXDEV (-4037) +#endif + +#if defined(EFBIG) && !defined(_WIN32) +# define UV__EFBIG (-EFBIG) +#else +# define UV__EFBIG (-4036) +#endif + +#if defined(ENOPROTOOPT) && !defined(_WIN32) +# define UV__ENOPROTOOPT (-ENOPROTOOPT) +#else +# define UV__ENOPROTOOPT (-4035) +#endif + +#if defined(ERANGE) && !defined(_WIN32) +# define UV__ERANGE (-ERANGE) +#else +# define UV__ERANGE (-4034) +#endif + +#if defined(ENXIO) && !defined(_WIN32) +# define UV__ENXIO (-ENXIO) +#else +# define UV__ENXIO (-4033) +#endif + +#if defined(EMLINK) && !defined(_WIN32) +# define UV__EMLINK (-EMLINK) +#else +# define UV__EMLINK (-4032) +#endif + +/* EHOSTDOWN is not visible on BSD-like systems when _POSIX_C_SOURCE is + * defined. Fortunately, its value is always 64 so it's possible albeit + * icky to hard-code it. + */ +#if defined(EHOSTDOWN) && !defined(_WIN32) +# define UV__EHOSTDOWN (-EHOSTDOWN) +#elif defined(__APPLE__) || \ + defined(__DragonFly__) || \ + defined(__FreeBSD__) || \ + defined(__NetBSD__) || \ + defined(__OpenBSD__) +# define UV__EHOSTDOWN (-64) +#else +# define UV__EHOSTDOWN (-4031) +#endif + +#endif /* UV_ERRNO_H_ */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-linux.h b/frappe/.node-gyp/6.7.0/include/node/uv-linux.h new file mode 100644 index 00000000..9b38405a --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-linux.h @@ -0,0 +1,34 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_LINUX_H +#define UV_LINUX_H + +#define UV_PLATFORM_LOOP_FIELDS \ + uv__io_t inotify_read_watcher; \ + void* inotify_watchers; \ + int inotify_fd; \ + +#define UV_PLATFORM_FS_EVENT_FIELDS \ + void* watchers[2]; \ + int wd; \ + +#endif /* UV_LINUX_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-sunos.h b/frappe/.node-gyp/6.7.0/include/node/uv-sunos.h new file mode 100644 index 00000000..04216642 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-sunos.h @@ -0,0 +1,44 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_SUNOS_H +#define UV_SUNOS_H + +#include +#include + +/* For the sake of convenience and reduced #ifdef-ery in src/unix/sunos.c, + * add the fs_event fields even when this version of SunOS doesn't support + * file watching. + */ +#define UV_PLATFORM_LOOP_FIELDS \ + uv__io_t fs_event_watcher; \ + int fs_fd; \ + +#if defined(PORT_SOURCE_FILE) + +# define UV_PLATFORM_FS_EVENT_FIELDS \ + file_obj_t fo; \ + int fd; \ + +#endif /* defined(PORT_SOURCE_FILE) */ + +#endif /* UV_SUNOS_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-threadpool.h b/frappe/.node-gyp/6.7.0/include/node/uv-threadpool.h new file mode 100644 index 00000000..9708ebdd --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-threadpool.h @@ -0,0 +1,37 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +/* + * This file is private to libuv. It provides common functionality to both + * Windows and Unix backends. + */ + +#ifndef UV_THREADPOOL_H_ +#define UV_THREADPOOL_H_ + +struct uv__work { + void (*work)(struct uv__work *w); + void (*done)(struct uv__work *w, int status); + struct uv_loop_s* loop; + void* wq[2]; +}; + +#endif /* UV_THREADPOOL_H_ */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-unix.h b/frappe/.node-gyp/6.7.0/include/node/uv-unix.h new file mode 100644 index 00000000..a852c40e --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-unix.h @@ -0,0 +1,370 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_UNIX_H +#define UV_UNIX_H + +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +#include +#include + +#include +#include +#include + +#include "uv-threadpool.h" + +#if defined(__linux__) +# include "uv-linux.h" +#elif defined(_AIX) +# include "uv-aix.h" +#elif defined(__sun) +# include "uv-sunos.h" +#elif defined(__APPLE__) +# include "uv-darwin.h" +#elif defined(__DragonFly__) || \ + defined(__FreeBSD__) || \ + defined(__OpenBSD__) || \ + defined(__NetBSD__) +# include "uv-bsd.h" +#endif + +#ifndef PTHREAD_BARRIER_SERIAL_THREAD +# include "pthread-barrier.h" +#endif + +#ifndef NI_MAXHOST +# define NI_MAXHOST 1025 +#endif + +#ifndef NI_MAXSERV +# define NI_MAXSERV 32 +#endif + +#ifndef UV_IO_PRIVATE_PLATFORM_FIELDS +# define UV_IO_PRIVATE_PLATFORM_FIELDS /* empty */ +#endif + +struct uv__io_s; +struct uv__async; +struct uv_loop_s; + +typedef void (*uv__io_cb)(struct uv_loop_s* loop, + struct uv__io_s* w, + unsigned int events); +typedef struct uv__io_s uv__io_t; + +struct uv__io_s { + uv__io_cb cb; + void* pending_queue[2]; + void* watcher_queue[2]; + unsigned int pevents; /* Pending event mask i.e. mask at next tick. */ + unsigned int events; /* Current event mask. */ + int fd; + UV_IO_PRIVATE_PLATFORM_FIELDS +}; + +typedef void (*uv__async_cb)(struct uv_loop_s* loop, + struct uv__async* w, + unsigned int nevents); + +struct uv__async { + uv__async_cb cb; + uv__io_t io_watcher; + int wfd; +}; + +#ifndef UV_PLATFORM_SEM_T +# define UV_PLATFORM_SEM_T sem_t +#endif + +#ifndef UV_PLATFORM_LOOP_FIELDS +# define UV_PLATFORM_LOOP_FIELDS /* empty */ +#endif + +#ifndef UV_PLATFORM_FS_EVENT_FIELDS +# define UV_PLATFORM_FS_EVENT_FIELDS /* empty */ +#endif + +#ifndef UV_STREAM_PRIVATE_PLATFORM_FIELDS +# define UV_STREAM_PRIVATE_PLATFORM_FIELDS /* empty */ +#endif + +/* Note: May be cast to struct iovec. See writev(2). */ +typedef struct uv_buf_t { + char* base; + size_t len; +} uv_buf_t; + +typedef int uv_file; +typedef int uv_os_sock_t; +typedef int uv_os_fd_t; + +#define UV_ONCE_INIT PTHREAD_ONCE_INIT + +typedef pthread_once_t uv_once_t; +typedef pthread_t uv_thread_t; +typedef pthread_mutex_t uv_mutex_t; +typedef pthread_rwlock_t uv_rwlock_t; +typedef UV_PLATFORM_SEM_T uv_sem_t; +typedef pthread_cond_t uv_cond_t; +typedef pthread_key_t uv_key_t; +typedef pthread_barrier_t uv_barrier_t; + + +/* Platform-specific definitions for uv_spawn support. */ +typedef gid_t uv_gid_t; +typedef uid_t uv_uid_t; + +typedef struct dirent uv__dirent_t; + +#if defined(DT_UNKNOWN) +# define HAVE_DIRENT_TYPES +# if defined(DT_REG) +# define UV__DT_FILE DT_REG +# else +# define UV__DT_FILE -1 +# endif +# if defined(DT_DIR) +# define UV__DT_DIR DT_DIR +# else +# define UV__DT_DIR -2 +# endif +# if defined(DT_LNK) +# define UV__DT_LINK DT_LNK +# else +# define UV__DT_LINK -3 +# endif +# if defined(DT_FIFO) +# define UV__DT_FIFO DT_FIFO +# else +# define UV__DT_FIFO -4 +# endif +# if defined(DT_SOCK) +# define UV__DT_SOCKET DT_SOCK +# else +# define UV__DT_SOCKET -5 +# endif +# if defined(DT_CHR) +# define UV__DT_CHAR DT_CHR +# else +# define UV__DT_CHAR -6 +# endif +# if defined(DT_BLK) +# define UV__DT_BLOCK DT_BLK +# else +# define UV__DT_BLOCK -7 +# endif +#endif + +/* Platform-specific definitions for uv_dlopen support. */ +#define UV_DYNAMIC /* empty */ + +typedef struct { + void* handle; + char* errmsg; +} uv_lib_t; + +#define UV_LOOP_PRIVATE_FIELDS \ + unsigned long flags; \ + int backend_fd; \ + void* pending_queue[2]; \ + void* watcher_queue[2]; \ + uv__io_t** watchers; \ + unsigned int nwatchers; \ + unsigned int nfds; \ + void* wq[2]; \ + uv_mutex_t wq_mutex; \ + uv_async_t wq_async; \ + uv_rwlock_t cloexec_lock; \ + uv_handle_t* closing_handles; \ + void* process_handles[2]; \ + void* prepare_handles[2]; \ + void* check_handles[2]; \ + void* idle_handles[2]; \ + void* async_handles[2]; \ + struct uv__async async_watcher; \ + struct { \ + void* min; \ + unsigned int nelts; \ + } timer_heap; \ + uint64_t timer_counter; \ + uint64_t time; \ + int signal_pipefd[2]; \ + uv__io_t signal_io_watcher; \ + uv_signal_t child_watcher; \ + int emfile_fd; \ + UV_PLATFORM_LOOP_FIELDS \ + +#define UV_REQ_TYPE_PRIVATE /* empty */ + +#define UV_REQ_PRIVATE_FIELDS /* empty */ + +#define UV_PRIVATE_REQ_TYPES /* empty */ + +#define UV_WRITE_PRIVATE_FIELDS \ + void* queue[2]; \ + unsigned int write_index; \ + uv_buf_t* bufs; \ + unsigned int nbufs; \ + int error; \ + uv_buf_t bufsml[4]; \ + +#define UV_CONNECT_PRIVATE_FIELDS \ + void* queue[2]; \ + +#define UV_SHUTDOWN_PRIVATE_FIELDS /* empty */ + +#define UV_UDP_SEND_PRIVATE_FIELDS \ + void* queue[2]; \ + struct sockaddr_storage addr; \ + unsigned int nbufs; \ + uv_buf_t* bufs; \ + ssize_t status; \ + uv_udp_send_cb send_cb; \ + uv_buf_t bufsml[4]; \ + +#define UV_HANDLE_PRIVATE_FIELDS \ + uv_handle_t* next_closing; \ + unsigned int flags; \ + +#define UV_STREAM_PRIVATE_FIELDS \ + uv_connect_t *connect_req; \ + uv_shutdown_t *shutdown_req; \ + uv__io_t io_watcher; \ + void* write_queue[2]; \ + void* write_completed_queue[2]; \ + uv_connection_cb connection_cb; \ + int delayed_error; \ + int accepted_fd; \ + void* queued_fds; \ + UV_STREAM_PRIVATE_PLATFORM_FIELDS \ + +#define UV_TCP_PRIVATE_FIELDS /* empty */ + +#define UV_UDP_PRIVATE_FIELDS \ + uv_alloc_cb alloc_cb; \ + uv_udp_recv_cb recv_cb; \ + uv__io_t io_watcher; \ + void* write_queue[2]; \ + void* write_completed_queue[2]; \ + +#define UV_PIPE_PRIVATE_FIELDS \ + const char* pipe_fname; /* strdup'ed */ + +#define UV_POLL_PRIVATE_FIELDS \ + uv__io_t io_watcher; + +#define UV_PREPARE_PRIVATE_FIELDS \ + uv_prepare_cb prepare_cb; \ + void* queue[2]; \ + +#define UV_CHECK_PRIVATE_FIELDS \ + uv_check_cb check_cb; \ + void* queue[2]; \ + +#define UV_IDLE_PRIVATE_FIELDS \ + uv_idle_cb idle_cb; \ + void* queue[2]; \ + +#define UV_ASYNC_PRIVATE_FIELDS \ + uv_async_cb async_cb; \ + void* queue[2]; \ + int pending; \ + +#define UV_TIMER_PRIVATE_FIELDS \ + uv_timer_cb timer_cb; \ + void* heap_node[3]; \ + uint64_t timeout; \ + uint64_t repeat; \ + uint64_t start_id; + +#define UV_GETADDRINFO_PRIVATE_FIELDS \ + struct uv__work work_req; \ + uv_getaddrinfo_cb cb; \ + struct addrinfo* hints; \ + char* hostname; \ + char* service; \ + struct addrinfo* addrinfo; \ + int retcode; + +#define UV_GETNAMEINFO_PRIVATE_FIELDS \ + struct uv__work work_req; \ + uv_getnameinfo_cb getnameinfo_cb; \ + struct sockaddr_storage storage; \ + int flags; \ + char host[NI_MAXHOST]; \ + char service[NI_MAXSERV]; \ + int retcode; + +#define UV_PROCESS_PRIVATE_FIELDS \ + void* queue[2]; \ + int status; \ + +#define UV_FS_PRIVATE_FIELDS \ + const char *new_path; \ + uv_file file; \ + int flags; \ + mode_t mode; \ + unsigned int nbufs; \ + uv_buf_t* bufs; \ + off_t off; \ + uv_uid_t uid; \ + uv_gid_t gid; \ + double atime; \ + double mtime; \ + struct uv__work work_req; \ + uv_buf_t bufsml[4]; \ + +#define UV_WORK_PRIVATE_FIELDS \ + struct uv__work work_req; + +#define UV_TTY_PRIVATE_FIELDS \ + struct termios orig_termios; \ + int mode; + +#define UV_SIGNAL_PRIVATE_FIELDS \ + /* RB_ENTRY(uv_signal_s) tree_entry; */ \ + struct { \ + struct uv_signal_s* rbe_left; \ + struct uv_signal_s* rbe_right; \ + struct uv_signal_s* rbe_parent; \ + int rbe_color; \ + } tree_entry; \ + /* Use two counters here so we don have to fiddle with atomics. */ \ + unsigned int caught_signals; \ + unsigned int dispatched_signals; + +#define UV_FS_EVENT_PRIVATE_FIELDS \ + uv_fs_event_cb cb; \ + UV_PLATFORM_FS_EVENT_FIELDS \ + +#endif /* UV_UNIX_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-version.h b/frappe/.node-gyp/6.7.0/include/node/uv-version.h new file mode 100644 index 00000000..08ad0eda --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-version.h @@ -0,0 +1,43 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef UV_VERSION_H +#define UV_VERSION_H + + /* + * Versions with the same major number are ABI stable. API is allowed to + * evolve between minor releases, but only in a backwards compatible way. + * Make sure you update the -soname directives in configure.ac + * and uv.gyp whenever you bump UV_VERSION_MAJOR or UV_VERSION_MINOR (but + * not UV_VERSION_PATCH.) + */ + +#define UV_VERSION_MAJOR 1 +#define UV_VERSION_MINOR 9 +#define UV_VERSION_PATCH 1 +#define UV_VERSION_IS_RELEASE 1 +#define UV_VERSION_SUFFIX "" + +#define UV_VERSION_HEX ((UV_VERSION_MAJOR << 16) | \ + (UV_VERSION_MINOR << 8) | \ + (UV_VERSION_PATCH)) + +#endif /* UV_VERSION_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/uv-win.h b/frappe/.node-gyp/6.7.0/include/node/uv-win.h new file mode 100644 index 00000000..a75dba8d --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv-win.h @@ -0,0 +1,649 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +#ifndef _WIN32_WINNT +# define _WIN32_WINNT 0x0502 +#endif + +#if !defined(_SSIZE_T_) && !defined(_SSIZE_T_DEFINED) +typedef intptr_t ssize_t; +# define _SSIZE_T_ +# define _SSIZE_T_DEFINED +#endif + +#include + +#if defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR) +typedef struct pollfd { + SOCKET fd; + short events; + short revents; +} WSAPOLLFD, *PWSAPOLLFD, *LPWSAPOLLFD; +#endif + +#ifndef LOCALE_INVARIANT +# define LOCALE_INVARIANT 0x007f +#endif + +#include +#include +#include + +#include +#include +#include + +#if defined(_MSC_VER) && _MSC_VER < 1600 +# include "stdint-msvc2008.h" +#else +# include +#endif + +#include "tree.h" +#include "uv-threadpool.h" + +#define MAX_PIPENAME_LEN 256 + +#ifndef S_IFLNK +# define S_IFLNK 0xA000 +#endif + +/* Additional signals supported by uv_signal and or uv_kill. The CRT defines + * the following signals already: + * + * #define SIGINT 2 + * #define SIGILL 4 + * #define SIGABRT_COMPAT 6 + * #define SIGFPE 8 + * #define SIGSEGV 11 + * #define SIGTERM 15 + * #define SIGBREAK 21 + * #define SIGABRT 22 + * + * The additional signals have values that are common on other Unix + * variants (Linux and Darwin) + */ +#define SIGHUP 1 +#define SIGKILL 9 +#define SIGWINCH 28 + +/* The CRT defines SIGABRT_COMPAT as 6, which equals SIGABRT on many */ +/* unix-like platforms. However MinGW doesn't define it, so we do. */ +#ifndef SIGABRT_COMPAT +# define SIGABRT_COMPAT 6 +#endif + +/* + * Guids and typedefs for winsock extension functions + * Mingw32 doesn't have these :-( + */ +#ifndef WSAID_ACCEPTEX +# define WSAID_ACCEPTEX \ + {0xb5367df1, 0xcbac, 0x11cf, \ + {0x95, 0xca, 0x00, 0x80, 0x5f, 0x48, 0xa1, 0x92}} + +# define WSAID_CONNECTEX \ + {0x25a207b9, 0xddf3, 0x4660, \ + {0x8e, 0xe9, 0x76, 0xe5, 0x8c, 0x74, 0x06, 0x3e}} + +# define WSAID_GETACCEPTEXSOCKADDRS \ + {0xb5367df2, 0xcbac, 0x11cf, \ + {0x95, 0xca, 0x00, 0x80, 0x5f, 0x48, 0xa1, 0x92}} + +# define WSAID_DISCONNECTEX \ + {0x7fda2e11, 0x8630, 0x436f, \ + {0xa0, 0x31, 0xf5, 0x36, 0xa6, 0xee, 0xc1, 0x57}} + +# define WSAID_TRANSMITFILE \ + {0xb5367df0, 0xcbac, 0x11cf, \ + {0x95, 0xca, 0x00, 0x80, 0x5f, 0x48, 0xa1, 0x92}} + + typedef BOOL PASCAL (*LPFN_ACCEPTEX) + (SOCKET sListenSocket, + SOCKET sAcceptSocket, + PVOID lpOutputBuffer, + DWORD dwReceiveDataLength, + DWORD dwLocalAddressLength, + DWORD dwRemoteAddressLength, + LPDWORD lpdwBytesReceived, + LPOVERLAPPED lpOverlapped); + + typedef BOOL PASCAL (*LPFN_CONNECTEX) + (SOCKET s, + const struct sockaddr* name, + int namelen, + PVOID lpSendBuffer, + DWORD dwSendDataLength, + LPDWORD lpdwBytesSent, + LPOVERLAPPED lpOverlapped); + + typedef void PASCAL (*LPFN_GETACCEPTEXSOCKADDRS) + (PVOID lpOutputBuffer, + DWORD dwReceiveDataLength, + DWORD dwLocalAddressLength, + DWORD dwRemoteAddressLength, + LPSOCKADDR* LocalSockaddr, + LPINT LocalSockaddrLength, + LPSOCKADDR* RemoteSockaddr, + LPINT RemoteSockaddrLength); + + typedef BOOL PASCAL (*LPFN_DISCONNECTEX) + (SOCKET hSocket, + LPOVERLAPPED lpOverlapped, + DWORD dwFlags, + DWORD reserved); + + typedef BOOL PASCAL (*LPFN_TRANSMITFILE) + (SOCKET hSocket, + HANDLE hFile, + DWORD nNumberOfBytesToWrite, + DWORD nNumberOfBytesPerSend, + LPOVERLAPPED lpOverlapped, + LPTRANSMIT_FILE_BUFFERS lpTransmitBuffers, + DWORD dwFlags); + + typedef PVOID RTL_SRWLOCK; + typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK; +#endif + +typedef int (WSAAPI* LPFN_WSARECV) + (SOCKET socket, + LPWSABUF buffers, + DWORD buffer_count, + LPDWORD bytes, + LPDWORD flags, + LPWSAOVERLAPPED overlapped, + LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine); + +typedef int (WSAAPI* LPFN_WSARECVFROM) + (SOCKET socket, + LPWSABUF buffers, + DWORD buffer_count, + LPDWORD bytes, + LPDWORD flags, + struct sockaddr* addr, + LPINT addr_len, + LPWSAOVERLAPPED overlapped, + LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine); + +#ifndef _NTDEF_ + typedef LONG NTSTATUS; + typedef NTSTATUS *PNTSTATUS; +#endif + +#ifndef RTL_CONDITION_VARIABLE_INIT + typedef PVOID CONDITION_VARIABLE, *PCONDITION_VARIABLE; +#endif + +typedef struct _AFD_POLL_HANDLE_INFO { + HANDLE Handle; + ULONG Events; + NTSTATUS Status; +} AFD_POLL_HANDLE_INFO, *PAFD_POLL_HANDLE_INFO; + +typedef struct _AFD_POLL_INFO { + LARGE_INTEGER Timeout; + ULONG NumberOfHandles; + ULONG Exclusive; + AFD_POLL_HANDLE_INFO Handles[1]; +} AFD_POLL_INFO, *PAFD_POLL_INFO; + +#define UV_MSAFD_PROVIDER_COUNT 3 + + +/** + * It should be possible to cast uv_buf_t[] to WSABUF[] + * see http://msdn.microsoft.com/en-us/library/ms741542(v=vs.85).aspx + */ +typedef struct uv_buf_t { + ULONG len; + char* base; +} uv_buf_t; + +typedef int uv_file; +typedef SOCKET uv_os_sock_t; +typedef HANDLE uv_os_fd_t; + +typedef HANDLE uv_thread_t; + +typedef HANDLE uv_sem_t; + +typedef CRITICAL_SECTION uv_mutex_t; + +/* This condition variable implementation is based on the SetEvent solution + * (section 3.2) at http://www.cs.wustl.edu/~schmidt/win32-cv-1.html + * We could not use the SignalObjectAndWait solution (section 3.4) because + * it want the 2nd argument (type uv_mutex_t) of uv_cond_wait() and + * uv_cond_timedwait() to be HANDLEs, but we use CRITICAL_SECTIONs. + */ + +typedef union { + CONDITION_VARIABLE cond_var; + struct { + unsigned int waiters_count; + CRITICAL_SECTION waiters_count_lock; + HANDLE signal_event; + HANDLE broadcast_event; + } fallback; +} uv_cond_t; + +typedef union { + struct { + unsigned int num_readers_; + CRITICAL_SECTION num_readers_lock_; + HANDLE write_semaphore_; + } state_; + /* TODO: remove me in v2.x. */ + struct { + SRWLOCK unused_; + } unused1_; + /* TODO: remove me in v2.x. */ + struct { + uv_mutex_t unused1_; + uv_mutex_t unused2_; + } unused2_; +} uv_rwlock_t; + +typedef struct { + unsigned int n; + unsigned int count; + uv_mutex_t mutex; + uv_sem_t turnstile1; + uv_sem_t turnstile2; +} uv_barrier_t; + +typedef struct { + DWORD tls_index; +} uv_key_t; + +#define UV_ONCE_INIT { 0, NULL } + +typedef struct uv_once_s { + unsigned char ran; + HANDLE event; +} uv_once_t; + +/* Platform-specific definitions for uv_spawn support. */ +typedef unsigned char uv_uid_t; +typedef unsigned char uv_gid_t; + +typedef struct uv__dirent_s { + int d_type; + char d_name[1]; +} uv__dirent_t; + +#define HAVE_DIRENT_TYPES +#define UV__DT_DIR UV_DIRENT_DIR +#define UV__DT_FILE UV_DIRENT_FILE +#define UV__DT_LINK UV_DIRENT_LINK +#define UV__DT_FIFO UV_DIRENT_FIFO +#define UV__DT_SOCKET UV_DIRENT_SOCKET +#define UV__DT_CHAR UV_DIRENT_CHAR +#define UV__DT_BLOCK UV_DIRENT_BLOCK + +/* Platform-specific definitions for uv_dlopen support. */ +#define UV_DYNAMIC FAR WINAPI +typedef struct { + HMODULE handle; + char* errmsg; +} uv_lib_t; + +RB_HEAD(uv_timer_tree_s, uv_timer_s); + +#define UV_LOOP_PRIVATE_FIELDS \ + /* The loop's I/O completion port */ \ + HANDLE iocp; \ + /* The current time according to the event loop. in msecs. */ \ + uint64_t time; \ + /* Tail of a single-linked circular queue of pending reqs. If the queue */ \ + /* is empty, tail_ is NULL. If there is only one item, */ \ + /* tail_->next_req == tail_ */ \ + uv_req_t* pending_reqs_tail; \ + /* Head of a single-linked list of closed handles */ \ + uv_handle_t* endgame_handles; \ + /* The head of the timers tree */ \ + struct uv_timer_tree_s timers; \ + /* Lists of active loop (prepare / check / idle) watchers */ \ + uv_prepare_t* prepare_handles; \ + uv_check_t* check_handles; \ + uv_idle_t* idle_handles; \ + /* This pointer will refer to the prepare/check/idle handle whose */ \ + /* callback is scheduled to be called next. This is needed to allow */ \ + /* safe removal from one of the lists above while that list being */ \ + /* iterated over. */ \ + uv_prepare_t* next_prepare_handle; \ + uv_check_t* next_check_handle; \ + uv_idle_t* next_idle_handle; \ + /* This handle holds the peer sockets for the fast variant of uv_poll_t */ \ + SOCKET poll_peer_sockets[UV_MSAFD_PROVIDER_COUNT]; \ + /* Counter to keep track of active tcp streams */ \ + unsigned int active_tcp_streams; \ + /* Counter to keep track of active udp streams */ \ + unsigned int active_udp_streams; \ + /* Counter to started timer */ \ + uint64_t timer_counter; \ + /* Threadpool */ \ + void* wq[2]; \ + uv_mutex_t wq_mutex; \ + uv_async_t wq_async; + +#define UV_REQ_TYPE_PRIVATE \ + /* TODO: remove the req suffix */ \ + UV_ACCEPT, \ + UV_FS_EVENT_REQ, \ + UV_POLL_REQ, \ + UV_PROCESS_EXIT, \ + UV_READ, \ + UV_UDP_RECV, \ + UV_WAKEUP, \ + UV_SIGNAL_REQ, + +#define UV_REQ_PRIVATE_FIELDS \ + union { \ + /* Used by I/O operations */ \ + struct { \ + OVERLAPPED overlapped; \ + size_t queued_bytes; \ + } io; \ + } u; \ + struct uv_req_s* next_req; + +#define UV_WRITE_PRIVATE_FIELDS \ + int ipc_header; \ + uv_buf_t write_buffer; \ + HANDLE event_handle; \ + HANDLE wait_handle; + +#define UV_CONNECT_PRIVATE_FIELDS \ + /* empty */ + +#define UV_SHUTDOWN_PRIVATE_FIELDS \ + /* empty */ + +#define UV_UDP_SEND_PRIVATE_FIELDS \ + /* empty */ + +#define UV_PRIVATE_REQ_TYPES \ + typedef struct uv_pipe_accept_s { \ + UV_REQ_FIELDS \ + HANDLE pipeHandle; \ + struct uv_pipe_accept_s* next_pending; \ + } uv_pipe_accept_t; \ + \ + typedef struct uv_tcp_accept_s { \ + UV_REQ_FIELDS \ + SOCKET accept_socket; \ + char accept_buffer[sizeof(struct sockaddr_storage) * 2 + 32]; \ + HANDLE event_handle; \ + HANDLE wait_handle; \ + struct uv_tcp_accept_s* next_pending; \ + } uv_tcp_accept_t; \ + \ + typedef struct uv_read_s { \ + UV_REQ_FIELDS \ + HANDLE event_handle; \ + HANDLE wait_handle; \ + } uv_read_t; + +#define uv_stream_connection_fields \ + unsigned int write_reqs_pending; \ + uv_shutdown_t* shutdown_req; + +#define uv_stream_server_fields \ + uv_connection_cb connection_cb; + +#define UV_STREAM_PRIVATE_FIELDS \ + unsigned int reqs_pending; \ + int activecnt; \ + uv_read_t read_req; \ + union { \ + struct { uv_stream_connection_fields } conn; \ + struct { uv_stream_server_fields } serv; \ + } stream; + +#define uv_tcp_server_fields \ + uv_tcp_accept_t* accept_reqs; \ + unsigned int processed_accepts; \ + uv_tcp_accept_t* pending_accepts; \ + LPFN_ACCEPTEX func_acceptex; + +#define uv_tcp_connection_fields \ + uv_buf_t read_buffer; \ + LPFN_CONNECTEX func_connectex; + +#define UV_TCP_PRIVATE_FIELDS \ + SOCKET socket; \ + int delayed_error; \ + union { \ + struct { uv_tcp_server_fields } serv; \ + struct { uv_tcp_connection_fields } conn; \ + } tcp; + +#define UV_UDP_PRIVATE_FIELDS \ + SOCKET socket; \ + unsigned int reqs_pending; \ + int activecnt; \ + uv_req_t recv_req; \ + uv_buf_t recv_buffer; \ + struct sockaddr_storage recv_from; \ + int recv_from_len; \ + uv_udp_recv_cb recv_cb; \ + uv_alloc_cb alloc_cb; \ + LPFN_WSARECV func_wsarecv; \ + LPFN_WSARECVFROM func_wsarecvfrom; + +#define uv_pipe_server_fields \ + int pending_instances; \ + uv_pipe_accept_t* accept_reqs; \ + uv_pipe_accept_t* pending_accepts; + +#define uv_pipe_connection_fields \ + uv_timer_t* eof_timer; \ + uv_write_t ipc_header_write_req; \ + int ipc_pid; \ + uint64_t remaining_ipc_rawdata_bytes; \ + struct { \ + void* queue[2]; \ + int queue_len; \ + } pending_ipc_info; \ + uv_write_t* non_overlapped_writes_tail; \ + uv_mutex_t readfile_mutex; \ + volatile HANDLE readfile_thread; + +#define UV_PIPE_PRIVATE_FIELDS \ + HANDLE handle; \ + WCHAR* name; \ + union { \ + struct { uv_pipe_server_fields } serv; \ + struct { uv_pipe_connection_fields } conn; \ + } pipe; + +/* TODO: put the parser states in an union - TTY handles are always */ +/* half-duplex so read-state can safely overlap write-state. */ +#define UV_TTY_PRIVATE_FIELDS \ + HANDLE handle; \ + union { \ + struct { \ + /* Used for readable TTY handles */ \ + /* TODO: remove me in v2.x. */ \ + HANDLE unused_; \ + uv_buf_t read_line_buffer; \ + HANDLE read_raw_wait; \ + /* Fields used for translating win keystrokes into vt100 characters */ \ + char last_key[8]; \ + unsigned char last_key_offset; \ + unsigned char last_key_len; \ + WCHAR last_utf16_high_surrogate; \ + INPUT_RECORD last_input_record; \ + } rd; \ + struct { \ + /* Used for writable TTY handles */ \ + /* utf8-to-utf16 conversion state */ \ + unsigned int utf8_codepoint; \ + unsigned char utf8_bytes_left; \ + /* eol conversion state */ \ + unsigned char previous_eol; \ + /* ansi parser state */ \ + unsigned char ansi_parser_state; \ + unsigned char ansi_csi_argc; \ + unsigned short ansi_csi_argv[4]; \ + COORD saved_position; \ + WORD saved_attributes; \ + } wr; \ + } tty; + +#define UV_POLL_PRIVATE_FIELDS \ + SOCKET socket; \ + /* Used in fast mode */ \ + SOCKET peer_socket; \ + AFD_POLL_INFO afd_poll_info_1; \ + AFD_POLL_INFO afd_poll_info_2; \ + /* Used in fast and slow mode. */ \ + uv_req_t poll_req_1; \ + uv_req_t poll_req_2; \ + unsigned char submitted_events_1; \ + unsigned char submitted_events_2; \ + unsigned char mask_events_1; \ + unsigned char mask_events_2; \ + unsigned char events; + +#define UV_TIMER_PRIVATE_FIELDS \ + RB_ENTRY(uv_timer_s) tree_entry; \ + uint64_t due; \ + uint64_t repeat; \ + uint64_t start_id; \ + uv_timer_cb timer_cb; + +#define UV_ASYNC_PRIVATE_FIELDS \ + struct uv_req_s async_req; \ + uv_async_cb async_cb; \ + /* char to avoid alignment issues */ \ + char volatile async_sent; + +#define UV_PREPARE_PRIVATE_FIELDS \ + uv_prepare_t* prepare_prev; \ + uv_prepare_t* prepare_next; \ + uv_prepare_cb prepare_cb; + +#define UV_CHECK_PRIVATE_FIELDS \ + uv_check_t* check_prev; \ + uv_check_t* check_next; \ + uv_check_cb check_cb; + +#define UV_IDLE_PRIVATE_FIELDS \ + uv_idle_t* idle_prev; \ + uv_idle_t* idle_next; \ + uv_idle_cb idle_cb; + +#define UV_HANDLE_PRIVATE_FIELDS \ + uv_handle_t* endgame_next; \ + unsigned int flags; + +#define UV_GETADDRINFO_PRIVATE_FIELDS \ + struct uv__work work_req; \ + uv_getaddrinfo_cb getaddrinfo_cb; \ + void* alloc; \ + WCHAR* node; \ + WCHAR* service; \ + /* The addrinfoW field is used to store a pointer to the hints, and */ \ + /* later on to store the result of GetAddrInfoW. The final result will */ \ + /* be converted to struct addrinfo* and stored in the addrinfo field. */ \ + struct addrinfoW* addrinfow; \ + struct addrinfo* addrinfo; \ + int retcode; + +#define UV_GETNAMEINFO_PRIVATE_FIELDS \ + struct uv__work work_req; \ + uv_getnameinfo_cb getnameinfo_cb; \ + struct sockaddr_storage storage; \ + int flags; \ + char host[NI_MAXHOST]; \ + char service[NI_MAXSERV]; \ + int retcode; + +#define UV_PROCESS_PRIVATE_FIELDS \ + struct uv_process_exit_s { \ + UV_REQ_FIELDS \ + } exit_req; \ + BYTE* child_stdio_buffer; \ + int exit_signal; \ + HANDLE wait_handle; \ + HANDLE process_handle; \ + volatile char exit_cb_pending; + +#define UV_FS_PRIVATE_FIELDS \ + struct uv__work work_req; \ + int flags; \ + DWORD sys_errno_; \ + union { \ + /* TODO: remove me in 0.9. */ \ + WCHAR* pathw; \ + int fd; \ + } file; \ + union { \ + struct { \ + int mode; \ + WCHAR* new_pathw; \ + int file_flags; \ + int fd_out; \ + unsigned int nbufs; \ + uv_buf_t* bufs; \ + int64_t offset; \ + uv_buf_t bufsml[4]; \ + } info; \ + struct { \ + double atime; \ + double mtime; \ + } time; \ + } fs; + +#define UV_WORK_PRIVATE_FIELDS \ + struct uv__work work_req; + +#define UV_FS_EVENT_PRIVATE_FIELDS \ + struct uv_fs_event_req_s { \ + UV_REQ_FIELDS \ + } req; \ + HANDLE dir_handle; \ + int req_pending; \ + uv_fs_event_cb cb; \ + WCHAR* filew; \ + WCHAR* short_filew; \ + WCHAR* dirw; \ + char* buffer; + +#define UV_SIGNAL_PRIVATE_FIELDS \ + RB_ENTRY(uv_signal_s) tree_entry; \ + struct uv_req_s signal_req; \ + unsigned long pending_signum; + +#ifndef F_OK +#define F_OK 0 +#endif +#ifndef R_OK +#define R_OK 4 +#endif +#ifndef W_OK +#define W_OK 2 +#endif +#ifndef X_OK +#define X_OK 1 +#endif diff --git a/frappe/.node-gyp/6.7.0/include/node/uv.h b/frappe/.node-gyp/6.7.0/include/node/uv.h new file mode 100644 index 00000000..baa0b281 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/uv.h @@ -0,0 +1,1495 @@ +/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +/* See https://github.com/libuv/libuv#documentation for documentation. */ + +#ifndef UV_H +#define UV_H +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef _WIN32 + /* Windows - set up dll import/export decorators. */ +# if defined(BUILDING_UV_SHARED) + /* Building shared library. */ +# define UV_EXTERN __declspec(dllexport) +# elif defined(USING_UV_SHARED) + /* Using shared library. */ +# define UV_EXTERN __declspec(dllimport) +# else + /* Building static library. */ +# define UV_EXTERN /* nothing */ +# endif +#elif __GNUC__ >= 4 +# define UV_EXTERN __attribute__((visibility("default"))) +#else +# define UV_EXTERN /* nothing */ +#endif + +#include "uv-errno.h" +#include "uv-version.h" +#include +#include + +#if defined(_MSC_VER) && _MSC_VER < 1600 +# include "stdint-msvc2008.h" +#else +# include +#endif + +#if defined(_WIN32) +# include "uv-win.h" +#else +# include "uv-unix.h" +#endif + +/* Expand this list if necessary. */ +#define UV_ERRNO_MAP(XX) \ + XX(E2BIG, "argument list too long") \ + XX(EACCES, "permission denied") \ + XX(EADDRINUSE, "address already in use") \ + XX(EADDRNOTAVAIL, "address not available") \ + XX(EAFNOSUPPORT, "address family not supported") \ + XX(EAGAIN, "resource temporarily unavailable") \ + XX(EAI_ADDRFAMILY, "address family not supported") \ + XX(EAI_AGAIN, "temporary failure") \ + XX(EAI_BADFLAGS, "bad ai_flags value") \ + XX(EAI_BADHINTS, "invalid value for hints") \ + XX(EAI_CANCELED, "request canceled") \ + XX(EAI_FAIL, "permanent failure") \ + XX(EAI_FAMILY, "ai_family not supported") \ + XX(EAI_MEMORY, "out of memory") \ + XX(EAI_NODATA, "no address") \ + XX(EAI_NONAME, "unknown node or service") \ + XX(EAI_OVERFLOW, "argument buffer overflow") \ + XX(EAI_PROTOCOL, "resolved protocol is unknown") \ + XX(EAI_SERVICE, "service not available for socket type") \ + XX(EAI_SOCKTYPE, "socket type not supported") \ + XX(EALREADY, "connection already in progress") \ + XX(EBADF, "bad file descriptor") \ + XX(EBUSY, "resource busy or locked") \ + XX(ECANCELED, "operation canceled") \ + XX(ECHARSET, "invalid Unicode character") \ + XX(ECONNABORTED, "software caused connection abort") \ + XX(ECONNREFUSED, "connection refused") \ + XX(ECONNRESET, "connection reset by peer") \ + XX(EDESTADDRREQ, "destination address required") \ + XX(EEXIST, "file already exists") \ + XX(EFAULT, "bad address in system call argument") \ + XX(EFBIG, "file too large") \ + XX(EHOSTUNREACH, "host is unreachable") \ + XX(EINTR, "interrupted system call") \ + XX(EINVAL, "invalid argument") \ + XX(EIO, "i/o error") \ + XX(EISCONN, "socket is already connected") \ + XX(EISDIR, "illegal operation on a directory") \ + XX(ELOOP, "too many symbolic links encountered") \ + XX(EMFILE, "too many open files") \ + XX(EMSGSIZE, "message too long") \ + XX(ENAMETOOLONG, "name too long") \ + XX(ENETDOWN, "network is down") \ + XX(ENETUNREACH, "network is unreachable") \ + XX(ENFILE, "file table overflow") \ + XX(ENOBUFS, "no buffer space available") \ + XX(ENODEV, "no such device") \ + XX(ENOENT, "no such file or directory") \ + XX(ENOMEM, "not enough memory") \ + XX(ENONET, "machine is not on the network") \ + XX(ENOPROTOOPT, "protocol not available") \ + XX(ENOSPC, "no space left on device") \ + XX(ENOSYS, "function not implemented") \ + XX(ENOTCONN, "socket is not connected") \ + XX(ENOTDIR, "not a directory") \ + XX(ENOTEMPTY, "directory not empty") \ + XX(ENOTSOCK, "socket operation on non-socket") \ + XX(ENOTSUP, "operation not supported on socket") \ + XX(EPERM, "operation not permitted") \ + XX(EPIPE, "broken pipe") \ + XX(EPROTO, "protocol error") \ + XX(EPROTONOSUPPORT, "protocol not supported") \ + XX(EPROTOTYPE, "protocol wrong type for socket") \ + XX(ERANGE, "result too large") \ + XX(EROFS, "read-only file system") \ + XX(ESHUTDOWN, "cannot send after transport endpoint shutdown") \ + XX(ESPIPE, "invalid seek") \ + XX(ESRCH, "no such process") \ + XX(ETIMEDOUT, "connection timed out") \ + XX(ETXTBSY, "text file is busy") \ + XX(EXDEV, "cross-device link not permitted") \ + XX(UNKNOWN, "unknown error") \ + XX(EOF, "end of file") \ + XX(ENXIO, "no such device or address") \ + XX(EMLINK, "too many links") \ + XX(EHOSTDOWN, "host is down") \ + +#define UV_HANDLE_TYPE_MAP(XX) \ + XX(ASYNC, async) \ + XX(CHECK, check) \ + XX(FS_EVENT, fs_event) \ + XX(FS_POLL, fs_poll) \ + XX(HANDLE, handle) \ + XX(IDLE, idle) \ + XX(NAMED_PIPE, pipe) \ + XX(POLL, poll) \ + XX(PREPARE, prepare) \ + XX(PROCESS, process) \ + XX(STREAM, stream) \ + XX(TCP, tcp) \ + XX(TIMER, timer) \ + XX(TTY, tty) \ + XX(UDP, udp) \ + XX(SIGNAL, signal) \ + +#define UV_REQ_TYPE_MAP(XX) \ + XX(REQ, req) \ + XX(CONNECT, connect) \ + XX(WRITE, write) \ + XX(SHUTDOWN, shutdown) \ + XX(UDP_SEND, udp_send) \ + XX(FS, fs) \ + XX(WORK, work) \ + XX(GETADDRINFO, getaddrinfo) \ + XX(GETNAMEINFO, getnameinfo) \ + +typedef enum { +#define XX(code, _) UV_ ## code = UV__ ## code, + UV_ERRNO_MAP(XX) +#undef XX + UV_ERRNO_MAX = UV__EOF - 1 +} uv_errno_t; + +typedef enum { + UV_UNKNOWN_HANDLE = 0, +#define XX(uc, lc) UV_##uc, + UV_HANDLE_TYPE_MAP(XX) +#undef XX + UV_FILE, + UV_HANDLE_TYPE_MAX +} uv_handle_type; + +typedef enum { + UV_UNKNOWN_REQ = 0, +#define XX(uc, lc) UV_##uc, + UV_REQ_TYPE_MAP(XX) +#undef XX + UV_REQ_TYPE_PRIVATE + UV_REQ_TYPE_MAX +} uv_req_type; + + +/* Handle types. */ +typedef struct uv_loop_s uv_loop_t; +typedef struct uv_handle_s uv_handle_t; +typedef struct uv_stream_s uv_stream_t; +typedef struct uv_tcp_s uv_tcp_t; +typedef struct uv_udp_s uv_udp_t; +typedef struct uv_pipe_s uv_pipe_t; +typedef struct uv_tty_s uv_tty_t; +typedef struct uv_poll_s uv_poll_t; +typedef struct uv_timer_s uv_timer_t; +typedef struct uv_prepare_s uv_prepare_t; +typedef struct uv_check_s uv_check_t; +typedef struct uv_idle_s uv_idle_t; +typedef struct uv_async_s uv_async_t; +typedef struct uv_process_s uv_process_t; +typedef struct uv_fs_event_s uv_fs_event_t; +typedef struct uv_fs_poll_s uv_fs_poll_t; +typedef struct uv_signal_s uv_signal_t; + +/* Request types. */ +typedef struct uv_req_s uv_req_t; +typedef struct uv_getaddrinfo_s uv_getaddrinfo_t; +typedef struct uv_getnameinfo_s uv_getnameinfo_t; +typedef struct uv_shutdown_s uv_shutdown_t; +typedef struct uv_write_s uv_write_t; +typedef struct uv_connect_s uv_connect_t; +typedef struct uv_udp_send_s uv_udp_send_t; +typedef struct uv_fs_s uv_fs_t; +typedef struct uv_work_s uv_work_t; + +/* None of the above. */ +typedef struct uv_cpu_info_s uv_cpu_info_t; +typedef struct uv_interface_address_s uv_interface_address_t; +typedef struct uv_dirent_s uv_dirent_t; +typedef struct uv_passwd_s uv_passwd_t; + +typedef enum { + UV_LOOP_BLOCK_SIGNAL +} uv_loop_option; + +typedef enum { + UV_RUN_DEFAULT = 0, + UV_RUN_ONCE, + UV_RUN_NOWAIT +} uv_run_mode; + + +UV_EXTERN unsigned int uv_version(void); +UV_EXTERN const char* uv_version_string(void); + +typedef void* (*uv_malloc_func)(size_t size); +typedef void* (*uv_realloc_func)(void* ptr, size_t size); +typedef void* (*uv_calloc_func)(size_t count, size_t size); +typedef void (*uv_free_func)(void* ptr); + +UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func, + uv_realloc_func realloc_func, + uv_calloc_func calloc_func, + uv_free_func free_func); + +UV_EXTERN uv_loop_t* uv_default_loop(void); +UV_EXTERN int uv_loop_init(uv_loop_t* loop); +UV_EXTERN int uv_loop_close(uv_loop_t* loop); +/* + * NOTE: + * This function is DEPRECATED (to be removed after 0.12), users should + * allocate the loop manually and use uv_loop_init instead. + */ +UV_EXTERN uv_loop_t* uv_loop_new(void); +/* + * NOTE: + * This function is DEPRECATED (to be removed after 0.12). Users should use + * uv_loop_close and free the memory manually instead. + */ +UV_EXTERN void uv_loop_delete(uv_loop_t*); +UV_EXTERN size_t uv_loop_size(void); +UV_EXTERN int uv_loop_alive(const uv_loop_t* loop); +UV_EXTERN int uv_loop_configure(uv_loop_t* loop, uv_loop_option option, ...); + +UV_EXTERN int uv_run(uv_loop_t*, uv_run_mode mode); +UV_EXTERN void uv_stop(uv_loop_t*); + +UV_EXTERN void uv_ref(uv_handle_t*); +UV_EXTERN void uv_unref(uv_handle_t*); +UV_EXTERN int uv_has_ref(const uv_handle_t*); + +UV_EXTERN void uv_update_time(uv_loop_t*); +UV_EXTERN uint64_t uv_now(const uv_loop_t*); + +UV_EXTERN int uv_backend_fd(const uv_loop_t*); +UV_EXTERN int uv_backend_timeout(const uv_loop_t*); + +typedef void (*uv_alloc_cb)(uv_handle_t* handle, + size_t suggested_size, + uv_buf_t* buf); +typedef void (*uv_read_cb)(uv_stream_t* stream, + ssize_t nread, + const uv_buf_t* buf); +typedef void (*uv_write_cb)(uv_write_t* req, int status); +typedef void (*uv_connect_cb)(uv_connect_t* req, int status); +typedef void (*uv_shutdown_cb)(uv_shutdown_t* req, int status); +typedef void (*uv_connection_cb)(uv_stream_t* server, int status); +typedef void (*uv_close_cb)(uv_handle_t* handle); +typedef void (*uv_poll_cb)(uv_poll_t* handle, int status, int events); +typedef void (*uv_timer_cb)(uv_timer_t* handle); +typedef void (*uv_async_cb)(uv_async_t* handle); +typedef void (*uv_prepare_cb)(uv_prepare_t* handle); +typedef void (*uv_check_cb)(uv_check_t* handle); +typedef void (*uv_idle_cb)(uv_idle_t* handle); +typedef void (*uv_exit_cb)(uv_process_t*, int64_t exit_status, int term_signal); +typedef void (*uv_walk_cb)(uv_handle_t* handle, void* arg); +typedef void (*uv_fs_cb)(uv_fs_t* req); +typedef void (*uv_work_cb)(uv_work_t* req); +typedef void (*uv_after_work_cb)(uv_work_t* req, int status); +typedef void (*uv_getaddrinfo_cb)(uv_getaddrinfo_t* req, + int status, + struct addrinfo* res); +typedef void (*uv_getnameinfo_cb)(uv_getnameinfo_t* req, + int status, + const char* hostname, + const char* service); + +typedef struct { + long tv_sec; + long tv_nsec; +} uv_timespec_t; + + +typedef struct { + uint64_t st_dev; + uint64_t st_mode; + uint64_t st_nlink; + uint64_t st_uid; + uint64_t st_gid; + uint64_t st_rdev; + uint64_t st_ino; + uint64_t st_size; + uint64_t st_blksize; + uint64_t st_blocks; + uint64_t st_flags; + uint64_t st_gen; + uv_timespec_t st_atim; + uv_timespec_t st_mtim; + uv_timespec_t st_ctim; + uv_timespec_t st_birthtim; +} uv_stat_t; + + +typedef void (*uv_fs_event_cb)(uv_fs_event_t* handle, + const char* filename, + int events, + int status); + +typedef void (*uv_fs_poll_cb)(uv_fs_poll_t* handle, + int status, + const uv_stat_t* prev, + const uv_stat_t* curr); + +typedef void (*uv_signal_cb)(uv_signal_t* handle, int signum); + + +typedef enum { + UV_LEAVE_GROUP = 0, + UV_JOIN_GROUP +} uv_membership; + + +UV_EXTERN const char* uv_strerror(int err); +UV_EXTERN const char* uv_err_name(int err); + + +#define UV_REQ_FIELDS \ + /* public */ \ + void* data; \ + /* read-only */ \ + uv_req_type type; \ + /* private */ \ + void* active_queue[2]; \ + void* reserved[4]; \ + UV_REQ_PRIVATE_FIELDS \ + +/* Abstract base class of all requests. */ +struct uv_req_s { + UV_REQ_FIELDS +}; + + +/* Platform-specific request types. */ +UV_PRIVATE_REQ_TYPES + + +UV_EXTERN int uv_shutdown(uv_shutdown_t* req, + uv_stream_t* handle, + uv_shutdown_cb cb); + +struct uv_shutdown_s { + UV_REQ_FIELDS + uv_stream_t* handle; + uv_shutdown_cb cb; + UV_SHUTDOWN_PRIVATE_FIELDS +}; + + +#define UV_HANDLE_FIELDS \ + /* public */ \ + void* data; \ + /* read-only */ \ + uv_loop_t* loop; \ + uv_handle_type type; \ + /* private */ \ + uv_close_cb close_cb; \ + void* handle_queue[2]; \ + union { \ + int fd; \ + void* reserved[4]; \ + } u; \ + UV_HANDLE_PRIVATE_FIELDS \ + +/* The abstract base class of all handles. */ +struct uv_handle_s { + UV_HANDLE_FIELDS +}; + +UV_EXTERN size_t uv_handle_size(uv_handle_type type); +UV_EXTERN size_t uv_req_size(uv_req_type type); + +UV_EXTERN int uv_is_active(const uv_handle_t* handle); + +UV_EXTERN void uv_walk(uv_loop_t* loop, uv_walk_cb walk_cb, void* arg); + +/* Helpers for ad hoc debugging, no API/ABI stability guaranteed. */ +UV_EXTERN void uv_print_all_handles(uv_loop_t* loop, FILE* stream); +UV_EXTERN void uv_print_active_handles(uv_loop_t* loop, FILE* stream); + +UV_EXTERN void uv_close(uv_handle_t* handle, uv_close_cb close_cb); + +UV_EXTERN int uv_send_buffer_size(uv_handle_t* handle, int* value); +UV_EXTERN int uv_recv_buffer_size(uv_handle_t* handle, int* value); + +UV_EXTERN int uv_fileno(const uv_handle_t* handle, uv_os_fd_t* fd); + +UV_EXTERN uv_buf_t uv_buf_init(char* base, unsigned int len); + + +#define UV_STREAM_FIELDS \ + /* number of bytes queued for writing */ \ + size_t write_queue_size; \ + uv_alloc_cb alloc_cb; \ + uv_read_cb read_cb; \ + /* private */ \ + UV_STREAM_PRIVATE_FIELDS + +/* + * uv_stream_t is a subclass of uv_handle_t. + * + * uv_stream is an abstract class. + * + * uv_stream_t is the parent class of uv_tcp_t, uv_pipe_t and uv_tty_t. + */ +struct uv_stream_s { + UV_HANDLE_FIELDS + UV_STREAM_FIELDS +}; + +UV_EXTERN int uv_listen(uv_stream_t* stream, int backlog, uv_connection_cb cb); +UV_EXTERN int uv_accept(uv_stream_t* server, uv_stream_t* client); + +UV_EXTERN int uv_read_start(uv_stream_t*, + uv_alloc_cb alloc_cb, + uv_read_cb read_cb); +UV_EXTERN int uv_read_stop(uv_stream_t*); + +UV_EXTERN int uv_write(uv_write_t* req, + uv_stream_t* handle, + const uv_buf_t bufs[], + unsigned int nbufs, + uv_write_cb cb); +UV_EXTERN int uv_write2(uv_write_t* req, + uv_stream_t* handle, + const uv_buf_t bufs[], + unsigned int nbufs, + uv_stream_t* send_handle, + uv_write_cb cb); +UV_EXTERN int uv_try_write(uv_stream_t* handle, + const uv_buf_t bufs[], + unsigned int nbufs); + +/* uv_write_t is a subclass of uv_req_t. */ +struct uv_write_s { + UV_REQ_FIELDS + uv_write_cb cb; + uv_stream_t* send_handle; + uv_stream_t* handle; + UV_WRITE_PRIVATE_FIELDS +}; + + +UV_EXTERN int uv_is_readable(const uv_stream_t* handle); +UV_EXTERN int uv_is_writable(const uv_stream_t* handle); + +UV_EXTERN int uv_stream_set_blocking(uv_stream_t* handle, int blocking); + +UV_EXTERN int uv_is_closing(const uv_handle_t* handle); + + +/* + * uv_tcp_t is a subclass of uv_stream_t. + * + * Represents a TCP stream or TCP server. + */ +struct uv_tcp_s { + UV_HANDLE_FIELDS + UV_STREAM_FIELDS + UV_TCP_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_tcp_init(uv_loop_t*, uv_tcp_t* handle); +UV_EXTERN int uv_tcp_init_ex(uv_loop_t*, uv_tcp_t* handle, unsigned int flags); +UV_EXTERN int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock); +UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable); +UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle, + int enable, + unsigned int delay); +UV_EXTERN int uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable); + +enum uv_tcp_flags { + /* Used with uv_tcp_bind, when an IPv6 address is used. */ + UV_TCP_IPV6ONLY = 1 +}; + +UV_EXTERN int uv_tcp_bind(uv_tcp_t* handle, + const struct sockaddr* addr, + unsigned int flags); +UV_EXTERN int uv_tcp_getsockname(const uv_tcp_t* handle, + struct sockaddr* name, + int* namelen); +UV_EXTERN int uv_tcp_getpeername(const uv_tcp_t* handle, + struct sockaddr* name, + int* namelen); +UV_EXTERN int uv_tcp_connect(uv_connect_t* req, + uv_tcp_t* handle, + const struct sockaddr* addr, + uv_connect_cb cb); + +/* uv_connect_t is a subclass of uv_req_t. */ +struct uv_connect_s { + UV_REQ_FIELDS + uv_connect_cb cb; + uv_stream_t* handle; + UV_CONNECT_PRIVATE_FIELDS +}; + + +/* + * UDP support. + */ + +enum uv_udp_flags { + /* Disables dual stack mode. */ + UV_UDP_IPV6ONLY = 1, + /* + * Indicates message was truncated because read buffer was too small. The + * remainder was discarded by the OS. Used in uv_udp_recv_cb. + */ + UV_UDP_PARTIAL = 2, + /* + * Indicates if SO_REUSEADDR will be set when binding the handle. + * This sets the SO_REUSEPORT socket flag on the BSDs and OS X. On other + * Unix platforms, it sets the SO_REUSEADDR flag. What that means is that + * multiple threads or processes can bind to the same address without error + * (provided they all set the flag) but only the last one to bind will receive + * any traffic, in effect "stealing" the port from the previous listener. + */ + UV_UDP_REUSEADDR = 4 +}; + +typedef void (*uv_udp_send_cb)(uv_udp_send_t* req, int status); +typedef void (*uv_udp_recv_cb)(uv_udp_t* handle, + ssize_t nread, + const uv_buf_t* buf, + const struct sockaddr* addr, + unsigned flags); + +/* uv_udp_t is a subclass of uv_handle_t. */ +struct uv_udp_s { + UV_HANDLE_FIELDS + /* read-only */ + /* + * Number of bytes queued for sending. This field strictly shows how much + * information is currently queued. + */ + size_t send_queue_size; + /* + * Number of send requests currently in the queue awaiting to be processed. + */ + size_t send_queue_count; + UV_UDP_PRIVATE_FIELDS +}; + +/* uv_udp_send_t is a subclass of uv_req_t. */ +struct uv_udp_send_s { + UV_REQ_FIELDS + uv_udp_t* handle; + uv_udp_send_cb cb; + UV_UDP_SEND_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_udp_init(uv_loop_t*, uv_udp_t* handle); +UV_EXTERN int uv_udp_init_ex(uv_loop_t*, uv_udp_t* handle, unsigned int flags); +UV_EXTERN int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock); +UV_EXTERN int uv_udp_bind(uv_udp_t* handle, + const struct sockaddr* addr, + unsigned int flags); + +UV_EXTERN int uv_udp_getsockname(const uv_udp_t* handle, + struct sockaddr* name, + int* namelen); +UV_EXTERN int uv_udp_set_membership(uv_udp_t* handle, + const char* multicast_addr, + const char* interface_addr, + uv_membership membership); +UV_EXTERN int uv_udp_set_multicast_loop(uv_udp_t* handle, int on); +UV_EXTERN int uv_udp_set_multicast_ttl(uv_udp_t* handle, int ttl); +UV_EXTERN int uv_udp_set_multicast_interface(uv_udp_t* handle, + const char* interface_addr); +UV_EXTERN int uv_udp_set_broadcast(uv_udp_t* handle, int on); +UV_EXTERN int uv_udp_set_ttl(uv_udp_t* handle, int ttl); +UV_EXTERN int uv_udp_send(uv_udp_send_t* req, + uv_udp_t* handle, + const uv_buf_t bufs[], + unsigned int nbufs, + const struct sockaddr* addr, + uv_udp_send_cb send_cb); +UV_EXTERN int uv_udp_try_send(uv_udp_t* handle, + const uv_buf_t bufs[], + unsigned int nbufs, + const struct sockaddr* addr); +UV_EXTERN int uv_udp_recv_start(uv_udp_t* handle, + uv_alloc_cb alloc_cb, + uv_udp_recv_cb recv_cb); +UV_EXTERN int uv_udp_recv_stop(uv_udp_t* handle); + + +/* + * uv_tty_t is a subclass of uv_stream_t. + * + * Representing a stream for the console. + */ +struct uv_tty_s { + UV_HANDLE_FIELDS + UV_STREAM_FIELDS + UV_TTY_PRIVATE_FIELDS +}; + +typedef enum { + /* Initial/normal terminal mode */ + UV_TTY_MODE_NORMAL, + /* Raw input mode (On Windows, ENABLE_WINDOW_INPUT is also enabled) */ + UV_TTY_MODE_RAW, + /* Binary-safe I/O mode for IPC (Unix-only) */ + UV_TTY_MODE_IO +} uv_tty_mode_t; + +UV_EXTERN int uv_tty_init(uv_loop_t*, uv_tty_t*, uv_file fd, int readable); +UV_EXTERN int uv_tty_set_mode(uv_tty_t*, uv_tty_mode_t mode); +UV_EXTERN int uv_tty_reset_mode(void); +UV_EXTERN int uv_tty_get_winsize(uv_tty_t*, int* width, int* height); + +#ifdef __cplusplus +extern "C++" { + +inline int uv_tty_set_mode(uv_tty_t* handle, int mode) { + return uv_tty_set_mode(handle, static_cast(mode)); +} + +} +#endif + +UV_EXTERN uv_handle_type uv_guess_handle(uv_file file); + +/* + * uv_pipe_t is a subclass of uv_stream_t. + * + * Representing a pipe stream or pipe server. On Windows this is a Named + * Pipe. On Unix this is a Unix domain socket. + */ +struct uv_pipe_s { + UV_HANDLE_FIELDS + UV_STREAM_FIELDS + int ipc; /* non-zero if this pipe is used for passing handles */ + UV_PIPE_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_pipe_init(uv_loop_t*, uv_pipe_t* handle, int ipc); +UV_EXTERN int uv_pipe_open(uv_pipe_t*, uv_file file); +UV_EXTERN int uv_pipe_bind(uv_pipe_t* handle, const char* name); +UV_EXTERN void uv_pipe_connect(uv_connect_t* req, + uv_pipe_t* handle, + const char* name, + uv_connect_cb cb); +UV_EXTERN int uv_pipe_getsockname(const uv_pipe_t* handle, + char* buffer, + size_t* size); +UV_EXTERN int uv_pipe_getpeername(const uv_pipe_t* handle, + char* buffer, + size_t* size); +UV_EXTERN void uv_pipe_pending_instances(uv_pipe_t* handle, int count); +UV_EXTERN int uv_pipe_pending_count(uv_pipe_t* handle); +UV_EXTERN uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle); + + +struct uv_poll_s { + UV_HANDLE_FIELDS + uv_poll_cb poll_cb; + UV_POLL_PRIVATE_FIELDS +}; + +enum uv_poll_event { + UV_READABLE = 1, + UV_WRITABLE = 2, + UV_DISCONNECT = 4 +}; + +UV_EXTERN int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd); +UV_EXTERN int uv_poll_init_socket(uv_loop_t* loop, + uv_poll_t* handle, + uv_os_sock_t socket); +UV_EXTERN int uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb); +UV_EXTERN int uv_poll_stop(uv_poll_t* handle); + + +struct uv_prepare_s { + UV_HANDLE_FIELDS + UV_PREPARE_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_prepare_init(uv_loop_t*, uv_prepare_t* prepare); +UV_EXTERN int uv_prepare_start(uv_prepare_t* prepare, uv_prepare_cb cb); +UV_EXTERN int uv_prepare_stop(uv_prepare_t* prepare); + + +struct uv_check_s { + UV_HANDLE_FIELDS + UV_CHECK_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_check_init(uv_loop_t*, uv_check_t* check); +UV_EXTERN int uv_check_start(uv_check_t* check, uv_check_cb cb); +UV_EXTERN int uv_check_stop(uv_check_t* check); + + +struct uv_idle_s { + UV_HANDLE_FIELDS + UV_IDLE_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_idle_init(uv_loop_t*, uv_idle_t* idle); +UV_EXTERN int uv_idle_start(uv_idle_t* idle, uv_idle_cb cb); +UV_EXTERN int uv_idle_stop(uv_idle_t* idle); + + +struct uv_async_s { + UV_HANDLE_FIELDS + UV_ASYNC_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_async_init(uv_loop_t*, + uv_async_t* async, + uv_async_cb async_cb); +UV_EXTERN int uv_async_send(uv_async_t* async); + + +/* + * uv_timer_t is a subclass of uv_handle_t. + * + * Used to get woken up at a specified time in the future. + */ +struct uv_timer_s { + UV_HANDLE_FIELDS + UV_TIMER_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_timer_init(uv_loop_t*, uv_timer_t* handle); +UV_EXTERN int uv_timer_start(uv_timer_t* handle, + uv_timer_cb cb, + uint64_t timeout, + uint64_t repeat); +UV_EXTERN int uv_timer_stop(uv_timer_t* handle); +UV_EXTERN int uv_timer_again(uv_timer_t* handle); +UV_EXTERN void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat); +UV_EXTERN uint64_t uv_timer_get_repeat(const uv_timer_t* handle); + + +/* + * uv_getaddrinfo_t is a subclass of uv_req_t. + * + * Request object for uv_getaddrinfo. + */ +struct uv_getaddrinfo_s { + UV_REQ_FIELDS + /* read-only */ + uv_loop_t* loop; + /* struct addrinfo* addrinfo is marked as private, but it really isn't. */ + UV_GETADDRINFO_PRIVATE_FIELDS +}; + + +UV_EXTERN int uv_getaddrinfo(uv_loop_t* loop, + uv_getaddrinfo_t* req, + uv_getaddrinfo_cb getaddrinfo_cb, + const char* node, + const char* service, + const struct addrinfo* hints); +UV_EXTERN void uv_freeaddrinfo(struct addrinfo* ai); + + +/* +* uv_getnameinfo_t is a subclass of uv_req_t. +* +* Request object for uv_getnameinfo. +*/ +struct uv_getnameinfo_s { + UV_REQ_FIELDS + /* read-only */ + uv_loop_t* loop; + /* host and service are marked as private, but they really aren't. */ + UV_GETNAMEINFO_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_getnameinfo(uv_loop_t* loop, + uv_getnameinfo_t* req, + uv_getnameinfo_cb getnameinfo_cb, + const struct sockaddr* addr, + int flags); + + +/* uv_spawn() options. */ +typedef enum { + UV_IGNORE = 0x00, + UV_CREATE_PIPE = 0x01, + UV_INHERIT_FD = 0x02, + UV_INHERIT_STREAM = 0x04, + + /* + * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE + * determine the direction of flow, from the child process' perspective. Both + * flags may be specified to create a duplex data stream. + */ + UV_READABLE_PIPE = 0x10, + UV_WRITABLE_PIPE = 0x20 +} uv_stdio_flags; + +typedef struct uv_stdio_container_s { + uv_stdio_flags flags; + + union { + uv_stream_t* stream; + int fd; + } data; +} uv_stdio_container_t; + +typedef struct uv_process_options_s { + uv_exit_cb exit_cb; /* Called after the process exits. */ + const char* file; /* Path to program to execute. */ + /* + * Command line arguments. args[0] should be the path to the program. On + * Windows this uses CreateProcess which concatenates the arguments into a + * string this can cause some strange errors. See the note at + * windows_verbatim_arguments. + */ + char** args; + /* + * This will be set as the environ variable in the subprocess. If this is + * NULL then the parents environ will be used. + */ + char** env; + /* + * If non-null this represents a directory the subprocess should execute + * in. Stands for current working directory. + */ + const char* cwd; + /* + * Various flags that control how uv_spawn() behaves. See the definition of + * `enum uv_process_flags` below. + */ + unsigned int flags; + /* + * The `stdio` field points to an array of uv_stdio_container_t structs that + * describe the file descriptors that will be made available to the child + * process. The convention is that stdio[0] points to stdin, fd 1 is used for + * stdout, and fd 2 is stderr. + * + * Note that on windows file descriptors greater than 2 are available to the + * child process only if the child processes uses the MSVCRT runtime. + */ + int stdio_count; + uv_stdio_container_t* stdio; + /* + * Libuv can change the child process' user/group id. This happens only when + * the appropriate bits are set in the flags fields. This is not supported on + * windows; uv_spawn() will fail and set the error to UV_ENOTSUP. + */ + uv_uid_t uid; + uv_gid_t gid; +} uv_process_options_t; + +/* + * These are the flags that can be used for the uv_process_options.flags field. + */ +enum uv_process_flags { + /* + * Set the child process' user id. The user id is supplied in the `uid` field + * of the options struct. This does not work on windows; setting this flag + * will cause uv_spawn() to fail. + */ + UV_PROCESS_SETUID = (1 << 0), + /* + * Set the child process' group id. The user id is supplied in the `gid` + * field of the options struct. This does not work on windows; setting this + * flag will cause uv_spawn() to fail. + */ + UV_PROCESS_SETGID = (1 << 1), + /* + * Do not wrap any arguments in quotes, or perform any other escaping, when + * converting the argument list into a command line string. This option is + * only meaningful on Windows systems. On Unix it is silently ignored. + */ + UV_PROCESS_WINDOWS_VERBATIM_ARGUMENTS = (1 << 2), + /* + * Spawn the child process in a detached state - this will make it a process + * group leader, and will effectively enable the child to keep running after + * the parent exits. Note that the child process will still keep the + * parent's event loop alive unless the parent process calls uv_unref() on + * the child's process handle. + */ + UV_PROCESS_DETACHED = (1 << 3), + /* + * Hide the subprocess console window that would normally be created. This + * option is only meaningful on Windows systems. On Unix it is silently + * ignored. + */ + UV_PROCESS_WINDOWS_HIDE = (1 << 4) +}; + +/* + * uv_process_t is a subclass of uv_handle_t. + */ +struct uv_process_s { + UV_HANDLE_FIELDS + uv_exit_cb exit_cb; + int pid; + UV_PROCESS_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_spawn(uv_loop_t* loop, + uv_process_t* handle, + const uv_process_options_t* options); +UV_EXTERN int uv_process_kill(uv_process_t*, int signum); +UV_EXTERN int uv_kill(int pid, int signum); + + +/* + * uv_work_t is a subclass of uv_req_t. + */ +struct uv_work_s { + UV_REQ_FIELDS + uv_loop_t* loop; + uv_work_cb work_cb; + uv_after_work_cb after_work_cb; + UV_WORK_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_queue_work(uv_loop_t* loop, + uv_work_t* req, + uv_work_cb work_cb, + uv_after_work_cb after_work_cb); + +UV_EXTERN int uv_cancel(uv_req_t* req); + + +struct uv_cpu_info_s { + char* model; + int speed; + struct uv_cpu_times_s { + uint64_t user; + uint64_t nice; + uint64_t sys; + uint64_t idle; + uint64_t irq; + } cpu_times; +}; + +struct uv_interface_address_s { + char* name; + char phys_addr[6]; + int is_internal; + union { + struct sockaddr_in address4; + struct sockaddr_in6 address6; + } address; + union { + struct sockaddr_in netmask4; + struct sockaddr_in6 netmask6; + } netmask; +}; + +struct uv_passwd_s { + char* username; + long uid; + long gid; + char* shell; + char* homedir; +}; + +typedef enum { + UV_DIRENT_UNKNOWN, + UV_DIRENT_FILE, + UV_DIRENT_DIR, + UV_DIRENT_LINK, + UV_DIRENT_FIFO, + UV_DIRENT_SOCKET, + UV_DIRENT_CHAR, + UV_DIRENT_BLOCK +} uv_dirent_type_t; + +struct uv_dirent_s { + const char* name; + uv_dirent_type_t type; +}; + +UV_EXTERN char** uv_setup_args(int argc, char** argv); +UV_EXTERN int uv_get_process_title(char* buffer, size_t size); +UV_EXTERN int uv_set_process_title(const char* title); +UV_EXTERN int uv_resident_set_memory(size_t* rss); +UV_EXTERN int uv_uptime(double* uptime); + +typedef struct { + long tv_sec; + long tv_usec; +} uv_timeval_t; + +typedef struct { + uv_timeval_t ru_utime; /* user CPU time used */ + uv_timeval_t ru_stime; /* system CPU time used */ + uint64_t ru_maxrss; /* maximum resident set size */ + uint64_t ru_ixrss; /* integral shared memory size */ + uint64_t ru_idrss; /* integral unshared data size */ + uint64_t ru_isrss; /* integral unshared stack size */ + uint64_t ru_minflt; /* page reclaims (soft page faults) */ + uint64_t ru_majflt; /* page faults (hard page faults) */ + uint64_t ru_nswap; /* swaps */ + uint64_t ru_inblock; /* block input operations */ + uint64_t ru_oublock; /* block output operations */ + uint64_t ru_msgsnd; /* IPC messages sent */ + uint64_t ru_msgrcv; /* IPC messages received */ + uint64_t ru_nsignals; /* signals received */ + uint64_t ru_nvcsw; /* voluntary context switches */ + uint64_t ru_nivcsw; /* involuntary context switches */ +} uv_rusage_t; + +UV_EXTERN int uv_getrusage(uv_rusage_t* rusage); + +UV_EXTERN int uv_os_homedir(char* buffer, size_t* size); +UV_EXTERN int uv_os_tmpdir(char* buffer, size_t* size); +UV_EXTERN int uv_os_get_passwd(uv_passwd_t* pwd); +UV_EXTERN void uv_os_free_passwd(uv_passwd_t* pwd); + +UV_EXTERN int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count); +UV_EXTERN void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count); + +UV_EXTERN int uv_interface_addresses(uv_interface_address_t** addresses, + int* count); +UV_EXTERN void uv_free_interface_addresses(uv_interface_address_t* addresses, + int count); + + +typedef enum { + UV_FS_UNKNOWN = -1, + UV_FS_CUSTOM, + UV_FS_OPEN, + UV_FS_CLOSE, + UV_FS_READ, + UV_FS_WRITE, + UV_FS_SENDFILE, + UV_FS_STAT, + UV_FS_LSTAT, + UV_FS_FSTAT, + UV_FS_FTRUNCATE, + UV_FS_UTIME, + UV_FS_FUTIME, + UV_FS_ACCESS, + UV_FS_CHMOD, + UV_FS_FCHMOD, + UV_FS_FSYNC, + UV_FS_FDATASYNC, + UV_FS_UNLINK, + UV_FS_RMDIR, + UV_FS_MKDIR, + UV_FS_MKDTEMP, + UV_FS_RENAME, + UV_FS_SCANDIR, + UV_FS_LINK, + UV_FS_SYMLINK, + UV_FS_READLINK, + UV_FS_CHOWN, + UV_FS_FCHOWN, + UV_FS_REALPATH +} uv_fs_type; + +/* uv_fs_t is a subclass of uv_req_t. */ +struct uv_fs_s { + UV_REQ_FIELDS + uv_fs_type fs_type; + uv_loop_t* loop; + uv_fs_cb cb; + ssize_t result; + void* ptr; + const char* path; + uv_stat_t statbuf; /* Stores the result of uv_fs_stat() and uv_fs_fstat(). */ + UV_FS_PRIVATE_FIELDS +}; + +UV_EXTERN void uv_fs_req_cleanup(uv_fs_t* req); +UV_EXTERN int uv_fs_close(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + uv_fs_cb cb); +UV_EXTERN int uv_fs_open(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + int flags, + int mode, + uv_fs_cb cb); +UV_EXTERN int uv_fs_read(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + const uv_buf_t bufs[], + unsigned int nbufs, + int64_t offset, + uv_fs_cb cb); +UV_EXTERN int uv_fs_unlink(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + uv_fs_cb cb); +UV_EXTERN int uv_fs_write(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + const uv_buf_t bufs[], + unsigned int nbufs, + int64_t offset, + uv_fs_cb cb); +UV_EXTERN int uv_fs_mkdir(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + int mode, + uv_fs_cb cb); +UV_EXTERN int uv_fs_mkdtemp(uv_loop_t* loop, + uv_fs_t* req, + const char* tpl, + uv_fs_cb cb); +UV_EXTERN int uv_fs_rmdir(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + uv_fs_cb cb); +UV_EXTERN int uv_fs_scandir(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + int flags, + uv_fs_cb cb); +UV_EXTERN int uv_fs_scandir_next(uv_fs_t* req, + uv_dirent_t* ent); +UV_EXTERN int uv_fs_stat(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + uv_fs_cb cb); +UV_EXTERN int uv_fs_fstat(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + uv_fs_cb cb); +UV_EXTERN int uv_fs_rename(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + const char* new_path, + uv_fs_cb cb); +UV_EXTERN int uv_fs_fsync(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + uv_fs_cb cb); +UV_EXTERN int uv_fs_fdatasync(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + uv_fs_cb cb); +UV_EXTERN int uv_fs_ftruncate(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + int64_t offset, + uv_fs_cb cb); +UV_EXTERN int uv_fs_sendfile(uv_loop_t* loop, + uv_fs_t* req, + uv_file out_fd, + uv_file in_fd, + int64_t in_offset, + size_t length, + uv_fs_cb cb); +UV_EXTERN int uv_fs_access(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + int mode, + uv_fs_cb cb); +UV_EXTERN int uv_fs_chmod(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + int mode, + uv_fs_cb cb); +UV_EXTERN int uv_fs_utime(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + double atime, + double mtime, + uv_fs_cb cb); +UV_EXTERN int uv_fs_futime(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + double atime, + double mtime, + uv_fs_cb cb); +UV_EXTERN int uv_fs_lstat(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + uv_fs_cb cb); +UV_EXTERN int uv_fs_link(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + const char* new_path, + uv_fs_cb cb); + +/* + * This flag can be used with uv_fs_symlink() on Windows to specify whether + * path argument points to a directory. + */ +#define UV_FS_SYMLINK_DIR 0x0001 + +/* + * This flag can be used with uv_fs_symlink() on Windows to specify whether + * the symlink is to be created using junction points. + */ +#define UV_FS_SYMLINK_JUNCTION 0x0002 + +UV_EXTERN int uv_fs_symlink(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + const char* new_path, + int flags, + uv_fs_cb cb); +UV_EXTERN int uv_fs_readlink(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + uv_fs_cb cb); +UV_EXTERN int uv_fs_realpath(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + uv_fs_cb cb); +UV_EXTERN int uv_fs_fchmod(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + int mode, + uv_fs_cb cb); +UV_EXTERN int uv_fs_chown(uv_loop_t* loop, + uv_fs_t* req, + const char* path, + uv_uid_t uid, + uv_gid_t gid, + uv_fs_cb cb); +UV_EXTERN int uv_fs_fchown(uv_loop_t* loop, + uv_fs_t* req, + uv_file file, + uv_uid_t uid, + uv_gid_t gid, + uv_fs_cb cb); + + +enum uv_fs_event { + UV_RENAME = 1, + UV_CHANGE = 2 +}; + + +struct uv_fs_event_s { + UV_HANDLE_FIELDS + /* private */ + char* path; + UV_FS_EVENT_PRIVATE_FIELDS +}; + + +/* + * uv_fs_stat() based polling file watcher. + */ +struct uv_fs_poll_s { + UV_HANDLE_FIELDS + /* Private, don't touch. */ + void* poll_ctx; +}; + +UV_EXTERN int uv_fs_poll_init(uv_loop_t* loop, uv_fs_poll_t* handle); +UV_EXTERN int uv_fs_poll_start(uv_fs_poll_t* handle, + uv_fs_poll_cb poll_cb, + const char* path, + unsigned int interval); +UV_EXTERN int uv_fs_poll_stop(uv_fs_poll_t* handle); +UV_EXTERN int uv_fs_poll_getpath(uv_fs_poll_t* handle, + char* buffer, + size_t* size); + + +struct uv_signal_s { + UV_HANDLE_FIELDS + uv_signal_cb signal_cb; + int signum; + UV_SIGNAL_PRIVATE_FIELDS +}; + +UV_EXTERN int uv_signal_init(uv_loop_t* loop, uv_signal_t* handle); +UV_EXTERN int uv_signal_start(uv_signal_t* handle, + uv_signal_cb signal_cb, + int signum); +UV_EXTERN int uv_signal_stop(uv_signal_t* handle); + +UV_EXTERN void uv_loadavg(double avg[3]); + + +/* + * Flags to be passed to uv_fs_event_start(). + */ +enum uv_fs_event_flags { + /* + * By default, if the fs event watcher is given a directory name, we will + * watch for all events in that directory. This flags overrides this behavior + * and makes fs_event report only changes to the directory entry itself. This + * flag does not affect individual files watched. + * This flag is currently not implemented yet on any backend. + */ + UV_FS_EVENT_WATCH_ENTRY = 1, + + /* + * By default uv_fs_event will try to use a kernel interface such as inotify + * or kqueue to detect events. This may not work on remote filesystems such + * as NFS mounts. This flag makes fs_event fall back to calling stat() on a + * regular interval. + * This flag is currently not implemented yet on any backend. + */ + UV_FS_EVENT_STAT = 2, + + /* + * By default, event watcher, when watching directory, is not registering + * (is ignoring) changes in it's subdirectories. + * This flag will override this behaviour on platforms that support it. + */ + UV_FS_EVENT_RECURSIVE = 4 +}; + + +UV_EXTERN int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle); +UV_EXTERN int uv_fs_event_start(uv_fs_event_t* handle, + uv_fs_event_cb cb, + const char* path, + unsigned int flags); +UV_EXTERN int uv_fs_event_stop(uv_fs_event_t* handle); +UV_EXTERN int uv_fs_event_getpath(uv_fs_event_t* handle, + char* buffer, + size_t* size); + +UV_EXTERN int uv_ip4_addr(const char* ip, int port, struct sockaddr_in* addr); +UV_EXTERN int uv_ip6_addr(const char* ip, int port, struct sockaddr_in6* addr); + +UV_EXTERN int uv_ip4_name(const struct sockaddr_in* src, char* dst, size_t size); +UV_EXTERN int uv_ip6_name(const struct sockaddr_in6* src, char* dst, size_t size); + +UV_EXTERN int uv_inet_ntop(int af, const void* src, char* dst, size_t size); +UV_EXTERN int uv_inet_pton(int af, const char* src, void* dst); + +UV_EXTERN int uv_exepath(char* buffer, size_t* size); + +UV_EXTERN int uv_cwd(char* buffer, size_t* size); + +UV_EXTERN int uv_chdir(const char* dir); + +UV_EXTERN uint64_t uv_get_free_memory(void); +UV_EXTERN uint64_t uv_get_total_memory(void); + +UV_EXTERN uint64_t uv_hrtime(void); + +UV_EXTERN void uv_disable_stdio_inheritance(void); + +UV_EXTERN int uv_dlopen(const char* filename, uv_lib_t* lib); +UV_EXTERN void uv_dlclose(uv_lib_t* lib); +UV_EXTERN int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr); +UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib); + +UV_EXTERN int uv_mutex_init(uv_mutex_t* handle); +UV_EXTERN void uv_mutex_destroy(uv_mutex_t* handle); +UV_EXTERN void uv_mutex_lock(uv_mutex_t* handle); +UV_EXTERN int uv_mutex_trylock(uv_mutex_t* handle); +UV_EXTERN void uv_mutex_unlock(uv_mutex_t* handle); + +UV_EXTERN int uv_rwlock_init(uv_rwlock_t* rwlock); +UV_EXTERN void uv_rwlock_destroy(uv_rwlock_t* rwlock); +UV_EXTERN void uv_rwlock_rdlock(uv_rwlock_t* rwlock); +UV_EXTERN int uv_rwlock_tryrdlock(uv_rwlock_t* rwlock); +UV_EXTERN void uv_rwlock_rdunlock(uv_rwlock_t* rwlock); +UV_EXTERN void uv_rwlock_wrlock(uv_rwlock_t* rwlock); +UV_EXTERN int uv_rwlock_trywrlock(uv_rwlock_t* rwlock); +UV_EXTERN void uv_rwlock_wrunlock(uv_rwlock_t* rwlock); + +UV_EXTERN int uv_sem_init(uv_sem_t* sem, unsigned int value); +UV_EXTERN void uv_sem_destroy(uv_sem_t* sem); +UV_EXTERN void uv_sem_post(uv_sem_t* sem); +UV_EXTERN void uv_sem_wait(uv_sem_t* sem); +UV_EXTERN int uv_sem_trywait(uv_sem_t* sem); + +UV_EXTERN int uv_cond_init(uv_cond_t* cond); +UV_EXTERN void uv_cond_destroy(uv_cond_t* cond); +UV_EXTERN void uv_cond_signal(uv_cond_t* cond); +UV_EXTERN void uv_cond_broadcast(uv_cond_t* cond); + +UV_EXTERN int uv_barrier_init(uv_barrier_t* barrier, unsigned int count); +UV_EXTERN void uv_barrier_destroy(uv_barrier_t* barrier); +UV_EXTERN int uv_barrier_wait(uv_barrier_t* barrier); + +UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex); +UV_EXTERN int uv_cond_timedwait(uv_cond_t* cond, + uv_mutex_t* mutex, + uint64_t timeout); + +UV_EXTERN void uv_once(uv_once_t* guard, void (*callback)(void)); + +UV_EXTERN int uv_key_create(uv_key_t* key); +UV_EXTERN void uv_key_delete(uv_key_t* key); +UV_EXTERN void* uv_key_get(uv_key_t* key); +UV_EXTERN void uv_key_set(uv_key_t* key, void* value); + +typedef void (*uv_thread_cb)(void* arg); + +UV_EXTERN int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg); +UV_EXTERN uv_thread_t uv_thread_self(void); +UV_EXTERN int uv_thread_join(uv_thread_t *tid); +UV_EXTERN int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2); + +/* The presence of these unions force similar struct layout. */ +#define XX(_, name) uv_ ## name ## _t name; +union uv_any_handle { + UV_HANDLE_TYPE_MAP(XX) +}; + +union uv_any_req { + UV_REQ_TYPE_MAP(XX) +}; +#undef XX + + +struct uv_loop_s { + /* User data - use this for whatever. */ + void* data; + /* Loop reference counting. */ + unsigned int active_handles; + void* handle_queue[2]; + void* active_reqs[2]; + /* Internal flag to signal loop stop. */ + unsigned int stop_flag; + UV_LOOP_PRIVATE_FIELDS +}; + + +/* Don't export the private CPP symbols. */ +#undef UV_HANDLE_TYPE_PRIVATE +#undef UV_REQ_TYPE_PRIVATE +#undef UV_REQ_PRIVATE_FIELDS +#undef UV_STREAM_PRIVATE_FIELDS +#undef UV_TCP_PRIVATE_FIELDS +#undef UV_PREPARE_PRIVATE_FIELDS +#undef UV_CHECK_PRIVATE_FIELDS +#undef UV_IDLE_PRIVATE_FIELDS +#undef UV_ASYNC_PRIVATE_FIELDS +#undef UV_TIMER_PRIVATE_FIELDS +#undef UV_GETADDRINFO_PRIVATE_FIELDS +#undef UV_GETNAMEINFO_PRIVATE_FIELDS +#undef UV_FS_REQ_PRIVATE_FIELDS +#undef UV_WORK_PRIVATE_FIELDS +#undef UV_FS_EVENT_PRIVATE_FIELDS +#undef UV_SIGNAL_PRIVATE_FIELDS +#undef UV_LOOP_PRIVATE_FIELDS +#undef UV_LOOP_PRIVATE_PLATFORM_FIELDS + +#ifdef __cplusplus +} +#endif +#endif /* UV_H */ diff --git a/frappe/.node-gyp/6.7.0/include/node/v8-debug.h b/frappe/.node-gyp/6.7.0/include/node/v8-debug.h new file mode 100644 index 00000000..50314501 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8-debug.h @@ -0,0 +1,296 @@ +// Copyright 2008 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_V8_DEBUG_H_ +#define V8_V8_DEBUG_H_ + +#include "v8.h" // NOLINT(build/include) + +/** + * Debugger support for the V8 JavaScript engine. + */ +namespace v8 { + +// Debug events which can occur in the V8 JavaScript engine. +enum DebugEvent { + Break = 1, + Exception = 2, + NewFunction = 3, + BeforeCompile = 4, + AfterCompile = 5, + CompileError = 6, + PromiseEvent = 7, + AsyncTaskEvent = 8, +}; + + +class V8_EXPORT Debug { + public: + /** + * A client object passed to the v8 debugger whose ownership will be taken by + * it. v8 is always responsible for deleting the object. + */ + class ClientData { + public: + virtual ~ClientData() {} + }; + + + /** + * A message object passed to the debug message handler. + */ + class Message { + public: + /** + * Check type of message. + */ + virtual bool IsEvent() const = 0; + virtual bool IsResponse() const = 0; + virtual DebugEvent GetEvent() const = 0; + + /** + * Indicate whether this is a response to a continue command which will + * start the VM running after this is processed. + */ + virtual bool WillStartRunning() const = 0; + + /** + * Access to execution state and event data. Don't store these cross + * callbacks as their content becomes invalid. These objects are from the + * debugger event that started the debug message loop. + */ + virtual Local GetExecutionState() const = 0; + virtual Local GetEventData() const = 0; + + /** + * Get the debugger protocol JSON. + */ + virtual Local GetJSON() const = 0; + + /** + * Get the context active when the debug event happened. Note this is not + * the current active context as the JavaScript part of the debugger is + * running in its own context which is entered at this point. + */ + virtual Local GetEventContext() const = 0; + + /** + * Client data passed with the corresponding request if any. This is the + * client_data data value passed into Debug::SendCommand along with the + * request that led to the message or NULL if the message is an event. The + * debugger takes ownership of the data and will delete it even if there is + * no message handler. + */ + virtual ClientData* GetClientData() const = 0; + + virtual Isolate* GetIsolate() const = 0; + + virtual ~Message() {} + }; + + + /** + * An event details object passed to the debug event listener. + */ + class EventDetails { + public: + /** + * Event type. + */ + virtual DebugEvent GetEvent() const = 0; + + /** + * Access to execution state and event data of the debug event. Don't store + * these cross callbacks as their content becomes invalid. + */ + virtual Local GetExecutionState() const = 0; + virtual Local GetEventData() const = 0; + + /** + * Get the context active when the debug event happened. Note this is not + * the current active context as the JavaScript part of the debugger is + * running in its own context which is entered at this point. + */ + virtual Local GetEventContext() const = 0; + + /** + * Client data passed with the corresponding callback when it was + * registered. + */ + virtual Local GetCallbackData() const = 0; + + /** + * Client data passed to DebugBreakForCommand function. The + * debugger takes ownership of the data and will delete it even if + * there is no message handler. + */ + virtual ClientData* GetClientData() const = 0; + + virtual ~EventDetails() {} + }; + + /** + * Debug event callback function. + * + * \param event_details object providing information about the debug event + * + * A EventCallback2 does not take possession of the event data, + * and must not rely on the data persisting after the handler returns. + */ + typedef void (*EventCallback)(const EventDetails& event_details); + + /** + * Debug message callback function. + * + * \param message the debug message handler message object + * + * A MessageHandler2 does not take possession of the message data, + * and must not rely on the data persisting after the handler returns. + */ + typedef void (*MessageHandler)(const Message& message); + + /** + * Callback function for the host to ensure debug messages are processed. + */ + typedef void (*DebugMessageDispatchHandler)(); + + static bool SetDebugEventListener(Isolate* isolate, EventCallback that, + Local data = Local()); + V8_DEPRECATED("Use version with an Isolate", + static bool SetDebugEventListener( + EventCallback that, Local data = Local())); + + // Schedule a debugger break to happen when JavaScript code is run + // in the given isolate. + static void DebugBreak(Isolate* isolate); + + // Remove scheduled debugger break in given isolate if it has not + // happened yet. + static void CancelDebugBreak(Isolate* isolate); + + // Check if a debugger break is scheduled in the given isolate. + static bool CheckDebugBreak(Isolate* isolate); + + // Message based interface. The message protocol is JSON. + static void SetMessageHandler(Isolate* isolate, MessageHandler handler); + V8_DEPRECATED("Use version with an Isolate", + static void SetMessageHandler(MessageHandler handler)); + + static void SendCommand(Isolate* isolate, + const uint16_t* command, int length, + ClientData* client_data = NULL); + + /** + * Run a JavaScript function in the debugger. + * \param fun the function to call + * \param data passed as second argument to the function + * With this call the debugger is entered and the function specified is called + * with the execution state as the first argument. This makes it possible to + * get access to information otherwise not available during normal JavaScript + * execution e.g. details on stack frames. Receiver of the function call will + * be the debugger context global object, however this is a subject to change. + * The following example shows a JavaScript function which when passed to + * v8::Debug::Call will return the current line of JavaScript execution. + * + * \code + * function frame_source_line(exec_state) { + * return exec_state.frame(0).sourceLine(); + * } + * \endcode + */ + static V8_DEPRECATED("Use maybe version", + Local Call(v8::Local fun, + Local data = Local())); + // TODO(dcarney): data arg should be a MaybeLocal + static MaybeLocal Call(Local context, + v8::Local fun, + Local data = Local()); + + /** + * Returns a mirror object for the given object. + */ + static V8_DEPRECATED("Use maybe version", + Local GetMirror(v8::Local obj)); + static MaybeLocal GetMirror(Local context, + v8::Local obj); + + /** + * Makes V8 process all pending debug messages. + * + * From V8 point of view all debug messages come asynchronously (e.g. from + * remote debugger) but they all must be handled synchronously: V8 cannot + * do 2 things at one time so normal script execution must be interrupted + * for a while. + * + * Generally when message arrives V8 may be in one of 3 states: + * 1. V8 is running script; V8 will automatically interrupt and process all + * pending messages; + * 2. V8 is suspended on debug breakpoint; in this state V8 is dedicated + * to reading and processing debug messages; + * 3. V8 is not running at all or has called some long-working C++ function; + * by default it means that processing of all debug messages will be deferred + * until V8 gets control again; however, embedding application may improve + * this by manually calling this method. + * + * Technically this method in many senses is equivalent to executing empty + * script: + * 1. It does nothing except for processing all pending debug messages. + * 2. It should be invoked with the same precautions and from the same context + * as V8 script would be invoked from, because: + * a. with "evaluate" command it can do whatever normal script can do, + * including all native calls; + * b. no other thread should call V8 while this method is running + * (v8::Locker may be used here). + * + * "Evaluate" debug command behavior currently is not specified in scope + * of this method. + */ + static void ProcessDebugMessages(Isolate* isolate); + V8_DEPRECATED("Use version with an Isolate", + static void ProcessDebugMessages()); + + /** + * Debugger is running in its own context which is entered while debugger + * messages are being dispatched. This is an explicit getter for this + * debugger context. Note that the content of the debugger context is subject + * to change. The Context exists only when the debugger is active, i.e. at + * least one DebugEventListener or MessageHandler is set. + */ + static Local GetDebugContext(Isolate* isolate); + V8_DEPRECATED("Use version with an Isolate", + static Local GetDebugContext()); + + + /** + * Enable/disable LiveEdit functionality for the given Isolate + * (default Isolate if not provided). V8 will abort if LiveEdit is + * unexpectedly used. LiveEdit is enabled by default. + */ + static void SetLiveEditEnabled(Isolate* isolate, bool enable); + + /** + * Returns array of internal properties specific to the value type. Result has + * the following format: [, ,...,, ]. Result array + * will be allocated in the current context. + */ + static MaybeLocal GetInternalProperties(Isolate* isolate, + Local value); + + /** + * Defines if the ES2015 tail call elimination feature is enabled or not. + * The change of this flag triggers deoptimization of all functions that + * contain calls at tail position. + */ + static bool IsTailCallEliminationEnabled(Isolate* isolate); + static void SetTailCallEliminationEnabled(Isolate* isolate, bool enabled); +}; + + +} // namespace v8 + + +#undef EXPORT + + +#endif // V8_V8_DEBUG_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/v8-experimental.h b/frappe/.node-gyp/6.7.0/include/node/v8-experimental.h new file mode 100644 index 00000000..294ba647 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8-experimental.h @@ -0,0 +1,54 @@ +// Copyright 2015 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +/** + * This header contains a set of experimental V8 APIs. We hope these will + * become a part of standard V8, but they may also be removed if we deem the + * experiment to not be successul. + */ +#ifndef V8_INCLUDE_V8_EXPERIMENTAL_H_ +#define V8_INCLUDE_V8_EXPERIMENTAL_H_ + +#include "v8.h" // NOLINT(build/include) + +namespace v8 { +namespace experimental { + +// Allow the embedder to construct accessors that V8 can compile and use +// directly, without jumping into the runtime. +class V8_EXPORT FastAccessorBuilder { + public: + struct ValueId { + size_t value_id; + }; + struct LabelId { + size_t label_id; + }; + + static FastAccessorBuilder* New(Isolate* isolate); + + ValueId IntegerConstant(int int_constant); + ValueId GetReceiver(); + ValueId LoadInternalField(ValueId value_id, int field_no); + ValueId LoadValue(ValueId value_id, int offset); + ValueId LoadObject(ValueId value_id, int offset); + void ReturnValue(ValueId value_id); + void CheckFlagSetOrReturnNull(ValueId value_id, int mask); + void CheckNotZeroOrReturnNull(ValueId value_id); + LabelId MakeLabel(); + void SetLabel(LabelId label_id); + void CheckNotZeroOrJump(ValueId value_id, LabelId label_id); + ValueId Call(v8::FunctionCallback callback, ValueId value_id); + + private: + FastAccessorBuilder() = delete; + FastAccessorBuilder(const FastAccessorBuilder&) = delete; + ~FastAccessorBuilder() = delete; + void operator=(const FastAccessorBuilder&) = delete; +}; + +} // namespace experimental +} // namespace v8 + +#endif // V8_INCLUDE_V8_EXPERIMENTAL_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/v8-platform.h b/frappe/.node-gyp/6.7.0/include/node/v8-platform.h new file mode 100644 index 00000000..11f8d51f --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8-platform.h @@ -0,0 +1,171 @@ +// Copyright 2013 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_V8_PLATFORM_H_ +#define V8_V8_PLATFORM_H_ + +#include +#include + +namespace v8 { + +class Isolate; + +/** + * A Task represents a unit of work. + */ +class Task { + public: + virtual ~Task() {} + + virtual void Run() = 0; +}; + + +/** +* An IdleTask represents a unit of work to be performed in idle time. +* The Run method is invoked with an argument that specifies the deadline in +* seconds returned by MonotonicallyIncreasingTime(). +* The idle task is expected to complete by this deadline. +*/ +class IdleTask { + public: + virtual ~IdleTask() {} + virtual void Run(double deadline_in_seconds) = 0; +}; + + +/** + * V8 Platform abstraction layer. + * + * The embedder has to provide an implementation of this interface before + * initializing the rest of V8. + */ +class Platform { + public: + /** + * This enum is used to indicate whether a task is potentially long running, + * or causes a long wait. The embedder might want to use this hint to decide + * whether to execute the task on a dedicated thread. + */ + enum ExpectedRuntime { + kShortRunningTask, + kLongRunningTask + }; + + virtual ~Platform() {} + + /** + * Gets the number of threads that are used to execute background tasks. Is + * used to estimate the number of tasks a work package should be split into. + * A return value of 0 means that there are no background threads available. + * Note that a value of 0 won't prohibit V8 from posting tasks using + * |CallOnBackgroundThread|. + */ + virtual size_t NumberOfAvailableBackgroundThreads() { return 0; } + + /** + * Schedules a task to be invoked on a background thread. |expected_runtime| + * indicates that the task will run a long time. The Platform implementation + * takes ownership of |task|. There is no guarantee about order of execution + * of tasks wrt order of scheduling, nor is there a guarantee about the + * thread the task will be run on. + */ + virtual void CallOnBackgroundThread(Task* task, + ExpectedRuntime expected_runtime) = 0; + + /** + * Schedules a task to be invoked on a foreground thread wrt a specific + * |isolate|. Tasks posted for the same isolate should be execute in order of + * scheduling. The definition of "foreground" is opaque to V8. + */ + virtual void CallOnForegroundThread(Isolate* isolate, Task* task) = 0; + + /** + * Schedules a task to be invoked on a foreground thread wrt a specific + * |isolate| after the given number of seconds |delay_in_seconds|. + * Tasks posted for the same isolate should be execute in order of + * scheduling. The definition of "foreground" is opaque to V8. + */ + virtual void CallDelayedOnForegroundThread(Isolate* isolate, Task* task, + double delay_in_seconds) = 0; + + /** + * Schedules a task to be invoked on a foreground thread wrt a specific + * |isolate| when the embedder is idle. + * Requires that SupportsIdleTasks(isolate) is true. + * Idle tasks may be reordered relative to other task types and may be + * starved for an arbitrarily long time if no idle time is available. + * The definition of "foreground" is opaque to V8. + */ + virtual void CallIdleOnForegroundThread(Isolate* isolate, IdleTask* task) { + // TODO(ulan): Make this function abstract after V8 roll in Chromium. + } + + /** + * Returns true if idle tasks are enabled for the given |isolate|. + */ + virtual bool IdleTasksEnabled(Isolate* isolate) { + // TODO(ulan): Make this function abstract after V8 roll in Chromium. + return false; + } + + /** + * Monotonically increasing time in seconds from an arbitrary fixed point in + * the past. This function is expected to return at least + * millisecond-precision values. For this reason, + * it is recommended that the fixed point be no further in the past than + * the epoch. + **/ + virtual double MonotonicallyIncreasingTime() = 0; + + /** + * Called by TRACE_EVENT* macros, don't call this directly. + * The name parameter is a category group for example: + * TRACE_EVENT0("v8,parse", "V8.Parse") + * The pointer returned points to a value with zero or more of the bits + * defined in CategoryGroupEnabledFlags. + **/ + virtual const uint8_t* GetCategoryGroupEnabled(const char* name) { + static uint8_t no = 0; + return &no; + } + + /** + * Gets the category group name of the given category_enabled_flag pointer. + * Usually used while serliazing TRACE_EVENTs. + **/ + virtual const char* GetCategoryGroupName( + const uint8_t* category_enabled_flag) { + static const char dummy[] = "dummy"; + return dummy; + } + + /** + * Adds a trace event to the platform tracing system. This function call is + * usually the result of a TRACE_* macro from trace_event_common.h when + * tracing and the category of the particular trace are enabled. It is not + * advisable to call this function on its own; it is really only meant to be + * used by the trace macros. The returned handle can be used by + * UpdateTraceEventDuration to update the duration of COMPLETE events. + */ + virtual uint64_t AddTraceEvent( + char phase, const uint8_t* category_enabled_flag, const char* name, + uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, + const uint8_t* arg_types, const uint64_t* arg_values, + unsigned int flags) { + return 0; + } + + /** + * Sets the duration field of a COMPLETE trace event. It must be called with + * the handle returned from AddTraceEvent(). + **/ + virtual void UpdateTraceEventDuration(const uint8_t* category_enabled_flag, + const char* name, uint64_t handle) {} +}; + +} // namespace v8 + +#endif // V8_V8_PLATFORM_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/v8-profiler.h b/frappe/.node-gyp/6.7.0/include/node/v8-profiler.h new file mode 100644 index 00000000..007ae2ec --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8-profiler.h @@ -0,0 +1,782 @@ +// Copyright 2010 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_V8_PROFILER_H_ +#define V8_V8_PROFILER_H_ + +#include +#include "v8.h" // NOLINT(build/include) + +/** + * Profiler support for the V8 JavaScript engine. + */ +namespace v8 { + +class HeapGraphNode; +struct HeapStatsUpdate; + +typedef uint32_t SnapshotObjectId; + + +struct CpuProfileDeoptFrame { + int script_id; + size_t position; +}; + +} // namespace v8 + +#ifdef V8_OS_WIN +template class V8_EXPORT std::vector; +#endif + +namespace v8 { + +struct V8_EXPORT CpuProfileDeoptInfo { + /** A pointer to a static string owned by v8. */ + const char* deopt_reason; + std::vector stack; +}; + +} // namespace v8 + +#ifdef V8_OS_WIN +template class V8_EXPORT std::vector; +#endif + +namespace v8 { + +/** + * CpuProfileNode represents a node in a call graph. + */ +class V8_EXPORT CpuProfileNode { + public: + struct LineTick { + /** The 1-based number of the source line where the function originates. */ + int line; + + /** The count of samples associated with the source line. */ + unsigned int hit_count; + }; + + /** Returns function name (empty string for anonymous functions.) */ + Local GetFunctionName() const; + + /** Returns id of the script where function is located. */ + int GetScriptId() const; + + /** Returns resource name for script from where the function originates. */ + Local GetScriptResourceName() const; + + /** + * Returns the number, 1-based, of the line where the function originates. + * kNoLineNumberInfo if no line number information is available. + */ + int GetLineNumber() const; + + /** + * Returns 1-based number of the column where the function originates. + * kNoColumnNumberInfo if no column number information is available. + */ + int GetColumnNumber() const; + + /** + * Returns the number of the function's source lines that collect the samples. + */ + unsigned int GetHitLineCount() const; + + /** Returns the set of source lines that collect the samples. + * The caller allocates buffer and responsible for releasing it. + * True if all available entries are copied, otherwise false. + * The function copies nothing if buffer is not large enough. + */ + bool GetLineTicks(LineTick* entries, unsigned int length) const; + + /** Returns bailout reason for the function + * if the optimization was disabled for it. + */ + const char* GetBailoutReason() const; + + /** + * Returns the count of samples where the function was currently executing. + */ + unsigned GetHitCount() const; + + /** Returns function entry UID. */ + unsigned GetCallUid() const; + + /** Returns id of the node. The id is unique within the tree */ + unsigned GetNodeId() const; + + /** Returns child nodes count of the node. */ + int GetChildrenCount() const; + + /** Retrieves a child node by index. */ + const CpuProfileNode* GetChild(int index) const; + + /** Retrieves deopt infos for the node. */ + const std::vector& GetDeoptInfos() const; + + static const int kNoLineNumberInfo = Message::kNoLineNumberInfo; + static const int kNoColumnNumberInfo = Message::kNoColumnInfo; +}; + + +/** + * CpuProfile contains a CPU profile in a form of top-down call tree + * (from main() down to functions that do all the work). + */ +class V8_EXPORT CpuProfile { + public: + /** Returns CPU profile title. */ + Local GetTitle() const; + + /** Returns the root node of the top down call tree. */ + const CpuProfileNode* GetTopDownRoot() const; + + /** + * Returns number of samples recorded. The samples are not recorded unless + * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true. + */ + int GetSamplesCount() const; + + /** + * Returns profile node corresponding to the top frame the sample at + * the given index. + */ + const CpuProfileNode* GetSample(int index) const; + + /** + * Returns the timestamp of the sample. The timestamp is the number of + * microseconds since some unspecified starting point. + * The point is equal to the starting point used by GetStartTime. + */ + int64_t GetSampleTimestamp(int index) const; + + /** + * Returns time when the profile recording was started (in microseconds) + * since some unspecified starting point. + */ + int64_t GetStartTime() const; + + /** + * Returns time when the profile recording was stopped (in microseconds) + * since some unspecified starting point. + * The point is equal to the starting point used by GetStartTime. + */ + int64_t GetEndTime() const; + + /** + * Deletes the profile and removes it from CpuProfiler's list. + * All pointers to nodes previously returned become invalid. + */ + void Delete(); +}; + + +/** + * Interface for controlling CPU profiling. Instance of the + * profiler can be retrieved using v8::Isolate::GetCpuProfiler. + */ +class V8_EXPORT CpuProfiler { + public: + /** + * Changes default CPU profiler sampling interval to the specified number + * of microseconds. Default interval is 1000us. This method must be called + * when there are no profiles being recorded. + */ + void SetSamplingInterval(int us); + + /** + * Starts collecting CPU profile. Title may be an empty string. It + * is allowed to have several profiles being collected at + * once. Attempts to start collecting several profiles with the same + * title are silently ignored. While collecting a profile, functions + * from all security contexts are included in it. The token-based + * filtering is only performed when querying for a profile. + * + * |record_samples| parameter controls whether individual samples should + * be recorded in addition to the aggregated tree. + */ + void StartProfiling(Local title, bool record_samples = false); + + /** + * Stops collecting CPU profile with a given title and returns it. + * If the title given is empty, finishes the last profile started. + */ + CpuProfile* StopProfiling(Local title); + + /** + * Force collection of a sample. Must be called on the VM thread. + * Recording the forced sample does not contribute to the aggregated + * profile statistics. + */ + void CollectSample(); + + /** + * Tells the profiler whether the embedder is idle. + */ + void SetIdle(bool is_idle); + + private: + CpuProfiler(); + ~CpuProfiler(); + CpuProfiler(const CpuProfiler&); + CpuProfiler& operator=(const CpuProfiler&); +}; + + +/** + * HeapSnapshotEdge represents a directed connection between heap + * graph nodes: from retainers to retained nodes. + */ +class V8_EXPORT HeapGraphEdge { + public: + enum Type { + kContextVariable = 0, // A variable from a function context. + kElement = 1, // An element of an array. + kProperty = 2, // A named object property. + kInternal = 3, // A link that can't be accessed from JS, + // thus, its name isn't a real property name + // (e.g. parts of a ConsString). + kHidden = 4, // A link that is needed for proper sizes + // calculation, but may be hidden from user. + kShortcut = 5, // A link that must not be followed during + // sizes calculation. + kWeak = 6 // A weak reference (ignored by the GC). + }; + + /** Returns edge type (see HeapGraphEdge::Type). */ + Type GetType() const; + + /** + * Returns edge name. This can be a variable name, an element index, or + * a property name. + */ + Local GetName() const; + + /** Returns origin node. */ + const HeapGraphNode* GetFromNode() const; + + /** Returns destination node. */ + const HeapGraphNode* GetToNode() const; +}; + + +/** + * HeapGraphNode represents a node in a heap graph. + */ +class V8_EXPORT HeapGraphNode { + public: + enum Type { + kHidden = 0, // Hidden node, may be filtered when shown to user. + kArray = 1, // An array of elements. + kString = 2, // A string. + kObject = 3, // A JS object (except for arrays and strings). + kCode = 4, // Compiled code. + kClosure = 5, // Function closure. + kRegExp = 6, // RegExp. + kHeapNumber = 7, // Number stored in the heap. + kNative = 8, // Native object (not from V8 heap). + kSynthetic = 9, // Synthetic object, usualy used for grouping + // snapshot items together. + kConsString = 10, // Concatenated string. A pair of pointers to strings. + kSlicedString = 11, // Sliced string. A fragment of another string. + kSymbol = 12, // A Symbol (ES6). + kSimdValue = 13 // A SIMD value stored in the heap (Proposed ES7). + }; + + /** Returns node type (see HeapGraphNode::Type). */ + Type GetType() const; + + /** + * Returns node name. Depending on node's type this can be the name + * of the constructor (for objects), the name of the function (for + * closures), string value, or an empty string (for compiled code). + */ + Local GetName() const; + + /** + * Returns node id. For the same heap object, the id remains the same + * across all snapshots. + */ + SnapshotObjectId GetId() const; + + /** Returns node's own size, in bytes. */ + size_t GetShallowSize() const; + + /** Returns child nodes count of the node. */ + int GetChildrenCount() const; + + /** Retrieves a child by index. */ + const HeapGraphEdge* GetChild(int index) const; +}; + + +/** + * An interface for exporting data from V8, using "push" model. + */ +class V8_EXPORT OutputStream { // NOLINT + public: + enum WriteResult { + kContinue = 0, + kAbort = 1 + }; + virtual ~OutputStream() {} + /** Notify about the end of stream. */ + virtual void EndOfStream() = 0; + /** Get preferred output chunk size. Called only once. */ + virtual int GetChunkSize() { return 1024; } + /** + * Writes the next chunk of snapshot data into the stream. Writing + * can be stopped by returning kAbort as function result. EndOfStream + * will not be called in case writing was aborted. + */ + virtual WriteResult WriteAsciiChunk(char* data, int size) = 0; + /** + * Writes the next chunk of heap stats data into the stream. Writing + * can be stopped by returning kAbort as function result. EndOfStream + * will not be called in case writing was aborted. + */ + virtual WriteResult WriteHeapStatsChunk(HeapStatsUpdate* data, int count) { + return kAbort; + } +}; + + +/** + * HeapSnapshots record the state of the JS heap at some moment. + */ +class V8_EXPORT HeapSnapshot { + public: + enum SerializationFormat { + kJSON = 0 // See format description near 'Serialize' method. + }; + + /** Returns the root node of the heap graph. */ + const HeapGraphNode* GetRoot() const; + + /** Returns a node by its id. */ + const HeapGraphNode* GetNodeById(SnapshotObjectId id) const; + + /** Returns total nodes count in the snapshot. */ + int GetNodesCount() const; + + /** Returns a node by index. */ + const HeapGraphNode* GetNode(int index) const; + + /** Returns a max seen JS object Id. */ + SnapshotObjectId GetMaxSnapshotJSObjectId() const; + + /** + * Deletes the snapshot and removes it from HeapProfiler's list. + * All pointers to nodes, edges and paths previously returned become + * invalid. + */ + void Delete(); + + /** + * Prepare a serialized representation of the snapshot. The result + * is written into the stream provided in chunks of specified size. + * The total length of the serialized snapshot is unknown in + * advance, it can be roughly equal to JS heap size (that means, + * it can be really big - tens of megabytes). + * + * For the JSON format, heap contents are represented as an object + * with the following structure: + * + * { + * snapshot: { + * title: "...", + * uid: nnn, + * meta: { meta-info }, + * node_count: nnn, + * edge_count: nnn + * }, + * nodes: [nodes array], + * edges: [edges array], + * strings: [strings array] + * } + * + * Nodes reference strings, other nodes, and edges by their indexes + * in corresponding arrays. + */ + void Serialize(OutputStream* stream, + SerializationFormat format = kJSON) const; +}; + + +/** + * An interface for reporting progress and controlling long-running + * activities. + */ +class V8_EXPORT ActivityControl { // NOLINT + public: + enum ControlOption { + kContinue = 0, + kAbort = 1 + }; + virtual ~ActivityControl() {} + /** + * Notify about current progress. The activity can be stopped by + * returning kAbort as the callback result. + */ + virtual ControlOption ReportProgressValue(int done, int total) = 0; +}; + + +/** + * AllocationProfile is a sampled profile of allocations done by the program. + * This is structured as a call-graph. + */ +class V8_EXPORT AllocationProfile { + public: + struct Allocation { + /** + * Size of the sampled allocation object. + */ + size_t size; + + /** + * The number of objects of such size that were sampled. + */ + unsigned int count; + }; + + /** + * Represents a node in the call-graph. + */ + struct Node { + /** + * Name of the function. May be empty for anonymous functions or if the + * script corresponding to this function has been unloaded. + */ + Local name; + + /** + * Name of the script containing the function. May be empty if the script + * name is not available, or if the script has been unloaded. + */ + Local script_name; + + /** + * id of the script where the function is located. May be equal to + * v8::UnboundScript::kNoScriptId in cases where the script doesn't exist. + */ + int script_id; + + /** + * Start position of the function in the script. + */ + int start_position; + + /** + * 1-indexed line number where the function starts. May be + * kNoLineNumberInfo if no line number information is available. + */ + int line_number; + + /** + * 1-indexed column number where the function starts. May be + * kNoColumnNumberInfo if no line number information is available. + */ + int column_number; + + /** + * List of callees called from this node for which we have sampled + * allocations. The lifetime of the children is scoped to the containing + * AllocationProfile. + */ + std::vector children; + + /** + * List of self allocations done by this node in the call-graph. + */ + std::vector allocations; + }; + + /** + * Returns the root node of the call-graph. The root node corresponds to an + * empty JS call-stack. The lifetime of the returned Node* is scoped to the + * containing AllocationProfile. + */ + virtual Node* GetRootNode() = 0; + + virtual ~AllocationProfile() {} + + static const int kNoLineNumberInfo = Message::kNoLineNumberInfo; + static const int kNoColumnNumberInfo = Message::kNoColumnInfo; +}; + + +/** + * Interface for controlling heap profiling. Instance of the + * profiler can be retrieved using v8::Isolate::GetHeapProfiler. + */ +class V8_EXPORT HeapProfiler { + public: + /** + * Callback function invoked for obtaining RetainedObjectInfo for + * the given JavaScript wrapper object. It is prohibited to enter V8 + * while the callback is running: only getters on the handle and + * GetPointerFromInternalField on the objects are allowed. + */ + typedef RetainedObjectInfo* (*WrapperInfoCallback)(uint16_t class_id, + Local wrapper); + + /** Returns the number of snapshots taken. */ + int GetSnapshotCount(); + + /** Returns a snapshot by index. */ + const HeapSnapshot* GetHeapSnapshot(int index); + + /** + * Returns SnapshotObjectId for a heap object referenced by |value| if + * it has been seen by the heap profiler, kUnknownObjectId otherwise. + */ + SnapshotObjectId GetObjectId(Local value); + + /** + * Returns heap object with given SnapshotObjectId if the object is alive, + * otherwise empty handle is returned. + */ + Local FindObjectById(SnapshotObjectId id); + + /** + * Clears internal map from SnapshotObjectId to heap object. The new objects + * will not be added into it unless a heap snapshot is taken or heap object + * tracking is kicked off. + */ + void ClearObjectIds(); + + /** + * A constant for invalid SnapshotObjectId. GetSnapshotObjectId will return + * it in case heap profiler cannot find id for the object passed as + * parameter. HeapSnapshot::GetNodeById will always return NULL for such id. + */ + static const SnapshotObjectId kUnknownObjectId = 0; + + /** + * Callback interface for retrieving user friendly names of global objects. + */ + class ObjectNameResolver { + public: + /** + * Returns name to be used in the heap snapshot for given node. Returned + * string must stay alive until snapshot collection is completed. + */ + virtual const char* GetName(Local object) = 0; + + protected: + virtual ~ObjectNameResolver() {} + }; + + /** + * Takes a heap snapshot and returns it. + */ + const HeapSnapshot* TakeHeapSnapshot( + ActivityControl* control = NULL, + ObjectNameResolver* global_object_name_resolver = NULL); + + /** + * Starts tracking of heap objects population statistics. After calling + * this method, all heap objects relocations done by the garbage collector + * are being registered. + * + * |track_allocations| parameter controls whether stack trace of each + * allocation in the heap will be recorded and reported as part of + * HeapSnapshot. + */ + void StartTrackingHeapObjects(bool track_allocations = false); + + /** + * Adds a new time interval entry to the aggregated statistics array. The + * time interval entry contains information on the current heap objects + * population size. The method also updates aggregated statistics and + * reports updates for all previous time intervals via the OutputStream + * object. Updates on each time interval are provided as a stream of the + * HeapStatsUpdate structure instances. + * If |timestamp_us| is supplied, timestamp of the new entry will be written + * into it. The return value of the function is the last seen heap object Id. + * + * StartTrackingHeapObjects must be called before the first call to this + * method. + */ + SnapshotObjectId GetHeapStats(OutputStream* stream, + int64_t* timestamp_us = NULL); + + /** + * Stops tracking of heap objects population statistics, cleans up all + * collected data. StartHeapObjectsTracking must be called again prior to + * calling GetHeapStats next time. + */ + void StopTrackingHeapObjects(); + + /** + * Starts gathering a sampling heap profile. A sampling heap profile is + * similar to tcmalloc's heap profiler and Go's mprof. It samples object + * allocations and builds an online 'sampling' heap profile. At any point in + * time, this profile is expected to be a representative sample of objects + * currently live in the system. Each sampled allocation includes the stack + * trace at the time of allocation, which makes this really useful for memory + * leak detection. + * + * This mechanism is intended to be cheap enough that it can be used in + * production with minimal performance overhead. + * + * Allocations are sampled using a randomized Poisson process. On average, one + * allocation will be sampled every |sample_interval| bytes allocated. The + * |stack_depth| parameter controls the maximum number of stack frames to be + * captured on each allocation. + * + * NOTE: This is a proof-of-concept at this point. Right now we only sample + * newspace allocations. Support for paged space allocation (e.g. pre-tenured + * objects, large objects, code objects, etc.) and native allocations + * doesn't exist yet, but is anticipated in the future. + * + * Objects allocated before the sampling is started will not be included in + * the profile. + * + * Returns false if a sampling heap profiler is already running. + */ + bool StartSamplingHeapProfiler(uint64_t sample_interval = 512 * 1024, + int stack_depth = 16); + + /** + * Stops the sampling heap profile and discards the current profile. + */ + void StopSamplingHeapProfiler(); + + /** + * Returns the sampled profile of allocations allocated (and still live) since + * StartSamplingHeapProfiler was called. The ownership of the pointer is + * transfered to the caller. Returns nullptr if sampling heap profiler is not + * active. + */ + AllocationProfile* GetAllocationProfile(); + + /** + * Deletes all snapshots taken. All previously returned pointers to + * snapshots and their contents become invalid after this call. + */ + void DeleteAllHeapSnapshots(); + + /** Binds a callback to embedder's class ID. */ + void SetWrapperClassInfoProvider( + uint16_t class_id, + WrapperInfoCallback callback); + + /** + * Default value of persistent handle class ID. Must not be used to + * define a class. Can be used to reset a class of a persistent + * handle. + */ + static const uint16_t kPersistentHandleNoClassId = 0; + + /** Returns memory used for profiler internal data and snapshots. */ + size_t GetProfilerMemorySize(); + + /** + * Sets a RetainedObjectInfo for an object group (see V8::SetObjectGroupId). + */ + void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info); + + private: + HeapProfiler(); + ~HeapProfiler(); + HeapProfiler(const HeapProfiler&); + HeapProfiler& operator=(const HeapProfiler&); +}; + + +/** + * Interface for providing information about embedder's objects + * held by global handles. This information is reported in two ways: + * + * 1. When calling AddObjectGroup, an embedder may pass + * RetainedObjectInfo instance describing the group. To collect + * this information while taking a heap snapshot, V8 calls GC + * prologue and epilogue callbacks. + * + * 2. When a heap snapshot is collected, V8 additionally + * requests RetainedObjectInfos for persistent handles that + * were not previously reported via AddObjectGroup. + * + * Thus, if an embedder wants to provide information about native + * objects for heap snapshots, he can do it in a GC prologue + * handler, and / or by assigning wrapper class ids in the following way: + * + * 1. Bind a callback to class id by calling SetWrapperClassInfoProvider. + * 2. Call SetWrapperClassId on certain persistent handles. + * + * V8 takes ownership of RetainedObjectInfo instances passed to it and + * keeps them alive only during snapshot collection. Afterwards, they + * are freed by calling the Dispose class function. + */ +class V8_EXPORT RetainedObjectInfo { // NOLINT + public: + /** Called by V8 when it no longer needs an instance. */ + virtual void Dispose() = 0; + + /** Returns whether two instances are equivalent. */ + virtual bool IsEquivalent(RetainedObjectInfo* other) = 0; + + /** + * Returns hash value for the instance. Equivalent instances + * must have the same hash value. + */ + virtual intptr_t GetHash() = 0; + + /** + * Returns human-readable label. It must be a null-terminated UTF-8 + * encoded string. V8 copies its contents during a call to GetLabel. + */ + virtual const char* GetLabel() = 0; + + /** + * Returns human-readable group label. It must be a null-terminated UTF-8 + * encoded string. V8 copies its contents during a call to GetGroupLabel. + * Heap snapshot generator will collect all the group names, create + * top level entries with these names and attach the objects to the + * corresponding top level group objects. There is a default + * implementation which is required because embedders don't have their + * own implementation yet. + */ + virtual const char* GetGroupLabel() { return GetLabel(); } + + /** + * Returns element count in case if a global handle retains + * a subgraph by holding one of its nodes. + */ + virtual intptr_t GetElementCount() { return -1; } + + /** Returns embedder's object size in bytes. */ + virtual intptr_t GetSizeInBytes() { return -1; } + + protected: + RetainedObjectInfo() {} + virtual ~RetainedObjectInfo() {} + + private: + RetainedObjectInfo(const RetainedObjectInfo&); + RetainedObjectInfo& operator=(const RetainedObjectInfo&); +}; + + +/** + * A struct for exporting HeapStats data from V8, using "push" model. + * See HeapProfiler::GetHeapStats. + */ +struct HeapStatsUpdate { + HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size) + : index(index), count(count), size(size) { } + uint32_t index; // Index of the time interval that was changed. + uint32_t count; // New value of count field for the interval with this index. + uint32_t size; // New value of size field for the interval with this index. +}; + + +} // namespace v8 + + +#endif // V8_V8_PROFILER_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/v8-testing.h b/frappe/.node-gyp/6.7.0/include/node/v8-testing.h new file mode 100644 index 00000000..f67bf253 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8-testing.h @@ -0,0 +1,48 @@ +// Copyright 2010 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_V8_TEST_H_ +#define V8_V8_TEST_H_ + +#include "v8.h" // NOLINT(build/include) + +/** + * Testing support for the V8 JavaScript engine. + */ +namespace v8 { + +class V8_EXPORT Testing { + public: + enum StressType { + kStressTypeOpt, + kStressTypeDeopt + }; + + /** + * Set the type of stressing to do. The default if not set is kStressTypeOpt. + */ + static void SetStressRunType(StressType type); + + /** + * Get the number of runs of a given test that is required to get the full + * stress coverage. + */ + static int GetStressRuns(); + + /** + * Indicate the number of the run which is about to start. The value of run + * should be between 0 and one less than the result from GetStressRuns() + */ + static void PrepareStressRun(int run); + + /** + * Force deoptimization of all functions. + */ + static void DeoptimizeAll(Isolate* isolate); +}; + + +} // namespace v8 + +#endif // V8_V8_TEST_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/v8-util.h b/frappe/.node-gyp/6.7.0/include/node/v8-util.h new file mode 100644 index 00000000..73ec658f --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8-util.h @@ -0,0 +1,643 @@ +// Copyright 2014 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_UTIL_H_ +#define V8_UTIL_H_ + +#include "v8.h" // NOLINT(build/include) +#include +#include + +/** + * Support for Persistent containers. + * + * C++11 embedders can use STL containers with Global values, + * but pre-C++11 does not support the required move semantic and hence + * may want these container classes. + */ +namespace v8 { + +typedef uintptr_t PersistentContainerValue; +static const uintptr_t kPersistentContainerNotFound = 0; +enum PersistentContainerCallbackType { + kNotWeak, + // These correspond to v8::WeakCallbackType + kWeakWithParameter, + kWeakWithInternalFields, + kWeak = kWeakWithParameter // For backwards compatibility. Deprecate. +}; + + +/** + * A default trait implemenation for PersistentValueMap which uses std::map + * as a backing map. + * + * Users will have to implement their own weak callbacks & dispose traits. + */ +template +class StdMapTraits { + public: + // STL map & related: + typedef std::map Impl; + typedef typename Impl::iterator Iterator; + + static bool Empty(Impl* impl) { return impl->empty(); } + static size_t Size(Impl* impl) { return impl->size(); } + static void Swap(Impl& a, Impl& b) { std::swap(a, b); } // NOLINT + static Iterator Begin(Impl* impl) { return impl->begin(); } + static Iterator End(Impl* impl) { return impl->end(); } + static K Key(Iterator it) { return it->first; } + static PersistentContainerValue Value(Iterator it) { return it->second; } + static PersistentContainerValue Set(Impl* impl, K key, + PersistentContainerValue value) { + std::pair res = impl->insert(std::make_pair(key, value)); + PersistentContainerValue old_value = kPersistentContainerNotFound; + if (!res.second) { + old_value = res.first->second; + res.first->second = value; + } + return old_value; + } + static PersistentContainerValue Get(Impl* impl, K key) { + Iterator it = impl->find(key); + if (it == impl->end()) return kPersistentContainerNotFound; + return it->second; + } + static PersistentContainerValue Remove(Impl* impl, K key) { + Iterator it = impl->find(key); + if (it == impl->end()) return kPersistentContainerNotFound; + PersistentContainerValue value = it->second; + impl->erase(it); + return value; + } +}; + + +/** + * A default trait implementation for PersistentValueMap, which inherits + * a std:map backing map from StdMapTraits and holds non-weak persistent + * objects and has no special Dispose handling. + * + * You should not derive from this class, since MapType depends on the + * surrounding class, and hence a subclass cannot simply inherit the methods. + */ +template +class DefaultPersistentValueMapTraits : public StdMapTraits { + public: + // Weak callback & friends: + static const PersistentContainerCallbackType kCallbackType = kNotWeak; + typedef PersistentValueMap > + MapType; + typedef void WeakCallbackDataType; + + static WeakCallbackDataType* WeakCallbackParameter( + MapType* map, const K& key, Local value) { + return NULL; + } + static MapType* MapFromWeakCallbackData( + const WeakCallbackData& data) { + return NULL; + } + static K KeyFromWeakCallbackData( + const WeakCallbackData& data) { + return K(); + } + static void DisposeCallbackData(WeakCallbackDataType* data) { } + static void Dispose(Isolate* isolate, Global value, K key) {} +}; + + +template +class DefaultGlobalMapTraits : public StdMapTraits { + private: + template + struct RemovePointer; + + public: + // Weak callback & friends: + static const PersistentContainerCallbackType kCallbackType = kNotWeak; + typedef GlobalValueMap > MapType; + typedef void WeakCallbackDataType; + + static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, + Local value) { + return nullptr; + } + static MapType* MapFromWeakCallbackInfo( + const WeakCallbackInfo& data) { + return nullptr; + } + static K KeyFromWeakCallbackInfo( + const WeakCallbackInfo& data) { + return K(); + } + static void DisposeCallbackData(WeakCallbackDataType* data) {} + static void OnWeakCallback( + const WeakCallbackInfo& data) {} + static void Dispose(Isolate* isolate, Global value, K key) {} + // This is a second pass callback, so SetSecondPassCallback cannot be called. + static void DisposeWeak(const WeakCallbackInfo& data) {} + + private: + template + struct RemovePointer { + typedef T Type; + }; +}; + + +/** + * A map wrapper that allows using Global as a mapped value. + * C++11 embedders don't need this class, as they can use Global + * directly in std containers. + * + * The map relies on a backing map, whose type and accessors are described + * by the Traits class. The backing map will handle values of type + * PersistentContainerValue, with all conversion into and out of V8 + * handles being transparently handled by this class. + */ +template +class PersistentValueMapBase { + public: + Isolate* GetIsolate() { return isolate_; } + + /** + * Return size of the map. + */ + size_t Size() { return Traits::Size(&impl_); } + + /** + * Return whether the map holds weak persistents. + */ + bool IsWeak() { return Traits::kCallbackType != kNotWeak; } + + /** + * Get value stored in map. + */ + Local Get(const K& key) { + return Local::New(isolate_, FromVal(Traits::Get(&impl_, key))); + } + + /** + * Check whether a value is contained in the map. + */ + bool Contains(const K& key) { + return Traits::Get(&impl_, key) != kPersistentContainerNotFound; + } + + /** + * Get value stored in map and set it in returnValue. + * Return true if a value was found. + */ + bool SetReturnValue(const K& key, + ReturnValue returnValue) { + return SetReturnValueFromVal(&returnValue, Traits::Get(&impl_, key)); + } + + /** + * Call Isolate::SetReference with the given parent and the map value. + */ + void SetReference(const K& key, + const Persistent& parent) { + GetIsolate()->SetReference( + reinterpret_cast(parent.val_), + reinterpret_cast(FromVal(Traits::Get(&impl_, key)))); + } + + /** + * Return value for key and remove it from the map. + */ + Global Remove(const K& key) { + return Release(Traits::Remove(&impl_, key)).Pass(); + } + + /** + * Traverses the map repeatedly, + * in case side effects of disposal cause insertions. + **/ + void Clear() { + typedef typename Traits::Iterator It; + HandleScope handle_scope(isolate_); + // TODO(dcarney): figure out if this swap and loop is necessary. + while (!Traits::Empty(&impl_)) { + typename Traits::Impl impl; + Traits::Swap(impl_, impl); + for (It i = Traits::Begin(&impl); i != Traits::End(&impl); ++i) { + Traits::Dispose(isolate_, Release(Traits::Value(i)).Pass(), + Traits::Key(i)); + } + } + } + + /** + * Helper class for GetReference/SetWithReference. Do not use outside + * that context. + */ + class PersistentValueReference { + public: + PersistentValueReference() : value_(kPersistentContainerNotFound) { } + PersistentValueReference(const PersistentValueReference& other) + : value_(other.value_) { } + + Local NewLocal(Isolate* isolate) const { + return Local::New(isolate, FromVal(value_)); + } + bool IsEmpty() const { + return value_ == kPersistentContainerNotFound; + } + template + bool SetReturnValue(ReturnValue returnValue) { + return SetReturnValueFromVal(&returnValue, value_); + } + void Reset() { + value_ = kPersistentContainerNotFound; + } + void operator=(const PersistentValueReference& other) { + value_ = other.value_; + } + + private: + friend class PersistentValueMapBase; + friend class PersistentValueMap; + friend class GlobalValueMap; + + explicit PersistentValueReference(PersistentContainerValue value) + : value_(value) { } + + void operator=(PersistentContainerValue value) { + value_ = value; + } + + PersistentContainerValue value_; + }; + + /** + * Get a reference to a map value. This enables fast, repeated access + * to a value stored in the map while the map remains unchanged. + * + * Careful: This is potentially unsafe, so please use with care. + * The value will become invalid if the value for this key changes + * in the underlying map, as a result of Set or Remove for the same + * key; as a result of the weak callback for the same key; or as a + * result of calling Clear() or destruction of the map. + */ + PersistentValueReference GetReference(const K& key) { + return PersistentValueReference(Traits::Get(&impl_, key)); + } + + protected: + explicit PersistentValueMapBase(Isolate* isolate) : isolate_(isolate) {} + + ~PersistentValueMapBase() { Clear(); } + + Isolate* isolate() { return isolate_; } + typename Traits::Impl* impl() { return &impl_; } + + static V* FromVal(PersistentContainerValue v) { + return reinterpret_cast(v); + } + + static PersistentContainerValue ClearAndLeak(Global* persistent) { + V* v = persistent->val_; + persistent->val_ = 0; + return reinterpret_cast(v); + } + + static PersistentContainerValue Leak(Global* persistent) { + return reinterpret_cast(persistent->val_); + } + + /** + * Return a container value as Global and make sure the weak + * callback is properly disposed of. All remove functionality should go + * through this. + */ + static Global Release(PersistentContainerValue v) { + Global p; + p.val_ = FromVal(v); + if (Traits::kCallbackType != kNotWeak && p.IsWeak()) { + Traits::DisposeCallbackData( + p.template ClearWeak()); + } + return p.Pass(); + } + + void RemoveWeak(const K& key) { + Global p; + p.val_ = FromVal(Traits::Remove(&impl_, key)); + p.Reset(); + } + + private: + PersistentValueMapBase(PersistentValueMapBase&); + void operator=(PersistentValueMapBase&); + + static bool SetReturnValueFromVal(ReturnValue* returnValue, + PersistentContainerValue value) { + bool hasValue = value != kPersistentContainerNotFound; + if (hasValue) { + returnValue->SetInternal( + *reinterpret_cast(FromVal(value))); + } + return hasValue; + } + + Isolate* isolate_; + typename Traits::Impl impl_; +}; + + +template +class PersistentValueMap : public PersistentValueMapBase { + public: + explicit PersistentValueMap(Isolate* isolate) + : PersistentValueMapBase(isolate) {} + + typedef + typename PersistentValueMapBase::PersistentValueReference + PersistentValueReference; + + /** + * Put value into map. Depending on Traits::kIsWeak, the value will be held + * by the map strongly or weakly. + * Returns old value as Global. + */ + Global Set(const K& key, Local value) { + Global persistent(this->isolate(), value); + return SetUnique(key, &persistent); + } + + /** + * Put value into map, like Set(const K&, Local). + */ + Global Set(const K& key, Global value) { + return SetUnique(key, &value); + } + + /** + * Put the value into the map, and set the 'weak' callback when demanded + * by the Traits class. + */ + Global SetUnique(const K& key, Global* persistent) { + if (Traits::kCallbackType != kNotWeak) { + Local value(Local::New(this->isolate(), *persistent)); + persistent->template SetWeak( + Traits::WeakCallbackParameter(this, key, value), WeakCallback); + } + PersistentContainerValue old_value = + Traits::Set(this->impl(), key, this->ClearAndLeak(persistent)); + return this->Release(old_value).Pass(); + } + + /** + * Put a value into the map and update the reference. + * Restrictions of GetReference apply here as well. + */ + Global Set(const K& key, Global value, + PersistentValueReference* reference) { + *reference = this->Leak(&value); + return SetUnique(key, &value); + } + + private: + static void WeakCallback( + const WeakCallbackData& data) { + if (Traits::kCallbackType != kNotWeak) { + PersistentValueMap* persistentValueMap = + Traits::MapFromWeakCallbackData(data); + K key = Traits::KeyFromWeakCallbackData(data); + Traits::Dispose(data.GetIsolate(), + persistentValueMap->Remove(key).Pass(), key); + Traits::DisposeCallbackData(data.GetParameter()); + } + } +}; + + +template +class GlobalValueMap : public PersistentValueMapBase { + public: + explicit GlobalValueMap(Isolate* isolate) + : PersistentValueMapBase(isolate) {} + + typedef + typename PersistentValueMapBase::PersistentValueReference + PersistentValueReference; + + /** + * Put value into map. Depending on Traits::kIsWeak, the value will be held + * by the map strongly or weakly. + * Returns old value as Global. + */ + Global Set(const K& key, Local value) { + Global persistent(this->isolate(), value); + return SetUnique(key, &persistent); + } + + /** + * Put value into map, like Set(const K&, Local). + */ + Global Set(const K& key, Global value) { + return SetUnique(key, &value); + } + + /** + * Put the value into the map, and set the 'weak' callback when demanded + * by the Traits class. + */ + Global SetUnique(const K& key, Global* persistent) { + if (Traits::kCallbackType != kNotWeak) { + WeakCallbackType callback_type = + Traits::kCallbackType == kWeakWithInternalFields + ? WeakCallbackType::kInternalFields + : WeakCallbackType::kParameter; + Local value(Local::New(this->isolate(), *persistent)); + persistent->template SetWeak( + Traits::WeakCallbackParameter(this, key, value), OnWeakCallback, + callback_type); + } + PersistentContainerValue old_value = + Traits::Set(this->impl(), key, this->ClearAndLeak(persistent)); + return this->Release(old_value).Pass(); + } + + /** + * Put a value into the map and update the reference. + * Restrictions of GetReference apply here as well. + */ + Global Set(const K& key, Global value, + PersistentValueReference* reference) { + *reference = this->Leak(&value); + return SetUnique(key, &value); + } + + private: + static void OnWeakCallback( + const WeakCallbackInfo& data) { + if (Traits::kCallbackType != kNotWeak) { + auto map = Traits::MapFromWeakCallbackInfo(data); + K key = Traits::KeyFromWeakCallbackInfo(data); + map->RemoveWeak(key); + Traits::OnWeakCallback(data); + data.SetSecondPassCallback(SecondWeakCallback); + } + } + + static void SecondWeakCallback( + const WeakCallbackInfo& data) { + Traits::DisposeWeak(data); + } +}; + + +/** + * A map that uses Global as value and std::map as the backing + * implementation. Persistents are held non-weak. + * + * C++11 embedders don't need this class, as they can use + * Global directly in std containers. + */ +template > +class StdPersistentValueMap : public PersistentValueMap { + public: + explicit StdPersistentValueMap(Isolate* isolate) + : PersistentValueMap(isolate) {} +}; + + +/** + * A map that uses Global as value and std::map as the backing + * implementation. Globals are held non-weak. + * + * C++11 embedders don't need this class, as they can use + * Global directly in std containers. + */ +template > +class StdGlobalValueMap : public GlobalValueMap { + public: + explicit StdGlobalValueMap(Isolate* isolate) + : GlobalValueMap(isolate) {} +}; + + +class DefaultPersistentValueVectorTraits { + public: + typedef std::vector Impl; + + static void Append(Impl* impl, PersistentContainerValue value) { + impl->push_back(value); + } + static bool IsEmpty(const Impl* impl) { + return impl->empty(); + } + static size_t Size(const Impl* impl) { + return impl->size(); + } + static PersistentContainerValue Get(const Impl* impl, size_t i) { + return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound; + } + static void ReserveCapacity(Impl* impl, size_t capacity) { + impl->reserve(capacity); + } + static void Clear(Impl* impl) { + impl->clear(); + } +}; + + +/** + * A vector wrapper that safely stores Global values. + * C++11 embedders don't need this class, as they can use Global + * directly in std containers. + * + * This class relies on a backing vector implementation, whose type and methods + * are described by the Traits class. The backing map will handle values of type + * PersistentContainerValue, with all conversion into and out of V8 + * handles being transparently handled by this class. + */ +template +class PersistentValueVector { + public: + explicit PersistentValueVector(Isolate* isolate) : isolate_(isolate) { } + + ~PersistentValueVector() { + Clear(); + } + + /** + * Append a value to the vector. + */ + void Append(Local value) { + Global persistent(isolate_, value); + Traits::Append(&impl_, ClearAndLeak(&persistent)); + } + + /** + * Append a persistent's value to the vector. + */ + void Append(Global persistent) { + Traits::Append(&impl_, ClearAndLeak(&persistent)); + } + + /** + * Are there any values in the vector? + */ + bool IsEmpty() const { + return Traits::IsEmpty(&impl_); + } + + /** + * How many elements are in the vector? + */ + size_t Size() const { + return Traits::Size(&impl_); + } + + /** + * Retrieve the i-th value in the vector. + */ + Local Get(size_t index) const { + return Local::New(isolate_, FromVal(Traits::Get(&impl_, index))); + } + + /** + * Remove all elements from the vector. + */ + void Clear() { + size_t length = Traits::Size(&impl_); + for (size_t i = 0; i < length; i++) { + Global p; + p.val_ = FromVal(Traits::Get(&impl_, i)); + } + Traits::Clear(&impl_); + } + + /** + * Reserve capacity in the vector. + * (Efficiency gains depend on the backing implementation.) + */ + void ReserveCapacity(size_t capacity) { + Traits::ReserveCapacity(&impl_, capacity); + } + + private: + static PersistentContainerValue ClearAndLeak(Global* persistent) { + V* v = persistent->val_; + persistent->val_ = 0; + return reinterpret_cast(v); + } + + static V* FromVal(PersistentContainerValue v) { + return reinterpret_cast(v); + } + + Isolate* isolate_; + typename Traits::Impl impl_; +}; + +} // namespace v8 + +#endif // V8_UTIL_H diff --git a/frappe/.node-gyp/6.7.0/include/node/v8-version.h b/frappe/.node-gyp/6.7.0/include/node/v8-version.h new file mode 100644 index 00000000..18fe67b5 --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8-version.h @@ -0,0 +1,20 @@ +// Copyright 2015 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef V8_INCLUDE_VERSION_H_ // V8_VERSION_H_ conflicts with src/version.h +#define V8_INCLUDE_VERSION_H_ + +// These macros define the version number for the current version. +// NOTE these macros are used by some of the tool scripts and the build +// system so their names cannot be changed without changing the scripts. +#define V8_MAJOR_VERSION 5 +#define V8_MINOR_VERSION 1 +#define V8_BUILD_NUMBER 281 +#define V8_PATCH_LEVEL 83 + +// Use 1 for candidates and 0 otherwise. +// (Boolean macro values are not supported by all preprocessors.) +#define V8_IS_CANDIDATE_VERSION 0 + +#endif // V8_INCLUDE_VERSION_H_ diff --git a/frappe/.node-gyp/6.7.0/include/node/v8.h b/frappe/.node-gyp/6.7.0/include/node/v8.h new file mode 100644 index 00000000..8b7b7c2c --- /dev/null +++ b/frappe/.node-gyp/6.7.0/include/node/v8.h @@ -0,0 +1,8790 @@ +// Copyright 2012 the V8 project authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +/** \mainpage V8 API Reference Guide + * + * V8 is Google's open source JavaScript engine. + * + * This set of documents provides reference material generated from the + * V8 header file, include/v8.h. + * + * For other documentation see http://code.google.com/apis/v8/ + */ + +#ifndef INCLUDE_V8_H_ +#define INCLUDE_V8_H_ + +#include +#include +#include +#include +#include + +#include "v8-version.h" // NOLINT(build/include) +#include "v8config.h" // NOLINT(build/include) + +// We reserve the V8_* prefix for macros defined in V8 public API and +// assume there are no name conflicts with the embedder's code. + +#ifdef V8_OS_WIN + +// Setup for Windows DLL export/import. When building the V8 DLL the +// BUILDING_V8_SHARED needs to be defined. When building a program which uses +// the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8 +// static library or building a program which uses the V8 static library neither +// BUILDING_V8_SHARED nor USING_V8_SHARED should be defined. +#if defined(BUILDING_V8_SHARED) && defined(USING_V8_SHARED) +#error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\ + build configuration to ensure that at most one of these is set +#endif + +#ifdef BUILDING_V8_SHARED +# define V8_EXPORT __declspec(dllexport) +#elif USING_V8_SHARED +# define V8_EXPORT __declspec(dllimport) +#else +# define V8_EXPORT +#endif // BUILDING_V8_SHARED + +#else // V8_OS_WIN + +// Setup for Linux shared library export. +#if V8_HAS_ATTRIBUTE_VISIBILITY && defined(V8_SHARED) +# ifdef BUILDING_V8_SHARED +# define V8_EXPORT __attribute__ ((visibility("default"))) +# else +# define V8_EXPORT +# endif +#else +# define V8_EXPORT +#endif + +#endif // V8_OS_WIN + +/** + * The v8 JavaScript engine. + */ +namespace v8 { + +class AccessorSignature; +class Array; +class Boolean; +class BooleanObject; +class Context; +class CpuProfiler; +class Data; +class Date; +class External; +class Function; +class FunctionTemplate; +class HeapProfiler; +class ImplementationUtilities; +class Int32; +class Integer; +class Isolate; +template +class Maybe; +class Name; +class Number; +class NumberObject; +class Object; +class ObjectOperationDescriptor; +class ObjectTemplate; +class Platform; +class Primitive; +class Promise; +class Proxy; +class RawOperationDescriptor; +class Script; +class SharedArrayBuffer; +class Signature; +class StartupData; +class StackFrame; +class StackTrace; +class String; +class StringObject; +class Symbol; +class SymbolObject; +class Private; +class Uint32; +class Utils; +class Value; +template class Local; +template +class MaybeLocal; +template class Eternal; +template class NonCopyablePersistentTraits; +template class PersistentBase; +template > +class Persistent; +template +class Global; +template class PersistentValueMap; +template +class PersistentValueMapBase; +template +class GlobalValueMap; +template class PersistentValueVector; +template class WeakCallbackObject; +class FunctionTemplate; +class ObjectTemplate; +class Data; +template class FunctionCallbackInfo; +template class PropertyCallbackInfo; +class StackTrace; +class StackFrame; +class Isolate; +class CallHandlerHelper; +class EscapableHandleScope; +template class ReturnValue; + +namespace experimental { +class FastAccessorBuilder; +} // namespace experimental + +namespace internal { +class Arguments; +class Heap; +class HeapObject; +class Isolate; +class Object; +struct StreamedSource; +template class CustomArguments; +class PropertyCallbackArguments; +class FunctionCallbackArguments; +class GlobalHandles; +} // namespace internal + + +/** + * General purpose unique identifier. + */ +class UniqueId { + public: + explicit UniqueId(intptr_t data) + : data_(data) {} + + bool operator==(const UniqueId& other) const { + return data_ == other.data_; + } + + bool operator!=(const UniqueId& other) const { + return data_ != other.data_; + } + + bool operator<(const UniqueId& other) const { + return data_ < other.data_; + } + + private: + intptr_t data_; +}; + +// --- Handles --- + +#define TYPE_CHECK(T, S) \ + while (false) { \ + *(static_cast(0)) = static_cast(0); \ + } + + +/** + * An object reference managed by the v8 garbage collector. + * + * All objects returned from v8 have to be tracked by the garbage + * collector so that it knows that the objects are still alive. Also, + * because the garbage collector may move objects, it is unsafe to + * point directly to an object. Instead, all objects are stored in + * handles which are known by the garbage collector and updated + * whenever an object moves. Handles should always be passed by value + * (except in cases like out-parameters) and they should never be + * allocated on the heap. + * + * There are two types of handles: local and persistent handles. + * Local handles are light-weight and transient and typically used in + * local operations. They are managed by HandleScopes. Persistent + * handles can be used when storing objects across several independent + * operations and have to be explicitly deallocated when they're no + * longer used. + * + * It is safe to extract the object stored in the handle by + * dereferencing the handle (for instance, to extract the Object* from + * a Local); the value will still be governed by a handle + * behind the scenes and the same rules apply to these values as to + * their handles. + */ +template +class Local { + public: + V8_INLINE Local() : val_(0) {} + template + V8_INLINE Local(Local that) + : val_(reinterpret_cast(*that)) { + /** + * This check fails when trying to convert between incompatible + * handles. For example, converting from a Local to a + * Local. + */ + TYPE_CHECK(T, S); + } + + /** + * Returns true if the handle is empty. + */ + V8_INLINE bool IsEmpty() const { return val_ == 0; } + + /** + * Sets the handle to be empty. IsEmpty() will then return true. + */ + V8_INLINE void Clear() { val_ = 0; } + + V8_INLINE T* operator->() const { return val_; } + + V8_INLINE T* operator*() const { return val_; } + + /** + * Checks whether two handles are the same. + * Returns true if both are empty, or if the objects + * to which they refer are identical. + * The handles' references are not checked. + */ + template + V8_INLINE bool operator==(const Local& that) const { + internal::Object** a = reinterpret_cast(this->val_); + internal::Object** b = reinterpret_cast(that.val_); + if (a == 0) return b == 0; + if (b == 0) return false; + return *a == *b; + } + + template V8_INLINE bool operator==( + const PersistentBase& that) const { + internal::Object** a = reinterpret_cast(this->val_); + internal::Object** b = reinterpret_cast(that.val_); + if (a == 0) return b == 0; + if (b == 0) return false; + return *a == *b; + } + + /** + * Checks whether two handles are different. + * Returns true if only one of the handles is empty, or if + * the objects to which they refer are different. + * The handles' references are not checked. + */ + template + V8_INLINE bool operator!=(const Local& that) const { + return !operator==(that); + } + + template V8_INLINE bool operator!=( + const Persistent& that) const { + return !operator==(that); + } + + template V8_INLINE static Local Cast(Local that) { +#ifdef V8_ENABLE_CHECKS + // If we're going to perform the type check then we have to check + // that the handle isn't empty before doing the checked cast. + if (that.IsEmpty()) return Local(); +#endif + return Local(T::Cast(*that)); + } + + + template V8_INLINE Local As() { + return Local::Cast(*this); + } + + /** + * Create a local handle for the content of another handle. + * The referee is kept alive by the local handle even when + * the original handle is destroyed/disposed. + */ + V8_INLINE static Local New(Isolate* isolate, Local that); + V8_INLINE static Local New(Isolate* isolate, + const PersistentBase& that); + + private: + friend class Utils; + template friend class Eternal; + template friend class PersistentBase; + template friend class Persistent; + template friend class Local; + template + friend class MaybeLocal; + template friend class FunctionCallbackInfo; + template friend class PropertyCallbackInfo; + friend class String; + friend class Object; + friend class Context; + friend class Private; + template friend class internal::CustomArguments; + friend Local Undefined(Isolate* isolate); + friend Local Null(Isolate* isolate); + friend Local True(Isolate* isolate); + friend Local False(Isolate* isolate); + friend class HandleScope; + friend class EscapableHandleScope; + template + friend class PersistentValueMapBase; + template friend class PersistentValueVector; + template + friend class ReturnValue; + + explicit V8_INLINE Local(T* that) : val_(that) {} + V8_INLINE static Local New(Isolate* isolate, T* that); + T* val_; +}; + + +#if !defined(V8_IMMINENT_DEPRECATION_WARNINGS) +// Local is an alias for Local for historical reasons. +template +using Handle = Local; +#endif + + +/** + * A MaybeLocal<> is a wrapper around Local<> that enforces a check whether + * the Local<> is empty before it can be used. + * + * If an API method returns a MaybeLocal<>, the API method can potentially fail + * either because an exception is thrown, or because an exception is pending, + * e.g. because a previous API call threw an exception that hasn't been caught + * yet, or because a TerminateExecution exception was thrown. In that case, an + * empty MaybeLocal is returned. + */ +template +class MaybeLocal { + public: + V8_INLINE MaybeLocal() : val_(nullptr) {} + template + V8_INLINE MaybeLocal(Local that) + : val_(reinterpret_cast(*that)) { + TYPE_CHECK(T, S); + } + + V8_INLINE bool IsEmpty() const { return val_ == nullptr; } + + template + V8_WARN_UNUSED_RESULT V8_INLINE bool ToLocal(Local* out) const { + out->val_ = IsEmpty() ? nullptr : this->val_; + return !IsEmpty(); + } + + // Will crash if the MaybeLocal<> is empty. + V8_INLINE Local ToLocalChecked(); + + template + V8_INLINE Local FromMaybe(Local default_value) const { + return IsEmpty() ? default_value : Local(val_); + } + + private: + T* val_; +}; + + +// Eternal handles are set-once handles that live for the life of the isolate. +template class Eternal { + public: + V8_INLINE Eternal() : index_(kInitialValue) { } + template + V8_INLINE Eternal(Isolate* isolate, Local handle) : index_(kInitialValue) { + Set(isolate, handle); + } + // Can only be safely called if already set. + V8_INLINE Local Get(Isolate* isolate); + V8_INLINE bool IsEmpty() { return index_ == kInitialValue; } + template V8_INLINE void Set(Isolate* isolate, Local handle); + + private: + static const int kInitialValue = -1; + int index_; +}; + + +static const int kInternalFieldsInWeakCallback = 2; + + +template +class WeakCallbackInfo { + public: + typedef void (*Callback)(const WeakCallbackInfo& data); + + WeakCallbackInfo(Isolate* isolate, T* parameter, + void* internal_fields[kInternalFieldsInWeakCallback], + Callback* callback) + : isolate_(isolate), parameter_(parameter), callback_(callback) { + for (int i = 0; i < kInternalFieldsInWeakCallback; ++i) { + internal_fields_[i] = internal_fields[i]; + } + } + + V8_INLINE Isolate* GetIsolate() const { return isolate_; } + V8_INLINE T* GetParameter() const { return parameter_; } + V8_INLINE void* GetInternalField(int index) const; + + V8_INLINE V8_DEPRECATED("use indexed version", + void* GetInternalField1() const) { + return internal_fields_[0]; + } + V8_INLINE V8_DEPRECATED("use indexed version", + void* GetInternalField2() const) { + return internal_fields_[1]; + } + + V8_DEPRECATED("Not realiable once SetSecondPassCallback() was used.", + bool IsFirstPass() const) { + return callback_ != nullptr; + } + + // When first called, the embedder MUST Reset() the Global which triggered the + // callback. The Global itself is unusable for anything else. No v8 other api + // calls may be called in the first callback. Should additional work be + // required, the embedder must set a second pass callback, which will be + // called after all the initial callbacks are processed. + // Calling SetSecondPassCallback on the second pass will immediately crash. + void SetSecondPassCallback(Callback callback) const { *callback_ = callback; } + + private: + Isolate* isolate_; + T* parameter_; + Callback* callback_; + void* internal_fields_[kInternalFieldsInWeakCallback]; +}; + + +template +class WeakCallbackData { + public: + typedef void (*Callback)(const WeakCallbackData& data); + + WeakCallbackData(Isolate* isolate, P* parameter, Local handle) + : isolate_(isolate), parameter_(parameter), handle_(handle) {} + + V8_INLINE Isolate* GetIsolate() const { return isolate_; } + V8_INLINE P* GetParameter() const { return parameter_; } + V8_INLINE Local GetValue() const { return handle_; } + + private: + Isolate* isolate_; + P* parameter_; + Local handle_; +}; + + +// TODO(dcarney): delete this with WeakCallbackData +template +using PhantomCallbackData = WeakCallbackInfo; + + +enum class WeakCallbackType { kParameter, kInternalFields }; + + +/** + * An object reference that is independent of any handle scope. Where + * a Local handle only lives as long as the HandleScope in which it was + * allocated, a PersistentBase handle remains valid until it is explicitly + * disposed. + * + * A persistent handle contains a reference to a storage cell within + * the v8 engine which holds an object value and which is updated by + * the garbage collector whenever the object is moved. A new storage + * cell can be created using the constructor or PersistentBase::Reset and + * existing handles can be disposed using PersistentBase::Reset. + * + */ +template class PersistentBase { + public: + /** + * If non-empty, destroy the underlying storage cell + * IsEmpty() will return true after this call. + */ + V8_INLINE void Reset(); + /** + * If non-empty, destroy the underlying storage cell + * and create a new one with the contents of other if other is non empty + */ + template + V8_INLINE void Reset(Isolate* isolate, const Local& other); + + /** + * If non-empty, destroy the underlying storage cell + * and create a new one with the contents of other if other is non empty + */ + template + V8_INLINE void Reset(Isolate* isolate, const PersistentBase& other); + + V8_INLINE bool IsEmpty() const { return val_ == NULL; } + V8_INLINE void Empty() { val_ = 0; } + + V8_INLINE Local Get(Isolate* isolate) const { + return Local::New(isolate, *this); + } + + template + V8_INLINE bool operator==(const PersistentBase& that) const { + internal::Object** a = reinterpret_cast(this->val_); + internal::Object** b = reinterpret_cast(that.val_); + if (a == NULL) return b == NULL; + if (b == NULL) return false; + return *a == *b; + } + + template + V8_INLINE bool operator==(const Local& that) const { + internal::Object** a = reinterpret_cast(this->val_); + internal::Object** b = reinterpret_cast(that.val_); + if (a == NULL) return b == NULL; + if (b == NULL) return false; + return *a == *b; + } + + template + V8_INLINE bool operator!=(const PersistentBase& that) const { + return !operator==(that); + } + + template + V8_INLINE bool operator!=(const Local& that) const { + return !operator==(that); + } + + /** + * Install a finalization callback on this object. + * NOTE: There is no guarantee as to *when* or even *if* the callback is + * invoked. The invocation is performed solely on a best effort basis. + * As always, GC-based finalization should *not* be relied upon for any + * critical form of resource management! + */ + template + V8_INLINE V8_DEPRECATED( + "use WeakCallbackInfo version", + void SetWeak(P* parameter, + typename WeakCallbackData::Callback callback)); + + template + V8_INLINE V8_DEPRECATED( + "use WeakCallbackInfo version", + void SetWeak(P* parameter, + typename WeakCallbackData::Callback callback)); + + // Phantom persistents work like weak persistents, except that the pointer to + // the object being collected is not available in the finalization callback. + // This enables the garbage collector to collect the object and any objects + // it references transitively in one GC cycle. At the moment you can either + // specify a parameter for the callback or the location of two internal + // fields in the dying object. + template + V8_INLINE V8_DEPRECATED( + "use SetWeak", + void SetPhantom(P* parameter, + typename WeakCallbackInfo

::Callback callback, + int internal_field_index1 = -1, + int internal_field_index2 = -1)); + + template + V8_INLINE void SetWeak(P* parameter, + typename WeakCallbackInfo

::Callback callback, + WeakCallbackType type); + + template + V8_INLINE P* ClearWeak(); + + // TODO(dcarney): remove this. + V8_INLINE void ClearWeak() { ClearWeak(); } + + /** + * Allows the embedder to tell the v8 garbage collector that a certain object + * is alive. Only allowed when the embedder is asked to trace its heap by + * EmbedderHeapTracer. + */ + V8_INLINE void RegisterExternalReference(Isolate* isolate); + + /** + * Marks the reference to this object independent. Garbage collector is free + * to ignore any object groups containing this object. Weak callback for an + * independent handle should not assume that it will be preceded by a global + * GC prologue callback or followed by a global GC epilogue callback. + */ + V8_INLINE void MarkIndependent(); + + /** + * Marks the reference to this object partially dependent. Partially dependent + * handles only depend on other partially dependent handles and these + * dependencies are provided through object groups. It provides a way to build + * smaller object groups for young objects that represent only a subset of all + * external dependencies. This mark is automatically cleared after each + * garbage collection. + */ + V8_INLINE void MarkPartiallyDependent(); + + /** + * Marks the reference to this object as active. The scavenge garbage + * collection should not reclaim the objects marked as active. + * This bit is cleared after the each garbage collection pass. + */ + V8_INLINE void MarkActive(); + + V8_INLINE bool IsIndependent() const; + + /** Checks if the handle holds the only reference to an object. */ + V8_INLINE bool IsNearDeath() const; + + /** Returns true if the handle's reference is weak. */ + V8_INLINE bool IsWeak() const; + + /** + * Assigns a wrapper class ID to the handle. See RetainedObjectInfo interface + * description in v8-profiler.h for details. + */ + V8_INLINE void SetWrapperClassId(uint16_t class_id); + + /** + * Returns the class ID previously assigned to this handle or 0 if no class ID + * was previously assigned. + */ + V8_INLINE uint16_t WrapperClassId() const; + + private: + friend class Isolate; + friend class Utils; + template friend class Local; + template friend class Persistent; + template + friend class Global; + template friend class PersistentBase; + template friend class ReturnValue; + template + friend class PersistentValueMapBase; + template friend class PersistentValueVector; + friend class Object; + + explicit V8_INLINE PersistentBase(T* val) : val_(val) {} + PersistentBase(const PersistentBase& other) = delete; // NOLINT + void operator=(const PersistentBase&) = delete; + V8_INLINE static T* New(Isolate* isolate, T* that); + + T* val_; +}; + + +/** + * Default traits for Persistent. This class does not allow + * use of the copy constructor or assignment operator. + * At present kResetInDestructor is not set, but that will change in a future + * version. + */ +template +class NonCopyablePersistentTraits { + public: + typedef Persistent > NonCopyablePersistent; + static const bool kResetInDestructor = false; + template + V8_INLINE static void Copy(const Persistent& source, + NonCopyablePersistent* dest) { + Uncompilable(); + } + // TODO(dcarney): come up with a good compile error here. + template V8_INLINE static void Uncompilable() { + TYPE_CHECK(O, Primitive); + } +}; + + +/** + * Helper class traits to allow copying and assignment of Persistent. + * This will clone the contents of storage cell, but not any of the flags, etc. + */ +template +struct CopyablePersistentTraits { + typedef Persistent > CopyablePersistent; + static const bool kResetInDestructor = true; + template + static V8_INLINE void Copy(const Persistent& source, + CopyablePersistent* dest) { + // do nothing, just allow copy + } +}; + + +/** + * A PersistentBase which allows copy and assignment. + * + * Copy, assignment and destructor bevavior is controlled by the traits + * class M. + * + * Note: Persistent class hierarchy is subject to future changes. + */ +template class Persistent : public PersistentBase { + public: + /** + * A Persistent with no storage cell. + */ + V8_INLINE Persistent() : PersistentBase(0) { } + /** + * Construct a Persistent from a Local. + * When the Local is non-empty, a new storage cell is created + * pointing to the same object, and no flags are set. + */ + template + V8_INLINE Persistent(Isolate* isolate, Local that) + : PersistentBase(PersistentBase::New(isolate, *that)) { + TYPE_CHECK(T, S); + } + /** + * Construct a Persistent from a Persistent. + * When the Persistent is non-empty, a new storage cell is created + * pointing to the same object, and no flags are set. + */ + template + V8_INLINE Persistent(Isolate* isolate, const Persistent& that) + : PersistentBase(PersistentBase::New(isolate, *that)) { + TYPE_CHECK(T, S); + } + /** + * The copy constructors and assignment operator create a Persistent + * exactly as the Persistent constructor, but the Copy function from the + * traits class is called, allowing the setting of flags based on the + * copied Persistent. + */ + V8_INLINE Persistent(const Persistent& that) : PersistentBase(0) { + Copy(that); + } + template + V8_INLINE Persistent(const Persistent& that) : PersistentBase(0) { + Copy(that); + } + V8_INLINE Persistent& operator=(const Persistent& that) { // NOLINT + Copy(that); + return *this; + } + template + V8_INLINE Persistent& operator=(const Persistent& that) { // NOLINT + Copy(that); + return *this; + } + /** + * The destructor will dispose the Persistent based on the + * kResetInDestructor flags in the traits class. Since not calling dispose + * can result in a memory leak, it is recommended to always set this flag. + */ + V8_INLINE ~Persistent() { + if (M::kResetInDestructor) this->Reset(); + } + + // TODO(dcarney): this is pretty useless, fix or remove + template + V8_INLINE static Persistent& Cast(Persistent& that) { // NOLINT +#ifdef V8_ENABLE_CHECKS + // If we're going to perform the type check then we have to check + // that the handle isn't empty before doing the checked cast. + if (!that.IsEmpty()) T::Cast(*that); +#endif + return reinterpret_cast&>(that); + } + + // TODO(dcarney): this is pretty useless, fix or remove + template V8_INLINE Persistent& As() { // NOLINT + return Persistent::Cast(*this); + } + + private: + friend class Isolate; + friend class Utils; + template friend class Local; + template friend class Persistent; + template friend class ReturnValue; + + explicit V8_INLINE Persistent(T* that) : PersistentBase(that) {} + V8_INLINE T* operator*() const { return this->val_; } + template + V8_INLINE void Copy(const Persistent& that); +}; + + +/** + * A PersistentBase which has move semantics. + * + * Note: Persistent class hierarchy is subject to future changes. + */ +template +class Global : public PersistentBase { + public: + /** + * A Global with no storage cell. + */ + V8_INLINE Global() : PersistentBase(nullptr) {} + /** + * Construct a Global from a Local. + * When the Local is non-empty, a new storage cell is created + * pointing to the same object, and no flags are set. + */ + template + V8_INLINE Global(Isolate* isolate, Local that) + : PersistentBase(PersistentBase::New(isolate, *that)) { + TYPE_CHECK(T, S); + } + /** + * Construct a Global from a PersistentBase. + * When the Persistent is non-empty, a new storage cell is created + * pointing to the same object, and no flags are set. + */ + template + V8_INLINE Global(Isolate* isolate, const PersistentBase& that) + : PersistentBase(PersistentBase::New(isolate, that.val_)) { + TYPE_CHECK(T, S); + } + /** + * Move constructor. + */ + V8_INLINE Global(Global&& other) : PersistentBase(other.val_) { // NOLINT + other.val_ = nullptr; + } + V8_INLINE ~Global() { this->Reset(); } + /** + * Move via assignment. + */ + template + V8_INLINE Global& operator=(Global&& rhs) { // NOLINT + TYPE_CHECK(T, S); + if (this != &rhs) { + this->Reset(); + this->val_ = rhs.val_; + rhs.val_ = nullptr; + } + return *this; + } + /** + * Pass allows returning uniques from functions, etc. + */ + Global Pass() { return static_cast(*this); } // NOLINT + + /* + * For compatibility with Chromium's base::Bind (base::Passed). + */ + typedef void MoveOnlyTypeForCPP03; + + private: + template + friend class ReturnValue; + Global(const Global&) = delete; + void operator=(const Global&) = delete; + V8_INLINE T* operator*() const { return this->val_; } +}; + + +// UniquePersistent is an alias for Global for historical reason. +template +using UniquePersistent = Global; + + + /** + * A stack-allocated class that governs a number of local handles. + * After a handle scope has been created, all local handles will be + * allocated within that handle scope until either the handle scope is + * deleted or another handle scope is created. If there is already a + * handle scope and a new one is created, all allocations will take + * place in the new handle scope until it is deleted. After that, + * new handles will again be allocated in the original handle scope. + * + * After the handle scope of a local handle has been deleted the + * garbage collector will no longer track the object stored in the + * handle and may deallocate it. The behavior of accessing a handle + * for which the handle scope has been deleted is undefined. + */ +class V8_EXPORT HandleScope { + public: + explicit HandleScope(Isolate* isolate); + + ~HandleScope(); + + /** + * Counts the number of allocated handles. + */ + static int NumberOfHandles(Isolate* isolate); + + V8_INLINE Isolate* GetIsolate() const { + return reinterpret_cast(isolate_); + } + + protected: + V8_INLINE HandleScope() {} + + void Initialize(Isolate* isolate); + + static internal::Object** CreateHandle(internal::Isolate* isolate, + internal::Object* value); + + private: + // Uses heap_object to obtain the current Isolate. + static internal::Object** CreateHandle(internal::HeapObject* heap_object, + internal::Object* value); + + // Make it hard to create heap-allocated or illegal handle scopes by + // disallowing certain operations. + HandleScope(const HandleScope&); + void operator=(const HandleScope&); + void* operator new(size_t size); + void operator delete(void*, size_t); + + internal::Isolate* isolate_; + internal::Object** prev_next_; + internal::Object** prev_limit_; + + // Local::New uses CreateHandle with an Isolate* parameter. + template friend class Local; + + // Object::GetInternalField and Context::GetEmbedderData use CreateHandle with + // a HeapObject* in their shortcuts. + friend class Object; + friend class Context; +}; + + +/** + * A HandleScope which first allocates a handle in the current scope + * which will be later filled with the escape value. + */ +class V8_EXPORT EscapableHandleScope : public HandleScope { + public: + explicit EscapableHandleScope(Isolate* isolate); + V8_INLINE ~EscapableHandleScope() {} + + /** + * Pushes the value into the previous scope and returns a handle to it. + * Cannot be called twice. + */ + template + V8_INLINE Local Escape(Local value) { + internal::Object** slot = + Escape(reinterpret_cast(*value)); + return Local(reinterpret_cast(slot)); + } + + private: + internal::Object** Escape(internal::Object** escape_value); + + // Make it hard to create heap-allocated or illegal handle scopes by + // disallowing certain operations. + EscapableHandleScope(const EscapableHandleScope&); + void operator=(const EscapableHandleScope&); + void* operator new(size_t size); + void operator delete(void*, size_t); + + internal::Object** escape_slot_; +}; + +class V8_EXPORT SealHandleScope { + public: + SealHandleScope(Isolate* isolate); + ~SealHandleScope(); + + private: + // Make it hard to create heap-allocated or illegal handle scopes by + // disallowing certain operations. + SealHandleScope(const SealHandleScope&); + void operator=(const SealHandleScope&); + void* operator new(size_t size); + void operator delete(void*, size_t); + + internal::Isolate* isolate_; + internal::Object** prev_limit_; + int prev_sealed_level_; +}; + + +// --- Special objects --- + + +/** + * The superclass of values and API object templates. + */ +class V8_EXPORT Data { + private: + Data(); +}; + + +/** + * The optional attributes of ScriptOrigin. + */ +class ScriptOriginOptions { + public: + V8_INLINE ScriptOriginOptions(bool is_embedder_debug_script = false, + bool is_shared_cross_origin = false, + bool is_opaque = false) + : flags_((is_embedder_debug_script ? kIsEmbedderDebugScript : 0) | + (is_shared_cross_origin ? kIsSharedCrossOrigin : 0) | + (is_opaque ? kIsOpaque : 0)) {} + V8_INLINE ScriptOriginOptions(int flags) + : flags_(flags & + (kIsEmbedderDebugScript | kIsSharedCrossOrigin | kIsOpaque)) {} + bool IsEmbedderDebugScript() const { + return (flags_ & kIsEmbedderDebugScript) != 0; + } + bool IsSharedCrossOrigin() const { + return (flags_ & kIsSharedCrossOrigin) != 0; + } + bool IsOpaque() const { return (flags_ & kIsOpaque) != 0; } + int Flags() const { return flags_; } + + private: + enum { + kIsEmbedderDebugScript = 1, + kIsSharedCrossOrigin = 1 << 1, + kIsOpaque = 1 << 2 + }; + const int flags_; +}; + +/** + * The origin, within a file, of a script. + */ +class ScriptOrigin { + public: + V8_INLINE ScriptOrigin( + Local resource_name, + Local resource_line_offset = Local(), + Local resource_column_offset = Local(), + Local resource_is_shared_cross_origin = Local(), + Local script_id = Local(), + Local resource_is_embedder_debug_script = Local(), + Local source_map_url = Local(), + Local resource_is_opaque = Local()); + V8_INLINE Local ResourceName() const; + V8_INLINE Local ResourceLineOffset() const; + V8_INLINE Local ResourceColumnOffset() const; + /** + * Returns true for embedder's debugger scripts + */ + V8_INLINE Local ScriptID() const; + V8_INLINE Local SourceMapUrl() const; + V8_INLINE ScriptOriginOptions Options() const { return options_; } + + private: + Local resource_name_; + Local resource_line_offset_; + Local resource_column_offset_; + ScriptOriginOptions options_; + Local script_id_; + Local source_map_url_; +}; + + +/** + * A compiled JavaScript script, not yet tied to a Context. + */ +class V8_EXPORT UnboundScript { + public: + /** + * Binds the script to the currently entered context. + */ + Local\n\n```\n\nOpen the above .html file in a browser and you should see\n\n\"Node\n\n**[Full online demo](http://kpdecker.github.com/jsdiff)**\n\n## Compatibility\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/jsdiff.svg)](https://saucelabs.com/u/jsdiff)\n\njsdiff supports all ES3 environments with some known issues on IE8 and below. Under these browsers some diff algorithms such as word diff and others may fail due to lack of support for capturing groups in the `split` operation.\n\n## License\n\nSee [LICENSE](https://github.com/kpdecker/jsdiff/blob/master/LICENSE).\n","homepage":"https://github.com/kpdecker/jsdiff#readme","keywords":["diff","javascript"],"bugs":{"url":"http://github.com/kpdecker/jsdiff/issues","email":"kpdecker@gmail.com"},"readmeFilename":"README.md","license":"BSD-3-Clause","_attachments":{},"_etag":"W/\"596924c8-e1a6\"","_lastModified":"Fri, 14 Jul 2017 20:08:40 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/double-ended-queue/.cache.json b/frappe/.npm/registry.npmjs.org/double-ended-queue/.cache.json new file mode 100644 index 00000000..f2d4c19a --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/double-ended-queue/.cache.json @@ -0,0 +1 @@ +{"_id":"double-ended-queue","_rev":"15-362d42c308885156faad88279dc8e8d8","name":"double-ended-queue","description":"Extremely fast double-ended queue implementation","dist-tags":{"latest":"2.1.0-0"},"versions":{"0.9.7":{"name":"double-ended-queue","description":"Extremely fast double-ended queue implementation","version":"0.9.7","keywords":["data-structure","data-structures","queue","deque","double-ended-queue"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/deque","repository":{"type":"git","url":"git://github.com/petkaantonov/deque.git"},"bugs":{"url":"http://github.com/petkaantonov/deque/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","jshint-stylish":"latest","acorn":"~0.3.1","mocha":"~1.12.1","grunt-cli":"~0.1.9","bluebird":"~0.11","benchmark":"latest"},"main":"./js/deque.js","_id":"double-ended-queue@0.9.7","dist":{"shasum":"8ae0a7265df66cdc3f07dce558e9716adb586ab8","tarball":"https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-0.9.7.tgz"},"_from":"./","_npmVersion":"1.3.14","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"2.0.0-0":{"name":"double-ended-queue","description":"Extremely fast double-ended queue implementation","version":"2.0.0-0","keywords":["data-structure","data-structures","queue","deque","double-ended-queue"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/deque","repository":{"type":"git","url":"git://github.com/petkaantonov/deque.git"},"bugs":{"url":"http://github.com/petkaantonov/deque/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","jshint-stylish":"latest","acorn":"~0.3.1","mocha":"~1.12.1","grunt-cli":"~0.1.9","bluebird":"~0.11","benchmark":"~1.0.0","deque":"0.0.4","q":"~0.9.7","semver-utils":"~1.1.0"},"main":"./js/deque.js","_id":"double-ended-queue@2.0.0-0","dist":{"shasum":"7847fda1c00fb722245aff83643a4887670efd2c","tarball":"https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-2.0.0-0.tgz"},"_from":"./","_npmVersion":"1.3.14","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"directories":{}},"2.1.0-0":{"name":"double-ended-queue","description":"Extremely fast double-ended queue implementation","version":"2.1.0-0","keywords":["data-structure","data-structures","queue","deque","double-ended-queue"],"scripts":{"test":"grunt test"},"homepage":"https://github.com/petkaantonov/deque","repository":{"type":"git","url":"git://github.com/petkaantonov/deque.git"},"bugs":{"url":"http://github.com/petkaantonov/deque/issues"},"license":"MIT","author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"devDependencies":{"grunt":"~0.4.1","grunt-contrib-jshint":"~0.6.4","jshint-stylish":"latest","acorn":"~0.3.1","mocha":"~1.12.1","grunt-cli":"~0.1.9","bluebird":"~0.11","benchmark":"~1.0.0","deque":"0.0.4","q":"~0.9.7","semver-utils":"~1.1.0"},"main":"./js/deque.js","gitHead":"51eada75cea686f1eb0c8bb5be486ac630e9b7ee","_id":"double-ended-queue@2.1.0-0","_shasum":"103d3527fd31528f40188130c841efdd78264e5c","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.34","_npmUser":{"name":"esailija","email":"petka_antonov@hotmail.com"},"maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"dist":{"shasum":"103d3527fd31528f40188130c841efdd78264e5c","tarball":"https://registry.npmjs.org/double-ended-queue/-/double-ended-queue-2.1.0-0.tgz"},"directories":{}}},"readme":"#Introduction\n\nExtremely fast [double-ended queue](http://en.wikipedia.org/wiki/Double-ended_queue) implementation. Double-ended queue can also be used as a:\n\n- [Stack](http://en.wikipedia.org/wiki/Stack_\\(abstract_data_type\\))\n- [Queue](http://en.wikipedia.org/wiki/Queue_\\(data_structure\\))\n\nThe implementation is GC and CPU cache friendly [circular buffer](http://en.wikipedia.org/wiki/Circular_buffer). [It will run circles around any \"linked list\" implementation](#performance).\n\nEvery queue operation is done in constant `O(1)` - including random access from `.get()`.\n\n#Topics\n\n- [Quick start](#quick-start)\n- [Why not use an Array?](#why-not-use-an-array)\n- [Using double-ended queue as a normal queue](#using-double-ended-queue-as-a-normal-queue)\n- [API reference and examples](#api)\n- [Performance](#performance)\n\n#Quick start\n\n npm install double-ended-queue\n\n```js\nvar Deque = require(\"double-ended-queue\");\n\nvar deque = new Deque([1,2,3,4]);\ndeque.shift(); //1\ndeque.pop(); //4\n```\n\n#Why not use an Array?\n\nArrays take linear `O(N)` time to do `shift` and `unshift` operations. That means in theory that an array with 1000 items is 1000x slower to do those operations than a deque with 1000 items. 10000x slower with 10000 items and so on.\n\nV8 implements [a trick for small arrays](https://code.google.com/p/v8/issues/detail?id=3059) where these operations are done in constant time, however even with this trick deque is still 4x faster.\n\nBut arrays use \"native\" methods, they must be faster!\n\nIn V8, there is almost no advantage for a method to be a built-in. In fact many times built-ins are at a severe disadvantage of having to implement far more complex semantics than is actually needed in practice. For example, sparse array handling punishes almost every built-in array method even though nobody uses sparse arrays as is evidenced by the popularity of the underscore library which doesn't handle sparse arrays in the same way across different browsers.\n\n#Using double-ended queue as a normal queue\n\nQueue is a more commonly needed data structure however a separate implementation does not provide any advantage in terms of performance. Aliases are provided specifically for the queue use-case. You may use `.enqueue(items...)` to enqueue item(s) and `.dequeue()` to dequeue an item.\n\n#API\n\n- [`new Deque()`](#new-deque---deque)\n- [`new Deque(Array items)`](#new-dequearray-items---deque)\n- [`new Deque(int capacity)`](#new-dequeint-capacity---deque)\n- [`push(dynamic items...)`](#pushdynamic-items---int)\n- [`unshift(dynamic items...)`](#unshiftdynamic-items---int)\n- [`pop()`](#pop---dynamic)\n- [`shift()`](#shift---dynamic)\n- [`toArray()`](#toarray---array)\n- [`peekBack()`](#peekback---dynamic)\n- [`peekFront()`](#peekfront---dynamic)\n- [`get(int index)`](#getint-index---dynamic)\n- [`isEmpty()`](#isempty---boolean)\n- [`clear()`](#clear---void)\n\n#####`new Deque()` -> `Deque`\n\nCreates an empty double-ended queue with initial capacity of 16. If you know the optimal size before-hand, use [`new Deque(int capacity)`](#new-dequeint-capacity---deque).\n\n```js\nvar deque = new Deque();\ndeque.push(1, 2, 3);\ndeque.shift(); //1\ndeque.pop(); //3\n```\n\n
\n\n#####`new Deque(Array items)` -> `Deque`\n\nCreates a double-ended queue from `items`.\n\n```js\nvar deque = new Deque([1,2,3,4]);\ndeque.shift(); //1\ndeque.pop(); //4\n```\n\n
\n\n#####`new Deque(int capacity)` -> `Deque`\n\nCreates an empty double-ended queue with the given `capacity`. `Capacity` should be the maximum amount of items the queue will hold at a given time.\n\nThe reason to give an initial capacity is to avoid potentially expensive resizing operations at runtime.\n\n```js\nvar deque = new Deque(100);\ndeque.push(1, 2, 3);\ndeque.shift(); //1\ndeque.pop(); //3\n```\n\n
\n\n#####`push(dynamic items...)` -> `int`\n\nPush items to the back of this queue. Returns the amount of items currently in the queue after the operation.\n\n```js\nvar deque = new Deque();\ndeque.push(1);\ndeque.pop(); //1\ndeque.push(1, 2, 3);\ndeque.shift(); //1\ndeque.shift(); //2\ndeque.shift(); //3\n```\n\n**Aliases:** `enqueue`, `insertBack`\n\n
\n\n#####`unshift(dynamic items...)` -> `int`\n\nUnshift items to the front of this queue. Returns the amount of items currently in the queue after the operation.\n\n```js\nvar deque = new Deque([2,3]);\ndeque.unshift(1);\ndeque.toString(); //\"1,2,3\"\ndeque.unshift(-2, -1, 0);\ndeque.toString(); //\"-2,-1,0,1,2,3\"\n```\n\n**Aliases:** `insertFront`\n\n
\n\n\n#####`pop()` -> `dynamic`\n\nPop off the item at the back of this queue.\n\nNote: The item will be removed from the queue. If you simply want to see what's at the back of the queue use [`peekBack()`](#peekback---dynamic) or [`.get(-1)`](#getint-index---dynamic).\n\nIf the queue is empty, `undefined` is returned. If you need to differentiate between `undefined` values in the queue and `pop()` return value -\ncheck the queue `.length` before popping.\n\n```js\nvar deque = new Deque([1,2,3]);\ndeque.pop(); //3\ndeque.pop(); //2\ndeque.pop(); //1\ndeque.pop(); //undefined\n```\n\n**Aliases:** `removeBack`\n\n
\n\n#####`shift()` -> `dynamic`\n\nShifts off the item at the front of this queue.\n\nNote: The item will be removed from the queue. If you simply want to see what's at the front of the queue use [`peekFront()`](#peekfront---dynamic) or [`.get(0)`](#getint-index---dynamic).\n\nIf the queue is empty, `undefined` is returned. If you need to differentiate between `undefined` values in the queue and `shift()` return value -\ncheck the queue `.length` before shifting.\n\n```js\nvar deque = new Deque([1,2,3]);\ndeque.shift(); //1\ndeque.shift(); //2\ndeque.shift(); //3\ndeque.shift(); //undefined\n```\n\n**Aliases:** `removeFront`, `dequeue`\n\n
\n\n#####`toArray()` -> `Array`\n\nReturns the items in the queue as an array. Starting from the item in the front of the queue and ending to the item at the back of the queue.\n\n```js\nvar deque = new Deque([1,2,3]);\ndeque.push(4);\ndeque.unshift(0);\ndeque.toArray(); //[0,1,2,3,4]\n```\n\n**Aliases:** `toJSON`\n\n
\n\n#####`peekBack()` -> `dynamic`\n\nReturns the item that is at the back of this queue without removing it.\n\nIf the queue is empty, `undefined` is returned.\n\n```js\nvar deque = new Deque([1,2,3]);\ndeque.push(4);\ndeque.peekBack(); //4\n```\n\n
\n\n#####`peekFront()` -> `dynamic`\n\nReturns the item that is at the front of this queue without removing it.\n\nIf the queue is empty, `undefined` is returned.\n\n```js\nvar deque = new Deque([1,2,3]);\ndeque.push(4);\ndeque.peekFront(); //1\n```\n\n
\n\n#####`get(int index)` -> `dynamic`\n\nReturns the item that is at the given `index` of this queue without removing it.\n\nThe index is zero-based, so `.get(0)` will return the item that is at the front, `.get(1)` will return\nthe item that comes after and so on.\n\nThe index can be negative to read items at the back of the queue. `.get(-1)` returns the item that is at the back of the queue,\n`.get(-2)` will return the item that comes before and so on.\n\nReturns `undefined` if `index` is not a valid index into the queue.\n\n```js\nvar deque = new Deque([1,2,3]);\ndeque.get(0); //1\ndeque.get(1); //2\ndeque.get(2); //3\n\ndeque.get(-1); //3\ndeque.get(-2); //2\ndeque.get(-3); //1\n```\n\n**Note**: Even though indexed accessor (e.g. `queue[0]`) could *appear* to return a correct value *sometimes*, this is completely unreliable. The numeric slots\nof the deque object are internally used as an optimization and have no meaningful order or meaning to outside. Always use `.get()`.\n\n**Note**: The implementation has O(1) random access using `.get()`.\n\n
\n\n#####`isEmpty()` -> `boolean`\n\nReturn `true` if this queue is empty, `false` otherwise.\n\n```js\nvar deque = new Deque();\ndeque.isEmpty(); //true\ndeque.push(1);\ndeque.isEmpty(); //false\n```\n\n
\n\n#####`clear()` -> `void`\n\nRemove all items from this queue. Does not change the queue's capacity.\n\n```js\nvar deque = new Deque([1,2,3]);\ndeque.toString(); //\"1,2,3\"\ndeque.clear();\ndeque.toString(); //\"\"\n```\n
\n\n#Performance\n\nClone the repo and `npm install`. Then run the `bench` script.\n\n##1000 items in the queue\n\n double-ended-queue x 15,532,714 ops/sec ±0.19% (96 runs sampled)\n built-in array x 6,501,398 ops/sec ±0.87% (95 runs sampled)\n node-deque x 2,938,068 ops/sec ±3.50% (68 runs sampled)\n\n##2 million items in the queue\n\n double-ended-queue x 14,425,547 ops/sec ±0.17% (94 runs sampled)\n node-deque x 2,815,628 ops/sec ±10.56% (76 runs sampled)\n built-in array x 19.23 ops/sec ±0.35% (51 runs sampled)\n\nNoteworthy is just how bad the degradation can be for built-in array when V8 cannot use the trick.\n","maintainers":[{"name":"esailija","email":"petka_antonov@hotmail.com"}],"time":{"modified":"2017-06-21T21:20:51.325Z","created":"2013-12-25T16:19:02.685Z","0.9.7":"2013-12-25T16:19:07.751Z","2.0.0-0":"2013-12-25T16:49:14.322Z","2.1.0-0":"2015-01-05T15:12:03.596Z"},"author":{"name":"Petka Antonov","email":"petka_antonov@hotmail.com","url":"http://github.com/petkaantonov/"},"repository":{"type":"git","url":"git://github.com/petkaantonov/deque.git"},"users":{"strathausen":true,"julien-f":true,"elrolito":true,"bsnote":true,"zoomyzoom":true,"mojaray2k":true,"hibrahimsafak":true,"jentam":true},"homepage":"https://github.com/petkaantonov/deque","keywords":["data-structure","data-structures","queue","deque","double-ended-queue"],"bugs":{"url":"http://github.com/petkaantonov/deque/issues"},"license":"MIT","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"594ae333-351c\"","_lastModified":"Wed, 21 Jun 2017 21:20:51 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/ecc-jsbn/.cache.json b/frappe/.npm/registry.npmjs.org/ecc-jsbn/.cache.json new file mode 100644 index 00000000..577d07eb --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/ecc-jsbn/.cache.json @@ -0,0 +1 @@ +{"_id":"ecc-jsbn","_rev":"7-6a48294403a6a21448691893088b3438","name":"ecc-jsbn","description":"ECC JS code based on JSBN","dist-tags":{"latest":"0.1.1"},"versions":{"0.0.1":{"name":"ecc-jsbn","version":"0.0.1","description":"ECC JS code based on JSBN","main":"index.js","repository":{"type":"git","url":"https://github.com/quartzjer/ecc-jsbn.git"},"keywords":["jsbn","ecc","browserify"],"author":{"name":"Jeremie Miller","email":"jeremie@jabber.org","url":"http://jeremie.com/"},"maintainers":[{"name":"quartzjer","email":"jeremie@jabber.org"}],"dependencies":{"jsbn":"git+https://github.com/rynomad/jsbn.git"},"license":"MIT","bugs":{"url":"https://github.com/quartzjer/ecc-jsbn/issues"},"homepage":"https://github.com/quartzjer/ecc-jsbn","_id":"ecc-jsbn@0.0.1","dist":{"shasum":"970577ba31b4976fb1889a298cb7451d896c466d","tarball":"https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.18","_npmUser":{"name":"quartzjer","email":"jeremie@jabber.org"},"directories":{}},"0.1.1":{"name":"ecc-jsbn","version":"0.1.1","description":"ECC JS code based on JSBN","main":"index.js","repository":{"type":"git","url":"git+https://github.com/quartzjer/ecc-jsbn.git"},"keywords":["jsbn","ecc","browserify"],"author":{"name":"Jeremie Miller","email":"jeremie@jabber.org","url":"http://jeremie.com/"},"maintainers":[{"name":"quartzjer","email":"jeremie@jabber.org"},{"name":"rynomad","email":"nomad.ry@gmail.com"}],"dependencies":{"jsbn":"~0.1.0"},"license":"MIT","bugs":{"url":"https://github.com/quartzjer/ecc-jsbn/issues"},"homepage":"https://github.com/quartzjer/ecc-jsbn","gitHead":"d35a360352496721030da645e8054f07efc22487","_id":"ecc-jsbn@0.1.1","scripts":{},"_shasum":"0fc73a9ed5f0d53c38193398523ef7e543777505","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"quartzjer","email":"jeremie@jabber.org"},"dist":{"shasum":"0fc73a9ed5f0d53c38193398523ef7e543777505","tarball":"https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz"},"directories":{}}},"readme":"ecc-jsbn\n========\n\nECC package based on [jsbn](https://github.com/andyperlitch/jsbn) from [Tom Wu](http://www-cs-students.stanford.edu/~tjw/).\n\nThis is a subset of the same interface as the [node compiled module](https://github.com/quartzjer/ecc), but works in the browser too.\n\nAlso uses point compression now from [https://github.com/kaielvin](https://github.com/kaielvin/jsbn-ec-point-compression).\n","maintainers":[{"name":"quartzjer","email":"jeremie@jabber.org"},{"name":"rynomad","email":"nomad.ry@gmail.com"}],"time":{"modified":"2016-11-01T17:18:21.280Z","created":"2014-03-06T05:48:33.314Z","0.0.1":"2014-03-06T05:48:34.662Z","0.1.1":"2015-11-23T14:19:09.579Z"},"readmeFilename":"README.md","homepage":"https://github.com/quartzjer/ecc-jsbn","keywords":["jsbn","ecc","browserify"],"repository":{"type":"git","url":"git+https://github.com/quartzjer/ecc-jsbn.git"},"author":{"name":"Jeremie Miller","email":"jeremie@jabber.org","url":"http://jeremie.com/"},"bugs":{"url":"https://github.com/quartzjer/ecc-jsbn/issues"},"license":"MIT","users":{"mojaray2k":true},"_attachments":{},"_etag":"W/\"5818ce5d-c2e\"","_lastModified":"Tue, 01 Nov 2016 17:18:21 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/ee-first/.cache.json b/frappe/.npm/registry.npmjs.org/ee-first/.cache.json new file mode 100644 index 00000000..5ba4edab --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/ee-first/.cache.json @@ -0,0 +1 @@ +{"_id":"ee-first","_rev":"22-990712b104a4beb0b4974a5d1607ec96","name":"ee-first","description":"return the first event in a set of ee/event pairs","dist-tags":{"latest":"1.1.1"},"versions":{"1.0.0":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.0.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/jonathanong/ee-first"},"devDependencies":{"mocha":"1"},"scripts":{"test":"mocha --reporter spec"},"bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.0.0","_shasum":"f06454b54ed5921b51011c6b2f45e2f383ca6ea2","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"dist":{"shasum":"f06454b54ed5921b51011c6b2f45e2f383ca6ea2","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.0.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/jonathanong/ee-first"},"dependencies":{"sliced":"0"},"devDependencies":{"mocha":"1"},"scripts":{"test":"mocha --reporter spec"},"bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.0.1","_shasum":"8d5e4fdba0f4a7cb8e790731cd275f938ee42f59","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"dist":{"shasum":"8d5e4fdba0f4a7cb8e790731cd275f938ee42f59","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.0.2","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/jonathanong/ee-first"},"devDependencies":{"mocha":"1"},"scripts":{"test":"mocha --reporter spec"},"bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.0.2","_shasum":"775dd7c8ed52233f2339563ae4d33c9a9cb2be3c","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"775dd7c8ed52233f2339563ae4d33c9a9cb2be3c","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.0.3","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/jonathanong/ee-first"},"devDependencies":{"mocha":"1"},"scripts":{"test":"mocha --reporter spec"},"bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.0.3","_shasum":"6c98c4089abecb5a7b85c1ac449aa603d3b3dabe","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"6c98c4089abecb5a7b85c1ac449aa603d3b3dabe","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.0.4","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jonathanong/ee-first"},"devDependencies":{"istanbul":"0.3.0","mocha":"1"},"files":["index.js"],"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"fbd53b0166f23d7712d551c4dd01673f87a74e88","bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.0.4","_shasum":"44dbff0250fe667e8a042ec445afd1a9c4a1aeb2","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"44dbff0250fe667e8a042ec445afd1a9c4a1aeb2","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.0.4.tgz"},"directories":{}},"1.0.5":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.0.5","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jonathanong/ee-first"},"devDependencies":{"istanbul":"0.3.0","mocha":"1"},"files":["index.js","LICENSE"],"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"c9d9a6881863c0d2fcc2e4ac99a170088c205304","bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.0.5","_shasum":"8c9b212898d8cd9f1a9436650ce7be202c9e9ff0","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"8c9b212898d8cd9f1a9436650ce7be202c9e9ff0","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.0.5.tgz"},"directories":{}},"1.1.0":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.1.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jonathanong/ee-first"},"devDependencies":{"istanbul":"0.3.2","mocha":"1"},"files":["index.js","LICENSE"],"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"a6412004da4745941af2fc98ec30c8da570da7ea","bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.1.0","_shasum":"6a0d7c6221e490feefd92ec3f441c9ce8cd097f4","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"6a0d7c6221e490feefd92ec3f441c9ce8cd097f4","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"ee-first","description":"return the first event in a set of ee/event pairs","version":"1.1.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jonathanong/ee-first"},"devDependencies":{"istanbul":"0.3.9","mocha":"2.2.5"},"files":["index.js","LICENSE"],"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"512e0ce4cc3643f603708f965a97b61b1a9c0441","bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"homepage":"https://github.com/jonathanong/ee-first","_id":"ee-first@1.1.1","_shasum":"590c61156b0ae2f4f0255732a158b266bc56b21d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"590c61156b0ae2f4f0255732a158b266bc56b21d","tarball":"https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"},"directories":{}}},"readme":"# EE First\n\n[![NPM version][npm-image]][npm-url]\n[![Build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n[![Gittip][gittip-image]][gittip-url]\n\nGet the first event in a set of event emitters and event pairs,\nthen clean up after itself.\n\n## Install\n\n```sh\n$ npm install ee-first\n```\n\n## API\n\n```js\nvar first = require('ee-first')\n```\n\n### first(arr, listener)\n\nInvoke `listener` on the first event from the list specified in `arr`. `arr` is\nan array of arrays, with each array in the format `[ee, ...event]`. `listener`\nwill be called only once, the first time any of the given events are emitted. If\n`error` is one of the listened events, then if that fires first, the `listener`\nwill be given the `err` argument.\n\nThe `listener` is invoked as `listener(err, ee, event, args)`, where `err` is the\nfirst argument emitted from an `error` event, if applicable; `ee` is the event\nemitter that fired; `event` is the string event name that fired; and `args` is an\narray of the arguments that were emitted on the event.\n\n```js\nvar ee1 = new EventEmitter()\nvar ee2 = new EventEmitter()\n\nfirst([\n [ee1, 'close', 'end', 'error'],\n [ee2, 'error']\n], function (err, ee, event, args) {\n // listener invoked\n})\n```\n\n#### .cancel()\n\nThe group of listeners can be cancelled before being invoked and have all the event\nlisteners removed from the underlying event emitters.\n\n```js\nvar thunk = first([\n [ee1, 'close', 'end', 'error'],\n [ee2, 'error']\n], function (err, ee, event, args) {\n // listener invoked\n})\n\n// cancel and clean up\nthunk.cancel()\n```\n\n[npm-image]: https://img.shields.io/npm/v/ee-first.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/ee-first\n[github-tag]: http://img.shields.io/github/tag/jonathanong/ee-first.svg?style=flat-square\n[github-url]: https://github.com/jonathanong/ee-first/tags\n[travis-image]: https://img.shields.io/travis/jonathanong/ee-first.svg?style=flat-square\n[travis-url]: https://travis-ci.org/jonathanong/ee-first\n[coveralls-image]: https://img.shields.io/coveralls/jonathanong/ee-first.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/jonathanong/ee-first?branch=master\n[license-image]: http://img.shields.io/npm/l/ee-first.svg?style=flat-square\n[license-url]: LICENSE.md\n[downloads-image]: http://img.shields.io/npm/dm/ee-first.svg?style=flat-square\n[downloads-url]: https://npmjs.org/package/ee-first\n[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square\n[gittip-url]: https://www.gittip.com/jonathanong/\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"time":{"modified":"2016-11-01T17:18:18.975Z","created":"2014-06-11T01:31:59.902Z","1.0.0":"2014-06-11T01:31:59.902Z","1.0.1":"2014-06-11T01:50:57.486Z","1.0.2":"2014-06-11T03:50:16.688Z","1.0.3":"2014-06-11T04:22:46.000Z","1.0.4":"2014-08-15T20:04:59.878Z","1.0.5":"2014-08-15T21:20:58.889Z","1.1.0":"2014-10-22T05:53:29.380Z","1.1.1":"2015-05-25T19:18:28.732Z"},"homepage":"https://github.com/jonathanong/ee-first","repository":{"type":"git","url":"https://github.com/jonathanong/ee-first"},"author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"bugs":{"url":"https://github.com/jonathanong/ee-first/issues"},"license":"MIT","readmeFilename":"README.md","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"users":{"zhangyaochun":true,"bapinney":true,"monjer":true,"mojaray2k":true},"_attachments":{},"_etag":"W/\"5818ce5a-3351\"","_lastModified":"Tue, 01 Nov 2016 17:18:18 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/ejs/.cache.json b/frappe/.npm/registry.npmjs.org/ejs/.cache.json new file mode 100644 index 00000000..994c4758 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/ejs/.cache.json @@ -0,0 +1 @@ +{"_id":"ejs","_rev":"390-39818007c56d2813e992de28256f3854","name":"ejs","description":"Embedded JavaScript templates","dist-tags":{"latest":"2.5.6"},"versions":{"0.0.1":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.0.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine"],"main":"./lib/ejs","_id":"ejs@0.0.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/ejs/-/ejs-0.0.1.tgz","shasum":"f008cfdc5035e3d592f082c35eec08f4ddb99f83"},"directories":{}},"0.0.2":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.0.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine"],"main":"./lib/ejs","_id":"ejs@0.0.2","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/ejs/-/ejs-0.0.2.tgz","shasum":"c42742c8b07f239adb5136957f6acedbc18f07cc"},"directories":{}},"0.0.3":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.0.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine"],"main":"./lib/ejs","_id":"ejs@0.0.3","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/ejs/-/ejs-0.0.3.tgz","shasum":"ecc6bf3664670eed18b4098cc94a22a4a8b6fbbc"},"directories":{}},"0.0.4":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.0.4","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine"],"main":"./lib/ejs","_id":"ejs@0.0.4","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/ejs/-/ejs-0.0.4.tgz","shasum":"1582c30cca3b936c539516c9c7bfd59ad8d8a27b"},"directories":{}},"0.1.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.1.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine"],"main":"./lib/ejs","_id":"ejs@0.1.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/ejs/-/ejs-0.1.0.tgz","shasum":"5552ac77e55daa86e9633aa0089f7c2363ced64a"},"directories":{}},"0.2.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.2.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine"],"main":"./lib/ejs","_id":"ejs@0.2.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/ejs/-/ejs-0.2.0.tgz","shasum":"59123537a4bafbb0e60e6e8f090b0218de399eca"},"directories":{}},"0.2.1":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.2.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"main":"./lib/ejs","_id":"ejs@0.2.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/ejs/-/ejs-0.2.1.tgz","shasum":"10d9ac1859d98921d4e0a72439e72843cb4d9a17"},"directories":{}},"0.3.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.3.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"main":"./lib/ejs","_id":"ejs@0.3.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.16","_nodeVersion":"v0.2.6","directories":{"lib":"./lib"},"modules":{"ejs/filters.js":"lib/ejs/filters.js","ejs/index.js":"lib/ejs/index.js","ejs/utils.js":"lib/ejs/utils.js"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"d7b8866751f730608b1afcc6f408c3d82483310c","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.3.0.tgz"}},"0.3.1":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.3.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"main":"./lib/ejs","_id":"ejs@0.3.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.18","_nodeVersion":"v0.4.1","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"14efd50a58d0aa24e3626ea674ae123f5d36f94a","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.3.1.tgz"}},"0.4.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.4.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"main":"./lib/ejs.js","_id":"ejs@0.4.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.18","_nodeVersion":"v0.4.6","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"a4a188aee997acd76bab120e5500221d6bfc513f","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.4.0.tgz"}},"0.4.1":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.4.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"main":"./lib/ejs.js","_id":"ejs@0.4.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.18","_nodeVersion":"v0.4.6","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"d7ec956ca91649b508a1a74dafe990cfaf387409","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.4.1.tgz"}},"0.4.2":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.4.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"main":"./lib/ejs.js","dependencies":{},"devDependencies":{},"_id":"ejs@0.4.2","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.3","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"6f58faa54fd0fd097b74e31c4009ec16138572a1","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.4.2.tgz"},"scripts":{},"directories":{}},"0.4.3":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.4.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"main":"./lib/ejs.js","dependencies":{},"devDependencies":{},"_id":"ejs@0.4.3","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.3","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"8143c3656955b8934db5d9da83e9be73176f1f4f","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.4.3.tgz"},"scripts":{},"directories":{}},"0.5.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.5.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"expresso":"0.9.2"},"main":"./lib/ejs.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"ejs@0.5.0","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.6.1","_defaultsLoaded":true,"dist":{"shasum":"d6f8e7d3baad096383df59c3a2407bd942cf08e8","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.5.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.6.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.6.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*"},"main":"./lib/ejs.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"ejs@0.6.0","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"c2a4626ed2102e87898db4c9fcda5bc608e17140","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.6.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.6.1":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.6.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*"},"main":"./lib/ejs.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"ejs@0.6.1","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"16ccc98eeeac166982927fa67eb3fca8865f6871","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.6.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.7.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.7.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*"},"main":"./lib/ejs.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"ejs@0.7.0","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.9","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"b91f5671666c4a3746db895855cdd01b5fea7897","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.7.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.7.1":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.7.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*"},"main":"./lib/ejs.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"ejs@0.7.1","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"repository":{"url":"git://github.com/visionmedia/ejs.git","type":"git"},"_engineSupported":true,"_npmVersion":"1.1.9","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"6dab41cbdee572986db328a2a8d22040f20fba7c","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.7.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.7.2":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.7.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"ejs@0.7.2","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.19","_nodeVersion":"v0.6.16","_defaultsLoaded":true,"dist":{"shasum":"8032ee9f1fccdae8376582fee1c6d80b31aa1bd3","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.7.2.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"_id":"ejs@0.8.0","dist":{"shasum":"b4f1398e21e9e911b8cdff30b60346e70fc79f6f","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.1":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"_id":"ejs@0.8.1","dist":{"shasum":"776b64ac4333aade6d3d3b4b4174ea541735de31","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.2":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"_id":"ejs@0.8.2","dist":{"shasum":"f41b938dc9d3974dc72edc5f9727d3624725858d","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.2.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.3":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"_id":"ejs@0.8.3","dist":{"shasum":"db8aac47ff80a7df82b4c82c126fe8970870626f","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.3.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.4":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.4","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"scripts":{"test":"mocha --require should --reporter spec"},"_id":"ejs@0.8.4","dist":{"shasum":"52e61755e5e97fbc5aeeb07df49a4e062bff30d5","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.4.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.5":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.5","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"scripts":{"test":"mocha --require should --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/ejs/issues"},"homepage":"https://github.com/visionmedia/ejs","_id":"ejs@0.8.5","dist":{"shasum":"57758f736d6c3025dbfb53f85bd5b93d136b3856","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.5.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.6":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.6","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"scripts":{"test":"mocha --require should --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/ejs/issues"},"homepage":"https://github.com/visionmedia/ejs","_id":"ejs@0.8.6","dist":{"shasum":"b140399e0ad985545ba0bf23b5bb00ce34bd15e9","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.6.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.8":{"name":"ejs","description":"Embedded JavaScript templates","version":"0.8.8","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"scripts":{"test":"mocha --require should --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/ejs/issues"},"homepage":"https://github.com/visionmedia/ejs","_id":"ejs@0.8.8","dist":{"shasum":"ffdc56dcc35d02926dd50ad13439bbc54061d598","tarball":"https://registry.npmjs.org/ejs/-/ejs-0.8.8.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.0.0":{"name":"ejs","description":"Embedded JavaScript templates","version":"1.0.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"keywords":["template","engine","ejs"],"devDependencies":{"mocha":"*","should":"*"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/visionmedia/ejs.git"},"scripts":{"test":"mocha --require should --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/ejs/issues"},"homepage":"https://github.com/visionmedia/ejs","_id":"ejs@1.0.0","dist":{"shasum":"c9c60a48a46ee452fb32a71c317b95e5aa1fcb3d","tarball":"https://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"2.0.2":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.0.2","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"dependencies":{},"devDependencies":{"browserify":"8.0.3","uglify-js":"2.4.16","mocha":"2.1.0","jake":"8.0.x"},"engines":{"node":"*"},"scripts":{"test":"./node_modules/mocha/bin/mocha --ui tdd --reporter spec"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","_id":"ejs@2.0.2","_shasum":"09d56a4327c99ace3232219c96b9ec27c53f5efc","_resolved":"file:pkg/ejs-v2.0.2.tar.gz","_from":"pkg/ejs-v2.0.2.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"09d56a4327c99ace3232219c96b9ec27c53f5efc","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.0.2.tgz"},"directories":{}},"2.0.3":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.0.3","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"dependencies":{},"devDependencies":{"browserify":"8.0.3","uglify-js":"2.4.16","mocha":"2.1.0","jake":"8.0.x"},"engines":{"node":"*"},"scripts":{"test":"./node_modules/mocha/bin/mocha --ui tdd --reporter spec"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","_id":"ejs@2.0.3","_shasum":"540012f0e14cfb99a01f201837ebf7e83f5e4100","_resolved":"file:pkg/ejs-v2.0.3.tar.gz","_from":"pkg/ejs-v2.0.3.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"540012f0e14cfb99a01f201837ebf7e83f5e4100","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.0.3.tgz"},"directories":{}},"2.0.4":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.0.4","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"dependencies":{},"devDependencies":{"browserify":"8.0.3","uglify-js":"2.4.16","mocha":"2.1.0","jake":"8.0.x"},"engines":{"node":"*"},"scripts":{"test":"./node_modules/mocha/bin/mocha --ui tdd --reporter spec"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","_id":"ejs@2.0.4","_shasum":"fc42b961265803825d25d088a8e7bf1207b65791","_resolved":"file:pkg/ejs-v2.0.4.tar.gz","_from":"pkg/ejs-v2.0.4.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"fc42b961265803825d25d088a8e7bf1207b65791","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.0.4.tgz"},"directories":{}},"2.0.5":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.0.5","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"dependencies":{},"devDependencies":{"browserify":"8.0.3","uglify-js":"2.4.16","mocha":"2.1.0","jake":"8.0.x"},"engines":{"node":"*"},"scripts":{"test":"./node_modules/mocha/bin/mocha --ui tdd --reporter spec"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","_id":"ejs@2.0.5","_shasum":"6e7283b1fd913e64195ea98b8653a1ef331b800d","_resolved":"file:pkg/ejs-v2.0.5.tar.gz","_from":"pkg/ejs-v2.0.5.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"6e7283b1fd913e64195ea98b8653a1ef331b800d","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.0.5.tgz"},"directories":{}},"2.0.6":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.0.6","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"dependencies":{},"devDependencies":{"browserify":"8.0.3","uglify-js":"2.4.16","mocha":"2.1.0","jake":"8.0.x"},"engines":{"node":"*"},"scripts":{"test":"./node_modules/mocha/bin/mocha --ui tdd --reporter spec"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","_id":"ejs@2.0.6","_shasum":"2c6a553ee602710b045a555cdcaefe7a3707f274","_resolved":"file:pkg/ejs-v2.0.6.tar.gz","_from":"pkg/ejs-v2.0.6.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"2c6a553ee602710b045a555cdcaefe7a3707f274","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.0.6.tgz"},"directories":{}},"2.0.7":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.0.7","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"dependencies":{},"devDependencies":{"browserify":"8.0.3","uglify-js":"2.4.16","mocha":"2.1.0","jake":"8.0.x"},"engines":{"node":"*"},"scripts":{"test":"./node_modules/mocha/bin/mocha --ui tdd --reporter spec"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","_id":"ejs@2.0.7","_shasum":"db0ad257e0fba649029f8c823b8762609c2368f7","_resolved":"file:pkg/ejs-v2.0.7.tar.gz","_from":"pkg/ejs-v2.0.7.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"db0ad257e0fba649029f8c823b8762609c2368f7","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.0.7.tgz"},"directories":{}},"2.0.8":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.0.8","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"dependencies":{},"devDependencies":{"browserify":"8.0.3","uglify-js":"2.4.16","mocha":"2.1.0","jake":"8.0.x"},"engines":{"node":"*"},"scripts":{"test":"./node_modules/mocha/bin/mocha --ui tdd --reporter spec"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","_id":"ejs@2.0.8","_shasum":"b9e67d2887bab7895af644ce1b0402ed7a5ca52a","_resolved":"file:pkg/ejs-v2.0.8.tar.gz","_from":"pkg/ejs-v2.0.8.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"b9e67d2887bab7895af644ce1b0402ed7a5ca52a","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.0.8.tgz"},"directories":{}},"2.1.1":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.1.1","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.1.1","_shasum":"3ba56f98812c645d4bff1c95503991821a9c1a0b","_resolved":"file:pkg/ejs-v2.1.1.tar.gz","_from":"pkg/ejs-v2.1.1.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"3ba56f98812c645d4bff1c95503991821a9c1a0b","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.1.1.tgz"},"directories":{}},"2.1.2":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.1.2","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.1.2","_shasum":"49d71aec0e4f97835ae3ebb62e783f10ac8b9c26","_resolved":"file:pkg/ejs-v2.1.2.tar.gz","_from":"pkg/ejs-v2.1.2.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"49d71aec0e4f97835ae3ebb62e783f10ac8b9c26","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.1.2.tgz"},"directories":{}},"2.1.3":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.1.3","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.1.3","_shasum":"94f2b4fbcd6a8bc9d59fe529330b1b920c6633f7","_resolved":"file:pkg/ejs-v2.1.3.tar.gz","_from":"pkg/ejs-v2.1.3.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"94f2b4fbcd6a8bc9d59fe529330b1b920c6633f7","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.1.3.tgz"},"directories":{}},"2.1.4":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.1.4","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.1.4","_shasum":"bd005ff17b621a96ed296714b1a84fdae1b2932c","_resolved":"file:pkg/ejs-v2.1.4.tar.gz","_from":"pkg/ejs-v2.1.4.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"bd005ff17b621a96ed296714b1a84fdae1b2932c","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.1.4.tgz"},"directories":{}},"2.2.1":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.2.1","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.2.1","_shasum":"1028dfc0b8fd7d7efe2b76bf25785fe8b302bfbe","_resolved":"file:pkg/ejs-v2.2.1.tar.gz","_from":"pkg/ejs-v2.2.1.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"1028dfc0b8fd7d7efe2b76bf25785fe8b302bfbe","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.2.1.tgz"},"directories":{}},"2.2.2":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.2.2","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.2.2","_shasum":"e0a4cecb211bc432e260802a2cd45c7bfb8007aa","_resolved":"file:pkg/ejs-v2.2.2.tar.gz","_from":"pkg/ejs-v2.2.2.tar.gz","_npmVersion":"2.1.18","_nodeVersion":"0.10.35","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"e0a4cecb211bc432e260802a2cd45c7bfb8007aa","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.2.2.tgz"},"directories":{}},"2.2.3":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.2.3","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.2.3","_shasum":"8d78070eeb2689d94de660279bb9898de9df1ba0","_resolved":"file:pkg/ejs-v2.2.3.tar.gz","_from":"pkg/ejs-v2.2.3.tar.gz","_npmVersion":"2.1.18","_nodeVersion":"0.10.35","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"8d78070eeb2689d94de660279bb9898de9df1ba0","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.2.3.tgz"},"directories":{}},"2.2.4":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.2.4","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","uglify-js":"^2.4.16","mocha":"^2.1.0","jake":"^8.0.0","istanbul":"~0.3.5"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha"},"_id":"ejs@2.2.4","_shasum":"f0af7e366c13149dd7ae30106c0c0e1cad11903c","_resolved":"file:pkg/ejs-v2.2.4.tar.gz","_from":"pkg/ejs-v2.2.4.tar.gz","_npmVersion":"2.1.18","_nodeVersion":"0.10.35","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"f0af7e366c13149dd7ae30106c0c0e1cad11903c","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.2.4.tgz"},"directories":{}},"2.3.1":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.3.1","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","istanbul":"~0.3.5","jake":"^8.0.0","jsdoc":"^3.3.0-beta1","lru-cache":"^2.5.0","mocha":"^2.1.0","rimraf":"^2.2.8","uglify-js":"^2.4.16"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.3.1","_shasum":"a697d98ac401e32a99c3deed92c60c19b6199a7f","_resolved":"file:pkg/ejs-v2.3.1.tar.gz","_from":"pkg/ejs-v2.3.1.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"a697d98ac401e32a99c3deed92c60c19b6199a7f","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.3.1.tgz"},"directories":{}},"2.3.2":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.3.2","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","istanbul":"~0.3.5","jake":"^8.0.0","jsdoc":"^3.3.0-beta1","lru-cache":"^2.5.0","mocha":"^2.1.0","rimraf":"^2.2.8","uglify-js":"^2.4.16"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.3.2","_shasum":"0483b4f1c513d3fdac3d14647874621fb95a8df6","_resolved":"file:pkg/ejs-v2.3.2.tar.gz","_from":"pkg/ejs-v2.3.2.tar.gz","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"0483b4f1c513d3fdac3d14647874621fb95a8df6","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.3.2.tgz"},"directories":{}},"2.3.3":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.3.3","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","istanbul":"~0.3.5","jake":"^8.0.0","jsdoc":"^3.3.0-beta1","lru-cache":"^2.5.0","mocha":"^2.1.0","rimraf":"^2.2.8","uglify-js":"^2.4.16"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.3.3","_shasum":"a6babb67815d7190694af4ba82fe065e56d5f0e7","_resolved":"file:pkg/ejs-v2.3.3.tar.gz","_from":"pkg/ejs-v2.3.3.tar.gz","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"a6babb67815d7190694af4ba82fe065e56d5f0e7","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.3.3.tgz"},"directories":{}},"2.3.4":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.3.4","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","istanbul":"~0.3.5","jake":"^8.0.0","jsdoc":"^3.3.0-beta1","lru-cache":"^2.5.0","mocha":"^2.1.0","rimraf":"^2.2.8","uglify-js":"^2.4.16"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.3.4","_shasum":"3c76caa09664b3583b0037af9dc136e79ec68b98","_resolved":"file:pkg/ejs-v2.3.4.tar.gz","_from":"pkg/ejs-v2.3.4.tar.gz","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"3c76caa09664b3583b0037af9dc136e79ec68b98","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz"},"directories":{}},"2.4.1":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.4.1","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","istanbul":"~0.3.5","jake":"^8.0.0","jsdoc":"^3.3.0-beta1","lru-cache":"^2.5.0","mocha":"^2.1.0","rimraf":"^2.2.8","uglify-js":"^2.4.16"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.4.1","_shasum":"82e15b1b2a1f948b18097476ba2bd7c66f4d1566","_resolved":"file:pkg/ejs-v2.4.1.tar.gz","_from":"pkg/ejs-v2.4.1.tar.gz","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"82e15b1b2a1f948b18097476ba2bd7c66f4d1566","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz"},"directories":{}},"2.4.2":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.4.2","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^8.0.3","istanbul":"~0.3.5","jake":"^8.0.0","jsdoc":"^3.3.0-beta1","lru-cache":"^2.5.0","mocha":"^2.1.0","rimraf":"^2.2.8","uglify-js":"^2.4.16"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","sample":"npm install express && node sample/index.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.4.2","_shasum":"7057eb4812958fb731841cd9ca353343efe597b1","_resolved":"file:pkg/ejs-v2.4.2.tar.gz","_from":"pkg/ejs-v2.4.2.tar.gz","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"dist":{"shasum":"7057eb4812958fb731841cd9ca353343efe597b1","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.4.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ejs-2.4.2.tgz_1464117640663_0.8193834638223052"},"directories":{}},"2.5.1":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.5.1","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^13.0.1","eslint":"^3.0.0","istanbul":"~0.4.3","jake":"^8.0.0","jsdoc":"^3.4.0","lru-cache":"^4.0.1","mocha":"^2.1.0","rimraf":"^2.2.8","uglify-js":"^2.6.2"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","sample":"npm install express && node sample/index.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.5.1","_shasum":"dbc0ac40812d3b451dad063fcd369e4e47d80287","_resolved":"file:pkg/ejs-v2.5.1.tar.gz","_from":"pkg/ejs-v2.5.1.tar.gz","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"dist":{"shasum":"dbc0ac40812d3b451dad063fcd369e4e47d80287","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.5.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/ejs-2.5.1.tgz_1469467300312_0.7665372854098678"},"directories":{}},"2.5.2":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.5.2","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^13.0.1","eslint":"^3.0.0","istanbul":"~0.4.3","jake":"^8.0.0","jsdoc":"^3.4.0","lru-cache":"^4.0.1","mocha":"^3.0.2","rimraf":"^2.2.8","uglify-js":"^2.6.2"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"rimraf out && jsdoc -c jsdoc.json lib/* docs/jsdoc/*","devdoc":"rimraf out && jsdoc -p -c jsdoc.json lib/* docs/jsdoc/*"},"_id":"ejs@2.5.2","_shasum":"21444ba09386f0c65b6eafb96a3d51bcb3be80d1","_resolved":"file:pkg/ejs-v2.5.2.tar.gz","_from":"pkg/ejs-v2.5.2.tar.gz","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"dist":{"shasum":"21444ba09386f0c65b6eafb96a3d51bcb3be80d1","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.5.2.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mde","email":"mde@fleegix.org"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ejs-2.5.2.tgz_1473259584869_0.9678213631268591"},"directories":{}},"2.5.3":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.5.3","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^13.0.1","eslint":"^3.0.0","git-directory-deploy":"^1.5.1","istanbul":"~0.4.3","jake":"^8.0.0","jsdoc":"^3.4.0","lru-cache":"^4.0.1","mocha":"^3.0.2","uglify-js":"^2.6.2"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","lint":"eslint \"**/*.js\" Jakefile","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"jake doc","devdoc":"jake doc[dev]"},"_id":"ejs@2.5.3","_shasum":"bfeae1e2f7fa51c4527769fcaa14c5ca73eb5e47","_resolved":"file:pkg/ejs-v2.5.3.tar.gz","_from":"pkg/ejs-v2.5.3.tar.gz","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"dist":{"shasum":"bfeae1e2f7fa51c4527769fcaa14c5ca73eb5e47","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.5.3.tgz"},"maintainers":[{"name":"mde","email":"mde@fleegix.org"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ejs-2.5.3.tgz_1480367907161_0.21362517587840557"},"directories":{}},"2.5.4":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.5.4","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^13.0.1","eslint":"^3.0.0","git-directory-deploy":"^1.5.1","istanbul":"~0.4.3","jake":"^8.0.0","jsdoc":"^3.4.0","lru-cache":"^4.0.1","mocha":"^3.0.2","uglify-js":"^2.6.2"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","lint":"eslint \"**/*.js\" Jakefile","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"jake doc","devdoc":"jake doc[dev]"},"_id":"ejs@2.5.4","_shasum":"0ec3bd5682aaa6e6fe9a2b1ddc761e884172dabb","_resolved":"file:pkg/ejs-v2.5.4.tar.gz","_from":"pkg/ejs-v2.5.4.tar.gz","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"dist":{"shasum":"0ec3bd5682aaa6e6fe9a2b1ddc761e884172dabb","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.5.4.tgz"},"maintainers":[{"name":"mde","email":"mde@fleegix.org"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ejs-2.5.4.tgz_1480975750325_0.8895350911188871"},"directories":{}},"2.5.5":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.5.5","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^13.0.1","eslint":"^3.0.0","git-directory-deploy":"^1.5.1","istanbul":"~0.4.3","jake":"^8.0.0","jsdoc":"^3.4.0","lru-cache":"^4.0.1","mocha":"^3.0.2","uglify-js":"^2.6.2"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","lint":"eslint \"**/*.js\" Jakefile","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"jake doc","devdoc":"jake doc[dev]"},"_id":"ejs@2.5.5","_shasum":"6ef4e954ea7dcf54f66aad2fe7aa421932d9ed77","_resolved":"file:pkg/ejs-v2.5.5.tar.gz","_from":"pkg/ejs-v2.5.5.tar.gz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"dist":{"shasum":"6ef4e954ea7dcf54f66aad2fe7aa421932d9ed77","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.5.5.tgz"},"maintainers":[{"name":"mde","email":"mde@fleegix.org"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ejs-2.5.5.tgz_1481011535826_0.4493071837350726"},"directories":{}},"2.5.6":{"name":"ejs","description":"Embedded JavaScript templates","keywords":["template","engine","ejs"],"version":"2.5.6","author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","main":"./lib/ejs.js","repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"bugs":{"url":"https://github.com/mde/ejs/issues"},"homepage":"https://github.com/mde/ejs","dependencies":{},"devDependencies":{"browserify":"^13.0.1","eslint":"^3.0.0","git-directory-deploy":"^1.5.1","istanbul":"~0.4.3","jake":"^8.0.0","jsdoc":"^3.4.0","lru-cache":"^4.0.1","mocha":"^3.0.2","uglify-js":"^2.6.2"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","lint":"eslint \"**/*.js\" Jakefile","coverage":"istanbul cover node_modules/mocha/bin/_mocha","doc":"jake doc","devdoc":"jake doc[dev]"},"_id":"ejs@2.5.6","_shasum":"479636bfa3fe3b1debd52087f0acb204b4f19c88","_resolved":"file:pkg/ejs-v2.5.6.tar.gz","_from":"pkg/ejs-v2.5.6.tar.gz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mde","email":"mde@fleegix.org"},"dist":{"shasum":"479636bfa3fe3b1debd52087f0acb204b4f19c88","tarball":"https://registry.npmjs.org/ejs/-/ejs-2.5.6.tgz"},"maintainers":[{"name":"mde","email":"mde@fleegix.org"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ejs-2.5.6.tgz_1487277787176_0.4875628533773124"},"directories":{}}},"maintainers":[{"name":"mde","email":"mde@fleegix.org"}],"author":{"name":"Matthew Eernisse","email":"mde@fleegix.org","url":"http://fleegix.org"},"time":{"modified":"2017-07-22T01:47:26.120Z","created":"2011-02-14T21:15:53.948Z","0.0.1":"2011-02-14T21:15:53.948Z","0.0.2":"2011-02-14T21:15:53.948Z","0.0.3":"2011-02-14T21:15:53.948Z","0.0.4":"2011-02-14T21:15:53.948Z","0.1.0":"2011-02-14T21:15:53.948Z","0.2.0":"2011-02-14T21:15:53.948Z","0.2.1":"2011-02-14T21:15:53.948Z","0.3.0":"2011-02-14T21:15:53.948Z","0.3.1":"2011-02-24T03:08:47.107Z","0.4.0":"2011-04-21T15:38:18.315Z","0.4.1":"2011-04-21T16:12:48.085Z","0.4.2":"2011-05-11T16:41:52.848Z","0.4.3":"2011-06-20T15:43:06.444Z","0.5.0":"2011-11-20T19:57:26.230Z","0.6.0":"2011-12-09T23:53:35.286Z","0.6.1":"2011-12-10T00:03:58.433Z","0.7.0":"2012-03-25T03:22:09.159Z","0.7.1":"2012-03-26T15:49:46.026Z","0.7.2":"2012-06-22T15:23:23.051Z","0.8.0":"2012-07-25T15:47:38.691Z","0.8.1":"2012-08-11T19:08:11.100Z","0.8.2":"2012-08-16T16:10:20.977Z","0.8.3":"2012-09-13T17:39:43.246Z","0.8.4":"2013-05-08T16:40:57.686Z","0.8.5":"2013-11-22T00:20:37.862Z","0.8.6":"2014-03-21T16:10:03.569Z","0.8.8":"2014-03-24T16:29:50.391Z","1.0.0":"2014-03-24T16:32:29.202Z","2.0.2":"2015-01-04T07:05:30.354Z","2.0.3":"2015-01-04T18:50:30.699Z","2.0.4":"2015-01-04T23:19:31.738Z","2.0.5":"2015-01-04T23:22:39.010Z","2.0.6":"2015-01-05T00:45:02.692Z","2.0.7":"2015-01-05T20:52:20.703Z","2.0.8":"2015-01-06T21:03:47.953Z","2.1.1":"2015-01-11T17:55:40.917Z","2.1.2":"2015-01-11T20:16:56.924Z","2.1.3":"2015-01-12T03:10:51.503Z","2.1.4":"2015-01-12T19:08:53.495Z","2.2.1":"2015-01-20T06:11:05.831Z","2.2.2":"2015-01-21T22:30:55.679Z","2.2.3":"2015-01-23T23:52:13.108Z","2.2.4":"2015-02-01T18:31:55.158Z","2.3.1":"2015-02-23T01:25:44.314Z","2.3.2":"2015-06-29T00:23:09.146Z","2.3.3":"2015-07-11T20:10:37.137Z","2.3.4":"2015-09-07T04:06:19.301Z","2.4.1":"2016-01-24T05:07:30.365Z","2.4.2":"2016-05-24T19:20:41.091Z","2.5.1":"2016-07-25T17:21:43.560Z","2.5.2":"2016-09-07T14:46:25.109Z","2.5.3":"2016-11-28T21:18:29.311Z","2.5.4":"2016-12-05T22:09:12.592Z","2.5.5":"2016-12-06T08:05:37.961Z","2.5.6":"2017-02-16T20:43:07.414Z"},"users":{"naholyr":true,"fgribreau":true,"m42am":true,"dubban":true,"ljharb":true,"cj.nichols":true,"maxmaximov":true,"mcwhittemore":true,"chrisweb":true,"adamrenny":true,"einfallstoll":true,"mackenziestarr":true,"fmm":true,"evkline":true,"biggora":true,"brandtabbott":true,"voxpelli":true,"jimnox":true,"matteospampani":true,"undashes":true,"lpgray":true,"dofy":true,"boustanihani":true,"karthickt":true,"writech":true,"louxiaojian":true,"jianhua":true,"saifee":true,"kewin":true,"sasquatch":true,"tedyhy":true,"gregvanbrug":true,"piotr23":true,"lamentchina":true,"pedrozgz":true,"alexandermac":true,"earthling0":true,"damocles":true,"iisii":true,"x_soth":true,"j3kz":true,"timothygu":true,"vchouhan":true,"trusktr":true,"manxisuo":true,"truonghuutien":true,"vboctor":true,"gabrielmedina":true,"chadwatson":true,"reno184":true,"nickleefly":true,"jamesulph":true,"sm0ck1":true,"oheard":true,"qqqppp9998":true,"staraple":true,"bucaran":true,"dac2205":true,"junjiansyu":true,"damianof":true,"theveil":true,"blind__man":true,"tudou":true,"ernie55ernie":true,"sharp":true,"gochomugo":true,"doombuddha":true,"csbun":true,"buzzalderaan":true,"stretchgz":true,"incsw":true,"freshlogic":true,"dbck":true,"maskedcoder":true,"pensierinmusica":true,"2dxgujun":true,"valeriu-zdrobau":true,"ssh0702":true,"yhui02":true,"z4tech":true,"jybleau":true,"iolo":true,"nickeltobias":true,"jslite":true,"blessdyb":true,"rackyrose":true,"chadyred":true,"dereklakin":true,"raskawa":true,"raisiqueira":true,"hyde2able":true,"stany":true,"ysk8":true,"cfleschhut":true,"jtsky":true,"tobiasnickel":true,"ryandu":true,"wangnan0610":true,"msjcaetano":true,"dskecse":true,"evanyeung":true,"hyteer":true,"dittodhole":true,"shanemileham":true,"wzbg":true,"monjer":true,"cslater":true,"coalesce":true,"a3.ivanenko":true,"sammok2003":true,"erikvold":true,"xufz":true,"zhenzhuquan":true,"ghe1219":true,"peunzhang":true,"xgheaven":true,"juangotama":true,"asm2hex":true,"kimkee":true,"demiurgosoft":true,"qmmr":true,"trenthm":true,"isik":true,"snarky":true,"pablo.tavarez":true,"dmsanchez86":true,"sylvain261":true,"fonologico":true,"markthethomas":true,"leogoncha":true,"pmasa":true,"aisin":true,"fassetar":true,"mark24code":true,"456wyc":true,"marcobiedermann":true,"angrykoala":true,"lhard":true,"fengmiaosen":true,"sopov":true,"i.vispyanskiy":true,"aitoralejandro":true,"shekharreddy":true,"ferrari":true,"apopek":true,"moueza":true,"abuddington":true,"nilz3ro":true,"netdex":true,"largepuma":true,"lmanukyan":true,"monczek":true,"duck102017":true,"ga1989":true,"writeosahon":true,"13lank.null":true,"hodd":true,"olonam":true,"fahadjadoon":true,"isenricho":true,"langri-sha":true,"soulevans07":true,"joechow":true,"techyone":true,"zhengyaing":true,"semo100":true,"adamdreszer":true,"proxy":true,"soundtemple":true,"bool":true,"strydom":true,"gui0704":true,"smokinhuzi":true,"ww522413622":true,"wfcookie":true,"niudi":true,"flozz":true,"yong_a":true,"danielye":true,"adeelp":true,"kodekracker":true,"makediff":true,"zllzixi":true,"moonnoire":true,"evdokimovm":true,"hugovila":true,"shakakira":true,"huarse":true,"pavelusov":true,"ab.moon":true,"akamaozu":true,"beatwinthewave":true,"fxkraus":true,"tomchao":true,"jk6":true,"quidama":true,"flaviomarcioti":true,"sadmansamee":true,"rocket0191":true,"atulmy":true,"nguyenxuantruong.dev":true,"maxwelldu":true,"danielpavelic":true,"milan322":true,"jamesllen":true,"ray0214":true,"sibawite":true,"linfeng9008":true,"karzanosman984":true,"alaeddine17":true,"xiaoyiyu":true,"jmkim9":true,"kontrax":true,"jamesbedont":true,"zenfeder":true,"greganswer":true,"jamesczekaj":true,"stone-jin":true,"iceriver2":true,"u19950930":true,"aabbcce":true,"piotrposzytek":true,"zj1988":true,"asj1992":true,"zerouikit":true,"lx70770":true,"winfredzhu":true},"repository":{"type":"git","url":"git://github.com/mde/ejs.git"},"readme":"# EJS\n\nEmbedded JavaScript templates\n\n[![Build Status](https://img.shields.io/travis/mde/ejs/master.svg?style=flat)](https://travis-ci.org/mde/ejs)\n[![Developing Dependencies](https://img.shields.io/david/dev/mde/ejs.svg?style=flat)](https://david-dm.org/mde/ejs?type=dev)\n\n## Installation\n\n```bash\n$ npm install ejs\n```\n\n## Features\n\n * Control flow with `<% %>`\n * Escaped output with `<%= %>` (escape function configurable)\n * Unescaped raw output with `<%- %>`\n * Newline-trim mode ('newline slurping') with `-%>` ending tag\n * Whitespace-trim mode (slurp all whitespace) for control flow with `<%_ _%>`\n * Custom delimiters (e.g., use `` instead of `<% %>`)\n * Includes\n * Client-side support\n * Static caching of intermediate JavaScript\n * Static caching of templates\n * Complies with the [Express](http://expressjs.com) view system\n\n## Example\n\n```html\n<% if (user) { %>\n

<%= user.name %>

\n<% } %>\n```\n\nTry EJS online at: https://ionicabizau.github.io/ejs-playground/.\n\n## Usage\n\n```javascript\nvar template = ejs.compile(str, options);\ntemplate(data);\n// => Rendered HTML string\n\nejs.render(str, data, options);\n// => Rendered HTML string\n\nejs.renderFile(filename, data, options, function(err, str){\n // str => Rendered HTML string\n});\n```\n\nIt is also possible to use `ejs.render(dataAndOptions);` where you pass\neverything in a single object. In that case, you'll end up with local variables\nfor all the passed options. However, be aware that your code could break if we\nadd an option with the same name as one of your data object's properties.\nTherefore, we do not recommend using this shortcut.\n\n## Options\n\n - `cache` Compiled functions are cached, requires `filename`\n - `filename` The name of the file being rendered. Not required if you\n are using `renderFile()`. Used by `cache` to key caches, and for includes.\n - `root` Set project root for includes with an absolute path (/file.ejs).\n - `context` Function execution context\n - `compileDebug` When `false` no debug instrumentation is compiled\n - `client` When `true`, compiles a function that can be rendered\n in the browser without needing to load the EJS Runtime\n ([ejs.min.js](https://github.com/mde/ejs/releases/latest)).\n - `delimiter` Character to use with angle brackets for open/close\n - `debug` Output generated function body\n - `strict` When set to `true`, generated function is in strict mode\n - `_with` Whether or not to use `with() {}` constructs. If `false` then the locals will be stored in the `locals` object. Set to `false` in strict mode.\n - `localsName` Name to use for the object storing local variables when not using `with` Defaults to `locals`\n - `rmWhitespace` Remove all safe-to-remove whitespace, including leading\n and trailing whitespace. It also enables a safer version of `-%>` line\n slurping for all scriptlet tags (it does not strip new lines of tags in\n the middle of a line).\n - `escape` The escaping function used with `<%=` construct. It is\n used in rendering and is `.toString()`ed in the generation of client functions. (By default escapes XML).\n\nThis project uses [JSDoc](http://usejsdoc.org/). For the full public API\ndocumentation, clone the repository and run `npm run doc`. This will run JSDoc\nwith the proper options and output the documentation to `out/`. If you want\nthe both the public & private API docs, run `npm run devdoc` instead.\n\n## Tags\n\n - `<%` 'Scriptlet' tag, for control-flow, no output\n - `<%_` 'Whitespace Slurping' Scriptlet tag, strips all whitespace before it\n - `<%=` Outputs the value into the template (escaped)\n - `<%-` Outputs the unescaped value into the template\n - `<%#` Comment tag, no execution, no output\n - `<%%` Outputs a literal '<%'\n - `%%>` Outputs a literal '%>'\n - `%>` Plain ending tag\n - `-%>` Trim-mode ('newline slurp') tag, trims following newline\n - `_%>` 'Whitespace Slurping' ending tag, removes all whitespace after it\n\nFor the full syntax documentation, please see [docs/syntax.md](https://github.com/mde/ejs/blob/master/docs/syntax.md).\n\n## Includes\n\nIncludes either have to be an absolute path, or, if not, are assumed as\nrelative to the template with the `include` call. For example if you are\nincluding `./views/user/show.ejs` from `./views/users.ejs` you would\nuse `<%- include('user/show') %>`.\n\nYou must specify the `filename` option for the template with the `include`\ncall unless you are using `renderFile()`.\n\nYou'll likely want to use the raw output tag (`<%-`) with your include to avoid\ndouble-escaping the HTML output.\n\n```html\n
    \n <% users.forEach(function(user){ %>\n <%- include('user/show', {user: user}) %>\n <% }); %>\n
\n```\n\nIncludes are inserted at runtime, so you can use variables for the path in the\n`include` call (for example `<%- include(somePath) %>`). Variables in your\ntop-level data object are available to all your includes, but local variables\nneed to be passed down.\n\nNOTE: Include preprocessor directives (`<% include user/show %>`) are\nstill supported.\n\n## Custom delimiters\n\nCustom delimiters can be applied on a per-template basis, or globally:\n\n```javascript\nvar ejs = require('ejs'),\n users = ['geddy', 'neil', 'alex'];\n\n// Just one template\nejs.render('', {users: users}, {delimiter: '?'});\n// => 'geddy | neil | alex'\n\n// Or globally\nejs.delimiter = '$';\nejs.render('<$= users.join(\" | \"); $>', {users: users});\n// => 'geddy | neil | alex'\n```\n\n## Caching\n\nEJS ships with a basic in-process cache for caching the intermediate JavaScript\nfunctions used to render templates. It's easy to plug in LRU caching using\nNode's `lru-cache` library:\n\n```javascript\nvar ejs = require('ejs')\n , LRU = require('lru-cache');\nejs.cache = LRU(100); // LRU cache with 100-item limit\n```\n\nIf you want to clear the EJS cache, call `ejs.clearCache`. If you're using the\nLRU cache and need a different limit, simple reset `ejs.cache` to a new instance\nof the LRU.\n\n## Custom FileLoader\n\nThe default file loader is `fs.readFileSync`, if you want to customize it, you can set ejs.fileLoader.\n\n```javascript\nvar ejs = require('ejs');\nvar myFileLoad = function (filePath) {\n return 'myFileLoad: ' + fs.readFileSync(filePath);\n};\n\nejs.fileLoader = myFileLoad;\n```\n\nWith this feature, you can preprocess the template before reading it.\n\n## Layouts\n\nEJS does not specifically support blocks, but layouts can be implemented by\nincluding headers and footers, like so:\n\n\n```html\n<%- include('header') -%>\n

\n Title\n

\n

\n My page\n

\n<%- include('footer') -%>\n```\n\n## Client-side support\n\nGo to the [Latest Release](https://github.com/mde/ejs/releases/latest), download\n`./ejs.js` or `./ejs.min.js`. Alternately, you can compile it yourself by cloning\nthe repository and running `jake build` (or `$(npm bin)/jake build` if jake is\nnot installed globally).\n\nInclude one of these files on your page, and `ejs` should be available globally.\n\n### Example\n\n```html\n
\n\n\n```\n\n### Caveats\n\nMost of EJS will work as expected; however, there are a few things to note:\n\n1. Obviously, since you do not have access to the filesystem, `ejs.renderFile()` won't work.\n2. For the same reason, `include`s do not work unless you use an `IncludeCallback`. Here is an example:\n ```javascript\n var str = \"Hello <%= include('file', {person: 'John'}); %>\",\n fn = ejs.compile(str, {client: true});\n\n fn(data, null, function(path, d){ // IncludeCallback\n // path -> 'file'\n // d -> {person: 'John'}\n // Put your code here\n // Return the contents of file as a string\n }); // returns rendered string\n ```\n\n## Related projects\n\nThere are a number of implementations of EJS:\n\n * TJ's implementation, the v1 of this library: https://github.com/tj/ejs\n * Jupiter Consulting's EJS: http://www.embeddedjs.com/\n * EJS Embedded JavaScript Framework on Google Code: https://code.google.com/p/embeddedjavascript/\n * Sam Stephenson's Ruby implementation: https://rubygems.org/gems/ejs\n * Erubis, an ERB implementation which also runs JavaScript: http://www.kuwata-lab.com/erubis/users-guide.04.html#lang-javascript\n\n## License\n\nLicensed under the Apache License, Version 2.0\n()\n\n- - -\nEJS Embedded JavaScript templates copyright 2112\nmde@fleegix.org.\n","readmeFilename":"README.md","homepage":"https://github.com/mde/ejs","keywords":["template","engine","ejs"],"bugs":{"url":"https://github.com/mde/ejs/issues"},"contributors":[{"name":"Timothy Gu","email":"timothygu99@gmail.com","url":"https://timothygu.github.io"}],"license":"Apache-2.0","_attachments":{},"_etag":"W/\"5972aeae-10b94\"","_lastModified":"Sat, 22 Jul 2017 01:47:26 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/encodeurl/.cache.json b/frappe/.npm/registry.npmjs.org/encodeurl/.cache.json new file mode 100644 index 00000000..e5cac45d --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/encodeurl/.cache.json @@ -0,0 +1 @@ +{"_id":"encodeurl","_rev":"4-faf125d7c94c04766b4949eb622329f1","name":"encodeurl","description":"Encode a URL to a percent-encoded form, excluding already-encoded sequences","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"encodeurl","description":"Encode a URL to a percent-encoded form, excluding already-encoded sequences","version":"1.0.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","keywords":["encode","encodeurl","url"],"repository":{"type":"git","url":"https://github.com/pillarjs/encodeurl"},"devDependencies":{"eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.2","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3"},"files":["LICENSE","HISTORY.md","README.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint **/*.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"b3f2a3a74af20c4b27f0466782d80fb0685feb47","bugs":{"url":"https://github.com/pillarjs/encodeurl/issues"},"homepage":"https://github.com/pillarjs/encodeurl","_id":"encodeurl@1.0.0","_shasum":"7cfb78e36a241593379e2ebad3926783dc18e058","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"7cfb78e36a241593379e2ebad3926783dc18e058","tarball":"https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/encodeurl-1.0.0.tgz_1465412322161_0.9512871925253421"},"directories":{}},"1.0.1":{"name":"encodeurl","description":"Encode a URL to a percent-encoded form, excluding already-encoded sequences","version":"1.0.1","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","keywords":["encode","encodeurl","url"],"repository":{"type":"git","url":"git+https://github.com/pillarjs/encodeurl.git"},"devDependencies":{"eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.2","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3"},"files":["LICENSE","HISTORY.md","README.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint **/*.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"39ed0c235fed4cea7d012038fd6bb0480561d226","bugs":{"url":"https://github.com/pillarjs/encodeurl/issues"},"homepage":"https://github.com/pillarjs/encodeurl#readme","_id":"encodeurl@1.0.1","_shasum":"79e3d58655346909fe6f0f45a5de68103b294d20","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"79e3d58655346909fe6f0f45a5de68103b294d20","tarball":"https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/encodeurl-1.0.1.tgz_1465519736251_0.09314409433864057"},"directories":{}}},"readme":"# encodeurl\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nEncode a URL to a percent-encoded form, excluding already-encoded sequences\n\n## Installation\n\n```sh\n$ npm install encodeurl\n```\n\n## API\n\n```js\nvar encodeUrl = require('encodeurl')\n```\n\n### encodeUrl(url)\n\nEncode a URL to a percent-encoded form, excluding already-encoded sequences.\n\nThis function will take an already-encoded URL and encode all the non-URL\ncode points (as UTF-8 byte sequences). This function will not encode the\n\"%\" character unless it is not part of a valid sequence (`%20` will be\nleft as-is, but `%foo` will be encoded as `%25foo`).\n\nThis encode is meant to be \"safe\" and does not throw errors. It will try as\nhard as it can to properly encode the given URL, including replacing any raw,\nunpaired surrogate pairs with the Unicode replacement character prior to\nencoding.\n\nThis function is _similar_ to the intrinsic function `encodeURI`, except it\nwill not encode the `%` character if that is part of a valid sequence, will\nnot encode `[` and `]` (for IPv6 hostnames) and will replace raw, unpaired\nsurrogate pairs with the Unicode replacement character (instead of throwing).\n\n## Examples\n\n### Encode a URL containing user-controled data\n\n```js\nvar encodeUrl = require('encodeurl')\nvar escapeHtml = require('escape-html')\n\nhttp.createServer(function onRequest (req, res) {\n // get encoded form of inbound url\n var url = encodeUrl(req.url)\n\n // create html message\n var body = '

Location ' + escapeHtml(url) + ' not found

'\n\n // send a 404\n res.statusCode = 404\n res.setHeader('Content-Type', 'text/html; charset=UTF-8')\n res.setHeader('Content-Length', String(Buffer.byteLength(body, 'utf-8')))\n res.end(body, 'utf-8')\n})\n```\n\n### Encode a URL for use in a header field\n\n```js\nvar encodeUrl = require('encodeurl')\nvar escapeHtml = require('escape-html')\nvar url = require('url')\n\nhttp.createServer(function onRequest (req, res) {\n // parse inbound url\n var href = url.parse(req)\n\n // set new host for redirect\n href.host = 'localhost'\n href.protocol = 'https:'\n href.slashes = true\n\n // create location header\n var location = encodeUrl(url.format(href))\n\n // create html message\n var body = '

Redirecting to new site: ' + escapeHtml(location) + '

'\n\n // send a 301\n res.statusCode = 301\n res.setHeader('Content-Type', 'text/html; charset=UTF-8')\n res.setHeader('Content-Length', String(Buffer.byteLength(body, 'utf-8')))\n res.setHeader('Location', location)\n res.end(body, 'utf-8')\n})\n```\n\n## Testing\n\n```sh\n$ npm test\n$ npm run lint\n```\n\n## References\n\n- [RFC 3986: Uniform Resource Identifier (URI): Generic Syntax][rfc-3986]\n- [WHATWG URL Living Standard][whatwg-url]\n\n[rfc-3986]: https://tools.ietf.org/html/rfc3986\n[whatwg-url]: https://url.spec.whatwg.org/\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/encodeurl.svg\n[npm-url]: https://npmjs.org/package/encodeurl\n[node-version-image]: https://img.shields.io/node/v/encodeurl.svg\n[node-version-url]: https://nodejs.org/en/download\n[travis-image]: https://img.shields.io/travis/pillarjs/encodeurl.svg\n[travis-url]: https://travis-ci.org/pillarjs/encodeurl\n[coveralls-image]: https://img.shields.io/coveralls/pillarjs/encodeurl.svg\n[coveralls-url]: https://coveralls.io/r/pillarjs/encodeurl?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/encodeurl.svg\n[downloads-url]: https://npmjs.org/package/encodeurl\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2016-11-01T17:19:33.215Z","created":"2016-06-08T18:58:44.662Z","1.0.0":"2016-06-08T18:58:44.662Z","1.0.1":"2016-06-10T00:48:58.829Z"},"homepage":"https://github.com/pillarjs/encodeurl#readme","keywords":["encode","encodeurl","url"],"repository":{"type":"git","url":"git+https://github.com/pillarjs/encodeurl.git"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"bugs":{"url":"https://github.com/pillarjs/encodeurl/issues"},"license":"MIT","readmeFilename":"README.md","users":{"antixrist":true,"mojaray2k":true},"_attachments":{},"_etag":"W/\"5818cea5-1eec\"","_lastModified":"Tue, 01 Nov 2016 17:19:33 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/engine.io-client/.cache.json b/frappe/.npm/registry.npmjs.org/engine.io-client/.cache.json new file mode 100644 index 00000000..b6c6fe9f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/engine.io-client/.cache.json @@ -0,0 +1 @@ +{"_id":"engine.io-client","_rev":"206-6d93570287ad5e3fc57cf97666693f13","name":"engine.io-client","description":"Client for the realtime Engine","dist-tags":{"latest":"3.1.1"},"versions":{"0.1.0":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.1.0","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.4.2","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io-client@0.1.0","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.0","_defaultsLoaded":true,"dist":{"shasum":"f14db26ca35722f2cd5385e8fd37cd49848bf87a","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.1.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.1.1":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.1.1","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.4.2","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io-client@0.1.1","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"249fd4de0038eddabebae23fb4f75cacd0678689","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.1.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.1.2":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.1.2","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.4.2","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io-client@0.1.2","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"fe7a9ae522cb33bc7c88e1ccf68d59bce1e11b87","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.1.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.0":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.2.0","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.4.2","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io-client@0.2.0","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.18","_defaultsLoaded":true,"dist":{"shasum":"3e25dcd865755da56a01ea0e8b8b103da5a42ff6","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.2.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.1":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.2.1","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.4.2","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io-client@0.2.1","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"8d4663f2bff2af5c8f8d6f87fd9b6331ffba6450","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.2.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.2":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.2.2","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.4.2","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io-client@0.2.2","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.8","_defaultsLoaded":true,"dist":{"shasum":"531c801154b3e396bf3bff05f1ee002bf362c4bc","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.2.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.0":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.0","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io-client":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.0","dist":{"shasum":"22fe9eef0bb77f93f4fa9ad829fda627c0794c84","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.1":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.1","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io-client":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.1","dist":{"shasum":"a42de41f2d6cf6de8778184476ec50e4a36f7452","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.1.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.2":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.2","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io-client":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.2","dist":{"shasum":"37e637c3cca79a980527fbd2b79c823b77cda0b0","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.2.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.3":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.3","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io-client":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.3","dist":{"shasum":"b1156ec9dc4a54b4ce23f122e6bb88f960436161","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.3.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.4":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.4","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"./dist/engine.io-dev.js","engine.io-client/index.js":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.4","dist":{"shasum":"caf681927ffa0f6ea06f632e5af606cc80404c7b","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.4.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.5":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.5","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"./dist/engine.io-dev.js","engine.io-client/index.js":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.5","dist":{"shasum":"3c06b595bfb5bc4e9e7007d5fc6629e92254c2ba","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.5.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.6":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.6","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"./dist/engine.io-dev.js","engine.io-client/index.js":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.6","dist":{"shasum":"c35741fedce944e47566d6e932e5deffa852fd67","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.6.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.7":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.7","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"./dist/engine.io-dev.js","engine.io-client/index.js":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.7","dist":{"shasum":"54582ca6149a7ce0564aa652c5b9d945e7f10aab","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.7.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.8":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.8","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"./dist/engine.io-dev.js","engine.io-client/index.js":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.8","dist":{"shasum":"c5ff22fe1c87870177f8d28b9698a60e0a90c5af","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.8.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.9":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.9","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"./dist/engine.io-dev.js","engine.io-client/index.js":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.9","dist":{"shasum":"338de92b4239aa812ae04df370b4d1980dc84475","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.9.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.10":{"name":"engine.io-client","description":"Client for the realtime Engine","main":"./lib/engine.io-client","version":"0.3.10","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"./dist/engine.io-dev.js","engine.io-client/index.js":"./dist/engine.io-dev.js"}},"_id":"engine.io-client@0.3.10","dist":{"shasum":"bb886e1134a71d464df75fb5eeca35bbeb78feac","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.3.10.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.4.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.4.0","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","emitter-component":"0.0.6","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/parser.js":"lib/parser.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.4.0","dist":{"shasum":"baade6666a8fcdc1aaf91019f8a6a47b03ee6431","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.4.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.4.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.4.1","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","emitter-component":"0.0.6","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/parser.js":"lib/parser.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.4.1","dist":{"shasum":"f08c55623d565a0ed63321ceec0ff2bb8f97dd72","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.4.1.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.4.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.4.2","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","emitter-component":"0.0.6","engine.io-parser":"0.1.1","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/parser.js":"lib/parser.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.4.2","dist":{"shasum":"d02dfa3d5c506af7d97905f9255cb9c3fcc80f13","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.4.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.4.3":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.4.3","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.20","xmlhttprequest":"1.5.0","emitter-component":"0.0.6","engine.io-parser":"0.1.1","debug":"0.6.0"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","browserbuild":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.4.3","dist":{"shasum":"0e782b997358822041538917326d43993c5cf17e","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.4.3.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.5.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.5.0","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.25","xmlhttprequest":"1.5.0","emitter":"git://github.com/component/emitter#1.0.0","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.5.0","dist":{"shasum":"6565ee5d24c81f6d77582a0d6d67eccf0cc6445d","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.5.0.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.6.0","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.25","xmlhttprequest":"1.5.0","emitter":"git://github.com/component/emitter#1.0.0","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.6.0","dist":{"shasum":"4de6e33ccf984cba5946e72f44e736160ac932e2","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.6.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.6.1","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.25","xmlhttprequest":"1.5.0","emitter":"git://github.com/component/emitter#1.0.0","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.6.1","dist":{"shasum":"5562a3881774bf70015efa180611392d7d3ab578","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.6.1.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.6.2","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.25","xmlhttprequest":"1.5.0","emitter":"git://github.com/component/emitter#1.0.0","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.6.2","dist":{"shasum":"5c6ae239ac4b2c82ff664fb9e3389f0bf6a01df7","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.6.2.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.3":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.6.3","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"ws":"0.4.25","xmlhttprequest":"1.5.0","emitter":"http://github.com/component/emitter/archive/1.0.0.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"_id":"engine.io-client@0.6.3","dist":{"shasum":"cdbaf1767fc8f98e0565f7791b6c31ba33b464c3","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.6.3.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.0","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"component/global","has-cors":"component/has-cors","ws":"https://github.com/einaros/ws/archive/2b4663655c9133a8131cf2a3a664caf1825c2409.tar.gz","xmlhttprequest":"LearnBoost/node-XMLHttpRequest","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.0","dist":{"shasum":"a57e4d763f73e08233f872ef06e3e5f0a143c1d5","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.0.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.1","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"component/global","has-cors":"component/has-cors","ws":"0.4.29","xmlhttprequest":"LearnBoost/node-XMLHttpRequest","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.1","dist":{"shasum":"07613c7158cdcdfc765bf10e62481aab0a31e331","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.1.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.2","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"component/global","has-cors":"component/has-cors","ws":"0.4.29","xmlhttprequest":"LearnBoost/node-XMLHttpRequest","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.2","dist":{"shasum":"1725f4763fd13b82266d6ae1baca2c939f593399","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.2.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.3":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.3","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"component/global","has-cors":"component/has-cors","ws":"0.4.29","xmlhttprequest":"LearnBoost/node-XMLHttpRequest","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.3","dist":{"shasum":"b2afc2a0e5a4a232aeaa6ef17fc361ea18650580","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.3.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.4":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.4","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"component/global","has-cors":"component/has-cors","ws":"0.4.25","xmlhttprequest":"LearnBoost/node-XMLHttpRequest","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.4","dist":{"shasum":"d10ecd746f71639487868d6aa812daa7e22a3830","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.4.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.5":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.5","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.30","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.5","dist":{"shasum":"81cd7e3e80c6135cd6d9b6e4d2d0e3a4e4ab661f","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.5.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.6":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.6","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.25","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.6","dist":{"shasum":"8635bd586a9dbed40a42b7ff42efae08f9360d5b","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.6.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.7":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.7","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.30","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.7","dist":{"shasum":"a75c9897aff509b371140d3752b553bf5c98d0dd","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.7.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.8":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.8","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"https://github.com/TooTallNate/ws/archive/0cb9fe7a21a7a7c200f68b57916d1d62b66082a1.tar.gz","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.8","dist":{"shasum":"2fbf67a254c1b27c571e22a964447fd80730be7d","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.8.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.9":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.9","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"https://github.com/TooTallNate/ws/archive/0cb9fe7a21a7a7c200f68b57916d1d62b66082a1.tar.gz","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.9","dist":{"shasum":"b5fe2d7fa1e8ee163c6001f82a7b2d82c476f337","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.9.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.10":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.10","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.10","dist":{"shasum":"f08fdd40e65c3b8e1cfd05193bd45f5513d49dd8","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.10.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.11":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.11","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2","browserify":"2.35.1"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.11","dist":{"shasum":"5bd7e10075e9fc4a7967f87bd4ccf5d78df48e33","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.11.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.12":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.12","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"mocha":"*","serve":"*","expect.js":"*","istanbul":"*","browserify":"2.35.1"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.12","dist":{"shasum":"1ae849531a42afb951509813c5d7c5283b137365","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.12.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.13":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.13","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"zuul":"1.0.3","mocha":"*","serve":"*","expect.js":"*","istanbul":"*","browserify":"2.35.1","engine.io":"0.7.13"},"scripts":{"test":"make test && zuul -- test/index.js"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.13","dist":{"shasum":"88dc16452c3979377ba23cba9d530b04adfdf0c2","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.13.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.14":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.7.14","homepage":"https://github.com/LearnBoost/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"zuul":"1.0.10","mocha":"*","serve":"*","expect.js":"*","istanbul":"*","browserify":"2.35.1","engine.io":"0.7.14"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.7.14","dist":{"shasum":"75c82ee61f600edd166c9c5d6ddeade6476b54df","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.7.14.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.8.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.2"},"devDependencies":{"zuul":"1.1.0","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"2.35.1","engine.io":"0.8.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.8.0","dist":{"shasum":"6cdb1cf76ae4aadea7d56676bae2133157d83919","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.8.0.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.8.1","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.4"},"devDependencies":{"zuul":"1.3.0","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"2.35.1","engine.io":"0.8.1"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.8.1","dist":{"shasum":"39d4ec5893f6e270f29007f4e739def7b20adc80","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.8.1.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.8.2","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"https://github.com/component/has-cors/archive/v1.0.2.tar.gz","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.4"},"devDependencies":{"zuul":"1.3.0","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"2.35.1","engine.io":"0.8.2","express":"3.4.8"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.8.2","dist":{"shasum":"f7808c40befbdfebfddbf07bb5f0a3e97ceefd92","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.8.2.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"0.9.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"0.3.0","debug":"0.7.4"},"devDependencies":{"zuul":"1.5.2","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"2.35.1","engine.io":"0.8.2","express":"3.4.8"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@0.9.0","dist":{"shasum":"162cbe09cd74722c0d6296ee9bf3a3b11f49a881","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-0.9.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.0.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.0","debug":"0.7.4"},"devDependencies":{"zuul":"1.5.4","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.0.0","express":"3.4.8"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.0.0","dist":{"shasum":"f77d27a7c5e7999f9e8d815159a004bb21a19cc7","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.0.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.0.1","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz","has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.1","debug":"0.7.4"},"devDependencies":{"zuul":"1.5.4","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.0.1","express":"3.4.8"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.0.1","dist":{"shasum":"2f9d932c299cca03f4db6d5e1c92322836593432","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.0.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.0.2","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.1","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1"},"devDependencies":{"zuul":"1.5.4","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.0.1","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.0.2","dist":{"shasum":"ec0eb8aa02bce4e10e466717284c25f940da39a3","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.0.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.3":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.0.3","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.1","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1"},"devDependencies":{"zuul":"1.5.4","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.0.3","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.0.3","dist":{"shasum":"2f7d1d283c6f33c185f368596358c5715a907ad9","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.0.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.4":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.0.4","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.1","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1"},"devDependencies":{"zuul":"1.5.4","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.0.4","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.0.4","dist":{"shasum":"ca933ce90577f8cf6363c4fca08211da9d3ccf24","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.0.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.5":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.0.5","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.2","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1"},"devDependencies":{"zuul":"1.5.4","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.0.5","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"component":{"scripts":{"engine.io/index.js":"lib/index.js","engine.io/socket.js":"lib/socket.js","engine.io/transport.js":"lib/transport.js","engine.io/emitter.js":"lib/emitter.js","engine.io/util.js":"lib/util.js","engine.io/transports/index.js":"lib/transports/index.js","engine.io/transports/polling.js":"lib/transports/polling.js","engine.io/transports/polling-xhr.js":"lib/transports/polling-xhr.js","engine.io/transports/polling-jsonp.js":"lib/transports/polling-jsonp.js","engine.io/transports/websocket.js":"lib/transports/websocket.js","engine.io/transports/flashsocket.js":"lib/transports/flashsocket.js"}},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.0.5","dist":{"shasum":"6cf3111beee3d03d53bd8255ae32a9153093acc4","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.0.5.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.1.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.1.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.4","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1","parseqs":"0.0.2","inherits":"2.0.1"},"devDependencies":{"zuul":"1.6.3","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.1.0","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.1.0","dist":{"shasum":"3f4cb0cf45bbcc7cfeed38282f57345ef99a9dcc","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.1.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.1.1","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.5","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1","parseqs":"0.0.2","inherits":"2.0.1"},"devDependencies":{"zuul":"1.6.3","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.1.1","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.1.1","_shasum":"bc1d7ab8e49c0a4ca2d41747ce434d4c33797571","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"bc1d7ab8e49c0a4ca2d41747ce434d4c33797571","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.1.1.tgz"},"directories":{}},"1.2.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.2.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.5","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1","parseqs":"0.0.2","inherits":"2.0.1"},"devDependencies":{"zuul":"1.6.3","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.2.0","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.2.0","_shasum":"eb23974bf9bf3333293d864dad601020343aebce","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"eb23974bf9bf3333293d864dad601020343aebce","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.2.1","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.5","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1","parseqs":"0.0.2","inherits":"2.0.1"},"devDependencies":{"zuul":"1.6.3","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.2.0","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.2.1","_shasum":"88cf0df6f1c4e7798e1d4871f083f3e5cf40c822","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"88cf0df6f1c4e7798e1d4871f083f3e5cf40c822","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.2.1.tgz"},"directories":{}},"1.2.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.2.2","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","indexof":"0.0.1","engine.io-parser":"1.0.6","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1","parseqs":"0.0.2","inherits":"2.0.1"},"devDependencies":{"zuul":"1.6.3","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.2.2","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.2.2","_shasum":"317843f9b0a5d7e94aa42eebc2631d5e01f747b2","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"317843f9b0a5d7e94aa42eebc2631d5e01f747b2","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.2.2.tgz"},"directories":{}},"1.3.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.3.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.0.6","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"zuul":"1.6.3","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.3.0","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"gitHead":"c7339640041e81e3237d727c73d3303c03ddc048","bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.3.0","_shasum":"1c49d67fff82a3a971e95cb1ca768c1e13d908f3","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"1c49d67fff82a3a971e95cb1ca768c1e13d908f3","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.3.1","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.0.6","debug":"0.7.4","parseuri":"0.0.2","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"zuul":"1.6.3","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"3.30.1","engine.io":"1.3.0","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/LearnBoost/engine.io-client.git"},"gitHead":"e1a9a12df7a8090c55633a77b316ea655af58885","bugs":{"url":"https://github.com/LearnBoost/engine.io-client/issues"},"_id":"engine.io-client@1.3.1","_shasum":"1c5a65d5c5af6d04b44c22c3dbcd95c39ed1c989","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"1c5a65d5c5af6d04b44c22c3dbcd95c39ed1c989","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.3.1.tgz"},"directories":{}},"1.4.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.4.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.1.0","debug":"0.7.4","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"zuul":"1.10.2","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"4.2.1","engine.io":"1.4.0","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/Automattic/engine.io-client.git"},"gitHead":"dfad04c46d4670e25b070fd992ea652927c2d490","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.4.0","_shasum":"6a0dde44a6e6cbbae5851fce117f6f64ebdbce78","_from":".","_npmVersion":"1.4.25","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"6a0dde44a6e6cbbae5851fce117f6f64ebdbce78","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.4.0.tgz"},"directories":{}},"1.4.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.4.1","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.1.0","debug":"0.7.4","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"zuul":"1.10.2","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"4.2.1","engine.io":"1.4.1","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/Automattic/engine.io-client.git"},"gitHead":"72c32caf3a0e78a777a12028a2377dc8bae48171","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.4.1","_shasum":"4ba4da4cf6b0d4b6243024e6b80e87978ac72633","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"4ba4da4cf6b0d4b6243024e6b80e87978ac72633","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.4.1.tgz"},"directories":{}},"1.4.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.4.2","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.1.0","debug":"0.7.4","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"zuul":"1.10.2","mocha":"1.16.2","expect.js":"0.2.0","istanbul":"0.2.3","browserify":"4.2.1","engine.io":"1.4.2","express":"3.4.8","blob":"0.0.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/Automattic/engine.io-client.git"},"gitHead":"8bd41ad7b44c66d6ec400c398bcaad1e29eb0f9a","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.4.2","_shasum":"c7ac000e6df05b1ca358f060c7999df9114ccf1e","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"c7ac000e6df05b1ca358f060c7999df9114ccf1e","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.4.2.tgz"},"directories":{}},"1.4.3":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.4.3","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.1.0","debug":"1.0.4","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"blob":"0.0.2","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.4.3","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"1.10.2"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/Automattic/engine.io-client.git"},"gitHead":"57ca9fea8ebf7d0762d6d1eeda302d622226243c","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.4.3","_shasum":"7227cb6b29376435f0c819957ce6ba3ec1a8d955","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"7227cb6b29376435f0c819957ce6ba3ec1a8d955","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.4.3.tgz"},"directories":{}},"1.5.0":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.5.0","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"git+https://github.com/rase-/node-XMLHttpRequest#a6b6f2","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.1","debug":"1.0.4","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"blob":"0.0.2","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.5.0","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/Automattic/engine.io-client.git"},"gitHead":"9ee8666b528bfd23d43875a09e07ab483a6e4711","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.5.0","_shasum":"ed9b25a7f042053212d59c7ebd0bf36f30ffd5bc","_from":".","_npmVersion":"2.1.18","_nodeVersion":"1.0.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ed9b25a7f042053212d59c7ebd0bf36f30ffd5bc","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.0.tgz"},"directories":{}},"1.5.1":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.5.1","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.0.3","ws":"0.4.31","xmlhttprequest":"https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.1","debug":"1.0.4","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"blob":"0.0.2","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.5.1","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/Automattic/engine.io-client.git"},"gitHead":"8b2f97878ce6c34cdcfd429becc9fc95aac41884","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.5.1","_shasum":"ecd0026d90b065169b9885960183f3d56b8da18e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ecd0026d90b065169b9885960183f3d56b8da18e","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.1.tgz"},"directories":{}},"1.5.2":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.5.2","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.1.2","component-inherit":"0.0.3","debug":"1.0.4","engine.io-parser":"1.2.1","has-cors":"1.0.3","indexof":"0.0.1","parsejson":"0.0.1","parseqs":"0.0.2","parseuri":"0.0.4","ws":"0.7.2","xmlhttprequest":"https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz"},"devDependencies":{"blob":"0.0.2","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.5.2","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"github:rase-/zuul#9d3a02"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/Automattic/engine.io-client.git"},"gitHead":"717e4af4b556bc9a0bf3bb4896b8ed351265ebe5","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.5.2","_shasum":"5fd4a521bdd3dca3c7f50e38f9437b5f66957ebc","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"5fd4a521bdd3dca3c7f50e38f9437b5f66957ebc","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.2.tgz"},"directories":{}},"1.5.3":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.5.3","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.1.2","component-inherit":"0.0.3","debug":"1.0.4","engine.io-parser":"1.2.1","has-cors":"1.0.3","indexof":"0.0.1","parsejson":"0.0.1","parseqs":"0.0.2","parseuri":"0.0.4","ws":"0.8.0","xmlhttprequest":"https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz"},"devDependencies":{"blob":"0.0.2","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.5.3","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"github:rase-/zuul#9d3a02"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/Automattic/engine.io-client.git"},"gitHead":"5f7df5e0126fd1add829557769429af7e94e967d","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.5.3","_shasum":"fb4229f94a4c4aea1b07eea6ffa89a0a16469113","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"fb4229f94a4c4aea1b07eea6ffa89a0a16469113","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.3.tgz"},"directories":{}},"1.5.4":{"name":"engine.io-client","description":"Client for the realtime Engine","version":"1.5.4","homepage":"http://socket.io","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.1.2","component-inherit":"0.0.3","debug":"1.0.4","engine.io-parser":"1.2.2","has-cors":"1.0.3","indexof":"0.0.1","parsejson":"0.0.1","parseqs":"0.0.2","parseuri":"0.0.4","ws":"0.8.0","xmlhttprequest":"https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz"},"devDependencies":{"blob":"0.0.2","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.5.4","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"github:rase-/zuul#9d3a02"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/Automattic/engine.io-client.git"},"gitHead":"aede98157d0504a0fb22cfc06a8e16e53806e9b8","bugs":{"url":"https://github.com/Automattic/engine.io-client/issues"},"_id":"engine.io-client@1.5.4","_shasum":"c6ad65a65752a29cb930c6911e579d2b28d1106c","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"c6ad65a65752a29cb930c6911e579d2b28d1106c","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.5.4.tgz"},"directories":{}},"1.6.0":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.0","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"0.8.0","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"github:nkzawa/engine.io-parser#patch-5","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.0","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"feb2d20b17f7e67a190f2abe4b249516f7d45c7c","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.0","_shasum":"2519896a96273c0369bfb0d82df59d80490d15c1","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"2519896a96273c0369bfb0d82df59d80490d15c1","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.0.tgz"},"directories":{}},"1.6.1":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.1","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"0.8.0","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.3","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.1","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"11ae0fff398310d4b91363fa04289e033df9764f","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.1","_shasum":"708cfc250a5655875ca72fd6208cd70b462b0eff","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"708cfc250a5655875ca72fd6208cd70b462b0eff","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.1.tgz"},"directories":{}},"1.6.2":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.2","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"0.8.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.3","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.2","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"28a0885e659c1d2a06a1d7285f5aa1470643db60","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.2","_shasum":"731f9cf4d63ba02a75d0c54f619b7b15933f3823","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"731f9cf4d63ba02a75d0c54f619b7b15933f3823","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.2.tgz"},"directories":{}},"1.6.3":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.3","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"0.8.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.3","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.3","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"c4d9b6e077e2ba4f84ebb86f643d0775b285f111","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.3","_shasum":"f8305158c62da8ebcebbc763e86f9d8f726ac666","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"f8305158c62da8ebcebbc763e86f9d8f726ac666","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.3.tgz"},"directories":{}},"1.6.4":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.4","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"0.8.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.4","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"1245bf2ec6b32d2f61c1691f50070935f6e2ba78","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.4","_shasum":"20aaf5c5580115697331cc08cdda750c5e0bc5bf","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"20aaf5c5580115697331cc08cdda750c5e0bc5bf","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.4.tgz"},"directories":{}},"1.6.5":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.5","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"1.0.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.5","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"3ef44d3fcc774f626c111dba427f01e2a8f9cf05","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.5","_shasum":"39f8e15f0f49dd817ef149fd0e7908395eac4aa7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"39f8e15f0f49dd817ef149fd0e7908395eac4aa7","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.5.tgz"},"directories":{}},"1.6.6":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.6","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"1.0.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.6","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/socketio/engine.io-client.git"},"gitHead":"f8b89af9a7ae1107e41d68f5b1599b840fc8cebd","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.6","_shasum":"7aad3dd66caba29448b0e6e7c30309ce324cc1d4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"7aad3dd66caba29448b0e6e7c30309ce324cc1d4","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.6.tgz"},"directories":{}},"1.6.7":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.7","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"1.0.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.7","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/socketio/engine.io-client.git"},"gitHead":"e69f54086143901bffb54fab9522275be7b8a842","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.7","_shasum":"eae106736021526475e6b087c8eaf927d26becc2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"eae106736021526475e6b087c8eaf927d26becc2","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.7.tgz"},"directories":{}},"1.6.8":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.8","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"1.0.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.7","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"https://github.com/socketio/engine.io-client.git"},"gitHead":"692f18c4ab1d80b5f3cf4b869b5e01abcb1b4cec","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.8","_shasum":"6e2db11648b45e405c46b172ea3e3dac37cc0ceb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"6e2db11648b45e405c46b172ea3e3dac37cc0ceb","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.8.tgz"},"directories":{}},"1.6.9":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.9","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"1.0.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.7","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"2a7a011932094d4970dc68abd32e78265495a621","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.9","_shasum":"1d6ad48048a5083c95096943b29d36efdb212401","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"1d6ad48048a5083c95096943b29d36efdb212401","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.9.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/engine.io-client-1.6.9.tgz_1462247658295_0.9066626788116992"},"directories":{}},"1.6.10":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.10","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"1.0.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.10","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"1a07f1012a3da075b08381680333561522d6cf9f","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.10","_shasum":"e50fbcafbee031b0ef93185cba0ff24cdbd5a01b","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"e50fbcafbee031b0ef93185cba0ff24cdbd5a01b","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.10.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-1.6.10.tgz_1466727762489_0.36543614557012916"},"directories":{}},"1.6.11":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.6.11","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"has-cors":"1.1.0","ws":"1.0.1","xmlhttprequest-ssl":"1.5.1","component-emitter":"1.1.2","indexof":"0.0.1","engine.io-parser":"1.2.4","debug":"2.2.0","parseuri":"0.0.4","parsejson":"0.0.1","parseqs":"0.0.2","component-inherit":"0.0.3","yeast":"0.1.2"},"devDependencies":{"blob":"0.0.4","browserify":"6.2.0","concat-stream":"1.4.6","derequire":"1.2.0","engine.io":"1.6.11","expect.js":"0.2.0","express":"3.4.8","istanbul":"0.2.3","mocha":"1.16.2","zuul":"3.7.2","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"gitHead":"25e9287d135824974ccec9e588b8723b8a390075","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.6.11","_shasum":"7d250d8fa1c218119ecde51390458a57d5171376","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"7d250d8fa1c218119ecde51390458a57d5171376","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.6.11.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/engine.io-client-1.6.11.tgz_1466734217768_0.9894810924306512"},"directories":{}},"1.7.0":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.7.0","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.1.2","component-inherit":"0.0.3","debug":"2.2.0","engine.io-parser":"1.3.0","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.1","parseqs":"0.0.2","parseuri":"0.0.4","ws":"1.1.1","xmlhttprequest-ssl":"1.5.1","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.7.0","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"d75d61c17c532cef0b8464d1e384ef951c795486","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.7.0","_shasum":"0bb81d3563ab7afb668f1e1b400c9403b03006ee","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"0bb81d3563ab7afb668f1e1b400c9403b03006ee","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.7.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/engine.io-client-1.7.0.tgz_1475656458179_0.176990871084854"},"directories":{}},"1.7.1":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.7.1","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.1.2","component-inherit":"0.0.3","debug":"2.2.0","engine.io-parser":"1.3.1","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.1","parseqs":"0.0.2","parseuri":"0.0.4","ws":"1.1.1","xmlhttprequest-ssl":"1.5.1","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.7.1","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"af021d7431fb367dfed6e697d52f3d951fceb44a","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.7.1","_shasum":"ace6464e083a954171898cccff484f03657ac774","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"ace6464e083a954171898cccff484f03657ac774","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.7.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-client-1.7.1.tgz_1476982574863_0.7659002807922661"},"directories":{}},"1.7.2":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.7.2","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.1.2","component-inherit":"0.0.3","debug":"2.2.0","engine.io-parser":"1.3.1","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.1","parseqs":"0.0.2","parseuri":"0.0.4","ws":"1.1.1","xmlhttprequest-ssl":"1.5.1","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.7.2","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"5824a5827f2abbcdd33f60bbd9cf438e6e4099ed","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.7.2","_shasum":"12f01d3d9d676908a86339cee067ff799a585c3d","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"12f01d3d9d676908a86339cee067ff799a585c3d","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.7.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-1.7.2.tgz_1477265740887_0.2507151933386922"},"directories":{}},"1.8.0":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.8.0","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"1.3.1","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.1","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.8.0","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"6d7d66401b0a7968d89c2998fbc98586184d6cc3","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.8.0","_shasum":"7b730e4127414087596d9be3c88d2bc5fdb6cf5c","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"7b730e4127414087596d9be3c88d2bc5fdb6cf5c","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-1.8.0.tgz_1479608866356_0.14154032664373517"},"directories":{}},"1.8.1":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.8.1","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"1.3.1","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.1","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.8.1","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"880393367c37b115189a9dd57c67deb7f42d0479","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.8.1","_shasum":"71237e9bbce04862675d4d6bfbef351c8b6a35a3","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"71237e9bbce04862675d4d6bfbef351c8b6a35a3","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-client-1.8.1.tgz_1480227518735_0.6774493779521435"},"directories":{}},"1.8.2":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.8.2","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"1.3.2","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.1","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.8.2","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"70262f0e1671c22a1e5b4c440454a3ee8aa60f55","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.8.2","_shasum":"c38767547f2a7d184f5752f6f0ad501006703766","_from":".","_npmVersion":"4.0.3","_nodeVersion":"6.9.1","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"c38767547f2a7d184f5752f6f0ad501006703766","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-client-1.8.2.tgz_1481412576158_0.5942348320968449"},"directories":{}},"2.0.0":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"2.0.0","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"2.0.0","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.1","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","engine.io":"2.0.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"0023ce3e9554f5a29cb36ac8cc8c7fc4b0438174","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@2.0.0","_shasum":"625fa90bf84341b2a686e4f2ae3204172f778de0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"625fa90bf84341b2a686e4f2ae3204172f778de0","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-2.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-client-2.0.0.tgz_1485121765699_0.0532455516513437"},"directories":{}},"2.0.1":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"2.0.1","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"2.0.0","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.1","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","engine.io":"2.0.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"f756bd6add3406969633de7a9a52dddd0fa74096","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@2.0.1","_shasum":"6dfad134143ea87bbab3216a1d679228a8cead2a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"6dfad134143ea87bbab3216a1d679228a8cead2a","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-2.0.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-2.0.1.tgz_1485789936712_0.24314570450223982"},"directories":{}},"2.0.2":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"2.0.2","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"2.0.0","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.2","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","engine.io":"2.0.2","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"be4c9067b548f3e27dd1889e4094aff5b6d9eecb","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@2.0.2","_shasum":"bae5086148c1ef2b18eee346876277b219fbf55a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"bae5086148c1ef2b18eee346876277b219fbf55a","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-2.0.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-2.0.2.tgz_1487227360215_0.7146831450518221"},"directories":{}},"1.8.3":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.8.3","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"1.3.2","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.2","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.8.3","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"6ca55c2cc859f429ee7dbc2455dbcde1f539e104","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.8.3","_shasum":"1798ed93451246453d4c6f635d7a201fe940d5ab","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"1798ed93451246453d4c6f635d7a201fe940d5ab","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-1.8.3.tgz_1487245584100_0.5638476104941219"},"directories":{}},"2.1.0":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"2.1.0","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"2.0.1","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.2","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.5.2","del":"2.2.0","derequire":"1.2.0","engine.io":"2.1.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"0d2cc68ab9a5877a13e0d83508d9c120c3ee3759","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@2.1.0","_shasum":"1d3ffb786fddec786e2115ce5d000dcbe9d3aab0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"1d3ffb786fddec786e2115ce5d000dcbe9d3aab0","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-2.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-client-2.1.0.tgz_1489220389732_0.3731537831481546"},"directories":{}},"2.1.1":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"2.1.1","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"2.0.2","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.2","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.5.2","del":"2.2.0","derequire":"1.2.0","engine.io":"2.1.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"4c021d387cc23b643b48fec80bd79d3b50d434da","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@2.1.1","_shasum":"bd1fa1165b06ded3277fbfb0a2c1c79864d1e6e0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"bd1fa1165b06ded3277fbfb0a2c1c79864d1e6e0","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-2.1.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-client-2.1.1.tgz_1490164677293_0.5940534092951566"},"directories":{}},"3.0.0":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"3.0.0","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"2.0.3","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"2.2.3","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"^6.24.0","babel-eslint":"4.1.7","babel-loader":"^6.4.1","babel-preset-es2015":"^6.24.0","blob":"^0.0.4","concat-stream":"^1.6.0","del":"^2.2.2","derequire":"^2.0.6","engine.io":"3.0.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"^0.3.1","express":"4.15.2","gulp":"3.9.1","gulp-eslint":"1.1.1","gulp-file":"^0.3.0","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.0","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.2.0","webpack":"1.12.12","webpack-stream":"^3.2.0","zuul":"^3.11.1","zuul-builder-webpack":"^1.2.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"51d752911cf7d78ab500d99e622aca401a002567","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@3.0.0","_shasum":"5af219e1ecbcf442d0928c52f5e91f97656c6294","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"5af219e1ecbcf442d0928c52f5e91f97656c6294","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-3.0.0.tgz_1491429899868_0.2928623650223017"},"directories":{}},"3.1.0":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"3.1.0","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.6.4","engine.io-parser":"~2.1.1","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"~2.3.1","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"^6.24.0","babel-eslint":"4.1.7","babel-loader":"^6.4.1","babel-preset-es2015":"^6.24.0","blob":"^0.0.4","concat-stream":"^1.6.0","del":"^2.2.2","derequire":"^2.0.6","engine.io":"3.1.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"^0.3.1","express":"4.15.2","gulp":"3.9.1","gulp-eslint":"1.1.1","gulp-file":"^0.3.0","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.0","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.2.0","webpack":"1.12.12","webpack-stream":"^3.2.0","zuul":"^3.11.1","zuul-builder-webpack":"^1.2.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"fce140a205910ec394f5d788fc38238768f05c62","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@3.1.0","_shasum":"1d6884edea9fad86e4b2507748656c2394ad4c63","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"1d6884edea9fad86e4b2507748656c2394ad4c63","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-3.1.0.tgz_1493334270701_0.7834996983874589"},"directories":{}},"1.8.4":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"1.8.4","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"2.3.3","engine.io-parser":"1.3.2","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"1.1.2","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","blob":"0.0.4","concat-stream":"1.4.6","del":"2.2.0","derequire":"1.2.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","engine.io":"1.8.4","expect.js":"0.2.0","express":"3.4.8","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.2.3","mocha":"1.16.2","webpack":"1.12.12","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"59c12d6ad7040b3ae7f3fb0dfecd7436bf086509","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@1.8.4","_shasum":"9fe85dee25853ca6babe25bd2ad68710863e91c2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"9fe85dee25853ca6babe25bd2ad68710863e91c2","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-1.8.4.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-client-1.8.4.tgz_1493380925724_0.9471040670759976"},"directories":{}},"3.1.1":{"name":"engine.io-client","description":"Client for the realtime Engine","license":"MIT","version":"3.1.1","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"component-emitter":"1.2.1","component-inherit":"0.0.3","debug":"~2.6.4","engine.io-parser":"~2.1.1","has-cors":"1.1.0","indexof":"0.0.1","parsejson":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","ws":"~2.3.1","xmlhttprequest-ssl":"1.5.3","yeast":"0.1.2"},"devDependencies":{"babel-core":"^6.24.0","babel-eslint":"4.1.7","babel-loader":"^6.4.1","babel-preset-es2015":"^6.24.0","blob":"^0.0.4","concat-stream":"^1.6.0","del":"^2.2.2","derequire":"^2.0.6","engine.io":"3.1.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"^0.3.1","express":"4.15.2","gulp":"3.9.1","gulp-eslint":"1.1.1","gulp-file":"^0.3.0","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.0","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.2.0","webpack":"1.12.12","webpack-stream":"^3.2.0","zuul":"^3.11.1","zuul-builder-webpack":"^1.2.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"browser":{"ws":false,"xmlhttprequest-ssl":"./lib/xmlhttprequest.js"},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"files":["index.js","lib/","engine.io.js"],"gitHead":"b949abc6e11e507449b0063c7e45b29eb1b6d1f5","bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"_id":"engine.io-client@3.1.1","_shasum":"415a9852badb14fa008fa3ef1e31608db6761325","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"415a9852badb14fa008fa3ef1e31608db6761325","tarball":"https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-client-3.1.1.tgz_1495176579365_0.10497027798555791"},"directories":{}}},"readme":"\n# Engine.IO client\n\n[![Build Status](https://travis-ci.org/socketio/engine.io-client.svg?branch=master)](http://travis-ci.org/socketio/engine.io-client)\n[![NPM version](https://badge.fury.io/js/engine.io-client.svg)](http://badge.fury.io/js/engine.io-client)\n\nThis is the client for [Engine.IO](http://github.com/socketio/engine.io),\nthe implementation of transport-based cross-browser/cross-device\nbi-directional communication layer for [Socket.IO](http://github.com/socketio/socket.io).\n\n## How to use\n\n### Standalone\n\nYou can find an `engine.io.js` file in this repository, which is a\nstandalone build you can use as follows:\n\n```html\n\n\n```\n\n### With browserify\n\nEngine.IO is a commonjs module, which means you can include it by using\n`require` on the browser and package using [browserify](http://browserify.org/):\n\n1. install the client package\n\n ```bash\n $ npm install engine.io-client\n ```\n\n1. write your app code\n\n ```js\n var socket = require('engine.io-client')('ws://localhost');\n socket.on('open', function(){\n socket.on('message', function(data){});\n socket.on('close', function(){});\n });\n ```\n\n1. build your app bundle\n\n ```bash\n $ browserify app.js > bundle.js\n ```\n\n1. include on your page\n\n ```html\n \n ```\n\n### Sending and receiving binary\n\n```html\n\n\n```\n\n### Node.JS\n\nAdd `engine.io-client` to your `package.json` and then:\n\n```js\nvar socket = require('engine.io-client')('ws://localhost');\nsocket.on('open', function(){\n socket.on('message', function(data){});\n socket.on('close', function(){});\n});\n```\n\n### Node.js with certificates\n```js\nvar opts = {\n key: fs.readFileSync('test/fixtures/client.key'),\n cert: fs.readFileSync('test/fixtures/client.crt'),\n ca: fs.readFileSync('test/fixtures/ca.crt')\n};\n\nvar socket = require('engine.io-client')('ws://localhost', opts);\nsocket.on('open', function(){\n socket.on('message', function(data){});\n socket.on('close', function(){});\n});\n```\n\n### Node.js with extraHeaders\n```js\nvar opts = {\n extraHeaders: {\n 'X-Custom-Header-For-My-Project': 'my-secret-access-token',\n 'Cookie': 'user_session=NI2JlCKF90aE0sJZD9ZzujtdsUqNYSBYxzlTsvdSUe35ZzdtVRGqYFr0kdGxbfc5gUOkR9RGp20GVKza; path=/; expires=Tue, 07-Apr-2015 18:18:08 GMT; secure; HttpOnly'\n }\n};\n\nvar socket = require('engine.io-client')('ws://localhost', opts);\nsocket.on('open', function(){\n socket.on('message', function(data){});\n socket.on('close', function(){});\n});\n```\n\n## Features\n\n- Lightweight\n- Runs on browser and node.js seamlessly\n- Transports are independent of `Engine`\n - Easy to debug\n - Easy to unit test\n- Runs inside HTML5 WebWorker\n- Can send and receive binary data\n - Receives as ArrayBuffer or Blob when in browser, and Buffer or ArrayBuffer\n in Node\n - When XHR2 or WebSockets are used, binary is emitted directly. Otherwise\n binary is encoded into base64 strings, and decoded when binary types are\n supported.\n - With browsers that don't support ArrayBuffer, an object { base64: true,\n data: dataAsBase64String } is emitted on the `message` event.\n\n## API\n\n### Socket\n\nThe client class. Mixes in [Emitter](http://github.com/component/emitter).\nExposed as `eio` in the browser standalone build.\n\n#### Properties\n\n- `protocol` _(Number)_: protocol revision number\n- `binaryType` _(String)_ : can be set to 'arraybuffer' or 'blob' in browsers,\n and `buffer` or `arraybuffer` in Node. Blob is only used in browser if it's\n supported.\n\n#### Events\n\n- `open`\n - Fired upon successful connection.\n- `message`\n - Fired when data is received from the server.\n - **Arguments**\n - `String` | `ArrayBuffer`: utf-8 encoded data or ArrayBuffer containing\n binary data\n- `close`\n - Fired upon disconnection. In compliance with the WebSocket API spec, this event may be\n fired even if the `open` event does not occur (i.e. due to connection error or `close()`).\n- `error`\n - Fired when an error occurs.\n- `flush`\n - Fired upon completing a buffer flush\n- `drain`\n - Fired after `drain` event of transport if writeBuffer is empty\n- `upgradeError`\n - Fired if an error occurs with a transport we're trying to upgrade to.\n- `upgrade`\n - Fired upon upgrade success, after the new transport is set\n- `ping`\n - Fired upon _flushing_ a ping packet (ie: actual packet write out)\n- `pong`\n - Fired upon receiving a pong packet.\n\n#### Methods\n\n- **constructor**\n - Initializes the client\n - **Parameters**\n - `String` uri\n - `Object`: optional, options object\n - **Options**\n - `agent` (`http.Agent`): `http.Agent` to use, defaults to `false` (NodeJS only)\n - `upgrade` (`Boolean`): defaults to true, whether the client should try\n to upgrade the transport from long-polling to something better.\n - `forceJSONP` (`Boolean`): forces JSONP for polling transport.\n - `jsonp` (`Boolean`): determines whether to use JSONP when\n necessary for polling. If disabled (by settings to false) an error will\n be emitted (saying \"No transports available\") if no other transports\n are available. If another transport is available for opening a\n connection (e.g. WebSocket) that transport\n will be used instead.\n - `forceBase64` (`Boolean`): forces base 64 encoding for polling transport even when XHR2 responseType is available and WebSocket even if the used standard supports binary.\n - `enablesXDR` (`Boolean`): enables XDomainRequest for IE8 to avoid loading bar flashing with click sound. default to `false` because XDomainRequest has a flaw of not sending cookie.\n - `timestampRequests` (`Boolean`): whether to add the timestamp with each\n transport request. Note: polling requests are always stamped unless this\n option is explicitly set to `false` (`false`)\n - `timestampParam` (`String`): timestamp parameter (`t`)\n - `policyPort` (`Number`): port the policy server listens on (`843`)\n - `path` (`String`): path to connect to, default is `/engine.io`\n - `transports` (`Array`): a list of transports to try (in order).\n Defaults to `['polling', 'websocket']`. `Engine`\n always attempts to connect directly with the first one, provided the\n feature detection test for it passes.\n - `transportOptions` (`Object`): hash of options, indexed by transport name, overriding the common options for the given transport\n - `rememberUpgrade` (`Boolean`): defaults to false.\n If true and if the previous websocket connection to the server succeeded,\n the connection attempt will bypass the normal upgrade process and will initially\n try websocket. A connection attempt following a transport error will use the\n normal upgrade process. It is recommended you turn this on only when using\n SSL/TLS connections, or if you know that your network does not block websockets.\n - `pfx` (`String`): Certificate, Private key and CA certificates to use for SSL. Can be used in Node.js client environment to manually specify certificate information.\n - `key` (`String`): Private key to use for SSL. Can be used in Node.js client environment to manually specify certificate information.\n - `passphrase` (`String`): A string of passphrase for the private key or pfx. Can be used in Node.js client environment to manually specify certificate information.\n - `cert` (`String`): Public x509 certificate to use. Can be used in Node.js client environment to manually specify certificate information.\n - `ca` (`String`|`Array`): An authority certificate or array of authority certificates to check the remote host against.. Can be used in Node.js client environment to manually specify certificate information.\n - `ciphers` (`String`): A string describing the ciphers to use or exclude. Consult the [cipher format list](http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT) for details on the format. Can be used in Node.js client environment to manually specify certificate information.\n - `rejectUnauthorized` (`Boolean`): If true, the server certificate is verified against the list of supplied CAs. An 'error' event is emitted if verification fails. Verification happens at the connection level, before the HTTP request is sent. Can be used in Node.js client environment to manually specify certificate information.\n - `perMessageDeflate` (`Object|Boolean`): parameters of the WebSocket permessage-deflate extension\n (see [ws module](https://github.com/einaros/ws) api docs). Set to `false` to disable. (`true`)\n - `threshold` (`Number`): data is compressed only if the byte size is above this value. This option is ignored on the browser. (`1024`)\n - `extraHeaders` (`Object`): Headers that will be passed for each request to the server (via xhr-polling and via websockets). These values then can be used during handshake or for special proxies. Can only be used in Node.js client environment.\n - `onlyBinaryUpgrades` (`Boolean`): whether transport upgrades should be restricted to transports supporting binary data (`false`)\n - `forceNode` (`Boolean`): Uses NodeJS implementation for websockets - even if there is a native Browser-Websocket available, which is preferred by default over the NodeJS implementation. (This is useful when using hybrid platforms like nw.js or electron) (`false`, NodeJS only)\n - `localAddress` (`String`): the local IP address to connect to\n - **Polling-only options**\n - `requestTimeout` (`Number`): Timeout for xhr-polling requests in milliseconds (`0`)\n - **Websocket-only options**\n - `protocols` (`Array`): a list of subprotocols (see [MDN reference](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#Subprotocols))\n- `send`\n - Sends a message to the server\n - **Parameters**\n - `String` | `ArrayBuffer` | `ArrayBufferView` | `Blob`: data to send\n - `Object`: optional, options object\n - `Function`: optional, callback upon `drain`\n - **Options**\n - `compress` (`Boolean`): whether to compress sending data. This option is ignored and forced to be `true` on the browser. (`true`)\n- `close`\n - Disconnects the client.\n\n### Transport\n\nThe transport class. Private. _Inherits from EventEmitter_.\n\n#### Events\n\n- `poll`: emitted by polling transports upon starting a new request\n- `pollComplete`: emitted by polling transports upon completing a request\n- `drain`: emitted by polling transports upon a buffer drain\n\n## Tests\n\n`engine.io-client` is used to test\n[engine](http://github.com/socketio/engine.io). Running the `engine.io`\ntest suite ensures the client works and vice-versa.\n\nBrowser tests are run using [zuul](https://github.com/defunctzombie/zuul). You can\nrun the tests locally using the following command.\n\n```\n./node_modules/.bin/zuul --local 8080 -- test/index.js\n```\n\nAdditionally, `engine.io-client` has a standalone test suite you can run\nwith `make test` which will run node.js and browser tests. You must have zuul setup with\na saucelabs account.\n\n## Support\n\nThe support channels for `engine.io-client` are the same as `socket.io`:\n - irc.freenode.net **#socket.io**\n - [Google Groups](http://groups.google.com/group/socket_io)\n - [Website](http://socket.io)\n\n## Development\n\nTo contribute patches, run tests or benchmarks, make sure to clone the\nrepository:\n\n```bash\ngit clone git://github.com/socketio/engine.io-client.git\n```\n\nThen:\n\n```bash\ncd engine.io-client\nnpm install\n```\n\nSee the `Tests` section above for how to run tests before submitting any patches.\n\n## License\n\nMIT - Copyright (c) 2014 Automattic, Inc.\n","maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"time":{"modified":"2017-05-19T06:49:41.457Z","created":"2012-07-03T22:37:04.865Z","0.1.0":"2012-07-03T22:37:37.262Z","0.1.1":"2012-08-02T00:31:11.678Z","0.1.2":"2012-08-03T00:07:23.448Z","0.2.2":"2012-08-27T01:31:06.019Z","0.2.0":"2012-08-06T20:09:11.195Z","0.2.1":"2012-08-13T19:06:36.070Z","0.3.0":"2012-10-04T23:45:01.190Z","0.3.1":"2012-10-08T20:49:08.313Z","0.3.2":"2012-10-08T22:47:26.469Z","0.3.3":"2012-10-10T21:49:14.862Z","0.3.4":"2012-10-14T18:55:21.961Z","0.3.5":"2012-10-14T19:22:20.564Z","0.3.6":"2012-10-16T16:57:26.483Z","0.3.7":"2012-10-21T16:35:48.205Z","0.3.8":"2012-10-23T18:20:24.051Z","0.3.9":"2012-10-23T21:01:01.596Z","0.3.10":"2012-12-03T12:05:30.965Z","0.4.0":"2012-12-10T17:04:45.056Z","0.4.1":"2013-01-18T23:40:52.026Z","0.4.2":"2013-02-08T18:51:25.293Z","0.4.3":"2013-02-08T20:15:36.635Z","0.5.0":"2013-03-16T19:29:45.291Z","0.6.0":"2013-05-31T14:26:21.244Z","0.6.1":"2013-06-06T13:53:05.999Z","0.6.2":"2013-06-15T23:40:17.275Z","0.6.3":"2013-06-22T04:44:38.741Z","0.7.0":"2013-08-23T17:52:47.311Z","0.7.1":"2013-08-23T21:52:47.979Z","0.7.2":"2013-08-23T22:40:34.406Z","0.7.3":"2013-08-23T22:47:19.713Z","0.7.4":"2013-08-25T21:14:42.033Z","0.7.5":"2013-08-30T21:11:54.376Z","0.7.6":"2013-08-30T21:26:39.113Z","0.7.7":"2013-08-30T23:06:00.702Z","0.7.8":"2013-08-31T00:08:31.899Z","0.7.9":"2013-08-31T03:26:07.435Z","0.7.10":"2013-10-28T20:55:23.897Z","0.7.11":"2013-11-06T15:35:27.584Z","0.7.12":"2013-11-11T21:01:44.985Z","0.7.13":"2013-12-20T15:39:38.580Z","0.7.14":"2014-01-01T22:00:42.784Z","0.8.0":"2014-01-05T22:41:59.966Z","0.8.1":"2014-01-17T16:25:28.340Z","0.8.2":"2014-01-18T19:28:44.469Z","0.9.0":"2014-02-09T17:57:35.718Z","1.0.0":"2014-03-06T19:55:35.256Z","1.0.1":"2014-03-06T23:33:40.926Z","1.0.2":"2014-03-12T17:54:56.596Z","1.0.3":"2014-03-12T18:25:37.696Z","1.0.4":"2014-03-14T22:38:36.875Z","1.0.5":"2014-03-18T19:26:46.609Z","1.1.0":"2014-04-27T21:28:02.606Z","1.1.1":"2014-05-14T18:26:14.582Z","1.2.0":"2014-05-18T17:17:21.647Z","1.2.1":"2014-05-22T16:07:55.960Z","1.2.2":"2014-05-30T19:36:56.681Z","1.3.0":"2014-06-13T20:27:39.123Z","1.3.1":"2014-06-19T21:50:25.880Z","1.4.0":"2014-09-03T22:03:42.722Z","1.4.1":"2014-10-03T17:18:03.192Z","1.4.2":"2014-10-27T14:48:31.613Z","1.4.3":"2014-11-21T00:32:09.833Z","1.5.0":"2015-01-18T19:25:53.443Z","1.5.1":"2015-01-19T10:47:08.112Z","1.5.2":"2015-07-09T16:24:46.865Z","1.5.3":"2015-09-09T16:07:19.159Z","1.5.4":"2015-09-09T22:33:37.344Z","1.6.0":"2015-11-28T19:54:34.029Z","1.6.1":"2015-11-29T00:34:06.189Z","1.6.2":"2015-11-30T16:16:04.615Z","1.6.3":"2015-12-01T20:15:36.326Z","1.6.4":"2015-12-04T18:56:02.909Z","1.6.5":"2016-01-05T20:36:05.640Z","1.6.6":"2016-01-08T02:06:41.545Z","1.6.7":"2016-01-11T06:00:25.182Z","1.6.8":"2016-01-25T19:14:57.180Z","1.6.9":"2016-05-03T03:54:19.472Z","1.6.10":"2016-06-24T00:22:43.014Z","1.6.11":"2016-06-24T02:10:21.677Z","1.7.0":"2016-10-05T08:34:20.146Z","1.7.1":"2016-10-20T16:56:15.525Z","1.7.2":"2016-10-23T23:35:43.050Z","1.8.0":"2016-11-20T02:27:48.642Z","1.8.1":"2016-11-27T06:18:39.422Z","1.8.2":"2016-12-10T23:29:36.917Z","2.0.0":"2017-01-22T21:49:26.417Z","2.0.1":"2017-01-30T15:25:38.776Z","2.0.2":"2017-02-16T06:42:42.451Z","1.8.3":"2017-02-16T11:46:26.111Z","2.1.0":"2017-03-11T08:19:50.475Z","2.1.1":"2017-03-22T06:37:58.065Z","3.0.0":"2017-04-05T22:05:02.023Z","3.1.0":"2017-04-27T23:04:32.656Z","1.8.4":"2017-04-28T12:02:06.504Z","3.1.1":"2017-05-19T06:49:41.457Z"},"users":{"fgribreau":true,"oroce":true},"repository":{"type":"git","url":"git+https://github.com/socketio/engine.io-client.git"},"readmeFilename":"README.md","homepage":"https://github.com/socketio/engine.io-client","contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"bugs":{"url":"https://github.com/socketio/engine.io-client/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"591e9585-2bbd2\"","_lastModified":"Fri, 19 May 2017 06:49:41 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/engine.io-parser/.cache.json b/frappe/.npm/registry.npmjs.org/engine.io-parser/.cache.json new file mode 100644 index 00000000..a6e2a921 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/engine.io-parser/.cache.json @@ -0,0 +1 @@ +{"_id":"engine.io-parser","_rev":"51-b36bd27cfc899984fe1cd8322907373e","name":"engine.io-parser","description":"Parser for the client for the realtime Engine","dist-tags":{"latest":"2.1.1"},"versions":{"0.1.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"0.1.0","homepage":"https://github.com/LearnBoost/engine.io-parser","dependencies":{},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"_id":"engine.io-parser@0.1.0","dist":{"shasum":"d4c69aabaf2e0c2d276129c865cdf1ed7270bad7","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.1.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.1.1":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"0.1.1","homepage":"https://github.com/LearnBoost/engine.io-protocol","dependencies":{},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-protocol.git"},"_id":"engine.io-parser@0.1.1","dist":{"shasum":"380c8b6b19577ad97718b81cbfcbfdf94f0fa7cb","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.1.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"0.2.0","homepage":"https://github.com/LearnBoost/engine.io-protocol","dependencies":{},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-protocol.git"},"_id":"engine.io-parser@0.2.0","dist":{"shasum":"e6b9855adda0ddd90938907c7dcbe933f8845a14","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.2.0.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.1":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"0.2.1","homepage":"https://github.com/LearnBoost/engine.io-protocol","dependencies":{},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-protocol.git"},"_id":"engine.io-parser@0.2.1","dist":{"shasum":"ff8828e6f2e5d3584faf65320186c0702b52c45f","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.2.1.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"0.3.0","homepage":"https://github.com/LearnBoost/engine.io-protocol","dependencies":{},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-protocol.git"},"_id":"engine.io-parser@0.3.0","dist":{"shasum":"67fa40dbbc4ae01b51ddaada7deaf75eca2c5061","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-0.3.0.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.0","homepage":"https://github.com/LearnBoost/engine.io-protocol","dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.5"},"devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-protocol.git"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/LearnBoost/engine.io-protocol/issues"},"_id":"engine.io-parser@1.0.0","dist":{"shasum":"34a074284bc104d2bfd1291257dff514ada7ed78","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.0.tgz"},"_from":".","_npmVersion":"1.4.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.1":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.1","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.1","dist":{"shasum":"48c3040611e8234639880a21fc55ee7931dbf6c1","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.2":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.2","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.2","dist":{"shasum":"f5944134ff01f3f2218a4174259a3ed720ee5387","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.3":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.3","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.3","dist":{"shasum":"3182f48b81cc79cef6c0ff0ab0a93df7488735b4","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.4":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.4","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.5.4"},"dependencies":{"base64-arraybuffer":"0.1.0","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.4","dist":{"shasum":"68bcfa17dcd619e60cd24dcddd6c368b9df32f11","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.5":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.5","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.5","_shasum":"9f78a3660608f5fd541e82cfe8d4dc7e3e1c0127","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"9f78a3660608f5fd541e82cfe8d4dc7e3e1c0127","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.5.tgz"},"directories":{}},"1.0.6":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.6","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.6","_shasum":"d38813143a411cb3b914132ab05bf99e6f7a248e","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"d38813143a411cb3b914132ab05bf99e6f7a248e","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.6.tgz"},"directories":{}},"1.0.7":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.7","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"7e6da5461b8ecc919ed3613e912b7c1bdd52815f","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.7","_shasum":"d71777192d580e0d2df59389e3d4218bca1aa405","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"d71777192d580e0d2df59389e3d4218bca1aa405","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.7.tgz"},"directories":{}},"1.0.8":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.0.8","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"952b4669932c14c64edacb3cbf1acbae419cf6f4","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.0.8","_shasum":"ef5c7bf85b9067f4f9081c31b32c317bb2da6be7","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ef5c7bf85b9067f4f9081c31b32c317bb2da6be7","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.0.8.tgz"},"directories":{}},"1.1.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.1.0","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"mocha":"*","expect.js":"*","zuul":"1.6.3"},"dependencies":{"base64-arraybuffer":"0.1.2","after":"0.8.1","arraybuffer.slice":"0.0.6","blob":"0.0.2","utf8":"2.0.0"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"859338a4ae4cd43706559b3213e04554a3d71fe5","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.1.0","_shasum":"39a2f7b1e8998fa1245fbc91e13504b8c92f3755","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"39a2f7b1e8998fa1245fbc91e13504b8c92f3755","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.2.0","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"expect.js":"0.3.1","mocha":"2.1.0","zuul":"1.10.2"},"dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.2","has-binary":"0.1.5","utf8":"2.0.0"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"b8ec539b306d6a7cd5a9ce58dec1ccf8f759505b","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.2.0","_shasum":"9df352c064a0a3eb7326e74ea34e425b90c27dee","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"9df352c064a0a3eb7326e74ea34e425b90c27dee","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.2.1","homepage":"https://github.com/LearnBoost/engine.io-protocol","devDependencies":{"expect.js":"0.3.1","mocha":"2.1.0","zuul":"1.10.2"},"dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.2","has-binary":"0.1.5","utf8":"2.0.0"},"scripts":{"test":"make test"},"component":{"scripts":{"engine.io-parser/index.js":"lib/index.js","engine.io-parser/keys.js":"lib/keys.js"}},"repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"62f4298a88975018262afbeff5b71a1c9f1fc831","bugs":{"url":"https://github.com/LearnBoost/engine.io-parser/issues"},"_id":"engine.io-parser@1.2.1","_shasum":"4462a67d0c70a907c06db2e1de53791a86f5ab37","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"4462a67d0c70a907c06db2e1de53791a86f5ab37","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.1.tgz"},"directories":{}},"1.2.2":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.2.2","homepage":"https://github.com/Automattic/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.0.0","zuul-ngrok":"3.0.0"},"dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.4","has-binary":"0.1.6","utf8":"2.1.0"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/Automattic/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"f4cd4afa8e15eb76ebfb07b117681e8f13a2e2cf","bugs":{"url":"https://github.com/Automattic/engine.io-parser/issues"},"_id":"engine.io-parser@1.2.2","_shasum":"cd081041feea39c64323ff79b82a90a72afcccdd","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"cd081041feea39c64323ff79b82a90a72afcccdd","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.2.tgz"},"directories":{}},"1.2.3":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.2.3","homepage":"https://github.com/Automattic/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.4","has-binary":"0.1.6","utf8":"2.1.0"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/Automattic/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"3aee0c7ec00dfbefc4035ada98c4c4f598b60e5a","bugs":{"url":"https://github.com/Automattic/engine.io-parser/issues"},"_id":"engine.io-parser@1.2.3","_shasum":"c26d2bdf185dc797f48529a8d6d8663835a620a6","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"c26d2bdf185dc797f48529a8d6d8663835a620a6","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.3.tgz"},"directories":{}},"1.2.4":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","version":"1.2.4","homepage":"https://github.com/Automattic/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.2","blob":"0.0.4","has-binary":"0.1.6","utf8":"2.1.0"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/Automattic/engine.io-parser.git"},"browser":"./lib/browser.js","gitHead":"ca248c5238a42d8383a4ab7de347adc2578abeac","bugs":{"url":"https://github.com/Automattic/engine.io-parser/issues"},"_id":"engine.io-parser@1.2.4","_shasum":"e0897b0bf14e792d4cd2a5950553919c56948c42","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"e0897b0bf14e792d4cd2a5950553919c56948c42","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.2.4.tgz"},"directories":{}},"1.3.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"1.3.0","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.10.1","zuul-ngrok":"3.2.0"},"dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.6","wtf-8":"1.0.0"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"a37fa48a759389a9d8dc6766fd7f58918a8b185c","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@1.3.0","_shasum":"61a35c7f3a3ccd1b179e4f52257a7a8cfacaeb21","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.8","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"61a35c7f3a3ccd1b179e4f52257a7a8cfacaeb21","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-parser-1.3.0.tgz_1474855551433_0.9617570994887501"},"directories":{}},"1.3.1":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"1.3.1","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"2.2.5","zuul":"3.11.0","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.1","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.6","wtf-8":"1.0.0"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"ada9dbe77bf345b5284c7a913bead0295b48ed74","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@1.3.1","_shasum":"9554f1ae33107d6fbd170ca5466d2f833f6a07cf","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"9554f1ae33107d6fbd170ca5466d2f833f6a07cf","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-parser-1.3.1.tgz_1476967470566_0.9431107800919563"},"directories":{}},"1.3.2":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"1.3.2","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7","wtf-8":"1.0.0"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"77975d054a2d65c1b9510f0c37e89b6e6eb7a181","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@1.3.2","_shasum":"937b079f0007d0893ec56d46cb220b8cb435220a","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"937b079f0007d0893ec56d46cb220b8cb435220a","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-1.3.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-parser-1.3.2.tgz_1481145725417_0.29348942171782255"},"directories":{}},"2.0.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"2.0.0","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"36ba01da98ec9c7eeb3b8e4cb5915330543b603c","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@2.0.0","_shasum":"535ccfadc3b154ed271470f8c1dc161d02835159","_from":".","_npmVersion":"4.0.3","_nodeVersion":"6.9.1","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"535ccfadc3b154ed271470f8c1dc161d02835159","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-parser-2.0.0.tgz_1482488133440_0.9206682241056114"},"directories":{}},"2.0.1":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"2.0.1","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"6c597956cb7c12c524615cdc85984308bd131003","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@2.0.1","_shasum":"2d8929581b1a768044a2d61dea21d595e862488b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"2d8929581b1a768044a2d61dea21d595e862488b","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-parser-2.0.1.tgz_1488799709013_0.10842001461423934"},"directories":{}},"2.0.2":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"2.0.2","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary":"0.1.7"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"523dcd20035ea15e1810199c294f86290763b942","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@2.0.2","_shasum":"41b398b3aebdf3e4e2122089aec57d23c06a7c26","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"41b398b3aebdf3e4e2122089aec57d23c06a7c26","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-parser-2.0.2.tgz_1490103674879_0.23560327757149935"},"directories":{}},"2.0.3":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"2.0.3","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary2":"1.0.1"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"057f67f2abfc7f457feb161dea56d4ec98da6d50","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@2.0.3","_shasum":"8d8906609d4e753fee8c5b17fa61735b89b985ee","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"8d8906609d4e753fee8c5b17fa61735b89b985ee","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.0.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-parser-2.0.3.tgz_1491427540348_0.24950276757590473"},"directories":{}},"2.1.0":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"2.1.0","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary2":"1.0.1"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"2c233681ef55ea18548e1f6e5c36f28e07038d9d","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@2.1.0","_shasum":"033aabfcb6348717f9d8f7b45d66127745fceadb","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"033aabfcb6348717f9d8f7b45d66127745fceadb","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-parser-2.1.0.tgz_1493035811202_0.6003793578129262"},"directories":{}},"2.1.1":{"name":"engine.io-parser","description":"Parser for the client for the realtime Engine","license":"MIT","version":"2.1.1","homepage":"https://github.com/socketio/engine.io-parser","devDependencies":{"expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"dependencies":{"after":"0.8.2","arraybuffer.slice":"0.0.6","base64-arraybuffer":"0.1.5","blob":"0.0.4","has-binary2":"~1.0.2"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"files":["index.js","lib/"],"browser":"./lib/browser.js","gitHead":"e2422c300e96766c951fdf2432e992c29fc12f1a","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"_id":"engine.io-parser@2.1.1","_shasum":"e0fb3f0e0462f7f58bb77c1a52e9f5a7e26e4668","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"e0fb3f0e0462f7f58bb77c1a52e9f5a7e26e4668","tarball":"https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-parser-2.1.1.tgz_1493327149955_0.6413915157318115"},"directories":{}}},"readme":"\n# engine.io-parser\n\n[![Build Status](https://secure.travis-ci.org/socketio/engine.io-parser.svg)](http://travis-ci.org/socketio/engine.io-parser)\n[![NPM version](https://badge.fury.io/js/engine.io-parser.svg)](http://badge.fury.io/js/engine.io-parser)\n\nThis is the JavaScript parser for the engine.io protocol encoding,\nshared by both\n[engine.io-client](https://github.com/socketio/engine.io-client) and\n[engine.io](https://github.com/socketio/engine.io).\n\n## How to use\n\n### Standalone\n\nThe parser can encode/decode packets, payloads, and payloads as binary\nwith the following methods: `encodePacket`, `decodePacket`, `encodePayload`,\n`decodePayload`, `encodePayloadAsBinary`, `decodePayloadAsBinary`.\n\nThe browser-side parser also includes `encodePayloadAsArrayBuffer` and `encodePayloadAsBlob`.\n\nExample:\n\n```js\nvar parser = require('engine.io-parser');\n\nvar data = new Buffer(5);\nfor (var i = 0; i < data.length; i++) { data[i] = i; }\n\nparser.encodePacket({ type: 'message', data: data }, function(encoded) {\n var decodedData = parser.decodePacket(encoded); // { type: 'message', data: data }\n});\n```\n\n### With browserify\n\nEngine.IO Parser is a commonjs module, which means you can include it by using\n`require` on the browser and package using [browserify](http://browserify.org/):\n\n1. install the parser package\n\n ```shell\n npm install engine.io-parser\n ```\n\n1. write your app code\n\n ```js\n var parser = require('engine.io-parser');\n\n var testBuffer = new Int8Array(10);\n for (var i = 0; i < testBuffer.length; i++) testBuffer[i] = i;\n\n var packets = [{ type: 'message', data: testBuffer.buffer }, { type: 'message', data: 'hello' }];\n\n parser.encodePayload(packets, function(encoded) {\n parser.decodePayload(encoded,\n function(packet, index, total) {\n var isLast = index + 1 == total;\n if (!isLast) {\n var buffer = new Int8Array(packet.data); // testBuffer\n } else {\n var message = packet.data; // 'hello'\n }\n });\n });\n ```\n\n1. build your app bundle\n\n ```bash\n $ browserify app.js > bundle.js\n ```\n\n1. include on your page\n\n ```html\n \n ```\n\n## Features\n\n- Runs on browser and node.js seamlessly\n- Runs inside HTML5 WebWorker\n- Can encode and decode packets\n - Encodes from/to ArrayBuffer or Blob when in browser, and Buffer or ArrayBuffer in Node\n\n## API\n\nNote: `cb(type)` means the type is a callback function that contains a parameter of type `type` when called.\n\n### Node\n\n- `encodePacket`\n - Encodes a packet.\n - **Parameters**\n - `Object`: the packet to encode, has `type` and `data`.\n - `data`: can be a `String`, `Number`, `Buffer`, `ArrayBuffer`\n - `Boolean`: optional, binary support\n - `Function`: callback, returns the encoded packet (`cb(String)`)\n- `decodePacket`\n - Decodes a packet. Data also available as an ArrayBuffer if requested.\n - Returns data as `String` or (`Blob` on browser, `ArrayBuffer` on Node)\n - **Parameters**\n - `String` | `ArrayBuffer`: the packet to decode, has `type` and `data`\n - `String`: optional, the binary type\n\n- `encodeBase64Packet`\n - Encodes a packet with binary data in a base64 string (`String`)\n - **Parameters**\n - `Object`: the packet to encode, has `type` and `data`\n - `Function`: callback, returns the base64 encoded message (`cb(String)`)\n- `decodeBase64Packet`\n - Decodes a packet encoded in a base64 string.\n - **Parameters**\n - `String`: the base64 encoded message\n - `String`: optional, the binary type\n\n- `encodePayload`\n - Encodes multiple messages (payload).\n - If any contents are binary, they will be encoded as base64 strings. Base64\n encoded strings are marked with a b before the length specifier\n - **Parameters**\n - `Array`: an array of packets\n - `Boolean`: optional, binary support\n - `Function`: callback, returns the encoded payload (`cb(String)`)\n- `decodePayload`\n - Decodes data when a payload is maybe expected. Possible binary contents are\n decoded from their base64 representation.\n - **Parameters**\n - `String`: the payload\n - `String`: optional, the binary type\n - `Function`: callback, returns (cb(`Object`: packet, `Number`:packet index, `Number`:packet total))\n\n- `encodePayloadAsBinary`\n - Encodes multiple messages (payload) as binary.\n - **Parameters**\n - `Array`: an array of packets\n - `Function`: callback, returns the encoded payload (`cb(Buffer)`)\n- `decodePayloadAsBinary`\n - Decodes data when a payload is maybe expected. Strings are decoded by\n interpreting each byte as a key code for entries marked to start with 0. See\n description of encodePayloadAsBinary.\n - **Parameters**\n - `Buffer`: the buffer\n - `String`: optional, the binary type\n - `Function`: callback, returns the decoded packet (`cb(Object)`)\n\n### Browser\n\n- `encodePayloadAsArrayBuffer`\n - Encodes multiple messages (payload) as binary.\n - **Parameters**\n - `Array`: an array of packets\n - `Function`: callback, returns the encoded payload (`cb(ArrayBuffer)`)\n- `encodePayloadAsBlob`\n - Encodes multiple messages (payload) as blob.\n - **Parameters**\n - `Array`: an array of packets\n - `Function`: callback, returns the encoded payload (`cb(Blob)`)\n\n## Tests\n\nStandalone tests can be run with `make test` which will run both node.js and browser tests.\n\nBrowser tests are run using [zuul](https://github.com/defunctzombie/zuul).\n(You must have zuul setup with a saucelabs account.)\n\nYou can run the tests locally using the following command:\n\n```\n./node_modules/.bin/zuul --local 8080 -- test/index.js\n```\n\n## Support\n\nThe support channels for `engine.io-parser` are the same as `socket.io`:\n - irc.freenode.net **#socket.io**\n - [Google Groups](http://groups.google.com/group/socket_io)\n - [Website](http://socket.io)\n\n## Development\n\nTo contribute patches, run tests or benchmarks, make sure to clone the\nrepository:\n\n```bash\ngit clone git://github.com/LearnBoost/engine.io-parser.git\n```\n\nThen:\n\n```bash\ncd engine.io-parser\nnpm install\n```\n\nSee the `Tests` section above for how to run tests before submitting any patches.\n\n## License\n\nMIT\n","maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"time":{"modified":"2017-04-27T21:05:51.750Z","created":"2013-01-19T19:47:03.282Z","0.1.0":"2013-01-19T19:47:03.956Z","0.1.1":"2013-01-26T16:57:46.375Z","0.2.0":"2013-02-26T19:13:07.132Z","0.2.1":"2013-03-16T16:02:15.168Z","0.3.0":"2013-03-16T16:08:49.395Z","1.0.0":"2014-02-18T20:23:25.014Z","1.0.1":"2014-03-06T23:29:18.949Z","1.0.2":"2014-03-16T16:56:26.480Z","1.0.3":"2014-04-10T13:06:14.236Z","1.0.4":"2014-04-13T19:06:03.141Z","1.0.5":"2014-05-06T10:30:39.309Z","1.0.6":"2014-05-30T19:16:32.849Z","1.0.7":"2014-06-24T22:21:02.737Z","1.0.8":"2014-07-16T18:31:12.195Z","1.1.0":"2014-07-16T22:17:07.092Z","1.2.0":"2015-01-11T23:11:21.169Z","1.2.1":"2015-01-17T13:47:31.999Z","1.2.2":"2015-09-09T22:06:19.106Z","1.2.3":"2015-11-29T00:31:39.844Z","1.2.4":"2015-12-04T17:59:17.753Z","1.3.0":"2016-09-26T02:05:53.500Z","1.3.1":"2016-10-20T12:44:31.471Z","1.3.2":"2016-12-07T21:22:07.616Z","2.0.0":"2016-12-23T10:15:35.451Z","2.0.1":"2017-03-06T11:28:30.969Z","2.0.2":"2017-03-21T13:41:16.820Z","2.0.3":"2017-04-05T21:25:41.028Z","2.1.0":"2017-04-24T12:10:13.114Z","2.1.1":"2017-04-27T21:05:51.750Z"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io-parser.git"},"readmeFilename":"Readme.md","homepage":"https://github.com/socketio/engine.io-parser","bugs":{"url":"https://github.com/socketio/engine.io-parser/issues"},"users":{"baishuiz":true},"license":"MIT","_attachments":{},"_etag":"W/\"59025d2f-9f44\"","_lastModified":"Thu, 27 Apr 2017 21:05:51 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/engine.io/.cache.json b/frappe/.npm/registry.npmjs.org/engine.io/.cache.json new file mode 100644 index 00000000..b155f0fb --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/engine.io/.cache.json @@ -0,0 +1 @@ +{"_id":"engine.io","_rev":"191-018279211db597335c2cc55bd7f1639a","name":"engine.io","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","dist-tags":{"latest":"3.1.0"},"versions":{"0.1.0":{"name":"engine.io","version":"0.1.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","dependencies":{"debug":"0.6.0","engine.io-client":"0.1.0","websocket.io":"0.2.1"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io@0.1.0","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.0","_defaultsLoaded":true,"dist":{"shasum":"428b0367e1516acbf40c25ab4c0dfff295c851b4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.1.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.1.1":{"name":"engine.io","version":"0.1.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","dependencies":{"debug":"0.6.0","engine.io-client":"0.1.1","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io@0.1.1","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"e8a6bad8d35387da4700d5128ea7f7a2cca98c2e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.1.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.1.2":{"name":"engine.io","version":"0.1.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","dependencies":{"debug":"0.6.0","engine.io-client":"0.1.2","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io@0.1.2","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"31d39e02ac38d974bdf4b0b4544145a56568a6e9","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.1.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.0":{"name":"engine.io","version":"0.2.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","dependencies":{"debug":"0.6.0","engine.io-client":"0.2.0","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io@0.2.0","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"9a754268b0b0ecf48c4996bec239404661d24db4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.2.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.1":{"name":"engine.io","version":"0.2.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","dependencies":{"debug":"0.6.0","engine.io-client":"0.2.1","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io@0.2.1","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"254ffd27a41fd5310b2af0dd626e8a082f297fe3","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.2.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.2":{"name":"engine.io","version":"0.2.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"}],"dependencies":{"debug":"0.6.0","engine.io-client":"0.2.2","ws":"~0.4.21"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"engine.io@0.2.2","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.8","_defaultsLoaded":true,"dist":{"shasum":"ce849123eb8a7bf2ec735b1a89bb44827e21aacb","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.2.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.0":{"name":"engine.io","version":"0.3.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"}],"dependencies":{"debug":"0.6.0","engine.io-client":"0.3.0","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.0","dist":{"shasum":"74312d7fb51f075c601aa5db14bf66936f7623fc","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.1":{"name":"engine.io","version":"0.3.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"}],"dependencies":{"debug":"0.6.0","engine.io-client":"0.3.1","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.1","dist":{"shasum":"2762cef023fcc2e842dbff88aec6eb0cf3b2587b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.1.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.2":{"name":"engine.io","version":"0.3.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"}],"dependencies":{"debug":"0.6.0","engine.io-client":"0.3.2","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.2","dist":{"shasum":"5a2909ae04864489872b3f3edca25a858bd6b598","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.2.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.3":{"name":"engine.io","version":"0.3.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"}],"dependencies":{"debug":"0.6.0","engine.io-client":"0.3.3","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.3","dist":{"shasum":"b050f214e7103dfe91797e2448c880993c3e0a29","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.3.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.4":{"name":"engine.io","version":"0.3.4","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"}],"dependencies":{"debug":"0.6.0","ws":"~0.4.21","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","engine.io-client":"0.3.5","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.4","dist":{"shasum":"cd02e229e4d984ebc394ebbbf9d5761fa4c1c93e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.4.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.5":{"name":"engine.io","version":"0.3.5","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"}],"dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.5","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.5","dist":{"shasum":"fb3d6e9145909758d16905b579c66b464de83073","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.5.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.7":{"name":"engine.io","version":"0.3.7","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.7","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.7","dist":{"shasum":"06fac78df3952b72cfff1e6c25eb8559e3cf2940","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.7.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.8":{"name":"engine.io","version":"0.3.8","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.8","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.8","dist":{"shasum":"ca61b2b7ad7391f5f96cd84e817821e48e6028a4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.8.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.9":{"name":"engine.io","version":"0.3.9","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.9","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.9","dist":{"shasum":"a91070401006b44970a18dc194ab7969fa35be3d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.9.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.10":{"name":"engine.io","version":"0.3.10","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-client":"0.3.10","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.3.10","dist":{"shasum":"a726c559f5dd2a8a7437324e5a966279b3412cd3","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.3.10.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.4.1":{"name":"engine.io","version":"0.4.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"~0.4.21","engine.io-parser":"0.1.1","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.4.1","ws":"*","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.4.1","dist":{"shasum":"518bc7befaee8046d5aeb4717816b22d1fc5123d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.4.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.4.2":{"name":"engine.io","version":"0.4.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.1.1","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.4.2","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.4.2","dist":{"shasum":"289592afdf7aebc71380fc57c488cbeecaf3ebea","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.4.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.4.3":{"name":"engine.io","version":"0.4.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.1.1","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.4.3","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.4.3","dist":{"shasum":"e48daed743f13702b5c8933a16847a15c7c58470","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.4.3.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.5.0":{"name":"engine.io","version":"0.5.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.5.0","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.5.0","dist":{"shasum":"7c16feb5a3eadc4b068d9a344b7be2cf7ceba15a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.5.0.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.0":{"name":"engine.io","version":"0.6.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"git://github.com/LearnBoost/engine.io-client#68780141ef","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.6.0","dist":{"shasum":"2cc11c225a7cc5dc496186c37229cba25d22c11e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.1":{"name":"engine.io","version":"0.6.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"git://github.com/LearnBoost/engine.io-client#0.6.1","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.6.1","dist":{"shasum":"992108d3e6dc7a27540ac7959b073f9117088483","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.1.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.2":{"name":"engine.io","version":"0.6.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"git://github.com/LearnBoost/engine.io-client#0.6.2","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.6.2","dist":{"shasum":"fd8a3721e6f6be5a5d3f32a0f2b2d4870618a031","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.2.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.6.3":{"name":"engine.io","version":"0.6.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.6.3","s":"*"},"scripts":{"test":"make test"},"_id":"engine.io@0.6.3","dist":{"shasum":"5f4bdd60ebf1d0da2080d3d90340ce64ea40eb04","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.6.3.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.0":{"name":"engine.io","version":"0.7.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.27","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.0","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.0","dist":{"shasum":"3da7dd1bda7ef666b31a92a25b3e5fae21c9087e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.0.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.1":{"name":"engine.io","version":"0.7.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.27","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.1","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.1","dist":{"shasum":"91ef5d518545ec636b628bbeb7270af62ae4929b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.1.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.2":{"name":"engine.io","version":"0.7.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.27","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.2","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.2","dist":{"shasum":"32d7249ccb86d977b84e7c9af20211a926afd8e5","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.2.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.3":{"name":"engine.io","version":"0.7.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.3","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.3","dist":{"shasum":"cb3083dadfbe5df292ba302df09360ca9fc1de0e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.3.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.4":{"name":"engine.io","version":"0.7.4","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.4","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.4","dist":{"shasum":"e200c7143a0afd4d77fdeffca1801cd60c0cc9b0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.4.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.5":{"name":"engine.io","version":"0.7.5","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.5","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.5","dist":{"shasum":"29768619306577229b89a6a8fa107f14cc51299c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.5.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.6":{"name":"engine.io","version":"0.7.6","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.6","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.6","dist":{"shasum":"29ff64fc1fac6ac2e099adc943491d07ba539c62","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.6.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.7":{"name":"engine.io","version":"0.7.7","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.25","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.7","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.7","dist":{"shasum":"88056f91e1a5512bda208588b9815609db29d43f","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.7.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.8":{"name":"engine.io","version":"0.7.8","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"https://github.com/TooTallNate/ws/archive/0cb9fe7a21a7a7c200f68b57916d1d62b66082a1.tar.gz","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.8","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.8","dist":{"shasum":"f72c9b87abe486dec307d2e06644d77e40be5bfa","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.8.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.9":{"name":"engine.io","version":"0.7.9","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"https://github.com/TooTallNate/ws/archive/0cb9fe7a21a7a7c200f68b57916d1d62b66082a1.tar.gz","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.9","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.9","dist":{"shasum":"0c79fc2ce429bf6be04f953adf0c4efe58e8ddbd","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.9.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.10":{"name":"engine.io","version":"0.7.10","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.10","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.10","dist":{"shasum":"58fdc731f5916331283a0aa011e83e3086a2ccb0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.10.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.11":{"name":"engine.io","version":"0.7.11","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.11","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.11","dist":{"shasum":"74d380637e1434955f7a467bb14dcecba7235f72","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.11.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.12":{"name":"engine.io","version":"0.7.12","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.12","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.12","dist":{"shasum":"da5dc89ede39bbcdf139ac14285ce589a4d068b6","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.12.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.13":{"name":"engine.io","version":"0.7.13","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.13","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.13","dist":{"shasum":"d4947795a8af292f5dc6dbbce1931aa5b971dee0","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.13.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.14":{"name":"engine.io","version":"0.7.14","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.7.14","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.7.14","dist":{"shasum":"e41de20ac6c43a0750c7366713721042e2f4d71c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.7.14.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.0":{"name":"engine.io","version":"0.8.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"*","expect.js":"*","superagent":"*","engine.io-client":"0.8.0","s":"*"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.8.0","dist":{"shasum":"5f10aa8bf24fffc352a7cfc7acce6fabe99eb103","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.8.0.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.1":{"name":"engine.io","version":"0.8.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"0.8.1","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.8.1","dist":{"shasum":"59316796b672a5cf5f759c1bdbd5823306e8bea4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.8.1.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.2":{"name":"engine.io","version":"0.8.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"0.8.2","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.8.2","dist":{"shasum":"eb47e0d4c5b7a66976d152677838805e8406c293","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.8.2.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.0":{"name":"engine.io","version":"0.9.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"0.3.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"0.9.0","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@0.9.0","dist":{"shasum":"87c3457258bd36817c4fb9abd1964e9bae5522af","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-0.9.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0":{"name":"engine.io","version":"1.0.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.0","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.0.0","dist":{"shasum":"5f6eec9d54bbdcf938b35650918d6365923f7542","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.1":{"name":"engine.io","version":"1.0.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.1","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.0.1","dist":{"shasum":"86c41f2b649256f7f830f604b2dc9e80f6ee7301","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.2":{"name":"engine.io","version":"1.0.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.2","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.0.2","dist":{"shasum":"833aa237217145c66fe71ee0cf3d3d1af90ef4b8","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.3":{"name":"engine.io","version":"1.0.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.3","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.0.3","dist":{"shasum":"059af68327f86600ae9c21254175f77ddf980178","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.4":{"name":"engine.io","version":"1.0.4","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.4","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.0.4","dist":{"shasum":"df836b3be80ffff98860c38ac4fe05033fa0e82d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.5":{"name":"engine.io","version":"1.0.5","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.2","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.0.5","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.0.5","dist":{"shasum":"91df456d82d8ec3a65cd982a9743f84d7ed82f30","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.0.5.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.1.0":{"name":"engine.io","version":"1.1.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.4","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.1.0","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.1.0","dist":{"shasum":"8d9c70fd3ca28f2fe705afaf0b1118bb24b22524","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.1.1":{"name":"engine.io","version":"1.1.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.5","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.1.1","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.1.1","_shasum":"1f9b9f77fc49d98b93b7c9d94b1a595ec8cbd022","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"1f9b9f77fc49d98b93b7c9d94b1a595ec8cbd022","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.1.1.tgz"},"directories":{}},"1.2.0":{"name":"engine.io","version":"1.2.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.5","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.2.0","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.2.0","_shasum":"b6566aa760fb750af0a4fb0e56d33edc22b6a2a7","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"b6566aa760fb750af0a4fb0e56d33edc22b6a2a7","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"engine.io","version":"1.2.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.5","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.2.1","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.2.1","_shasum":"a0f2e1577d004ffa883ba6a9a394cdfa891578c9","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"a0f2e1577d004ffa883ba6a9a394cdfa891578c9","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.2.1.tgz"},"directories":{}},"1.2.2":{"name":"engine.io","version":"1.2.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.6","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.2.2","s":"0.1.1"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.2.2","_shasum":"c30b3610799876c2d4c17be6bb8a967d763816c4","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"c30b3610799876c2d4c17be6bb8a967d763816c4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.2.2.tgz"},"directories":{}},"1.3.0":{"name":"engine.io","version":"1.3.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.6","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.3.0","s":"0.1.1"},"scripts":{"test":"make test"},"gitHead":"a94b6abb5a01121f03af78189eb6c1f7cd02234a","bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.3.0","_shasum":"9d94efaba9d0968d783b3e2f9926c310ee0215b7","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"9d94efaba9d0968d783b3e2f9926c310ee0215b7","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"engine.io","version":"1.3.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"0.6.0","ws":"0.4.31","engine.io-parser":"1.0.6","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.3.1","s":"0.1.1"},"scripts":{"test":"make test"},"gitHead":"f3ada3c7236c254bf78be820ccef3d4b9a4e097e","bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.3.1","_shasum":"2d968308fffae5d17f5209b6775246e90d8a705e","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"2d968308fffae5d17f5209b6775246e90d8a705e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.3.1.tgz"},"directories":{}},"1.4.0":{"name":"engine.io","version":"1.4.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"1.0.3","ws":"0.4.31","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.0","s":"0.1.1"},"scripts":{"test":"make test"},"gitHead":"f31a24e8dbd39f963a67bfa073c1a00d99a15e6b","bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.4.0","_shasum":"972c4f690f7efdc38b2a286760bb5f3e216ff168","_from":".","_npmVersion":"1.4.25","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"972c4f690f7efdc38b2a286760bb5f3e216ff168","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.0.tgz"},"directories":{}},"1.4.1":{"name":"engine.io","version":"1.4.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"1.0.3","ws":"0.4.31","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.1","s":"0.1.1"},"scripts":{"test":"make test"},"gitHead":"3eb5b8929d31f1c2c1384f01671b1cd184aad8b5","bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.4.1","_shasum":"75c1fab7d9636459a839d09ac1a06727feeddeba","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"75c1fab7d9636459a839d09ac1a06727feeddeba","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.1.tgz"},"directories":{}},"1.4.2":{"name":"engine.io","version":"1.4.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"1.0.3","ws":"0.4.31","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.2","s":"0.1.1"},"scripts":{"test":"make test"},"gitHead":"7de96249b07ba37eea3eb57603f13a2eecf8aef3","bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.4.2","_shasum":"0e69b0f7b57e1d9dfd6b57260abb204cb9de9d73","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"0e69b0f7b57e1d9dfd6b57260abb204cb9de9d73","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.2.tgz"},"directories":{}},"1.4.3":{"name":"engine.io","version":"1.4.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","repository":{"type":"git","url":"git@github.com:LearnBoost/engine.io.git"},"contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"1.0.3","ws":"0.5.0","engine.io-parser":"1.1.0","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.4.3","s":"0.1.1"},"scripts":{"test":"make test"},"gitHead":"d95ba537f806400d0729a2f387ac9152f46687ff","bugs":{"url":"https://github.com/LearnBoost/engine.io/issues"},"_id":"engine.io@1.4.3","_shasum":"0ac97dad713e8ca821c1f18ab037bf088555c3a6","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"0ac97dad713e8ca821c1f18ab037bf088555c3a6","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.4.3.tgz"},"directories":{}},"1.5.0":{"name":"engine.io","version":"1.5.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"1.0.3","ws":"0.5.0","engine.io-parser":"1.2.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.0","s":"0.1.1"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git@github.com:Automattic/engine.io.git"},"gitHead":"5b31a081e498d7487d629026b0bffb1c5feedc05","bugs":{"url":"https://github.com/Automattic/engine.io/issues"},"_id":"engine.io@1.5.0","_shasum":"80110e495b7f9d20c66eeb395d856fb2e74ea0f8","_from":".","_npmVersion":"2.1.18","_nodeVersion":"1.0.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"80110e495b7f9d20c66eeb395d856fb2e74ea0f8","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.0.tgz"},"directories":{}},"1.5.1":{"name":"engine.io","version":"1.5.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"debug":"1.0.3","ws":"0.5.0","engine.io-parser":"1.2.1","base64id":"0.1.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.1","s":"0.1.1"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git@github.com:Automattic/engine.io.git"},"gitHead":"ba530a47624b1a71f05cc172d9b89e49d375d9b5","bugs":{"url":"https://github.com/Automattic/engine.io/issues"},"_id":"engine.io@1.5.1","_shasum":"8f7a4b2aadf974b71ffd185cffe1e2bdf384ddfb","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"8f7a4b2aadf974b71ffd185cffe1e2bdf384ddfb","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.1.tgz"},"directories":{}},"1.5.2":{"name":"engine.io","version":"1.5.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"base64id":"0.1.0","debug":"1.0.3","engine.io-parser":"1.2.1","ws":"0.7.2"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.2","s":"0.1.1"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/Automattic/engine.io.git"},"gitHead":"8e6139bf121439e4b8e66d4bfdc7e253c1f47ab4","bugs":{"url":"https://github.com/Automattic/engine.io/issues"},"_id":"engine.io@1.5.2","_shasum":"6102af7d6cda660f9e35c963acab5944ea05db50","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"6102af7d6cda660f9e35c963acab5944ea05db50","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.2.tgz"},"directories":{}},"1.5.3":{"name":"engine.io","version":"1.5.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"base64id":"0.1.0","debug":"1.0.3","engine.io-parser":"1.2.1","ws":"0.8.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.3","s":"0.1.1"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/Automattic/engine.io.git"},"gitHead":"5ccbcf31060bf47ee31731a5fddb0dfdd8a36c39","bugs":{"url":"https://github.com/Automattic/engine.io/issues"},"_id":"engine.io@1.5.3","_shasum":"97f770f87be6b06d534156992bd914eb471c8710","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"97f770f87be6b06d534156992bd914eb471c8710","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.3.tgz"},"directories":{}},"1.5.4":{"name":"engine.io","version":"1.5.4","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/LearnBoost/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"dependencies":{"base64id":"0.1.0","debug":"1.0.3","engine.io-parser":"1.2.2","ws":"0.8.0"},"devDependencies":{"mocha":"1.12.0","expect.js":"0.2.0","superagent":"0.15.4","engine.io-client":"1.5.4","s":"0.1.1"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/Automattic/engine.io.git"},"gitHead":"6032a13cbeb45641cf0321c7fdf48d6e2ecec757","bugs":{"url":"https://github.com/Automattic/engine.io/issues"},"_id":"engine.io@1.5.4","_shasum":"c6141012911c350631c1b390f5324eb4202e29f2","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"c6141012911c350631c1b390f5324eb4202e29f2","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.5.4.tgz"},"directories":{}},"1.6.0":{"name":"engine.io","version":"1.6.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.0","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.0","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"705fec3d1c46d2a2745334d15c68f1ed40e4d717","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.0","_shasum":"64d3eb24ee0b83fae84d0a3ec252e86a1eb9cd84","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"64d3eb24ee0b83fae84d0a3ec252e86a1eb9cd84","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.0.tgz"},"directories":{}},"1.6.1":{"name":"engine.io","version":"1.6.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.0","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.1","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"afda51a64871553e51fd4d363c04cdf36ffa83cb","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.1","_shasum":"ecd2c08d83cf252b0a7e3d9ae8f5352deda1d717","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ecd2c08d83cf252b0a7e3d9ae8f5352deda1d717","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.1.tgz"},"directories":{}},"1.6.2":{"name":"engine.io","version":"1.6.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.1","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.2","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"dc79cdd824ed74f80af6795160e233714a29fb1d","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.2","_shasum":"8680563eea53f84d5f60c68d3dbec530d60c5aea","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"8680563eea53f84d5f60c68d3dbec530d60c5aea","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.2.tgz"},"directories":{}},"1.6.3":{"name":"engine.io","version":"1.6.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.1","engine.io-parser":"1.2.2","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.3","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"ec673d11f162801b833a516526c1e36fa38f81b6","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.3","_shasum":"5cdfb438e5375e1a1001fbd2d08fa81c449a4f56","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"5cdfb438e5375e1a1001fbd2d08fa81c449a4f56","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.3.tgz"},"directories":{}},"1.6.4":{"name":"engine.io","version":"1.6.4","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"0.8.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.4","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"7f83f596522ae69743108c80d0ea7e024e4eeefd","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.4","_shasum":"b6dcf6d8ac7f3aeb4042011610325545458400be","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"b6dcf6d8ac7f3aeb4042011610325545458400be","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.4.tgz"},"directories":{}},"1.6.5":{"name":"engine.io","version":"1.6.5","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.5","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"847136e7fbeb952c537ccc700d050a2bd9ffa9bc","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.5","_shasum":"b276381a89c88a580127bdfb51ccfb8c086f51bb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"b276381a89c88a580127bdfb51ccfb8c086f51bb","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.5.tgz"},"directories":{}},"1.6.6":{"name":"engine.io","version":"1.6.6","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.6","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git@github.com:socketio/engine.io.git"},"gitHead":"619d579c7698f33e9bc52bb424385906ff1b7d56","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.6","_shasum":"83ff6cdb2bf84b933a929ea001398ede1d535fb2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"83ff6cdb2bf84b933a929ea001398ede1d535fb2","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.6.tgz"},"directories":{}},"1.6.7":{"name":"engine.io","version":"1.6.7","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.7","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git@github.com:socketio/engine.io.git"},"gitHead":"a31551e141d3ea227e3f85b93285007ca16e4de0","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.7","_shasum":"d49db58ffa41cb7a6ab24732f14dacfb39c4d27c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"d49db58ffa41cb7a6ab24732f14dacfb39c4d27c","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.7.tgz"},"directories":{}},"1.6.8":{"name":"engine.io","version":"1.6.8","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.8","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git@github.com:socketio/engine.io.git"},"gitHead":"83bee03bbbebee07df5d7b8a9fbafc327686c4bc","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.8","_shasum":"de05a06b757e7517695e088c7b051c47819f511b","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"de05a06b757e7517695e088c7b051c47819f511b","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.8.tgz"},"directories":{}},"1.6.9":{"name":"engine.io","version":"1.6.9","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.9","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"83bee03bbbebee07df5d7b8a9fbafc327686c4bc","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.9","_shasum":"1fe2fe827adb5d6f296e1002403edfa046bb6975","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"1fe2fe827adb5d6f296e1002403edfa046bb6975","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.9.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/engine.io-1.6.9.tgz_1462247658890_0.8458864190615714"},"directories":{}},"1.6.10":{"name":"engine.io","version":"1.6.10","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.0.1","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.10","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"184dec31f72bde56fe94ed4d3d2c62c998339fe1","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.10","_shasum":"f87d84e1bd21d1a2ec7f8deef0c62054acdfb27a","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"f87d84e1bd21d1a2ec7f8deef0c62054acdfb27a","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.10.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.6.10.tgz_1466727761822_0.8813912167679518"},"directories":{}},"1.6.11":{"name":"engine.io","version":"1.6.11","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"base64id":"0.1.0","debug":"2.2.0","ws":"1.1.0","engine.io-parser":"1.2.4","accepts":"1.1.4"},"devDependencies":{"engine.io-client":"1.6.11","expect.js":"0.2.0","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"gitHead":"10c4360bde25271279d5b1250327a7db68a1532d","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.6.11","_shasum":"2533a97a65876c40ffcf95397b7ef9b495c423fe","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"2533a97a65876c40ffcf95397b7ef9b495c423fe","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.6.11.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/engine.io-1.6.11.tgz_1466734218879_0.13038815814070404"},"directories":{}},"1.7.0":{"name":"engine.io","version":"1.7.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.2.0","engine.io-parser":"1.3.0","ws":"1.1.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","engine.io-client":"1.6.11","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"330526a491b8fee58e7223fe874fcaa8cac1409c","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.7.0","_shasum":"a417857af4995d9bbdf8a0e03a87e473ebe64fbe","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"a417857af4995d9bbdf8a0e03a87e473ebe64fbe","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.7.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.7.0.tgz_1475647866418_0.27036372129805386"},"directories":{}},"1.7.1":{"name":"engine.io","version":"1.7.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.2.0","engine.io-parser":"1.3.1","ws":"1.1.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","engine.io-client":"1.7.1","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"f67c758e5d56a9cd50360b7becc68ad7857eff9b","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.7.1","_shasum":"8599092883c5e1b26f7b08d23b587086df991066","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"8599092883c5e1b26f7b08d23b587086df991066","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.7.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.7.1.tgz_1476982463439_0.8818698925897479"},"directories":{}},"1.7.2":{"name":"engine.io","version":"1.7.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.2.0","engine.io-parser":"1.3.1","ws":"1.1.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","engine.io-client":"1.7.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"0c983bd0853e4540c3d65ce66771060a8e3124bb","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.7.2","_shasum":"877c14fa0486f8b664d46a8101bf74feef2e4e46","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"877c14fa0486f8b664d46a8101bf74feef2e4e46","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.7.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.7.2.tgz_1477265689940_0.7890683426521719"},"directories":{}},"1.8.0":{"name":"engine.io","version":"1.8.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.3.3","engine.io-parser":"1.3.1","ws":"1.1.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"c6503589ed9688c3615d10bbc680ba13cafc3942","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.8.0","_shasum":"3eeb5f264cb75dbbec1baaea26d61f5a4eace2aa","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"3eeb5f264cb75dbbec1baaea26d61f5a4eace2aa","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.8.0.tgz_1479608780364_0.3548763918224722"},"directories":{}},"1.8.1":{"name":"engine.io","version":"1.8.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"0.1.0","debug":"2.3.3","engine.io-parser":"1.3.1","ws":"1.1.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"767e9aa0812ef49339da1892cdf771b6c0d35805","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.8.1","_shasum":"20066ea903304f13ee37f10faaff6b4784f64373","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"20066ea903304f13ee37f10faaff6b4784f64373","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.8.1.tgz_1480227441955_0.38275249069556594"},"directories":{}},"1.8.2":{"name":"engine.io","version":"1.8.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"1.3.2","ws":"1.1.1","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.2","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"10e3802051fc458969a12ffe1c1fd465d37fd6dc","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.8.2","_shasum":"6b59be730b348c0125b0a4589de1c355abcf7a7e","_from":".","_npmVersion":"4.0.3","_nodeVersion":"6.9.1","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"6b59be730b348c0125b0a4589de1c355abcf7a7e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.8.2.tgz_1481412393669_0.10750335641205311"},"directories":{}},"2.0.0":{"name":"engine.io","version":"2.0.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.0","ws":"1.1.1","cookie":"0.3.1","uws":"0.12.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.0.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"optionalDependencies":{"uws":"0.12.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=ws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"9b4e983a0a516ac9f6f83aa0a81eeb5fd6a03e07","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@2.0.0","_shasum":"f162d84cb28a6dda8cadb8106a53169dc50178ce","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"f162d84cb28a6dda8cadb8106a53169dc50178ce","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-2.0.0.tgz_1485121842774_0.05233051301911473"},"directories":{}},"2.0.1":{"name":"engine.io","version":"2.0.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.0","ws":"1.1.1","cookie":"0.3.1","uws":"0.12.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.0.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"optionalDependencies":{"uws":"0.12.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=ws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"0cbf3631f99f49e8a23b1bbecad23b1a55a6006a","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@2.0.1","_shasum":"93c0a44c6ae2e10c0ba529c72bf1aec33ee26250","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"93c0a44c6ae2e10c0ba529c72bf1aec33ee26250","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.0.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-2.0.1.tgz_1485789817652_0.8491187915205956"},"directories":{}},"2.0.2":{"name":"engine.io","version":"2.0.2","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.0","ws":"1.1.2","cookie":"0.3.1","uws":"0.12.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.0.2","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"optionalDependencies":{"uws":"0.12.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=ws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"bd1e81ec3d11f18c5fc09c55745d5ff66d037cc1","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@2.0.2","_shasum":"a00e1494853146b4e20053d0715555ad82356028","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"a00e1494853146b4e20053d0715555ad82356028","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.0.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-2.0.2.tgz_1487227311282_0.9097075900062919"},"directories":{}},"1.8.3":{"name":"engine.io","version":"1.8.3","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"1.3.2","ws":"1.1.2","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.4.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"f0bbc674d997960a0823128035450c54a891175c","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.8.3","_shasum":"8de7f97895d20d39b85f88eeee777b2bd42b13d4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"8de7f97895d20d39b85f88eeee777b2bd42b13d4","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-1.8.3.tgz_1487245543085_0.9004381641279906"},"directories":{}},"2.1.0":{"name":"engine.io","version":"2.1.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.1","ws":"1.1.2","cookie":"0.3.1","uws":"0.13.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.1.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"optionalDependencies":{"uws":"0.13.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=ws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"783e0591faf01c8ed17ee527919217e2b30539f2","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@2.1.0","_shasum":"300a86a5c5fe4296f096b49d97f73a96c5c5444d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"300a86a5c5fe4296f096b49d97f73a96c5c5444d","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-2.1.0.tgz_1489220366667_0.4264132883399725"},"directories":{}},"2.1.1":{"name":"engine.io","version":"2.1.1","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.2","ws":"1.1.2","cookie":"0.3.1","uws":"0.13.0"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"2.1.1","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4"},"optionalDependencies":{"uws":"0.13.0"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=ws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"f59e550e219bbe0041e433f9b5824b5ce8320bf3","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@2.1.1","_shasum":"2f9d8bb7887ff1b2b07bac6d84150c576af45f4f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"2f9d8bb7887ff1b2b07bac6d84150c576af45f4f","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-2.1.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/engine.io-2.1.1.tgz_1490164612939_0.30687319417484105"},"directories":{}},"3.0.0":{"name":"engine.io","version":"3.0.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"2.0.3","ws":"2.2.3","cookie":"0.3.1","uws":"0.14.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"^6.24.0","engine.io-client":"3.0.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"^0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-eslint":"1.1.1","gulp-mocha":"^4.3.0","gulp-nsp":"^2.4.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"optionalDependencies":{"uws":"0.14.1"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=ws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"07d57d553f1da9c04a4c903d971346b339df2404","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@3.0.0","_shasum":"fde0f460686f09e295bc55933663c1cf37759933","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"fde0f460686f09e295bc55933663c1cf37759933","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-3.0.0.tgz_1491429656676_0.5111436683218926"},"directories":{}},"3.1.0":{"name":"engine.io","version":"3.1.0","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"~2.6.4","engine.io-parser":"~2.1.0","ws":"~2.3.1","cookie":"0.3.1","uws":"~0.14.4"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"^6.24.0","engine.io-client":"3.1.0","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"^0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-eslint":"1.1.1","gulp-mocha":"^4.3.0","gulp-nsp":"^2.4.1","mocha":"^3.2.0","s":"0.1.1","superagent":"0.15.4"},"optionalDependencies":{"uws":"~0.14.4"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=ws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"935b155c21d4776d921728e9dac25447ff3472e5","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@3.1.0","_shasum":"5ca438e3ce9fdbc915c4a21c8dd9e1266706e57e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"5ca438e3ce9fdbc915c4a21c8dd9e1266706e57e","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-3.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-3.1.0.tgz_1493334249253_0.891612553736195"},"directories":{}},"1.8.4":{"name":"engine.io","version":"1.8.4","description":"The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server","main":"./lib/engine.io","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"homepage":"https://github.com/socketio/engine.io","contributors":[{"name":"Eugen Dueck","url":"https://github.com/EugenDueck"},{"name":"Afshin Mehrabani","url":"https://github.com/afshinm"},{"name":"Christoph Dorn","url":"https://github.com/cadorn"},{"name":"Mark Mokryn","email":"mokesmokes@gmail.com"}],"license":"MIT","dependencies":{"accepts":"1.3.3","base64id":"1.0.0","debug":"2.3.3","engine.io-parser":"1.3.2","ws":"1.1.4","cookie":"0.3.1"},"devDependencies":{"babel-eslint":"5.0.0","babel-preset-es2015":"6.3.13","engine.io-client":"1.8.4","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.2","expect.js":"0.2.0","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-eslint":"1.1.1","gulp-mocha":"2.2.0","gulp-nsp":"^2.4.1","mocha":"2.3.4","s":"0.1.1","superagent":"0.15.4","uws":"0.14.1"},"scripts":{"test":"gulp test; EIO_WS_ENGINE=uws gulp test;"},"repository":{"type":"git","url":"git+ssh://git@github.com/socketio/engine.io.git"},"files":["index.js","lib/"],"gitHead":"db6b00ee38456a47697da1d434df2eda5f67491e","bugs":{"url":"https://github.com/socketio/engine.io/issues"},"_id":"engine.io@1.8.4","_shasum":"77bce12b80e5d60429337fec3b0daf691ebc9003","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"77bce12b80e5d60429337fec3b0daf691ebc9003","tarball":"https://registry.npmjs.org/engine.io/-/engine.io-1.8.4.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/engine.io-1.8.4.tgz_1493380767821_0.8265495547093451"},"directories":{}}},"readme":"\n# Engine.IO: the realtime engine\n\n[![Build Status](https://travis-ci.org/socketio/engine.io.svg?branch=master)](http://travis-ci.org/socketio/engine.io)\n[![NPM version](https://badge.fury.io/js/engine.io.svg)](http://badge.fury.io/js/engine.io)\n\n`Engine.IO` is the implementation of transport-based\ncross-browser/cross-device bi-directional communication layer for\n[Socket.IO](http://github.com/socketio/socket.io).\n\n## How to use\n\n### Server\n\n#### (A) Listening on a port\n\n```js\nvar engine = require('engine.io');\nvar server = engine.listen(80);\n\nserver.on('connection', function(socket){\n socket.send('utf 8 string');\n socket.send(new Buffer([0, 1, 2, 3, 4, 5])); // binary data\n});\n```\n\n#### (B) Intercepting requests for a http.Server\n\n```js\nvar engine = require('engine.io');\nvar http = require('http').createServer().listen(3000);\nvar server = engine.attach(http);\n\nserver.on('connection', function (socket) {\n socket.on('message', function(data){ });\n socket.on('close', function(){ });\n});\n```\n\n#### (C) Passing in requests\n\n```js\nvar engine = require('engine.io');\nvar server = new engine.Server();\n\nserver.on('connection', function(socket){\n socket.send('hi');\n});\n\n// …\nhttpServer.on('upgrade', function(req, socket, head){\n server.handleUpgrade(req, socket, head);\n});\nhttpServer.on('request', function(req, res){\n server.handleRequest(req, res);\n});\n```\n\n### Client\n\n```html\n\n\n```\n\nFor more information on the client refer to the\n[engine-client](http://github.com/learnboost/engine.io-client) repository.\n\n## What features does it have?\n\n- **Maximum reliability**. Connections are established even in the presence of:\n - proxies and load balancers.\n - personal firewall and antivirus software.\n - for more information refer to **Goals** and **Architecture** sections\n- **Minimal client size** aided by:\n - lazy loading of flash transports.\n - lack of redundant transports.\n- **Scalable**\n - load balancer friendly\n- **Future proof**\n- **100% Node.JS core style**\n - No API sugar (left for higher level projects)\n - Written in readable vanilla JavaScript\n\n## API\n\n### Server\n\n

\n\n#### Top-level\n\nThese are exposed by `require('engine.io')`:\n\n##### Events\n\n- `flush`\n - Called when a socket buffer is being flushed.\n - **Arguments**\n - `Socket`: socket being flushed\n - `Array`: write buffer\n- `drain`\n - Called when a socket buffer is drained\n - **Arguments**\n - `Socket`: socket being flushed\n\n##### Properties\n\n- `protocol` _(Number)_: protocol revision number\n- `Server`: Server class constructor\n- `Socket`: Socket class constructor\n- `Transport` _(Function)_: transport constructor\n- `transports` _(Object)_: map of available transports\n\n##### Methods\n\n- `()`\n - Returns a new `Server` instance. If the first argument is an `http.Server` then the\n new `Server` instance will be attached to it. Otherwise, the arguments are passed\n directly to the `Server` constructor.\n - **Parameters**\n - `http.Server`: optional, server to attach to.\n - `Object`: optional, options object (see `Server#constructor` api docs below)\n\n The following are identical ways to instantiate a server and then attach it.\n ```js\n var httpServer; // previously created with `http.createServer();` from node.js api.\n\n // create a server first, and then attach\n var eioServer = require('engine.io').Server();\n eioServer.attach(httpServer);\n\n // or call the module as a function to get `Server`\n var eioServer = require('engine.io')();\n eioServer.attach(httpServer);\n\n // immediately attach\n var eioServer = require('engine.io')(httpServer);\n ```\n\n- `listen`\n - Creates an `http.Server` which listens on the given port and attaches WS\n to it. It returns `501 Not Implemented` for regular http requests.\n - **Parameters**\n - `Number`: port to listen on.\n - `Object`: optional, options object\n - `Function`: callback for `listen`.\n - **Options**\n - All options from `Server.attach` method, documented below.\n - **Additionally** See Server `constructor` below for options you can pass for creating the new Server\n - **Returns** `Server`\n- `attach`\n - Captures `upgrade` requests for a `http.Server`. In other words, makes\n a regular http.Server WebSocket-compatible.\n - **Parameters**\n - `http.Server`: server to attach to.\n - `Object`: optional, options object\n - **Options**\n - All options from `Server.attach` method, documented below.\n - **Additionally** See Server `constructor` below for options you can pass for creating the new Server\n - **Returns** `Server` a new Server instance.\n\n

\n\n#### Server\n\nThe main server/manager. _Inherits from EventEmitter_.\n\n##### Events\n\n- `connection`\n - Fired when a new connection is established.\n - **Arguments**\n - `Socket`: a Socket object\n\n##### Properties\n\n**Important**: if you plan to use Engine.IO in a scalable way, please\nkeep in mind the properties below will only reflect the clients connected\nto a single process.\n\n- `clients` _(Object)_: hash of connected clients by id.\n- `clientsCount` _(Number)_: number of connected clients.\n\n##### Methods\n\n- **constructor**\n - Initializes the server\n - **Parameters**\n - `Object`: optional, options object\n - **Options**\n - `pingTimeout` (`Number`): how many ms without a pong packet to\n consider the connection closed (`60000`)\n - `pingInterval` (`Number`): how many ms before sending a new ping\n packet (`25000`)\n - `upgradeTimeout` (`Number`): how many ms before an uncompleted transport upgrade is cancelled (`10000`)\n - `maxHttpBufferSize` (`Number`): how many bytes or characters a message\n can be when polling, before closing the session (to avoid DoS). Default\n value is `10E7`.\n - `allowRequest` (`Function`): A function that receives a given handshake\n or upgrade request as its first parameter, and can decide whether to\n continue or not. The second argument is a function that needs to be\n called with the decided information: `fn(err, success)`, where\n `success` is a boolean value where false means that the request is\n rejected, and err is an error code.\n - `transports` (` String`): transports to allow connections\n to (`['polling', 'websocket']`)\n - `allowUpgrades` (`Boolean`): whether to allow transport upgrades\n (`true`)\n - `perMessageDeflate` (`Object|Boolean`): parameters of the WebSocket permessage-deflate extension\n (see [ws module](https://github.com/einaros/ws) api docs). Set to `false` to disable. (`true`)\n - `threshold` (`Number`): data is compressed only if the byte size is above this value (`1024`)\n - `httpCompression` (`Object|Boolean`): parameters of the http compression for the polling transports\n (see [zlib](http://nodejs.org/api/zlib.html#zlib_options) api docs). Set to `false` to disable. (`true`)\n - `threshold` (`Number`): data is compressed only if the byte size is above this value (`1024`)\n - `cookie` (`String|Boolean`): name of the HTTP cookie that\n contains the client sid to send as part of handshake response\n headers. Set to `false` to not send one. (`io`)\n - `cookiePath` (`String|Boolean`): path of the above `cookie`\n option. If false, no path will be sent, which means browsers will only send the cookie on the engine.io attached path (`/engine.io`).\n Set false to not save io cookie on all requests. (`/`)\n - `cookieHttpOnly` (`Boolean`): If `true` HttpOnly io cookie cannot be accessed by client-side APIs, such as JavaScript. (`true`) _This option has no effect if `cookie` or `cookiePath` is set to `false`._\n - `wsEngine` (`String`): what WebSocket server implementation to use. Specified module must conform to the `ws` interface (see [ws module api docs](https://github.com/websockets/ws/blob/master/doc/ws.md)). Default value is `ws`. An alternative c++ addon is also available by installing `uws` module.\n- `close`\n - Closes all clients\n - **Returns** `Server` for chaining\n- `handleRequest`\n - Called internally when a `Engine` request is intercepted.\n - **Parameters**\n - `http.IncomingMessage`: a node request object\n - `http.ServerResponse`: a node response object\n - **Returns** `Server` for chaining\n- `handleUpgrade`\n - Called internally when a `Engine` ws upgrade is intercepted.\n - **Parameters** (same as `upgrade` event)\n - `http.IncomingMessage`: a node request object\n - `net.Stream`: TCP socket for the request\n - `Buffer`: legacy tail bytes\n - **Returns** `Server` for chaining\n- `attach`\n - Attach this Server instance to an `http.Server`\n - Captures `upgrade` requests for a `http.Server`. In other words, makes\n a regular http.Server WebSocket-compatible.\n - **Parameters**\n - `http.Server`: server to attach to.\n - `Object`: optional, options object\n - **Options**\n - `path` (`String`): name of the path to capture (`/engine.io`).\n - `destroyUpgrade` (`Boolean`): destroy unhandled upgrade requests (`true`)\n - `destroyUpgradeTimeout` (`Number`): milliseconds after which unhandled requests are ended (`1000`)\n- `generateId`\n - Generate a socket id.\n - Overwrite this method to generate your custom socket id.\n - **Parameters**\n - `http.IncomingMessage`: a node request object\n - **Returns** A socket id for connected client.\n\n

\n\n#### Socket\n\nA representation of a client. _Inherits from EventEmitter_.\n\n##### Events\n\n- `close`\n - Fired when the client is disconnected.\n - **Arguments**\n - `String`: reason for closing\n - `Object`: description object (optional)\n- `message`\n - Fired when the client sends a message.\n - **Arguments**\n - `String` or `Buffer`: Unicode string or Buffer with binary contents\n- `error`\n - Fired when an error occurs.\n - **Arguments**\n - `Error`: error object\n- `flush`\n - Called when the write buffer is being flushed.\n - **Arguments**\n - `Array`: write buffer\n- `drain`\n - Called when the write buffer is drained\n- `packet`\n - Called when a socket received a packet (`message`, `ping`)\n - **Arguments**\n - `type`: packet type\n - `data`: packet data (if type is message)\n- `packetCreate`\n - Called before a socket sends a packet (`message`, `pong`)\n - **Arguments**\n - `type`: packet type\n - `data`: packet data (if type is message)\n\n##### Properties\n\n- `id` _(String)_: unique identifier\n- `server` _(Server)_: engine parent reference\n- `request` _(http.IncomingMessage)_: request that originated the Socket\n- `upgraded` _(Boolean)_: whether the transport has been upgraded\n- `readyState` _(String)_: opening|open|closing|closed\n- `transport` _(Transport)_: transport reference\n\n##### Methods\n\n- `send`:\n - Sends a message, performing `message = toString(arguments[0])` unless\n sending binary data, which is sent as is.\n - **Parameters**\n - `String` | `Buffer` | `ArrayBuffer` | `ArrayBufferView`: a string or any object implementing `toString()`, with outgoing data, or a Buffer or ArrayBuffer with binary data. Also any ArrayBufferView can be sent as is.\n - `Object`: optional, options object\n - `Function`: optional, a callback executed when the message gets flushed out by the transport\n - **Options**\n - `compress` (`Boolean`): whether to compress sending data. This option might be ignored and forced to be `true` when using polling. (`true`)\n - **Returns** `Socket` for chaining\n- `close`\n - Disconnects the client\n - **Returns** `Socket` for chaining\n\n### Client\n\n

\n\nExposed in the `eio` global namespace (in the browser), or by\n`require('engine.io-client')` (in Node.JS).\n\nFor the client API refer to the\n[engine-client](http://github.com/learnboost/engine.io-client) repository.\n\n## Debug / logging\n\nEngine.IO is powered by [debug](http://github.com/visionmedia/debug).\nIn order to see all the debug output, run your app with the environment variable\n`DEBUG` including the desired scope.\n\nTo see the output from all of Engine.IO's debugging scopes you can use:\n\n```\nDEBUG=engine* node myapp\n```\n\n## Transports\n\n- `polling`: XHR / JSONP polling transport.\n- `websocket`: WebSocket transport.\n\n## Plugins\n\n- [engine.io-conflation](https://github.com/EugenDueck/engine.io-conflation): Makes **conflation and aggregation** of messages straightforward.\n\n## Support\n\nThe support channels for `engine.io` are the same as `socket.io`:\n - irc.freenode.net **#socket.io**\n - [Google Groups](http://groups.google.com/group/socket_io)\n - [Website](http://socket.io)\n\n## Development\n\nTo contribute patches, run tests or benchmarks, make sure to clone the\nrepository:\n\n```\ngit clone git://github.com/LearnBoost/engine.io.git\n```\n\nThen:\n\n```\ncd engine.io\nnpm install\n```\n\n## Tests\n\nTests run with `make test`. It runs the server tests that are aided by\nthe usage of `engine.io-client`.\n\nMake sure `npm install` is run first.\n\n## Goals\n\nThe main goal of `Engine` is ensuring the most reliable realtime communication.\nUnlike the previous Socket.IO core, it always establishes a long-polling\nconnection first, then tries to upgrade to better transports that are \"tested\" on\nthe side.\n\nDuring the lifetime of the Socket.IO projects, we've found countless drawbacks\nto relying on `HTML5 WebSocket` or `Flash Socket` as the first connection\nmechanisms.\n\nBoth are clearly the _right way_ of establishing a bidirectional communication,\nwith HTML5 WebSocket being the way of the future. However, to answer most business\nneeds, alternative traditional HTTP 1.1 mechanisms are just as good as delivering\nthe same solution.\n\nWebSocket based connections have two fundamental benefits:\n\n1. **Better server performance**\n - _A: Load balancers_
\n Load balancing a long polling connection poses a serious architectural nightmare\n since requests can come from any number of open sockets by the user agent, but\n they all need to be routed to the process and computer that owns the `Engine`\n connection. This negatively impacts RAM and CPU usage.\n - _B: Network traffic_
\n WebSocket is designed around the premise that each message frame has to be\n surrounded by the least amount of data. In HTTP 1.1 transports, each message\n frame is surrounded by HTTP headers and chunked encoding frames. If you try to\n send the message _\"Hello world\"_ with xhr-polling, the message ultimately\n becomes larger than if you were to send it with WebSocket.\n - _C: Lightweight parser_
\n As an effect of **B**, the server has to do a lot more work to parse the network\n data and figure out the message when traditional HTTP requests are used\n (as in long polling). This means that another advantage of WebSocket is\n less server CPU usage.\n\n2. **Better user experience**\n\n Due to the reasons stated in point **1**, the most important effect of being able\n to establish a WebSocket connection is raw data transfer speed, which translates\n in _some_ cases in better user experience.\n\n Applications with heavy realtime interaction (such as games) will benefit greatly,\n whereas applications like realtime chat (Gmail/Facebook), newsfeeds (Facebook) or\n timelines (Twitter) will have negligible user experience improvements.\n\nHaving said this, attempting to establish a WebSocket connection directly so far has\nproven problematic:\n\n1. **Proxies**
\n Many corporate proxies block WebSocket traffic.\n\n2. **Personal firewall and antivirus software**
\n As a result of our research, we've found that at least 3 personal security\n applications block WebSocket traffic.\n\n3. **Cloud application platforms**
\n Platforms like Heroku or No.de have had trouble keeping up with the fast-paced\n nature of the evolution of the WebSocket protocol. Applications therefore end up\n inevitably using long polling, but the seamless installation experience of\n Socket.IO we strive for (_\"require() it and it just works\"_) disappears.\n\nSome of these problems have solutions. In the case of proxies and personal programs,\nhowever, the solutions many times involve upgrading software. Experience has shown\nthat relying on client software upgrades to deliver a business solution is\nfruitless: the very existence of this project has to do with a fragmented panorama\nof user agent distribution, with clients connecting with latest versions of the most\nmodern user agents (Chrome, Firefox and Safari), but others with versions as low as\nIE 5.5.\n\nFrom the user perspective, an unsuccessful WebSocket connection can translate in\nup to at least 10 seconds of waiting for the realtime application to begin\nexchanging data. This **perceptively** hurts user experience.\n\nTo summarize, **Engine** focuses on reliability and user experience first, marginal\npotential UX improvements and increased server performance second. `Engine` is the\nresult of all the lessons learned with WebSocket in the wild.\n\n## Architecture\n\nThe main premise of `Engine`, and the core of its existence, is the ability to\nswap transports on the fly. A connection starts as xhr-polling, but it can\nswitch to WebSocket.\n\nThe central problem this poses is: how do we switch transports without losing\nmessages?\n\n`Engine` only switches from polling to another transport in between polling\ncycles. Since the server closes the connection after a certain timeout when\nthere's no activity, and the polling transport implementation buffers messages\nin between connections, this ensures no message loss and optimal performance.\n\nAnother benefit of this design is that we workaround almost all the limitations\nof **Flash Socket**, such as slow connection times, increased file size (we can\nsafely lazy load it without hurting user experience), etc.\n\n## FAQ\n\n### Can I use engine without Socket.IO ?\n\nAbsolutely. Although the recommended framework for building realtime applications\nis Socket.IO, since it provides fundamental features for real-world applications\nsuch as multiplexing, reconnection support, etc.\n\n`Engine` is to Socket.IO what Connect is to Express. An essential piece for building\nrealtime frameworks, but something you _probably_ won't be using for building\nactual applications.\n\n### Does the server serve the client?\n\nNo. The main reason is that `Engine` is meant to be bundled with frameworks.\nSocket.IO includes `Engine`, therefore serving two clients is not necessary. If\nyou use Socket.IO, including\n\n```html\n\n\nescodegen.browser.js can be found in tagged revisions on GitHub.\n\nOr in a Node.js application via npm:\n\n npm install escodegen\n\n### Usage\n\nA simple example: the program\n\n escodegen.generate({\n type: 'BinaryExpression',\n operator: '+',\n left: { type: 'Literal', value: 40 },\n right: { type: 'Literal', value: 2 }\n });\n\nproduces the string `'40 + 2'`.\n\nSee the [API page](https://github.com/estools/escodegen/wiki/API) for\noptions. To run the tests, execute `npm test` in the root directory.\n\n### Building browser bundle / minified browser bundle\n\nAt first, execute `npm install` to install the all dev dependencies.\nAfter that,\n\n npm run-script build\n\nwill generate `escodegen.browser.js`, which can be used in browser environments.\n\nAnd,\n\n npm run-script build-min\n\nwill generate the minified file `escodegen.browser.min.js`.\n\n### License\n\n#### Escodegen\n\nCopyright (C) 2012 [Yusuke Suzuki](http://github.com/Constellation)\n (twitter: [@Constellation](http://twitter.com/Constellation)) and other contributors.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n#### source-map\n\nSourceNodeMocks has a limited interface of mozilla/source-map SourceNode implementations.\n\nCopyright (c) 2009-2011, Mozilla Foundation and contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n* Neither the names of the Mozilla Foundation nor the names of project\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"time":{"modified":"2016-11-01T21:34:06.891Z","created":"2012-03-03T15:50:31.471Z","0.0.1":"2012-03-03T15:50:34.433Z","0.0.2":"2012-03-04T21:31:17.372Z","0.0.3":"2012-05-12T05:13:02.912Z","0.0.4":"2012-06-07T06:50:38.250Z","0.0.5":"2012-07-20T12:32:08.627Z","0.0.6":"2012-08-30T19:30:41.157Z","0.0.7":"2012-09-05T16:41:09.688Z","0.0.8":"2012-09-08T00:47:41.132Z","0.0.9":"2012-09-14T20:02:33.557Z","0.0.10":"2012-10-06T00:54:15.137Z","0.0.11":"2012-10-09T08:28:29.323Z","0.0.12":"2012-10-10T15:29:24.649Z","0.0.13":"2012-10-22T17:07:34.681Z","0.0.14":"2012-11-06T12:04:00.820Z","0.0.15":"2012-11-09T19:00:45.523Z","0.0.16":"2013-02-06T16:21:02.315Z","0.0.17":"2013-02-19T14:17:19.274Z","0.0.18":"2013-03-08T16:37:35.501Z","0.0.19":"2013-03-08T17:20:48.325Z","0.0.20":"2013-04-01T10:07:55.239Z","0.0.21":"2013-04-16T12:37:56.835Z","0.0.22":"2013-04-24T16:48:30.553Z","0.0.23":"2013-06-14T15:09:35.452Z","0.0.24":"2013-07-11T18:40:22.618Z","0.0.25":"2013-07-28T01:06:30.379Z","0.0.26":"2013-08-18T15:56:25.394Z","0.0.27":"2013-09-10T16:35:45.323Z","0.0.28":"2013-11-01T14:08:06.476Z","1.0.0":"2013-11-18T04:30:10.002Z","1.0.1":"2013-12-07T02:14:34.405Z","1.1.0":"2014-01-18T21:33:32.511Z","1.2.0":"2014-02-07T20:48:39.046Z","1.3.0":"2014-03-09T15:28:54.089Z","1.3.1":"2014-04-03T04:10:45.255Z","1.3.2":"2014-04-13T15:38:15.421Z","1.3.3":"2014-05-31T17:15:05.984Z","1.4.0":"2014-08-27T04:18:42.432Z","1.4.1":"2014-09-04T07:01:08.295Z","1.4.2":"2014-12-15T06:57:27.240Z","1.4.3":"2014-12-19T10:34:32.052Z","1.5.0":"2015-01-07T15:07:53.661Z","1.6.0":"2015-01-12T15:23:45.114Z","1.6.1":"2015-01-29T09:06:41.359Z","1.7.0":"2015-09-06T16:40:27.084Z","1.7.1":"2015-11-24T22:38:48.534Z","1.8.0":"2016-01-03T01:01:56.895Z","1.8.1":"2016-08-06T18:05:23.246Z"},"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"users":{"6174":true,"karboh":true,"charmander":true,"hij1nx":true,"kastor":true,"hughsk":true,"jifeng":true,"moimikey":true,"noyobo":true,"panlw":true,"dexteryy":true,"kaizendad":true,"farskipper":true,"kael":true,"kkuehl":true},"readmeFilename":"README.md","homepage":"http://github.com/estools/escodegen","bugs":{"url":"https://github.com/estools/escodegen/issues"},"license":"BSD-2-Clause","_attachments":{},"_etag":"W/\"58190a4e-10bc9\"","_lastModified":"Tue, 01 Nov 2016 21:34:06 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/esprima/.cache.json b/frappe/.npm/registry.npmjs.org/esprima/.cache.json new file mode 100644 index 00000000..f4a39895 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/esprima/.cache.json @@ -0,0 +1 @@ +{"_id":"esprima","_rev":"151-e04b6870ba7b7328efe5535676529113","name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","dist-tags":{"latest":"4.0.0","1.1.0":"1.1.0"},"versions":{"0.7.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis tool","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.7.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.7.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"73e71270859ab68eb3f806ea5244536670ba7e72","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.7.0.tgz"},"directories":{}},"0.8.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis tool","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.8.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.8.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"c3a4d9eb2bab14f050b443296f9acbc83952c9d6","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.8.0.tgz"},"directories":{}},"0.8.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.8.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.8.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"248b67200011337474e42ddd2afe2c7c7a62756d","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.8.1.tgz"},"directories":{}},"0.8.2":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.8.2","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.8.2","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"069a33aaacbb45a60b8071b4cfc6fb6929ebcb50","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.8.2.tgz"},"directories":{}},"0.9.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"9b35d752fb826a53f38661bfc1106723ba583ddf","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.0.tgz"},"directories":{}},"0.9.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"7f728fda0ee40873d00511eb9267566e6ccc8ba0","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.1.tgz"},"directories":{}},"0.9.2":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.2","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.2","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"8c6829495376d53580b97b3b6ba88af58e919d17","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.2.tgz"},"directories":{}},"0.9.3":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.3","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.3","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"e8bba20b413e91a2175441303599a5123b146eb7","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.3.tgz"},"directories":{}},"0.9.4":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.4","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.4","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"49a0581c2de45aa17d44792540267bddc7574ee1","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.4.tgz"},"directories":{}},"0.9.5":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.5","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.5","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"3403826505ab2496c9b3eb50131b4ff124972ea3","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.5.tgz"},"directories":{}},"0.9.6":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.6","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.6","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"e4198843636cf1755781621890712b838cf055cf","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.6.tgz"},"directories":{}},"0.9.7":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.7","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/test.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.7","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"7876246c98b3ce491981386805566beac4e9a45b","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.7.tgz"},"directories":{}},"0.9.8":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.8","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.8","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"b800f30036c24335afde886dc5dc89eaba3fc136","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.8.tgz"},"directories":{}},"0.9.9":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js"},"version":"0.9.9","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"_id":"esprima@0.9.9","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"1b90925c975d632d7282939c3bb9c3a423c30490","tarball":"https://registry.npmjs.org/esprima/-/esprima-0.9.9.tgz"},"directories":{}},"1.0.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.0.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.0.0","dist":{"shasum":"5f0571b94a87d5199b1f302a7e27eb185e466850","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.0.0.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.0.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.0.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.0.1","dist":{"shasum":"2c8a85447f8bfbe8d9f401da808809cb5397ad0a","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.0.1.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.0.2":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.0.2","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.0.2","dist":{"shasum":"8039bf9ceac4d9d2c15f623264fb292b5502ceaf","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.0.2.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.0.3":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.0.3","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.0.3","dist":{"shasum":"7bdb544f95526d424808654d3b8fbe928650c0fe","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.0.3.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.0.4":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"version":"1.0.4","engines":{"node":">=0.4.0"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"test":"node test/run.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.0.4","dist":{"shasum":"9f557e08fc3b4d26ece9dd34f8fbf476b62585ad","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.1.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.1.0","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.1.27","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/.bin/jscs esprima.js","jslint":"node node_modules/jslint/bin/jslint.js esprima.js","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement -8 --branch -19 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 17 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.1.0","dist":{"shasum":"3efe4810741491bb1c8f67df526d6b2e0dd57790","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.1.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.1.1","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.1.27","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/.bin/jscs esprima.js","jslint":"node node_modules/jslint/bin/jslint.js esprima.js","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement -8 --branch -19 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 17 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.1.1","dist":{"shasum":"5b6f1547f4d102e670e140c509be6771d6aeb549","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.1.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.2.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.2.0","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.2.6","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/.bin/jscs esprima.js","jslint":"node node_modules/jslint/bin/jslint.js esprima.js","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.2.0","dist":{"shasum":"5091beca413223988a7111f418da9aa8a3492abd","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.2.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.2.1","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.2.6","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/.bin/jscs esprima.js","jslint":"node node_modules/jslint/bin/jslint.js esprima.js","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.2.1","dist":{"shasum":"201bdf4dfa8595f72f43936c7634674b54f4734f","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.2.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.2.2":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.2.2","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.2.6","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/.bin/jscs esprima.js","jslint":"node node_modules/jslint/bin/jslint.js esprima.js","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.2.2","dist":{"shasum":"76a0fd66fcfe154fd292667dc264019750b1657b","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.2.3":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.2.3","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.2.6","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/jscs/bin/jscs esprima.js","jslint":"node node_modules/jslint/bin/jslint.js esprima.js","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.2.3","dist":{"shasum":"173c9c28d0ec7753afb977b6b21b3017367aac1b","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.2.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.2.4":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.2.4","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.2.6","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/jscs/bin/jscs esprima.js","jslint":"node node_modules/jslint/bin/jslint.js esprima.js","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@1.2.4","dist":{"shasum":"835a0cfc8a628a7117da654bfaced8408a91dba7","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.2.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"2.0.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.0.0","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"https://github.com/jquery/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"https://github.com/jquery/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"eslint":"~0.12.0","jscs":"~1.10.0","istanbul":"~0.2.6","escomplex-js":"1.0.0","complexity-report":"~1.1.1","regenerate":"~0.6.2","unicode-7.0.0":"~0.1.5","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"node test/run.js && npm run lint && npm run coverage","lint":"npm run check-version && npm run eslint && npm run jscs && npm run complexity","check-version":"node tools/check-version.js","jscs":"jscs esprima.js test/*test.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","complexity":"node tools/list-complexity.js && cr -s -l -w --maxcyc 16 esprima.js","coverage":"npm run analyze-coverage && npm run check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"_id":"esprima@2.0.0","dist":{"shasum":"609ac5c2667eae5433b41eb9ecece2331b41498f","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"directories":{}},"1.2.5":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"1.2.5","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"http://github.com/ariya/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"http://github.com/ariya/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"jslint":"~0.1.9","eslint":"~0.4.3","jscs":"~1.2.4","istanbul":"~0.2.6","complexity-report":"~0.6.1","regenerate":"~0.5.4","unicode-6.3.0":"~0.1.0","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity","lint":"npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint","check-version":"node tools/check-version.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","jscs":"node node_modules/jscs/bin/jscs esprima.js","jslint":"echo Skipping JSLint","coverage":"npm run-script analyze-coverage && npm run-script check-coverage","analyze-coverage":"node node_modules/istanbul/lib/cli.js cover test/runner.js","check-coverage":"node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100","complexity":"npm run-script analyze-complexity && npm run-script check-complexity","analyze-complexity":"node tools/list-complexity.js","check-complexity":"node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"gitHead":"d3e376f04f096cb07f6b9fad0b44e9b6054f0582","_id":"esprima@1.2.5","_shasum":"0993502feaf668138325756f30f9a51feeec11e9","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"0993502feaf668138325756f30f9a51feeec11e9","tarball":"https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz"},"directories":{}},"2.1.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.1.0","files":["bin","test/run.js","test/runner.js","test/test.js","test/compat.js","test/reflect.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"https://github.com/jquery/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"https://github.com/jquery/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"eslint":"~0.15.1","jscs":"~1.11.3","istanbul":"~0.3.7","escomplex-js":"1.2.0","complexity-report":"~1.4.0","regenerate":"~0.6.2","unicode-7.0.0":"~0.1.5","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"node test/run.js && npm run lint && npm run coverage","lint":"npm run check-version && npm run eslint && npm run jscs && npm run complexity","check-version":"node tools/check-version.js","jscs":"jscs esprima.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","complexity":"node tools/list-complexity.js && cr -s -l -w --maxcyc 16 esprima.js","coverage":"npm run analyze-coverage && npm run check-coverage","analyze-coverage":"istanbul cover test/runner.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"gitHead":"fb6563827bd26357fb39086b2b1d5df4e5858cce","_id":"esprima@2.1.0","_shasum":"c1c9fb94975dfcc3fc71c60f074f3c5156a28ef5","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"c1c9fb94975dfcc3fc71c60f074f3c5156a28ef5","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.1.0.tgz"},"directories":{}},"2.2.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.2.0","files":["bin","test/run.js","test/runner.js","test/test.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"https://github.com/jquery/esprima.git"},"bugs":{"url":"http://issues.esprima.org"},"licenses":[{"type":"BSD","url":"https://github.com/jquery/esprima/raw/master/LICENSE.BSD"}],"devDependencies":{"eslint":"~0.19.0","jscs":"~1.12.0","istanbul":"~0.3.7","escomplex-js":"1.2.0","complexity-report":"~1.4.0","regenerate":"~0.6.2","unicode-7.0.0":"~0.1.5","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"node test/run.js && npm run lint && npm run coverage","lint":"npm run check-version && npm run eslint && npm run jscs && npm run complexity","check-version":"node tools/check-version.js","jscs":"jscs esprima.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","complexity":"node tools/list-complexity.js && cr -s -l -w --maxcyc 17 esprima.js","coverage":"npm run analyze-coverage && npm run check-coverage","analyze-coverage":"istanbul cover test/runner.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"gitHead":"deef03ca006b03912d9f74b041f9239a9045181f","_id":"esprima@2.2.0","_shasum":"4292c1d68e4173d815fa2290dc7afc96d81fcd83","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"4292c1d68e4173d815fa2290dc7afc96d81fcd83","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz"},"directories":{}},"2.3.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.3.0","files":["bin","test/run.js","test/runner.js","test/test.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"eslint":"~0.23.0","jscs":"~1.13.1","istanbul":"~0.3.15","escomplex-js":"1.2.0","complexity-report":"~1.4.0","regenerate":"~0.6.2","unicode-7.0.0":"~0.1.5","json-diff":"~0.3.1","optimist":"~0.6.0"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"node test/run.js && npm run lint && npm run coverage","lint":"npm run check-version && npm run eslint && npm run jscs && npm run complexity","check-version":"node tools/check-version.js","jscs":"jscs esprima.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","complexity":"node tools/list-complexity.js && cr -s -l -w --maxcyc 17 esprima.js","coverage":"npm run analyze-coverage && npm run check-coverage","analyze-coverage":"istanbul cover test/runner.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick"},"gitHead":"df4323f81c5e94516d53887f1c0abbe2fdb8076d","_id":"esprima@2.3.0","_shasum":"d26debd7545fcf8916a80668236310e14da6b345","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"d26debd7545fcf8916a80668236310e14da6b345","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.3.0.tgz"},"directories":{}},"2.4.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.4.0","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"eslint":"~0.23.0","jscs":"~1.13.1","istanbul":"~0.3.16","escomplex-js":"1.2.0","complexity-report":"~1.4.0","regenerate":"~0.6.2","unicode-7.0.0":"~0.1.5","json-diff":"~0.3.1","optimist":"~0.6.0","coveralls":"~2.11.2"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"node unit-tests.js && npm run lint && npm run coverage","lint":"npm run check-version && npm run eslint && npm run jscs && npm run complexity","check-version":"node tools/check-version.js","jscs":"jscs esprima.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","complexity":"node tools/list-complexity.js && cr -s -l -w --maxcyc 19 esprima.js","coverage":"npm run analyze-coverage && npm run check-coverage","analyze-coverage":"istanbul cover test/runner.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","travis":"npm test && coveralls < ./coverage/lcov.info"},"gitHead":"5d90fe73c021ab96a0660a7ed8b5e3034174c5c9","_id":"esprima@2.4.0","_shasum":"8f1852ea605d36f81e4b6ec831a53ecb4dc501c6","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"8f1852ea605d36f81e4b6ec831a53ecb4dc501c6","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.4.0.tgz"},"directories":{}},"2.4.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.4.1","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.4.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"eslint":"~0.23.0","jscs":"~1.13.1","istanbul":"~0.3.16","escomplex-js":"1.2.0","complexity-report":"~1.4.0","regenerate":"~0.6.2","unicode-7.0.0":"~0.1.5","json-diff":"~0.3.1","optimist":"~0.6.0","coveralls":"~2.11.2"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"generate-regex":"node tools/generate-identifier-regex.js","test":"node unit-tests.js && npm run lint && npm run coverage","lint":"npm run check-version && npm run eslint && npm run jscs && npm run complexity","check-version":"node tools/check-version.js","jscs":"jscs esprima.js","eslint":"node node_modules/eslint/bin/eslint.js esprima.js","complexity":"node tools/list-complexity.js && cr -s -l -w --maxcyc 19 esprima.js","coverage":"npm run analyze-coverage && npm run check-coverage","analyze-coverage":"istanbul cover test/runner.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","travis":"npm test && coveralls < ./coverage/lcov.info"},"gitHead":"fdaf9f6775cb06593816d6b6ab95a15d34a65d09","_id":"esprima@2.4.1","_shasum":"83059c751e9e9c41d228a41aaa1eef0ccce384ba","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"83059c751e9e9c41d228a41aaa1eef0ccce384ba","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.4.1.tgz"},"directories":{}},"2.5.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.5.0","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.10.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"coveralls":"~2.11.2","escomplex-js":"1.2.0","eslint":"~0.23.0","everything.js":"~1.0.3","glob":"^5.0.14","istanbul":"~0.3.16","jscs":"~2.0.0","json-diff":"~0.3.1","karma":"^0.13.3","karma-chrome-launcher":"^0.2.0","karma-mocha":"^0.2.0","lodash":"^3.10.0","mocha":"^2.2.5","node-tick-processor":"~0.0.2","regenerate":"~0.6.2","unicode-7.0.0":"~0.1.5"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","jscs":"jscs esprima.js && jscs test/*.js","eslint":"node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run jscs && npm run eslint && npm run complexity","unit-tests":"node test/unit-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","tests":"npm run unit-tests && npm run grammar-tests && npm run regression-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run generate-fixtures && karma start --single-run","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","test":"npm run tests && npm run static-analysis && npm run dynamic-analysis","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","coveralls":"coveralls < ./coverage/lcov.info","downstream":"node test/downstream.js","travis":"npm test && npm run coveralls && npm run downstream","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"0e3104fb835129d6727868c865a9ba4f80df3ab8","_id":"esprima@2.5.0","_shasum":"f387a46fd344c1b1a39baf8c20bfb43b6d0058cc","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"f387a46fd344c1b1a39baf8c20bfb43b6d0058cc","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz"},"directories":{}},"2.6.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.6.0","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.10.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","eslint":"~1.3.1","everything.js":"~1.0.3","glob":"^5.0.14","istanbul":"~0.3.19","jscs":"~2.1.1","json-diff":"~0.3.1","karma":"^0.13.3","karma-chrome-launcher":"^0.2.0","karma-detect-browsers":"^2.0.1","karma-firefox-launcher":"^0.1.6","karma-ie-launcher":"^0.2.0","karma-mocha":"^0.2.0","karma-safari-launcher":"^0.1.1","lodash":"^3.10.0","mocha":"^2.2.5","node-tick-processor":"~0.0.2","regenerate":"~0.6.2","temp":"~0.8.3","unicode-7.0.0":"~0.1.5"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","jscs":"jscs -p crockford esprima.js && jscs -p crockford test/*.js","eslint":"node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run jscs && npm run eslint && npm run complexity","unit-tests":"node test/unit-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","tests":"npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run generate-fixtures && cd test && karma start --single-run","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","test":"npm run tests && npm run static-analysis && npm run dynamic-analysis","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run tests && npm run browser-tests && npm run dynamic-analysis","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"72bb2191ffd9d4f2053cab511da0b27b882a5a48","_id":"esprima@2.6.0","_shasum":"eddae7cccd7c4d6f3058b7f3823718aaaef7527f","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"eddae7cccd7c4d6f3058b7f3823718aaaef7527f","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.6.0.tgz"},"directories":{}},"2.7.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.7.0","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.10.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","eslint":"~1.7.2","everything.js":"~1.0.3","glob":"^5.0.15","istanbul":"~0.4.0","jscs":"~2.3.5","json-diff":"~0.3.1","karma":"^0.13.11","karma-chrome-launcher":"^0.2.1","karma-detect-browsers":"^2.0.2","karma-firefox-launcher":"^0.1.6","karma-ie-launcher":"^0.2.0","karma-mocha":"^0.2.0","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.14","lodash":"^3.10.0","mocha":"^2.3.3","node-tick-processor":"~0.0.2","regenerate":"~1.2.1","temp":"~0.8.3","unicode-7.0.0":"~0.1.5"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","jscs":"jscs -p crockford esprima.js && jscs -p crockford test/*.js","eslint":"node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run jscs && npm run eslint && npm run complexity","unit-tests":"node test/unit-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","test":"npm run all-tests && npm run static-analysis && npm run dynamic-analysis","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run all-tests && npm run browser-tests && npm run dynamic-analysis","droneio":"npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"67289bf6b962d003c0e8a64c77b953b0559b52e5","_id":"esprima@2.7.0","_shasum":"74cfb0e4ae43f0b81541dcc30050f9dacb1f707e","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"74cfb0e4ae43f0b81541dcc30050f9dacb1f707e","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.7.0.tgz"},"directories":{}},"2.7.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.7.1","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.10.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","eslint":"~1.7.2","everything.js":"~1.0.3","glob":"^5.0.15","istanbul":"~0.4.0","jscs":"~2.3.5","json-diff":"~0.3.1","karma":"^0.13.11","karma-chrome-launcher":"^0.2.1","karma-detect-browsers":"^2.0.2","karma-firefox-launcher":"^0.1.6","karma-ie-launcher":"^0.2.0","karma-mocha":"^0.2.0","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.14","lodash":"^3.10.0","mocha":"^2.3.3","node-tick-processor":"~0.0.2","regenerate":"~1.2.1","temp":"~0.8.3","unicode-7.0.0":"~0.1.5"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","jscs":"jscs -p crockford esprima.js && jscs -p crockford test/*.js","eslint":"node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run jscs && npm run eslint && npm run complexity","unit-tests":"node test/unit-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","test":"npm run all-tests && npm run static-analysis && npm run dynamic-analysis","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run all-tests && npm run browser-tests && npm run dynamic-analysis","droneio":"npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"8bf04c923b7eb7dbe1ba2dc119f9ded31b45dcd2","_id":"esprima@2.7.1","_shasum":"2ab7d1549edd06d14d69a6c1a1754aca02e9657e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"2ab7d1549edd06d14d69a6c1a1754aca02e9657e","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.7.1.tgz"},"directories":{}},"2.7.2":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.7.2","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.10.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","eslint":"~1.7.2","everything.js":"~1.0.3","glob":"^5.0.15","istanbul":"~0.4.0","jscs":"~2.3.5","json-diff":"~0.3.1","karma":"^0.13.11","karma-chrome-launcher":"^0.2.1","karma-detect-browsers":"^2.0.2","karma-firefox-launcher":"^0.1.6","karma-ie-launcher":"^0.2.0","karma-mocha":"^0.2.0","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.14","lodash":"^3.10.0","mocha":"^2.3.3","node-tick-processor":"~0.0.2","regenerate":"~1.2.1","temp":"~0.8.3","unicode-7.0.0":"~0.1.5"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","jscs":"jscs -p crockford esprima.js && jscs -p crockford test/*.js","eslint":"node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run jscs && npm run eslint && npm run complexity","unit-tests":"node test/unit-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","test":"npm run all-tests && npm run static-analysis && npm run dynamic-analysis","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run all-tests && npm run browser-tests && npm run dynamic-analysis","droneio":"npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"eb05a03b18b8433ab1ebeabea635a949219cd75e","_id":"esprima@2.7.2","_shasum":"f43be543609984eae44c933ac63352a6af35f339","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"f43be543609984eae44c933ac63352a6af35f339","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.7.2.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/esprima-2.7.2.tgz_1454477276067_0.014412595424801111"},"directories":{}},"2.7.3":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"2.7.3","files":["bin","unit-tests.js","esprima.js"],"engines":{"node":">=0.10.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","eslint":"~1.7.2","everything.js":"~1.0.3","glob":"^5.0.15","istanbul":"~0.4.0","jscs":"~2.3.5","json-diff":"~0.3.1","karma":"^0.13.11","karma-chrome-launcher":"^0.2.1","karma-detect-browsers":"^2.0.2","karma-firefox-launcher":"^0.1.6","karma-ie-launcher":"^0.2.0","karma-mocha":"^0.2.0","karma-safari-launcher":"^0.1.1","karma-sauce-launcher":"^0.2.14","lodash":"^3.10.0","mocha":"^2.3.3","node-tick-processor":"~0.0.2","regenerate":"~1.2.1","temp":"~0.8.3","unicode-7.0.0":"~0.1.5"},"keywords":["ast","ecmascript","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","jscs":"jscs -p crockford esprima.js && jscs -p crockford test/*.js","eslint":"node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run jscs && npm run eslint && npm run complexity","unit-tests":"node test/unit-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","test":"npm run all-tests && npm run static-analysis && npm run dynamic-analysis","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark":"node test/benchmarks.js","benchmark-quick":"node test/benchmarks.js quick","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run all-tests && npm run browser-tests && npm run dynamic-analysis","droneio":"npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"abaaf7f12040f0b31fac6fee342ffec8feab15d0","_id":"esprima@2.7.3","_shasum":"96e3b70d5779f6ad49cd032673d1c312767ba581","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"96e3b70d5779f6ad49cd032673d1c312767ba581","tarball":"https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/esprima-2.7.3.tgz_1472013602345_0.010668299393728375"},"directories":{}},"3.0.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"dist/esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"3.0.0","files":["bin","dist/esprima.js"],"engines":{"node":">=0.10.0"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","everything.js":"~1.0.3","glob":"~7.0.0","istanbul":"~0.4.0","jscs":"~3.0.3","json-diff":"~0.3.1","karma":"~1.2.0","karma-chrome-launcher":"~2.0.0","karma-detect-browsers":"~2.1.0","karma-firefox-launcher":"~1.0.0","karma-ie-launcher":"~1.0.0","karma-mocha":"~1.1.1","karma-safari-launcher":"~1.0.0","karma-sauce-launcher":"~1.0.0","lodash":"~3.10.1","mocha":"~3.0.2","node-tick-processor":"~0.0.2","regenerate":"~1.3.1","temp":"~0.8.3","tslint":"~3.15.1","typescript":"~1.8.10","typescript-formatter":"~1.2.0","unicode-8.0.0":"~0.7.0","webpack":"~1.13.2"},"keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","tslint":"tslint src/*.ts","code-style":"tsfmt --verify src/*.ts && jscs -p crockford test/*.js","format-code":"tsfmt -r src/*.ts","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run tslint && npm run code-style && npm run complexity","hostile-env-tests":"node test/hostile-environment-tests.js","unit-tests":"node test/unit-tests.js","api-tests":"mocha -R dot test/api-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run compile && npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","compile":"tsc -p src/ && webpack && node tools/fixupbundle.js","test":"npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis","prepublish":"npm run compile","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark-parser":"node -expose_gc test/benchmark-parser.js","benchmark-tokenizer":"node --expose_gc test/benchmark-tokenizer.js","benchmark":"npm run benchmark-parser && npm run benchmark-tokenizer","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run compile && npm run all-tests && npm run browser-tests","droneio":"npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","generate-regex":"node tools/generate-identifier-regex.js","generate-xhtml-entities":"node tools/generate-xhtml-entities.js"},"gitHead":"dea024fc158259ed513d78c1bb910ce847fd556c","_id":"esprima@3.0.0","_shasum":"53cf247acda77313e551c3aa2e73342d3fb4f7d9","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"53cf247acda77313e551c3aa2e73342d3fb4f7d9","tarball":"https://registry.npmjs.org/esprima/-/esprima-3.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/esprima-3.0.0.tgz_1472911974371_0.6553201307542622"},"directories":{}},"3.1.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"dist/esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"3.1.0","files":["bin","dist/esprima.js"],"engines":{"node":">=4"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","everything.js":"~1.0.3","glob":"~7.1.0","istanbul":"~0.4.0","json-diff":"~0.3.1","karma":"~1.3.0","karma-chrome-launcher":"~2.0.0","karma-detect-browsers":"~2.1.0","karma-firefox-launcher":"~1.0.0","karma-ie-launcher":"~1.0.0","karma-mocha":"~1.2.0","karma-safari-launcher":"~1.0.0","karma-sauce-launcher":"~1.0.0","lodash":"~3.10.1","mocha":"~3.1.0","node-tick-processor":"~0.0.2","regenerate":"~1.3.1","temp":"~0.8.3","tslint":"~3.15.1","typescript":"~1.8.10","typescript-formatter":"~2.3.0","unicode-8.0.0":"~0.7.0","webpack":"~1.13.2"},"keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","tslint":"tslint src/*.ts","code-style":"tsfmt --verify src/*.ts && tsfmt --verify test/*.js","format-code":"tsfmt -r src/*.ts && tsfmt -r test/*.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run tslint && npm run code-style && npm run complexity","hostile-env-tests":"node test/hostile-environment-tests.js","unit-tests":"node test/unit-tests.js","api-tests":"mocha -R dot test/api-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run compile && npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","saucelabs":"npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","compile":"tsc -p src/ && webpack && node tools/fixupbundle.js","test":"npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis","prepublish":"npm run compile","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark-parser":"node -expose_gc test/benchmark-parser.js","benchmark-tokenizer":"node --expose_gc test/benchmark-tokenizer.js","benchmark":"npm run benchmark-parser && npm run benchmark-tokenizer","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run compile && npm run all-tests && npm run browser-tests","droneio":"npm run compile && npm run all-tests && npm run saucelabs","generate-regex":"node tools/generate-identifier-regex.js","generate-xhtml-entities":"node tools/generate-xhtml-entities.js"},"gitHead":"8411f93b57d868a26eea3430960978bacd0a61c6","_id":"esprima@3.1.0","_shasum":"ea6aec30615034b0e8097ab2297ed2d5c887e3c3","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"ea6aec30615034b0e8097ab2297ed2d5c887e3c3","tarball":"https://registry.npmjs.org/esprima/-/esprima-3.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/esprima-3.1.0.tgz_1476034508777_0.3441668862942606"},"directories":{}},"3.1.1":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"dist/esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"3.1.1","files":["bin","dist/esprima.js"],"engines":{"node":">=4"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","everything.js":"~1.0.3","glob":"~7.1.0","istanbul":"~0.4.0","json-diff":"~0.3.1","karma":"~1.3.0","karma-chrome-launcher":"~2.0.0","karma-detect-browsers":"~2.1.0","karma-firefox-launcher":"~1.0.0","karma-ie-launcher":"~1.0.0","karma-mocha":"~1.2.0","karma-safari-launcher":"~1.0.0","karma-sauce-launcher":"~1.0.0","lodash":"~3.10.1","mocha":"~3.1.0","node-tick-processor":"~0.0.2","regenerate":"~1.3.1","temp":"~0.8.3","tslint":"~3.15.1","typescript":"~1.8.10","typescript-formatter":"~2.3.0","unicode-8.0.0":"~0.7.0","webpack":"~1.13.2"},"keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","tslint":"tslint src/*.ts","code-style":"tsfmt --verify src/*.ts && tsfmt --verify test/*.js","format-code":"tsfmt -r src/*.ts && tsfmt -r test/*.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run tslint && npm run code-style && npm run complexity","hostile-env-tests":"node test/hostile-environment-tests.js","unit-tests":"node test/unit-tests.js","api-tests":"mocha -R dot test/api-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run compile && npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","saucelabs":"npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","compile":"tsc -p src/ && webpack && node tools/fixupbundle.js","test":"npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis","prepublish":"npm run compile","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark-parser":"node -expose_gc test/benchmark-parser.js","benchmark-tokenizer":"node --expose_gc test/benchmark-tokenizer.js","benchmark":"npm run benchmark-parser && npm run benchmark-tokenizer","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run compile && npm run all-tests && npm run browser-tests","droneio":"npm run compile && npm run all-tests && npm run saucelabs","generate-regex":"node tools/generate-identifier-regex.js","generate-xhtml-entities":"node tools/generate-xhtml-entities.js"},"gitHead":"f404c555cd4b15b828538a2cac303d538f639dd2","_id":"esprima@3.1.1","_shasum":"02dbcc5ac3ece81070377f99158ec742ab5dda06","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.8.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"02dbcc5ac3ece81070377f99158ec742ab5dda06","tarball":"https://registry.npmjs.org/esprima/-/esprima-3.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/esprima-3.1.1.tgz_1477964071572_0.006474000168964267"},"directories":{}},"3.1.2":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"dist/esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"3.1.2","files":["bin","dist/esprima.js"],"engines":{"node":">=4"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","everything.js":"~1.0.3","glob":"~7.1.0","istanbul":"~0.4.0","json-diff":"~0.3.1","karma":"~1.3.0","karma-chrome-launcher":"~2.0.0","karma-detect-browsers":"~2.1.0","karma-firefox-launcher":"~1.0.0","karma-ie-launcher":"~1.0.0","karma-mocha":"~1.2.0","karma-safari-launcher":"~1.0.0","karma-sauce-launcher":"~1.0.0","lodash":"~3.10.1","mocha":"~3.1.0","node-tick-processor":"~0.0.2","regenerate":"~1.3.1","temp":"~0.8.3","tslint":"~3.15.1","typescript":"~1.8.10","typescript-formatter":"~2.3.0","unicode-8.0.0":"~0.7.0","webpack":"~1.13.2"},"keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","tslint":"tslint src/*.ts","code-style":"tsfmt --verify src/*.ts && tsfmt --verify test/*.js","format-code":"tsfmt -r src/*.ts && tsfmt -r test/*.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run tslint && npm run code-style && npm run complexity","hostile-env-tests":"node test/hostile-environment-tests.js","unit-tests":"node test/unit-tests.js","api-tests":"mocha -R dot test/api-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run compile && npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","saucelabs":"npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","compile":"tsc -p src/ && webpack && node tools/fixupbundle.js","test":"npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis","prepublish":"npm run compile","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark-parser":"node -expose_gc test/benchmark-parser.js","benchmark-tokenizer":"node --expose_gc test/benchmark-tokenizer.js","benchmark":"npm run benchmark-parser && npm run benchmark-tokenizer","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run compile && npm run all-tests && npm run browser-tests","droneio":"npm run compile && npm run all-tests && npm run saucelabs","generate-regex":"node tools/generate-identifier-regex.js","generate-xhtml-entities":"node tools/generate-xhtml-entities.js"},"gitHead":"23501af8af5721fe1f113e54dcf029cbbcb75bae","_id":"esprima@3.1.2","_shasum":"954b5d19321ca436092fa90f06d6798531fe8184","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"954b5d19321ca436092fa90f06d6798531fe8184","tarball":"https://registry.npmjs.org/esprima/-/esprima-3.1.2.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/esprima-3.1.2.tgz_1480001572241_0.9349541799165308"},"directories":{}},"3.1.3":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"dist/esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"3.1.3","files":["bin","dist/esprima.js"],"engines":{"node":">=4"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","everything.js":"~1.0.3","glob":"~7.1.0","istanbul":"~0.4.0","json-diff":"~0.3.1","karma":"~1.3.0","karma-chrome-launcher":"~2.0.0","karma-detect-browsers":"~2.1.0","karma-firefox-launcher":"~1.0.0","karma-ie-launcher":"~1.0.0","karma-mocha":"~1.2.0","karma-safari-launcher":"~1.0.0","karma-sauce-launcher":"~1.0.0","lodash":"~3.10.1","mocha":"~3.1.0","node-tick-processor":"~0.0.2","regenerate":"~1.3.1","temp":"~0.8.3","tslint":"~3.15.1","typescript":"~1.8.10","typescript-formatter":"~2.3.0","unicode-8.0.0":"~0.7.0","webpack":"~1.13.2"},"keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","tslint":"tslint src/*.ts","code-style":"tsfmt --verify src/*.ts && tsfmt --verify test/*.js","format-code":"tsfmt -r src/*.ts && tsfmt -r test/*.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run tslint && npm run code-style && npm run complexity","hostile-env-tests":"node test/hostile-environment-tests.js","unit-tests":"node test/unit-tests.js","api-tests":"mocha -R dot test/api-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run compile && npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","saucelabs":"npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","compile":"tsc -p src/ && webpack && node tools/fixupbundle.js","test":"npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis","prepublish":"npm run compile","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark-parser":"node -expose_gc test/benchmark-parser.js","benchmark-tokenizer":"node --expose_gc test/benchmark-tokenizer.js","benchmark":"npm run benchmark-parser && npm run benchmark-tokenizer","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run compile && npm run all-tests && npm run browser-tests","droneio":"npm run compile && npm run all-tests && npm run saucelabs","generate-regex":"node tools/generate-identifier-regex.js","generate-xhtml-entities":"node tools/generate-xhtml-entities.js"},"gitHead":"cd5909280f363d503142cb79077ec532132d9749","_id":"esprima@3.1.3","_shasum":"fdca51cee6133895e3c88d535ce49dbff62a4633","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"shasum":"fdca51cee6133895e3c88d535ce49dbff62a4633","tarball":"https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/esprima-3.1.3.tgz_1482463104044_0.19027737597934902"},"directories":{}},"4.0.0":{"name":"esprima","description":"ECMAScript parsing infrastructure for multipurpose analysis","homepage":"http://esprima.org","main":"dist/esprima.js","bin":{"esparse":"./bin/esparse.js","esvalidate":"./bin/esvalidate.js"},"version":"4.0.0","files":["bin","dist/esprima.js"],"engines":{"node":">=4"},"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","devDependencies":{"codecov.io":"~0.1.6","escomplex-js":"1.2.0","everything.js":"~1.0.3","glob":"~7.1.0","istanbul":"~0.4.0","json-diff":"~0.3.1","karma":"~1.3.0","karma-chrome-launcher":"~2.0.0","karma-detect-browsers":"~2.2.3","karma-edge-launcher":"~0.2.0","karma-firefox-launcher":"~1.0.0","karma-ie-launcher":"~1.0.0","karma-mocha":"~1.3.0","karma-safari-launcher":"~1.0.0","karma-safaritechpreview-launcher":"~0.0.4","karma-sauce-launcher":"~1.1.0","lodash":"~3.10.1","mocha":"~3.2.0","node-tick-processor":"~0.0.2","regenerate":"~1.3.2","temp":"~0.8.3","tslint":"~5.1.0","typescript":"~2.3.2","typescript-formatter":"~5.1.3","unicode-8.0.0":"~0.7.0","webpack":"~1.14.0"},"keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"scripts":{"check-version":"node test/check-version.js","tslint":"tslint src/*.ts","code-style":"tsfmt --verify src/*.ts && tsfmt --verify test/*.js","format-code":"tsfmt -r src/*.ts && tsfmt -r test/*.js","complexity":"node test/check-complexity.js","static-analysis":"npm run check-version && npm run tslint && npm run code-style && npm run complexity","hostile-env-tests":"node test/hostile-environment-tests.js","unit-tests":"node test/unit-tests.js","api-tests":"mocha -R dot test/api-tests.js","grammar-tests":"node test/grammar-tests.js","regression-tests":"node test/regression-tests.js","all-tests":"npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests","verify-line-ending":"node test/verify-line-ending.js","generate-fixtures":"node tools/generate-fixtures.js","browser-tests":"npm run compile && npm run generate-fixtures && cd test && karma start --single-run","saucelabs-evergreen":"cd test && karma start saucelabs-evergreen.conf.js","saucelabs-safari":"cd test && karma start saucelabs-safari.conf.js","saucelabs-ie":"cd test && karma start saucelabs-ie.conf.js","saucelabs":"npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari","analyze-coverage":"istanbul cover test/unit-tests.js","check-coverage":"istanbul check-coverage --statement 100 --branch 100 --function 100","dynamic-analysis":"npm run analyze-coverage && npm run check-coverage","compile":"tsc -p src/ && webpack && node tools/fixupbundle.js","test":"npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis","prepublish":"npm run compile","profile":"node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor","benchmark-parser":"node -expose_gc test/benchmark-parser.js","benchmark-tokenizer":"node --expose_gc test/benchmark-tokenizer.js","benchmark":"npm run benchmark-parser && npm run benchmark-tokenizer","codecov":"istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml","downstream":"node test/downstream.js","travis":"npm test","circleci":"npm test && npm run codecov && npm run downstream","appveyor":"npm run compile && npm run all-tests && npm run browser-tests","droneio":"npm run compile && npm run all-tests && npm run saucelabs","generate-regex":"node tools/generate-identifier-regex.js","generate-xhtml-entities":"node tools/generate-xhtml-entities.js"},"gitHead":"56c0f0f7248c8611cb55cb97ad089cb86cf8ddb3","_id":"esprima@4.0.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"ariya","email":"ariya.hidayat@gmail.com"},"dist":{"integrity":"sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==","shasum":"4499eddcd1110e0b218bacf2fa7f7f59f55ca804","tarball":"https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/esprima-4.0.0.tgz_1497095776705_0.45635089301504195"},"directories":{}}},"readme":"[![NPM version](https://img.shields.io/npm/v/esprima.svg)](https://www.npmjs.com/package/esprima)\n[![npm download](https://img.shields.io/npm/dm/esprima.svg)](https://www.npmjs.com/package/esprima)\n[![Build Status](https://img.shields.io/travis/jquery/esprima/master.svg)](https://travis-ci.org/jquery/esprima)\n[![Coverage Status](https://img.shields.io/codecov/c/github/jquery/esprima/master.svg)](https://codecov.io/github/jquery/esprima)\n\n**Esprima** ([esprima.org](http://esprima.org), BSD license) is a high performance,\nstandard-compliant [ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm)\nparser written in ECMAScript (also popularly known as\n[JavaScript](https://en.wikipedia.org/wiki/JavaScript)).\nEsprima is created and maintained by [Ariya Hidayat](https://twitter.com/ariyahidayat),\nwith the help of [many contributors](https://github.com/jquery/esprima/contributors).\n\n### Features\n\n- Full support for ECMAScript 2017 ([ECMA-262 8th Edition](http://www.ecma-international.org/publications/standards/Ecma-262.htm))\n- Sensible [syntax tree format](https://github.com/estree/estree/blob/master/es5.md) as standardized by [ESTree project](https://github.com/estree/estree)\n- Experimental support for [JSX](https://facebook.github.io/jsx/), a syntax extension for [React](https://facebook.github.io/react/)\n- Optional tracking of syntax node location (index-based and line-column)\n- [Heavily tested](http://esprima.org/test/ci.html) (~1500 [unit tests](https://github.com/jquery/esprima/tree/master/test/fixtures) with [full code coverage](https://codecov.io/github/jquery/esprima))\n\n### API\n\nEsprima can be used to perform [lexical analysis](https://en.wikipedia.org/wiki/Lexical_analysis) (tokenization) or [syntactic analysis](https://en.wikipedia.org/wiki/Parsing) (parsing) of a JavaScript program.\n\nA simple example on Node.js REPL:\n\n```javascript\n> var esprima = require('esprima');\n> var program = 'const answer = 42';\n\n> esprima.tokenize(program);\n[ { type: 'Keyword', value: 'const' },\n { type: 'Identifier', value: 'answer' },\n { type: 'Punctuator', value: '=' },\n { type: 'Numeric', value: '42' } ]\n \n> esprima.parseScript(program);\n{ type: 'Program',\n body:\n [ { type: 'VariableDeclaration',\n declarations: [Object],\n kind: 'const' } ],\n sourceType: 'script' }\n```\n\nFor more information, please read the [complete documentation](http://esprima.org/doc).","maintainers":[{"name":"ariya","email":"ariya.hidayat@gmail.com"}],"time":{"modified":"2017-07-03T11:04:31.155Z","created":"2011-11-25T05:45:39.271Z","0.7.0":"2011-11-25T05:45:41.118Z","0.8.0":"2011-11-27T19:59:06.359Z","0.8.1":"2011-11-30T15:43:01.939Z","0.8.2":"2011-12-01T16:40:18.907Z","0.9.0":"2011-12-02T16:10:54.419Z","0.9.1":"2011-12-03T18:34:53.006Z","0.9.2":"2011-12-05T15:24:51.970Z","0.9.3":"2011-12-09T06:36:24.578Z","0.9.4":"2011-12-13T16:10:32.001Z","0.9.5":"2011-12-22T02:42:29.051Z","0.9.6":"2012-01-01T19:45:58.344Z","0.9.7":"2012-01-23T04:01:09.485Z","0.9.8":"2012-02-16T15:20:36.451Z","0.9.9":"2012-03-29T05:55:52.820Z","1.0.0":"2012-10-22T09:20:29.359Z","1.0.1":"2012-10-29T02:57:27.792Z","1.0.2":"2012-11-06T06:06:52.547Z","1.0.3":"2013-05-17T14:51:52.964Z","1.0.4":"2013-08-29T05:24:39.624Z","1.1.0":"2014-03-24T15:10:54.011Z","1.1.1":"2014-03-26T15:21:42.488Z","1.2.0":"2014-04-30T05:11:57.910Z","1.2.1":"2014-05-04T18:39:50.836Z","1.2.2":"2014-05-19T06:35:59.891Z","1.2.3":"2015-01-18T18:19:56.686Z","1.2.4":"2015-02-05T16:58:05.039Z","2.0.0":"2015-02-06T08:28:39.786Z","1.2.5":"2015-03-03T16:32:43.830Z","2.1.0":"2015-03-09T16:31:55.960Z","2.2.0":"2015-04-17T13:44:52.729Z","2.3.0":"2015-06-17T06:06:13.513Z","2.4.0":"2015-06-26T08:50:02.645Z","2.4.1":"2015-07-01T07:37:50.207Z","2.5.0":"2015-08-01T07:37:47.437Z","2.6.0":"2015-09-01T13:39:17.351Z","2.7.0":"2015-10-22T13:37:16.314Z","2.7.1":"2015-12-10T15:56:54.946Z","2.7.2":"2016-02-03T05:27:56.817Z","2.7.3":"2016-08-24T04:40:05.981Z","3.0.0":"2016-09-03T14:12:54.637Z","3.1.0":"2016-10-09T17:35:10.436Z","3.1.1":"2016-11-01T01:34:31.812Z","3.1.2":"2016-11-24T15:32:54.356Z","3.1.3":"2016-12-23T03:18:26.259Z","4.0.0":"2017-06-10T11:56:16.911Z"},"repository":{"type":"git","url":"git+https://github.com/jquery/esprima.git"},"users":{"6174":true,"fgribreau":true,"isao":true,"freethenation":true,"medikoo":true,"millermedeiros":true,"charmander":true,"hij1nx":true,"kastor":true,"kriskowal":true,"mathias":true,"mk":true,"blakeembrey":true,"delapouite":true,"apk":true,"elmasse":true,"tristen":true,"davepoon":true,"fanchangyong":true,"kareemamin":true,"oceanswave":true,"themiddleman":true,"mindcookin":true,"mastayoda":true,"yashprit":true,"noyobo":true,"alexbaumgertner":true,"fentas":true,"decoded":true,"nice_body":true,"panlw":true,"subchen":true,"roryrjb":true,"djamseed":true,"wdk":true,"tobiasnickel":true,"derflatulator":true,"maninbucket":true,"eserozvataf":true,"nickeltobias":true,"cognivator":true,"grreenzz":true,"suryagh":true,"liu946":true,"suissa":true,"arleytriana":true,"kkuehl":true,"eklem":true,"dario1985":true,"isenricho":true,"marseilledev":true,"rsp":true,"suddi":true,"shuoshubao":true,"thewhiterabbit":true,"grandsong":true,"tsxuehu":true,"tedyhy":true,"brentlintner":true},"readmeFilename":"README.md","homepage":"http://esprima.org","keywords":["ast","ecmascript","esprima","javascript","parser","syntax"],"author":{"name":"Ariya Hidayat","email":"ariya.hidayat@gmail.com"},"bugs":{"url":"https://github.com/jquery/esprima/issues"},"license":"BSD-2-Clause","_attachments":{},"_etag":"W/\"595a24bf-184be\"","_lastModified":"Mon, 03 Jul 2017 11:04:31 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/estraverse/.cache.json b/frappe/.npm/registry.npmjs.org/estraverse/.cache.json new file mode 100644 index 00000000..8e7095b4 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/estraverse/.cache.json @@ -0,0 +1 @@ +{"_id":"estraverse","_rev":"82-4f10d1acded2ef8bc41d5d9751824296","name":"estraverse","description":"ECMAScript JS AST traversal functions","dist-tags":{"latest":"4.2.0"},"versions":{"0.0.1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"0.0.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"./node_modules/.bin/mocha"},"_id":"estraverse@0.0.1","dist":{"shasum":"b2e3568b9e31f7e8457653f271b2be4426440722","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-0.0.1.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"0.0.2":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"0.0.2","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"./node_modules/.bin/mocha"},"_id":"estraverse@0.0.2","dist":{"shasum":"ed7be209b21de195e6ac7c3986ce5f22e569777f","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-0.0.2.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"0.0.3":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"0.0.3","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"./node_modules/.bin/mocha"},"_id":"estraverse@0.0.3","dist":{"shasum":"fc1b62686aed7614b28a73e0c56749eb3fe7a2a9","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-0.0.3.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"0.0.4":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"0.0.4","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"./node_modules/.bin/mocha"},"_id":"estraverse@0.0.4","dist":{"shasum":"01a0932dfee574684a598af5a67c3bf9b6428db2","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-0.0.4.tgz"},"_npmVersion":"1.1.68","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.0.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"1.0.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"jshint":"~1.1.0","mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint","lint":"node_modules/.bin/jshint estraverse.js"},"_id":"estraverse@1.0.0","dist":{"shasum":"15c71548c340d4822b6b085b6c16fe79f6c599d9","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.0.0.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.1.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"1.1.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"jshint":"~1.1.0","mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint","lint":"node_modules/.bin/jshint estraverse.js"},"_id":"estraverse@1.1.0","dist":{"shasum":"3a4e450fd48d70c1310492207c3c0004a99743b9","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.1.0.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.1.1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"1.1.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"jshint":"~1.1.0","mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint","lint":"node_modules/.bin/jshint estraverse.js"},"_id":"estraverse@1.1.1","dist":{"shasum":"657fff768decd7e329e2454534897b70dc701ebf","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.1.1.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.1.2-1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"1.1.2-1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"jshint":"~1.1.0","mocha":"*","chai":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint","lint":"node_modules/.bin/jshint estraverse.js"},"_id":"estraverse@1.1.2-1","dist":{"shasum":"28ff59bb3cf1272a2027e1c1541f94b23226b311","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.1.2-1.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.2.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"1.2.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"~2.1.4","coffee-script":"~1.6.3"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.2.0","dist":{"shasum":"6a3dc8a46a5d6766e5668639fc782976ce5660fd","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.2.0.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.3.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"1.3.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"~2.1.4","coffee-script":"~1.6.3"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.3.0","dist":{"shasum":"97fe9ceff88eaebf16ed0f276e246ace63787ed0","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.3.0.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.3.1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"http://github.com/Constellation/estraverse.html","main":"estraverse.js","version":"1.3.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.3.1","dist":{"shasum":"628603c22af563a1dbc5a6d59fbb5b072f52f87d","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.3.1.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.3.2":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.3.2","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.3.2","dist":{"shasum":"37c2b893ef13d723f276d878d60d8535152a6c42","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.3.2.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.4.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.4.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.4.0","dist":{"shasum":"c6e1ad13b3f1b389da32214f2debe4788382bfc6","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.4.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.5.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.5.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.5.0","dist":{"shasum":"248ec3f0d4bf39a940109c92a05ceb56d59e53ee","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.5.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.5.1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.5.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","xyz":"^0.4.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script","release-major":"xyz --increment major","release-minor":"xyz --increment minor","release-patch":"xyz --increment patch"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.5.1","dist":{"shasum":"867a3e8e58a9f84618afb6c2ddbcd916b7cbaf71","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.5.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.6.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.6.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","xyz":"^0.4.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script","release-major":"xyz --increment major --tag X.Y.Z","release-minor":"xyz --increment minor --tag X.Y.Z","release-patch":"xyz --increment patch --tag X.Y.Z"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.6.0","dist":{"shasum":"d6820b138fbdcfdbb98b32c979d0eda388d612f9","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.6.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.7.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.7.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"^1.21.5","chai":"^1.9.2","jshint":"^2.5.6","coffee-script":"^1.8.0","xyz":"^0.4.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register","release-major":"xyz --increment major --tag X.Y.Z","release-minor":"xyz --increment minor --tag X.Y.Z","release-patch":"xyz --increment patch --tag X.Y.Z"},"bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.7.0","dist":{"shasum":"05dbae27f44ee7cd795e16d118ceff05f1b6a413","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.7.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{}},"1.7.1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.7.1","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"^1.21.5","chai":"^1.9.2","jshint":"^2.5.6","coffee-script":"^1.8.0","xyz":"^0.4.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register","release-major":"xyz --increment major --tag X.Y.Z","release-minor":"xyz --increment minor --tag X.Y.Z","release-patch":"xyz --increment patch --tag X.Y.Z"},"gitHead":"dcea858762b9b64ea11b90a136dfb2b734390028","bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.7.1","_shasum":"9282b5c38911eb70ec63ad65254491338ef29d78","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"9282b5c38911eb70ec63ad65254491338ef29d78","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.7.1.tgz"},"directories":{}},"1.8.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/Constellation/estraverse","main":"estraverse.js","version":"1.8.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/estraverse.git"},"devDependencies":{"mocha":"^1.21.5","chai":"^1.9.2","jshint":"^2.5.6","coffee-script":"^1.8.0","xyz":"^0.4.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register","release-major":"xyz --increment major --tag X.Y.Z","release-minor":"xyz --increment minor --tag X.Y.Z","release-patch":"xyz --increment patch --tag X.Y.Z"},"gitHead":"c280df4aa75d7846328aa436ee5acd04afafc543","bugs":{"url":"https://github.com/Constellation/estraverse/issues"},"_id":"estraverse@1.8.0","_shasum":"3f1264fb62c8500dbae5e4f73705cd576d6af428","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"3f1264fb62c8500dbae5e4f73705cd576d6af428","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.8.0.tgz"},"directories":{}},"1.9.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"1.9.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/estools/estraverse.git"},"devDependencies":{"mocha":"^1.21.5","chai":"^1.9.2","jshint":"^2.5.6","coffee-script":"^1.8.0","xyz":"^0.4.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register","release-major":"xyz --increment major --tag X.Y.Z","release-minor":"xyz --increment minor --tag X.Y.Z","release-patch":"xyz --increment patch --tag X.Y.Z"},"gitHead":"1099e0f42bd6ffb07014ebf39423acdd5f63125e","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@1.9.0","_shasum":"738824ba445fab7ff2e42c7a7a98e7cf7ac2becf","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"738824ba445fab7ff2e42c7a7a98e7cf7ac2becf","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.9.0.tgz"},"directories":{}},"1.9.1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"1.9.1","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/estools/estraverse.git"},"devDependencies":{"mocha":"^1.21.5","chai":"^1.9.2","jshint":"^2.5.6","coffee-script":"^1.8.0","xyz":"^0.4.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register","release-major":"xyz --increment major --tag X.Y.Z","release-minor":"xyz --increment minor --tag X.Y.Z","release-patch":"xyz --increment patch --tag X.Y.Z"},"gitHead":"87bb46d03516514026e86291d1f1f29c19d3a3de","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@1.9.1","_shasum":"553a74829ef763ea6153807f86b90ccde5e32231","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"553a74829ef763ea6153807f86b90ccde5e32231","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.9.1.tgz"},"directories":{}},"1.9.3":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"1.9.3","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/estools/estraverse.git"},"devDependencies":{"chai":"^2.1.1","coffee-script":"^1.8.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register"},"gitHead":"9c249de6b2ea08655d3c68bfc30b5d7d81dc8703","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@1.9.3","_shasum":"af67f2dc922582415950926091a4005d29c9bb44","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"af67f2dc922582415950926091a4005d29c9bb44","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz"},"directories":{}},"2.0.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"2.0.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/estools/estraverse.git"},"devDependencies":{"chai":"^2.1.1","coffee-script":"^1.8.0","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register"},"gitHead":"d8bc726f126817cc03c7a4e751528edb19db0ffb","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@2.0.0","_shasum":"5ae46963243600206674ccb24a09e16674fcdca1","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"5ae46963243600206674ccb24a09e16674fcdca1","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-2.0.0.tgz"},"directories":{}},"3.0.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"3.0.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/estraverse.git"},"devDependencies":{"chai":"^2.1.1","coffee-script":"^1.8.0","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register"},"gitHead":"092772f209c966cbc7c5bd82dac5007c629270a5","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@3.0.0","_shasum":"bacaeb29215736a393cab94630097c15cca028bb","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"bacaeb29215736a393cab94630097c15cca028bb","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-3.0.0.tgz"},"directories":{}},"3.1.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"3.1.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/estraverse.git"},"devDependencies":{"chai":"^2.1.1","coffee-script":"^1.8.0","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register"},"gitHead":"166ebbe0a8d45ceb2391b6f5ef5d1bab6bfb267a","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@3.1.0","_shasum":"15e28a446b8b82bc700ccc8b96c78af4da0d6cba","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"15e28a446b8b82bc700ccc8b96c78af4da0d6cba","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-3.1.0.tgz"},"directories":{}},"4.0.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"4.0.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/estraverse.git"},"devDependencies":{"chai":"^2.1.1","coffee-script":"^1.8.0","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register"},"gitHead":"a5535660496d54a708ed4810e4c3b6c1f2761d81","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@4.0.0","_shasum":"ab96dd6bef5dc7958cec1d7d45085dd5c8f1eda1","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"ab96dd6bef5dc7958cec1d7d45085dd5c8f1eda1","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-4.0.0.tgz"},"directories":{}},"4.1.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"4.1.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/estraverse.git"},"devDependencies":{"chai":"^2.1.1","coffee-script":"^1.8.0","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/estraverse/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register"},"gitHead":"347d52996336719b5910c7ffb5ff3ea8ecb87cf3","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@4.1.0","_shasum":"40f23a76092041be6467d7f235c933b670766e05","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"40f23a76092041be6467d7f235c933b670766e05","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-4.1.0.tgz"},"directories":{}},"4.1.1":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"4.1.1","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"},{"name":"nzakas","email":"nicholas@nczconsulting.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/estraverse.git"},"devDependencies":{"chai":"^2.1.1","coffee-script":"^1.8.0","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"license":"BSD-2-Clause","scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers coffee:coffee-script/register"},"gitHead":"bbcccbfe98296585e4311c8755e1d00dcd581e3c","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@4.1.1","_shasum":"f6caca728933a850ef90661d0e17982ba47111a2","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"f6caca728933a850ef90661d0e17982ba47111a2","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz"},"directories":{}},"4.2.0":{"name":"estraverse","description":"ECMAScript JS AST traversal functions","homepage":"https://github.com/estools/estraverse","main":"estraverse.js","version":"4.2.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"},{"name":"nzakas","email":"nicholas@nczconsulting.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/estraverse.git"},"devDependencies":{"babel-preset-es2015":"^6.3.13","babel-register":"^6.3.13","chai":"^2.1.1","espree":"^1.11.0","gulp":"^3.8.10","gulp-bump":"^0.2.2","gulp-filter":"^2.0.0","gulp-git":"^1.0.1","gulp-tag-version":"^1.2.1","jshint":"^2.5.6","mocha":"^2.1.0"},"license":"BSD-2-Clause","scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint estraverse.js","unit-test":"mocha --compilers js:babel-register"},"gitHead":"6f6a4e99653908e859c7c10d04d9518bf4844ede","bugs":{"url":"https://github.com/estools/estraverse/issues"},"_id":"estraverse@4.2.0","_shasum":"0dee3fed31fcd469618ce7342099fc1afa0bdb13","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"nzakas","email":"nicholas@nczconsulting.com"},"dist":{"shasum":"0dee3fed31fcd469618ce7342099fc1afa0bdb13","tarball":"https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/estraverse-4.2.0.tgz_1457646738925_0.7118953282479197"},"directories":{}}},"readme":"### Estraverse [![Build Status](https://secure.travis-ci.org/estools/estraverse.png)](http://travis-ci.org/estools/estraverse)\n\nEstraverse ([estraverse](http://github.com/estools/estraverse)) is\n[ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm)\ntraversal functions from [esmangle project](http://github.com/estools/esmangle).\n\n### Documentation\n\nYou can find usage docs at [wiki page](https://github.com/estools/estraverse/wiki/Usage).\n\n### Example Usage\n\nThe following code will output all variables declared at the root of a file.\n\n```javascript\nestraverse.traverse(ast, {\n enter: function (node, parent) {\n if (node.type == 'FunctionExpression' || node.type == 'FunctionDeclaration')\n return estraverse.VisitorOption.Skip;\n },\n leave: function (node, parent) {\n if (node.type == 'VariableDeclarator')\n console.log(node.id.name);\n }\n});\n```\n\nWe can use `this.skip`, `this.remove` and `this.break` functions instead of using Skip, Remove and Break.\n\n```javascript\nestraverse.traverse(ast, {\n enter: function (node) {\n this.break();\n }\n});\n```\n\nAnd estraverse provides `estraverse.replace` function. When returning node from `enter`/`leave`, current node is replaced with it.\n\n```javascript\nresult = estraverse.replace(tree, {\n enter: function (node) {\n // Replace it with replaced.\n if (node.type === 'Literal')\n return replaced;\n }\n});\n```\n\nBy passing `visitor.keys` mapping, we can extend estraverse traversing functionality.\n\n```javascript\n// This tree contains a user-defined `TestExpression` node.\nvar tree = {\n type: 'TestExpression',\n\n // This 'argument' is the property containing the other **node**.\n argument: {\n type: 'Literal',\n value: 20\n },\n\n // This 'extended' is the property not containing the other **node**.\n extended: true\n};\nestraverse.traverse(tree, {\n enter: function (node) { },\n\n // Extending the existing traversing rules.\n keys: {\n // TargetNodeName: [ 'keys', 'containing', 'the', 'other', '**node**' ]\n TestExpression: ['argument']\n }\n});\n```\n\nBy passing `visitor.fallback` option, we can control the behavior when encountering unknown nodes.\n\n```javascript\n// This tree contains a user-defined `TestExpression` node.\nvar tree = {\n type: 'TestExpression',\n\n // This 'argument' is the property containing the other **node**.\n argument: {\n type: 'Literal',\n value: 20\n },\n\n // This 'extended' is the property not containing the other **node**.\n extended: true\n};\nestraverse.traverse(tree, {\n enter: function (node) { },\n\n // Iterating the child **nodes** of unknown nodes.\n fallback: 'iteration'\n});\n```\n\nWhen `visitor.fallback` is a function, we can determine which keys to visit on each node.\n\n```javascript\n// This tree contains a user-defined `TestExpression` node.\nvar tree = {\n type: 'TestExpression',\n\n // This 'argument' is the property containing the other **node**.\n argument: {\n type: 'Literal',\n value: 20\n },\n\n // This 'extended' is the property not containing the other **node**.\n extended: true\n};\nestraverse.traverse(tree, {\n enter: function (node) { },\n\n // Skip the `argument` property of each node\n fallback: function(node) {\n return Object.keys(node).filter(function(key) {\n return key !== 'argument';\n });\n }\n});\n```\n\n### License\n\nCopyright (C) 2012-2016 [Yusuke Suzuki](http://github.com/Constellation)\n (twitter: [@Constellation](http://twitter.com/Constellation)) and other contributors.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"},{"name":"nzakas","email":"nicholas@nczconsulting.com"}],"time":{"modified":"2017-05-11T17:41:16.445Z","created":"2012-10-09T18:22:10.554Z","0.0.1":"2012-10-09T18:22:13.245Z","0.0.2":"2012-10-10T15:55:50.457Z","0.0.3":"2012-10-14T20:22:02.442Z","0.0.4":"2013-01-12T04:46:43.949Z","1.0.0":"2013-04-04T23:47:16.516Z","1.1.0":"2013-04-07T18:21:32.501Z","1.1.1":"2013-04-08T18:48:24.263Z","1.1.2":"2013-06-14T16:03:02.586Z","1.1.2-1":"2013-06-16T06:01:22.374Z","1.2.0":"2013-07-17T06:23:17.271Z","1.3.0":"2013-07-28T00:57:00.729Z","1.3.1":"2013-09-10T16:41:11.640Z","1.3.2":"2013-10-25T07:57:45.918Z","1.4.0":"2013-11-08T06:30:11.391Z","1.5.0":"2013-11-25T18:19:17.866Z","1.5.1":"2014-07-06T15:40:01.736Z","1.6.0":"2014-10-18T17:06:46.758Z","1.7.0":"2014-10-20T19:54:06.922Z","1.7.1":"2014-11-07T16:44:56.683Z","1.8.0":"2014-11-19T18:04:47.944Z","1.9.0":"2014-12-08T02:31:51.731Z","1.9.1":"2014-12-30T08:32:11.459Z","1.9.3":"2015-03-05T15:54:02.657Z","2.0.0":"2015-03-08T18:09:09.203Z","3.0.0":"2015-03-14T18:01:30.211Z","3.1.0":"2015-03-14T19:49:25.711Z","4.0.0":"2015-04-22T14:02:10.578Z","4.1.0":"2015-05-02T17:01:21.409Z","4.1.1":"2015-10-18T13:33:21.529Z","4.2.0":"2016-03-10T21:52:19.346Z"},"repository":{"type":"git","url":"git+ssh://git@github.com/estools/estraverse.git"},"homepage":"https://github.com/estools/estraverse","bugs":{"url":"https://github.com/estools/estraverse/issues"},"readmeFilename":"README.md","users":{"noyobo":true,"wangnan0610":true,"arleytriana":true,"djblue":true,"kaizendad":true,"abhisekp":true,"kael":true,"rsp":true,"shuoshubao":true},"license":"BSD-2-Clause","_attachments":{},"_etag":"W/\"5914a23c-9d21\"","_lastModified":"Thu, 11 May 2017 17:41:16 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/esutils/.cache.json b/frappe/.npm/registry.npmjs.org/esutils/.cache.json new file mode 100644 index 00000000..a8960cd1 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/esutils/.cache.json @@ -0,0 +1 @@ +{"_id":"esutils","_rev":"28-155e855d8fc07af6a01835a976add249","name":"esutils","description":"utility box for ECMAScript language tools","dist-tags":{"latest":"2.0.2"},"versions":{"1.0.0":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.0.0","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"dependencies":{},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec"},"bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.0.0","dist":{"shasum":"8151d358e20c8acc7fb745e7472c0025fe496570","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"}},"1.1.0":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.0","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.0","dist":{"shasum":"813a780e504026b7c82ba9d8ea8f2193391ca510","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"}},"1.1.1":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.1","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.1","dist":{"shasum":"222e7b2d8f9c2a0c888d9ee16c1d2d1a9777f12f","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"}},"1.1.2":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.2","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.2","dist":{"shasum":"f121b7e7e6813d3f4332d297365c2d931cf666ad","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"}},"1.1.3":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.3","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.3","dist":{"shasum":"837448ccd7fbe5471f7c960df60055983137c95a","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"}},"1.1.4":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.4","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.4","dist":{"shasum":"9d37c87e30bcd2646a387c1d0703021c9caa660d","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"}},"1.1.5-dev":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.5-dev","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"e40b337ee770a787c38dfff58533f8f2a4152306","bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.5-dev","_shasum":"6445009d6979a4e8322250c677ede7b2b9e39c69","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"6445009d6979a4e8322250c677ede7b2b9e39c69","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.5-dev.tgz"}},"1.1.5":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.5","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"e40b337ee770a787c38dfff58533f8f2a4152306","bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.5","_shasum":"91d7a91378288910d02cecee4f02329afadbfbf4","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"91d7a91378288910d02cecee4f02329afadbfbf4","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.5.tgz"}},"1.1.6":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/Constellation/esutils","main":"lib/utils.js","version":"1.1.6","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"http://github.com/Constellation/esutils.git"},"devDependencies":{"mocha":"~1.12.0","chai":"~1.7.2","jshint":"2.1.5","coffee-script":"~1.6.3","unicode-6.3.0":"~0.1.1","regenerate":"~0.5.4"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"a91c5ed6199d1019ef071f610848fcd5103ef153","bugs":{"url":"https://github.com/Constellation/esutils/issues"},"_id":"esutils@1.1.6","_shasum":"c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375","tarball":"https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz"}},"2.0.0":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/estools/esutils","main":"lib/utils.js","version":"2.0.0","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/esutils.git"},"devDependencies":{"chai":"~1.7.2","coffee-script":"~1.6.3","jshint":"2.6.3","mocha":"~2.2.1","regenerate":"~1.2.1","unicode-7.0.0":"^0.1.5"},"licenses":[{"type":"BSD","url":"http://github.com/estools/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"ab491753eab7eff99bdc839d3224632de95735eb","bugs":{"url":"https://github.com/estools/esutils/issues"},"_id":"esutils@2.0.0","_shasum":"6ab3d92654bedd456ec7fa172946c8942c7dc965","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"6ab3d92654bedd456ec7fa172946c8942c7dc965","tarball":"https://registry.npmjs.org/esutils/-/esutils-2.0.0.tgz"}},"2.0.1":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/estools/esutils","main":"lib/utils.js","version":"2.0.1","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/esutils.git"},"devDependencies":{"chai":"~1.7.2","coffee-script":"~1.6.3","jshint":"2.6.3","mocha":"~2.2.1","regenerate":"~1.2.1","unicode-7.0.0":"^0.1.5"},"licenses":[{"type":"BSD","url":"http://github.com/estools/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"c884ed8638de82aa8145a194a29644ea0b9f4dbe","bugs":{"url":"https://github.com/estools/esutils/issues"},"_id":"esutils@2.0.1","_shasum":"090a6d6a61d1a769da9f403792f8deae9da45167","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"090a6d6a61d1a769da9f403792f8deae9da45167","tarball":"https://registry.npmjs.org/esutils/-/esutils-2.0.1.tgz"}},"2.0.2":{"name":"esutils","description":"utility box for ECMAScript language tools","homepage":"https://github.com/estools/esutils","main":"lib/utils.js","version":"2.0.2","engines":{"node":">=0.10.0"},"directories":{"lib":"./lib"},"files":["LICENSE.BSD","README.md","lib"],"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/esutils.git"},"devDependencies":{"chai":"~1.7.2","coffee-script":"~1.6.3","jshint":"2.6.3","mocha":"~2.2.1","regenerate":"~1.2.1","unicode-7.0.0":"^0.1.5"},"licenses":[{"type":"BSD","url":"http://github.com/estools/esutils/raw/master/LICENSE.BSD"}],"scripts":{"test":"npm run-script lint && npm run-script unit-test","lint":"jshint lib/*.js","unit-test":"mocha --compilers coffee:coffee-script -R spec","generate-regex":"node tools/generate-identifier-regex.js"},"gitHead":"3ffd1c403f3f29db9e8a9574b1895682e57b6a7f","bugs":{"url":"https://github.com/estools/esutils/issues"},"_id":"esutils@2.0.2","_shasum":"0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b","tarball":"https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"}}},"readme":"### esutils [![Build Status](https://secure.travis-ci.org/estools/esutils.svg)](http://travis-ci.org/estools/esutils)\nesutils ([esutils](http://github.com/estools/esutils)) is\nutility box for ECMAScript language tools.\n\n### API\n\n### ast\n\n#### ast.isExpression(node)\n\nReturns true if `node` is an Expression as defined in ECMA262 edition 5.1 section\n[11](https://es5.github.io/#x11).\n\n#### ast.isStatement(node)\n\nReturns true if `node` is a Statement as defined in ECMA262 edition 5.1 section\n[12](https://es5.github.io/#x12).\n\n#### ast.isIterationStatement(node)\n\nReturns true if `node` is an IterationStatement as defined in ECMA262 edition\n5.1 section [12.6](https://es5.github.io/#x12.6).\n\n#### ast.isSourceElement(node)\n\nReturns true if `node` is a SourceElement as defined in ECMA262 edition 5.1\nsection [14](https://es5.github.io/#x14).\n\n#### ast.trailingStatement(node)\n\nReturns `Statement?` if `node` has trailing `Statement`.\n```js\nif (cond)\n consequent;\n```\nWhen taking this `IfStatement`, returns `consequent;` statement.\n\n#### ast.isProblematicIfStatement(node)\n\nReturns true if `node` is a problematic IfStatement. If `node` is a problematic `IfStatement`, `node` cannot be represented as an one on one JavaScript code.\n```js\n{\n type: 'IfStatement',\n consequent: {\n type: 'WithStatement',\n body: {\n type: 'IfStatement',\n consequent: {type: 'EmptyStatement'}\n }\n },\n alternate: {type: 'EmptyStatement'}\n}\n```\nThe above node cannot be represented as a JavaScript code, since the top level `else` alternate belongs to an inner `IfStatement`.\n\n\n### code\n\n#### code.isDecimalDigit(code)\n\nReturn true if provided code is decimal digit.\n\n#### code.isHexDigit(code)\n\nReturn true if provided code is hexadecimal digit.\n\n#### code.isOctalDigit(code)\n\nReturn true if provided code is octal digit.\n\n#### code.isWhiteSpace(code)\n\nReturn true if provided code is white space. White space characters are formally defined in ECMA262.\n\n#### code.isLineTerminator(code)\n\nReturn true if provided code is line terminator. Line terminator characters are formally defined in ECMA262.\n\n#### code.isIdentifierStart(code)\n\nReturn true if provided code can be the first character of ECMA262 Identifier. They are formally defined in ECMA262.\n\n#### code.isIdentifierPart(code)\n\nReturn true if provided code can be the trailing character of ECMA262 Identifier. They are formally defined in ECMA262.\n\n### keyword\n\n#### keyword.isKeywordES5(id, strict)\n\nReturns `true` if provided identifier string is a Keyword or Future Reserved Word\nin ECMA262 edition 5.1. They are formally defined in ECMA262 sections\n[7.6.1.1](http://es5.github.io/#x7.6.1.1) and [7.6.1.2](http://es5.github.io/#x7.6.1.2),\nrespectively. If the `strict` flag is truthy, this function additionally checks whether\n`id` is a Keyword or Future Reserved Word under strict mode.\n\n#### keyword.isKeywordES6(id, strict)\n\nReturns `true` if provided identifier string is a Keyword or Future Reserved Word\nin ECMA262 edition 6. They are formally defined in ECMA262 sections\n[11.6.2.1](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-keywords) and\n[11.6.2.2](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-future-reserved-words),\nrespectively. If the `strict` flag is truthy, this function additionally checks whether\n`id` is a Keyword or Future Reserved Word under strict mode.\n\n#### keyword.isReservedWordES5(id, strict)\n\nReturns `true` if provided identifier string is a Reserved Word in ECMA262 edition 5.1.\nThey are formally defined in ECMA262 section [7.6.1](http://es5.github.io/#x7.6.1).\nIf the `strict` flag is truthy, this function additionally checks whether `id`\nis a Reserved Word under strict mode.\n\n#### keyword.isReservedWordES6(id, strict)\n\nReturns `true` if provided identifier string is a Reserved Word in ECMA262 edition 6.\nThey are formally defined in ECMA262 section [11.6.2](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-reserved-words).\nIf the `strict` flag is truthy, this function additionally checks whether `id`\nis a Reserved Word under strict mode.\n\n#### keyword.isRestrictedWord(id)\n\nReturns `true` if provided identifier string is one of `eval` or `arguments`.\nThey are restricted in strict mode code throughout ECMA262 edition 5.1 and\nin ECMA262 edition 6 section [12.1.1](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-identifiers-static-semantics-early-errors).\n\n#### keyword.isIdentifierName(id)\n\nReturn true if provided identifier string is an IdentifierName as specified in\nECMA262 edition 5.1 section [7.6](https://es5.github.io/#x7.6).\n\n#### keyword.isIdentifierES5(id, strict)\n\nReturn true if provided identifier string is an Identifier as specified in\nECMA262 edition 5.1 section [7.6](https://es5.github.io/#x7.6). If the `strict`\nflag is truthy, this function additionally checks whether `id` is an Identifier\nunder strict mode.\n\n#### keyword.isIdentifierES6(id, strict)\n\nReturn true if provided identifier string is an Identifier as specified in\nECMA262 edition 6 section [12.1](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-identifiers).\nIf the `strict` flag is truthy, this function additionally checks whether `id`\nis an Identifier under strict mode.\n\n### License\n\nCopyright (C) 2013 [Yusuke Suzuki](http://github.com/Constellation)\n (twitter: [@Constellation](http://twitter.com/Constellation)) and other contributors.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"time":{"modified":"2015-03-14T17:12:36.530Z","created":"2013-11-25T07:21:04.038Z","1.0.0":"2013-11-25T07:21:07.243Z","1.1.0":"2014-06-30T04:09:38.261Z","1.1.1":"2014-07-12T13:30:19.256Z","1.1.2":"2014-07-12T13:36:53.753Z","1.1.3":"2014-07-12T14:04:04.545Z","1.1.4":"2014-07-12T14:17:51.275Z","1.1.5-dev":"2014-11-22T13:32:42.793Z","1.1.5":"2014-11-22T13:32:54.902Z","1.1.6":"2014-11-22T14:05:52.024Z","2.0.0":"2015-03-12T19:02:52.788Z","2.0.1":"2015-03-14T17:01:06.068Z","2.0.2":"2015-03-14T17:12:36.530Z"},"repository":{"type":"git","url":"http://github.com/estools/esutils.git"},"homepage":"https://github.com/estools/esutils","bugs":{"url":"https://github.com/estools/esutils/issues"},"readmeFilename":"README.md","users":{"allain":true,"kaizendad":true},"_attachments":{},"_etag":"W/\"55046c04-5a63\"","_lastModified":"Sat, 14 Mar 2015 17:12:36 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/etag/.cache.json b/frappe/.npm/registry.npmjs.org/etag/.cache.json new file mode 100644 index 00000000..311581d8 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/etag/.cache.json @@ -0,0 +1 @@ +{"_id":"etag","_rev":"42-995eb35936f4103afd754ae339569589","name":"etag","description":"Create simple HTTP ETags","dist-tags":{"latest":"1.8.0"},"versions":{"1.0.0":{"name":"etag","version":"1.0.0","description":"Small thingy to create an etag from a String or Buffer","main":"etag.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":{"name":"David Björklund","email":"david.bjorklund@gmail.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/kesla/etag.git"},"bugs":{"url":"https://github.com/kesla/etag/issues"},"homepage":"https://github.com/kesla/etag","_id":"etag@1.0.0","dist":{"shasum":"db9f9610cc2bf22036d713012dff4aa7e0c96162","tarball":"https://registry.npmjs.org/etag/-/etag-1.0.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"kesla","email":"david.bjorklund@gmail.com"},"maintainers":[{"name":"kesla","email":"david.bjorklund@gmail.com"}],"directories":{}},"1.0.1":{"name":"etag","description":"Create simple ETags","version":"1.0.1","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.4"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"d28ee6654ff51e83f3025a73677a30ec0fe04fc8","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.0.1","_shasum":"2aa41de474ffc45669f25c9fedacd64fea4f6ff7","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"kesla","email":"david.bjorklund@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"2aa41de474ffc45669f25c9fedacd64fea4f6ff7","tarball":"https://registry.npmjs.org/etag/-/etag-1.0.1.tgz"},"directories":{}},"1.1.0":{"name":"etag","description":"Create simple ETags","version":"1.1.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"crc":"2.1.1"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.4"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"415cebe1d2a87510ffbd102816733e2c9934d0c7","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.1.0","_shasum":"e44af7bbabe2f998d9fc3bee00db0d34b29c13a3","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"e44af7bbabe2f998d9fc3bee00db0d34b29c13a3","tarball":"https://registry.npmjs.org/etag/-/etag-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"etag","description":"Create simple ETags","version":"1.2.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"crc":"2.1.1"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.4"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"0d38a87d4217882b31e4a34786069281631a5cb2","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.2.0","_shasum":"fa537a8e1b1e29aa53480b69cfceb906a47aca8a","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"fa537a8e1b1e29aa53480b69cfceb906a47aca8a","tarball":"https://registry.npmjs.org/etag/-/etag-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"etag","description":"Create simple ETags","version":"1.2.1","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"buffer-crc32":"0.2.3"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.0","mocha":"~1.21.4","seedrandom":"~2.3.6"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"4b9369db7434104ee7c449f288af03c6abe7bad3","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.2.1","_shasum":"74b16ea7511ce0041b944852eca2a95b9afefba3","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"74b16ea7511ce0041b944852eca2a95b9afefba3","tarball":"https://registry.npmjs.org/etag/-/etag-1.2.1.tgz"},"directories":{}},"1.3.0":{"name":"etag","description":"Create simple ETags","version":"1.3.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"buffer-crc32":"0.2.3"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.0","mocha":"~1.21.4","seedrandom":"~2.3.6"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"b1531685ee679ca8fe329202e56d429d3c02eac0","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.3.0","_shasum":"c837debfbfe0baf7eb8e2f0bbb3d1d9cc3229697","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"c837debfbfe0baf7eb8e2f0bbb3d1d9cc3229697","tarball":"https://registry.npmjs.org/etag/-/etag-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"etag","description":"Create simple ETags","version":"1.3.1","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"crc":"3.0.0"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.2","mocha":"~1.21.4","seedrandom":"~2.3.6"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"88a83fdccc15065893cfad6e2c7af8a379941f16","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.3.1","_shasum":"e51925728688a32dc4eea1cfa9ab4f734d055567","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"e51925728688a32dc4eea1cfa9ab4f734d055567","tarball":"https://registry.npmjs.org/etag/-/etag-1.3.1.tgz"},"directories":{}},"1.4.0":{"name":"etag","description":"Create simple ETags","version":"1.4.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"crc":"3.0.0"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.2","mocha":"~1.21.4","seedrandom":"~2.3.6"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.6"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"6b701773b06a102947cc063286e7e3f3bceae27b","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.4.0","_shasum":"3050991615857707c04119d075ba2088e0701225","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"3050991615857707c04119d075ba2088e0701225","tarball":"https://registry.npmjs.org/etag/-/etag-1.4.0.tgz"},"directories":{}},"1.5.0":{"name":"etag","description":"Create simple ETags","version":"1.5.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"crc":"3.0.0"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.2","mocha":"~1.21.4","seedrandom":"~2.3.6"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.6"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"d42734af50250c05893f02cb900e1c71efffbc45","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.5.0","_shasum":"8ca0f7a30b4b7305f034e8902fb8ec3c321491e4","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"8ca0f7a30b4b7305f034e8902fb8ec3c321491e4","tarball":"https://registry.npmjs.org/etag/-/etag-1.5.0.tgz"},"directories":{}},"1.5.1":{"name":"etag","description":"Create simple ETags","version":"1.5.1","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"crc":"3.2.1"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.2","mocha":"~1.21.4","seedrandom":"~2.3.6"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.6"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"27335e2265388109e50a9f037452081dc8a8260f","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.5.1","_shasum":"54c50de04ee42695562925ac566588291be7e9ea","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"54c50de04ee42695562925ac566588291be7e9ea","tarball":"https://registry.npmjs.org/etag/-/etag-1.5.1.tgz"},"directories":{}},"1.6.0":{"name":"etag","description":"Create simple ETags","version":"1.6.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"dependencies":{"crc":"3.2.1"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.9","mocha":"~1.21.4","seedrandom":"2.3.11"},"files":["LICENSE","HISTORY.md","README.md","index.js"],"engines":{"node":">= 0.6"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"76a8f5250b02e85bc1c9b1b049d83b853a87df44","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.6.0","_shasum":"8bcb2c6af1254c481dfc8b997c906ef4e442c207","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"8bcb2c6af1254c481dfc8b997c906ef4e442c207","tarball":"https://registry.npmjs.org/etag/-/etag-1.6.0.tgz"},"directories":{}},"1.7.0":{"name":"etag","description":"Create simple ETags","version":"1.7.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"https://github.com/jshttp/etag"},"devDependencies":{"benchmark":"1.0.0","beautify-benchmark":"0.2.4","istanbul":"0.3.14","mocha":"~1.21.4","seedrandom":"2.3.11"},"files":["LICENSE","HISTORY.md","README.md","index.js"],"engines":{"node":">= 0.6"},"scripts":{"bench":"node benchmark/index.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"a511f5c8c930fd9546dbd88acb080f96bc788cfc","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag","_id":"etag@1.7.0","_shasum":"03d30b5f67dd6e632d2945d30d6652731a34d5d8","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"03d30b5f67dd6e632d2945d30d6652731a34d5d8","tarball":"https://registry.npmjs.org/etag/-/etag-1.7.0.tgz"},"directories":{}},"1.8.0":{"name":"etag","description":"Create simple HTTP ETags","version":"1.8.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"license":"MIT","keywords":["etag","http","res"],"repository":{"type":"git","url":"git+https://github.com/jshttp/etag.git"},"devDependencies":{"beautify-benchmark":"0.2.4","benchmark":"2.1.3","eslint":"3.15.0","eslint-config-standard":"6.2.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-promise":"3.4.2","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"1.21.5","seedrandom":"2.4.2"},"files":["LICENSE","HISTORY.md","README.md","index.js"],"engines":{"node":">= 0.6"},"scripts":{"bench":"node benchmark/index.js","lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"16979f788efa8c793c8d07543b4d6aef3d2bfff8","bugs":{"url":"https://github.com/jshttp/etag/issues"},"homepage":"https://github.com/jshttp/etag#readme","_id":"etag@1.8.0","_shasum":"6f631aef336d6c46362b51764044ce216be3c051","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"6f631aef336d6c46362b51764044ce216be3c051","tarball":"https://registry.npmjs.org/etag/-/etag-1.8.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/etag-1.8.0.tgz_1487475735517_0.6724899658001959"},"directories":{}}},"readme":"# etag\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nCreate simple HTTP ETags\n\nThis module generates HTTP ETags (as defined in RFC 7232) for use in\nHTTP responses.\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```sh\n$ npm install etag\n```\n\n## API\n\n \n\n```js\nvar etag = require('etag')\n```\n\n### etag(entity, [options])\n\nGenerate a strong ETag for the given entity. This should be the complete\nbody of the entity. Strings, `Buffer`s, and `fs.Stats` are accepted. By\ndefault, a strong ETag is generated except for `fs.Stats`, which will\ngenerate a weak ETag (this can be overwritten by `options.weak`).\n\n \n\n```js\nres.setHeader('ETag', etag(body))\n```\n\n#### Options\n\n`etag` accepts these properties in the options object.\n\n##### weak\n\nSpecifies if the generated ETag will include the weak validator mark (that\nis, the leading `W/`). The actual entity tag is the same. The default value\nis `false`, unless the `entity` is `fs.Stats`, in which case it is `true`.\n\n## Testing\n\n```sh\n$ npm test\n```\n\n## Benchmark\n\n```bash\n$ npm run-script bench\n\n> etag@1.8.0 bench nodejs-etag\n> node benchmark/index.js\n\n http_parser@2.7.0\n node@6.9.1\n v8@5.1.281.84\n uv@1.9.1\n zlib@1.2.8\n ares@1.10.1-DEV\n icu@57.1\n modules@48\n openssl@1.0.2j\n\n> node benchmark/body0-100b.js\n\n 100B body\n\n 4 tests completed.\n\n* buffer - strong x 498,600 ops/sec ±0.82% (191 runs sampled)\n* buffer - weak x 496,249 ops/sec ±0.59% (179 runs sampled)\n string - strong x 466,298 ops/sec ±0.88% (186 runs sampled)\n string - weak x 464,298 ops/sec ±0.84% (184 runs sampled)\n\n> node benchmark/body1-1kb.js\n\n 1KB body\n\n 4 tests completed.\n\n* buffer - strong x 346,535 ops/sec ±0.32% (189 runs sampled)\n* buffer - weak x 344,958 ops/sec ±0.52% (185 runs sampled)\n string - strong x 259,672 ops/sec ±0.82% (191 runs sampled)\n string - weak x 260,931 ops/sec ±0.76% (190 runs sampled)\n\n> node benchmark/body2-5kb.js\n\n 5KB body\n\n 4 tests completed.\n\n* buffer - strong x 136,510 ops/sec ±0.62% (189 runs sampled)\n* buffer - weak x 136,604 ops/sec ±0.51% (191 runs sampled)\n string - strong x 80,903 ops/sec ±0.84% (192 runs sampled)\n string - weak x 82,785 ops/sec ±0.50% (193 runs sampled)\n\n> node benchmark/body3-10kb.js\n\n 10KB body\n\n 4 tests completed.\n\n* buffer - strong x 78,650 ops/sec ±0.31% (193 runs sampled)\n* buffer - weak x 78,685 ops/sec ±0.41% (193 runs sampled)\n string - strong x 43,999 ops/sec ±0.43% (193 runs sampled)\n string - weak x 44,081 ops/sec ±0.45% (192 runs sampled)\n\n> node benchmark/body4-100kb.js\n\n 100KB body\n\n 4 tests completed.\n\n buffer - strong x 8,860 ops/sec ±0.66% (191 runs sampled)\n* buffer - weak x 9,030 ops/sec ±0.26% (193 runs sampled)\n string - strong x 4,838 ops/sec ±0.16% (194 runs sampled)\n string - weak x 4,800 ops/sec ±0.52% (192 runs sampled)\n\n> node benchmark/stats.js\n\n stat\n\n 4 tests completed.\n\n* real - strong x 1,468,073 ops/sec ±0.32% (191 runs sampled)\n* real - weak x 1,446,852 ops/sec ±0.64% (190 runs sampled)\n fake - strong x 635,707 ops/sec ±0.33% (194 runs sampled)\n fake - weak x 627,708 ops/sec ±0.36% (192 runs sampled)\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/etag.svg\n[npm-url]: https://npmjs.org/package/etag\n[node-version-image]: https://img.shields.io/node/v/etag.svg\n[node-version-url]: https://nodejs.org/en/download/\n[travis-image]: https://img.shields.io/travis/jshttp/etag/master.svg\n[travis-url]: https://travis-ci.org/jshttp/etag\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/etag/master.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/etag?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/etag.svg\n[downloads-url]: https://npmjs.org/package/etag\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2017-06-23T02:02:44.751Z","created":"2014-05-18T11:14:58.281Z","1.0.0":"2014-05-18T11:14:58.281Z","1.0.1":"2014-08-24T23:28:33.196Z","1.1.0":"2014-08-25T02:07:34.113Z","1.2.0":"2014-08-25T04:09:33.706Z","1.2.1":"2014-08-30T03:58:39.314Z","1.3.0":"2014-08-30T04:25:31.815Z","1.3.1":"2014-09-14T16:54:11.346Z","1.4.0":"2014-09-21T18:47:20.760Z","1.5.0":"2014-10-14T04:48:49.796Z","1.5.1":"2014-11-20T07:06:45.217Z","1.6.0":"2015-05-11T02:11:35.427Z","1.7.0":"2015-06-09T03:38:54.614Z","1.8.0":"2017-02-19T03:42:17.486Z"},"homepage":"https://github.com/jshttp/etag#readme","repository":{"type":"git","url":"git+https://github.com/jshttp/etag.git"},"bugs":{"url":"https://github.com/jshttp/etag/issues"},"license":"MIT","readmeFilename":"README.md","keywords":["etag","http","res"],"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"David Björklund","email":"david.bjorklund@gmail.com"}],"users":{"simplyianm":true,"program247365":true,"blitzprog":true,"liushoukai":true,"wangnan0610":true,"yesseecity":true,"shanoor":true,"mojaray2k":true,"makediff":true,"fistynuts":true,"myprlab":true,"tdevm":true,"kankungyip":true,"kodekracker":true,"xtx1130":true},"_attachments":{},"_etag":"W/\"594c76c4-5d39\"","_lastModified":"Fri, 23 Jun 2017 02:02:44 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/expand-brackets/.cache.json b/frappe/.npm/registry.npmjs.org/expand-brackets/.cache.json new file mode 100644 index 00000000..18e60b16 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/expand-brackets/.cache.json @@ -0,0 +1 @@ +{"_id":"expand-brackets","_rev":"20-c174a981e7b27aedc6058322641f36c3","name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","dist-tags":{"latest":"2.1.4"},"versions":{"0.1.0":{"name":"expand-brackets","description":"Expand character classes (POSIX bracket expressions) in glob patterns.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-brackets/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{},"devDependencies":{"mocha":"*","should":"^5.0.0"},"keywords":["bracket","character class","expression","posix"],"gitHead":"bfc2adefea0c407fe8eec496b260aa9388af3408","_id":"expand-brackets@0.1.0","_shasum":"01cc980daf4f17f47b0e61cc94e34aed5e629070","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"01cc980daf4f17f47b0e61cc94e34aed5e629070","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-brackets/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{},"devDependencies":{"mocha":"*","should":"^5.0.0"},"keywords":["bracket","character class","expression","posix"],"gitHead":"cd9291c08aac6461652df29cba54a69440fcc05a","_id":"expand-brackets@0.1.1","_shasum":"e9a1a1a1bbbac19fbf065646fe63fe51f498821f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e9a1a1a1bbbac19fbf065646fe63fe51f498821f","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.1.tgz"},"directories":{}},"0.1.2":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"0.1.2","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"^2.2.5","should":"^7.0.2"},"keywords":["bracket","character class","expression","posix"],"gitHead":"8c70004d1170711b5951a26fe83af0e193d8d1cb","_id":"expand-brackets@0.1.2","_shasum":"fb1543996461ddbe4d9f6e00e855d3552938d6a7","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"fb1543996461ddbe4d9f6e00e855d3552938d6a7","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.2.tgz"},"directories":{}},"0.1.3":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","homepage":"https://github.com/jonschlinkert/expand-brackets","version":"0.1.3","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-posix-bracket":"^0.1.0"},"devDependencies":{"mocha":"^2.2.5","should":"^7.0.2"},"keywords":["bracket","character class","expression","posix"],"verb":{"related":{"list":["extglob","micromatch","is-glob","is-extglob","is-posix-bracket"]}},"gitHead":"202723bcf78db69d7d62e49eba82f1cd362ca306","_id":"expand-brackets@0.1.3","_shasum":"22207536eaac5ddb4885de20e2747f0a0eedf316","_from":".","_npmVersion":"2.13.0","_nodeVersion":"2.4.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"22207536eaac5ddb4885de20e2747f0a0eedf316","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.3.tgz"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"directories":{}},"0.1.4":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"0.1.4","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"^2.2.5","should":"^7.0.2"},"keywords":["bracket","character class","expression","posix"],"verb":{"related":{"list":["extglob","micromatch","is-glob","is-extglob","is-posix-bracket"]}},"gitHead":"38475d3e4973b8496812e39983d2945a78d0ade3","_id":"expand-brackets@0.1.4","_shasum":"797b9e484101205f418cecaec6312c132f51e2ae","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"797b9e484101205f418cecaec6312c132f51e2ae","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.4.tgz"},"directories":{}},"0.1.5":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"0.1.5","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-posix-bracket":"^0.1.0"},"devDependencies":{"gulp-format-md":"^0.1.7","mocha":"^2.2.5","should":"^7.0.2"},"keywords":["bracket","character class","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["extglob","is-extglob","is-glob","is-posix-bracket","micromatch"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"1b07fda8ee8b6426d95e6539785b74c57e9ee542","_id":"expand-brackets@0.1.5","_shasum":"df07284e342a807cd733ac5af72411e581d1177b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"df07284e342a807cd733ac5af72411e581d1177b","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-brackets-0.1.5.tgz_1459554506001_0.9547659594099969"},"directories":{}},"1.0.0":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.2.0","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^0.1.2","snapdragon":"^0.7.0","to-regex":"^0.1.1"},"devDependencies":{"gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"fc03b91da7516e63348eda80d61d109a6f8d7256","_id":"expand-brackets@1.0.0","_shasum":"12e458614d3d9d1b15cc3406a7cce72cab021987","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"12e458614d3d9d1b15cc3406a7cce72cab021987","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-brackets-1.0.0.tgz_1474958777127_0.7496067055035383"},"directories":{}},"2.0.0":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"2.0.0","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.2.0","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^1.0.0","snapdragon":"^0.7.0","to-regex":"^2.1.0"},"devDependencies":{"gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"91e230a91fce7be3de6a9789ecbcf574a6f49e7a","_id":"expand-brackets@2.0.0","_shasum":"0b8f3ec3005a3e2faa360e7ba8f339df71069677","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"0b8f3ec3005a3e2faa360e7ba8f339df71069677","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/expand-brackets-2.0.0.tgz_1475918430856_0.22673831600695848"},"directories":{}},"2.0.1":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"2.0.1","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.2.0","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^1.0.0","snapdragon":"^0.7.0","to-regex":"^2.1.0"},"devDependencies":{"cross-spawn":"^4.0.2","gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"e2ec93c9396a80607d1bef4882bf48c7f38e8454","_id":"expand-brackets@2.0.1","_shasum":"c033bde7d1398100cddcc3e982b295bf4a6cd869","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"c033bde7d1398100cddcc3e982b295bf4a6cd869","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-brackets-2.0.1.tgz_1476337805844_0.32526970468461514"},"directories":{}},"2.1.0":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"2.1.0","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.2.0","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^1.0.0","snapdragon":"^0.8.1","to-regex":"^3.0.1"},"devDependencies":{"cross-spawn":"^4.0.2","fs-exists-sync":"^0.1.0","gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","multimatch":"^2.1.0","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"9f34aeb6e5c6e586539d031dffaef41e4a5be278","_id":"expand-brackets@2.1.0","_shasum":"f82c855dd5d729d733088bb06b593008d6647929","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"f82c855dd5d729d733088bb06b593008d6647929","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/expand-brackets-2.1.0.tgz_1476672417774_0.972076951758936"},"directories":{}},"2.1.1":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"2.1.1","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.2.0","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^1.0.0","snapdragon":"^0.8.1","to-regex":"^3.0.1"},"devDependencies":{"bash-match":"^0.1.1","gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","multimatch":"^2.1.0","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"5a9b292e582b51b10e58e62e204404c2ebd1cb2a","_id":"expand-brackets@2.1.1","_shasum":"5f1026a2e984a98680862388b3dc5fda1f8ddd7b","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"5f1026a2e984a98680862388b3dc5fda1f8ddd7b","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-brackets-2.1.1.tgz_1476678496119_0.046809958992525935"},"directories":{}},"2.1.2":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"2.1.2","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.2.0","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^1.0.0","snapdragon":"^0.8.1","to-regex":"^3.0.1"},"devDependencies":{"bash-match":"^0.1.1","gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","multimatch":"^2.1.0","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"c8da57ee920d50d3d2c4d443a03c2b343b713e79","_id":"expand-brackets@2.1.2","_shasum":"2aa3f57dbb8dfba9b98f4e6fb27def1dc9c3249c","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"2aa3f57dbb8dfba9b98f4e6fb27def1dc9c3249c","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-brackets-2.1.2.tgz_1476999095180_0.8088445148896426"},"directories":{}},"2.1.3":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"2.1.3","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.2.0","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^1.0.0","snapdragon":"^0.8.1","to-regex":"^3.0.1"},"devDependencies":{"bash-match":"^0.1.1","gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","multimatch":"^2.1.0","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"c49531250aa2114c7d245d72fcb4bf5ca08c25e5","_id":"expand-brackets@2.1.3","_shasum":"9994b461fd15d86eb8bfb42bcfafc2cca6391ae6","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"9994b461fd15d86eb8bfb42bcfafc2cca6391ae6","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-brackets-2.1.3.tgz_1477026319510_0.07042419677600265"},"directories":{}},"2.1.4":{"name":"expand-brackets","description":"Expand POSIX bracket expressions (character classes) in glob patterns.","version":"2.1.4","homepage":"https://github.com/jonschlinkert/expand-brackets","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"debug":"^2.3.3","define-property":"^0.2.5","extend-shallow":"^2.0.1","posix-character-classes":"^0.1.0","regex-not":"^1.0.0","snapdragon":"^0.8.1","to-regex":"^3.0.1"},"devDependencies":{"bash-match":"^0.1.1","gulp-format-md":"^0.1.10","helper-changelog":"^0.3.0","minimatch":"^3.0.3","mocha":"^3.0.2","multimatch":"^2.1.0","yargs-parser":"^4.0.0"},"keywords":["bracket","brackets","character class","expand","expression","posix"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"helpers":["helper-changelog"],"related":{"list":["braces","extglob","micromatch","nanomatch"]},"reflinks":["micromatch","verb","verb-generate-readme"],"lint":{"reflinks":true}},"gitHead":"9a0ec493825eb0aa9368c158927ca4ace945fefa","_id":"expand-brackets@2.1.4","_shasum":"b77735e315ce30f6b6eff0f83b04151a22449622","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"b77735e315ce30f6b6eff0f83b04151a22449622","tarball":"https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-brackets-2.1.4.tgz_1481570588748_0.128354384098202"},"directories":{}}},"readme":"# expand-brackets [![NPM version](https://img.shields.io/npm/v/expand-brackets.svg?style=flat)](https://www.npmjs.com/package/expand-brackets) [![NPM monthly downloads](https://img.shields.io/npm/dm/expand-brackets.svg?style=flat)](https://npmjs.org/package/expand-brackets) [![NPM total downloads](https://img.shields.io/npm/dt/expand-brackets.svg?style=flat)](https://npmjs.org/package/expand-brackets) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/expand-brackets.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/expand-brackets) [![Windows Build Status](https://img.shields.io/appveyor/ci/jonschlinkert/expand-brackets.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/jonschlinkert/expand-brackets)\n\n> Expand POSIX bracket expressions (character classes) in glob patterns.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save expand-brackets\n```\n\n## Usage\n\n```js\nvar brackets = require('expand-brackets');\nbrackets(string[, options]);\n```\n\n**Params**\n\nThe main export is a function that takes the following parameters:\n\n* `pattern` **{String}**: the pattern to convert\n* `options` **{Object}**: optionally supply an options object\n* `returns` **{String}**: returns a string that can be used to create a regex\n\n**Example**\n\n```js\nconsole.log(brackets('[![:lower:]]'));\n//=> '[^a-z]'\n```\n\n## API\n\n### [brackets](index.js#L29)\n\nParses the given POSIX character class `pattern` and returns a\nstring that can be used for creating regular expressions for matching.\n\n**Params**\n\n* `pattern` **{String}**\n* `options` **{Object}**\n* `returns` **{Object}**\n\n### [.match](index.js#L54)\n\nTakes an array of strings and a POSIX character class pattern, and returns a new array with only the strings that matched the pattern.\n\n**Example**\n\n```js\nvar brackets = require('expand-brackets');\nconsole.log(brackets.match(['1', 'a', 'ab'], '[[:alpha:]]'));\n//=> ['a']\n\nconsole.log(brackets.match(['1', 'a', 'ab'], '[[:alpha:]]+'));\n//=> ['a', 'ab']\n```\n\n**Params**\n\n* `arr` **{Array}**: Array of strings to match\n* `pattern` **{String}**: POSIX character class pattern(s)\n* `options` **{Object}**\n* `returns` **{Array}**\n\n### [.isMatch](index.js#L100)\n\nReturns true if the specified `string` matches the given brackets `pattern`.\n\n**Example**\n\n```js\nvar brackets = require('expand-brackets');\n\nconsole.log(brackets.isMatch('a.a', '[[:alpha:]].[[:alpha:]]'));\n//=> true\nconsole.log(brackets.isMatch('1.2', '[[:alpha:]].[[:alpha:]]'));\n//=> false\n```\n\n**Params**\n\n* `string` **{String}**: String to match\n* `pattern` **{String}**: Poxis pattern\n* `options` **{String}**\n* `returns` **{Boolean}**\n\n### [.matcher](index.js#L123)\n\nTakes a POSIX character class pattern and returns a matcher function. The returned function takes the string to match as its only argument.\n\n**Example**\n\n```js\nvar brackets = require('expand-brackets');\nvar isMatch = brackets.matcher('[[:lower:]].[[:upper:]]');\n\nconsole.log(isMatch('a.a'));\n//=> false\nconsole.log(isMatch('a.A'));\n//=> true\n```\n\n**Params**\n\n* `pattern` **{String}**: Poxis pattern\n* `options` **{String}**\n* `returns` **{Boolean}**\n\n### [.makeRe](index.js#L145)\n\nCreate a regular expression from the given `pattern`.\n\n**Example**\n\n```js\nvar brackets = require('expand-brackets');\nvar re = brackets.makeRe('[[:alpha:]]');\nconsole.log(re);\n//=> /^(?:[a-zA-Z])$/\n```\n\n**Params**\n\n* `pattern` **{String}**: The pattern to convert to regex.\n* `options` **{Object}**\n* `returns` **{RegExp}**\n\n### [.create](index.js#L187)\n\nParses the given POSIX character class `pattern` and returns an object with the compiled `output` and optional source `map`.\n\n**Example**\n\n```js\nvar brackets = require('expand-brackets');\nconsole.log(brackets('[[:alpha:]]'));\n// { options: { source: 'string' },\n// input: '[[:alpha:]]',\n// state: {},\n// compilers:\n// { eos: [Function],\n// noop: [Function],\n// bos: [Function],\n// not: [Function],\n// escape: [Function],\n// text: [Function],\n// posix: [Function],\n// bracket: [Function],\n// 'bracket.open': [Function],\n// 'bracket.inner': [Function],\n// 'bracket.literal': [Function],\n// 'bracket.close': [Function] },\n// output: '[a-zA-Z]',\n// ast:\n// { type: 'root',\n// errors: [],\n// nodes: [ [Object], [Object], [Object] ] },\n// parsingErrors: [] }\n```\n\n**Params**\n\n* `pattern` **{String}**\n* `options` **{Object}**\n* `returns` **{Object}**\n\n## Options\n\n### options.sourcemap\n\nGenerate a source map for the given pattern.\n\n**Example**\n\n```js\nvar res = brackets('[:alpha:]', {sourcemap: true});\n\nconsole.log(res.map);\n// { version: 3,\n// sources: [ 'brackets' ],\n// names: [],\n// mappings: 'AAAA,MAAS',\n// sourcesContent: [ '[:alpha:]' ] }\n```\n\n### POSIX Character classes\n\nThe following named POSIX bracket expressions are supported:\n\n* `[:alnum:]`: Alphanumeric characters (`a-zA-Z0-9]`)\n* `[:alpha:]`: Alphabetic characters (`a-zA-Z]`)\n* `[:blank:]`: Space and tab (`[ t]`)\n* `[:digit:]`: Digits (`[0-9]`)\n* `[:lower:]`: Lowercase letters (`[a-z]`)\n* `[:punct:]`: Punctuation and symbols. (`[!\"#$%&'()*+, -./:;<=>?@ [\\]^_``{|}~]`)\n* `[:upper:]`: Uppercase letters (`[A-Z]`)\n* `[:word:]`: Word characters (letters, numbers and underscores) (`[A-Za-z0-9_]`)\n* `[:xdigit:]`: Hexadecimal digits (`[A-Fa-f0-9]`)\n\nSee [posix-character-classes](https://github.com/jonschlinkert/posix-character-classes) for more details.\n\n**Not supported**\n\n* [equivalence classes](https://www.gnu.org/software/gawk/manual/html_node/Bracket-Expressions.html) are not supported\n* [POSIX.2 collating symbols](https://www.gnu.org/software/gawk/manual/html_node/Bracket-Expressions.html) are not supported\n\n## Changelog\n\n### v2.0.0\n\n**Breaking changes**\n\n* The main export now returns the compiled string, instead of the object returned from the compiler\n\n**Added features**\n\n* Adds a `.create` method to do what the main function did before v2.0.0\n\n### v0.2.0\n\nIn addition to performance and matching improvements, the v0.2.0 refactor adds complete POSIX character class support, with the exception of equivalence classes and POSIX.2 collating symbols which are not relevant to node.js usage.\n\n**Added features**\n\n* parser is exposed, so that expand-brackets parsers can be used by upstream parsers (like [micromatch](https://github.com/jonschlinkert/micromatch))\n* compiler is exposed, so that expand-brackets compilers can be used by upstream compilers\n* source maps\n\n**source map example**\n\n```js\nvar brackets = require('expand-brackets');\nvar res = brackets('[:alpha:]');\nconsole.log(res.map);\n\n{ version: 3,\n sources: [ 'brackets' ],\n names: [],\n mappings: 'AAAA,MAAS',\n sourcesContent: [ '[:alpha:]' ] }\n```\n\n## About\n\n### Related projects\n\n* [braces](https://www.npmjs.com/package/braces): Fast, comprehensive, bash-like brace expansion implemented in JavaScript. Complete support for the Bash 4.3 braces… [more](https://github.com/jonschlinkert/braces) | [homepage](https://github.com/jonschlinkert/braces \"Fast, comprehensive, bash-like brace expansion implemented in JavaScript. Complete support for the Bash 4.3 braces specification, without sacrificing speed.\")\n* [extglob](https://www.npmjs.com/package/extglob): Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob… [more](https://github.com/jonschlinkert/extglob) | [homepage](https://github.com/jonschlinkert/extglob \"Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.\")\n* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch \"Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.\")\n* [nanomatch](https://www.npmjs.com/package/nanomatch): Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash… [more](https://github.com/jonschlinkert/nanomatch) | [homepage](https://github.com/jonschlinkert/nanomatch \"Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor**
| \n| --- | --- |\n| 66 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 2 | [MartinKolarik](https://github.com/MartinKolarik) |\n| 2 | [es128](https://github.com/es128) |\n| 1 | [eush77](https://github.com/eush77) |\n\n### Building docs\n\n_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_\n\nTo generate the readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install -g verb verb-generate-readme && verb\n```\n\n### Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/jonschlinkert/expand-brackets/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on December 12, 2016._","maintainers":[{"email":"brian.woodward@gmail.com","name":"doowb"},{"email":"elan.shanker+npm@gmail.com","name":"es128"},{"email":"github@sellside.com","name":"jonschlinkert"}],"time":{"modified":"2017-07-02T17:36:37.436Z","created":"2015-02-11T10:24:03.917Z","0.1.0":"2015-02-11T10:24:03.917Z","0.1.1":"2015-02-11T10:44:26.271Z","0.1.2":"2015-07-22T01:27:33.186Z","0.1.3":"2015-08-03T20:28:34.845Z","0.1.4":"2015-08-21T09:17:51.822Z","0.1.5":"2016-04-01T23:48:28.244Z","1.0.0":"2016-09-27T06:46:19.130Z","2.0.0":"2016-10-08T09:20:31.532Z","2.0.1":"2016-10-13T05:50:07.800Z","2.1.0":"2016-10-17T02:46:59.518Z","2.1.1":"2016-10-17T04:28:17.990Z","2.1.2":"2016-10-20T21:31:37.191Z","2.1.3":"2016-10-21T05:05:21.682Z","2.1.4":"2016-12-12T19:23:10.778Z"},"homepage":"https://github.com/jonschlinkert/expand-brackets","keywords":["bracket","brackets","character class","expand","expression","posix"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-brackets.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/expand-brackets/issues"},"license":"MIT","readmeFilename":"README.md","users":{"jonschlinkert":true},"contributors":[{"name":"Elan Shanker","url":"https://github.com/es128"},{"name":"Eugene Sharygin","url":"https://github.com/eush77"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Martin Kolárik","email":"martin@kolarik.sk","url":"http://kolarik.sk"}],"_attachments":{},"_etag":"W/\"59592f25-9712\"","_lastModified":"Sun, 02 Jul 2017 17:36:37 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/expand-range/.cache.json b/frappe/.npm/registry.npmjs.org/expand-range/.cache.json new file mode 100644 index 00000000..5677b07f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/expand-range/.cache.json @@ -0,0 +1 @@ +{"_id":"expand-range","_rev":"36-afc5b2cbae538c17a3f2a57988574ec7","name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch].","dist-tags":{"latest":"2.0.1"},"versions":{"0.1.0":{"name":"expand-range","description":"Expand a range of numbers or letters, uppercase or lowercase. Super fast, see the benchmarks.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"0.0.0","mocha":"*","should":"^4.1.0","verb":">= 0.2.6","verb-tag-jscomments":">= 0.2.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"dependencies":{"is-number":"^0.1.1","repeat-string":"^0.2.2"},"_id":"expand-range@0.1.0","_shasum":"17aee53a14932c8f858c0e463802abaab228beb3","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"17aee53a14932c8f858c0e463802abaab228beb3","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"expand-range","description":"Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"0.0.0","glob":"^4.0.6","mocha":"*","should":"^4.1.0","verb":">= 0.2.6","verb-tag-jscomments":">= 0.2.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"dependencies":{"is-number":"^0.1.1","repeat-string":"^0.2.2"},"_id":"expand-range@0.1.1","_shasum":"4cb8eda0993ca56fa4f41fc42f3cbb4ccadff044","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"4cb8eda0993ca56fa4f41fc42f3cbb4ccadff044","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz"},"directories":{}},"0.2.0":{"name":"expand-range","description":"Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"fill-range":"^0.1.1"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"0.0.0","glob":"^4.0.6","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"_id":"expand-range@0.2.0","_shasum":"abb82b0fd226b8c5b40e860f1773527770264165","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"abb82b0fd226b8c5b40e860f1773527770264165","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"expand-range","description":"Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.","version":"0.2.1","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"fill-range":"^0.2.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"0.0.0","glob":"^4.0.6","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"_id":"expand-range@0.2.1","_shasum":"624ffe9f78df928dcef135c4e9439097bda9ba86","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"624ffe9f78df928dcef135c4e9439097bda9ba86","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-0.2.1.tgz"},"directories":{}},"0.3.0":{"name":"expand-range","description":"Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.","version":"0.3.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"fill-range":"^0.2.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"0.0.0","glob":"^4.0.6","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"_id":"expand-range@0.3.0","_shasum":"431439e43c698dc7ac8577a395aa85469aedf10d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"431439e43c698dc7ac8577a395aa85469aedf10d","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"expand-range","description":"Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.","version":"0.3.1","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"fill-range":"^0.2.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"0.0.0","glob":"^4.0.6","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"_id":"expand-range@0.3.1","_shasum":"3758815a23a1eb2a6f63291a43c6536bd8be2c88","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3758815a23a1eb2a6f63291a43c6536bd8be2c88","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-0.3.1.tgz"},"directories":{}},"1.0.0":{"name":"expand-range","description":"Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec","docs":"update && license && npmignore && deps && verb","all":"npm run test && npm run docs"},"dependencies":{"fill-range":"^1.0.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"94165fb774276f312ade3f038b7d83ccbb8880fc","_id":"expand-range@1.0.0","_shasum":"e61c3d2b2111a0eadd8986bfb8beabac69db83ac","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e61c3d2b2111a0eadd8986bfb8beabac69db83ac","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.1.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"fill-range":"^1.3.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"c78548a0ce619be27a593a036f172dee1acd5380","_id":"expand-range@1.1.0","_shasum":"5891e5e1a322a5ea58f8d4505609679cd85def5e","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"5891e5e1a322a5ea58f8d4505609679cd85def5e","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.2.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"fill-range":"^1.4.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"c78548a0ce619be27a593a036f172dee1acd5380","_id":"expand-range@1.2.0","_shasum":"c4276715db1a853ad4bb5f74cb9e0f10e4795b03","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"c4276715db1a853ad4bb5f74cb9e0f10e4795b03","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.2.0.tgz"},"directories":{}},"1.4.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.4.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"dependencies":{"fill-range":"^1.6.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"79247df00087e83b6dcb9d2e9f39e7f5466f62ca","_id":"expand-range@1.4.0","_shasum":"a720d844011b4087c678bf87752c945d3e17cc12","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"a720d844011b4087c678bf87752c945d3e17cc12","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.4.0.tgz"},"directories":{}},"1.5.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.5.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"dependencies":{"fill-range":"^1.7.1"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"81a5e95312353505cb5181fcb45fb46139227832","_id":"expand-range@1.5.0","_shasum":"2eb7b3e317b085b640965337cffa8d457459a634","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"2eb7b3e317b085b640965337cffa8d457459a634","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.5.0.tgz"},"directories":{}},"1.6.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.6.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"dependencies":{"fill-range":"^1.9.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"450d333846a5ecb049693fddf6da7c21802e56b2","_id":"expand-range@1.6.0","_shasum":"6502af8ad02e5afb0d885b85044f4cdc5f2e5578","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"6502af8ad02e5afb0d885b85044f4cdc5f2e5578","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.6.0.tgz"},"directories":{}},"1.7.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.7.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"dependencies":{"fill-range":"^1.9.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"450d333846a5ecb049693fddf6da7c21802e56b2","_id":"expand-range@1.7.0","_shasum":"e19f61e0efa20eae16a851e55b13e0101a978be2","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e19f61e0efa20eae16a851e55b13e0101a978be2","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.7.0.tgz"},"directories":{}},"1.8.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.8.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"dependencies":{"fill-range":"^2.1.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"156fece2dfd1c526b515d54b96236a7e25c904b3","_id":"expand-range@1.8.0","_shasum":"fc2adc7c56bc564b7eea54d497dc1026416804a0","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"fc2adc7c56bc564b7eea54d497dc1026416804a0","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.8.0.tgz"},"directories":{}},"1.8.1":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.8.1","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/expand-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"dependencies":{"fill-range":"^2.1.0"},"devDependencies":{"benchmarked":"^0.1.1","brace-expansion":"^1.1.0","glob":"^4.3.2","minimatch":"^2.0.1","mocha":"*","should":"^4.1.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"de01a2ae06e6fe9c69812595c439870cca71839f","_id":"expand-range@1.8.1","_shasum":"acbd63e56efd9139722b755f099b9db5ac1f33f6","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"acbd63e56efd9139722b755f099b9db5ac1f33f6","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.8.1.tgz"},"directories":{}},"1.8.2":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.","version":"1.8.2","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"fill-range":"^2.1.0"},"devDependencies":{"benchmarked":"^0.2.4","brace-expansion":"^1.1.4","glob":"^7.0.3","gulp-format-md":"^0.1.9","minimatch":"^3.0.0","mocha":"^2.4.5"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"verb":{"plugins":["gulp-format-md"],"reflinks":["verb"],"toc":false,"layout":"default","lint":{"reflinks":true},"tasks":["readme"],"related":{"list":["micromatch","fill-range","braces"]}},"gitHead":"4c873af0870df8382bafc66a93d5c89e3aad3d4d","_id":"expand-range@1.8.2","_shasum":"a299effd335fe2721ebae8e257ec79644fc85337","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"a299effd335fe2721ebae8e257ec79644fc85337","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/expand-range-1.8.2.tgz_1462440434873_0.7174076174851507"},"directories":{}},"2.0.0":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch].","version":"2.0.0","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Daniel Cohen","url":"http://dcb.co.il"},{"name":"Jon Schlinkert","url":"http://twitter.com/jonschlinkert"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"fill-range":"^4.0.0"},"devDependencies":{"benchmarked":"^1.1.1","brace-expansion":"^1.1.7","glob":"^7.1.1","gulp-format-md":"^0.1.12","minimatch":"^3.0.4","mocha":"^3.3.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"verb":{"plugins":["gulp-format-md"],"reflinks":["verb","fill-range","micromatch"],"toc":false,"layout":"default","lint":{"reflinks":true},"tasks":["readme"],"related":{"list":["braces","fill-range","micromatch"]}},"gitHead":"00005a2bb74bfb2646b3a67dc1d25d5536f0ecdc","_id":"expand-range@2.0.0","_shasum":"3b8a6ad69575ee886f20bfc49df63bb0a16cd947","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.7.3","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"3b8a6ad69575ee886f20bfc49df63bb0a16cd947","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-range-2.0.0.tgz_1494288990698_0.19976271968334913"},"directories":{}},"2.0.1":{"name":"expand-range","description":"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch].","version":"2.0.1","homepage":"https://github.com/jonschlinkert/expand-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Daniel Cohen","url":"http://dcb.co.il"},{"name":"Jon Schlinkert","url":"http://twitter.com/jonschlinkert"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","fill-range":"^4.0.0"},"devDependencies":{"benchmarked":"^1.1.1","brace-expansion":"^1.1.7","glob":"^7.1.1","gulp-format-md":"^0.1.12","minimatch":"^3.0.4","mocha":"^3.3.0"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"verb":{"plugins":["gulp-format-md"],"reflinks":["verb","fill-range","micromatch"],"toc":false,"layout":"default","lint":{"reflinks":true},"tasks":["readme"],"related":{"list":["braces","fill-range","micromatch"]}},"gitHead":"661d071c82eed9d41c9d691e2daefef829f9a25c","_id":"expand-range@2.0.1","_shasum":"002d38c7a92747ae2cc845f32407dc2aa4440e90","_from":".","_npmVersion":"4.5.0","_nodeVersion":"7.7.3","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"002d38c7a92747ae2cc845f32407dc2aa4440e90","tarball":"https://registry.npmjs.org/expand-range/-/expand-range-2.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/expand-range-2.0.1.tgz_1494345333664_0.6869874424301088"},"directories":{}}},"readme":"# expand-range [![NPM version](https://img.shields.io/npm/v/expand-range.svg?style=flat)](https://www.npmjs.com/package/expand-range) [![NPM monthly downloads](https://img.shields.io/npm/dm/expand-range.svg?style=flat)](https://npmjs.org/package/expand-range) [![NPM total downloads](https://img.shields.io/npm/dt/expand-range.svg?style=flat)](https://npmjs.org/package/expand-range) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/expand-range.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/expand-range)\n\n> Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by [micromatch](https://github.com/jonschlinkert/micromatch).\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save expand-range\n```\n\n## Example usage\n\n```js\nvar expand = require('expand-range');\nexpand('start..end..step', options);\n\n// examples\nconsole.log(expand('1..3')) //=> ['1', '2', '3']\nconsole.log(expand('1..10..3')) //=> [ '1', '4', '7', '10' ]\n```\n\n**Params**\n\n* `start`: the number or letter to start with\n* `end`: the number or letter to end with\n* `step`: (optional) the step/increment to use. works with letters and numbers.\n* `options`: Options object to pass to [fill-range](https://github.com/jonschlinkert/fill-range), or a transform function (see [fill-range](https://github.com/jonschlinkert/fill-range) readme for details and documentation)\n\nThis library wraps [fill-range](https://github.com/jonschlinkert/fill-range) to support range expansion using `..` separated strings. See [fill-range](https://github.com/jonschlinkert/fill-range) for the full list of options and features.\n\n**Examples**\n\n```js\nexpand('a..e')\n//=> ['a', 'b', 'c', 'd', 'e']\n\nexpand('a..e..2')\n//=> ['a', 'c', 'e']\n\nexpand('A..E..2')\n//=> ['A', 'C', 'E']\n\nexpand('1..3')\n//=> ['1', '2', '3']\n\nexpand('0..-5')\n//=> [ '0', '-1', '-2', '-3', '-4', '-5' ]\n\nexpand('-9..9..3')\n//=> [ '-9', '-6', '-3', '0', '3', '6', '9' ])\n\nexpand('-1..-10..-2')\n//=> [ '-1', '-3', '-5', '-7', '-9' ]\n\nexpand('1..10..2')\n//=> [ '1', '3', '5', '7', '9' ]\n```\n\n### Custom function\n\nOptionally pass a custom function as the second argument:\n\n```js\nexpand('a..e', function (val, isNumber, pad, i) {\n if (!isNumber) {\n return String.fromCharCode(val) + i;\n }\n return val;\n});\n//=> ['a0', 'b1', 'c2', 'd3', 'e4']\n```\n\n## Benchmarks\n\n```sh\nBenchmarking: (4 of 4)\n · alpha-lower\n · alpha-upper\n · padded\n · range\n\n# benchmark/fixtures/alpha-lower.js (29 bytes)\n brace-expansion x 105,234 ops/sec ±0.65% (87 runs sampled)\n expand-range x 364,206 ops/sec ±1.08% (90 runs sampled)\n minimatch x 93,343 ops/sec ±1.61% (86 runs sampled)\n\n fastest is expand-range\n\n# benchmark/fixtures/alpha-upper.js (29 bytes)\n brace-expansion x 94,729 ops/sec ±0.49% (89 runs sampled)\n expand-range x 347,926 ops/sec ±1.11% (83 runs sampled)\n minimatch x 89,997 ops/sec ±1.10% (87 runs sampled)\n\n fastest is expand-range\n\n# benchmark/fixtures/padded.js (33 bytes)\n brace-expansion x 9,948 ops/sec ±0.99% (85 runs sampled)\n expand-range x 209,741 ops/sec ±8.85% (83 runs sampled)\n minimatch x 9,125 ops/sec ±0.95% (85 runs sampled)\n\n fastest is expand-range\n\n# benchmark/fixtures/range.js (29 bytes)\n brace-expansion x 75,911 ops/sec ±1.63% (85 runs sampled)\n expand-range x 525,728 ops/sec ±1.63% (85 runs sampled)\n minimatch x 69,066 ops/sec ±0.55% (86 runs sampled)\n\n fastest is expand-range\n\n```\n\n## History\n\n### v2.0.0\n\n**Changes**\n\n* Special `step` characters are no longer supported, as the same thing can be accomplished with a custom transform function.\n* The signature in the [transform function](https://github.com/jonschlinkert/fill-range#optionstransform) has changed. See [fill-range](https://github.com/jonschlinkert/fill-range) for more details.\n\n## About\n\n### Related projects\n\n* [braces](https://www.npmjs.com/package/braces): Fast, comprehensive, bash-like brace expansion implemented in JavaScript. Complete support for the Bash 4.3 braces… [more](https://github.com/micromatch/braces) | [homepage](https://github.com/micromatch/braces \"Fast, comprehensive, bash-like brace expansion implemented in JavaScript. Complete support for the Bash 4.3 braces specification, without sacrificing speed.\")\n* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range \"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`\")\n* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch \"Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- |\n| 58 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 1 | [dcohenb](https://github.com/dcohenb) |\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 08, 2017._","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"time":{"modified":"2017-05-09T15:55:35.714Z","created":"2014-10-20T15:33:08.078Z","0.1.0":"2014-10-20T15:33:08.078Z","0.1.1":"2014-10-26T03:24:38.879Z","0.2.0":"2014-11-25T07:29:23.366Z","0.2.1":"2014-11-25T18:41:13.032Z","0.3.0":"2014-12-14T05:27:53.055Z","0.3.1":"2014-12-14T05:33:56.767Z","1.0.0":"2015-01-04T18:13:17.152Z","1.1.0":"2015-01-12T00:39:36.788Z","1.2.0":"2015-01-14T22:07:11.527Z","1.4.0":"2015-01-24T11:09:16.021Z","1.5.0":"2015-01-24T23:47:21.326Z","1.6.0":"2015-01-25T06:09:30.145Z","1.7.0":"2015-01-30T13:30:36.431Z","1.8.0":"2015-01-30T13:34:08.140Z","1.8.1":"2015-02-15T21:17:30.806Z","1.8.2":"2016-05-05T09:27:16.202Z","2.0.0":"2017-05-09T00:16:32.873Z","2.0.1":"2017-05-09T15:55:35.714Z"},"homepage":"https://github.com/jonschlinkert/expand-range","keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/expand-range.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/expand-range/issues"},"readmeFilename":"README.md","license":"MIT","users":{"jonschlinkert":true,"tedrandolph":true},"contributors":[{"name":"Daniel Cohen","url":"http://dcb.co.il"},{"name":"Jon Schlinkert","url":"http://twitter.com/jonschlinkert"}],"_attachments":{},"_etag":"W/\"5911e677-8bce\"","_lastModified":"Tue, 09 May 2017 15:55:35 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/express/.cache.json.REMOVED.git-id b/frappe/.npm/registry.npmjs.org/express/.cache.json.REMOVED.git-id new file mode 100644 index 00000000..b72844e7 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/express/.cache.json.REMOVED.git-id @@ -0,0 +1 @@ +00abcae0d4f15979a44684dcd852439e0a972967 \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/extend/.cache.json b/frappe/.npm/registry.npmjs.org/extend/.cache.json new file mode 100644 index 00000000..919a528a --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/extend/.cache.json @@ -0,0 +1 @@ +{"_id":"extend","_rev":"78-bb8db17dd86afb21e2342427769266df","name":"extend","description":"Port of jQuery.extend for node.js and the browser","dist-tags":{"latest":"3.0.1"},"versions":{"1.0.0":{"name":"extend","version":"1.0.0","description":"Port of jQuery.extend for Node.js","main":"./index","keywords":["extend","clone","merge"],"author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"repository":{"type":"git","url":"git://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{},"_id":"extend@1.0.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"126c072b00c6053271a0bf4cf1777c33be023f40","tarball":"https://registry.npmjs.org/extend/-/extend-1.0.0.tgz"},"scripts":{},"directories":{},"deprecated":"Please update to the latest version."},"1.1.0":{"name":"extend","version":"1.1.0","description":"Port of jQuery.extend for Node.js","main":"./index","keywords":["extend","clone","merge"],"author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"repository":{"type":"git","url":"https://github.com/justmoon/node-extend.git"},"_id":"extend@1.1.0","dist":{"shasum":"278ce9efe504035f6913edfad2008f6522c0a1b5","tarball":"https://registry.npmjs.org/extend/-/extend-1.1.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"justmoon","email":"justmoon@members.fsf.org"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"}],"directories":{},"deprecated":"Please update to the latest version."},"1.1.1":{"name":"extend","version":"1.1.1","description":"Port of jQuery.extend for Node.js","main":"./index","keywords":["extend","clone","merge"],"author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"repository":{"type":"git","url":"https://github.com/justmoon/node-extend.git"},"_id":"extend@1.1.1","dist":{"shasum":"feef6f0efa6f8e34062da79b5a46f8b1b5cf748e","tarball":"https://registry.npmjs.org/extend/-/extend-1.1.1.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"justmoon","email":"justmoon@members.fsf.org"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"}],"directories":{},"deprecated":"Please update to the latest version."},"1.1.3":{"name":"extend","version":"1.1.3","description":"Port of jQuery.extend for Node.js","main":"./index","keywords":["extend","clone","merge"],"author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"repository":{"type":"git","url":"https://github.com/justmoon/node-extend.git"},"devDependencies":{"buster":"*"},"_id":"extend@1.1.3","dist":{"shasum":"5ae3d12e33009879dfb574e911a2da1e3da29ef4","tarball":"https://registry.npmjs.org/extend/-/extend-1.1.3.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"justmoon","email":"justmoon@members.fsf.org"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"}],"directories":{},"deprecated":"Please update to the latest version."},"1.2.0":{"name":"extend","author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"version":"1.2.0","description":"Port of jQuery.extend for Node.js","main":"index","scripts":{"test":"node test/index.js"},"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"keywords":["extend","clone","merge"],"repository":{"type":"git","url":"https://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{"tape":"~1.0.4"},"bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"_id":"extend@1.2.0","dist":{"shasum":"da1a81af472a5a3e7fd607f85cdeaf69c169294d","tarball":"https://registry.npmjs.org/extend/-/extend-1.2.0.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"1.2.1":{"name":"extend","author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"version":"1.2.1","description":"Port of jQuery.extend for Node.js","main":"index","scripts":{"test":"node test/index.js"},"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"keywords":["extend","clone","merge"],"repository":{"type":"git","url":"https://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{"tape":"~1.1.0"},"bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"_id":"extend@1.2.1","dist":{"shasum":"a0f5fd6cfc83a5fe49ef698d60ec8a624dd4576c","tarball":"https://registry.npmjs.org/extend/-/extend-1.2.1.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"1.3.0":{"name":"extend","author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"version":"1.3.0","description":"Port of jQuery.extend for node.js and the browser","main":"index","scripts":{"test":"node test/index.js","coverage":"covert test/index.js","coverage-quiet":"covert test/index.js --quiet"},"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"keywords":["extend","clone","merge"],"repository":{"type":"git","url":"https://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{"tape":"~2.13.2","covert":"~0.4.0"},"gitHead":"30bf952975a8551c8aabc3aed5e812455847e37a","bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"homepage":"https://github.com/justmoon/node-extend","_id":"extend@1.3.0","_shasum":"d1516fb0ff5624d2ebf9123ea1dac5a1994004f8","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"},{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"d1516fb0ff5624d2ebf9123ea1dac5a1994004f8","tarball":"https://registry.npmjs.org/extend/-/extend-1.3.0.tgz"},"directories":{}},"2.0.0":{"name":"extend","author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"version":"2.0.0","description":"Port of jQuery.extend for node.js and the browser","main":"index","scripts":{"test":"npm run lint && node test/index.js && npm run coverage-quiet","coverage":"covert test/index.js","coverage-quiet":"covert test/index.js --quiet","lint":"jscs *.js */*.js"},"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"keywords":["extend","clone","merge"],"repository":{"type":"git","url":"https://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{"tape":"~3.0.0","covert":"~1.0.0","jscs":"~1.6.2"},"gitHead":"1766f482fcf9ca83e07ad6fbeaa079e649d5db0c","bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"homepage":"https://github.com/justmoon/node-extend","_id":"extend@2.0.0","_shasum":"cc3c1e238521df4c28e3f30868b7324bb5898a5c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"},{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"cc3c1e238521df4c28e3f30868b7324bb5898a5c","tarball":"https://registry.npmjs.org/extend/-/extend-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"extend","author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"version":"2.0.1","description":"Port of jQuery.extend for node.js and the browser","main":"index","scripts":{"test":"npm run lint && node test/index.js && npm run coverage-quiet","coverage":"covert test/index.js","coverage-quiet":"covert test/index.js --quiet","lint":"jscs *.js */*.js"},"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"keywords":["extend","clone","merge"],"repository":{"type":"git","url":"git+https://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{"tape":"^4.0.0","covert":"^1.0.1","jscs":"^1.11.3"},"license":"MIT","gitHead":"ce3790222d3d2051f728f74be9565f155ed599c3","bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"homepage":"https://github.com/justmoon/node-extend#readme","_id":"extend@2.0.1","_shasum":"1ee8010689e7395ff9448241c98652bc759a8260","_from":".","_npmVersion":"2.8.3","_nodeVersion":"1.8.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"1ee8010689e7395ff9448241c98652bc759a8260","tarball":"https://registry.npmjs.org/extend/-/extend-2.0.1.tgz"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"3.0.0":{"name":"extend","author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"version":"3.0.0","description":"Port of jQuery.extend for node.js and the browser","main":"index","scripts":{"test":"npm run lint && node test/index.js && npm run coverage-quiet","coverage":"covert test/index.js","coverage-quiet":"covert test/index.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js */*.js","eslint":"eslint *.js */*.js"},"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"keywords":["extend","clone","merge"],"repository":{"type":"git","url":"git+https://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{"tape":"^4.0.0","covert":"^1.1.0","jscs":"^1.13.1","eslint":"^0.24.0"},"license":"MIT","gitHead":"148e7270cab2e9413af2cd0cab147070d755ed6d","bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"homepage":"https://github.com/justmoon/node-extend#readme","_id":"extend@3.0.0","_shasum":"5a474353b9f3353ddd8176dfd37b91c83a46f1d4","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"5a474353b9f3353ddd8176dfd37b91c83a46f1d4","tarball":"https://registry.npmjs.org/extend/-/extend-3.0.0.tgz"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"3.0.1":{"name":"extend","author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"version":"3.0.1","description":"Port of jQuery.extend for node.js and the browser","main":"index","scripts":{"pretest":"npm run lint","test":"npm run tests-only","posttest":"npm run coverage-quiet","tests-only":"node test","coverage":"covert test/index.js","coverage-quiet":"covert test/index.js --quiet","lint":"npm run jscs && npm run eslint","jscs":"jscs *.js */*.js","eslint":"eslint *.js */*.js"},"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"keywords":["extend","clone","merge"],"repository":{"type":"git","url":"git+https://github.com/justmoon/node-extend.git"},"dependencies":{},"devDependencies":{"tape":"^4.6.3","covert":"^1.1.0","jscs":"^3.0.7","eslint":"^3.19.0","@ljharb/eslint-config":"^11.0.0"},"license":"MIT","gitHead":"138b515df4d628bb1742254ede5d2551c0fecae7","bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"homepage":"https://github.com/justmoon/node-extend#readme","_id":"extend@3.0.1","_shasum":"a755ea7bc1adfcc5a31ce7e762dbaadc5e636444","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"a755ea7bc1adfcc5a31ce7e762dbaadc5e636444","tarball":"https://registry.npmjs.org/extend/-/extend-3.0.1.tgz"},"maintainers":[{"name":"justmoon","email":"justmoon@members.fsf.org"},{"name":"ljharb","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/extend-3.0.1.tgz_1493357803699_0.1708133383654058"},"directories":{}}},"maintainers":[{"email":"ljharb@gmail.com","name":"ljharb"},{"email":"justmoon@members.fsf.org","name":"justmoon"}],"time":{"modified":"2017-07-14T19:20:50.136Z","created":"2011-05-14T07:38:58.395Z","1.0.0":"2011-05-14T07:38:59.146Z","1.1.0":"2012-11-07T20:16:10.765Z","1.1.1":"2012-11-07T20:21:09.577Z","1.1.3":"2012-12-07T07:34:51.684Z","1.2.0":"2013-09-03T04:08:51.272Z","1.2.1":"2013-09-14T21:31:03.965Z","1.3.0":"2014-06-20T18:12:27.954Z","2.0.0":"2014-10-01T17:18:32.586Z","2.0.1":"2015-04-25T18:20:29.822Z","3.0.0":"2015-07-01T20:47:06.834Z","3.0.1":"2017-04-28T05:36:44.288Z"},"author":{"name":"Stefan Thomas","email":"justmoon@members.fsf.org","url":"http://www.justmoon.net"},"repository":{"type":"git","url":"git+https://github.com/justmoon/node-extend.git"},"users":{"pana":true,"grncdr":true,"jakwings":true,"nromano":true,"kahboom":true,"liveinjs":true,"knownasilya":true,"levisl176":true,"flaviodelbianco":true,"goldenboy":true,"paulmelnikow":true,"mlm":true,"amnzero":true,"vitre":true,"ashkyd":true,"iamveen":true,"roberkules":true,"nickeljew":true,"mrmartineau":true,"nice_body":true,"bacra":true,"sagaris":true,"sivan":true,"0x4c3p":true,"pandao":true,"shadowlong":true,"yuxin":true,"wkaifang":true,"jakub.knejzlik":true,"loselovegirl":true,"codeandcats":true,"nahuelhds":true,"heyimeugene":true,"geekwen":true,"gerst20051":true,"ahmed-dinar":true,"copitz":true,"vivek.vikhere":true,"mojaray2k":true,"mikestaub":true,"stone-jin":true,"hagb4rd":true,"anoubis":true,"aidenzou":true,"meekjt":true,"landy2014":true,"jherax":true,"jakedalus":true,"deneboulton":true},"readme":"[![Build Status][travis-svg]][travis-url]\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n\n# extend() for Node.js [![Version Badge][npm-version-png]][npm-url]\n\n`node-extend` is a port of the classic extend() method from jQuery. It behaves as you expect. It is simple, tried and true.\n\nNotes:\n\n* Since Node.js >= 4,\n [`Object.assign`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign)\n now offers the same functionality natively (but without the \"deep copy\" option).\n See [ECMAScript 2015 (ES6) in Node.js](https://nodejs.org/en/docs/es6).\n* Some native implementations of `Object.assign` in both Node.js and many\n browsers (since NPM modules are for the browser too) may not be fully\n spec-compliant.\n Check [`object.assign`](https://www.npmjs.com/package/object.assign) module for\n a compliant candidate.\n\n## Installation\n\nThis package is available on [npm][npm-url] as: `extend`\n\n``` sh\nnpm install extend\n```\n\n## Usage\n\n**Syntax:** extend **(** [`deep`], `target`, `object1`, [`objectN`] **)**\n\n*Extend one object with one or more others, returning the modified object.*\n\n**Example:**\n\n``` js\nvar extend = require('extend');\nextend(targetObject, object1, object2);\n```\n\nKeep in mind that the target object will be modified, and will be returned from extend().\n\nIf a boolean true is specified as the first argument, extend performs a deep copy, recursively copying any objects it finds. Otherwise, the copy will share structure with the original object(s).\nUndefined properties are not copied. However, properties inherited from the object's prototype will be copied over.\nWarning: passing `false` as the first argument is not supported.\n\n### Arguments\n\n* `deep` *Boolean* (optional)\nIf set, the merge becomes recursive (i.e. deep copy).\n* `target`\t*Object*\nThe object to extend.\n* `object1`\t*Object*\nThe object that will be merged into the first.\n* `objectN` *Object* (Optional)\nMore objects to merge into the first.\n\n## License\n\n`node-extend` is licensed under the [MIT License][mit-license-url].\n\n## Acknowledgements\n\nAll credit to the jQuery authors for perfecting this amazing utility.\n\nPorted to Node.js by [Stefan Thomas][github-justmoon] with contributions by [Jonathan Buchanan][github-insin] and [Jordan Harband][github-ljharb].\n\n[travis-svg]: https://travis-ci.org/justmoon/node-extend.svg\n[travis-url]: https://travis-ci.org/justmoon/node-extend\n[npm-url]: https://npmjs.org/package/extend\n[mit-license-url]: http://opensource.org/licenses/MIT\n[github-justmoon]: https://github.com/justmoon\n[github-insin]: https://github.com/insin\n[github-ljharb]: https://github.com/ljharb\n[npm-version-png]: http://versionbadg.es/justmoon/node-extend.svg\n[deps-svg]: https://david-dm.org/justmoon/node-extend.svg\n[deps-url]: https://david-dm.org/justmoon/node-extend\n[dev-deps-svg]: https://david-dm.org/justmoon/node-extend/dev-status.svg\n[dev-deps-url]: https://david-dm.org/justmoon/node-extend#info=devDependencies\n\n","homepage":"https://github.com/justmoon/node-extend#readme","keywords":["extend","clone","merge"],"contributors":[{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"bugs":{"url":"https://github.com/justmoon/node-extend/issues"},"readmeFilename":"README.md","license":"MIT","_attachments":{},"_etag":"W/\"59691992-41d9\"","_lastModified":"Fri, 14 Jul 2017 19:20:50 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/extglob/.cache.json b/frappe/.npm/registry.npmjs.org/extglob/.cache.json new file mode 100644 index 00000000..0c2ddf8b --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/extglob/.cache.json @@ -0,0 +1 @@ +{"_id":"extglob","_rev":"13-76ed65861a8727415a53beee7b8cccd8","name":"extglob","description":"Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.","dist-tags":{"latest":"1.1.0"},"versions":{"0.1.0":{"name":"extglob","description":"Extended globs. Add the expressive power of regular expressions to glob patterns.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/extglob","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extglob.git"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/extglob/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha"},"devDependencies":{"minimatch":"^2.0.1","minimist":"^1.1.0","mocha":"*","should":"*"},"keywords":["bash","extended","extglob","glob","ksh","match","wildcard"],"dependencies":{"micromatch":"^1.2.2"},"gitHead":"63001457550f367428af54db947d850e03a1dc9f","_id":"extglob@0.1.0","_shasum":"2a955b73930ab2068a0d034e89a234733fe03d99","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"2a955b73930ab2068a0d034e89a234733fe03d99","tarball":"https://registry.npmjs.org/extglob/-/extglob-0.1.0.tgz"},"directories":{}},"0.2.0":{"name":"extglob","description":"Extended globs. extglobs add the expressive power of regular expressions to glob patterns.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/extglob","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extglob.git"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/extglob/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha"},"devDependencies":{"minimatch":"^2.0.1","minimist":"^1.1.0","mocha":"*","should":"*"},"keywords":["bash","extended","extglob","glob","ksh","match","wildcard"],"dependencies":{"micromatch":"^1.2.2"},"gitHead":"b678062c19a8edfa3dd909baaf7d79d6ed7fa6ed","_id":"extglob@0.2.0","_shasum":"316b6bec6e1b33573138ca04ca1e3cb09366f0d7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"316b6bec6e1b33573138ca04ca1e3cb09366f0d7","tarball":"https://registry.npmjs.org/extglob/-/extglob-0.2.0.tgz"},"directories":{}},"0.3.0":{"name":"extglob","description":"Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.","version":"0.3.0","homepage":"https://github.com/jonschlinkert/extglob","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extglob.git"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/extglob/blob/master/LICENSE"},"files":["index.js","lib/"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-extglob":"^1.0.0"},"devDependencies":{"micromatch":"^2.1.6","minimatch":"^2.0.1","minimist":"^1.1.0","mocha":"*","should":"*"},"keywords":["bash","extended","extglob","glob","ksh","match","wildcard"],"gitHead":"055ec507e4938bdf13934b86977330bbaabfab09","_id":"extglob@0.3.0","_shasum":"4632f3701bbb201066f316cafadbad624a4eb1d2","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"4632f3701bbb201066f316cafadbad624a4eb1d2","tarball":"https://registry.npmjs.org/extglob/-/extglob-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"extglob","description":"Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.","version":"0.3.1","homepage":"https://github.com/jonschlinkert/extglob","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extglob.git"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"ansi-green":"^0.1.1","is-extglob":"^1.0.0","success-symbol":"^0.1.0"},"devDependencies":{"micromatch":"^2.1.6","minimatch":"^2.0.1","minimist":"^1.1.0","mocha":"*","should":"*"},"keywords":["bash","extended","extglob","glob","ksh","match","wildcard"],"verb":{"related":{"list":["micromatch","expand-brackets","braces","fill-range","expand-range"]}},"gitHead":"7466402011f262f316a3206b6bdce83a57ca3a23","_id":"extglob@0.3.1","_shasum":"4f31241c0dddc90ac8c729cb6d7c872dee77c8f5","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"4f31241c0dddc90ac8c729cb6d7c872dee77c8f5","tarball":"https://registry.npmjs.org/extglob/-/extglob-0.3.1.tgz"},"directories":{}},"0.3.2":{"name":"extglob","description":"Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.","version":"0.3.2","homepage":"https://github.com/jonschlinkert/extglob","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/extglob.git"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-extglob":"^1.0.0"},"devDependencies":{"ansi-green":"^0.1.1","micromatch":"^2.1.6","minimatch":"^2.0.1","minimist":"^1.1.0","mocha":"*","should":"*","success-symbol":"^0.1.0"},"keywords":["bash","extended","extglob","glob","ksh","match","wildcard"],"verb":{"related":{"list":["micromatch","expand-brackets","braces","fill-range","expand-range"]}},"gitHead":"8c3f38bbd9e0afaf31a87e411c0d15532434ef41","_id":"extglob@0.3.2","_shasum":"2e18ff3d2f49ab2765cec9023f011daa8d8349a1","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"2e18ff3d2f49ab2765cec9023f011daa8d8349a1","tarball":"https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz"},"directories":{}},"1.0.0":{"name":"extglob","description":"Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/extglob","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Isiah Meadows","email":"me@isiahmeadows.com","url":"https://www.isiahmeadows.com"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Shinnosuke Watanabe","email":"snnskwtnb@gmail.com","url":"https://shinnn.github.io"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extglob.git"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"array-unique":"^0.3.2","debug":"^2.2.0","define-property":"^0.2.5","expand-brackets":"^2.0.1","extend-shallow":"^2.0.1","fragment-cache":"^0.2.0","regex-not":"^1.0.0","snapdragon":"^0.8.1","to-regex":"^2.1.0"},"devDependencies":{"bash-match":"^0.1.1","for-own":"^0.1.4","gulp":"^3.9.1","gulp-eslint":"^3.0.1","gulp-format-md":"^0.1.11","gulp-istanbul":"^1.1.1","gulp-mocha":"^3.0.1","gulp-unused":"^0.2.0","helper-changelog":"^0.3.0","is-windows":"^0.2.0","micromatch":"^2.3.11","minimatch":"^3.0.3","mocha":"^3.1.2","multimatch":"^2.1.0","yargs-parser":"^4.0.2"},"keywords":["bash","extended","extglob","glob","globbing","ksh","match","pattern","patterns","regex","test","wildcard"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"related":{"list":["braces","expand-brackets","expand-range","fill-range","micromatch"]},"helpers":["helper-changelog"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"5f690b70ba19aba007a28e6abd4dda4405ebc157","_id":"extglob@1.0.0","_shasum":"a9e358990ab13613d973f73ba2fa0bfaa504209f","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"a9e358990ab13613d973f73ba2fa0bfaa504209f","tarball":"https://registry.npmjs.org/extglob/-/extglob-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/extglob-1.0.0.tgz_1476998360581_0.40694574313238263"},"directories":{}},"1.1.0":{"name":"extglob","description":"Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.","version":"1.1.0","homepage":"https://github.com/jonschlinkert/extglob","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Isiah Meadows","email":"me@isiahmeadows.com","url":"https://www.isiahmeadows.com"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Shinnosuke Watanabe","email":"snnskwtnb@gmail.com","url":"https://shinnn.github.io"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extglob.git"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":"MIT","files":["index.js","lib"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"array-unique":"^0.3.2","define-property":"^0.2.5","expand-brackets":"^2.0.1","extend-shallow":"^2.0.1","fragment-cache":"^0.2.0","regex-not":"^1.0.0","snapdragon":"^0.8.1","to-regex":"^2.1.0"},"devDependencies":{"bash-match":"^0.1.1","for-own":"^0.1.4","gulp":"^3.9.1","gulp-eslint":"^3.0.1","gulp-format-md":"^0.1.11","gulp-istanbul":"^1.1.1","gulp-mocha":"^3.0.1","gulp-unused":"^0.2.0","helper-changelog":"^0.3.0","is-windows":"^0.2.0","micromatch":"^2.3.11","minimatch":"^3.0.3","mocha":"^3.1.2","multimatch":"^2.1.0","yargs-parser":"^4.0.2"},"keywords":["bash","extended","extglob","glob","globbing","ksh","match","pattern","patterns","regex","test","wildcard"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"related":{"list":["braces","expand-brackets","expand-range","fill-range","micromatch"]},"helpers":["helper-changelog"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"169b168668e45a572def51a1a7cb7c30a3655cff","_id":"extglob@1.1.0","_shasum":"0678b4e2ce45c0e4e50f5e5eafb1b0dab5b4e424","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"0678b4e2ce45c0e4e50f5e5eafb1b0dab5b4e424","tarball":"https://registry.npmjs.org/extglob/-/extglob-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/extglob-1.1.0.tgz_1481433137305_0.8352516428567469"},"directories":{}}},"readme":"# extglob [![NPM version](https://img.shields.io/npm/v/extglob.svg?style=flat)](https://www.npmjs.com/package/extglob) [![NPM monthly downloads](https://img.shields.io/npm/dm/extglob.svg?style=flat)](https://npmjs.org/package/extglob) [![NPM total downloads](https://img.shields.io/npm/dt/extglob.svg?style=flat)](https://npmjs.org/package/extglob) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extglob.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extglob) [![Windows Build Status](https://img.shields.io/appveyor/ci/jonschlinkert/extglob.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/jonschlinkert/extglob)\n\n> Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save extglob\n```\n\n* Convert an extglob string to a regex-compatible string.\n* More complete (and correct) support than [minimatch](https://github.com/isaacs/minimatch) (minimatch fails a large percentage of the extglob tests)\n* Handles [negation patterns](#extglob-patterns)\n* Handles [nested patterns](#extglob-patterns)\n* Organized code base, easy to maintain and make changes when edge cases arise\n* As you can see by the [benchmarks](#benchmarks), extglob doesn't pay with speed for it's completeness, accuracy and quality.\n\n**Heads up!**: This library only supports extglobs, to handle full glob patterns and other extended globbing features use [micromatch](https://github.com/jonschlinkert/micromatch) instead.\n\n## Usage\n\nThe main export is a function that takes a string and options, and returns an object with the parsed AST and the compiled `.output`, which is a regex-compatible string that can be used for matching.\n\n```js\nvar extglob = require('extglob');\nconsole.log(extglob('!(xyz)*.js'));\n```\n\n## Extglob cheatsheet\n\nExtended globbing patterns can be defined as follows (as described by the [bash man page](https://www.gnu.org/software/bash/manual/html_node/Pattern-Matching.html)):\n\n| **pattern** | **regex equivalent** | **description** | \n| --- | --- | --- |\n| `?(pattern-list)` | `(... | ...)?` | Matches zero or one occurrence of the given pattern(s) |\n| `*(pattern-list)` | `(... | ...)*` | Matches zero or more occurrences of the given pattern(s) |\n| `+(pattern-list)` | `(... | ...)+` | Matches one or more occurrences of the given pattern(s) |\n| `@(pattern-list)` | `(... | ...)` [1] | Matches one of the given pattern(s) |\n| `!(pattern-list)` | N/A | Matches anything except one of the given pattern(s) |\n\n## API\n\n### [extglob](index.js#L37)\n\nConvert the given `extglob` pattern into a regex-compatible string. Returns an object with the compiled result and the parsed AST.\n\n**Example**\n\n```js\nvar extglob = require('extglob');\nconsole.log(extglob('*.!(*a)'));\n//=> '(?!\\\\.)[^/]*?\\\\.(?!(?!\\\\.)[^/]*?a\\\\b).*?'\n```\n\n**Params**\n\n* `pattern` **{String}**\n* `options` **{Object}**\n* `returns` **{String}**\n\n### [.match](index.js#L68)\n\nTakes an array of strings and an extglob pattern and returns a new array that contains only the strings that match the pattern.\n\n**Example**\n\n```js\nvar extglob = require('extglob');\nconsole.log(extglob.match(['a.a', 'a.b', 'a.c'], '*.!(*a)'));\n//=> ['a.b', 'a.c']\n```\n\n**Params**\n\n* `list` **{Array}**: Array of strings to match\n* `pattern` **{String}**: Extglob pattern\n* `options` **{Object}**\n* `returns` **{Array}**: Returns an array of matches\n\n### [.isMatch](index.js#L123)\n\nReturns true if the specified `string` matches the given extglob `pattern`.\n\n**Example**\n\n```js\nvar extglob = require('extglob');\n\nconsole.log(extglob.isMatch('a.a', '*.!(*a)'));\n//=> false\nconsole.log(extglob.isMatch('a.b', '*.!(*a)'));\n//=> true\n```\n\n**Params**\n\n* `string` **{String}**: String to match\n* `pattern` **{String}**: Extglob pattern\n* `options` **{String}**\n* `returns` **{Boolean}**\n\n### [.contains](index.js#L162)\n\nReturns true if the given `string` contains the given pattern. Similar to `.isMatch` but the pattern can match any part of the string.\n\n**Example**\n\n```js\nvar extglob = require('extglob');\nconsole.log(extglob.contains('aa/bb/cc', '*b'));\n//=> true\nconsole.log(extglob.contains('aa/bb/cc', '*d'));\n//=> false\n```\n\n**Params**\n\n* `str` **{String}**: The string to match.\n* `pattern` **{String}**: Glob pattern to use for matching.\n* `options` **{Object}**\n* `returns` **{Boolean}**: Returns true if the patter matches any part of `str`.\n\n### [.matcher](index.js#L196)\n\nTakes an extglob pattern and returns a matcher function. The returned function takes the string to match as its only argument.\n\n**Example**\n\n```js\nvar extglob = require('extglob');\nvar isMatch = extglob.matcher('*.!(*a)');\n\nconsole.log(isMatch('a.a'));\n//=> false\nconsole.log(isMatch('a.b'));\n//=> true\n```\n\n**Params**\n\n* `pattern` **{String}**: Extglob pattern\n* `options` **{String}**\n* `returns` **{Boolean}**\n\n### [.create](index.js#L226)\n\nConvert the given `extglob` pattern into a regex-compatible string. Returns an object with the compiled result and the parsed AST.\n\n**Example**\n\n```js\nvar extglob = require('extglob');\nconsole.log(extglob.create('*.!(*a)').output);\n//=> '(?!\\\\.)[^/]*?\\\\.(?!(?!\\\\.)[^/]*?a\\\\b).*?'\n```\n\n**Params**\n\n* `str` **{String}**\n* `options` **{Object}**\n* `returns` **{String}**\n\n### [.makeRe](index.js#L255)\n\nCreate a regular expression from the given `pattern` and `options`.\n\n**Example**\n\n```js\nvar extglob = require('extglob');\nvar re = extglob.makeRe('*.!(*a)');\nconsole.log(re);\n//=> /^[^\\/]*?\\.(?![^\\/]*?a)[^\\/]*?$/\n```\n\n**Params**\n\n* `pattern` **{String}**: The pattern to convert to regex.\n* `options` **{Object}**\n* `returns` **{RegExp}**\n\n## Options\n\nAvailable options are based on the options from Bash (and the option names used in bash).\n\n### options.nullglob\n\n**Type**: `boolean`\n\n**Default**: `undefined`\n\nWhen enabled, the pattern itself will be returned when no matches are found.\n\n### options.nonull\n\nAlias for [options.nullglob](#optionsnullglob), included for parity with minimatch.\n\n### options.cache\n\n**Type**: `boolean`\n\n**Default**: `undefined`\n\nFunctions are memoized based on the given glob patterns and options. Disable memoization by setting `options.cache` to false.\n\n### options.failglob\n\n**Type**: `boolean`\n\n**Default**: `undefined`\n\nThrow an error is no matches are found.\n\n## Benchmarks\n\nLast run on October 20, 2016\n\n```sh\nBenchmarking: (5 of 5)\n · negation-nested\n · negation-simple\n · range-false\n · range-true\n · star-simple\n\n# benchmark/fixtures/isMatch/negation-nested.js (49 bytes)\n extglob x 1,988,591 ops/sec ±1.18% (84 runs sampled)\n minimatch x 73,335 ops/sec ±1.38% (84 runs sampled)\n\n fastest is extglob\n\n# benchmark/fixtures/isMatch/negation-simple.js (43 bytes)\n extglob x 2,320,380 ops/sec ±1.71% (86 runs sampled)\n minimatch x 122,947 ops/sec ±1.28% (86 runs sampled)\n\n fastest is extglob\n\n# benchmark/fixtures/isMatch/range-false.js (56 bytes)\n extglob x 1,729,572 ops/sec ±1.22% (84 runs sampled)\n minimatch x 112,566 ops/sec ±1.26% (85 runs sampled)\n\n fastest is extglob\n\n# benchmark/fixtures/isMatch/range-true.js (56 bytes)\n extglob x 1,819,085 ops/sec ±1.28% (83 runs sampled)\n minimatch x 115,153 ops/sec ±1.50% (85 runs sampled)\n\n fastest is extglob\n\n# benchmark/fixtures/isMatch/star-simple.js (46 bytes)\n extglob x 1,970,063 ops/sec ±1.46% (83 runs sampled)\n minimatch x 138,805 ops/sec ±1.31% (87 runs sampled)\n\n fastest is extglob\n```\n\n## Differences from Bash\n\nThis library has complete parity with Bash 4.3 with only a couple of minor differences.\n\n* In some cases Bash returns true if the given string \"contains\" the pattern, whereas this library returns true if the string is an exact match for the pattern. You can relax this by setting `options.contains` to true.\n* This library is more accurate than Bash and thus does not fail some of the tests that Bash 4.3 still lists as failing in their unit tests\n\n## About\n\n### Related projects\n\n* [braces](https://www.npmjs.com/package/braces): Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces… [more](https://github.com/jonschlinkert/braces) | [homepage](https://github.com/jonschlinkert/braces \"Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.\")\n* [expand-brackets](https://www.npmjs.com/package/expand-brackets): Expand POSIX bracket expressions (character classes) in glob patterns. | [homepage](https://github.com/jonschlinkert/expand-brackets \"Expand POSIX bracket expressions (character classes) in glob patterns.\")\n* [expand-range](https://www.npmjs.com/package/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See… [more](https://github.com/jonschlinkert/expand-range) | [homepage](https://github.com/jonschlinkert/expand-range \"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.\")\n* [fill-range](https://www.npmjs.com/package/fill-range): Fill in a range of numbers or letters, optionally passing an increment or `step` to… [more](https://github.com/jonschlinkert/fill-range) | [homepage](https://github.com/jonschlinkert/fill-range \"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`\")\n* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch \"Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor**
| \n| --- | --- | --- | --- | --- |\n| 32 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 2 | [isiahmeadows](https://github.com/isiahmeadows) |\n| 1 | [shinnn](https://github.com/shinnn) |\n\n### Building docs\n\n_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_\n\nTo generate the readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install -g verb verb-generate-readme && verb\n```\n\n### Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/jonschlinkert/extglob/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on October 20, 2016._\n\n
\n
\n
    \n
  1. `@` isn't a RegEx character. \n\n
  2. \n
\n
","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2017-07-04T13:58:48.258Z","created":"2015-02-05T21:40:42.212Z","0.1.0":"2015-02-05T21:40:42.212Z","0.2.0":"2015-02-05T21:53:13.736Z","0.3.0":"2015-04-18T22:29:38.758Z","0.3.1":"2015-08-01T20:11:58.577Z","0.3.2":"2016-01-20T08:44:58.021Z","1.0.0":"2016-10-20T21:19:21.320Z","1.1.0":"2016-12-11T05:12:18.051Z"},"homepage":"https://github.com/jonschlinkert/extglob","keywords":["bash","extended","extglob","glob","globbing","ksh","match","pattern","patterns","regex","test","wildcard"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/extglob.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/extglob/issues"},"license":"MIT","readmeFilename":"README.md","contributors":[{"name":"Isiah Meadows","email":"me@isiahmeadows.com","url":"https://www.isiahmeadows.com"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Shinnosuke Watanabe","email":"snnskwtnb@gmail.com","url":"https://shinnn.github.io"}],"users":{"abhisekp":true,"arteffeckt":true},"_attachments":{},"_etag":"W/\"595b9f18-6129\"","_lastModified":"Tue, 04 Jul 2017 13:58:48 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/extract-zip/.cache.json b/frappe/.npm/registry.npmjs.org/extract-zip/.cache.json new file mode 100644 index 00000000..e4d9f764 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/extract-zip/.cache.json @@ -0,0 +1 @@ +{"_id":"extract-zip","_rev":"35-4a8cb4d695d7d0cfef26ce2ddce122a9","name":"extract-zip","description":"unzip a zip file into a directory using 100% javascript","dist-tags":{"latest":"1.6.5"},"versions":{"1.0.0":{"name":"extract-zip","version":"1.0.0","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"node test/test.js"},"author":{"name":"max ogden"},"license":"BSD","repository":{"type":"git","url":"git@github.com:maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"minimist":"0.1.0","debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"^1.4.6","through2":"0.6.3","yauzl":"^2.0.3"},"devDependencies":{"rimraf":"^2.2.8"},"directories":{"test":"test"},"_id":"extract-zip@1.0.0","_shasum":"53397d86d4ae3a8df17492133cc0be01336e2400","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"dist":{"shasum":"53397d86d4ae3a8df17492133cc0be01336e2400","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.0.0.tgz"}},"1.0.1":{"name":"extract-zip","version":"1.0.1","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"node test/test.js"},"author":{"name":"max ogden"},"license":"BSD","repository":{"type":"git","url":"git@github.com:maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"minimist":"0.1.0","debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"^1.4.6","through2":"0.6.3","yauzl":"^2.1.0"},"devDependencies":{"rimraf":"^2.2.8"},"directories":{"test":"test"},"_id":"extract-zip@1.0.1","_shasum":"32563a636d6a40a062e1f4e2e42e47176ab46692","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"dist":{"shasum":"32563a636d6a40a062e1f4e2e42e47176ab46692","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.0.1.tgz"}},"1.0.2":{"name":"extract-zip","version":"1.0.2","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"node test/test.js"},"author":{"name":"max ogden"},"license":"BSD","repository":{"type":"git","url":"git@github.com:maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"minimist":"0.1.0","debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"^1.4.6","through2":"0.6.3","yauzl":"^2.1.0"},"devDependencies":{"rimraf":"^2.2.8"},"directories":{"test":"test"},"_id":"extract-zip@1.0.2","_shasum":"cff2d67dd2c987d1ab0d7909ad408d8fdfdf0093","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"dist":{"shasum":"cff2d67dd2c987d1ab0d7909ad408d8fdfdf0093","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.0.2.tgz"}},"1.0.3":{"name":"extract-zip","version":"1.0.3","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"node test/test.js"},"author":{"name":"max ogden"},"license":"BSD","repository":{"type":"git","url":"git@github.com:maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"minimist":"0.1.0","debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"^1.4.6","through2":"0.6.3","yauzl":"^2.1.0"},"devDependencies":{"rimraf":"^2.2.8"},"directories":{"test":"test"},"_id":"extract-zip@1.0.3","_shasum":"cb5b3d11211996413f2c26fe50123e5c0d82008f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"dist":{"shasum":"cb5b3d11211996413f2c26fe50123e5c0d82008f","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.0.3.tgz"}},"1.1.0":{"name":"extract-zip","version":"1.1.0","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"1.5.0","yauzl":"^2.3.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"8f8c83c4764ffa1711c100c1e76de147be49dcdc","_id":"extract-zip@1.1.0","_shasum":"214c3cb73a623d9fcb8ccaf20c316b0ffce6cbe7","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"214c3cb73a623d9fcb8ccaf20c316b0ffce6cbe7","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.1.0.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}]},"1.1.1":{"name":"extract-zip","version":"1.1.1","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"1.5.0","yauzl":"^2.3.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"ac5f6d51507404e76950a5de1c6100a8ecca175a","_id":"extract-zip@1.1.1","_shasum":"6936372b13a6d2e4db01c116e5289c438f519b94","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"6936372b13a6d2e4db01c116e5289c438f519b94","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.1.1.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}]},"1.1.2":{"name":"extract-zip","version":"1.1.2","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"1.5.0","yauzl":"^2.3.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"835ec04416298a5587ffc2f54bac9bb7e5e98374","_id":"extract-zip@1.1.2","_shasum":"7b6d6e0dd2149b6b89f2cc44a21d8500e327cd97","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"7b6d6e0dd2149b6b89f2cc44a21d8500e327cd97","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.1.2.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}]},"1.2.0":{"name":"extract-zip","version":"1.2.0","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"debug":"0.7.4","async":"0.9.0","mkdirp":"0.5.0","concat-stream":"1.5.0","yauzl":"^2.3.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"30462debe058a8e3625a091093192bfa74f6d412","_id":"extract-zip@1.2.0","_shasum":"ca072a1e4283af084747c5132441d6ba2fd211ed","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"ca072a1e4283af084747c5132441d6ba2fd211ed","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.2.0.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}]},"1.3.0":{"name":"extract-zip","version":"1.3.0","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"async":"1.5.0","concat-stream":"1.5.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.3.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"4b25de2752aa9e4dd9cb81a874d371bacc207259","_id":"extract-zip@1.3.0","_shasum":"ac72b5e86f842b153d1b2fb8573defd7e8e49f0c","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"ac72b5e86f842b153d1b2fb8573defd7e8e49f0c","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.3.0.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}]},"1.4.0":{"name":"extract-zip","version":"1.4.0","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.5.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"d79cfd14859034dd753a54cdb962a10e4984b867","_id":"extract-zip@1.4.0","_shasum":"7d3aa7e042aee1e9f248b000da4378ac21233562","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"7d3aa7e042aee1e9f248b000da4378ac21233562","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.4.0.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}]},"1.4.1":{"name":"extract-zip","version":"1.4.1","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.5.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"e26a779b5113a153fabfc78b6189c2d9c53599ec","_id":"extract-zip@1.4.1","_shasum":"6c1afdca09083eb67fad3a7ccd1fdd4c02b70a60","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"6c1afdca09083eb67fad3a7ccd1fdd4c02b70a60","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.4.1.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}]},"1.5.0":{"name":"extract-zip","version":"1.5.0","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.5.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"bb5798317dad5b23af6ef098cc43379b2d19d0b8","_id":"extract-zip@1.5.0","_shasum":"92ccf6d81ef70a9fa4c1747114ccef6d8688a6c4","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.2.3","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"92ccf6d81ef70a9fa4c1747114ccef6d8688a6c4","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/extract-zip-1.5.0.tgz_1457378610579_0.8177433146629483"}},"1.6.0":{"name":"extract-zip","version":"1.6.0","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.5.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"c5d2dec11b9fb3f5e67a91325309244da4efcafd","_id":"extract-zip@1.6.0","_shasum":"7f400c9607ea866ecab7aa6d54fb978eeb11621a","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"7f400c9607ea866ecab7aa6d54fb978eeb11621a","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.0.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/extract-zip-1.6.0.tgz_1482296777203_0.3630462531000376"}},"1.6.1":{"name":"extract-zip","version":"1.6.1","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/erisds/extract-zip-fork.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.5.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"40a2389ee7f20ad98649a7f7ec087f6e6ddaf355","_id":"extract-zip@1.6.1","_shasum":"e35c446cba4638ca703737337729673224bdb769","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"e35c446cba4638ca703737337729673224bdb769","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.1.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/extract-zip-1.6.1.tgz_1493500301655_0.0698060451541096"}},"1.6.2":{"name":"extract-zip","version":"1.6.2","description":"unzip a zip file into a directory using 100% pure gluten-free organic javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/erisds/extract-zip-fork.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.6.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"7bf277460a725143714d2c295e9e10715543d9e7","_id":"extract-zip@1.6.2","_shasum":"8d9b5a8e572734dcb5fa68744f17e580b40bb49a","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"8d9b5a8e572734dcb5fa68744f17e580b40bb49a","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.2.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/extract-zip-1.6.2.tgz_1493500564528_0.6069421058055013"}},"1.6.3":{"name":"extract-zip","version":"1.6.3","description":"unzip a zip file into a directory using 100% javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/erisds/extract-zip-fork.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.6.0","debug":"0.7.4","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"7488adab2b17b8d89fe9f99e8616e95973d26307","_id":"extract-zip@1.6.3","_shasum":"d5eae1b66e5a132314e0b3cf922a85e75ed38012","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"d5eae1b66e5a132314e0b3cf922a85e75ed38012","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.3.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/extract-zip-1.6.3.tgz_1493500690786_0.06246409798040986"}},"1.6.4":{"name":"extract-zip","version":"1.6.4","description":"unzip a zip file into a directory using 100% javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+ssh://git@github.com/erisds/extract-zip-fork.git"},"keywords":["unzip","zip","extract"],"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip","dependencies":{"concat-stream":"1.6.0","debug":"2.2.0","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0"},"directories":{"test":"test"},"gitHead":"ca3688469d7add5ce46eab94c023bff89db41ee7","_id":"extract-zip@1.6.4","_shasum":"0ee810e214c83ce4ce416d2898c903e3e7f6c3cf","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"maxogden","email":"max@maxogden.com"},"dist":{"shasum":"0ee810e214c83ce4ce416d2898c903e3e7f6c3cf","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.4.tgz"},"maintainers":[{"name":"maxogden","email":"max+DONT+EMAIL+ME@maxogden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/extract-zip-1.6.4.tgz_1493500791338_0.5411609627772123"}},"1.6.5":{"name":"extract-zip","version":"1.6.5","description":"unzip a zip file into a directory using 100% javascript","main":"index.js","bin":{"extract-zip":"cli.js"},"scripts":{"test":"standard && node test/test.js"},"author":{"name":"max ogden"},"license":"BSD-2-Clause","repository":{"type":"git","url":"git+https://github.com/maxogden/extract-zip.git"},"keywords":["unzip","zip","extract"],"dependencies":{"concat-stream":"1.6.0","debug":"2.2.0","mkdirp":"0.5.0","yauzl":"2.4.1"},"devDependencies":{"rimraf":"^2.2.8","standard":"^5.2.2","tape":"^4.2.0","temp":"^0.8.3"},"directories":{"test":"test"},"gitHead":"f200e35cca79a0cafb89c001c5e9d93486c92870","bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"homepage":"https://github.com/maxogden/extract-zip#readme","_id":"extract-zip@1.6.5","_shasum":"99a06735b6ea20ea9b705d779acffcc87cff0440","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"malept","email":"nodejs.npm.nospam@lazymalevolence.com"},"dist":{"shasum":"99a06735b6ea20ea9b705d779acffcc87cff0440","tarball":"https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.5.tgz"},"maintainers":[{"name":"malept","email":"nodejs.npm.nospam@lazymalevolence.com"},{"name":"maxogden","email":"max@maxogden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/extract-zip-1.6.5.tgz_1493615442815_0.5959967295639217"}}},"readme":"# extract-zip\n\nUnzip written in pure JavaScript. Extracts a zip into a directory. Available as a library or a command line program.\n\nUses the [`yauzl`](http://npmjs.org/yauzl) ZIP parser.\n\n[![NPM](https://nodei.co/npm/extract-zip.png?global=true)](https://nodei.co/npm/extract-zip/)\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n[![Build Status](https://travis-ci.org/maxogden/extract-zip.svg?branch=master)](https://travis-ci.org/maxogden/extract-zip)\n\n## Installation\n\nGet the library:\n\n```\nnpm install extract-zip --save\n```\n\nInstall the command line program:\n\n```\nnpm install extract-zip -g\n```\n\n## JS API\n\n```js\nvar extract = require('extract-zip')\nextract(source, {dir: target}, function (err) {\n // extraction is complete. make sure to handle the err\n})\n```\n\n### Options\n\n- `dir` - defaults to `process.cwd()`\n- `defaultDirMode` - integer - Directory Mode (permissions) will default to `493` (octal `0755` in integer)\n- `defaultFileMode` - integer - File Mode (permissions) will default to `420` (octal `0644` in integer)\n- `onEntry` - function - if present, will be called with `(entry, zipfile)`, entry is every entry from the zip file forwarded from the `entry` event from yauzl. `zipfile` is the `yauzl` instance\n\nDefault modes are only used if no permissions are set in the zip file.\n\n## CLI Usage\n\n```\nextract-zip foo.zip \n```\n\nIf not specified, `targetDirectory` will default to `process.cwd()`.\n","maintainers":[{"name":"malept","email":"nodejs.npm.nospam@lazymalevolence.com"},{"name":"maxogden","email":"max@maxogden.com"}],"time":{"modified":"2017-05-01T05:10:43.049Z","created":"2014-10-17T07:21:00.197Z","1.0.0":"2014-10-17T07:21:00.197Z","1.0.1":"2014-10-17T08:48:01.746Z","1.0.2":"2014-10-17T14:33:50.422Z","1.0.3":"2014-10-18T15:16:33.995Z","1.1.0":"2015-09-16T04:47:04.282Z","1.1.1":"2015-09-16T15:22:35.417Z","1.1.2":"2015-11-06T19:51:36.166Z","1.2.0":"2015-11-09T19:54:23.013Z","1.3.0":"2015-12-08T20:24:52.049Z","1.4.0":"2015-12-31T21:36:38.033Z","1.4.1":"2016-01-04T18:47:10.993Z","1.5.0":"2016-03-07T19:23:32.823Z","1.6.0":"2016-12-21T05:06:17.439Z","1.6.1":"2017-04-29T21:11:43.381Z","1.6.2":"2017-04-29T21:16:04.764Z","1.6.3":"2017-04-29T21:18:12.710Z","1.6.4":"2017-04-29T21:19:51.619Z","1.6.5":"2017-05-01T05:10:43.049Z"},"homepage":"https://github.com/maxogden/extract-zip#readme","keywords":["unzip","zip","extract"],"repository":{"type":"git","url":"git+https://github.com/maxogden/extract-zip.git"},"author":{"name":"max ogden"},"bugs":{"url":"https://github.com/maxogden/extract-zip/issues"},"license":"BSD-2-Clause","readmeFilename":"readme.md","users":{"karlbateman":true,"chriszs":true,"jyounce":true,"webs":true,"largepuma":true,"ukrbublik":true,"leizongmin":true,"nate-river":true,"robin.xi":true,"skymap":true},"_attachments":{},"_etag":"W/\"5906c353-636b\"","_lastModified":"Mon, 01 May 2017 05:10:43 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/extsprintf/.cache.json b/frappe/.npm/registry.npmjs.org/extsprintf/.cache.json new file mode 100644 index 00000000..c0f46729 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/extsprintf/.cache.json @@ -0,0 +1 @@ +{"_id":"extsprintf","_rev":"26-d0af4a406935e4243eba01c7073236c7","name":"extsprintf","description":"extended POSIX-style sprintf","dist-tags":{"latest":"1.3.0"},"versions":{"1.0.0":{"name":"extsprintf","version":"1.0.0","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"_id":"extsprintf@1.0.0","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"4d58b815ace5bebfc4ebf03cf98b0a7604a99b86","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.0.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.0.1":{"name":"extsprintf","version":"1.0.1","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"_id":"extsprintf@1.0.1","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.17","_defaultsLoaded":true,"dist":{"shasum":"590e147d5c59e2180b3366f7bc21acabaf69a185","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.1.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.0.2":{"name":"extsprintf","version":"1.0.2","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"_id":"extsprintf@1.0.2","dist":{"shasum":"e1080e0658e300b06294990cc70e1502235fd550","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.0.3":{"name":"extsprintf","version":"1.0.3","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-extsprintf/issues"},"_id":"extsprintf@1.0.3","dist":{"shasum":"3310ca8ced5205e5234766b0b2744ea5b2788d67","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.3.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.1.0":{"name":"extsprintf","version":"1.1.0","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-extsprintf/issues"},"homepage":"https://github.com/davepacheco/node-extsprintf","_id":"extsprintf@1.1.0","_shasum":"f9b87b9970f66788aef90d398a77590987b22472","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"f9b87b9970f66788aef90d398a77590987b22472","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"extsprintf","version":"1.1.1","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-extsprintf/issues"},"homepage":"https://github.com/davepacheco/node-extsprintf","_id":"extsprintf@1.1.1","_shasum":"3e8b91a53ca4b1764e77435f7d9faccb8a0a3550","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"3e8b91a53ca4b1764e77435f7d9faccb8a0a3550","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.1.1.tgz"},"directories":{}},"1.2.0":{"name":"extsprintf","version":"1.2.0","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-extsprintf/issues"},"homepage":"https://github.com/davepacheco/node-extsprintf","_id":"extsprintf@1.2.0","_shasum":"5ad946c22f5b32ba7f8cd7426711c6e8a3fc2529","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"5ad946c22f5b32ba7f8cd7426711c6e8a3fc2529","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"extsprintf","version":"1.2.1","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-extsprintf/issues"},"homepage":"https://github.com/davepacheco/node-extsprintf","_id":"extsprintf@1.2.1","_shasum":"1e42560fc26783d14ab640dcf22cc73789b3844e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"1e42560fc26783d14ab640dcf22cc73789b3844e","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.2.1.tgz"},"directories":{}},"1.3.0":{"name":"extsprintf","version":"1.3.0","description":"extended POSIX-style sprintf","main":"./lib/extsprintf.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"engines":["node >=0.6.0"],"license":"MIT","gitHead":"accc9f2774189a416f294546ed03b626eec3f80c","bugs":{"url":"https://github.com/davepacheco/node-extsprintf/issues"},"homepage":"https://github.com/davepacheco/node-extsprintf","_id":"extsprintf@1.3.0","scripts":{},"_shasum":"96918440e3041a7a414f8c52e3c574eb3c3e1e05","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"96918440e3041a7a414f8c52e3c574eb3c3e1e05","tarball":"https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz"},"directories":{}}},"readme":"# extsprintf: extended POSIX-style sprintf\n\nStripped down version of s[n]printf(3c). We make a best effort to throw an\nexception when given a format string we don't understand, rather than ignoring\nit, so that we won't break existing programs if/when we go implement the rest\nof this.\n\nThis implementation currently supports specifying\n\n* field alignment ('-' flag),\n* zero-pad ('0' flag)\n* always show numeric sign ('+' flag),\n* field width\n* conversions for strings, decimal integers, and floats (numbers).\n* argument size specifiers. These are all accepted but ignored, since\n Javascript has no notion of the physical size of an argument.\n\nEverything else is currently unsupported, most notably: precision, unsigned\nnumbers, non-decimal numbers, and characters.\n\nBesides the usual POSIX conversions, this implementation supports:\n\n* `%j`: pretty-print a JSON object (using node's \"inspect\")\n* `%r`: pretty-print an Error object\n\n# Example\n\nFirst, install it:\n\n # npm install extsprintf\n\nNow, use it:\n\n var mod_extsprintf = require('extsprintf');\n console.log(mod_extsprintf.sprintf('hello %25s', 'world'));\n\noutputs:\n\n hello world\n\n# Also supported\n\n**printf**: same args as sprintf, but prints the result to stdout\n\n**fprintf**: same args as sprintf, preceded by a Node stream. Prints the result\nto the given stream.\n","maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"time":{"modified":"2017-06-20T11:16:23.940Z","created":"2012-04-18T01:14:25.292Z","1.0.0":"2012-04-18T01:14:26.459Z","1.0.1":"2012-06-14T00:13:58.871Z","1.0.2":"2013-02-06T18:25:43.668Z","1.0.3":"2014-01-15T00:31:32.926Z","1.1.0":"2014-06-06T21:00:44.164Z","1.1.1":"2014-06-13T16:30:25.968Z","1.2.0":"2014-06-16T21:20:26.849Z","1.2.1":"2014-11-21T00:31:52.236Z","1.3.0":"2015-03-07T00:13:00.888Z"},"repository":{"type":"git","url":"git://github.com/davepacheco/node-extsprintf.git"},"readmeFilename":"README.md","homepage":"https://github.com/davepacheco/node-extsprintf","bugs":{"url":"https://github.com/davepacheco/node-extsprintf/issues"},"license":"MIT","users":{"mojaray2k":true,"andr":true},"_attachments":{},"_etag":"W/\"59490407-224a\"","_lastModified":"Tue, 20 Jun 2017 11:16:23 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/fast-levenshtein/.cache.json b/frappe/.npm/registry.npmjs.org/fast-levenshtein/.cache.json new file mode 100644 index 00000000..b55cb517 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/fast-levenshtein/.cache.json @@ -0,0 +1 @@ +{"_id":"fast-levenshtein","_rev":"38-74ce9635bedacb661a65833aa4443d62","name":"fast-levenshtein","description":"Efficient implementation of Levenshtein algorithm with locale-specific collator support.","dist-tags":{"latest":"2.0.6"},"versions":{"1.0.0":{"name":"fast-levenshtein","version":"1.0.0","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","directories":{"test":"test"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"BSD","_id":"fast-levenshtein@1.0.0","dist":{"shasum":"0370eda31cff867c88745cdb89921e4c76ae8393","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.0.tgz"},"_npmVersion":"1.1.49","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}]},"1.0.1":{"name":"fast-levenshtein","version":"1.0.1","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","scripts":{"build":"grunt build","benchmark":"grunt benchmark"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"BSD","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein","_id":"fast-levenshtein@1.0.1","dist":{"shasum":"0548ef9dd6f2578b1ad22dc64515807eba2247b5","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.1.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"directories":{}},"1.0.2":{"name":"fast-levenshtein","version":"1.0.2","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","scripts":{"build":"grunt build","benchmark":"grunt benchmark"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"BSD","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein","_id":"fast-levenshtein@1.0.2","dist":{"shasum":"cf564134f8339d92125a7b2634aab2a885d7df39","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.2.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"directories":{}},"1.0.3":{"name":"fast-levenshtein","version":"1.0.3","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","scripts":{"build":"grunt build","benchmark":"grunt benchmark"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"BSD","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein","_id":"fast-levenshtein@1.0.3","dist":{"shasum":"fcee403eaa08374e9028b8bd11d09a4d2f75e62b","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.3.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"directories":{}},"1.0.4":{"name":"fast-levenshtein","version":"1.0.4","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","scripts":{"build":"grunt build","benchmark":"grunt benchmark"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein","_id":"fast-levenshtein@1.0.4","_shasum":"4d48aabd04a9e5790b2851f93ea84cf4634eeb0c","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"dist":{"shasum":"4d48aabd04a9e5790b2851f93ea84cf4634eeb0c","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.4.tgz"},"directories":{}},"1.0.5":{"name":"fast-levenshtein","version":"1.0.5","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","scripts":{"build":"grunt build","benchmark":"grunt benchmark"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein","_id":"fast-levenshtein@1.0.5","_shasum":"d21e2fa0a784a4d2147476df5b8b5048f9d67a5d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"dist":{"shasum":"d21e2fa0a784a4d2147476df5b8b5048f9d67a5d","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.5.tgz"},"directories":{}},"1.0.6":{"name":"fast-levenshtein","version":"1.0.6","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","scripts":{"build":"grunt build","benchmark":"grunt benchmark"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein","_id":"fast-levenshtein@1.0.6","_shasum":"3bedb184e39f95cb0d88928688e6b1ee3273446a","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"dist":{"shasum":"3bedb184e39f95cb0d88928688e6b1ee3273446a","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.6.tgz"},"directories":{}},"1.0.7":{"name":"fast-levenshtein","version":"1.0.7","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark"},"devDependencies":{"lodash":"~1.2.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"321ca56691c248823bbdb73b6fda57d6973f7f8c","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein","_id":"fast-levenshtein@1.0.7","_shasum":"0178dcdee023b92905193af0959e8a7639cfdcb9","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.12.0","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"0178dcdee023b92905193af0959e8a7639cfdcb9","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.0.7.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"directories":{}},"1.1.0":{"name":"fast-levenshtein","version":"1.1.0","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"lodash":">=3.0.0","chai":"~1.5.0","mocha":"~1.9.0","grunt-contrib-uglify":"~0.2.0","grunt":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","grunt-benchmark":"~0.2.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"428c87160f18d7b6867a0d37cdebb44471658ed3","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@1.1.0","_shasum":"87fa00416ee6b80fc326ca61993bce3b93974469","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"87fa00416ee6b80fc326ca61993bce3b93974469","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.0.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"directories":{}},"1.1.2":{"name":"fast-levenshtein","version":"1.1.2","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"0cd8ad5c8e23c219261f8cdde875e79ee4c06f3f","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@1.1.2","_shasum":"5df059fc7a131a7471eff164e6884e5993f72777","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"5df059fc7a131a7471eff164e6884e5993f72777","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.2.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"directories":{}},"1.1.3":{"name":"fast-levenshtein","version":"1.1.3","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"bce911eb885fb52e37b1be793c22cfaf88d580d2","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@1.1.3","_shasum":"2ae7b32abc1e612da48a4e13849b888a2f61e7e9","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"2ae7b32abc1e612da48a4e13849b888a2f61e7e9","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.3.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"directories":{}},"1.1.4":{"name":"fast-levenshtein","version":"1.1.4","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"80874a9c0cd8d9f5aee9d73aa39d9ab0a9d51435","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@1.1.4","_shasum":"e6a754cc8f15e58987aa9cbd27af66fd6f4e5af9","_from":".","_npmVersion":"3.9.3","_nodeVersion":"4.4.5","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"e6a754cc8f15e58987aa9cbd27af66fd6f4e5af9","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-levenshtein-1.1.4.tgz_1469168840025_0.9637497058138251"},"directories":{}},"2.0.0":{"name":"fast-levenshtein","version":"2.0.0","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"c69f41f8c41b34cb53013afa7f82bbca98849149","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@2.0.0","_shasum":"0e833c3710f11982027e23963dc48c03c31a81b5","_from":".","_npmVersion":"3.9.3","_nodeVersion":"4.4.5","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"0e833c3710f11982027e23963dc48c03c31a81b5","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.0.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-levenshtein-2.0.0.tgz_1472192613292_0.7607214960735291"},"directories":{}},"2.0.1":{"name":"fast-levenshtein","version":"2.0.1","description":"Efficient implementation of Levenshtein algorithm with asynchronous callback support","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"d4ccf25d63974280bd62924d29ab4ccf9567517c","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@2.0.1","_shasum":"3fa8823203529e8453f2ed8f2852bd2a6db182a6","_from":".","_npmVersion":"3.9.3","_nodeVersion":"4.4.5","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"3fa8823203529e8453f2ed8f2852bd2a6db182a6","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.1.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-levenshtein-2.0.1.tgz_1472201643290_0.96603913907893"},"directories":{}},"2.0.2":{"name":"fast-levenshtein","version":"2.0.2","description":"Efficient implementation of Levenshtein algorithm","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"1e611abfb4a2110ef16d934e7bcbbcf7f7f3d5c8","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@2.0.2","_shasum":"8b7a7c9b135353941b5283e4cb1e3e16831c0719","_from":".","_npmVersion":"3.9.3","_nodeVersion":"4.4.5","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"8b7a7c9b135353941b5283e4cb1e3e16831c0719","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.2.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-levenshtein-2.0.2.tgz_1472203513561_0.8094956018030643"},"directories":{}},"2.0.3":{"name":"fast-levenshtein","version":"2.0.3","description":"Efficient implementation of Levenshtein algorithm with locale-specific collator support.","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"7d2dacdf375a12793e105ea38cdba002af12ef77","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@2.0.3","_shasum":"2e4b613e0a0a2f53df583c765a816b97b0c98a9e","_from":".","_npmVersion":"3.9.3","_nodeVersion":"4.4.5","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"2e4b613e0a0a2f53df583c765a816b97b0c98a9e","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.3.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-levenshtein-2.0.3.tgz_1472203622853_0.8779530352912843"},"directories":{}},"2.0.4":{"name":"fast-levenshtein","version":"2.0.4","description":"Efficient implementation of Levenshtein algorithm with locale-specific collator support.","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","prepublish":"npm run build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"8eac08c77caa7e77deaea37ad20b66c1ef660fd3","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@2.0.4","_shasum":"e31e729eea62233c60a7bc9dce2bdcc88b4fffe3","_from":".","_npmVersion":"3.9.3","_nodeVersion":"4.4.5","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"e31e729eea62233c60a7bc9dce2bdcc88b4fffe3","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.4.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-levenshtein-2.0.4.tgz_1473223237736_0.9074071520008147"},"directories":{}},"2.0.5":{"name":"fast-levenshtein","version":"2.0.5","description":"Efficient implementation of Levenshtein algorithm with locale-specific collator support.","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","prepublish":"npm run build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-cli":"^1.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"7c41122f8725a63587ec34bb19b12dd91f12465f","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@2.0.5","_shasum":"bd33145744519ab1c36c3ee9f31f08e9079b67f2","_from":".","_npmVersion":"3.9.3","_nodeVersion":"4.4.5","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"bd33145744519ab1c36c3ee9f31f08e9079b67f2","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.5.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fast-levenshtein-2.0.5.tgz_1475102215149_0.23410583310760558"},"directories":{}},"2.0.6":{"name":"fast-levenshtein","version":"2.0.6","description":"Efficient implementation of Levenshtein algorithm with locale-specific collator support.","main":"levenshtein.js","files":["levenshtein.js"],"scripts":{"build":"grunt build","prepublish":"npm run build","benchmark":"grunt benchmark","test":"mocha"},"devDependencies":{"chai":"~1.5.0","grunt":"~0.4.1","grunt-benchmark":"~0.2.0","grunt-cli":"^1.2.0","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-mocha-test":"~0.2.2","grunt-npm-install":"~0.1.0","load-grunt-tasks":"~0.6.0","lodash":"^4.0.1","mocha":"~1.9.0"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"keywords":["levenshtein","distance","string"],"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"license":"MIT","gitHead":"5bffe7151f99fb02f319f70a004e653105a760fb","bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","_id":"fast-levenshtein@2.0.6","_shasum":"3d8a5c66883a16a30ca8643e851f19baa7797917","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"hiddentao","email":"ram@hiddentao.com"},"dist":{"shasum":"3d8a5c66883a16a30ca8643e851f19baa7797917","tarball":"https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"},"maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fast-levenshtein-2.0.6.tgz_1482873305730_0.48711988772265613"},"directories":{}}},"readme":"# fast-levenshtein - Levenshtein algorithm in Javascript\n\n[![Build Status](https://secure.travis-ci.org/hiddentao/fast-levenshtein.png)](http://travis-ci.org/hiddentao/fast-levenshtein)\n[![NPM module](https://badge.fury.io/js/fast-levenshtein.png)](https://badge.fury.io/js/fast-levenshtein)\n[![NPM downloads](https://img.shields.io/npm/dm/fast-levenshtein.svg?maxAge=2592000)](https://www.npmjs.com/package/fast-levenshtein)\n[![Follow on Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/hiddentao)\n\nAn efficient Javascript implementation of the [Levenshtein algorithm](http://en.wikipedia.org/wiki/Levenshtein_distance) with locale-specific collator support.\n\n## Features\n\n* Works in node.js and in the browser.\n* Better performance than other implementations by not needing to store the whole matrix ([more info](http://www.codeproject.com/Articles/13525/Fast-memory-efficient-Levenshtein-algorithm)).\n* Locale-sensitive string comparisions if needed.\n* Comprehensive test suite and performance benchmark.\n* Small: <1 KB minified and gzipped\n\n## Installation\n\n### node.js\n\nInstall using [npm](http://npmjs.org/):\n\n```bash\n$ npm install fast-levenshtein\n```\n\n### Browser\n\nUsing bower:\n\n```bash\n$ bower install fast-levenshtein\n```\n\nIf you are not using any module loader system then the API will then be accessible via the `window.Levenshtein` object.\n\n## Examples\n\n**Default usage**\n\n```javascript\nvar levenshtein = require('fast-levenshtein');\n\nvar distance = levenshtein.get('back', 'book'); // 2\nvar distance = levenshtein.get('我愛你', '我叫你'); // 1\n```\n\n**Locale-sensitive string comparisons**\n\nIt supports using [Intl.Collator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator) for locale-sensitive string comparisons:\n\n```javascript\nvar levenshtein = require('fast-levenshtein');\n\nlevenshtein.get('mikailovitch', 'Mikhaïlovitch', { useCollator: true});\n// 1\n```\n\n## Building and Testing\n\nTo build the code and run the tests:\n\n```bash\n$ npm install -g grunt-cli\n$ npm install\n$ npm run build\n```\n\n## Performance\n\n_Thanks to [Titus Wormer](https://github.com/wooorm) for [encouraging me](https://github.com/hiddentao/fast-levenshtein/issues/1) to do this._\n\nBenchmarked against other node.js levenshtein distance modules (on Macbook Air 2012, Core i7, 8GB RAM):\n\n```bash\nRunning suite Implementation comparison [benchmark/speed.js]...\n>> levenshtein-edit-distance x 234 ops/sec ±3.02% (73 runs sampled)\n>> levenshtein-component x 422 ops/sec ±4.38% (83 runs sampled)\n>> levenshtein-deltas x 283 ops/sec ±3.83% (78 runs sampled)\n>> natural x 255 ops/sec ±0.76% (88 runs sampled)\n>> levenshtein x 180 ops/sec ±3.55% (86 runs sampled)\n>> fast-levenshtein x 1,792 ops/sec ±2.72% (95 runs sampled)\nBenchmark done.\nFastest test is fast-levenshtein at 4.2x faster than levenshtein-component\n```\n\nYou can run this benchmark yourself by doing:\n\n```bash\n$ npm install\n$ npm run build\n$ npm run benchmark\n```\n\n## Contributing\n\nIf you wish to submit a pull request please update and/or create new tests for any changes you make and ensure the grunt build passes.\n\nSee [CONTRIBUTING.md](https://github.com/hiddentao/fast-levenshtein/blob/master/CONTRIBUTING.md) for details.\n\n## License\n\nMIT - see [LICENSE.md](https://github.com/hiddentao/fast-levenshtein/blob/master/LICENSE.md)\n","maintainers":[{"name":"hiddentao","email":"ram@hiddentao.com"}],"time":{"modified":"2017-05-02T11:25:24.778Z","created":"2013-04-18T05:57:10.372Z","1.0.0":"2013-04-18T05:57:15.181Z","1.0.1":"2014-07-10T03:39:50.757Z","1.0.2":"2014-07-10T04:19:05.817Z","1.0.3":"2014-07-10T05:07:35.370Z","1.0.4":"2014-09-15T06:06:35.043Z","1.0.5":"2014-12-06T03:04:03.113Z","1.0.6":"2014-12-17T16:32:54.020Z","1.0.7":"2015-08-13T01:08:40.011Z","1.1.0":"2015-12-29T10:52:41.779Z","1.1.2":"2016-01-26T10:27:10.654Z","1.1.3":"2016-01-26T19:21:05.750Z","1.1.4":"2016-07-22T06:27:22.895Z","2.0.0":"2016-08-26T06:23:35.146Z","2.0.1":"2016-08-26T08:54:04.982Z","2.0.2":"2016-08-26T09:25:13.798Z","2.0.3":"2016-08-26T09:27:04.507Z","2.0.4":"2016-09-07T04:40:37.975Z","2.0.5":"2016-09-28T22:36:57.195Z","2.0.6":"2016-12-27T21:15:07.820Z"},"author":{"name":"Ramesh Nair","email":"ram@hiddentao.com","url":"http://www.hiddentao.com/"},"repository":{"type":"git","url":"git+https://github.com/hiddentao/fast-levenshtein.git"},"homepage":"https://github.com/hiddentao/fast-levenshtein#readme","keywords":["levenshtein","distance","string"],"bugs":{"url":"https://github.com/hiddentao/fast-levenshtein/issues"},"license":"MIT","readmeFilename":"README.md","users":{"morphar":true,"zambon":true,"kreshikhin":true,"mimmo1":true,"netweb":true,"fernando_fr":true,"christangga":true,"seangenabe":true,"rocket0191":true,"heartnett":true},"_attachments":{},"_etag":"W/\"59086ca4-7cbd\"","_lastModified":"Tue, 02 May 2017 11:25:24 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/fd-slicer/.cache.json b/frappe/.npm/registry.npmjs.org/fd-slicer/.cache.json new file mode 100644 index 00000000..9963720f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/fd-slicer/.cache.json @@ -0,0 +1 @@ +{"_id":"fd-slicer","_rev":"39-38b3818df73c75645ae6bcc631b91b18","name":"fd-slicer","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","dist-tags":{"latest":"1.0.1"},"versions":{"0.0.1":{"name":"fd-slicer","version":"0.0.1","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.3","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.2"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.0.1","dist":{"shasum":"3909d198ce9d9da5de39d986b03fa7253c976216","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"}]},"0.0.2":{"name":"fd-slicer","version":"0.0.2","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.3","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.2"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.0.2","dist":{"shasum":"3c7dcbe0ce794a182de51cd0e88676e46e692bd6","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"}]},"0.1.0":{"name":"fd-slicer","version":"0.1.0","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.3","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.2"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.1.0","dist":{"shasum":"f597141dfe8a2841756fd54150a78fe0bec4bc03","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"}]},"0.2.0":{"name":"fd-slicer","version":"0.2.0","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.3","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.2"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.2.0","dist":{"shasum":"e07f141724e649c38709205dd1dc394020c75160","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}]},"0.2.1":{"name":"fd-slicer","version":"0.2.1","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.3","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.3"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.2.1","dist":{"shasum":"4824cbd31ee247e3a2e41f76808196f2d3322018","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.2.1.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}]},"0.3.0":{"name":"fd-slicer","version":"0.3.0","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.5","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.3"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.3.0","dist":{"shasum":"a271ae1b570365f6292522bde82081df7c4b4760","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.3.0.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}]},"0.3.1":{"name":"fd-slicer","version":"0.3.1","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.5","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.3"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.3.1","dist":{"shasum":"0a142ef4e1459dfecaa1c982d738fa288b198c8a","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.3.1.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}]},"0.3.2":{"name":"fd-slicer","version":"0.3.2","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.5","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.3"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"_id":"fd-slicer@0.3.2","dist":{"shasum":"b8869ab02c8886af4c2bb6b15be70321186aaecd","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.3.2.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}]},"0.4.0":{"name":"fd-slicer","version":"0.4.0","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"mocha":"~1.21.5","stream-equal":"~0.1.5"},"dependencies":{"pend":"~1.1.3"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"gitHead":"446631c67dfc2452e92036c371b50d6996def80b","_id":"fd-slicer@0.4.0","_shasum":"4ac30025e3f6b02e046b92c2c18bfe312f1502b6","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"4ac30025e3f6b02e046b92c2c18bfe312f1502b6","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-0.4.0.tgz"}},"1.0.0":{"name":"fd-slicer","version":"1.0.0","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec --check-leaks","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/test.js","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"istanbul":"~0.3.3","mocha":"~2.0.1","stream-equal":"~0.1.5","streamsink":"~1.2.0"},"dependencies":{"pend":"~1.2.0"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"keywords":["createReadStream","createWriteStream"],"gitHead":"489539f063b169842245bcb698b3520ecf59feec","_id":"fd-slicer@1.0.0","_shasum":"4e067dd423fc0a014678f2b1236fd4493958cc9b","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"4e067dd423fc0a014678f2b1236fd4493958cc9b","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.0.tgz"}},"1.0.1":{"name":"fd-slicer","version":"1.0.1","description":"safely create multiple ReadStream or WriteStream objects from the same file descriptor","main":"index.js","scripts":{"test":"mocha --reporter spec --check-leaks","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/test.js","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 10000 --reporter spec --check-leaks test/test.js"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"license":"MIT","devDependencies":{"istanbul":"~0.3.3","mocha":"~2.0.1","stream-equal":"~0.1.5","streamsink":"~1.2.0"},"dependencies":{"pend":"~1.2.0"},"directories":{"test":"test"},"repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"keywords":["createReadStream","createWriteStream"],"gitHead":"b7a28cb5bda986748ad756c39961f46c2fd28ec6","_id":"fd-slicer@1.0.1","_shasum":"8b5bcbd9ec327c5041bf9ab023fd6750f1177e65","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"8b5bcbd9ec327c5041bf9ab023fd6750f1177e65","tarball":"https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz"}}},"readme":"# fd-slicer\n\n[![Build Status](https://travis-ci.org/andrewrk/node-fd-slicer.svg?branch=master)](https://travis-ci.org/andrewrk/node-fd-slicer)\n[![Coverage Status](https://img.shields.io/coveralls/andrewrk/node-fd-slicer.svg)](https://coveralls.io/r/andrewrk/node-fd-slicer)\n\nSafe `fs.ReadStream` and `fs.WriteStream` using the same fd.\n\nLet's say that you want to perform a parallel upload of a file to a remote\nserver. To do this, we want to create multiple read streams. The first thing\nyou might think of is to use the `{start: 0, end: 0}` API of\n`fs.createReadStream`. This gives you two choices:\n\n 0. Use the same file descriptor for all `fs.ReadStream` objects.\n 0. Open the file multiple times, resulting in a separate file descriptor\n for each read stream.\n\nNeither of these are acceptable options. The first one is a severe bug,\nbecause the API docs for `fs.write` state:\n\n> Note that it is unsafe to use `fs.write` multiple times on the same file\n> without waiting for the callback. For this scenario, `fs.createWriteStream`\n> is strongly recommended.\n\n`fs.createWriteStream` will solve the problem if you only create one of them\nfor the file descriptor, but it will exhibit this unsafety if you create\nmultiple write streams per file descriptor.\n\nThe second option suffers from a race condition. For each additional time the\nfile is opened after the first, it is possible that the file is modified. So\nin our parallel uploading example, we might upload a corrupt file that never\nexisted on the client's computer.\n\nThis module solves this problem by providing `createReadStream` and\n`createWriteStream` that operate on a shared file descriptor and provides\nthe convenient stream API while still allowing slicing and dicing.\n\nThis module also gives you some additional power that the builtin\n`fs.createWriteStream` do not give you. These features are:\n\n * Emitting a 'progress' event on write.\n * Ability to set a maximum size and emit an error if this size is exceeded.\n * Ability to create an `FdSlicer` instance from a `Buffer`. This enables you\n to provide API for handling files as well as buffers using the same API.\n\n## Usage\n\n```js\nvar fdSlicer = require('fd-slicer');\nvar fs = require('fs');\n\nfs.open(\"file.txt\", 'r', function(err, fd) {\n if (err) throw err;\n var slicer = fdSlicer.createFromFd(fd);\n var firstPart = slicer.createReadStream({start: 0, end: 100});\n var secondPart = slicer.createReadStream({start: 100});\n var firstOut = fs.createWriteStream(\"first.txt\");\n var secondOut = fs.createWriteStream(\"second.txt\");\n firstPart.pipe(firstOut);\n secondPart.pipe(secondOut);\n});\n```\n\nYou can also create from a buffer:\n\n```js\nvar fdSlicer = require('fd-slicer');\nvar slicer = FdSlicer.createFromBuffer(someBuffer);\nvar firstPart = slicer.createReadStream({start: 0, end: 100});\nvar secondPart = slicer.createReadStream({start: 100});\nvar firstOut = fs.createWriteStream(\"first.txt\");\nvar secondOut = fs.createWriteStream(\"second.txt\");\nfirstPart.pipe(firstOut);\nsecondPart.pipe(secondOut);\n```\n\n## API Documentation\n\n### fdSlicer.createFromFd(fd, [options])\n\n```js\nvar fdSlicer = require('fd-slicer');\nfs.open(\"file.txt\", 'r', function(err, fd) {\n if (err) throw err;\n var slicer = fdSlicer.createFromFd(fd);\n // ...\n});\n```\n\nMake sure `fd` is a properly initialized file descriptor. If you want to\nuse `createReadStream` make sure you open it for reading and if you want\nto use `createWriteStream` make sure you open it for writing.\n\n`options` is an optional object which can contain:\n\n * `autoClose` - if set to `true`, the file descriptor will be automatically\n closed once the last stream that references it is closed. Defaults to\n `false`. `ref()` and `unref()` can be used to increase or decrease the\n reference count, respectively.\n\n### fdSlicer.createFromBuffer(buffer)\n\n```js\nvar fdSlicer = require('fd-slicer');\nvar slicer = fdSlicer.createFromBuffer(someBuffer);\n// ...\n```\n\n#### Properties\n\n##### fd\n\nThe file descriptor passed in. `undefined` if created from a buffer.\n\n#### Methods\n\n##### createReadStream(options)\n\nAvailable `options`:\n\n * `start` - Number. The offset into the file to start reading from. Defaults\n to 0.\n * `end` - Number. Exclusive upper bound offset into the file to stop reading\n from.\n * `highWaterMark` - Number. The maximum number of bytes to store in the\n internal buffer before ceasing to read from the underlying resource.\n Defaults to 16 KB.\n * `encoding` - String. If specified, then buffers will be decoded to strings\n using the specified encoding. Defaults to `null`.\n\nThe ReadableStream that this returns has these additional methods:\n\n * `destroy(err)` - stop streaming. `err` is optional and is the error that\n will be emitted in order to cause the streaming to stop. Defaults to\n `new Error(\"stream destroyed\")`.\n\n##### createWriteStream(options)\n\nAvailable `options`:\n\n * `start` - Number. The offset into the file to start writing to. Defaults to\n 0.\n * `end` - Number. Exclusive upper bound offset into the file. If this offset\n is reached, the write stream will emit an 'error' event and stop functioning.\n In this situation, `err.code === 'ETOOBIG'`. Defaults to `Infinity`.\n * `highWaterMark` - Number. Buffer level when `write()` starts returning\n false. Defaults to 16KB.\n * `decodeStrings` - Boolean. Whether or not to decode strings into Buffers\n before passing them to` _write()`. Defaults to `true`.\n\nThe WritableStream that this returns has these additional methods:\n\n * `destroy()` - stop streaming\n\nAnd these additional properties:\n\n * `bytesWritten` - number of bytes written to the stream\n\nAnd these additional events:\n\n * 'progress' - emitted when `bytesWritten` changes.\n\n##### read(buffer, offset, length, position, callback)\n\nEquivalent to `fs.read`, but with concurrency protection.\n`callback` must be defined.\n\n##### write(buffer, offset, length, position, callback)\n\nEquivalent to `fs.write`, but with concurrency protection.\n`callback` must be defined.\n\n##### ref()\n\nIncrease the `autoClose` reference count by 1.\n\n##### unref()\n\nDecrease the `autoClose` reference count by 1.\n\n#### Events\n\n##### 'error'\n\nEmitted if `fs.close` returns an error when auto closing.\n\n##### 'close'\n\nEmitted when fd-slicer closes the file descriptor due to `autoClose`. Never\nemitted if created from a buffer.\n","maintainers":[{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"time":{"modified":"2015-01-12T16:34:28.804Z","created":"2014-08-05T17:50:11.296Z","0.0.1":"2014-08-05T17:50:12.276Z","0.0.2":"2014-08-05T18:22:02.275Z","0.1.0":"2014-08-08T21:50:53.175Z","0.2.0":"2014-08-20T08:21:41.364Z","0.2.1":"2014-08-22T04:27:21.489Z","0.3.0":"2014-10-14T03:04:33.984Z","0.3.1":"2014-10-14T03:32:23.647Z","0.3.2":"2014-10-14T04:49:37.239Z","0.4.0":"2014-11-03T22:40:02.637Z","1.0.0":"2014-12-03T21:45:37.486Z","1.0.1":"2015-01-12T16:34:28.804Z"},"readmeFilename":"README.md","repository":{"type":"git","url":"git://github.com/andrewrk/node-fd-slicer.git"},"author":{"name":"Andrew Kelley","email":"superjoe30@gmail.com"},"bugs":{"url":"https://github.com/andrewrk/node-fd-slicer/issues"},"license":"MIT","keywords":["createReadStream","createWriteStream"],"_attachments":{},"_etag":"W/\"54b3f794-49e0\"","_lastModified":"Mon, 12 Jan 2015 16:34:28 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/file-uri-to-path/.cache.json b/frappe/.npm/registry.npmjs.org/file-uri-to-path/.cache.json new file mode 100644 index 00000000..d5dbe629 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/file-uri-to-path/.cache.json @@ -0,0 +1 @@ +{"_id":"file-uri-to-path","_rev":"4-a696be10c2609be8cd96f1887ff6a8c7","name":"file-uri-to-path","description":"Convert a file: URI to a file path","dist-tags":{"latest":"1.0.0"},"versions":{"0.0.1":{"name":"file-uri-to-path","version":"0.0.1","description":"Convert a file: URI to a file path","main":"index.js","directories":{"test":"test"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/file-uri-to-path.git"},"keywords":["file","uri","convert","path"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/file-uri-to-path/issues"},"homepage":"https://github.com/TooTallNate/file-uri-to-path","devDependencies":{"mocha":"~1.17.1"},"_id":"file-uri-to-path@0.0.1","dist":{"shasum":"e443f3ace914db5a8053363f8efd14d8aac79ae9","tarball":"https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}]},"0.0.2":{"name":"file-uri-to-path","version":"0.0.2","description":"Convert a file: URI to a file path","main":"index.js","directories":{"test":"test"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/file-uri-to-path.git"},"keywords":["file","uri","convert","path"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/file-uri-to-path/issues"},"homepage":"https://github.com/TooTallNate/file-uri-to-path","devDependencies":{"mocha":"~1.17.1"},"_id":"file-uri-to-path@0.0.2","dist":{"shasum":"37cdd1b5b905404b3f05e1b23645be694ff70f82","tarball":"https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}]},"1.0.0":{"name":"file-uri-to-path","version":"1.0.0","description":"Convert a file: URI to a file path","main":"index.js","types":"index.d.ts","directories":{"test":"test"},"scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/file-uri-to-path.git"},"keywords":["file","uri","convert","path"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/file-uri-to-path/issues"},"homepage":"https://github.com/TooTallNate/file-uri-to-path","devDependencies":{"mocha":"3"},"gitHead":"db012b4db2c9da9f6eeb5202b4a493450482e0e4","_id":"file-uri-to-path@1.0.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"dist":{"integrity":"sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==","shasum":"553a7b8446ff6f684359c445f1e37a05dacc33dd","tarball":"https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/file-uri-to-path-1.0.0.tgz_1499377910342_0.7947268672287464"}}},"readme":"file-uri-to-path\n================\n### Convert a `file:` URI to a file path\n[![Build Status](https://travis-ci.org/TooTallNate/file-uri-to-path.svg?branch=master)](https://travis-ci.org/TooTallNate/file-uri-to-path)\n\nAccepts a `file:` URI and returns a regular file path suitable for use with the\n`fs` module functions.\n\n\nInstallation\n------------\n\nInstall with `npm`:\n\n``` bash\n$ npm install file-uri-to-path\n```\n\n\nExample\n-------\n\n``` js\nvar uri2path = require('file-uri-to-path');\n\nuri2path('file://localhost/c|/WINDOWS/clock.avi');\n// \"c:\\\\WINDOWS\\\\clock.avi\"\n\nuri2path('file:///c|/WINDOWS/clock.avi');\n// \"c:\\\\WINDOWS\\\\clock.avi\"\n\nuri2path('file://localhost/c:/WINDOWS/clock.avi');\n// \"c:\\\\WINDOWS\\\\clock.avi\"\n\nuri2path('file://hostname/path/to/the%20file.txt');\n// \"\\\\\\\\hostname\\\\path\\\\to\\\\the file.txt\"\n\nuri2path('file:///c:/path/to/the%20file.txt');\n// \"c:\\\\path\\\\to\\\\the file.txt\"\n```\n\n\nAPI\n---\n\n### fileUriToPath(String uri) → String\n\n\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"time":{"modified":"2017-07-06T21:51:51.414Z","created":"2014-01-27T08:05:51.258Z","0.0.1":"2014-01-27T08:05:51.258Z","0.0.2":"2014-01-27T08:13:31.848Z","1.0.0":"2017-07-06T21:51:51.414Z"},"readmeFilename":"README.md","users":{"vonthar":true},"homepage":"https://github.com/TooTallNate/file-uri-to-path","keywords":["file","uri","convert","path"],"repository":{"type":"git","url":"git://github.com/TooTallNate/file-uri-to-path.git"},"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"bugs":{"url":"https://github.com/TooTallNate/file-uri-to-path/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"595eb0f7-1880\"","_lastModified":"Thu, 06 Jul 2017 21:51:51 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/filename-regex/.cache.json b/frappe/.npm/registry.npmjs.org/filename-regex/.cache.json new file mode 100644 index 00000000..b747a58d --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/filename-regex/.cache.json @@ -0,0 +1 @@ +{"_id":"filename-regex","_rev":"13-7a8ba46b4dc9753e6eab3f0f11974ff4","name":"filename-regex","description":"Regular expression for matching file names, with or without extension.","dist-tags":{"latest":"2.0.1"},"versions":{"0.1.0":{"name":"filename-regex","description":"Regular expression for matching file names, with or without extension.","version":"0.1.0","homepage":"https://github.com/regexps/filename-regex","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/regexps/filename-regex.git"},"bugs":{"url":"https://github.com/regexps/filename-regex/issues"},"license":{"type":"MIT","url":"https://github.com/regexps/filename-regex/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["base","basename","expression","file","filename","filepath","fs","match","name","path","regex","regexp","regular","test"],"_id":"filename-regex@0.1.0","_shasum":"df1420cf8db5c515f96d79acdc04f8889d849b2b","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"df1420cf8db5c515f96d79acdc04f8889d849b2b","tarball":"https://registry.npmjs.org/filename-regex/-/filename-regex-0.1.0.tgz"},"directories":{}},"0.2.0":{"name":"filename-regex","description":"Regular expression for matching file names, with or without extension.","version":"0.2.0","homepage":"https://github.com/regexps/filename-regex","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/regexps/filename-regex.git"},"bugs":{"url":"https://github.com/regexps/filename-regex/issues"},"license":{"type":"MIT","url":"https://github.com/regexps/filename-regex/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"keywords":["base","basename","expression","file","filename","filepath","fs","match","name","path","regex","regexp","regular","test"],"_id":"filename-regex@0.2.0","_shasum":"f872d08e3bd0f61646053cf8324252aab30454d4","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"f872d08e3bd0f61646053cf8324252aab30454d4","tarball":"https://registry.npmjs.org/filename-regex/-/filename-regex-0.2.0.tgz"},"directories":{}},"1.0.0":{"name":"filename-regex","description":"Regular expression for matching file names, with or without extension.","version":"1.0.0","homepage":"https://github.com/regexps/filename-regex","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/regexps/filename-regex.git"},"bugs":{"url":"https://github.com/regexps/filename-regex/issues"},"license":{"type":"MIT","url":"https://github.com/regexps/filename-regex/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"keywords":["basename","expression","file","filename","filepath","match","name","path","regex","regexp","regular"],"gitHead":"5f10cf945655347f1be94ea37d90c3724219b9ff","_id":"filename-regex@1.0.0","_shasum":"c4d31dc8552c4129af4781ae3b42014b7a7dd5d9","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"c4d31dc8552c4129af4781ae3b42014b7a7dd5d9","tarball":"https://registry.npmjs.org/filename-regex/-/filename-regex-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"filename-regex","description":"Regular expression for matching file names, with or without extension.","version":"2.0.0","homepage":"https://github.com/regexps/filename-regex","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/regexps/filename-regex.git"},"bugs":{"url":"https://github.com/regexps/filename-regex/issues"},"license":{"type":"MIT","url":"https://github.com/regexps/filename-regex/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"keywords":["basename","regular expression","file","filename","filepath","match","name","path","regex","regexp"],"gitHead":"aa0f2933322d38cf547ff4c8ced882fbd8422866","_id":"filename-regex@2.0.0","_shasum":"996e3e80479b98b9897f15a8a58b3d084e926775","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"996e3e80479b98b9897f15a8a58b3d084e926775","tarball":"https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"filename-regex","description":"Regular expression for matching file names, with or without extension.","version":"2.0.1","homepage":"https://github.com/regexhq/filename-regex","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/regexhq/filename-regex.git"},"bugs":{"url":"https://github.com/regexhq/filename-regex/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"keywords":["basename","file","filename","filepath","match","name","path","regex","regexp","regular expression"],"devDependencies":{"gulp-format-md":"^0.1.12"},"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true}},"gitHead":"821fec482acdb1ce3f23a804ce8a86724d02b4e6","_id":"filename-regex@2.0.1","_shasum":"c1c4b9bee3e09725ddb106b75c1e301fe2f18b26","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"doowb","email":"brian.woodward@gmail.com"},"dist":{"shasum":"c1c4b9bee3e09725ddb106b75c1e301fe2f18b26","tarball":"https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/filename-regex-2.0.1.tgz_1493403379598_0.7071489882655442"},"directories":{}}},"readme":"# filename-regex [![NPM version](https://img.shields.io/npm/v/filename-regex.svg?style=flat)](https://www.npmjs.com/package/filename-regex) [![NPM monthly downloads](https://img.shields.io/npm/dm/filename-regex.svg?style=flat)](https://npmjs.org/package/filename-regex) [![NPM total downloads](https://img.shields.io/npm/dt/filename-regex.svg?style=flat)](https://npmjs.org/package/filename-regex) [![Linux Build Status](https://img.shields.io/travis/regexhq/filename-regex.svg?style=flat&label=Travis)](https://travis-ci.org/regexhq/filename-regex)\n\n> Regular expression for matching file names, with or without extension.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save filename-regex\n```\n\n## Usage\n\n```js\nvar regex = require('filename-regex');\n\n'a/b/c/d.min.js'.match(regex());\n//=> match[0] = 'd.min.js'\n\n'a/b/c/.dotfile'.match(regex());\n//=> match[0] = '.dotfile'\n```\n\n## About\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.3, on April 28, 2017._","maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2017-07-18T22:57:31.073Z","created":"2014-12-28T17:19:46.796Z","0.1.0":"2014-12-28T17:19:46.796Z","0.2.0":"2014-12-31T10:09:13.976Z","1.0.0":"2015-01-13T05:11:48.590Z","2.0.0":"2015-01-24T13:48:53.313Z","2.0.1":"2017-04-28T18:16:20.150Z"},"homepage":"https://github.com/regexhq/filename-regex","keywords":["basename","file","filename","filepath","match","name","path","regex","regexp","regular expression"],"repository":{"type":"git","url":"git+https://github.com/regexhq/filename-regex.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/regexhq/filename-regex/issues"},"license":"MIT","readmeFilename":"README.md","users":{"edloidas":true,"arteffeckt":true,"rocket0191":true},"_attachments":{},"_etag":"W/\"596e925b-2500\"","_lastModified":"Tue, 18 Jul 2017 22:57:31 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/fill-range/.cache.json b/frappe/.npm/registry.npmjs.org/fill-range/.cache.json new file mode 100644 index 00000000..671d6206 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/fill-range/.cache.json @@ -0,0 +1 @@ +{"_id":"fill-range","_rev":"47-58d871006bb2e49a3ced684ecc2f7d17","name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","dist-tags":{"latest":"4.0.0"},"versions":{"0.1.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^0.1.1"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"_id":"fill-range@0.1.0","_shasum":"2d7e5a265c18b3571d3fdf0e59be1026049f3fa1","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"2d7e5a265c18b3571d3fdf0e59be1026049f3fa1","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^0.1.1"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"_id":"fill-range@0.1.1","_shasum":"6a88bcca5b6dbe26f605c64ce7f6642b8b6b0c0f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"6a88bcca5b6dbe26f605c64ce7f6642b8b6b0c0f","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-0.1.1.tgz"},"directories":{}},"0.2.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"alphabet":"^0.1.0","is-number":"^0.1.1"},"devDependencies":{"mocha":"*","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"_id":"fill-range@0.2.0","_shasum":"78651bb4b153d0fc482bdedb7be169645ea9d6e5","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"78651bb4b153d0fc482bdedb7be169645ea9d6e5","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-0.2.0.tgz"},"directories":{}},"1.0.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec","docs":"update && license && npmignore && deps && verb","all":"npm run test && npm run docs"},"dependencies":{"is-number":"^0.1.1","randomatic":"^1.0.1","repeat-string":"^1.2.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"78263be7de77ce0ad458e485436d3f32bab026dc","_id":"fill-range@1.0.0","_shasum":"8c39058e297ac6523c6daf336dca2f0bd62efc8e","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"8c39058e297ac6523c6daf336dca2f0bd62efc8e","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.1.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec","docs":"update && license && npmignore && deps && verb","all":"npm run test && npm run docs"},"dependencies":{"is-number":"^0.1.1","randomatic":"^1.0.1","repeat-string":"^1.2.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"2ff624da23b354d6637b6b1803856bbea0aff739","_id":"fill-range@1.1.0","_shasum":"1d459e01c0d41e85dba1287d83bdd9b246b8572c","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"1d459e01c0d41e85dba1287d83bdd9b246b8572c","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.2.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec","docs":"update && license && npmignore && deps && verb","all":"npm run test && npm run docs"},"dependencies":{"is-number":"^0.1.1","randomatic":"^1.0.1","repeat-string":"^1.2.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"91a181e661652a431fc308576f3d6255d0ebd7e0","_id":"fill-range@1.2.0","_shasum":"47a9311bc4edbef4ccb95a426fd20c2d83d5c4e1","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"47a9311bc4edbef4ccb95a426fd20c2d83d5c4e1","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.2.0.tgz"},"directories":{}},"1.3.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.3.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec","docs":"update && license && npmignore && deps && verb","all":"npm run test && npm run docs"},"dependencies":{"is-number":"^0.1.1","randomatic":"^1.0.1","repeat-element":"^1.0.0","repeat-string":"^1.2.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"8feab621033bae8276138909d61a89e267434934","_id":"fill-range@1.3.0","_shasum":"6d3541ac148a216c3a0fd39c4717e563926fcfee","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"6d3541ac148a216c3a0fd39c4717e563926fcfee","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.3.0.tgz"},"directories":{}},"1.4.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.4.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec","docs":"update && license && npmignore && deps && verb","all":"npm run test && npm run docs"},"dependencies":{"is-number":"^0.1.1","randomatic":"^1.0.1","repeat-element":"^1.0.0","repeat-string":"^1.2.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"8feab621033bae8276138909d61a89e267434934","_id":"fill-range@1.4.0","_shasum":"e6d1e18ee733452ab608a74e181d2c41f6291ba3","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e6d1e18ee733452ab608a74e181d2c41f6291ba3","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.4.0.tgz"},"directories":{}},"1.5.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.5.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","randomatic":"^1.0.1","repeat-element":"^1.0.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"a578d682adf97538bcd321ee32deda2c6f7bcb6c","_id":"fill-range@1.5.0","_shasum":"3cf1025e5b4a65f6b0b492d3116c0dbdf75d5f85","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3cf1025e5b4a65f6b0b492d3116c0dbdf75d5f85","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.5.0.tgz"},"directories":{}},"1.6.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.6.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","randomatic":"^1.0.1","repeat-element":"^1.0.0","repeat-string":"^1.4.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"a95fece96f7d525edf0bd7b92b88753b89ac5420","_id":"fill-range@1.6.0","_shasum":"3a18b7ecb2a61700a2005c8a5c8e8de65950f4d1","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3a18b7ecb2a61700a2005c8a5c8e8de65950f4d1","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.6.0.tgz"},"directories":{}},"1.7.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.7.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","randomatic":"^1.0.1","repeat-element":"^1.0.0","repeat-string":"^1.4.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"bbda14384c98093788b85cfbf427b509390d84ad","_id":"fill-range@1.7.0","_shasum":"b55f1bb5aea102eb7ed89e2718510ec3ad23d86d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"b55f1bb5aea102eb7ed89e2718510ec3ad23d86d","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.7.0.tgz"},"directories":{}},"1.7.1":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.7.1","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","randomatic":"^1.0.1","repeat-element":"^1.0.0","repeat-string":"^1.4.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"2251a06a67ae6093d5457091c95a347d1aabbaa7","_id":"fill-range@1.7.1","_shasum":"73bf1ab3f5e1dc91945824db7d82f475d40ba136","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"73bf1ab3f5e1dc91945824db7d82f475d40ba136","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.7.1.tgz"},"directories":{}},"1.8.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.8.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","isobject":"^0.2.0","randomatic":"^1.0.1","repeat-element":"^1.0.0","repeat-string":"^1.4.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"55792c320bed0ada3e1ed1a53628b6c799fb495e","_id":"fill-range@1.8.0","_shasum":"6d90816c856b7ca7a47c443dfcfbebab9c8c365e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"6d90816c856b7ca7a47c443dfcfbebab9c8c365e","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.8.0.tgz"},"directories":{}},"1.9.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"1.9.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","isobject":"^0.2.0","randomatic":"^1.0.1","repeat-element":"^1.0.0","repeat-string":"^1.4.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"55792c320bed0ada3e1ed1a53628b6c799fb495e","_id":"fill-range@1.9.0","_shasum":"a15facff50d734df2d35a8303510b81fce2fb894","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"a15facff50d734df2d35a8303510b81fce2fb894","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-1.9.0.tgz"},"directories":{}},"2.0.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"2.0.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","isobject":"^0.2.0","randomatic":"^1.1.0","repeat-element":"^1.0.0","repeat-string":"^1.5.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"68bcd3e18c04698147ae7701c7c9c73427007d30","_id":"fill-range@2.0.0","_shasum":"4957d921e1737e13160da91f274bc2f066552897","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"4957d921e1737e13160da91f274bc2f066552897","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-2.0.0.tgz"},"directories":{}},"2.1.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"2.1.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"files":["index.js"],"scripts":{"test":"mocha -R spec"},"dependencies":{"is-number":"^1.1.0","isobject":"^0.2.0","randomatic":"^1.1.0","repeat-element":"^1.0.0","repeat-string":"^1.5.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"965fc42da05330741d85f842e52f4d625b1e242b","_id":"fill-range@2.1.0","_shasum":"6c6ef3a318872fae7e17b8bbd6c4b97a792b0903","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"6c6ef3a318872fae7e17b8bbd6c4b97a792b0903","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-2.1.0.tgz"},"directories":{}},"2.2.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"2.2.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-number":"^1.1.0","isobject":"^0.2.0","randomatic":"^1.1.0","repeat-element":"^1.0.0","repeat-string":"^1.5.0"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"b403fefd2d8c5ba134239824cec118cfe4c19393","_id":"fill-range@2.2.0","_shasum":"60ed5d1ca44aba3e7f86b0b72e1fadbabe56f37a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"60ed5d1ca44aba3e7f86b0b72e1fadbabe56f37a","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-2.2.0.tgz"},"directories":{}},"2.2.1":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"2.2.1","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-number":"^1.1.2","isobject":"^1.0.0","randomatic":"^1.1.0","repeat-element":"^1.1.0","repeat-string":"^1.5.2"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"dafcb07a8cb9d8138543234fde0cc92340248cb1","_id":"fill-range@2.2.1","_shasum":"80bb64f2af0505fab78166e6508d7ac9ca8b118d","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"dist":{"shasum":"80bb64f2af0505fab78166e6508d7ac9ca8b118d","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-2.2.1.tgz"},"directories":{}},"2.2.2":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"2.2.2","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/fill-range/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-number":"^1.1.2","isobject":"^1.0.0","randomatic":"^1.1.0","repeat-element":"^1.1.0","repeat-string":"^1.5.2"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"gitHead":"dafcb07a8cb9d8138543234fde0cc92340248cb1","_id":"fill-range@2.2.2","_shasum":"2ad9d158a6a666f9fb8c9f9f05345dff68d45760","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"dist":{"shasum":"2ad9d158a6a666f9fb8c9f9f05345dff68d45760","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-2.2.2.tgz"},"directories":{}},"2.2.3":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.","version":"2.2.3","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"is-number":"^2.1.0","isobject":"^2.0.0","randomatic":"^1.1.3","repeat-element":"^1.1.2","repeat-string":"^1.5.2"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","should":"*"},"keywords":["alpha","alphabetical","bash","brace","expand","expansion","glob","match","matches","matching","number","numerical","range","ranges","sh"],"verb":{"related":{"list":["micromatch","expand-range","braces","is-glob"]}},"gitHead":"6cb50d5c679d9e6d9e8ad97bb2efd63a8c8da610","_id":"fill-range@2.2.3","_shasum":"50b77dfd7e469bc7492470963699fe7a8485a723","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"dist":{"shasum":"50b77dfd7e469bc7492470963699fe7a8485a723","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz"},"directories":{}},"3.0.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","version":"3.0.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","is-number":"^3.0.0","repeat-string":"^1.5.4","to-regex-range":"^0.2.0"},"devDependencies":{"gulp-format-md":"^0.1.10","mocha":"^3.0.2"},"keywords":["array","alpha","alphabetical","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","regex","range","ranges","sh"],"verb":{"related":{"list":["braces","to-regex-range","expand-range","micromatch"]},"toc":true,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"53bc0f1e4933dbd56ab9cfe0b7759945d1d513ac","_id":"fill-range@3.0.0","_shasum":"4388a4a5163cca338d04f96b871cb800615cc042","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"dist":{"shasum":"4388a4a5163cca338d04f96b871cb800615cc042","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-3.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fill-range-3.0.0.tgz_1473922297104_0.9279654189012945"},"directories":{}},"3.0.1":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","version":"3.0.1","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","is-number":"^3.0.0","repeat-string":"^1.5.4","to-regex-range":"^0.2.0"},"devDependencies":{"gulp-format-md":"^0.1.10","mocha":"^3.0.2"},"keywords":["array","alpha","alphabetical","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","regex","range","ranges","sh"],"verb":{"related":{"list":["braces","to-regex-range","expand-range","micromatch"]},"toc":true,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"1b70ecc3ae59706d333dad49288fe2044af385f7","_id":"fill-range@3.0.1","_shasum":"56bd878c6f484ccbd89e201da429ed555e0816a6","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"dist":{"shasum":"56bd878c6f484ccbd89e201da429ed555e0816a6","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-3.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fill-range-3.0.1.tgz_1473922409682_0.8862245734781027"},"directories":{}},"3.0.2":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","version":"3.0.2","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","is-number":"^3.0.0","repeat-string":"^1.5.4","to-regex-range":"^0.2.0"},"devDependencies":{"gulp-format-md":"^0.1.10","mocha":"^3.0.2"},"keywords":["array","alpha","alphabetical","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","regex","range","ranges","sh"],"verb":{"related":{"list":["braces","to-regex-range","expand-range","micromatch"]},"toc":true,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"2cceeec1988e1e274e8b4c54c57d42636f8c7145","_id":"fill-range@3.0.2","_shasum":"e09db2fe9f8162bceb7e553a7a022008ab98e5bc","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"dist":{"shasum":"e09db2fe9f8162bceb7e553a7a022008ab98e5bc","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-3.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fill-range-3.0.2.tgz_1473922792882_0.997952681966126"},"directories":{}},"3.0.3":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","version":"3.0.3","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","is-number":"^3.0.0","repeat-string":"^1.5.4","to-regex-range":"^0.2.0"},"devDependencies":{"gulp-format-md":"^0.1.10","mocha":"^3.0.2"},"keywords":["array","alpha","alphabetical","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","regex","range","ranges","sh"],"verb":{"related":{"list":["braces","to-regex-range","expand-range","micromatch"]},"toc":true,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"f7aad9db3ef14dbd96b8ddeb8fc57bc72963127a","_id":"fill-range@3.0.3","_shasum":"7579a71c8c107a655ef8a648d3ab247a7ef71ab4","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"dist":{"shasum":"7579a71c8c107a655ef8a648d3ab247a7ef71ab4","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-3.0.3.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fill-range-3.0.3.tgz_1473925592132_0.7065864582546055"},"directories":{}},"3.1.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","version":"3.1.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","is-number":"^3.0.0","repeat-string":"^1.6.1","to-regex-range":"^1.0.2"},"devDependencies":{"ansi-cyan":"^0.1.1","benchmarked":"^0.2.5","gulp-format-md":"^0.1.11","mocha":"^3.2.0","yargs-parser":"^4.2.1"},"keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","range","ranges","regex","sh"],"verb":{"related":{"list":["braces","expand-range","micromatch","to-regex-range"]},"toc":true,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"a9695951860354a4f325df6603e16f5e6ff3c4c4","_id":"fill-range@3.1.0","_shasum":"0e8a147de15405875fb6545767ffed6836f6d860","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"dist":{"shasum":"0e8a147de15405875fb6545767ffed6836f6d860","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-3.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fill-range-3.1.0.tgz_1486963334932_0.8219265819061548"},"directories":{}},"3.1.1":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","version":"3.1.1","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"email":"wtgtybhertgeghgtwtg@gmail.com","url":"https://github.com/wtgtybhertgeghgtwtg"},{"name":"Edo Rivai","email":"edo.rivai@gmail.com","url":"ilumbo.org"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","is-number":"^3.0.0","repeat-string":"^1.6.1","to-regex-range":"^1.0.2"},"devDependencies":{"ansi-cyan":"^0.1.1","benchmarked":"^0.2.5","gulp-format-md":"^0.1.11","mocha":"^3.2.0","yargs-parser":"^4.2.1"},"keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","range","ranges","regex","sh"],"verb":{"related":{"list":["braces","expand-range","micromatch","to-regex-range"]},"toc":true,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true},"reflinks":["verb","verb-generate-readme"]},"gitHead":"59af6ebcc76256befc51e3100672469ccfdc4d44","_id":"fill-range@3.1.1","_shasum":"0eee8fec871bd2680414dd99f734b2f699594d3f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"dist":{"shasum":"0eee8fec871bd2680414dd99f734b2f699594d3f","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-3.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fill-range-3.1.1.tgz_1486963789835_0.7738824000116438"},"directories":{}},"4.0.0":{"name":"fill-range","description":"Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`","version":"4.0.0","homepage":"https://github.com/jonschlinkert/fill-range","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"email":"wtgtybhertgeghgtwtg@gmail.com","url":"https://github.com/wtgtybhertgeghgtwtg"},{"name":"Edo Rivai","email":"edo.rivai@gmail.com","url":"edo.rivai.nl"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"extend-shallow":"^2.0.1","is-number":"^3.0.0","repeat-string":"^1.6.1","to-regex-range":"^2.1.0"},"devDependencies":{"ansi-cyan":"^0.1.1","benchmarked":"^1.0.0","gulp-format-md":"^0.1.12","minimist":"^1.2.0","mocha":"^3.2.0"},"keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","range","ranges","regex","sh"],"verb":{"related":{"list":["braces","expand-range","micromatch","to-regex-range"]},"toc":true,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true}},"gitHead":"e5a21feaac23f3f34bb4d7ca8e65393e18b451b6","_id":"fill-range@4.0.0","_shasum":"d544811d428f98eb06a63dc402d2403c328c38f7","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.7.3","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"dist":{"shasum":"d544811d428f98eb06a63dc402d2403c328c38f7","tarball":"https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fill-range-4.0.0.tgz_1492928233145_0.05832168669439852"},"directories":{}}},"readme":"# fill-range [![NPM version](https://img.shields.io/npm/v/fill-range.svg?style=flat)](https://www.npmjs.com/package/fill-range) [![NPM monthly downloads](https://img.shields.io/npm/dm/fill-range.svg?style=flat)](https://npmjs.org/package/fill-range) [![NPM total downloads](https://img.shields.io/npm/dt/fill-range.svg?style=flat)](https://npmjs.org/package/fill-range) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/fill-range.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/fill-range)\n\n> Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Examples](#examples)\n- [Options](#options)\n * [options.step](#optionsstep)\n * [options.strictRanges](#optionsstrictranges)\n * [options.stringify](#optionsstringify)\n * [options.toRegex](#optionstoregex)\n * [options.transform](#optionstransform)\n- [About](#about)\n\n_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save fill-range\n```\n\nInstall with [yarn](https://yarnpkg.com):\n\n```sh\n$ yarn add fill-range\n```\n\n## Usage\n\nExpands numbers and letters, optionally using a `step` as the last argument. _(Numbers may be defined as JavaScript numbers or strings)_.\n\n```js\nvar fill = require('fill-range');\nfill(from, to[, step, options]);\n\n// examples\nconsole.log(fill('1', '10')); //=> '[ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ]'\nconsole.log(fill('1', '10', {toRegex: true})); //=> [1-9]|10\n```\n\n**Params**\n\n* `from`: **{String|Number}** the number or letter to start with\n* `to`: **{String|Number}** the number or letter to end with\n* `step`: **{String|Number|Object|Function}** Optionally pass a [step](#optionsstep) to use.\n* `options`: **{Object|Function}**: See all available [options](#options)\n\n## Examples\n\nBy default, an array of values is returned.\n\n**Alphabetical ranges**\n\n```js\nconsole.log(fill('a', 'e')); //=> ['a', 'b', 'c', 'd', 'e']\nconsole.log(fill('A', 'E')); //=> [ 'A', 'B', 'C', 'D', 'E' ]\n```\n\n**Numerical ranges**\n\nNumbers can be defined as actual numbers or strings.\n\n```js\nconsole.log(fill(1, 5)); //=> [ 1, 2, 3, 4, 5 ]\nconsole.log(fill('1', '5')); //=> [ 1, 2, 3, 4, 5 ]\n```\n\n**Negative ranges**\n\nNumbers can be defined as actual numbers or strings.\n\n```js\nconsole.log(fill('-5', '-1')); //=> [ '-5', '-4', '-3', '-2', '-1' ]\nconsole.log(fill('-5', '5')); //=> [ '-5', '-4', '-3', '-2', '-1', '0', '1', '2', '3', '4', '5' ]\n```\n\n**Steps (increments)**\n\n```js\n// numerical ranges with increments\nconsole.log(fill('0', '25', 4)); //=> [ '0', '4', '8', '12', '16', '20', '24' ]\nconsole.log(fill('0', '25', 5)); //=> [ '0', '5', '10', '15', '20', '25' ]\nconsole.log(fill('0', '25', 6)); //=> [ '0', '6', '12', '18', '24' ]\n\n// alphabetical ranges with increments\nconsole.log(fill('a', 'z', 4)); //=> [ 'a', 'e', 'i', 'm', 'q', 'u', 'y' ]\nconsole.log(fill('a', 'z', 5)); //=> [ 'a', 'f', 'k', 'p', 'u', 'z' ]\nconsole.log(fill('a', 'z', 6)); //=> [ 'a', 'g', 'm', 's', 'y' ]\n```\n\n## Options\n\n### options.step\n\n**Type**: `number` (formatted as a string or number)\n\n**Default**: `undefined`\n\n**Description**: The increment to use for the range. Can be used with letters or numbers.\n\n**Example(s)**\n\n```js\n// numbers\nconsole.log(fill('1', '10', 2)); //=> [ '1', '3', '5', '7', '9' ]\nconsole.log(fill('1', '10', 3)); //=> [ '1', '4', '7', '10' ]\nconsole.log(fill('1', '10', 4)); //=> [ '1', '5', '9' ]\n\n// letters\nconsole.log(fill('a', 'z', 5)); //=> [ 'a', 'f', 'k', 'p', 'u', 'z' ]\nconsole.log(fill('a', 'z', 7)); //=> [ 'a', 'h', 'o', 'v' ]\nconsole.log(fill('a', 'z', 9)); //=> [ 'a', 'j', 's' ]\n```\n\n### options.strictRanges\n\n**Type**: `boolean`\n\n**Default**: `false`\n\n**Description**: By default, `null` is returned when an invalid range is passed. Enable this option to throw a `RangeError` on invalid ranges.\n\n**Example(s)**\n\nThe following are all invalid:\n\n```js\nfill('1.1', '2'); // decimals not supported in ranges\nfill('a', '2'); // incompatible range values\nfill(1, 10, 'foo'); // invalid \"step\" argument\n```\n\n### options.stringify\n\n**Type**: `boolean`\n\n**Default**: `undefined`\n\n**Description**: Cast all returned values to strings. By default, integers are returned as numbers.\n\n**Example(s)**\n\n```js\nconsole.log(fill(1, 5)); //=> [ 1, 2, 3, 4, 5 ]\nconsole.log(fill(1, 5, {stringify: true})); //=> [ '1', '2', '3', '4', '5' ]\n```\n\n### options.toRegex\n\n**Type**: `boolean`\n\n**Default**: `undefined`\n\n**Description**: Create a regex-compatible source string, instead of expanding values to an array.\n\n**Example(s)**\n\n```js\n// alphabetical range\nconsole.log(fill('a', 'e', {toRegex: true})); //=> '[a-e]'\n// alphabetical with step\nconsole.log(fill('a', 'z', 3, {toRegex: true})); //=> 'a|d|g|j|m|p|s|v|y'\n// numerical range\nconsole.log(fill('1', '100', {toRegex: true})); //=> '[1-9]|[1-9][0-9]|100'\n// numerical range with zero padding\nconsole.log(fill('000001', '100000', {toRegex: true}));\n//=> '0{5}[1-9]|0{4}[1-9][0-9]|0{3}[1-9][0-9]{2}|0{2}[1-9][0-9]{3}|0[1-9][0-9]{4}|100000'\n```\n\n### options.transform\n\n**Type**: `function`\n\n**Default**: `undefined`\n\n**Description**: Customize each value in the returned array (or [string](#optionstoRegex)). _(you can also pass this function as the last argument to `fill()`)_.\n\n**Example(s)**\n\n```js\n// increase padding by two\nvar arr = fill('01', '05', function(val, a, b, step, idx, arr, options) {\n return repeat('0', (options.maxLength + 2) - val.length) + val;\n});\n\nconsole.log(arr);\n//=> ['0001', '0002', '0003', '0004', '0005']\n```\n\n## About\n\n### Related projects\n\n* [braces](https://www.npmjs.com/package/braces): Fast, comprehensive, bash-like brace expansion implemented in JavaScript. Complete support for the Bash 4.3 braces… [more](https://github.com/jonschlinkert/braces) | [homepage](https://github.com/jonschlinkert/braces \"Fast, comprehensive, bash-like brace expansion implemented in JavaScript. Complete support for the Bash 4.3 braces specification, without sacrificing speed.\")\n* [expand-range](https://www.npmjs.com/package/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See… [more](https://github.com/jonschlinkert/expand-range) | [homepage](https://github.com/jonschlinkert/expand-range \"Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.\")\n* [micromatch](https://www.npmjs.com/package/micromatch): Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. | [homepage](https://github.com/jonschlinkert/micromatch \"Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.\")\n* [to-regex-range](https://www.npmjs.com/package/to-regex-range): Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than… [more](https://github.com/jonschlinkert/to-regex-range) | [homepage](https://github.com/jonschlinkert/to-regex-range \"Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.87 million test assertions.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- | \n| 103 | [jonschlinkert](https://github.com/jonschlinkert) | \n| 2 | [paulmillr](https://github.com/paulmillr) | \n| 1 | [edorivai](https://github.com/edorivai) | \n| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | \n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.5.0, on April 23, 2017._","maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"paulmillr","email":"paul@paulmillr.com"}],"time":{"modified":"2017-04-23T06:17:15.434Z","created":"2014-11-25T07:08:17.514Z","0.1.0":"2014-11-25T07:08:17.514Z","0.1.1":"2014-11-25T07:26:24.847Z","0.2.0":"2014-11-25T18:38:44.757Z","1.0.0":"2015-01-04T18:00:33.433Z","1.1.0":"2015-01-09T02:51:52.156Z","1.2.0":"2015-01-09T16:21:12.863Z","1.3.0":"2015-01-12T00:23:30.192Z","1.4.0":"2015-01-14T22:03:45.204Z","1.5.0":"2015-01-24T10:56:51.026Z","1.6.0":"2015-01-24T11:06:24.383Z","1.7.0":"2015-01-24T23:27:49.974Z","1.7.1":"2015-01-24T23:39:53.337Z","1.8.0":"2015-01-25T05:31:07.083Z","1.9.0":"2015-01-25T06:03:42.536Z","2.0.0":"2015-01-26T16:56:12.970Z","2.1.0":"2015-01-30T13:33:09.891Z","2.2.0":"2015-02-25T16:21:11.297Z","2.2.1":"2015-04-07T08:43:18.684Z","2.2.2":"2015-04-07T08:50:55.860Z","2.2.3":"2015-12-06T22:15:02.623Z","3.0.0":"2016-09-15T06:51:38.296Z","3.0.1":"2016-09-15T06:53:31.812Z","3.0.2":"2016-09-15T06:59:54.132Z","3.0.3":"2016-09-15T07:46:33.372Z","3.1.0":"2017-02-13T05:22:15.663Z","3.1.1":"2017-02-13T05:29:51.800Z","4.0.0":"2017-04-23T06:17:15.434Z"},"homepage":"https://github.com/jonschlinkert/fill-range","keywords":["alpha","alphabetical","array","bash","brace","expand","expansion","fill","glob","match","matches","matching","number","numerical","range","ranges","regex","sh"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/fill-range.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/fill-range/issues"},"readmeFilename":"README.md","license":"MIT","contributors":[{"email":"wtgtybhertgeghgtwtg@gmail.com","url":"https://github.com/wtgtybhertgeghgtwtg"},{"name":"Edo Rivai","email":"edo.rivai@gmail.com","url":"edo.rivai.nl"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Miller","email":"paul+gh@paulmillr.com","url":"paulmillr.com"}],"_attachments":{},"_etag":"W/\"58fc46eb-db77\"","_lastModified":"Sun, 23 Apr 2017 06:17:15 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/finalhandler/.cache.json b/frappe/.npm/registry.npmjs.org/finalhandler/.cache.json new file mode 100644 index 00000000..9e972bd5 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/finalhandler/.cache.json @@ -0,0 +1 @@ +{"_id":"finalhandler","_rev":"67-e328874c6a972735e799c7cac0015c7e","name":"finalhandler","description":"Node.js final http responder","dist-tags":{"latest":"1.0.3"},"versions":{"0.0.0":{"name":"finalhandler","description":"Node.js final http responder","version":"0.0.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/finalhandler"},"dependencies":{"debug":"1.0.0","escape-html":"1.0.1"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.1","should":"~4.0.1","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/finalhandler/issues"},"homepage":"https://github.com/expressjs/finalhandler","_id":"finalhandler@0.0.0","_shasum":"1dcd03de37b283d0593b47a327535c9490d5b246","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"1dcd03de37b283d0593b47a327535c9490d5b246","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.0.0.tgz"},"directories":{}},"0.0.1":{"name":"finalhandler","description":"Node.js final http responder","version":"0.0.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/finalhandler"},"dependencies":{"debug":"1.0.2","escape-html":"1.0.1"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.1","should":"~4.0.1","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/finalhandler/issues"},"homepage":"https://github.com/expressjs/finalhandler","_id":"finalhandler@0.0.1","dist":{"shasum":"624429d98b41ab1538b21b97086a74f23b07fcd6","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.0.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"0.0.2":{"name":"finalhandler","description":"Node.js final http responder","version":"0.0.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/finalhandler"},"dependencies":{"debug":"1.0.2","escape-html":"1.0.1"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.1","should":"~4.0.1","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/finalhandler/issues"},"homepage":"https://github.com/expressjs/finalhandler","_id":"finalhandler@0.0.2","dist":{"shasum":"0603d875ee87d567a266692815cc8ad44fcceeda","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.0.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"0.0.3":{"name":"finalhandler","description":"Node.js final http responder","version":"0.0.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/finalhandler"},"dependencies":{"debug":"1.0.3","escape-html":"1.0.1"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.1","should":"~4.0.1","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/finalhandler/issues"},"homepage":"https://github.com/expressjs/finalhandler","_id":"finalhandler@0.0.3","dist":{"shasum":"5a86b7bc4dca3d1275eb0532c81ee81d747504df","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.0.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"0.1.0":{"name":"finalhandler","description":"Node.js final http responder","version":"0.1.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/finalhandler"},"dependencies":{"debug":"1.0.4","escape-html":"1.0.1"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.1","readable-stream":"~1.0.27","should":"~4.0.1","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/finalhandler/issues"},"homepage":"https://github.com/expressjs/finalhandler","_id":"finalhandler@0.1.0","dist":{"shasum":"da05bbc4f5f4a30c84ce1d91f3c154007c4e9daa","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"0.2.0":{"name":"finalhandler","description":"Node.js final http responder","version":"0.2.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.0.0","escape-html":"1.0.1"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.4","readable-stream":"~1.0.27","should":"~4.0.1","supertest":"~0.13.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"0e5d26695b1ab248823366018f09c058a4eaf59b","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.2.0","_shasum":"794082424b17f6a4b2a0eda39f9db6948ee4be8d","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"794082424b17f6a4b2a0eda39f9db6948ee4be8d","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.2.0.tgz"},"directories":{}},"0.3.0":{"name":"finalhandler","description":"Node.js final http responder","version":"0.3.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.0.0","escape-html":"1.0.1","on-finished":"~2.1.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.4","readable-stream":"~1.0.27","should":"~4.0.1","supertest":"~0.13.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"8cc4b0afde5ab1fdb1f42bcdf80fd1d9dd4e1528","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.3.0","_shasum":"581afe4d28da13491487f1c0ef9c29ef883e6e59","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"581afe4d28da13491487f1c0ef9c29ef883e6e59","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"finalhandler","description":"Node.js final http responder","version":"0.3.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.1.0","escape-html":"1.0.1","on-finished":"~2.1.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.5","readable-stream":"~1.0.33","should":"~4.0.1","supertest":"~0.14.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"d7ad6d8d66316d88774171f606b78f386eadce85","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.3.1","_shasum":"ffda7643228678c6b088c89421a8381663961808","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"ffda7643228678c6b088c89421a8381663961808","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.1.tgz"},"directories":{}},"0.3.2":{"name":"finalhandler","description":"Node.js final http responder","version":"0.3.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.1.0","escape-html":"1.0.1","on-finished":"~2.1.1"},"devDependencies":{"istanbul":"0.3.2","mocha":"~2.0.0","readable-stream":"~1.0.33","should":"~4.1.0","supertest":"~0.14.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"1dc292faf576fade3b0218caab39060f4da5fe9c","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.3.2","_shasum":"7b389b0fd3647a6f90bd564e22624bf8a4a77fb5","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"7b389b0fd3647a6f90bd564e22624bf8a4a77fb5","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.2.tgz"},"directories":{}},"0.3.3":{"name":"finalhandler","description":"Node.js final http responder","version":"0.3.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.1.1","escape-html":"1.0.1","on-finished":"~2.2.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","readable-stream":"~1.0.33","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"dfce5042f996ba93ac85b9282e6d1cae1561acc6","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.3.3","_shasum":"b1a09aa1e6a607b3541669b09bcb727f460cd426","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"b1a09aa1e6a607b3541669b09bcb727f460cd426","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.3.tgz"},"directories":{}},"0.3.4":{"name":"finalhandler","description":"Node.js final http responder","version":"0.3.4","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.1.3","escape-html":"1.0.1","on-finished":"~2.2.0"},"devDependencies":{"istanbul":"0.3.8","mocha":"~2.2.1","readable-stream":"~1.0.33","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"63e18603c11effcacc06676f6fefbf270795459a","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.3.4","_shasum":"4787d3573d079ae8b07536f26b0b911ebaf2a2ac","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"4787d3573d079ae8b07536f26b0b911ebaf2a2ac","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.4.tgz"},"directories":{}},"0.3.5":{"name":"finalhandler","description":"Node.js final http responder","version":"0.3.5","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.1.3","escape-html":"1.0.1","on-finished":"~2.2.1"},"devDependencies":{"istanbul":"0.3.9","mocha":"~2.2.4","readable-stream":"~1.0.33","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"618ff86e01ca5b8eb2f204ba1f322f65896c1455","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.3.5","_shasum":"0d1bf5dfcb5f77d073a402aabe5f7a8a90413721","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"0d1bf5dfcb5f77d073a402aabe5f7a8a90413721","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.5.tgz"},"directories":{}},"0.3.6":{"name":"finalhandler","description":"Node.js final http responder","version":"0.3.6","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.2.0","escape-html":"1.0.1","on-finished":"~2.2.1"},"devDependencies":{"istanbul":"0.3.9","mocha":"~2.2.4","readable-stream":"~1.0.33","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"10c8b938d00acdd5a2bdc6fbd912fb24ffd9f328","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.3.6","_shasum":"daf9c4161b1b06e001466b1411dfdb6973be138b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"daf9c4161b1b06e001466b1411dfdb6973be138b","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.3.6.tgz"},"directories":{}},"0.4.0":{"name":"finalhandler","description":"Node.js final http responder","version":"0.4.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.2.0","escape-html":"1.0.2","on-finished":"~2.3.0","unpipe":"~1.0.0"},"devDependencies":{"istanbul":"0.3.15","mocha":"2.2.5","readable-stream":"2.0.0","supertest":"1.0.1"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"fe4e4de9ebb0f3831493ad75119ee6ba40542853","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.4.0","_shasum":"965a52d9e8d05d2b857548541fb89b53a2497d9b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"965a52d9e8d05d2b857548541fb89b53a2497d9b","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz"},"directories":{}},"0.4.1":{"name":"finalhandler","description":"Node.js final http responder","version":"0.4.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.2.0","escape-html":"~1.0.3","on-finished":"~2.3.0","unpipe":"~1.0.0"},"devDependencies":{"istanbul":"0.4.1","mocha":"2.3.4","readable-stream":"2.0.4","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"ac2036774059eb93dbac8475580e52433204d4d4","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.4.1","_shasum":"85a17c6c59a94717d262d61230d4b0ebe3d4a14d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"85a17c6c59a94717d262d61230d4b0ebe3d4a14d","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.1.tgz"},"directories":{}},"0.5.0":{"name":"finalhandler","description":"Node.js final http responder","version":"0.5.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.2.0","escape-html":"~1.0.3","on-finished":"~2.3.0","statuses":"~1.3.0","unpipe":"~1.0.0"},"devDependencies":{"eslint":"2.12.0","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.2","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3","readable-stream":"2.1.2","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint **/*.js","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"15cc543eb87dd0e2f29e931d86816a6eb348c573","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.5.0","_shasum":"e9508abece9b6dba871a6942a1d7911b91911ac7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"e9508abece9b6dba871a6942a1d7911b91911ac7","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/finalhandler-0.5.0.tgz_1466028655505_0.19758180482313037"},"directories":{}},"0.5.1":{"name":"finalhandler","description":"Node.js final http responder","version":"0.5.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/finalhandler"},"dependencies":{"debug":"~2.2.0","escape-html":"~1.0.3","on-finished":"~2.3.0","statuses":"~1.3.1","unpipe":"~1.0.0"},"devDependencies":{"eslint":"3.10.0","eslint-config-standard":"6.2.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-promise":"3.3.2","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"2.5.3","readable-stream":"2.1.2","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"ae6137a81049eecb2d57341b1a9c4efed46a25da","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler","_id":"finalhandler@0.5.1","_shasum":"2c400d8d4530935bc232549c5fa385ec07de6fcd","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"2c400d8d4530935bc232549c5fa385ec07de6fcd","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/finalhandler-0.5.1.tgz_1479018213560_0.8304649770725518"},"directories":{}},"1.0.0":{"name":"finalhandler","description":"Node.js final http responder","version":"1.0.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/finalhandler.git"},"dependencies":{"debug":"2.6.1","encodeurl":"~1.0.1","escape-html":"~1.0.3","on-finished":"~2.3.0","parseurl":"~1.3.1","statuses":"~1.3.1","unpipe":"~1.0.0"},"devDependencies":{"eslint":"3.15.0","eslint-config-standard":"6.2.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-promise":"3.3.2","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"2.5.3","readable-stream":"2.1.2","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"6e024b1139202f69a537884ea755a0bf1bb72d69","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler#readme","_id":"finalhandler@1.0.0","_shasum":"b5691c2c0912092f18ac23e9416bde5cd7dc6755","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"b5691c2c0912092f18ac23e9416bde5cd7dc6755","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/finalhandler-1.0.0.tgz_1487228805174_0.0024696807377040386"},"directories":{}},"1.0.1":{"name":"finalhandler","description":"Node.js final http responder","version":"1.0.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/finalhandler.git"},"dependencies":{"debug":"2.6.3","encodeurl":"~1.0.1","escape-html":"~1.0.3","on-finished":"~2.3.0","parseurl":"~1.3.1","statuses":"~1.3.1","unpipe":"~1.0.0"},"devDependencies":{"eslint":"3.18.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"2.5.3","readable-stream":"2.1.2","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"7643136085e8c178902a93d6ef43ad42cd3936f1","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler#readme","_id":"finalhandler@1.0.1","_shasum":"bcd15d1689c0e5ed729b6f7f541a6df984117db8","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"bcd15d1689c0e5ed729b6f7f541a6df984117db8","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/finalhandler-1.0.1.tgz_1490162581058_0.40150946634821594"},"directories":{}},"1.0.2":{"name":"finalhandler","description":"Node.js final http responder","version":"1.0.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/finalhandler.git"},"dependencies":{"debug":"2.6.4","encodeurl":"~1.0.1","escape-html":"~1.0.3","on-finished":"~2.3.0","parseurl":"~1.3.1","statuses":"~1.3.1","unpipe":"~1.0.0"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.2.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-node":"4.2.2","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.5.3","readable-stream":"2.2.9","safe-buffer":"5.0.1","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"fdc51081ce2747d28855f4d6ac9d418379f509ed","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler#readme","_id":"finalhandler@1.0.2","_shasum":"d0e36f9dbc557f2de14423df6261889e9d60c93a","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"d0e36f9dbc557f2de14423df6261889e9d60c93a","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.2.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/finalhandler-1.0.2.tgz_1492903233024_0.34017785592004657"},"directories":{}},"1.0.3":{"name":"finalhandler","description":"Node.js final http responder","version":"1.0.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/finalhandler.git"},"dependencies":{"debug":"2.6.7","encodeurl":"~1.0.1","escape-html":"~1.0.3","on-finished":"~2.3.0","parseurl":"~1.3.1","statuses":"~1.3.1","unpipe":"~1.0.0"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.2.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"4.2.2","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.5.3","readable-stream":"2.2.9","safe-buffer":"5.0.1","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"0425ae63bf44a661354baf6b37eebb01909cd78d","bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"homepage":"https://github.com/pillarjs/finalhandler#readme","_id":"finalhandler@1.0.3","_shasum":"ef47e77950e999780e86022a560e3217e0d0cc89","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"ef47e77950e999780e86022a560e3217e0d0cc89","tarball":"https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.3.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/finalhandler-1.0.3.tgz_1494997503461_0.08480599173344672"},"directories":{}}},"readme":"# finalhandler\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-image]][node-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nNode.js function to invoke as the final step to respond to HTTP request.\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```sh\n$ npm install finalhandler\n```\n\n## API\n\n```\nvar finalhandler = require('finalhandler')\n```\n\n### finalhandler(req, res, [options])\n\nReturns function to be invoked as the final step for the given `req` and `res`.\nThis function is to be invoked as `fn(err)`. If `err` is falsy, the handler will\nwrite out a 404 response to the `res`. If it is truthy, an error response will\nbe written out to the `res`.\n\nWhen an error is written, the following information is added to the response:\n\n * The `res.statusCode` is set from `err.status` (or `err.statusCode`). If\n this value is outside the 4xx or 5xx range, it will be set to 500.\n * The `res.statusMessage` is set according to the status code.\n * The body will be the HTML of the status code message if `env` is\n `'production'`, otherwise will be `err.stack`.\n * Any headers specified in an `err.headers` object.\n\nThe final handler will also unpipe anything from `req` when it is invoked.\n\n#### options.env\n\nBy default, the environment is determined by `NODE_ENV` variable, but it can be\noverridden by this option.\n\n#### options.onerror\n\nProvide a function to be called with the `err` when it exists. Can be used for\nwriting errors to a central location without excessive function generation. Called\nas `onerror(err, req, res)`.\n\n## Examples\n\n### always 404\n\n```js\nvar finalhandler = require('finalhandler')\nvar http = require('http')\n\nvar server = http.createServer(function (req, res) {\n var done = finalhandler(req, res)\n done()\n})\n\nserver.listen(3000)\n```\n\n### perform simple action\n\n```js\nvar finalhandler = require('finalhandler')\nvar fs = require('fs')\nvar http = require('http')\n\nvar server = http.createServer(function (req, res) {\n var done = finalhandler(req, res)\n\n fs.readFile('index.html', function (err, buf) {\n if (err) return done(err)\n res.setHeader('Content-Type', 'text/html')\n res.end(buf)\n })\n})\n\nserver.listen(3000)\n```\n\n### use with middleware-style functions\n\n```js\nvar finalhandler = require('finalhandler')\nvar http = require('http')\nvar serveStatic = require('serve-static')\n\nvar serve = serveStatic('public')\n\nvar server = http.createServer(function (req, res) {\n var done = finalhandler(req, res)\n serve(req, res, done)\n})\n\nserver.listen(3000)\n```\n\n### keep log of all errors\n\n```js\nvar finalhandler = require('finalhandler')\nvar fs = require('fs')\nvar http = require('http')\n\nvar server = http.createServer(function (req, res) {\n var done = finalhandler(req, res, {onerror: logerror})\n\n fs.readFile('index.html', function (err, buf) {\n if (err) return done(err)\n res.setHeader('Content-Type', 'text/html')\n res.end(buf)\n })\n})\n\nserver.listen(3000)\n\nfunction logerror (err) {\n console.error(err.stack || err.toString())\n}\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/finalhandler.svg\n[npm-url]: https://npmjs.org/package/finalhandler\n[node-image]: https://img.shields.io/node/v/finalhandler.svg\n[node-url]: https://nodejs.org/en/download\n[travis-image]: https://img.shields.io/travis/pillarjs/finalhandler.svg\n[travis-url]: https://travis-ci.org/pillarjs/finalhandler\n[coveralls-image]: https://img.shields.io/coveralls/pillarjs/finalhandler.svg\n[coveralls-url]: https://coveralls.io/r/pillarjs/finalhandler?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/finalhandler.svg\n[downloads-url]: https://npmjs.org/package/finalhandler\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2017-06-14T08:15:30.896Z","created":"2014-06-06T02:46:23.972Z","0.0.0":"2014-06-06T02:46:23.972Z","0.0.1":"2014-06-17T03:16:02.504Z","0.0.2":"2014-06-19T22:45:27.016Z","0.0.3":"2014-07-12T02:55:27.900Z","0.1.0":"2014-07-17T00:46:33.245Z","0.2.0":"2014-09-04T02:47:49.096Z","0.3.0":"2014-09-18T08:05:47.995Z","0.3.1":"2014-10-17T03:04:23.148Z","0.3.2":"2014-10-23T03:43:37.882Z","0.3.3":"2015-01-02T03:41:17.238Z","0.3.4":"2015-03-16T01:50:44.350Z","0.3.5":"2015-04-23T02:25:52.619Z","0.3.6":"2015-05-12T03:53:24.990Z","0.4.0":"2015-06-14T21:15:57.149Z","0.4.1":"2015-12-02T18:07:45.449Z","0.5.0":"2016-06-15T22:10:57.784Z","0.5.1":"2016-11-13T06:23:35.753Z","1.0.0":"2017-02-16T07:06:45.834Z","1.0.1":"2017-03-22T06:03:01.761Z","1.0.2":"2017-04-22T23:20:33.617Z","1.0.3":"2017-05-17T05:05:05.352Z"},"homepage":"https://github.com/pillarjs/finalhandler#readme","repository":{"type":"git","url":"git+https://github.com/pillarjs/finalhandler.git"},"author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"bugs":{"url":"https://github.com/pillarjs/finalhandler/issues"},"license":"MIT","readmeFilename":"README.md","users":{"akiva":true,"simplyianm":true,"qqqppp9998":true,"nex":true,"princetoad":true,"wangnan0610":true,"kistoryg":true,"monjer":true,"mojaray2k":true,"jetthiago":true,"ziflex":true,"tampham47":true,"leonzhao":true,"quafoo":true,"ridermansb":true,"chaoliu":true,"larrychen":true},"_attachments":{},"_etag":"W/\"5940f0a2-9b9a\"","_lastModified":"Wed, 14 Jun 2017 08:15:30 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/for-in/.cache.json b/frappe/.npm/registry.npmjs.org/for-in/.cache.json new file mode 100644 index 00000000..7b19a2d6 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/for-in/.cache.json @@ -0,0 +1 @@ +{"_id":"for-in","_rev":"19-69300f9dab810e8e577f5f3341fa7c76","name":"for-in","description":"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","dist-tags":{"latest":"1.0.2"},"versions":{"0.1.0":{"name":"for-in","description":"Iterate over the enumerable properties of an object, and return an object with properties that evalute to true from the callback. Exit early by returning `false`.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/for-in/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"^4.0.4"},"keywords":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"_id":"for-in@0.1.0","_shasum":"9c9e1dfe0429054fa01d90dc34743ad79b50cd6d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"9c9e1dfe0429054fa01d90dc34743ad79b50cd6d","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"for-in","description":"Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/for-in/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"^4.0.4"},"keywords":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"_id":"for-in@0.1.1","_shasum":"5312f3ac23c2799de8153dd8b4c63c26b15f9aea","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"5312f3ac23c2799de8153dd8b4c63c26b15f9aea","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.1.tgz"},"directories":{}},"0.1.2":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.","version":"0.1.2","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/for-in/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"^4.0.4"},"keywords":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"_id":"for-in@0.1.2","_shasum":"49db1c74a8a2f241d74c6316515a5a1254982041","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"49db1c74a8a2f241d74c6316515a5a1254982041","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.2.tgz"},"directories":{}},"0.1.3":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"0.1.3","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/for-in/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*","should":"^4.0.4"},"keywords":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"_id":"for-in@0.1.3","_shasum":"9e53e7b70ac05ede6fdf038d30cc5709e19125b7","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"9e53e7b70ac05ede6fdf038d30cc5709e19125b7","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.3.tgz"},"directories":{}},"0.1.4":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"0.1.4","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/for-in/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*","should":"^4.0.4"},"keywords":["for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"gitHead":"fb09612d3e4137486c652a328888872eba5c1548","_id":"for-in@0.1.4","_shasum":"9f5cf7b4ffc7e1ae6591a4e97b177aa59d70fb2e","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"9f5cf7b4ffc7e1ae6591a4e97b177aa59d70fb2e","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz"},"directories":{}},"0.1.5":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"0.1.5","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"gulp-format-md":"^0.1.7","mocha":"^2.4.5","should":"^8.3.0"},"keywords":["for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"5240e873e512aec30b0e0fe9790bd8f0e2136806","_id":"for-in@0.1.5","_shasum":"007374e2b6d5c67420a1479bdb75a04872b738c4","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"007374e2b6d5c67420a1479bdb75a04872b738c4","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.5.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/for-in-0.1.5.tgz_1459090695716_0.8974318646360189"},"directories":{}},"0.1.6":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"0.1.6","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"gulp-format-md":"^0.1.7","mocha":"^2.4.5","should":"^8.3.0"},"keywords":["for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"c903a9c0e06747c31bed8634c7c8645c6dbf8da1","_id":"for-in@0.1.6","_shasum":"c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/for-in-0.1.6.tgz_1473858422358_0.2992941744159907"},"directories":{}},"0.1.7":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"0.1.7","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Irish","url":"http://paulirish.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"keywords":["for","for-in","for-own","has","has-own","hasOwn","in","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["arr-flatten","for-own","collection-map"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"eccc38987ab59ad598a28fb59b10d51432e00922","_id":"for-in@0.1.7","_shasum":"7e4bae7334726f4a04d2cb547955fe8e56d1dffd","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"7e4bae7334726f4a04d2cb547955fe8e56d1dffd","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.7.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/for-in-0.1.7.tgz_1488158799176_0.22074293834157288"},"directories":{}},"1.0.0":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"1.0.0","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Irish","url":"http://paulirish.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"keywords":["for","for-in","for-own","has","has-own","hasOwn","in","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["arr-flatten","for-own","collection-map"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"867142377f4752777475c700ba875dcc86c4e30c","_id":"for-in@1.0.0","_shasum":"727ca924466a54739c0ed5c1b23e5bc0745dfe19","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"727ca924466a54739c0ed5c1b23e5bc0745dfe19","tarball":"https://registry.npmjs.org/for-in/-/for-in-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/for-in-1.0.0.tgz_1488158832104_0.09414635552093387"},"directories":{}},"1.0.1":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"1.0.1","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Irish","url":"http://paulirish.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"keywords":["for","for-in","for-own","has","has-own","hasOwn","in","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["arr-flatten","for-own","collection-map"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"de5cee7b25d69b0579141b832c58d7c7760368fc","_id":"for-in@1.0.1","_shasum":"d6c3e3798ceaaa301047b109dedf1b1ae37a0efa","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"d6c3e3798ceaaa301047b109dedf1b1ae37a0efa","tarball":"https://registry.npmjs.org/for-in/-/for-in-1.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/for-in-1.0.1.tgz_1488158999094_0.8222580477595329"},"directories":{}},"0.1.8":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"0.1.8","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Irish","url":"http://paulirish.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"keywords":["for","for-in","for-own","has","has-own","hasOwn","in","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["arr-flatten","for-own","collection-map"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"243e4877c0d9421c05353f03e9f019e157f807dd","_id":"for-in@0.1.8","_shasum":"d8773908e31256109952b1fdb9b3fa867d2775e1","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"d8773908e31256109952b1fdb9b3fa867d2775e1","tarball":"https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/for-in-0.1.8.tgz_1488163817403_0.749103807611391"},"directories":{}},"1.0.2":{"name":"for-in","description":"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js","version":"1.0.2","homepage":"https://github.com/jonschlinkert/for-in","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Irish","url":"http://paulirish.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"gulp-format-md":"^0.1.11","mocha":"^3.2.0"},"keywords":["for","for-in","for-own","has","has-own","hasOwn","in","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["arr-flatten","collection-map","for-own"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"5f97ad4f6556e938d9b71614259ddd8044a081e3","_id":"for-in@1.0.2","_shasum":"81068d295a8142ec0ac726c6e2200c30fb6d5e80","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"81068d295a8142ec0ac726c6e2200c30fb6d5e80","tarball":"https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/for-in-1.0.2.tgz_1488298375632_0.9562143329530954"},"directories":{}}},"readme":"# for-in [![NPM version](https://img.shields.io/npm/v/for-in.svg?style=flat)](https://www.npmjs.com/package/for-in) [![NPM monthly downloads](https://img.shields.io/npm/dm/for-in.svg?style=flat)](https://npmjs.org/package/for-in) [![NPM total downloads](https://img.shields.io/npm/dt/for-in.svg?style=flat)](https://npmjs.org/package/for-in) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/for-in.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/for-in)\n\n> Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save for-in\n```\n\n## Usage\n\n```js\nvar forIn = require('for-in');\n\nvar obj = {a: 'foo', b: 'bar', c: 'baz'};\nvar values = [];\nvar keys = [];\n\nforIn(obj, function (value, key, o) {\n keys.push(key);\n values.push(value);\n});\n\nconsole.log(keys);\n//=> ['a', 'b', 'c'];\n\nconsole.log(values);\n//=> ['foo', 'bar', 'baz'];\n```\n\n## About\n\n### Related projects\n\n* [arr-flatten](https://www.npmjs.com/package/arr-flatten): Recursively flatten an array or arrays. This is the fastest implementation of array flatten. | [homepage](https://github.com/jonschlinkert/arr-flatten \"Recursively flatten an array or arrays. This is the fastest implementation of array flatten.\")\n* [collection-map](https://www.npmjs.com/package/collection-map): Returns an array of mapped values from an array or object. | [homepage](https://github.com/jonschlinkert/collection-map \"Returns an array of mapped values from an array or object.\")\n* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own \"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- |\n| 16 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 2 | [paulirish](https://github.com/paulirish) |\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 28, 2017._","maintainers":[{"email":"brian.woodward@gmail.com","name":"doowb"},{"email":"github@sellside.com","name":"jonschlinkert"}],"time":{"modified":"2017-07-02T17:36:56.691Z","created":"2014-09-20T23:24:21.373Z","0.1.0":"2014-09-20T23:24:21.373Z","0.1.1":"2014-09-20T23:26:01.423Z","0.1.2":"2014-09-20T23:30:31.957Z","0.1.3":"2014-10-06T02:36:49.650Z","0.1.4":"2015-03-24T06:25:12.152Z","0.1.5":"2016-03-27T14:58:16.722Z","0.1.6":"2016-09-14T13:07:03.225Z","0.1.7":"2017-02-27T01:26:39.739Z","1.0.0":"2017-02-27T01:27:14.051Z","1.0.1":"2017-02-27T01:29:59.650Z","0.1.8":"2017-02-27T02:50:17.988Z","1.0.2":"2017-02-28T16:12:56.286Z"},"homepage":"https://github.com/jonschlinkert/for-in","keywords":["for","for-in","for-own","has","has-own","hasOwn","in","key","keys","object","own","value"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-in.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/for-in/issues"},"readmeFilename":"README.md","license":"MIT","contributors":[{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Paul Irish","url":"http://paulirish.com"}],"users":{"shuoshubao":true},"_attachments":{},"_etag":"W/\"59592f38-5dd6\"","_lastModified":"Sun, 02 Jul 2017 17:36:56 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/for-own/.cache.json b/frappe/.npm/registry.npmjs.org/for-own/.cache.json new file mode 100644 index 00000000..0b86f788 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/for-own/.cache.json @@ -0,0 +1 @@ +{"_id":"for-own","_rev":"12-b65b6617fa2e6ee4566d87bb65495bff","name":"for-own","description":"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.","dist-tags":{"latest":"1.0.0"},"versions":{"0.1.0":{"name":"for-own","description":"Iterate over the own enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/for-own","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-own.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/for-own/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"for-in":"^0.1.1"},"devDependencies":{"mocha":"*","should":"^4.0.4","verb":">= 0.2.6"},"keywords":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"_id":"for-own@0.1.0","_shasum":"a65efb92e7ad1d6e43b6148a5eb478f6c300eb46","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"a65efb92e7ad1d6e43b6148a5eb478f6c300eb46","tarball":"https://registry.npmjs.org/for-own/-/for-own-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"for-own","description":"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/for-own","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-own.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/for-own/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"for-in":"^0.1.1"},"devDependencies":{"mocha":"*","should":"^4.0.4","verb":">= 0.2.6"},"keywords":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"_id":"for-own@0.1.1","_shasum":"bcca55849e14bcb529f9e0240f51b517b793f997","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"bcca55849e14bcb529f9e0240f51b517b793f997","tarball":"https://registry.npmjs.org/for-own/-/for-own-0.1.1.tgz"},"directories":{}},"0.1.2":{"name":"for-own","description":"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.","version":"0.1.2","homepage":"https://github.com/jonschlinkert/for-own","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-own.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/for-own/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"dependencies":{"for-in":"^0.1.1"},"devDependencies":{"mocha":"*","should":"^4.0.4","verb":">= 0.2.6"},"keywords":["find","for-in","for-own","has","has-own","hasOwn","javascript","js","key","keys","loop","node.js","object","own","properties","property","util","utilities","utility","utils","value"],"_id":"for-own@0.1.2","_shasum":"4fd2266efd46705b7bbdfc38ac4b6f8cef24ce3b","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"4fd2266efd46705b7bbdfc38ac4b6f8cef24ce3b","tarball":"https://registry.npmjs.org/for-own/-/for-own-0.1.2.tgz"},"directories":{}},"0.1.3":{"name":"for-own","description":"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.","version":"0.1.3","homepage":"https://github.com/jonschlinkert/for-own","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/for-own.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/for-own/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"for-in":"^0.1.4"},"devDependencies":{"mocha":"*","should":"^5.2.0"},"keywords":["for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"gitHead":"43c5291f22b71297e1b5855236fcc35ac9ce51e4","_id":"for-own@0.1.3","_shasum":"606444cde77c2f0a11088169e2e354eaf56e74fe","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"606444cde77c2f0a11088169e2e354eaf56e74fe","tarball":"https://registry.npmjs.org/for-own/-/for-own-0.1.3.tgz"},"directories":{}},"0.1.4":{"name":"for-own","description":"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.","version":"0.1.4","homepage":"https://github.com/jonschlinkert/for-own","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-own.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"for-in":"^0.1.5"},"devDependencies":{"gulp-format-md":"^0.1.7","mocha":"^2.4.5"},"keywords":["for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"475607dc923dcc399c1bfdbecc0df4b957eb3779","_id":"for-own@0.1.4","_shasum":"0149b41a39088c7515f51ebe1c1386d45f935072","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"0149b41a39088c7515f51ebe1c1386d45f935072","tarball":"https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/for-own-0.1.4.tgz_1459091314670_0.658134751021862"},"directories":{}},"0.1.5":{"name":"for-own","description":"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.","version":"0.1.5","homepage":"https://github.com/jonschlinkert/for-own","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Javier Cejudo","email":"javier@javiercejudo.com","url":"https://www.javiercejudo.com"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-own.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"for-in":"^1.0.1"},"devDependencies":{"gulp-format-md":"^0.1.11","mocha":"^3.2.0"},"keywords":["for","for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["arr-flatten","collection-map","for-in"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"e64ee3492f218c812011ec3feff4194e9272d2a1","_id":"for-own@0.1.5","_shasum":"5265c681a4f294dabbf17c9509b6763aa84510ce","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"5265c681a4f294dabbf17c9509b6763aa84510ce","tarball":"https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/for-own-0.1.5.tgz_1488159172480_0.8725875311065465"},"directories":{}},"1.0.0":{"name":"for-own","description":"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/for-own","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"contributors":[{"name":"Javier Cejudo","email":"javier@javiercejudo.com","url":"https://www.javiercejudo.com"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-own.git"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"for-in":"^1.0.1"},"devDependencies":{"gulp-format-md":"^0.1.11","mocha":"^3.2.0"},"keywords":["for","for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["arr-flatten","collection-map","for-in"]},"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"2d39447529c7b41f41e0d3443e46c5de607720ab","_id":"for-own@1.0.0","_shasum":"c63332f415cedc4b04dbfe70cf836494c53cb44b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"c63332f415cedc4b04dbfe70cf836494c53cb44b","tarball":"https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/for-own-1.0.0.tgz_1488159207065_0.6514356201514602"},"directories":{}}},"readme":"# for-own [![NPM version](https://img.shields.io/npm/v/for-own.svg?style=flat)](https://www.npmjs.com/package/for-own) [![NPM monthly downloads](https://img.shields.io/npm/dm/for-own.svg?style=flat)](https://npmjs.org/package/for-own) [![NPM total downloads](https://img.shields.io/npm/dt/for-own.svg?style=flat)](https://npmjs.org/package/for-own) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/for-own.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/for-own)\n\n> Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save for-own\n```\n\n## Usage\n\n```js\nvar forOwn = require('for-own');\n\nvar obj = {a: 'foo', b: 'bar', c: 'baz'};\nvar values = [];\nvar keys = [];\n\nforOwn(obj, function (value, key, o) {\n keys.push(key);\n values.push(value);\n});\n\nconsole.log(keys);\n//=> ['a', 'b', 'c'];\n\nconsole.log(values);\n//=> ['foo', 'bar', 'baz'];\n```\n\n## About\n\n### Related projects\n\n* [arr-flatten](https://www.npmjs.com/package/arr-flatten): Recursively flatten an array or arrays. This is the fastest implementation of array flatten. | [homepage](https://github.com/jonschlinkert/arr-flatten \"Recursively flatten an array or arrays. This is the fastest implementation of array flatten.\")\n* [collection-map](https://www.npmjs.com/package/collection-map): Returns an array of mapped values from an array or object. | [homepage](https://github.com/jonschlinkert/collection-map \"Returns an array of mapped values from an array or object.\")\n* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in \"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- |\n| 10 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 1 | [javiercejudo](https://github.com/javiercejudo) |\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 26, 2017._","maintainers":[{"email":"brian.woodward@gmail.com","name":"doowb"},{"email":"github@sellside.com","name":"jonschlinkert"}],"time":{"modified":"2017-07-02T17:36:57.845Z","created":"2014-09-20T23:32:54.980Z","0.1.0":"2014-09-20T23:32:54.980Z","0.1.1":"2014-09-20T23:34:04.887Z","0.1.2":"2014-10-06T02:23:31.983Z","0.1.3":"2015-03-24T06:26:21.194Z","0.1.4":"2016-03-27T15:08:35.595Z","0.1.5":"2017-02-27T01:32:53.096Z","1.0.0":"2017-02-27T01:33:27.609Z"},"homepage":"https://github.com/jonschlinkert/for-own","keywords":["for","for-in","for-own","has","has-own","hasOwn","key","keys","object","own","value"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/for-own.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/for-own/issues"},"readmeFilename":"README.md","license":"MIT","contributors":[{"name":"Javier Cejudo","email":"javier@javiercejudo.com","url":"https://www.javiercejudo.com"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"}],"_attachments":{},"_etag":"W/\"59592f39-3e6c\"","_lastModified":"Sun, 02 Jul 2017 17:36:57 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/forever-agent/.cache.json b/frappe/.npm/registry.npmjs.org/forever-agent/.cache.json new file mode 100644 index 00000000..56456333 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/forever-agent/.cache.json @@ -0,0 +1 @@ +{"_id":"forever-agent","_rev":"19-4f09d7c7fc2553fa25c639525dcfd580","name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","dist-tags":{"latest":"0.6.1"},"versions":{"0.2.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","version":"0.2.0","repository":{"url":"https://github.com/mikeal/forever-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"forever-agent@0.2.0","_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"e1c25c7ad44e09c38f233876c76fcc24ff843b1f","tarball":"https://registry.npmjs.org/forever-agent/-/forever-agent-0.2.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.3.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","version":"0.3.0","repository":{"url":"https://github.com/mikeal/forever-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_id":"forever-agent@0.3.0","dist":{"shasum":"6cd4b6bd8d46ae829d7422ed84cabae336b293ef","tarball":"https://registry.npmjs.org/forever-agent/-/forever-agent-0.3.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.4.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","version":"0.4.0","repository":{"url":"https://github.com/mikeal/forever-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_id":"forever-agent@0.4.0","dist":{"shasum":"f4eeef1e1bc708e41114b10a73125aa6c9d5c115","tarball":"https://registry.npmjs.org/forever-agent/-/forever-agent-0.4.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.5.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","version":"0.5.0","repository":{"url":"https://github.com/mikeal/forever-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_id":"forever-agent@0.5.0","dist":{"shasum":"0c1647a74f3af12d76a07a99490ade7c7249c8f0","tarball":"https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.5.2":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","version":"0.5.2","repository":{"url":"https://github.com/mikeal/forever-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"bugs":{"url":"https://github.com/mikeal/forever-agent/issues"},"homepage":"https://github.com/mikeal/forever-agent","_id":"forever-agent@0.5.2","dist":{"shasum":"6d0e09c4921f94a27f63d3b49c5feff1ea4c5130","tarball":"https://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.6.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","version":"0.6.0","license":"Apache-2.0","repository":{"url":"https://github.com/mikeal/forever-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"e45a6772c58c5b14f8d9b85b1b1a2094075b7161","bugs":{"url":"https://github.com/mikeal/forever-agent/issues"},"homepage":"https://github.com/mikeal/forever-agent","_id":"forever-agent@0.6.0","scripts":{},"_shasum":"1f9b9aff11eddb1c789c751f974ba7b15454ac5d","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"1f9b9aff11eddb1c789c751f974ba7b15454ac5d","tarball":"https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.0.tgz"},"directories":{}},"0.6.1":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"forever-agent","description":"HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.","version":"0.6.1","license":"Apache-2.0","repository":{"url":"https://github.com/mikeal/forever-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"1b3b6163f2b3c2c4122bbfa288c1325c0df9871d","bugs":{"url":"https://github.com/mikeal/forever-agent/issues"},"homepage":"https://github.com/mikeal/forever-agent","_id":"forever-agent@0.6.1","scripts":{},"_shasum":"fbc71f0c41adeb37f96c577ad1ed42d8fdacca91","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"fbc71f0c41adeb37f96c577ad1ed42d8fdacca91","tarball":"https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz"},"directories":{}}},"readme":"forever-agent\n=============\n\nHTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.\n","maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"time":{"modified":"2016-11-01T17:24:32.246Z","created":"2013-03-01T20:36:13.358Z","0.2.0":"2013-03-01T20:36:14.104Z","0.3.0":"2013-04-15T22:25:46.704Z","0.4.0":"2013-04-15T22:26:21.381Z","0.5.0":"2013-04-22T05:14:38.186Z","0.5.2":"2014-02-04T22:55:00.189Z","0.6.0":"2015-03-21T20:45:07.473Z","0.6.1":"2015-04-07T17:03:49.221Z"},"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"repository":{"url":"https://github.com/mikeal/forever-agent"},"readmeFilename":"README.md","homepage":"https://github.com/mikeal/forever-agent","bugs":{"url":"https://github.com/mikeal/forever-agent/issues"},"license":"Apache-2.0","users":{"pnhung177":true,"ninozhang":true,"dpjayasekara":true,"mojaray2k":true},"_attachments":{},"_etag":"W/\"5818cfd0-1f69\"","_lastModified":"Tue, 01 Nov 2016 17:24:32 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/form-data/.cache.json b/frappe/.npm/registry.npmjs.org/form-data/.cache.json new file mode 100644 index 00000000..86d4d37c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/form-data/.cache.json @@ -0,0 +1 @@ +{"_id":"form-data","_rev":"102-664cbdbd46ee1de3b87c8cfbd352fe55","name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","dist-tags":{"latest":"2.2.0"},"versions":{"0.0.0":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"application/x-www-form-urlencoded\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.0","repository":{"type":"git","url":"git://github.com/felixge/form-data.git"},"main":"./lib/form_data","engines":{"node":"*"},"dependencies":{},"devDependencies":{},"_id":"form-data@0.0.0","_engineSupported":true,"_npmVersion":"1.0.3","_nodeVersion":"v0.4.8-pre","_defaultsLoaded":true,"dist":{"shasum":"c18c31c227bbb33b053217e8fec0c2255e06a1e8","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.0.tgz"},"scripts":{},"directories":{}},"0.0.2":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.2","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","engines":{"node":"*"},"dependencies":{"combined-stream":"0.0.3","mime":"1.2.2","async":"0.1.9"},"devDependencies":{"fake":"0.2.1","far":"0.0.1","formidable":"1.0.2"},"_npmUser":{"name":"idralyuk","email":"igor@buran.us"},"_id":"form-data@0.0.2","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.16","_nodeVersion":"v0.6.15","_defaultsLoaded":true,"dist":{"shasum":"6d1470b4355088034bb28c0a5417845facf10068","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.2.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"}],"directories":{}},"0.0.3":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.3","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","engines":{"node":"*"},"dependencies":{"combined-stream":"0.0.3","mime":"1.2.2","async":"0.1.9"},"devDependencies":{"fake":"0.2.1","far":"0.0.1","formidable":"1.0.2","request":"~2.9.203"},"_id":"form-data@0.0.3","dist":{"shasum":"6eea17b45790b42d779a1d581d1b3600fe0c7c0d","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.3.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"}],"directories":{}},"0.0.4":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.4","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","engines":{"node":"*"},"dependencies":{"combined-stream":"0.0.3","mime":"~1.2.2","async":"~0.1.9"},"devDependencies":{"fake":"0.2.1","far":"0.0.1","formidable":"1.0.2","request":"~2.9.203"},"_id":"form-data@0.0.4","dist":{"shasum":"564115f4a26826903510ec6a94488b4cb11ea317","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.4.tgz"},"_npmVersion":"1.1.51","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"}],"directories":{}},"0.0.5":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.5","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","engines":{"node":"*"},"dependencies":{"combined-stream":"0.0.3","mime":"~1.2.2","async":"~0.1.9"},"devDependencies":{"fake":"0.2.1","far":"0.0.1","formidable":"1.0.2","request":"~2.9.203"},"_id":"form-data@0.0.5","dist":{"shasum":"2fe21ccdb8c09cf52d60f78d67f2dd242f2a6102","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.5.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.0.6":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.6","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","engines":{"node":"*"},"dependencies":{"combined-stream":"0.0.3","mime":"~1.2.2","async":"~0.1.9"},"devDependencies":{"fake":"0.2.1","far":"0.0.1","formidable":"1.0.2","request":"~2.9.203"},"_id":"form-data@0.0.6","dist":{"shasum":"77ba50dea04bc6eb9bc7bd2d119e64b1f8070a41","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.6.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.0.7":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.7","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","engines":{"node":"*"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.2","async":"~0.1.9"},"devDependencies":{"fake":"0.2.1","far":"0.0.1","formidable":"1.0.2","request":"~2.9.203"},"_id":"form-data@0.0.7","dist":{"shasum":"7211182a26a266ce39710dc8bc4a81b7040859be","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.7.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"celer","email":"dtyree77@gmail.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.0.8":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.8","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.6"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.2","async":"~0.2.7"},"devDependencies":{"fake":"~0.2.1","far":"~0.0.7","formidable":"~1.0.13","request":"~2.16.6"},"_id":"form-data@0.0.8","dist":{"shasum":"0890cd1005c5ccecc0b9d24a88052c92442d0db5","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.8.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.0.9":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.9","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.6"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.2","async":"~0.2.7"},"devDependencies":{"fake":"~0.2.1","far":"~0.0.7","formidable":"~1.0.13","request":"~2.16.6"},"_id":"form-data@0.0.9","dist":{"shasum":"f229b4e39bed528c75836045a23bf8f8ff4db16d","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.9.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.0.10":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.","version":"0.0.10","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.6"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.2","async":"~0.2.7"},"devDependencies":{"fake":"~0.2.1","far":"~0.0.7","formidable":"~1.0.13","request":"~2.16.6"},"_id":"form-data@0.0.10","dist":{"shasum":"db345a5378d86aeeb1ed5d553b869ac192d2f5ed","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.0.10.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.1.0":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"0.1.0","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.6"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.9","async":"~0.2.9"},"devDependencies":{"fake":"~0.2.2","far":"~0.0.7","formidable":"~1.0.14","request":"~2.22.0"},"_id":"form-data@0.1.0","dist":{"shasum":"d36b59baf9b292bb2e5034d7a6079b2bd1e9df83","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.1.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.1.1":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"0.1.1","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.6"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.11","async":"~0.2.9"},"licenses":[{"type":"MIT","url":"https://raw.github.com/felixge/node-form-data/master/License"}],"devDependencies":{"fake":"~0.2.2","far":"~0.0.7","formidable":"~1.0.14","request":"~2.27.0"},"_id":"form-data@0.1.1","dist":{"shasum":"0d5f2805647b45533ba10bc8a59cf17d1efa5f12","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.1.1.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.1.2":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"0.1.2","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.6"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.11","async":"~0.2.9"},"licenses":[{"type":"MIT","url":"https://raw.github.com/felixge/node-form-data/master/License"}],"devDependencies":{"fake":"~0.2.2","far":"~0.0.7","formidable":"~1.0.14","request":"~2.27.0"},"bugs":{"url":"https://github.com/felixge/node-form-data/issues"},"_id":"form-data@0.1.2","dist":{"shasum":"1143c21357911a78dd7913b189b4bab5d5d57445","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.1.3":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"0.1.3","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.8"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.11","async":"~0.9.0"},"licenses":[{"type":"MIT","url":"https://raw.github.com/felixge/node-form-data/master/License"}],"devDependencies":{"fake":"~0.2.2","far":"~0.0.7","formidable":"~1.0.14","request":"~2.36.0"},"bugs":{"url":"https://github.com/felixge/node-form-data/issues"},"homepage":"https://github.com/felixge/node-form-data","_id":"form-data@0.1.3","dist":{"shasum":"4ee4346e6eb5362e8344a02075bd8dbd8c7373ea","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.1.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"0.1.4":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"0.1.4","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.8"},"dependencies":{"combined-stream":"~0.0.4","mime":"~1.2.11","async":"~0.9.0"},"licenses":[{"type":"MIT","url":"https://raw.github.com/felixge/node-form-data/master/License"}],"devDependencies":{"fake":"~0.2.2","far":"~0.0.7","formidable":"~1.0.14","request":"~2.36.0"},"gitHead":"5f5f4809ea685f32658809fa0f13d7eface0e45a","bugs":{"url":"https://github.com/felixge/node-form-data/issues"},"homepage":"https://github.com/felixge/node-form-data","_id":"form-data@0.1.4","_shasum":"91abd788aba9702b1aabfa8bc01031a2ac9e3b12","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"dist":{"shasum":"91abd788aba9702b1aabfa8bc01031a2ac9e3b12","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.1.4.tgz"},"directories":{}},"0.2.0":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"0.2.0","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.8"},"dependencies":{"async":"~0.9.0","combined-stream":"~0.0.4","mime-types":"~2.0.3"},"licenses":[{"type":"MIT","url":"https://raw.github.com/felixge/node-form-data/master/License"}],"devDependencies":{"fake":"~0.2.2","far":"~0.0.7","formidable":"~1.0.14","request":"~2.36.0"},"gitHead":"dfc1a2aef40b97807e2ffe477da06cb2c37e259f","bugs":{"url":"https://github.com/felixge/node-form-data/issues"},"homepage":"https://github.com/felixge/node-form-data","_id":"form-data@0.2.0","_shasum":"26f8bc26da6440e299cbdcfb69035c4f77a6e466","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"dist":{"shasum":"26f8bc26da6440e299cbdcfb69035c4f77a6e466","tarball":"https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz"},"directories":{}},"1.0.0-rc1":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"1.0.0-rc1","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.10"},"dependencies":{"async":"^1.2.1","combined-stream":"^1.0.3","mime-types":"^2.1.1"},"licenses":[{"type":"MIT","url":"https://raw.github.com/felixge/node-form-data/master/License"}],"devDependencies":{"fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","request":"^2.57.0"},"gitHead":"e6650a4c078fd09c130ed712848d71d8609c6518","bugs":{"url":"https://github.com/felixge/node-form-data/issues"},"homepage":"https://github.com/felixge/node-form-data#readme","_id":"form-data@1.0.0-rc1","_shasum":"de5d87ff28439596f4f5500bff58d1244d54793a","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"de5d87ff28439596f4f5500bff58d1244d54793a","tarball":"https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc1.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"1.0.0-rc2":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"1.0.0-rc2","repository":{"type":"git","url":"git://github.com/felixge/node-form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"test":"node test/run.js"},"engines":{"node":">= 0.10"},"dependencies":{"async":"^1.2.1","combined-stream":"^1.0.3","mime-types":"^2.1.1"},"license":"MIT","devDependencies":{"fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","request":"^2.57.0"},"gitHead":"9f29fefe9633f3adae72d6416fd6822c060ff6b6","bugs":{"url":"https://github.com/felixge/node-form-data/issues"},"homepage":"https://github.com/felixge/node-form-data#readme","_id":"form-data@1.0.0-rc2","_shasum":"5bc9c9b3dd3dec1977b0abf58790192081d95235","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"5bc9c9b3dd3dec1977b0abf58790192081d95235","tarball":"https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc2.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"}],"directories":{}},"1.0.0-rc3":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"1.0.0-rc3","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"test":"./test/run.js"},"pre-commit":["test"],"engines":{"node":">= 0.10"},"dependencies":{"async":"^1.4.0","combined-stream":"^1.0.5","mime-types":"^2.1.3"},"license":"MIT","devDependencies":{"fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","pre-commit":"^1.0.10","request":"^2.60.0"},"gitHead":"c174f1b7f3a78a00ec5af0360469280445e37804","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@1.0.0-rc3","_shasum":"d35bc62e7fbc2937ae78f948aaa0d38d90607577","_from":".","_npmVersion":"2.11.0","_nodeVersion":"2.2.1","_npmUser":{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},"dist":{"shasum":"d35bc62e7fbc2937ae78f948aaa0d38d90607577","tarball":"https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"}],"directories":{}},"1.0.0-rc4":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"1.0.0-rc4","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover --report none test/run.js","posttest":"istanbul report","lint":"eslint lib/*.js test/*.js test/**/*.js","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","check":"istanbul check-coverage coverage/coverage*.json","coverage":"codacy-coverage < ./coverage/lcov.info; true"},"pre-commit":["lint","test","check"],"engines":{"node":">= 0.10"},"dependencies":{"async":"^1.5.2","combined-stream":"^1.0.5","mime-types":"^2.1.10"},"license":"MIT","devDependencies":{"codacy-coverage":"^1.1.3","coveralls":"^2.11.8","cross-spawn":"^2.1.5","eslint":"^2.4.0","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","istanbul":"^0.4.2","pre-commit":"^1.1.2","request":"^2.69.0","rimraf":"^2.5.2"},"gitHead":"f73996e0508ee2d4b2b376276adfac1de4188ac2","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@1.0.0-rc4","_shasum":"05ac6bc22227b43e4461f488161554699d4f8b5e","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.11","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"05ac6bc22227b43e4461f488161554699d4f8b5e","tarball":"https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc4.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/form-data-1.0.0-rc4.tgz_1458059747097_0.14101114077493548"},"directories":{}},"1.0.0":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"1.0.0","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/**/*.js","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","test","check"],"engines":{"node":">= 0.10"},"dependencies":{"async":"^2.0.1","combined-stream":"^1.0.5","mime-types":"^2.1.11"},"devDependencies":{"coveralls":"^2.11.12","cross-spawn":"^4.0.0","eslint":"^2.13.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","istanbul":"^0.4.5","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.74.0","rimraf":"^2.5.4"},"license":"MIT","gitHead":"6fd2c6555b5c685dbd791f364486df45472f70a4","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@1.0.0","_shasum":"2285b4456dae81efdbc391949347f4d3e2dce03f","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"2285b4456dae81efdbc391949347f4d3e2dce03f","tarball":"https://registry.npmjs.org/form-data/-/form-data-1.0.0.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"idralyuk","email":"igor@buran.us"},{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"celer","email":"dtyree77@gmail.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/form-data-1.0.0.tgz_1472202064764_0.1383217212278396"},"directories":{}},"1.0.1":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"1.0.1","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/**/*.js","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","test","check"],"engines":{"node":">= 0.10"},"dependencies":{"async":"^2.0.1","combined-stream":"^1.0.5","mime-types":"^2.1.11"},"devDependencies":{"coveralls":"^2.11.12","cross-spawn":"^4.0.0","eslint":"^2.13.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","istanbul":"^0.4.5","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.74.0","rimraf":"^2.5.4"},"license":"MIT","gitHead":"158443da3b2ce221f0a06ccb3b8ab8c56b68b034","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@1.0.1","_shasum":"ae315db9a4907fa065502304a66d7733475ee37c","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"ae315db9a4907fa065502304a66d7733475ee37c","tarball":"https://registry.npmjs.org/form-data/-/form-data-1.0.1.tgz"},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/form-data-1.0.1.tgz_1472204677067_0.1879937476478517"},"directories":{}},"2.0.0":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"2.0.0","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/integration/*.js","ci-lint":"is-node-modern && npm run lint || is-node-not-modern","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","test","check"],"engines":{"node":">= 0.12"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.5","mime-types":"^2.1.11"},"devDependencies":{"coveralls":"^2.11.13","cross-spawn":"^4.0.0","eslint":"^3.5.0","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.74.0","rimraf":"^2.5.4"},"license":"MIT","gitHead":"652b16ff5b9077bdf65eb66b67286c823c2a1040","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@2.0.0","_shasum":"6f0aebadcc5da16c13e1ecc11137d85f9b883b25","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"6f0aebadcc5da16c13e1ecc11137d85f9b883b25","tarball":"https://registry.npmjs.org/form-data/-/form-data-2.0.0.tgz"},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/form-data-2.0.0.tgz_1474092617403_0.5404838663525879"},"directories":{}},"2.1.0":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"2.1.0","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/integration/*.js","ci-lint":"is-node-modern && npm run lint || is-node-not-modern","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","test","check"],"engines":{"node":">= 0.12"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.5","mime-types":"^2.1.11"},"devDependencies":{"coveralls":"^2.11.13","cross-spawn":"^4.0.0","eslint":"^3.5.0","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.74.0","rimraf":"^2.5.4"},"license":"MIT","gitHead":"4718daefac2d16bfb3b32b9761c356cdd2461d71","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@2.1.0","_shasum":"58870d83386cf0592165241a5380942276bb9134","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"58870d83386cf0592165241a5380942276bb9134","tarball":"https://registry.npmjs.org/form-data/-/form-data-2.1.0.tgz"},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/form-data-2.1.0.tgz_1474841659621_0.4027709998190403"},"directories":{}},"2.1.1":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"2.1.1","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/integration/*.js","ci-lint":"is-node-modern && npm run lint || is-node-not-modern","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","test","check"],"engines":{"node":">= 0.12"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.5","mime-types":"^2.1.12"},"devDependencies":{"coveralls":"^2.11.14","cross-spawn":"^4.0.2","eslint":"^3.7.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"^2.75.0","rimraf":"^2.5.4"},"license":"MIT","gitHead":"ebee8412f79798b87fd3ebed44748c1ca06fc1ac","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@2.1.1","_shasum":"4adf0342e1a79afa1e84c8c320a9ffc82392a1f3","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"4adf0342e1a79afa1e84c8c320a9ffc82392a1f3","tarball":"https://registry.npmjs.org/form-data/-/form-data-2.1.1.tgz"},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/form-data-2.1.1.tgz_1475562797683_0.23411617754027247"},"directories":{}},"2.1.2":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"2.1.2","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/integration/*.js","report":"istanbul report lcov text","ci-lint":"is-node-modern 6 && npm run lint || is-node-not-modern 6","ci-test":"npm run test && npm run browser && npm run report","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","browser":"browserify -t browserify-istanbul test/run-browser.js | obake --coverage","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","ci-test","check"],"engines":{"node":">= 0.12"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.5","mime-types":"^2.1.12"},"devDependencies":{"browserify":"^13.1.1","browserify-istanbul":"^2.0.0","coveralls":"^2.11.14","cross-spawn":"^4.0.2","eslint":"^3.9.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","obake":"^0.1.2","phantomjs-prebuilt":"^2.1.13","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"2.76.0","rimraf":"^2.5.4","tape":"^4.6.2"},"license":"MIT","gitHead":"03444d21961a7a44cdc2eae11ee3630f6969023d","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@2.1.2","_shasum":"89c3534008b97eada4cbb157d58f6f5df025eae4","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.4.0","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"89c3534008b97eada4cbb157d58f6f5df025eae4","tarball":"https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz"},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/form-data-2.1.2.tgz_1478577739404_0.6574864208232611"},"directories":{}},"2.1.4":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"2.1.4","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/integration/*.js","report":"istanbul report lcov text","ci-lint":"is-node-modern 6 && npm run lint || is-node-not-modern 6","ci-test":"npm run test && npm run browser && npm run report","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","browser":"browserify -t browserify-istanbul test/run-browser.js | obake --coverage","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","ci-test","check"],"engines":{"node":">= 0.12"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.5","mime-types":"^2.1.12"},"devDependencies":{"browserify":"^13.1.1","browserify-istanbul":"^2.0.0","coveralls":"^2.11.14","cross-spawn":"^4.0.2","eslint":"^3.9.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","obake":"^0.1.2","phantomjs-prebuilt":"^2.1.13","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"2.76.0","rimraf":"^2.5.4","tape":"^4.6.2"},"license":"MIT","gitHead":"d7398c3e7cd81ed12ecc0b84363721bae467db02","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@2.1.4","_shasum":"33c183acf193276ecaa98143a69e94bfee1750d1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"33c183acf193276ecaa98143a69e94bfee1750d1","tarball":"https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz"},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/form-data-2.1.4.tgz_1491750597266_0.5097400255035609"},"directories":{}},"2.2.0":{"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"name":"form-data","description":"A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.","version":"2.2.0","repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"main":"./lib/form_data","browser":"./lib/browser","scripts":{"pretest":"rimraf coverage test/tmp","test":"istanbul cover test/run.js","posttest":"istanbul report lcov text","lint":"eslint lib/*.js test/*.js test/integration/*.js","report":"istanbul report lcov text","ci-lint":"is-node-modern 6 && npm run lint || is-node-not-modern 6","ci-test":"npm run test && npm run browser && npm run report","predebug":"rimraf coverage test/tmp","debug":"verbose=1 ./test/run.js","browser":"browserify -t browserify-istanbul test/run-browser.js | obake --coverage","check":"istanbul check-coverage coverage/coverage*.json","files":"pkgfiles --sort=name","get-version":"node -e \"console.log(require('./package.json').version)\"","update-readme":"sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md","restore-readme":"mv README.md.bak README.md","prepublish":"in-publish && npm run update-readme || not-in-publish","postpublish":"npm run restore-readme"},"pre-commit":["lint","ci-test","check"],"engines":{"node":">= 0.12"},"dependencies":{"asynckit":"^0.4.0","combined-stream":"^1.0.5","mime-types":"^2.1.12"},"devDependencies":{"browserify":"^13.1.1","browserify-istanbul":"^2.0.0","coveralls":"^2.11.14","cross-spawn":"^4.0.2","eslint":"^3.9.1","fake":"^0.2.2","far":"^0.0.7","formidable":"^1.0.17","in-publish":"^2.0.0","is-node-modern":"^1.0.0","istanbul":"^0.4.5","obake":"^0.1.2","phantomjs-prebuilt":"^2.1.13","pkgfiles":"^2.3.0","pre-commit":"^1.1.3","request":"2.76.0","rimraf":"^2.5.4","tape":"^4.6.2"},"license":"MIT","gitHead":"6edf2cd4fdf4e61aba23bd538025fd8746a94fa7","bugs":{"url":"https://github.com/form-data/form-data/issues"},"homepage":"https://github.com/form-data/form-data#readme","_id":"form-data@2.2.0","_shasum":"9a5e3b9295f980b2623cf64fa238b14cebca707b","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.0","_npmUser":{"name":"alexindigo","email":"iam@alexindigo.com"},"dist":{"shasum":"9a5e3b9295f980b2623cf64fa238b14cebca707b","tarball":"https://registry.npmjs.org/form-data/-/form-data-2.2.0.tgz"},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/form-data-2.2.0.tgz_1497170760607_0.7442727568559349"},"directories":{}}},"maintainers":[{"name":"alexindigo","email":"iam@alexindigo.com"},{"name":"dylanpiercey","email":"pierceydylan@gmail.com"},{"name":"felixge","email":"felix@debuggable.com"},{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"time":{"modified":"2017-07-02T12:30:52.624Z","created":"2011-05-16T14:58:21.870Z","0.0.0":"2011-05-16T14:58:22.532Z","0.0.2":"2012-07-02T21:59:37.447Z","0.0.3":"2012-08-10T03:05:05.412Z","0.0.4":"2012-09-06T16:47:43.385Z","0.0.5":"2012-12-05T07:06:20.011Z","0.0.6":"2013-01-08T08:04:51.296Z","0.0.7":"2013-02-10T02:53:05.643Z","0.0.8":"2013-04-21T23:32:42.861Z","0.0.9":"2013-04-29T17:09:12.258Z","0.0.10":"2013-05-09T05:35:21.282Z","0.1.0":"2013-07-08T18:46:13.834Z","0.1.1":"2013-08-22T04:22:58.445Z","0.1.2":"2013-10-03T04:06:55.129Z","0.1.3":"2014-06-02T07:48:24.579Z","0.1.4":"2014-06-24T06:35:44.934Z","0.2.0":"2014-12-06T21:14:10.402Z","1.0.0-rc1":"2015-06-13T15:50:04.021Z","1.0.0-rc2":"2015-07-22T02:48:28.688Z","1.0.0-rc3":"2015-07-30T04:10:06.749Z","1.0.0-rc4":"2016-03-15T16:35:47.585Z","1.0.0":"2016-08-26T09:01:06.786Z","1.0.1":"2016-08-26T09:44:37.316Z","2.0.0":"2016-09-17T06:10:17.649Z","2.1.0":"2016-09-25T22:14:22.111Z","2.1.1":"2016-10-04T06:33:17.917Z","2.1.2":"2016-11-08T04:02:19.622Z","2.1.4":"2017-04-09T15:09:59.126Z","2.2.0":"2017-06-11T08:46:00.717Z"},"author":{"name":"Felix Geisendörfer","email":"felix@debuggable.com","url":"http://debuggable.com/"},"repository":{"type":"git","url":"git://github.com/form-data/form-data.git"},"users":{"306766053":true,"alexindigo":true,"tunnckocore":true,"xgenvn":true,"hellboy81":true,"adamlu":true,"mpinteractiv":true,"bam5":true,"haiyang5210":true,"haeck":true,"edin-m":true,"moimikey":true,"sessionbean":true,"nex":true,"liveinjs":true,"ndfool":true,"edmooney":true,"stany":true,"xenohunter":true,"calmwinds":true,"bojand":true,"cslater":true,"vladgolubev":true,"nichoth":true,"wenbing":true,"floby":true,"ggomma":true,"doruk":true,"monjer":true,"mojaray2k":true,"godoshian":true,"jmeo":true,"hitalos":true,"ucdok":true,"leizongmin":true,"seangenabe":true,"nickeljew":true,"programmer.severson":true,"skymap":true,"rocket0191":true,"chinawolf_wyp":true,"ungurys":true,"machinabio":true,"xrush":true,"oleg_tsyba":true},"readme":"# Form-Data [![NPM Module](https://img.shields.io/npm/v/form-data.svg)](https://www.npmjs.com/package/form-data) [![Join the chat at https://gitter.im/form-data/form-data](http://form-data.github.io/images/gitterbadge.svg)](https://gitter.im/form-data/form-data)\n\nA library to create readable ```\"multipart/form-data\"``` streams. Can be used to submit forms and file uploads to other web applications.\n\nThe API of this library is inspired by the [XMLHttpRequest-2 FormData Interface][xhr2-fd].\n\n[xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-formdata-interface\n\n[![Linux Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=linux:0.12-6.x)](https://travis-ci.org/form-data/form-data)\n[![MacOS Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=macos:0.12-6.x)](https://travis-ci.org/form-data/form-data)\n[![Windows Build](https://img.shields.io/appveyor/ci/alexindigo/form-data/master.svg?label=windows:0.12-6.x)](https://ci.appveyor.com/project/alexindigo/form-data)\n\n[![Coverage Status](https://img.shields.io/coveralls/form-data/form-data/master.svg?label=code+coverage)](https://coveralls.io/github/form-data/form-data?branch=master)\n[![Dependency Status](https://img.shields.io/david/form-data/form-data.svg)](https://david-dm.org/form-data/form-data)\n[![bitHound Overall Score](https://www.bithound.io/github/form-data/form-data/badges/score.svg)](https://www.bithound.io/github/form-data/form-data)\n\n## Install\n\n```\nnpm install --save form-data\n```\n\n## Usage\n\nIn this example we are constructing a form with 3 fields that contain a string,\na buffer and a file stream.\n\n``` javascript\nvar FormData = require('form-data');\nvar fs = require('fs');\n\nvar form = new FormData();\nform.append('my_field', 'my value');\nform.append('my_buffer', new Buffer(10));\nform.append('my_file', fs.createReadStream('/foo/bar.jpg'));\n```\n\nAlso you can use http-response stream:\n\n``` javascript\nvar FormData = require('form-data');\nvar http = require('http');\n\nvar form = new FormData();\n\nhttp.request('http://nodejs.org/images/logo.png', function(response) {\n form.append('my_field', 'my value');\n form.append('my_buffer', new Buffer(10));\n form.append('my_logo', response);\n});\n```\n\nOr @mikeal's [request](https://github.com/request/request) stream:\n\n``` javascript\nvar FormData = require('form-data');\nvar request = require('request');\n\nvar form = new FormData();\n\nform.append('my_field', 'my value');\nform.append('my_buffer', new Buffer(10));\nform.append('my_logo', request('http://nodejs.org/images/logo.png'));\n```\n\nIn order to submit this form to a web application, call ```submit(url, [callback])``` method:\n\n``` javascript\nform.submit('http://example.org/', function(err, res) {\n // res – response object (http.IncomingMessage) //\n res.resume();\n});\n\n```\n\nFor more advanced request manipulations ```submit()``` method returns ```http.ClientRequest``` object, or you can choose from one of the alternative submission methods.\n\n### Alternative submission methods\n\nYou can use node's http client interface:\n\n``` javascript\nvar http = require('http');\n\nvar request = http.request({\n method: 'post',\n host: 'example.org',\n path: '/upload',\n headers: form.getHeaders()\n});\n\nform.pipe(request);\n\nrequest.on('response', function(res) {\n console.log(res.statusCode);\n});\n```\n\nOr if you would prefer the `'Content-Length'` header to be set for you:\n\n``` javascript\nform.submit('example.org/upload', function(err, res) {\n console.log(res.statusCode);\n});\n```\n\nTo use custom headers and pre-known length in parts:\n\n``` javascript\nvar CRLF = '\\r\\n';\nvar form = new FormData();\n\nvar options = {\n header: CRLF + '--' + form.getBoundary() + CRLF + 'X-Custom-Header: 123' + CRLF + CRLF,\n knownLength: 1\n};\n\nform.append('my_buffer', buffer, options);\n\nform.submit('http://example.com/', function(err, res) {\n if (err) throw err;\n console.log('Done');\n});\n```\n\nForm-Data can recognize and fetch all the required information from common types of streams (```fs.readStream```, ```http.response``` and ```mikeal's request```), for some other types of streams you'd need to provide \"file\"-related information manually:\n\n``` javascript\nsomeModule.stream(function(err, stdout, stderr) {\n if (err) throw err;\n\n var form = new FormData();\n\n form.append('file', stdout, {\n filename: 'unicycle.jpg', // ... or:\n filepath: 'photos/toys/unicycle.jpg',\n contentType: 'image/jpg',\n knownLength: 19806\n });\n\n form.submit('http://example.com/', function(err, res) {\n if (err) throw err;\n console.log('Done');\n });\n});\n```\n\nThe `filepath` property overrides `filename` and may contain a relative path. This is typically used when uploading [multiple files from a directory](https://wicg.github.io/entries-api/#dom-htmlinputelement-webkitdirectory).\n\nFor edge cases, like POST request to URL with query string or to pass HTTP auth credentials, object can be passed to `form.submit()` as first parameter:\n\n``` javascript\nform.submit({\n host: 'example.com',\n path: '/probably.php?extra=params',\n auth: 'username:password'\n}, function(err, res) {\n console.log(res.statusCode);\n});\n```\n\nIn case you need to also send custom HTTP headers with the POST request, you can use the `headers` key in first parameter of `form.submit()`:\n\n``` javascript\nform.submit({\n host: 'example.com',\n path: '/surelynot.php',\n headers: {'x-test-header': 'test-header-value'}\n}, function(err, res) {\n console.log(res.statusCode);\n});\n```\n\n### Integration with other libraries\n\n#### Request\n\nForm submission using [request](https://github.com/request/request):\n\n```javascript\nvar formData = {\n my_field: 'my_value',\n my_file: fs.createReadStream(__dirname + '/unicycle.jpg'),\n};\n\nrequest.post({url:'http://service.com/upload', formData: formData}, function(err, httpResponse, body) {\n if (err) {\n return console.error('upload failed:', err);\n }\n console.log('Upload successful! Server responded with:', body);\n});\n```\n\nFor more details see [request readme](https://github.com/request/request#multipartform-data-multipart-form-uploads).\n\n#### node-fetch\n\nYou can also submit a form using [node-fetch](https://github.com/bitinn/node-fetch):\n\n```javascript\nvar form = new FormData();\n\nform.append('a', 1);\n\nfetch('http://example.com', { method: 'POST', body: form })\n .then(function(res) {\n return res.json();\n }).then(function(json) {\n console.log(json);\n });\n```\n\n## Notes\n\n- ```getLengthSync()``` method DOESN'T calculate length for streams, use ```knownLength``` options as workaround.\n- Starting version `2.x` FormData has dropped support for `node@0.10.x`.\n\n## License\n\nForm-Data is released under the [MIT](License) license.\n","homepage":"https://github.com/form-data/form-data#readme","bugs":{"url":"https://github.com/form-data/form-data/issues"},"readmeFilename":"Readme.md","license":"MIT","_attachments":{},"_etag":"W/\"5958e77c-daaa\"","_lastModified":"Sun, 02 Jul 2017 12:30:52 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/formidable/.cache.json b/frappe/.npm/registry.npmjs.org/formidable/.cache.json new file mode 100644 index 00000000..4f221787 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/formidable/.cache.json @@ -0,0 +1 @@ +{"_id":"formidable","_rev":"374-1725a2bc988328e98f766cbcf41e0faa","name":"formidable","dist-tags":{"latest":"1.1.1"},"versions":{"0.3.0":{"name":"formidable","version":"0.3.0","dependencies":{"gently":">=0.6.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.3.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.3.0.tgz","shasum":"84112d39db3d5889651d212c6b2e40a4fc93c7c1"}},"0.4.0":{"name":"formidable","version":"0.4.0","dependencies":{"gently":">=0.6.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.4.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.4.0.tgz","shasum":"32c899dd32440552c18d27cdd2854693c6eeb1bf"}},"0.5.0":{"name":"formidable","version":"0.5.0","dependencies":{"gently":">=0.6.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.5.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.5.0.tgz","shasum":"81e605321b2aefb01bb5063d827f6567aac2303d"}},"0.6.0":{"name":"formidable","version":"0.6.0","dependencies":{"gently":">=0.6.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.6.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.6.0.tgz","shasum":"99cc8bf984a41eacdf4c6192f26a6a13a753f521"}},"0.7.0":{"name":"formidable","version":"0.7.0","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.7.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.7.0.tgz","shasum":"c0c164916777dc6cee4850d01b9f766ac776a106"}},"0.8.0":{"name":"formidable","version":"0.8.0","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.8.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.8.0.tgz","shasum":"bd6f383b7e32a3fa298c953c536885716caa942a"}},"0.9.0":{"name":"formidable","version":"0.9.0","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.0.tgz","shasum":"389a5f00d712a9c410254867cee98c3fccfd6300"}},"0.9.1":{"name":"formidable","version":"0.9.1","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.1.tgz","shasum":"a3a43b494d5c430b82006419ff2dd78be22fa3e8"}},"0.9.2":{"name":"formidable","version":"0.9.2","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.2","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.2.tgz","shasum":"caab8a47526da68d97da6461c30691cff80fa9a8"}},"0.9.3":{"name":"formidable","version":"0.9.3","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.3","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.3.tgz","shasum":"af4bb633aee0f4a84d5785a82d478e7089c1e33f"}},"0.9.4":{"name":"formidable","version":"0.9.4","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.4","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.4.tgz","shasum":"d29f656139734264f2a433fc91a2c60a1aa3d7d5"}},"0.9.5":{"name":"formidable","version":"0.9.5","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.5","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.5.tgz","shasum":"b42433bd4d94991551225a96c2ab4f449a13b462"}},"0.9.6":{"name":"formidable","version":"0.9.6","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.6","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.6.tgz","shasum":"20af6ec6b0e9302c106733247f5abda5dc8a0d48"}},"0.9.7":{"name":"formidable","version":"0.9.7","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.7","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.7.tgz","shasum":"62b150c2be0d0f535ea0616d3a07810b58888f18"}},"0.9.8":{"name":"formidable","version":"0.9.8","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.8","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.8.tgz","shasum":"8920c32c033b5fe52d4100dff73bb990a211b647"}},"0.9.9":{"name":"formidable","version":"0.9.9","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.9","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.9.tgz","shasum":"d30dd36176f022c59bee94a8daaa0476f6435bf2"}},"0.9.10":{"name":"formidable","version":"0.9.10","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.10","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.10-1","_nodeVersion":"v0.3.2-pre","dist":{"shasum":"cee802aa5fb11024cca112a7ee2e2e89956aeb80","tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.10.tgz"}},"0.9.11":{"name":"formidable","version":"0.9.11","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","_id":"formidable@0.9.11","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.10-1","_nodeVersion":"v0.3.5-pre","dist":{"shasum":"35285f3c2c5f115742a13717e2f0c1556994c4f3","tarball":"https://registry.npmjs.org/formidable/-/formidable-0.9.11.tgz"}},"1.0.0":{"name":"formidable","version":"1.0.0","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib/formidable"},"main":"./lib/formidable/index","engines":{"node":"*"},"_id":"formidable@1.0.0","_engineSupported":true,"_npmVersion":"1.0.1rc4","_nodeVersion":"v0.4.6-pre","_defaultsLoaded":true,"dist":{"shasum":"4eb41d5d99c99fd54773a0132075c11822ca103f","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.0.tgz"}},"1.0.1":{"name":"formidable","version":"1.0.1","dependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib"},"main":"./lib/index","engines":{"node":"*"},"devDependencies":{},"_id":"formidable@1.0.1","_engineSupported":true,"_npmVersion":"1.0.3","_nodeVersion":"v0.4.8-pre","_defaultsLoaded":true,"dist":{"shasum":"d9fe626c303e8cbca9d29115497a47da6eff29e9","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.1.tgz"},"scripts":{}},"1.0.2":{"name":"formidable","version":"1.0.2","dependencies":{},"devDependencies":{"gently":">=0.7.0"},"directories":{"lib":"./lib"},"main":"./lib/index","engines":{"node":"*"},"_id":"formidable@1.0.2","_engineSupported":true,"_npmVersion":"1.0.3","_nodeVersion":"v0.4.9-pre","_defaultsLoaded":true,"dist":{"shasum":"6e7887db43be310c57970143671dfc91d46f939d","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.2.tgz"},"scripts":{}},"1.0.3":{"name":"formidable","version":"1.0.3","dependencies":{},"devDependencies":{"gently":"0.8.0","far":"0.0.7","fast-or-slow":"0.0.5","findit":"0.1.1","hashish":"0.0.4"},"directories":{"lib":"./lib"},"main":"./lib/index","engines":{"node":"*"},"_npmJsonOpts":{"file":"/Users/felix/.npm/formidable/1.0.3/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"formidable@1.0.3","_engineSupported":true,"_npmVersion":"1.0.26","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"55c314201245f4d21b0f0c58373d30c85e53d6e9","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.3.tgz"},"scripts":{},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.4":{"name":"formidable","version":"1.0.4","dependencies":{},"devDependencies":{"gently":"0.8.0","far":"0.0.7","fast-or-slow":"0.0.5","findit":"0.1.1","hashish":"0.0.4"},"directories":{"lib":"./lib"},"main":"./lib/index","engines":{"node":"*"},"_npmJsonOpts":{"file":"/Users/felix/.npm/formidable/1.0.4/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"formidable@1.0.4","_engineSupported":true,"_npmVersion":"1.0.26","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"e2447795406a95b30b4b5b58ac572abb207fae4a","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.4.tgz"},"scripts":{},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.5":{"name":"formidable","version":"1.0.5","dependencies":{},"devDependencies":{"gently":"0.8.0","far":"0.0.7","fast-or-slow":"0.0.5","findit":"0.1.1","hashish":"0.0.4"},"directories":{"lib":"./lib"},"main":"./lib/index","engines":{"node":"*"},"_npmJsonOpts":{"file":"/Users/felix/.npm/formidable/1.0.5/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"formidable@1.0.5","_engineSupported":true,"_npmVersion":"1.0.26","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"55e60b34931f3bb03eedbb6777312177eb6f87b4","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.5.tgz"},"scripts":{},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.6":{"name":"formidable","version":"1.0.6","dependencies":{},"devDependencies":{"gently":"0.8.0","far":"0.0.7","fast-or-slow":"0.0.5","findit":"0.1.1","hashish":"0.0.4"},"directories":{"lib":"./lib"},"main":"./lib/index","engines":{"node":"*"},"_npmJsonOpts":{"file":"/Users/felix/.npm/formidable/1.0.6/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"formidable@1.0.6","_engineSupported":true,"_npmVersion":"1.0.26","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"fb92046525c6e5781d9683c54324afd36edd24a0","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.6.tgz"},"scripts":{},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.7":{"name":"formidable","version":"1.0.7","dependencies":{},"devDependencies":{"gently":"0.8.0","far":"0.0.7","fast-or-slow":"0.0.5","findit":"0.1.1","hashish":"0.0.4"},"directories":{"lib":"./lib"},"main":"./lib/index","engines":{"node":"*"},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"formidable@1.0.7","_engineSupported":true,"_npmVersion":"1.0.101","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"ac9f74432f222199d685555d5197e19212972992","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.7.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.8":{"name":"formidable","version":"1.0.8","dependencies":{},"devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"0.0.4","utest":"0.0.3"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"make test"},"engines":{"node":"*"},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"formidable@1.0.8","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"ac119ceaf039a288d57649aeec38f03b6269bbce","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.8.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.9":{"name":"formidable","version":"1.0.9","dependencies":{},"devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"0.0.4","utest":"0.0.3"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"make test"},"engines":{"node":"*"},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"formidable@1.0.9","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"419e3bccead3e8874d539f5b3e72a4c503b31a98","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.9.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.10":{"name":"formidable","version":"1.0.10","dependencies":{},"devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"0.0.4","utest":"0.0.3"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"make test"},"engines":{"node":"*"},"optionalDependencies":{},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"formidable@1.0.10","_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18-pre","_defaultsLoaded":true,"dist":{"shasum":"96a2bcee5d9059aa0c60fc847ea506b998e7e5dc","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.10.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.11":{"name":"formidable","version":"1.0.11","dependencies":{},"devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"0.0.4","utest":"0.0.3"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"make test"},"engines":{"node":"*"},"optionalDependencies":{},"_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"_id":"formidable@1.0.11","_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18-pre","_defaultsLoaded":true,"dist":{"shasum":"68f63325a035e644b6f7bb3d11243b9761de1b30","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"}]},"1.0.12":{"name":"formidable","description":"A node.js module for parsing form data, especially file uploads.","homepage":"https://github.com/felixge/node-formidable","version":"1.0.12","devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"~0.0.6","utest":"0.0.3","request":"~2.11.4"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"node test/run.js","clean":"rm test/tmp/*"},"engines":{"node":">=0.8.0 <0.10.0"},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"optionalDependencies":{},"_id":"formidable@1.0.12","dependencies":{},"dist":{"shasum":"4fc17fea578db88e4cd45799e6dbbddf92f82a10","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.12.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"svnlto","email":"me@svenlito.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}]},"1.0.13":{"name":"formidable","description":"A node.js module for parsing form data, especially file uploads.","homepage":"https://github.com/felixge/node-formidable","version":"1.0.13","devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"~0.0.6","utest":"0.0.3","request":"~2.11.4"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"node test/run.js","clean":"rm test/tmp/*"},"engines":{"node":"<0.9.0"},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"optionalDependencies":{},"_id":"formidable@1.0.13","dependencies":{},"dist":{"shasum":"70caf0f9d69692a77e04021ddab4f46b01c82aea","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.13.tgz"},"_from":".","_npmVersion":"1.2.12","_npmUser":{"name":"svnlto","email":"me@svenlito.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}]},"1.0.14":{"name":"formidable","description":"A node.js module for parsing form data, especially file uploads.","homepage":"https://github.com/felixge/node-formidable","version":"1.0.14","devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"~0.0.6","utest":"0.0.3","request":"~2.11.4"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"node test/run.js","clean":"rm test/tmp/*"},"engines":{"node":">=0.8.0"},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"optionalDependencies":{},"_id":"formidable@1.0.14","dependencies":{},"dist":{"shasum":"2b3f4c411cbb5fdd695c44843e2a23514a43231a","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.14.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"tim-smart","email":"tim@fostle.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tim-smart","email":"tim@fostle.com"}]},"1.0.15":{"name":"formidable","description":"A node.js module for parsing form data, especially file uploads.","homepage":"https://github.com/felixge/node-formidable","version":"1.0.15","devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"~0.0.6","utest":"0.0.3","request":"~2.11.4"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"node test/run.js","clean":"rm test/tmp/*"},"engines":{"node":">=0.8.0"},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"optionalDependencies":{},"dependencies":{},"_id":"formidable@1.0.15","dist":{"shasum":"91363d59cc51ddca2be84ca0336ec0135606c155","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.15.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tim-smart","email":"tim@fostle.com"}]},"1.0.16":{"name":"formidable","description":"A node.js module for parsing form data, especially file uploads.","homepage":"https://github.com/felixge/node-formidable","version":"1.0.16","devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"~0.0.6","utest":"0.0.3","request":"~2.11.4"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"node test/run.js","clean":"rm test/tmp/*"},"engines":{"node":">=0.8.0"},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"optionalDependencies":{},"dependencies":{},"_id":"formidable@1.0.16","dist":{"shasum":"4916cfdfc4cbed020b257a6a9505a9ab38c2cd0e","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.16.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tim-smart","email":"tim@fostle.com"}]},"1.0.17":{"name":"formidable","description":"A node.js module for parsing form data, especially file uploads.","homepage":"https://github.com/felixge/node-formidable","version":"1.0.17","devDependencies":{"gently":"0.8.0","findit":"0.1.1","hashish":"0.0.4","urun":"~0.0.6","utest":"0.0.3","request":"~2.11.4"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"node test/run.js","clean":"rm test/tmp/*"},"engines":{"node":">=0.8.0"},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"optionalDependencies":{},"dependencies":{},"_id":"formidable@1.0.17","dist":{"shasum":"ef5491490f9433b705faa77249c99029ae348559","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"felixge","email":"felix@debuggable.com"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tim-smart","email":"tim@fostle.com"}]},"1.1.1":{"name":"formidable","description":"A node.js module for parsing form data, especially file uploads.","homepage":"https://github.com/felixge/node-formidable","license":"MIT","version":"1.1.1","devDependencies":{"gently":"^0.8.0","findit":"^0.1.2","hashish":"^0.0.4","urun":"^0.0.6","utest":"^0.0.8","request":"^2.11.4"},"directories":{"lib":"./lib"},"main":"./lib/index","scripts":{"test":"node test/run.js","clean":"rm test/tmp/*"},"engines":{"node":">=0.8.0"},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"optionalDependencies":{},"gitHead":"7a36a8e932044252fe648c81dbd8cf837d0178d0","dependencies":{},"_id":"formidable@1.1.1","_shasum":"96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9","tarball":"https://registry.npmjs.org/formidable/-/formidable-1.1.1.tgz"},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"tunnckocore","email":"mameto_100@mail.bg"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/formidable-1.1.1.tgz_1484514649272_0.35996662196703255"}}},"maintainers":[{"name":"felixge","email":"felix@debuggable.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"svnlto","email":"me@svenlito.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"tunnckocore","email":"mameto_100@mail.bg"}],"time":{"modified":"2017-07-15T16:12:46.550Z","created":"2011-01-18T21:38:52.010Z","0.3.0":"2011-01-18T21:38:52.010Z","0.4.0":"2011-01-18T21:38:52.010Z","0.5.0":"2011-01-18T21:38:52.010Z","0.6.0":"2011-01-18T21:38:52.010Z","0.7.0":"2011-01-18T21:38:52.010Z","0.8.0":"2011-01-18T21:38:52.010Z","0.9.0":"2011-01-18T21:38:52.010Z","0.9.1":"2011-01-18T21:38:52.010Z","0.9.2":"2011-01-18T21:38:52.010Z","0.9.3":"2011-01-18T21:38:52.010Z","0.9.4":"2011-01-18T21:38:52.010Z","0.9.5":"2011-01-18T21:38:52.010Z","0.9.6":"2011-01-18T21:38:52.010Z","0.9.7":"2011-01-18T21:38:52.010Z","0.9.8":"2011-01-18T21:38:52.010Z","0.9.9":"2011-01-18T21:38:52.010Z","0.9.10":"2011-01-18T21:38:52.010Z","0.9.11":"2011-01-18T21:38:52.010Z","1.0.0":"2011-04-13T20:44:27.943Z","1.0.1":"2011-04-27T12:08:45.419Z","1.0.2":"2011-05-23T10:10:50.452Z","1.0.3":"2011-09-10T22:32:10.344Z","1.0.4":"2011-09-15T21:53:54.455Z","1.0.5":"2011-09-16T19:48:47.627Z","1.0.6":"2011-09-21T06:17:40.012Z","1.0.7":"2011-11-04T09:28:17.232Z","1.0.8":"2011-11-29T07:56:38.907Z","1.0.9":"2012-03-08T10:44:43.803Z","1.0.10":"2012-06-03T20:18:59.345Z","1.0.11":"2012-06-04T10:16:26.223Z","1.0.12":"2013-02-21T14:28:48.523Z","1.0.13":"2013-03-16T19:41:26.120Z","1.0.14":"2013-05-02T21:10:20.666Z","1.0.15":"2014-06-17T11:19:21.607Z","1.0.16":"2014-12-18T10:22:52.035Z","1.0.17":"2015-02-12T08:44:50.814Z","1.1.1":"2017-01-15T21:10:51.229Z"},"description":"A node.js module for parsing form data, especially file uploads.","users":{"291296283":true,"1062922605":true,"tjholowaychuk":true,"naholyr":true,"guybrush":true,"yazgazan":true,"tellnes":true,"fgribreau":true,"pid":true,"m42am":true,"likeyn":true,"luk":true,"leesei":true,"dubban":true,"charmander":true,"eins78":true,"joliva":true,"doliveira":true,"claveren":true,"kerimdzhanov":true,"aminrx":true,"cilindrox":true,"huangjia86":true,"leodutra":true,"evkline":true,"micnic":true,"redbe4rd":true,"summer":true,"humantriangle":true,"cosebe":true,"jbdoumenjou":true,"shen-weizhong":true,"roryrjb":true,"sunrising":true,"josephdavisco":true,"old9":true,"adamlu":true,"gabeio":true,"richardleggett":true,"tsangint":true,"timtones":true,"hellboy81":true,"thebearingedge":true,"santosharakere":true,"cocopas":true,"tsavela":true,"adswebwork":true,"byossarian":true,"kkogovsek":true,"devlaundry":true,"dna2go":true,"ivangaravito":true,"voischev":true,"kogai":true,"satblip":true,"nunn":true,"gonzalofj":true,"jimster305":true,"dnero":true,"kikar":true,"ayoungh":true,"psantori":true,"marco.jahn":true,"kulakowka":true,"schnarald":true,"markthethomas":true,"manxisuo":true,"akiva":true,"dongxu":true,"labithiotis":true,"nickleefly":true,"staraple":true,"iamwiz":true,"moimikey":true,"dolymood":true,"brandonpapworth":true,"craneleeon":true,"luuhoangnam":true,"modao":true,"mofies":true,"nex":true,"liveinjs":true,"lcsrinaldi":true,"2dxgujun":true,"finalize":true,"monkeymonk":true,"nickeltobias":true,"starknode":true,"m412c0":true,"lionft":true,"nketchum":true,"mjurincic":true,"inn0vative1":true,"n0w":true,"reecegoddard":true,"srbdev":true,"fotooo":true,"liushoukai":true,"igorissen":true,"tujiaw":true,"urbantumbleweed":true,"josejaguirre":true,"gfilip":true,"stany":true,"ziflex":true,"illustratordavid":true,"shadowlong":true,"vladkozlovski":true,"tobiasnickel":true,"xiechao06":true,"wangnan0610":true,"xngiser":true,"joneszhuchinagd":true,"lwgojustgo":true,"seuhkx":true,"iroc":true,"gerardogallegos":true,"psmorrow":true,"kankungyip":true,"monjer":true,"cslater":true,"lijinghust":true,"xinwangwang":true,"josemarjobs":true,"roman-io":true,"ghkddbguse":true,"a904616537":true,"sammok2003":true,"cdflove9426":true,"flynntsc":true,"kulis":true,"samlaudev":true,"wenbing":true,"zhenzhong":true,"takethefire":true,"ddkothari":true,"mate2":true,"jflagg":true,"evanzhang":true,"icerainnuaa":true,"zanner":true,"carlhong":true,"marcobiedermann":true,"tonyljl526":true,"hockor":true,"lhard":true,"ggomma":true,"djhojd":true,"iori20091101":true,"rsaa":true,"bigglesatlarge":true,"kistoryg":true,"mobeicaoyuan":true,"jmsherry":true,"mhaidarh":true,"godoshian":true,"lonjoy":true,"knoja4":true,"adamdreszer":true,"yuxuanjiang":true,"gui0704":true,"sammy_winchester":true,"adhamfarrag":true,"moling":true,"gc-z":true,"aj888907":true,"satoru":true,"papasavva":true,"linfeng9008":true,"ze25800000":true,"kbakba":true,"wintgp":true,"vonmauser":true,"rocket0191":true,"mife":true,"patrickbullion":true,"alvis":true,"guoooofu":true,"sadmansamee":true,"tomchao":true,"xiachengcn":true,"kodekracker":true,"shiweiping":true,"alien":true,"guojikai":true,"shuoshubao":true,"adv30":true,"wqhash":true,"timeh":true,"nuer":true,"xiaoyiyu":true,"machinabio":true,"lwk":true,"jiayihongy":true,"cocoayog":true,"yokiijay":true,"xtx1130":true,"wozhizui":true,"vb078":true,"alanzhang001":true,"zerouikit":true,"lx70770":true},"repository":{"type":"git","url":"git://github.com/felixge/node-formidable.git"},"readme":"# Formidable\n\n[![Build Status](https://travis-ci.org/felixge/node-formidable.svg?branch=master)](https://travis-ci.org/felixge/node-formidable)\n\n## Purpose\n\nA Node.js module for parsing form data, especially file uploads.\n\n## Current status\n\n**Maintainers Wanted:** Please see https://github.com/felixge/node-formidable/issues/412\n\nThis module was developed for [Transloadit](http://transloadit.com/), a service focused on uploading\nand encoding images and videos. It has been battle-tested against hundreds of GB of file uploads from\na large variety of clients and is considered production-ready.\n\n## Features\n\n* Fast (~500mb/sec), non-buffering multipart parser\n* Automatically writing file uploads to disk\n* Low memory footprint\n* Graceful error handling\n* Very high test coverage\n\n## Installation\n\n```sh\nnpm i -S formidable\n```\n\nThis is a low level package, and if you're using a high level framework such as Express, chances are it's already included in it. You can [read this discussion](http://stackoverflow.com/questions/11295554/how-to-disable-express-bodyparser-for-file-uploads-node-js) about how Formidable is integrated with Express.\n\nNote: Formidable requires [gently](http://github.com/felixge/node-gently) to run the unit tests, but you won't need it for just using the library.\n\n## Example\n\nParse an incoming file upload.\n```javascript\nvar formidable = require('formidable'),\n http = require('http'),\n util = require('util');\n\nhttp.createServer(function(req, res) {\n if (req.url == '/upload' && req.method.toLowerCase() == 'post') {\n // parse a file upload\n var form = new formidable.IncomingForm();\n\n form.parse(req, function(err, fields, files) {\n res.writeHead(200, {'content-type': 'text/plain'});\n res.write('received upload:\\n\\n');\n res.end(util.inspect({fields: fields, files: files}));\n });\n\n return;\n }\n\n // show a file upload form\n res.writeHead(200, {'content-type': 'text/html'});\n res.end(\n '
'+\n '
'+\n '
'+\n ''+\n '
'\n );\n}).listen(8080);\n```\n## API\n\n### Formidable.IncomingForm\n```javascript\nvar form = new formidable.IncomingForm()\n```\nCreates a new incoming form.\n\n```javascript\nform.encoding = 'utf-8';\n```\nSets encoding for incoming form fields.\n\n```javascript\nform.uploadDir = \"/my/dir\";\n```\nSets the directory for placing file uploads in. You can move them later on using\n`fs.rename()`. The default is `os.tmpdir()`.\n\n```javascript\nform.keepExtensions = false;\n```\nIf you want the files written to `form.uploadDir` to include the extensions of the original files, set this property to `true`.\n\n```javascript\nform.type\n```\nEither 'multipart' or 'urlencoded' depending on the incoming request.\n\n```javascript\nform.maxFieldsSize = 2 * 1024 * 1024;\n```\nLimits the amount of memory all fields together (except files) can allocate in bytes.\nIf this value is exceeded, an `'error'` event is emitted. The default\nsize is 2MB.\n\n```javascript\nform.maxFields = 1000;\n```\nLimits the number of fields that the querystring parser will decode. Defaults\nto 1000 (0 for unlimited).\n\n```javascript\nform.hash = false;\n```\nIf you want checksums calculated for incoming files, set this to either `'sha1'` or `'md5'`.\n\n```javascript\nform.multiples = false;\n```\nIf this option is enabled, when you call `form.parse`, the `files` argument will contain arrays of files for inputs which submit multiple files using the HTML5 `multiple` attribute.\n\n```javascript\nform.bytesReceived\n```\nThe amount of bytes received for this form so far.\n\n```javascript\nform.bytesExpected\n```\nThe expected number of bytes in this form.\n\n```javascript\nform.parse(request, [cb]);\n```\nParses an incoming node.js `request` containing form data. If `cb` is provided, all fields and files are collected and passed to the callback:\n\n\n```javascript\nform.parse(req, function(err, fields, files) {\n // ...\n});\n\nform.onPart(part);\n```\nYou may overwrite this method if you are interested in directly accessing the multipart stream. Doing so will disable any `'field'` / `'file'` events processing which would occur otherwise, making you fully responsible for handling the processing.\n\n```javascript\nform.onPart = function(part) {\n part.addListener('data', function() {\n // ...\n });\n}\n```\nIf you want to use formidable to only handle certain parts for you, you can do so:\n```javascript\nform.onPart = function(part) {\n if (!part.filename) {\n // let formidable handle all non-file parts\n form.handlePart(part);\n }\n}\n```\nCheck the code in this method for further inspiration.\n\n\n### Formidable.File\n```javascript\nfile.size = 0\n```\nThe size of the uploaded file in bytes. If the file is still being uploaded (see `'fileBegin'` event), this property says how many bytes of the file have been written to disk yet.\n```javascript\nfile.path = null\n```\nThe path this file is being written to. You can modify this in the `'fileBegin'` event in\ncase you are unhappy with the way formidable generates a temporary path for your files.\n```javascript\nfile.name = null\n```\nThe name this file had according to the uploading client.\n```javascript\nfile.type = null\n```\nThe mime type of this file, according to the uploading client.\n```javascript\nfile.lastModifiedDate = null\n```\nA date object (or `null`) containing the time this file was last written to. Mostly\nhere for compatibility with the [W3C File API Draft](http://dev.w3.org/2006/webapi/FileAPI/).\n```javascript\nfile.hash = null\n```\nIf hash calculation was set, you can read the hex digest out of this var.\n\n#### Formidable.File#toJSON()\n\n This method returns a JSON-representation of the file, allowing you to\n `JSON.stringify()` the file which is useful for logging and responding\n to requests.\n\n### Events\n\n\n#### 'progress'\n\nEmitted after each incoming chunk of data that has been parsed. Can be used to roll your own progress bar.\n\n```javascript\nform.on('progress', function(bytesReceived, bytesExpected) {\n});\n```\n\n\n\n#### 'field'\n\nEmitted whenever a field / value pair has been received.\n\n```javascript\nform.on('field', function(name, value) {\n});\n```\n\n#### 'fileBegin'\n\nEmitted whenever a new file is detected in the upload stream. Use this event if\nyou want to stream the file to somewhere else while buffering the upload on\nthe file system.\n\n```javascript\nform.on('fileBegin', function(name, file) {\n});\n```\n\n#### 'file'\n\nEmitted whenever a field / file pair has been received. `file` is an instance of `File`.\n\n```javascript\nform.on('file', function(name, file) {\n});\n```\n\n#### 'error'\n\nEmitted when there is an error processing the incoming form. A request that experiences an error is automatically paused, you will have to manually call `request.resume()` if you want the request to continue firing `'data'` events.\n\n```javascript\nform.on('error', function(err) {\n});\n```\n\n#### 'aborted'\n\n\nEmitted when the request was aborted by the user. Right now this can be due to a 'timeout' or 'close' event on the socket. After this event is emitted, an `error` event will follow. In the future there will be a separate 'timeout' event (needs a change in the node core).\n```javascript\nform.on('aborted', function() {\n});\n```\n\n##### 'end'\n```javascript\nform.on('end', function() {\n});\n```\nEmitted when the entire request has been received, and all contained files have finished flushing to disk. This is a great place for you to send your response.\n\n\n\n## Changelog\n\n### v1.1.1 (2017-01-15)\n\n * Fix DeprecationWarning about os.tmpDir() (Christian)\n * Update `buffer.write` order of arguments for Node 7 (Kornel Lesiński)\n * JSON Parser emits error events to the IncomingForm (alessio.montagnani)\n * Improved Content-Disposition parsing (Sebastien)\n * Access WriteStream of fs during runtime instead of include time (Jonas Amundsen)\n * Use built-in toString to convert buffer to hex (Charmander)\n * Add hash to json if present (Nick Stamas)\n * Add license to package.json (Simen Bekkhus)\n\n### v1.0.14 (2013-05-03)\n\n* Add failing hash tests. (Ben Trask)\n* Enable hash calculation again (Eugene Girshov)\n* Test for immediate data events (Tim Smart)\n* Re-arrange IncomingForm#parse (Tim Smart)\n\n### v1.0.13\n\n* Only update hash if update method exists (Sven Lito)\n* According to travis v0.10 needs to go quoted (Sven Lito)\n* Bumping build node versions (Sven Lito)\n* Additional fix for empty requests (Eugene Girshov)\n* Change the default to 1000, to match the new Node behaviour. (OrangeDog)\n* Add ability to control maxKeys in the querystring parser. (OrangeDog)\n* Adjust test case to work with node 0.9.x (Eugene Girshov)\n* Update package.json (Sven Lito)\n* Path adjustment according to eb4468b (Markus Ast)\n\n### v1.0.12\n\n* Emit error on aborted connections (Eugene Girshov)\n* Add support for empty requests (Eugene Girshov)\n* Fix name/filename handling in Content-Disposition (jesperp)\n* Tolerate malformed closing boundary in multipart (Eugene Girshov)\n* Ignore preamble in multipart messages (Eugene Girshov)\n* Add support for application/json (Mike Frey, Carlos Rodriguez)\n* Add support for Base64 encoding (Elmer Bulthuis)\n* Add File#toJSON (TJ Holowaychuk)\n* Remove support for Node.js 0.4 & 0.6 (Andrew Kelley)\n* Documentation improvements (Sven Lito, Andre Azevedo)\n* Add support for application/octet-stream (Ion Lupascu, Chris Scribner)\n* Use os.tmpdir() to get tmp directory (Andrew Kelley)\n* Improve package.json (Andrew Kelley, Sven Lito)\n* Fix benchmark script (Andrew Kelley)\n* Fix scope issue in incoming_forms (Sven Lito)\n* Fix file handle leak on error (OrangeDog)\n\n## License\n\nFormidable is licensed under the MIT license.\n\n## Ports\n\n* [multipart-parser](http://github.com/FooBarWidget/multipart-parser): a C++ parser based on formidable\n\n## Credits\n\n* [Ryan Dahl](http://twitter.com/ryah) for his work on [http-parser](http://github.com/ry/http-parser) which heavily inspired multipart_parser.js\n","homepage":"https://github.com/felixge/node-formidable","bugs":{"url":"http://github.com/felixge/node-formidable/issues"},"readmeFilename":"Readme.md","license":"MIT","_attachments":{},"_etag":"W/\"596a3efe-97ff\"","_lastModified":"Sat, 15 Jul 2017 16:12:46 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/forwarded/.cache.json b/frappe/.npm/registry.npmjs.org/forwarded/.cache.json new file mode 100644 index 00000000..9daa9cc6 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/forwarded/.cache.json @@ -0,0 +1 @@ +{"_id":"forwarded","_rev":"10-d19a33102cf827b5759f4ba389145195","name":"forwarded","time":{"modified":"2017-04-22T09:18:21.717Z","created":"2014-08-19T08:43:29.230Z","0.0.0":"2014-08-19T08:43:29.230Z","0.1.0":"2014-09-21T19:23:28.870Z"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist-tags":{"latest":"0.1.0"},"description":"Parse HTTP X-Forwarded-For header","readme":"# forwarded\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nParse HTTP X-Forwarded-For header\n\n## Installation\n\n```sh\n$ npm install forwarded\n```\n\n## API\n\n```js\nvar forwarded = require('forwarded')\n```\n\n### forwarded(req)\n\n```js\nvar addresses = forwarded(req)\n```\n\nParse the `X-Forwarded-For` header from the request. Returns an array\nof the addresses, including the socket address for the `req`. In reverse\norder (i.e. index `0` is the socket address and the last index is the\nfurthest address, typically the end-user).\n\n## Testing\n\n```sh\n$ npm test\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/forwarded.svg?style=flat\n[npm-url]: https://npmjs.org/package/forwarded\n[node-version-image]: https://img.shields.io/node/v/forwarded.svg?style=flat\n[node-version-url]: http://nodejs.org/download/\n[travis-image]: https://img.shields.io/travis/jshttp/forwarded.svg?style=flat\n[travis-url]: https://travis-ci.org/jshttp/forwarded\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/forwarded.svg?style=flat\n[coveralls-url]: https://coveralls.io/r/jshttp/forwarded?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/forwarded.svg?style=flat\n[downloads-url]: https://npmjs.org/package/forwarded\n","versions":{"0.1.0":{"name":"forwarded","description":"Parse HTTP X-Forwarded-For header","version":"0.1.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","keywords":["x-forwarded-for","http","req"],"repository":{"type":"git","url":"https://github.com/jshttp/forwarded"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.4"},"files":["LICENSE","HISTORY.md","README.md","index.js"],"engines":{"node":">= 0.6"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"e9a9faeb3cfaadf40eb57d144fff26bca9b818e8","bugs":{"url":"https://github.com/jshttp/forwarded/issues"},"homepage":"https://github.com/jshttp/forwarded","_id":"forwarded@0.1.0","_shasum":"19ef9874c4ae1c297bcf078fde63a09b66a84363","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"19ef9874c4ae1c297bcf078fde63a09b66a84363","tarball":"https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz"},"directories":{}}},"homepage":"https://github.com/jshttp/forwarded","keywords":["x-forwarded-for","http","req"],"repository":{"type":"git","url":"https://github.com/jshttp/forwarded"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"bugs":{"url":"https://github.com/jshttp/forwarded/issues"},"license":"MIT","readmeFilename":"README.md","users":{"mojaray2k":true,"rocket0191":true},"_attachments":{},"_etag":"W/\"58fb1fdd-e26\"","_lastModified":"Sat, 22 Apr 2017 09:18:21 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/fresh/.cache.json b/frappe/.npm/registry.npmjs.org/fresh/.cache.json new file mode 100644 index 00000000..c85c7ad1 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/fresh/.cache.json @@ -0,0 +1 @@ +{"_id":"fresh","_rev":"41-68a7c7ea24690f4936f3159a7af95717","name":"fresh","description":"HTTP response freshness testing","dist-tags":{"latest":"0.5.0"},"versions":{"0.0.1":{"name":"fresh","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"description":"HTTP response freshness testing","version":"0.0.1","main":"index.js","dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"fresh@0.0.1","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"f98a0a1b9001b6e227fb9c65ff3927bdb7b404fa","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.0.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.0":{"name":"fresh","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"description":"HTTP response freshness testing","version":"0.1.0","main":"index.js","dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"fresh@0.1.0","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"03e4b0178424e4c2d5d19a54d8814cdc97934850","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.2.0":{"name":"fresh","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"description":"HTTP response freshness testing","version":"0.2.0","main":"index.js","repository":{"type":"git","url":"https://github.com/visionmedia/node-fresh.git"},"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"bugs":{"url":"https://github.com/visionmedia/node-fresh/issues"},"_id":"fresh@0.2.0","dist":{"shasum":"bfd9402cf3df12c4a4c310c79f99a3dde13d34a7","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.2.1":{"name":"fresh","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"description":"HTTP response freshness testing","version":"0.2.1","main":"index.js","repository":{"type":"git","url":"https://github.com/visionmedia/node-fresh.git"},"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"licenses":[{"type":"MIT","url":"https://github.com/visionmedia/node-fresh/blob/master/Readme.md#license"}],"bugs":{"url":"https://github.com/visionmedia/node-fresh/issues"},"homepage":"https://github.com/visionmedia/node-fresh","_id":"fresh@0.2.1","dist":{"shasum":"13cc0b1f53fe0e6fa6a70c18d52ce3c5c56be066","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.2.1.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.2.2":{"name":"fresh","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"description":"HTTP response freshness testing","version":"0.2.2","main":"index.js","repository":{"type":"git","url":"https://github.com/visionmedia/node-fresh.git"},"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"licenses":[{"type":"MIT","url":"https://github.com/visionmedia/node-fresh/blob/master/Readme.md#license"}],"bugs":{"url":"https://github.com/visionmedia/node-fresh/issues"},"homepage":"https://github.com/visionmedia/node-fresh","_id":"fresh@0.2.2","dist":{"shasum":"9731dcf5678c7faeb44fb903c4f72df55187fa77","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.2.2.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.2.3":{"name":"fresh","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"description":"HTTP response freshness testing","version":"0.2.3","repository":{"type":"git","url":"https://github.com/jshttp/fresh"},"devDependencies":{"istanbul":"0","mocha":"1","should":"3"},"license":"MIT","scripts":{"test":"mocha --reporter spec --require should","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"},"keywords":["fresh","http","conditional","cache"],"files":["index.js"],"gitHead":"a94cacdf94f85bd6a1e1210c5928e4b0d8518043","bugs":{"url":"https://github.com/jshttp/fresh/issues"},"homepage":"https://github.com/jshttp/fresh","_id":"fresh@0.2.3","_shasum":"2db40d43bc63830f418519380879d6bedde2e845","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jonathanong","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"dist":{"shasum":"2db40d43bc63830f418519380879d6bedde2e845","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.2.3.tgz"},"directories":{}},"0.2.4":{"name":"fresh","description":"HTTP response freshness testing","version":"0.2.4","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"license":"MIT","keywords":["fresh","http","conditional","cache"],"repository":{"type":"git","url":"https://github.com/jshttp/fresh"},"devDependencies":{"istanbul":"0","mocha":"1","should":"3"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"test":"mocha --reporter spec --require should","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"},"gitHead":"8440a4ca75fb091dec06e88654b3b1c31d7e7164","bugs":{"url":"https://github.com/jshttp/fresh/issues"},"homepage":"https://github.com/jshttp/fresh","_id":"fresh@0.2.4","_shasum":"3582499206c9723714190edd74b4604feb4a614c","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jonathanong","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"dist":{"shasum":"3582499206c9723714190edd74b4604feb4a614c","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz"},"directories":{}},"0.3.0":{"name":"fresh","description":"HTTP response freshness testing","version":"0.3.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","keywords":["fresh","http","conditional","cache"],"repository":{"type":"git","url":"https://github.com/jshttp/fresh"},"devDependencies":{"istanbul":"0.3.9","mocha":"1.21.5"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"14616c9748368ca08cd6a955dd88ab659b778634","bugs":{"url":"https://github.com/jshttp/fresh/issues"},"homepage":"https://github.com/jshttp/fresh","_id":"fresh@0.3.0","_shasum":"651f838e22424e7566de161d8358caa199f83d4f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jonathanong","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"dist":{"shasum":"651f838e22424e7566de161d8358caa199f83d4f","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz"},"directories":{}},"0.4.0":{"name":"fresh","description":"HTTP response freshness testing","version":"0.4.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","keywords":["fresh","http","conditional","cache"],"repository":{"type":"git","url":"git+https://github.com/jshttp/fresh.git"},"devDependencies":{"eslint":"3.15.0","eslint-config-standard":"6.2.1","eslint-plugin-promise":"3.4.0","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"1.21.5"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"lint":"eslint .","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"c0af4deba75d95d1f5d56906b7dc45b849cbaa21","bugs":{"url":"https://github.com/jshttp/fresh/issues"},"homepage":"https://github.com/jshttp/fresh#readme","_id":"fresh@0.4.0","_shasum":"475626a934a8d3480b2101a1d6ecef7dafd7c553","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"475626a934a8d3480b2101a1d6ecef7dafd7c553","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.4.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fresh-0.4.0.tgz_1486346746830_0.760833503678441"},"directories":{}},"0.5.0":{"name":"fresh","description":"HTTP response freshness testing","version":"0.5.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","keywords":["fresh","http","conditional","cache"],"repository":{"type":"git","url":"git+https://github.com/jshttp/fresh.git"},"devDependencies":{"eslint":"3.16.0","eslint-config-standard":"6.2.1","eslint-plugin-promise":"3.4.2","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"1.21.5"},"files":["HISTORY.md","LICENSE","index.js"],"engines":{"node":">= 0.6"},"scripts":{"lint":"eslint .","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"b1d26abb390d5dd1d9b82f0a5b890ab0ef1fee5c","bugs":{"url":"https://github.com/jshttp/fresh/issues"},"homepage":"https://github.com/jshttp/fresh#readme","_id":"fresh@0.5.0","_shasum":"f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e","tarball":"https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fresh-0.5.0.tgz_1487738798128_0.4817247486207634"},"directories":{}}},"readme":"# fresh\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nHTTP response freshness testing\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```\n$ npm install fresh\n```\n\n## API\n\n```js\nvar fresh = require('fresh')\n```\n\n### fresh(reqHeaders, resHeaders)\n\nCheck freshness of the response using request and response headers.\n\nWhen the response is still \"fresh\" in the client's cache `true` is\nreturned, otherwise `false` is returned to indicate that the client\ncache is now stale and the full response should be sent.\n\nWhen a client sends the `Cache-Control: no-cache` request header to\nindicate an end-to-end reload request, this module will return `false`\nto make handling these requests transparent.\n\n## Known Issues\n\nThis module is designed to only follow the HTTP specifications, not\nto work-around all kinda of client bugs (especially since this module\ntypically does not recieve enough information to understand what the\nclient actually is).\n\nThere is a known issue that in certain versions of Safari, Safari\nwill incorrectly make a request that allows this module to validate\nfreshness of the resource even when Safari does not have a\nrepresentation of the resource in the cache. The module\n[jumanji](https://www.npmjs.com/package/jumanji) can be used in\nan Express application to work-around this issue and also provides\nlinks to further reading on this Safari bug.\n\n## Example\n\n### API usage\n\n```js\nvar reqHeaders = { 'if-none-match': '\"foo\"' }\nvar resHeaders = { 'etag': '\"bar\"' }\nfresh(reqHeaders, resHeaders)\n// => false\n\nvar reqHeaders = { 'if-none-match': '\"foo\"' }\nvar resHeaders = { 'etag': '\"foo\"' }\nfresh(reqHeaders, resHeaders)\n// => true\n```\n\n### Using with Node.js http server\n\n```js\nvar fresh = require('fresh')\nvar http = require('http')\n\nvar server = http.createServer(function (req, res) {\n // perform server logic\n // ... including adding ETag / Last-Modified response headers\n\n if (isFresh(req, res)) {\n // client has a fresh copy of resource\n res.statusCode = 304\n res.end()\n return\n }\n\n // send the resource\n})\n\nfunction isFresh (req, res) {\n return fresh(req.headers, {\n 'etag': res.getHeader('ETag'),\n 'last-modified': res.getHeader('Last-Modified')\n })\n}\n\nserver.listen(3000)\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/fresh.svg\n[npm-url]: https://npmjs.org/package/fresh\n[node-version-image]: https://img.shields.io/node/v/fresh.svg\n[node-version-url]: https://nodejs.org/en/\n[travis-image]: https://img.shields.io/travis/jshttp/fresh/master.svg\n[travis-url]: https://travis-ci.org/jshttp/fresh\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/fresh/master.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/fresh?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/fresh.svg\n[downloads-url]: https://npmjs.org/package/fresh\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2017-06-14T10:37:08.591Z","created":"2012-06-10T19:09:34.892Z","0.0.1":"2012-06-10T19:09:36.227Z","0.1.0":"2012-06-15T23:07:11.778Z","0.2.0":"2013-08-10T21:44:55.387Z","0.2.1":"2014-01-29T20:16:08.494Z","0.2.2":"2014-02-19T23:28:15.565Z","0.2.3":"2014-09-08T01:09:11.214Z","0.2.4":"2014-09-08T02:50:40.194Z","0.3.0":"2015-05-12T15:10:38.713Z","0.4.0":"2017-02-06T02:05:48.973Z","0.5.0":"2017-02-22T04:46:40.181Z"},"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca","url":"http://tjholowaychuk.com"},"users":{"m42am":true,"goodseller":true,"simplyianm":true,"ninozhang":true,"moimikey":true,"nickeltobias":true,"tobiasnickel":true,"wangnan0610":true,"jovinbm":true,"mojaray2k":true,"ckaatz":true,"oldfish":true},"repository":{"type":"git","url":"git+https://github.com/jshttp/fresh.git"},"readmeFilename":"README.md","homepage":"https://github.com/jshttp/fresh#readme","bugs":{"url":"https://github.com/jshttp/fresh/issues"},"keywords":["fresh","http","conditional","cache"],"license":"MIT","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"_attachments":{},"_etag":"W/\"594111d4-4182\"","_lastModified":"Wed, 14 Jun 2017 10:37:08 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/fs.realpath/.cache.json b/frappe/.npm/registry.npmjs.org/fs.realpath/.cache.json new file mode 100644 index 00000000..e6480650 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/fs.realpath/.cache.json @@ -0,0 +1 @@ +{"_id":"fs.realpath","_rev":"4-d3017f8ed051ae38fe0d33e4bfbefbfb","name":"fs.realpath","description":"Use node's fs.realpath, but fall back to the JS implementation if the native one fails","dist-tags":{"latest":"1.0.0"},"versions":{"0.0.0":{"name":"fs.realpath","version":"0.0.0","description":"Use node's fs.realpath, but fall back to the JS implementation if the native one fails","main":"index.js","dependencies":{},"devDependencies":{},"scripts":{"test":"tap test/*.js --cov"},"repository":{"type":"git","url":"git+https://github.com/isaacs/fs.realpath.git"},"keywords":["realpath","fs","polyfill"],"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","files":["old.js","index.js"],"gitHead":"f29be5918ad14bf7dec90f5d33948a792fe5b7db","bugs":{"url":"https://github.com/isaacs/fs.realpath/issues"},"homepage":"https://github.com/isaacs/fs.realpath#readme","_id":"fs.realpath@0.0.0","_shasum":"ee31b09e1272a8c6e58714abcacded5bd7cf7c6d","_from":".","_npmVersion":"3.9.1","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"ee31b09e1272a8c6e58714abcacded5bd7cf7c6d","tarball":"https://registry.npmjs.org/fs.realpath/-/fs.realpath-0.0.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fs.realpath-0.0.0.tgz_1466015928899_0.7730964215006679"},"directories":{}},"1.0.0":{"name":"fs.realpath","version":"1.0.0","description":"Use node's fs.realpath, but fall back to the JS implementation if the native one fails","main":"index.js","dependencies":{},"devDependencies":{},"scripts":{"test":"tap test/*.js --cov"},"repository":{"type":"git","url":"git+https://github.com/isaacs/fs.realpath.git"},"keywords":["realpath","fs","polyfill"],"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","files":["old.js","index.js"],"gitHead":"03e7c884431fe185dfebbc9b771aeca339c1807a","bugs":{"url":"https://github.com/isaacs/fs.realpath/issues"},"homepage":"https://github.com/isaacs/fs.realpath#readme","_id":"fs.realpath@1.0.0","_shasum":"1504ad2523158caa40db4a2787cb01411994ea4f","_from":".","_npmVersion":"3.9.1","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"1504ad2523158caa40db4a2787cb01411994ea4f","tarball":"https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fs.realpath-1.0.0.tgz_1466015941059_0.3332864767871797"},"directories":{}}},"readme":"# fs.realpath\n\nA backwards-compatible fs.realpath for Node v6 and above\n\nIn Node v6, the JavaScript implementation of fs.realpath was replaced\nwith a faster (but less resilient) native implementation. That raises\nnew and platform-specific errors and cannot handle long or excessively\nsymlink-looping paths.\n\nThis module handles those cases by detecting the new errors and\nfalling back to the JavaScript implementation. On versions of Node\nprior to v6, it has no effect.\n\n## USAGE\n\n```js\nvar rp = require('fs.realpath')\n\n// async version\nrp.realpath(someLongAndLoopingPath, function (er, real) {\n // the ELOOP was handled, but it was a bit slower\n})\n\n// sync version\nvar real = rp.realpathSync(someLongAndLoopingPath)\n\n// monkeypatch at your own risk!\n// This replaces the fs.realpath/fs.realpathSync builtins\nrp.monkeypatch()\n\n// un-do the monkeypatching\nrp.unmonkeypatch()\n```\n","maintainers":[{"name":"isaacs","email":"i@izs.me"}],"time":{"modified":"2016-11-01T17:25:20.989Z","created":"2016-06-15T18:38:49.471Z","0.0.0":"2016-06-15T18:38:49.471Z","1.0.0":"2016-06-15T18:39:05.978Z"},"homepage":"https://github.com/isaacs/fs.realpath#readme","keywords":["realpath","fs","polyfill"],"repository":{"type":"git","url":"git+https://github.com/isaacs/fs.realpath.git"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"bugs":{"url":"https://github.com/isaacs/fs.realpath/issues"},"license":"ISC","readmeFilename":"README.md","users":{"scottfreecode":true,"mojaray2k":true},"_attachments":{},"_etag":"W/\"5818d000-107b\"","_lastModified":"Tue, 01 Nov 2016 17:25:20 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/fsevents/.cache.json b/frappe/.npm/registry.npmjs.org/fsevents/.cache.json new file mode 100644 index 00000000..6cef52b0 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/fsevents/.cache.json @@ -0,0 +1 @@ +{"_id":"fsevents","_rev":"78-c39ae6140438675176b6798b07ed6e52","name":"fsevents","description":"Native Access to Mac OS-X FSEvents","dist-tags":{"latest":"1.1.2"},"versions":{"0.1.1":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.1","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/NodeJS-FSEvents"},"licenses":[{"type":"MIT"}],"repositories":[{"type":"git","url":"https://github.com/phidelta/NodeJS-FSEvents.git"}],"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"repository":"[Circular]","_id":"fsevents@0.1.1","dist":{"shasum":"89032d234a07a6f8b280bf825409c400d6b73858","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.1.1.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.3":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.3","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/NodeJS-FSEvents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/NodeJS-FSEvents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.3","dist":{"shasum":"1def205d663e595764d38a879040e01edef1084d","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.1.3.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.4":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.4","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/NodeJS-FSEvents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/NodeJS-FSEvents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.4","dist":{"shasum":"22b9b084d51962414f4d1cc473217f6d3943989d","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.1.4.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.5":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.5","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/fsevents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/fsevents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.5","dist":{"shasum":"78d27ffb17ef96dcc66e8c2151e91416c31f7eff","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.1.5.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"phidelta","email":"phidelta@phideltacity.net"},"directories":{}},"0.1.6":{"name":"fsevents","description":"Native Access to Mac OS-X FSEvents","homepage":"https://github.com/phidelta/NodeJS-FSEvents","version":"0.1.6","maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"contributors":[{"name":"Philipp Dunkel","email":"phidelta@phideltacity.net"}],"bugs":{"url":"https://github.com/phidelta/fsevents"},"licenses":[{"type":"MIT"}],"repository":{"type":"git","url":"https://github.com/phidelta/fsevents.git"},"main":"./fsevents.js","engines":{"node":">=0.8"},"scripts":{"install":"node-gyp rebuild"},"gypfile":true,"_id":"fsevents@0.1.6","dist":{"shasum":"98bd0b0876548f80da4cb1069fb6c23f97a7d9a9","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.1.6.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"directories":{}},"0.2.0":{"name":"fsevents","version":"0.2.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~0.8.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"_id":"fsevents@0.2.0","dist":{"shasum":"1de161da042818f45bfbe11a853da8e5c6ca5d83","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"pipobscure","email":"pip@pipobscure.com"}],"directories":{}},"0.3.0":{"name":"fsevents","version":"0.3.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.2.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"_id":"fsevents@0.3.0","_shasum":"90723a3d0bbab877b62d0a78db633ef2688d8a81","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"90723a3d0bbab877b62d0a78db633ef2688d8a81","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"fsevents","version":"0.3.1","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.3.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"0db2eec01b94f3d900552893a59d6346ed2e37e1","_id":"fsevents@0.3.1","_shasum":"47d60e5c28887055d7388833ea5d54d4882c8f6f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"47d60e5c28887055d7388833ea5d54d4882c8f6f","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.1.tgz"},"directories":{}},"0.3.2":{"name":"fsevents","version":"0.3.2","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"ffdaf362036b9e15bfc7924df3f5dfde5ef28d8c","_id":"fsevents@0.3.2","_shasum":"83b83d81b167c6e745a2f1e6d82302eedc8011ec","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.32","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"83b83d81b167c6e745a2f1e6d82302eedc8011ec","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.2.tgz"},"directories":{}},"0.3.3":{"name":"fsevents","version":"0.3.3","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"d9aa70a9dda199b33ed6419557cadffeabead321","_id":"fsevents@0.3.3","_shasum":"db62f97d9bfb8defd4ae7718912d29fe4e766acf","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.32","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"db62f97d9bfb8defd4ae7718912d29fe4e766acf","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.3.tgz"},"directories":{}},"0.3.4":{"name":"fsevents","version":"0.3.4","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"d37c595996bd5ca5a6ce55d0cb32b96319f9b317","_id":"fsevents@0.3.4","_shasum":"cd9769e92f803578f2ccc4a3a4da2b8556823d02","_from":".","_npmVersion":"2.1.12","_nodeVersion":"0.10.32","_npmUser":{"name":"pipobscure","email":"pip@pipobscure.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"}],"dist":{"shasum":"cd9769e92f803578f2ccc4a3a4da2b8556823d02","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.4.tgz"},"directories":{}},"0.3.5":{"name":"fsevents","version":"0.3.5","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"~1.5.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/pipobscure/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/pipobscure/fsevents/issues"},"homepage":"https://github.com/pipobscure/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"588407e8db0e9924776d73d03c9d4acc6e1c24d0","_id":"fsevents@0.3.5","_shasum":"d0938147614066c0e1297647b3b8ab5a4baf4688","_from":".","_npmVersion":"2.2.0","_nodeVersion":"1.0.3","_npmUser":{"name":"bajtos","email":"miro.bajtos@gmail.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"}],"dist":{"shasum":"d0938147614066c0e1297647b3b8ab5a4baf4688","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.5.tgz"},"directories":{}},"0.3.6":{"name":"fsevents","version":"0.3.6","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^1.8.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-gyp rebuild","test":"export PATH=$PATH:`pwd`/node_nodules/.bin/ && tap ./test"},"repository":{"type":"git","url":"https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","gypfile":true,"bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"c0e61c630ce3352d3c0a0c9b83e4f1481d047d3b","_id":"fsevents@0.3.6","_shasum":"03f029087b5388c756ef0d6707cf3656dba95c84","_from":".","_npmVersion":"2.7.6","_nodeVersion":"1.7.1","_npmUser":{"name":"bajtos","email":"miro.bajtos@gmail.com"},"maintainers":[{"name":"phidelta","email":"phidelta@phideltacity.net"},{"name":"pipobscure","email":"pipobscure@yahoo.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"}],"dist":{"shasum":"03f029087b5388c756ef0d6707cf3656dba95c84","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.6.tgz"},"directories":{}},"0.3.7":{"name":"fsevents","version":"0.3.7","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^1.8.0"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"test":"tap ./test","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gypfile":true,"gitHead":"375f602e236c6f64e5ebdeb6bc39a0437a0ffef3","_id":"fsevents@0.3.7","_shasum":"7760c08570126c3d17a10489c0ad5ac515fbaa6e","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.2","_npmUser":{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},"maintainers":[{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"}],"dist":{"shasum":"7760c08570126c3d17a10489c0ad5ac515fbaa6e","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.7.tgz"},"directories":{}},"0.3.8":{"name":"fsevents","version":"0.3.8","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"test":"tap ./test","install":"node-gyp rebuild"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gypfile":true,"gitHead":"f24d1478198676908c646b5b2b4975786dd2954b","_id":"fsevents@0.3.8","_shasum":"9992f1032c925c829554d0d59801dca0313a5356","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.2","_npmUser":{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},"maintainers":[{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"},{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"}],"dist":{"shasum":"9992f1032c925c829554d0d59801dca0313a5356","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-0.3.8.tgz"},"directories":{}},"1.0.0":{"name":"fsevents","version":"1.0.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.8"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"ca7dc3eb29b151815d243328675d1e26f059fbc9","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.0","_shasum":"9353c291338e0d064939b479f71e027e8a6be834","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"9353c291338e0d064939b479f71e027e8a6be834","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.0.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.1":{"name":"fsevents","version":"1.0.1","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.11"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"b41db15e4f2dd1448c456e97bbb411c8f58087ca","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.1","_shasum":"0325728eb0df20934f26573596af4036124768cf","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"0325728eb0df20934f26573596af4036124768cf","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.1.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.2":{"name":"fsevents","version":"1.0.2","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.12"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"e86efc1bfedcc420e18cc72139d846a30cf4d90f","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.2","_shasum":"c846a4020ae6da07970581cd734d221345710e89","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"c846a4020ae6da07970581cd734d221345710e89","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.2.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.3":{"name":"fsevents","version":"1.0.3","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.14"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"c809f6eb07c58363bd1e99f1eee9e6f384036f2b","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.3","_shasum":"ae9e5c44c2c56cbbe8726c6b0c55f032bdb2fe04","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.2.1","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"ae9e5c44c2c56cbbe8726c6b0c55f032bdb2fe04","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.3.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.4":{"name":"fsevents","version":"1.0.4","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.14"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"66d1c7b2ed820e163a12c5d5982f041146d481f1","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.4","_shasum":"02987a93c84d5ef7137f0a1735475ab4362ecd7a","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.2.1","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"02987a93c84d5ef7137f0a1735475ab4362ecd7a","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.4.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.5":{"name":"fsevents","version":"1.0.5","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.0.2","node-pre-gyp":"^0.6.15"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"3738e4e30177dcf9a5ad7bd215a42cd1b6935e1f","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.5","_shasum":"91228f83f8fe7aff52ce1099c31b862a23c64805","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.2.1","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"91228f83f8fe7aff52ce1099c31b862a23c64805","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.5.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.6":{"name":"fsevents","version":"1.0.6","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.17"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"736aa30ff1a195348966feda2b23041f60e2698f","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.6","_shasum":"9e85fc94ae838e702c5eb032fd99c7ad634f41ce","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"9e85fc94ae838e702c5eb032fd99c7ad634f41ce","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.6.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"directories":{}},"1.0.7":{"name":"fsevents","version":"1.0.7","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.19"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"012302f8468f59e78b49bd7009bc539a9955fa3b","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.7","_shasum":"2d90585bbcac9ff535ff1a1a94b04ebb5080858f","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"2d90585bbcac9ff535ff1a1a94b04ebb5080858f","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.7.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.7.tgz_1454512352801_0.3029270030092448"},"directories":{}},"1.0.8":{"name":"fsevents","version":"1.0.8","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.21"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"e9b646db412e505944f39b2dc1342cbf6af4f6ba","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.8","_shasum":"4fc72faaa31a307b8f140160000940e420c27bc5","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"4fc72faaa31a307b8f140160000940e420c27bc5","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.8.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.8.tgz_1456223070873_0.28708522394299507"},"directories":{}},"1.0.9":{"name":"fsevents","version":"1.0.9","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.24"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"0954e5613fe21f8e0cfd6f938f7f81124ce19055","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.9","_shasum":"02492faccd77061790748103ea5e4e419bbb79fa","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"02492faccd77061790748103ea5e4e419bbb79fa","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.9.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.9.tgz_1458765044989_0.04664572770707309"},"directories":{}},"1.0.10":{"name":"fsevents","version":"1.0.10","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.24"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"a27bff26a70201e007456111a4d0b03a774177ca","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.10","_shasum":"cc663f84eeddce06c3dfdaccf800544c6468cd6d","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"cc663f84eeddce06c3dfdaccf800544c6468cd6d","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.10.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.10.tgz_1459448180982_0.760890387929976"},"directories":{}},"1.0.11":{"name":"fsevents","version":"1.0.11","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.1.0","node-pre-gyp":"^0.6.25"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"5f2622051aba3232a7a9ec09575ffcf9ea71ef06","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.11","_shasum":"303d4051e411a95a7ad187e6f8ccffe936ca78ac","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"303d4051e411a95a7ad187e6f8ccffe936ca78ac","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.11.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.11.tgz_1459451879246_0.5843068221583962"},"directories":{}},"1.0.12":{"name":"fsevents","version":"1.0.12","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.25"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"ab9b76f8b919e7c1c136b9bba19de6be9e120e24","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.12","_shasum":"7929e211c0b31f37f2f0fc346f315e403d7ed33b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"7929e211c0b31f37f2f0fc346f315e403d7ed33b","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.12.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.12.tgz_1461940443205_0.08423079713247716"},"directories":{}},"1.0.14":{"name":"fsevents","version":"1.0.14","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"fe059ea77fae15ed289271eecc881a2b7fb54edd","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.14","_shasum":"558e8cc38643d8ef40fe45158486d0d25758eee4","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"558e8cc38643d8ef40fe45158486d0d25758eee4","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.14.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/fsevents-1.0.14.tgz_1468846610948_0.4684492303058505"},"directories":{}},"1.0.15":{"name":"fsevents","version":"1.0.15","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"8e004e96f1edb76fc9f867fe027365d94c0611ad","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.15","_shasum":"fa63f590f3c2ad91275e4972a6cea545fb0aae44","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"fa63f590f3c2ad91275e4972a6cea545fb0aae44","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.15.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.15.tgz_1478129886155_0.4174991014879197"},"directories":{}},"1.0.17":{"name":"fsevents","version":"1.0.17","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node-pre-gyp install --fallback-to-build","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"bfe53551466fc21ec4281168f229e1e9da8bc2fd","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.17","_shasum":"8537f3f12272678765b4fd6528c0f1f66f8f4558","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"8537f3f12272678765b4fd6528c0f1f66f8f4558","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.17.tgz"},"maintainers":[{"name":"bajtos","email":"miro.bajtos@gmail.com"},{"name":"bnoordhuis","email":"info@bnoordhuis.nl"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"pipobscure","email":"pip@pipobscure.com"},{"name":"strongloop","email":"callback@strongloop.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.17.tgz_1483568750527_0.6194838422816247"},"directories":{}},"1.0.18-0":{"name":"fsevents","version":"1.0.18-0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"960998f9296871d243d7509b219852e393a2d247","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.0.18-0","_shasum":"76b622b6aa11ad4aa645b556ad0826d8751e43ce","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"76b622b6aa11ad4aa645b556ad0826d8751e43ce","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.0.18-0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.0.18-0.tgz_1487523345336_0.20078036282211542"},"directories":{}},"1.1.0":{"name":"fsevents","version":"1.1.0","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"4e66109eb0c49dd9df74d52ca6cf2fdaaee2c771","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.1.0","_shasum":"85195de56ccbc4778da3b3d83d8d1d186eba24ce","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"85195de56ccbc4778da3b3d83d8d1d186eba24ce","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.1.0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/fsevents-1.1.0.tgz_1487526454229_0.8294799609575421"},"directories":{}},"1.1.1":{"name":"fsevents","version":"1.1.1","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.29"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"907595cbd109bda2447bb52965836ff1296e94eb","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.1.1","_shasum":"f19fd28f43eeaf761680e519a203c4d0b3d31aff","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"f19fd28f43eeaf761680e519a203c4d0b3d31aff","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.1.1.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fsevents-1.1.1.tgz_1487567885240_0.4353332635946572"},"directories":{}},"1.1.2":{"name":"fsevents","version":"1.1.2","description":"Native Access to Mac OS-X FSEvents","main":"fsevents.js","dependencies":{"nan":"^2.3.0","node-pre-gyp":"^0.6.36"},"os":["darwin"],"engines":{"node":">=0.8.0"},"scripts":{"install":"node install","prepublish":"if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe","test":"tap ./test","node-pre-gyp":"node-pre-gyp"},"binary":{"module_name":"fse","module_path":"./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/","remote_path":"./v{version}/","package_name":"{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz","host":"https://fsevents-binaries.s3-us-west-2.amazonaws.com"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"license":"MIT","bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"homepage":"https://github.com/strongloop/fsevents","devDependencies":{"tap":"~0.4.8"},"gitHead":"8eef8715dd4ee62dcf082b1151ed10a00bf5cc0c","bundleDependencies":["node-pre-gyp"],"_id":"fsevents@1.1.2","_npmVersion":"5.0.1","_nodeVersion":"6.10.2","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"integrity":"sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw==","shasum":"3282b713fb3ad80ede0e9fcf4611b5aa6fc033f4","tarball":"https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fsevents-1.1.2.tgz_1497328838670_0.9853602922521532"},"directories":{}}},"readme":"# fsevents [![NPM](https://nodei.co/npm/fsevents.png)](https://nodei.co/npm/fsevents/)\n\nNative access to OS X FSEvents in [Node.js](http://nodejs.org/)\n\nThe FSEvents API in OS X allows applications to register for notifications of\nchanges to a given directory tree. It is a very fast and lightweight alternative\nto kqueue.\n\nThis is a low-level library. For a cross-compatible file watching module that\nuses fsevents, check out [Chokidar](https://www.npmjs.com/package/chokidar).\n\n* [Module Site & GitHub](https://github.com/strongloop/fsevents)\n* [NPM Page](https://npmjs.org/package/fsevents)\n\n## Installation\n\n\t$ npm install fsevents\n\n## Usage\n\n```js\nvar fsevents = require('fsevents');\nvar watcher = fsevents(__dirname);\nwatcher.on('fsevent', function(path, flags, id) { }); // RAW Event as emitted by OS-X\nwatcher.on('change', function(path, info) { }); // Common Event for all changes\nwatcher.start() // To start observation\nwatcher.stop() // To end observation\n```\n\n### Events\n\n * *fsevent* - RAW Event as emitted by OS-X\n * *change* - Common Event for all changes\n * *created* - A File-System-Item has been created\n * *deleted* - A File-System-Item has been deleted\n * *modified* - A File-System-Item has been modified\n * *moved-out* - A File-System-Item has been moved away from this location\n * *moved-in* - A File-System-Item has been moved into this location\n\nAll events except *fsevent* take an *info* object as the second parameter of the callback. The structure of this object is:\n\n```js\n{\n \"event\": \"\",\n \"id\": ,\n \"path\": \"\",\n \"type\": \"\",\n \"changes\": {\n \"inode\": true, // Has the iNode Meta-Information changed\n \"finder\": false, // Has the Finder Meta-Data changed\n \"access\": false, // Have the access permissions changed\n \"xattrs\": false // Have the xAttributes changed\n },\n \"flags\": \n}\n```\n\n## MIT License\n\nCopyright (C) 2010-2014 Philipp Dunkel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","maintainers":[{"email":"elan.shanker+npm@gmail.com","name":"es128"},{"email":"info@bnoordhuis.nl","name":"bnoordhuis"},{"email":"pip@pipobscure.com","name":"pipobscure"},{"email":"strngops@us.ibm.com","name":"strongloop"},{"email":"mbajtoss@gmail.com","name":"bajtos"}],"time":{"modified":"2017-07-21T14:55:35.746Z","created":"2013-07-06T22:03:58.681Z","0.1.1":"2013-07-06T22:04:02.366Z","0.1.3":"2013-07-06T22:26:35.459Z","0.1.4":"2013-07-06T22:47:07.832Z","0.1.5":"2013-07-08T12:58:59.106Z","0.1.6":"2013-11-28T11:01:53.138Z","0.2.0":"2014-01-31T22:45:31.014Z","0.3.0":"2014-08-19T22:00:57.872Z","0.3.1":"2014-11-04T23:57:07.078Z","0.3.2":"2015-01-15T18:16:40.178Z","0.3.3":"2015-01-15T18:25:40.249Z","0.3.4":"2015-01-15T18:47:56.914Z","0.3.5":"2015-01-27T17:33:56.632Z","0.3.6":"2015-05-05T11:40:56.957Z","0.3.7":"2015-07-30T21:22:55.082Z","0.3.8":"2015-08-06T20:53:40.505Z","1.0.0":"2015-09-09T16:28:53.632Z","1.0.1":"2015-09-29T13:33:22.418Z","1.0.2":"2015-10-06T16:54:19.342Z","1.0.3":"2015-11-03T17:42:34.374Z","1.0.4":"2015-11-04T17:44:36.966Z","1.0.5":"2015-11-05T00:03:45.065Z","1.0.6":"2015-12-10T14:02:06.618Z","1.0.7":"2016-02-03T15:12:36.865Z","1.0.8":"2016-02-23T10:24:36.327Z","1.0.9":"2016-03-23T20:30:48.264Z","1.0.10":"2016-03-31T18:16:24.110Z","1.0.11":"2016-03-31T19:18:02.557Z","1.0.12":"2016-04-29T14:34:06.131Z","1.0.13":"2016-07-13T23:39:07.203Z","1.0.14":"2016-07-18T12:56:52.080Z","1.0.15":"2016-11-02T23:38:09.421Z","1.0.16":"2017-01-04T20:34:46.603Z","1.0.17":"2017-01-04T22:25:53.376Z","1.0.18-0":"2017-02-19T16:55:47.760Z","1.1.0":"2017-02-19T17:47:36.660Z","1.1.1":"2017-02-20T05:18:05.877Z","1.1.2":"2017-06-13T04:40:40.543Z"},"repository":{"type":"git","url":"git+https://github.com/strongloop/fsevents.git"},"readmeFilename":"Readme.md","users":{"iwill":true,"detj":true,"cycomachead":true,"nukisman":true,"wenbing":true,"janbiasi":true,"ajsb85":true,"ivan.marquez":true,"wangnan0610":true,"hafizshehbazali":true,"shaomingquan":true,"iori20091101":true,"morogasper":true,"xfloops":true,"alexxnica":true,"oboochin":true},"homepage":"https://github.com/strongloop/fsevents","keywords":["fsevents","mac"],"author":{"name":"Philipp Dunkel","email":"pip@pipobscure.com"},"bugs":{"url":"https://github.com/strongloop/fsevents/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"597215e7-dd9a\"","_lastModified":"Fri, 21 Jul 2017 14:55:35 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/ftp/.cache.json b/frappe/.npm/registry.npmjs.org/ftp/.cache.json new file mode 100644 index 00000000..04f360d4 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/ftp/.cache.json @@ -0,0 +1 @@ +{"_id":"ftp","_rev":"106-fed7a36f6657853eee7d6cecd6843c81","name":"ftp","description":"An FTP client module for node.js","dist-tags":{"latest":"0.3.10"},"versions":{"0.1.0":{"name":"ftp","version":"0.1.0","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.1.0","_engineSupported":true,"_npmVersion":"0.3.18","_nodeVersion":"v0.4.5","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"2966666b4cf967efffd85acf2ab42fe5e10bdb35","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.0.tgz"}},"0.1.1":{"name":"ftp","version":"0.1.1","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.1.1","_engineSupported":true,"_npmVersion":"0.3.18","_nodeVersion":"v0.4.6","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"3349d08a87363187fefacd4a658b2b0963603a48","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.1.tgz"}},"0.1.2":{"name":"ftp","version":"0.1.2","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"git://github.com/mscdex/node-ftp.git"},"_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"_id":"ftp@0.1.2","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"1fb520b0375dad7e62c70b28b0b2393a7dbf95c9","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.2.tgz"},"scripts":{},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.1.3":{"name":"ftp","version":"0.1.3","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.1.3","dist":{"shasum":"f9c956693e620d8330cfedd965c5b6420179baa2","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.3.tgz"},"scripts":{},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.1.4":{"name":"ftp","version":"0.1.4","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.1.4","dist":{"shasum":"a5a2fb31fbcba943bd4f60842a2245d6dc3b029e","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.4.tgz"},"scripts":{},"_npmVersion":"1.1.59","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.1.5":{"name":"ftp","version":"0.1.5","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.1.5","dist":{"shasum":"05e51931672bbdeb9371729bb6d765e68410355e","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.5.tgz"},"scripts":{},"_npmVersion":"1.1.59","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.1.6":{"name":"ftp","version":"0.1.6","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.1.6","dist":{"shasum":"6244c55f7e24d36a8a1836758361b88fb53c560b","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.6.tgz"},"scripts":{},"_npmVersion":"1.1.59","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.1.7":{"name":"ftp","version":"0.1.7","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.4.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.1.7","dist":{"shasum":"92fb24d5098dd1e6debe38b792c7d57b5c112cef","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.1.7.tgz"},"scripts":{},"_npmVersion":"1.1.61","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.0":{"name":"ftp","version":"0.2.0","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./ftp","engines":{"node":">=0.8.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.0","dist":{"shasum":"a6ccd136edbd44b26e904e4f76b6d6d2407b5d30","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.0.tgz"},"scripts":{},"_npmVersion":"1.1.69","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.5":{"name":"ftp","version":"0.2.5","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"*"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.5","dist":{"shasum":"21c9602f309cb52427478359b3b318a9e6d9cc81","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.5.tgz"},"scripts":{},"_npmVersion":"1.1.69","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.6":{"name":"ftp","version":"0.2.6","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.6","dist":{"shasum":"1c8046ab1b11f28c510b414a7307ddf4839ebb33","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.6.tgz"},"scripts":{},"_npmVersion":"1.1.69","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.7":{"name":"ftp","version":"0.2.7","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.7","dist":{"shasum":"28e36c8c4fbe22c436b41db82c993be7b27c2a93","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.7.tgz"},"scripts":{},"_npmVersion":"1.1.69","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.8":{"name":"ftp","version":"0.2.8","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.8","dist":{"shasum":"4fdff37b95e4e4dce01267e245984c2c7071d7e2","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.8.tgz"},"scripts":{},"_npmVersion":"1.1.69","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.9":{"name":"ftp","version":"0.2.9","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.9","dist":{"shasum":"2817b50552ac45d44eab1eccd1f783a607661e07","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.9.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.2.9","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.2.9","scripts":{},"_npmVersion":"1.2.14","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.10":{"name":"ftp","version":"0.2.10","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.10","dist":{"shasum":"c43f5f30d3bd253cbd84e2f9b4bf6c7ff34789a1","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.10.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.2.10","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.2.10","scripts":{},"_npmVersion":"1.2.14","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.2.11":{"name":"ftp","version":"0.2.11","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.2.11","dist":{"shasum":"fece823ec2fa290fe45832ba540b2c722886ad05","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.2.11.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.2.11","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.2.11","scripts":{},"_npmVersion":"1.2.14","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.0":{"name":"ftp","version":"0.3.0","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.3.0","dist":{"shasum":"18071a9459056a75119d6c4d800877d86c98ab2a","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.0.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.0","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.0","scripts":{},"_npmVersion":"1.2.17","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.1":{"name":"ftp","version":"0.3.1","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/ftp","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"_id":"ftp@0.3.1","dist":{"shasum":"e5a61cdd2e61e713f8f9635287c291b65d03fc73","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.1.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.1","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.1","scripts":{},"_npmVersion":"1.2.18","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.2":{"name":"ftp","version":"0.3.2","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.0.2"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"_id":"ftp@0.3.2","dist":{"shasum":"9f45cd7b34eab9fae668e811a0e2f9cbbc631735","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.2.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.2","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.2","scripts":{},"_npmVersion":"1.3.2","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.3":{"name":"ftp","version":"0.3.3","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.0.2"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"_id":"ftp@0.3.3","dist":{"shasum":"907a8d7e76abb332dd9d0ca801c12e390570bd2a","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.3.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.3","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.3","scripts":{},"_npmVersion":"1.3.5","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.4":{"name":"ftp","version":"0.3.4","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.0.2"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"_id":"ftp@0.3.4","dist":{"shasum":"180e4201a31174807bfb8e04058f8508cedaafe1","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.4.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.4","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.4","scripts":{},"_npmVersion":"1.3.5","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.5":{"name":"ftp","version":"0.3.5","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.1.x"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"_id":"ftp@0.3.5","dist":{"shasum":"dcf7bc99f423f1a75db728160ed4f6b745ccfdd3","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.5.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.5","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.5","scripts":{},"_npmVersion":"1.3.11","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.6":{"name":"ftp","version":"0.3.6","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.1.x"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"homepage":"https://github.com/mscdex/node-ftp","_id":"ftp@0.3.6","dist":{"shasum":"144db4965d4e557454f742684b7d551cde4c3dff","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.6.tgz"},"_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.6","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.6","scripts":{},"_npmVersion":"1.3.14","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"0.3.7":{"name":"ftp","version":"0.3.7","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.1.x"},"scripts":{"test":"node test/test.js"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"homepage":"https://github.com/mscdex/node-ftp","_id":"ftp@0.3.7","_shasum":"7f3558a94aa33c3cd1b648fde481e2e77262934d","_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.7","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.7","_npmVersion":"1.4.9","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"7f3558a94aa33c3cd1b648fde481e2e77262934d","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.7.tgz"},"directories":{}},"0.3.8":{"name":"ftp","version":"0.3.8","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.1.x"},"scripts":{"test":"node test/test.js"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"homepage":"https://github.com/mscdex/node-ftp","_id":"ftp@0.3.8","_shasum":"d9764f8bb3eeffa3319429b88ecc4b8e75396632","_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.8","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.8","_npmVersion":"1.4.21","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"d9764f8bb3eeffa3319429b88ecc4b8e75396632","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.8.tgz"},"directories":{}},"0.3.9":{"name":"ftp","version":"0.3.9","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.1.x"},"scripts":{"test":"node test/test.js"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"homepage":"https://github.com/mscdex/node-ftp","_id":"ftp@0.3.9","_shasum":"89327b0b0dce7577516632f46fb3f8eb756d9688","_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.9","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.9","_npmVersion":"1.4.28","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"89327b0b0dce7577516632f46fb3f8eb756d9688","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.9.tgz"},"directories":{}},"0.3.10":{"name":"ftp","version":"0.3.10","author":{"name":"Brian White","email":"mscdex@mscdex.net"},"description":"An FTP client module for node.js","main":"./lib/connection","engines":{"node":">=0.8.0"},"dependencies":{"xregexp":"2.0.0","readable-stream":"1.1.x"},"scripts":{"test":"node test/test.js"},"keywords":["ftp","client","transfer"],"licenses":[{"type":"MIT","url":"http://github.com/mscdex/node-ftp/raw/master/LICENSE"}],"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"homepage":"https://github.com/mscdex/node-ftp","_id":"ftp@0.3.10","_shasum":"9197d861ad8142f3e63d5a83bfe4c59f7330885d","_from":"https://github.com/mscdex/node-ftp/tarball/v0.3.10","_resolved":"https://github.com/mscdex/node-ftp/tarball/v0.3.10","_npmVersion":"1.4.28","_npmUser":{"name":"mscdex","email":"mscdex@mscdex.net"},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"dist":{"shasum":"9197d861ad8142f3e63d5a83bfe4c59f7330885d","tarball":"https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz"},"directories":{}}},"maintainers":[{"name":"mscdex","email":"mscdex@mscdex.net"}],"time":{"modified":"2017-07-05T19:33:45.520Z","created":"2011-04-10T04:37:58.230Z","0.1.0":"2011-04-10T04:37:58.603Z","0.1.1":"2011-04-17T18:29:06.753Z","0.1.2":"2012-03-28T04:25:39.561Z","0.1.3":"2012-07-07T14:09:44.896Z","0.1.4":"2012-08-29T23:35:01.916Z","0.1.5":"2012-09-06T14:45:30.375Z","0.1.6":"2012-09-10T22:57:44.703Z","0.1.7":"2012-09-17T20:21:05.834Z","0.2.0":"2012-12-16T17:01:09.286Z","0.2.5":"2012-12-18T03:24:54.581Z","0.2.6":"2012-12-18T08:10:38.305Z","0.2.7":"2012-12-18T23:17:04.117Z","0.2.8":"2012-12-31T06:28:35.040Z","0.2.9":"2013-03-08T16:58:02.943Z","0.2.10":"2013-03-11T15:32:11.191Z","0.2.11":"2013-03-15T17:20:31.448Z","0.3.0":"2013-04-06T20:14:58.724Z","0.3.1":"2013-04-15T10:17:01.407Z","0.3.2":"2013-07-13T16:23:24.442Z","0.3.3":"2013-08-01T23:11:40.240Z","0.3.4":"2013-08-10T13:45:24.473Z","0.3.5":"2013-11-14T05:39:11.817Z","0.3.6":"2014-01-09T18:45:52.082Z","0.3.7":"2014-05-23T23:15:03.015Z","0.3.8":"2014-11-10T20:44:27.600Z","0.3.9":"2015-03-26T03:00:53.061Z","0.3.10":"2015-04-05T00:36:31.902Z"},"author":{"name":"Brian White","email":"mscdex@mscdex.net"},"repository":{"type":"git","url":"http://github.com/mscdex/node-ftp.git"},"users":{"tokuhirom":true,"maxgfeller":true,"pospi":true,"tchey":true,"lexoyo":true,"ashkyd":true,"crewmoss":true,"iamdb":true,"favasconcelos":true,"nmccready":true,"nwservices":true,"gztomas":true,"fedor":true,"hdjarv":true,"atef":true,"stany":true,"tobiasnickel":true,"nukisman":true,"nickeltobias":true,"gracheff":true,"qddegtya":true,"ajflash":true,"hinx":true,"softwind":true,"dittodhole":true,"hingsir":true,"abdihaikal":true,"nexum":true,"vonthar":true,"yuch4n":true,"bcoe":true,"jwright04":true,"papasavva":true,"nn3aia":true,"rocket0191":true,"balazserdos":true,"vb078":true},"readme":"Description\n===========\n\nnode-ftp is an FTP client module for [node.js](http://nodejs.org/) that provides an asynchronous interface for communicating with an FTP server.\n\n\nRequirements\n============\n\n* [node.js](http://nodejs.org/) -- v0.8.0 or newer\n\n\nInstall\n=======\n\n npm install ftp\n\n\nExamples\n========\n\n* Get a directory listing of the current (remote) working directory:\n\n```javascript\n var Client = require('ftp');\n\n var c = new Client();\n c.on('ready', function() {\n c.list(function(err, list) {\n if (err) throw err;\n console.dir(list);\n c.end();\n });\n });\n // connect to localhost:21 as anonymous\n c.connect();\n```\n\n* Download remote file 'foo.txt' and save it to the local file system:\n\n```javascript\n var Client = require('ftp');\n var fs = require('fs');\n\n var c = new Client();\n c.on('ready', function() {\n c.get('foo.txt', function(err, stream) {\n if (err) throw err;\n stream.once('close', function() { c.end(); });\n stream.pipe(fs.createWriteStream('foo.local-copy.txt'));\n });\n });\n // connect to localhost:21 as anonymous\n c.connect();\n```\n\n* Upload local file 'foo.txt' to the server:\n\n```javascript\n var Client = require('ftp');\n var fs = require('fs');\n\n var c = new Client();\n c.on('ready', function() {\n c.put('foo.txt', 'foo.remote-copy.txt', function(err) {\n if (err) throw err;\n c.end();\n });\n });\n // connect to localhost:21 as anonymous\n c.connect();\n```\n\n\nAPI\n===\n\nEvents\n------\n\n* **greeting**(< _string_ >msg) - Emitted after connection. `msg` is the text the server sent upon connection.\n\n* **ready**() - Emitted when connection and authentication were sucessful.\n\n* **close**(< _boolean_ >hadErr) - Emitted when the connection has fully closed.\n\n* **end**() - Emitted when the connection has ended.\n\n* **error**(< _Error_ >err) - Emitted when an error occurs. In case of protocol-level errors, `err` contains a 'code' property that references the related 3-digit FTP response code.\n\n\nMethods\n-------\n\n**\\* Note: As with the 'error' event, any error objects passed to callbacks will have a 'code' property for protocol-level errors.**\n\n* **(constructor)**() - Creates and returns a new FTP client instance.\n\n* **connect**(< _object_ >config) - _(void)_ - Connects to an FTP server. Valid config properties:\n\n * host - _string_ - The hostname or IP address of the FTP server. **Default:** 'localhost'\n\n * port - _integer_ - The port of the FTP server. **Default:** 21\n\n * secure - _mixed_ - Set to true for both control and data connection encryption, 'control' for control connection encryption only, or 'implicit' for implicitly encrypted control connection (this mode is deprecated in modern times, but usually uses port 990) **Default:** false\n\n * secureOptions - _object_ - Additional options to be passed to `tls.connect()`. **Default:** (none)\n\n * user - _string_ - Username for authentication. **Default:** 'anonymous'\n\n * password - _string_ - Password for authentication. **Default:** 'anonymous@'\n\n * connTimeout - _integer_ - How long (in milliseconds) to wait for the control connection to be established. **Default:** 10000\n\n * pasvTimeout - _integer_ - How long (in milliseconds) to wait for a PASV data connection to be established. **Default:** 10000\n\n * keepalive - _integer_ - How often (in milliseconds) to send a 'dummy' (NOOP) command to keep the connection alive. **Default:** 10000\n\n* **end**() - _(void)_ - Closes the connection to the server after any/all enqueued commands have been executed.\n\n* **destroy**() - _(void)_ - Closes the connection to the server immediately.\n\n### Required \"standard\" commands (RFC 959)\n\n* **list**([< _string_ >path, ][< _boolean_ >useCompression, ]< _function_ >callback) - _(void)_ - Retrieves the directory listing of `path`. `path` defaults to the current working directory. `useCompression` defaults to false. `callback` has 2 parameters: < _Error_ >err, < _array_ >list. `list` is an array of objects with these properties:\n\n * type - _string_ - A single character denoting the entry type: 'd' for directory, '-' for file (or 'l' for symlink on **\\*NIX only**).\n\n * name - _string_ - The name of the entry.\n\n * size - _string_ - The size of the entry in bytes.\n\n * date - _Date_ - The last modified date of the entry.\n\n * rights - _object_ - The various permissions for this entry **(*NIX only)**.\n\n * user - _string_ - An empty string or any combination of 'r', 'w', 'x'.\n\n * group - _string_ - An empty string or any combination of 'r', 'w', 'x'.\n\n * other - _string_ - An empty string or any combination of 'r', 'w', 'x'.\n \n * owner - _string_ - The user name or ID that this entry belongs to **(*NIX only)**.\n\n * group - _string_ - The group name or ID that this entry belongs to **(*NIX only)**.\n\n * target - _string_ - For symlink entries, this is the symlink's target **(*NIX only)**.\n\n * sticky - _boolean_ - True if the sticky bit is set for this entry **(*NIX only)**.\n\n* **get**(< _string_ >path, [< _boolean_ >useCompression, ]< _function_ >callback) - _(void)_ - Retrieves a file at `path` from the server. `useCompression` defaults to false. `callback` has 2 parameters: < _Error_ >err, < _ReadableStream_ >fileStream.\n\n* **put**(< _mixed_ >input, < _string_ >destPath, [< _boolean_ >useCompression, ]< _function_ >callback) - _(void)_ - Sends data to the server to be stored as `destPath`. `input` can be a ReadableStream, a Buffer, or a path to a local file. `useCompression` defaults to false. `callback` has 1 parameter: < _Error_ >err.\n\n* **append**(< _mixed_ >input, < _string_ >destPath, [< _boolean_ >useCompression, ]< _function_ >callback) - _(void)_ - Same as **put()**, except if `destPath` already exists, it will be appended to instead of overwritten.\n\n* **rename**(< _string_ >oldPath, < _string_ >newPath, < _function_ >callback) - _(void)_ - Renames `oldPath` to `newPath` on the server. `callback` has 1 parameter: < _Error_ >err.\n\n* **logout**(< _function_ >callback) - _(void)_ - Logout the user from the server. `callback` has 1 parameter: < _Error_ >err.\n\n* **delete**(< _string_ >path, < _function_ >callback) - _(void)_ - Deletes a file, `path`, on the server. `callback` has 1 parameter: < _Error_ >err.\n\n* **cwd**(< _string_ >path, < _function_ >callback) - _(void)_ - Changes the current working directory to `path`. `callback` has 2 parameters: < _Error_ >err, < _string_ >currentDir. Note: `currentDir` is only given if the server replies with the path in the response text.\n\n* **abort**(< _function_ >callback) - _(void)_ - Aborts the current data transfer (e.g. from get(), put(), or list()). `callback` has 1 parameter: < _Error_ >err.\n\n* **site**(< _string_ >command, < _function_ >callback) - _(void)_ - Sends `command` (e.g. 'CHMOD 755 foo', 'QUOTA') using SITE. `callback` has 3 parameters: < _Error_ >err, < _string >responseText, < _integer_ >responseCode.\n\n* **status**(< _function_ >callback) - _(void)_ - Retrieves human-readable information about the server's status. `callback` has 2 parameters: < _Error_ >err, < _string_ >status.\n\n* **ascii**(< _function_ >callback) - _(void)_ - Sets the transfer data type to ASCII. `callback` has 1 parameter: < _Error_ >err.\n\n* **binary**(< _function_ >callback) - _(void)_ - Sets the transfer data type to binary (default at time of connection). `callback` has 1 parameter: < _Error_ >err.\n\n### Optional \"standard\" commands (RFC 959)\n\n* **mkdir**(< _string_ >path, [< _boolean_ >recursive, ]< _function_ >callback) - _(void)_ - Creates a new directory, `path`, on the server. `recursive` is for enabling a 'mkdir -p' algorithm and defaults to false. `callback` has 1 parameter: < _Error_ >err.\n\n* **rmdir**(< _string_ >path, [< _boolean_ >recursive, ]< _function_ >callback) - _(void)_ - Removes a directory, `path`, on the server. If `recursive`, this call will delete the contents of the directory if it is not empty. `callback` has 1 parameter: < _Error_ >err.\n\n* **cdup**(< _function_ >callback) - _(void)_ - Changes the working directory to the parent of the current directory. `callback` has 1 parameter: < _Error_ >err.\n\n* **pwd**(< _function_ >callback) - _(void)_ - Retrieves the current working directory. `callback` has 2 parameters: < _Error_ >err, < _string_ >cwd.\n\n* **system**(< _function_ >callback) - _(void)_ - Retrieves the server's operating system. `callback` has 2 parameters: < _Error_ >err, < _string_ >OS.\n\n* **listSafe**([< _string_ >path, ][< _boolean_ >useCompression, ]< _function_ >callback) - _(void)_ - Similar to list(), except the directory is temporarily changed to `path` to retrieve the directory listing. This is useful for servers that do not handle characters like spaces and quotes in directory names well for the LIST command. This function is \"optional\" because it relies on pwd() being available.\n\n### Extended commands (RFC 3659)\n\n* **size**(< _string_ >path, < _function_ >callback) - _(void)_ - Retrieves the size of `path`. `callback` has 2 parameters: < _Error_ >err, < _integer_ >numBytes.\n\n* **lastMod**(< _string_ >path, < _function_ >callback) - _(void)_ - Retrieves the last modified date and time for `path`. `callback` has 2 parameters: < _Error_ >err, < _Date_ >lastModified.\n\n* **restart**(< _integer_ >byteOffset, < _function_ >callback) - _(void)_ - Sets the file byte offset for the next file transfer action (get/put) to `byteOffset`. `callback` has 1 parameter: < _Error_ >err.\n","homepage":"https://github.com/mscdex/node-ftp","keywords":["ftp","client","transfer"],"bugs":{"url":"https://github.com/mscdex/node-ftp/issues"},"readmeFilename":"README.md","_attachments":{},"_etag":"W/\"595d3f19-87c0\"","_lastModified":"Wed, 05 Jul 2017 19:33:45 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/get-uri/.cache.json b/frappe/.npm/registry.npmjs.org/get-uri/.cache.json new file mode 100644 index 00000000..a83bfd1e --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/get-uri/.cache.json @@ -0,0 +1 @@ +{"_id":"get-uri","_rev":"15-402d4b60cec4472a44113ac05cb56213","name":"get-uri","description":"Returns a `stream.Readable` from a URI string","dist-tags":{"latest":"2.0.1"},"versions":{"0.1.0":{"name":"get-uri","version":"0.1.0","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":"~1.16.2","stream-to-array":"~1.0.0","ftpd":"~0.2.4","st":"~0.2.3"},"dependencies":{"data-uri-to-buffer":"0.0.3","ftp":"~0.3.5","debug":"~0.7.4","extend":"~1.2.1","readable-stream":"~1.1.0"},"optionalDependencies":{"readable-stream":"~1.1.0"},"homepage":"https://github.com/TooTallNate/node-get-uri","_id":"get-uri@0.1.0","dist":{"shasum":"4c7772b808b05f9307dfe9e5dc2e1153e89ac87a","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.1":{"name":"get-uri","version":"0.1.1","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":"~1.16.2","stream-to-array":"~1.0.0","ftpd":"0.2.4","st":"~0.2.3"},"dependencies":{"data-uri-to-buffer":"0.0.3","ftp":"~0.3.5","debug":"~0.7.4","extend":"~1.2.1","file-uri-to-path":"0","readable-stream":"~1.1.0"},"optionalDependencies":{"readable-stream":"~1.1.0"},"homepage":"https://github.com/TooTallNate/node-get-uri","_id":"get-uri@0.1.1","dist":{"shasum":"9c39146e62acb9f5c0b36895494a19c036fe54fc","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.2":{"name":"get-uri","version":"0.1.2","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":"^1.16.2","stream-to-array":"^1.0.0","ftpd":"0.2.4","st":"^0.2.3"},"dependencies":{"data-uri-to-buffer":"^0.0.3","ftp":"^0.3.5","debug":"^0.8.0","extend":"^1.2.1","file-uri-to-path":"0","readable-stream":"^1.0.26-4"},"homepage":"https://github.com/TooTallNate/node-get-uri","_id":"get-uri@0.1.2","dist":{"shasum":"59758b3e2bf1059ed4f7921c46349df17a7716d1","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-0.1.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.3":{"name":"get-uri","version":"0.1.3","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":">= 1.16.2 && < 2","stream-to-array":"1","ftpd":">= 0.2.4 && < 1","st":">= 0.2.3 && < 1"},"dependencies":{"data-uri-to-buffer":"0","ftp":"~0.3.5","debug":"0","extend":"~1.2.1","file-uri-to-path":"0","readable-stream":"~1.0.26-4"},"homepage":"https://github.com/TooTallNate/node-get-uri","_id":"get-uri@0.1.3","dist":{"shasum":"b1b3f9dfe0da1c0909097b1ca1ce4d4b72a8d1ab","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-0.1.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.4":{"name":"get-uri","version":"0.1.4","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":"2","stream-to-array":"1","ftpd":">= 0.2.4 && < 1","st":">= 0.2.3 && < 1"},"dependencies":{"data-uri-to-buffer":"0","ftp":"~0.3.5","debug":"2","extend":"3","file-uri-to-path":"0","readable-stream":"2"},"gitHead":"149bd9dd21a4871df459b5960895ba225967660b","homepage":"https://github.com/TooTallNate/node-get-uri#readme","_id":"get-uri@0.1.4","_shasum":"35f8a7954c129fb132ff2ddf5ed81a57cb8a9e54","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"35f8a7954c129fb132ff2ddf5ed81a57cb8a9e54","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-0.1.4.tgz"},"directories":{}},"1.0.0":{"name":"get-uri","version":"1.0.0","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":"2","stream-to-array":"1","ftpd":">= 0.2.4 && < 1","st":">= 0.2.3 && < 1"},"dependencies":{"data-uri-to-buffer":"0","ftp":"~0.3.5","debug":"2","extend":"3","file-uri-to-path":"0","readable-stream":"2"},"gitHead":"c0a06d3f0b8212cc8a1d5cd6772b182aa0f6fc14","homepage":"https://github.com/TooTallNate/node-get-uri#readme","_id":"get-uri@1.0.0","_shasum":"ef5b6a6de8e8b3916aa2422d84978d977352d8c1","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"ef5b6a6de8e8b3916aa2422d84978d977352d8c1","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"get-uri","version":"1.1.0","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":"2","stream-to-array":"1","ftpd":">= 0.2.4 && < 1","st":">= 0.2.3 && < 1"},"dependencies":{"data-uri-to-buffer":"0","ftp":"~0.3.5","debug":"2","extend":"3","file-uri-to-path":"0","readable-stream":"2"},"gitHead":"0358bd1de11469aebc6e7535b3bc9dfd8fd6c652","homepage":"https://github.com/TooTallNate/node-get-uri#readme","_id":"get-uri@1.1.0","_shasum":"7375d04daf7fcb584b3632679cbdf339b51bb149","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"7375d04daf7fcb584b3632679cbdf339b51bb149","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-1.1.0.tgz"},"directories":{}},"2.0.0":{"name":"get-uri","version":"2.0.0","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"mocha":"2","stream-to-array":"1","ftpd":">= 0.2.4 && < 1","st":">= 0.2.3 && < 1"},"dependencies":{"data-uri-to-buffer":"0","ftp":"~0.3.5","debug":"2","extend":"3","file-uri-to-path":"0","readable-stream":"2"},"gitHead":"996a7f9218b28df5813d1f46f2348c62de76c55e","homepage":"https://github.com/TooTallNate/node-get-uri#readme","_id":"get-uri@2.0.0","_shasum":"713e47cbcbaeab38f88af1cdfc85fa7f09b00738","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"713e47cbcbaeab38f88af1cdfc85fa7f09b00738","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"get-uri","version":"2.0.1","description":"Returns a `stream.Readable` from a URI string","main":"index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"devDependencies":{"ftpd":"github:sstur/nodeftpd","mocha":"3","st":">= 0.2.3 && < 1","stream-to-array":"2"},"dependencies":{"data-uri-to-buffer":"1","ftp":"~0.3.10","debug":"2","extend":"3","file-uri-to-path":"1","readable-stream":"2"},"gitHead":"52dee08ad45b48882029163d19f49d2ead961270","homepage":"https://github.com/TooTallNate/node-get-uri#readme","_id":"get-uri@2.0.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"dist":{"integrity":"sha512-7aelVrYqCLuVjq2kEKRTH8fXPTC0xKTkM+G7UlFkEwCXY3sFbSxvY375JoFowOAYbkaU47SrBvOefUlLZZ+6QA==","shasum":"dbdcacacd8c608a38316869368117697a1631c59","tarball":"https://registry.npmjs.org/get-uri/-/get-uri-2.0.1.tgz"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/get-uri-2.0.1.tgz_1499796650884_0.35804933751933277"},"directories":{}}},"readme":"get-uri\n=======\n### Returns a `stream.Readable` from a URI string\n[![Build Status](https://travis-ci.org/TooTallNate/node-get-uri.svg?branch=master)](https://travis-ci.org/TooTallNate/node-get-uri)\n\nThis high-level module accepts a URI string and returns a `Readable` stream\ninstance. There is built-in support for a variety of \"protocols\", and it's\neasily extensible with more:\n\n| Protocol | Description | Example\n|:---------:|:-------------------------------:|:---------------------------------:\n| `data` | [Data URIs][data] | `data:text/plain;base64,SGVsbG8sIFdvcmxkIQ%3D%3D`\n| `file` | [File URIs][file] | `file:///c:/windows/example.ini`\n| `ftp` | [FTP URIs][ftp] | `ftp://ftp.kernel.org/pub/site/README`\n| `http` | [HTTP URIs][http] | `http://www.example.com/path/to/name`\n| `https` | [HTTPS URIs][https] | `https://www.example.com/path/to/name`\n\n\nInstallation\n------------\n\nInstall with `npm`:\n\n``` bash\n$ npm install get-uri\n```\n\n\nExample\n-------\n\nTo simply get a `stream.Readable` instance from a `file:` URI, try something like:\n\n``` js\nvar getUri = require('get-uri');\n\n// `file:` maps to a `fs.ReadStream` instance…\ngetUri('file:///Users/nrajlich/wat.json', function (err, rs) {\n if (err) throw err;\n rs.pipe(process.stdout);\n});\n```\n\n\nMissing Endpoints\n-----------------\n\nWhen you pass in a URI in which the resource referenced does not exist on the\ndestination server, then a `NotFoundError` will be returned. The `code` of the\nerror instance is set to `\"ENOTFOUND\"`, so you can special-case that in your code\nto detect when a bad filename is requested:\n\n``` js\ngetUri('http://example.com/resource.json', function (err, rs) {\n if (err) {\n if ('ENOTFOUND' == err.code) {\n // bad file path requested\n } else {\n // something else bad happened...\n throw err;\n }\n }\n\n // your app code…\n});\n```\n\n\nCacheability\n------------\n\nWhen calling `getUri()` with the same URI multiple times, the `get-uri` module\nsupports sending an indicator that the remote resource has not been modified\nsince the last time it has been retreived from that node process.\n\nTo do this, pass in a `cache` option to the \"options object\" argument\nwith the value set to the `stream.Readable` instance that was previously\nreturned. If the remote resource has not been changed since the last call for\nthat same URI, then a `NotModifiedError` instance will be returned with it's\n`code` property set to `\"ENOTMODIFIED\"`.\n\nWhen the `\"ENOTMODIFIED\"` error occurs, then you can safely re-use the\nresults from the previous `getUri()` call for that same URI:\n\n``` js\n// maps to a `fs.ReadStream` instance\ngetUri('http://example.com/resource.json', function (err, rs) {\n if (err) throw err;\n\n // … some time later, if you need to get this same URI again, pass in the\n // previous `stream.Readable` instance as `cache` option to potentially\n // receive an \"ENOTMODIFIED\" response:\n var opts = { cache: rs };\n getUri('http://example.com/resource.json', opts, function (err, rs2) {\n if (err) {\n if ('ENOTFOUND' == err.code) {\n // bad file path requested\n } else if ('ENOTMODIFIED' == err.code) {\n // source file has not been modified since last time it was requested,\n // so `rs2` is undefined and you are expected to re-use results from\n // a previous call to `getUri()`\n } else {\n // something else bad happened...\n throw err;\n }\n }\n });\n});\n```\n\n\nAPI\n---\n\n### getUri(String uri[, Object options,] Function callback)\n\nA `uri` String is required. An optional `options` object may be passed in:\n\n - `cache` - A `stream.Readable` instance from a previous call to `getUri()` with the same URI. If this option is passed in, and the destination endpoint has not been modified, then an `ENOTMODIFIED` error is returned\n\nAny other options passed in to the `options` object will be passed through\nto the low-level connection creation functions (`http.get()`, `ftp.connect()`,\netc).\n\nInvokes the given `callback` function with a `stream.Readable` instance to\nread the resource at the given `uri`.\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n[data]: http://tools.ietf.org/html/rfc2397\n[file]: http://tools.ietf.org/html/draft-hoffman-file-uri-03\n[ftp]: http://www.w3.org/Protocols/rfc959/\n[http]: http://www.w3.org/Protocols/rfc2616/rfc2616.html\n[https]: http://wikipedia.org/wiki/HTTP_Secure\n","maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"time":{"modified":"2017-07-11T18:10:51.112Z","created":"2014-01-12T22:48:32.824Z","0.1.0":"2014-01-12T22:48:32.824Z","0.1.1":"2014-02-05T19:12:52.411Z","0.1.2":"2014-04-04T06:49:25.689Z","0.1.3":"2014-04-04T06:54:04.334Z","0.1.4":"2015-07-06T18:18:38.279Z","1.0.0":"2015-07-06T18:31:24.354Z","1.1.0":"2015-07-21T19:52:49.821Z","2.0.0":"2016-01-20T19:45:27.226Z","2.0.1":"2017-07-11T18:10:51.112Z"},"readmeFilename":"README.md","homepage":"https://github.com/TooTallNate/node-get-uri#readme","keywords":["uri","read","readstream","stream","get","http","https","ftp","file","data","protocol","url"],"repository":{"type":"git","url":"git://github.com/TooTallNate/node-get-uri.git"},"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"bugs":{"url":"https://github.com/TooTallNate/node-get-uri/issues"},"license":"MIT","users":{"vonthar":true},"_attachments":{},"_etag":"W/\"596514ab-477f\"","_lastModified":"Tue, 11 Jul 2017 18:10:51 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/getpass/.cache.json b/frappe/.npm/registry.npmjs.org/getpass/.cache.json new file mode 100644 index 00000000..eac21530 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/getpass/.cache.json @@ -0,0 +1 @@ +{"_id":"getpass","_rev":"9-c86c00b5072bb843243cd844f9232a2e","name":"getpass","description":"getpass for node.js","dist-tags":{"latest":"0.1.7"},"versions":{"0.1.0":{"name":"getpass","version":"0.1.0","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"devDependencies":{"json":"^9.0.3","pty.js":"^0.3.0","tape":"^4.4.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MPL-2.0","gitHead":"1f13a142025f8f29eab9e06ee9cf7e2b1bf03490","bugs":{"url":"https://github.com/arekinath/getpass/issues"},"homepage":"https://github.com/arekinath/getpass#readme","_id":"getpass@0.1.0","_shasum":"2896de9fc14d5b2cc6833c6d3a601326a37eed9b","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"2896de9fc14d5b2cc6833c6d3a601326a37eed9b","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/getpass-0.1.0.tgz_1461273239531_0.9900160033721477"},"directories":{}},"0.1.1":{"name":"getpass","version":"0.1.1","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"devDependencies":{"json":"^9.0.3","pty.js":"^0.3.0","tape":"^4.4.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MPL-2.0","gitHead":"76a1d0da61f85e011455488dd6fbde6172169c1f","bugs":{"url":"https://github.com/arekinath/getpass/issues"},"homepage":"https://github.com/arekinath/getpass#readme","_id":"getpass@0.1.1","_shasum":"fe4c1462c7eb72a0074d882769bc915f2051bc47","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"fe4c1462c7eb72a0074d882769bc915f2051bc47","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/getpass-0.1.1.tgz_1461275183317_0.10568123101256788"},"directories":{}},"0.1.2":{"name":"getpass","version":"0.1.2","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"devDependencies":{"json":"^9.0.3","pty.js":"^0.3.0","tape":"^4.4.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MPL-2.0","gitHead":"cf64430426b2328dfd20af98218073cab4b40600","bugs":{"url":"https://github.com/arekinath/getpass/issues"},"homepage":"https://github.com/arekinath/getpass#readme","_id":"getpass@0.1.2","_shasum":"dbcc91a1143267bbcd18d061bf889a51182778aa","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"dbcc91a1143267bbcd18d061bf889a51182778aa","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/getpass-0.1.2.tgz_1461275602229_0.8338033361360431"},"directories":{}},"0.1.3":{"name":"getpass","version":"0.1.3","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"devDependencies":{"json":"^9.0.3","pty.js":"^0.3.0","tape":"^4.4.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MPL-2.0","gitHead":"47051f596ed200e6c097cbc861c4a8be91cc1e9c","bugs":{"url":"https://github.com/arekinath/node-getpass/issues"},"homepage":"https://github.com/arekinath/node-getpass#readme","_id":"getpass@0.1.3","_shasum":"49c085a288f8b1be109d4f4a5ebac839c579fafb","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"49c085a288f8b1be109d4f4a5ebac839c579fafb","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.3.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/getpass-0.1.3.tgz_1461276132175_0.29017636459320784"},"directories":{}},"0.1.4":{"name":"getpass","version":"0.1.4","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"devDependencies":{"json":"^9.0.3","pty.js":"^0.3.0","tape":"^4.4.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MPL-2.0","gitHead":"53eca57276d4f849c83a218acc7c53d89db61a63","bugs":{"url":"https://github.com/arekinath/node-getpass/issues"},"homepage":"https://github.com/arekinath/node-getpass#readme","_id":"getpass@0.1.4","_shasum":"c627e40b359a1db8d0a4ff0a7c218870e011a04d","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.43","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"c627e40b359a1db8d0a4ff0a7c218870e011a04d","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.4.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/getpass-0.1.4.tgz_1461278150352_0.07285057893022895"},"directories":{}},"0.1.5":{"name":"getpass","version":"0.1.5","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"devDependencies":{"json":"^9.0.3","pty.js":"^0.3.0","tape":"^4.4.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MPL-2.0","gitHead":"11419e2e861be30c818f422e7c3cb256cc222003","bugs":{"url":"https://github.com/arekinath/node-getpass/issues"},"homepage":"https://github.com/arekinath/node-getpass#readme","_id":"getpass@0.1.5","_shasum":"a20d5f2a8fc83f11db0d591d0487469407e6be14","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"a20d5f2a8fc83f11db0d591d0487469407e6be14","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.5.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/getpass-0.1.5.tgz_1461279405263_0.8423897379543632"},"directories":{}},"0.1.6":{"name":"getpass","version":"0.1.6","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"devDependencies":{"json":"^9.0.3","pty.js":"^0.3.0","tape":"^4.4.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MIT","gitHead":"e7fdf43ad60aa520f894d41856852aa320f36646","bugs":{"url":"https://github.com/arekinath/node-getpass/issues"},"homepage":"https://github.com/arekinath/node-getpass#readme","_id":"getpass@0.1.6","_shasum":"283ffd9fc1256840875311c1b60e8c40187110e6","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"283ffd9fc1256840875311c1b60e8c40187110e6","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/getpass-0.1.6.tgz_1461907090215_0.6450737570412457"},"directories":{}},"0.1.7":{"name":"getpass","version":"0.1.7","description":"getpass for node.js","main":"lib/index.js","dependencies":{"assert-plus":"^1.0.0"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-getpass.git"},"scripts":{"test":"tape test/*.test.js"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"license":"MIT","gitHead":"e219fae3a4458a1aa4b84002539265a6a1475267","bugs":{"url":"https://github.com/arekinath/node-getpass/issues"},"homepage":"https://github.com/arekinath/node-getpass#readme","_id":"getpass@0.1.7","_shasum":"5eff8e3e684d569ae4cb2b1282604e8ba62149fa","_from":".","_npmVersion":"2.15.11","_nodeVersion":"0.12.18","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"5eff8e3e684d569ae4cb2b1282604e8ba62149fa","tarball":"https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/getpass-0.1.7.tgz_1493163657029_0.5366648870985955"},"directories":{}}},"readme":"## getpass\n\nGet a password from the terminal. Sounds simple? Sounds like the `readline`\nmodule should be able to do it? NOPE.\n\n## Install and use it\n\n```bash\nnpm install --save getpass\n```\n\n```javascript\nconst mod_getpass = require('getpass');\n```\n\n## API\n\n### `mod_getpass.getPass([options, ]callback)`\n\nGets a password from the terminal. If available, this uses `/dev/tty` to avoid\ninterfering with any data being piped in or out of stdio.\n\nThis function prints a prompt (by default `Password:`) and then accepts input\nwithout echoing.\n\nParameters:\n\n * `options`, an Object, with properties:\n * `prompt`, an optional String\n * `callback`, a `Func(error, password)`, with arguments:\n * `error`, either `null` (no error) or an `Error` instance\n * `password`, a String\n","maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"time":{"modified":"2017-04-25T23:40:58.770Z","created":"2016-04-21T21:14:01.250Z","0.1.0":"2016-04-21T21:14:01.250Z","0.1.1":"2016-04-21T21:46:24.961Z","0.1.2":"2016-04-21T21:53:24.572Z","0.1.3":"2016-04-21T22:02:13.717Z","0.1.4":"2016-04-21T22:35:52.015Z","0.1.5":"2016-04-21T22:56:46.999Z","0.1.6":"2016-04-29T05:18:12.439Z","0.1.7":"2017-04-25T23:40:58.770Z"},"homepage":"https://github.com/arekinath/node-getpass#readme","repository":{"type":"git","url":"git+https://github.com/arekinath/node-getpass.git"},"author":{"name":"Alex Wilson","email":"alex.wilson@joyent.com"},"bugs":{"url":"https://github.com/arekinath/node-getpass/issues"},"license":"MIT","readmeFilename":"README.md","users":{"mojaray2k":true},"_attachments":{},"_etag":"W/\"58ffde8a-2a3d\"","_lastModified":"Tue, 25 Apr 2017 23:40:58 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/glob-base/.cache.json b/frappe/.npm/registry.npmjs.org/glob-base/.cache.json new file mode 100644 index 00000000..5c196796 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/glob-base/.cache.json @@ -0,0 +1 @@ +{"_id":"glob-base","_rev":"11-f3696a453d8381cc04afd2fa5693f3ef","name":"glob-base","description":"Returns an object with the (non-glob) base path and the actual pattern.","dist-tags":{"latest":"0.3.0"},"versions":{"0.1.0":{"name":"glob-base","description":"Split a glob into a base path and a pattern.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/glob-base","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-base.git"},"bugs":{"url":"https://github.com/jonschlinkert/glob-base/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"glob-parent":"^1.2.0","is-glob":"^1.1.1"},"devDependencies":{"mocha":"*"},"keywords":["base","directory","dirname","expression","glob","parent","path","pattern","regex","regular","root"],"_id":"glob-base@0.1.0","_shasum":"8dd7d9786d2943e32c9dcc57d4184e12382e0668","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"8dd7d9786d2943e32c9dcc57d4184e12382e0668","tarball":"https://registry.npmjs.org/glob-base/-/glob-base-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"glob-base","description":"Returns an object with the base path and the actual pattern from a glob.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/glob-base","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-base.git"},"bugs":{"url":"https://github.com/jonschlinkert/glob-base/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"glob-parent":"^1.2.0","is-glob":"^1.1.1"},"devDependencies":{"mocha":"*"},"keywords":["base","directory","dirname","expression","glob","parent","path","pattern","regex","regular","root"],"gitHead":"a7c3be5073640dd567ed8b7bef2f5e19334917ab","_id":"glob-base@0.1.1","_shasum":"f3b2dc406467ced2567f19657450fb8e036f8c6d","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"f3b2dc406467ced2567f19657450fb8e036f8c6d","tarball":"https://registry.npmjs.org/glob-base/-/glob-base-0.1.1.tgz"},"directories":{}},"0.2.0":{"name":"glob-base","description":"Returns an object with the (non-glob) base path and the actual pattern.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/glob-base","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-base.git"},"bugs":{"url":"https://github.com/jonschlinkert/glob-base/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"glob-parent":"^1.2.0"},"devDependencies":{"mocha":"*","should":"^5.1.0"},"keywords":["base","directory","dirname","expression","glob","parent","path","pattern","regex","regular","root"],"gitHead":"7d8c1b557a424983cf6bab7ad03149d2f55257a0","_id":"glob-base@0.2.0","_shasum":"59d2f38c3ba2860af149b6b174512a169e9f1b3d","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"59d2f38c3ba2860af149b6b174512a169e9f1b3d","tarball":"https://registry.npmjs.org/glob-base/-/glob-base-0.2.0.tgz"},"directories":{}},"0.3.0":{"name":"glob-base","description":"Returns an object with the (non-glob) base path and the actual pattern.","version":"0.3.0","homepage":"https://github.com/jonschlinkert/glob-base","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-base.git"},"bugs":{"url":"https://github.com/jonschlinkert/glob-base/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"dependencies":{"glob-parent":"^2.0.0","is-glob":"^2.0.0"},"devDependencies":{"mocha":"*","should":"^5.1.0"},"keywords":["base","directory","dirname","expression","glob","parent","path","pattern","regex","regular","root"],"gitHead":"adbc0ab07ec8a85f76ffd1b54dd41cdb9d1d0b83","_id":"glob-base@0.3.0","_shasum":"dbb164f6221b1c0b1ccf82aea328b497df0ea3c4","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"dbb164f6221b1c0b1ccf82aea328b497df0ea3c4","tarball":"https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz"},"maintainers":[{"name":"doowb","email":"brian.woodward@gmail.com"},{"name":"es128","email":"elan.shanker+npm@gmail.com"},{"name":"jonschlinkert","email":"github@sellside.com"}],"directories":{}}},"readme":"# glob-base [![NPM version](https://badge.fury.io/js/glob-base.svg)](http://badge.fury.io/js/glob-base) [![Build Status](https://travis-ci.org/jonschlinkert/glob-base.svg)](https://travis-ci.org/jonschlinkert/glob-base) \n\n> Returns an object with the (non-glob) base path and the actual pattern.\n\nUse [glob-parent](https://github.com/es128/glob-parent) if you just want the base path.\n\n## Install with [npm](npmjs.org)\n\n```bash\nnpm i glob-base --save\n```\n\n## Related projects\n* [glob-parent](https://github.com/es128/glob-parent): Strips glob magic from a string to provide the parent path\n* [micromatch](https://github.com/jonschlinkert/micromatch): Glob matching for javascript/node.js. A faster alternative to minimatch (10-45x faster on avg), with all the features you're used to using in your Grunt and gulp tasks.\n* [parse-glob](https://github.com/jonschlinkert/parse-glob): Parse a glob pattern into an object of tokens.\n* [is-glob](https://github.com/jonschlinkert/is-glob): Returns `true` if the given string looks like a glob pattern.\n* [braces](https://github.com/jonschlinkert/braces): Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.\n* [fill-range](https://github.com/jonschlinkert/fill-range): Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.\n* [expand-range](https://github.com/jonschlinkert/expand-range): Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.\n\n## Usage\n\n```js\nvar globBase = require('glob-base');\n\nglobBase('a/b/.git/');\n//=> { base: 'a/b/.git/', isGlob: false, glob: '' })\n\nglobBase('a/b/**/e');\n//=> { base: 'a/b', isGlob: true, glob: '**/e' }\n\nglobBase('a/b/*.{foo,bar}');\n//=> { base: 'a/b', isGlob: true, glob: '*.{foo,bar}' }\n\nglobBase('a/b/.git/**');\n//=> { base: 'a/b/.git', isGlob: true, glob: '**' }\n\nglobBase('a/b/c/*.md');\n//=> { base: 'a/b/c', isGlob: true, glob: '*.md' }\n\nglobBase('a/b/c/.*.md');\n//=> { base: 'a/b/c', isGlob: true, glob: '.*.md' }\n\nglobBase('a/b/{c,d}');\n//=> { base: 'a/b', isGlob: true, glob: '{c,d}' }\n\nglobBase('!*.min.js');\n//=> { base: '.', isGlob: true, glob: '!*.min.js' }\n\nglobBase('!foo');\n//=> { base: '.', isGlob: true, glob: '!foo' }\n\nglobBase('!foo/(a|b).min.js');\n//=> { base: '.', isGlob: true, glob: '!foo/(a|b).min.js' }\n\nglobBase('');\n//=> { base: '.', isGlob: false, glob: '' }\n\nglobBase('**/*.md');\n//=> { base: '.', isGlob: true, glob: '**/*.md' }\n\nglobBase('**/*.min.js');\n//=> { base: '.', isGlob: true, glob: '**/*.min.js' }\n\nglobBase('**/.*');\n//=> { base: '.', isGlob: true, glob: '**/.*' }\n\nglobBase('**/d');\n//=> { base: '.', isGlob: true, glob: '**/d' }\n\nglobBase('*.*');\n//=> { base: '.', isGlob: true, glob: '*.*' }\n\nglobBase('*.min.js');\n//=> { base: '.', isGlob: true, glob: '*.min.js' }\n\nglobBase('*/*');\n//=> { base: '.', isGlob: true, glob: '*/*' }\n\nglobBase('*b');\n//=> { base: '.', isGlob: true, glob: '*b' }\n\nglobBase('.');\n//=> { base: '.', isGlob: false, glob: '.' }\n\nglobBase('.*');\n//=> { base: '.', isGlob: true, glob: '.*' }\n\nglobBase('./*');\n//=> { base: '.', isGlob: true, glob: '*' }\n\nglobBase('/a');\n//=> { base: '/', isGlob: false, glob: 'a' }\n\nglobBase('@(a|b)/e.f.g/');\n//=> { base: '.', isGlob: true, glob: '@(a|b)/e.f.g/' }\n\nglobBase('[a-c]b*');\n//=> { base: '.', isGlob: true, glob: '[a-c]b*' }\n\nglobBase('a');\n//=> { base: '.', isGlob: false, glob: 'a' }\n\nglobBase('a.min.js');\n//=> { base: '.', isGlob: false, glob: 'a.min.js' }\n\nglobBase('a/');\n//=> { base: 'a/', isGlob: false, glob: '' }\n\nglobBase('a/**/j/**/z/*.md');\n//=> { base: 'a', isGlob: true, glob: '**/j/**/z/*.md' }\n\nglobBase('a/*/c/*.md');\n//=> { base: 'a', isGlob: true, glob: '*/c/*.md' }\n\nglobBase('a/?/c.md');\n//=> { base: 'a', isGlob: true, glob: '?/c.md' }\n\nglobBase('a/??/c.js');\n//=> { base: 'a', isGlob: true, glob: '??/c.js' }\n\nglobBase('a?b');\n//=> { base: '.', isGlob: true, glob: 'a?b' }\n\nglobBase('bb');\n//=> { base: '.', isGlob: false, glob: 'bb' }\n\nglobBase('c.md');\n//=> { base: '.', isGlob: false, glob: 'c.md' }\n```\n\n## Running tests\nInstall dev dependencies.\n\n```bash\nnpm i -d && npm test\n```\n\n\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/glob-base/issues)\n\n\n## Author\n\n**Jon Schlinkert**\n \n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) \n\n## License\nCopyright (c) 2015 Jon Schlinkert \nReleased under the MIT license\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 08, 2015._\n","maintainers":[{"email":"elan.shanker+npm@gmail.com","name":"es128"},{"email":"brian.woodward@gmail.com","name":"doowb"},{"email":"github@sellside.com","name":"jonschlinkert"}],"time":{"modified":"2017-07-02T17:37:35.223Z","created":"2015-03-04T20:18:43.946Z","0.1.0":"2015-03-04T20:18:43.946Z","0.1.1":"2015-03-07T03:31:58.763Z","0.2.0":"2015-03-08T14:30:40.640Z","0.3.0":"2015-09-22T13:58:17.830Z"},"homepage":"https://github.com/jonschlinkert/glob-base","keywords":["base","directory","dirname","expression","glob","parent","path","pattern","regex","regular","root"],"repository":{"type":"git","url":"git://github.com/jonschlinkert/glob-base.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/glob-base/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"},"readmeFilename":"README.md","users":{"jonschlinkert":true},"_attachments":{},"_etag":"W/\"59592f5f-2bdb\"","_lastModified":"Sun, 02 Jul 2017 17:37:35 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/glob-parent/.cache.json b/frappe/.npm/registry.npmjs.org/glob-parent/.cache.json new file mode 100644 index 00000000..1fbf5e3c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/glob-parent/.cache.json @@ -0,0 +1 @@ +{"_id":"glob-parent","_rev":"12-f156922c60cad498e4b29bf2ed007ebb","name":"glob-parent","description":"Strips glob magic from a string to provide the parent directory path","dist-tags":{"latest":"3.1.0"},"versions":{"1.0.0":{"name":"glob-parent","version":"1.0.0","description":"Strips glob magic from a string to provide the parent path","main":"index.js","scripts":{"test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"https://github.com/es128/glob-parent"},"keywords":["glob","parent","strip","path","directory"],"author":{"name":"Elan Shanker"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^0.3.0"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"b08cbec38731960b35446da9d819824ba35e0c49","_id":"glob-parent@1.0.0","_shasum":"3344e0e0534fbdd478a7c1f1480f2d8851650a21","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"dist":{"shasum":"3344e0e0534fbdd478a7c1f1480f2d8851650a21","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"glob-parent","version":"1.1.0","description":"Strips glob magic from a string to provide the parent path","main":"index.js","scripts":{"test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"https://github.com/es128/glob-parent"},"keywords":["glob","parent","strip","path","directory","base"],"author":{"name":"Elan Shanker"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^1.1.1"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"5e33355528b4a2855861e8269b8071f897baea82","_id":"glob-parent@1.1.0","_shasum":"63e5780b13f84c7e7e1e8f4d5a3d96c7cce1f9fc","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"dist":{"shasum":"63e5780b13f84c7e7e1e8f4d5a3d96c7cce1f9fc","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"glob-parent","version":"1.2.0","description":"Strips glob magic from a string to provide the parent path","main":"index.js","scripts":{"test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"https://github.com/es128/glob-parent"},"keywords":["glob","parent","strip","path","directory","base"],"author":{"name":"Elan Shanker"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^1.1.1"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"9c31e43731d67f16ec0d858cb266319a843c546e","_id":"glob-parent@1.2.0","_shasum":"8deffabf6317db5b0f775f553fac731ecf41ded5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"dist":{"shasum":"8deffabf6317db5b0f775f553fac731ecf41ded5","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-1.2.0.tgz"},"directories":{}},"1.3.0":{"name":"glob-parent","version":"1.3.0","description":"Strips glob magic from a string to provide the parent path","main":"index.js","scripts":{"test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+https://github.com/es128/glob-parent.git"},"keywords":["glob","parent","strip","path","directory","base"],"author":{"name":"Elan Shanker"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^2.0.0"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"4fc6444ff8f64c18d19467fc89c0fa342bc01c42","_id":"glob-parent@1.3.0","_shasum":"971edd816ed5db58705b58079647a64d0aef7968","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"971edd816ed5db58705b58079647a64d0aef7968","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-1.3.0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"directories":{}},"2.0.0":{"name":"glob-parent","version":"2.0.0","description":"Strips glob magic from a string to provide the parent path","main":"index.js","scripts":{"test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+https://github.com/es128/glob-parent.git"},"keywords":["glob","parent","strip","path","directory","base"],"author":{"name":"Elan Shanker"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^2.0.0"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"a956910c7ccb5eafd1b3fe900ceb6335cc5b6d3d","_id":"glob-parent@2.0.0","_shasum":"81383d72db054fcccf5336daa902f182f6edbb28","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"81383d72db054fcccf5336daa902f182f6edbb28","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"directories":{}},"3.0.0":{"name":"glob-parent","version":"3.0.0","description":"Strips glob magic from a string to provide the parent path","main":"index.js","scripts":{"test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+https://github.com/es128/glob-parent.git"},"keywords":["glob","parent","strip","path","directory","base"],"author":{"name":"Elan Shanker"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^3.0.0"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"fd9c64f7696717cb3d440ca9eef5060f64d61c57","_id":"glob-parent@3.0.0","_shasum":"c7bdeb5260732196c740de9274c08814056014bb","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"c7bdeb5260732196c740de9274c08814056014bb","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-3.0.0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glob-parent-3.0.0.tgz_1473189232576_0.26026900205761194"},"directories":{}},"3.0.1":{"name":"glob-parent","version":"3.0.1","description":"Strips glob magic from a string to provide the parent directory path","main":"index.js","scripts":{"test":"istanbul test node_modules/mocha/bin/_mocha","ci-test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+https://github.com/es128/glob-parent.git"},"keywords":["glob","parent","strip","path","dirname","directory","base","wildcard"],"author":{"name":"Elan Shanker","url":"https://github.com/es128"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^3.1.0","path-dirname":"^1.0.0"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"a0eeab41a4e5f56d1bff7f2966260eb541816187","_id":"glob-parent@3.0.1","_shasum":"60021327cc963ddc3b5f085764f500479ecd82ff","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"60021327cc963ddc3b5f085764f500479ecd82ff","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-3.0.1.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glob-parent-3.0.1.tgz_1476818425901_0.16260230354964733"},"directories":{}},"3.1.0":{"name":"glob-parent","version":"3.1.0","description":"Strips glob magic from a string to provide the parent directory path","main":"index.js","scripts":{"test":"istanbul test node_modules/mocha/bin/_mocha","ci-test":"istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"},"repository":{"type":"git","url":"git+https://github.com/es128/glob-parent.git"},"keywords":["glob","parent","strip","path","dirname","directory","base","wildcard"],"files":["index.js"],"author":{"name":"Elan Shanker","url":"https://github.com/es128"},"license":"ISC","bugs":{"url":"https://github.com/es128/glob-parent/issues"},"homepage":"https://github.com/es128/glob-parent","dependencies":{"is-glob":"^3.1.0","path-dirname":"^1.0.0"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.3.5","mocha":"^2.1.0"},"gitHead":"880243f7758be2967318280ad3e599c95e832a76","_id":"glob-parent@3.1.0","_shasum":"9e6af6299d8d3bd2bd40430832bd113df906c5ae","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"es128","email":"elan.shanker+npm@gmail.com"},"dist":{"shasum":"9e6af6299d8d3bd2bd40430832bd113df906c5ae","tarball":"https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz"},"maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/glob-parent-3.1.0.tgz_1481730526821_0.4327609031461179"},"directories":{}}},"readme":"glob-parent [![Build Status](https://travis-ci.org/es128/glob-parent.svg)](https://travis-ci.org/es128/glob-parent) [![Coverage Status](https://img.shields.io/coveralls/es128/glob-parent.svg)](https://coveralls.io/r/es128/glob-parent?branch=master)\n======\nJavascript module to extract the non-magic parent path from a glob string.\n\n[![NPM](https://nodei.co/npm/glob-parent.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/glob-parent/)\n[![NPM](https://nodei.co/npm-dl/glob-parent.png?height=3&months=9)](https://nodei.co/npm-dl/glob-parent/)\n\nUsage\n-----\n```sh\nnpm install glob-parent --save\n```\n\n**Examples**\n\n```js\nvar globParent = require('glob-parent');\n\nglobParent('path/to/*.js'); // 'path/to'\nglobParent('/root/path/to/*.js'); // '/root/path/to'\nglobParent('/*.js'); // '/'\nglobParent('*.js'); // '.'\nglobParent('**/*.js'); // '.'\nglobParent('path/{to,from}'); // 'path'\nglobParent('path/!(to|from)'); // 'path'\nglobParent('path/?(to|from)'); // 'path'\nglobParent('path/+(to|from)'); // 'path'\nglobParent('path/*(to|from)'); // 'path'\nglobParent('path/@(to|from)'); // 'path'\nglobParent('path/**/*'); // 'path'\n\n// if provided a non-glob path, returns the nearest dir\nglobParent('path/foo/bar.js'); // 'path/foo'\nglobParent('path/foo/'); // 'path/foo'\nglobParent('path/foo'); // 'path' (see issue #3 for details)\n```\n\n## Escaping\n\nThe following characters have special significance in glob patterns and must be escaped if you want them to be treated as regular path characters:\n\n- `?` (question mark)\n- `*` (star)\n- `|` (pipe)\n- `(` (opening parenthesis)\n- `)` (closing parenthesis)\n- `{` (opening curly brace)\n- `}` (closing curly brace)\n- `[` (opening bracket)\n- `]` (closing bracket)\n\n**Example**\n\n```js\nglobParent('foo/[bar]/') // 'foo'\nglobParent('foo/\\\\[bar]/') // 'foo/[bar]'\n```\n\n## Limitations\n\n#### Braces & Brackets\nThis library attempts a quick and imperfect method of determining which path\nparts have glob magic without fully parsing/lexing the pattern. There are some\nadvanced use cases that can trip it up, such as nested braces where the outer\npair is escaped and the inner one contains a path separator. If you find\nyourself in the unlikely circumstance of being affected by this or need to\nensure higher-fidelity glob handling in your library, it is recommended that you\npre-process your input with [expand-braces] and/or [expand-brackets].\n\n#### Windows\nBackslashes are not valid path separators for globs. If a path with backslashes\nis provided anyway, for simple cases, glob-parent will replace the path\nseparator for you and return the non-glob parent path (now with\nforward-slashes, which are still valid as Windows path separators).\n\nThis cannot be used in conjunction with escape characters.\n\n```js\n// BAD\nglobParent('C:\\\\Program Files \\\\(x86\\\\)\\\\*.ext') // 'C:/Program Files /(x86/)'\n\n// GOOD\nglobParent('C:/Program Files\\\\(x86\\\\)/*.ext') // 'C:/Program Files (x86)'\n```\n\nIf you are using escape characters for a pattern without path parts (i.e.\nrelative to `cwd`), prefix with `./` to avoid confusing glob-parent.\n\n```js\n// BAD\nglobParent('foo \\\\[bar]') // 'foo '\nglobParent('foo \\\\[bar]*') // 'foo '\n\n// GOOD\nglobParent('./foo \\\\[bar]') // 'foo [bar]'\nglobParent('./foo \\\\[bar]*') // '.'\n```\n\n\nChange Log\n----------\n[See release notes page on GitHub](https://github.com/es128/glob-parent/releases)\n\nLicense\n-------\n[ISC](https://raw.github.com/es128/glob-parent/master/LICENSE)\n\n[expand-braces]: https://github.com/jonschlinkert/expand-braces\n[expand-brackets]: https://github.com/jonschlinkert/expand-brackets\n","maintainers":[{"name":"es128","email":"elan.shanker+npm@gmail.com"}],"time":{"modified":"2016-12-14T15:48:47.422Z","created":"2015-01-12T20:32:54.422Z","1.0.0":"2015-01-12T20:32:54.422Z","1.1.0":"2015-03-04T15:11:54.539Z","1.2.0":"2015-03-04T16:13:57.996Z","1.3.0":"2015-09-18T14:49:40.290Z","2.0.0":"2015-09-18T14:59:10.292Z","3.0.0":"2016-09-06T19:13:54.031Z","3.0.1":"2016-10-18T19:20:27.458Z","3.1.0":"2016-12-14T15:48:47.422Z"},"homepage":"https://github.com/es128/glob-parent","keywords":["glob","parent","strip","path","dirname","directory","base","wildcard"],"repository":{"type":"git","url":"git+https://github.com/es128/glob-parent.git"},"author":{"name":"Elan Shanker","url":"https://github.com/es128"},"bugs":{"url":"https://github.com/es128/glob-parent/issues"},"license":"ISC","readmeFilename":"README.md","users":{"youstrive":true},"_attachments":{},"_etag":"W/\"585169df-3840\"","_lastModified":"Wed, 14 Dec 2016 15:48:47 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/glob/.cache.json b/frappe/.npm/registry.npmjs.org/glob/.cache.json new file mode 100644 index 00000000..22bfe70d --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/glob/.cache.json @@ -0,0 +1 @@ +{"_id":"glob","_rev":"737-af6dcecabae45fb1187252f7387d0df6","name":"glob","description":"a little globber","dist-tags":{"latest":"7.1.2","legacy":"4.5.3"},"versions":{"1.1.0":{"name":"glob","description":"glob/fnmatch binding for node","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"version":"1.1.0","main":"./lib/glob","scripts":{"preinstall":"node-waf configure build"},"_id":"glob@1.1.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.14-6","_nodeVersion":"v0.3.5-pre","directories":{"lib":"./lib"},"modules":{"glob.js":"lib/glob.js"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"b855e0709ddc7d9c5f884acc6155677b437ec135","tarball":"https://registry.npmjs.org/glob/-/glob-1.1.0.tgz"}},"2.0.9":{"name":"glob","description":"glob/fnmatch binding for node","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"version":"2.0.9","main":"./lib/glob","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"homepage":"https://github.com/isaacs/node-glob","keywords":["glob","pattern","match","filesystem","posix","fnmatch"],"bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"engines":{"node":"0.4"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@2.0.9","scripts":{"preinstall":"node-waf clean || true; node-waf configure build"},"dependencies":{},"devDependencies":{},"_engineSupported":false,"_npmVersion":"1.0.30","_nodeVersion":"v0.5.8-pre","_defaultsLoaded":true,"dist":{"shasum":"cc550540fed1001d82326e2f16763da4d20071f7","tarball":"https://registry.npmjs.org/glob/-/glob-2.0.9.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.8":{"name":"glob","description":"glob/fnmatch binding for node","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"version":"2.0.8","main":"./lib/glob","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"homepage":"https://github.com/isaacs/node-glob","keywords":["glob","pattern","match","filesystem","posix","fnmatch"],"bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"engines":{"node":"0.4"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@2.0.8","scripts":{"preinstall":"node-waf clean || true; node-waf configure build"},"dependencies":{},"devDependencies":{},"_engineSupported":false,"_npmVersion":"1.0.30","_nodeVersion":"v0.5.8-pre","_defaultsLoaded":true,"dist":{"shasum":"5342337c3f194250e1d7625ed6b77b5195a41845","tarball":"https://registry.npmjs.org/glob/-/glob-2.0.8.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.7":{"name":"glob","description":"glob/fnmatch binding for node","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"version":"2.0.7","main":"./lib/glob","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"homepage":"https://github.com/isaacs/node-glob","keywords":["glob","pattern","match","filesystem","posix","fnmatch"],"bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"engines":{"node":"0.4"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@2.0.7","scripts":{"preinstall":"node-waf clean || true; node-waf configure build"},"dependencies":{},"devDependencies":{},"_engineSupported":false,"_npmVersion":"1.0.30","_nodeVersion":"v0.5.8-pre","_defaultsLoaded":true,"dist":{"shasum":"4f2b7b496b7b72e5e680449d1279800b7db82459","tarball":"https://registry.npmjs.org/glob/-/glob-2.0.7.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.1.0":{"name":"glob","description":"glob/fnmatch binding for node","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"version":"2.1.0","main":"./lib/glob","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"homepage":"https://github.com/isaacs/node-glob","keywords":["glob","pattern","match","filesystem","posix","fnmatch"],"bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"engines":{"node":"0.6"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@2.1.0","scripts":{"preinstall":"node-waf clean || true; node-waf configure build"},"dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.6.1-pre","_defaultsLoaded":true,"dist":{"shasum":"69fd2f3541a4802a2d928270c5caaaa0009552b0","tarball":"https://registry.npmjs.org/glob/-/glob-2.1.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.0.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.0.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"fast-list":"1","minimatch":"0.1","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"0.1","mkdirp":"0.2","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.0.0","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"277715af94dec8c1096a34664bccc11cae0dcd5c","tarball":"https://registry.npmjs.org/glob/-/glob-3.0.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"fast-list":"1","minimatch":"0.1","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"0.1","mkdirp":"0.2","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.0.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"90899b05973a70b1106b38bb260f537ebfac58ce","tarball":"https://registry.npmjs.org/glob/-/glob-3.0.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"0.1","mkdirp":"0.2","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.0","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.7.5-pre","_defaultsLoaded":true,"dist":{"shasum":"0c042fd73dd483e52728e2946f40398f3600a51d","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"0.1","mkdirp":"0.2","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.7.5-pre","_defaultsLoaded":true,"dist":{"shasum":"e9bf369aacb3c449a55e01906ae7932b806589f9","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"0.1","mkdirp":"0.2","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.2","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.7.5-pre","_defaultsLoaded":true,"dist":{"shasum":"e99bda93662781bbdf334846e075ce257dbf031c","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"0.1","mkdirp":"0.2","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.3","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.7.5-pre","_defaultsLoaded":true,"dist":{"shasum":"03a5bb907b789e24f1aa31ea845a212f8099cf6e","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"0.1","mkdirp":"0.2","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.4","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.7.5-pre","_defaultsLoaded":true,"dist":{"shasum":"a2f0363e27f4f0add2633c2faf65feb91f8df2cf","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.5","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.2.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.5","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.7.6-pre","_defaultsLoaded":true,"dist":{"shasum":"26aa4feb912b1d22a1d83a4309c1a9f82cc5a2e0","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.5.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.6","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.2.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.6","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.7.6-pre","_defaultsLoaded":true,"dist":{"shasum":"46280e57c83a7225026a4d46dc2ca55b674d8a34","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.6.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.7":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.7","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.2.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.7","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.9","_nodeVersion":"v0.7.7-pre","_defaultsLoaded":true,"dist":{"shasum":"ded55665aa60fe02cecf876ca57bf5a405e161b8","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.7.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.9":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.9","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.2.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"glob@3.1.9","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.10","_nodeVersion":"v0.7.7-pre","_defaultsLoaded":true,"dist":{"shasum":"e2b9003d46b6b7531b3d7b3b8bd6f774138c0b2d","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.9.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.10":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.10","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.2.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.10","dist":{"shasum":"a789f184bc83c18b5b2da98c93f3bd4f343b7613","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.10.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.11":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.11","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.2.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.11","dist":{"shasum":"c46ec5783444360b6435649712dd047bae3cadef","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.11.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.12":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.12","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.2.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.12","dist":{"shasum":"4b3fd0889a68d9805f47ef4b3c6950e88455dc29","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.12.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.13":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.13","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.13","dist":{"shasum":"ae3763e6070e6bcdabde7ef11bedec66666b6609","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.13.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.14":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.14","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.3","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.14","dist":{"shasum":"f97a731c41da6695dc83944bbb2177e9a29b363d","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.14.tgz"},"_npmVersion":"1.1.63","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.15":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.15","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.15","dist":{"shasum":"9a15a57627d92aeca41ae00bea8eac90452de0b1","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.15.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.16":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.16","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.16","dist":{"shasum":"114e8fcfbdbe863ab694110cdcc1cd9b04ddd01e","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.16.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.17":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.17","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.1.2","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.17","dist":{"shasum":"7dbe1d6f1e2ef039f6ba681616d39e135892088d","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.17.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.18":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.18","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.2.0","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.18","dist":{"shasum":"276a2d773e3d02ef52a4eca2800913cc02208b25","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.18.tgz"},"_from":".","_npmVersion":"1.2.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.19":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.19","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.2.0","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.19","dist":{"shasum":"1fa6031c187d28bf714849bbd75482e9369eb43c","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.19.tgz"},"_from":".","_npmVersion":"1.2.9","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.20":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.20","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"0.2","graceful-fs":"~1.2.0","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.20","dist":{"shasum":"4de526bcbf870dcf98269ad2afe81055faf21b60","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.20.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.1.21":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.1.21","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","graceful-fs":"~1.2.0","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.1.21","dist":{"shasum":"d29e0a055dea5138f4d07ed40e8982e83c2066cd","tarball":"https://registry.npmjs.org/glob/-/glob-3.1.21.tgz"},"_from":".","_npmVersion":"1.2.12","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","graceful-fs":"~1.2.0","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.2.0","dist":{"shasum":"ddec9ac2c56e116f4c340657e2bfe5d7b78b53a3","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","graceful-fs":"~1.2.0","inherits":"1"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","_id":"glob@3.2.1","dist":{"shasum":"57af70ec73ba2323bfe3f29a067765db64c5d758","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.1.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","graceful-fs":"~2.0.0","inherits":"2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"_id":"glob@3.2.3","dist":{"shasum":"e313eeb249c7affaa5c475286b0e115b59839467","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.3.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","inherits":"2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"_id":"glob@3.2.4","dist":{"shasum":"673c00d7a5a80aa6b5e4eb16101f057e111f4122","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.4.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.5","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","inherits":"2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"_id":"glob@3.2.5","dist":{"shasum":"341c68efc0d99c1d8d90746d7b57c8de38700d77","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.5.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.6","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","inherits":"2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"_id":"glob@3.2.6","dist":{"shasum":"28c805b47bc6c19ba3059cbdf079b98ff62442f2","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.6.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.7":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.7","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","inherits":"2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@3.2.7","dist":{"shasum":"275f39a0eee805694790924f36eac38e1db6d802","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.7.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.8":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.8","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","inherits":"2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js"},"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@3.2.8","dist":{"shasum":"5506f4311721bcc618c7d8dba144188750307073","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.8.tgz"},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.9":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.9","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"minimatch":"~0.2.11","inherits":"2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@3.2.9","dist":{"shasum":"56af2289aa43d07d7702666480373eb814d91d40","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.9.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"3.2.10":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.10","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"inherits":"2","minimatch":"^0.3.0"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","gitHead":"4e00805b5529af626bf0512d6810c27a96ca2a12","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@3.2.10","_shasum":"e229a4d843fdabca3dd8cdc96c456e29c6e79f13","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"e229a4d843fdabca3dd8cdc96c456e29c6e79f13","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.10.tgz"},"directories":{}},"3.2.11":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"3.2.11","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"inherits":"2","minimatch":"0.3"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","gitHead":"73f57e99510582b2024b762305970ebcf9b70aa2","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@3.2.11","_shasum":"4a973f635b9190f715d10987d5c00fd2815ebe3d","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"4a973f635b9190f715d10987d5c00fd2815ebe3d","tarball":"https://registry.npmjs.org/glob/-/glob-3.2.11.tgz"},"directories":{}},"4.0.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.0.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"inherits":"2","minimatch":"^0.3.0"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","gitHead":"865070485630b8f13c632bb6352a2a425011cd2f","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.0.0","_shasum":"63305c37caaef9d977da9a5d2250bf7f56a07c1d","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"63305c37caaef9d977da9a5d2250bf7f56a07c1d","tarball":"https://registry.npmjs.org/glob/-/glob-4.0.0.tgz"},"directories":{}},"4.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"inherits":"2","minimatch":"^0.3.0"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","gitHead":"0cb424c09289d2299722af9439b395fdef9a31ec","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.0.1","_shasum":"3fd646db1447a38535e16e39aaba65d08bc59140","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"3fd646db1447a38535e16e39aaba65d08bc59140","tarball":"https://registry.npmjs.org/glob/-/glob-4.0.1.tgz"},"directories":{}},"4.0.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.0.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"inherits":"2","minimatch":"^0.3.0","once":"^1.3.0"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","gitHead":"4e85a5bcb2f28f82fa9836b6b2baba8af8e31e96","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.0.2","_shasum":"d57dbdf54984dd7635c8247d1f2ebde2e81f4ee1","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"d57dbdf54984dd7635c8247d1f2ebde2e81f4ee1","tarball":"https://registry.npmjs.org/glob/-/glob-4.0.2.tgz"},"directories":{}},"4.0.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.0.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"optionalDependencies":{"graceful-fs":"^3.0.2"},"dependencies":{"inherits":"2","minimatch":"^0.3.0","once":"^1.3.0","graceful-fs":"^3.0.2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","gitHead":"3e6881cb2c584f540c814476629b5bbdfccf36f2","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.0.3","_shasum":"cb30c860359801cb7d56436976888fc4a09a35db","_from":".","_npmVersion":"1.5.0-pre","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"cb30c860359801cb7d56436976888fc4a09a35db","tarball":"https://registry.npmjs.org/glob/-/glob-4.0.3.tgz"},"directories":{}},"4.0.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.0.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"optionalDependencies":{"graceful-fs":"^3.0.2"},"dependencies":{"inherits":"2","minimatch":"^0.3.0","once":"^1.3.0","graceful-fs":"^3.0.2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"BSD","gitHead":"b7c1296f7fad4eac9fa560058cb6f737ef99d267","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.0.4","_shasum":"730ce0190d87eca7812398018e21be712b4d69d2","_from":".","_npmVersion":"1.5.0-alpha-1","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"730ce0190d87eca7812398018e21be712b4d69d2","tarball":"https://registry.npmjs.org/glob/-/glob-4.0.4.tgz"},"directories":{}},"4.0.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.0.5","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"optionalDependencies":{"graceful-fs":"^3.0.2"},"dependencies":{"inherits":"2","minimatch":"^1.0.0","once":"^1.3.0","graceful-fs":"^3.0.2"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"ISC","gitHead":"a7d85acf4e89fa26d17396ab022ef98fbe1f8a4b","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.0.5","_shasum":"95e42c9efdb3ab1f4788fd7793dfded4a3378063","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"95e42c9efdb3ab1f4788fd7793dfded4a3378063","tarball":"https://registry.npmjs.org/glob/-/glob-4.0.5.tgz"},"directories":{}},"4.0.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.0.6","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"graceful-fs":"^3.0.2","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"tap":"~0.4.0","mkdirp":"0","rimraf":"1"},"scripts":{"test":"tap test/*.js","test-regen":"TEST_REGEN=1 node test/00-setup.js"},"license":"ISC","gitHead":"6825c425e738eaffa315d8cdb1a4c3255ededcb3","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.0.6","_shasum":"695c50bdd4e2fb5c5d370b091f388d3707e291a7","_from":".","_npmVersion":"2.0.0","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"695c50bdd4e2fb5c5d370b091f388d3707e291a7","tarball":"https://registry.npmjs.org/glob/-/glob-4.0.6.tgz"},"directories":{}},"4.1.2-beta":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.1.2-beta","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"graceful-fs":"^3.0.2","inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"ce51a67847ad69a8272ccc2d73c72a1135b90d8d","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.1.2-beta","_shasum":"e75800b358138fb78d7b664bbe690d2a0dc5f26b","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"e75800b358138fb78d7b664bbe690d2a0dc5f26b","tarball":"https://registry.npmjs.org/glob/-/glob-4.1.2-beta.tgz"},"directories":{}},"4.1.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.1.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"graceful-fs":"^3.0.2","inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"f9076fd1b1b2386adf32316ddbbe03f13d240066","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.1.2","_shasum":"02f574bfc533ae4c18776014a5070dced4ff25b8","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"02f574bfc533ae4c18776014a5070dced4ff25b8","tarball":"https://registry.npmjs.org/glob/-/glob-4.1.2.tgz"},"directories":{}},"4.1.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.1.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","engines":{"node":"*"},"dependencies":{"graceful-fs":"^3.0.2","inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"260522a60eb5f82802ac3a0c6e56af252f95c10a","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.1.3","_shasum":"80a6e1cec932cbea7e7188615328327b44ec308d","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"80a6e1cec932cbea7e7188615328327b44ec308d","tarball":"https://registry.npmjs.org/glob/-/glob-4.1.3.tgz"},"directories":{}},"4.1.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.1.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"bca4480f8c591956e3875c7ac822a86abcbf18f6","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.1.4","_shasum":"2277e1ae742f5ca669aaf4d29d40a71f52447a2f","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"2277e1ae742f5ca669aaf4d29d40a71f52447a2f","tarball":"https://registry.npmjs.org/glob/-/glob-4.1.4.tgz"},"directories":{}},"4.1.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.1.5","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"c99255fb295b83ac81f0623342bcb921c5c139b4","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.1.5","_shasum":"d0bbc943d7fa0409a3450c9f9d6a5d6c4bbb1946","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"d0bbc943d7fa0409a3450c9f9d6a5d6c4bbb1946","tarball":"https://registry.npmjs.org/glob/-/glob-4.1.5.tgz"},"directories":{}},"4.1.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.1.6","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"e982bbb102583895212266eb153225170f3bdeb9","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.1.6","_shasum":"1fc61e950d2bcf99f89db2982c4c1236d320c465","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"1fc61e950d2bcf99f89db2982c4c1236d320c465","tarball":"https://registry.npmjs.org/glob/-/glob-4.1.6.tgz"},"directories":{}},"4.2.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.2.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"d47ef887ac89464332da4eea2f1ad29dfa4618eb","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.2.0","_shasum":"6fdc41c7d23b5028055ecf899229587635b9b689","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"6fdc41c7d23b5028055ecf899229587635b9b689","tarball":"https://registry.npmjs.org/glob/-/glob-4.2.0.tgz"},"directories":{}},"4.2.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.2.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"c5313b5e3a5f5227617b40d8914a41d5dfc8c095","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.2.1","_shasum":"aa04f06cca652ec724bc16c54cbdd42027d5c9f1","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"aa04f06cca652ec724bc16c54cbdd42027d5c9f1","tarball":"https://registry.npmjs.org/glob/-/glob-4.2.1.tgz"},"directories":{}},"4.2.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.2.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^1.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"d7625eea7c09602b36a1fb5fe08404ec86917578","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.2.2","_shasum":"ad2b047653a58c387e15deb43a19497f83fd2a80","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"ad2b047653a58c387e15deb43a19497f83fd2a80","tarball":"https://registry.npmjs.org/glob/-/glob-4.2.2.tgz"},"directories":{}},"4.3.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.3.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.0","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"207085343b443a890f8eba225735857900b5892b","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.3.0","_shasum":"f997613c65db52e4118708d1276cfb9383d6fae7","_from":".","_npmVersion":"2.1.11","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"f997613c65db52e4118708d1276cfb9383d6fae7","tarball":"https://registry.npmjs.org/glob/-/glob-4.3.0.tgz"},"directories":{}},"4.3.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.3.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","test":"rm -f v8.log profile.txt; tap test/*.js","test-regen":"rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"bc6458731a67f8864571a989906bc3d8d6f4dd80","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.3.1","_shasum":"9d09096f89b4d30949e784e83f312af3ca04ec14","_from":".","_npmVersion":"2.1.11","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"9d09096f89b4d30949e784e83f312af3ca04ec14","tarball":"https://registry.npmjs.org/glob/-/glob-4.3.1.tgz"},"directories":{}},"4.3.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.3.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"941d53c8ab6216f43a6f5e8e01245364ba90cfe9","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.3.2","_shasum":"351ec7dafc29256b253ad86cd6b48c5a3404b76d","_from":".","_npmVersion":"2.1.14","_nodeVersion":"0.10.33","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"351ec7dafc29256b253ad86cd6b48c5a3404b76d","tarball":"https://registry.npmjs.org/glob/-/glob-4.3.2.tgz"},"directories":{}},"4.3.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.3.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"a4b2cdb3a0026557b2e0930e4687d8d8c51625bf","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.3.3","_shasum":"6e9caf6594d61ce49a3f0ac2c7ad7c73f07afbff","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"6e9caf6594d61ce49a3f0ac2c7ad7c73f07afbff","tarball":"https://registry.npmjs.org/glob/-/glob-4.3.3.tgz"},"directories":{}},"4.3.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.3.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"~0.4.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"7ad3aa4a7254e6d20ce6fc71b772a6156935acb0","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.3.4","_shasum":"97f3fca7200e6b369653ce4f68b894882cd6f44b","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"97f3fca7200e6b369653ce4f68b894882cd6f44b","tarball":"https://registry.npmjs.org/glob/-/glob-4.3.4.tgz"},"directories":{}},"4.3.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.3.5","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"9de4cb6bfeb9c8458cf188fe91447b99bf8f3cfd","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.3.5","_shasum":"80fbb08ca540f238acce5d11d1e9bc41e75173d3","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"80fbb08ca540f238acce5d11d1e9bc41e75173d3","tarball":"https://registry.npmjs.org/glob/-/glob-4.3.5.tgz"},"directories":{}},"4.4.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.4.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"57e6b293108b48d9771a05e2b9a6a1b12cb81c12","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.4.0","_shasum":"91d63dc1ed1d82b52ba2cb76044852ccafc2130f","_from":".","_npmVersion":"2.6.0","_nodeVersion":"1.1.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"91d63dc1ed1d82b52ba2cb76044852ccafc2130f","tarball":"https://registry.npmjs.org/glob/-/glob-4.4.0.tgz"},"directories":{}},"4.4.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.4.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"c13abc0df649ec29f8cfec42f818412887736aa1","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.4.2","_shasum":"3ef93e297ee096c1b9b3ffb1d21025c78ab60548","_from":".","_npmVersion":"2.6.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"3ef93e297ee096c1b9b3ffb1d21025c78ab60548","tarball":"https://registry.npmjs.org/glob/-/glob-4.4.2.tgz"},"directories":{}},"4.5.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.5.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"e9b8379dd31b66a5353a73193619e2b59287b5ee","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.5.0","_shasum":"d6511322e9d5c9bc689f20eb7348f00489723882","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"d6511322e9d5c9bc689f20eb7348f00489723882","tarball":"https://registry.npmjs.org/glob/-/glob-4.5.0.tgz"},"directories":{}},"5.0.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"abdad4c2e6b0ff22850401ff746194183b950da1","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@5.0.0","_shasum":"bb00d4e340932eb101dc2a30e4127ddd51ed15ed","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"bb00d4e340932eb101dc2a30e4127ddd51ed15ed","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.0.tgz"},"directories":{}},"4.5.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.5.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"e01059844faf86a09a3ae2b0382fc57a0ce9e327","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.5.1","_shasum":"a5c7c6407ad7a8d272041c8102420790a45a65cb","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"a5c7c6407ad7a8d272041c8102420790a45a65cb","tarball":"https://registry.npmjs.org/glob/-/glob-4.5.1.tgz"},"directories":{}},"5.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"860db3d29b608e7ca3bdb272086c679fa080663d","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@5.0.1","_shasum":"523a401ab9397f71b0ee4f25d72f20cbc1a15691","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"523a401ab9397f71b0ee4f25d72f20cbc1a15691","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.1.tgz"},"directories":{}},"4.5.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.5.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"7a80196eeee070aa09dd33a6183a45f731c42b58","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.5.2","_shasum":"1204118bab03289c654f8badaede29b52e07cdb4","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"1204118bab03289c654f8badaede29b52e07cdb4","tarball":"https://registry.npmjs.org/glob/-/glob-4.5.2.tgz"},"directories":{}},"5.0.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"87d334f8b6e05c19feb2438c583b1b457a5e106a","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@5.0.2","_shasum":"78ac7605fae5e739677af57bee0483269ff641c4","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"78ac7605fae5e739677af57bee0483269ff641c4","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.2.tgz"},"directories":{}},"4.5.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"4.5.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"a4e461ab59a837eee80a4d8dbdbf5ae1054a646f","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@4.5.3","_shasum":"c6cb73d3226c1efef04de3c56d012f03377ee15f","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"c6cb73d3226c1efef04de3c56d012f03377ee15f","tarball":"https://registry.npmjs.org/glob/-/glob-4.5.3.tgz"},"directories":{}},"5.0.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"2f63d487885fbb51ec8fcb21229bebd0e515c3fb","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@5.0.3","_shasum":"15528c1c727e474a8e7731541c00b00ec802952d","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"15528c1c727e474a8e7731541c00b00ec802952d","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.3.tgz"},"directories":{}},"5.0.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"c443cb723500d3817a4ad0af3e98a22c8f29f5ce","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@5.0.4","_shasum":"084cf799baba0970be616911ed57f14d515d0673","_from":".","_npmVersion":"2.7.6","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"084cf799baba0970be616911ed57f14d515d0673","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.4.tgz"},"directories":{}},"5.0.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.5","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^0.5.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"9db1a83b44da0c60f5fdd31b28b1f9917ee6316d","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob","_id":"glob@5.0.5","_shasum":"784431e4e29a900ae0d47fba6aa1c7f16a8e7df7","_from":".","_npmVersion":"2.7.6","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"784431e4e29a900ae0d47fba6aa1c7f16a8e7df7","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.5.tgz"},"directories":{}},"5.0.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.6","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.0.3","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"7a0d65d7ed11871be6b5a68dc6f15e3f4b3fb93d","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.6","_shasum":"51f1377c8d5ba36015997655d22bd7d20246accd","_from":".","_npmVersion":"2.9.1","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"51f1377c8d5ba36015997655d22bd7d20246accd","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.6.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.7":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.7","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.0.3","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"npm run profclean && tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"cfd963c3c95e51864d69092e32479ddb73c3278e","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.7","_shasum":"9748021208e3fd7c3bcc7167ddbd2f1f94676a43","_from":".","_npmVersion":"2.10.0","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"9748021208e3fd7c3bcc7167ddbd2f1f94676a43","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.7.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.9":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.9","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"7530e8887d8c588744e16eed1b5dac797fead705","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.9","_shasum":"79d1051c65b75020c00d449aa3d242e1ab0aee78","_from":".","_npmVersion":"2.10.1","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"79d1051c65b75020c00d449aa3d242e1ab0aee78","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.9.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.10":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.10","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"e3cdccc0e295c2e1d5f40cf74c73ea17a8319c5c","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.10","_shasum":"3ee350319f31f352cef6899a48f6b6b7834c6899","_from":".","_npmVersion":"2.10.1","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"3ee350319f31f352cef6899a48f6b6b7834c6899","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.10.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.11":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.11","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"38ff16ceb73bd73a69ee769707a0755f86ec2dc3","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.11","_shasum":"ce1756b16ce00d804d8a890ab0951bd07cf0d2ae","_from":".","_npmVersion":"2.12.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"ce1756b16ce00d804d8a890ab0951bd07cf0d2ae","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.11.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.12":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.12","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"9439afd114a16460ad29cd2fb23267ddd45dd688","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.12","_shasum":"3861d827ae59ff38d206eb096659fb0800acee27","_from":".","_npmVersion":"3.0.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"3861d827ae59ff38d206eb096659fb0800acee27","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.12.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.13":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.13","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"bash benchclean.sh"},"license":"ISC","gitHead":"507733d3c97f073ac676f58f2b6f2fe4c00f3e1c","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.13","_shasum":"0b6ffc3ac64eb90669f723a00a0ebb7281b33f8f","_from":".","_npmVersion":"3.0.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"0b6ffc3ac64eb90669f723a00a0ebb7281b33f8f","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.13.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.14":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.14","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"^2.0.1","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"c47d4514f8f93f23b589afa18947306116bfe40f","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.14","_shasum":"a811d507acb605441edd6cd2622a3c6f06cc00e1","_from":".","_npmVersion":"3.1.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"a811d507acb605441edd6cd2622a3c6f06cc00e1","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.14.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"5.0.15":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"5.0.15","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"3a7e71d453dd80e75b196fd262dd23ed54beeceb","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@5.0.15","_shasum":"1bc936b9e02f4a603fcc222ecf7633d30b8b93b1","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"1bc936b9e02f4a603fcc222ecf7633d30b8b93b1","tarball":"https://registry.npmjs.org/glob/-/glob-5.0.15.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"6.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"6.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"3741149fe4fe7060794e85da1bd8cecde623d90b","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@6.0.1","_shasum":"16a89b94ac361b2a670a0a141a21ad51b438d21d","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"16a89b94ac361b2a670a0a141a21ad51b438d21d","tarball":"https://registry.npmjs.org/glob/-/glob-6.0.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"6.0.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"6.0.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"19f5928d703d2ae9beeffe404d53b0fc01b35eca","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@6.0.2","_shasum":"4bfaf2d6f1d89a3d95e9d4660bd88faccce00565","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"4bfaf2d6f1d89a3d95e9d4660bd88faccce00565","tarball":"https://registry.npmjs.org/glob/-/glob-6.0.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"6.0.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"6.0.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^1.1.4","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"dd5b255ff9b161d23f81c4d0a381ca46a97d049a","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@6.0.3","_shasum":"5f02cd89587ce58b154ae0855de02a2e63986fca","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"5f02cd89587ce58b154ae0855de02a2e63986fca","tarball":"https://registry.npmjs.org/glob/-/glob-6.0.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"6.0.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"6.0.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^5.0.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"3bd419c538737e56fda7e21c21ff52ca0c198df6","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@6.0.4","_shasum":"0f08860f6a155127b2fadd4f9ce24b1aab6e4d22","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"0f08860f6a155127b2fadd4f9ce24b1aab6e4d22","tarball":"https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"7.0.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.0.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^5.0.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"8e8876f84232783fd2db3182af5fa33cc83f1989","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.0.0","_shasum":"3b20a357fffcf46bb384aed6f8ae9a647fdb6ac4","_from":".","_npmVersion":"3.7.0","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"3b20a357fffcf46bb384aed6f8ae9a647fdb6ac4","tarball":"https://registry.npmjs.org/glob/-/glob-7.0.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/glob-7.0.0.tgz_1455132435010_0.6941273615229875"},"directories":{}},"7.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^5.0.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"d5924d3fe6dba126230b53847f327551a42f3824","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.0.1","_shasum":"2bc2492088dd0e0da9b5b095d85978c86c2db52a","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.6.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"2bc2492088dd0e0da9b5b095d85978c86c2db52a","tarball":"https://registry.npmjs.org/glob/-/glob-7.0.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/glob-7.0.1.tgz_1457160907434_0.4145621987991035"},"directories":{}},"7.0.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.0.3","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^5.7.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"2fc2278ab857c7df117213a2fb431de090be6353","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.0.3","_shasum":"0aa235931a4a96ac13d60ffac2fb877bd6ed4f58","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.6.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"0aa235931a4a96ac13d60ffac2fb877bd6ed4f58","tarball":"https://registry.npmjs.org/glob/-/glob-7.0.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glob-7.0.3.tgz_1457166529288_0.7840580905321985"},"directories":{}},"7.0.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.0.4","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"fs.realpath":"^1.0.0","inflight":"^1.0.4","inherits":"2","minimatch":"2 || 3","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^5.7.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"3f883c43fec4f8046cbea9497add3b8ba4ef0a37","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.0.4","_shasum":"3b44afa0943bdc31b2037b934791e2e084bcb7f6","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"3b44afa0943bdc31b2037b934791e2e084bcb7f6","tarball":"https://registry.npmjs.org/glob/-/glob-7.0.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glob-7.0.4.tgz_1466098181857_0.6043217403348535"},"directories":{}},"7.0.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.0.5","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"fs.realpath":"^1.0.0","inflight":"^1.0.4","inherits":"2","minimatch":"^3.0.2","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^5.7.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"1319866c764e1a1bb39114dcbc2c1d518bb9b476","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.0.5","_shasum":"b4202a69099bbb4d292a7c1b95b6682b67ebdc95","_from":".","_npmVersion":"3.9.1","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"b4202a69099bbb4d292a7c1b95b6682b67ebdc95","tarball":"https://registry.npmjs.org/glob/-/glob-7.0.5.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glob-7.0.5.tgz_1466471133629_0.7749870484694839"},"directories":{}},"7.0.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.0.6","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"fs.realpath":"^1.0.0","inflight":"^1.0.4","inherits":"2","minimatch":"^3.0.2","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^5.7.0","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"98327d8def195b1ba200217952df8ea829426038","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.0.6","_shasum":"211bafaf49e525b8cd93260d14ab136152b3f57a","_from":".","_npmVersion":"3.10.7","_nodeVersion":"4.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"211bafaf49e525b8cd93260d14ab136152b3f57a","tarball":"https://registry.npmjs.org/glob/-/glob-7.0.6.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/glob-7.0.6.tgz_1472074762911_0.47247025789693"},"directories":{}},"7.1.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.1.0","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"fs.realpath":"^1.0.0","inflight":"^1.0.4","inherits":"2","minimatch":"^3.0.2","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^7.1.2","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"f65f9eb7eda113528c5257b58fac4ca685ee6c4f","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.1.0","_shasum":"36add856d746d0d99e4cc2797bba1ae2c67272fd","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"36add856d746d0d99e4cc2797bba1ae2c67272fd","tarball":"https://registry.npmjs.org/glob/-/glob-7.1.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glob-7.1.0.tgz_1474396131090_0.08145137410610914"},"directories":{}},"7.1.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.1.1","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"fs.realpath":"^1.0.0","inflight":"^1.0.4","inherits":"2","minimatch":"^3.0.2","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^7.1.2","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"bc8d43b736a98a9e289fdfceee9266cff35e5742","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.1.1","_shasum":"805211df04faaf1c63a3600306cdf5ade50b2ec8","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"805211df04faaf1c63a3600306cdf5ade50b2ec8","tarball":"https://registry.npmjs.org/glob/-/glob-7.1.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/glob-7.1.1.tgz_1475876991562_0.924720095237717"},"directories":{}},"7.1.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"name":"glob","description":"a little globber","version":"7.1.2","repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"main":"glob.js","files":["glob.js","sync.js","common.js"],"engines":{"node":"*"},"dependencies":{"fs.realpath":"^1.0.0","inflight":"^1.0.4","inherits":"2","minimatch":"^3.0.4","once":"^1.3.0","path-is-absolute":"^1.0.0"},"devDependencies":{"mkdirp":"0","rimraf":"^2.2.8","tap":"^7.1.2","tick":"0.0.6"},"scripts":{"prepublish":"npm run benchclean","profclean":"rm -f v8.log profile.txt","test":"tap test/*.js --cov","test-regen":"npm run profclean && TEST_REGEN=1 node test/00-setup.js","bench":"bash benchmark.sh","prof":"bash prof.sh && cat profile.txt","benchclean":"node benchclean.js"},"license":"ISC","gitHead":"8fa8d561e08c9eed1d286c6a35be2cd8123b2fb7","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"homepage":"https://github.com/isaacs/node-glob#readme","_id":"glob@7.1.2","_npmVersion":"5.0.0-beta.56","_nodeVersion":"8.0.0-pre","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"integrity":"sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==","shasum":"c19c9df9a028702d678612384a6552404c636d15","tarball":"https://registry.npmjs.org/glob/-/glob-7.1.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/glob-7.1.2.tgz_1495224925341_0.07115248567424715"},"directories":{}}},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"time":{"modified":"2017-07-17T19:44:15.857Z","created":"2011-01-02T22:10:36.356Z","1.0.0":"2011-01-02T22:10:36.356Z","1.0.1":"2011-01-02T22:10:36.356Z","1.0.2":"2011-01-02T22:10:36.356Z","1.0.3":"2011-01-02T22:10:36.356Z","1.1.0":"2011-01-13T20:36:17.606Z","2.0.0":"2011-02-19T21:35:22.467Z","2.0.1":"2011-02-20T20:02:51.964Z","2.0.2":"2011-02-20T20:30:44.507Z","2.0.3":"2011-02-23T06:26:28.871Z","2.0.4":"2011-02-23T21:10:09.983Z","2.0.5":"2011-02-24T01:12:39.828Z","2.0.6":"2011-03-17T04:36:08.989Z","2.0.7-bindist-testing":"2011-03-28T20:58:45.880Z","2.0.7":"2011-06-14T01:03:08.948Z","2.0.8":"2011-08-25T23:08:56.278Z","2.0.9":"2011-09-30T17:37:00.615Z","2.1.0":"2011-11-15T20:33:53.922Z","3.0.0":"2012-01-18T02:44:42.866Z","3.0.1":"2012-01-19T00:29:55.296Z","3.1.0":"2012-02-22T11:11:03.058Z","3.1.1":"2012-02-22T11:49:12.245Z","3.1.2":"2012-02-22T23:06:54.268Z","3.1.3":"2012-02-23T18:47:08.552Z","3.1.4":"2012-02-23T21:09:53.584Z","3.1.5":"2012-03-06T22:45:52.064Z","3.1.6":"2012-03-12T18:06:46.936Z","3.1.7":"2012-03-18T22:25:15.728Z","3.1.9":"2012-03-22T01:19:35.530Z","3.1.10":"2012-06-12T03:28:53.277Z","3.1.11":"2012-07-24T18:58:09.875Z","3.1.12":"2012-08-06T21:06:52.297Z","3.1.13":"2012-09-26T22:32:16.915Z","3.1.14":"2012-10-15T15:34:59.639Z","3.1.15":"2013-01-22T19:30:45.397Z","3.1.16":"2013-01-23T00:48:17.526Z","3.1.17":"2013-01-23T18:39:05.614Z","3.1.18":"2013-02-06T00:15:44.764Z","3.1.19":"2013-02-06T16:20:44.473Z","3.1.20":"2013-02-15T17:48:13.889Z","3.1.21":"2013-02-25T16:26:11.728Z","3.2.0":"2013-04-21T05:11:34.655Z","3.2.1":"2013-04-21T05:14:00.954Z","3.2.3":"2013-07-11T07:12:26.412Z","3.2.4":"2013-07-23T15:43:44.909Z","3.2.5":"2013-07-23T16:26:24.439Z","3.2.6":"2013-07-23T17:01:00.077Z","3.2.7":"2013-11-20T18:05:56.592Z","3.2.8":"2014-01-09T06:01:40.635Z","3.2.9":"2014-02-26T07:34:09.643Z","3.2.10":"2014-05-19T22:09:11.934Z","3.2.11":"2014-05-20T23:31:42.017Z","4.0.0":"2014-05-20T23:32:16.139Z","4.0.1":"2014-06-02T01:17:41.878Z","4.0.2":"2014-06-02T01:30:02.528Z","4.0.3":"2014-06-29T17:22:37.944Z","4.0.4":"2014-07-11T22:29:17.126Z","4.0.5":"2014-07-28T21:30:10.123Z","4.0.6":"2014-09-17T19:24:29.297Z","4.1.0":"2014-11-17T00:24:54.326Z","4.1.1":"2014-11-17T00:27:25.487Z","4.1.2-beta":"2014-11-17T16:41:29.923Z","4.1.2":"2014-11-17T16:53:20.892Z","4.1.3":"2014-11-17T20:02:53.144Z","4.1.4":"2014-11-18T22:15:05.930Z","4.1.5":"2014-11-19T05:15:17.801Z","4.1.6":"2014-11-19T23:30:31.910Z","4.2.0":"2014-11-20T01:12:20.951Z","4.2.1":"2014-11-20T19:02:21.636Z","4.2.2":"2014-11-30T19:15:01.263Z","4.3.0":"2014-12-01T02:13:58.852Z","4.3.1":"2014-12-01T16:32:56.246Z","4.3.2":"2014-12-19T02:06:21.198Z","4.3.3":"2015-01-13T00:33:40.564Z","4.3.4":"2015-01-13T08:11:01.617Z","4.3.5":"2015-01-15T17:58:01.451Z","4.4.0":"2015-02-18T01:39:10.387Z","4.4.1":"2015-02-26T22:16:20.319Z","4.4.2":"2015-03-05T02:29:40.827Z","4.5.0":"2015-03-06T06:35:18.938Z","5.0.0":"2015-03-06T07:11:10.105Z","4.5.1":"2015-03-07T22:53:18.140Z","5.0.1":"2015-03-07T22:53:29.232Z","4.5.2":"2015-03-11T17:48:12.922Z","5.0.2":"2015-03-11T17:48:35.999Z","4.5.3":"2015-03-13T06:07:27.191Z","5.0.3":"2015-03-13T06:08:10.266Z","5.0.4":"2015-04-09T22:27:01.277Z","5.0.5":"2015-04-09T22:29:39.971Z","5.0.6":"2015-05-12T21:29:04.191Z","5.0.7":"2015-05-21T16:45:59.288Z","5.0.9":"2015-05-22T11:03:21.719Z","5.0.10":"2015-05-26T05:54:13.692Z","5.0.11":"2015-06-26T21:44:14.997Z","5.0.12":"2015-06-27T16:16:44.551Z","5.0.13":"2015-07-02T21:29:21.642Z","5.0.14":"2015-07-15T01:34:57.371Z","5.0.15":"2015-09-27T18:21:02.495Z","6.0.0":"2015-11-11T19:26:32.966Z","6.0.1":"2015-11-11T19:47:23.013Z","6.0.2":"2015-12-23T18:40:28.050Z","6.0.3":"2015-12-28T23:49:56.876Z","6.0.4":"2016-01-08T22:35:42.270Z","7.0.0":"2016-02-10T19:27:17.967Z","7.0.1":"2016-03-05T06:55:08.781Z","7.0.3":"2016-03-05T08:28:50.603Z","7.0.4":"2016-06-16T17:29:42.257Z","7.0.5":"2016-06-21T01:05:34.053Z","7.0.6":"2016-08-24T21:39:26.829Z","7.1.0":"2016-09-20T18:28:51.342Z","7.1.1":"2016-10-07T21:49:53.305Z","7.1.2":"2017-05-19T20:15:25.471Z"},"repository":{"type":"git","url":"git://github.com/isaacs/node-glob.git"},"users":{"285858315":true,"tjholowaychuk":true,"fgribreau":true,"jswartwood":true,"bencevans":true,"tivac":true,"chrisdickinson":true,"freethenation":true,"fivdi":true,"stdarg":true,"einfallstoll":true,"darosh":true,"jamescostian":true,"themiddleman":true,"mytharcher":true,"ehershey":true,"cilindrox":true,"esundahl":true,"jonkemp":true,"evocateur":true,"operandom":true,"jacoborus":true,"fanchangyong":true,"tunnckocore":true,"jimnox":true,"voxpelli":true,"shen-weizhong":true,"nak2k":true,"kosoj":true,"kahboom":true,"frk1705":true,"josephdavisco":true,"pragmadash":true,"maschs":true,"alnafie":true,"ajohnstone":true,"kxbrand":true,"coderaiser":true,"golyshevd":true,"lezuse":true,"glukki":true,"jpsirois":true,"capaj":true,"henryfour":true,"fill":true,"levisl176":true,"byossarian":true,"esessoms":true,"bkimminich":true,"htz":true,"lewisbrown":true,"phoenix-xsy":true,"trusktr":true,"zhangyaochun":true,"kgryte":true,"leodutra":true,"tophsic":true,"chzhewl":true,"h4des":true,"gdbtek":true,"dlpowless":true,"allain":true,"guumaster":true,"marco.jahn":true,"electblake":true,"scott_joe":true,"joaocunha":true,"evan2x":true,"j3kz":true,"subchen":true,"simplyianm":true,"eventhough":true,"jerkovicl":true,"josiasmontag":true,"yashprit":true,"pstoev":true,"mtscout6":true,"itonyyo":true,"mysticatea":true,"heck":true,"andreayang":true,"qqqppp9998":true,"wangnan0610":true,"tunderdomb":true,"brentonhouse":true,"moimikey":true,"joemdavis":true,"khaledkaram":true,"program247365":true,"jesusgoku":true,"majgis":true,"awen1983":true,"luuhoangnam":true,"garrickajo":true,"wkaifang":true,"n370":true,"akiva":true,"princetoad":true,"gerst20051":true,"fabioelizandro":true,"jamesmgreene":true,"preflight":true,"boom11235":true,"karthickt":true,"montyanderson":true,"flozz":true,"leandro.maioral":true,"monkeymonk":true,"karlbateman":true,"sparrow":true,"maqentaer":true,"sopepos":true,"edwin_estrada":true,"codebruder":true,"vwal":true,"kparkov":true,"parkerproject":true,"buya":true,"draganhr":true,"incendiary":true,"klap-webdevelopment":true,"den3er":true,"javascript":true,"mikepol":true,"hustliu":true,"pandao":true,"nalindak":true,"nickeltobias":true,"h0ward":true,"nmccready":true,"chrisyipw":true,"m80126colin":true,"gaboesquivel":true,"elessarkrin":true,"lfeng":true,"456wyc":true,"arashmilani":true,"timonwong":true,"leahcimic":true,"abdihaikal":true,"enriched":true,"yuxin":true,"italoacasas":true,"tobiasnickel":true,"jmcantrell":true,"max_devjs":true,"joelwallis":true,"djamseed":true,"fasterthanlime":true,"arttse":true,"allenmoore":true,"yrocq":true,"groovybytes":true,"kontrax":true,"varedis":true,"lyret":true,"monorigabor":true,"gavinning":true,"usingthesystem":true,"easimonenko":true,"jalcine":true,"writech":true,"brend":true,"nhz.io":true,"sqrtthree":true,"roman-io":true,"steel1990":true,"sdesouza":true,"ramono":true,"pruettti":true,"shan":true,"jedateach":true,"stalker":true,"troels.trvo.dk":true,"d9k":true,"abdul":true,"kruemelo":true,"krickray":true,"shaner":true,"vorg":true,"micromax720":true,"rbecheras":true,"retorillo":true,"heyimeugene":true,"limingv5":true,"demerfo":true,"integrity":true,"ddkothari":true,"monolithed":true,"natarajanmca11":true,"noopkat":true,"neefrankie":true,"roccomuso":true,"yinyongcom666":true,"qlqllu":true,"landy2014":true,"kkk123321":true,"fanyegong":true,"pragmader":true,"winblood":true,"backnight":true,"qddegtya":true,"ttionya":true,"mikkoh":true,"gabra":true,"tedyhy":true,"iori20091101":true,"qqcome110":true,"xdream86":true,"akarem":true,"chge":true,"yoking":true,"redstrike":true,"blade254353074":true,"styxnp":true,"abuelwafa":true,"scottfreecode":true,"davidnyhuis":true,"davidjsalazarmoreno":true,"xingtao":true,"cognivator":true,"lixulun":true,"waitstone":true,"tmurngon":true,"zajrik":true,"monjer":true,"andyd":true,"danielbankhead":true,"sansgumen":true,"mr-smiley":true,"mojaray2k":true,"godoshian":true,"fahadjadoon":true,"rdesoky":true,"langri-sha":true,"zorak":true,"dzhou777":true,"jamiechoi":true,"stone-jin":true,"xueboren":true,"rylan_yan":true,"jruif":true,"coolhanddev":true,"prime156":true,"largepuma":true,"tobitobitobi":true,"lonjoy":true,"shangsinian":true,"igorsetsfire":true,"ericyang89":true,"xch":true,"panos277":true,"necanicum":true,"shuoshubao":true,"giussa_dan":true,"scott.m.sarsfield":true,"juandaco":true,"mayq0422":true,"erikvold":true,"quafoo":true,"junos":true,"eshinn":true,"leonzhao":true,"leeziwong":true,"laomu":true,"artem.tkachuck":true,"keenwon":true,"chinawolf_wyp":true,"pablopap":true,"spike1292":true,"saadbinsaeed":true,"alanerzhao":true,"geecko":true,"ahmetertem":true,"pddivine":true,"npmlincq":true,"usex":true,"carlosvillademor":true,"edwardxyt":true,"larrychen":true,"alexxnica":true,"hccdj131":true,"wangfeia":true,"imhu91":true,"gurunate":true,"cool_zjy":true,"yl2014":true,"jamesbedont":true,"hongpark":true,"sjfkai":true,"soenkekluth":true,"diegorbaquero":true,"timvork":true},"readme":"# Glob\n\nMatch files using the patterns the shell uses, like stars and stuff.\n\n[![Build Status](https://travis-ci.org/isaacs/node-glob.svg?branch=master)](https://travis-ci.org/isaacs/node-glob/) [![Build Status](https://ci.appveyor.com/api/projects/status/kd7f3yftf7unxlsx?svg=true)](https://ci.appveyor.com/project/isaacs/node-glob) [![Coverage Status](https://coveralls.io/repos/isaacs/node-glob/badge.svg?branch=master&service=github)](https://coveralls.io/github/isaacs/node-glob?branch=master)\n\nThis is a glob implementation in JavaScript. It uses the `minimatch`\nlibrary to do its matching.\n\n![](oh-my-glob.gif)\n\n## Usage\n\nInstall with npm\n\n```\nnpm i glob\n```\n\n```javascript\nvar glob = require(\"glob\")\n\n// options is optional\nglob(\"**/*.js\", options, function (er, files) {\n // files is an array of filenames.\n // If the `nonull` option is set, and nothing\n // was found, then files is [\"**/*.js\"]\n // er is an error object or null.\n})\n```\n\n## Glob Primer\n\n\"Globs\" are the patterns you type when you do stuff like `ls *.js` on\nthe command line, or put `build/*` in a `.gitignore` file.\n\nBefore parsing the path part patterns, braced sections are expanded\ninto a set. Braced sections start with `{` and end with `}`, with any\nnumber of comma-delimited sections within. Braced sections may contain\nslash characters, so `a{/b/c,bcd}` would expand into `a/b/c` and `abcd`.\n\nThe following characters have special magic meaning when used in a\npath portion:\n\n* `*` Matches 0 or more characters in a single path portion\n* `?` Matches 1 character\n* `[...]` Matches a range of characters, similar to a RegExp range.\n If the first character of the range is `!` or `^` then it matches\n any character not in the range.\n* `!(pattern|pattern|pattern)` Matches anything that does not match\n any of the patterns provided.\n* `?(pattern|pattern|pattern)` Matches zero or one occurrence of the\n patterns provided.\n* `+(pattern|pattern|pattern)` Matches one or more occurrences of the\n patterns provided.\n* `*(a|b|c)` Matches zero or more occurrences of the patterns provided\n* `@(pattern|pat*|pat?erN)` Matches exactly one of the patterns\n provided\n* `**` If a \"globstar\" is alone in a path portion, then it matches\n zero or more directories and subdirectories searching for matches.\n It does not crawl symlinked directories.\n\n### Dots\n\nIf a file or directory path portion has a `.` as the first character,\nthen it will not match any glob pattern unless that pattern's\ncorresponding path part also has a `.` as its first character.\n\nFor example, the pattern `a/.*/c` would match the file at `a/.b/c`.\nHowever the pattern `a/*/c` would not, because `*` does not start with\na dot character.\n\nYou can make glob treat dots as normal characters by setting\n`dot:true` in the options.\n\n### Basename Matching\n\nIf you set `matchBase:true` in the options, and the pattern has no\nslashes in it, then it will seek for any file anywhere in the tree\nwith a matching basename. For example, `*.js` would match\n`test/simple/basic.js`.\n\n### Empty Sets\n\nIf no matching files are found, then an empty array is returned. This\ndiffers from the shell, where the pattern itself is returned. For\nexample:\n\n $ echo a*s*d*f\n a*s*d*f\n\nTo get the bash-style behavior, set the `nonull:true` in the options.\n\n### See Also:\n\n* `man sh`\n* `man bash` (Search for \"Pattern Matching\")\n* `man 3 fnmatch`\n* `man 5 gitignore`\n* [minimatch documentation](https://github.com/isaacs/minimatch)\n\n## glob.hasMagic(pattern, [options])\n\nReturns `true` if there are any special characters in the pattern, and\n`false` otherwise.\n\nNote that the options affect the results. If `noext:true` is set in\nthe options object, then `+(a|b)` will not be considered a magic\npattern. If the pattern has a brace expansion, like `a/{b/c,x/y}`\nthen that is considered magical, unless `nobrace:true` is set in the\noptions.\n\n## glob(pattern, [options], cb)\n\n* `pattern` `{String}` Pattern to be matched\n* `options` `{Object}`\n* `cb` `{Function}`\n * `err` `{Error | null}`\n * `matches` `{Array}` filenames found matching the pattern\n\nPerform an asynchronous glob search.\n\n## glob.sync(pattern, [options])\n\n* `pattern` `{String}` Pattern to be matched\n* `options` `{Object}`\n* return: `{Array}` filenames found matching the pattern\n\nPerform a synchronous glob search.\n\n## Class: glob.Glob\n\nCreate a Glob object by instantiating the `glob.Glob` class.\n\n```javascript\nvar Glob = require(\"glob\").Glob\nvar mg = new Glob(pattern, options, cb)\n```\n\nIt's an EventEmitter, and starts walking the filesystem to find matches\nimmediately.\n\n### new glob.Glob(pattern, [options], [cb])\n\n* `pattern` `{String}` pattern to search for\n* `options` `{Object}`\n* `cb` `{Function}` Called when an error occurs, or matches are found\n * `err` `{Error | null}`\n * `matches` `{Array}` filenames found matching the pattern\n\nNote that if the `sync` flag is set in the options, then matches will\nbe immediately available on the `g.found` member.\n\n### Properties\n\n* `minimatch` The minimatch object that the glob uses.\n* `options` The options object passed in.\n* `aborted` Boolean which is set to true when calling `abort()`. There\n is no way at this time to continue a glob search after aborting, but\n you can re-use the statCache to avoid having to duplicate syscalls.\n* `cache` Convenience object. Each field has the following possible\n values:\n * `false` - Path does not exist\n * `true` - Path exists\n * `'FILE'` - Path exists, and is not a directory\n * `'DIR'` - Path exists, and is a directory\n * `[file, entries, ...]` - Path exists, is a directory, and the\n array value is the results of `fs.readdir`\n* `statCache` Cache of `fs.stat` results, to prevent statting the same\n path multiple times.\n* `symlinks` A record of which paths are symbolic links, which is\n relevant in resolving `**` patterns.\n* `realpathCache` An optional object which is passed to `fs.realpath`\n to minimize unnecessary syscalls. It is stored on the instantiated\n Glob object, and may be re-used.\n\n### Events\n\n* `end` When the matching is finished, this is emitted with all the\n matches found. If the `nonull` option is set, and no match was found,\n then the `matches` list contains the original pattern. The matches\n are sorted, unless the `nosort` flag is set.\n* `match` Every time a match is found, this is emitted with the specific\n thing that matched. It is not deduplicated or resolved to a realpath.\n* `error` Emitted when an unexpected error is encountered, or whenever\n any fs error occurs if `options.strict` is set.\n* `abort` When `abort()` is called, this event is raised.\n\n### Methods\n\n* `pause` Temporarily stop the search\n* `resume` Resume the search\n* `abort` Stop the search forever\n\n### Options\n\nAll the options that can be passed to Minimatch can also be passed to\nGlob to change pattern matching behavior. Also, some have been added,\nor have glob-specific ramifications.\n\nAll options are false by default, unless otherwise noted.\n\nAll options are added to the Glob object, as well.\n\nIf you are running many `glob` operations, you can pass a Glob object\nas the `options` argument to a subsequent operation to shortcut some\n`stat` and `readdir` calls. At the very least, you may pass in shared\n`symlinks`, `statCache`, `realpathCache`, and `cache` options, so that\nparallel glob operations will be sped up by sharing information about\nthe filesystem.\n\n* `cwd` The current working directory in which to search. Defaults\n to `process.cwd()`.\n* `root` The place where patterns starting with `/` will be mounted\n onto. Defaults to `path.resolve(options.cwd, \"/\")` (`/` on Unix\n systems, and `C:\\` or some such on Windows.)\n* `dot` Include `.dot` files in normal matches and `globstar` matches.\n Note that an explicit dot in a portion of the pattern will always\n match dot files.\n* `nomount` By default, a pattern starting with a forward-slash will be\n \"mounted\" onto the root setting, so that a valid filesystem path is\n returned. Set this flag to disable that behavior.\n* `mark` Add a `/` character to directory matches. Note that this\n requires additional stat calls.\n* `nosort` Don't sort the results.\n* `stat` Set to true to stat *all* results. This reduces performance\n somewhat, and is completely unnecessary, unless `readdir` is presumed\n to be an untrustworthy indicator of file existence.\n* `silent` When an unusual error is encountered when attempting to\n read a directory, a warning will be printed to stderr. Set the\n `silent` option to true to suppress these warnings.\n* `strict` When an unusual error is encountered when attempting to\n read a directory, the process will just continue on in search of\n other matches. Set the `strict` option to raise an error in these\n cases.\n* `cache` See `cache` property above. Pass in a previously generated\n cache object to save some fs calls.\n* `statCache` A cache of results of filesystem information, to prevent\n unnecessary stat calls. While it should not normally be necessary\n to set this, you may pass the statCache from one glob() call to the\n options object of another, if you know that the filesystem will not\n change between calls. (See \"Race Conditions\" below.)\n* `symlinks` A cache of known symbolic links. You may pass in a\n previously generated `symlinks` object to save `lstat` calls when\n resolving `**` matches.\n* `sync` DEPRECATED: use `glob.sync(pattern, opts)` instead.\n* `nounique` In some cases, brace-expanded patterns can result in the\n same file showing up multiple times in the result set. By default,\n this implementation prevents duplicates in the result set. Set this\n flag to disable that behavior.\n* `nonull` Set to never return an empty set, instead returning a set\n containing the pattern itself. This is the default in glob(3).\n* `debug` Set to enable debug logging in minimatch and glob.\n* `nobrace` Do not expand `{a,b}` and `{1..3}` brace sets.\n* `noglobstar` Do not match `**` against multiple filenames. (Ie,\n treat it as a normal `*` instead.)\n* `noext` Do not match `+(a|b)` \"extglob\" patterns.\n* `nocase` Perform a case-insensitive match. Note: on\n case-insensitive filesystems, non-magic patterns will match by\n default, since `stat` and `readdir` will not raise errors.\n* `matchBase` Perform a basename-only match if the pattern does not\n contain any slash characters. That is, `*.js` would be treated as\n equivalent to `**/*.js`, matching all js files in all directories.\n* `nodir` Do not match directories, only files. (Note: to match\n *only* directories, simply put a `/` at the end of the pattern.)\n* `ignore` Add a pattern or an array of glob patterns to exclude matches.\n Note: `ignore` patterns are *always* in `dot:true` mode, regardless\n of any other settings.\n* `follow` Follow symlinked directories when expanding `**` patterns.\n Note that this can result in a lot of duplicate references in the\n presence of cyclic links.\n* `realpath` Set to true to call `fs.realpath` on all of the results.\n In the case of a symlink that cannot be resolved, the full absolute\n path to the matched entry is returned (though it will usually be a\n broken symlink)\n* `absolute` Set to true to always receive absolute paths for matched\n files. Unlike `realpath`, this also affects the values returned in\n the `match` event.\n\n## Comparisons to other fnmatch/glob implementations\n\nWhile strict compliance with the existing standards is a worthwhile\ngoal, some discrepancies exist between node-glob and other\nimplementations, and are intentional.\n\nThe double-star character `**` is supported by default, unless the\n`noglobstar` flag is set. This is supported in the manner of bsdglob\nand bash 4.3, where `**` only has special significance if it is the only\nthing in a path part. That is, `a/**/b` will match `a/x/y/b`, but\n`a/**b` will not.\n\nNote that symlinked directories are not crawled as part of a `**`,\nthough their contents may match against subsequent portions of the\npattern. This prevents infinite loops and duplicates and the like.\n\nIf an escaped pattern has no matches, and the `nonull` flag is set,\nthen glob returns the pattern as-provided, rather than\ninterpreting the character escapes. For example,\n`glob.match([], \"\\\\*a\\\\?\")` will return `\"\\\\*a\\\\?\"` rather than\n`\"*a?\"`. This is akin to setting the `nullglob` option in bash, except\nthat it does not resolve escaped pattern characters.\n\nIf brace expansion is not disabled, then it is performed before any\nother interpretation of the glob pattern. Thus, a pattern like\n`+(a|{b),c)}`, which would not be valid in bash or zsh, is expanded\n**first** into the set of `+(a|b)` and `+(a|c)`, and those patterns are\nchecked for validity. Since those two are valid, matching proceeds.\n\n### Comments and Negation\n\nPreviously, this module let you mark a pattern as a \"comment\" if it\nstarted with a `#` character, or a \"negated\" pattern if it started\nwith a `!` character.\n\nThese options were deprecated in version 5, and removed in version 6.\n\nTo specify things that should not match, use the `ignore` option.\n\n## Windows\n\n**Please only use forward-slashes in glob expressions.**\n\nThough windows uses either `/` or `\\` as its path separator, only `/`\ncharacters are used by this glob implementation. You must use\nforward-slashes **only** in glob expressions. Back-slashes will always\nbe interpreted as escape characters, not path separators.\n\nResults from absolute patterns such as `/foo/*` are mounted onto the\nroot setting using `path.join`. On windows, this will by default result\nin `/foo/*` matching `C:\\foo\\bar.txt`.\n\n## Race Conditions\n\nGlob searching, by its very nature, is susceptible to race conditions,\nsince it relies on directory walking and such.\n\nAs a result, it is possible that a file that exists when glob looks for\nit may have been deleted or modified by the time it returns the result.\n\nAs part of its internal implementation, this program caches all stat\nand readdir calls that it makes, in order to cut down on system\noverhead. However, this also makes it even more susceptible to races,\nespecially if the cache or statCache objects are reused between glob\ncalls.\n\nUsers are thus advised not to use a glob result as a guarantee of\nfilesystem state in the face of rapid changes. For the vast majority\nof operations, this is never a problem.\n\n## Contributing\n\nAny change to behavior (including bugfixes) must come with a test.\n\nPatches that fail tests or reduce performance will be rejected.\n\n```\n# to run tests\nnpm test\n\n# to re-generate test fixtures\nnpm run test-regen\n\n# to benchmark against bash/zsh\nnpm run bench\n\n# to profile javascript\nnpm run prof\n```\n","homepage":"https://github.com/isaacs/node-glob#readme","bugs":{"url":"https://github.com/isaacs/node-glob/issues"},"license":"ISC","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"596d138f-1fea5\"","_lastModified":"Mon, 17 Jul 2017 19:44:15 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/globals/.cache.json b/frappe/.npm/registry.npmjs.org/globals/.cache.json new file mode 100644 index 00000000..93e6d3ab --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/globals/.cache.json @@ -0,0 +1 @@ +{"_id":"globals","_rev":"87-13717aeb44d1609bea3f3641587d04d1","name":"globals","description":"Global identifiers from different JavaScript environments","dist-tags":{"latest":"10.0.0"},"versions":{"0.1.0":{"name":"globals","version":"0.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","main":"globals.json","repository":{"type":"git","url":"git://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"~1.x"},"bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@0.1.0","dist":{"shasum":"78bf585dc4c9587372a6a10143f1caaaccf595e4","tarball":"https://registry.npmjs.org/globals/-/globals-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.1":{"name":"globals","version":"0.1.1","description":"Global identifiers from different JavaScript environments","license":"MIT","main":"globals.json","repository":{"type":"git","url":"git://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@0.1.1","dist":{"shasum":"07a636a461e2f7d7d1e6f787205c68f121bbfa81","tarball":"https://registry.npmjs.org/globals/-/globals-0.1.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.0":{"name":"globals","version":"1.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"787be0b6fbdbcd6f75e01df674fd7d89ce72cf74","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@1.0.0","_shasum":"a2809cf4079f35c1f95d5978eae4a71c1e12554f","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"a2809cf4079f35c1f95d5978eae4a71c1e12554f","tarball":"https://registry.npmjs.org/globals/-/globals-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"globals","version":"2.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"6400333f4cbed250826e4aea9081eefbb6e676c0","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@2.0.0","_shasum":"034d937f10c8f331948b035640174d5cd1cf3817","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"034d937f10c8f331948b035640174d5cd1cf3817","tarball":"https://registry.npmjs.org/globals/-/globals-2.0.0.tgz"},"directories":{}},"3.0.0":{"name":"globals","version":"3.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"9362018d7d29d4f4d335b3909e30ac73b13cf810","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@3.0.0","_shasum":"f617efffa8f31d18bf6034a7bb26e282de308946","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"nzakas","email":"nicholas@nczconsulting.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"f617efffa8f31d18bf6034a7bb26e282de308946","tarball":"https://registry.npmjs.org/globals/-/globals-3.0.0.tgz"},"directories":{}},"4.0.0":{"name":"globals","version":"4.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"3a4f5432aa72158b112d85cd027be218c872846f","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@4.0.0","_shasum":"9a68887ae12f70858ae9372a02e1b87827bd56e3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"nzakas","email":"nicholas@nczconsulting.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"9a68887ae12f70858ae9372a02e1b87827bd56e3","tarball":"https://registry.npmjs.org/globals/-/globals-4.0.0.tgz"},"directories":{}},"5.0.0":{"name":"globals","version":"5.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"04de6084164950e8ad06ba3b028515f2e89d2bc1","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@5.0.0","_shasum":"933dfb37459c6dec908deb0db65911b73628d24f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"nzakas","email":"nicholas@nczconsulting.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"933dfb37459c6dec908deb0db65911b73628d24f","tarball":"https://registry.npmjs.org/globals/-/globals-5.0.0.tgz"},"directories":{}},"5.1.0":{"name":"globals","version":"5.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"b9c4e523b6bd6c60e1a3fe8081a00cd1a6d2c5cc","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@5.1.0","_shasum":"4dcafe4e908d666bae086234bcb34ab553e5524e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"4dcafe4e908d666bae086234bcb34ab553e5524e","tarball":"https://registry.npmjs.org/globals/-/globals-5.1.0.tgz"},"directories":{}},"6.0.0":{"name":"globals","version":"6.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"3e865210ba72e36f854ec42b00ca6875024e28cd","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.0.0","_shasum":"92f22abab2139e8de9c3b5d2644acfe4b8544f81","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"92f22abab2139e8de9c3b5d2644acfe4b8544f81","tarball":"https://registry.npmjs.org/globals/-/globals-6.0.0.tgz"},"directories":{}},"6.1.0":{"name":"globals","version":"6.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"c3937467a80f3da4000a0a7cb15b92ea11ce8ea8","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.1.0","_shasum":"45d617db6fa9f0f5d7aa21f041a0ab51b9d299b1","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"45d617db6fa9f0f5d7aa21f041a0ab51b9d299b1","tarball":"https://registry.npmjs.org/globals/-/globals-6.1.0.tgz"},"directories":{}},"6.2.0":{"name":"globals","version":"6.2.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"22889fa12fa1a028bb1eee368aadd05e40e70b05","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.2.0","_shasum":"60ced87cd448fe17ee46804643051490f5bbc19b","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"60ced87cd448fe17ee46804643051490f5bbc19b","tarball":"https://registry.npmjs.org/globals/-/globals-6.2.0.tgz"},"directories":{}},"6.3.0":{"name":"globals","version":"6.3.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"db5f7082d29f8933a49e7bc42c6bd55db28de779","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.3.0","_shasum":"89faa782414d18e49ac1db2b610c7d8b2edd2761","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"89faa782414d18e49ac1db2b610c7d8b2edd2761","tarball":"https://registry.npmjs.org/globals/-/globals-6.3.0.tgz"},"directories":{}},"6.4.0":{"name":"globals","version":"6.4.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"9c1d079f3197f3cbae1365ee8f15e5abd7ce1fb3","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.4.0","_shasum":"1ddbfbe9202d758544cdf2cc6aafbb5cb2f12eef","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"1ddbfbe9202d758544cdf2cc6aafbb5cb2f12eef","tarball":"https://registry.npmjs.org/globals/-/globals-6.4.0.tgz"},"directories":{}},"6.4.1":{"name":"globals","version":"6.4.1","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"c8e9f2aba0eaea2a732452667a386178ddd6bcb7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@6.4.1","_shasum":"8498032b3b6d1cc81eebc5f79690d8fe29fabf4f","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"dist":{"shasum":"8498032b3b6d1cc81eebc5f79690d8fe29fabf4f","tarball":"https://registry.npmjs.org/globals/-/globals-6.4.1.tgz"},"directories":{}},"7.0.0":{"name":"globals","version":"7.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"fecd6fa10a001e5589db242a1ce4d03194772ef7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@7.0.0","_shasum":"fdf7027d66fefd84ffb640dc6555059178eacea1","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"fdf7027d66fefd84ffb640dc6555059178eacea1","tarball":"https://registry.npmjs.org/globals/-/globals-7.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"7.1.0":{"name":"globals","version":"7.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"38b4e9a4942df8e62769307fdcaf376a7b5b8ee8","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@7.1.0","_shasum":"3a7f4e7f5cea78d13b6c18eb35f7f29647939075","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3a7f4e7f5cea78d13b6c18eb35f7f29647939075","tarball":"https://registry.npmjs.org/globals/-/globals-7.1.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.0.0":{"name":"globals","version":"8.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"cce613db700a579352e87c331c9427d46d60d162","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.0.0","_shasum":"1bde4be6e5fd4c8408b1bf8fcefdebdf53212614","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"1bde4be6e5fd4c8408b1bf8fcefdebdf53212614","tarball":"https://registry.npmjs.org/globals/-/globals-8.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.1.0":{"name":"globals","version":"8.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"f86075648ac672a540e64c2a46de8ef49c15fc0b","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.1.0","_shasum":"f491df47705dfb94e06ff4ff2352babde95e10b8","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f491df47705dfb94e06ff4ff2352babde95e10b8","tarball":"https://registry.npmjs.org/globals/-/globals-8.1.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.2.0":{"name":"globals","version":"8.2.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"446d0ed196d58bf62c0ed94e06e2ffbe75816ad9","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.2.0","_shasum":"97d0503f6a942ffb69b107fee447f4d54a66fb4e","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"97d0503f6a942ffb69b107fee447f4d54a66fb4e","tarball":"https://registry.npmjs.org/globals/-/globals-8.2.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.3.0":{"name":"globals","version":"8.3.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"51e51777b0d4db43cbb381fc2616adf8142fe55e","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.3.0","_shasum":"5706f1ff4338e0cbcd2400504b3085fc7984c7fc","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"5706f1ff4338e0cbcd2400504b3085fc7984c7fc","tarball":"https://registry.npmjs.org/globals/-/globals-8.3.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.4.0":{"name":"globals","version":"8.4.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"360ff9983bc5209f552ebcdae6568c9cff561efa","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.4.0","_shasum":"0885574bbe4478678b4546845bea6ef54d724b22","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"0885574bbe4478678b4546845bea6ef54d724b22","tarball":"https://registry.npmjs.org/globals/-/globals-8.4.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.5.0":{"name":"globals","version":"8.5.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"081517fa8e8ab43ce122a0cb4c36766ad8efb2ee","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.5.0","_shasum":"3e899a41c0c4518dda4a0503d052474aebf32097","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.7","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3e899a41c0c4518dda4a0503d052474aebf32097","tarball":"https://registry.npmjs.org/globals/-/globals-8.5.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.6.0":{"name":"globals","version":"8.6.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"32e4f339277cac3160671c77eec63683a3e411b9","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.6.0","_shasum":"d4ca7d15d9c279bca23002317115d519698b354d","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d4ca7d15d9c279bca23002317115d519698b354d","tarball":"https://registry.npmjs.org/globals/-/globals-8.6.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.7.0":{"name":"globals","version":"8.7.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"a993b8aa0792868c14021d10518f5f3ca0723dd9","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.7.0","_shasum":"52b36039f16b824e7617657fdfd207f57231c67e","_from":".","_npmVersion":"2.14.1","_nodeVersion":"0.12.7","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"52b36039f16b824e7617657fdfd207f57231c67e","tarball":"https://registry.npmjs.org/globals/-/globals-8.7.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.8.0":{"name":"globals","version":"8.8.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"222cb5f8455cc3459ecdd613f8a152922c213c9d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.8.0","_shasum":"a584643e06428650019b237e18265d4099d0862e","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a584643e06428650019b237e18265d4099d0862e","tarball":"https://registry.npmjs.org/globals/-/globals-8.8.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.9.0":{"name":"globals","version":"8.9.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"9576451c6bde9960a025ee4d3c8708913f7dbc80","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.9.0","_shasum":"13d5520e356e1b2d7f1d0a4d519daebd31ab5a0a","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"13d5520e356e1b2d7f1d0a4d519daebd31ab5a0a","tarball":"https://registry.npmjs.org/globals/-/globals-8.9.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.10.0":{"name":"globals","version":"8.10.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"beb2076565fd764a1264f0b066f96744862b68d6","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@8.10.0","_shasum":"6e14b51cba0c38c7303ad17e1648ddce560f2b14","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"6e14b51cba0c38c7303ad17e1648ddce560f2b14","tarball":"https://registry.npmjs.org/globals/-/globals-8.10.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"}],"directories":{}},"8.11.0":{"name":"globals","version":"8.11.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"b822c731d03c77e1ed54432e7c484a52fe4a175d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.11.0","_shasum":"f117b03479dc2df159302d81cd08396425705d5b","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f117b03479dc2df159302d81cd08396425705d5b","tarball":"https://registry.npmjs.org/globals/-/globals-8.11.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.12.0":{"name":"globals","version":"8.12.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"4968331eef0beb0c4cb712472990ec1688fc7779","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.12.0","_shasum":"e459a2e8993fe3c1ad09a3b703ab4ea38ecbbe94","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e459a2e8993fe3c1ad09a3b703ab4ea38ecbbe94","tarball":"https://registry.npmjs.org/globals/-/globals-8.12.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.12.1":{"name":"globals","version":"8.12.1","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"34f4632378986bda98a02aba88be09617cbb9287","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.12.1","_shasum":"566a13f7b3bbfb8779e7c05b3b89468d83b3d10f","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"566a13f7b3bbfb8779e7c05b3b89468d83b3d10f","tarball":"https://registry.npmjs.org/globals/-/globals-8.12.1.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.13.0":{"name":"globals","version":"8.13.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"73177be7f9a8f1e53b403f500bc8d41ae9fa7fd7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.13.0","_shasum":"c9c4d1dee4e12252864d9511477068a719ef9560","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"c9c4d1dee4e12252864d9511477068a719ef9560","tarball":"https://registry.npmjs.org/globals/-/globals-8.13.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.14.0":{"name":"globals","version":"8.14.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"06eaf6882266932a28a56f8ec322053ff731d90d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.14.0","_shasum":"62f567e67479d2d949c12ce52c39c24eff443c5a","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"62f567e67479d2d949c12ce52c39c24eff443c5a","tarball":"https://registry.npmjs.org/globals/-/globals-8.14.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.15.0":{"name":"globals","version":"8.15.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"cff018fdec7ae48f7e1b0e68c3d08019449dbbdc","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.15.0","_shasum":"3cf33671186eb0619e259df5dc4ad4817e7a846b","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3cf33671186eb0619e259df5dc4ad4817e7a846b","tarball":"https://registry.npmjs.org/globals/-/globals-8.15.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.16.0":{"name":"globals","version":"8.16.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"a6823fb0538f488ffccd0971b81e84a54ecceef5","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.16.0","_shasum":"15ddf66b4e41f8224b44d897960ddab07f7b9f65","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"15ddf66b4e41f8224b44d897960ddab07f7b9f65","tarball":"https://registry.npmjs.org/globals/-/globals-8.16.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.17.0":{"name":"globals","version":"8.17.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"1e9e189ec76b938de5692941107c62442b93fe57","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.17.0","_shasum":"9385a461712d91063fbd62e9b88b96aa00d09b97","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"9385a461712d91063fbd62e9b88b96aa00d09b97","tarball":"https://registry.npmjs.org/globals/-/globals-8.17.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"8.18.0":{"name":"globals","version":"8.18.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"d929a0c638008d4cbf87cc7faac5bc5169e2b86d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@8.18.0","_shasum":"93d4a62bdcac38cfafafc47d6b034768cb0ffcb4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"93d4a62bdcac38cfafafc47d6b034768cb0ffcb4","tarball":"https://registry.npmjs.org/globals/-/globals-8.18.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"9.0.0":{"name":"globals","version":"9.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"12d20fee61d95fb5ec6676f8af62e5ee41ee6941","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.0.0","_shasum":"285f64c96b38b9c2c05959149748e3ebd388a65d","_from":".","_npmVersion":"3.7.2","_nodeVersion":"4.2.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"285f64c96b38b9c2c05959149748e3ebd388a65d","tarball":"https://registry.npmjs.org/globals/-/globals-9.0.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/globals-9.0.0.tgz_1454822521203_0.17778797028586268"},"directories":{}},"9.1.0":{"name":"globals","version":"9.1.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"1e9ebc39828b92bd5c8ec7dc7bb07d62f2fb0153","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@9.1.0","_shasum":"2443cd6ad93c51b767324dc59562fbe71e0af98d","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"2443cd6ad93c51b767324dc59562fbe71e0af98d","tarball":"https://registry.npmjs.org/globals/-/globals-9.1.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/globals-9.1.0.tgz_1456499363584_0.13673822372220457"},"directories":{}},"9.2.0":{"name":"globals","version":"9.2.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"4976a1a3c08c8f9a7fa11364a57d6e06d1add141","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@9.2.0","_shasum":"e099b0135b3c4f84a6a93e8006d93df9d87c9838","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e099b0135b3c4f84a6a93e8006d93df9d87c9838","tarball":"https://registry.npmjs.org/globals/-/globals-9.2.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.2.0.tgz_1458829618556_0.8111283932812512"},"directories":{}},"9.3.0":{"name":"globals","version":"9.3.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"7f34af9a33f59f5ad460c6c7ff035669ba30d756","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.3.0","_shasum":"55a541cf8519d66055ed3c892dd7c49c1504783e","_from":".","_npmVersion":"3.8.3","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"55a541cf8519d66055ed3c892dd7c49c1504783e","tarball":"https://registry.npmjs.org/globals/-/globals-9.3.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.3.0.tgz_1459613703209_0.12167727225460112"},"directories":{}},"9.4.0":{"name":"globals","version":"9.4.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/globals"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"77c6fd4f214140ef81c530c5b3da49ee346fd08a","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals","_id":"globals@9.4.0","_shasum":"e89906bbd58b40305e5691ef934324e93325b35f","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e89906bbd58b40305e5691ef934324e93325b35f","tarball":"https://registry.npmjs.org/globals/-/globals-9.4.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.4.0.tgz_1459871365142_0.9750835259910673"},"directories":{}},"9.5.0":{"name":"globals","version":"9.5.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"ddd67eee82aed52cdba7a28b09b9c3f1dea0f0c7","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.5.0","_shasum":"8d0244dbc03e1e71ee0290ff805eff9af37b176c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"8d0244dbc03e1e71ee0290ff805eff9af37b176c","tarball":"https://registry.npmjs.org/globals/-/globals-9.5.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.5.0.tgz_1460995392428_0.6166578873526305"},"directories":{}},"9.6.0":{"name":"globals","version":"9.6.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"def3a004b15985b94aeead981478659701c7ff06","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.6.0","_shasum":"b34eef40f2583df0b7f58645e39636c601c5b79f","_from":".","_npmVersion":"3.8.9","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"b34eef40f2583df0b7f58645e39636c601c5b79f","tarball":"https://registry.npmjs.org/globals/-/globals-9.6.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.6.0.tgz_1462095920050_0.08107598079368472"},"directories":{}},"9.7.0":{"name":"globals","version":"9.7.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"158ee4b3768742b9316559f90796ce747f9c591e","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.7.0","_shasum":"3a8e41bd9b8ed79749ce6629568be839b789ef9d","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3a8e41bd9b8ed79749ce6629568be839b789ef9d","tarball":"https://registry.npmjs.org/globals/-/globals-9.7.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.7.0.tgz_1463901802442_0.8302862842101604"},"directories":{}},"9.8.0":{"name":"globals","version":"9.8.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"870eb326517a556c5d1439f9e99d29db60d49aa6","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.8.0","_shasum":"a436ecf6214e5f73f110a400305325330a7cfd50","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a436ecf6214e5f73f110a400305325330a7cfd50","tarball":"https://registry.npmjs.org/globals/-/globals-9.8.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.8.0.tgz_1465314700819_0.9265344603918493"},"directories":{}},"9.9.0":{"name":"globals","version":"9.9.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"367f1f26434aee2c26387003cadbd95131a3fc3b","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.9.0","_shasum":"4c5ffc359fb21edc83fedb87b1c0b414dc24d552","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"4c5ffc359fb21edc83fedb87b1c0b414dc24d552","tarball":"https://registry.npmjs.org/globals/-/globals-9.9.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/globals-9.9.0.tgz_1467581255981_0.6368429779540747"},"directories":{}},"9.10.0":{"name":"globals","version":"9.10.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"2225fe213599c0b619b17c396e7765f02d38fe72","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.10.0","_shasum":"d1047641c49b7b03cacf7e15fb8a42a3d33c88f7","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d1047641c49b7b03cacf7e15fb8a42a3d33c88f7","tarball":"https://registry.npmjs.org/globals/-/globals-9.10.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.10.0.tgz_1473514909168_0.47005808213725686"},"directories":{}},"9.11.0":{"name":"globals","version":"9.11.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"f455691475dc05015b662fe4f457569811e40fc5","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.11.0","_shasum":"d46044c4945fa40d86b1f0a816ca5819a960dcbd","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d46044c4945fa40d86b1f0a816ca5819a960dcbd","tarball":"https://registry.npmjs.org/globals/-/globals-9.11.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.11.0.tgz_1476026329983_0.4371901140548289"},"directories":{}},"9.12.0":{"name":"globals","version":"9.12.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"282ae63d59b6fae64a5d0965e03cce9c6263de55","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.12.0","_shasum":"992ce90828c3a55fa8f16fada177adb64664cf9d","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"992ce90828c3a55fa8f16fada177adb64664cf9d","tarball":"https://registry.npmjs.org/globals/-/globals-9.12.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/globals-9.12.0.tgz_1476075908170_0.06293708248995245"},"directories":{}},"9.13.0":{"name":"globals","version":"9.13.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"130c25f34b2d5e5e7b2d7ecb8294cddef56e93e0","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.13.0","_shasum":"d97706b61600d8dbe94708c367d3fdcf48470b8f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"d97706b61600d8dbe94708c367d3fdcf48470b8f","tarball":"https://registry.npmjs.org/globals/-/globals-9.13.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.13.0.tgz_1478858009965_0.3937872392125428"},"directories":{}},"9.14.0":{"name":"globals","version":"9.14.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"4159cd067369b8242131551beb09fafb52afc289","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.14.0","_shasum":"8859936af0038741263053b39d0e76ca241e4034","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"8859936af0038741263053b39d0e76ca241e4034","tarball":"https://registry.npmjs.org/globals/-/globals-9.14.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.14.0.tgz_1479623329065_0.9806821248494089"},"directories":{}},"9.15.0":{"name":"globals","version":"9.15.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"07f98339930695b2267dbc815c34ee47861e9682","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.15.0","_shasum":"7a5d8fd865e69de910b090b15a87772f9423c5de","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"7a5d8fd865e69de910b090b15a87772f9423c5de","tarball":"https://registry.npmjs.org/globals/-/globals-9.15.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.15.0.tgz_1487082511341_0.552606801269576"},"directories":{}},"9.16.0":{"name":"globals","version":"9.16.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"cbd8b3783569efa86603cf22ace00cf4efddfb83","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.16.0","_shasum":"63e903658171ec2d9f51b1d31de5e2b8dc01fb80","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"63e903658171ec2d9f51b1d31de5e2b8dc01fb80","tarball":"https://registry.npmjs.org/globals/-/globals-9.16.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.16.0.tgz_1487249737492_0.5163057728204876"},"directories":{}},"9.17.0":{"name":"globals","version":"9.17.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"49b918ba1e72d831247a3f92cd8c59acc763a6bf","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.17.0","_shasum":"0c0ca696d9b9bb694d2e5470bd37777caad50286","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"0c0ca696d9b9bb694d2e5470bd37777caad50286","tarball":"https://registry.npmjs.org/globals/-/globals-9.17.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/globals-9.17.0.tgz_1490427430895_0.24591433047316968"},"directories":{}},"9.18.0":{"name":"globals","version":"9.18.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"*"},"gitHead":"09ba8754235e5953507b8d0543d65098bc7bb78d","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@9.18.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==","shasum":"aa3896b3e69b487f17e31ed2143d69a8e30c2d8a","tarball":"https://registry.npmjs.org/globals/-/globals-9.18.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/globals-9.18.0.tgz_1496827524121_0.8153965487144887"},"directories":{}},"10.0.0":{"name":"globals","version":"10.0.0","description":"Global identifiers from different JavaScript environments","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"mocha"},"files":["index.js","globals.json"],"keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"devDependencies":{"mocha":"^3.4.2"},"gitHead":"fd2e22986a7fc7a5a1fc3577b82cca2af6bdcd65","bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"homepage":"https://github.com/sindresorhus/globals#readme","_id":"globals@10.0.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-kxN6RfO/HLQcHV2yI48enVP37K7vlpTl3vcLCwYkRidzO/GjOOK7jQUD9LvhPeSvbiAsnSDGEd5SDVVa9EeimQ==","shasum":"a5803a1abe923b52bc33a59cffeaf6e0748cf3f7","tarball":"https://registry.npmjs.org/globals/-/globals-10.0.0.tgz"},"maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/globals-10.0.0.tgz_1496827902083_0.22080404963344336"},"directories":{}}},"readme":"# globals [![Build Status](https://travis-ci.org/sindresorhus/globals.svg?branch=master)](https://travis-ci.org/sindresorhus/globals)\n\n> Global identifiers from different JavaScript environments\n\nExtracted from [JSHint](https://github.com/jshint/jshint/blob/3a8efa979dbb157bfb5c10b5826603a55a33b9ad/src/vars.js) and [ESLint](https://github.com/eslint/eslint/blob/b648406218f8a2d7302b98f5565e23199f44eb31/conf/environments.json) and merged.\n\nIt's just a [JSON file](globals.json), so use it in whatever environment you like.\n\n**This module [no longer accepts](https://github.com/sindresorhus/globals/issues/82) new environments. If you need it for ESLint, just [create a plugin](http://eslint.org/docs/developer-guide/working-with-plugins#environments-in-plugins).**\n\n\n## Install\n\n```\n$ npm install --save globals\n```\n\n\n## Usage\n\n```js\nvar globals = require('globals');\n\nconsole.log(globals.browser);\n/*\n{\n\taddEventListener: false,\n\tapplicationCache: false,\n\tArrayBuffer: false,\n\tatob: false,\n\t...\n}\n*/\n```\n\nEach global is given a value of `true` or `false`. A value of `true` indicates that the variable may be overwritten. A value of `false` indicates that the variable should be considered read-only. This information is used by static analysis tools to flag incorrect behavior. We assume all variables should be `false` unless we hear otherwise.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","maintainers":[{"name":"byk","email":"ben@byk.im"},{"name":"lo1tuma","email":"schreck.mathias@gmail.com"},{"name":"nzakas","email":"nicholas@nczconsulting.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"time":{"modified":"2017-07-11T13:36:29.688Z","created":"2012-11-03T11:51:05.078Z","0.0.1":"2012-11-03T11:51:19.754Z","0.1.0":"2013-12-16T07:42:25.762Z","0.1.1":"2014-04-30T22:22:18.536Z","1.0.0":"2014-08-14T14:14:22.925Z","2.0.0":"2014-11-26T12:35:57.158Z","3.0.0":"2014-12-12T23:35:07.559Z","4.0.0":"2014-12-18T00:14:40.433Z","5.0.0":"2015-01-19T22:15:33.890Z","5.1.0":"2015-01-22T08:52:08.844Z","6.0.0":"2015-02-02T10:25:29.545Z","6.1.0":"2015-02-04T19:12:01.001Z","6.2.0":"2015-02-16T15:52:47.722Z","6.3.0":"2015-03-17T11:58:11.005Z","6.4.0":"2015-03-25T10:49:08.892Z","6.4.1":"2015-03-26T06:54:59.923Z","7.0.0":"2015-06-02T19:58:12.901Z","7.1.0":"2015-06-03T09:21:29.879Z","8.0.0":"2015-06-07T16:48:13.428Z","8.1.0":"2015-06-20T17:32:45.342Z","8.2.0":"2015-06-29T17:42:37.157Z","8.3.0":"2015-07-30T11:22:08.695Z","8.4.0":"2015-08-18T07:54:38.133Z","8.5.0":"2015-08-20T06:38:59.555Z","8.6.0":"2015-08-20T16:29:30.241Z","8.7.0":"2015-09-01T09:32:51.573Z","8.8.0":"2015-09-05T07:34:25.756Z","8.9.0":"2015-09-20T09:14:40.559Z","8.10.0":"2015-09-21T05:00:26.741Z","8.11.0":"2015-10-03T17:15:40.280Z","8.12.0":"2015-11-13T08:06:55.339Z","8.12.1":"2015-11-20T18:20:02.924Z","8.13.0":"2015-11-30T01:40:59.569Z","8.14.0":"2015-12-02T18:38:43.967Z","8.15.0":"2015-12-15T18:26:21.410Z","8.16.0":"2015-12-29T21:53:35.442Z","8.17.0":"2015-12-31T00:20:09.588Z","8.18.0":"2016-01-07T15:53:38.310Z","9.0.0":"2016-02-07T05:22:03.385Z","9.1.0":"2016-02-26T15:09:24.567Z","9.2.0":"2016-03-24T14:26:58.983Z","9.3.0":"2016-04-02T16:15:03.770Z","9.4.0":"2016-04-05T15:49:25.658Z","9.5.0":"2016-04-18T16:03:14.779Z","9.6.0":"2016-05-01T09:45:22.046Z","9.7.0":"2016-05-22T07:23:22.883Z","9.8.0":"2016-06-07T15:51:42.796Z","9.9.0":"2016-07-03T21:27:38.168Z","9.10.0":"2016-09-10T13:41:49.414Z","9.11.0":"2016-10-09T15:18:50.204Z","9.12.0":"2016-10-10T05:05:08.398Z","9.13.0":"2016-11-11T09:53:31.594Z","9.14.0":"2016-11-20T06:28:50.923Z","9.15.0":"2017-02-14T14:28:33.289Z","9.16.0":"2017-02-16T12:55:39.252Z","9.17.0":"2017-03-25T07:37:12.880Z","9.18.0":"2017-06-07T09:25:24.217Z","10.0.0":"2017-06-07T09:31:42.247Z"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"repository":{"type":"git","url":"git+https://github.com/sindresorhus/globals.git"},"homepage":"https://github.com/sindresorhus/globals#readme","keywords":["globals","global","identifiers","variables","vars","jshint","eslint","environments"],"bugs":{"url":"https://github.com/sindresorhus/globals/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"nubuck":true,"qddegtya":true,"heineiuo":true,"jondar":true},"_attachments":{},"_etag":"W/\"5964d45d-12c7b\"","_lastModified":"Tue, 11 Jul 2017 13:36:29 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/graceful-fs/.cache.json b/frappe/.npm/registry.npmjs.org/graceful-fs/.cache.json new file mode 100644 index 00000000..337e7b8d --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/graceful-fs/.cache.json @@ -0,0 +1 @@ +{"_id":"graceful-fs","_rev":"181-1132c9e8b4fa0d9f5c6e967452ccca75","name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","dist-tags":{"latest":"4.1.11","old":"3.0.11"},"versions":{"1.0.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs with incremental backoff on EMFILE","version":"1.0.0","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":"0.4 || 0.5"},"dependencies":{},"devDependencies":{},"_npmJsonOpts":{"file":"/Users/isaacs/.npm/graceful-fs/1.0.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"graceful-fs@1.0.0","_engineSupported":true,"_npmVersion":"1.0.18","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"ba8e39479ec46658d59eb305f878f8b0820fa8e5","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.0.0.tgz"},"scripts":{},"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs with incremental backoff on EMFILE","version":"1.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":"0.4 || 0.5"},"dependencies":{},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.0.1","_engineSupported":true,"_npmVersion":"1.0.30","_nodeVersion":"v0.5.8-pre","_defaultsLoaded":true,"dist":{"shasum":"63647ef7ca9bf0abc561cdb72d2a58704a11cc2f","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.0.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.0.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs with incremental backoff on EMFILE","version":"1.0.2","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":"0.4 || 0.5 || 0.6"},"dependencies":{},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.0.2","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2-pre","_defaultsLoaded":true,"dist":{"shasum":"79ac9f685c97c391d88a95e4cde5a1313c3807de","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.0.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.0","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":"0.4 || 0.5 || 0.6"},"dependencies":{"fast-list":"1"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.0","_engineSupported":true,"_npmVersion":"1.1.0-alpha-2","_nodeVersion":"v0.6.2-pre","_defaultsLoaded":true,"dist":{"shasum":"c36f1d3b31d71b4cef3da303b784074f6d578037","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.1","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":"0.4 || 0.5 || 0.6"},"dependencies":{"fast-list":"1"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.1","_engineSupported":true,"_npmVersion":"1.1.0-alpha-2","_nodeVersion":"v0.6.4-pre","_defaultsLoaded":true,"dist":{"shasum":"2f10989f7e9addfcea6592d95f52bb0c2d7e5bd2","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.2","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":"0.4 || 0.5 || 0.6"},"dependencies":{"fast-list":"1"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.2","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.4","_defaultsLoaded":true,"dist":{"shasum":"e82181f54de6620c67034e736fbc0d8fee8c1ffa","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.3","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"dependencies":{"fast-list":"1"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.3","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"7c5264a5fd5888cf02545898e402502ff01150ae","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.4","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"dependencies":{"fast-list":"1"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.4","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"d53940783394758e59b24e10d355cbcf8c225103","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.5","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"dependencies":{"fast-list":"1"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.5","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.9-pre","_defaultsLoaded":true,"dist":{"shasum":"0e4692e2240d3951c135587ff7dc8c557186d037","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.5.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.6","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.6","dependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.10","_nodeVersion":"v0.7.7-pre","_defaultsLoaded":true,"dist":{"shasum":"cb87fa245e5669fb7b1da44ceef5920054052e24","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.6.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.7":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.7","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.7","dependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.10","_nodeVersion":"v0.7.7-pre","_defaultsLoaded":true,"dist":{"shasum":"e5cfd7904de546273c1c461ddd053e44e84bc0d7","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.7.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.8":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.8","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"devDependencies":{},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"graceful-fs@1.1.8","dependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.10","_nodeVersion":"v0.7.7-pre","_defaultsLoaded":true,"dist":{"shasum":"7c9b7cd96f16b83230f61d522156306500914888","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.8.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.9":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.9","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"devDependencies":{},"_id":"graceful-fs@1.1.9","dist":{"shasum":"2d8916e828b906a921d7e7de8fc2ba148f03b18a","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.9.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.10":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.10","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"devDependencies":{},"directories":{"test":"test"},"dependencies":{},"scripts":{"test":"tap test/*.js"},"keywords":["fs","EMFILE","error","handling","monkeypatch"],"license":"BSD","_id":"graceful-fs@1.1.10","dist":{"shasum":"388a63917e823bc695afd57c76d7f3ee3db54ad3","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.10.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.11":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.11","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"devDependencies":{},"directories":{"test":"test"},"dependencies":{},"scripts":{"test":"tap test/*.js"},"keywords":["fs","EMFILE","error","handling","monkeypatch"],"license":"BSD","_id":"graceful-fs@1.1.11","dist":{"shasum":"3a3de260cc4cc80ae13debf31b71f73c2c5eb5e5","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.11.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.12":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.12","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"devDependencies":{},"directories":{"test":"test"},"dependencies":{"mkdirp":"~0.3.4"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","EMFILE","error","handling","monkeypatch"],"license":"BSD","_id":"graceful-fs@1.1.12","dist":{"shasum":"baff9d5d87b722ecef6615ea301a5cb9e2860038","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.12.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.13":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.13","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","EMFILE","error","handling","monkeypatch"],"license":"BSD","_id":"graceful-fs@1.1.13","dist":{"shasum":"a91e1d8231dc083bdaa227983fbdf5010944ca14","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.13.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.1.14":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.1.14","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","EMFILE","error","handling","monkeypatch"],"license":"BSD","_id":"graceful-fs@1.1.14","dist":{"shasum":"07078db5f6377f6321fceaaedf497de124dc9465","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.14.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.2.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"fs monkey-patching to avoid EMFILE and other problems","version":"1.2.0","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","EMFILE","error","handling","monkeypatch"],"license":"BSD","_id":"graceful-fs@1.2.0","dist":{"shasum":"fe2d82a295e30de4e1d1c04ec159e10061140704","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.0.tgz"},"_from":".","_npmVersion":"1.2.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.2.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"1.2.1","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"_id":"graceful-fs@1.2.1","dist":{"shasum":"b35cc6e623576fc2a278cba12c00dda6a1758d2d","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.1.tgz"},"_from":".","_npmVersion":"1.2.19","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.2.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"1.2.2","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"_id":"graceful-fs@1.2.2","dist":{"shasum":"2643e33eaed1c7277decd37377ff9fb394689cf5","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.2.tgz"},"_from":".","_npmVersion":"1.2.28","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"1.2.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"1.2.3","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"_id":"graceful-fs@1.2.3","dist":{"shasum":"15a4806a57547cb2d2dbf27f42e89a8c3451b364","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"2.0.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"2.0.0","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"_id":"graceful-fs@2.0.0","dist":{"shasum":"c9a206f6f5f4b94e1046dfaaccfe9e12d0ab8cef","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"2.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"2.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"_id":"graceful-fs@2.0.1","dist":{"shasum":"7fd6e0a4837c35d0cc15330294d9584a3898cf84","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.1.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"2.0.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"2.0.2","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@2.0.2","dist":{"shasum":"26806eaca4bff8fc5dbc935e696135792175c46f","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.2.tgz"},"_from":".","_npmVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"2.0.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"2.0.3","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@2.0.3","dist":{"shasum":"7cd2cdb228a4a3f36e95efa6cc142de7d1a136d0","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-2.0.3.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.0":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.0","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","gitHead":"cc05f35cf7fadb0d93587484cd0d01875537834a","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@3.0.0","_shasum":"5792ffae0ed7e318060ebf9f6e7a6e6cf5139327","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"5792ffae0ed7e318060ebf9f6e7a6e6cf5139327","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.0.tgz"},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.1":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.1","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","gitHead":"8455559537c99f36ee3a7e129fc24fae50cd947d","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@3.0.1","_shasum":"93352b5b951b009ef541271204122b612e46edaf","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"93352b5b951b009ef541271204122b612e46edaf","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.1.tgz"},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.2":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.2","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","gitHead":"0caa11544c0c9001db78bf593cf0c5805d149a41","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@3.0.2","_shasum":"2cb5bf7f742bea8ad47c754caeee032b7e71a577","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"2cb5bf7f742bea8ad47c754caeee032b7e71a577","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.2.tgz"},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.3":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.3","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","gitHead":"bff25906a7f1c6944455fed3993ed897fe321d0c","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@3.0.3","_shasum":"277141085e739ae7d54361119a62797b08a1d8c0","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"277141085e739ae7d54361119a62797b08a1d8c0","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.3.tgz"},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.4":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.4","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^0.4.13"},"gitHead":"d3fd03247ccc4fa8a3eee399307fd266c70efb06","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@3.0.4","_shasum":"a0306d9b0940e0fc512d33b5df1014e88e0637a3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"a0306d9b0940e0fc512d33b5df1014e88e0637a3","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.4.tgz"},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.5":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.5","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^0.4.13"},"gitHead":"a6cd37cff01ac3af8d0ab2fd180290538fabd326","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@3.0.5","_shasum":"4a880474bdeb716fe3278cf29792dec38dfac418","_from":".","_npmVersion":"2.1.9","_nodeVersion":"0.10.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"4a880474bdeb716fe3278cf29792dec38dfac418","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.5.tgz"},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.6":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.6","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"BSD","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^0.4.13"},"gitHead":"8c93aeee947014dafa113dcc8fa04d2e6a6e3e14","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs","_id":"graceful-fs@3.0.6","_shasum":"dce3a18351cb94cdc82e688b2e3dd2842d1b09bb","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"dce3a18351cb94cdc82e688b2e3dd2842d1b09bb","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.6.tgz"},"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.7":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.7","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^0.4.13"},"gitHead":"4aa1ba4a0a1ae59948dc3b14decb7c4a8ab62bce","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@3.0.7","_shasum":"e935be4b3e57892d289dc3bef7be8c02779d2b54","_from":".","_npmVersion":"2.10.0","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"e935be4b3e57892d289dc3bef7be8c02779d2b54","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.7.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"3.0.8":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.8","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^1.2.0"},"gitHead":"45c57aa5e323c35a985a525de6f0c9a6ef59e1f8","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@3.0.8","_shasum":"ce813e725fa82f7e6147d51c9a5ca68270551c22","_from":".","_npmVersion":"2.10.1","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"ce813e725fa82f7e6147d51c9a5ca68270551c22","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.8.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"deprecated":"graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree."},"4.1.0":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.0","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^1.2.0"},"gitHead":"34f760aeb1fd2ca6aa0d13f0597c4d120ff2f830","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.0","_shasum":"6be6119244f64d6417fe303cc36ab497b5756cc1","_from":".","_npmVersion":"3.0.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"6be6119244f64d6417fe303cc36ab497b5756cc1","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}]},"4.1.1":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.1","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^1.2.0"},"gitHead":"5bd1470645a44077f7a46b688833295496d1dca9","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.1","_shasum":"db940cb46e47bd719314a876bace802ea3e90d3c","_from":".","_npmVersion":"3.0.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"db940cb46e47bd719314a876bace802ea3e90d3c","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}]},"4.1.2":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.2","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^1.2.0"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"c286080071b6be9aa9ba108b0bb9b44ff122926d","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.2","_shasum":"fe2239b7574972e67e41f808823f9bfa4a991e37","_from":".","_npmVersion":"3.0.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"fe2239b7574972e67e41f808823f9bfa4a991e37","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}]},"4.1.3":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.3","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"694c56f3aed4aee62d6df169be123d3984f61b85","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.3","_shasum":"92033ce11113c41e2628d61fdfa40bc10dc0155c","_from":".","_npmVersion":"3.7.0","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"92033ce11113c41e2628d61fdfa40bc10dc0155c","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.3.tgz_1454449326495_0.943017533281818"}},"4.1.4":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.4","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"fe8f05ccc2779d1dfa6db6173f3ed64f1e9aa72c","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.4","_shasum":"ef089d2880f033b011823ce5c8fae798da775dbd","_from":".","_npmVersion":"3.8.9","_nodeVersion":"5.6.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"ef089d2880f033b011823ce5c8fae798da775dbd","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.4.tgz_1462474854900_0.9423982477746904"}},"4.1.5":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.5","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"d170f3f2ceb56adb4d6bd50df4b535bed54120c0","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.5","_shasum":"f4745e8caed5e0dd2ef21bb5e2d229a32e8093c0","_from":".","_npmVersion":"3.10.6","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"f4745e8caed5e0dd2ef21bb5e2d229a32e8093c0","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.5.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.5.tgz_1469558843062_0.986795610981062"}},"3.0.9":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.9","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^1.2.0"},"gitHead":"805a75b5c56d7ac5057af689ccb1bfab9d9b000d","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@3.0.9","_shasum":"44e10a870a068e892485bace909520905b08ba24","_from":".","_npmVersion":"3.10.7","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"44e10a870a068e892485bace909520905b08ba24","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.9.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graceful-fs-3.0.9.tgz_1471056552664_0.889725528890267"}},"4.1.6":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.6","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"cfe3ba80e37af542f02e445c89aa59482aa32a63","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.6","_shasum":"514c38772b31bee2e08bedc21a0aeb3abf54c19e","_from":".","_npmVersion":"3.10.7","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"514c38772b31bee2e08bedc21a0aeb3abf54c19e","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.6.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.6.tgz_1471616320359_0.39477095939219"}},"3.0.10":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.10","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^1.2.0"},"dependencies":{"natives":"^1.0.1"},"gitHead":"889bbe43fca07d904ead98a9908a2a23a8aa5c2b","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@3.0.10","_shasum":"5268b37746ff73a549708f3ce47fb54c84d5b0f0","_from":".","_npmVersion":"3.10.7","_nodeVersion":"4.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"5268b37746ff73a549708f3ce47fb54c84d5b0f0","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.10.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graceful-fs-3.0.10.tgz_1471913784462_0.3585212028119713"}},"3.0.11":{"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"3.0.11","repository":{"type":"git","url":"git://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"tap test/*.js"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^1.2.0"},"dependencies":{"natives":"^1.1.0"},"gitHead":"03d3cc6dbd4a499b1e13834eedbc469094a27582","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@3.0.11","_shasum":"7613c778a1afea62f25c630a086d7f3acbbdd818","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"7613c778a1afea62f25c630a086d7f3acbbdd818","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graceful-fs-3.0.11.tgz_1472583712827_0.6562602713238448"}},"4.1.7":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.7","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"1f20dab8025e3762b7214fdfc8ed8308ff80f720","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.7","_shasum":"f8b39fe797b022ae88024cff94a3613197141f32","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"f8b39fe797b022ae88024cff94a3613197141f32","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.7.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.7.tgz_1474925918236_0.6526234275661409"}},"4.1.8":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.8","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"9681d92f6ab20e789a1023b008a96b02e66a723a","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.8","_shasum":"da3e11135eb2168bdd374532c4e2649751672890","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"da3e11135eb2168bdd374532c4e2649751672890","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.8.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.8.tgz_1474927599542_0.5861048712395132"}},"4.1.9":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.9","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"0798db3711e33de92de5a93979278bb89d629143","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.9","_shasum":"baacba37d19d11f9d146d3578bc99958c3787e29","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"baacba37d19d11f9d146d3578bc99958c3787e29","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.9.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.9.tgz_1475103672016_0.7011275647673756"}},"4.1.10":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.10","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"db8df443122686696293d47f11c227d53cab90f0","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.10","_shasum":"f2d720c22092f743228775c75e3612632501f131","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"f2d720c22092f743228775c75e3612632501f131","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.10.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.10.tgz_1478127353765_0.5264726441819221"}},"4.1.11":{"name":"graceful-fs","description":"A drop-in replacement for fs, making various improvements.","version":"4.1.11","repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"main":"graceful-fs.js","engines":{"node":">=0.4.0"},"directories":{"test":"test"},"scripts":{"test":"node test.js | tap -"},"keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"license":"ISC","devDependencies":{"mkdirp":"^0.5.0","rimraf":"^2.2.8","tap":"^5.4.2"},"files":["fs.js","graceful-fs.js","legacy-streams.js","polyfills.js"],"gitHead":"65cf80d1fd3413b823c16c626c1e7c326452bee5","bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"homepage":"https://github.com/isaacs/node-graceful-fs#readme","_id":"graceful-fs@4.1.11","_shasum":"0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.5.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658","tarball":"https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/graceful-fs-4.1.11.tgz_1479843029430_0.2122855328489095"}}},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"time":{"modified":"2017-07-14T19:18:53.790Z","created":"2011-07-20T08:49:36.339Z","1.0.0":"2011-07-20T08:49:38.481Z","1.0.1":"2011-09-25T00:33:29.942Z","1.0.2":"2011-11-18T21:15:46.607Z","1.1.0":"2011-11-23T00:45:14.407Z","1.1.1":"2011-11-28T23:32:21.075Z","1.1.2":"2011-12-03T02:27:37.810Z","1.1.3":"2012-01-19T01:10:19.961Z","1.1.4":"2012-01-19T18:09:15.746Z","1.1.5":"2012-01-23T22:27:39.609Z","1.1.6":"2012-03-20T01:26:15.355Z","1.1.7":"2012-03-21T21:06:58.684Z","1.1.8":"2012-03-22T23:20:47.942Z","1.1.9":"2012-07-11T23:10:33.354Z","1.1.10":"2012-07-28T17:24:47.924Z","1.1.11":"2012-09-18T22:15:39.397Z","1.1.12":"2012-09-18T23:12:22.368Z","1.1.13":"2012-09-18T23:16:11.936Z","1.1.14":"2012-09-20T18:15:05.948Z","1.2.0":"2013-02-06T00:01:39.344Z","1.2.1":"2013-04-30T17:07:10.366Z","1.2.2":"2013-06-12T17:30:47.695Z","1.2.3":"2013-07-10T07:46:03.989Z","2.0.0":"2013-07-11T07:10:06.790Z","2.0.1":"2013-09-07T19:18:04.406Z","2.0.2":"2014-02-17T02:28:44.378Z","2.0.3":"2014-03-20T00:33:06.873Z","2.1.0":"2014-06-02T00:35:48.126Z","3.0.0":"2014-06-02T01:48:19.789Z","3.0.1":"2014-06-07T18:25:22.953Z","3.0.2":"2014-06-10T22:55:51.714Z","3.0.3":"2014-10-06T17:53:52.206Z","3.0.4":"2014-10-14T20:07:54.353Z","3.0.5":"2014-11-30T17:55:06.342Z","3.0.6":"2015-03-11T21:28:56.029Z","3.0.7":"2015-05-19T01:38:26.785Z","3.0.8":"2015-06-01T05:08:03.513Z","4.0.0":"2015-06-26T00:55:13.062Z","4.1.0":"2015-06-27T18:52:45.921Z","4.1.1":"2015-06-27T20:08:27.668Z","4.1.2":"2015-06-27T20:25:15.466Z","4.1.3":"2016-02-02T21:42:07.205Z","4.1.4":"2016-05-05T19:00:55.342Z","4.1.5":"2016-07-26T18:47:23.305Z","3.0.9":"2016-08-13T02:49:15.525Z","4.1.6":"2016-08-19T14:18:40.593Z","3.0.10":"2016-08-23T00:56:24.703Z","3.0.11":"2016-08-30T19:01:55.423Z","4.1.7":"2016-09-26T21:38:40.693Z","4.1.8":"2016-09-26T22:06:42.295Z","4.1.9":"2016-09-28T23:01:12.248Z","4.1.10":"2016-11-02T22:55:55.356Z","4.1.11":"2016-11-22T19:30:31.252Z"},"repository":{"type":"git","url":"git+https://github.com/isaacs/node-graceful-fs.git"},"users":{"fgribreau":true,"pid":true,"adamrenny":true,"chilts":true,"eins78":true,"mbonaci":true,"robertwarrengilmore":true,"maschs":true,"dukewan":true,"magemagic":true,"octoo":true,"gonzalofj":true,"epirat":true,"kreding":true,"maobean":true,"stringparser":true,"sloanb":true,"nickleefly":true,"elig":true,"itonyyo":true,"skerit":true,"brandonpapworth":true,"battlemidget":true,"cestrensem":true,"stephn_r":true,"wander_lp":true,"alectic":true,"vbv":true,"js3692":true,"guananddu":true,"nmccready":true,"superwf":true,"bojand":true,"yuxin":true,"abdihaikal":true,"panlw":true,"skrdv":true,"abhisekp":true,"whatsamoorefor":true,"solmsted":true,"tommyzzm":true,"maxming2333":true,"wangnan0610":true,"szymex73":true,"loridale":true,"morogasper":true,"tmurngon":true,"docluv":true,"steel1990":true,"mojaray2k":true,"powerweb":true,"liuningww":true,"rickyrattlesnake":true,"seangenabe":true,"ziehlke":true,"shakakira":true,"kiaratto":true,"hyteer":true,"steakeye":true,"rocket0191":true,"bluelovers":true,"krishaamer":true,"larrychen":true,"nbuchanan":true,"josephst18":true},"readme":"# graceful-fs\n\ngraceful-fs functions as a drop-in replacement for the fs module,\nmaking various improvements.\n\nThe improvements are meant to normalize behavior across different\nplatforms and environments, and to make filesystem access more\nresilient to errors.\n\n## Improvements over [fs module](https://nodejs.org/api/fs.html)\n\n* Queues up `open` and `readdir` calls, and retries them once\n something closes if there is an EMFILE error from too many file\n descriptors.\n* fixes `lchmod` for Node versions prior to 0.6.2.\n* implements `fs.lutimes` if possible. Otherwise it becomes a noop.\n* ignores `EINVAL` and `EPERM` errors in `chown`, `fchown` or\n `lchown` if the user isn't root.\n* makes `lchmod` and `lchown` become noops, if not available.\n* retries reading a file if `read` results in EAGAIN error.\n\nOn Windows, it retries renaming a file for up to one second if `EACCESS`\nor `EPERM` error occurs, likely because antivirus software has locked\nthe directory.\n\n## USAGE\n\n```javascript\n// use just like fs\nvar fs = require('graceful-fs')\n\n// now go and do stuff with it...\nfs.readFileSync('some-file-or-whatever')\n```\n\n## Global Patching\n\nIf you want to patch the global fs module (or any other fs-like\nmodule) you can do this:\n\n```javascript\n// Make sure to read the caveat below.\nvar realFs = require('fs')\nvar gracefulFs = require('graceful-fs')\ngracefulFs.gracefulify(realFs)\n```\n\nThis should only ever be done at the top-level application layer, in\norder to delay on EMFILE errors from any fs-using dependencies. You\nshould **not** do this in a library, because it can cause unexpected\ndelays in other parts of the program.\n\n## Changes\n\nThis module is fairly stable at this point, and used by a lot of\nthings. That being said, because it implements a subtle behavior\nchange in a core part of the node API, even modest changes can be\nextremely breaking, and the versioning is thus biased towards\nbumping the major when in doubt.\n\nThe main change between major versions has been switching between\nproviding a fully-patched `fs` module vs monkey-patching the node core\nbuiltin, and the approach by which a non-monkey-patched `fs` was\ncreated.\n\nThe goal is to trade `EMFILE` errors for slower fs operations. So, if\nyou try to open a zillion files, rather than crashing, `open`\noperations will be queued up and wait for something else to `close`.\n\nThere are advantages to each approach. Monkey-patching the fs means\nthat no `EMFILE` errors can possibly occur anywhere in your\napplication, because everything is using the same core `fs` module,\nwhich is patched. However, it can also obviously cause undesirable\nside-effects, especially if the module is loaded multiple times.\n\nImplementing a separate-but-identical patched `fs` module is more\nsurgical (and doesn't run the risk of patching multiple times), but\nalso imposes the challenge of keeping in sync with the core module.\n\nThe current approach loads the `fs` module, and then creates a\nlookalike object that has all the same methods, except a few that are\npatched. It is safe to use in all versions of Node from 0.8 through\n7.0.\n\n### v4\n\n* Do not monkey-patch the fs module. This module may now be used as a\n drop-in dep, and users can opt into monkey-patching the fs builtin\n if their app requires it.\n\n### v3\n\n* Monkey-patch fs, because the eval approach no longer works on recent\n node.\n* fixed possible type-error throw if rename fails on windows\n* verify that we *never* get EMFILE errors\n* Ignore ENOSYS from chmod/chown\n* clarify that graceful-fs must be used as a drop-in\n\n### v2.1.0\n\n* Use eval rather than monkey-patching fs.\n* readdir: Always sort the results\n* win32: requeue a file if error has an OK status\n\n### v2.0\n\n* A return to monkey patching\n* wrap process.cwd\n\n### v1.1\n\n* wrap readFile\n* Wrap fs.writeFile.\n* readdir protection\n* Don't clobber the fs builtin\n* Handle fs.read EAGAIN errors by trying again\n* Expose the curOpen counter\n* No-op lchown/lchmod if not implemented\n* fs.rename patch only for win32\n* Patch fs.rename to handle AV software on Windows\n* Close #4 Chown should not fail on einval or eperm if non-root\n* Fix isaacs/fstream#1 Only wrap fs one time\n* Fix #3 Start at 1024 max files, then back off on EMFILE\n* lutimes that doens't blow up on Linux\n* A full on-rewrite using a queue instead of just swallowing the EMFILE error\n* Wrap Read/Write streams as well\n\n### 1.0\n\n* Update engines for node 0.6\n* Be lstat-graceful on Windows\n* first\n","readmeFilename":"README.md","homepage":"https://github.com/isaacs/node-graceful-fs#readme","keywords":["fs","module","reading","retry","retries","queue","error","errors","handling","EMFILE","EAGAIN","EINVAL","EPERM","EACCESS"],"bugs":{"url":"https://github.com/isaacs/node-graceful-fs/issues"},"license":"ISC","_attachments":{},"_etag":"W/\"5969191d-100f9\"","_lastModified":"Fri, 14 Jul 2017 19:18:53 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/graceful-readlink/.cache.json b/frappe/.npm/registry.npmjs.org/graceful-readlink/.cache.json new file mode 100644 index 00000000..647470fc --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/graceful-readlink/.cache.json @@ -0,0 +1 @@ +{"_id":"graceful-readlink","_rev":"7-5899657e8246341ed65360069364c131","name":"graceful-readlink","description":"graceful fs.readlink","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"graceful-readlink","version":"1.0.0","description":"graceful fs.readlink","main":"index.js","repository":{"type":"git","url":""},"keywords":["fs.readlink","readlink"],"author":{"name":"zhiyelee"},"license":"MIT","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"gitHead":"675bffa44f0dcff82e875b1c5af8a8a7e92e2c57","_id":"graceful-readlink@1.0.0","_shasum":"ace1c5a858fcc5c9010a6ae2fa03919549402c0a","_from":".","_npmVersion":"2.1.17","_nodeVersion":"0.11.14","_npmUser":{"name":"zhiyelee","email":"zhiyelee@gmail.com"},"maintainers":[{"name":"zhiyelee","email":"zhiyelee@gmail.com"}],"dist":{"shasum":"ace1c5a858fcc5c9010a6ae2fa03919549402c0a","tarball":"https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"graceful-readlink","version":"1.0.1","description":"graceful fs.readlink","main":"index.js","repository":{"type":"git","url":"git://github.com/zhiyelee/graceful-readlink.git"},"homepage":"https://github.com/zhiyelee/graceful-readlink","bugs":{"url":"https://github.com/zhiyelee/graceful-readlink/issues"},"keywords":["fs.readlink","readlink"],"author":{"name":"zhiyelee"},"license":"MIT","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"gitHead":"f6655275bebef706fb63fd01b5f062a7052419a5","_id":"graceful-readlink@1.0.1","_shasum":"4cafad76bc62f02fa039b2f94e9a3dd3a391a725","_from":".","_npmVersion":"2.1.17","_nodeVersion":"0.11.14","_npmUser":{"name":"zhiyelee","email":"zhiyelee@gmail.com"},"maintainers":[{"name":"zhiyelee","email":"zhiyelee@gmail.com"}],"dist":{"shasum":"4cafad76bc62f02fa039b2f94e9a3dd3a391a725","tarball":"https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz"},"directories":{}}},"readme":"# graceful-readlink\n[![NPM Version](http://img.shields.io/npm/v/graceful-readlink.svg?style=flat)](https://www.npmjs.org/package/graceful-readlink)\n[![NPM Downloads](https://img.shields.io/npm/dm/graceful-readlink.svg?style=flat)](https://www.npmjs.org/package/graceful-readlink)\n\n\n## Usage\n\n```js\nvar readlinkSync = require('graceful-readlink').readlinkSync;\nconsole.log(readlinkSync(f));\n// output\n// the file pointed to when `f` is a symbolic link\n// the `f` itself when `f` is not a symbolic link\n```\n## Licence\n\nMIT License\n","maintainers":[{"name":"zhiyelee","email":"zhiyelee@gmail.com"}],"time":{"modified":"2016-12-24T22:39:10.681Z","created":"2015-02-11T15:12:23.408Z","1.0.0":"2015-02-11T15:12:23.408Z","1.0.1":"2015-02-12T04:18:56.538Z"},"keywords":["fs.readlink","readlink"],"repository":{"type":"git","url":"git://github.com/zhiyelee/graceful-readlink.git"},"author":{"name":"zhiyelee"},"license":"MIT","readmeFilename":"README.md","homepage":"https://github.com/zhiyelee/graceful-readlink","bugs":{"url":"https://github.com/zhiyelee/graceful-readlink/issues"},"users":{"shaner":true,"mojaray2k":true,"anoubis":true},"_attachments":{},"_etag":"W/\"585ef90e-c1b\"","_lastModified":"Sat, 24 Dec 2016 22:39:10 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/growl/.cache.json b/frappe/.npm/registry.npmjs.org/growl/.cache.json new file mode 100644 index 00000000..5578e311 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/growl/.cache.json @@ -0,0 +1 @@ +{"_id":"growl","_rev":"66-7d2bb2451ae5dd669941eda8c6ad94e0","name":"growl","description":"Growl unobtrusive notifications","dist-tags":{"latest":"1.10.2"},"versions":{"1.0.1":{"name":"growl","version":"1.0.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl","_id":"growl@1.0.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/growl/-/growl-1.0.1.tgz","shasum":"61b61e1edc065ce0ec6d1c3de0a81865001ee310"},"directories":{}},"1.0.2":{"name":"growl","version":"1.0.2","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl","_id":"growl@1.0.2","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/growl/-/growl-1.0.2.tgz","shasum":"cc009e3e7c4de25dd425f5f6e4a3e1bf42e068f9"},"directories":{}},"1.1.0":{"name":"growl","version":"1.1.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_id":"growl@1.1.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.15","_nodeVersion":"v0.4.2","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"93808dd6df4e336785d5213b9d47c5047f363623","tarball":"https://registry.npmjs.org/growl/-/growl-1.1.0.tgz"}},"1.2.0":{"name":"growl","version":"1.2.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_npmJsonOpts":{"file":"/Users/tj/.npm/growl/1.2.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"growl@1.2.0","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"6ce8efc633a9df9497f938e4981d9aff9f20e105","tarball":"https://registry.npmjs.org/growl/-/growl-1.2.0.tgz"},"scripts":{},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.2.1":{"name":"growl","version":"1.2.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"growl@1.2.1","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.4","_defaultsLoaded":true,"dist":{"shasum":"e73abf47b7f51892181bb77bc5f68c68a119bc92","tarball":"https://registry.npmjs.org/growl/-/growl-1.2.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.3.0":{"name":"growl","version":"1.3.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"growl@1.3.0","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.4","_defaultsLoaded":true,"dist":{"shasum":"87890fbf29dd2cdb922f15a8cb3648f3d3efc38e","tarball":"https://registry.npmjs.org/growl/-/growl-1.3.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.4.0":{"name":"growl","version":"1.4.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"growl@1.4.0","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.4","_defaultsLoaded":true,"dist":{"shasum":"13af51d9ea2102bdc8fea2625a72ba4c87685ff8","tarball":"https://registry.npmjs.org/growl/-/growl-1.4.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.4.1":{"name":"growl","version":"1.4.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"growl@1.4.1","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"dc77840728f89cbb0d6b64f08b6551406ab653c5","tarball":"https://registry.npmjs.org/growl/-/growl-1.4.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.5.0":{"name":"growl","version":"1.5.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"growl@1.5.0","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"671b42d7fbe065a4bcac5adb147bfb35108869e1","tarball":"https://registry.npmjs.org/growl/-/growl-1.5.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.5.1":{"name":"growl","version":"1.5.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"growl@1.5.1","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.9","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"1decd1f22a4b30dae7d363799ec624cf40cc0070","tarball":"https://registry.npmjs.org/growl/-/growl-1.5.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.6.0":{"name":"growl","version":"1.6.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_id":"growl@1.6.0","dist":{"shasum":"24bc0d689d173cc39f4a76fd2fb09a346c6f3269","tarball":"https://registry.npmjs.org/growl/-/growl-1.6.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.6.1":{"name":"growl","version":"1.6.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_id":"growl@1.6.1","dist":{"shasum":"c4d9bbae8f9a572295da062b03cd73e1ef2e14b2","tarball":"https://registry.npmjs.org/growl/-/growl-1.6.1.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.7.0":{"name":"growl","version":"1.7.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"main":"./lib/growl.js","_id":"growl@1.7.0","dist":{"shasum":"de2d66136d002e112ba70f3f10c31cf7c350b2da","tarball":"https://registry.npmjs.org/growl/-/growl-1.7.0.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.8.0":{"name":"growl","version":"1.8.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/node-growl.git"},"main":"./lib/growl.js","gitHead":"f47cfd30152ce927ff7a1f7342c41716f82f0bc4","bugs":{"url":"https://github.com/visionmedia/node-growl/issues"},"homepage":"https://github.com/visionmedia/node-growl","_id":"growl@1.8.0","scripts":{},"_shasum":"7affb698fa0f6bda7d530cf718cd69ffdb64fbaa","_from":".","_npmVersion":"1.4.20","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"7affb698fa0f6bda7d530cf718cd69ffdb64fbaa","tarball":"https://registry.npmjs.org/growl/-/growl-1.8.0.tgz"},"directories":{}},"1.8.1":{"name":"growl","version":"1.8.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/node-growl.git"},"main":"./lib/growl.js","gitHead":"882ced3155a57f566887c884d5c6dccb7df435c1","bugs":{"url":"https://github.com/visionmedia/node-growl/issues"},"homepage":"https://github.com/visionmedia/node-growl","_id":"growl@1.8.1","scripts":{},"_shasum":"4b2dec8d907e93db336624dcec0183502f8c9428","_from":".","_npmVersion":"1.4.20","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"4b2dec8d907e93db336624dcec0183502f8c9428","tarball":"https://registry.npmjs.org/growl/-/growl-1.8.1.tgz"},"directories":{}},"1.9.0":{"name":"growl","version":"1.9.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/node-growl.git"},"main":"./lib/growl.js","license":"MIT","gitHead":"10ffd07ccf8373005206287b3124ebca090dbc21","bugs":{"url":"https://github.com/visionmedia/node-growl/issues"},"homepage":"https://github.com/visionmedia/node-growl","_id":"growl@1.9.0","scripts":{},"_shasum":"3e38692842ce573a6bfa84a2a3a8090a0ca5186f","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"3e38692842ce573a6bfa84a2a3a8090a0ca5186f","tarball":"https://registry.npmjs.org/growl/-/growl-1.9.0.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/growl-1.9.0.tgz_1456056189038_0.7525732659269124"},"directories":{}},"1.9.1":{"name":"growl","version":"1.9.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"repository":{"type":"git","url":"git://github.com/tj/node-growl.git"},"main":"./lib/growl.js","license":"MIT","gitHead":"11196ad65088f7c51a62c3a61ab84e9596b98b41","bugs":{"url":"https://github.com/tj/node-growl/issues"},"homepage":"https://github.com/tj/node-growl","_id":"growl@1.9.1","scripts":{},"_shasum":"36069bd4b97d4835cea500a17def603c5df36ce0","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"36069bd4b97d4835cea500a17def603c5df36ce0","tarball":"https://registry.npmjs.org/growl/-/growl-1.9.1.tgz"},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/growl-1.9.1.tgz_1456056327204_0.49342623911798"},"directories":{}},"1.9.2":{"name":"growl","version":"1.9.2","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"repository":{"type":"git","url":"git://github.com/tj/node-growl.git"},"main":"./lib/growl.js","license":"MIT","gitHead":"dc8aae046df328edd32dd69f3cd2d6b114d7018e","bugs":{"url":"https://github.com/tj/node-growl/issues"},"homepage":"https://github.com/tj/node-growl","_id":"growl@1.9.2","scripts":{},"_shasum":"0ea7743715db8d8de2c5ede1775e1b45ac85c02f","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"0ea7743715db8d8de2c5ede1775e1b45ac85c02f","tarball":"https://registry.npmjs.org/growl/-/growl-1.9.2.tgz"},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/growl-1.9.2.tgz_1456056369289_0.9604133665561676"},"directories":{}},"1.10.0":{"name":"growl","version":"1.10.0","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"email":"timo.j.sand@gmail.com","name":"deiga"},{"email":"jappelman@xebia.com","name":"jbnicolai"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"}],"repository":{"type":"git","url":"git://github.com/tj/node-growl.git"},"main":"./lib/growl.js","license":"MIT","gitHead":"3e8a86ff2fdb55d8eaa6e6073059666f676dedb6","bugs":{"url":"https://github.com/tj/node-growl/issues"},"homepage":"https://github.com/tj/node-growl#readme","_id":"growl@1.10.0","_npmVersion":"5.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"deiga","email":"timo.j.sand@gmail.com"},"dist":{"integrity":"sha512-ElsQbgadAZdhC8L+hx4RJu6fDe5uPCaRjdw8CvD39VYemGQT9CSiLdRAEYFWVIlCbPNlw+G4AbqBhQJF2qyHdg==","shasum":"d6f18c34827383bd89fbd3f03131927c3b7159af","tarball":"https://registry.npmjs.org/growl/-/growl-1.10.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/growl-1.10.0.tgz_1499999450131_0.08627168042585254"},"directories":{}},"1.10.1":{"name":"growl","version":"1.10.1","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"email":"timo.j.sand@gmail.com","name":"deiga"},{"email":"jappelman@xebia.com","name":"jbnicolai"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"}],"repository":{"type":"git","url":"git://github.com/tj/node-growl.git"},"main":"./lib/growl.js","license":"MIT","devDependencies":{"eslint":"^4.2.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-import":"^2.7.0"},"scripts":{"test":"node test.js","lint":"eslint --ext js lib "},"engines":{"node":">=4.x"},"gitHead":"3163f4ad5485f6643cd77324510a861a11a8ca32","bugs":{"url":"https://github.com/tj/node-growl/issues"},"homepage":"https://github.com/tj/node-growl#readme","_id":"growl@1.10.1","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"deiga","email":"timo.j.sand@gmail.com"},"dist":{"integrity":"sha512-LV1hmegDNsZ4qPQw+QWpzKYgMy6Nrm7BFxmML1m4tENB8n4BeeH6FjgWlw9gxlKPljH1DQ3LMinnd4sWj5HRxg==","shasum":"791b57cb74bf77a94c6cdf13adc4c79a9731ab4c","tarball":"https://registry.npmjs.org/growl/-/growl-1.10.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/growl-1.10.1.tgz_1500057922163_0.9923390839248896"},"directories":{}},"1.10.2":{"name":"growl","version":"1.10.2","description":"Growl unobtrusive notifications","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"email":"timo.j.sand@gmail.com","name":"deiga"},{"email":"jappelman@xebia.com","name":"jbnicolai"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"}],"repository":{"type":"git","url":"git://github.com/tj/node-growl.git"},"main":"./lib/growl.js","license":"MIT","devDependencies":{"eslint":"^4.2.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-import":"^2.7.0"},"scripts":{"test":"node test.js","lint":"eslint --ext js lib "},"engines":{"node":">=4.x"},"dependencies":{"eslint-plugin-node":"^5.1.0"},"gitHead":"bb0a5ec746a9e31387eeaf4a2ea7e6116e153072","bugs":{"url":"https://github.com/tj/node-growl/issues"},"homepage":"https://github.com/tj/node-growl#readme","_id":"growl@1.10.2","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"deiga","email":"timo.j.sand@gmail.com"},"dist":{"integrity":"sha512-nidsnaoWVZIBLwA3sUIp3dA2DP2rT3dwEqINVacQ0+rZmc6UOwj2D729HTEjQYUKb+3wL9MeDbxpZtEiEJoUHQ==","shasum":"8f16dfcd8fb7c04cfc1f4e0012e0ea858726979a","tarball":"https://registry.npmjs.org/growl/-/growl-1.10.2.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/growl-1.10.2.tgz_1500235784954_0.07288820971734822"},"directories":{}}},"maintainers":[{"email":"timo.j.sand@gmail.com","name":"deiga"},{"email":"jappelman@xebia.com","name":"jbnicolai"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"}],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"time":{"modified":"2017-07-16T20:09:46.000Z","created":"2011-03-18T18:48:55.778Z","1.0.1":"2011-03-18T18:48:55.778Z","1.0.2":"2011-03-18T18:48:55.778Z","1.1.0":"2011-03-18T18:48:55.778Z","1.2.0":"2011-10-06T21:37:19.052Z","1.2.1":"2011-12-17T16:29:16.488Z","1.3.0":"2011-12-17T16:30:14.577Z","1.4.0":"2011-12-17T16:36:56.900Z","1.4.1":"2011-12-28T21:59:39.106Z","1.5.0":"2012-02-08T15:54:29.400Z","1.5.1":"2012-04-08T18:02:54.678Z","1.6.0":"2012-09-06T23:31:26.679Z","1.6.1":"2012-09-25T15:31:44.222Z","1.7.0":"2012-12-30T17:27:20.583Z","1.8.0":"2014-07-06T01:03:34.248Z","1.8.1":"2014-07-06T01:26:55.827Z","1.9.0":"2016-02-21T12:03:13.794Z","1.9.1":"2016-02-21T12:05:31.919Z","1.9.2":"2016-02-21T12:06:13.693Z","1.10.0":"2017-07-14T02:30:51.124Z","1.10.1":"2017-07-14T18:45:23.365Z","1.10.2":"2017-07-16T20:09:46.000Z"},"users":{"fgribreau":true,"jswartwood":true,"m42am":true,"bencevans":true,"phoopee3":true,"cparker15":true,"fengmk2":true,"jabclab":true,"cilindrox":true,"ambdxtrch":true,"pnevares":true,"lukedavis":true,"aitorllj93":true,"pgilad":true,"davebowker":true,"monsterkodi":true,"shanemileham":true,"nhz.io":true},"readme":"# Growl for nodejs\n\nGrowl support for Nodejs. This is essentially a port of my [Ruby Growl Library](http://github.com/visionmedia/growl). Ubuntu/Linux support added thanks to [@niftylettuce](http://github.com/niftylettuce).\n\n## Installation\n\n### Install\n\n### Mac OS X (Darwin):\n\n Install [growlnotify(1)](http://growl.info/extras.php#growlnotify). On OS X 10.8, Notification Center is supported using [terminal-notifier](https://github.com/alloy/terminal-notifier). To install:\n\n $ sudo gem install terminal-notifier\n\n Install [npm](http://npmjs.org/) and run:\n\n $ npm install growl\n\n### Ubuntu (Linux):\n\n Install `notify-send` through the [libnotify-bin](http://packages.ubuntu.com/libnotify-bin) package:\n\n $ sudo apt-get install libnotify-bin\n\n Install [npm](http://npmjs.org/) and run:\n\n $ npm install growl\n\n### Windows:\n\n Download and install [Growl for Windows](http://www.growlforwindows.com/gfw/default.aspx)\n\n Download [growlnotify](http://www.growlforwindows.com/gfw/help/growlnotify.aspx) - **IMPORTANT :** Unpack growlnotify to a folder that is present in your path!\n\n Install [npm](http://npmjs.org/) and run:\n\n $ npm install growl\n\n## Examples\n\nCallback functions are optional\n\n```javascript\nvar growl = require('growl')\ngrowl('You have mail!')\ngrowl('5 new messages', { sticky: true })\ngrowl('5 new emails', { title: 'Email Client', image: 'Safari', sticky: true })\ngrowl('Message with title', { title: 'Title'})\ngrowl('Set priority', { priority: 2 })\ngrowl('Show Safari icon', { image: 'Safari' })\ngrowl('Show icon', { image: 'path/to/icon.icns' })\ngrowl('Show image', { image: 'path/to/my.image.png' })\ngrowl('Show png filesystem icon', { image: 'png' })\ngrowl('Show pdf filesystem icon', { image: 'article.pdf' })\ngrowl('Show pdf filesystem icon', { image: 'article.pdf' }, function(err){\n // ... notified\n})\n```\n\n## Options\n\n - title\n - notification title\n - name\n - application name\n - priority\n - priority for the notification (default is 0)\n - sticky\n - weither or not the notification should remainin until closed\n - image\n - Auto-detects the context:\n - path to an icon sets --iconpath\n - path to an image sets --image\n - capitalized word sets --appIcon\n - filename uses extname as --icon\n - otherwise treated as --icon\n - exec\n - manually specify a shell command instead\n - appends message to end of shell command\n - or, replaces `%s` with message\n - optionally prepends title (example: `title: message`)\n - examples: `{exec: 'tmux display-message'}`, `{exec: 'echo \"%s\" > messages.log}`\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2009 TJ Holowaychuk \nCopyright (c) 2016 Joshua Boy Nicolai Appelman \n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","readmeFilename":"Readme.md","homepage":"https://github.com/tj/node-growl#readme","repository":{"type":"git","url":"git://github.com/tj/node-growl.git"},"bugs":{"url":"https://github.com/tj/node-growl/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"596bc80a-5449\"","_lastModified":"Sun, 16 Jul 2017 20:09:46 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/har-schema/.cache.json b/frappe/.npm/registry.npmjs.org/har-schema/.cache.json new file mode 100644 index 00000000..512ea988 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/har-schema/.cache.json @@ -0,0 +1 @@ +{"_id":"har-schema","_rev":"11-f6f268cd7f28323d999550ee03436276","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","dist-tags":{"latest":"2.0.0"},"versions":{"0.0.1":{"name":"har-schema","version":"0.0.1","description":"JSON Schema for HTTP Archive (HAR)","main":"schemas/index.js","directories":{"test":"test"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/epoberezkin/har-schema.git"},"keywords":["har","http","archive","JSON","schema","JSON-schema"],"author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"ISC","bugs":{"url":"https://github.com/epoberezkin/har-schema/issues"},"homepage":"https://github.com/epoberezkin/har-schema#readme","devDependencies":{"ajv":"^4.1.7","mocha":"^2.5.3"},"gitHead":"96bd138f2a57ada75b3d44cb4302751be7b02a74","_id":"har-schema@0.0.1","_shasum":"6970c6d0452587f082226b78c47ce2f5cdfe5aab","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"esp","email":"e.poberezkin@me.com"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"dist":{"shasum":"6970c6d0452587f082226b78c47ce2f5cdfe5aab","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-0.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-schema-0.0.1.tgz_1468540577029_0.1468842001631856"}},"0.1.0":{"name":"har-schema","version":"0.1.0","description":"JSON Schema for HTTP Archive (HAR)","main":"schema/index.js","directories":{"test":"test"},"scripts":{"test":"mocha test/*.js -R spec"},"repository":{"type":"git","url":"git+https://github.com/epoberezkin/har-schema.git"},"keywords":["har","http","archive","JSON","schema","JSON-schema"],"author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"ISC","bugs":{"url":"https://github.com/epoberezkin/har-schema/issues"},"homepage":"https://github.com/epoberezkin/har-schema#readme","devDependencies":{"ajv":"^4.1.7","mocha":"^2.5.3"},"gitHead":"86bfbd0caf898799d263a65e903ce8609346f89a","_id":"har-schema@0.1.0","_shasum":"bfedd6c48bc4d4da416ba2baa5eff027abaf9fef","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.4","_npmUser":{"name":"esp","email":"e.poberezkin@me.com"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"dist":{"shasum":"bfedd6c48bc4d4da416ba2baa5eff027abaf9fef","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-0.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-schema-0.1.0.tgz_1468574110880_0.5883410326205194"}},"0.2.0":{"version":"0.2.0","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^4.9.1","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"aeae2c63d0e45a3fb36180ec2cc5d637d81ffd5e","_id":"har-schema@0.2.0","_shasum":"e2fcf2e0f7e9823126adbe464cb4705ad099cf3a","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"e2fcf2e0f7e9823126adbe464cb4705ad099cf3a","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-0.2.0.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-schema-0.2.0.tgz_1480813990316_0.10544799896888435"},"directories":{}},"1.0.0":{"version":"1.0.0","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^4.9.1","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"2f4f631b0fe48b0c0725e61a96995f882af616da","_id":"har-schema@1.0.0","_shasum":"69340abeb9e6cb16fe80a2652423a03c2fa1d405","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"69340abeb9e6cb16fe80a2652423a03c2fa1d405","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-1.0.0.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-schema-1.0.0.tgz_1480829533240_0.6362541008275002"},"directories":{}},"1.0.1":{"version":"1.0.1","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^4.9.1","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"c484e92802dc82e8471e5615a12b74209213b590","_id":"har-schema@1.0.1","_shasum":"1db4cbcb691509a1c45b9ae22f45d9b4e29e8f37","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"1db4cbcb691509a1c45b9ae22f45d9b4e29e8f37","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-1.0.1.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-schema-1.0.1.tgz_1480830419047_0.8318520970642567"},"directories":{}},"1.0.2":{"version":"1.0.2","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^4.9.1","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"f0988ab5bd4b2277ecfc23984fffa72471757096","_id":"har-schema@1.0.2","_shasum":"39ad5cec5f84e6dbcfde30b6d5da6395546422f5","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"39ad5cec5f84e6dbcfde30b6d5da6395546422f5","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-1.0.2.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-schema-1.0.2.tgz_1480833302517_0.8595593033824116"},"directories":{}},"1.0.3":{"version":"1.0.3","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^4.9.1","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"82f0f692b0d77b5e2d15a5a9a7b6d0968bfe4042","_id":"har-schema@1.0.3","_shasum":"d27e54832fb4cb84dd04cb10963171e66ac91b1f","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"d27e54832fb4cb84dd04cb10963171e66ac91b1f","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-1.0.3.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-schema-1.0.3.tgz_1480839257508_0.3996701801661402"},"directories":{}},"1.0.4":{"version":"1.0.4","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^4.9.1","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"61274b1ee9fbd7c62b4f2267d7170b3a3b73ff57","_id":"har-schema@1.0.4","_shasum":"016256159e298d60be8c31a7e0b5ebaf80f55209","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"016256159e298d60be8c31a7e0b5ebaf80f55209","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-1.0.4.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-schema-1.0.4.tgz_1480839608122_0.10327825811691582"},"directories":{}},"1.0.5":{"version":"1.0.5","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^4.9.1","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"7dde6d47c93e82b6d7ef7514766d64c166de14d3","_id":"har-schema@1.0.5","_shasum":"d263135f43307c02c602afc8fe95970c0151369e","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"d263135f43307c02c602afc8fe95970c0151369e","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-schema-1.0.5.tgz_1480877746957_0.2995719478931278"},"directories":{}},"2.0.0":{"version":"2.0.0","name":"har-schema","description":"JSON Schema for HTTP Archive (HAR)","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"homepage":"https://github.com/ahmadnassri/har-schema","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"license":"ISC","main":"lib/index.js","keywords":["har","http","archive","JSON","schema","JSON-schema"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"scripts":{"test":"tap test --reporter spec","pretest":"snazzy && echint","coverage":"tap test --reporter silent --coverage","codeclimate":"tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"ajv":"^5.0.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"gitHead":"d006b0500e083a5b3e42635f110f3fb702ccdbb1","_id":"har-schema@2.0.0","_shasum":"a94c2224ebcac04782a0d9035521f24735b7ec92","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"a94c2224ebcac04782a0d9035521f24735b7ec92","tarball":"https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"},"maintainers":[{"name":"esp","email":"e.poberezkin@me.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-schema-2.0.0.tgz_1492544653773_0.6988900362048298"},"directories":{}}},"readme":"# HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url]\n\n> JSON Schema for HTTP Archive ([HAR][spec]).\n\n[![Build Status][travis-image]][travis-url]\n[![Downloads][npm-downloads]][npm-url]\n[![Code Climate][codeclimate-quality]][codeclimate-url]\n[![Coverage Status][codeclimate-coverage]][codeclimate-url]\n[![Dependency Status][dependencyci-image]][dependencyci-url]\n[![Dependencies][david-image]][david-url]\n\n## Install\n\n```bash\nnpm install --only=production --save har-schema\n```\n\n## Usage\n\nCompatible with any [JSON Schema validation tool][validator].\n\n----\n> :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/)  · \n> License: [ISC][license-url]  · \n> Github: [@ahmadnassri](https://github.com/ahmadnassri)  · \n> Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)\n\n[license-url]: http://choosealicense.com/licenses/isc/\n\n[travis-url]: https://travis-ci.org/ahmadnassri/har-schema\n[travis-image]: https://img.shields.io/travis/ahmadnassri/har-schema.svg?style=flat-square\n\n[npm-url]: https://www.npmjs.com/package/har-schema\n[npm-license]: https://img.shields.io/npm/l/har-schema.svg?style=flat-square\n[npm-version]: https://img.shields.io/npm/v/har-schema.svg?style=flat-square\n[npm-downloads]: https://img.shields.io/npm/dm/har-schema.svg?style=flat-square\n\n[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-schema\n[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-schema.svg?style=flat-square\n[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-schema.svg?style=flat-square\n\n[david-url]: https://david-dm.org/ahmadnassri/har-schema\n[david-image]: https://img.shields.io/david/ahmadnassri/har-schema.svg?style=flat-square\n\n[dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-schema\n[dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-schema/badge?style=flat-square\n\n[spec]: https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md\n[validator]: https://github.com/ahmadnassri/har-validator\n","maintainers":[{"email":"ahmad@ahmadnassri.com","name":"ahmadnassri"},{"email":"e.poberezkin@me.com","name":"esp"}],"time":{"modified":"2017-07-22T09:54:20.339Z","created":"2016-07-14T23:56:19.443Z","0.0.1":"2016-07-14T23:56:19.443Z","0.1.0":"2016-07-15T09:15:13.545Z","0.2.0":"2016-12-04T01:13:12.310Z","1.0.0":"2016-12-04T05:32:14.005Z","1.0.1":"2016-12-04T05:46:59.648Z","1.0.2":"2016-12-04T06:35:03.124Z","1.0.3":"2016-12-04T08:14:19.484Z","1.0.4":"2016-12-04T08:20:08.730Z","1.0.5":"2016-12-04T18:55:49.145Z","2.0.0":"2017-04-18T19:44:14.320Z"},"homepage":"https://github.com/ahmadnassri/har-schema","keywords":["har","http","archive","JSON","schema","JSON-schema"],"repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-schema.git"},"author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"bugs":{"url":"https://github.com/ahmadnassri/har-schema/issues"},"license":"ISC","readmeFilename":"README.md","contributors":[{"name":"Evgeny Poberezkin","email":"e.poberezkin@me.com"}],"_attachments":{},"_etag":"W/\"597320cc-4ecc\"","_lastModified":"Sat, 22 Jul 2017 09:54:20 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/har-validator/.cache.json b/frappe/.npm/registry.npmjs.org/har-validator/.cache.json new file mode 100644 index 00000000..844140bc --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/har-validator/.cache.json @@ -0,0 +1 @@ +{"_id":"har-validator","_rev":"63-94f5856ae2668e3cd174e0fd7f55ee8c","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","dist-tags":{"latest":"5.0.3"},"versions":{"1.0.0":{"version":"1.0.0","name":"har-validator","description":"HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"engines":{"node":"0.10.x","npm":"1.4.x"},"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator.git"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"keywords":["HAR","HTTP","Archive"],"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"^2.1.0","should":"^4.6.1"},"dependencies":{"chalk":"^0.5.1","commander":"^2.6.0","is-my-json-valid":"^2.4.0"},"gitHead":"5fbbe36e44eb9596b824bb0d329abe98f7c7a1f6","homepage":"https://github.com/ahmadnassri/har-validator","_id":"har-validator@1.0.0","_shasum":"120380a05cc6a46f5a7b45ea96dab7348ad62649","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"120380a05cc6a46f5a7b45ea96dab7348ad62649","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.0.0.tgz"},"directories":{}},"1.0.1":{"version":"1.0.1","name":"har-validator","description":"HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"engines":{"node":"0.10.x","npm":"1.4.x"},"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator.git"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"keywords":["HAR","HTTP","Archive"],"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"dependencies":{"chalk":"^1.0.0","commander":"^2.6.0","is-my-json-valid":"^2.9.4"},"gitHead":"c0848dbc85a1eb9da643e4fa3d4789c93d0917bb","homepage":"https://github.com/ahmadnassri/har-validator","_id":"har-validator@1.0.1","_shasum":"b74e5aa074998ea95f196cccd608fd98f465b298","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"b74e5aa074998ea95f196cccd608fd98f465b298","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.0.1.tgz"},"directories":{}},"1.0.2":{"version":"1.0.2","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"engines":{"node":"0.10.x","npm":"1.4.x"},"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator.git"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"keywords":["HAR","HTTP","Archive"],"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"dependencies":{"chalk":"^1.0.0","commander":"^2.6.0","is-my-json-valid":"^2.9.4"},"gitHead":"3b3245e983d516f0faebc9420b94dbc2331ea95c","homepage":"https://github.com/ahmadnassri/har-validator","_id":"har-validator@1.0.2","_shasum":"a00f08e53b1031489208cd95d4bb5d6e02721fa7","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"a00f08e53b1031489208cd95d4bb5d6e02721fa7","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.0.2.tgz"},"directories":{}},"1.1.0":{"version":"1.1.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"engines":{"node":"0.10.x","npm":"1.4.x"},"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator.git"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"keywords":["HAR","HTTP","Archive"],"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"dependencies":{"chalk":"^1.0.0","commander":"^2.6.0","is-my-json-valid":"^2.9.4"},"gitHead":"1673e213c2ae6a9c3a92b40240856d76edceb5f4","homepage":"https://github.com/ahmadnassri/har-validator","_id":"har-validator@1.1.0","_shasum":"6fdf52a744d9cb50075da281f0853cf7e3ad6d12","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"6fdf52a744d9cb50075da281f0853cf7e3ad6d12","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.1.0.tgz"},"directories":{}},"1.1.1":{"version":"1.1.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"engines":{"node":"0.10.x","npm":"1.4.x"},"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator.git"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"keywords":["HAR","HTTP","Archive"],"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"dependencies":{"chalk":"^1.0.0","commander":"^2.6.0","is-my-json-valid":"^2.9.4"},"gitHead":"ee84ebca4b77c2383b980eb6fb745b97ce5645eb","homepage":"https://github.com/ahmadnassri/har-validator","_id":"har-validator@1.1.1","_shasum":"dfb2af18db77cafd29a260862f151271b04fd0a9","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"dfb2af18db77cafd29a260862f151271b04fd0a9","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.1.1.tgz"},"directories":{}},"1.1.2":{"version":"1.1.2","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"engines":{"node":"0.10.x","npm":"1.4.x"},"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator.git"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"keywords":["HAR","HTTP","Archive"],"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"^2.1.0","should":"^5.0.1"},"dependencies":{"chalk":"^1.0.0","commander":"^2.6.0","is-my-json-valid":"^2.9.4"},"gitHead":"e3fb33075a2b04a88396eb737dd687ba8d2362df","homepage":"https://github.com/ahmadnassri/har-validator","_id":"har-validator@1.1.2","_shasum":"13edd735b4566eb0d00a8468d665090e54ae2153","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"13edd735b4566eb0d00a8468d665090e54ae2153","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.1.2.tgz"},"directories":{}},"1.1.3":{"version":"1.1.3","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.8","mocha":"^2.2.1","should":"^5.2.0","standard":"^3.2.0"},"dependencies":{"async":"^0.9.0","bluebird":"^2.9.14","chalk":"^1.0.0","commander":"^2.7.1","debug":"^2.1.3","is-my-json-valid":"^2.10.0","require-directory":"^2.1.0"},"gitHead":"3469de9a77928b1f7bdb424794780fede65ec1e4","_id":"har-validator@1.1.3","_shasum":"9fac87db94b308758f506bcfcbaf104df655e616","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"9fac87db94b308758f506bcfcbaf104df655e616","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.1.3.tgz"},"directories":{}},"1.2.0":{"version":"1.2.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.8","mocha":"^2.2.1","should":"^5.2.0","standard":"^3.2.0"},"dependencies":{"async":"^0.9.0","bluebird":"^2.9.14","chalk":"^1.0.0","commander":"^2.7.1","debug":"^2.1.3","is-my-json-valid":"^2.10.0","require-directory":"^2.1.0"},"gitHead":"fd078bc2b8bbc172047348b57d96fe22769da233","_id":"har-validator@1.2.0","_shasum":"eb23f88bf3071be117605470f008896c9e01cf70","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"eb23f88bf3071be117605470f008896c9e01cf70","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.2.0.tgz"},"directories":{}},"1.3.0":{"version":"1.3.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.8","mocha":"^2.2.1","should":"^5.2.0","standard":"^3.2.0"},"dependencies":{"async":"^0.9.0","bluebird":"^2.9.14","chalk":"^1.0.0","commander":"^2.7.1","debug":"^2.1.3","is-my-json-valid":"^2.10.0","require-directory":"^2.1.0"},"gitHead":"1f8413fac2158edfb4168b7c2a0de68efc8c507d","_id":"har-validator@1.3.0","_shasum":"fc27a227148b41e554009401e95b687de7325050","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"fc27a227148b41e554009401e95b687de7325050","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.3.0.tgz"},"directories":{}},"1.3.1":{"version":"1.3.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.8","mocha":"^2.2.1","should":"^5.2.0","standard":"^3.2.0"},"dependencies":{"async":"^0.9.0","bluebird":"^2.9.14","chalk":"^1.0.0","commander":"^2.7.1","debug":"^2.1.3","is-my-json-valid":"^2.10.0","require-directory":"^2.1.0"},"gitHead":"8427086157865b2996c47e510dda2b362bf2bb49","_id":"har-validator@1.3.1","_shasum":"99d58aa141025a450a314f01508beb9c9043dc5f","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"99d58aa141025a450a314f01508beb9c9043dc5f","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.3.1.tgz"},"directories":{}},"1.4.0":{"version":"1.4.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.8","mocha":"^2.2.1","should":"^5.2.0","standard":"^3.2.0"},"dependencies":{"async":"^0.9.0","bluebird":"^2.9.14","chalk":"^1.0.0","commander":"^2.7.1","debug":"^2.1.3","is-my-json-valid":"^2.10.0","require-directory":"^2.1.0"},"gitHead":"6d7268e7bb929aaa98d1c919dcba231ea5e81084","_id":"har-validator@1.4.0","_shasum":"845924893a05602a9791c319f81d628948b1b2af","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"845924893a05602a9791c319f81d628948b1b2af","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.4.0.tgz"},"directories":{}},"1.5.0":{"version":"1.5.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.8","mocha":"^2.2.1","should":"^5.2.0","standard":"^3.2.0"},"dependencies":{"async":"^0.9.0","bluebird":"^2.9.14","chalk":"^1.0.0","commander":"^2.7.1","debug":"^2.1.3","is-my-json-valid":"^2.10.0","require-directory":"^2.1.0"},"gitHead":"5f76772c4d254610f980da7016fd706bfbb5e2d2","_id":"har-validator@1.5.0","_shasum":"0d79dfe456fb7297497400b69de7b3a99223a6fe","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"0d79dfe456fb7297497400b69de7b3a99223a6fe","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.5.0.tgz"},"directories":{}},"1.5.1":{"version":"1.5.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.8","mocha":"^2.2.1","require-directory":"^2.1.0","should":"^5.2.0","standard":"^3.2.0"},"dependencies":{"bluebird":"^2.9.14","chalk":"^1.0.0","commander":"^2.7.1","is-my-json-valid":"^2.10.0"},"gitHead":"f26e756a95b405f15fad4b923f48648c53a3968e","_id":"har-validator@1.5.1","_shasum":"5c28a7574123c5401b33ba3aa5932ff51880502b","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"5c28a7574123c5401b33ba3aa5932ff51880502b","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.5.1.tgz"},"directories":{}},"1.6.0":{"version":"1.6.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.11","mocha":"^2.2.1","require-directory":"^2.1.0","should":"^5.2.0","standard":"^3.3.0"},"dependencies":{"bluebird":"^2.9.21","chalk":"^1.0.0","commander":"^2.7.1","is-my-json-valid":"^2.10.0"},"gitHead":"036e96ea46f511b1a84cc3e0c6022f33ecc0758f","_id":"har-validator@1.6.0","_shasum":"f327e8d4a1c698e0965300330965f1f4ffb68d0a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"f327e8d4a1c698e0965300330965f1f4ffb68d0a","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.6.0.tgz"},"directories":{}},"1.6.1":{"version":"1.6.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.11","mocha":"^2.2.1","require-directory":"^2.1.0","should":"^5.2.0","standard":"^3.3.0"},"dependencies":{"bluebird":"^2.9.21","chalk":"^1.0.0","commander":"^2.7.1","is-my-json-valid":"^2.10.0"},"gitHead":"aa68c8efacea7437bb545d816a14e20db444fde5","_id":"har-validator@1.6.1","_shasum":"baef452cde645eff7d26562e8e749d7fd000b7fd","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"baef452cde645eff7d26562e8e749d7fd000b7fd","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.6.1.tgz"},"directories":{}},"1.7.0":{"version":"1.7.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"devDependencies":{"codeclimate-test-reporter":"0.0.4","istanbul":"^0.3.13","mocha":"^2.2.4","require-directory":"^2.1.0","should":"^6.0.1","standard":"^3.7.2"},"dependencies":{"bluebird":"^2.9.25","chalk":"^1.0.0","commander":"^2.8.1","is-my-json-valid":"^2.10.1"},"gitHead":"74aab6b4994681cdb961db88f5129c5096eaf06a","_id":"har-validator@1.7.0","_shasum":"563f8c58edca6410e2e408b0e540161da580dc46","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"563f8c58edca6410e2e408b0e540161da580dc46","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.7.0.tgz"},"directories":{}},"1.7.1":{"version":"1.7.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"license":"MIT","main":"./src/index.js","bin":{"har-validator":"./bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"test":"standard && echint && mocha --reporter spec","coverage":"istanbul cover ./node_modules/mocha/bin/_mocha","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.0.4","echint":"^1.1.0","istanbul":"^0.3.14","mocha":"^2.2.5","require-directory":"^2.1.0","should":"^6.0.3","standard":"^3.11.1"},"dependencies":{"bluebird":"^2.9.26","chalk":"^1.0.0","commander":"^2.8.1","is-my-json-valid":"^2.12.0"},"gitHead":"328d7f2f37affcc4fca1db13da68f2be817ad31c","_id":"har-validator@1.7.1","_shasum":"8ec8952f8287d21b451ba3e36f27ed8d997d8a95","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"8ec8952f8287d21b451ba3e36f27ed8d997d8a95","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.7.1.tgz"},"directories":{}},"1.8.0":{"version":"1.8.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.0.4","echint":"^1.3.0","istanbul":"^0.3.15","mocha":"^2.2.5","require-directory":"^2.1.1","should":"^7.0.1","standard":"^4.3.1"},"dependencies":{"bluebird":"^2.9.30","chalk":"^1.0.0","commander":"^2.8.1","is-my-json-valid":"^2.12.0"},"gitHead":"8fd21c30edb23a1fed2d50b934d055d1be3dd7c9","_id":"har-validator@1.8.0","_shasum":"d83842b0eb4c435960aeb108a067a3aa94c0eeb2","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"d83842b0eb4c435960aeb108a067a3aa94c0eeb2","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz"},"directories":{}},"2.0.0":{"version":"2.0.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.1.1","echint":"^1.5.0","istanbul":"^0.3.21","mocha":"^2.3.3","require-directory":"^2.1.1","should":"^7.1.0","should-promised":"^0.3.1","standard":"^5.3.1"},"dependencies":{"chalk":"^1.1.1","commander":"^2.8.1","is-my-json-valid":"^2.12.2","pinkie-promise":"^1.0.0"},"gitHead":"b4ad33d7e4e34b8e78b465dcd89a2609c14cc64e","_id":"har-validator@2.0.0","_shasum":"58ce9953f0e4ea4d793a16be3a039776915f296f","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"58ce9953f0e4ea4d793a16be3a039776915f296f","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.0.0.tgz"},"directories":{}},"2.0.1":{"version":"2.0.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.1.1","echint":"^1.5.0","istanbul":"^0.3.21","mocha":"^2.3.3","require-directory":"^2.1.1","should":"^7.1.0","should-promised":"^0.3.1","standard":"^5.3.1"},"dependencies":{"chalk":"^1.1.1","commander":"^2.8.1","is-my-json-valid":"^2.12.2","pinkie-promise":"^1.0.0"},"gitHead":"95861d4f049475220a25352735dfd9937197bc18","_id":"har-validator@2.0.1","_shasum":"042659a007bb8b5b6351cc927df0ee87073c8879","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"042659a007bb8b5b6351cc927df0ee87073c8879","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.0.1.tgz"},"directories":{}},"2.0.2":{"version":"2.0.2","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.1.1","echint":"^1.5.0","istanbul":"^0.3.21","mocha":"^2.3.3","require-directory":"^2.1.1","should":"^7.1.0","should-promised":"^0.3.1","standard":"^5.3.1"},"dependencies":{"chalk":"^1.1.1","commander":"^2.8.1","is-my-json-valid":"^2.12.2","pinkie-promise":"^1.0.0"},"gitHead":"46efd17253a81fb70614e904d9e766aa4de4f394","_id":"har-validator@2.0.2","_shasum":"233d0fa887b98a4f345969f811a2eec70d97aed7","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"233d0fa887b98a4f345969f811a2eec70d97aed7","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.0.2.tgz"},"directories":{}},"2.0.3":{"version":"2.0.3","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.1.1","echint":"^1.5.0","istanbul":"^0.4.0","mocha":"^2.3.4","require-directory":"^2.1.1","should":"^7.1.1","should-promised":"^0.3.1","standard":"^5.4.1"},"dependencies":{"chalk":"^1.1.1","commander":"^2.9.0","is-my-json-valid":"^2.12.3","pinkie-promise":"^2.0.0"},"gitHead":"a71163c62b8786a41d503248fb60893598f3c26f","_id":"har-validator@2.0.3","_shasum":"5a9e12564a571cf0b81ef93c2157bd1617168883","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"5a9e12564a571cf0b81ef93c2157bd1617168883","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.0.3.tgz"},"directories":{}},"2.0.4":{"version":"2.0.4","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.1.1","echint":"^1.5.0","istanbul":"^0.4.0","mocha":"^2.3.4","require-directory":"^2.1.1","should":"^7.1.1","should-promised":"^0.3.1","standard":"^5.4.1"},"dependencies":{"chalk":"^1.1.1","commander":"^2.9.0","is-my-json-valid":"^2.12.3","pinkie-promise":"^2.0.0"},"gitHead":"e18706ca70b93d3874ebc2f7203ec749b36771e8","_id":"har-validator@2.0.4","_shasum":"aab19d1d21b88e87b6785c49bbb14e09fc5615b3","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"aab19d1d21b88e87b6785c49bbb14e09fc5615b3","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.0.4.tgz"},"directories":{}},"2.0.5":{"version":"2.0.5","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.1.1","echint":"^1.5.0","istanbul":"^0.4.2","mocha":"^2.3.4","require-directory":"^2.1.1","should":"^8.1.1","standard":"^5.4.1"},"dependencies":{"chalk":"^1.1.1","commander":"^2.9.0","is-my-json-valid":"^2.12.3","pinkie-promise":"^2.0.0"},"gitHead":"1382234c6fbdeba8f7821f6a1f700e0911ac6aea","_id":"har-validator@2.0.5","_shasum":"a3a51876594b6ede76bb63eb1b311c246b18a9bb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"a3a51876594b6ede76bb63eb1b311c246b18a9bb","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.0.5.tgz"},"directories":{}},"2.0.6":{"version":"2.0.6","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"https://github.com/ahmadnassri/har-validator"},"license":"ISC","main":"lib/index","bin":{"har-validator":"bin/har-validator"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["bin","lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"pretest":"standard && echint","test":"mocha","posttest":"npm run coverage","coverage":"istanbul cover --dir coverage _mocha -- -R dot","codeclimate":"codeclimate < coverage/lcov.info"},"echint":{"ignore":["coverage/**"]},"devDependencies":{"codeclimate-test-reporter":"0.2.1","echint":"^1.5.1","istanbul":"^0.4.2","mocha":"^2.3.4","require-directory":"^2.1.1","should":"^8.1.1","standard":"^5.4.1"},"dependencies":{"chalk":"^1.1.1","commander":"^2.9.0","is-my-json-valid":"^2.12.4","pinkie-promise":"^2.0.0"},"gitHead":"92ccddad2e5d13e6e32c764e06c347d67805b211","_id":"har-validator@2.0.6","_shasum":"cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"dist":{"shasum":"cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz"},"directories":{}},"2.1.0":{"name":"har-validator","description":"unnamed package","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index.js","bin":{"har-validator":"lib/bin.js"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src --out-dir lib","test":"tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill | tap-mocha-reporter spec","pretest":"standard && echint","coverage":"tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill","codeclimate":"nyc report --reporter=text-lcov | codeclimate-test-reporter","prepublish":"npm run compile","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"babel":{"presets":["es2015"],"plugins":["transform-export-extensions","transform-object-rest-spread"]},"standard":{"ignore":["lib/**","src/index.js","test/fixtures/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.6.5","babel-plugin-transform-export-extensions":"^6.5.0","babel-plugin-transform-object-rest-spread":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.6.0","babel-register":"^6.6.5","codeclimate-test-reporter":"^0.3.1","cz-conventional-changelog":"^1.1.5","echint":"^1.5.3","nyc":"^6.0.0","semantic-release":"^6.2.0","standard":"^6.0.7","tap":"^5.7.0","tap-mocha-reporter":"0.0.24"},"dependencies":{"chalk":"^1.1.1","commander":"^2.9.0","is-my-json-valid":"^2.13.1"},"version":"2.1.0","_id":"har-validator@2.1.0","gitHead":"3643416452884e3cba2e3a91376668c6b0f92dc8","_shasum":"ad74bfa091493caeaa4ea686bcfdee05e012b67a","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"ad74bfa091493caeaa4ea686bcfdee05e012b67a","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.1.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/har-validator-2.1.0.tgz_1457397160699_0.41516683134250343"},"directories":{}},"2.1.1":{"name":"har-validator","description":"unnamed package","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/index.js","bin":{"har-validator":"lib/bin.js"},"keywords":["har","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src --out-dir lib","test":"tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill | tap-mocha-reporter spec","pretest":"standard && echint","coverage":"tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill","codeclimate":"nyc report --reporter=text-lcov | codeclimate-test-reporter","prepublish":"npm run compile","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"babel":{"presets":["es2015"],"plugins":["transform-export-extensions","transform-object-rest-spread"]},"standard":{"ignore":["lib/**","src/index.js","test/fixtures/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.6.5","babel-plugin-transform-export-extensions":"^6.5.0","babel-plugin-transform-object-rest-spread":"^6.6.5","babel-polyfill":"^6.6.1","babel-preset-es2015":"^6.6.0","babel-register":"^6.6.5","codeclimate-test-reporter":"^0.3.1","cz-conventional-changelog":"^1.1.5","echint":"^1.5.3","nyc":"^6.0.0","semantic-release":"^6.2.0","standard":"^6.0.7","tap":"^5.7.0","tap-mocha-reporter":"0.0.24"},"dependencies":{"chalk":"^1.1.1","commander":"^2.9.0","is-my-json-valid":"^2.13.1"},"version":"2.1.1","_id":"har-validator@2.1.1","gitHead":"f739d4d11b304c6e824bb745b6919e725f34e2ee","_shasum":"20b1a6eac74c52ac11f9aa17e1636421572f90b8","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"20b1a6eac74c52ac11f9aa17e1636421572f90b8","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.1.1.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-2.1.1.tgz_1457397795987_0.7874950913246721"},"directories":{}},"2.1.2":{"name":"har-validator","description":"unnamed package","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","bin":{"har-validator":"lib/bin.js"},"keywords":["har","cli","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src --out-dir lib","test":"tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill | tap-mocha-reporter spec","pretest":"standard && echint","coverage":"tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill","codeclimate":"nyc report --reporter=text-lcov | codeclimate-test-reporter","prepublish":"npm run compile","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"babel":{"presets":["es2015"],"plugins":["transform-export-extensions"]},"standard":{"ignore":["lib/**","test/fixtures/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.6.5","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.4","babel-preset-es2015":"^6.6.0","babel-register":"^6.7.2","codeclimate-test-reporter":"^0.3.1","cz-conventional-changelog":"^1.1.5","echint":"^1.5.3","nyc":"^6.2.1","semantic-release":"^6.2.0","standard":"^6.0.8","tap":"^5.7.0","tap-mocha-reporter":"0.0.24"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","is-my-json-valid":"^2.13.1"},"version":"2.1.2","gitHead":"4142354a10ddcf77352eb3901bc8978237990858","_id":"har-validator@2.1.2","_shasum":"f9475bacaef2f9fff2d17ff40c775aeadc8e3b3f","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"f9475bacaef2f9fff2d17ff40c775aeadc8e3b3f","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.1.2.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-2.1.2.tgz_1460779536990_0.46244929172098637"},"directories":{}},"2.1.3":{"name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","bin":{"har-validator":"lib/bin.js"},"keywords":["har","cli","http","archive","validate","validator"],"engines":{"node":">=0.10"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src --out-dir lib","test":"tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill | tap-mocha-reporter spec","pretest":"standard && echint","coverage":"tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill","codeclimate":"nyc report --reporter=text-lcov | codeclimate-test-reporter","prepublish":"npm run compile","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"babel":{"presets":["es2015"],"plugins":["transform-export-extensions"]},"standard":{"ignore":["lib/**","test/fixtures/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.6.5","babel-plugin-transform-export-extensions":"^6.5.0","babel-polyfill":"^6.7.4","babel-preset-es2015":"^6.6.0","babel-register":"^6.7.2","codeclimate-test-reporter":"^0.3.1","cz-conventional-changelog":"^1.1.5","echint":"^1.5.3","nyc":"^6.2.1","semantic-release":"^6.2.0","standard":"^6.0.8","tap":"^5.7.0","tap-mocha-reporter":"0.0.24"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","is-my-json-valid":"^2.13.1"},"version":"2.1.3","gitHead":"9cbdb120b94bdfa1a74f3365b3ba21c4834ee68d","_id":"har-validator@2.1.3","_shasum":"68ff49c85cfbc2b34fb42f6480a9796b6441dcf3","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"68ff49c85cfbc2b34fb42f6480a9796b6441dcf3","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-2.1.3.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/har-validator-2.1.3.tgz_1460780120240_0.6595741915516555"},"directories":{}},"3.0.0":{"version":"3.0.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","bin":{"har-validator":"lib/bin.js"},"keywords":["har","cli","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test/*.js --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test/*.js --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","is-my-json-valid":"^2.15.0"},"gitHead":"e9512ab4f75aae816ef22c14ec2c0063b2df9fb3","_id":"har-validator@3.0.0","_shasum":"a76fc868c7301e34ebde2585b13d660c14e2f4d7","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"a76fc868c7301e34ebde2585b13d660c14e2f4d7","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-3.0.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-3.0.0.tgz_1480721428684_0.0023917395155876875"},"directories":{}},"3.1.0":{"version":"3.1.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","bin":{"har-validator":"lib/bin.js"},"keywords":["har","cli","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test/*.js --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test/*.js --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","is-my-json-valid":"^2.15.0"},"gitHead":"ddba552bcf226d77546c6586b2e13b6e9a849e8c","_id":"har-validator@3.1.0","_shasum":"12f5011218b719d6d4a17f8f6c91e7d4af64741c","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"12f5011218b719d6d4a17f8f6c91e7d4af64741c","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-3.1.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-3.1.0.tgz_1480793085863_0.5526188455987722"},"directories":{}},"3.2.0":{"version":"3.2.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","bin":{"har-validator":"lib/node4/bin.js"},"keywords":["har","cli","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test/*.js --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test/*.js --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"chalk":"^1.1.3","commander":"^2.9.0","is-my-json-valid":"^2.15.0"},"gitHead":"585809756100e4a41849cd8b4ee36e7dcab8bec2","_id":"har-validator@3.2.0","_shasum":"65b5373f33e361b265e12b252b7c6e1be912c8f5","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"65b5373f33e361b265e12b252b7c6e1be912c8f5","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-3.2.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-3.2.0.tgz_1480793470577_0.4003969542682171"},"directories":{}},"3.3.0":{"version":"3.3.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","bin":{"har-validator":"lib/node4/bin.js"},"keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["schemas","lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","test-cli":"BABEL_ENV=test babel-node src/bin.js","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.0","chalk":"^1.1.3","commander":"^2.9.0","har-schema":"^0.1.0"},"gitHead":"89b648644a0c8508434f7096a36b8d1b288d33c7","_id":"har-validator@3.3.0","_shasum":"61d77ac71ab25c5740e5ad7ae3147cf17f820849","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"61d77ac71ab25c5740e5ad7ae3147cf17f820849","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-3.3.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-3.3.0.tgz_1480802544484_0.12833484495058656"},"directories":{}},"3.3.1":{"version":"3.3.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","bin":{"har-validator":"lib/node4/bin.js"},"keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","test-cli":"BABEL_ENV=test babel-node src/bin.js","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.0","chalk":"^1.1.3","commander":"^2.9.0","har-schema":"^0.1.0"},"gitHead":"ed15905a90046a26faafd24f68d18e1ec6a50c2b","_id":"har-validator@3.3.1","_shasum":"514cd19910b65a6cc09bd40f46097fbe2e6be062","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"514cd19910b65a6cc09bd40f46097fbe2e6be062","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-3.3.1.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-3.3.1.tgz_1480805589502_0.05432287883013487"},"directories":{}},"3.4.0":{"version":"3.4.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.0","har-schema":"^0.1.0"},"gitHead":"9b372bdac2d67819cd693bc6dc3f775a3531e3e0","_id":"har-validator@3.4.0","_shasum":"d3e64d083232c98e46c70cfa5a2d7d9cd72d45d5","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"d3e64d083232c98e46c70cfa5a2d7d9cd72d45d5","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-3.4.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-3.4.0.tgz_1480811996569_0.28792823222465813"},"directories":{}},"4.0.0":{"version":"4.0.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.0","har-schema":"^0.1.0"},"gitHead":"1106bc5b47dd442e9cff9d98d48327dd909e8cc0","_id":"har-validator@4.0.0","_shasum":"57c395eb8a8a77faa3898957cc3b99ecb0561239","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"57c395eb8a8a77faa3898957cc3b99ecb0561239","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.0.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-4.0.0.tgz_1480812398387_0.8863940783776343"},"directories":{}},"4.0.1":{"version":"4.0.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.0.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.0","har-schema":"^0.2.0"},"gitHead":"4112131a22f4e77d287f05b83d4b8a58c1cbbb95","_id":"har-validator@4.0.1","_shasum":"4ff0e2e68c86ef111772c9d44475898c52227b0a","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"4ff0e2e68c86ef111772c9d44475898c52227b0a","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.0.1.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-4.0.1.tgz_1480814460754_0.3203337125014514"},"directories":{}},"4.0.2":{"version":"4.0.2","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.0"},"gitHead":"062cc57a6d79816d2c06e6b23934140e100c9179","_id":"har-validator@4.0.2","_shasum":"4331710dc99e7109eac69fe130e9c118a3206cfa","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"4331710dc99e7109eac69fe130e9c118a3206cfa","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.0.2.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-4.0.2.tgz_1480829892578_0.04349543456919491"},"directories":{}},"4.0.3":{"version":"4.0.3","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.1"},"gitHead":"30f242427b0b1d6369213e3ed425dc74db28fbdc","_id":"har-validator@4.0.3","_shasum":"f9ff23eb88543d97dc5f0de7a6c4a26b84c08c92","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"f9ff23eb88543d97dc5f0de7a6c4a26b84c08c92","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.0.3.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-4.0.3.tgz_1480830990474_0.8110444666817784"},"directories":{}},"4.0.4":{"version":"4.0.4","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.2"},"gitHead":"28ae32c3efcd35feffbfbbdd587bce49bd395173","_id":"har-validator@4.0.4","_shasum":"b41433175d647f28d9089adb56eb4fbd09167d80","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"b41433175d647f28d9089adb56eb4fbd09167d80","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.0.4.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-4.0.4.tgz_1480834464587_0.3108202340081334"},"directories":{}},"4.1.0":{"version":"4.1.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.4"},"gitHead":"ccb64add42d7452c60721bfd29eb319eefaf9c1f","_id":"har-validator@4.1.0","_shasum":"86e4f56f0cae4ccd72c276d772a527f5d606903c","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"86e4f56f0cae4ccd72c276d772a527f5d606903c","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.1.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-4.1.0.tgz_1480839862492_0.274944152450189"},"directories":{}},"4.1.1":{"version":"4.1.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.5"},"gitHead":"d9fcff4bc0f6225300cb1535590a89fa49a46e0e","_id":"har-validator@4.1.1","_shasum":"8df876e1ecfd925259f5ee5a1d0585c12b7f6629","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"8df876e1ecfd925259f5ee5a1d0585c12b7f6629","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.1.1.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-4.1.1.tgz_1480880035555_0.45075810770504177"},"directories":{}},"4.1.2":{"version":"4.1.2","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.5"},"gitHead":"aaea445a6ea339e1a125b411beb8c1a585f2142b","_id":"har-validator@4.1.2","_shasum":"3dabdba74f3904482f5774b62de3aba394b92427","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"3dabdba74f3904482f5774b62de3aba394b92427","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.1.2.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-4.1.2.tgz_1480881364452_0.5804192230571061"},"directories":{}},"4.2.0":{"version":"4.2.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"0.0.9","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^2.1.0","semantic-release":"^6.3.2","snazzy":"^5.0.0","tap":"^8.0.1"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.5"},"gitHead":"b38c2d7d1286fb17788cac6447bcafa6b2cf72e1","_id":"har-validator@4.2.0","_shasum":"c2efa9f6c50fee92ef033cf30b796a2c5b660cd7","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"c2efa9f6c50fee92ef033cf30b796a2c5b660cd7","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.2.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-4.2.0.tgz_1480882330276_0.14189945277757943"},"directories":{}},"4.2.1":{"version":"4.2.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/node4/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib","src"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"compile":"babel -q src","test":"BABEL_ENV=test tap test --reporter spec --node-arg=--require --node-arg=babel-register","test-one":"BABEL_ENV=test tap --reporter spec --node-arg=--require --node-arg=babel-register","pretest":"snazzy && echint","coverage":"BABEL_ENV=test tap test --reporter silent --coverage --nyc-arg=--require --nyc-arg=babel-register","codeclimate":"BABEL_ENV=test tap --coverage-report=text-lcov | codeclimate-test-reporter","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"standard":{"ignore":["lib/**"]},"echint":{"ignore":["lib/**"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"devDependencies":{"babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-preset-env":"1.1.10","babel-register":"^6.18.0","codeclimate-test-reporter":"^0.4.0","cz-conventional-changelog":"^1.2.0","echint":"^4.0.1","semantic-release":"^6.3.2","snazzy":"^6.0.0","tap":"^10.0.0"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.5"},"gitHead":"06cb69e2da150de1643bfe511f0374f23b7a5b11","_id":"har-validator@4.2.1","_shasum":"33481d0f1bbff600dd203d75812a6a5fba002e2a","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"33481d0f1bbff600dd203d75812a6a5fba002e2a","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-4.2.1.tgz_1488636538686_0.5101928301155567"},"directories":{}},"5.0.0":{"version":"5.0.0","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"lint":"standard && echint","pretest":"npm run lint","test":"tap test","coverage":"tap test --reporter silent --coverage"},"devDependencies":{"echint":"^4.0.1","standard":"^9.0.1","tap":"^10.3.0"},"dependencies":{"@ahmadnassri/error":"^1.1.0","ajv":"^4.9.1","har-schema":"^1.0.5"},"gitHead":"ea17fb13250fbe90c21371facafd23c9375cfefb","_id":"har-validator@5.0.0","_shasum":"ce709dfe2974340e9cf154f13ec6249bda712c55","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"ce709dfe2974340e9cf154f13ec6249bda712c55","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-5.0.0.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-5.0.0.tgz_1489524601965_0.05852990713901818"},"directories":{}},"5.0.1":{"version":"5.0.1","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"lint":"standard && echint","pretest":"npm run lint","test":"tap test","coverage":"tap test --reporter silent --coverage"},"devDependencies":{"echint":"^4.0.1","standard":"^9.0.1","tap":"^10.3.0"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.5"},"gitHead":"3ec971e1c47f889958971bf91c4327da124923a9","_id":"har-validator@5.0.1","_shasum":"17394849aab560bc9838a325b07eeba328a6ac0b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"17394849aab560bc9838a325b07eeba328a6ac0b","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-5.0.1.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-5.0.1.tgz_1489525993907_0.10738185956142843"},"directories":{}},"5.0.2":{"version":"5.0.2","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"lint":"standard && echint","pretest":"npm run lint","test":"tap test","coverage":"tap test --reporter silent --coverage"},"devDependencies":{"echint":"^4.0.1","standard":"^9.0.1","tap":"^10.3.0"},"dependencies":{"ajv":"^4.9.1","har-schema":"^1.0.5"},"gitHead":"be27f68b78ae2d6ae66c419d15df99b99f0a8eaf","_id":"har-validator@5.0.2","_shasum":"25a23c7a67465531ea9f3d3f8aebeca7d6914b5f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"25a23c7a67465531ea9f3d3f8aebeca7d6914b5f","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-5.0.2.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/har-validator-5.0.2.tgz_1489527271584_0.08811150095425546"},"directories":{}},"5.0.3":{"version":"5.0.3","name":"har-validator","description":"Extremely fast HTTP Archive (HAR) validator using JSON Schema","author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"homepage":"https://github.com/ahmadnassri/har-validator","repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"license":"ISC","main":"lib/promise.js","keywords":["har","cli","ajv","http","archive","validate","validator"],"engines":{"node":">=4"},"files":["lib"],"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"scripts":{"lint":"standard && echint","pretest":"npm run lint","test":"tap test","coverage":"tap test --reporter silent --coverage"},"devDependencies":{"echint":"^4.0.1","standard":"^10.0.2","tap":"^10.3.2"},"dependencies":{"ajv":"^5.1.0","har-schema":"^2.0.0"},"gitHead":"254112b780849ab773dcf0245db547154fe7e248","_id":"har-validator@5.0.3","_shasum":"ba402c266194f15956ef15e0fcf242993f6a7dfd","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"},"dist":{"shasum":"ba402c266194f15956ef15e0fcf242993f6a7dfd","tarball":"https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz"},"maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/har-validator-5.0.3.tgz_1494776767065_0.45195462461560965"},"directories":{}}},"readme":"# HAR Validator [![version][npm-version]][npm-url] [![License][license-image]][license-url]\n\n> Extremely fast HTTP Archive ([HAR](https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md)) validator using JSON Schema.\n\n[![Build Status][travis-image]][travis-url]\n[![Downloads][npm-downloads]][npm-url]\n[![Code Climate][codeclimate-quality]][codeclimate-url]\n[![Coverage Status][codeclimate-coverage]][codeclimate-url]\n[![Dependency Status][dependencyci-image]][dependencyci-url]\n[![Dependencies][david-image]][david-url]\n\n## Install\n\n```bash\nnpm install --only=production --save har-validator\n```\n\n## CLI Usage\n\nPlease refer to [`har-cli`](https://github.com/ahmadnassri/har-cli) for more info.\n\n## API\n\n**Note**: as of [`v2.0.0`](https://github.com/ahmadnassri/har-validator/releases/tag/v2.0.0) this module defaults to Promise based API. *For backward compatibility with `v1.x` an [async/callback API](docs/async.md) is also provided*\n\n- [async API](docs/async.md)\n- [callback API](docs/async.md)\n- [Promise API](docs/promise.md) *(default)*\n\n----\n> :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/)  · \n> License: [ISC][license-url]  · \n> Github: [@ahmadnassri](https://github.com/ahmadnassri)  · \n> Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)\n\n[license-url]: http://choosealicense.com/licenses/isc/\n[license-image]: https://img.shields.io/github/license/ahmadnassri/har-validator.svg?style=flat-square\n\n[travis-url]: https://travis-ci.org/ahmadnassri/har-validator\n[travis-image]: https://img.shields.io/travis/ahmadnassri/har-validator.svg?style=flat-square\n\n[npm-url]: https://www.npmjs.com/package/har-validator\n[npm-version]: https://img.shields.io/npm/v/har-validator.svg?style=flat-square\n[npm-downloads]: https://img.shields.io/npm/dm/har-validator.svg?style=flat-square\n\n[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-validator\n[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-validator.svg?style=flat-square\n[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-validator.svg?style=flat-square\n\n[david-url]: https://david-dm.org/ahmadnassri/har-validator\n[david-image]: https://img.shields.io/david/ahmadnassri/har-validator.svg?style=flat-square\n\n[dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-validator\n[dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-validator/badge?style=flat-square\n","maintainers":[{"name":"ahmadnassri","email":"ahmad@ahmadnassri.com"}],"time":{"modified":"2017-05-14T15:46:08.016Z","created":"2015-02-10T09:34:51.208Z","1.0.0":"2015-02-10T09:34:51.208Z","1.0.1":"2015-03-04T21:10:19.824Z","1.0.2":"2015-03-04T21:41:18.650Z","1.1.0":"2015-03-05T17:09:47.634Z","1.1.1":"2015-03-05T17:19:39.368Z","1.1.2":"2015-03-05T17:22:43.677Z","1.1.3":"2015-03-21T07:05:36.574Z","1.2.0":"2015-03-21T08:09:56.553Z","1.3.0":"2015-03-22T05:45:54.179Z","1.3.1":"2015-03-22T05:56:34.528Z","1.4.0":"2015-03-22T05:59:49.920Z","1.5.0":"2015-03-30T03:31:22.173Z","1.5.1":"2015-03-30T03:48:16.233Z","1.6.0":"2015-04-02T06:31:38.556Z","1.6.1":"2015-04-02T07:48:31.380Z","1.7.0":"2015-04-30T04:01:06.241Z","1.7.1":"2015-05-27T09:16:55.401Z","1.8.0":"2015-06-22T13:59:06.322Z","2.0.0":"2015-10-03T20:36:43.750Z","2.0.1":"2015-10-03T20:56:34.699Z","2.0.2":"2015-10-03T22:58:44.305Z","2.0.3":"2015-11-24T13:59:09.905Z","2.0.4":"2016-01-14T06:50:03.933Z","2.0.5":"2016-01-14T06:59:23.497Z","2.0.6":"2016-01-19T23:18:30.950Z","2.1.0":"2016-03-08T00:32:44.494Z","2.1.1":"2016-03-08T00:43:19.796Z","2.1.2":"2016-04-16T04:05:39.404Z","2.1.3":"2016-04-16T04:15:21.260Z","3.0.0":"2016-12-02T23:30:29.307Z","3.1.0":"2016-12-03T19:24:47.829Z","3.2.0":"2016-12-03T19:31:11.165Z","3.3.0":"2016-12-03T22:02:25.049Z","3.3.1":"2016-12-03T22:53:10.083Z","3.4.0":"2016-12-04T00:39:58.691Z","4.0.0":"2016-12-04T00:46:38.983Z","4.0.1":"2016-12-04T01:21:02.883Z","4.0.2":"2016-12-04T05:38:13.182Z","4.0.3":"2016-12-04T05:56:32.120Z","4.0.4":"2016-12-04T06:54:25.245Z","4.1.0":"2016-12-04T08:24:24.491Z","4.1.1":"2016-12-04T19:33:57.708Z","4.1.2":"2016-12-04T19:56:05.064Z","4.2.0":"2016-12-04T20:12:12.333Z","4.2.1":"2017-03-04T14:09:00.472Z","5.0.0":"2017-03-14T20:50:02.584Z","5.0.1":"2017-03-14T21:13:14.475Z","5.0.2":"2017-03-14T21:34:33.483Z","5.0.3":"2017-05-14T15:46:08.016Z"},"homepage":"https://github.com/ahmadnassri/har-validator","keywords":["har","cli","ajv","http","archive","validate","validator"],"repository":{"type":"git","url":"git+https://github.com/ahmadnassri/har-validator.git"},"author":{"name":"Ahmad Nassri","email":"ahmad@ahmadnassri.com","url":"https://www.ahmadnassri.com/"},"bugs":{"url":"https://github.com/ahmadnassri/har-validator/issues"},"license":"ISC","readmeFilename":"README.md","users":{"ahmadnassri":true,"neodon1014":true,"mojaray2k":true},"_attachments":{},"_etag":"W/\"59187bc0-1768d\"","_lastModified":"Sun, 14 May 2017 15:46:08 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/has-ansi/.cache.json b/frappe/.npm/registry.npmjs.org/has-ansi/.cache.json new file mode 100644 index 00000000..8789b74c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/has-ansi/.cache.json @@ -0,0 +1 @@ +{"_id":"has-ansi","_rev":"29-ec56016fc94f57780d7ec985ca5f6609","name":"has-ansi","description":"Check if a string has ANSI escape codes","dist-tags":{"latest":"3.0.0"},"versions":{"0.1.0":{"name":"has-ansi","version":"0.1.0","description":"Check if a string has ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/has-ansi"},"bin":{"has-ansi":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"dependencies":{"ansi-regex":"^0.2.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/has-ansi/issues"},"homepage":"https://github.com/sindresorhus/has-ansi","_id":"has-ansi@0.1.0","_shasum":"84f265aae8c0e6a88a12d7022894b7568894c62e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"84f265aae8c0e6a88a12d7022894b7568894c62e","tarball":"https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz"},"directories":{}},"1.0.0":{"name":"has-ansi","version":"1.0.0","description":"Check if a string has ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/has-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"has-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"dependencies":{"ansi-regex":"^1.0.0","get-stdin":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"132e2bed03a264bbf11952d271a76342b7e0c759","bugs":{"url":"https://github.com/sindresorhus/has-ansi/issues"},"homepage":"https://github.com/sindresorhus/has-ansi","_id":"has-ansi@1.0.0","_shasum":"a173e6c8832f3952492821b11b8921fedeffbe55","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"a173e6c8832f3952492821b11b8921fedeffbe55","tarball":"https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"has-ansi","version":"1.0.1","description":"Check if a string has ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/has-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"has-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"dependencies":{"ansi-regex":"^1.0.0","get-stdin":"^3.0.2"},"devDependencies":{"mocha":"*"},"gitHead":"c9cf8ab6ab05ac0cfbc08285e56f439fa67e60dd","bugs":{"url":"https://github.com/sindresorhus/has-ansi/issues"},"homepage":"https://github.com/sindresorhus/has-ansi","_id":"has-ansi@1.0.1","_shasum":"ffaa06e14721835d653dc77f1eeee1167825941f","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.35","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"ffaa06e14721835d653dc77f1eeee1167825941f","tarball":"https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"has-ansi","version":"1.0.2","description":"Check if a string has ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/has-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"has-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"dependencies":{"ansi-regex":"^1.0.0","get-stdin":"^4.0.1"},"devDependencies":{"mocha":"*"},"gitHead":"dd528d92b556cbdf442a2dcf72733172a98b8300","bugs":{"url":"https://github.com/sindresorhus/has-ansi/issues"},"homepage":"https://github.com/sindresorhus/has-ansi","_id":"has-ansi@1.0.2","_shasum":"93b944b82255606b110c028a7e6fef237e50d7dc","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"93b944b82255606b110c028a7e6fef237e50d7dc","tarball":"https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"has-ansi","version":"1.0.3","description":"Check if a string has ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/has-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"bin":{"has-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"dependencies":{"ansi-regex":"^1.1.0","get-stdin":"^4.0.1"},"devDependencies":{"mocha":"*"},"gitHead":"416428ed16f8e9718aec54cea083173af6019917","bugs":{"url":"https://github.com/sindresorhus/has-ansi/issues"},"homepage":"https://github.com/sindresorhus/has-ansi","_id":"has-ansi@1.0.3","_shasum":"c0b5b1615d9e382b0ff67169d967b425e48ca538","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.35","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"c0b5b1615d9e382b0ff67169d967b425e48ca538","tarball":"https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz"},"directories":{}},"2.0.0":{"name":"has-ansi","version":"2.0.0","description":"Check if a string has ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/has-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"dependencies":{"ansi-regex":"^2.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"0722275e1bef139fcd09137da6e5550c3cd368b9","bugs":{"url":"https://github.com/sindresorhus/has-ansi/issues"},"homepage":"https://github.com/sindresorhus/has-ansi","_id":"has-ansi@2.0.0","_shasum":"34f5049ce1ecdf2b0649af3ef24e45ed35416d91","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"34f5049ce1ecdf2b0649af3ef24e45ed35416d91","tarball":"https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"},"directories":{}},"3.0.0":{"name":"has-ansi","version":"3.0.0","description":"Check if a string has ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/has-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"dependencies":{"ansi-regex":"^3.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"5b1f1e1dace10ad37ec9553aab2fae022a646dab","bugs":{"url":"https://github.com/chalk/has-ansi/issues"},"homepage":"https://github.com/chalk/has-ansi#readme","_id":"has-ansi@3.0.0","_shasum":"36077ef1d15f333484aa7fa77a28606f1c655b37","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"36077ef1d15f333484aa7fa77a28606f1c655b37","tarball":"https://registry.npmjs.org/has-ansi/-/has-ansi-3.0.0.tgz"},"maintainers":[{"name":"dthree","email":"threedeecee@gmail.com"},{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/has-ansi-3.0.0.tgz_1497987181489_0.9539871530141681"},"directories":{}}},"readme":"# has-ansi [![Build Status](https://travis-ci.org/chalk/has-ansi.svg?branch=master)](https://travis-ci.org/chalk/has-ansi)\n\n> Check if a string has [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)\n\n\n## Install\n\n```\n$ npm install has-ansi\n```\n\n\n## Usage\n\n```js\nconst hasAnsi = require('has-ansi');\n\nhasAnsi('\\u001B[4mUnicorn\\u001B[0m');\n//=> true\n\nhasAnsi('cake');\n//=> false\n```\n\n\n## Related\n\n- [has-ansi-cli](https://github.com/chalk/has-ansi-cli) - CLI for this module\n- [strip-ansi](https://github.com/chalk/strip-ansi) - Strip ANSI escape codes\n- [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes\n- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right\n\n\n## Maintainers\n\n- [Sindre Sorhus](https://github.com/sindresorhus)\n- [Josh Junon](https://github.com/qix-)\n\n## License\n\nMIT\n","maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"time":{"modified":"2017-06-21T22:44:28.709Z","created":"2014-06-14T19:40:55.321Z","0.1.0":"2014-06-14T19:40:55.321Z","1.0.0":"2014-08-13T19:31:02.679Z","1.0.1":"2014-12-28T11:16:06.415Z","1.0.2":"2015-02-16T17:54:27.012Z","1.0.3":"2015-02-22T09:19:28.925Z","2.0.0":"2015-06-30T16:17:34.067Z","3.0.0":"2017-06-20T19:33:02.569Z"},"homepage":"https://github.com/chalk/has-ansi#readme","keywords":["ansi","styles","color","colour","colors","terminal","console","string","tty","escape","shell","xterm","command-line","text","regex","regexp","re","match","test","find","pattern","has"],"repository":{"type":"git","url":"git+https://github.com/chalk/has-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/chalk/has-ansi/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"tunnckocore":true,"scottfreecode":true,"mojaray2k":true,"michalskuza":true,"arteffeckt":true,"insomniaqc":true},"_attachments":{},"_etag":"W/\"594af6cc-2d2a\"","_lastModified":"Wed, 21 Jun 2017 22:44:28 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/has-binary2/.cache.json b/frappe/.npm/registry.npmjs.org/has-binary2/.cache.json new file mode 100644 index 00000000..a7669d33 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/has-binary2/.cache.json @@ -0,0 +1 @@ +{"_id":"has-binary2","_rev":"3-b352a1fe479371c17bf5a821069ef967","name":"has-binary2","description":"A function that takes anything in javascript and returns true if its argument contains binary data.","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.0":{"name":"has-binary2","version":"1.0.0","description":"A function that takes anything in javascript and returns true if its argument contains binary data.","dependencies":{"isarray":"2.0.1"},"devDependencies":{"better-assert":"^1.0.2","mocha":"^3.2.0","semistandard":"^9.2.1"},"scripts":{"checkstyle":"semistandard","test":"npm run checkstyle && mocha --bail"},"author":{"name":"Kevin Roark"},"license":"MIT","gitHead":"06a768d435255ea03b7646fbac15594475eed8c7","_id":"has-binary2@1.0.0","_shasum":"ccc6faa8b3115282776ce4a74ec59e3abfb33b9e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"ccc6faa8b3115282776ce4a74ec59e3abfb33b9e","tarball":"https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/has-binary2-1.0.0.tgz_1491422339582_0.9382193095516413"},"directories":{}},"1.0.1":{"name":"has-binary2","version":"1.0.1","description":"A function that takes anything in javascript and returns true if its argument contains binary data.","dependencies":{"isarray":"2.0.1"},"devDependencies":{"better-assert":"^1.0.2","mocha":"^3.2.0","semistandard":"^9.2.1"},"scripts":{"checkstyle":"semistandard","test":"npm run checkstyle && mocha --bail"},"files":["index.js"],"author":{"name":"Kevin Roark"},"license":"MIT","gitHead":"93e27c38f286483016f395fa9bb5a99ab02f1c8c","_id":"has-binary2@1.0.1","_shasum":"2599cf430297c7feae6b63f0a4d2d7deb66f07db","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"2599cf430297c7feae6b63f0a4d2d7deb66f07db","tarball":"https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/has-binary2-1.0.1.tgz_1491423112354_0.5322538744658232"},"directories":{}},"1.0.2":{"name":"has-binary2","version":"1.0.2","description":"A function that takes anything in javascript and returns true if its argument contains binary data.","dependencies":{"isarray":"2.0.1"},"devDependencies":{"better-assert":"^1.0.2","mocha":"^3.2.0","semistandard":"^9.2.1"},"scripts":{"checkstyle":"semistandard","test":"npm run checkstyle && mocha --bail"},"files":["index.js"],"author":{"name":"Kevin Roark"},"license":"MIT","gitHead":"02266c05a7b3edecf945343c26c1bc562f78bbd9","_id":"has-binary2@1.0.2","_shasum":"e83dba49f0b9be4d026d27365350d9f03f54be98","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"e83dba49f0b9be4d026d27365350d9f03f54be98","tarball":"https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/has-binary2-1.0.2.tgz_1493325765063_0.2403412840794772"},"directories":{}}},"readme":"has-binarydata.js\n=================\n\nSimple module to test if an object contains binary data\n","maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"}],"time":{"modified":"2017-04-27T20:42:47.092Z","created":"2017-04-05T19:59:00.166Z","1.0.0":"2017-04-05T19:59:00.166Z","1.0.1":"2017-04-05T20:11:54.165Z","1.0.2":"2017-04-27T20:42:47.092Z"},"author":{"name":"Kevin Roark"},"license":"MIT","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"590257c7-f71\"","_lastModified":"Thu, 27 Apr 2017 20:42:47 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/has-cors/.cache.json b/frappe/.npm/registry.npmjs.org/has-cors/.cache.json new file mode 100644 index 00000000..5ae9cd6e --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/has-cors/.cache.json @@ -0,0 +1 @@ +{"_id":"has-cors","_rev":"8-0db986bd046c4ad543ff8e1def7e5d49","name":"has-cors","description":"Detects support for Cross-Origin Resource Sharing","dist-tags":{"latest":"1.1.0"},"versions":{"1.0.3":{"name":"has-cors","version":"1.0.3","description":"Detects support for Cross-Origin Resource Sharing","main":"index.js","repository":{"type":"git","url":"git://github.com/component/has-cors.git"},"dependencies":{"global":"https://github.com/component/global/archive/v2.0.1.tar.gz"},"keywords":["cors","cross","origin","resource","sharing","domain"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","component":{"scripts":{"has-cors/index.js":"index.js"}},"bugs":{"url":"https://github.com/component/has-cors/issues"},"homepage":"https://github.com/component/has-cors","_id":"has-cors@1.0.3","dist":{"shasum":"502acb9b3104dac33dd2630eaf2f888b0baf4cb3","tarball":"https://registry.npmjs.org/has-cors/-/has-cors-1.0.3.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"shtylman","email":"shtylman@gmail.com"}],"directories":{}},"1.1.0":{"name":"has-cors","version":"1.1.0","description":"Detects support for Cross-Origin Resource Sharing","main":"index.js","repository":{"type":"git","url":"git://github.com/component/has-cors.git"},"keywords":["cors","cross","origin","resource","sharing","domain"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","component":{"scripts":{"has-cors/index.js":"index.js"}},"devDependencies":{"mocha":"^2.0","chai":"^1.10"},"scripts":{"test":"mocha"},"gitHead":"27e9b96726b669e9594350585cc1e97474d3f995","bugs":{"url":"https://github.com/component/has-cors/issues"},"homepage":"https://github.com/component/has-cors","_id":"has-cors@1.1.0","_shasum":"5e474793f7ea9843d1bb99c23eef49ff126fff39","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"shtylman","email":"shtylman@gmail.com"}],"dist":{"shasum":"5e474793f7ea9843d1bb99c23eef49ff126fff39","tarball":"https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz"},"directories":{}}},"readme":"\n# has-cors\n\n Detects support for Cross-Origin Resource Sharing\n\n## Installation\n\n Install with [component(1)](http://component.io):\n\n $ component install component/has-cors\n\n## API\n\nExports `true` if the user-agent supports CORS, or `false` otherwise.\n\n``` js\nvar hasCORS = require('has-cors');\nconsole.log(hasCORS);\n// true\n```\n\n## License\n\n MIT\n","maintainers":[{"email":"shtylman@gmail.com","name":"defunctzombie"},{"email":"nathan@tootallnate.net","name":"tootallnate"}],"time":{"modified":"2017-07-23T04:39:26.409Z","created":"2014-01-26T21:04:14.820Z","1.0.3":"2014-01-26T21:04:14.820Z","1.1.0":"2014-11-12T20:55:46.377Z"},"readmeFilename":"Readme.md","homepage":"https://github.com/component/has-cors","keywords":["cors","cross","origin","resource","sharing","domain"],"repository":{"type":"git","url":"git://github.com/component/has-cors.git"},"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"bugs":{"url":"https://github.com/component/has-cors/issues"},"license":"MIT","users":{"arefm":true},"_attachments":{},"_etag":"W/\"5974287e-cf7\"","_lastModified":"Sun, 23 Jul 2017 04:39:26 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/has-flag/.cache.json b/frappe/.npm/registry.npmjs.org/has-flag/.cache.json new file mode 100644 index 00000000..4db4056a --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/has-flag/.cache.json @@ -0,0 +1 @@ +{"_id":"has-flag","_rev":"4-8bd6caf6d68593c6a360dac45e157871","name":"has-flag","description":"Check if argv has a specific flag","dist-tags":{"latest":"2.0.0"},"versions":{"1.0.0":{"name":"has-flag","version":"1.0.0","description":"Check if argv has a specific flag","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/has-flag.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},{"name":"Joshua Appelman","email":"jappelman@xebia.com","url":"jbnicolai.com"},{"name":"JD Ballard","email":"i.am.qix@gmail.com","url":"github.com/qix-"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["has","check","detect","contains","find","flag","cli","command-line","argv","process","arg","args","argument","arguments","getopt","minimist","optimist"],"devDependencies":{"ava":"0.0.4"},"gitHead":"621de2782d538f28f99f0bb85b158799cb3ae5cf","bugs":{"url":"https://github.com/sindresorhus/has-flag/issues"},"homepage":"https://github.com/sindresorhus/has-flag#readme","_id":"has-flag@1.0.0","_shasum":"9d9e793165ce017a00f00418c43f942a7b1d11fa","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"9d9e793165ce017a00f00418c43f942a7b1d11fa","tarball":"https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"has-flag","version":"2.0.0","description":"Check if argv has a specific flag","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/has-flag.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["has","check","detect","contains","find","flag","cli","command-line","argv","process","arg","args","argument","arguments","getopt","minimist","optimist"],"devDependencies":{"ava":"*","xo":"*"},"gitHead":"601137409f2617c75838d8f3febed5c6e6e8ee2c","bugs":{"url":"https://github.com/sindresorhus/has-flag/issues"},"homepage":"https://github.com/sindresorhus/has-flag#readme","_id":"has-flag@2.0.0","_shasum":"e8207af1cc7b30d446cc70b734b5e8be18f88d51","_from":".","_npmVersion":"3.8.6","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e8207af1cc7b30d446cc70b734b5e8be18f88d51","tarball":"https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/has-flag-2.0.0.tgz_1460389675597_0.3113734829239547"},"directories":{}}},"readme":"# has-flag [![Build Status](https://travis-ci.org/sindresorhus/has-flag.svg?branch=master)](https://travis-ci.org/sindresorhus/has-flag)\n\n> Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag\n\nCorrectly stops looking after an `--` argument terminator.\n\n\n## Install\n\n```\n$ npm install --save has-flag\n```\n\n\n## Usage\n\n```js\n// foo.js\nconst hasFlag = require('has-flag');\n\nhasFlag('unicorn');\n//=> true\n\nhasFlag('--unicorn');\n//=> true\n\nhasFlag('-f');\n//=> true\n\nhasFlag('foo=bar');\n//=> true\n\nhasFlag('foo');\n//=> false\n\nhasFlag('rainbow');\n//=> false\n```\n\n```\n$ node foo.js -f --unicorn --foo=bar -- --rainbow\n```\n\n\n## API\n\n### hasFlag(flag, [argv])\n\nReturns a boolean whether the flag exists.\n\n#### flag\n\nType: `string`\n\nCLI flag to look for. The `--` prefix is optional.\n\n#### argv\n\nType: `array`
\nDefault: `process.argv`\n\nCLI arguments.\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"time":{"modified":"2016-12-20T13:38:31.005Z","created":"2015-07-07T22:43:54.339Z","1.0.0":"2015-07-07T22:43:54.339Z","2.0.0":"2016-04-11T15:47:58.270Z"},"homepage":"https://github.com/sindresorhus/has-flag#readme","keywords":["has","check","detect","contains","find","flag","cli","command-line","argv","process","arg","args","argument","arguments","getopt","minimist","optimist"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/has-flag.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/has-flag/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"michalskuza":true},"_attachments":{},"_etag":"W/\"58593457-12a5\"","_lastModified":"Tue, 20 Dec 2016 13:38:31 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/hawk/.cache.json b/frappe/.npm/registry.npmjs.org/hawk/.cache.json new file mode 100644 index 00000000..6b43e6dc --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/hawk/.cache.json @@ -0,0 +1 @@ +{"_id":"hawk","_rev":"133-e63f972d91621e556b46d878dee4861e","name":"hawk","description":"HTTP Hawk Authentication Scheme","dist-tags":{"latest":"6.0.2","node10":"3.1.2"},"versions":{"0.0.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"mocha":"1.x.x","should":"1.x.x","chai":"1.2.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.1","dist":{"shasum":"3239371d26a774aaf434f7e5cdb9393da227fe7b","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.1.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"mocha":"1.x.x","should":"1.x.x","chai":"1.2.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.2","dist":{"shasum":"0ae74652f21b0ef64f3c847d10d08c81d321d97f","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.2.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.3":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.3","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"request":"2.11.x","mocha":"1.x.x","should":"1.x.x","chai":"1.2.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.3","dist":{"shasum":"635da77abc8730055464c8a79a8e2e802781809f","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.3.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.4":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.4","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"request":"2.11.x","mocha":"1.x.x","should":"1.x.x","chai":"1.2.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.4","dist":{"shasum":"e9e73330e9f460f18c09a0a46acfdd8e6884c856","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.4.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.5":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.5","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"request":"2.11.x","mocha":"1.x.x","should":"1.x.x","chai":"1.2.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.5","dist":{"shasum":"2e982d78eb8f62cf7cf765d221ed27ac45a81c3a","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.5.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.6":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.6","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"request":"2.11.x","mocha":"1.x.x","should":"1.x.x","chai":"1.2.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.6","dist":{"shasum":"022d437bfc347d7465cc780160833c59308e7eae","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.6.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.7":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.7","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"request":"2.11.x","mocha":"1.x.x","should":"1.x.x","chai":"1.2.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.7","dist":{"shasum":"f67861fd67bb6f641cd6eb379bbc4c673e7930bf","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.7.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.8":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.0.8","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.0.8","dist":{"shasum":"30223856fa153215e54cbe0f42a69a909fa029df","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.0.8.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.1.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.1.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.1.0","dist":{"shasum":"8e283f0c1831d2b625c97f06252fa6497886dfa4","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.1.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.2.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.2.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.2.0","dist":{"shasum":"b9828493d756aab575f202eb7b7d5cd83237154f","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.2.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.3.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.3.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.3.0","dist":{"shasum":"b0692a6200b719acf14281ef8c579dc743b2acad","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.3.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.4.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.4.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.4.0","dist":{"shasum":"fb3c535ca3cc14cf86fbee0a7d82de77b399f9a2","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.4.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.5.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.5.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","request":"2.12.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.5.0","dist":{"shasum":"1c62917dc568df4da11be80216a83530e7459273","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.5.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.5.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.5.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","request":"2.12.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.5.1","dist":{"shasum":"12ba5026aa14ffb6bb578cd12d3c9857ecd5deda","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.5.1.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.5.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.5.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x","boom":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","request":"2.12.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.5.2","dist":{"shasum":"3a70892eb66080e283c6a790f3b2df6d3cdb0a40","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.5.2.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.5.3":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.5.3","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x","boom":"0.0.x","cryptiles":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","request":"2.12.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.5.3","dist":{"shasum":"679ec22b4c9ffa2ba945b1c6f6f57483229d7958","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.5.3.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.6.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.6.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x","boom":"0.1.x","cryptiles":"0.0.x","sntp":"0.1.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","request":"2.12.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.6.0","dist":{"shasum":"3bbecc9f6d09c1011c0a5ea86525de597fc2b4ae","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.6.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.6.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.6.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.4.x","boom":"0.2.x","cryptiles":"0.0.x","sntp":"0.1.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","request":"2.12.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.6.1","dist":{"shasum":"3c9ad6cde8b623b67fa0d188c4d5404a48ee1225","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.6.1.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.7.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.7.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.4.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","request":"2.12.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.7.0","dist":{"shasum":"4f050728cc9220db1401f650e6f4e91b4e6c92c1","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.7.0.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.7.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.7.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.4.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"request":"2.12.x","mocha":"1.x.x","chai":"1.x.x","blanket":"1.0.x","travis-cov":"0.2.x"},"scripts":{"test":"make test && make test-cov","blanket":{"pattern":"//^((?!/node_modules/)(?!/test/).)*$/ig","onlyCwd":true,"data-cover-flags":{"branchTracking":true}},"travis-cov":{"threshold":100}},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.7.1","dist":{"shasum":"c53ae2ec49faabe847244ea6dfa5daab47e45b4a","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.7.1.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.8.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.8.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.4.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"request":"2.12.x","mocha":"1.x.x","chai":"1.x.x","blanket":"1.0.x","travis-cov":"0.2.x"},"scripts":{"test":"make test && make test-cov","blanket":{"pattern":"//^((?!/node_modules/)(?!/test/).)*$/ig","onlyCwd":true,"data-cover-flags":{"branchTracking":true}},"travis-cov":{"threshold":100}},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.8.1","dist":{"shasum":"5d16288ca8cc6110bae1d7b71ad71c9a380b3624","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.8.1.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.9.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.9.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.6.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","blanket":"1.0.x","travis-cov":"0.2.x"},"scripts":{"test":"make test && make test-cov","blanket":{"pattern":"//^((?!/node_modules/)(?!/test/).)*$/ig","onlyCwd":true,"data-cover-flags":{"branchTracking":true}},"travis-cov":{"threshold":100}},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.9.0","dist":{"shasum":"b1d0277d5ed6da344b86096872f32afb0a14b92d","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.9.0.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.10.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.10.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.6.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","blanket":"1.0.x","travis-cov":"0.2.x"},"scripts":{"test":"make test && make test-cov","blanket":{"pattern":"//^((?!/node_modules/)(?!/test/).)*$/ig","onlyCwd":true,"data-cover-flags":{"branchTracking":true}},"travis-cov":{"threshold":100}},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.10.0","dist":{"shasum":"f1990d419c1c3e7f99ecaff62c15caa732ca3adc","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.10.0.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.10.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.10.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.6.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","blanket":"1.0.x","travis-cov":"0.2.x"},"scripts":{"test":"make test && make test-cov","blanket":{"pattern":"//^((?!/node_modules/)(?!/test/).)*$/ig","onlyCwd":true,"data-cover-flags":{"branchTracking":true}},"travis-cov":{"threshold":100}},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.10.1","dist":{"shasum":"87e740f756b49e0fdc2f5ebf99e8bb1ad1b13695","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.10.1.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.10.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.10.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.7.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"lab":"0.0.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.10.2","dist":{"shasum":"9b361dee95a931640e6d504e05609a8fc3ac45d2","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.10.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.11.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.11.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.7.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"lab":"0.0.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.11.0","dist":{"shasum":"67fbf2fa1713662c2aa38d302bad5c126659ddbe","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.11.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.11.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.11.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.7.x","boom":"0.3.x","cryptiles":"0.1.x","sntp":"0.1.x"},"devDependencies":{"lab":"0.0.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.11.1","dist":{"shasum":"1cae6adc91319d6e9ca44a424ffaa3f151fa7afe","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.11.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.12.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.12.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.10.x"},"dependencies":{"hoek":"0.8.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.12.0","dist":{"shasum":"9866098fd4f2f016666751fcc6f25d39bc0255a6","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.12.0.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.12.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.12.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.10.x"},"dependencies":{"hoek":"0.8.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.12.1","dist":{"shasum":"d78fe4fbeb873778ea45e0311a64e311d9677928","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.12.1.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.12.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.12.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.10.x"},"dependencies":{"hoek":"0.8.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.12.2","dist":{"shasum":"80502d491d39564a00f938ffbc438aac8699af2c","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.12.2.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.13.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.13.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":"0.10.x"},"dependencies":{"hoek":"0.8.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.13.0","dist":{"shasum":"308e1530bc989498bb08479dcb55b03ec4954405","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.13.0.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.13.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.13.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.8.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.13.1","dist":{"shasum":"3617958821f58311e4d7f6de291fca662b412ef4","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.13.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.14.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.14.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.9.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"_id":"hawk@0.14.0","dist":{"shasum":"190f60c98f6c1383b844b9542bfd6ac8d3183ed2","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.14.0.tgz"},"_from":".","_npmVersion":"1.2.21","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.15.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"0.15.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.9.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"_id":"hawk@0.15.0","dist":{"shasum":"1151e3cab2906629dc969fd601f04eab16c3421b","tarball":"https://registry.npmjs.org/hawk/-/hawk-0.15.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"1.0.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.9.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"_id":"hawk@1.0.0","dist":{"shasum":"b90bb169807285411da7ffcb8dd2598502d3b52d","tarball":"https://registry.npmjs.org/hawk/-/hawk-1.0.0.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.1.0-pre":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"1.1.0-pre","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.9.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"_id":"hawk@1.1.0-pre","dist":{"shasum":"354205178e2719b033558cf13729b65b86b52702","tarball":"https://registry.npmjs.org/hawk/-/hawk-1.1.0-pre.tgz"},"_from":".","_npmVersion":"1.2.24","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.1.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"1.1.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.9.x","boom":"0.4.x","cryptiles":"0.2.x","sntp":"0.2.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"_id":"hawk@1.1.1","dist":{"shasum":"87cd491f9b46e4e2aeaca335416766885d2d1ed9","tarball":"https://registry.npmjs.org/hawk/-/hawk-1.1.1.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.1.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"1.1.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"1.x.x","boom":"1.x.x","cryptiles":"1.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"1.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"_id":"hawk@1.1.2","dist":{"shasum":"d9d75763fa2af6c5a0283052456bad9c7eaf0bb3","tarball":"https://registry.npmjs.org/hawk/-/hawk-1.1.2.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.0.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.0.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"1.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"1.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.0.0","dist":{"shasum":"1770e303ac197a226abd75aae7c4cb155b4a7846","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.0.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.1.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.1.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"1.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"1.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.1.0","dist":{"shasum":"a137d07ed04d67c9b140c1537429d7f8046debb8","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.1.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.1.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.1.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"1.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"1.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.1.1","dist":{"shasum":"5d30ab93a1a305bbc18cab367d1931a59d154991","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.1.1.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.1.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.1.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"1.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"1.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.1.2","dist":{"shasum":"46a5073176f176d3ae000abe543a1866b10ea4af","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.1.2.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.1.3":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.1.3","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"1.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"1.x.x","localStorage":"1.0.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.1.3","dist":{"shasum":"fbb084a59b0627dbeac548bec5c7f25f84e08967","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.1.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.2.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.2.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"3.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.2.0","dist":{"shasum":"6d4b126c426484fe41d55706fd46311222b3a58a","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.2.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.2.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"3.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.2.1","dist":{"shasum":"8cf62d374d22a51848a8b8debde2321edec25e9d","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.2.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.2.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.2.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"3.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.2.2","_shasum":"0bf58e4c0763b1ca044e5d3ce4172ea7af9568cd","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"0bf58e4c0763b1ca044e5d3ce4172ea7af9568cd","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.2.2.tgz"},"directories":{}},"2.2.3":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.2.3","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"3.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"gitHead":"41d8a3c977f7aa6adb8bb7aaa504df07d3035ce0","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.2.3","_shasum":"581397d484d9b747703064f03f6fcf43e92195d7","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"581397d484d9b747703064f03f6fcf43e92195d7","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.2.3.tgz"},"directories":{}},"2.3.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.3.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"lab":"4.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"gitHead":"d315d7ea05dbee53046c4f5ba442c4ad2de94259","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.3.0","_shasum":"20864369707c2264bb823d1c4172acd5d77ed509","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"20864369707c2264bb823d1c4172acd5d77ed509","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.3.0.tgz"},"directories":{}},"2.3.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"2.3.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk"},"main":"index","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.8.0"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"code":"1.x.x","lab":"5.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/hawk/raw/master/LICENSE"}],"gitHead":"492632da51ecedd5f59ce96f081860ad24ce6532","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk","_id":"hawk@2.3.1","_shasum":"1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"1e731ce39447fa1d0f6d707f7bceebec0fd1ec1f","tarball":"https://registry.npmjs.org/hawk/-/hawk-2.3.1.tgz"},"directories":{}},"3.0.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"3.0.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.10.32"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"code":"1.x.x","lab":"5.x.x"},"scripts":{"test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"1cefc9658091deb33c6c36b0045ae9eefdbd54b6","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@3.0.0","_shasum":"ad66f265fc9124c1a5a99badd8d473c63b171143","_from":".","_npmVersion":"2.10.0","_nodeVersion":"0.10.38","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"ad66f265fc9124c1a5a99badd8d473c63b171143","tarball":"https://registry.npmjs.org/hawk/-/hawk-3.0.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"3.1.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"3.1.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.10.32"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"^2.8.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"code":"1.x.x","lab":"5.x.x"},"scripts":{"test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"fdb9d05e383d5237631eaddc4f51422e54fa8b52","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@3.1.0","_shasum":"8a13ae19977ec607602f3f0b9fd676f18c384e44","_from":".","_npmVersion":"2.10.0","_nodeVersion":"0.10.38","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"8a13ae19977ec607602f3f0b9fd676f18c384e44","tarball":"https://registry.npmjs.org/hawk/-/hawk-3.1.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"3.1.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"3.1.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.10.32"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"^2.8.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"code":"1.x.x","lab":"5.x.x"},"scripts":{"test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"10daa139d5d6b87401a8386e7a4dc3835ff10bd9","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@3.1.1","_shasum":"f2d952b8f9c8ca30cc6d4132d4be702dc14e91bb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"f2d952b8f9c8ca30cc6d4132d4be702dc14e91bb","tarball":"https://registry.npmjs.org/hawk/-/hawk-3.1.1.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"4.0.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"4.0.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"3.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"2.x.x","lab":"7.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/client.js --out-file dist/client.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"a4486be5e9b9b4a3fc3e4355ccf8f4cb29e97088","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@4.0.0","_shasum":"27cdc3d403b686214e8ceb5e3890ab5a42a5e849","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"27cdc3d403b686214e8ceb5e3890ab5a42a5e849","tarball":"https://registry.npmjs.org/hawk/-/hawk-4.0.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"3.1.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"3.1.2","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.10.32"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"code":"1.x.x","lab":"5.x.x"},"scripts":{"test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"66dd8f9b32058c2e834b0976b2f112e19f38ee72","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@3.1.2","_shasum":"90c90118886e21975d1ad4ae9b3e284ed19a2de8","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"90c90118886e21975d1ad4ae9b3e284ed19a2de8","tarball":"https://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"4.0.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"4.0.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"3.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"2.x.x","lab":"8.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"6ea996d099e56688715f56b5f1fca4156a214708","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@4.0.1","_shasum":"63d0d09c253df175513eb34fbe233a5271e8b2f6","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"63d0d09c253df175513eb34fbe233a5271e8b2f6","tarball":"https://registry.npmjs.org/hawk/-/hawk-4.0.1.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"4.1.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"4.1.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"3.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"2.x.x","lab":"8.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"b5d51ebfdbbcbb20cd7727622bb270cce5221577","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@4.1.0","_shasum":"95ae2914d2070ee18772f4ca43f8f3095d22e9de","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"95ae2914d2070ee18772f4ca43f8f3095d22e9de","tarball":"https://registry.npmjs.org/hawk/-/hawk-4.1.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"4.1.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"4.1.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"3.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"2.x.x","lab":"8.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"0833f99ba64558525995a7e21d4093da1f3e15fa","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@4.1.1","_shasum":"704444b8dab40909072d7f5366736172cd82a8fd","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"704444b8dab40909072d7f5366736172cd82a8fd","tarball":"https://registry.npmjs.org/hawk/-/hawk-4.1.1.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"3.1.3":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"3.1.3","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=0.10.32"},"browser":"./lib/browser.js","dependencies":{"hoek":"2.x.x","boom":"2.x.x","cryptiles":"2.x.x","sntp":"1.x.x"},"devDependencies":{"code":"1.x.x","lab":"5.x.x"},"scripts":{"test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"2f0b93b34ed9b0ebc865838ef70c6a4035591430","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@3.1.3","_shasum":"078444bd7c1640b0fe540d2c9b73d59678e8e1c4","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"078444bd7c1640b0fe540d2c9b73d59678e8e1c4","tarball":"https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"4.1.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"4.1.2","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"3.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"2.x.x","lab":"8.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"f9ee7fd290b65652a4aef78dbf9a061585dc7d0e","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@4.1.2","_shasum":"ba067b0885e9c0726c8cd4f0b000c0edb324aa3c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"ba067b0885e9c0726c8cd4f0b000c0edb324aa3c","tarball":"https://registry.npmjs.org/hawk/-/hawk-4.1.2.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"5.0.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"5.0.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"4.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"3.x.x","lab":"10.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"57ebb934272296393595aea06d83f79895f3d79c","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@5.0.0","_shasum":"7bd7c87e6304f9c13d7cac15860ab9415feb8562","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"7bd7c87e6304f9c13d7cac15860ab9415feb8562","tarball":"https://registry.npmjs.org/hawk/-/hawk-5.0.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/hawk-5.0.0.tgz_1464202097994_0.3730322537012398"},"directories":{}},"5.0.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"5.0.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"4.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"3.x.x","lab":"10.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"a77c5b1042f70839a6e8cf7e3ba27cc312efe5b9","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@5.0.1","_shasum":"25dd6b5c282bf7e0e8c516bbe8c67813fed6177a","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"25dd6b5c282bf7e0e8c516bbe8c67813fed6177a","tarball":"https://registry.npmjs.org/hawk/-/hawk-5.0.1.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/hawk-5.0.1.tgz_1467067193328_0.26784873637370765"},"directories":{}},"5.1.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"5.1.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"4.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"3.x.x","lab":"10.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"30c3285f8a529da8b441b10ec5e2ce7938423351","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@5.1.0","_shasum":"dc816a1d91bd9da06430bbdbf7687849b41925b7","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"dc816a1d91bd9da06430bbdbf7687849b41925b7","tarball":"https://registry.npmjs.org/hawk/-/hawk-5.1.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/hawk-5.1.0.tgz_1468733332688_0.878898361697793"},"directories":{}},"5.1.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"5.1.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"4.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"3.x.x","lab":"10.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"0162d939cc2ef14a02680156df7e644a6ccf17ca","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@5.1.1","_shasum":"e49930a15c6ee465ff710389af6b782a7ca4645a","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"e49930a15c6ee465ff710389af6b782a7ca4645a","tarball":"https://registry.npmjs.org/hawk/-/hawk-5.1.1.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/hawk-5.1.1.tgz_1469745645661_0.4327816064469516"},"directories":{}},"5.1.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"5.1.2","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"4.x.x","boom":"3.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"3.x.x","lab":"10.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"56009f8b21f8cbb375c22c3cad33e8c9b17ceb52","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@5.1.2","_shasum":"bbe87d44e62be14c51b2c71237bba17c7ff73de4","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"bbe87d44e62be14c51b2c71237bba17c7ff73de4","tarball":"https://registry.npmjs.org/hawk/-/hawk-5.1.2.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/hawk-5.1.2.tgz_1469815894120_0.3631137579213828"},"directories":{}},"6.0.0":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"6.0.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.5.0"},"dependencies":{"hoek":"4.x.x","boom":"4.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"3.x.x","lab":"11.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"7ea2c0a926fa25adb2a349618446c2c620af2464","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@6.0.0","_shasum":"1544b069c5ae3ea0a5f35e936040b0c6ab0417d1","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.4.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"1544b069c5ae3ea0a5f35e936040b0c6ab0417d1","tarball":"https://registry.npmjs.org/hawk/-/hawk-6.0.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/hawk-6.0.0.tgz_1472970788611_0.7195518722292036"},"directories":{}},"6.0.1":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"6.0.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.5.0"},"dependencies":{"hoek":"4.x.x","boom":"4.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"4.x.x","lab":"11.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"2c0012f9a9ee2799d1a704cb494ea7d63ba3902f","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@6.0.1","_shasum":"a78a656d1ef297cf4c313c1d4418c23630065e4d","_from":".","_npmVersion":"4.0.3","_nodeVersion":"7.2.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"a78a656d1ef297cf4c313c1d4418c23630065e4d","tarball":"https://registry.npmjs.org/hawk/-/hawk-6.0.1.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/hawk-6.0.1.tgz_1480571084283_0.07981751603074372"},"directories":{}},"6.0.2":{"name":"hawk","description":"HTTP Hawk Authentication Scheme","version":"6.0.2","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/hawk.git"},"main":"lib/index.js","browser":"dist/browser.js","keywords":["http","authentication","scheme","hawk"],"engines":{"node":">=4.5.0"},"dependencies":{"hoek":"4.x.x","boom":"4.x.x","cryptiles":"3.x.x","sntp":"2.x.x"},"devDependencies":{"babel-cli":"^6.1.2","babel-preset-es2015":"^6.1.2","code":"4.x.x","lab":"14.x.x"},"babel":{"presets":["es2015"]},"scripts":{"build-client":"mkdir -p dist; babel lib/browser.js --out-file dist/browser.js","prepublish":"npm run-script build-client","test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"d251edf711826e961ee6267d29a7fa50ff8cf9d0","bugs":{"url":"https://github.com/hueniverse/hawk/issues"},"homepage":"https://github.com/hueniverse/hawk#readme","_id":"hawk@6.0.2","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"integrity":"sha512-miowhl2+U7Qle4vdLqDdPt9m09K6yZhkLDTWGoUiUzrQCn+mHHSmfJgAyGaLRZbPmTqfFFjRV1QWCW0VWUJBbQ==","shasum":"af4d914eb065f9b5ce4d9d11c1cb2126eecc3038","tarball":"https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hawk-6.0.2.tgz_1500338423954_0.2481594004202634"},"directories":{}}},"readme":"![hawk Logo](https://raw.github.com/hueniverse/hawk/master/images/hawk.png)\n\n **Hawk** is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial\nHTTP request cryptographic verification. For more complex use cases such as access delegation, see [Oz](https://github.com/hueniverse/oz).\n\nCurrent version: **6.x**\n\nNote: 6.x, 5.x, 4.x, 3.x, and 2.x are the same exact protocol as 1.1. The version increments reflect changes in the node API.\n\n[![Build Status](https://travis-ci.org/hueniverse/hawk.svg?branch=master)](https://travis-ci.org/hueniverse/hawk)\n\n# Table of Content\n\n- [**Introduction**](#introduction)\n - [Replay Protection](#replay-protection)\n - [Usage Example](#usage-example)\n - [Protocol Example](#protocol-example)\n - [Payload Validation](#payload-validation)\n - [Response Payload Validation](#response-payload-validation)\n - [Browser Support and Considerations](#browser-support-and-considerations)\n- [**Single URI Authorization**](#single-uri-authorization)\n - [Usage Example](#bewit-usage-example)\n- [**Security Considerations**](#security-considerations)\n - [MAC Keys Transmission](#mac-keys-transmission)\n - [Confidentiality of Requests](#confidentiality-of-requests)\n - [Spoofing by Counterfeit Servers](#spoofing-by-counterfeit-servers)\n - [Plaintext Storage of Credentials](#plaintext-storage-of-credentials)\n - [Entropy of Keys](#entropy-of-keys)\n - [Coverage Limitations](#coverage-limitations)\n - [Future Time Manipulation](#future-time-manipulation)\n - [Client Clock Poisoning](#client-clock-poisoning)\n - [Bewit Limitations](#bewit-limitations)\n - [Host Header Forgery](#host-header-forgery)\n- [**Frequently Asked Questions**](#frequently-asked-questions)\n- [**Implementations**](#implementations)\n- [**Acknowledgements**](#acknowledgements)\n\n# Introduction\n\n**Hawk** is an HTTP authentication scheme providing mechanisms for making authenticated HTTP requests with\npartial cryptographic verification of the request and response, covering the HTTP method, request URI, host,\nand optionally the request payload.\n\nSimilar to the HTTP [Digest access authentication schemes](http://www.ietf.org/rfc/rfc2617.txt), **Hawk** uses a set of\nclient credentials which include an identifier (e.g. username) and key (e.g. password). Likewise, just as with the Digest scheme,\nthe key is never included in authenticated requests. Instead, it is used to calculate a request MAC value which is\nincluded in its place.\n\nHowever, **Hawk** has several differences from Digest. In particular, while both use a nonce to limit the possibility of\nreplay attacks, in **Hawk** the client generates the nonce and uses it in combination with a timestamp, leading to less\n\"chattiness\" (interaction with the server).\n\nAlso unlike Digest, this scheme is not intended to protect the key itself (the password in Digest) because\nthe client and server must both have access to the key material in the clear.\n\nThe primary design goals of this scheme are to:\n* simplify and improve HTTP authentication for services that are unwilling or unable to deploy TLS for all resources,\n* secure credentials against leakage (e.g., when the client uses some form of dynamic configuration to determine where\n to send an authenticated request), and\n* avoid the exposure of credentials sent to a malicious server over an unauthenticated secure channel due to client\n failure to validate the server's identity as part of its TLS handshake.\n\nIn addition, **Hawk** supports a method for granting third-parties temporary access to individual resources using\na query parameter called _bewit_ (in falconry, a leather strap used to attach a tracking device to the leg of a hawk).\n\nThe **Hawk** scheme requires the establishment of a shared symmetric key between the client and the server,\nwhich is beyond the scope of this module. Typically, the shared credentials are established via an initial\nTLS-protected phase or derived from some other shared confidential information available to both the client\nand the server.\n\n\n## Replay Protection\n\nWithout replay protection, an attacker can use a compromised (but otherwise valid and authenticated) request more\nthan once, gaining access to a protected resource. To mitigate this, clients include both a nonce and a timestamp when\nmaking requests. This gives the server enough information to prevent replay attacks.\n\nThe nonce is generated by the client, and is a string unique across all requests with the same timestamp and\nkey identifier combination.\n\nThe timestamp enables the server to restrict the validity period of the credentials where requests occurring afterwards\nare rejected. It also removes the need for the server to retain an unbounded number of nonce values for future checks.\nBy default, **Hawk** uses a time window of 1 minute to allow for time skew between the client and server (which in\npractice translates to a maximum of 2 minutes as the skew can be positive or negative).\n\nUsing a timestamp requires the client's clock to be in sync with the server's clock. **Hawk** requires both the client\nclock and the server clock to use NTP to ensure synchronization. However, given the limitations of some client types\n(e.g. browsers) to deploy NTP, the server provides the client with its current time (in seconds precision) in response\nto a bad timestamp.\n\nThere is no expectation that the client will adjust its system clock to match the server (in fact, this would be a\npotential attack vector). Instead, the client only uses the server's time to calculate an offset used only\nfor communications with that particular server. The protocol rewards clients with synchronized clocks by reducing\nthe number of round trips required to authenticate the first request.\n\n\n## Usage Example\n\nServer code:\n\n```javascript\nconst Http = require('http');\nconst Hawk = require('hawk');\n\n\n// Credentials lookup function\n\nconst credentialsFunc = function (id, callback) {\n\n const credentials = {\n key: 'werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn',\n algorithm: 'sha256',\n user: 'Steve'\n };\n\n return callback(null, credentials);\n};\n\n// Create HTTP server\n\nconst handler = function (req, res) {\n\n // Authenticate incoming request\n\n Hawk.server.authenticate(req, credentialsFunc, {}, (err, credentials, artifacts) => {\n\n // Prepare response\n\n const payload = (!err ? `Hello ${credentials.user} ${artifacts.ext}` : 'Shoosh!');\n const headers = { 'Content-Type': 'text/plain' };\n\n // Generate Server-Authorization response header\n\n const header = Hawk.server.header(credentials, artifacts, { payload, contentType: headers['Content-Type'] });\n headers['Server-Authorization'] = header;\n\n // Send the response back\n\n res.writeHead(!err ? 200 : 401, headers);\n res.end(payload);\n });\n};\n\n// Start server\n\nHttp.createServer(handler).listen(8000, 'example.com');\n```\n\nClient code:\n\n```javascript\nconst Request = require('request');\nconst Hawk = require('hawk');\n\n\n// Client credentials\n\nconst credentials = {\n id: 'dh37fgj492je',\n key: 'werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn',\n algorithm: 'sha256'\n}\n\n// Request options\n\nconst requestOptions = {\n uri: 'http://example.com:8000/resource/1?b=1&a=2',\n method: 'GET',\n headers: {}\n};\n\n// Generate Authorization request header\n\nconst header = Hawk.client.header('http://example.com:8000/resource/1?b=1&a=2', 'GET', { credentials: credentials, ext: 'some-app-data' });\nrequestOptions.headers.Authorization = header.field;\n\n// Send authenticated request\n\nRequest(requestOptions, function (error, response, body) {\n\n // Authenticate the server's response\n\n const isValid = Hawk.client.authenticate(response, credentials, header.artifacts, { payload: body });\n\n // Output results\n\n console.log(`${response.statusCode}: ${body}` + (isValid ? ' (valid)' : ' (invalid)'));\n});\n```\n\n**Hawk** utilized the [**SNTP**](https://github.com/hueniverse/sntp) module for time sync management. By default, the local\nmachine time is used. To automatically retrieve and synchronize the clock within the application, use the SNTP 'start()' method.\n\n```javascript\nHawk.sntp.start();\n```\n\n\n## Protocol Example\n\nThe client attempts to access a protected resource without authentication, sending the following HTTP request to\nthe resource server:\n\n```\nGET /resource/1?b=1&a=2 HTTP/1.1\nHost: example.com:8000\n```\n\nThe resource server returns an authentication challenge.\n\n```\nHTTP/1.1 401 Unauthorized\nWWW-Authenticate: Hawk\n```\n\nThe client has previously obtained a set of **Hawk** credentials for accessing resources on the \"`http://example.com/`\"\nserver. The **Hawk** credentials issued to the client include the following attributes:\n\n* Key identifier: `dh37fgj492je`\n* Key: `werxhqb98rpaxn39848xrunpaw3489ruxnpa98w4rxn`\n* Algorithm: `hmac sha256`\n* Hash: `6R4rV5iE+NPoym+WwjeHzjAGXUtLNIxmo1vpMofpLAE=`\n\nThe client generates the authentication header by calculating a timestamp (e.g. the number of seconds since January 1,\n1970 00:00:00 GMT), generating a nonce, and constructing the normalized request string (each value followed by a newline\ncharacter):\n\n```\nhawk.1.header\n1353832234\nj4h3g2\nGET\n/resource/1?b=1&a=2\nexample.com\n8000\n\nsome-app-ext-data\n\n```\n\nThe request MAC is calculated using HMAC with the specified hash algorithm \"`sha256`\" and the key over the normalized request string.\nThe result is base64-encoded to produce the request MAC:\n\n```\n6R4rV5iE+NPoym+WwjeHzjAGXUtLNIxmo1vpMofpLAE=\n```\n\nThe client includes the **Hawk** key identifier, timestamp, nonce, application specific data, and request MAC with the request using\nthe HTTP `Authorization` request header field:\n\n```\nGET /resource/1?b=1&a=2 HTTP/1.1\nHost: example.com:8000\nAuthorization: Hawk id=\"dh37fgj492je\", ts=\"1353832234\", nonce=\"j4h3g2\", ext=\"some-app-ext-data\", mac=\"6R4rV5iE+NPoym+WwjeHzjAGXUtLNIxmo1vpMofpLAE=\"\n```\n\nThe server validates the request by calculating the request MAC again based on the request received and verifies the validity\nand scope of the **Hawk** credentials. If valid, the server responds with the requested resource.\n\n\n### Payload Validation\n\n**Hawk** provides optional payload validation. When generating the authentication header, the client calculates a payload hash\nusing the specified hash algorithm. The hash is calculated over the concatenated value of (each followed by a newline character):\n* `hawk.1.payload`\n* the content-type in lowercase, without any parameters (e.g. `application/json`)\n* the request payload prior to any content encoding (the exact representation requirements should be specified by the server for payloads other than simple single-part ascii to ensure interoperability)\n\nFor example:\n\n* Payload: `Thank you for flying Hawk`\n* Content Type: `text/plain`\n* Algorithm: `sha256`\n* Hash: `Yi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=`\n\nResults in the following input to the payload hash function (newline terminated values):\n\n```\nhawk.1.payload\ntext/plain\nThank you for flying Hawk\n\n```\n\nWhich produces the following hash value:\n\n```\nYi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=\n```\n\nThe client constructs the normalized request string (newline terminated values):\n\n```\nhawk.1.header\n1353832234\nj4h3g2\nPOST\n/resource/1?a=1&b=2\nexample.com\n8000\nYi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=\nsome-app-ext-data\n\n```\n\nThen calculates the request MAC and includes the **Hawk** key identifier, timestamp, nonce, payload hash, application specific data,\nand request MAC, with the request using the HTTP `Authorization` request header field:\n\n```\nPOST /resource/1?a=1&b=2 HTTP/1.1\nHost: example.com:8000\nAuthorization: Hawk id=\"dh37fgj492je\", ts=\"1353832234\", nonce=\"j4h3g2\", hash=\"Yi9LfIIFRtBEPt74PVmbTF/xVAwPn7ub15ePICfgnuY=\", ext=\"some-app-ext-data\", mac=\"aSe1DERmZuRl3pI36/9BdZmnErTw3sNzOOAUlfeKjVw=\"\n```\n\nIt is up to the server if and when it validates the payload for any given request, based solely on its security policy\nand the nature of the data included.\n\nIf the payload is available at the time of authentication, the server uses the hash value provided by the client to construct\nthe normalized string and validates the MAC. If the MAC is valid, the server calculates the payload hash and compares the value\nwith the provided payload hash in the header. In many cases, checking the MAC first is faster than calculating the payload hash.\n\nHowever, if the payload is not available at authentication time (e.g. too large to fit in memory, streamed elsewhere, or processed\nat a different stage in the application), the server may choose to defer payload validation for later by retaining the hash value\nprovided by the client after validating the MAC.\n\nIt is important to note that MAC validation does not mean the hash value provided by the client is valid, only that the value\nincluded in the header was not modified. Without calculating the payload hash on the server and comparing it to the value provided\nby the client, the payload may be modified by an attacker.\n\n\n## Response Payload Validation\n\n**Hawk** provides partial response payload validation. The server includes the `Server-Authorization` response header which enables the\nclient to authenticate the response and ensure it is talking to the right server. **Hawk** defines the HTTP `Server-Authorization` header\nas a response header using the exact same syntax as the `Authorization` request header field.\n\nThe header is constructed using the same process as the client's request header. The server uses the same credentials and other\nartifacts provided by the client to constructs the normalized request string. The `ext` and `hash` values are replaced with\nnew values based on the server response. The rest as identical to those used by the client.\n\nThe result MAC digest is included with the optional `hash` and `ext` values:\n\n```\nServer-Authorization: Hawk mac=\"XIJRsMl/4oL+nn+vKoeVZPdCHXB4yJkNnBbTbHFZUYE=\", hash=\"f9cDF/TDm7TkYRLnGwRMfeDzT6LixQVLvrIKhh0vgmM=\", ext=\"response-specific\"\n```\n\n\n## Browser Support and Considerations\n\nA browser script is provided for including using a `\n```\n\nIn [Node.js](https://nodejs.org/), [io.js](https://iojs.org/), and [RingoJS ≥ v0.8.0](http://ringojs.org/):\n\n```js\nvar regenerate = require('regenerate');\n```\n\nIn [Narwhal](http://narwhaljs.org/) and [RingoJS ≤ v0.7.0](http://ringojs.org/):\n\n```js\nvar regenerate = require('regenerate').regenerate;\n```\n\nIn [Rhino](http://www.mozilla.org/rhino/):\n\n```js\nload('regenerate.js');\n```\n\nUsing an AMD loader like [RequireJS](http://requirejs.org/):\n\n```js\nrequire(\n {\n 'paths': {\n 'regenerate': 'path/to/regenerate'\n }\n },\n ['regenerate'],\n function(regenerate) {\n console.log(regenerate);\n }\n);\n```\n\n## API\n\n### `regenerate(value1, value2, value3, ...)`\n\nThe main Regenerate function. Calling this function creates a new set that gets a chainable API.\n\n```js\nvar set = regenerate()\n .addRange(0x60, 0x69) // add U+0060 to U+0069\n .remove(0x62, 0x64) // remove U+0062 and U+0064\n .add(0x1D306); // add U+1D306\nset.valueOf();\n// → [0x60, 0x61, 0x63, 0x65, 0x66, 0x67, 0x68, 0x69, 0x1D306]\nset.toString();\n// → '[`ace-i]|\\\\uD834\\\\uDF06'\nset.toRegExp();\n// → /[`ace-i]|\\uD834\\uDF06/\n```\n\nAny arguments passed to `regenerate()` will be added to the set right away. Both code points (numbers) and symbols (strings consisting of a single Unicode symbol) are accepted, as well as arrays containing values of these types.\n\n```js\nregenerate(0x1D306, 'A', '©', 0x2603).toString();\n// → '[A\\\\xA9\\\\u2603]|\\\\uD834\\\\uDF06'\n\nvar items = [0x1D306, 'A', '©', 0x2603];\nregenerate(items).toString();\n// → '[A\\\\xA9\\\\u2603]|\\\\uD834\\\\uDF06'\n```\n\n### `regenerate.prototype.add(value1, value2, value3, ...)`\n\nAny arguments passed to `add()` are added to the set. Both code points (numbers) and symbols (strings consisting of a single Unicode symbol) are accepted, as well as arrays containing values of these types.\n\n```js\nregenerate().add(0x1D306, 'A', '©', 0x2603).toString();\n// → '[A\\\\xA9\\\\u2603]|\\\\uD834\\\\uDF06'\n\nvar items = [0x1D306, 'A', '©', 0x2603];\nregenerate().add(items).toString();\n// → '[A\\\\xA9\\\\u2603]|\\\\uD834\\\\uDF06'\n```\n\nIt’s also possible to pass in a Regenerate instance. Doing so adds all code points in that instance to the current set.\n\n```js\nvar set = regenerate(0x1D306, 'A');\nregenerate().add('©', 0x2603).add(set).toString();\n// → '[A\\\\xA9\\\\u2603]|\\\\uD834\\\\uDF06'\n```\n\nNote that the initial call to `regenerate()` acts like `add()`. This allows you to create a new Regenerate instance and add some code points to it in one go:\n\n```js\nregenerate(0x1D306, 'A', '©', 0x2603).toString();\n// → '[A\\\\xA9\\\\u2603]|\\\\uD834\\\\uDF06'\n```\n\n### `regenerate.prototype.remove(value1, value2, value3, ...)`\n\nAny arguments passed to `remove()` are removed to the set. Both code points (numbers) and symbols (strings consisting of a single Unicode symbol) are accepted, as well as arrays containing values of these types.\n\n```js\nregenerate(0x1D306, 'A', '©', 0x2603).remove('☃').toString();\n// → '[A\\\\xA9]|\\\\uD834\\\\uDF06'\n```\n\nIt’s also possible to pass in a Regenerate instance. Doing so removes all code points in that instance from the current set.\n\n```js\nvar set = regenerate('☃');\nregenerate(0x1D306, 'A', '©', 0x2603).remove(set).toString();\n// → '[A\\\\xA9]|\\\\uD834\\\\uDF06'\n```\n\n### `regenerate.prototype.addRange(start, end)`\n\nAdds a range of code points from `start` to `end` (inclusive) to the set. Both code points (numbers) and symbols (strings consisting of a single Unicode symbol) are accepted.\n\n```js\nregenerate(0x1D306).addRange(0x00, 0xFF).toString(16);\n// → '[\\\\0-\\\\xFF]|\\\\uD834\\\\uDF06'\n\nregenerate().addRange('A', 'z').toString();\n// → '[A-z]'\n```\n\n### `regenerate.prototype.removeRange(start, end)`\n\nRemoves a range of code points from `start` to `end` (inclusive) from the set. Both code points (numbers) and symbols (strings consisting of a single Unicode symbol) are accepted.\n\n```js\nregenerate()\n .addRange(0x000000, 0x10FFFF) // add all Unicode code points\n .removeRange('A', 'z') // remove all symbols from `A` to `z`\n .toString();\n// → '[\\\\0-@\\\\{-\\\\uD7FF\\\\uE000-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]'\n\nregenerate()\n .addRange(0x000000, 0x10FFFF) // add all Unicode code points\n .removeRange(0x0041, 0x007A) // remove all code points from U+0041 to U+007A\n .toString();\n// → '[\\\\0-@\\\\{-\\\\uD7FF\\\\uE000-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]'\n```\n\n### `regenerate.prototype.intersection(codePoints)`\n\nRemoves any code points from the set that are not present in both the set and the given `codePoints` array. `codePoints` must be an array of numeric code point values, i.e. numbers.\n\n```js\nregenerate()\n .addRange(0x00, 0xFF) // add extended ASCII code points\n .intersection([0x61, 0x69]) // remove all code points from the set except for these\n .toString();\n// → '[ai]'\n```\n\nInstead of the `codePoints` array, it’s also possible to pass in a Regenerate instance.\n\n```js\nvar whitelist = regenerate(0x61, 0x69);\n\nregenerate()\n .addRange(0x00, 0xFF) // add extended ASCII code points\n .intersection(whitelist) // remove all code points from the set except for those in the `whitelist` set\n .toString();\n// → '[ai]'\n```\n\n### `regenerate.prototype.contains(value)`\n\nReturns `true` if the given value is part of the set, and `false` otherwise. Both code points (numbers) and symbols (strings consisting of a single Unicode symbol) are accepted.\n\n```js\nvar set = regenerate().addRange(0x00, 0xFF);\nset.contains('A');\n// → true\nset.contains(0x1D306);\n// → false\n```\n\n### `regenerate.prototype.clone()`\n\nReturns a clone of the current code point set. Any actions performed on the clone won’t mutate the original set.\n\n```js\nvar setA = regenerate(0x1D306);\nvar setB = setA.clone().add(0x1F4A9);\nsetA.toArray();\n// → [0x1D306]\nsetB.toArray();\n// → [0x1D306, 0x1F4A9]\n```\n\n### `regenerate.prototype.toString(options)`\n\nReturns a string representing (part of) a regular expression that matches all the symbols mapped to the code points within the set.\n\n```js\nregenerate(0x1D306, 0x1F4A9).toString();\n// → '\\\\uD834\\\\uDF06|\\\\uD83D\\\\uDCA9'\n```\n\nIf the `bmpOnly` property of the optional `options` object is set to `true`, the output matches surrogates individually, regardless of whether they’re lone surrogates or just part of a surrogate pair. This simplifies the output, but it can only be used in case you’re certain the strings it will be used on don’t contain any astral symbols.\n\n```js\nvar highSurrogates = regenerate().addRange(0xD800, 0xDBFF);\nhighSurrogates.toString();\n// → '[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])'\nhighSurrogates.toString({ 'bmpOnly': true });\n// → '[\\\\uD800-\\\\uDBFF]'\n\nvar lowSurrogates = regenerate().addRange(0xDC00, 0xDFFF);\nlowSurrogates.toString();\n// → '(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]'\nlowSurrogates.toString({ 'bmpOnly': true });\n// → '[\\\\uDC00-\\\\uDFFF]'\n```\n\nNote that lone low surrogates cannot be matched accurately using regular expressions in JavaScript. Regenerate’s output makes a best-effort approach but [there can be false negatives in this regard](https://github.com/mathiasbynens/regenerate/issues/28#issuecomment-72224808).\n\nIf the `hasUnicodeFlag` property of the optional `options` object is set to `true`, the output makes use of Unicode code point escapes (`\\u{…}`) where applicable. This simplifies the output at the cost of compatibility and portability, since it means the output can only be used as a pattern in a regular expression with [the ES6 `u` flag](https://mathiasbynens.be/notes/es6-unicode-regex) enabled.\n\n```js\nvar set = regenerate().addRange(0x0, 0x10FFFF);\n\nset.toString();\n// → '[\\\\0-\\\\uD7FF\\\\uE000-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF]''\n\nset.toString({ 'hasUnicodeFlag': true });\n// → '[\\\\0-\\\\u{10FFFF}]'\n```\n\n### `regenerate.prototype.toRegExp(flags = '')`\n\nReturns a regular expression that matches all the symbols mapped to the code points within the set. Optionally, you can pass [flags](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#Parameters) to be added to the regular expression.\n\n```js\nvar regex = regenerate(0x1D306, 0x1F4A9).toRegExp();\n// → /\\uD834\\uDF06|\\uD83D\\uDCA9/\nregex.test('𝌆');\n// → true\nregex.test('A');\n// → false\n\n// With flags:\nvar regex = regenerate(0x1D306, 0x1F4A9).toRegExp('g');\n// → /\\uD834\\uDF06|\\uD83D\\uDCA9/g\n```\n\n**Note:** This probably shouldn’t be used. Regenerate is intended as a tool that is used as part of a build process, not at runtime.\n\n### `regenerate.prototype.valueOf()` or `regenerate.prototype.toArray()`\n\nReturns a sorted array of unique code points in the set.\n\n```js\nregenerate(0x1D306)\n .addRange(0x60, 0x65)\n .add(0x59, 0x60) // note: 0x59 is added after 0x65, and 0x60 is a duplicate\n .valueOf();\n// → [0x59, 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x1D306]\n```\n\n### `regenerate.version`\n\nA string representing the semantic version number.\n\n## Combine Regenerate with other libraries\n\nRegenerate gets even better when combined with other libraries such as [Punycode.js](https://mths.be/punycode). Here’s an example where [Punycode.js](https://mths.be/punycode) is used to convert a string into an array of code points, that is then passed on to Regenerate:\n\n```js\nvar regenerate = require('regenerate');\nvar punycode = require('punycode');\n\nvar string = 'Lorem ipsum dolor sit amet.';\n// Get an array of all code points used in the string:\nvar codePoints = punycode.ucs2.decode(string);\n\n// Generate a regular expression that matches any of the symbols used in the string:\nregenerate(codePoints).toString();\n// → '[ \\\\.Ladeilmopr-u]'\n```\n\nIn ES6 you can do something similar with [`Array.from`](https://mths.be/array-from) which uses [the string’s iterator](https://mathiasbynens.be/notes/javascript-unicode#iterating-over-symbols) to split the given string into an array of strings that each contain a single symbol. [`regenerate()`](#regenerateprototypeaddvalue1-value2-value3-) accepts both strings and code points, remember?\n\n```js\nvar regenerate = require('regenerate');\n\nvar string = 'Lorem ipsum dolor sit amet.';\n// Get an array of all symbols used in the string:\nvar symbols = Array.from(string);\n\n// Generate a regular expression that matches any of the symbols used in the string:\nregenerate(symbols).toString();\n// → '[ \\\\.Ladeilmopr-u]'\n```\n\n## Support\n\nRegenerate supports at least Chrome 27+, Firefox 3+, Safari 4+, Opera 10+, IE 6+, Node.js v0.10.0+, io.js v1.0.0+, Narwhal 0.3.2+, RingoJS 0.8+, PhantomJS 1.9.0+, and Rhino 1.7RC4+.\n\n## Unit tests & code coverage\n\nAfter cloning this repository, run `npm install` to install the dependencies needed for Regenerate development and testing. You may want to install Istanbul _globally_ using `npm install istanbul -g`.\n\nOnce that’s done, you can run the unit tests in Node using `npm test` or `node tests/tests.js`. To run the tests in Rhino, Ringo, Narwhal, and web browsers as well, use `grunt test`.\n\nTo generate the code coverage report, use `grunt cover`.\n\n## Author\n\n| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias \"Follow @mathias on Twitter\") |\n|---|\n| [Mathias Bynens](https://mathiasbynens.be/) |\n\n## License\n\nRegenerate is available under the [MIT](https://mths.be/mit) license.\n","maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"time":{"modified":"2017-07-03T11:06:04.780Z","created":"2013-05-20T22:26:40.611Z","0.1.0":"2013-05-20T22:26:43.564Z","0.2.0":"2013-05-22T17:17:08.104Z","0.3.0":"2013-05-22T19:52:07.744Z","0.4.0":"2013-05-27T11:22:40.417Z","0.5.0":"2013-06-02T16:38:17.998Z","0.5.1":"2013-06-05T09:55:14.845Z","0.5.2":"2013-06-17T13:12:20.520Z","0.5.3":"2013-08-18T20:00:48.741Z","0.5.4":"2013-08-19T20:57:22.112Z","0.6.0":"2014-04-23T14:01:07.621Z","0.6.1":"2014-04-25T12:30:52.894Z","0.6.2":"2014-05-24T12:08:56.325Z","0.6.3":"2014-08-24T16:57:11.130Z","0.6.4":"2014-08-24T18:39:56.018Z","1.0.0":"2014-09-23T08:27:42.776Z","1.0.1":"2014-10-12T05:46:30.795Z","1.1.0":"2015-01-24T16:07:43.798Z","1.2.0":"2015-01-26T09:10:34.991Z","1.2.1":"2015-01-26T09:22:52.398Z","1.3.0":"2016-05-25T09:57:46.026Z","1.3.1":"2016-06-01T14:47:19.994Z","1.3.2":"2016-11-11T12:45:46.670Z"},"author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regenerate.git"},"homepage":"https://mths.be/regenerate","keywords":["regex","regexp","javascript","unicode","generator","tool"],"bugs":{"url":"https://github.com/mathiasbynens/regenerate/issues"},"readmeFilename":"README.md","license":"MIT","users":{"vkarpov15":true,"yaycmyk":true},"_attachments":{},"_etag":"W/\"595a251c-9fbc\"","_lastModified":"Mon, 03 Jul 2017 11:06:04 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/regenerator-runtime/.cache.json b/frappe/.npm/registry.npmjs.org/regenerator-runtime/.cache.json new file mode 100644 index 00000000..2dd7d67b --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/regenerator-runtime/.cache.json @@ -0,0 +1 @@ +{"_id":"regenerator-runtime","_rev":"21-adc2cae3ad6d0946936c7bbfb035d187","name":"regenerator-runtime","time":{"modified":"2017-05-24T02:37:54.859Z","created":"2014-07-04T06:36:41.889Z","0.0.1":"2014-07-04T06:36:41.889Z","0.9.0":"2016-05-02T02:32:32.344Z","0.9.1":"2016-05-02T02:41:22.237Z","0.9.2":"2016-05-02T03:07:26.802Z","0.9.3":"2016-05-02T03:41:25.693Z","0.9.4":"2016-05-02T03:50:43.910Z","0.9.5":"2016-05-02T14:34:50.845Z","0.9.6":"2016-11-04T14:40:04.326Z","0.10.0":"2016-11-21T00:10:39.115Z","0.10.1":"2016-12-08T15:12:48.955Z","0.10.2":"2017-02-17T16:12:45.310Z","0.10.3":"2017-02-17T21:52:25.245Z","0.10.4":"2017-04-26T13:56:35.098Z","0.10.5":"2017-04-28T14:47:13.861Z"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist-tags":{"latest":"0.10.5"},"description":"Runtime for Regenerator-compiled generator and async functions.","readme":"# regenerator-runtime\n\nStandalone runtime for\n[Regenerator](https://github.com/facebook/regenerator)-compiled generator\nand `async` functions.\n\nTo import the runtime as a module (recommended), either of the following\nimport styles will work:\n```js\n// CommonJS\nconst regeneratorRuntime = require(\"regenerator-runtime\");\n\n// ECMAScript 2015\nimport regeneratorRuntime from \"regenerator-runtime\";\n```\n\nTo ensure that `regeneratorRuntime` is defined globally, either of the\nfollowing styles will work:\n```js\n// CommonJS\nrequire(\"regenerator-runtime/runtime\");\n\n// ECMAScript 2015\nimport \"regenerator-runtime/runtime\";\n```\n\nTo get the absolute file system path of `runtime.js`, evaluate the\nfollowing expression:\n```js\nrequire(\"regenerator-runtime/path\").path\n```\n","versions":{"0.9.0":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.9.0","main":"runtime.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.9.0","scripts":{},"_shasum":"5ddf497001cdbfdeed0b23c8da345d5d7fe7e65b","_from":".","_npmVersion":"3.3.9","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"5ddf497001cdbfdeed0b23c8da345d5d7fe7e65b","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.9.0.tgz_1462156351288_0.37193154939450324"},"directories":{}},"0.9.1":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.9.1","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.9.1","scripts":{},"_shasum":"e761fcb913158f52f23e114c5c9bd6a246dd295d","_from":".","_npmVersion":"3.3.9","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"e761fcb913158f52f23e114c5c9bd6a246dd295d","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.9.1.tgz_1462156881175_0.18197224894538522"},"directories":{}},"0.9.2":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.9.2","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.9.2","scripts":{},"_shasum":"66742ebb5656ad517fe7feef5cb236d839e1975c","_from":".","_npmVersion":"3.3.9","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"66742ebb5656ad517fe7feef5cb236d839e1975c","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.9.2.tgz_1462158445810_0.24356031534262002"},"directories":{}},"0.9.3":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.9.3","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.9.3","scripts":{},"_shasum":"348a25f0e42c2fa73fe4df97b30bc8a5690b6aab","_from":".","_npmVersion":"3.3.9","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"348a25f0e42c2fa73fe4df97b30bc8a5690b6aab","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.9.3.tgz_1462160483561_0.8289865111000836"},"directories":{}},"0.9.4":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.9.4","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.9.4","scripts":{},"_shasum":"2c3dde92a86059bc946e1295047b648cdd37a1ad","_from":".","_npmVersion":"3.3.9","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"2c3dde92a86059bc946e1295047b648cdd37a1ad","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.9.4.tgz_1462161041787_0.4779401086270809"},"directories":{}},"0.9.5":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.9.5","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.9.5","scripts":{},"_shasum":"403d6d40a4bdff9c330dd9392dcbb2d9a8bba1fc","_from":".","_npmVersion":"3.3.9","_nodeVersion":"7.0.0-pre","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"403d6d40a4bdff9c330dd9392dcbb2d9a8bba1fc","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.5.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.9.5.tgz_1462199689741_0.4502820009365678"},"directories":{}},"0.9.6":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.9.6","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.9.6","scripts":{},"_shasum":"d33eb95d0d2001a4be39659707c51b0cb71ce029","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.6.1","_npmUser":{"name":"benjamn","email":"ben@benjamn.com"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"d33eb95d0d2001a4be39659707c51b0cb71ce029","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.9.6.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.9.6.tgz_1478270402434_0.11256932467222214"},"directories":{}},"0.10.0":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.10.0","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.10.0","scripts":{},"_shasum":"86208e34e24f14b1d5d6f093f003ef2d9af8b4a4","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.6.2","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"86208e34e24f14b1d5d6f093f003ef2d9af8b4a4","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.10.0.tgz_1479687038582_0.13848980842158198"},"directories":{}},"0.10.1":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.10.1","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.10.1","scripts":{},"_shasum":"257f41961ce44558b18f7814af48c17559f9faeb","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"257f41961ce44558b18f7814af48c17559f9faeb","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.10.1.tgz_1481209968425_0.14842746453359723"},"directories":{}},"0.10.2":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.10.2","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.10.2","scripts":{},"_shasum":"d8180f73493b2f216f6b7282ce1d943372c2c56f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"4.7.3","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"d8180f73493b2f216f6b7282ce1d943372c2c56f","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.2.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.10.2.tgz_1487347963894_0.9866049448028207"},"directories":{}},"0.10.3":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.10.3","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.10.3","scripts":{},"_shasum":"8c4367a904b51ea62a908ac310bf99ff90a82a3e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"4.7.3","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"8c4367a904b51ea62a908ac310bf99ff90a82a3e","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.10.3.tgz_1487368343412_0.9572089267894626"},"directories":{}},"0.10.4":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.10.4","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.10.4","scripts":{},"_shasum":"74cb6598d3ba2eb18694e968a40e2b3b4df9cf93","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"74cb6598d3ba2eb18694e968a40e2b3b4df9cf93","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.4.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.10.4.tgz_1493214993829_0.654222869547084"},"directories":{}},"0.10.5":{"name":"regenerator-runtime","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Runtime for Regenerator-compiled generator and async functions.","version":"0.10.5","main":"runtime-module.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"license":"MIT","_id":"regenerator-runtime@0.10.5","scripts":{},"_shasum":"336c3efc1220adcedda2c9fab67b5a7955a33658","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"336c3efc1220adcedda2c9fab67b5a7955a33658","tarball":"https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-runtime-0.10.5.tgz_1493390833247_0.5373470620252192"},"directories":{}}},"keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"},"author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"license":"MIT","readmeFilename":"README.md","users":{"leapm":true,"ungurys":true,"alexxnica":true},"_attachments":{},"_etag":"W/\"5924f202-3b6a\"","_lastModified":"Wed, 24 May 2017 02:37:54 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/regenerator-transform/.cache.json b/frappe/.npm/registry.npmjs.org/regenerator-transform/.cache.json new file mode 100644 index 00000000..ea3a3016 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/regenerator-transform/.cache.json @@ -0,0 +1 @@ +{"_id":"regenerator-transform","_rev":"13-2e56aef57ff71fd22265787b2578e1cb","name":"regenerator-transform","description":"Explode async and generator functions into a state machine.","dist-tags":{"latest":"0.9.12"},"versions":{"0.9.0":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.0","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"devDependencies":{"babel-cli":"~6.9.0","babel-plugin-transform-runtime":"~6.9.0","babel-preset-es2015":"~6.9.0"},"dependencies":{"babel-core":"~6.9.1","babel-plugin-syntax-async-functions":"~6.8.0","babel-plugin-transform-es2015-block-scoping":"~6.9.0","babel-plugin-transform-es2015-for-of":"~6.8.0","babel-runtime":"~6.9.2","babel-traverse":"~6.9.0","babel-types":"~6.9.1","babylon":"~6.8.0","private":"~0.1.6"},"_id":"regenerator-transform@0.9.0","_shasum":"771f055b0114d1eab08161d7536785bac03c5729","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"771f055b0114d1eab08161d7536785bac03c5729","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.0.tgz_1464635363184_0.7870102464221418"},"directories":{}},"0.9.1":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.1","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"devDependencies":{"babel-cli":"~6.9.0","babel-plugin-transform-runtime":"~6.9.0","babel-preset-es2015":"~6.9.0"},"dependencies":{"babel-core":"~6.9.1","babel-plugin-syntax-async-functions":"~6.8.0","babel-plugin-transform-es2015-block-scoping":"~6.9.0","babel-plugin-transform-es2015-for-of":"~6.8.0","babel-runtime":"~6.9.2","babel-traverse":"~6.9.0","babel-types":"~6.9.1","babylon":"~6.8.0","private":"~0.1.6"},"_id":"regenerator-transform@0.9.1","_shasum":"fb113bd1cfa432c8c9781add0423cf9914d9f48e","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"fb113bd1cfa432c8c9781add0423cf9914d9f48e","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.1.tgz_1464635609968_0.12273115152493119"},"directories":{}},"0.9.2":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.2","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"devDependencies":{"babel-cli":"~6.9.0","babel-plugin-transform-runtime":"~6.9.0","babel-preset-es2015":"~6.9.0"},"dependencies":{"babel-core":"~6.9.1","babel-plugin-syntax-async-functions":"~6.8.0","babel-plugin-transform-es2015-block-scoping":"~6.9.0","babel-plugin-transform-es2015-for-of":"~6.8.0","babel-runtime":"~6.9.2","babel-traverse":"~6.9.0","babel-types":"~6.9.1","babylon":"~6.8.0","private":"~0.1.6"},"_id":"regenerator-transform@0.9.2","_shasum":"0d3c579d4f793b375d969638eee1be08bfb53fff","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"0d3c579d4f793b375d969638eee1be08bfb53fff","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.2.tgz_1464635733280_0.5273750745691359"},"directories":{}},"0.9.3":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.3","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"devDependencies":{"babel-cli":"~6.9.0","babel-plugin-transform-runtime":"~6.9.0","babel-preset-es2015":"~6.9.0"},"dependencies":{"babel-runtime":"~6.9.2","babel-types":"~6.9.1","private":"~0.1.6"},"_id":"regenerator-transform@0.9.3","_shasum":"ef70d19c34a31d89b93d486725dd4b5acb2b500d","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"ef70d19c34a31d89b93d486725dd4b5acb2b500d","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.3.tgz_1464637792394_0.24602932180278003"},"directories":{}},"0.9.4":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.4","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"dependencies":{"babel-cli":"^6.18.0","babel-plugin-transform-runtime":"^6.15.0","babel-preset-es2015":"^6.18.0","babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0"},"_id":"regenerator-transform@0.9.4","_shasum":"082eb609cfce61d37e333c69183c061323f5bfe7","_from":".","_npmVersion":"3.10.9","_nodeVersion":"4.6.2","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"082eb609cfce61d37e333c69183c061323f5bfe7","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.4.tgz_1479692058432_0.035265344427898526"},"directories":{}},"0.9.5":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.5","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0"},"_id":"regenerator-transform@0.9.5","_shasum":"29bdd1c5ae575ded4285674ed9d962d2fae0b87d","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"29bdd1c5ae575ded4285674ed9d962d2fae0b87d","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.5.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.5.tgz_1479764254339_0.602625132072717"},"directories":{}},"0.9.6":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.6","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0"},"_id":"regenerator-transform@0.9.6","_shasum":"c67394f080427691411ff882a09a7f324d303e9d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"c67394f080427691411ff882a09a7f324d303e9d","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.6.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.6.tgz_1480560699638_0.8793645915575325"},"directories":{}},"0.9.7":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.7","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":["es2015"],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0"},"_id":"regenerator-transform@0.9.7","_shasum":"5303238aea0eba8b6243d4aa22740b4896443267","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"5303238aea0eba8b6243d4aa22740b4896443267","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.7.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.7.tgz_1480564543221_0.42085653566755354"},"directories":{}},"0.9.8":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.8","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":[["es2015",{"loose":true}]],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.9.0"},"_id":"regenerator-transform@0.9.8","_shasum":"0f88bb2bc03932ddb7b6b7312e68078f01026d6c","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"0f88bb2bc03932ddb7b6b7312e68078f01026d6c","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.8.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.8.tgz_1481212046402_0.48130249977111816"},"directories":{}},"0.9.9":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.9","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":[["es2015",{"loose":true}]],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.18.0"},"_id":"regenerator-transform@0.9.9","_shasum":"007ed7faef28ebc9cc9f5060641d938adecd2daa","_from":".","_npmVersion":"4.1.2","_nodeVersion":"4.7.3","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"007ed7faef28ebc9cc9f5060641d938adecd2daa","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.9.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.9.tgz_1487459620379_0.3226358632091433"},"directories":{}},"0.9.10":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.10","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":[["es2015",{"loose":true}]],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-es2015":"^6.18.0"},"_id":"regenerator-transform@0.9.10","_shasum":"0bf70c8506df34c8d35616383c0ff1c4ea64ba1c","_from":".","_npmVersion":"4.1.2","_nodeVersion":"4.7.3","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"0bf70c8506df34c8d35616383c0ff1c4ea64ba1c","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.10.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.10.tgz_1487460480762_0.13298849551938474"},"directories":{}},"0.9.11":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.11","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":[["env",{"loose":true}]],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-env":"^1.2.2"},"_id":"regenerator-transform@0.9.11","_shasum":"3a7d067520cb7b7176769eb5ff868691befe1283","_from":".","_npmVersion":"4.3.0","_nodeVersion":"4.8.0","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"3a7d067520cb7b7176769eb5ff868691befe1283","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.11.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regenerator-transform-0.9.11.tgz_1490217041541_0.43882331461645663"},"directories":{}},"0.9.12":{"name":"regenerator-transform","author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"description":"Explode async and generator functions into a state machine.","version":"0.9.12","main":"lib/index.js","keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"license":"BSD","scripts":{"prepublish":"babel src/ --out-dir lib/"},"babel":{"presets":[["env",{"loose":true}]],"plugins":["transform-runtime"]},"dependencies":{"babel-runtime":"^6.18.0","babel-types":"^6.19.0","private":"^0.1.6"},"devDependencies":{"babel-cli":"^6.9.0","babel-plugin-transform-runtime":"^6.9.0","babel-preset-env":"^1.2.2"},"_id":"regenerator-transform@0.9.12","_shasum":"652ba0b33bd4e8e59b3e2c57e7ec6c157a3a3f3e","_from":".","_npmVersion":"4.6.1","_nodeVersion":"4.8.3","_npmUser":{"name":"benjamn","email":"bn@cs.stanford.edu"},"maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"dist":{"shasum":"652ba0b33bd4e8e59b3e2c57e7ec6c157a3a3f3e","tarball":"https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.12.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regenerator-transform-0.9.12.tgz_1498249377286_0.9203717112541199"},"directories":{}}},"readme":"# regenerator-transform\n\nTransform async/generator functions with [regenerator](https://github.com/facebook/regenerator)\n\n## Installation\n\n```sh\n$ npm install regenerator-transform\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```js\n// without options\n{\n \"plugins\": [\"regenerator-transform\"]\n}\n// with options\n{\n \"plugins\": [\n [\"regenerator-transform\", {\n asyncGenerators: false, // true by default\n generators: false, // true by default\n async: false // true by default\n }]\n ]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins regenerator-transform script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n plugins: [\"regenerator-transform\"]\n});\n```\n","maintainers":[{"name":"benjamn","email":"bn@cs.stanford.edu"}],"time":{"modified":"2017-06-23T20:22:58.378Z","created":"2016-05-30T19:09:25.267Z","0.9.0":"2016-05-30T19:09:25.267Z","0.9.1":"2016-05-30T19:13:32.160Z","0.9.2":"2016-05-30T19:15:35.990Z","0.9.3":"2016-05-30T19:49:54.700Z","0.9.4":"2016-11-21T01:34:20.376Z","0.9.5":"2016-11-21T21:37:36.393Z","0.9.6":"2016-12-01T02:51:41.846Z","0.9.7":"2016-12-01T03:55:43.794Z","0.9.8":"2016-12-08T15:47:27.010Z","0.9.9":"2017-02-18T23:13:41.049Z","0.9.10":"2017-02-18T23:28:02.894Z","0.9.11":"2017-03-22T21:10:43.542Z","0.9.12":"2017-06-23T20:22:58.378Z"},"keywords":["regenerator","runtime","generator","async"],"repository":{"type":"git","url":"https://github.com/facebook/regenerator/tree/master/packages/regenerator-transform"},"author":{"name":"Ben Newman","email":"bn@cs.stanford.edu"},"license":"BSD","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"594d78a2-4da5\"","_lastModified":"Fri, 23 Jun 2017 20:22:58 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/regex-cache/.cache.json b/frappe/.npm/registry.npmjs.org/regex-cache/.cache.json new file mode 100644 index 00000000..8b5efa3f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/regex-cache/.cache.json @@ -0,0 +1 @@ +{"_id":"regex-cache","_rev":"14-97577cab4f0e1d138fb0ba74007c5675","name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.","dist-tags":{"latest":"0.4.3"},"versions":{"0.1.0":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor. Whenever possible, avoiding repetitious runtime compilation of the same string and options can result in dramatic speed improvements.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","micromatch":"^1.2.2"},"devDependencies":{"mentions-regex":"^1.0.1","mocha":"^2.1.0","should":"*"},"keywords":[],"gitHead":"fb650dd8badcb3e55ad89042b6d48c45f4437aed","_id":"regex-cache@0.1.0","_shasum":"5562267f3e12903e5c464e70f06a38d27c2a8184","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"5562267f3e12903e5c464e70f06a38d27c2a8184","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","micromatch":"^1.2.2"},"devDependencies":{"mentions-regex":"^1.0.1","mocha":"^2.1.0","should":"*"},"keywords":[],"gitHead":"fb650dd8badcb3e55ad89042b6d48c45f4437aed","_id":"regex-cache@0.1.1","_shasum":"c770cf43cf31edf80656ed5139d2786ba876470d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"c770cf43cf31edf80656ed5139d2786ba876470d","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.1.1.tgz"},"directories":{}},"0.2.0":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","micromatch":"^1.2.2"},"devDependencies":{"mentions-regex":"^1.0.1","mocha":"^2.1.0","should":"*"},"keywords":[],"gitHead":"2fcb3ee060ca41acb8bd1496c3115f99a51ee0a4","_id":"regex-cache@0.2.0","_shasum":"3bed13fad0cf9bb9768d1c64694f592467bf4c16","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3bed13fad0cf9bb9768d1c64694f592467bf4c16","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.","version":"0.2.1","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","micromatch":"^1.2.2"},"devDependencies":{"mentions-regex":"^1.0.1","mocha":"^2.1.0","should":"*"},"keywords":[],"gitHead":"32d89bc73bc8b293603e7c9701c8437e0204808d","_id":"regex-cache@0.2.1","_shasum":"035ae2117c2d9bb78d8154939edac6914afee9ad","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"035ae2117c2d9bb78d8154939edac6914afee9ad","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.2.1.tgz"},"directories":{}},"0.3.0":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.","version":"0.3.0","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","micromatch":"^1.2.2","to-key":"^1.0.0"},"devDependencies":{"mocha":"^2.1.0","should":"*"},"keywords":["cache","expression","regex","regexp","regular","regular expression","store","to-regex"],"gitHead":"2bd4995be9229e1d6d0acbcfebab2ea069b73d3d","_id":"regex-cache@0.3.0","_shasum":"3ea036627179102bfb1a2364ab2679a0f32964c0","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3ea036627179102bfb1a2364ab2679a0f32964c0","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.3.0.tgz"},"directories":{}},"0.4.1":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.","version":"0.4.1","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"is-equal-shallow":"^0.1.1","is-primitive":"^2.0.0"},"devDependencies":{"benchmarked":"^0.1.4","chalk":"^1.0.0","micromatch":"^2.1.0","mocha":"^2.1.0","should":"*"},"keywords":["cache","expression","regex","regexp","regular","regular expression","store","to-regex"],"gitHead":"9478eec6d9322a96a6ceb3e5488cd8433295a95f","_id":"regex-cache@0.4.1","_shasum":"709c5cec5ae8ec312c5992a84b6ec966a3fe94a0","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"709c5cec5ae8ec312c5992a84b6ec966a3fe94a0","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.1.tgz"},"directories":{}},"0.4.2":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in dramatic speed improvements.","version":"0.4.2","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"is-equal-shallow":"^0.1.1","is-primitive":"^2.0.0"},"devDependencies":{"benchmarked":"^0.1.4","chalk":"^1.0.0","micromatch":"^2.1.0","mocha":"^2.1.0","should":"*"},"keywords":["cache","expression","regex","regexp","regular","regular expression","store","to-regex"],"gitHead":"9478eec6d9322a96a6ceb3e5488cd8433295a95f","_id":"regex-cache@0.4.2","_shasum":"6e4f89c266bc03c33fd129c062184687f4663487","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"6e4f89c266bc03c33fd129c062184687f4663487","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.2.tgz"},"directories":{}},"0.4.3":{"name":"regex-cache","description":"Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.","version":"0.4.3","homepage":"https://github.com/jonschlinkert/regex-cache","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/regex-cache.git"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha","benchmarks":"node benchmark"},"dependencies":{"is-equal-shallow":"^0.1.3","is-primitive":"^2.0.0"},"devDependencies":{"benchmarked":"^0.1.5","chalk":"^1.1.3","gulp-format-md":"^0.1.7","micromatch":"^2.3.7","should":"^8.3.0"},"keywords":["cache","expression","regex","regexp","regular","regular expression","store","to-regex"],"verb":{"run":true,"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"reflinks":["verb"],"lint":{"reflinks":true}},"gitHead":"06ce46bda29a19064a968bd5d2d5596440be05ca","_id":"regex-cache@0.4.3","_shasum":"9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145","tarball":"https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regex-cache-0.4.3.tgz_1459536604904_0.22530420310795307"},"directories":{}}},"readme":"# regex-cache [![NPM version](https://img.shields.io/npm/v/regex-cache.svg?style=flat)](https://www.npmjs.com/package/regex-cache) [![NPM downloads](https://img.shields.io/npm/dm/regex-cache.svg?style=flat)](https://npmjs.org/package/regex-cache) [![Build Status](https://img.shields.io/travis/jonschlinkert/regex-cache.svg?style=flat)](https://travis-ci.org/jonschlinkert/regex-cache)\n\n> Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install regex-cache --save\n```\n\n* Read [what this does](#what-this-does).\n* See [the benchmarks](#benchmarks)\n\n## Usage\n\nWrap a function like this:\n\n```js\nvar cache = require('regex-cache');\nvar someRegex = cache(require('some-regex-lib'));\n```\n\n**Caching a regex**\n\nIf you want to cache a regex after calling `new RegExp()`, or you're requiring a module that returns a regex, wrap it with a function first:\n\n```js\nvar cache = require('regex-cache');\n\nfunction yourRegex(str, opts) {\n // do stuff to str and opts\n return new RegExp(str, opts.flags);\n}\n\nvar regex = cache(yourRegex);\n```\n\n## Recommendations\n\n### Use this when...\n\n* **No options are passed** to the function that creates the regex. Regardless of how big or small the regex is, when zero options are passed, caching will be faster than not.\n* **A few options are passed**, and the values are primitives. The limited benchmarks I did show that caching is beneficial when up to 8 or 9 options are passed.\n\n### Do not use this when...\n\n* **The values of options are not primitives**. When non-primitives must be compared for equality, the time to compare the options is most likely as long or longer than the time to just create a new regex.\n\n### Example benchmarks\n\nPerformance results, with and without regex-cache:\n\n```bash\n# no args passed (defaults)\n with-cache x 8,699,231 ops/sec ±0.86% (93 runs sampled)\n without-cache x 2,777,551 ops/sec ±0.63% (95 runs sampled)\n\n# string and six options passed\n with-cache x 1,885,934 ops/sec ±0.80% (93 runs sampled)\n without-cache x 1,256,893 ops/sec ±0.65% (97 runs sampled)\n\n# string only\n with-cache x 7,723,256 ops/sec ±0.87% (92 runs sampled)\n without-cache x 2,303,060 ops/sec ±0.47% (99 runs sampled)\n\n# one option passed\n with-cache x 4,179,877 ops/sec ±0.53% (100 runs sampled)\n without-cache x 2,198,422 ops/sec ±0.47% (95 runs sampled)\n\n# two options passed\n with-cache x 3,256,222 ops/sec ±0.51% (99 runs sampled)\n without-cache x 2,121,401 ops/sec ±0.79% (97 runs sampled)\n\n# six options passed\n with-cache x 1,816,018 ops/sec ±1.08% (96 runs sampled)\n without-cache x 1,157,176 ops/sec ±0.53% (100 runs sampled)\n\n# \n# diminishing returns happen about here\n# \n\n# ten options passed\n with-cache x 1,210,598 ops/sec ±0.56% (92 runs sampled)\n without-cache x 1,665,588 ops/sec ±1.07% (100 runs sampled)\n\n# twelve options passed\n with-cache x 1,042,096 ops/sec ±0.68% (92 runs sampled)\n without-cache x 1,389,414 ops/sec ±0.68% (97 runs sampled)\n\n# twenty options passed\n with-cache x 661,125 ops/sec ±0.80% (93 runs sampled)\n without-cache x 1,208,757 ops/sec ±0.65% (97 runs sampled)\n\n# \n# when non-primitive values are compared\n# \n\n# single value on the options is an object\n with-cache x 1,398,313 ops/sec ±1.05% (95 runs sampled)\n without-cache x 2,228,281 ops/sec ±0.56% (99 runs sampled)\n```\n\n## Run benchmarks\n\nInstall dev dependencies:\n\n```bash\nnpm i -d && npm run benchmarks\n```\n\n## What this does\n\nIf you're using `new RegExp('foo')` instead of a regex literal, it's probably because you need to dyamically generate a regex based on user options or some other potentially changing factors.\n\nWhen your function creates a string based on user inputs and passes it to the `RegExp` constructor, regex-cache caches the results. The next time the function is called if the key of a cached regex matches the user input (or no input was given), the cached regex is returned, avoiding unnecessary runtime compilation.\n\nUsing the RegExp constructor offers a lot of flexibility, but the runtime compilation comes at a price - it's slow. Not specifically because of the call to the RegExp constructor, but **because you have to build up the string before `new RegExp()` is even called**.\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/regex-cache/issues/new).\n\n## Building docs\n\nGenerate readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install verb && npm run docs\n```\n\nOr, if [verb](https://github.com/verbose/verb) is installed globally:\n\n```sh\n$ verb\n```\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d && npm test\n```\n\n## Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2016, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/jonschlinkert/regex-cache/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb](https://github.com/verbose/verb), v, on April 01, 2016._","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"time":{"modified":"2016-04-01T18:50:07.156Z","created":"2015-02-09T12:14:22.194Z","0.1.0":"2015-02-09T12:14:22.194Z","0.1.1":"2015-02-09T12:16:02.663Z","0.2.0":"2015-02-09T13:37:14.168Z","0.2.1":"2015-02-17T01:25:54.933Z","0.3.0":"2015-02-17T08:04:50.627Z","0.4.1":"2015-03-25T22:26:57.199Z","0.4.2":"2015-03-25T22:28:18.072Z","0.4.3":"2016-04-01T18:50:07.156Z"},"homepage":"https://github.com/jonschlinkert/regex-cache","keywords":["cache","expression","regex","regexp","regular","regular expression","store","to-regex"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/regex-cache.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/regex-cache/issues"},"license":"MIT","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"56fec2df-4889\"","_lastModified":"Fri, 01 Apr 2016 18:50:07 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/regexpu-core/.cache.json b/frappe/.npm/registry.npmjs.org/regexpu-core/.cache.json new file mode 100644 index 00000000..440a739a --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/regexpu-core/.cache.json @@ -0,0 +1 @@ +{"_id":"regexpu-core","_rev":"24-33f562803d21949a56cc6ddc4012b20b","name":"regexpu-core","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","dist-tags":{"latest":"4.1.1"},"versions":{"1.0.0":{"name":"regexpu-core","version":"1.0.0","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.json"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","coverage":"istanbul cover --report html node_modules/.bin/_mocha tests/tests.js -- -u exports -R spec"},"dependencies":{"regenerate":"^1.2.1","regjsgen":"^0.2.0","regjsparser":"^0.1.4"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.4.0","jsesc":"^0.5.0","lodash":"^3.6.0","mocha":"^2.2.1","regexpu-fixtures":"^1.0.0","unicode-5.1.0":"^0.1.5","unicode-8.0.0":"^0.1.5"},"gitHead":"724e31ca40aa88a451d3ba9388a0993192dd428a","_id":"regexpu-core@1.0.0","_shasum":"86a763f58ee4d7c2f6b102e4764050de7ed90c6b","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"86a763f58ee4d7c2f6b102e4764050de7ed90c6b","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"regexpu-core","version":"2.0.0","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.json"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","coverage":"istanbul cover --report html node_modules/.bin/_mocha tests/tests.js -- -u exports -R spec"},"dependencies":{"regenerate":"^1.2.1","regjsgen":"^0.2.0","regjsparser":"^0.1.4"},"devDependencies":{"coveralls":"^2.11.2","istanbul":"^0.4.0","jsesc":"^0.5.0","lodash":"^3.6.0","mocha":"^2.2.1","regexpu-fixtures":"^2.0.0","unicode-8.0.0":"^0.1.5"},"gitHead":"ae4efe52b72ba73e9a2c0f35e11c2ff1d0e12dcd","_id":"regexpu-core@2.0.0","_shasum":"49d038837b8dcf8bfa5b9a42139938e6ea2ae240","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.2.0","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"49d038837b8dcf8bfa5b9a42139938e6ea2ae240","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/regexpu-core-2.0.0.tgz_1454960202073_0.38952653063461185"},"directories":{}},"3.0.1":{"name":"regexpu-core","version":"3.0.1","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^1.0.0","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-loose-match":"^2.0.7"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.0","jsesc":"^2.1.0","lodash":"^4.13.1","mocha":"^2.2.1","regexpu-fixtures":"^2.0.0","unicode-8.0.0":"^0.6.0"},"gitHead":"fa0262270e522452c13f50bd999b8c5e3275d3f2","_id":"regexpu-core@3.0.1","_shasum":"7010a520a963cbfcfcbeaf515902d7d6369d63f1","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"7010a520a963cbfcfcbeaf515902d7d6369d63f1","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-3.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regexpu-core-3.0.1.tgz_1464849473954_0.693929887842387"},"directories":{}},"3.0.2":{"name":"regexpu-core","version":"3.0.2","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^1.0.0","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-loose-match":"^2.0.7"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.0","jsesc":"^2.1.0","lodash":"^4.13.1","mocha":"^2.2.1","regexpu-fixtures":"^2.0.1","unicode-8.0.0":"^0.6.0"},"gitHead":"cd6a9bea1fe86775e7232e2b95aba5d41723cd39","_id":"regexpu-core@3.0.2","_shasum":"addc533452c27804db121748aafa23f598e7255e","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"addc533452c27804db121748aafa23f598e7255e","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-3.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-3.0.2.tgz_1465916907084_0.49383915588259697"},"directories":{}},"3.1.0":{"name":"regexpu-core","version":"3.1.0","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^2.0.0","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-match-property":"^0.1.1","unicode-match-property-value":"^1.0.1"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.4","jsesc":"^2.1.0","lodash":"^4.13.1","mocha":"^2.2.1","regexpu-fixtures":"^2.0.1","unicode-9.0.0":"^0.7.0"},"gitHead":"d7072645364f112e27fcafa2be464901590fd639","_id":"regexpu-core@3.1.0","_shasum":"9f0dfaccfe75271ae1b711ad7978a1692bfb0454","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"9f0dfaccfe75271ae1b711ad7978a1692bfb0454","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-3.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regexpu-core-3.1.0.tgz_1466537396239_0.7026972598396242"},"directories":{}},"3.2.0":{"name":"regexpu-core","version":"3.2.0","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^2.0.0","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-match-property":"^0.1.1","unicode-match-property-value":"^1.0.1"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.4","jsesc":"^2.1.0","lodash":"^4.13.1","mocha":"^2.2.1","regexpu-fixtures":"^2.0.1","unicode-9.0.0":"^0.7.0"},"gitHead":"a9dbf91e72f773af4dcba6023877cd18991337f7","_id":"regexpu-core@3.2.0","_shasum":"dbd1629cfbb9403360d9996c8926162b60f04b12","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"dbd1629cfbb9403360d9996c8926162b60f04b12","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-3.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regexpu-core-3.2.0.tgz_1466676885932_0.9591239078436047"},"directories":{}},"3.3.0":{"name":"regexpu-core","version":"3.3.0","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^2.0.0","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-match-property":"^0.1.1","unicode-match-property-value":"^1.0.1"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.4","jsesc":"^2.1.0","lodash":"^4.13.1","mocha":"^2.2.1","regexpu-fixtures":"^2.0.1","unicode-9.0.0":"^0.7.0"},"gitHead":"af78d55c7e38584f508689599837cac26f9d16a7","_id":"regexpu-core@3.3.0","_shasum":"edf000214e28b117b7f092c8400ccd13dc74f754","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"edf000214e28b117b7f092c8400ccd13dc74f754","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-3.3.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regexpu-core-3.3.0.tgz_1471418562110_0.25034575862810016"},"directories":{}},"4.0.0":{"name":"regexpu-core","version":"4.0.0","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^4.0.0","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-match-property":"^0.1.1","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.4","jsesc":"^2.2.0","lodash":"^4.15.0","mocha":"^3.0.2","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.0"},"gitHead":"fcc9d5e555288ea4f9c0ca5c05c5e741ffd77c0a","_id":"regexpu-core@4.0.0","_shasum":"d3fa6c3ad1a9e32b9e2d8f6132e9079ba9ef1c5e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"d3fa6c3ad1a9e32b9e2d8f6132e9079ba9ef1c5e","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.0.tgz_1478088627418_0.6599641791544855"},"directories":{}},"4.0.1":{"name":"regexpu-core","version":"4.0.1","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^4.0.1","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-match-property":"^0.1.2","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.4","jsesc":"^2.2.0","lodash":"^4.15.0","mocha":"^3.0.2","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.0","unicode-tr51":"^7.0.1"},"gitHead":"a92b960ab297403ded4f2f084532c6526941a1f7","_id":"regexpu-core@4.0.1","_shasum":"6e7ce7dd475c61973cd4a65721e8c4b377f973ba","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"6e7ce7dd475c61973cd4a65721e8c4b377f973ba","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.1.tgz_1479493114322_0.9338014365639538"},"directories":{}},"4.0.2":{"name":"regexpu-core","version":"4.0.2","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.1","regenerate-unicode-properties":"^4.0.2","regjsgen":"^0.3.0","regjsparser":"^0.2.0","unicode-match-property":"^0.1.2","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.4","jsesc":"^2.2.0","lodash":"^4.15.0","mocha":"^3.0.2","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.0","unicode-tr51":"^7.0.2"},"gitHead":"88030bdfeac6aee5dfd64eda3f7dd1ce1ed0f3e0","_id":"regexpu-core@4.0.2","_shasum":"7385bbb5ae57d3d3b422d071385f54e91947c9d8","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"7385bbb5ae57d3d3b422d071385f54e91947c9d8","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.2.tgz_1480403048362_0.7110750968568027"},"directories":{}},"4.0.3":{"name":"regexpu-core","version":"4.0.3","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^4.0.3","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property":"^0.1.2","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.5","jsesc":"^2.4.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.0","unicode-tr51":"^8.0.1"},"gitHead":"22183da33d980ab302769ed784dc847306e5cc02","_id":"regexpu-core@4.0.3","_shasum":"15b61928a28ab689b922a95555e3c1c652377159","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"15b61928a28ab689b922a95555e3c1c652377159","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.3.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.3.tgz_1488999981906_0.29040053440257907"},"directories":{}},"4.0.4":{"name":"regexpu-core","version":"4.0.4","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^4.0.3","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property":"^0.1.3","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^1.0.1","istanbul":"^0.4.5","jsesc":"^2.4.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.0","unicode-tr51":"^8.0.1"},"gitHead":"e2d35878ac174d3e19d064c3e69b5d40ba3b5f7b","_id":"regexpu-core@4.0.4","_shasum":"06cfa87a883545cc9fd6638d8024ba02b9ebfe69","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"06cfa87a883545cc9fd6638d8024ba02b9ebfe69","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.4.tgz_1489000892673_0.03097838768735528"},"directories":{}},"4.0.5":{"name":"regexpu-core","version":"4.0.5","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.0.0","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property":"^0.1.3","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^2.1.0","istanbul":"^0.4.5","jsesc":"^2.4.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.2","unicode-tr51":"^8.1.1"},"gitHead":"85a75b3d09ff673dc58c172a3ff9af0b1cb23db6","_id":"regexpu-core@4.0.5","_shasum":"b5c477457506659a405158be1cded1c8130b5237","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"b5c477457506659a405158be1cded1c8130b5237","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.5.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.5.tgz_1491912202000_0.4386716184671968"},"directories":{}},"4.0.6":{"name":"regexpu-core","version":"4.0.6","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.0.2","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property":"^0.1.3","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^2.1.0","istanbul":"^0.4.5","jsesc":"^2.5.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.3","unicode-tr51":"^8.1.1"},"gitHead":"d89a66b1ce50c4b26ecf287df751c6d5289dbcbc","_id":"regexpu-core@4.0.6","_shasum":"369bbeb9ef12ce93695e07fed3a727170d323706","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"369bbeb9ef12ce93695e07fed3a727170d323706","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.6.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.6.tgz_1492077924673_0.33175376569852233"},"directories":{}},"4.0.7":{"name":"regexpu-core","version":"4.0.7","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.0.3","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property":"^0.1.3","unicode-match-property-value":"^1.0.2"},"devDependencies":{"codecov":"^2.1.0","istanbul":"^0.4.5","jsesc":"^2.5.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.4","unicode-tr51":"^8.1.1"},"gitHead":"ec27332942973fb96aa99a0180007f60aeb2de37","_id":"regexpu-core@4.0.7","_shasum":"9d9eeeefeeb81c244bca8036b35556666839fe4b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"9d9eeeefeeb81c244bca8036b35556666839fe4b","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.7.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.7.tgz_1492163818052_0.11806377512402833"},"directories":{}},"4.0.8":{"name":"regexpu-core","version":"4.0.8","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.0.4","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property":"^0.2.2","unicode-match-property-value":"^2.0.1"},"devDependencies":{"codecov":"^2.1.0","istanbul":"^0.4.5","jsesc":"^2.5.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.4","unicode-tr51":"^8.1.1"},"gitHead":"784f959881985755d950b79f55ecd0326fc0b924","_id":"regexpu-core@4.0.8","_shasum":"00d709708a3ac2c54bc607cf36dc1afa792c1f2e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"00d709708a3ac2c54bc607cf36dc1afa792c1f2e","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.8.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.8.tgz_1492253394612_0.8791960158850998"},"directories":{}},"4.0.9":{"name":"regexpu-core","version":"4.0.9","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.0.5","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property":"^0.2.2","unicode-match-property-value":"^2.0.1"},"devDependencies":{"codecov":"^2.1.0","istanbul":"^0.4.5","jsesc":"^2.5.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.4","unicode-tr51":"^8.1.1"},"gitHead":"b9eb1bd21595769e7d38ad2276152ac5f8acd15b","_id":"regexpu-core@4.0.9","_shasum":"13b66a528f4fcd00417a096392e71cba1eac3782","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"13b66a528f4fcd00417a096392e71cba1eac3782","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.9.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.9.tgz_1492254251446_0.6973175636958331"},"directories":{}},"4.0.10":{"name":"regexpu-core","version":"4.0.10","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.0.6","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property-ecmascript":"^1.0.0","unicode-match-property-value-ecmascript":"^1.0.0"},"devDependencies":{"codecov":"^2.1.0","istanbul":"^0.4.5","jsesc":"^2.5.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.4","unicode-tr51":"^8.1.1"},"gitHead":"4d6646ca5a67674470b4eaf4afefd83e78ca0a7b","_id":"regexpu-core@4.0.10","_shasum":"6962f15ddf94f314c9b1151838dc07cca9c28ac0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"6962f15ddf94f314c9b1151838dc07cca9c28ac0","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.10.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.10.tgz_1492261643572_0.9921895058359951"},"directories":{}},"4.0.11":{"name":"regexpu-core","version":"4.0.11","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.0.6","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property-ecmascript":"^1.0.1","unicode-match-property-value-ecmascript":"^1.0.0"},"devDependencies":{"codecov":"^2.1.0","istanbul":"^0.4.5","jsesc":"^2.5.0","lodash":"^4.17.4","mocha":"^3.2.0","regexpu-fixtures":"^2.1.1","unicode-9.0.0":"^0.7.4","unicode-tr51":"^8.1.1"},"gitHead":"7b694ca4f7c985e4cab461d99c6d60ec48445e76","_id":"regexpu-core@4.0.11","_shasum":"798f9e9986f78c793dde403f1b3f34c007bf73a9","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"shasum":"798f9e9986f78c793dde403f1b3f34c007bf73a9","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.0.11.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/regexpu-core-4.0.11.tgz_1492261908100_0.05818845774047077"},"directories":{}},"4.1.0":{"name":"regexpu-core","version":"4.1.0","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.1.0","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property-ecmascript":"^1.0.2","unicode-match-property-value-ecmascript":"^1.0.1"},"devDependencies":{"codecov":"^2.2.0","istanbul":"^0.4.5","jsesc":"^2.5.1","lodash":"^4.17.4","mocha":"^3.4.2","regexpu-fixtures":"^2.1.1","unicode-10.0.0":"^0.7.4","unicode-tr51":"^8.1.2"},"gitHead":"e7f3fa8a7f3bb04164dbd9030a9bb4e3ae075c50","_id":"regexpu-core@4.1.0","_npmVersion":"5.0.3","_nodeVersion":"8.0.0","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"integrity":"sha512-dDHZmOOp4ECxzWJMaLrZZHLLxmVMOEiApILlWnm/fIxDOvwU0k/aIMulaDKLhihKUViES/xvNnYUveo70fr2RA==","shasum":"98427c75d206542e360389fd049379fe1252c1ce","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.1.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpu-core-4.1.0.tgz_1497978595157_0.40178445843048394"},"directories":{}},"4.1.1":{"name":"regexpu-core","version":"4.1.1","description":"regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.","homepage":"https://mths.be/regexpu","main":"rewrite-pattern.js","engines":{"node":">=4"},"keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"license":"MIT","author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"files":["LICENSE-MIT.txt","rewrite-pattern.js","data/character-class-escape-sets.js","data/iu-mappings.js"],"scripts":{"build":"node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js","test":"mocha tests","cover":"istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec"},"dependencies":{"regenerate":"^1.3.2","regenerate-unicode-properties":"^5.1.0","regjsgen":"^0.3.0","regjsparser":"^0.2.1","unicode-match-property-ecmascript":"^1.0.2","unicode-match-property-value-ecmascript":"^1.0.1"},"devDependencies":{"codecov":"^2.2.0","istanbul":"^0.4.5","jsesc":"^2.5.1","lodash":"^4.17.4","mocha":"^3.4.2","regexpu-fixtures":"^2.1.1","unicode-10.0.0":"^0.7.4","unicode-tr51":"^8.1.2"},"gitHead":"e18f8b2f737366f529be3ccbdc253247c74db82d","_id":"regexpu-core@4.1.1","_npmVersion":"5.0.3","_nodeVersion":"8.0.0","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"dist":{"integrity":"sha512-7GxoLPMhj0ng8DOtWHeTFTXna911T05C3Mm5z7W7ODgX6vIAMfCgnWpmMplzraOtv9Fbu5J4gHhuMCKE+Xzsqg==","shasum":"5877950259cc9f923d8393c9e39d26c3af47a9ea","tarball":"https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.1.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/regexpu-core-4.1.1.tgz_1497979513782_0.14703182457014918"},"directories":{}}},"readme":"# regexpu-core [![Build status](https://travis-ci.org/mathiasbynens/regexpu-core.svg?branch=master)](https://travis-ci.org/mathiasbynens/regexpu-core) [![Code coverage status](https://img.shields.io/codecov/c/github/mathiasbynens/regexpu-core.svg)](https://codecov.io/gh/mathiasbynens/regexpu-core) [![Dependency status](https://gemnasium.com/mathiasbynens/regexpu-core.svg)](https://gemnasium.com/mathiasbynens/regexpu-core)\n\n_regexpu_ is a source code transpiler that enables the use of ES6 Unicode regular expressions in JavaScript-of-today (ES5).\n\n_regexpu-core_ contains _regexpu_’s core functionality, i.e. `rewritePattern(pattern, flag)`, which enables rewriting regular expressions that make use of [the ES6 `u` flag](https://mathiasbynens.be/notes/es6-unicode-regex) into equivalent ES5-compatible regular expression patterns.\n\n## Installation\n\nTo use _regexpu-core_ programmatically, install it as a dependency via [npm](https://www.npmjs.com/):\n\n```bash\nnpm install regexpu-core --save\n```\n\nThen, `require` it:\n\n```js\nconst rewritePattern = require('regexpu-core');\n```\n\n## API\n\nThis module exports a single function named `rewritePattern`.\n\n### `rewritePattern(pattern, flags, options)`\n\nThis function takes a string that represents a regular expression pattern as well as a string representing its flags, and returns an ES5-compatible version of the pattern.\n\n```js\nrewritePattern('foo.bar', 'u');\n// → 'foo(?:[\\\\0-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\u2027\\\\u202A-\\\\uD7FF\\\\uDC00-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF])bar'\n\nrewritePattern('[\\\\u{1D306}-\\\\u{1D308}a-z]', 'u');\n// → '(?:[a-z]|\\\\uD834[\\\\uDF06-\\\\uDF08])'\n\nrewritePattern('[\\\\u{1D306}-\\\\u{1D308}a-z]', 'ui');\n// → '(?:[a-z\\\\u017F\\\\u212A]|\\\\uD834[\\\\uDF06-\\\\uDF08])'\n```\n\n_regexpu-core_ can rewrite non-ES6 regular expressions too, which is useful to demonstrate how their behavior changes once the `u` and `i` flags are added:\n\n```js\n// In ES5, the dot operator only matches BMP symbols:\nrewritePattern('foo.bar');\n// → 'foo(?:[\\\\0-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\u2027\\\\u202A-\\\\uFFFF])bar'\n\n// But with the ES6 `u` flag, it matches astral symbols too:\nrewritePattern('foo.bar', 'u');\n// → 'foo(?:[\\\\0-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\u2027\\\\u202A-\\\\uD7FF\\\\uDC00-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF])bar'\n```\n\nThe optional `options` argument recognizes the following properties:\n\n#### `dotAllFlag` (default: `false`)\n\nSetting this option to `true` enables experimental support for [the `s` (`dotAll`) flag](https://github.com/mathiasbynens/es-regexp-dotall-flag).\n\n```js\nrewritePattern('.');\n// → '[\\\\0-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\u2027\\\\u202A-\\\\uFFFF]'\n\nrewritePattern('.', '', {\n 'dotAllFlag': true\n});\n// → '[\\\\0-\\\\t\\\\x0B\\\\f\\\\x0E-\\\\u2027\\\\u202A-\\\\uFFFF]'\n\nrewritePattern('.', 's', {\n 'dotAllFlag': true\n});\n// → '[\\\\0-\\\\uFFFF]'\n\nrewritePattern('.', 'su', {\n 'dotAllFlag': true\n});\n// → '(?:[\\\\0-\\\\uD7FF\\\\uE000-\\\\uFFFF]|[\\\\uD800-\\\\uDBFF][\\\\uDC00-\\\\uDFFF]|[\\\\uD800-\\\\uDBFF](?![\\\\uDC00-\\\\uDFFF])|(?:[^\\\\uD800-\\\\uDBFF]|^)[\\\\uDC00-\\\\uDFFF])'\n```\n\n#### `unicodePropertyEscape` (default: `false`)\n\nSetting this option to `true` enables [experimental support for Unicode property escapes](property-escapes.md):\n\n```js\nrewritePattern('\\\\p{Block=Aegean_Numbers}', 'u', {\n 'unicodePropertyEscape': true\n});\n// → '(?:\\\\uD800[\\\\uDD00-\\\\uDD3F])'\n```\n\n#### `useUnicodeFlag` (default: `false`)\n\nSetting this option to `true` enables the use of Unicode code point escapes of the form `\\u{…}`. Note that in regular expressions, such escape sequences only work correctly when the ES6 `u` flag is set. Enabling this setting often results in more compact output, although there are cases (such as `\\p{Lu}`) where it actually _increases_ the output size.\n\n```js\nrewritePattern('\\\\p{Block=Aegean_Numbers}', 'u', {\n 'unicodePropertyEscape': true,\n 'useUnicodeFlag': true\n});\n// → '[\\\\u{10100}-\\\\u{1013F}]'\n```\n\n## Author\n\n| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias \"Follow @mathias on Twitter\") |\n|---|\n| [Mathias Bynens](https://mathiasbynens.be/) |\n\n## License\n\n_regexpu-core_ is available under the [MIT](https://mths.be/mit) license.\n","maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"time":{"modified":"2017-06-20T17:25:14.742Z","created":"2016-01-11T16:23:08.754Z","1.0.0":"2016-01-11T16:23:08.754Z","2.0.0":"2016-02-08T19:36:45.542Z","3.0.0":"2016-06-02T06:34:12.783Z","3.0.1":"2016-06-02T06:37:55.248Z","3.0.2":"2016-06-14T15:08:29.527Z","3.1.0":"2016-06-21T19:29:57.773Z","3.2.0":"2016-06-23T10:14:48.025Z","3.3.0":"2016-08-17T07:22:44.907Z","4.0.0":"2016-11-02T12:10:29.321Z","4.0.1":"2016-11-18T18:18:34.542Z","4.0.2":"2016-11-29T07:04:08.896Z","4.0.3":"2017-03-08T19:06:22.483Z","4.0.4":"2017-03-08T19:21:34.682Z","4.0.5":"2017-04-11T12:03:23.834Z","4.0.6":"2017-04-13T10:05:25.243Z","4.0.7":"2017-04-14T09:56:58.846Z","4.0.8":"2017-04-15T10:49:56.404Z","4.0.9":"2017-04-15T11:04:13.362Z","4.0.10":"2017-04-15T13:07:25.496Z","4.0.11":"2017-04-15T13:11:50.107Z","4.1.0":"2017-06-20T17:09:56.141Z","4.1.1":"2017-06-20T17:25:14.742Z"},"homepage":"https://mths.be/regexpu","keywords":["codegen","desugaring","ecmascript","es5","es6","harmony","javascript","refactoring","regex","regexp","regular expressions","rewriting","syntax","transformation","transpile","transpiler","unicode"],"repository":{"type":"git","url":"git+https://github.com/mathiasbynens/regexpu-core.git"},"author":{"name":"Mathias Bynens","url":"https://mathiasbynens.be/"},"bugs":{"url":"https://github.com/mathiasbynens/regexpu-core/issues"},"license":"MIT","readmeFilename":"README.md","users":{"arteffeckt":true},"_attachments":{},"_etag":"W/\"59495a7a-bf27\"","_lastModified":"Tue, 20 Jun 2017 17:25:14 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/regjsgen/.cache.json b/frappe/.npm/registry.npmjs.org/regjsgen/.cache.json new file mode 100644 index 00000000..7ea35059 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/regjsgen/.cache.json @@ -0,0 +1 @@ +{"_id":"regjsgen","_rev":"11-2a2fb585ea903d2d2373ef3b8ee1f7b8","name":"regjsgen","description":"Generate regular expressions from regjsparser’s AST.","dist-tags":{"latest":"0.3.0"},"versions":{"0.1.0":{"name":"regjsgen","description":"Generating JavaScript RegExps in JavaScript","version":"0.1.0","author":{"name":"Benjamin Tan","email":"demoneaux@gmail.com","url":"https://d10.github.io/"},"license":"MIT","main":"./regjsgen","files":["LICENSE.txt","regjsgen.js","README.md"],"homepage":"https://github.com/d10/regjsgen","repository":{"type":"git","url":"git@github.com:d10/regjsgen.git"},"dependencies":{"jsesc":"~0.4.3"},"scripts":{"test":"node test/index.js"},"devDependencies":{"got":"~0.3.0"},"bugs":{"url":"https://github.com/d10/regjsgen/issues"},"_id":"regjsgen@0.1.0","dist":{"shasum":"66188738ee46af809877f9a58f7f35bf575e3c7f","tarball":"https://registry.npmjs.org/regjsgen/-/regjsgen-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"d10","email":"demoneaux@gmail.com"},"maintainers":[{"name":"d10","email":"demoneaux@gmail.com"}],"directories":{}},"0.1.1":{"name":"regjsgen","description":"Generating JavaScript RegExps in JavaScript","version":"0.1.1","author":{"name":"Benjamin Tan","email":"demoneaux@gmail.com","url":"https://d10.github.io/"},"license":"MIT","main":"./regjsgen","files":["LICENSE.txt","regjsgen.js","README.md"],"homepage":"https://github.com/d10/regjsgen","repository":{"type":"git","url":"git@github.com:d10/regjsgen.git"},"dependencies":{"jsesc":"~0.4.3"},"scripts":{"test":"node test/index.js"},"devDependencies":{"got":"~0.3.0"},"bugs":{"url":"https://github.com/d10/regjsgen/issues"},"_id":"regjsgen@0.1.1","dist":{"shasum":"f44c338e7fe848487d484a3671b3162630902053","tarball":"https://registry.npmjs.org/regjsgen/-/regjsgen-0.1.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"d10","email":"demoneaux@gmail.com"},"maintainers":[{"name":"d10","email":"demoneaux@gmail.com"}],"directories":{}},"0.1.2":{"name":"regjsgen","description":"Generating JavaScript RegExps in JavaScript","version":"0.1.2","author":{"name":"Benjamin Tan","email":"demoneaux@gmail.com","url":"https://d10.github.io/"},"license":"MIT","main":"./regjsgen","files":["LICENSE.txt","regjsgen.js","README.md"],"homepage":"https://github.com/d10/regjsgen","repository":{"type":"git","url":"git@github.com:d10/regjsgen.git"},"scripts":{"test":"node test/index.js"},"devDependencies":{"got":"~1.2.0","jsesc":"~0.5.0"},"bugs":{"url":"https://github.com/d10/regjsgen/issues"},"_id":"regjsgen@0.1.2","dist":{"shasum":"781a415384aaf584a863f93df4912394f6387d35","tarball":"https://registry.npmjs.org/regjsgen/-/regjsgen-0.1.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"d10","email":"demoneaux@gmail.com"},"maintainers":[{"name":"d10","email":"demoneaux@gmail.com"}],"directories":{}},"0.2.0":{"name":"regjsgen","version":"0.2.0","description":"Generate `RegExp`s from RegJSParser’s AST","homepage":"https://github.com/d10/regjsgen","license":"MIT","main":"regjsgen.js","keywords":["ast","generate","regex","regexp","regular expressions"],"author":{"name":"Benjamin Tan","email":"demoneaux@gmail.com","url":"https://d10.github.io/"},"contributors":[{"name":"Benjamin Tan","email":"demoneaux@gmail.com","url":"https://d10.github.io/"},{"name":"Mathias Bynens","email":"mathias@qiwi.be","url":"https://mathiasbynens.be/"}],"repository":{"type":"git","url":"git://github.com/d10/regjsgen"},"scripts":{"test":"node test/test.js"},"files":["LICENSE.txt","regjsgen.js","README.md"],"devDependencies":{"got":"~1.2.0","jsesc":"~0.5.0"},"bugs":{"url":"https://github.com/d10/regjsgen/issues"},"_id":"regjsgen@0.2.0","dist":{"shasum":"6c016adeac554f75823fe37ac05b92d5a4edb1f7","tarball":"https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"d10","email":"demoneaux@gmail.com"},"maintainers":[{"name":"d10","email":"demoneaux@gmail.com"}],"directories":{}},"0.3.0":{"name":"regjsgen","version":"0.3.0","description":"Generate regular expressions from regjsparser’s AST.","homepage":"https://github.com/demoneaux/regjsgen","main":"regjsgen.js","keywords":["ast","generate","regex","regexp","regular expressions"],"license":"MIT","author":{"name":"Benjamin Tan","url":"https://demoneaux.github.io/"},"repository":{"type":"git","url":"git+https://github.com/demoneaux/regjsgen.git"},"bugs":{"url":"https://github.com/demoneaux/regjsgen/issues"},"files":["LICENSE","regjsgen.js"],"scripts":{"test":"node tests/tests.js","coverage":"istanbul cover --report html tests/tests.js","update-fixtures":"node tests/update-fixtures.js"},"devDependencies":{"coveralls":"^2.11.8","istanbul":"~0.4.2","regjsparser":"~0.2.0","request":"^2.69.0"},"gitHead":"3ca9009ef07ca8cf5a4f104be87b68a4a31d872b","_id":"regjsgen@0.3.0","_shasum":"0ee4a3e9276430cda25f1e789ea6c15b87b0cb43","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"d10","email":"demoneaux@gmail.com"},"dist":{"shasum":"0ee4a3e9276430cda25f1e789ea6c15b87b0cb43","tarball":"https://registry.npmjs.org/regjsgen/-/regjsgen-0.3.0.tgz"},"maintainers":[{"name":"d10","email":"demoneaux@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regjsgen-0.3.0.tgz_1464773921251_0.36796207097359"},"directories":{}}},"readme":"# regjsgen [![Build status](https://travis-ci.org/demoneaux/regjsgen.svg?branch=master)](https://travis-ci.org/demoneaux/regjsgen) [![Code coverage status](https://coveralls.io/repos/github/demoneaux/regjsgen/badge.svg)](https://coveralls.io/github/demoneaux/regjsgen?branch=master)\r\n\r\nGenerate regular expressions from [regjsparser](https://github.com/jviereck/regjsparser)’s AST.\r\n\r\n## Installation\r\n\r\n```bash\r\nnpm install --save regjsgen\r\n```\r\n\r\n## API\r\n\r\n### `regjsgen.generate(ast)`\r\n\r\nThis function accepts an abstract syntax tree representing a regular expression, and returns the generated regular expression string.\r\n\r\n```js\r\nvar regjsparser = require('regjsparser');\r\nvar regjsgen = require('regjsgen');\r\n\r\n// Generate an AST with `regjsparser`.\r\nvar ast = regjsparser.parse(regex);\r\n\r\n// Modify AST\r\n// …\r\n\r\n// Generate `RegExp` string with `regjsgen`.\r\nregex = regjsgen.generate(ast);\r\n```\r\n\r\n## Support\r\n\r\nTested in Node.js 0.10.x, 0.12.x, 4.x and 5.x.\r\n\r\n## Author\r\n\r\n| [![twitter/demoneaux](https://gravatar.com/avatar/029b19dba521584d83398ada3ecf6131?s=70)](https://twitter.com/demoneaux \"Follow @demoneaux on Twitter\") |\r\n|---|\r\n| [Benjamin Tan](https://demoneaux.github.io/) |\r\n\r\n## Contributors\r\n\r\n| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias \"Follow @mathias on Twitter\") |\r\n|---|\r\n| [Mathias Bynens](https://mathiasbynens.be/) |\r\n","maintainers":[{"name":"d10","email":"demoneaux@gmail.com"}],"time":{"modified":"2016-06-01T09:38:45.706Z","created":"2014-07-01T07:27:00.362Z","0.1.0":"2014-07-01T07:27:00.362Z","0.1.1":"2014-07-09T09:15:23.663Z","0.1.2":"2014-08-24T04:00:41.014Z","0.2.0":"2014-09-02T04:32:12.545Z","0.3.0":"2016-06-01T09:38:45.706Z"},"homepage":"https://github.com/demoneaux/regjsgen","repository":{"type":"git","url":"git+https://github.com/demoneaux/regjsgen.git"},"author":{"name":"Benjamin Tan","url":"https://demoneaux.github.io/"},"bugs":{"url":"https://github.com/demoneaux/regjsgen/issues"},"license":"MIT","readmeFilename":"README.md","keywords":["ast","generate","regex","regexp","regular expressions"],"users":{"amobiz":true},"_attachments":{},"_etag":"W/\"574ead25-1da9\"","_lastModified":"Wed, 01 Jun 2016 09:38:45 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/regjsparser/.cache.json b/frappe/.npm/registry.npmjs.org/regjsparser/.cache.json new file mode 100644 index 00000000..18c1bd09 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/regjsparser/.cache.json @@ -0,0 +1 @@ +{"_id":"regjsparser","_rev":"28-eb943b00c238f92859d8a8c96400f4c8","name":"regjsparser","description":"Parsing the JavaScript's RegExp in JavaScript.","dist-tags":{"latest":"0.2.1"},"versions":{"0.0.1":{"name":"regjsparser","version":"0.0.1","author":{"name":"'Juilan Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","homepage":"https://github.com/jviereck/regexp.js","repository":{"type":"git","url":"git@github.com:jviereck/regexp.js-parser.git"},"dependencies":{},"scripts":{"test":"node test/index.js"},"description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regexp.js-parser/issues"},"_id":"regjsparser@0.0.1","dist":{"shasum":"768471dcd881c180489b707a10cee3096339b608","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"directories":{}},"0.0.2":{"name":"regjsparser","version":"0.0.2","author":{"name":"'Juilan Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git@github.com:jviereck/regjsparser.git"},"dependencies":{"jsesc":"~0.4.3"},"scripts":{"test":"node test/index.js"},"description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.0.2","dist":{"shasum":"bfb75676dfbfd825dab4976916205afa1f6516be","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"directories":{}},"0.1.0":{"name":"regjsparser","version":"0.1.0","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git@github.com:jviereck/regjsparser.git"},"dependencies":{"jsesc":"~0.4.3"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.0","dist":{"shasum":"299d2a6b2f8606ed39928991f5684adea6f6a8e1","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"directories":{}},"0.1.1":{"name":"regjsparser","version":"0.1.1","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git@github.com:jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~0.6.4","unicode-7.0.0":"~0.1.5"},"description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.1","dist":{"shasum":"c25affc02e5cd9753c4d8cdc591f3d26f7944e9d","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"directories":{}},"0.1.2":{"name":"regjsparser","version":"0.1.2","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git@github.com:jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~0.6.4","unicode-7.0.0":"~0.1.5"},"description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.2","dist":{"shasum":"467eacf1780f93e22f853ea3cc84f1d41070300c","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"directories":{}},"0.1.3":{"name":"regjsparser","version":"0.1.3","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git@github.com:jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~1.0.1","unicode-7.0.0":"~0.1.5"},"gitHead":"98c40d218d55b120685c63f41a901a5690cd2227","description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.3","_shasum":"aaa87c04c68060b6154319e404071f15bc892d54","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"dist":{"shasum":"aaa87c04c68060b6154319e404071f15bc892d54","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.3.tgz"},"directories":{}},"0.1.4":{"name":"regjsparser","version":"0.1.4","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git@github.com:jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~1.0.1","unicode-7.0.0":"~0.1.5"},"gitHead":"ff8d29e6be3c9a02692a25f110163da1b24d61f5","description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.4","_shasum":"958289586a3d9447abd42d3d02776fe02c16e906","_from":".","_npmVersion":"2.4.1","_nodeVersion":"0.10.32","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"dist":{"shasum":"958289586a3d9447abd42d3d02776fe02c16e906","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.4.tgz"},"directories":{}},"0.1.5":{"name":"regjsparser","version":"0.1.5","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git+ssh://git@github.com/jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~1.0.1","unicode-7.0.0":"~0.1.5"},"gitHead":"0540a6a12bfe13659a29b217bf82455ce1ced0eb","description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.5","_shasum":"7ee8f84dc6fa792d3fd0ae228d24bd949ead205c","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"dist":{"shasum":"7ee8f84dc6fa792d3fd0ae228d24bd949ead205c","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz"},"directories":{}},"0.2.0":{"name":"regjsparser","version":"0.2.0","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git+ssh://git@github.com/jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~1.0.1","unicode-7.0.0":"~0.1.5"},"gitHead":"5d1ed00db387edd864fcfca95e131ab0974ae3c3","description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.2.0","_shasum":"0c8fbe85ab4a19513aa47dcab31a2a424074bab0","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"dist":{"shasum":"0c8fbe85ab4a19513aa47dcab31a2a424074bab0","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/regjsparser-0.2.0.tgz_1464127431822_0.8742114950437099"},"directories":{}},"0.2.1":{"name":"regjsparser","version":"0.2.1","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD-2-Clause","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git+ssh://git@github.com/jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~1.0.1","unicode-7.0.0":"~0.1.5"},"gitHead":"969b73c6d9f10ae99a2afe9850da24226708b39a","description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.2.1","_shasum":"c3787553faf04e775c302102ef346d995000ec1c","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.3.0","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"dist":{"shasum":"c3787553faf04e775c302102ef346d995000ec1c","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.2.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/regjsparser-0.2.1.tgz_1487879834326_0.9009130923077464"},"directories":{}}},"readme":"# RegJSParser\n\nParsing the JavaScript's RegExp in JavaScript.\n\n## Installation\n\n```bash\nnpm install regjsparser\n```\n\n## Usage\n\n```js\nvar parse = require('regjsparser').parse;\n\nvar parseTree = parse('^a'); // /^a/\nconsole.log(parseTree);\n```\n\n## Testing\n\nTo run the tests, run the following command:\n\n```bash\nnpm test\n```\n\nTo create a new reference file, execute…\n\n```bash\nnode test/update-fixtures.js\n```\n\n…from the repo top directory.\n","maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"time":{"modified":"2017-02-23T19:57:14.996Z","created":"2013-11-03T19:44:41.181Z","0.0.1":"2013-11-03T19:45:23.708Z","0.0.2":"2013-11-04T20:20:38.206Z","0.1.0":"2014-06-29T16:16:45.871Z","0.1.1":"2014-08-30T12:28:06.125Z","0.1.2":"2014-08-31T20:53:47.038Z","0.1.3":"2014-11-25T10:15:40.084Z","0.1.4":"2015-02-27T23:53:19.115Z","0.1.5":"2015-08-16T20:55:08.321Z","0.2.0":"2016-05-24T22:03:53.129Z","0.2.1":"2017-02-23T19:57:14.996Z"},"author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/jviereck/regjsparser.git"},"homepage":"https://github.com/jviereck/regjsparser","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"license":"BSD-2-Clause","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"58af3e9a-2f14\"","_lastModified":"Thu, 23 Feb 2017 19:57:14 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/remove-trailing-separator/.cache.json b/frappe/.npm/registry.npmjs.org/remove-trailing-separator/.cache.json new file mode 100644 index 00000000..4a1f99fc --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/remove-trailing-separator/.cache.json @@ -0,0 +1 @@ +{"_id":"remove-trailing-separator","_rev":"4-82e681e1b4255957ddc34cee761ff059","name":"remove-trailing-separator","description":"Removes separators from the end of the string.","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.0":{"name":"remove-trailing-separator","version":"1.0.0","description":"Removes separators from the end of the string.","main":"index.js","files":["index.js"],"scripts":{"lint":"xo","pretest":"npm run lint","test":"nyc ava","report":"nyc report --reporter=html"},"repository":{"type":"git","url":"git+https://github.com/darsain/remove-trailing-separator.git"},"keywords":["remove","strip","separator"],"author":{"name":"darsain"},"license":"ISC","bugs":{"url":"https://github.com/darsain/remove-trailing-separator/issues"},"homepage":"https://github.com/darsain/remove-trailing-separator#readme","devDependencies":{"ava":"^0.16.0","coveralls":"^2.11.14","nyc":"^8.3.0","xo":"^0.16.0"},"gitHead":"9fcadf4bb47cba04d0db289e99588bae2c2e4652","_id":"remove-trailing-separator@1.0.0","_shasum":"863e2487d500b02d4907034e79f1e9d74008b7d7","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.4.0","_npmUser":{"name":"darsain","email":"darsain@gmail.com"},"maintainers":[{"name":"darsain","email":"darsain@gmail.com"}],"dist":{"shasum":"863e2487d500b02d4907034e79f1e9d74008b7d7","tarball":"https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remove-trailing-separator-1.0.0.tgz_1474707642610_0.7080434774979949"},"directories":{}},"1.0.1":{"name":"remove-trailing-separator","version":"1.0.1","description":"Removes separators from the end of the string.","main":"index.js","files":["index.js"],"scripts":{"lint":"xo","pretest":"npm run lint","test":"nyc ava","report":"nyc report --reporter=html"},"repository":{"type":"git","url":"git+https://github.com/darsain/remove-trailing-separator.git"},"keywords":["remove","strip","trailing","separator"],"author":{"name":"darsain"},"license":"ISC","bugs":{"url":"https://github.com/darsain/remove-trailing-separator/issues"},"homepage":"https://github.com/darsain/remove-trailing-separator#readme","devDependencies":{"ava":"^0.16.0","coveralls":"^2.11.14","nyc":"^8.3.0","xo":"^0.16.0"},"gitHead":"8a5da3ac1efb1314d55e50a2a923b068d500d77a","_id":"remove-trailing-separator@1.0.1","_shasum":"615ebb96af559552d4bf4057c8436d486ab63cc4","_from":".","_npmVersion":"3.10.5","_nodeVersion":"6.4.0","_npmUser":{"name":"darsain","email":"darsain@gmail.com"},"maintainers":[{"name":"darsain","email":"darsain@gmail.com"}],"dist":{"shasum":"615ebb96af559552d4bf4057c8436d486ab63cc4","tarball":"https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remove-trailing-separator-1.0.1.tgz_1474797962066_0.45308714639395475"},"directories":{}},"1.0.2":{"name":"remove-trailing-separator","version":"1.0.2","description":"Removes separators from the end of the string.","main":"index.js","files":["index.js"],"scripts":{"lint":"xo","pretest":"npm run lint","test":"nyc ava","report":"nyc report --reporter=html"},"repository":{"type":"git","url":"git+https://github.com/darsain/remove-trailing-separator.git"},"keywords":["remove","strip","trailing","separator"],"author":{"name":"darsain"},"license":"ISC","bugs":{"url":"https://github.com/darsain/remove-trailing-separator/issues"},"homepage":"https://github.com/darsain/remove-trailing-separator#readme","devDependencies":{"ava":"^0.16.0","coveralls":"^2.11.14","nyc":"^8.3.0","xo":"^0.16.0"},"gitHead":"6dd7a71b3228fb48a400e3a8ec26e45e8ca50bc3","_id":"remove-trailing-separator@1.0.2","_shasum":"69b062d978727ad14dc6b56ba4ab772fd8d70511","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.6.0","_npmUser":{"name":"darsain","email":"darsain@gmail.com"},"maintainers":[{"name":"darsain","email":"darsain@gmail.com"}],"dist":{"shasum":"69b062d978727ad14dc6b56ba4ab772fd8d70511","tarball":"https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remove-trailing-separator-1.0.2.tgz_1496857602409_0.28459417447447777"},"directories":{}}},"readme":"# remove-trailing-separator\n\n[![NPM version][npm-img]][npm-url] [![Build Status: Linux][travis-img]][travis-url] [![Build Status: Windows][appveyor-img]][appveyor-url] [![Coverage Status][coveralls-img]][coveralls-url]\n\nRemoves all separators from the end of a string.\n\n## Install\n\n```\nnpm install remove-trailing-separator\n```\n\n## Examples\n\n```js\nconst removeTrailingSeparator = require('remove-trailing-separator');\n\nremoveTrailingSeparator('/foo/bar/') // '/foo/bar'\nremoveTrailingSeparator('/foo/bar///') // '/foo/bar'\n\n// leaves only/last separator\nremoveTrailingSeparator('/') // '/'\nremoveTrailingSeparator('///') // '/'\n\n// returns empty string\nremoveTrailingSeparator('') // ''\n```\n\n## Backslash, or win32 separator\n\n`\\` is considered a separator only on WIN32 systems. All POSIX compliant systems\nsee backslash as a valid file name character, so it would break POSIX compliance\nto remove it there.\n\nIn practice, this means that this code will return different things depending on\nwhat system it runs on:\n\n```\nremoveTrailingSeparator('\\\\foo\\\\')\n// UNIX => '\\\\foo\\\\'\n// WIN32 => '\\\\foo'\n```\n\n[npm-url]: https://npmjs.org/package/remove-trailing-separator\n[npm-img]: https://badge.fury.io/js/remove-trailing-separator.svg\n[travis-url]: https://travis-ci.org/darsain/remove-trailing-separator\n[travis-img]: https://travis-ci.org/darsain/remove-trailing-separator.svg?branch=master\n[appveyor-url]: https://ci.appveyor.com/project/darsain/remove-trailing-separator/branch/master\n[appveyor-img]: https://ci.appveyor.com/api/projects/status/wvg9a93rrq95n2xl/branch/master?svg=true\n[coveralls-url]: https://coveralls.io/github/darsain/remove-trailing-separator?branch=master\n[coveralls-img]: https://coveralls.io/repos/github/darsain/remove-trailing-separator/badge.svg?branch=master\n","maintainers":[{"name":"darsain","email":"darsain@gmail.com"}],"time":{"modified":"2017-06-07T17:46:43.351Z","created":"2016-09-24T09:00:44.254Z","1.0.0":"2016-09-24T09:00:44.254Z","1.0.1":"2016-09-25T10:06:03.280Z","1.0.2":"2017-06-07T17:46:43.351Z"},"homepage":"https://github.com/darsain/remove-trailing-separator#readme","keywords":["remove","strip","trailing","separator"],"repository":{"type":"git","url":"git+https://github.com/darsain/remove-trailing-separator.git"},"author":{"name":"darsain"},"bugs":{"url":"https://github.com/darsain/remove-trailing-separator/issues"},"license":"ISC","readmeFilename":"readme.md","users":{"yedaodao":true},"_attachments":{},"_etag":"W/\"59383c03-1aa7\"","_lastModified":"Wed, 07 Jun 2017 17:46:43 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/repeat-element/.cache.json b/frappe/.npm/registry.npmjs.org/repeat-element/.cache.json new file mode 100644 index 00000000..ece4419c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/repeat-element/.cache.json @@ -0,0 +1 @@ +{"_id":"repeat-element","_rev":"6-503ce8bbe6f0cdd9277da397d6e36af3","name":"repeat-element","description":"Create an array by repeating the given value n times.","dist-tags":{"latest":"1.1.2"},"versions":{"1.0.0":{"name":"repeat-element","description":"Create an array by repeating the given string n times.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/repeat-element","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-element.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-element/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"mocha":"*"},"keywords":["array","element","repeat","string"],"gitHead":"156ba7d5b3b8c36c15b09f1a60d4d26ce0ccb02e","_id":"repeat-element@1.0.0","_shasum":"8eb69be1627e61adb320e121be0e6621c7476918","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"8eb69be1627e61adb320e121be0e6621c7476918","tarball":"https://registry.npmjs.org/repeat-element/-/repeat-element-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"repeat-element","description":"Create an array by repeating the given string n times.","version":"1.1.0","homepage":"https://github.com/jonschlinkert/repeat-element","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-element.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-element/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.5","minimist":"^1.1.0","mocha":"*"},"keywords":["array","element","repeat","string"],"gitHead":"4810bfdaa6749c3f7e5013f2c23fe1bc43c61e1f","_id":"repeat-element@1.1.0","_shasum":"3307c041c52bb36a36e380de2d252ef61a907cca","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"3307c041c52bb36a36e380de2d252ef61a907cca","tarball":"https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"repeat-element","description":"Create an array by repeating the given value n times.","version":"1.1.1","homepage":"https://github.com/jonschlinkert/repeat-element","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-element.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-element/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["array","element","repeat","string"],"devDependencies":{"benchmarked":"^0.1.4","chalk":"^1.0.0","glob":"^5.0.5","minimist":"^1.1.1"},"gitHead":"8cc3318bd824c364102de01e3afe53a4290f4ae3","_id":"repeat-element@1.1.1","_shasum":"18120b13aa79a932495b357529c76935522ff599","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"18120b13aa79a932495b357529c76935522ff599","tarball":"https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.1.tgz"},"directories":{}},"1.1.2":{"name":"repeat-element","description":"Create an array by repeating the given value n times.","version":"1.1.2","homepage":"https://github.com/jonschlinkert/repeat-element","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-element.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-element/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["array","element","repeat","string"],"devDependencies":{"benchmarked":"^0.1.4","chalk":"^1.0.0","glob":"^5.0.5","minimist":"^1.1.1","mocha":"^2.2.4"},"gitHead":"7a6b21d58eafcc44fc8de133c70a8398ee9fdd8d","_id":"repeat-element@1.1.2","_shasum":"ef089a178d1483baae4d93eb98b4f9e4e11d990a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"ef089a178d1483baae4d93eb98b4f9e4e11d990a","tarball":"https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz"},"directories":{}}},"readme":"# repeat-element [![NPM version](https://badge.fury.io/js/repeat-element.svg)](http://badge.fury.io/js/repeat-element)\n\n> Create an array by repeating the given value n times.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```bash\nnpm i repeat-element --save\n```\n\n## Usage\n\n```js\nvar repeat = require('repeat-element');\n\nrepeat('a', 5);\n//=> ['a', 'a', 'a', 'a', 'a']\n\nrepeat('a', 1);\n//=> ['a']\n\nrepeat('a', 0);\n//=> []\n\nrepeat(null, 5)\n//» [ null, null, null, null, null ]\n\nrepeat({some: 'object'}, 5)\n//» [ { some: 'object' },\n// { some: 'object' },\n// { some: 'object' },\n// { some: 'object' },\n// { some: 'object' } ]\n\nrepeat(5, 5)\n//» [ 5, 5, 5, 5, 5 ]\n```\n\n## Related projects\n\n[repeat-string](https://github.com/jonschlinkert/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string.\n\n## Running tests\n\nInstall dev dependencies:\n\n```bash\nnpm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/repeat-element/issues)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright (c) 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 06, 2015._\n","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2015-05-07T03:19:33.716Z","created":"2015-01-11T23:45:10.936Z","1.0.0":"2015-01-11T23:45:10.936Z","1.1.0":"2015-01-26T17:56:50.027Z","1.1.1":"2015-05-07T03:17:19.496Z","1.1.2":"2015-05-07T03:19:33.716Z"},"homepage":"https://github.com/jonschlinkert/repeat-element","keywords":["array","element","repeat","string"],"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-element.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-element/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"},"readmeFilename":"README.md","_attachments":{},"_etag":"W/\"554ad9c5-1d07\"","_lastModified":"Thu, 07 May 2015 03:19:33 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/repeat-string/.cache.json b/frappe/.npm/registry.npmjs.org/repeat-string/.cache.json new file mode 100644 index 00000000..c25cca4f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/repeat-string/.cache.json @@ -0,0 +1 @@ +{"_id":"repeat-string","_rev":"36-4b6ff4d60d1e447aa50565559e5f9d9c","name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","dist-tags":{"latest":"1.6.1"},"versions":{"0.1.0":{"name":"repeat-string","description":"Repeat the given string, n times.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"}],"keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"engines":{"node":">=0.8"},"scripts":{"test":"mocha -R test"},"devDependencies":{"verb":"~0.1.20","chai":"~1.9.1"},"_id":"repeat-string@0.1.0","dist":{"shasum":"e786bc8fc50e1ba990915f6f5311c3d4eb478162","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"directories":{}},"0.1.1":{"name":"repeat-string","description":"Repeat the given string, n times.","version":"0.1.1","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"}],"keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"chai":"~1.9.1","verb":"~0.2.6"},"_id":"repeat-string@0.1.1","dist":{"shasum":"eefdb59d1ba4f49396231d03db9f9a3fa9e633bc","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"directories":{}},"0.1.2":{"name":"repeat-string","description":"Repeat the given string, n times.","version":"0.1.2","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"}],"main":"index.js","keywords":["docs","documentation","generate","generator","markdown","templates","verb"],"engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"chai":"~1.9.1","verb":"~0.2.6"},"_id":"repeat-string@0.1.2","_shasum":"d3a99f01f2c169a9b38ec573c97afcf508d91228","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"d3a99f01f2c169a9b38ec573c97afcf508d91228","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-0.1.2.tgz"},"directories":{}},"0.2.0":{"name":"repeat-string","description":"Repeat the given string, n times.","version":"0.2.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"chai":"~1.9.1","should":"^4.0.4","verb":"^0.2.15"},"_id":"repeat-string@0.2.0","_shasum":"d5942f4729e6ec241608b19cc623771352571984","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"d5942f4729e6ec241608b19cc623771352571984","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"repeat-string","description":"Repeat the given string, n times.","version":"0.2.1","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"chai":"~1.9.1","should":"^4.0.4","verb":"^0.2.15"},"keywords":["multiple","repeat","str","string","times"],"_id":"repeat-string@0.2.1","_shasum":"68cb6dbc3c8bf3c8d2e56313a5286bdc45635e56","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"68cb6dbc3c8bf3c8d2e56313a5286bdc45635e56","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.1.tgz"},"directories":{}},"0.2.2":{"name":"repeat-string","description":"Repeat the given string, n times.","version":"0.2.2","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"chai":"~1.9.1","should":"^4.0.4","verb":"^0.2.15"},"keywords":["multiple","repeat","str","string","times"],"_id":"repeat-string@0.2.2","_shasum":"c7a8d3236068362059a7e4651fc6884e8b1fb4ae","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"c7a8d3236068362059a7e4651fc6884e8b1fb4ae","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz"},"directories":{}},"1.0.0":{"name":"repeat-string","description":"Fastest implementation for repeating a string.","version":"1.0.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"should":"^4.0.4"},"keywords":["fill","javascript","js","left","left-pad","multiple","node.js","pad","padding","repeat","repeating","right","right-pad","str","string","text","times","util","utility","utils"],"_id":"repeat-string@1.0.0","_shasum":"e504a20b71e932b53a02f88b6c13dc63f5f37218","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"e504a20b71e932b53a02f88b6c13dc63f5f37218","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.1.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"should":"^4.0.4"},"keywords":["fast","fastest","fill","javascript","js","left","left-pad","multiple","node.js","pad","padding","repeat","repeating","right","right-pad","str","string","text","times","util","utility","utils"],"_id":"repeat-string@1.1.0","_shasum":"12b876fdea42386d1db1521983fb645926ca87d4","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"12b876fdea42386d1db1521983fb645926ca87d4","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.2.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"},"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"should":"^4.0.4"},"keywords":["fast","fastest","fill","javascript","js","left","left-pad","multiple","node.js","pad","padding","repeat","repeating","right","right-pad","str","string","text","times","util","utility","utils"],"gitHead":"086f2a0b678ca9eafb491a599e9419d5dff8dd46","_id":"repeat-string@1.2.0","_shasum":"5e812b13aa15c9a86fb0fa20ce9921c05aa9227c","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"5e812b13aa15c9a86fb0fa20ce9921c05aa9227c","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.2.0.tgz"},"directories":{}},"1.3.0":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.3.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.5","minimist":"^1.1.0","repeating":"^1.1.1","should":"^4.0.4"},"keywords":["fast","fastest","fill","javascript","js","left","left-pad","multiple","node.js","pad","padding","repeat","repeating","right","right-pad","str","string","text","times","util","utility","utils"],"gitHead":"3653899391d4108f9fe9f7addfc736f5d1e4a544","_id":"repeat-string@1.3.0","_shasum":"5dfda114f59522d7b160337649abc8676d3faf52","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"5dfda114f59522d7b160337649abc8676d3faf52","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.3.0.tgz"},"directories":{}},"1.4.0":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.4.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.5","minimist":"^1.1.0","repeating":"^1.1.1","should":"^4.0.4"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repetition","repeat","repeating","right","right-pad","string","times"],"gitHead":"53875172eaee59174f92dec68e4f4db186310807","_id":"repeat-string@1.4.0","_shasum":"0133d7b542ce809a685e6c6d4bae11c7a4d892ef","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"0133d7b542ce809a685e6c6d4bae11c7a4d892ef","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.4.0.tgz"},"directories":{}},"1.5.0":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.5.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha -R spec"},"files":["index.js"],"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.5","minimist":"^1.1.0","repeating":"^1.1.1","should":"^4.0.4"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repetition","repeat","repeating","right","right-pad","string","times"],"gitHead":"7d1699165a8beda5a3262c45cc0910f43b092217","_id":"repeat-string@1.5.0","_shasum":"ed2351aaa58b1ed45053d80214204aa3582ff17f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"ed2351aaa58b1ed45053d80214204aa3582ff17f","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.0.tgz"},"directories":{}},"1.5.1":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.5.1","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.5","minimist":"^1.1.0","repeating":"^1.1.1","should":"^4.0.4"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repetition","repeat","repeating","right","right-pad","string","times"],"gitHead":"bf20e5dc1414305bec6ff26d90988378a5bad6ec","_id":"repeat-string@1.5.1","_shasum":"d29532c978c5a0c64600c2a323f74b80bd01f741","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"d29532c978c5a0c64600c2a323f74b80bd01f741","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.1.tgz"},"directories":{}},"1.5.2":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.5.2","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert/"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"},"files":["index.js"],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha"},"devDependencies":{"benchmarked":"^0.1.3","chalk":"^0.5.1","glob":"^4.3.5","mocha":"^2.2.1","repeating":"^1.1.1","should":"^4.0.4"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repetition","repeat","repeating","right","right-pad","string","times"],"gitHead":"bf20e5dc1414305bec6ff26d90988378a5bad6ec","_id":"repeat-string@1.5.2","_shasum":"21065f70727ad053a0dd5e957ac9e00c7560d90a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"21065f70727ad053a0dd5e957ac9e00c7560d90a","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz"},"directories":{}},"1.5.4":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.5.4","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha"},"devDependencies":{"benchmarked":"^0.1.5","chalk":"^1.1.1","glob":"^7.0.0","gulp-format-md":"^0.1.7","mocha":"*","repeating":"^2.0.0","should":"*"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repeat","repeating","repetition","right","right-pad","string","times"],"verb":{"related":{"list":["repeat-element"]},"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"reflinks":["verb"]},"gitHead":"53b4ac32e4cfa5bf339aed73544fe86b0f3e9190","_id":"repeat-string@1.5.4","_shasum":"64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.5.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.4.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/repeat-string-1.5.4.tgz_1456747759357_0.14794702967628837"},"directories":{}},"1.6.0":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.6.0","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert"},"contributors":[{"name":"Brian Woodward","email":"brian.woodward@gmail.com","url":"https://github.com/doowb"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se","url":"http://linus.unnebäck.se"},{"name":"Thijs Busser","email":"tbusser@gmail.com","url":"http://tbusser.net"},{"name":"Titus","email":"tituswormer@gmail.com","url":"wooorm.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha"},"devDependencies":{"ansi-cyan":"^0.1.1","benchmarked":"^0.2.5","gulp-format-md":"^0.1.11","isobject":"^2.1.0","mocha":"^3.1.2","repeating":"^3.0.0","text-table":"^0.2.0","yargs-parser":"^4.0.2"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repeat","repeating","repetition","right","right-pad","string","times"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["repeat-element"]},"helpers":["./benchmark/helper.js"],"reflinks":["verb"]},"gitHead":"2ac333bfcc7193754de5d62e7f4dd8c30e845e23","_id":"repeat-string@1.6.0","_shasum":"d796f627f04e1379982851a369ff20de4a9fbcd9","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"d796f627f04e1379982851a369ff20de4a9fbcd9","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/repeat-string-1.6.0.tgz_1477241227407_0.5940681712236255"},"directories":{}},"1.6.1":{"name":"repeat-string","description":"Repeat the given string n times. Fastest implementation for repeating a string.","version":"1.6.1","homepage":"https://github.com/jonschlinkert/repeat-string","author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert"},"contributors":[{"name":"Brian Woodward","email":"brian.woodward@gmail.com","url":"https://github.com/doowb"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se","url":"http://linus.unnebäck.se"},{"name":"Thijs Busser","email":"tbusser@gmail.com","url":"http://tbusser.net"},{"name":"Titus","email":"tituswormer@gmail.com","url":"wooorm.com"}],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/repeat-string.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10"},"scripts":{"test":"mocha"},"devDependencies":{"ansi-cyan":"^0.1.1","benchmarked":"^0.2.5","gulp-format-md":"^0.1.11","isobject":"^2.1.0","mocha":"^3.1.2","repeating":"^3.0.0","text-table":"^0.2.0","yargs-parser":"^4.0.2"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repeat","repeating","repetition","right","right-pad","string","times"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["repeat-element"]},"helpers":["./benchmark/helper.js"],"reflinks":["verb"]},"gitHead":"1a95c5d99a02999ccd2cf4663959a18bd2def7b8","_id":"repeat-string@1.6.1","_shasum":"8dcae470e1c88abc2d600fff4a776286da75e637","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"8dcae470e1c88abc2d600fff4a776286da75e637","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625"},"directories":{}}},"readme":"# repeat-string [![NPM version](https://img.shields.io/npm/v/repeat-string.svg?style=flat)](https://www.npmjs.com/package/repeat-string) [![NPM monthly downloads](https://img.shields.io/npm/dm/repeat-string.svg?style=flat)](https://npmjs.org/package/repeat-string) [![NPM total downloads](https://img.shields.io/npm/dt/repeat-string.svg?style=flat)](https://npmjs.org/package/repeat-string) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/repeat-string.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/repeat-string)\n\n> Repeat the given string n times. Fastest implementation for repeating a string.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save repeat-string\n```\n\n## Usage\n\n### [repeat](index.js#L41)\n\nRepeat the given `string` the specified `number` of times.\n\n**Example:**\n\n**Example**\n\n```js\nvar repeat = require('repeat-string');\nrepeat('A', 5);\n//=> AAAAA\n```\n\n**Params**\n\n* `string` **{String}**: The string to repeat\n* `number` **{Number}**: The number of times to repeat the string\n* `returns` **{String}**: Repeated string\n\n## Benchmarks\n\nRepeat string is significantly faster than the native method (which is itself faster than [repeating](https://github.com/sindresorhus/repeating)):\n\n```sh\n# 2x\nrepeat-string █████████████████████████ (26,953,977 ops/sec)\nrepeating █████████ (9,855,695 ops/sec)\nnative ██████████████████ (19,453,895 ops/sec)\n\n# 3x\nrepeat-string █████████████████████████ (19,445,252 ops/sec)\nrepeating ███████████ (8,661,565 ops/sec)\nnative ████████████████████ (16,020,598 ops/sec)\n\n# 10x\nrepeat-string █████████████████████████ (23,792,521 ops/sec)\nrepeating █████████ (8,571,332 ops/sec)\nnative ███████████████ (14,582,955 ops/sec)\n\n# 50x\nrepeat-string █████████████████████████ (23,640,179 ops/sec)\nrepeating █████ (5,505,509 ops/sec)\nnative ██████████ (10,085,557 ops/sec)\n\n# 250x\nrepeat-string █████████████████████████ (23,489,618 ops/sec)\nrepeating ████ (3,962,937 ops/sec)\nnative ████████ (7,724,892 ops/sec)\n\n# 2000x\nrepeat-string █████████████████████████ (20,315,172 ops/sec)\nrepeating ████ (3,297,079 ops/sec)\nnative ███████ (6,203,331 ops/sec)\n\n# 20000x\nrepeat-string █████████████████████████ (23,382,915 ops/sec)\nrepeating ███ (2,980,058 ops/sec)\nnative █████ (5,578,808 ops/sec)\n```\n\n**Run the benchmarks**\n\nInstall dev dependencies:\n\n```sh\nnpm i -d && node benchmark\n```\n\n## About\n\n### Related projects\n\n[repeat-element](https://www.npmjs.com/package/repeat-element): Create an array by repeating the given value n times. | [homepage](https://github.com/jonschlinkert/repeat-element \"Create an array by repeating the given value n times.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor**
| \n| --- | --- |\n| 51 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 2 | [LinusU](https://github.com/LinusU) |\n| 2 | [tbusser](https://github.com/tbusser) |\n| 1 | [doowb](https://github.com/doowb) |\n| 1 | [wooorm](https://github.com/wooorm) |\n\n### Building docs\n\n_(This document was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.com/verbose/verb) generator), please don't edit the readme directly. Any changes to the readme must be made in [.verb.md](.verb.md).)_\n\nTo generate the readme and API documentation with [verb](https://github.com/verbose/verb):\n\n```sh\n$ npm install -g verb verb-generate-readme && verb\n```\n\n### Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm install -d && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2016, [Jon Schlinkert](http://github.com/jonschlinkert).\nReleased under the [MIT license](https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on October 23, 2016._","maintainers":[{"email":"brian.woodward@gmail.com","name":"doowb"},{"email":"github@sellside.com","name":"jonschlinkert"}],"time":{"modified":"2017-07-02T17:41:57.537Z","created":"2014-03-27T21:01:52.770Z","0.1.0":"2014-03-27T21:01:52.770Z","0.1.1":"2014-05-03T06:24:49.371Z","0.1.2":"2014-05-11T07:59:47.854Z","0.2.0":"2014-10-01T23:26:05.179Z","0.2.1":"2014-10-01T23:35:23.389Z","0.2.2":"2014-10-14T17:40:30.973Z","1.0.0":"2014-12-06T15:19:42.433Z","1.1.0":"2014-12-06T21:37:07.791Z","1.2.0":"2014-12-23T03:40:38.066Z","1.3.0":"2015-01-19T03:17:51.739Z","1.4.0":"2015-01-24T05:12:02.507Z","1.5.0":"2015-01-26T12:47:58.436Z","1.5.1":"2015-04-01T22:19:26.963Z","1.5.2":"2015-04-02T00:17:15.854Z","1.5.4":"2016-02-29T12:09:20.719Z","1.6.0":"2016-10-23T16:47:08.752Z","1.6.1":"2016-10-23T16:54:00.613Z"},"homepage":"https://github.com/jonschlinkert/repeat-string","repository":{"type":"git","url":"git+https://github.com/jonschlinkert/repeat-string.git"},"author":{"name":"Jon Schlinkert","url":"http://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-string/issues"},"readmeFilename":"README.md","users":{"tunnckocore":true,"jonschlinkert":true,"larrychen":true,"mojaray2k":true,"usex":true},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repeat","repeating","repetition","right","right-pad","string","times"],"license":"MIT","contributors":[{"name":"Brian Woodward","email":"brian.woodward@gmail.com","url":"https://github.com/doowb"},{"name":"Jon Schlinkert","email":"jon.schlinkert@sellside.com","url":"http://twitter.com/jonschlinkert"},{"name":"Linus Unnebäck","email":"linus@folkdatorn.se","url":"http://linus.unnebäck.se"},{"name":"Thijs Busser","email":"tbusser@gmail.com","url":"http://tbusser.net"},{"name":"Titus","email":"tituswormer@gmail.com","url":"wooorm.com"}],"_attachments":{},"_etag":"W/\"59593065-7864\"","_lastModified":"Sun, 02 Jul 2017 17:41:57 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/repeating/.cache.json b/frappe/.npm/registry.npmjs.org/repeating/.cache.json new file mode 100644 index 00000000..a9ec2a47 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/repeating/.cache.json @@ -0,0 +1 @@ +{"_id":"repeating","_rev":"16-fb530ef03aabd557a3a8d5b1a15383ec","name":"repeating","description":"Repeat a string - fast","dist-tags":{"latest":"3.0.0"},"versions":{"1.0.0":{"name":"repeating","version":"1.0.0","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/repeating"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"repeating":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","bin","repeat","repeating","string","str","text","fill"],"dependencies":{"is-finite":"^1.0.0","meow":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"26dbd31865bdf1bfe1ff88038ba9acf955fef42c","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating","_id":"repeating@1.0.0","_shasum":"7d3947cadbc73b3e3b3a71798f90b3f76185c85a","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"7d3947cadbc73b3e3b3a71798f90b3f76185c85a","tarball":"https://registry.npmjs.org/repeating/-/repeating-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"repeating","version":"1.0.1","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/repeating"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"repeating":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","bin","repeat","repeating","string","str","text","fill"],"dependencies":{"is-finite":"^1.0.0","meow":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"3ca737f8d517713680f64f67f19c090e1793e814","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating","_id":"repeating@1.0.1","_shasum":"f894e2bc284d8b4aaf83e9018f37a64279e5c377","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"f894e2bc284d8b4aaf83e9018f37a64279e5c377","tarball":"https://registry.npmjs.org/repeating/-/repeating-1.0.1.tgz"},"directories":{}},"1.1.0":{"name":"repeating","version":"1.1.0","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/repeating"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"repeating":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","bin","repeat","repeating","string","str","text","fill"],"dependencies":{"is-finite":"^1.0.0","meow":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"4272765b704ca0c9ac05d2aafa9f347a21ee647b","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating","_id":"repeating@1.1.0","_shasum":"1977511fd1d58075dcb6abbbb2b627edd45e41dc","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"1977511fd1d58075dcb6abbbb2b627edd45e41dc","tarball":"https://registry.npmjs.org/repeating/-/repeating-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"repeating","version":"1.1.1","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/repeating"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"repeating":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","bin","repeat","repeating","string","str","text","fill"],"dependencies":{"is-finite":"^1.0.0","meow":"^2.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"3a7e842906dc6deebf6c471f8a9f5d4be9b2f9f4","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating","_id":"repeating@1.1.1","_shasum":"2dfe71fb0baf78249e8ec6a537ec3dd63f48bb22","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"2dfe71fb0baf78249e8ec6a537ec3dd63f48bb22","tarball":"https://registry.npmjs.org/repeating/-/repeating-1.1.1.tgz"},"directories":{}},"1.1.2":{"name":"repeating","version":"1.1.2","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/repeating"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"repeating":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","bin","repeat","repeating","string","str","text","fill"],"dependencies":{"is-finite":"^1.0.0","meow":"^3.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"e9694d25e98f956f0c2848a8fc253ff8bab0f129","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating","_id":"repeating@1.1.2","_shasum":"dcced290c4d22df9818746eb5257679d27fe0283","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"dcced290c4d22df9818746eb5257679d27fe0283","tarball":"https://registry.npmjs.org/repeating/-/repeating-1.1.2.tgz"},"directories":{}},"1.1.3":{"name":"repeating","version":"1.1.3","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/repeating"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bin":{"repeating":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["cli-app","cli","bin","repeat","repeating","string","str","text","fill"],"dependencies":{"is-finite":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"23e93be864952600940d29c8d67f2b9a09d48d81","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating","_id":"repeating@1.1.3","_shasum":"3d4114218877537494f97f77f9785fab810fa4ac","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3d4114218877537494f97f77f9785fab810fa4ac","tarball":"https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"2.0.0":{"name":"repeating","version":"2.0.0","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/repeating.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && node test.js"},"files":["index.js"],"keywords":["repeat","repeating","string","str","text","fill"],"dependencies":{"is-finite":"^1.0.0"},"devDependencies":{"ava":"0.0.4","xo":"*"},"gitHead":"f0e8a214d824f2fd4ed5457cf2b0b38e1a92f19a","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating#readme","_id":"repeating@2.0.0","_shasum":"fd27d6d264d18fbebfaa56553dd7b82535a5034e","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"fd27d6d264d18fbebfaa56553dd7b82535a5034e","tarball":"https://registry.npmjs.org/repeating/-/repeating-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"2.0.1":{"name":"repeating","version":"2.0.1","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/repeating.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["repeat","string","repeating","str","text","fill","pad"],"dependencies":{"is-finite":"^1.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"be02bcaf9a674b3c155477b3bf282136bcf44770","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating#readme","_id":"repeating@2.0.1","_shasum":"5214c53a926d3552707527fbab415dbc08d06dda","_from":".","_npmVersion":"3.8.6","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"5214c53a926d3552707527fbab415dbc08d06dda","tarball":"https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/repeating-2.0.1.tgz_1460395966602_0.9193919147364795"},"directories":{}},"3.0.0":{"name":"repeating","version":"3.0.0","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/repeating.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["repeat","string","repeating","str","text","fill","pad"],"devDependencies":{"ava":"*","xo":"*"},"xo":{"esnext":true},"gitHead":"384b58d0238676ab2c1b2f7e85852fad2c7477a0","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating#readme","_id":"repeating@3.0.0","_shasum":"f4c376fdd2015761f6f96f4303b1224d581e802f","_from":".","_npmVersion":"3.9.6","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f4c376fdd2015761f6f96f4303b1224d581e802f","tarball":"https://registry.npmjs.org/repeating/-/repeating-3.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/repeating-3.0.0.tgz_1466364903140_0.8807658578734845"},"directories":{}}},"readme":"# repeating [![Build Status](https://travis-ci.org/sindresorhus/repeating.svg?branch=master)](https://travis-ci.org/sindresorhus/repeating)\n\n> Repeat a string - fast\n\n\n## Install\n\n```\n$ npm install --save repeating\n```\n\n\n## Usage\n\n```js\nconst repeating = require('repeating');\n\nrepeating(5);\n//=> ' '\n\nrepeating(100, 'unicorn ');\n//=> 'unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn '\n```\n\n\n## API\n\n### repeating(count, [string])\n\n#### count\n\nType: `number`\n\nTimes the `string` should be repeated.\n\n#### string\n\nType: `string`
\nDefault: `' '`\n\nString to repeat.\n\n\n## Related\n\n- [repeating-cli](https://github.com/sindresorhus/repeating-cli) - CLI for this module\n- [indent-string](https://github.com/sindresorhus/indent-string) - Indent each line in a string\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"time":{"modified":"2017-03-10T09:14:15.854Z","created":"2014-10-12T14:50:04.160Z","1.0.0":"2014-10-12T14:50:04.160Z","1.0.1":"2014-10-12T15:14:48.829Z","1.1.0":"2014-10-14T15:19:03.812Z","1.1.1":"2014-12-22T04:37:44.603Z","1.1.2":"2015-02-16T18:00:58.646Z","1.1.3":"2015-05-26T13:01:08.992Z","2.0.0":"2015-08-21T12:29:39.241Z","2.0.1":"2016-04-11T17:32:47.204Z","3.0.0":"2016-06-19T19:35:05.265Z"},"homepage":"https://github.com/sindresorhus/repeating#readme","keywords":["repeat","string","repeating","str","text","fill","pad"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/repeating.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"guiambros":true,"rocket0191":true},"_attachments":{},"_etag":"W/\"58c26e67-3452\"","_lastModified":"Fri, 10 Mar 2017 09:14:15 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/request/.cache.json b/frappe/.npm/registry.npmjs.org/request/.cache.json new file mode 100644 index 00000000..6160b184 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/request/.cache.json @@ -0,0 +1 @@ +{"_id":"request","_rev":"1673-f4e18bb75ed7b8e9bd9350a8a2bbb1d3","name":"request","description":"Simplified HTTP request client.","dist-tags":{"latest":"2.81.0"},"versions":{"0.10.0":{"name":"request","description":"Simplified HTTP request method.","tags":["http","simple","util","utility"],"version":"0.10.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"directories":{"lib":"lib"},"repository":{"type":"git","url":"http://github.com/mikeal/node-utils.git"},"bugs":{"web":"http://github.com/mikeal/node-utils/issues"},"engines":["node >=0.1.90"],"main":"./lib/main","_id":"request@0.10.0","_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/request/-/request-0.10.0.tgz","shasum":"0910540d9b86c4f90b4c4b44c84025220a1f9d2e"}},"0.8.3":{"name":"request","description":"Simplified HTTP request method.","tags":["http","simple","util","utility"],"version":"0.8.3","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"directories":{"lib":"lib"},"repository":{"type":"git","url":"http://github.com/mikeal/node-utils.git"},"bugs":{"web":"http://github.com/mikeal/node-utils/issues"},"engines":["node >=0.1.90"],"main":"./lib/main","_id":"request@0.8.3","_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/request/-/request-0.8.3.tgz","shasum":"03e3a382fb677a42eac0e7b0fa8a46b504944c08"}},"0.9.0":{"name":"request","description":"Simplified HTTP request method.","tags":["http","simple","util","utility"],"version":"0.9.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"directories":{"lib":"lib"},"repository":{"type":"git","url":"http://github.com/mikeal/node-utils.git"},"bugs":{"web":"http://github.com/mikeal/node-utils/issues"},"engines":["node >=0.1.90"],"main":"./lib/main","_id":"request@0.9.0","_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/request/-/request-0.9.0.tgz","shasum":"1049f59a6f46588e6d030921fbb84ca2f0c2714e"}},"0.9.1":{"name":"request","description":"Simplified HTTP request method.","tags":["http","simple","util","utility"],"version":"0.9.1","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"directories":{"lib":"lib"},"repository":{"type":"git","url":"http://github.com/mikeal/node-utils.git"},"bugs":{"web":"http://github.com/mikeal/node-utils/issues"},"engines":["node >=0.1.90"],"main":"./lib/main","_id":"request@0.9.1","_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/request/-/request-0.9.1.tgz","shasum":"a08a9a253f5b45447112e1ceb4d3087a1578682d"}},"0.9.5":{"name":"request","description":"Simplified HTTP request method.","tags":["http","simple","util","utility"],"version":"0.9.5","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"directories":{"lib":"lib"},"repository":{"type":"git","url":"http://github.com/mikeal/node-utils.git"},"bugs":{"web":"http://github.com/mikeal/node-utils/issues"},"engines":["node >=0.1.90"],"main":"./lib/main","_id":"request@0.9.5","_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/request/-/request-0.9.5.tgz","shasum":"66269143f6f5023f967159d5760369a606abfc0a"}},"1.0.0":{"name":"request","description":"Simplified HTTP request method.","tags":["http","simple","util","utility"],"version":"1.0.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"directories":{"lib":"lib"},"repository":{"type":"git","url":"http://github.com/mikeal/node-utils.git"},"bugs":{"url":"http://github.com/mikeal/node-utils/issues"},"engines":["node >=0.1.90"],"main":"./main","_id":"request@1.0.0","_engineSupported":true,"_npmVersion":"0.2.13-3","_nodeVersion":"v0.3.5-pre","dist":{"shasum":"6e482329b10657461b51db9157f64a2046f635c0","tarball":"https://registry.npmjs.org/request/-/request-1.0.0.tgz"}},"1.1.0":{"name":"request","description":"Simplified HTTP request method.","tags":["http","simple","util","utility"],"version":"1.1.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node < 0.3.6"],"main":"./main","_id":"request@1.1.0","_engineSupported":false,"_npmVersion":"0.2.15","_nodeVersion":"v0.3.7-pre","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"327162dd590a9b4bcb71d70cff1267ef10ff5101","tarball":"https://registry.npmjs.org/request/-/request-1.1.0.tgz"}},"1.1.1":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.1.1","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node < 0.3.6"],"main":"./main","_id":"request@1.1.1","_engineSupported":false,"_npmVersion":"0.2.15","_nodeVersion":"v0.3.7-pre","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"6d6581049397c51e1b0e98eca7bfd29c0c8a4f6f","tarball":"https://registry.npmjs.org/request/-/request-1.1.1.tgz"}},"1.2.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.2.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node < 0.3.6"],"main":"./main","_id":"request@1.2.0","_engineSupported":false,"_npmVersion":"0.2.15","_nodeVersion":"v0.3.7-pre","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"f4b74ad2edd68c777bd640ffc74737aa0ffe5bba","tarball":"https://registry.npmjs.org/request/-/request-1.2.0.tgz"}},"1.9.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.0","_engineSupported":true,"_npmVersion":"0.2.15","_nodeVersion":"v0.4.0-pre","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"67758b48da41f4240c6ed50d2bd8ced8157b4bb1","tarball":"https://registry.npmjs.org/request/-/request-1.9.0.tgz"}},"1.9.1":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.1","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.1","_engineSupported":true,"_npmVersion":"0.3.0-9","_nodeVersion":"v0.4.2","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"428e8283e87db620cd3303673e62ead2bd7451b8","tarball":"https://registry.npmjs.org/request/-/request-1.9.1.tgz"}},"1.9.2":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.2","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.2","_engineSupported":true,"_npmVersion":"0.3.0-9","_nodeVersion":"v0.4.2","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"b1b66f63c5250fc1fc7caeeec53fdfa0b2528c29","tarball":"https://registry.npmjs.org/request/-/request-1.9.2.tgz"}},"1.9.3":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.3","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.3","_engineSupported":true,"_npmVersion":"0.3.0-9","_nodeVersion":"v0.4.2","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"7c4b88c1e36ef8f265f1487958c5a2042f13a624","tarball":"https://registry.npmjs.org/request/-/request-1.9.3.tgz"}},"1.9.5":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.5","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.5","_engineSupported":true,"_npmVersion":"0.3.0-9","_nodeVersion":"v0.4.2","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"24084f6c377fc2f3368b53be0922bebe5d40afd6","tarball":"https://registry.npmjs.org/request/-/request-1.9.5.tgz"}},"1.9.7":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.7","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.7","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.4.9-pre","_defaultsLoaded":true,"dist":{"shasum":"efc79859e5386aeb3f211f63b0d0e549026c7133","tarball":"https://registry.npmjs.org/request/-/request-1.9.7.tgz"},"scripts":{},"directories":{}},"1.9.8":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.8","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.8","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.4.9-pre","_defaultsLoaded":true,"dist":{"shasum":"2da5138da2851fd5bdb50500aa7eb9e2df2a9c2b","tarball":"https://registry.npmjs.org/request/-/request-1.9.8.tgz"},"scripts":{},"directories":{}},"1.9.9":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"1.9.9","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@1.9.9","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.2-pre","_defaultsLoaded":true,"dist":{"shasum":"af231fe87e3725a5db46ff74833f3aa0ebfd9151","tarball":"https://registry.npmjs.org/request/-/request-1.9.9.tgz"},"scripts":{},"directories":{}},"2.0.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.0.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@2.0.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.2-pre","_defaultsLoaded":true,"dist":{"shasum":"e8ecdcb12ded03b795aa1de0f44afddbab98f3db","tarball":"https://registry.npmjs.org/request/-/request-2.0.0.tgz"},"scripts":{},"directories":{}},"2.0.1":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.0.1","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@2.0.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.2-pre","_defaultsLoaded":true,"dist":{"shasum":"2188893b17b9b0c761d5e53ee0cb76a50e720d89","tarball":"https://registry.npmjs.org/request/-/request-2.0.1.tgz"},"scripts":{},"directories":{}},"2.0.2":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.0.2","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@2.0.2","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.2-pre","_defaultsLoaded":true,"dist":{"shasum":"8fb7985ed54581bb152e8c1c5649ec0f5a10d9b1","tarball":"https://registry.npmjs.org/request/-/request-2.0.2.tgz"},"scripts":{},"directories":{}},"2.0.3":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.0.3","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@2.0.3","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.4-pre","_defaultsLoaded":true,"dist":{"shasum":"ec8d338be3de528ca16a5307d94bbd06298a80cc","tarball":"https://registry.npmjs.org/request/-/request-2.0.3.tgz"},"scripts":{},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.0.4":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.0.4","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@2.0.4","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.4-pre","_defaultsLoaded":true,"dist":{"shasum":"7baa221cef8923c65ba74479f7963f1214b02161","tarball":"https://registry.npmjs.org/request/-/request-2.0.4.tgz"},"scripts":{},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.0.5":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.0.5","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@2.0.5","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.4-pre","_defaultsLoaded":true,"dist":{"shasum":"a3173897f02aa2f64a7cb5f06b6b931162edaa38","tarball":"https://registry.npmjs.org/request/-/request-2.0.5.tgz"},"scripts":{},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.1.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.1.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_id":"request@2.1.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.4-pre","_defaultsLoaded":true,"dist":{"shasum":"8280cbeaadeee1190e4587b0ad9dea48d8a9e1a3","tarball":"https://registry.npmjs.org/request/-/request-2.1.0.tgz"},"scripts":{},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.1.1":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.1.1","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","_npmJsonOpts":{"file":"/Users/mikeal/.npm/request/2.1.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"request@2.1.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"5570e0c737d656ebd6d1d3c80aa510d3cf86c6fa","tarball":"https://registry.npmjs.org/request/-/request-2.1.1.tgz"},"scripts":{},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.2.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.2.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmJsonOpts":{"file":"/Users/mikeal/.npm/request/2.2.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"request@2.2.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"cfa3210cd64b76a4d26b8f0cd1ec2d958d2cddc0","tarball":"https://registry.npmjs.org/request/-/request-2.2.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.2.5":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.2.5","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmJsonOpts":{"file":"/Users/mikeal/.npm/request/2.2.5/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"request@2.2.5","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"da3edd6a5b903563aea1531a6cb61cfe381820b4","tarball":"https://registry.npmjs.org/request/-/request-2.2.5.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.2.6":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.2.6","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmJsonOpts":{"file":"/Users/mikeal/.npm/request/2.2.6/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"request@2.2.6","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"87dbd87959d1b85ce07253f9255878f20473d99e","tarball":"https://registry.npmjs.org/request/-/request-2.2.6.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.2.9":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.2.9","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmJsonOpts":{"file":"/Users/mikeal/.npm/request/2.2.9/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"request@2.2.9","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"efbf8afbfe7f1e200d483b99752b6c42b404a0f1","tarball":"https://registry.npmjs.org/request/-/request-2.2.9.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"f0a672cd33f4534f9ce811ede17e3fbc18ccaafd","tarball":"https://registry.npmjs.org/request/-/request-2.9.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.1":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.1","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.1","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"54c62ebbe608fd7202c22345c45c044ba4115b1c","tarball":"https://registry.npmjs.org/request/-/request-2.9.1.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.2":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.2","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.2","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"5f1c4e6c5ad085a713f83110c3d43b29a1603c23","tarball":"https://registry.npmjs.org/request/-/request-2.9.2.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.3":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.3","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.3","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"ac0ac26169568837d2886a92b22c0bd1e15e7ad7","tarball":"https://registry.npmjs.org/request/-/request-2.9.3.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.100":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.100","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"bash tests/run.sh"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.100","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"c9900a6cc8576b8400a82161a6268962f3d09b78","tarball":"https://registry.npmjs.org/request/-/request-2.9.100.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.150":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.150","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.150","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"a19e4ab54ee27274fe6c55b10fdc86ff413123b7","tarball":"https://registry.npmjs.org/request/-/request-2.9.150.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.151":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.151","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.151","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"caa84501f05e8b9a32c22b8caead5bce3b41ea87","tarball":"https://registry.npmjs.org/request/-/request-2.9.151.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.152":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.152","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.152","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"100cffcd9a012556fedcc916e647a9cd1e2bbf43","tarball":"https://registry.npmjs.org/request/-/request-2.9.152.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.153":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.153","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.153","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"a93c4f7a02d733b56882a166c1e68a9688e75742","tarball":"https://registry.npmjs.org/request/-/request-2.9.153.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.200":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.200","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.200","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"ccb8b3407c34fe545522aca40b77f3194978b0c6","tarball":"https://registry.npmjs.org/request/-/request-2.9.200.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.201":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.201","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.201","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.16","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"65277189f7b2348aa90a1f8fe639436b6ad339fc","tarball":"https://registry.npmjs.org/request/-/request-2.9.201.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.202":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.202","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.202","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.16","_nodeVersion":"v0.6.8-pre","_defaultsLoaded":true,"dist":{"shasum":"c61399cdfbbefda5dc48653b0e9bea517d9f8497","tarball":"https://registry.npmjs.org/request/-/request-2.9.202.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.9.203":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.9.203","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.9.203","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.20-pre","_defaultsLoaded":true,"dist":{"shasum":"6c1711a5407fb94a114219563e44145bcbf4723a","tarball":"https://registry.npmjs.org/request/-/request-2.9.203.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.10.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.10.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.10.0","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"9911b5ef669b6500da2ae0b133fa1cfc92b1c48a","tarball":"https://registry.npmjs.org/request/-/request-2.10.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.11.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.11.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","bundleDependencies":["form-data","mime"],"scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.11.0","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"7d0fd1b5a9e19781c63b2eb0c3ac119dc6a97130","tarball":"https://registry.npmjs.org/request/-/request-2.11.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.11.1":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.11.1","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7"},"bundleDependencies":["form-data","mime"],"scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.11.1","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"257f46bcaf4d54e62c0b61ba28fac0268f658e2c","tarball":"https://registry.npmjs.org/request/-/request-2.11.1.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.11.2":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.11.2","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7"},"bundleDependencies":["form-data","mime"],"scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.11.2","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"070340fc7628b2a8c23b8c11395854f2f546ab34","tarball":"https://registry.npmjs.org/request/-/request-2.11.2.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.11.3":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.11.3","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7"},"bundleDependencies":["form-data","mime"],"scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.11.3","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"b44425b540d65a0b2563014a28cea0dcb1e8d659","tarball":"https://registry.npmjs.org/request/-/request-2.11.3.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.11.4":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.11.4","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7"},"bundleDependencies":["form-data","mime"],"scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.11.4","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"6347d7d44e52dc588108cc1ce5cee975fc8926de","tarball":"https://registry.npmjs.org/request/-/request-2.11.4.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.12.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.12.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7"},"bundleDependencies":["form-data","mime"],"scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.12.0","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"11f46f20b3d0f4848c6383991c80790af16c8e48","tarball":"https://registry.npmjs.org/request/-/request-2.12.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.14.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.14.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"./main","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7"},"bundleDependencies":["form-data","mime"],"scripts":{"test":"node tests/run.js"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"request@2.14.0","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"0d8acbb0b14c1ab82e000b7d381fa8c80d1a7d88","tarball":"https://registry.npmjs.org/request/-/request-2.14.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.16.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.16.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"index.js","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7","hawk":"~0.10.0","node-uuid":"~1.4.0","cookie-jar":"~0.2.0","aws-sign":"~0.2.0","oauth-sign":"~0.2.0","forever-agent":"~0.2.0","tunnel-agent":"~0.2.0","json-stringify-safe":"~3.0.0","qs":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.16.0","dist":{"shasum":"4e428a90da323c2a23deaa10aa729efb71da60eb","tarball":"https://registry.npmjs.org/request/-/request-2.16.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.16.2":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.16.2","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.3.6"],"main":"index.js","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7","hawk":"~0.10.0","node-uuid":"~1.4.0","cookie-jar":"~0.2.0","aws-sign":"~0.2.0","oauth-sign":"~0.2.0","forever-agent":"~0.2.0","tunnel-agent":"~0.2.0","json-stringify-safe":"~3.0.0","qs":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.16.2","dist":{"shasum":"83a028be61be4a05163e7e2e7a4b40e35df1bcb9","tarball":"https://registry.npmjs.org/request/-/request-2.16.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.16.4":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.16.4","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7","hawk":"~0.10.2","node-uuid":"~1.4.0","cookie-jar":"~0.2.0","aws-sign":"~0.2.0","oauth-sign":"~0.2.0","forever-agent":"~0.2.0","tunnel-agent":"~0.2.0","json-stringify-safe":"~3.0.0","qs":"~0.5.4"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.16.4","dist":{"shasum":"9bbb264fad62cf12bd3e03ef83d7c728c4f78ff3","tarball":"https://registry.npmjs.org/request/-/request-2.16.4.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.16.6":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.16.6","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7","hawk":"~0.10.2","node-uuid":"~1.4.0","cookie-jar":"~0.2.0","aws-sign":"~0.2.0","oauth-sign":"~0.2.0","forever-agent":"~0.2.0","tunnel-agent":"~0.2.0","json-stringify-safe":"~3.0.0","qs":"~0.5.4"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.16.6","dist":{"shasum":"872fe445ae72de266b37879d6ad7dc948fa01cad","tarball":"https://registry.npmjs.org/request/-/request-2.16.6.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.18.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.18.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7","hawk":"~0.10.2","node-uuid":"~1.4.0","cookie-jar":"~0.3.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","http-signature":"~0.9.1","forever-agent":"~0.3.0","tunnel-agent":"~0.5.0","json-stringify-safe":"~3.0.0","qs":"~0.5.4"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.18.0","dist":{"shasum":"8abf1ae86ba12553832984dab7d2a46880025fc5","tarball":"https://registry.npmjs.org/request/-/request-2.18.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.19.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.19.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7","hawk":"~0.10.2","node-uuid":"~1.4.0","cookie-jar":"~0.3.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","http-signature":"~0.9.1","forever-agent":"~0.3.0","tunnel-agent":"~0.3.0","json-stringify-safe":"~3.0.0","qs":"~0.5.4"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.19.0","dist":{"shasum":"d7b614fd6248b4a0365a7fb7b8e1cdd081d08025","tarball":"https://registry.npmjs.org/request/-/request-2.19.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.20.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.20.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"form-data":"~0.0.3","mime":"~1.2.7","hawk":"~0.10.2","node-uuid":"~1.4.0","cookie-jar":"~0.3.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","http-signature":"~0.9.1","forever-agent":"~0.3.0","tunnel-agent":"~0.3.0","json-stringify-safe":"~3.0.0","qs":"~0.5.4"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.20.0","dist":{"shasum":"497c9bc869f03c34f6cabaac962224d2d835d47d","tarball":"https://registry.npmjs.org/request/-/request-2.20.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.21.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.21.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~4.0.0","forever-agent":"~0.5.0","tunnel-agent":"~0.3.0","http-signature":"~0.9.11","hawk":"~0.13.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","cookie-jar":"~0.3.0","node-uuid":"~1.4.0","mime":"~1.2.9","form-data":"0.0.8"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.21.0","dist":{"shasum":"5728ab9c45e5a87c99daccd530298b6673a868d7","tarball":"https://registry.npmjs.org/request/-/request-2.21.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.22.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.22.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~4.0.0","forever-agent":"~0.5.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","hawk":"~0.13.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","cookie-jar":"~0.3.0","node-uuid":"~1.4.0","mime":"~1.2.9","form-data":"0.0.8"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.22.0","dist":{"shasum":"b883a769cc4a909571eb5004b344c43cf7e51592","tarball":"https://registry.npmjs.org/request/-/request-2.22.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.23.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.23.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~4.0.0","forever-agent":"~0.5.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","hawk":"~0.13.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","cookie-jar":"~0.3.0","node-uuid":"~1.4.0","mime":"~1.2.9","form-data":"0.0.8"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.23.0","dist":{"shasum":"121742874bf40b3c149fe113b7a35847597fc885","tarball":"https://registry.npmjs.org/request/-/request-2.23.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.24.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.24.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","hawk":"~1.0.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","cookie-jar":"~0.3.0","node-uuid":"~1.4.0","mime":"~1.2.9","form-data":"~0.1.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.24.0","dist":{"shasum":"1d9f104118a0389aac5dc873c713869efceed8ef","tarball":"https://registry.npmjs.org/request/-/request-2.24.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.25.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.25.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","hawk":"~1.0.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","cookie-jar":"~0.3.0","node-uuid":"~1.4.0","mime":"~1.2.9","form-data":"~0.1.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.25.0","dist":{"shasum":"dac1673181887fe0b2ce6bd7e12f46d554a02ce9","tarball":"https://registry.npmjs.org/request/-/request-2.25.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.26.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.26.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","hawk":"~1.0.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","cookie-jar":"~0.3.0","node-uuid":"~1.4.0","mime":"~1.2.9","form-data":"~0.1.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.26.0","dist":{"shasum":"79b03075cbac2e22ebe41aa7fca884e869c1c212","tarball":"https://registry.npmjs.org/request/-/request-2.26.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.27.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.27.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","hawk":"~1.0.0","aws-sign":"~0.3.0","oauth-sign":"~0.3.0","cookie-jar":"~0.3.0","node-uuid":"~1.4.0","mime":"~1.2.9","form-data":"~0.1.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.27.0","dist":{"shasum":"dfb1a224dd3a5a9bade4337012503d710e538668","tarball":"https://registry.npmjs.org/request/-/request-2.27.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.28.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.28.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","node-uuid":"~1.4.0","mime":"~1.2.9","tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.28.0","dist":{"shasum":"f20c4045de01eaf6976e127cbebff113827ab33a","tarball":"https://registry.npmjs.org/request/-/request-2.28.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.29.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.29.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","node-uuid":"~1.4.0","mime":"~1.2.9","tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.29.0","dist":{"shasum":"0d4b8de70d26a9911a8344af9a0e8edab81ff1c3","tarball":"https://registry.npmjs.org/request/-/request-2.29.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.30.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.30.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","node-uuid":"~1.4.0","mime":"~1.2.9","tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"_id":"request@2.30.0","dist":{"shasum":"8e0d36f0806e8911524b072b64c5ee535a09d861","tarball":"https://registry.npmjs.org/request/-/request-2.30.0.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.31.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.31.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","node-uuid":"~1.4.0","mime":"~1.2.9","tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.31.0","dist":{"shasum":"4c8ac967c9a4b9410cb4ba1a61fdb644267eeeff","tarball":"https://registry.npmjs.org/request/-/request-2.31.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.32.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.32.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","node-uuid":"~1.4.0","mime":"~1.2.9","tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":"~0.9.15","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.32.0","dist":{"shasum":"c546e8ab8ae6d431047158c74cb85bbda57586c5","tarball":"https://registry.npmjs.org/request/-/request-2.32.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.33.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.33.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","node-uuid":"~1.4.0","mime":"~1.2.9","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.33.0","dist":{"shasum":"5167878131726070ec633752ea230a2379dc65ff","tarball":"https://registry.npmjs.org/request/-/request-2.33.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.34.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.34.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache, Version 2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","forever-agent":"~0.5.0","node-uuid":"~1.4.0","mime":"~1.2.9","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.3.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.34.0","dist":{"shasum":"b5d8b9526add4a2d4629f4d417124573996445ae","tarball":"https://registry.npmjs.org/request/-/request-2.34.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.35.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.35.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache, Version 2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"forever-agent":"~0.5.0","json-stringify-safe":"~5.0.0","lodash.merge":"~2.4.1","mime":"~1.2.9","node-uuid":"~1.4.0","qs":"~0.6.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.35.0","dist":{"shasum":"0d5c0f293479a080cba508f94342cd2415a0d297","tarball":"https://registry.npmjs.org/request/-/request-2.35.0.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.36.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.36.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache, Version 2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","mime":"~1.2.9","forever-agent":"~0.5.0","node-uuid":"~1.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"~1.0.0","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.36.0","dist":{"shasum":"28c6c04262c7b9ffdd21b9255374517ee6d943f5","tarball":"https://registry.npmjs.org/request/-/request-2.36.0.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"2.37.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.37.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"http://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","forever-agent":"~0.5.0","node-uuid":"~1.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.37.0","_shasum":"6c04c1f0f34af0c8b7408f1c1e30d4d6bd852d46","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"6c04c1f0f34af0c8b7408f1c1e30d4d6bd852d46","tarball":"https://registry.npmjs.org/request/-/request-2.37.0.tgz"},"directories":{}},"2.38.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.38.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","forever-agent":"~0.5.0","node-uuid":"~1.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.38.0","_shasum":"b7e36dcbf74072feaa7156e05ef1ba2829816886","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"b7e36dcbf74072feaa7156e05ef1ba2829816886","tarball":"https://registry.npmjs.org/request/-/request-2.38.0.tgz"},"directories":{}},"2.39.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.39.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~0.6.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","forever-agent":"~0.5.0","node-uuid":"~1.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.39.0","_shasum":"e01bdbec68c37a3b154681867daa2833bb38cbc4","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"e01bdbec68c37a3b154681867daa2833bb38cbc4","tarball":"https://registry.npmjs.org/request/-/request-2.39.0.tgz"},"directories":{}},"2.40.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.40.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"qs":"~1.0.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","forever-agent":"~0.5.0","node-uuid":"~1.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","tunnel-agent":"~0.4.0","http-signature":"~0.10.0","oauth-sign":"~0.3.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"node tests/run.js"},"homepage":"https://github.com/mikeal/request","_id":"request@2.40.0","_shasum":"4dd670f696f1e6e842e66b4b5e839301ab9beb67","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"4dd670f696f1e6e842e66b4b5e839301ab9beb67","tarball":"https://registry.npmjs.org/request/-/request-2.40.0.tgz"},"directories":{}},"2.41.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.41.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.6.0","forever-agent":"~0.5.0","qs":"~1.2.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"node tests/run.js"},"devDependencies":{"rimraf":"~2.2.8"},"homepage":"https://github.com/mikeal/request","_id":"request@2.41.0","_shasum":"752520b1abf5cb78c6321e1d3ed692d11fbd1058","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"752520b1abf5cb78c6321e1d3ed692d11fbd1058","tarball":"https://registry.npmjs.org/request/-/request-2.41.0.tgz"},"directories":{}},"2.42.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.42.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.6.0","forever-agent":"~0.5.0","qs":"~1.2.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"node tests/run.js"},"devDependencies":{"rimraf":"~2.2.8"},"homepage":"https://github.com/mikeal/request","_id":"request@2.42.0","_shasum":"572bd0148938564040ac7ab148b96423a063304a","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"572bd0148938564040ac7ab148b96423a063304a","tarball":"https://registry.npmjs.org/request/-/request-2.42.0.tgz"},"directories":{}},"2.43.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.43.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.6.0","forever-agent":"~0.5.0","qs":"~1.2.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"node tests/run.js"},"devDependencies":{"rimraf":"~2.2.8"},"homepage":"https://github.com/mikeal/request","_id":"request@2.43.0","_shasum":"6d1549482c494e13bfd4e206a3311f951be9ea63","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"6d1549482c494e13bfd4e206a3311f951be9ea63","tarball":"https://registry.npmjs.org/request/-/request-2.43.0.tgz"},"directories":{}},"2.44.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.44.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":["node >= 0.8.0"],"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.6.0","forever-agent":"~0.5.0","qs":"~1.2.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","form-data":"~0.1.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"node tests/run.js"},"devDependencies":{"rimraf":"~2.2.8"},"homepage":"https://github.com/mikeal/request","_id":"request@2.44.0","_shasum":"78d62454d68853cadfb07ad31f58b9ec98072ea8","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"dist":{"shasum":"78d62454d68853cadfb07ad31f58b9ec98072ea8","tarball":"https://registry.npmjs.org/request/-/request-2.44.0.tgz"},"directories":{}},"2.45.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.45.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.6.0","forever-agent":"~0.5.0","qs":"~1.2.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","tunnel-agent":"~0.4.0","form-data":"~0.1.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"optionalDependencies":{"tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"npm run lint && node tests/run.js","lint":"./node_modules/eslint/bin/eslint.js lib/ *.js"},"devDependencies":{"rimraf":"~2.2.8","eslint":"0.5.1"},"gitHead":"fff5c951778859dc1f3d17f38f7d4426cbb75918","homepage":"https://github.com/mikeal/request","_id":"request@2.45.0","_shasum":"29d713a0a07f17fb2e7b61815d2010681718e93c","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"}],"dist":{"shasum":"29d713a0a07f17fb2e7b61815d2010681718e93c","tarball":"https://registry.npmjs.org/request/-/request-2.45.0.tgz"},"directories":{}},"2.46.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.46.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/mikeal/request.git"},"bugs":{"url":"http://github.com/mikeal/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.6.0","forever-agent":"~0.5.0","form-data":"~0.1.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","qs":"~1.2.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"eslint":"0.5.1","rimraf":"~2.2.8","tape":"~3.0.0","taper":"~0.3.0"},"gitHead":"7cdd75ec184868bba3be88a780bfb6e10fe33be4","homepage":"https://github.com/mikeal/request","_id":"request@2.46.0","_shasum":"359195d52eaf720bc69742579d04ad6d265a8274","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"}],"dist":{"shasum":"359195d52eaf720bc69742579d04ad6d265a8274","tarball":"https://registry.npmjs.org/request/-/request-2.46.0.tgz"},"directories":{}},"2.47.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.47.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.6.0","forever-agent":"~0.5.0","form-data":"~0.1.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","qs":"~2.3.1","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.4.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"eslint":"0.5.1","rimraf":"~2.2.8","tape":"~3.0.0","taper":"~0.3.0"},"gitHead":"0ad38bf9a51b34cb4bde1e65807dbee7e83bca82","homepage":"https://github.com/request/request","_id":"request@2.47.0","_shasum":"09e9fd1a4fed6593a805ef8202b20f0c5ecb485f","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"}],"dist":{"shasum":"09e9fd1a4fed6593a805ef8202b20f0c5ecb485f","tarball":"https://registry.npmjs.org/request/-/request-2.47.0.tgz"},"directories":{}},"2.48.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.48.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.7.0","forever-agent":"~0.5.0","form-data":"~0.1.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","qs":"~2.3.1","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.5.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"eslint":"0.5.1","rimraf":"~2.2.8","tape":"~3.0.0","taper":"~0.3.0"},"gitHead":"0d8644ec6e0699a4dba8aad11bc0c10a101c0aec","homepage":"https://github.com/request/request","_id":"request@2.48.0","_shasum":"3ae2e091c9698282d58a0e6989ece2638f0f1f28","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"}],"dist":{"shasum":"3ae2e091c9698282d58a0e6989ece2638f0f1f28","tarball":"https://registry.npmjs.org/request/-/request-2.48.0.tgz"},"directories":{}},"2.49.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.49.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.8.0","forever-agent":"~0.5.0","form-data":"~0.1.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","qs":"~2.3.1","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.5.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"eslint":"0.5.1","rimraf":"~2.2.8","tape":"~3.0.0","taper":"~0.3.0"},"gitHead":"6e6e589159a30bb441df4eb5e30428ce4d50c2ec","homepage":"https://github.com/request/request","_id":"request@2.49.0","_shasum":"0d4f6348dc3348059b553e4db60fd2478de662a7","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"}],"dist":{"shasum":"0d4f6348dc3348059b553e4db60fd2478de662a7","tarball":"https://registry.npmjs.org/request/-/request-2.49.0.tgz"},"directories":{}},"2.50.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.50.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.8.0","forever-agent":"~0.5.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","qs":"~2.3.1","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.5.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser","test-browser":"browserify tests/browser/test.js -o tests/browser/test-browser.js && karma start tests/browser/karma.conf.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","coveralls":"~2.11.2","eslint":"0.5.1","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-cli":"0.0.4","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","tape":"~3.0.0","taper":"~0.3.0"},"gitHead":"e07f6acdeed9c27c77445829880f1cd2922b4414","homepage":"https://github.com/request/request","_id":"request@2.50.0","_shasum":"d23881a57c76b5cc8b9ca969e3acbfc3c8fea367","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"}],"dist":{"shasum":"d23881a57c76b5cc8b9ca969e3acbfc3c8fea367","tarball":"https://registry.npmjs.org/request/-/request-2.50.0.tgz"},"directories":{}},"2.51.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.51.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.8.0","forever-agent":"~0.5.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~1.0.1","node-uuid":"~1.4.0","qs":"~2.3.1","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.5.0","hawk":"1.1.1","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser","test-browser":"browserify tests/browser/test.js -o tests/browser/test-browser.js && karma start tests/browser/karma.conf.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","coveralls":"~2.11.2","eslint":"0.5.1","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-cli":"0.0.4","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","tape":"~3.0.0","taper":"~0.3.0"},"gitHead":"1c8aca6a9205df58660c676005fb8ec4603d5265","homepage":"https://github.com/request/request","_id":"request@2.51.0","_shasum":"35d00bbecc012e55f907b1bd9e0dbd577bfef26e","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"}],"dist":{"shasum":"35d00bbecc012e55f907b1bd9e0dbd577bfef26e","tarball":"https://registry.npmjs.org/request/-/request-2.51.0.tgz"},"directories":{}},"2.52.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.52.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.9.0","forever-agent":"~0.5.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~2.0.1","node-uuid":"~1.4.0","qs":"~2.3.1","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.6.0","hawk":"~2.3.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5","isstream":"~0.1.1"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser && npm run clean","test-browser":"node tests/browser/start.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","coveralls":"~2.11.2","eslint":"0.5.1","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0"},"gitHead":"06875f5935de4b2c66d8bf62e9fe77939fdcce96","homepage":"https://github.com/request/request","_id":"request@2.52.0","_shasum":"02d82a8adc04dc94a3a79f09fc850ade9aa21e74","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"}],"dist":{"shasum":"02d82a8adc04dc94a3a79f09fc850ade9aa21e74","tarball":"https://registry.npmjs.org/request/-/request-2.52.0.tgz"},"directories":{}},"2.53.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.53.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.9.0","forever-agent":"~0.5.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~2.0.1","node-uuid":"~1.4.0","qs":"~2.3.1","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.6.0","hawk":"~2.3.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5","isstream":"~0.1.1"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser && npm run clean","test-browser":"node tests/browser/start.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","coveralls":"~2.11.2","eslint":"0.5.1","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0"},"gitHead":"541ce25648bc2ecab924d7d7197a2685fa16d348","homepage":"https://github.com/request/request","_id":"request@2.53.0","_shasum":"180a3ae92b7b639802e4f9545dd8fcdeb71d760c","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"nylen","email":"jnylen@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"}],"dist":{"shasum":"180a3ae92b7b639802e4f9545dd8fcdeb71d760c","tarball":"https://registry.npmjs.org/request/-/request-2.53.0.tgz"},"directories":{}},"2.54.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.54.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.9.0","forever-agent":"~0.6.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~2.0.1","node-uuid":"~1.4.0","qs":"~2.4.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.6.0","hawk":"~2.3.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5","isstream":"~0.1.1","har-validator":"^1.4.0"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser","test-browser":"node tests/browser/start.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","coveralls":"~2.11.2","eslint":"0.17.1","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0"},"gitHead":"12080382de2b0e57f3dbaafadc8109af7bbc85ed","homepage":"https://github.com/request/request","_id":"request@2.54.0","_shasum":"a13917cd8e8fa73332da0bf2f84a30181def1953","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"a13917cd8e8fa73332da0bf2f84a30181def1953","tarball":"https://registry.npmjs.org/request/-/request-2.54.0.tgz"},"directories":{}},"2.55.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.55.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.9.0","forever-agent":"~0.6.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~2.0.1","node-uuid":"~1.4.0","qs":"~2.4.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.10.0","oauth-sign":"~0.6.0","hawk":"~2.3.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~0.0.5","isstream":"~0.1.1","har-validator":"^1.4.0"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser","test-browser":"node tests/browser/start.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","coveralls":"~2.11.2","eslint":"0.17.1","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"b6000376387db12d0c2d7ed9ee87b0ba123e36dc","homepage":"https://github.com/request/request","_id":"request@2.55.0","_shasum":"d75c1cdf679d76bb100f9bffe1fe551b5c24e93d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"d75c1cdf679d76bb100f9bffe1fe551b5c24e93d","tarball":"https://registry.npmjs.org/request/-/request-2.55.0.tgz"},"directories":{}},"2.56.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.56.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.10.0","forever-agent":"~0.6.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~2.0.1","node-uuid":"~1.4.0","qs":"~3.1.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~2.3.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser","test-browser":"node tests/browser/start.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"dec45b11eb264a8100e8c43fa44817d62368f780","homepage":"https://github.com/request/request#readme","_id":"request@2.56.0","_shasum":"21a6bd9cfd6aff33a7749971ffac29e833fa28fe","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"21a6bd9cfd6aff33a7749971ffac29e833fa28fe","tarball":"https://registry.npmjs.org/request/-/request-2.56.0.tgz"},"directories":{}},"2.57.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.57.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.10.0","forever-agent":"~0.6.0","form-data":"~0.2.0","json-stringify-safe":"~5.0.0","mime-types":"~2.0.1","node-uuid":"~1.4.0","qs":"~3.1.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~2.3.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser","test-browser":"node tests/browser/start.js","lint":"node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"1fafe0dc387e5efa9ae95b40aa80c43e83e1b98f","homepage":"https://github.com/request/request#readme","_id":"request@2.57.0","_shasum":"d445105a42d009b9d724289633b449a6d723d989","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"d445105a42d009b9d724289633b449a6d723d989","tarball":"https://registry.npmjs.org/request/-/request-2.57.0.tgz"},"directories":{}},"2.58.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.58.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~0.9.0","caseless":"~0.10.0","extend":"~2.0.1","forever-agent":"~0.6.0","form-data":"~1.0.0-rc1","json-stringify-safe":"~5.0.0","mime-types":"~2.0.1","node-uuid":"~1.4.0","qs":"~3.1.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~2.3.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","codecov.io":"~0.1.2","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"ab40f9e61f813f9cc68257c17621b7879561486c","homepage":"https://github.com/request/request#readme","_id":"request@2.58.0","_shasum":"b5f49c0b94aab7fad388612a1fb6ad03b6cc1580","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"b5f49c0b94aab7fad388612a1fb6ad03b6cc1580","tarball":"https://registry.npmjs.org/request/-/request-2.58.0.tgz"},"directories":{}},"2.59.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.59.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.0","form-data":"~1.0.0-rc1","json-stringify-safe":"~5.0.0","mime-types":"~2.1.2","node-uuid":"~1.4.0","qs":"~4.0.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","codecov.io":"~0.1.2","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"24015ff407f30c7fe72716c43bb96411fb79bdcf","homepage":"https://github.com/request/request#readme","_id":"request@2.59.0","_shasum":"984c7d66a8779af9300161ac83203d4b49ed9c65","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"984c7d66a8779af9300161ac83203d4b49ed9c65","tarball":"https://registry.npmjs.org/request/-/request-2.59.0.tgz"},"directories":{}},"2.60.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.60.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.0","form-data":"~1.0.0-rc1","json-stringify-safe":"~5.0.0","mime-types":"~2.1.2","node-uuid":"~1.4.0","qs":"~4.0.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","codecov.io":"~0.1.2","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"af19cef3bc60e9151ffce5015d8ce3c0728d3aca","homepage":"https://github.com/request/request#readme","_id":"request@2.60.0","_shasum":"498820957fcdded1d37749069610c85f61a29f2d","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"498820957fcdded1d37749069610c85f61a29f2d","tarball":"https://registry.npmjs.org/request/-/request-2.60.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"directories":{}},"2.61.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.61.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.0","form-data":"~1.0.0-rc1","json-stringify-safe":"~5.0.0","mime-types":"~2.1.2","node-uuid":"~1.4.0","qs":"~4.0.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","codecov.io":"~0.1.2","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"8492d18add93af1214943ee12e25371f9f9adad3","homepage":"https://github.com/request/request#readme","_id":"request@2.61.0","_shasum":"6973cb2ac94885f02693f554eec64481d6013f9f","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"6973cb2ac94885f02693f554eec64481d6013f9f","tarball":"https://registry.npmjs.org/request/-/request-2.61.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"directories":{}},"2.62.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.62.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.0","form-data":"~1.0.0-rc1","json-stringify-safe":"~5.0.0","mime-types":"~2.1.2","node-uuid":"~1.4.0","qs":"~5.1.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","codecov.io":"~0.1.2","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"9cda443b62b33d077dc002aefd19e0b267df9cfa","homepage":"https://github.com/request/request#readme","_id":"request@2.62.0","_shasum":"55c165f702a146f1e21e0725c0b75e1136487b0f","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"55c165f702a146f1e21e0725c0b75e1136487b0f","tarball":"https://registry.npmjs.org/request/-/request-2.62.0.tgz"},"directories":{}},"2.63.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.63.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.0","form-data":"~1.0.0-rc1","json-stringify-safe":"~5.0.0","mime-types":"~2.1.2","node-uuid":"~1.4.0","qs":"~5.1.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","codecov.io":"~0.1.2","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"e1c36a0d10cab1466262efddd6cc54f80d88be9c","homepage":"https://github.com/request/request#readme","_id":"request@2.63.0","_shasum":"c83e7c3485e5d9bf9b146318429bc48f1253d8be","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"c83e7c3485e5d9bf9b146318429bc48f1253d8be","tarball":"https://registry.npmjs.org/request/-/request-2.63.0.tgz"},"directories":{}},"2.64.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.64.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.0","form-data":"~1.0.0-rc1","json-stringify-safe":"~5.0.0","mime-types":"~2.1.2","node-uuid":"~1.4.0","qs":"~5.1.0","tunnel-agent":"~0.4.0","tough-cookie":">=0.12.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.5.0","stringstream":"~0.0.4","combined-stream":"~1.0.1","isstream":"~0.1.1","har-validator":"^1.6.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify":"~5.9.1","browserify-istanbul":"~0.1.3","buffer-equal":"0.0.1","codecov.io":"~0.1.2","coveralls":"~2.11.2","eslint":"0.18.0","function-bind":"~1.0.0","istanbul":"~0.3.2","karma":"~0.12.21","karma-browserify":"~3.0.1","karma-cli":"0.0.4","karma-coverage":"0.2.6","karma-phantomjs-launcher":"~0.1.4","karma-tap":"~1.0.1","rimraf":"~2.2.8","server-destroy":"~1.0.0","tape":"~3.0.0","taper":"~0.4.0","bluebird":"~2.9.21"},"gitHead":"ca364485249f13c4810bb9b3952fb0fb886a93ee","homepage":"https://github.com/request/request#readme","_id":"request@2.64.0","_shasum":"96a582423ce9b4b5c34e9b232e480173f14ba608","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"96a582423ce9b4b5c34e9b232e480173f14ba608","tarball":"https://registry.npmjs.org/request/-/request-2.64.0.tgz"},"directories":{}},"2.65.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.65.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.3","qs":"~5.2.0","tunnel-agent":"~0.4.1","tough-cookie":"~2.2.0","http-signature":"~0.11.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.6.0","stringstream":"~0.0.4","combined-stream":"~1.0.5","isstream":"~0.1.2","har-validator":"~2.0.2"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify-istanbul":"^0.1.5","browserify":"^11.2.0","buffer-equal":"^0.0.1","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"0.18.0","function-bind":"^1.0.2","istanbul":"^0.3.21","karma-browserify":"^4.4.0","karma":"^0.13.10","karma-cli":"^0.1.1","karma-coverage":"^0.2.6","karma-phantomjs-launcher":"^0.1.4","karma-tap":"^1.0.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0","bluebird":"^2.10.1"},"gitHead":"8a7a37835c600f5006a6679aa23a0db504003ecd","homepage":"https://github.com/request/request#readme","_id":"request@2.65.0","_shasum":"cc1a3bc72b96254734fc34296da322f9486ddeba","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"cc1a3bc72b96254734fc34296da322f9486ddeba","tarball":"https://registry.npmjs.org/request/-/request-2.65.0.tgz"},"directories":{}},"2.66.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.66.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","qs":"~5.2.0","tunnel-agent":"~0.4.1","tough-cookie":"~2.2.0","http-signature":"~1.0.2","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.6.0","stringstream":"~0.0.4","combined-stream":"~1.0.5","isstream":"~0.1.2","is-typedarray":"~1.0.0","har-validator":"~2.0.2"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify-istanbul":"^0.1.5","browserify":"^12.0.1","buffer-equal":"^0.0.1","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"1.9.0","function-bind":"^1.0.2","istanbul":"^0.4.0","karma-browserify":"^4.4.0","karma":"^0.13.10","karma-cli":"^0.1.1","karma-coverage":"^0.5.3","karma-phantomjs-launcher":"^0.1.4","karma-tap":"^1.0.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0","bluebird":"^3.0.2"},"gitHead":"48e505d845d4fa1a9d87b3c94c205e563d91e8b9","homepage":"https://github.com/request/request#readme","_id":"request@2.66.0","_shasum":"d4c7c9b2ecea2b5fca45ad2d7cfb3b6afeeaa1d8","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"d4c7c9b2ecea2b5fca45ad2d7cfb3b6afeeaa1d8","tarball":"https://registry.npmjs.org/request/-/request-2.66.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"directories":{}},"2.67.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.67.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"bl":"~1.0.0","caseless":"~0.11.0","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","qs":"~5.2.0","tunnel-agent":"~0.4.1","tough-cookie":"~2.2.0","http-signature":"~1.1.0","oauth-sign":"~0.8.0","hawk":"~3.1.0","aws-sign2":"~0.6.0","stringstream":"~0.0.4","combined-stream":"~1.0.5","isstream":"~0.1.2","is-typedarray":"~1.0.0","har-validator":"~2.0.2"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"browserify-istanbul":"^0.1.5","browserify":"^12.0.1","buffer-equal":"^0.0.1","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"1.9.0","function-bind":"^1.0.2","istanbul":"^0.4.0","karma-browserify":"^4.4.0","karma":"^0.13.10","karma-cli":"^0.1.1","karma-coverage":"^0.5.3","karma-phantomjs-launcher":"^0.1.4","karma-tap":"^1.0.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0","bluebird":"^3.0.2"},"gitHead":"76f0655befbe8b37fa246bdca1107cbf57798d9a","homepage":"https://github.com/request/request#readme","_id":"request@2.67.0","_shasum":"8af74780e2bf11ea0ae9aa965c11f11afd272742","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"8af74780e2bf11ea0ae9aa965c11f11afd272742","tarball":"https://registry.npmjs.org/request/-/request-2.67.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"directories":{}},"2.68.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.68.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","bl":"~1.0.0","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","har-validator":"~2.0.6","hawk":"~3.1.0","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.0","qs":"~6.0.2","stringstream":"~0.0.4","tough-cookie":"~2.2.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"aws4":"^1.2.1","bluebird":"^3.0.2","browserify":"^13.0.0","browserify-istanbul":"^0.1.5","buffer-equal":"^1.0.0","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"1.10.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^0.13.10","karma-browserify":"^4.4.0","karma-cli":"^0.1.1","karma-coverage":"^0.5.3","karma-phantomjs-launcher":"^0.1.4","karma-tap":"^1.0.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0"},"gitHead":"ce6c69faee2dd2a3d2d23f3d20532ff025da3a42","homepage":"https://github.com/request/request#readme","_id":"request@2.68.0","_shasum":"35fe6a5cd184393a477c95b0725604d822fb9105","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"35fe6a5cd184393a477c95b0725604d822fb9105","tarball":"https://registry.npmjs.org/request/-/request-2.68.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"directories":{}},"2.69.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.69.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","bl":"~1.0.0","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","har-validator":"~2.0.6","hawk":"~3.1.0","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.0","qs":"~6.0.2","stringstream":"~0.0.4","tough-cookie":"~2.2.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.0.2","browserify":"^13.0.0","browserify-istanbul":"^0.1.5","buffer-equal":"^1.0.0","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"1.10.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^0.13.10","karma-browserify":"^4.4.0","karma-cli":"^0.1.1","karma-coverage":"^0.5.3","karma-phantomjs-launcher":"^0.1.4","karma-tap":"^1.0.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0"},"gitHead":"1c2fb40c74efb4f706f350a78dbd5e58fe913af3","homepage":"https://github.com/request/request#readme","_id":"request@2.69.0","_shasum":"cf91d2e000752b1217155c005241911991a2346a","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"cf91d2e000752b1217155c005241911991a2346a","tarball":"https://registry.npmjs.org/request/-/request-2.69.0.tgz"},"directories":{}},"2.70.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.70.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","bl":"~1.1.2","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.1.0","stringstream":"~0.0.4","tough-cookie":"~2.2.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^12.0.2","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^0.13.10","karma-browserify":"^5.0.1","karma-cli":"^0.1.1","karma-coverage":"^0.5.3","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^1.0.3","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0"},"gitHead":"bc781cb49aafedb057719e8b1eb7850979688a85","homepage":"https://github.com/request/request#readme","_id":"request@2.70.0","_shasum":"7ecf8437d6fb553e92e2981a411b9ee2aadd7cce","_from":".","_npmVersion":"3.8.5","_nodeVersion":"5.9.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"7ecf8437d6fb553e92e2981a411b9ee2aadd7cce","tarball":"https://registry.npmjs.org/request/-/request-2.70.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/request-2.70.0.tgz_1459850846109_0.8679330893792212"},"directories":{}},"2.71.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.71.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","bl":"~1.1.2","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.1.0","stringstream":"~0.0.4","tough-cookie":"~2.2.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^12.0.2","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^0.13.10","karma-browserify":"^5.0.1","karma-cli":"^0.1.1","karma-coverage":"^0.5.3","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^1.0.3","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0"},"gitHead":"25b3ea86c330eb68a68ffe332c4002107a3d6272","homepage":"https://github.com/request/request#readme","_id":"request@2.71.0","_shasum":"6f14643c9c5a67caee6a95cf8ef0477d5603bd91","_from":".","_npmVersion":"3.8.5","_nodeVersion":"5.9.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"6f14643c9c5a67caee6a95cf8ef0477d5603bd91","tarball":"https://registry.npmjs.org/request/-/request-2.71.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/request-2.71.0.tgz_1460466575069_0.2864116954151541"},"directories":{}},"2.72.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.72.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","bl":"~1.1.2","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc3","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.1.0","stringstream":"~0.0.4","tough-cookie":"~2.2.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^12.0.2","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov.io":"^0.1.6","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^0.13.10","karma-browserify":"^5.0.1","karma-cli":"^0.1.1","karma-coverage":"^0.5.3","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^1.0.3","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.2.0","taper":"^0.4.0"},"gitHead":"6dcac13642955577592fdafb5ff3cdc8a6ff1b1b","homepage":"https://github.com/request/request#readme","_id":"request@2.72.0","_shasum":"0ce3a179512620b10441f14c82e21c12c0ddb4e1","_from":".","_npmVersion":"3.8.5","_nodeVersion":"5.9.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"0ce3a179512620b10441f14c82e21c12c0ddb4e1","tarball":"https://registry.npmjs.org/request/-/request-2.72.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/request-2.72.0.tgz_1460901215210_0.9173020373564214"},"directories":{}},"2.73.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.73.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","bl":"~1.1.2","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc4","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.2.0","stringstream":"~0.0.4","tough-cookie":"~2.2.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^1.0.3","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.4.0"},"gitHead":"fa46be421b165c737c93672a8f920245cfb090a2","homepage":"https://github.com/request/request#readme","_id":"request@2.73.0","_shasum":"5f78a9fde4370abc8ff6479d7a84a71a14b878a2","_from":".","_npmVersion":"2.15.6","_nodeVersion":"6.2.2","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"5f78a9fde4370abc8ff6479d7a84a71a14b878a2","tarball":"https://registry.npmjs.org/request/-/request-2.73.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/request-2.73.0.tgz_1468050202545_0.40326908184215426"},"directories":{}},"2.74.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.74.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","bl":"~1.1.2","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~1.0.0-rc4","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.2.0","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^2.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.4.0"},"gitHead":"76e82351cbc21049441b1763c6f2bbd504fa8f5a","homepage":"https://github.com/request/request#readme","_id":"request@2.74.0","_shasum":"7693ca768bbb0ea5c8ce08c084a45efa05b892ab","_from":".","_npmVersion":"2.15.6","_nodeVersion":"6.2.2","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"7693ca768bbb0ea5c8ce08c084a45efa05b892ab","tarball":"https://registry.npmjs.org/request/-/request-2.74.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/request-2.74.0.tgz_1469231082306_0.13140005595050752"},"directories":{}},"2.75.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.75.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","bl":"~1.1.2","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.0.0","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.2.0","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.4.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"e9f09c2832073858d6d988ba82a2895f36efa92d","homepage":"https://github.com/request/request#readme","_id":"request@2.75.0","_shasum":"d2b8268a286da13eaa5d01adf5d18cc90f657d93","_from":".","_npmVersion":"2.15.9","_nodeVersion":"6.5.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"d2b8268a286da13eaa5d01adf5d18cc90f657d93","tarball":"https://registry.npmjs.org/request/-/request-2.75.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/request-2.75.0.tgz_1474151606844_0.8052814984694123"},"directories":{}},"2.76.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.76.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">=0.8.0"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.1.1","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.3.0","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.4.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"7e873863803817d321dbc994d3eff943cde42ac7","homepage":"https://github.com/request/request#readme","_id":"request@2.76.0","_shasum":"be44505afef70360a0436955106be3945d95560e","_from":".","_npmVersion":"2.15.9","_nodeVersion":"6.5.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"be44505afef70360a0436955106be3945d95560e","tarball":"https://registry.npmjs.org/request/-/request-2.76.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/request-2.76.0.tgz_1477385874691_0.41635931469500065"},"directories":{}},"2.77.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.77.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">= 4"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.1.1","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.3.0","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.4.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"8d534217a9411053e40885120696515c1bee0673","homepage":"https://github.com/request/request#readme","_id":"request@2.77.0","_shasum":"2b00d82030ededcc97089ffa5d8810a9c2aa314b","_from":".","_npmVersion":"2.15.9","_nodeVersion":"6.5.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"2b00d82030ededcc97089ffa5d8810a9c2aa314b","tarball":"https://registry.npmjs.org/request/-/request-2.77.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/request-2.77.0.tgz_1478171877374_0.7896335965488106"},"directories":{}},"2.78.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.78.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">= 4"},"main":"index.js","dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.1.1","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","node-uuid":"~1.4.7","oauth-sign":"~0.8.1","qs":"~6.3.0","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"~0.4.1"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.4.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"d4a68e9b64979f388c204f5d957e366878262340","homepage":"https://github.com/request/request#readme","_id":"request@2.78.0","_shasum":"e1c8dec346e1c81923b24acdb337f11decabe9cc","_from":".","_npmVersion":"2.15.9","_nodeVersion":"6.5.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"e1c8dec346e1c81923b24acdb337f11decabe9cc","tarball":"https://registry.npmjs.org/request/-/request-2.78.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/request-2.78.0.tgz_1478180284881_0.7387848466169089"},"directories":{}},"2.79.0":{"name":"request","description":"Simplified HTTP request client.","tags":["http","simple","util","utility"],"version":"2.79.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">= 4"},"main":"index.js","files":["lib/","index.js","request.js"],"dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","caseless":"~0.11.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.1.1","har-validator":"~2.0.6","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","oauth-sign":"~0.8.1","qs":"~6.3.0","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"~0.4.1","uuid":"^3.0.0"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.5.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"ff729c6f1a87237060d075908563ce13386395ac","homepage":"https://github.com/request/request#readme","_id":"request@2.79.0","_shasum":"4dfe5bf6be8b8cdc37fcf93e04b65577722710de","_from":".","_npmVersion":"2.15.9","_nodeVersion":"6.3.1","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"4dfe5bf6be8b8cdc37fcf93e04b65577722710de","tarball":"https://registry.npmjs.org/request/-/request-2.79.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/request-2.79.0.tgz_1479489666177_0.7806831058114767"},"directories":{}},"2.80.0":{"name":"request","description":"Simplified HTTP request client.","keywords":["http","simple","util","utility"],"version":"2.80.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">= 4"},"main":"index.js","files":["lib/","index.js","request.js"],"dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","caseless":"~0.12.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.1.1","har-validator":"~4.2.0","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","oauth-sign":"~0.8.1","performance-now":"^0.2.0","qs":"~6.3.0","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"~0.4.1","uuid":"^3.0.0"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.5.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"f422111e0bc44e065a7b15e243748b59d5e99e33","homepage":"https://github.com/request/request#readme","_id":"request@2.80.0","_shasum":"8cc162d76d79381cdefdd3505d76b80b60589bd0","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"8cc162d76d79381cdefdd3505d76b80b60589bd0","tarball":"https://registry.npmjs.org/request/-/request-2.80.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/request-2.80.0.tgz_1488602560726_0.9356375557836145"},"directories":{}},"2.81.0":{"name":"request","description":"Simplified HTTP request client.","keywords":["http","simple","util","utility"],"version":"2.81.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">= 4"},"main":"index.js","files":["lib/","index.js","request.js"],"dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","caseless":"~0.12.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.1.1","har-validator":"~4.2.1","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","oauth-sign":"~0.8.1","performance-now":"^0.2.0","qs":"~6.4.0","safe-buffer":"^5.0.1","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"^0.6.0","uuid":"^3.0.0"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.5.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"a0cdc704c19e63e6f1740e173bb003c51eef524c","homepage":"https://github.com/request/request#readme","_id":"request@2.81.0","_shasum":"c6928946a0e06c5f8d6f8a9333469ffda46298a0","_from":".","_npmVersion":"2.15.11","_nodeVersion":"7.2.1","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"c6928946a0e06c5f8d6f8a9333469ffda46298a0","tarball":"https://registry.npmjs.org/request/-/request-2.81.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/request-2.81.0.tgz_1489075005134_0.036041518207639456"},"directories":{}}},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"time":{"modified":"2017-07-22T20:32:55.223Z","created":"2011-01-22T00:36:12.640Z","0.10.0":"2011-01-22T00:36:12.640Z","0.8.3":"2011-01-22T00:36:12.640Z","0.9.0":"2011-01-22T00:36:12.640Z","0.9.1":"2011-01-22T00:36:12.640Z","0.9.5":"2011-01-22T00:36:12.640Z","1.0.0":"2011-01-22T00:36:12.640Z","1.1.0":"2011-01-23T01:14:46.626Z","1.1.1":"2011-01-23T01:38:57.823Z","1.2.0":"2011-01-30T22:05:41.553Z","1.9.0":"2011-02-11T00:10:06.903Z","1.9.1":"2011-03-22T18:07:16.344Z","1.9.2":"2011-03-22T18:29:21.464Z","1.9.3":"2011-03-22T18:32:57.223Z","1.9.5":"2011-03-27T22:30:25.139Z","1.9.7":"2011-06-23T17:36:13.839Z","1.9.8":"2011-06-23T21:15:20.971Z","1.9.9":"2011-07-21T02:03:21.081Z","2.0.0":"2011-07-21T21:10:38.897Z","2.0.1":"2011-07-21T22:22:13.282Z","2.0.2":"2011-07-29T20:48:36.410Z","2.0.3":"2011-08-12T23:16:25.100Z","2.0.4":"2011-08-13T21:28:21.109Z","2.0.5":"2011-08-13T21:46:39.966Z","2.1.0":"2011-08-15T04:03:17.126Z","2.1.1":"2011-08-23T03:59:30.206Z","2.2.0":"2011-11-06T01:40:00.212Z","2.2.5":"2011-11-17T06:35:04.405Z","2.2.6":"2011-12-01T07:38:36.311Z","2.2.9":"2011-12-01T08:39:41.637Z","2.9.0":"2011-12-28T00:47:33.584Z","2.9.1":"2011-12-28T01:02:20.539Z","2.9.2":"2011-12-28T01:04:02.634Z","2.9.3":"2011-12-28T01:49:19.797Z","2.9.100":"2012-01-20T21:25:15.722Z","2.9.150":"2012-02-24T17:53:29.835Z","2.9.151":"2012-02-24T23:08:55.848Z","2.9.152":"2012-02-25T20:55:24.387Z","2.9.153":"2012-03-01T23:43:34.140Z","2.9.200":"2012-04-08T00:41:38.386Z","2.9.201":"2012-04-12T17:44:37.172Z","2.9.202":"2012-04-14T01:48:20.232Z","2.9.203":"2012-06-28T19:58:58.857Z","2.10.0":"2012-08-01T20:56:37.322Z","2.11.0":"2012-08-29T19:18:28.340Z","2.11.1":"2012-09-04T15:20:46.781Z","2.11.2":"2012-09-17T19:19:33.839Z","2.11.3":"2012-09-17T19:20:14.479Z","2.11.4":"2012-09-17T19:34:20.945Z","2.12.0":"2012-11-09T21:49:57.215Z","2.14.0":"2013-02-19T23:53:42.323Z","2.16.0":"2013-03-13T17:48:37.937Z","2.16.2":"2013-03-13T20:46:28.455Z","2.16.4":"2013-03-18T19:16:10.266Z","2.16.6":"2013-03-18T22:48:42.025Z","2.18.0":"2013-04-22T15:53:37.983Z","2.19.0":"2013-04-22T16:48:30.477Z","2.20.0":"2013-04-22T21:49:15.616Z","2.21.0":"2013-04-30T21:28:44.759Z","2.22.0":"2013-07-05T17:12:48.170Z","2.23.0":"2013-07-23T02:45:03.153Z","2.24.0":"2013-07-23T20:51:33.068Z","2.25.0":"2013-07-23T21:51:30.696Z","2.26.0":"2013-08-07T16:31:07.773Z","2.27.0":"2013-08-15T21:30:34.410Z","2.28.0":"2013-12-04T19:42:46.371Z","2.29.0":"2013-12-06T20:05:35.433Z","2.30.0":"2013-12-13T19:17:56.851Z","2.31.0":"2014-01-08T02:57:12.510Z","2.32.0":"2014-01-16T19:33:18.069Z","2.33.0":"2014-01-16T19:48:02.613Z","2.34.0":"2014-02-18T19:35:27.908Z","2.35.0":"2014-05-17T20:56:43.641Z","2.36.0":"2014-05-19T20:58:14.683Z","2.37.0":"2014-07-07T17:24:45.290Z","2.38.0":"2014-07-22T13:44:48.332Z","2.39.0":"2014-07-24T02:20:50.881Z","2.40.0":"2014-08-06T18:29:34.302Z","2.41.0":"2014-09-04T20:36:17.279Z","2.42.0":"2014-09-04T22:24:16.945Z","2.43.0":"2014-09-18T10:51:34.944Z","2.44.0":"2014-09-18T10:53:09.149Z","2.45.0":"2014-10-06T00:06:02.756Z","2.46.0":"2014-10-23T16:34:08.339Z","2.47.0":"2014-10-26T23:52:13.024Z","2.48.0":"2014-11-12T17:08:56.247Z","2.49.0":"2014-11-28T18:12:39.597Z","2.50.0":"2014-12-09T15:36:36.588Z","2.51.0":"2014-12-10T15:08:10.339Z","2.52.0":"2015-02-02T00:58:58.406Z","2.53.0":"2015-02-02T16:09:19.191Z","2.54.0":"2015-03-24T22:01:04.401Z","2.55.0":"2015-04-05T04:24:35.395Z","2.56.0":"2015-05-28T18:03:06.887Z","2.57.0":"2015-05-31T19:04:35.520Z","2.58.0":"2015-06-16T11:28:02.894Z","2.59.0":"2015-07-20T08:49:43.418Z","2.60.0":"2015-07-21T12:29:31.604Z","2.61.0":"2015-08-19T15:39:45.178Z","2.62.0":"2015-09-15T08:23:47.863Z","2.63.0":"2015-09-21T14:00:39.341Z","2.64.0":"2015-09-25T12:21:27.306Z","2.65.0":"2015-10-11T18:04:53.725Z","2.66.0":"2015-11-18T10:07:33.695Z","2.67.0":"2015-11-19T07:45:48.220Z","2.68.0":"2016-01-27T16:20:27.766Z","2.69.0":"2016-01-27T19:00:03.126Z","2.70.0":"2016-04-05T10:07:28.642Z","2.71.0":"2016-04-12T13:09:36.572Z","2.72.0":"2016-04-17T13:53:37.912Z","2.73.0":"2016-07-09T07:43:25.258Z","2.74.0":"2016-07-22T23:44:44.438Z","2.75.0":"2016-09-17T22:33:28.885Z","2.76.0":"2016-10-25T08:57:56.992Z","2.77.0":"2016-11-03T11:17:58.147Z","2.78.0":"2016-11-03T13:38:05.614Z","2.79.0":"2016-11-18T17:21:08.710Z","2.80.0":"2017-03-04T04:42:42.782Z","2.81.0":"2017-03-09T15:56:47.595Z"},"users":{"9137":true,"285858315":true,"291296283":true,"isaacs":true,"thejh":true,"substack":true,"mvolkmann":true,"tmpvar":true,"temsa":true,"linus":true,"vasc":true,"guybrush":true,"bat":true,"mbrevoort":true,"dodo":true,"kevinohara80":true,"dshaw":true,"brainss":true,"tblobaum":true,"pureppl":true,"dolphin278":true,"xjamundx":true,"fflores":true,"tellnes":true,"alexindigo":true,"coiscir":true,"fgribreau":true,"hyq":true,"tylerstalder":true,"gillesruppert":true,"maff":true,"jswartwood":true,"drudge":true,"m42am":true,"cpsubrian":true,"maxogden":true,"lobo":true,"shama":true,"hij1nx":true,"buritica":true,"vicapow":true,"jackhq":true,"bhurlow":true,"gimenete":true,"ehershey":true,"luk":true,"ljharb":true,"booyaa":true,"hortinstein":true,"megadrive":true,"lupomontero":true,"jpillora":true,"dbrockman":true,"nrn":true,"srl":true,"maxmaximov":true,"meryn":true,"nickleefly":true,"zonetti":true,"cparker15":true,"jfromaniello":true,"dubban":true,"antonnguyen":true,"irae":true,"coroneos":true,"paullang":true,"igorissen":true,"zaphod1984":true,"nak2k":true,"raitucarp":true,"cuprobot":true,"sehrgut":true,"dknell":true,"everywhere.js":true,"svmatthews":true,"blalor":true,"kubakubula":true,"pana":true,"spekkionu":true,"mhaidarh":true,"einfallstoll":true,"denisix":true,"cedrickchee":true,"claveren":true,"deepakkapoor":true,"bredele":true,"thomas-so":true,"fiveisprime":true,"paulomcnally":true,"mananvaghasiya":true,"themiddleman":true,"alanshaw":true,"jacques":true,"vegera":true,"patmcc":true,"bannerbschafer":true,"drosado":true,"coalman":true,"cilindrox":true,"huoshaolin":true,"bezoerb":true,"gloddy":true,"mabotech":true,"gustavorps":true,"rrobayna":true,"alex-skakun":true,"crewmoss":true,"strathausen":true,"dino_su":true,"shoyer":true,"zeusdeux":true,"esundahl":true,"xicombd":true,"qinshulei":true,"evkline":true,"horaci":true,"tarcio":true,"roboterhund87":true,"jdcauley":true,"juancarloscruzd":true,"biggora":true,"obihann":true,"mamsori":true,"funroll":true,"maxzhang":true,"nchmouli":true,"niccai":true,"gabeio":true,"kola":true,"pdilyard":true,"magemagic":true,"geerlingguy":true,"mmierswa":true,"skilbjo":true,"legacy":true,"hibrahimsafak":true,"runningtalus":true,"lucthev":true,"gabeno":true,"patrickpietens":true,"fanchangyong":true,"soc":true,"eugen814":true,"raphael_vogel":true,"alexu84":true,"axelav":true,"alekzzz":true,"jbdoumenjou":true,"shen-weizhong":true,"tmn":true,"boneskull":true,"chaowi":true,"zckrs":true,"dlion":true,"djbrandl":true,"edalorzo":true,"scull7":true,"stanzheng":true,"robertwarrengilmore":true,"projectweekend":true,"hourdays":true,"kahboom":true,"bmpvieira":true,"joshmu":true,"davidrlee":true,"dabielf":true,"dizlexik":true,"travelingtechguy":true,"dutchmansa":true,"josephdavisco":true,"thitinun":true,"pilsy":true,"tchey":true,"old9":true,"ttsuchiya":true,"kappuccino":true,"tmypawa":true,"tonijz":true,"sakatam":true,"makediff":true,"dofy":true,"matteospampani":true,"dercoder":true,"s-konrad":true,"corefive":true,"jmorris":true,"ajohnstone":true,"antongorodezkiy":true,"nikunjchapadia":true,"atd":true,"jdorfman":true,"tommyjs7":true,"sironfoot":true,"arthanzel":true,"yourhoneysky":true,"afc163":true,"fill":true,"jsolis":true,"ruiquelhas":true,"kxbrand":true,"mderrier":true,"mythern":true,"buhaiqing":true,"aristo_sh":true,"jonathandion":true,"thebearingedge":true,"t1st3":true,"jits":true,"tcauduro":true,"shieldax":true,"rodfernandez":true,"umuplus":true,"mtscout6":true,"dennisgnl":true,"guumaster":true,"dilterporto":true,"karmadude":true,"gonzalofj":true,"cath":true,"antoine-richard":true,"memoramirez":true,"mnova":true,"alex.hortopan":true,"kobs":true,"denmerc":true,"xsmallbird":true,"johno":true,"jnath":true,"richard.webb":true,"rmlewisuk":true,"tinyproxy":true,"diosney":true,"lbrentcarpenter":true,"raidou":true,"macrotea":true,"trycatch9264":true,"joshwyatt":true,"hugesuccess":true,"drscript":true,"l0n9h02n":true,"aksalj":true,"hartzis":true,"crissdev":true,"drmrbrewer":true,"tjwebb":true,"dgarlitt":true,"andrelion":true,"woverton":true,"paulpdaniels":true,"deide":true,"mhat":true,"avinashkoyyana":true,"jprempeh":true,"capaj":true,"foobarjs":true,"incar":true,"raabbajam":true,"jgubo":true,"knight-of-design":true,"flockonus":true,"pensierinmusica":true,"nleblanc88":true,"ryanj":true,"swak":true,"mihaiv":true,"bam5":true,"themanspeaker":true,"cgfeel":true,"engleek":true,"kasperstuck":true,"moxiaohe":true,"omgbbqhax":true,"porkbits":true,"thorsson":true,"vmichalak":true,"irfan3":true,"rgraves90":true,"ikoala":true,"kenjisan4u":true,"phette23":true,"yeahoffline":true,"lixt07":true,"tomas-sereikis":true,"fyockm":true,"benlinhuo":true,"eterna2":true,"yvanscher":true,"thomask33":true,"itsnotvalid":true,"mr.d":true,"chzhewl":true,"cdokolas":true,"alexandermac":true,"daviddias":true,"funzzz":true,"gaafar":true,"jlord":true,"elliotchong":true,"io2work":true,"csbun":true,"pillar0514":true,"f124275809":true,"meme":true,"helpfulhuman":true,"nsue":true,"ihatehandles":true,"chrisdevwords":true,"stuligan":true,"pedroparra":true,"gdbtek":true,"ronder":true,"xavierharrell":true,"jsumners":true,"dewang-mistry":true,"jaggedsoft":true,"givan":true,"valeriu-zdrobau":true,"markthethomas":true,"haeck":true,"ccxsungodzzx":true,"ccyll":true,"canibal":true,"phoenix-xsy":true,"ferrari":true,"legiao":true,"akashgupta":true,"adamlu":true,"markusgattol":true,"jokeyrhyme":true,"zolern":true,"darkowlzz":true,"thunsaker":true,"noisypixy":true,"evanlovely":true,"anmol1771":true,"semencov":true,"gregjopa":true,"vchouhan":true,"roberkules":true,"noddycha":true,"joshmili":true,"kulakowka":true,"marco.jahn":true,"justintormey":true,"hlpetway":true,"leonning":true,"dbarth":true,"fwhenin":true,"florianbellazouz":true,"sahilsk":true,"decaylala":true,"j3kz":true,"21xhipster":true,"ericlondon":true,"alejcerro":true,"samhou1988":true,"goblindegook":true,"plord":true,"jackvial":true,"seanjh":true,"huytard":true,"harutlc":true,"rugare":true,"arefm":true,"kyx":true,"sasquatch":true,"edin-m":true,"alxe.master":true,"jmm23":true,"subchen":true,"dongxu":true,"epuigvros":true,"rbartoli":true,"rodrigo-medeiros":true,"zambon":true,"nataliaw":true,"baishuiz":true,"josuehenry14":true,"robermac":true,"sm0ck1":true,"jmshahen":true,"itonyyo":true,"trotyl":true,"basharmadi":true,"icirellik":true,"erincinci":true,"ruchirgodura":true,"goodseller":true,"ftornik":true,"nicolasmccurdy":true,"tkhemani":true,"jerkovicl":true,"mjwilliams":true,"louxiaojian":true,"alexkval":true,"frankg":true,"codefoster":true,"leonardorb":true,"temasm":true,"kai_":true,"zwap":true,"yoshimaa-tricot":true,"mrmartineau":true,"ph3nx":true,"keycdn":true,"davepoon":true,"yjsosa":true,"dac2205":true,"dna2go":true,"tmcguire":true,"thewolff":true,"batosai":true,"intuitivcloud":true,"jonatasnona":true,"sua":true,"iamwiz":true,"joemdavis":true,"staraple":true,"jasoncmcg":true,"cycomachead":true,"chriscalo":true,"dolymood":true,"mr_eaze":true,"sanketss84":true,"shriek":true,"qqqppp9998":true,"steel1990":true,"naij":true,"godion":true,"chrisscastaneda":true,"rizowski":true,"elessarkrin":true,"programmingpearls":true,"jesusgoku":true,"ergunozyurt":true,"elidiaz":true,"ezcabrera":true,"xieranmaya":true,"elidiazgt":true,"buzuli":true,"mondalaci":true,"gyaresu":true,"favasconcelos":true,"glebec":true,"thepanuto":true,"cdll":true,"jasonlotito":true,"mortiy":true,"incendiary":true,"ryuchihoon":true,"leejefon":true,"huacnlee":true,"pigram":true,"thecodeparadox":true,"vladan":true,"liulei224":true,"marcelotrad":true,"fkamani":true,"garrickajo":true,"cestrensem":true,"n370":true,"zhen":true,"matteo.collina":true,"satoyami":true,"italoacasas":true,"cl1ck":true,"asawq2006":true,"davidchubbs":true,"antixrist":true,"chiefy":true,"adamkdean":true,"reportbase":true,"pcac":true,"plusman":true,"kauegimenes":true,"sunny.zhouy":true,"donvercety":true,"devmoreno":true,"axelstudios":true,"andr":true,"makenova":true,"ghalvatzakis":true,"michelmelo":true,"san4osq":true,"hal9zillion":true,"erikvold":true,"mariod3w":true,"dustinphipps":true,"polarisjunior":true,"akiva":true,"rafaelsampaio":true,"lcsrinaldi":true,"nof1000":true,"maxime1992":true,"fmoliveira":true,"sjnnr":true,"feedm3":true,"louisyeh":true,"jamesmgreene":true,"famousgarkin":true,"gztomas":true,"nice_body":true,"wzbg":true,"fangleen":true,"svgkrishnamurthy":true,"jeffb_incontact":true,"rsmccloskey":true,"mirkogelsomini":true,"montyanderson":true,"stretchgz":true,"mkomigor":true,"antouank":true,"aolu11":true,"drewigg":true,"yi":true,"dwayneford":true,"jinmatt":true,"jbpionnier":true,"tunght13488":true,"softwind":true,"jakemiller":true,"mktj":true,"fotooo":true,"aaronchan":true,"karlbateman":true,"matiasmarani":true,"oleynikd":true,"mihaur":true,"lionet":true,"mikend":true,"chinaqstar":true,"centiball":true,"wangnan0610":true,"decoda":true,"aahz":true,"ocd_lionel":true,"jovenbarola":true,"matthewbauer":true,"arnoldstoba":true,"mpmckenna8":true,"coockoo":true,"northsun":true,"mapaiva":true,"demoive":true,"mamalat":true,"sinisterstuf":true,"pdedkov":true,"robur":true,"qlqllu":true,"shakakira":true,"yassinesania":true,"nketchum":true,"dreamineering":true,"acollins-ts":true,"edloidas":true,"lova":true,"halyph":true,"isaacvitor":true,"chriskinsman":true,"karlbright":true,"mjurincic":true,"onelaview":true,"lherediawoodward":true,"ruyadorno":true,"makay":true,"jota":true,"davequick":true,"ral.amgstromg":true,"nonemoticoner":true,"panlw":true,"davidrapin":true,"rollingtester":true,"kparkov":true,"aitorllj93":true,"sky3r":true,"shanemileham":true,"as0n":true,"dglanzmann":true,"scottkay":true,"l8niteowl":true,"wkaifang":true,"jonnymaceachern":true,"landry_soules":true,"waitfish":true,"perrywu":true,"alectic":true,"gamr":true,"liushoukai":true,"glab":true,"mikemimik":true,"luckyulin":true,"asfaltboy":true,"panoptican":true,"zetay":true,"sakai135":true,"brad-christie":true,"kobleistvan":true,"crazyjingling":true,"456wyc":true,"hckhanh":true,"andrew.medvedev":true,"austinkeeley":true,"johnny.young":true,"zfkun":true,"nalindak":true,"fatelei":true,"xngiser":true,"vbv":true,"sakthiifnotec":true,"sigkill(9)":true,"zhoutk":true,"rainnwind":true,"pandao":true,"ugarz":true,"vwal":true,"unitetheclans":true,"jasonxu":true,"ismailismail":true,"maur1th":true,"fedor":true,"sopepos":true,"xtiawy":true,"yuxin":true,"xgheaven":true,"piyushmakhija":true,"liweifeng":true,"roman.kirian":true,"telco2011":true,"xenohunter":true,"js3692":true,"caboosesw":true,"koulmomo":true,"sean9999":true,"bracketdash":true,"drj":true,"nickeljew":true,"carlosvillademor":true,"makhmurov":true,"jacobswain":true,"mmatto":true,"saravananr":true,"sammyteahan":true,"ahsanshafiq":true,"leahcimic":true,"tomjamescn":true,"m80126colin":true,"demian85":true,"vboctor":true,"enriched":true,"sparkrico":true,"mikewesthad":true,"michaeldegroot":true,"algonzo":true,"jrnail23":true,"itskdk":true,"shaner":true,"kcando":true,"scaffrey":true,"cfleschhut":true,"fleischer":true,"jtsky":true,"tobiasnickel":true,"flozz":true,"smedegaard":true,"lezyeoh":true,"ryandu":true,"dubbya":true,"curioussavage":true,"dyaa":true,"robnov":true,"iancrowther":true,"animustechnology":true,"greenbie":true,"anypossible.w":true,"oheard":true,"arleytriana":true,"superchenney":true,"mark12433":true,"conantonakos":true,"bhenav":true,"novalu":true,"kbakba":true,"sariss":true,"dexteryy":true,"dkannan":true,"alca":true,"freesuraj":true,"octetstream":true,"njnesterov":true,"evanyeung":true,"heyun":true,"xu_q90":true,"demod":true,"hckrmoon":true,"qqcome110":true,"egantz":true,"michael-f":true,"djamseed":true,"benjaminaaron":true,"qddegtya":true,"pirmax":true,"vasz":true,"hex20dec":true,"djk":true,"lgh06":true,"alcovegan":true,"jcasey214":true,"ray_ye":true,"demopark":true,"gvn":true,"momepukku":true,"nukisman":true,"willhumphreys":true,"chiefford":true,"nicomf1982":true,"ssljivic":true,"lucachaves":true,"designbymind":true,"adrian.arroyocalle":true,"threeputted":true,"joannerpena":true,"gavinning":true,"philard":true,"coalesce":true,"fgarrido":true,"digitalextremist":true,"foto":true,"brend":true,"bnu":true,"supersephy":true,"lijinghust":true,"ghkddbguse":true,"roman-io":true,"arttse":true,"xufz":true,"geooogle":true,"gregl83":true,"panos277":true,"toby_reynold":true,"ayoungh":true,"gearcraft1":true,"annesrinivas":true,"lakipatel":true,"imd92":true,"sammok2003":true,"aliemre":true,"werninator":true,"jensnilsson":true,"orit":true,"gigerlin":true,"chris.ch86":true,"ernst-eiswuerfel":true,"jyounce":true,"klombomb":true,"nosthertus":true,"gurunate":true,"ngpixel":true,"wesleyr":true,"echaouchna":true,"kevteljeur":true,"podow":true,"housecor":true,"djjaron":true,"trtrojo":true,"elussich":true,"jasonwang1888":true,"diegorbaquero":true,"katy":true,"ivangaravito":true,"deubaka":true,"amdsouza92":true,"ayyash":true,"aaronsaray":true,"antonmyrzak":true,"tonyljl526":true,"arty.name":true,"mseminatore":true,"dainov":true,"clarenceho":true,"shawndsouza":true,"diwushi33":true,"coolhanddev":true,"garustar":true,"spacerockzero":true,"walkerbe":true,"sternelee":true,"janggomgeun":true,"ifeature":true,"jasonbourne":true,"xlaoyu":true,"zick":true,"ibio":true,"roccomuso":true,"jtrh":true,"dongguangming":true,"craiem":true,"sobralia":true,"ions":true,"jlmorgan":true,"heyimeugene":true,"ha006":true,"ericholiveira":true,"o1lab":true,"tin-lek":true,"obouchari":true,"sanchezjjose":true,"wangshijun":true,"syaning":true,"djeck":true,"henrytseng":true,"arkanciscan":true,"kaerimichi":true,"ekmpls":true,"roxnz":true,"maurogestoso":true,"rugoals":true,"sunkeyhub":true,"subying":true,"errhunter":true,"tenshi":true,"pmasa":true,"biozdilek":true,"justcode247":true,"chinmay2893":true,"boto":true,"fnouama":true,"vonthar":true,"segen":true,"maykonlf":true,"vitali.doudko":true,"brandonb927":true,"ramzesucr":true,"crowelch":true,"windupdurb":true,"bourne":true,"duskalbatross":true,"shekharreddy":true,"scytalezero":true,"christopherritter":true,"bcipriano":true,"zuizuihao":true,"binarymax":true,"bbcaptain":true,"interlock":true,"kissyid":true,"rbecheras":true,"fm-96":true,"eklem":true,"leon740727":true,"luismoramedina":true,"rochejul":true,"hoibatpham":true,"x0000ff":true,"panzy":true,"rocket0191":true,"liugc":true,"hain":true,"james3299":true,"mosario":true,"mistkafka":true,"cultivatedops":true,"lenrok258":true,"iori20091101":true,"roryrjb":true,"mattmcfarland":true,"brpaz":true,"dmdnkv":true,"creativ073":true,"programmer.severson":true,"almgwary":true,"floriannagel":true,"largepuma":true,"a_dent":true,"mluberry":true,"lassevolkmann":true,"program247365":true,"azhsetiawan":true,"larryteal":true,"itsakt":true,"i.vispyanskiy":true,"samersm":true,"luhalvesbr":true,"lorenazohar":true,"jamesbedont":true,"bad-coder":true,"szymex73":true,"marsking":true,"gilt-tech":true,"meganekick":true,"n0f3":true,"rajikaimal":true,"kthjm":true,"evegreen":true,"joshuadavidson":true,"stjohn3d":true,"kekdude":true,"tujiaw":true,"ivan.marquez":true,"zanner":true,"cambera":true,"akarem":true,"vot":true,"apopek":true,"yoking":true,"i-erokhin":true,"lgatica":true,"moueza":true,"stephenhuh":true,"katsos":true,"azevedo":true,"rhaynel":true,"xwy5201314":true,"abuelwafa":true,"rockedpanda":true,"skytreasure":true,"knoja4":true,"rebolon":true,"firerishi":true,"blackmiaool":true,"troygizzi":true,"jmsherry":true,"filmplane":true,"crodas":true,"nate-river":true,"huangkerui":true,"hyokosdeveloper":true,"xsdc":true,"frankl83":true,"acmeid":true,"boogy":true,"olonam":true,"kevbaker":true,"ahmed-dinar":true,"slmcassio":true,"kizzlebot":true,"luizmds":true,"kriget":true,"craigpatten":true,"waitstone":true,"aodreman":true,"krabello":true,"timzero":true,"quafoo":true,"miezoy":true,"djviolin":true,"tedyhy":true,"hema":true,"mr-smiley":true,"koooge":true,"kamikazechaser":true,"jerrywu12":true,"cain.chu":true,"fsepulveda":true,"prbsas":true,"notdom":true,"carlosgrossi":true,"dburdese":true,"jackishere":true,"brucehem":true,"jricardoprog":true,"fenrir":true,"huigezong":true,"geduardcatalin":true,"ziflex":true,"volodymyr.sichka":true,"ahvonenj":true,"mojaray2k":true,"ronchi":true,"flaxbin":true,"min85da":true,"dzhou777":true,"vexster":true,"lenine":true,"davidnyhuis":true,"langri-sha":true,"caffellatte":true,"gameknife":true,"cetincem":true,"leizongmin":true,"natsuko":true,"vasiltehanov":true,"helrod":true,"alexey-mish":true,"axelniklasson":true,"joshberg":true,"adamdreszer":true,"tunjos":true,"krishna_kandula":true,"jon_shen":true,"shanewholloway":true,"mattbodman":true,"princetoad":true,"mrbgit":true,"zhanghao-web":true,"vishwasc":true,"youzaiyouzai666":true,"rylan_yan":true,"manikantag":true,"trendoid":true,"josealmeida":true,"rangzf":true,"feferonka":true,"code_monk":true,"dcriori":true,"ealen":true,"ahmetertem":true,"suncn":true,"tsyue":true,"tangweikun":true,"ulongx":true,"samobo":true,"edwingeng":true,"logiclabs":true,"izzy":true,"garenyondem":true,"martinlev":true,"guywicks":true,"lonjoy":true,"zoluzo":true,"hexcola":true,"azaritech":true,"anoubis":true,"miroklarin":true,"stephenykk":true,"jbocook":true,"dmy":true,"bobxuyang":true,"guzgarcia":true,"icerainnuaa":true,"mafikes":true,"chirag8642":true,"stoneren":true,"adeelp":true,"tonstwo":true,"stevepsharpe":true,"bigglesatlarge":true,"desmondddd":true,"laomu":true,"nwservices":true,"spences10":true,"ukrbublik":true,"guogai":true,"franksansc":true,"joaquin.briceno":true,"sopov":true,"serge-nikitin":true,"joris-van-der-wel":true,"themadjoker":true,"appastair":true,"doc.gunthrop":true,"yuch4n":true,"arvindrsingh":true,"ptrevethan":true,"tdmalone":true,"xmalinov":true,"m4r35":true,"devnka":true,"fengbeijing":true,"perevezentsev":true,"fizzvr":true,"wuyangwang":true,"axelrindle":true,"emersonmx":true,"landy2014":true,"tenpenny":true,"madalozzo":true,"selich":true,"qizai":true,"rlafferty":true,"danielye":true,"bianlongting":true,"yong_a":true,"dylanh724":true,"pavelusov":true,"ajarora":true,"chinawolf_wyp":true,"jphilung":true,"hehaiyang":true,"floppee":true,"ukuli":true,"mryongzhang":true,"shuoshubao":true,"trvrfrd":true,"pablaber":true,"ognjen.jevremovic":true,"starak":true,"junos":true,"songhuitang":true,"pyroseza":true,"chrisakakay":true,"abpeinado":true,"scott.m.sarsfield":true,"igasho":true,"jaguarj":true,"bigp":true,"milan322":true,"nusmql":true,"asaupup":true,"u.turkoz":true,"fxkraus":true,"monjer":true,"beatwinthewave":true,"dada1134":true,"miadzadfallah":true,"thetimmaeh":true,"musikele":true,"chunhei2008":true,"louielouie":true,"cubiio":true,"menoncello":true,"carlrondoni":true,"sadmansamee":true,"komarovsergey":true,"mickeyzhou":true,"natarajanmca11":true,"luics":true,"pnolasco":true,"nikolay":true,"trgmedina":true,"chiaychang":true,"amkaradi":true,"tdevm":true,"alek-s":true,"clivend":true,"wjp5826":true,"gujarabh":true,"siirial":true,"oboochin":true,"juanma_romero":true,"cloudychris":true,"yswon":true,"jakedalus":true,"cmilhench":true,"kaashin":true,"maalthous":true,"buru1020":true,"modood":true,"pmbenjamin":true,"balazserdos":true,"adammc":true,"ntl88":true,"qingleili":true,"yinfxs":true,"ferchoriverar":true,"shreyawhiz":true,"evanshortiss":true,"josemarjobs":true,"walexstevens":true,"sibawite":true,"xxsnake28":true,"xinwangwang":true,"oldthunder":true,"pddivine":true,"tewarid":true,"icognivator":true,"vtomilin":true,"mjasso":true,"fabioper":true,"giovannism20":true,"dandewitte":true,"karzanosman984":true,"grabantot":true,"maycon_ribeiro":true,"cslasher":true,"land-melon":true,"yarob":true,"maxwelldu":true,"kulyk404":true,"andysw":true,"cashew-webmaker":true,"jmkim9":true,"toszter":true,"morpheus72":true,"dharapvj":true,"farskipper":true,"bangbang93":true,"manojkhannakm":true,"larrychen":true,"cliff":true,"maciej.litwiniec":true,"fanyegong":true,"gitaarik":true,"philligan":true,"lbeff":true,"sfgarza":true,"liangtongzhuo":true,"ambition101":true,"ljmf00":true,"csscottc":true,"johnsonb":true,"fabian.moron.zirfas":true,"wayn":true,"yorusi":true,"leonel-ai":true,"felegz":true,"tomasgvivo":true,"antong":true,"allendale":true,"springy":true,"nickhardwood":true,"kakrot":true,"sahlzen":true,"impereal":true,"abhijitkalta":true,"kkho595":true,"bcoe":true,"piotrposzytek":true,"tuomastolppi":true,"duooduo":true,"dondyabla":true,"ahaswell":true,"ys_sidson_aidson":true,"ndxbn":true,"cooboor":true,"leelandmiller":true,"rayjshin":true,"rethinkflash":true,"justincone":true,"abraheom":true,"dryliketoast":true,"ericteng177":true,"arnold-almeida":true,"dtamade":true,"thatwasawkward":true},"readme":"\n# Request - Simplified HTTP client\n\n[![npm package](https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/)\n\n[![Build status](https://img.shields.io/travis/request/request/master.svg?style=flat-square)](https://travis-ci.org/request/request)\n[![Coverage](https://img.shields.io/codecov/c/github/request/request.svg?style=flat-square)](https://codecov.io/github/request/request?branch=master)\n[![Coverage](https://img.shields.io/coveralls/request/request.svg?style=flat-square)](https://coveralls.io/r/request/request)\n[![Dependency Status](https://img.shields.io/david/request/request.svg?style=flat-square)](https://david-dm.org/request/request)\n[![Known Vulnerabilities](https://snyk.io/test/npm/request/badge.svg?style=flat-square)](https://snyk.io/test/npm/request)\n[![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat-square)](https://gitter.im/request/request?utm_source=badge)\n\n\n## Super simple to use\n\nRequest is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default.\n\n```js\nvar request = require('request');\nrequest('http://www.google.com', function (error, response, body) {\n console.log('error:', error); // Print the error if one occurred\n console.log('statusCode:', response && response.statusCode); // Print the response status code if a response was received\n console.log('body:', body); // Print the HTML for the Google homepage.\n});\n```\n\n\n## Table of contents\n\n- [Streaming](#streaming)\n- [Forms](#forms)\n- [HTTP Authentication](#http-authentication)\n- [Custom HTTP Headers](#custom-http-headers)\n- [OAuth Signing](#oauth-signing)\n- [Proxies](#proxies)\n- [Unix Domain Sockets](#unix-domain-sockets)\n- [TLS/SSL Protocol](#tlsssl-protocol)\n- [Support for HAR 1.2](#support-for-har-12)\n- [**All Available Options**](#requestoptions-callback)\n\nRequest also offers [convenience methods](#convenience-methods) like\n`request.defaults` and `request.post`, and there are\nlots of [usage examples](#examples) and several\n[debugging techniques](#debugging).\n\n\n---\n\n\n## Streaming\n\nYou can stream any response to a file stream.\n\n```js\nrequest('http://google.com/doodle.png').pipe(fs.createWriteStream('doodle.png'))\n```\n\nYou can also stream a file to a PUT or POST request. This method will also check the file extension against a mapping of file extensions to content-types (in this case `application/json`) and use the proper `content-type` in the PUT request (if the headers don’t already provide one).\n\n```js\nfs.createReadStream('file.json').pipe(request.put('http://mysite.com/obj.json'))\n```\n\nRequest can also `pipe` to itself. When doing so, `content-type` and `content-length` are preserved in the PUT headers.\n\n```js\nrequest.get('http://google.com/img.png').pipe(request.put('http://mysite.com/img.png'))\n```\n\nRequest emits a \"response\" event when a response is received. The `response` argument will be an instance of [http.IncomingMessage](https://nodejs.org/api/http.html#http_class_http_incomingmessage).\n\n```js\nrequest\n .get('http://google.com/img.png')\n .on('response', function(response) {\n console.log(response.statusCode) // 200\n console.log(response.headers['content-type']) // 'image/png'\n })\n .pipe(request.put('http://mysite.com/img.png'))\n```\n\nTo easily handle errors when streaming requests, listen to the `error` event before piping:\n\n```js\nrequest\n .get('http://mysite.com/doodle.png')\n .on('error', function(err) {\n console.log(err)\n })\n .pipe(fs.createWriteStream('doodle.png'))\n```\n\nNow let’s get fancy.\n\n```js\nhttp.createServer(function (req, resp) {\n if (req.url === '/doodle.png') {\n if (req.method === 'PUT') {\n req.pipe(request.put('http://mysite.com/doodle.png'))\n } else if (req.method === 'GET' || req.method === 'HEAD') {\n request.get('http://mysite.com/doodle.png').pipe(resp)\n }\n }\n})\n```\n\nYou can also `pipe()` from `http.ServerRequest` instances, as well as to `http.ServerResponse` instances. The HTTP method, headers, and entity-body data will be sent. Which means that, if you don't really care about security, you can do:\n\n```js\nhttp.createServer(function (req, resp) {\n if (req.url === '/doodle.png') {\n var x = request('http://mysite.com/doodle.png')\n req.pipe(x)\n x.pipe(resp)\n }\n})\n```\n\nAnd since `pipe()` returns the destination stream in ≥ Node 0.5.x you can do one line proxying. :)\n\n```js\nreq.pipe(request('http://mysite.com/doodle.png')).pipe(resp)\n```\n\nAlso, none of this new functionality conflicts with requests previous features, it just expands them.\n\n```js\nvar r = request.defaults({'proxy':'http://localproxy.com'})\n\nhttp.createServer(function (req, resp) {\n if (req.url === '/doodle.png') {\n r.get('http://google.com/doodle.png').pipe(resp)\n }\n})\n```\n\nYou can still use intermediate proxies, the requests will still follow HTTP forwards, etc.\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## Forms\n\n`request` supports `application/x-www-form-urlencoded` and `multipart/form-data` form uploads. For `multipart/related` refer to the `multipart` API.\n\n\n#### application/x-www-form-urlencoded (URL-Encoded Forms)\n\nURL-encoded forms are simple.\n\n```js\nrequest.post('http://service.com/upload', {form:{key:'value'}})\n// or\nrequest.post('http://service.com/upload').form({key:'value'})\n// or\nrequest.post({url:'http://service.com/upload', form: {key:'value'}}, function(err,httpResponse,body){ /* ... */ })\n```\n\n\n#### multipart/form-data (Multipart Form Uploads)\n\nFor `multipart/form-data` we use the [form-data](https://github.com/form-data/form-data) library by [@felixge](https://github.com/felixge). For the most cases, you can pass your upload form data via the `formData` option.\n\n\n```js\nvar formData = {\n // Pass a simple key-value pair\n my_field: 'my_value',\n // Pass data via Buffers\n my_buffer: new Buffer([1, 2, 3]),\n // Pass data via Streams\n my_file: fs.createReadStream(__dirname + '/unicycle.jpg'),\n // Pass multiple values /w an Array\n attachments: [\n fs.createReadStream(__dirname + '/attachment1.jpg'),\n fs.createReadStream(__dirname + '/attachment2.jpg')\n ],\n // Pass optional meta-data with an 'options' object with style: {value: DATA, options: OPTIONS}\n // Use case: for some types of streams, you'll need to provide \"file\"-related information manually.\n // See the `form-data` README for more information about options: https://github.com/form-data/form-data\n custom_file: {\n value: fs.createReadStream('/dev/urandom'),\n options: {\n filename: 'topsecret.jpg',\n contentType: 'image/jpeg'\n }\n }\n};\nrequest.post({url:'http://service.com/upload', formData: formData}, function optionalCallback(err, httpResponse, body) {\n if (err) {\n return console.error('upload failed:', err);\n }\n console.log('Upload successful! Server responded with:', body);\n});\n```\n\nFor advanced cases, you can access the form-data object itself via `r.form()`. This can be modified until the request is fired on the next cycle of the event-loop. (Note that this calling `form()` will clear the currently set form data for that request.)\n\n```js\n// NOTE: Advanced use-case, for normal use see 'formData' usage above\nvar r = request.post('http://service.com/upload', function optionalCallback(err, httpResponse, body) {...})\nvar form = r.form();\nform.append('my_field', 'my_value');\nform.append('my_buffer', new Buffer([1, 2, 3]));\nform.append('custom_file', fs.createReadStream(__dirname + '/unicycle.jpg'), {filename: 'unicycle.jpg'});\n```\nSee the [form-data README](https://github.com/form-data/form-data) for more information & examples.\n\n\n#### multipart/related\n\nSome variations in different HTTP implementations require a newline/CRLF before, after, or both before and after the boundary of a `multipart/related` request (using the multipart option). This has been observed in the .NET WebAPI version 4.0. You can turn on a boundary preambleCRLF or postamble by passing them as `true` to your request options.\n\n```js\n request({\n method: 'PUT',\n preambleCRLF: true,\n postambleCRLF: true,\n uri: 'http://service.com/upload',\n multipart: [\n {\n 'content-type': 'application/json',\n body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}})\n },\n { body: 'I am an attachment' },\n { body: fs.createReadStream('image.png') }\n ],\n // alternatively pass an object containing additional options\n multipart: {\n chunked: false,\n data: [\n {\n 'content-type': 'application/json',\n body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}})\n },\n { body: 'I am an attachment' }\n ]\n }\n },\n function (error, response, body) {\n if (error) {\n return console.error('upload failed:', error);\n }\n console.log('Upload successful! Server responded with:', body);\n })\n```\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## HTTP Authentication\n\n```js\nrequest.get('http://some.server.com/').auth('username', 'password', false);\n// or\nrequest.get('http://some.server.com/', {\n 'auth': {\n 'user': 'username',\n 'pass': 'password',\n 'sendImmediately': false\n }\n});\n// or\nrequest.get('http://some.server.com/').auth(null, null, true, 'bearerToken');\n// or\nrequest.get('http://some.server.com/', {\n 'auth': {\n 'bearer': 'bearerToken'\n }\n});\n```\n\nIf passed as an option, `auth` should be a hash containing values:\n\n- `user` || `username`\n- `pass` || `password`\n- `sendImmediately` (optional)\n- `bearer` (optional)\n\nThe method form takes parameters\n`auth(username, password, sendImmediately, bearer)`.\n\n`sendImmediately` defaults to `true`, which causes a basic or bearer\nauthentication header to be sent. If `sendImmediately` is `false`, then\n`request` will retry with a proper authentication header after receiving a\n`401` response from the server (which must contain a `WWW-Authenticate` header\nindicating the required authentication method).\n\nNote that you can also specify basic authentication using the URL itself, as\ndetailed in [RFC 1738](http://www.ietf.org/rfc/rfc1738.txt). Simply pass the\n`user:password` before the host with an `@` sign:\n\n```js\nvar username = 'username',\n password = 'password',\n url = 'http://' + username + ':' + password + '@some.server.com';\n\nrequest({url: url}, function (error, response, body) {\n // Do more stuff with 'body' here\n});\n```\n\nDigest authentication is supported, but it only works with `sendImmediately`\nset to `false`; otherwise `request` will send basic authentication on the\ninitial request, which will probably cause the request to fail.\n\nBearer authentication is supported, and is activated when the `bearer` value is\navailable. The value may be either a `String` or a `Function` returning a\n`String`. Using a function to supply the bearer token is particularly useful if\nused in conjunction with `defaults` to allow a single function to supply the\nlast known token at the time of sending a request, or to compute one on the fly.\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## Custom HTTP Headers\n\nHTTP Headers, such as `User-Agent`, can be set in the `options` object.\nIn the example below, we call the github API to find out the number\nof stars and forks for the request repository. This requires a\ncustom `User-Agent` header as well as https.\n\n```js\nvar request = require('request');\n\nvar options = {\n url: 'https://api.github.com/repos/request/request',\n headers: {\n 'User-Agent': 'request'\n }\n};\n\nfunction callback(error, response, body) {\n if (!error && response.statusCode == 200) {\n var info = JSON.parse(body);\n console.log(info.stargazers_count + \" Stars\");\n console.log(info.forks_count + \" Forks\");\n }\n}\n\nrequest(options, callback);\n```\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## OAuth Signing\n\n[OAuth version 1.0](https://tools.ietf.org/html/rfc5849) is supported. The\ndefault signing algorithm is\n[HMAC-SHA1](https://tools.ietf.org/html/rfc5849#section-3.4.2):\n\n```js\n// OAuth1.0 - 3-legged server side flow (Twitter example)\n// step 1\nvar qs = require('querystring')\n , oauth =\n { callback: 'http://mysite.com/callback/'\n , consumer_key: CONSUMER_KEY\n , consumer_secret: CONSUMER_SECRET\n }\n , url = 'https://api.twitter.com/oauth/request_token'\n ;\nrequest.post({url:url, oauth:oauth}, function (e, r, body) {\n // Ideally, you would take the body in the response\n // and construct a URL that a user clicks on (like a sign in button).\n // The verifier is only available in the response after a user has\n // verified with twitter that they are authorizing your app.\n\n // step 2\n var req_data = qs.parse(body)\n var uri = 'https://api.twitter.com/oauth/authenticate'\n + '?' + qs.stringify({oauth_token: req_data.oauth_token})\n // redirect the user to the authorize uri\n\n // step 3\n // after the user is redirected back to your server\n var auth_data = qs.parse(body)\n , oauth =\n { consumer_key: CONSUMER_KEY\n , consumer_secret: CONSUMER_SECRET\n , token: auth_data.oauth_token\n , token_secret: req_data.oauth_token_secret\n , verifier: auth_data.oauth_verifier\n }\n , url = 'https://api.twitter.com/oauth/access_token'\n ;\n request.post({url:url, oauth:oauth}, function (e, r, body) {\n // ready to make signed requests on behalf of the user\n var perm_data = qs.parse(body)\n , oauth =\n { consumer_key: CONSUMER_KEY\n , consumer_secret: CONSUMER_SECRET\n , token: perm_data.oauth_token\n , token_secret: perm_data.oauth_token_secret\n }\n , url = 'https://api.twitter.com/1.1/users/show.json'\n , qs =\n { screen_name: perm_data.screen_name\n , user_id: perm_data.user_id\n }\n ;\n request.get({url:url, oauth:oauth, qs:qs, json:true}, function (e, r, user) {\n console.log(user)\n })\n })\n})\n```\n\nFor [RSA-SHA1 signing](https://tools.ietf.org/html/rfc5849#section-3.4.3), make\nthe following changes to the OAuth options object:\n* Pass `signature_method : 'RSA-SHA1'`\n* Instead of `consumer_secret`, specify a `private_key` string in\n [PEM format](http://how2ssl.com/articles/working_with_pem_files/)\n\nFor [PLAINTEXT signing](http://oauth.net/core/1.0/#anchor22), make\nthe following changes to the OAuth options object:\n* Pass `signature_method : 'PLAINTEXT'`\n\nTo send OAuth parameters via query params or in a post body as described in The\n[Consumer Request Parameters](http://oauth.net/core/1.0/#consumer_req_param)\nsection of the oauth1 spec:\n* Pass `transport_method : 'query'` or `transport_method : 'body'` in the OAuth\n options object.\n* `transport_method` defaults to `'header'`\n\nTo use [Request Body Hash](https://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/oauth-bodyhash.html) you can either\n* Manually generate the body hash and pass it as a string `body_hash: '...'`\n* Automatically generate the body hash by passing `body_hash: true`\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## Proxies\n\nIf you specify a `proxy` option, then the request (and any subsequent\nredirects) will be sent via a connection to the proxy server.\n\nIf your endpoint is an `https` url, and you are using a proxy, then\nrequest will send a `CONNECT` request to the proxy server *first*, and\nthen use the supplied connection to connect to the endpoint.\n\nThat is, first it will make a request like:\n\n```\nHTTP/1.1 CONNECT endpoint-server.com:80\nHost: proxy-server.com\nUser-Agent: whatever user agent you specify\n```\n\nand then the proxy server make a TCP connection to `endpoint-server`\non port `80`, and return a response that looks like:\n\n```\nHTTP/1.1 200 OK\n```\n\nAt this point, the connection is left open, and the client is\ncommunicating directly with the `endpoint-server.com` machine.\n\nSee [the wikipedia page on HTTP Tunneling](https://en.wikipedia.org/wiki/HTTP_tunnel)\nfor more information.\n\nBy default, when proxying `http` traffic, request will simply make a\nstandard proxied `http` request. This is done by making the `url`\nsection of the initial line of the request a fully qualified url to\nthe endpoint.\n\nFor example, it will make a single request that looks like:\n\n```\nHTTP/1.1 GET http://endpoint-server.com/some-url\nHost: proxy-server.com\nOther-Headers: all go here\n\nrequest body or whatever\n```\n\nBecause a pure \"http over http\" tunnel offers no additional security\nor other features, it is generally simpler to go with a\nstraightforward HTTP proxy in this case. However, if you would like\nto force a tunneling proxy, you may set the `tunnel` option to `true`.\n\nYou can also make a standard proxied `http` request by explicitly setting\n`tunnel : false`, but **note that this will allow the proxy to see the traffic\nto/from the destination server**.\n\nIf you are using a tunneling proxy, you may set the\n`proxyHeaderWhiteList` to share certain headers with the proxy.\n\nYou can also set the `proxyHeaderExclusiveList` to share certain\nheaders only with the proxy and not with destination host.\n\nBy default, this set is:\n\n```\naccept\naccept-charset\naccept-encoding\naccept-language\naccept-ranges\ncache-control\ncontent-encoding\ncontent-language\ncontent-length\ncontent-location\ncontent-md5\ncontent-range\ncontent-type\nconnection\ndate\nexpect\nmax-forwards\npragma\nproxy-authorization\nreferer\nte\ntransfer-encoding\nuser-agent\nvia\n```\n\nNote that, when using a tunneling proxy, the `proxy-authorization`\nheader and any headers from custom `proxyHeaderExclusiveList` are\n*never* sent to the endpoint server, but only to the proxy server.\n\n\n### Controlling proxy behaviour using environment variables\n\nThe following environment variables are respected by `request`:\n\n * `HTTP_PROXY` / `http_proxy`\n * `HTTPS_PROXY` / `https_proxy`\n * `NO_PROXY` / `no_proxy`\n\nWhen `HTTP_PROXY` / `http_proxy` are set, they will be used to proxy non-SSL requests that do not have an explicit `proxy` configuration option present. Similarly, `HTTPS_PROXY` / `https_proxy` will be respected for SSL requests that do not have an explicit `proxy` configuration option. It is valid to define a proxy in one of the environment variables, but then override it for a specific request, using the `proxy` configuration option. Furthermore, the `proxy` configuration option can be explicitly set to false / null to opt out of proxying altogether for that request.\n\n`request` is also aware of the `NO_PROXY`/`no_proxy` environment variables. These variables provide a granular way to opt out of proxying, on a per-host basis. It should contain a comma separated list of hosts to opt out of proxying. It is also possible to opt of proxying when a particular destination port is used. Finally, the variable may be set to `*` to opt out of the implicit proxy configuration of the other environment variables.\n\nHere's some examples of valid `no_proxy` values:\n\n * `google.com` - don't proxy HTTP/HTTPS requests to Google.\n * `google.com:443` - don't proxy HTTPS requests to Google, but *do* proxy HTTP requests to Google.\n * `google.com:443, yahoo.com:80` - don't proxy HTTPS requests to Google, and don't proxy HTTP requests to Yahoo!\n * `*` - ignore `https_proxy`/`http_proxy` environment variables altogether.\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## UNIX Domain Sockets\n\n`request` supports making requests to [UNIX Domain Sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). To make one, use the following URL scheme:\n\n```js\n/* Pattern */ 'http://unix:SOCKET:PATH'\n/* Example */ request.get('http://unix:/absolute/path/to/unix.socket:/request/path')\n```\n\nNote: The `SOCKET` path is assumed to be absolute to the root of the host file system.\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## TLS/SSL Protocol\n\nTLS/SSL Protocol options, such as `cert`, `key` and `passphrase`, can be\nset directly in `options` object, in the `agentOptions` property of the `options` object, or even in `https.globalAgent.options`. Keep in mind that, although `agentOptions` allows for a slightly wider range of configurations, the recommended way is via `options` object directly, as using `agentOptions` or `https.globalAgent.options` would not be applied in the same way in proxied environments (as data travels through a TLS connection instead of an http/https agent).\n\n```js\nvar fs = require('fs')\n , path = require('path')\n , certFile = path.resolve(__dirname, 'ssl/client.crt')\n , keyFile = path.resolve(__dirname, 'ssl/client.key')\n , caFile = path.resolve(__dirname, 'ssl/ca.cert.pem')\n , request = require('request');\n\nvar options = {\n url: 'https://api.some-server.com/',\n cert: fs.readFileSync(certFile),\n key: fs.readFileSync(keyFile),\n passphrase: 'password',\n ca: fs.readFileSync(caFile)\n};\n\nrequest.get(options);\n```\n\n### Using `options.agentOptions`\n\nIn the example below, we call an API requires client side SSL certificate\n(in PEM format) with passphrase protected private key (in PEM format) and disable the SSLv3 protocol:\n\n```js\nvar fs = require('fs')\n , path = require('path')\n , certFile = path.resolve(__dirname, 'ssl/client.crt')\n , keyFile = path.resolve(__dirname, 'ssl/client.key')\n , request = require('request');\n\nvar options = {\n url: 'https://api.some-server.com/',\n agentOptions: {\n cert: fs.readFileSync(certFile),\n key: fs.readFileSync(keyFile),\n // Or use `pfx` property replacing `cert` and `key` when using private key, certificate and CA certs in PFX or PKCS12 format:\n // pfx: fs.readFileSync(pfxFilePath),\n passphrase: 'password',\n securityOptions: 'SSL_OP_NO_SSLv3'\n }\n};\n\nrequest.get(options);\n```\n\nIt is able to force using SSLv3 only by specifying `secureProtocol`:\n\n```js\nrequest.get({\n url: 'https://api.some-server.com/',\n agentOptions: {\n secureProtocol: 'SSLv3_method'\n }\n});\n```\n\nIt is possible to accept other certificates than those signed by generally allowed Certificate Authorities (CAs).\nThis can be useful, for example, when using self-signed certificates.\nTo require a different root certificate, you can specify the signing CA by adding the contents of the CA's certificate file to the `agentOptions`.\nThe certificate the domain presents must be signed by the root certificate specified:\n\n```js\nrequest.get({\n url: 'https://api.some-server.com/',\n agentOptions: {\n ca: fs.readFileSync('ca.cert.pem')\n }\n});\n```\n\n[back to top](#table-of-contents)\n\n\n---\n\n## Support for HAR 1.2\n\nThe `options.har` property will override the values: `url`, `method`, `qs`, `headers`, `form`, `formData`, `body`, `json`, as well as construct multipart data and read files from disk when `request.postData.params[].fileName` is present without a matching `value`.\n\na validation step will check if the HAR Request format matches the latest spec (v1.2) and will skip parsing if not matching.\n\n```js\n var request = require('request')\n request({\n // will be ignored\n method: 'GET',\n uri: 'http://www.google.com',\n\n // HTTP Archive Request Object\n har: {\n url: 'http://www.mockbin.com/har',\n method: 'POST',\n headers: [\n {\n name: 'content-type',\n value: 'application/x-www-form-urlencoded'\n }\n ],\n postData: {\n mimeType: 'application/x-www-form-urlencoded',\n params: [\n {\n name: 'foo',\n value: 'bar'\n },\n {\n name: 'hello',\n value: 'world'\n }\n ]\n }\n }\n })\n\n // a POST request will be sent to http://www.mockbin.com\n // with body an application/x-www-form-urlencoded body:\n // foo=bar&hello=world\n```\n\n[back to top](#table-of-contents)\n\n\n---\n\n## request(options, callback)\n\nThe first argument can be either a `url` or an `options` object. The only required option is `uri`; all others are optional.\n\n- `uri` || `url` - fully qualified uri or a parsed url object from `url.parse()`\n- `baseUrl` - fully qualified uri string used as the base url. Most useful with `request.defaults`, for example when you want to do many requests to the same domain. If `baseUrl` is `https://example.com/api/`, then requesting `/end/point?test=true` will fetch `https://example.com/api/end/point?test=true`. When `baseUrl` is given, `uri` must also be a string.\n- `method` - http method (default: `\"GET\"`)\n- `headers` - http headers (default: `{}`)\n\n---\n\n- `qs` - object containing querystring values to be appended to the `uri`\n- `qsParseOptions` - object containing options to pass to the [qs.parse](https://github.com/hapijs/qs#parsing-objects) method. Alternatively pass options to the [querystring.parse](https://nodejs.org/docs/v0.12.0/api/querystring.html#querystring_querystring_parse_str_sep_eq_options) method using this format `{sep:';', eq:':', options:{}}`\n- `qsStringifyOptions` - object containing options to pass to the [qs.stringify](https://github.com/hapijs/qs#stringifying) method. Alternatively pass options to the [querystring.stringify](https://nodejs.org/docs/v0.12.0/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options) method using this format `{sep:';', eq:':', options:{}}`. For example, to change the way arrays are converted to query strings using the `qs` module pass the `arrayFormat` option with one of `indices|brackets|repeat`\n- `useQuerystring` - If true, use `querystring` to stringify and parse\n querystrings, otherwise use `qs` (default: `false`). Set this option to\n `true` if you need arrays to be serialized as `foo=bar&foo=baz` instead of the\n default `foo[0]=bar&foo[1]=baz`.\n\n---\n\n- `body` - entity body for PATCH, POST and PUT requests. Must be a `Buffer`, `String` or `ReadStream`. If `json` is `true`, then `body` must be a JSON-serializable object.\n- `form` - when passed an object or a querystring, this sets `body` to a querystring representation of value, and adds `Content-type: application/x-www-form-urlencoded` header. When passed no options, a `FormData` instance is returned (and is piped to request). See \"Forms\" section above.\n- `formData` - Data to pass for a `multipart/form-data` request. See\n [Forms](#forms) section above.\n- `multipart` - array of objects which contain their own headers and `body`\n attributes. Sends a `multipart/related` request. See [Forms](#forms) section\n above.\n - Alternatively you can pass in an object `{chunked: false, data: []}` where\n `chunked` is used to specify whether the request is sent in\n [chunked transfer encoding](https://en.wikipedia.org/wiki/Chunked_transfer_encoding)\n In non-chunked requests, data items with body streams are not allowed.\n- `preambleCRLF` - append a newline/CRLF before the boundary of your `multipart/form-data` request.\n- `postambleCRLF` - append a newline/CRLF at the end of the boundary of your `multipart/form-data` request.\n- `json` - sets `body` to JSON representation of value and adds `Content-type: application/json` header. Additionally, parses the response body as JSON.\n- `jsonReviver` - a [reviver function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) that will be passed to `JSON.parse()` when parsing a JSON response body.\n- `jsonReplacer` - a [replacer function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) that will be passed to `JSON.stringify()` when stringifying a JSON request body.\n\n---\n\n- `auth` - A hash containing values `user` || `username`, `pass` || `password`, and `sendImmediately` (optional). See documentation above.\n- `oauth` - Options for OAuth HMAC-SHA1 signing. See documentation above.\n- `hawk` - Options for [Hawk signing](https://github.com/hueniverse/hawk). The `credentials` key must contain the necessary signing info, [see hawk docs for details](https://github.com/hueniverse/hawk#usage-example).\n- `aws` - `object` containing AWS signing information. Should have the properties `key`, `secret`, and optionally `session` (note that this only works for services that require session as part of the canonical string). Also requires the property `bucket`, unless you’re specifying your `bucket` as part of the path, or the request doesn’t use a bucket (i.e. GET Services). If you want to use AWS sign version 4 use the parameter `sign_version` with value `4` otherwise the default is version 2. **Note:** you need to `npm install aws4` first.\n- `httpSignature` - Options for the [HTTP Signature Scheme](https://github.com/joyent/node-http-signature/blob/master/http_signing.md) using [Joyent's library](https://github.com/joyent/node-http-signature). The `keyId` and `key` properties must be specified. See the docs for other options.\n\n---\n\n- `followRedirect` - follow HTTP 3xx responses as redirects (default: `true`). This property can also be implemented as function which gets `response` object as a single argument and should return `true` if redirects should continue or `false` otherwise.\n- `followAllRedirects` - follow non-GET HTTP 3xx responses as redirects (default: `false`)\n- `followOriginalHttpMethod` - by default we redirect to HTTP method GET. you can enable this property to redirect to the original HTTP method (default: `false`)\n- `maxRedirects` - the maximum number of redirects to follow (default: `10`)\n- `removeRefererHeader` - removes the referer header when a redirect happens (default: `false`). **Note:** if true, referer header set in the initial request is preserved during redirect chain.\n\n---\n\n- `encoding` - Encoding to be used on `setEncoding` of response data. If `null`, the `body` is returned as a `Buffer`. Anything else **(including the default value of `undefined`)** will be passed as the [encoding](http://nodejs.org/api/buffer.html#buffer_buffer) parameter to `toString()` (meaning this is effectively `utf8` by default). (**Note:** if you expect binary data, you should set `encoding: null`.)\n- `gzip` - If `true`, add an `Accept-Encoding` header to request compressed content encodings from the server (if not already present) and decode supported content encodings in the response. **Note:** Automatic decoding of the response content is performed on the body data returned through `request` (both through the `request` stream and passed to the callback function) but is not performed on the `response` stream (available from the `response` event) which is the unmodified `http.IncomingMessage` object which may contain compressed data. See example below.\n- `jar` - If `true`, remember cookies for future use (or define your custom cookie jar; see examples section)\n\n---\n\n- `agent` - `http(s).Agent` instance to use\n- `agentClass` - alternatively specify your agent's class name\n- `agentOptions` - and pass its options. **Note:** for HTTPS see [tls API doc for TLS/SSL options](http://nodejs.org/api/tls.html#tls_tls_connect_options_callback) and the [documentation above](#using-optionsagentoptions).\n- `forever` - set to `true` to use the [forever-agent](https://github.com/request/forever-agent) **Note:** Defaults to `http(s).Agent({keepAlive:true})` in node 0.12+\n- `pool` - An object describing which agents to use for the request. If this option is omitted the request will use the global agent (as long as your options allow for it). Otherwise, request will search the pool for your custom agent. If no custom agent is found, a new agent will be created and added to the pool. **Note:** `pool` is used only when the `agent` option is not specified.\n - A `maxSockets` property can also be provided on the `pool` object to set the max number of sockets for all agents created (ex: `pool: {maxSockets: Infinity}`).\n - Note that if you are sending multiple requests in a loop and creating\n multiple new `pool` objects, `maxSockets` will not work as intended. To\n work around this, either use [`request.defaults`](#requestdefaultsoptions)\n with your pool options or create the pool object with the `maxSockets`\n property outside of the loop.\n- `timeout` - Integer containing the number of milliseconds to wait for a\nserver to send response headers (and start the response body) before aborting\nthe request. Note that if the underlying TCP connection cannot be established,\nthe OS-wide TCP connection timeout will overrule the `timeout` option ([the\ndefault in Linux can be anywhere from 20-120 seconds][linux-timeout]).\n\n[linux-timeout]: http://www.sekuda.com/overriding_the_default_linux_kernel_20_second_tcp_socket_connect_timeout\n\n---\n\n- `localAddress` - Local interface to bind for network connections.\n- `proxy` - An HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for the `url` parameter (by embedding the auth info in the `uri`)\n- `strictSSL` - If `true`, requires SSL certificates be valid. **Note:** to use your own certificate authority, you need to specify an agent that was created with that CA as an option.\n- `tunnel` - controls the behavior of\n [HTTP `CONNECT` tunneling](https://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_tunneling)\n as follows:\n - `undefined` (default) - `true` if the destination is `https`, `false` otherwise\n - `true` - always tunnel to the destination by making a `CONNECT` request to\n the proxy\n - `false` - request the destination as a `GET` request.\n- `proxyHeaderWhiteList` - A whitelist of headers to send to a\n tunneling proxy.\n- `proxyHeaderExclusiveList` - A whitelist of headers to send\n exclusively to a tunneling proxy and not to destination.\n\n---\n\n- `time` - If `true`, the request-response cycle (including all redirects) is timed at millisecond resolution. When set, the following properties are added to the response object:\n - `elapsedTime` Duration of the entire request/response in milliseconds (*deprecated*).\n - `responseStartTime` Timestamp when the response began (in Unix Epoch milliseconds) (*deprecated*).\n - `timingStart` Timestamp of the start of the request (in Unix Epoch milliseconds).\n - `timings` Contains event timestamps in millisecond resolution relative to `timingStart`. If there were redirects, the properties reflect the timings of the final request in the redirect chain:\n - `socket` Relative timestamp when the [`http`](https://nodejs.org/api/http.html#http_event_socket) module's `socket` event fires. This happens when the socket is assigned to the request.\n - `lookup` Relative timestamp when the [`net`](https://nodejs.org/api/net.html#net_event_lookup) module's `lookup` event fires. This happens when the DNS has been resolved.\n - `connect`: Relative timestamp when the [`net`](https://nodejs.org/api/net.html#net_event_connect) module's `connect` event fires. This happens when the server acknowledges the TCP connection.\n - `response`: Relative timestamp when the [`http`](https://nodejs.org/api/http.html#http_event_response) module's `response` event fires. This happens when the first bytes are received from the server.\n - `end`: Relative timestamp when the last bytes of the response are received.\n - `timingPhases` Contains the durations of each request phase. If there were redirects, the properties reflect the timings of the final request in the redirect chain:\n - `wait`: Duration of socket initialization (`timings.socket`)\n - `dns`: Duration of DNS lookup (`timings.lookup` - `timings.socket`)\n - `tcp`: Duration of TCP connection (`timings.connect` - `timings.socket`)\n - `firstByte`: Duration of HTTP server response (`timings.response` - `timings.connect`)\n - `download`: Duration of HTTP download (`timings.end` - `timings.response`)\n - `total`: Duration entire HTTP round-trip (`timings.end`)\n\n- `har` - A [HAR 1.2 Request Object](http://www.softwareishard.com/blog/har-12-spec/#request), will be processed from HAR format into options overwriting matching values *(see the [HAR 1.2 section](#support-for-har-1.2) for details)*\n- `callback` - alternatively pass the request's callback in the options object\n\nThe callback argument gets 3 arguments:\n\n1. An `error` when applicable (usually from [`http.ClientRequest`](http://nodejs.org/api/http.html#http_class_http_clientrequest) object)\n2. An [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) object (Response object)\n3. The third is the `response` body (`String` or `Buffer`, or JSON object if the `json` option is supplied)\n\n[back to top](#table-of-contents)\n\n\n---\n\n## Convenience methods\n\nThere are also shorthand methods for different HTTP METHODs and some other conveniences.\n\n\n### request.defaults(options)\n\nThis method **returns a wrapper** around the normal request API that defaults\nto whatever options you pass to it.\n\n**Note:** `request.defaults()` **does not** modify the global request API;\ninstead, it **returns a wrapper** that has your default settings applied to it.\n\n**Note:** You can call `.defaults()` on the wrapper that is returned from\n`request.defaults` to add/override defaults that were previously defaulted.\n\nFor example:\n```js\n//requests using baseRequest() will set the 'x-token' header\nvar baseRequest = request.defaults({\n headers: {'x-token': 'my-token'}\n})\n\n//requests using specialRequest() will include the 'x-token' header set in\n//baseRequest and will also include the 'special' header\nvar specialRequest = baseRequest.defaults({\n headers: {special: 'special value'}\n})\n```\n\n### request.put\n\nSame as `request()`, but defaults to `method: \"PUT\"`.\n\n```js\nrequest.put(url)\n```\n\n### request.patch\n\nSame as `request()`, but defaults to `method: \"PATCH\"`.\n\n```js\nrequest.patch(url)\n```\n\n### request.post\n\nSame as `request()`, but defaults to `method: \"POST\"`.\n\n```js\nrequest.post(url)\n```\n\n### request.head\n\nSame as `request()`, but defaults to `method: \"HEAD\"`.\n\n```js\nrequest.head(url)\n```\n\n### request.del / request.delete\n\nSame as `request()`, but defaults to `method: \"DELETE\"`.\n\n```js\nrequest.del(url)\nrequest.delete(url)\n```\n\n### request.get\n\nSame as `request()` (for uniformity).\n\n```js\nrequest.get(url)\n```\n### request.cookie\n\nFunction that creates a new cookie.\n\n```js\nrequest.cookie('key1=value1')\n```\n### request.jar()\n\nFunction that creates a new cookie jar.\n\n```js\nrequest.jar()\n```\n\n[back to top](#table-of-contents)\n\n\n---\n\n\n## Debugging\n\nThere are at least three ways to debug the operation of `request`:\n\n1. Launch the node process like `NODE_DEBUG=request node script.js`\n (`lib,request,otherlib` works too).\n\n2. Set `require('request').debug = true` at any time (this does the same thing\n as #1).\n\n3. Use the [request-debug module](https://github.com/request/request-debug) to\n view request and response headers and bodies.\n\n[back to top](#table-of-contents)\n\n\n---\n\n## Timeouts\n\nMost requests to external servers should have a timeout attached, in case the\nserver is not responding in a timely manner. Without a timeout, your code may\nhave a socket open/consume resources for minutes or more.\n\nThere are two main types of timeouts: **connection timeouts** and **read\ntimeouts**. A connect timeout occurs if the timeout is hit while your client is\nattempting to establish a connection to a remote machine (corresponding to the\n[connect() call][connect] on the socket). A read timeout occurs any time the\nserver is too slow to send back a part of the response.\n\nThese two situations have widely different implications for what went wrong\nwith the request, so it's useful to be able to distinguish them. You can detect\ntimeout errors by checking `err.code` for an 'ETIMEDOUT' value. Further, you\ncan detect whether the timeout was a connection timeout by checking if the\n`err.connect` property is set to `true`.\n\n```js\nrequest.get('http://10.255.255.1', {timeout: 1500}, function(err) {\n console.log(err.code === 'ETIMEDOUT');\n // Set to `true` if the timeout was a connection timeout, `false` or\n // `undefined` otherwise.\n console.log(err.connect === true);\n process.exit(0);\n});\n```\n\n[connect]: http://linux.die.net/man/2/connect\n\n## Examples:\n\n```js\n var request = require('request')\n , rand = Math.floor(Math.random()*100000000).toString()\n ;\n request(\n { method: 'PUT'\n , uri: 'http://mikeal.iriscouch.com/testjs/' + rand\n , multipart:\n [ { 'content-type': 'application/json'\n , body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}})\n }\n , { body: 'I am an attachment' }\n ]\n }\n , function (error, response, body) {\n if(response.statusCode == 201){\n console.log('document saved as: http://mikeal.iriscouch.com/testjs/'+ rand)\n } else {\n console.log('error: '+ response.statusCode)\n console.log(body)\n }\n }\n )\n```\n\nFor backwards-compatibility, response compression is not supported by default.\nTo accept gzip-compressed responses, set the `gzip` option to `true`. Note\nthat the body data passed through `request` is automatically decompressed\nwhile the response object is unmodified and will contain compressed data if\nthe server sent a compressed response.\n\n```js\n var request = require('request')\n request(\n { method: 'GET'\n , uri: 'http://www.google.com'\n , gzip: true\n }\n , function (error, response, body) {\n // body is the decompressed response body\n console.log('server encoded the data as: ' + (response.headers['content-encoding'] || 'identity'))\n console.log('the decoded data is: ' + body)\n }\n ).on('data', function(data) {\n // decompressed data as it is received\n console.log('decoded chunk: ' + data)\n })\n .on('response', function(response) {\n // unmodified http.IncomingMessage object\n response.on('data', function(data) {\n // compressed data as it is received\n console.log('received ' + data.length + ' bytes of compressed data')\n })\n })\n```\n\nCookies are disabled by default (else, they would be used in subsequent requests). To enable cookies, set `jar` to `true` (either in `defaults` or `options`).\n\n```js\nvar request = request.defaults({jar: true})\nrequest('http://www.google.com', function () {\n request('http://images.google.com')\n})\n```\n\nTo use a custom cookie jar (instead of `request`’s global cookie jar), set `jar` to an instance of `request.jar()` (either in `defaults` or `options`)\n\n```js\nvar j = request.jar()\nvar request = request.defaults({jar:j})\nrequest('http://www.google.com', function () {\n request('http://images.google.com')\n})\n```\n\nOR\n\n```js\nvar j = request.jar();\nvar cookie = request.cookie('key1=value1');\nvar url = 'http://www.google.com';\nj.setCookie(cookie, url);\nrequest({url: url, jar: j}, function () {\n request('http://images.google.com')\n})\n```\n\nTo use a custom cookie store (such as a\n[`FileCookieStore`](https://github.com/mitsuru/tough-cookie-filestore)\nwhich supports saving to and restoring from JSON files), pass it as a parameter\nto `request.jar()`:\n\n```js\nvar FileCookieStore = require('tough-cookie-filestore');\n// NOTE - currently the 'cookies.json' file must already exist!\nvar j = request.jar(new FileCookieStore('cookies.json'));\nrequest = request.defaults({ jar : j })\nrequest('http://www.google.com', function() {\n request('http://images.google.com')\n})\n```\n\nThe cookie store must be a\n[`tough-cookie`](https://github.com/SalesforceEng/tough-cookie)\nstore and it must support synchronous operations; see the\n[`CookieStore` API docs](https://github.com/SalesforceEng/tough-cookie#cookiestore-api)\nfor details.\n\nTo inspect your cookie jar after a request:\n\n```js\nvar j = request.jar()\nrequest({url: 'http://www.google.com', jar: j}, function () {\n var cookie_string = j.getCookieString(url); // \"key1=value1; key2=value2; ...\"\n var cookies = j.getCookies(url);\n // [{key: 'key1', value: 'value1', domain: \"www.google.com\", ...}, ...]\n})\n```\n\n[back to top](#table-of-contents)\n","readmeFilename":"README.md","homepage":"https://github.com/request/request#readme","bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","keywords":["http","simple","util","utility"],"_attachments":{},"_etag":"W/\"5973b677-37946\"","_lastModified":"Sat, 22 Jul 2017 20:32:55 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/rimraf/.cache.json b/frappe/.npm/registry.npmjs.org/rimraf/.cache.json new file mode 100644 index 00000000..abac8db8 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/rimraf/.cache.json @@ -0,0 +1 @@ +{"_id":"rimraf","_rev":"362-edffc3975af83e01f40e3f7be01c4dd9","name":"rimraf","description":"A deep deletion module for node (like `rm -rf`)","dist-tags":{"latest":"2.6.1"},"versions":{"1.0.0":{"name":"rimraf","version":"1.0.0","main":"./rimraf","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"repository":"git://github.com/isaacs/rimraf.git","scripts":{"test":"cd ./test && bash run.sh"},"_id":"rimraf@1.0.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.0","_nodeVersion":"v0.4.0-pre","directories":{},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"5797e55b587c77fc3e5b61051e429d1b00310840","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.0.tgz"}},"1.0.1":{"name":"rimraf","version":"1.0.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"contributors":[{"name":"Wayne Larsen","url":"http://github.com/wvl"}],"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"dependencies":{},"devDependencies":{},"_id":"rimraf@1.0.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.1rc7","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"8ff61e034ccd6f5e687b3d4f4da9247c4da7dd46","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"rimraf","version":"1.0.2","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_id":"rimraf@1.0.2","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"}],"dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.4.8-pre","_defaultsLoaded":true,"dist":{"shasum":"4cc292a756559123ee9e4995cffb783e769b50a3","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.2.tgz"},"directories":{}},"1.0.4":{"name":"rimraf","version":"1.0.4","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmJsonOpts":{"file":"/Users/isaacs/.npm/rimraf/1.0.4/package/package.json","wscript":false,"serverjs":false,"contributors":["Isaac Z. Schlueter (http://blog.izs.me)","Wayne Larsen (http://github.com/wvl)","ritch "]},"_id":"rimraf@1.0.4","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"}],"dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.11-pre","_defaultsLoaded":true,"dist":{"shasum":"2137e3d9a45c547b8df9f1309b8fbca29ea20822","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.5":{"name":"rimraf","version":"1.0.5","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmJsonOpts":{"file":"/Users/isaacs/.npm/rimraf/1.0.5/package/package.json","wscript":false,"serverjs":false,"contributors":["Isaac Z. Schlueter (http://blog.izs.me)","Wayne Larsen (http://github.com/wvl)","ritch ","Marcel Laverdet"]},"_id":"rimraf@1.0.5","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"}],"dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"2c988219578bc569e461b9202bc22f5dbfa5b3e3","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.5.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.6":{"name":"rimraf","version":"1.0.6","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmJsonOpts":{"file":"/Users/isaacs/.npm/rimraf/1.0.6/package/package.json","wscript":false,"serverjs":false,"contributors":["Isaac Z. Schlueter (http://blog.izs.me)","Wayne Larsen (http://github.com/wvl)","ritch ","Marcel Laverdet"]},"_id":"rimraf@1.0.6","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"}],"dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"8e404afc4edc5ac544dce5441a148e52657e5860","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.6.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.7":{"name":"rimraf","version":"1.0.7","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"rimraf@1.0.7","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"}],"dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.30","_nodeVersion":"v0.5.8-pre","_defaultsLoaded":true,"dist":{"shasum":"9b664339fb366bf669d79672718336eba8d6adb4","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.7.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.8":{"name":"rimraf","version":"1.0.8","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"rimraf@1.0.8","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"}],"dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.94","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"d8808068156c5135b16842348304b92c86f23bd1","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.8.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.9":{"name":"rimraf","version":"1.0.9","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"rimraf@1.0.9","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"}],"dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.4","_defaultsLoaded":true,"dist":{"shasum":"be4801ff76c2ba6f1c50c78e9700eb1d21f239f1","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-1.0.9.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.0":{"name":"rimraf","version":"2.0.0","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1.1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"rimraf@2.0.0","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"dependencies":{"graceful-fs":"~1.1"},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-3","_nodeVersion":"v0.6.9-pre","_defaultsLoaded":true,"dist":{"shasum":"61bafdc9d6b385e8de0101b4b47c3d01b856c1ee","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.0.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.1":{"name":"rimraf","version":"2.0.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1.1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"rimraf@2.0.1","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"dependencies":{"graceful-fs":"~1.1"},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-3","_nodeVersion":"v0.6.9-pre","_defaultsLoaded":true,"dist":{"shasum":"6e58b6e7d3980bd620618d0703d502f872078fee","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.0.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.2":{"name":"rimraf","version":"2.0.2","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1.1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"rimraf@2.0.2","contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"dependencies":{"graceful-fs":"~1.1"},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.7.10-pre","_defaultsLoaded":true,"dist":{"shasum":"2a860f3f74bd7975002f73cb0b003b218ec351e4","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.0.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.3":{"name":"rimraf","version":"2.0.3","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1.1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"_id":"rimraf@2.0.3","dependencies":{"graceful-fs":"~1.1"},"dist":{"shasum":"f50a2965e7144e9afd998982f15df706730f56a9","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.0.3.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.1.0":{"name":"rimraf","version":"2.1.0","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1.1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"_id":"rimraf@2.1.0","dependencies":{"graceful-fs":"~1.1"},"dist":{"shasum":"6003214d56590b613791b457b4df6fb3170dc73b","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.1.0.tgz"},"_npmVersion":"1.1.70","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.1.1":{"name":"rimraf","version":"2.1.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1.1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"_id":"rimraf@2.1.1","dependencies":{"graceful-fs":"~1.1"},"dist":{"shasum":"ee9cec7e2d796ef59ceaa5f3a3024c225e630c61","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.1.1.tgz"},"_npmVersion":"1.1.70","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.1.2":{"name":"rimraf","version":"2.1.2","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1.1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"_id":"rimraf@2.1.2","dependencies":{"graceful-fs":"~1.1"},"dist":{"shasum":"82b9bedb9f88c39c43a20b01f209551b34a2ab76","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.1.2.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.1.3":{"name":"rimraf","version":"2.1.3","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"_id":"rimraf@2.1.3","dependencies":{"graceful-fs":"~1"},"dist":{"shasum":"23f9915e1935e2548fee061ae982316006f66322","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.1.3.tgz"},"_from":".","_npmVersion":"1.2.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.1.4":{"name":"rimraf","version":"2.1.4","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"_id":"rimraf@2.1.4","dependencies":{"graceful-fs":"~1"},"dist":{"shasum":"5a6eb62eeda068f51ede50f29b3e5cd22f3d9bb2","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.1.4.tgz"},"_from":".","_npmVersion":"1.2.7","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.0":{"name":"rimraf","version":"2.2.0","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"dependencies":{"graceful-fs":"~1"},"_id":"rimraf@2.2.0","dist":{"shasum":"70797542e81a935849443d7b69bec612ca74c96e","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.0.tgz"},"_from":".","_npmVersion":"1.3.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.1":{"name":"rimraf","version":"2.2.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~1"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"dependencies":{"graceful-fs":"~1"},"_id":"rimraf@2.2.1","dist":{"shasum":"8f49c57874ce166b667fbfecac2cdf7f26d3d8a5","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.1.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.2":{"name":"rimraf","version":"2.2.2","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~2"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"dependencies":{"graceful-fs":"~2"},"_id":"rimraf@2.2.2","dist":{"shasum":"d99ec41dc646e55bf7a7a44a255c28bef33a8abf","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.2.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.3":{"name":"rimraf","version":"2.2.3","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~2"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","dependencies":{"graceful-fs":"~2"},"_id":"rimraf@2.2.3","dist":{"shasum":"ed60a43d480a1d576d0715aadf36181ffe3186c6","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.3.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.4":{"name":"rimraf","version":"2.2.4","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"optionalDependencies":{"graceful-fs":"~2"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","dependencies":{"graceful-fs":"~2"},"_id":"rimraf@2.2.4","dist":{"shasum":"9f0b530f829f7b655a6e4d2fd8cf4c042336ef58","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.4.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.5":{"name":"rimraf","version":"2.2.5","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","_id":"rimraf@2.2.5","dist":{"shasum":"4e5c4f667b121afa806d0c5b58920996f9478aa0","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.5.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.6":{"name":"rimraf","version":"2.2.6","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","_id":"rimraf@2.2.6","dist":{"shasum":"c59597569b14d956ad29cacc42bdddf5f0ea4f4c","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.6.tgz"},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.8":{"name":"rimraf","version":"2.2.8","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"contributors":[{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me"},{"name":"Wayne Larsen","email":"wayne@larsen.st","url":"http://github.com/wvl"},{"name":"ritch","email":"skawful@gmail.com"},{"name":"Marcel Laverdet"},{"name":"Yosef Dinerstein","email":"yosefd@microsoft.com"}],"bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","_id":"rimraf@2.2.8","_shasum":"e439be2aaee327321952730f99a8929e4fc50582","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"e439be2aaee327321952730f99a8929e4fc50582","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz"},"directories":{}},"2.3.0":{"name":"rimraf","version":"2.3.0","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^4.4.1"},"files":["bin.js","rimraf.js","LICENSE","README.md"],"gitHead":"e4e9dcbf64d55b8ced01a914e08827715089190a","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","_id":"rimraf@2.3.0","_shasum":"a5f0f3c702e39939be3ecbd1f7098f99750b5ed8","_from":".","_npmVersion":"2.6.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"a5f0f3c702e39939be3ecbd1f7098f99750b5ed8","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.3.0.tgz"},"directories":{}},"2.3.1":{"name":"rimraf","version":"2.3.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^4.4.2"},"files":["bin.js","rimraf.js","LICENSE","README.md"],"gitHead":"aa707db2fb5b11c35fc614a1472775373dc9d46c","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","_id":"rimraf@2.3.1","_shasum":"f83df78c168d5daf9f021e8e092e7a165898ee75","_from":".","_npmVersion":"2.6.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"f83df78c168d5daf9f021e8e092e7a165898ee75","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.3.1.tgz"},"directories":{}},"2.3.2":{"name":"rimraf","version":"2.3.2","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^4.4.2"},"files":["bin.js","rimraf.js","LICENSE","README.md"],"gitHead":"9d5ab4a8b6986ec909af04f6d91315e98f5893e8","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","_id":"rimraf@2.3.2","_shasum":"7304bd9275c401b89103b106b3531c1ef0c02fe9","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"7304bd9275c401b89103b106b3531c1ef0c02fe9","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.3.2.tgz"},"directories":{}},"2.3.3":{"name":"rimraf","version":"2.3.3","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":{"type":"MIT","url":"https://github.com/isaacs/rimraf/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^4.4.2"},"files":["bin.js","rimraf.js","LICENSE","README.md"],"gitHead":"ad4efe8102a72c77bf2b13165ecc2229a9a68955","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf","_id":"rimraf@2.3.3","_shasum":"d0073d8b3010611e8f3ad377b08e9a3c18b98f06","_from":".","_npmVersion":"2.7.6","_nodeVersion":"1.7.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"d0073d8b3010611e8f3ad377b08e9a3c18b98f06","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.3.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.3.4":{"name":"rimraf","version":"2.3.4","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"cd test && bash run.sh"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^4.4.2"},"files":["bin.js","rimraf.js","LICENSE","README.md"],"gitHead":"2a6cc45bbbdd8da5fd703d8af62843565f7dea57","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.3.4","_shasum":"82d9bc1b2fcf31e205ac7b28138a025d08e9159a","_from":".","_npmVersion":"2.10.0","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"82d9bc1b2fcf31e205ac7b28138a025d08e9159a","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.3.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.4.0":{"name":"rimraf","version":"2.4.0","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^4.4.2"},"files":["bin.js","rimraf.js","LICENSE","README.md"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^1.2.0"},"gitHead":"2128f0b9ade05a81394dd21a383fa309dd9eca94","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.4.0","_shasum":"40ba0416037d8511ecb50f6b07cf8d18e658a864","_from":".","_npmVersion":"2.10.1","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"40ba0416037d8511ecb50f6b07cf8d18e658a864","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.4.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.4.1":{"name":"rimraf","version":"2.4.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^4.4.2"},"files":["bin.js","rimraf.js","LICENSE","README.md"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^1.2.0"},"gitHead":"9b97ac62e1b459d84dbe18f20757bfe4374e65ab","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.4.1","_shasum":"99ff3cc1d61d687b67489b9f97cfa9d3db3b9e48","_from":".","_npmVersion":"3.0.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"99ff3cc1d61d687b67489b9f97cfa9d3db3b9e48","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.4.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.4.2":{"name":"rimraf","version":"2.4.2","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^5.0.14"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^1.3.1"},"gitHead":"4359e9d3b3c0f26e6abe3139a00b93337f1689d7","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.4.2","_shasum":"ab4f39b08b72eae07c3d9fe9f4831aebfc9f431d","_from":".","_npmVersion":"3.1.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"ab4f39b08b72eae07c3d9fe9f4831aebfc9f431d","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.4.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.4.3":{"name":"rimraf","version":"2.4.3","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^5.0.14"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^1.3.1"},"gitHead":"ec7050f8ca14c931b847414f18466e601ca7c02e","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.4.3","_shasum":"e5b51c9437a4c582adb955e9f28cf8d945e272af","_from":".","_npmVersion":"3.2.2","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"e5b51c9437a4c582adb955e9f28cf8d945e272af","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.4.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.4.4":{"name":"rimraf","version":"2.4.4","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^5.0.14"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^1.3.1"},"gitHead":"62ae8a4037e7190691eeab35265aed1c768d23e3","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.4.4","_shasum":"b528ce2ebe0e6d89fb03b265de11d61da0dbcf82","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"b528ce2ebe0e6d89fb03b265de11d61da0dbcf82","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.4.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.4.5":{"name":"rimraf","version":"2.4.5","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^6.0.1"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^2.3.4"},"gitHead":"02c4ecd2a7a1895ada0a244ea04e6f0996f6ba61","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.4.5","_shasum":"ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.5.0":{"name":"rimraf","version":"2.5.0","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^6.0.1"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^2.3.4"},"gitHead":"c42412ca7a4c9fcf1a219bdfef2283bd7dcbc1d2","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.5.0","_shasum":"30c096cdf772e26bf3e1d2cff84c2196541a9bb6","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"30c096cdf772e26bf3e1d2cff84c2196541a9bb6","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.5.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.5.1":{"name":"rimraf","version":"2.5.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^6.0.1"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^5.1.1"},"gitHead":"979f7a3aa061d2262f9e1b41c6e4afd66c71d1d5","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.5.1","_shasum":"52e1e946f3f9b9b0d5d8988ba3191aaf2a2dbd43","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"52e1e946f3f9b9b0d5d8988ba3191aaf2a2dbd43","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.5.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.5.2":{"name":"rimraf","version":"2.5.2","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^7.0.0"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^5.1.1"},"gitHead":"f414f87021f88d004ac487eebc8d07ce6a152721","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.5.2","_shasum":"62ba947fa4c0b4363839aefecd4f0fbad6059726","_from":".","_npmVersion":"3.7.0","_nodeVersion":"5.6.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"62ba947fa4c0b4363839aefecd4f0fbad6059726","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.5.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/rimraf-2.5.2.tgz_1455346499772_0.9326622514054179"},"directories":{}},"2.5.3":{"name":"rimraf","version":"2.5.3","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^7.0.5"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^6.1.1"},"gitHead":"7263a784e8f08d94dd6caf6ee934fceb525a6f3d","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.5.3","_shasum":"6e5efdda4aa2f03417f6b2a574aec29f4b652705","_from":".","_npmVersion":"3.10.2","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"6e5efdda4aa2f03417f6b2a574aec29f4b652705","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.5.3.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rimraf-2.5.3.tgz_1467582915019_0.6380921453237534"},"directories":{}},"2.5.4":{"name":"rimraf","version":"2.5.4","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^7.0.5"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^6.1.1"},"gitHead":"2af08bbbd0a03549b278414309dc5d8097699443","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.5.4","_shasum":"96800093cbf1a0c86bd95b4625467535c29dfa04","_from":".","_npmVersion":"3.10.6","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"96800093cbf1a0c86bd95b4625467535c29dfa04","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rimraf-2.5.4.tgz_1469206941888_0.8645927573088557"},"directories":{}},"2.6.0":{"name":"rimraf","version":"2.6.0","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^7.0.5"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^10.1.2"},"gitHead":"5b661e45ff409d42251890cb1b993c9315803bbf","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.6.0","_shasum":"89b8a0fe432b9ff9ec9a925a00b6cdb3a91bbada","_from":".","_npmVersion":"4.3.0","_nodeVersion":"8.0.0-pre","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"89b8a0fe432b9ff9ec9a925a00b6cdb3a91bbada","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.6.0.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rimraf-2.6.0.tgz_1487455299128_0.33092148951254785"},"directories":{}},"2.6.1":{"name":"rimraf","version":"2.6.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^7.0.5"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^10.1.2"},"gitHead":"d84fe2cc6646d30a401baadcee22ae105a2d4909","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.6.1","_shasum":"c2338ec643df7a1b7fe5c54fa86f57428a55f33d","_from":".","_npmVersion":"4.3.0","_nodeVersion":"8.0.0-pre","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"c2338ec643df7a1b7fe5c54fa86f57428a55f33d","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rimraf-2.6.1.tgz_1487908074285_0.8205490333493799"},"directories":{}}},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"time":{"modified":"2017-07-21T04:01:20.751Z","created":"2011-02-08T08:55:37.756Z","1.0.0":"2011-02-08T08:55:39.437Z","1.0.1":"2011-04-13T18:06:00.422Z","1.0.2":"2011-05-30T18:33:02.093Z","1.0.4":"2011-08-07T03:59:00.634Z","1.0.5":"2011-09-03T00:20:05.595Z","1.0.6":"2011-09-03T00:30:43.110Z","1.0.7":"2011-09-25T00:26:39.319Z","1.0.8":"2011-10-07T18:25:44.535Z","1.0.9":"2011-12-03T16:52:51.833Z","2.0.0":"2012-01-30T02:20:45.661Z","2.0.1":"2012-01-30T17:07:51.384Z","2.0.2":"2012-06-08T21:19:19.066Z","2.0.3":"2012-12-15T22:59:57.912Z","2.1.0":"2012-12-20T23:23:50.937Z","2.1.1":"2012-12-21T02:23:38.182Z","2.1.2":"2013-01-22T20:50:45.534Z","2.1.3":"2013-02-06T00:24:04.069Z","2.1.4":"2013-02-06T14:58:43.510Z","2.2.0":"2013-06-21T14:52:14.555Z","2.2.1":"2013-07-14T18:48:37.747Z","2.2.2":"2013-07-22T16:20:26.910Z","2.2.3":"2013-11-29T16:55:07.432Z","2.2.4":"2013-11-29T16:59:28.538Z","2.2.5":"2013-12-09T17:05:49.993Z","2.2.6":"2014-01-15T23:58:31.660Z","2.2.7":"2014-05-05T22:17:46.141Z","2.2.8":"2014-05-06T16:00:05.895Z","2.3.0":"2015-03-03T23:25:07.298Z","2.3.1":"2015-03-05T02:37:34.817Z","2.3.2":"2015-03-10T01:13:34.964Z","2.3.3":"2015-04-30T14:18:05.546Z","2.3.4":"2015-05-19T01:37:39.894Z","2.4.0":"2015-06-07T17:20:09.158Z","2.4.1":"2015-06-30T18:02:24.393Z","2.4.2":"2015-07-19T21:44:13.360Z","2.4.3":"2015-08-26T22:30:40.696Z","2.4.4":"2015-11-20T00:41:43.301Z","2.4.5":"2015-12-22T19:25:39.476Z","2.5.0":"2015-12-23T18:42:32.610Z","2.5.1":"2016-01-22T23:48:00.013Z","2.5.2":"2016-02-13T06:55:01.448Z","2.5.3":"2016-07-03T21:55:18.448Z","2.5.4":"2016-07-22T17:02:24.805Z","2.6.0":"2017-02-18T22:01:39.377Z","2.6.1":"2017-02-24T03:47:56.218Z"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"users":{"285858315":true,"fgribreau":true,"jswartwood":true,"superjoe":true,"jpoehls":true,"jamesmgreene":true,"forbeslindesay":true,"mvolkmann":true,"pid":true,"oddjobsman":true,"manishrc":true,"esundahl":true,"coderaiser":true,"maxzhang":true,"jimnox":true,"kahboom":true,"tunnckocore":true,"fanchangyong":true,"kxbrand":true,"fill":true,"joreyaesh":true,"uipoet":true,"wengqianshan":true,"bucaran":true,"nfd":true,"phoenix-xsy":true,"yourhoneysky":true,"gdbtek":true,"alxe.master":true,"cellule":true,"jimster305":true,"ajduke":true,"phenome":true,"ignatovmsu":true,"pstoev":true,"jamescostian":true,"simplyianm":true,"schnittstabil":true,"itonyyo":true,"akiva":true,"mysticatea":true,"ruffle1986":true,"mikkoh":true,"russiansoon":true,"tunderdomb":true,"mkamayd":true,"isyara":true,"michaelnisi":true,"blakecscott":true,"lmhs":true,"mattms":true,"noyobo":true,"pensierinmusica":true,"wkaifang":true,"chicho":true,"etsit":true,"alex_japson":true,"jits":true,"ifeature":true,"nice_body":true,"ash":true,"vishwasc":true,"johnym":true,"davequick":true,"webtobesocial":true,"aitorllj93":true,"qqqppp9998":true,"jonnymaceachern":true,"incendiary":true,"alectic":true,"thierrymarianne":true,"huangdawei":true,"rwhogg":true,"snowdream":true,"herreraemanuel":true,"jslite":true,"preco21":true,"wangnan0610":true,"affiction":true,"skullmasher":true,"redmonkeydf":true,"silentcloud":true,"staraple":true,"rossmartin":true,"restuta":true,"blade254353074":true,"edloidas":true,"bojand":true,"adrianvlupu":true,"cfleschhut":true,"kilkelly":true,"tobiasnickel":true,"leodutra":true,"thephilv":true,"a1ip":true,"kmck":true,"quocnguyen":true,"lshearer":true,"illuminator":true,"chris-me":true,"bpatel":true,"lucifier129":true,"liuchangyu":true,"nickeltobias":true,"roman-io":true,"morifen":true,"holyzfy":true,"octoo":true,"kirusha":true,"jruif":true,"dhampik":true,"netweb":true,"wukaidong":true,"jasonwang1888":true,"jiwaddell":true,"kontrax":true,"ackhub":true,"adammacias":true,"diwushi33":true,"sunnylost":true,"caesor":true,"micromax720":true,"dongxu":true,"abhisekp":true,"akmishra":true,"baraunaluciano":true,"finico":true,"cherenkevich":true,"cilerler":true,"malitov":true,"davidnyhuis":true,"filipecarmona":true,"iori20091101":true,"markthethomas":true,"fr-esco":true,"alantsuis":true,"cbetancourt":true,"sam16":true,"lianer":true,"ferrari":true,"jmsherry":true,"drewigg":true,"iandstanley":true,"diversen":true,"killparadise":true,"thotk":true,"hongz1125":true,"pines-cheng":true,"jian263994241":true,"jazzhuang":true,"leonardorb":true,"yoking":true,"fabrianibrahim":true,"rajivmehtajs":true,"stefano_magrassi":true,"aicest":true,"tdreitz":true,"amartelr":true,"narven":true,"monjer":true,"z1c0":true,"tmurngon":true,"wangfeia":true,"tedyhy":true,"mojaray2k":true,"deadcoder0904":true,"dzhou777":true,"xiaochao":true,"xujinnet":true,"langri-sha":true,"krawster":true,"anhulife":true,"panos277":true,"broofa":true,"sunny_anna":true,"hellotoby":true,"manikantag":true,"gejiawen":true,"sallyone":true,"kasiriveni":true,"timwzou":true,"kudakv":true,"seangenabe":true,"lababygirl":true,"weerd":true,"wuuashen":true,"joris-van-der-wel":true,"coolhanddev":true,"glebec":true,"czj686001":true,"max_devjs":true,"zbussinger":true,"barzim":true,"bigslycat":true,"attl8d":true,"scytalezero":true,"monsterkodi":true,"yehudag":true,"morewry":true,"xueboren":true,"landen":true,"serge-nikitin":true,"shuoshubao":true,"xlsu":true,"madsummer":true,"yong_a":true,"junos":true,"alimaster":true,"ehrig":true,"darkfriend":true,"joaquin.briceno":true,"josokinas":true,"xfloops":true,"pablopap":true,"sadmansamee":true,"sinlovgmppt":true,"mrbgit":true,"azertypow":true,"enjoyharddrink":true,"stone_breaker":true,"tsxuehu":true,"dankle":true,"saadbinsaeed":true,"modood":true,"pmbenjamin":true,"sensui":true,"ricardogobbosouza":true,"npmlincq":true,"asaupup":true,"santhoshbabu":true,"warmhug":true,"nbuchanan":true,"land-melon":true,"octo-utils":true,"kulyk404":true,"jaeger":true,"philligan":true,"manten":true,"landy2014":true,"youngluo":true,"shaomingquan":true,"samar":true,"bengi":true,"thangakumar":true,"andrej-k":true,"bcoe":true},"readme":"[![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf#info=devDependencies)\n\nThe [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for node.\n\nInstall with `npm install rimraf`, or just drop rimraf.js somewhere.\n\n## API\n\n`rimraf(f, [opts], callback)`\n\nThe first parameter will be interpreted as a globbing pattern for files. If you\nwant to disable globbing you can do so with `opts.disableGlob` (defaults to\n`false`). This might be handy, for instance, if you have filenames that contain\nglobbing wildcard characters.\n\nThe callback will be called with an error if there is one. Certain\nerrors are handled for you:\n\n* Windows: `EBUSY` and `ENOTEMPTY` - rimraf will back off a maximum of\n `opts.maxBusyTries` times before giving up, adding 100ms of wait\n between each attempt. The default `maxBusyTries` is 3.\n* `ENOENT` - If the file doesn't exist, rimraf will return\n successfully, since your desired outcome is already the case.\n* `EMFILE` - Since `readdir` requires opening a file descriptor, it's\n possible to hit `EMFILE` if too many file descriptors are in use.\n In the sync case, there's nothing to be done for this. But in the\n async case, rimraf will gradually back off with timeouts up to\n `opts.emfileWait` ms, which defaults to 1000.\n\n## options\n\n* unlink, chmod, stat, lstat, rmdir, readdir,\n unlinkSync, chmodSync, statSync, lstatSync, rmdirSync, readdirSync\n\n In order to use a custom file system library, you can override\n specific fs functions on the options object.\n\n If any of these functions are present on the options object, then\n the supplied function will be used instead of the default fs\n method.\n\n Sync methods are only relevant for `rimraf.sync()`, of course.\n\n For example:\n\n ```javascript\n var myCustomFS = require('some-custom-fs')\n\n rimraf('some-thing', myCustomFS, callback)\n ```\n\n* maxBusyTries\n\n If an `EBUSY`, `ENOTEMPTY`, or `EPERM` error code is encountered\n on Windows systems, then rimraf will retry with a linear backoff\n wait of 100ms longer on each try. The default maxBusyTries is 3.\n\n Only relevant for async usage.\n\n* emfileWait\n\n If an `EMFILE` error is encountered, then rimraf will retry\n repeatedly with a linear backoff of 1ms longer on each try, until\n the timeout counter hits this max. The default limit is 1000.\n\n If you repeatedly encounter `EMFILE` errors, then consider using\n [graceful-fs](http://npm.im/graceful-fs) in your program.\n\n Only relevant for async usage.\n\n* glob\n\n Set to `false` to disable [glob](http://npm.im/glob) pattern\n matching.\n\n Set to an object to pass options to the glob module. The default\n glob options are `{ nosort: true, silent: true }`.\n\n Glob version 6 is used in this module.\n\n Relevant for both sync and async usage.\n\n* disableGlob\n\n Set to any non-falsey value to disable globbing entirely.\n (Equivalent to setting `glob: false`.)\n\n## rimraf.sync\n\nIt can remove stuff synchronously, too. But that's not so good. Use\nthe async API. It's better.\n\n## CLI\n\nIf installed with `npm install rimraf -g` it can be used as a global\ncommand `rimraf [ ...]` which is useful for cross platform support.\n\n## mkdirp\n\nIf you need to create a directory recursively, check out\n[mkdirp](https://github.com/substack/node-mkdirp).\n","readmeFilename":"README.md","homepage":"https://github.com/isaacs/rimraf#readme","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"license":"ISC","_attachments":{},"_etag":"W/\"59717c90-e52f\"","_lastModified":"Fri, 21 Jul 2017 04:01:20 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/safe-buffer/.cache.json b/frappe/.npm/registry.npmjs.org/safe-buffer/.cache.json new file mode 100644 index 00000000..520f2e6f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/safe-buffer/.cache.json @@ -0,0 +1 @@ +{"_id":"safe-buffer","_rev":"11-147e81f0028b6bd3d988707d70f0bc36","name":"safe-buffer","description":"Safer Node.js Buffer API","dist-tags":{"latest":"5.1.1"},"versions":{"1.0.0":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"1.0.0","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"dependencies":{},"devDependencies":{"standard":"^5.0.0","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"b8aaf15d48a29fdc5386d902631f9befd52a9db3","_id":"safe-buffer@1.0.0","_shasum":"10ac4127f54c368becb6879dcae2a2fb96571fa3","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"shasum":"10ac4127f54c368becb6879dcae2a2fb96571fa3","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-1.0.0.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"}],"directories":{}},"2.0.0":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"2.0.0","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"dependencies":{},"devDependencies":{"standard":"^5.0.0","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"79f40c926d9dcba272d9dc3acf365ee715857d51","_id":"safe-buffer@2.0.0","_shasum":"311d4a0deefdaa9f8d883fe898bdb04d12d3f14b","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"shasum":"311d4a0deefdaa9f8d883fe898bdb04d12d3f14b","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-2.0.0.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"directories":{}},"3.0.0":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"3.0.0","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"dependencies":{},"devDependencies":{"standard":"^5.0.0","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"c3caf505557a60807b44aa97197d01251c192abb","_id":"safe-buffer@3.0.0","_shasum":"ab7065a989e2634fb0946df00368343258a759fe","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"shasum":"ab7065a989e2634fb0946df00368343258a759fe","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-3.0.0.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"directories":{}},"4.0.0":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"4.0.0","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"dependencies":{},"devDependencies":{"standard":"^7.0.0","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"481d1d9cd7bf6f392e1881f7b381f1c68ddaad0a","_id":"safe-buffer@4.0.0","_shasum":"b725368f0ec0e8a6faa9e657db34a3d2b332d680","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"shasum":"b725368f0ec0e8a6faa9e657db34a3d2b332d680","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-4.0.0.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/safe-buffer-4.0.0.tgz_1464584289130_0.17331634392030537"},"directories":{}},"5.0.0":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"5.0.0","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"browser":"./browser.js","devDependencies":{"standard":"^7.0.0","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"ffb629c9ca70d66339f58a6441082184a9299634","_id":"safe-buffer@5.0.0","_shasum":"a59971ca637f5bcb622c47238a5e1e2c7751f354","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"shasum":"a59971ca637f5bcb622c47238a5e1e2c7751f354","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.0.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/safe-buffer-5.0.0.tgz_1464587148074_0.3391482220031321"},"directories":{}},"5.0.1":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"5.0.1","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"browser":"./browser.js","devDependencies":{"standard":"^7.0.0","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"1e371a367da962afae2bebc527b50271c739d28c","_id":"safe-buffer@5.0.1","_shasum":"d263ca54696cd8a306b5ca6551e92de57918fbe7","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"shasum":"d263ca54696cd8a306b5ca6551e92de57918fbe7","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/safe-buffer-5.0.1.tgz_1464588482081_0.8112505874596536"},"directories":{}},"5.1.0":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"5.1.0","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"devDependencies":{"standard":"*","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"9d841b67306768de05f147839fb32f7fc9bf10ad","_id":"safe-buffer@5.1.0","_npmVersion":"5.0.1","_nodeVersion":"8.0.0","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"integrity":"sha512-aSLEDudu6OoRr/2rU609gRmnYboRLxgDG1z9o2Q0os7236FwvcqIOO8r8U5JUEwivZOhDaKlFO4SbPTJYyBEyQ==","shasum":"fe4c8460397f9eaaaa58e73be46273408a45e223","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.0.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/safe-buffer-5.1.0.tgz_1496440779986_0.7629844571929425"},"directories":{}},"5.1.1":{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"5.1.1","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"devDependencies":{"standard":"*","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"5261e0c19dd820c31dd21cb4116902b0ed0f9e57","_id":"safe-buffer@5.1.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"integrity":"sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==","shasum":"893312af69b2123def71f57889001671eeb2c853","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/safe-buffer-5.1.1.tgz_1498076368476_0.22441886644810438"},"directories":{}}},"readme":"# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]\n\n[travis-image]: https://img.shields.io/travis/feross/safe-buffer/master.svg\n[travis-url]: https://travis-ci.org/feross/safe-buffer\n[npm-image]: https://img.shields.io/npm/v/safe-buffer.svg\n[npm-url]: https://npmjs.org/package/safe-buffer\n[downloads-image]: https://img.shields.io/npm/dm/safe-buffer.svg\n[downloads-url]: https://npmjs.org/package/safe-buffer\n[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[standard-url]: https://standardjs.com\n\n#### Safer Node.js Buffer API\n\n**Use the new Node.js Buffer APIs (`Buffer.from`, `Buffer.alloc`,\n`Buffer.allocUnsafe`, `Buffer.allocUnsafeSlow`) in all versions of Node.js.**\n\n**Uses the built-in implementation when available.**\n\n## install\n\n```\nnpm install safe-buffer\n```\n\n## usage\n\nThe goal of this package is to provide a safe replacement for the node.js `Buffer`.\n\nIt's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to\nthe top of your node.js modules:\n\n```js\nvar Buffer = require('safe-buffer').Buffer\n\n// Existing buffer code will continue to work without issues:\n\nnew Buffer('hey', 'utf8')\nnew Buffer([1, 2, 3], 'utf8')\nnew Buffer(obj)\nnew Buffer(16) // create an uninitialized buffer (potentially unsafe)\n\n// But you can use these new explicit APIs to make clear what you want:\n\nBuffer.from('hey', 'utf8') // convert from many types to a Buffer\nBuffer.alloc(16) // create a zero-filled buffer (safe)\nBuffer.allocUnsafe(16) // create an uninitialized buffer (potentially unsafe)\n```\n\n## api\n\n### Class Method: Buffer.from(array)\n\n\n* `array` {Array}\n\nAllocates a new `Buffer` using an `array` of octets.\n\n```js\nconst buf = Buffer.from([0x62,0x75,0x66,0x66,0x65,0x72]);\n // creates a new Buffer containing ASCII bytes\n // ['b','u','f','f','e','r']\n```\n\nA `TypeError` will be thrown if `array` is not an `Array`.\n\n### Class Method: Buffer.from(arrayBuffer[, byteOffset[, length]])\n\n\n* `arrayBuffer` {ArrayBuffer} The `.buffer` property of a `TypedArray` or\n a `new ArrayBuffer()`\n* `byteOffset` {Number} Default: `0`\n* `length` {Number} Default: `arrayBuffer.length - byteOffset`\n\nWhen passed a reference to the `.buffer` property of a `TypedArray` instance,\nthe newly created `Buffer` will share the same allocated memory as the\nTypedArray.\n\n```js\nconst arr = new Uint16Array(2);\narr[0] = 5000;\narr[1] = 4000;\n\nconst buf = Buffer.from(arr.buffer); // shares the memory with arr;\n\nconsole.log(buf);\n // Prints: \n\n// changing the TypedArray changes the Buffer also\narr[1] = 6000;\n\nconsole.log(buf);\n // Prints: \n```\n\nThe optional `byteOffset` and `length` arguments specify a memory range within\nthe `arrayBuffer` that will be shared by the `Buffer`.\n\n```js\nconst ab = new ArrayBuffer(10);\nconst buf = Buffer.from(ab, 0, 2);\nconsole.log(buf.length);\n // Prints: 2\n```\n\nA `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer`.\n\n### Class Method: Buffer.from(buffer)\n\n\n* `buffer` {Buffer}\n\nCopies the passed `buffer` data onto a new `Buffer` instance.\n\n```js\nconst buf1 = Buffer.from('buffer');\nconst buf2 = Buffer.from(buf1);\n\nbuf1[0] = 0x61;\nconsole.log(buf1.toString());\n // 'auffer'\nconsole.log(buf2.toString());\n // 'buffer' (copy is not changed)\n```\n\nA `TypeError` will be thrown if `buffer` is not a `Buffer`.\n\n### Class Method: Buffer.from(str[, encoding])\n\n\n* `str` {String} String to encode.\n* `encoding` {String} Encoding to use, Default: `'utf8'`\n\nCreates a new `Buffer` containing the given JavaScript string `str`. If\nprovided, the `encoding` parameter identifies the character encoding.\nIf not provided, `encoding` defaults to `'utf8'`.\n\n```js\nconst buf1 = Buffer.from('this is a tést');\nconsole.log(buf1.toString());\n // prints: this is a tést\nconsole.log(buf1.toString('ascii'));\n // prints: this is a tC)st\n\nconst buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex');\nconsole.log(buf2.toString());\n // prints: this is a tést\n```\n\nA `TypeError` will be thrown if `str` is not a string.\n\n### Class Method: Buffer.alloc(size[, fill[, encoding]])\n\n\n* `size` {Number}\n* `fill` {Value} Default: `undefined`\n* `encoding` {String} Default: `utf8`\n\nAllocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the\n`Buffer` will be *zero-filled*.\n\n```js\nconst buf = Buffer.alloc(5);\nconsole.log(buf);\n // \n```\n\nThe `size` must be less than or equal to the value of\n`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is\n`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will\nbe created if a `size` less than or equal to 0 is specified.\n\nIf `fill` is specified, the allocated `Buffer` will be initialized by calling\n`buf.fill(fill)`. See [`buf.fill()`][] for more information.\n\n```js\nconst buf = Buffer.alloc(5, 'a');\nconsole.log(buf);\n // \n```\n\nIf both `fill` and `encoding` are specified, the allocated `Buffer` will be\ninitialized by calling `buf.fill(fill, encoding)`. For example:\n\n```js\nconst buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64');\nconsole.log(buf);\n // \n```\n\nCalling `Buffer.alloc(size)` can be significantly slower than the alternative\n`Buffer.allocUnsafe(size)` but ensures that the newly created `Buffer` instance\ncontents will *never contain sensitive data*.\n\nA `TypeError` will be thrown if `size` is not a number.\n\n### Class Method: Buffer.allocUnsafe(size)\n\n\n* `size` {Number}\n\nAllocates a new *non-zero-filled* `Buffer` of `size` bytes. The `size` must\nbe less than or equal to the value of `require('buffer').kMaxLength` (on 64-bit\narchitectures, `kMaxLength` is `(2^31)-1`). Otherwise, a [`RangeError`][] is\nthrown. A zero-length Buffer will be created if a `size` less than or equal to\n0 is specified.\n\nThe underlying memory for `Buffer` instances created in this way is *not\ninitialized*. The contents of the newly created `Buffer` are unknown and\n*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such\n`Buffer` instances to zeroes.\n\n```js\nconst buf = Buffer.allocUnsafe(5);\nconsole.log(buf);\n // \n // (octets will be different, every time)\nbuf.fill(0);\nconsole.log(buf);\n // \n```\n\nA `TypeError` will be thrown if `size` is not a number.\n\nNote that the `Buffer` module pre-allocates an internal `Buffer` instance of\nsize `Buffer.poolSize` that is used as a pool for the fast allocation of new\n`Buffer` instances created using `Buffer.allocUnsafe(size)` (and the deprecated\n`new Buffer(size)` constructor) only when `size` is less than or equal to\n`Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). The default\nvalue of `Buffer.poolSize` is `8192` but can be modified.\n\nUse of this pre-allocated internal memory pool is a key difference between\ncalling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`.\nSpecifically, `Buffer.alloc(size, fill)` will *never* use the internal Buffer\npool, while `Buffer.allocUnsafe(size).fill(fill)` *will* use the internal\nBuffer pool if `size` is less than or equal to half `Buffer.poolSize`. The\ndifference is subtle but can be important when an application requires the\nadditional performance that `Buffer.allocUnsafe(size)` provides.\n\n### Class Method: Buffer.allocUnsafeSlow(size)\n\n\n* `size` {Number}\n\nAllocates a new *non-zero-filled* and non-pooled `Buffer` of `size` bytes. The\n`size` must be less than or equal to the value of\n`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is\n`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will\nbe created if a `size` less than or equal to 0 is specified.\n\nThe underlying memory for `Buffer` instances created in this way is *not\ninitialized*. The contents of the newly created `Buffer` are unknown and\n*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such\n`Buffer` instances to zeroes.\n\nWhen using `Buffer.allocUnsafe()` to allocate new `Buffer` instances,\nallocations under 4KB are, by default, sliced from a single pre-allocated\n`Buffer`. This allows applications to avoid the garbage collection overhead of\ncreating many individually allocated Buffers. This approach improves both\nperformance and memory usage by eliminating the need to track and cleanup as\nmany `Persistent` objects.\n\nHowever, in the case where a developer may need to retain a small chunk of\nmemory from a pool for an indeterminate amount of time, it may be appropriate\nto create an un-pooled Buffer instance using `Buffer.allocUnsafeSlow()` then\ncopy out the relevant bits.\n\n```js\n// need to keep around a few small chunks of memory\nconst store = [];\n\nsocket.on('readable', () => {\n const data = socket.read();\n // allocate for retained data\n const sb = Buffer.allocUnsafeSlow(10);\n // copy the data into the new allocation\n data.copy(sb, 0, 0, 10);\n store.push(sb);\n});\n```\n\nUse of `Buffer.allocUnsafeSlow()` should be used only as a last resort *after*\na developer has observed undue memory retention in their applications.\n\nA `TypeError` will be thrown if `size` is not a number.\n\n### All the Rest\n\nThe rest of the `Buffer` API is exactly the same as in node.js.\n[See the docs](https://nodejs.org/api/buffer.html).\n\n\n## Related links\n\n- [Node.js issue: Buffer(number) is unsafe](https://github.com/nodejs/node/issues/4660)\n- [Node.js Enhancement Proposal: Buffer.from/Buffer.alloc/Buffer.zalloc/Buffer() soft-deprecate](https://github.com/nodejs/node-eps/pull/4)\n\n## Why is `Buffer` unsafe?\n\nToday, the node.js `Buffer` constructor is overloaded to handle many different argument\ntypes like `String`, `Array`, `Object`, `TypedArrayView` (`Uint8Array`, etc.),\n`ArrayBuffer`, and also `Number`.\n\nThe API is optimized for convenience: you can throw any type at it, and it will try to do\nwhat you want.\n\nBecause the Buffer constructor is so powerful, you often see code like this:\n\n```js\n// Convert UTF-8 strings to hex\nfunction toHex (str) {\n return new Buffer(str).toString('hex')\n}\n```\n\n***But what happens if `toHex` is called with a `Number` argument?***\n\n### Remote Memory Disclosure\n\nIf an attacker can make your program call the `Buffer` constructor with a `Number`\nargument, then they can make it allocate uninitialized memory from the node.js process.\nThis could potentially disclose TLS private keys, user data, or database passwords.\n\nWhen the `Buffer` constructor is passed a `Number` argument, it returns an\n**UNINITIALIZED** block of memory of the specified `size`. When you create a `Buffer` like\nthis, you **MUST** overwrite the contents before returning it to the user.\n\nFrom the [node.js docs](https://nodejs.org/api/buffer.html#buffer_new_buffer_size):\n\n> `new Buffer(size)`\n>\n> - `size` Number\n>\n> The underlying memory for `Buffer` instances created in this way is not initialized.\n> **The contents of a newly created `Buffer` are unknown and could contain sensitive\n> data.** Use `buf.fill(0)` to initialize a Buffer to zeroes.\n\n(Emphasis our own.)\n\nWhenever the programmer intended to create an uninitialized `Buffer` you often see code\nlike this:\n\n```js\nvar buf = new Buffer(16)\n\n// Immediately overwrite the uninitialized buffer with data from another buffer\nfor (var i = 0; i < buf.length; i++) {\n buf[i] = otherBuf[i]\n}\n```\n\n\n### Would this ever be a problem in real code?\n\nYes. It's surprisingly common to forget to check the type of your variables in a\ndynamically-typed language like JavaScript.\n\nUsually the consequences of assuming the wrong type is that your program crashes with an\nuncaught exception. But the failure mode for forgetting to check the type of arguments to\nthe `Buffer` constructor is more catastrophic.\n\nHere's an example of a vulnerable service that takes a JSON payload and converts it to\nhex:\n\n```js\n// Take a JSON payload {str: \"some string\"} and convert it to hex\nvar server = http.createServer(function (req, res) {\n var data = ''\n req.setEncoding('utf8')\n req.on('data', function (chunk) {\n data += chunk\n })\n req.on('end', function () {\n var body = JSON.parse(data)\n res.end(new Buffer(body.str).toString('hex'))\n })\n})\n\nserver.listen(8080)\n```\n\nIn this example, an http client just has to send:\n\n```json\n{\n \"str\": 1000\n}\n```\n\nand it will get back 1,000 bytes of uninitialized memory from the server.\n\nThis is a very serious bug. It's similar in severity to the\n[the Heartbleed bug](http://heartbleed.com/) that allowed disclosure of OpenSSL process\nmemory by remote attackers.\n\n\n### Which real-world packages were vulnerable?\n\n#### [`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht)\n\n[Mathias Buus](https://github.com/mafintosh) and I\n([Feross Aboukhadijeh](http://feross.org/)) found this issue in one of our own packages,\n[`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht). The bug would allow\nanyone on the internet to send a series of messages to a user of `bittorrent-dht` and get\nthem to reveal 20 bytes at a time of uninitialized memory from the node.js process.\n\nHere's\n[the commit](https://github.com/feross/bittorrent-dht/commit/6c7da04025d5633699800a99ec3fbadf70ad35b8)\nthat fixed it. We released a new fixed version, created a\n[Node Security Project disclosure](https://nodesecurity.io/advisories/68), and deprecated all\nvulnerable versions on npm so users will get a warning to upgrade to a newer version.\n\n#### [`ws`](https://www.npmjs.com/package/ws)\n\nThat got us wondering if there were other vulnerable packages. Sure enough, within a short\nperiod of time, we found the same issue in [`ws`](https://www.npmjs.com/package/ws), the\nmost popular WebSocket implementation in node.js.\n\nIf certain APIs were called with `Number` parameters instead of `String` or `Buffer` as\nexpected, then uninitialized server memory would be disclosed to the remote peer.\n\nThese were the vulnerable methods:\n\n```js\nsocket.send(number)\nsocket.ping(number)\nsocket.pong(number)\n```\n\nHere's a vulnerable socket server with some echo functionality:\n\n```js\nserver.on('connection', function (socket) {\n socket.on('message', function (message) {\n message = JSON.parse(message)\n if (message.type === 'echo') {\n socket.send(message.data) // send back the user's message\n }\n })\n})\n```\n\n`socket.send(number)` called on the server, will disclose server memory.\n\nHere's [the release](https://github.com/websockets/ws/releases/tag/1.0.1) where the issue\nwas fixed, with a more detailed explanation. Props to\n[Arnout Kazemier](https://github.com/3rd-Eden) for the quick fix. Here's the\n[Node Security Project disclosure](https://nodesecurity.io/advisories/67).\n\n\n### What's the solution?\n\nIt's important that node.js offers a fast way to get memory otherwise performance-critical\napplications would needlessly get a lot slower.\n\nBut we need a better way to *signal our intent* as programmers. **When we want\nuninitialized memory, we should request it explicitly.**\n\nSensitive functionality should not be packed into a developer-friendly API that loosely\naccepts many different types. This type of API encourages the lazy practice of passing\nvariables in without checking the type very carefully.\n\n#### A new API: `Buffer.allocUnsafe(number)`\n\nThe functionality of creating buffers with uninitialized memory should be part of another\nAPI. We propose `Buffer.allocUnsafe(number)`. This way, it's not part of an API that\nfrequently gets user input of all sorts of different types passed into it.\n\n```js\nvar buf = Buffer.allocUnsafe(16) // careful, uninitialized memory!\n\n// Immediately overwrite the uninitialized buffer with data from another buffer\nfor (var i = 0; i < buf.length; i++) {\n buf[i] = otherBuf[i]\n}\n```\n\n\n### How do we fix node.js core?\n\nWe sent [a PR to node.js core](https://github.com/nodejs/node/pull/4514) (merged as\n`semver-major`) which defends against one case:\n\n```js\nvar str = 16\nnew Buffer(str, 'utf8')\n```\n\nIn this situation, it's implied that the programmer intended the first argument to be a\nstring, since they passed an encoding as a second argument. Today, node.js will allocate\nuninitialized memory in the case of `new Buffer(number, encoding)`, which is probably not\nwhat the programmer intended.\n\nBut this is only a partial solution, since if the programmer does `new Buffer(variable)`\n(without an `encoding` parameter) there's no way to know what they intended. If `variable`\nis sometimes a number, then uninitialized memory will sometimes be returned.\n\n### What's the real long-term fix?\n\nWe could deprecate and remove `new Buffer(number)` and use `Buffer.allocUnsafe(number)` when\nwe need uninitialized memory. But that would break 1000s of packages.\n\n~~We believe the best solution is to:~~\n\n~~1. Change `new Buffer(number)` to return safe, zeroed-out memory~~\n\n~~2. Create a new API for creating uninitialized Buffers. We propose: `Buffer.allocUnsafe(number)`~~\n\n#### Update\n\nWe now support adding three new APIs:\n\n- `Buffer.from(value)` - convert from any type to a buffer\n- `Buffer.alloc(size)` - create a zero-filled buffer\n- `Buffer.allocUnsafe(size)` - create an uninitialized buffer with given size\n\nThis solves the core problem that affected `ws` and `bittorrent-dht` which is\n`Buffer(variable)` getting tricked into taking a number argument.\n\nThis way, existing code continues working and the impact on the npm ecosystem will be\nminimal. Over time, npm maintainers can migrate performance-critical code to use\n`Buffer.allocUnsafe(number)` instead of `new Buffer(number)`.\n\n\n### Conclusion\n\nWe think there's a serious design issue with the `Buffer` API as it exists today. It\npromotes insecure software by putting high-risk functionality into a convenient API\nwith friendly \"developer ergonomics\".\n\nThis wasn't merely a theoretical exercise because we found the issue in some of the\nmost popular npm packages.\n\nFortunately, there's an easy fix that can be applied today. Use `safe-buffer` in place of\n`buffer`.\n\n```js\nvar Buffer = require('safe-buffer').Buffer\n```\n\nEventually, we hope that node.js core can switch to this new, safer behavior. We believe\nthe impact on the ecosystem would be minimal since it's not a breaking change.\nWell-maintained, popular packages would be updated to use `Buffer.alloc` quickly, while\nolder, insecure packages would magically become safe from this attack vector.\n\n\n## links\n\n- [Node.js PR: buffer: throw if both length and enc are passed](https://github.com/nodejs/node/pull/4514)\n- [Node Security Project disclosure for `ws`](https://nodesecurity.io/advisories/67)\n- [Node Security Project disclosure for`bittorrent-dht`](https://nodesecurity.io/advisories/68)\n\n\n## credit\n\nThe original issues in `bittorrent-dht`\n([disclosure](https://nodesecurity.io/advisories/68)) and\n`ws` ([disclosure](https://nodesecurity.io/advisories/67)) were discovered by\n[Mathias Buus](https://github.com/mafintosh) and\n[Feross Aboukhadijeh](http://feross.org/).\n\nThanks to [Adam Baldwin](https://github.com/evilpacket) for helping disclose these issues\nand for his work running the [Node Security Project](https://nodesecurity.io/).\n\nThanks to [John Hiesey](https://github.com/jhiesey) for proofreading this README and\nauditing the code.\n\n\n## license\n\nMIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org)\n","maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"time":{"modified":"2017-06-21T20:19:28.582Z","created":"2016-01-13T04:36:59.750Z","1.0.0":"2016-01-13T04:36:59.750Z","2.0.0":"2016-01-17T15:22:43.586Z","3.0.0":"2016-01-19T01:41:25.217Z","4.0.0":"2016-05-30T04:58:11.135Z","5.0.0":"2016-05-30T05:45:50.643Z","5.0.1":"2016-05-30T06:08:04.471Z","5.1.0":"2017-06-02T21:59:40.124Z","5.1.1":"2017-06-21T20:19:28.582Z"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"license":"MIT","readmeFilename":"README.md","users":{"mysticatea":true,"ivan.marquez":true},"_attachments":{},"_etag":"W/\"594ad4d0-7a3c\"","_lastModified":"Wed, 21 Jun 2017 20:19:28 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/semver/.cache.json b/frappe/.npm/registry.npmjs.org/semver/.cache.json new file mode 100644 index 00000000..d2dd1bd6 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/semver/.cache.json @@ -0,0 +1 @@ +{"_id":"semver","_rev":"304-de64a7d64f9992cc4a0e63798b3f7cfd","name":"semver","description":"The semantic version parser used by npm.","dist-tags":{"alpha":"2.0.0-alpha","beta":"2.0.0-beta","latest":"5.3.0","v4-rc":"4.0.0"},"versions":{"1.0.0":{"name":"semver","version":"1.0.0","description":"The semantic version parser used by npm.","main":"semver","scripts":{"test":"node semver.js"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.0.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.0-beta","_nodeVersion":"v0.4.0","directories":{"bin":"./bin"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"11f18a0c08ed21c988fc2b0257f1951969816615","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.0.tgz"}},"1.0.1":{"name":"semver","version":"1.0.1","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"node semver.js"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.0.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.0-8","_nodeVersion":"v0.5.0-pre","directories":{"bin":"./bin"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"93b90b9a3e00c7a143f2e49f6e2b32fd72237cdb","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.1.tgz"}},"1.0.2":{"name":"semver","version":"1.0.2","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"node semver.js"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.0.2","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.0rc3","_nodeVersion":"v0.5.0-pre","directories":{"bin":"./bin"},"_defaultsLoaded":true,"dist":{"shasum":"57e4e1460c0f1abc2c2c6273457abc04e309706c","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.2.tgz"}},"1.0.3":{"name":"semver","version":"1.0.3","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"node semver.js"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"dependencies":{},"devDependencies":{},"_id":"semver@1.0.3","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.1rc9","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"453f40adadf8ce23ff4eb937972c6a007d52ef0d","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"semver","version":"1.0.4","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"node semver.js"},"devDependencies":{"tap":"0.x"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"dependencies":{},"_id":"semver@1.0.4","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.1rc9","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"41c0da40706d0defe763998281fc616a2a5d1e46","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.4.tgz"},"directories":{}},"1.0.5":{"name":"semver","version":"1.0.5","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"node semver.js"},"devDependencies":{"tap":"0.x"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"dependencies":{},"_id":"semver@1.0.5","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.4","_nodeVersion":"v0.4.8-pre","_defaultsLoaded":true,"dist":{"shasum":"7abca9337d64408ec2d42ffd974858c04dca3bdb","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.5.tgz"},"directories":{}},"1.0.6":{"name":"semver","version":"1.0.6","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"node semver.js"},"devDependencies":{"tap":"0.x"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"dependencies":{},"_id":"semver@1.0.6","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.4.8-pre","_defaultsLoaded":true,"dist":{"shasum":"697b6bff4b3eca86f35dc037c9ab2f1eb7af1a9e","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.6.tgz"},"directories":{}},"1.0.7":{"name":"semver","version":"1.0.7","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"node semver.js"},"devDependencies":{"tap":"0.x"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmJsonOpts":{"file":"/Users/isaacs/.npm/semver/1.0.7/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"semver@1.0.7","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.13","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"668e127e81e81e0954d25a6d2c1cb20a1538b2e3","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.7.tgz"},"directories":{}},"1.0.8":{"name":"semver","version":"1.0.8","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap semver.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmJsonOpts":{"file":"/Users/isaacs/.npm/semver/1.0.8/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"semver@1.0.8","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.15","_nodeVersion":"v0.4.9-pre","_defaultsLoaded":true,"dist":{"shasum":"8a78a9bfad863a0660683c33c91f08b6cd2cfa98","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.8.tgz"},"directories":{}},"1.0.9":{"name":"semver","version":"1.0.9","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap semver.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmJsonOpts":{"file":"/Users/isaacs/.npm/semver/1.0.9/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"semver@1.0.9","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.18","_nodeVersion":"v0.4.10-pre","_defaultsLoaded":true,"dist":{"shasum":"d053046aea88e25b488ecbc0a8c9deda03db8a9c","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.9.tgz"},"directories":{}},"1.0.10":{"name":"semver","version":"1.0.10","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap semver.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"semver@1.0.10","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.92","_nodeVersion":"v0.5.9-pre","_defaultsLoaded":true,"dist":{"shasum":"cfa5a85d95888c75b4a9275bda7491568d8cfd20","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.10.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.11":{"name":"semver","version":"1.0.11","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"semver@1.0.11","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.105","_nodeVersion":"v0.6.1-pre","_defaultsLoaded":true,"dist":{"shasum":"1bd01c550d477cbf9a839b02269c4011ce147992","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.11.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.12":{"name":"semver","version":"1.0.12","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"semver@1.0.12","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2-pre","_defaultsLoaded":true,"dist":{"shasum":"4686f056e5894a9cba708adeabc2c49dada90778","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.12.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.13":{"name":"semver","version":"1.0.13","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"semver@1.0.13","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-beta-7","_nodeVersion":"v0.6.7-pre","_defaultsLoaded":true,"dist":{"shasum":"9512ce1392105e72a0b739b27f39e0242913d07e","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.13.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.0.14":{"name":"semver","version":"1.0.14","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_npmUser":{"name":"isaacs","email":"i@izs.me"},"_id":"semver@1.0.14","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.22","_nodeVersion":"v0.7.9","_defaultsLoaded":true,"dist":{"shasum":"cac5e2d55a6fbf958cb220ae844045071c78f676","tarball":"https://registry.npmjs.org/semver/-/semver-1.0.14.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.1.0":{"name":"semver","version":"1.1.0","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.1.0","dist":{"shasum":"da9b9c837e31550a7c928622bc2381de7dd7a53e","tarball":"https://registry.npmjs.org/semver/-/semver-1.1.0.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.1.1":{"name":"semver","version":"1.1.1","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.1.1","dist":{"shasum":"de7faba203f7cbb59ac16da64198df0c6cebca30","tarball":"https://registry.npmjs.org/semver/-/semver-1.1.1.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.1.2":{"name":"semver","version":"1.1.2","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.1.2","dist":{"shasum":"f6c851dcb2776b0aa7af2294dadaf6ce20de897e","tarball":"https://registry.npmjs.org/semver/-/semver-1.1.2.tgz"},"_npmVersion":"1.1.70","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.1.3":{"name":"semver","version":"1.1.3","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.1.3","dist":{"shasum":"a0f06f2fb23b64ef9c0ff714fa079082e0532633","tarball":"https://registry.npmjs.org/semver/-/semver-1.1.3.tgz"},"_from":".","_npmVersion":"1.2.8","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"1.1.4":{"name":"semver","version":"1.1.4","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":{"type":"MIT","url":"https://github.com/isaacs/semver/raw/master/LICENSE"},"repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"_id":"semver@1.1.4","dist":{"shasum":"2e5a4e72bab03472cc97f72753b4508912ef5540","tarball":"https://registry.npmjs.org/semver/-/semver-1.1.4.tgz"},"_from":".","_npmVersion":"1.2.12","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.0-alpha":{"name":"semver","version":"2.0.0-alpha","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test.js"},"devDependencies":{"tap":"0.x >=0.0.4"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.0-alpha","dist":{"shasum":"979de555a1bae1c781cc6b2907b576b59067706e","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.0-alpha.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.0-beta":{"name":"semver","version":"2.0.0-beta","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"bash build.sh"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.0-beta","dist":{"shasum":"5c3585c4eaa97879cc07de06aa6e75a44f5b249f","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.0-beta.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.1":{"name":"semver","version":"2.0.1","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"bash build.sh"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.1","dist":{"shasum":"92741b2bd09d9c53695cf116cd6de32cae925976","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.1.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.2":{"name":"semver","version":"2.0.2","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"bash build.sh"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.2","dist":{"shasum":"6697b743dafc38a9ae24d4f0183eb53f460b662a","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.2.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.3":{"name":"semver","version":"2.0.3","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"bash build.sh"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.3","dist":{"shasum":"1778ae3b7d5f5f457a48b164320bf6e29c8e8fe1","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.3.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.4":{"name":"semver","version":"2.0.4","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.4","dist":{"shasum":"1bb8e25f9a445b55f2d2ea5bc06742790b6a5ba7","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.4.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.5":{"name":"semver","version":"2.0.5","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.5","dist":{"shasum":"601aebc1dbeedac222bb7e7b8882454f0c2a24c7","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.5.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.6":{"name":"semver","version":"2.0.6","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.6","dist":{"shasum":"3febe96c89813fc299d8e67cbcd685101e07335a","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.6.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.7":{"name":"semver","version":"2.0.7","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.7","dist":{"shasum":"7815c1a7ef647604646ecdabc95b90dfeb39174f","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.7.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.8":{"name":"semver","version":"2.0.8","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.8","dist":{"shasum":"f5c28ba4a6d56bd1d9dbe34aed288d69366a73c6","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.8.tgz"},"_from":".","_npmVersion":"1.3.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.9":{"name":"semver","version":"2.0.9","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.9","dist":{"shasum":"3c76b0f216bd62a95f5f03e9ec298da548632403","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.9.tgz"},"_from":".","_npmVersion":"1.3.1","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.10":{"name":"semver","version":"2.0.10","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.10","dist":{"shasum":"e3199263b1e9f1913dbc91efb4af559e8e4d3d31","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.10.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.0.11":{"name":"semver","version":"2.0.11","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.0.11","dist":{"shasum":"f51f07d03fa5af79beb537fc067a7e141786cced","tarball":"https://registry.npmjs.org/semver/-/semver-2.0.11.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.1.0":{"name":"semver","version":"2.1.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.1.0","dist":{"shasum":"356294a90690b698774d62cf35d7c91f983e728a","tarball":"https://registry.npmjs.org/semver/-/semver-2.1.0.tgz"},"_from":".","_npmVersion":"1.3.6","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.0":{"name":"semver","version":"2.2.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"_id":"semver@2.2.0","dist":{"shasum":"290ec979d731b3dc6c08a15dbcffdeae420f4473","tarball":"https://registry.npmjs.org/semver/-/semver-2.2.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.2.1":{"name":"semver","version":"2.2.1","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@2.2.1","dist":{"shasum":"7941182b3ffcc580bff1c17942acdf7951c0d213","tarball":"https://registry.npmjs.org/semver/-/semver-2.2.1.tgz"},"_from":".","_npmVersion":"1.3.12","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"directories":{}},"2.3.0":{"name":"semver","version":"2.3.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@2.3.0","_shasum":"d31b2903ebe2a1806c05b8e763916a7183108a15","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"d31b2903ebe2a1806c05b8e763916a7183108a15","tarball":"https://registry.npmjs.org/semver/-/semver-2.3.0.tgz"},"directories":{}},"2.3.1":{"name":"semver","version":"2.3.1","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"e5b259a784b79895853aff1c6d5e23b07bdd4664","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@2.3.1","_shasum":"6f65ee7d1aed753cdf9dda70e5631a3fb42a5bee","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"6f65ee7d1aed753cdf9dda70e5631a3fb42a5bee","tarball":"https://registry.npmjs.org/semver/-/semver-2.3.1.tgz"},"directories":{}},"2.3.2":{"name":"semver","version":"2.3.2","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"87bcf749b18fd0ce32b1808f60a98eacecd84689","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@2.3.2","_shasum":"b9848f25d6cf36333073ec9ef8856d42f1233e52","_from":".","_npmVersion":"1.5.0-alpha-4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"b9848f25d6cf36333073ec9ef8856d42f1233e52","tarball":"https://registry.npmjs.org/semver/-/semver-2.3.2.tgz"},"directories":{}},"3.0.0":{"name":"semver","version":"3.0.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"e077f4e33e21b280a5cf6688d850dabf5f6e48e2","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@3.0.0","_shasum":"994f634b9535a36b07fde690faa811a9ed35b4f3","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"994f634b9535a36b07fde690faa811a9ed35b4f3","tarball":"https://registry.npmjs.org/semver/-/semver-3.0.0.tgz"},"directories":{}},"3.0.1":{"name":"semver","version":"3.0.1","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"4b24aeb54dd23560f53b0df01e64e5f229e6172f","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@3.0.1","_shasum":"720ac012515a252f91fb0dd2e99a56a70d6cf078","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"720ac012515a252f91fb0dd2e99a56a70d6cf078","tarball":"https://registry.npmjs.org/semver/-/semver-3.0.1.tgz"},"directories":{}},"4.0.0":{"name":"semver","version":"4.0.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"f71a46b52f5d413aff1cb3afa7d2f940b23ab1a0","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.0.0","_shasum":"7be868416a5e669923a8e3af8bafa5faf62a151a","_from":".","_npmVersion":"2.0.0-beta.3","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"7be868416a5e669923a8e3af8bafa5faf62a151a","tarball":"https://registry.npmjs.org/semver/-/semver-4.0.0.tgz"},"directories":{}},"4.0.2":{"name":"semver","version":"4.0.2","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"078061b03e7e10202f9d03fe447b528202cd7a06","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.0.2","_shasum":"13f7293ca7d42886123963ca0b947a03f83f60c3","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"13f7293ca7d42886123963ca0b947a03f83f60c3","tarball":"https://registry.npmjs.org/semver/-/semver-4.0.2.tgz"},"directories":{}},"4.0.3":{"name":"semver","version":"4.0.3","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"58c971461ade78bca6c1970109de4dc66cc2c13b","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.0.3","_shasum":"f79c9ba670efccc029d98a5017def64b0ce1644e","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"f79c9ba670efccc029d98a5017def64b0ce1644e","tarball":"https://registry.npmjs.org/semver/-/semver-4.0.3.tgz"},"directories":{}},"4.1.0":{"name":"semver","version":"4.1.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"f8db569b9fd00788d14064aaf81854ed81e1337a","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.1.0","_shasum":"bc80a9ff68532814362cc3cfda3c7b75ed9c321c","_from":".","_npmVersion":"2.1.3","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"bc80a9ff68532814362cc3cfda3c7b75ed9c321c","tarball":"https://registry.npmjs.org/semver/-/semver-4.1.0.tgz"},"directories":{}},"4.1.1":{"name":"semver","version":"4.1.1","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"f43cb35c96b05e33442e75b68c689cc026bf5ced","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.1.1","_shasum":"8d63e2e90df847e626d48ae068cd65786b0ed3d3","_from":".","_npmVersion":"2.1.14","_nodeVersion":"0.10.34","_npmUser":{"name":"othiym23","email":"ogd@aoaioxxysz.net"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"8d63e2e90df847e626d48ae068cd65786b0ed3d3","tarball":"https://registry.npmjs.org/semver/-/semver-4.1.1.tgz"},"directories":{}},"4.2.0":{"name":"semver","version":"4.2.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"f353d3337dd9bef990b6873e281342260b4e63ae","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.2.0","_shasum":"a571fd4adbe974fe32bd9cb4c5e249606f498423","_from":".","_npmVersion":"2.1.14","_nodeVersion":"0.10.33","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"a571fd4adbe974fe32bd9cb4c5e249606f498423","tarball":"https://registry.npmjs.org/semver/-/semver-4.2.0.tgz"},"directories":{}},"4.2.1":{"name":"semver","version":"4.2.1","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"bdfb19555ee0f2f46ca6694931ca476d8b8c35af","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.2.1","_shasum":"70828f545f40f49ffab91fef09c3cd3257937142","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"othiym23","email":"ogd@aoaioxxysz.net"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"70828f545f40f49ffab91fef09c3cd3257937142","tarball":"https://registry.npmjs.org/semver/-/semver-4.2.1.tgz"},"directories":{}},"4.2.2":{"name":"semver","version":"4.2.2","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"d2806e62a28290c0bb4b552b741029baf9829226","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.2.2","_shasum":"a6aa6ac6a63c0dc7aff7ea48d5455ae2b93a3062","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"othiym23","email":"ogd@aoaioxxysz.net"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"a6aa6ac6a63c0dc7aff7ea48d5455ae2b93a3062","tarball":"https://registry.npmjs.org/semver/-/semver-4.2.2.tgz"},"directories":{}},"4.3.0":{"name":"semver","version":"4.3.0","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/isaacs/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"12c0304de19c3d01ae2524b70592e9c49a76ff9d","bugs":{"url":"https://github.com/isaacs/node-semver/issues"},"homepage":"https://github.com/isaacs/node-semver","_id":"semver@4.3.0","_shasum":"3757ceed2b91afefe0ba2c3b6bda49c688b0257a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"1.1.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"3757ceed2b91afefe0ba2c3b6bda49c688b0257a","tarball":"https://registry.npmjs.org/semver/-/semver-4.3.0.tgz"},"directories":{}},"4.3.1":{"name":"semver","version":"4.3.1","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"fa9be2b231666f7485e832f84d2fe99afc033e22","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver","_id":"semver@4.3.1","_shasum":"beb0129575b95f76110b29af08d370fd9eeb34bf","_from":".","_npmVersion":"2.6.0","_nodeVersion":"1.1.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"beb0129575b95f76110b29af08d370fd9eeb34bf","tarball":"https://registry.npmjs.org/semver/-/semver-4.3.1.tgz"},"directories":{}},"4.3.2":{"name":"semver","version":"4.3.2","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"22e583cc12d21b80bd7175b64ebe55890aa34e46","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver","_id":"semver@4.3.2","_shasum":"c7a07158a80bedd052355b770d82d6640f803be7","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"c7a07158a80bedd052355b770d82d6640f803be7","tarball":"https://registry.npmjs.org/semver/-/semver-4.3.2.tgz"},"directories":{}},"4.3.3":{"name":"semver","version":"4.3.3","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"BSD","repository":{"type":"git","url":"git://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"bb32a43bdfa7223e4c450d181e5a2184b00f24d4","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver","_id":"semver@4.3.3","_shasum":"15466b61220bc371cd8f0e666a9f785329ea8228","_from":".","_npmVersion":"2.7.4","_nodeVersion":"1.4.2","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"dist":{"shasum":"15466b61220bc371cd8f0e666a9f785329ea8228","tarball":"https://registry.npmjs.org/semver/-/semver-4.3.3.tgz"},"directories":{}},"4.3.4":{"name":"semver","version":"4.3.4","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"0.x >=0.0.4","uglify-js":"~2.3.6"},"license":"ISC","repository":{"type":"git","url":"git://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"d7d791dc9d321cb5f3211e39ce8857f6476922f9","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@4.3.4","_shasum":"bf43a1aae304de040e12a13f84200ca7aeab7589","_from":".","_npmVersion":"2.9.1","_nodeVersion":"2.0.0","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"bf43a1aae304de040e12a13f84200ca7aeab7589","tarball":"https://registry.npmjs.org/semver/-/semver-4.3.4.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"4.3.5":{"name":"semver","version":"4.3.5","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"^1.2.0","uglify-js":"~2.3.6"},"license":"ISC","repository":{"type":"git","url":"git://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"75bb9e0692b562f296b0a353a7934e0510727566","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@4.3.5","_shasum":"c20865a8bb8e1b6ac958a390c8e835538fa0c707","_from":".","_npmVersion":"2.10.1","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"c20865a8bb8e1b6ac958a390c8e835538fa0c707","tarball":"https://registry.npmjs.org/semver/-/semver-4.3.5.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"4.3.6":{"name":"semver","version":"4.3.6","description":"The semantic version parser used by npm.","main":"semver.js","browser":"semver.browser.js","min":"semver.min.js","scripts":{"test":"tap test/*.js","prepublish":"make"},"devDependencies":{"tap":"^1.2.0","uglify-js":"~2.3.6"},"license":"ISC","repository":{"type":"git","url":"git://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"63c48296ca5da3ba6a88c743bb8c92effc789811","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@4.3.6","_shasum":"300bc6e0e86374f7ba61068b5b1ecd57fc6532da","_from":".","_npmVersion":"2.10.1","_nodeVersion":"2.0.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"300bc6e0e86374f7ba61068b5b1ecd57fc6532da","tarball":"https://registry.npmjs.org/semver/-/semver-4.3.6.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"5.0.0":{"name":"semver","version":"5.0.0","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^1.2.0","uglify-js":"~2.3.6"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"01ac00c45efa423894b2da5b043ce6190c96ae96","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.0.0","_shasum":"f96fd0f81ea71ec131aceac26725cef2a255dc01","_from":".","_npmVersion":"3.1.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"f96fd0f81ea71ec131aceac26725cef2a255dc01","tarball":"https://registry.npmjs.org/semver/-/semver-5.0.0.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"5.0.1":{"name":"semver","version":"5.0.1","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^1.2.0","uglify-js":"~2.3.6"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"3408896f115cdb241684fb81f85abb0d2ecc27e9","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.0.1","_shasum":"9fb3f4004f900d83c47968fe42f7583e05832cc9","_from":".","_npmVersion":"3.1.0","_nodeVersion":"2.2.1","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"9fb3f4004f900d83c47968fe42f7583e05832cc9","tarball":"https://registry.npmjs.org/semver/-/semver-5.0.1.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"5.0.2":{"name":"semver","version":"5.0.2","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^1.2.0","uglify-js":"~2.3.6"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"df967e1ad6251d0433b0398a93756142a423a528","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.0.2","_shasum":"19041bd286619344116c60bcc011a3a4cb4a14ef","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"19041bd286619344116c60bcc011a3a4cb4a14ef","tarball":"https://registry.npmjs.org/semver/-/semver-5.0.2.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"5.0.3":{"name":"semver","version":"5.0.3","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^1.3.4"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"5f89ecbe78145ad0b501cf6279f602a23c89738d","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.0.3","_shasum":"77466de589cd5d3c95f138aa78bc569a3cb5d27a","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"77466de589cd5d3c95f138aa78bc569a3cb5d27a","tarball":"https://registry.npmjs.org/semver/-/semver-5.0.3.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"5.1.0":{"name":"semver","version":"5.1.0","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^2.0.0"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"8e33a30e62e40e4983d1c5f55e794331b861aadc","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.1.0","_shasum":"85f2cf8550465c4df000cf7d86f6b054106ab9e5","_from":".","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"85f2cf8550465c4df000cf7d86f6b054106ab9e5","tarball":"https://registry.npmjs.org/semver/-/semver-5.1.0.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{}},"5.1.1":{"name":"semver","version":"5.1.1","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^2.0.0"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"gitHead":"ad1d3658a1b5749c38b9d21280c629f4fa2fee54","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.1.1","_shasum":"a3292a373e6f3e0798da0b20641b9a9c5bc47e19","_from":".","_npmVersion":"3.10.2","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"a3292a373e6f3e0798da0b20641b9a9c5bc47e19","tarball":"https://registry.npmjs.org/semver/-/semver-5.1.1.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/semver-5.1.1.tgz_1466704850953_0.017174890032038093"},"directories":{}},"5.2.0":{"name":"semver","version":"5.2.0","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^2.0.0"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"files":["bin","range.bnf","semver.js"],"gitHead":"f7fef36765c53ebe237bf415c3ea002f24aa5621","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.2.0","_shasum":"281995b80c1448209415ddbc4cf50c269cef55c5","_from":".","_npmVersion":"3.10.2","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"281995b80c1448209415ddbc4cf50c269cef55c5","tarball":"https://registry.npmjs.org/semver/-/semver-5.2.0.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/semver-5.2.0.tgz_1467136841238_0.2250258030835539"},"directories":{}},"5.3.0":{"name":"semver","version":"5.3.0","description":"The semantic version parser used by npm.","main":"semver.js","scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"^2.0.0"},"license":"ISC","repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"bin":{"semver":"./bin/semver"},"files":["bin","range.bnf","semver.js"],"gitHead":"d21444a0658224b152ce54965d02dbe0856afb84","bugs":{"url":"https://github.com/npm/node-semver/issues"},"homepage":"https://github.com/npm/node-semver#readme","_id":"semver@5.3.0","_shasum":"9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f","_from":".","_npmVersion":"3.10.6","_nodeVersion":"4.4.4","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f","tarball":"https://registry.npmjs.org/semver/-/semver-5.3.0.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/semver-5.3.0.tgz_1468515166602_0.9155273644719273"},"directories":{}}},"maintainers":[{"email":"i@izs.me","name":"isaacs"},{"email":"ogd@aoaioxxysz.net","name":"othiym23"}],"time":{"modified":"2017-07-21T23:21:51.598Z","created":"2011-02-12T00:20:25.690Z","1.0.0":"2011-02-12T00:20:26.037Z","1.0.1":"2011-02-18T17:15:49.775Z","1.0.2":"2011-03-22T21:27:35.218Z","1.0.3":"2011-04-19T23:29:13.670Z","1.0.4":"2011-04-21T07:32:11.512Z","1.0.5":"2011-05-03T23:11:54.939Z","1.0.6":"2011-05-21T00:09:47.724Z","1.0.7":"2011-06-17T16:26:07.324Z","1.0.8":"2011-06-27T21:58:51.266Z","1.0.9":"2011-07-20T21:38:13.081Z","1.0.10":"2011-10-04T01:51:37.206Z","1.0.11":"2011-11-15T16:40:04.239Z","1.0.12":"2011-11-18T19:04:02.511Z","1.0.13":"2011-12-21T17:07:14.144Z","1.0.14":"2012-05-27T00:47:32.831Z","1.1.0":"2012-10-02T17:02:34.309Z","1.1.1":"2012-11-29T00:46:21.597Z","1.1.2":"2013-01-06T16:25:56.424Z","1.1.3":"2013-02-06T15:42:39.566Z","1.1.4":"2013-03-01T18:14:56.811Z","2.0.0-alpha":"2013-06-15T03:29:33.540Z","2.0.0-beta":"2013-06-18T00:01:26.679Z","2.0.1":"2013-06-20T04:42:51.354Z","2.0.2":"2013-06-20T15:05:58.554Z","2.0.3":"2013-06-20T15:15:33.034Z","2.0.4":"2013-06-20T15:33:20.522Z","2.0.5":"2013-06-20T15:42:04.599Z","2.0.6":"2013-06-20T18:41:20.343Z","2.0.7":"2013-06-20T18:57:03.281Z","2.0.8":"2013-06-24T22:12:37.887Z","2.0.9":"2013-07-06T03:45:40.578Z","2.0.10":"2013-07-09T22:39:16.895Z","2.0.11":"2013-07-24T03:23:19.907Z","2.1.0":"2013-08-01T23:52:31.371Z","2.2.0":"2013-10-25T20:02:44.049Z","2.2.1":"2013-10-28T18:18:10.005Z","2.3.0":"2014-05-07T01:15:02.092Z","2.3.1":"2014-06-18T22:48:16.706Z","2.3.2":"2014-07-22T19:24:50.090Z","3.0.0":"2014-07-23T21:14:29.806Z","3.0.1":"2014-07-24T17:24:36.175Z","4.0.0":"2014-09-11T22:36:27.208Z","4.0.2":"2014-09-30T23:55:26.916Z","4.0.3":"2014-10-01T00:18:37.208Z","4.1.0":"2014-10-16T00:55:35.923Z","4.1.1":"2014-12-19T12:57:14.981Z","4.2.0":"2014-12-23T09:42:46.263Z","4.2.1":"2015-02-10T06:44:26.265Z","4.2.2":"2015-02-10T06:46:44.370Z","4.3.0":"2015-02-12T20:08:38.236Z","4.3.1":"2015-02-24T19:49:50.416Z","4.3.2":"2015-03-27T01:26:08.892Z","4.3.3":"2015-03-27T16:56:24.729Z","4.3.4":"2015-05-05T04:26:05.035Z","4.3.5":"2015-05-29T22:25:40.918Z","4.3.6":"2015-06-01T04:16:22.945Z","5.0.0":"2015-07-11T17:29:40.652Z","5.0.1":"2015-07-13T20:02:27.516Z","5.0.2":"2015-09-11T17:09:40.057Z","5.0.3":"2015-09-11T20:27:31.563Z","5.1.0":"2015-11-18T23:18:02.918Z","5.1.1":"2016-06-23T18:00:51.598Z","5.2.0":"2016-06-28T18:00:41.679Z","5.3.0":"2016-07-14T16:52:47.104Z"},"repository":{"type":"git","url":"git+https://github.com/npm/node-semver.git"},"users":{"285858315":true,"substack":true,"fgribreau":true,"clux":true,"glukki":true,"bryanburgers":true,"maxmaximov":true,"pid":true,"tigefa":true,"mpcref":true,"thomblake":true,"afc163":true,"gabeio":true,"jimnox":true,"kahboom":true,"josephdavisco":true,"ambdxtrch":true,"pragmadash":true,"alnafie":true,"battlemidget":true,"hkbarton":true,"fourq":true,"chrisyipw":true,"kelerliao":true,"qlqllu":true,"ryanj":true,"womjoy":true,"kaiquewdev":true,"pstoev":true,"louxiaojian":true,"akiva":true,"sametsisartenep":true,"marco.jahn":true,"pnevares":true,"52u":true,"simplyianm":true,"yashprit":true,"anhulife":true,"itonyyo":true,"chriscalo":true,"nwinant":true,"brandonpapworth":true,"garrickajo":true,"niccai":true,"karlbateman":true,"kontrax":true,"deepanchor":true,"aaron":true,"glab":true,"isaacvitor":true,"galenandrew":true,"nalindak":true,"yokubee":true,"joaocunha":true,"cb1kenobi":true,"wangnan0610":true,"antanst":true,"wkaifang":true,"guananddu":true,"amobiz":true,"a3.ivanenko":true,"irnnr":true,"eserozvataf":true,"guria":true,"redmonkeydf":true,"highlanderkev":true,"tobiasnickel":true,"plusman":true,"shaomingquan":true,"brend":true,"glider":true,"nickeltobias":true,"knalli":true,"roman-io":true,"bcoe":true,"nice_body":true,"aa403210842":true,"spanser":true,"adrianorosa":true,"princetoad":true,"xinwangwang":true,"jtrh":true,"paulsmirnov":true,"toby_reynold":true,"arttse":true,"mysticatea":true,"sopepos":true,"nettee":true,"pragmader":true,"akarem":true,"i-erokhin":true,"dyc5828":true,"lichenhao":true,"tdreitz":true,"yanrivera":true,"ahmed-dinar":true,"penglu":true,"lijinghust":true,"mojaray2k":true,"ferchoriverar":true,"petersun":true,"davidnyhuis":true,"lgh06":true,"nanxing":true,"edwingeng":true,"largepuma":true,"shangsinian":true,"anoubis":true,"franksansc":true,"yuch4n":true,"giussa_dan":true,"etan22":true,"rochejul":true,"suemcnab":true,"lachriz":true,"panlw":true,"seniv":true,"xueboren":true,"shuoshubao":true,"dekatron":true,"xfloops":true,"stone_breaker":true,"daizch":true,"domjtalbot":true,"modood":true,"noitidart":true,"wuwenbin":true,"sibawite":true,"asaupup":true,"heartnett":true,"jian263994241":true,"hugojosefson":true,"mdaha":true,"tomekf":true,"phixid":true,"kerwyn":true,"space-ed":true},"readme":"semver(1) -- The semantic versioner for npm\n===========================================\n\n## Usage\n\n $ npm install semver\n $ node\n var semver = require('semver')\n\n semver.valid('1.2.3') // '1.2.3'\n semver.valid('a.b.c') // null\n semver.clean(' =v1.2.3 ') // '1.2.3'\n semver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true\n semver.gt('1.2.3', '9.8.7') // false\n semver.lt('1.2.3', '9.8.7') // true\n\nAs a command-line utility:\n\n $ semver -h\n\n SemVer 5.1.0\n\n A JavaScript implementation of the http://semver.org/ specification\n Copyright Isaac Z. Schlueter\n\n Usage: semver [options] [ [...]]\n Prints valid versions sorted by SemVer precedence\n\n Options:\n -r --range \n Print versions that match the specified range.\n\n -i --increment []\n Increment a version by the specified level. Level can\n be one of: major, minor, patch, premajor, preminor,\n prepatch, or prerelease. Default level is 'patch'.\n Only one version may be specified.\n\n --preid \n Identifier to be used to prefix premajor, preminor,\n prepatch or prerelease version increments.\n\n -l --loose\n Interpret versions and ranges loosely\n\n Program exits successfully if any valid version satisfies\n all supplied ranges, and prints all satisfying versions.\n\n If no satisfying versions are found, then exits failure.\n\n Versions are printed in ascending order, so supplying\n multiple versions to the utility will just sort them.\n\n## Versions\n\nA \"version\" is described by the `v2.0.0` specification found at\n.\n\nA leading `\"=\"` or `\"v\"` character is stripped off and ignored.\n\n## Ranges\n\nA `version range` is a set of `comparators` which specify versions\nthat satisfy the range.\n\nA `comparator` is composed of an `operator` and a `version`. The set\nof primitive `operators` is:\n\n* `<` Less than\n* `<=` Less than or equal to\n* `>` Greater than\n* `>=` Greater than or equal to\n* `=` Equal. If no operator is specified, then equality is assumed,\n so this operator is optional, but MAY be included.\n\nFor example, the comparator `>=1.2.7` would match the versions\n`1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6`\nor `1.1.0`.\n\nComparators can be joined by whitespace to form a `comparator set`,\nwhich is satisfied by the **intersection** of all of the comparators\nit includes.\n\nA range is composed of one or more comparator sets, joined by `||`. A\nversion matches a range if and only if every comparator in at least\none of the `||`-separated comparator sets is satisfied by the version.\n\nFor example, the range `>=1.2.7 <1.3.0` would match the versions\n`1.2.7`, `1.2.8`, and `1.2.99`, but not the versions `1.2.6`, `1.3.0`,\nor `1.1.0`.\n\nThe range `1.2.7 || >=1.2.9 <2.0.0` would match the versions `1.2.7`,\n`1.2.9`, and `1.4.6`, but not the versions `1.2.8` or `2.0.0`.\n\n### Prerelease Tags\n\nIf a version has a prerelease tag (for example, `1.2.3-alpha.3`) then\nit will only be allowed to satisfy comparator sets if at least one\ncomparator with the same `[major, minor, patch]` tuple also has a\nprerelease tag.\n\nFor example, the range `>1.2.3-alpha.3` would be allowed to match the\nversion `1.2.3-alpha.7`, but it would *not* be satisfied by\n`3.4.5-alpha.9`, even though `3.4.5-alpha.9` is technically \"greater\nthan\" `1.2.3-alpha.3` according to the SemVer sort rules. The version\nrange only accepts prerelease tags on the `1.2.3` version. The\nversion `3.4.5` *would* satisfy the range, because it does not have a\nprerelease flag, and `3.4.5` is greater than `1.2.3-alpha.7`.\n\nThe purpose for this behavior is twofold. First, prerelease versions\nfrequently are updated very quickly, and contain many breaking changes\nthat are (by the author's design) not yet fit for public consumption.\nTherefore, by default, they are excluded from range matching\nsemantics.\n\nSecond, a user who has opted into using a prerelease version has\nclearly indicated the intent to use *that specific* set of\nalpha/beta/rc versions. By including a prerelease tag in the range,\nthe user is indicating that they are aware of the risk. However, it\nis still not appropriate to assume that they have opted into taking a\nsimilar risk on the *next* set of prerelease versions.\n\n#### Prerelease Identifiers\n\nThe method `.inc` takes an additional `identifier` string argument that\nwill append the value of the string as a prerelease identifier:\n\n```javascript\n> semver.inc('1.2.3', 'prerelease', 'beta')\n'1.2.4-beta.0'\n```\n\ncommand-line example:\n\n```shell\n$ semver 1.2.3 -i prerelease --preid beta\n1.2.4-beta.0\n```\n\nWhich then can be used to increment further:\n\n```shell\n$ semver 1.2.4-beta.0 -i prerelease\n1.2.4-beta.1\n```\n\n### Advanced Range Syntax\n\nAdvanced range syntax desugars to primitive comparators in\ndeterministic ways.\n\nAdvanced ranges may be combined in the same way as primitive\ncomparators using white space or `||`.\n\n#### Hyphen Ranges `X.Y.Z - A.B.C`\n\nSpecifies an inclusive set.\n\n* `1.2.3 - 2.3.4` := `>=1.2.3 <=2.3.4`\n\nIf a partial version is provided as the first version in the inclusive\nrange, then the missing pieces are replaced with zeroes.\n\n* `1.2 - 2.3.4` := `>=1.2.0 <=2.3.4`\n\nIf a partial version is provided as the second version in the\ninclusive range, then all versions that start with the supplied parts\nof the tuple are accepted, but nothing that would be greater than the\nprovided tuple parts.\n\n* `1.2.3 - 2.3` := `>=1.2.3 <2.4.0`\n* `1.2.3 - 2` := `>=1.2.3 <3.0.0`\n\n#### X-Ranges `1.2.x` `1.X` `1.2.*` `*`\n\nAny of `X`, `x`, or `*` may be used to \"stand in\" for one of the\nnumeric values in the `[major, minor, patch]` tuple.\n\n* `*` := `>=0.0.0` (Any version satisfies)\n* `1.x` := `>=1.0.0 <2.0.0` (Matching major version)\n* `1.2.x` := `>=1.2.0 <1.3.0` (Matching major and minor versions)\n\nA partial version range is treated as an X-Range, so the special\ncharacter is in fact optional.\n\n* `\"\"` (empty string) := `*` := `>=0.0.0`\n* `1` := `1.x.x` := `>=1.0.0 <2.0.0`\n* `1.2` := `1.2.x` := `>=1.2.0 <1.3.0`\n\n#### Tilde Ranges `~1.2.3` `~1.2` `~1`\n\nAllows patch-level changes if a minor version is specified on the\ncomparator. Allows minor-level changes if not.\n\n* `~1.2.3` := `>=1.2.3 <1.(2+1).0` := `>=1.2.3 <1.3.0`\n* `~1.2` := `>=1.2.0 <1.(2+1).0` := `>=1.2.0 <1.3.0` (Same as `1.2.x`)\n* `~1` := `>=1.0.0 <(1+1).0.0` := `>=1.0.0 <2.0.0` (Same as `1.x`)\n* `~0.2.3` := `>=0.2.3 <0.(2+1).0` := `>=0.2.3 <0.3.0`\n* `~0.2` := `>=0.2.0 <0.(2+1).0` := `>=0.2.0 <0.3.0` (Same as `0.2.x`)\n* `~0` := `>=0.0.0 <(0+1).0.0` := `>=0.0.0 <1.0.0` (Same as `0.x`)\n* `~1.2.3-beta.2` := `>=1.2.3-beta.2 <1.3.0` Note that prereleases in\n the `1.2.3` version will be allowed, if they are greater than or\n equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but\n `1.2.4-beta.2` would not, because it is a prerelease of a\n different `[major, minor, patch]` tuple.\n\n#### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4`\n\nAllows changes that do not modify the left-most non-zero digit in the\n`[major, minor, patch]` tuple. In other words, this allows patch and\nminor updates for versions `1.0.0` and above, patch updates for\nversions `0.X >=0.1.0`, and *no* updates for versions `0.0.X`.\n\nMany authors treat a `0.x` version as if the `x` were the major\n\"breaking-change\" indicator.\n\nCaret ranges are ideal when an author may make breaking changes\nbetween `0.2.4` and `0.3.0` releases, which is a common practice.\nHowever, it presumes that there will *not* be breaking changes between\n`0.2.4` and `0.2.5`. It allows for changes that are presumed to be\nadditive (but non-breaking), according to commonly observed practices.\n\n* `^1.2.3` := `>=1.2.3 <2.0.0`\n* `^0.2.3` := `>=0.2.3 <0.3.0`\n* `^0.0.3` := `>=0.0.3 <0.0.4`\n* `^1.2.3-beta.2` := `>=1.2.3-beta.2 <2.0.0` Note that prereleases in\n the `1.2.3` version will be allowed, if they are greater than or\n equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but\n `1.2.4-beta.2` would not, because it is a prerelease of a\n different `[major, minor, patch]` tuple.\n* `^0.0.3-beta` := `>=0.0.3-beta <0.0.4` Note that prereleases in the\n `0.0.3` version *only* will be allowed, if they are greater than or\n equal to `beta`. So, `0.0.3-pr.2` would be allowed.\n\nWhen parsing caret ranges, a missing `patch` value desugars to the\nnumber `0`, but will allow flexibility within that value, even if the\nmajor and minor versions are both `0`.\n\n* `^1.2.x` := `>=1.2.0 <2.0.0`\n* `^0.0.x` := `>=0.0.0 <0.1.0`\n* `^0.0` := `>=0.0.0 <0.1.0`\n\nA missing `minor` and `patch` values will desugar to zero, but also\nallow flexibility within those values, even if the major version is\nzero.\n\n* `^1.x` := `>=1.0.0 <2.0.0`\n* `^0.x` := `>=0.0.0 <1.0.0`\n\n### Range Grammar\n\nPutting all this together, here is a Backus-Naur grammar for ranges,\nfor the benefit of parser authors:\n\n```bnf\nrange-set ::= range ( logical-or range ) *\nlogical-or ::= ( ' ' ) * '||' ( ' ' ) *\nrange ::= hyphen | simple ( ' ' simple ) * | ''\nhyphen ::= partial ' - ' partial\nsimple ::= primitive | partial | tilde | caret\nprimitive ::= ( '<' | '>' | '>=' | '<=' | '=' | ) partial\npartial ::= xr ( '.' xr ( '.' xr qualifier ? )? )?\nxr ::= 'x' | 'X' | '*' | nr\nnr ::= '0' | ['1'-'9'] ( ['0'-'9'] ) *\ntilde ::= '~' partial\ncaret ::= '^' partial\nqualifier ::= ( '-' pre )? ( '+' build )?\npre ::= parts\nbuild ::= parts\nparts ::= part ( '.' part ) *\npart ::= nr | [-0-9A-Za-z]+\n```\n\n## Functions\n\nAll methods and classes take a final `loose` boolean argument that, if\ntrue, will be more forgiving about not-quite-valid semver strings.\nThe resulting output will always be 100% strict, of course.\n\nStrict-mode Comparators and Ranges will be strict about the SemVer\nstrings that they parse.\n\n* `valid(v)`: Return the parsed version, or null if it's not valid.\n* `inc(v, release)`: Return the version incremented by the release\n type (`major`, `premajor`, `minor`, `preminor`, `patch`,\n `prepatch`, or `prerelease`), or null if it's not valid\n * `premajor` in one call will bump the version up to the next major\n version and down to a prerelease of that major version.\n `preminor`, and `prepatch` work the same way.\n * If called from a non-prerelease version, the `prerelease` will work the\n same as `prepatch`. It increments the patch version, then makes a\n prerelease. If the input version is already a prerelease it simply\n increments it.\n* `prerelease(v)`: Returns an array of prerelease components, or null\n if none exist. Example: `prerelease('1.2.3-alpha.1') -> ['alpha', 1]`\n* `major(v)`: Return the major version number.\n* `minor(v)`: Return the minor version number.\n* `patch(v)`: Return the patch version number.\n\n### Comparison\n\n* `gt(v1, v2)`: `v1 > v2`\n* `gte(v1, v2)`: `v1 >= v2`\n* `lt(v1, v2)`: `v1 < v2`\n* `lte(v1, v2)`: `v1 <= v2`\n* `eq(v1, v2)`: `v1 == v2` This is true if they're logically equivalent,\n even if they're not the exact same string. You already know how to\n compare strings.\n* `neq(v1, v2)`: `v1 != v2` The opposite of `eq`.\n* `cmp(v1, comparator, v2)`: Pass in a comparison string, and it'll call\n the corresponding function above. `\"===\"` and `\"!==\"` do simple\n string comparison, but are included for completeness. Throws if an\n invalid comparison string is provided.\n* `compare(v1, v2)`: Return `0` if `v1 == v2`, or `1` if `v1` is greater, or `-1` if\n `v2` is greater. Sorts in ascending order if passed to `Array.sort()`.\n* `rcompare(v1, v2)`: The reverse of compare. Sorts an array of versions\n in descending order when passed to `Array.sort()`.\n* `diff(v1, v2)`: Returns difference between two versions by the release type\n (`major`, `premajor`, `minor`, `preminor`, `patch`, `prepatch`, or `prerelease`),\n or null if the versions are the same.\n\n\n### Ranges\n\n* `validRange(range)`: Return the valid range or null if it's not valid\n* `satisfies(version, range)`: Return true if the version satisfies the\n range.\n* `maxSatisfying(versions, range)`: Return the highest version in the list\n that satisfies the range, or `null` if none of them do.\n* `minSatisfying(versions, range)`: Return the lowest version in the list\n that satisfies the range, or `null` if none of them do.\n* `gtr(version, range)`: Return `true` if version is greater than all the\n versions possible in the range.\n* `ltr(version, range)`: Return `true` if version is less than all the\n versions possible in the range.\n* `outside(version, range, hilo)`: Return true if the version is outside\n the bounds of the range in either the high or low direction. The\n `hilo` argument must be either the string `'>'` or `'<'`. (This is\n the function called by `gtr` and `ltr`.)\n\nNote that, since ranges may be non-contiguous, a version might not be\ngreater than a range, less than a range, *or* satisfy a range! For\nexample, the range `1.2 <1.2.9 || >2.0.0` would have a hole from `1.2.9`\nuntil `2.0.0`, so the version `1.2.10` would not be greater than the\nrange (because `2.0.1` satisfies, which is higher), nor less than the\nrange (since `1.2.8` satisfies, which is lower), and it also does not\nsatisfy the range.\n\nIf you want to know if a version satisfies or does not satisfy a\nrange, use the `satisfies(version, range)` function.\n","homepage":"https://github.com/npm/node-semver#readme","bugs":{"url":"https://github.com/npm/node-semver/issues"},"license":"ISC","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"59728c8f-11c98\"","_lastModified":"Fri, 21 Jul 2017 23:21:51 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/send/.cache.json b/frappe/.npm/registry.npmjs.org/send/.cache.json new file mode 100644 index 00000000..419954ca --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/send/.cache.json @@ -0,0 +1 @@ +{"_id":"send","_rev":"119-c51b798eca1fab42e6da577e181c45b6","name":"send","description":"Better streaming static file server with Range and conditional-GET support","dist-tags":{"latest":"0.15.3"},"versions":{"0.0.1":{"name":"send","version":"0.0.1","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"1.2.6","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"main":"index","_id":"send@0.0.1","dist":{"shasum":"0d04102e8ac681fb635dc7030e9c9b41de683e00","tarball":"https://registry.npmjs.org/send/-/send-0.0.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.0.2":{"name":"send","version":"0.0.2","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"1.2.6","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"main":"index","_id":"send@0.0.2","dist":{"shasum":"8792a53497bb91b62973b588179eb4c5ed0ff7fd","tarball":"https://registry.npmjs.org/send/-/send-0.0.2.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.0.3":{"name":"send","version":"0.0.3","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"1.2.6","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"main":"index","_id":"send@0.0.3","dist":{"shasum":"4d5f843edf9d65dac31c8a5d2672c179ecb67184","tarball":"https://registry.npmjs.org/send/-/send-0.0.3.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.0.4":{"name":"send","version":"0.0.4","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"1.2.6","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"main":"index","_id":"send@0.0.4","dist":{"shasum":"2d4cf79b189fcd09610e1302510ac9b0e4dde800","tarball":"https://registry.npmjs.org/send/-/send-0.0.4.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.0":{"name":"send","version":"0.1.0","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"1.2.6","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"main":"index","_id":"send@0.1.0","dist":{"shasum":"cfb08ebd3cec9b7fc1a37d9ff9e875a971cf4640","tarball":"https://registry.npmjs.org/send/-/send-0.1.0.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.1":{"name":"send","version":"0.1.1","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"~1.2.9","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git://github.com/visionmedia/send.git"},"main":"index","_id":"send@0.1.1","dist":{"shasum":"0bcfcbd03def6e2d8612e1abf8f4895b450c60c8","tarball":"https://registry.npmjs.org/send/-/send-0.1.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.2":{"name":"send","version":"0.1.2","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"~1.2.9","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git://github.com/visionmedia/send.git"},"main":"index","bugs":{"url":"https://github.com/visionmedia/send/issues"},"_id":"send@0.1.2","dist":{"shasum":"c2744e98111bf1bb62eb4996dfda8a9980752984","tarball":"https://registry.npmjs.org/send/-/send-0.1.2.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.3":{"name":"send","version":"0.1.3","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"~1.2.9","fresh":"0.1.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git://github.com/visionmedia/send.git"},"main":"index","bugs":{"url":"https://github.com/visionmedia/send/issues"},"_id":"send@0.1.3","dist":{"shasum":"a7875daa6802d31e2ce32fdad98d3664c51ecea3","tarball":"https://registry.npmjs.org/send/-/send-0.1.3.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.4":{"name":"send","version":"0.1.4","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"~1.2.9","fresh":"0.2.0","range-parser":"0.0.4"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git://github.com/visionmedia/send.git"},"main":"index","bugs":{"url":"https://github.com/visionmedia/send/issues"},"_id":"send@0.1.4","dist":{"shasum":"be70d8d1be01de61821af13780b50345a4f71abd","tarball":"https://registry.npmjs.org/send/-/send-0.1.4.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.2.0":{"name":"send","version":"0.2.0","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"debug":"*","mime":"~1.2.9","fresh":"~0.2.1","range-parser":"~1.0.0"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.0.1","connect":"2.x"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git://github.com/visionmedia/send.git"},"main":"index","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.2.0","dist":{"shasum":"067abf45cff8bffb29cbdb7439725b32388a2c58","tarball":"https://registry.npmjs.org/send/-/send-0.2.0.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.3.0":{"name":"send","version":"0.3.0","description":"Better streaming static file server with Range and conditional-GET support","keywords":["static","file","server"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"buffer-crc32":"0.2.1","debug":"0.8.0","fresh":"~0.2.1","mime":"1.2.11","range-parser":"~1.0.0"},"devDependencies":{"mocha":"*","should":"*","supertest":"0.10.0","connect":"2.x"},"scripts":{"test":"mocha --require should --reporter spec --bail"},"repository":{"type":"git","url":"git://github.com/visionmedia/send.git"},"main":"index","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.3.0","dist":{"shasum":"9718324634806fc75bc4f8f5e51f57d9d66606e7","tarball":"https://registry.npmjs.org/send/-/send-0.3.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.4.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.4.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"0.8.1","finished":"1.1.4","fresh":"~0.2.1","mime":"1.2.11","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.19.0","should":"~3.3.2","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.4.0","_shasum":"e7ec677072e5651f18712dd493732fcf422cec39","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"e7ec677072e5651f18712dd493732fcf422cec39","tarball":"https://registry.npmjs.org/send/-/send-0.4.0.tgz"},"directories":{}},"0.4.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.4.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"0.8.1","finished":"1.1.4","fresh":"~0.2.1","mime":"1.2.11","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.4.1","_shasum":"6e9a5d41cb9c0fb3514226446fa319aed46d433d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"6e9a5d41cb9c0fb3514226446fa319aed46d433d","tarball":"https://registry.npmjs.org/send/-/send-0.4.1.tgz"},"directories":{}},"0.4.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.4.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.1","finished":"1.2.1","fresh":"~0.2.1","mime":"1.2.11","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.4.2","dist":{"shasum":"7641b23126fc54975d2be37674b36d6bb617b26c","tarball":"https://registry.npmjs.org/send/-/send-0.4.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.4.3":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.4.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.2","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"},"gitHead":"ffac4f5c4eca470a041ff328e425a8050a4d792c","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.4.3","_shasum":"9627b23b7707fbf6373831cac5793330b594b640","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"9627b23b7707fbf6373831cac5793330b594b640","tarball":"https://registry.npmjs.org/send/-/send-0.4.3.tgz"},"directories":{}},"0.5.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.5.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.2","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.5.0","dist":{"shasum":"fc0f7e2f92e29aebfd8a1b2deb4a394e7a531a68","tarball":"https://registry.npmjs.org/send/-/send-0.5.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.6.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.6.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.3","depd":"0.3.0","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.6.0","dist":{"shasum":"a59da9265db7c35141e1079cf1f368ee0d59b3ab","tarball":"https://registry.npmjs.org/send/-/send-0.6.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.7.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.7.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.2","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.7.0","dist":{"shasum":"f479a05c57d36bf564311dd1e3825b84b26ae336","tarball":"https://registry.npmjs.org/send/-/send-0.7.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.7.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.7.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.3","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.7.1","dist":{"shasum":"fe02421cd5fb3bcc10287f72c18e94818e3f80fd","tarball":"https://registry.npmjs.org/send/-/send-0.7.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.7.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.7.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.7.2","dist":{"shasum":"3b5f696f701d56fe115b860cc6b3f0cdbfbf7804","tarball":"https://registry.npmjs.org/send/-/send-0.7.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.7.3":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.7.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.7.3","dist":{"shasum":"2caa2e2627d2f9c2d109d3f5c2942935480aa993","tarball":"https://registry.npmjs.org/send/-/send-0.7.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.7.4":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.7.4","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"c7a90d47e2bc50a1aaabc0a28618a78a401daa65","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.7.4","_shasum":"c80a084cb8eb940345f3ab4ce9e4ee25cb6647cb","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"c80a084cb8eb940345f3ab4ce9e4ee25cb6647cb","tarball":"https://registry.npmjs.org/send/-/send-0.7.4.tgz"},"directories":{}},"0.8.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.8.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"7e8591cf07cbba182f60e1cf7cc7c4b66558ba4a","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.8.0","_shasum":"cbe98d58c1bdaa666bb95acb68ed1df92e1ae6e1","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"cbe98d58c1bdaa666bb95acb68ed1df92e1ae6e1","tarball":"https://registry.npmjs.org/send/-/send-0.8.0.tgz"},"directories":{}},"0.8.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.8.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"d7c99ee941d73fe9a668fc4c673185bfd2167ce7","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.8.1","_shasum":"86bbdcc3fb0ce6ebc2d15af977d94c0b300d02eb","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"86bbdcc3fb0ce6ebc2d15af977d94c0b300d02eb","tarball":"https://registry.npmjs.org/send/-/send-0.8.1.tgz"},"directories":{}},"0.8.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.8.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","dethroy":"1.0.2","escape-html":"1.0.1","finished":"1.2.2","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"80b8de10744b3dbfd10b31afc160bc3241ae7570","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.8.2","_shasum":"f67efb2e3c89bf5bcd90ccda8683b17f1cbfd0ac","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"f67efb2e3c89bf5bcd90ccda8683b17f1cbfd0ac","tarball":"https://registry.npmjs.org/send/-/send-0.8.2.tgz"},"directories":{}},"0.8.3":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.8.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","destroy":"1.0.3","escape-html":"1.0.1","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"463d1c92267d0b84e5df27f2aecad62859d5a57b","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.8.3","_shasum":"593886004fcb968a1b5727814a32b388b3b99083","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"593886004fcb968a1b5727814a32b388b3b99083","tarball":"https://registry.npmjs.org/send/-/send-0.8.3.tgz"},"directories":{}},"0.8.4":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.8.4","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","destroy":"1.0.3","escape-html":"1.0.1","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"c00b287725234439237b0f70b94475ccd55e58f2","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.8.4","_shasum":"259cd04e507df26a70eaa5b66cb20a26d8f18d65","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"259cd04e507df26a70eaa5b66cb20a26d8f18d65","tarball":"https://registry.npmjs.org/send/-/send-0.8.4.tgz"},"directories":{}},"0.8.5":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.8.5","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"1.0.4","depd":"0.4.4","destroy":"1.0.3","escape-html":"1.0.1","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"c4fcb5daaca40bf4cf73e28dadbbe095ba44eeb3","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.8.5","_shasum":"37f708216e6f50c175e74c69fec53484e2fd82c7","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"37f708216e6f50c175e74c69fec53484e2fd82c7","tarball":"https://registry.npmjs.org/send/-/send-0.8.5.tgz"},"directories":{}},"0.9.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.9.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.0.0","depd":"0.4.4","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.3.0","fresh":"0.2.2","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"18ec0938bbb0fcf9b395fa55a275b962099b78d8","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.9.0","_shasum":"778341d52134c895a4ecaf44a4a30d762f8ee3eb","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"778341d52134c895a4ecaf44a4a30d762f8ee3eb","tarball":"https://registry.npmjs.org/send/-/send-0.9.0.tgz"},"directories":{}},"0.9.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.9.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.0.0","depd":"0.4.4","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.3.0","fresh":"0.2.4","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"4f1bebbe16964d5ac83832e1357e50c9118836b0","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.9.1","_shasum":"d93689f7c9ce36bd32f8ee572bb60bda032edc23","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"d93689f7c9ce36bd32f8ee572bb60bda032edc23","tarball":"https://registry.npmjs.org/send/-/send-0.9.1.tgz"},"directories":{}},"0.9.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.9.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.0.0","depd":"0.4.5","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.3.1","fresh":"0.2.4","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.2"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"c2b125b19c1f0f1f3c9bcd72be32d1ea54f2f620","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.9.2","_shasum":"77d22a0f462604451917075c6f52e69c2b3b6e25","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"77d22a0f462604451917075c6f52e69c2b3b6e25","tarball":"https://registry.npmjs.org/send/-/send-0.9.2.tgz"},"directories":{}},"0.9.3":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.9.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.0.0","depd":"0.4.5","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.4.0","fresh":"0.2.4","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.2"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"3dbf47379d9077502208d8057022babcfc2f7cbc","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.9.3","_shasum":"b43a7414cd089b7fbec9b755246f7c37b7b85cc0","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"b43a7414cd089b7fbec9b755246f7c37b7b85cc0","tarball":"https://registry.npmjs.org/send/-/send-0.9.3.tgz"},"directories":{}},"0.10.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.10.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/visionmedia/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.1.0","depd":"~1.0.0","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.5.0","fresh":"0.2.4","mime":"1.2.11","ms":"0.6.2","on-finished":"2.1.0","range-parser":"~1.0.2"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.14.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"0b3d336e6c99e79af059560d63e46de51a17e96d","bugs":{"url":"https://github.com/visionmedia/send/issues"},"homepage":"https://github.com/visionmedia/send","_id":"send@0.10.0","_shasum":"2f984b703934c628b72b72d70557b75ca906ea6c","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"2f984b703934c628b72b72d70557b75ca906ea6c","tarball":"https://registry.npmjs.org/send/-/send-0.10.0.tgz"},"directories":{}},"0.10.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.10.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/tj/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.1.0","depd":"~1.0.0","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.5.0","fresh":"0.2.4","mime":"1.2.11","ms":"0.6.2","on-finished":"~2.1.1","range-parser":"~1.0.2"},"devDependencies":{"istanbul":"0.3.2","mocha":"~2.0.0","should":"~4.1.0","supertest":"~0.14.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"a5e6237f3e812a99d079e2100f6294251ef5f465","bugs":{"url":"https://github.com/tj/send/issues"},"homepage":"https://github.com/tj/send","_id":"send@0.10.1","_shasum":"7745c50ec72f115115980e8fb179aec01900e08a","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"7745c50ec72f115115980e8fb179aec01900e08a","tarball":"https://registry.npmjs.org/send/-/send-0.10.1.tgz"},"directories":{}},"0.11.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.11.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/tj/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.1.1","depd":"~1.0.0","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.5.1","fresh":"0.2.4","mime":"1.2.11","ms":"0.7.0","on-finished":"~2.2.0","range-parser":"~1.0.2"},"devDependencies":{"after":"0.8.1","istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"4768cf446683666f4d28931b80bda72b45687a70","bugs":{"url":"https://github.com/tj/send/issues"},"homepage":"https://github.com/tj/send","_id":"send@0.11.0","_shasum":"d66b83b44576061ebd49551943b3c5c1f61cb308","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"d66b83b44576061ebd49551943b3c5c1f61cb308","tarball":"https://registry.npmjs.org/send/-/send-0.11.0.tgz"},"directories":{}},"0.11.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.11.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/tj/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.1.1","depd":"~1.0.0","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.5.1","fresh":"0.2.4","mime":"1.2.11","ms":"0.7.0","on-finished":"~2.2.0","range-parser":"~1.0.2"},"devDependencies":{"after":"0.8.1","istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["History.md","LICENSE","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"},"gitHead":"1e18c059e94879ededcea3d58f52eec6791560ee","bugs":{"url":"https://github.com/tj/send/issues"},"homepage":"https://github.com/tj/send","_id":"send@0.11.1","_shasum":"1beabfd42f9e2709f99028af3078ac12b47092d5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"1beabfd42f9e2709f99028af3078ac12b47092d5","tarball":"https://registry.npmjs.org/send/-/send-0.11.1.tgz"},"directories":{}},"0.12.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.12.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.1.1","depd":"~1.0.0","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.5.1","fresh":"0.2.4","mime":"1.3.4","ms":"0.7.0","on-finished":"~2.2.0","range-parser":"~1.0.2"},"devDependencies":{"after":"0.8.1","istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"98d60d9949e25d81f2863ec75fd1d1264949f1f9","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send","_id":"send@0.12.0","_shasum":"d8c124a27797c47206d8fd52d37cd27ef15a506e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"d8c124a27797c47206d8fd52d37cd27ef15a506e","tarball":"https://registry.npmjs.org/send/-/send-0.12.0.tgz"},"directories":{}},"0.12.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.12.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.1.1","depd":"~1.0.0","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.5.1","fresh":"0.2.4","mime":"1.3.4","ms":"0.7.0","on-finished":"~2.2.0","range-parser":"~1.0.2"},"devDependencies":{"after":"0.8.1","istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"700757e7aa065b58fb101bd149bedb8239fac228","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send","_id":"send@0.12.1","_shasum":"65e2e4330eae6b4d1082a921bfc8e9c9f1776b31","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"65e2e4330eae6b4d1082a921bfc8e9c9f1776b31","tarball":"https://registry.npmjs.org/send/-/send-0.12.1.tgz"},"directories":{}},"0.12.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.12.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.1.3","depd":"~1.0.0","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.5.1","fresh":"0.2.4","mime":"1.3.4","ms":"0.7.0","on-finished":"~2.2.0","range-parser":"~1.0.2"},"devDependencies":{"after":"0.8.1","istanbul":"0.3.7","mocha":"~2.2.1","supertest":"~0.15.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"c9a4bf66fa7add5976b2fdbbf3ea20d7f83673f8","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send","_id":"send@0.12.2","_shasum":"ba6785e47ab41aa0358b9da401ab22ff0f58eab6","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"ba6785e47ab41aa0358b9da401ab22ff0f58eab6","tarball":"https://registry.npmjs.org/send/-/send-0.12.2.tgz"},"directories":{}},"0.12.3":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.12.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.2.0","depd":"~1.0.1","destroy":"1.0.3","escape-html":"1.0.1","etag":"~1.6.0","fresh":"0.2.4","mime":"1.3.4","ms":"0.7.1","on-finished":"~2.2.1","range-parser":"~1.0.2"},"devDependencies":{"after":"0.8.1","istanbul":"0.3.9","mocha":"2.2.4","supertest":"~0.15.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"db460d914de7114d267a55e2a2d60f869c8ddd33","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send","_id":"send@0.12.3","_shasum":"cd12dc58fde21e4f91902b39b2fda05a7a6d9bdc","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"cd12dc58fde21e4f91902b39b2fda05a7a6d9bdc","tarball":"https://registry.npmjs.org/send/-/send-0.12.3.tgz"},"directories":{}},"0.13.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.13.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.2.0","depd":"~1.0.1","destroy":"1.0.3","escape-html":"1.0.2","etag":"~1.7.0","fresh":"0.3.0","http-errors":"~1.3.1","mime":"1.3.4","ms":"0.7.1","on-finished":"~2.3.0","range-parser":"~1.0.2","statuses":"~1.2.1"},"devDependencies":{"after":"0.8.1","istanbul":"0.3.9","mocha":"2.2.5","supertest":"1.0.1"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"80cfa7f54ce87c75e92619d5bc510406bd69133a","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send","_id":"send@0.13.0","_shasum":"518f921aeb0560aec7dcab2990b14cf6f3cce5de","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"518f921aeb0560aec7dcab2990b14cf6f3cce5de","tarball":"https://registry.npmjs.org/send/-/send-0.13.0.tgz"},"directories":{}},"0.13.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.13.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.2.0","depd":"~1.1.0","destroy":"~1.0.4","escape-html":"~1.0.3","etag":"~1.7.0","fresh":"0.3.0","http-errors":"~1.3.1","mime":"1.3.4","ms":"0.7.1","on-finished":"~2.3.0","range-parser":"~1.0.3","statuses":"~1.2.1"},"devDependencies":{"after":"0.8.1","istanbul":"0.4.2","mocha":"2.3.4","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"dbce43fc7102c14b475c25cde918b726063cc991","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send","_id":"send@0.13.1","_shasum":"a30d5f4c82c8a9bae9ad00a1d9b1bdbe6f199ed7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"a30d5f4c82c8a9bae9ad00a1d9b1bdbe6f199ed7","tarball":"https://registry.npmjs.org/send/-/send-0.13.1.tgz"},"directories":{}},"0.13.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.13.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/pillarjs/send"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.2.0","depd":"~1.1.0","destroy":"~1.0.4","escape-html":"~1.0.3","etag":"~1.7.0","fresh":"0.3.0","http-errors":"~1.3.1","mime":"1.3.4","ms":"0.7.1","on-finished":"~2.3.0","range-parser":"~1.0.3","statuses":"~1.2.1"},"devDependencies":{"after":"0.8.1","istanbul":"0.4.2","mocha":"2.4.5","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"5a089701b1c49d96084716bdb5465edefa08c906","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send","_id":"send@0.13.2","_shasum":"765e7607c8055452bba6f0b052595350986036de","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"765e7607c8055452bba6f0b052595350986036de","tarball":"https://registry.npmjs.org/send/-/send-0.13.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/send-0.13.2.tgz_1457238386348_0.8199156709015369"},"directories":{}},"0.14.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.14.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.2.0","depd":"~1.1.0","destroy":"~1.0.4","escape-html":"~1.0.3","etag":"~1.7.0","fresh":"0.3.0","http-errors":"~1.5.0","mime":"1.3.4","ms":"0.7.1","on-finished":"~2.3.0","range-parser":"~1.2.0","statuses":"~1.3.0"},"devDependencies":{"after":"0.8.1","eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.1","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint **/*.js","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"4b69813e46421a5884c986e9437ebd899abd2146","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.14.0","_shasum":"6b192d05c0b87c48263738bba9d50d04b2328b77","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"6b192d05c0b87c48263738bba9d50d04b2328b77","tarball":"https://registry.npmjs.org/send/-/send-0.14.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/send-0.14.0.tgz_1465261751359_0.5311042286921293"},"directories":{}},"0.14.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.14.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.2.0","depd":"~1.1.0","destroy":"~1.0.4","encodeurl":"~1.0.1","escape-html":"~1.0.3","etag":"~1.7.0","fresh":"0.3.0","http-errors":"~1.5.0","mime":"1.3.4","ms":"0.7.1","on-finished":"~2.3.0","range-parser":"~1.2.0","statuses":"~1.3.0"},"devDependencies":{"after":"0.8.1","eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.1","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint **/*.js","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"d6dd3b91bbb73ad89f1398fa227b200db9bff037","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.14.1","_shasum":"a954984325392f51532a7760760e459598c89f7a","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"a954984325392f51532a7760760e459598c89f7a","tarball":"https://registry.npmjs.org/send/-/send-0.14.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/send-0.14.1.tgz_1465535036412_0.3431496580597013"},"directories":{}},"0.14.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.14.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"keywords":["static","file","server"],"dependencies":{"debug":"~2.2.0","depd":"~1.1.0","destroy":"~1.0.4","encodeurl":"~1.0.1","escape-html":"~1.0.3","etag":"~1.7.0","fresh":"0.3.0","http-errors":"~1.5.1","mime":"1.3.4","ms":"0.7.2","on-finished":"~2.3.0","range-parser":"~1.2.0","statuses":"~1.3.1"},"devDependencies":{"after":"0.8.2","eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.1","eslint-plugin-standard":"1.3.2","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint .","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"f3397bc0170fb9f2d84c45e81981dff6e58e102d","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.14.2","_shasum":"39b0438b3f510be5dc6f667a11f71689368cdeef","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"39b0438b3f510be5dc6f667a11f71689368cdeef","tarball":"https://registry.npmjs.org/send/-/send-0.14.2.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/send-0.14.2.tgz_1485185381110_0.5022726391907781"},"directories":{}},"0.15.0":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.15.0","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"James Wyatt Cready","email":"jcready@gmail.com"},{"name":"Jesús Leganés Combarro","email":"piranna@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"keywords":["static","file","server"],"dependencies":{"debug":"2.6.1","depd":"~1.1.0","destroy":"~1.0.4","encodeurl":"~1.0.1","escape-html":"~1.0.3","etag":"~1.8.0","fresh":"0.5.0","http-errors":"~1.6.1","mime":"1.3.4","ms":"0.7.2","on-finished":"~2.3.0","range-parser":"~1.2.0","statuses":"~1.3.1"},"devDependencies":{"after":"0.8.2","eslint":"3.16.0","eslint-config-standard":"6.2.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-promise":"3.4.2","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"7196b1eb738b4e6fc075b3f48cdbec4f7659b22b","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.15.0","_shasum":"f0185d6466fa76424b866f3d533e2d19dd0aaa39","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"f0185d6466fa76424b866f3d533e2d19dd0aaa39","tarball":"https://registry.npmjs.org/send/-/send-0.15.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/send-0.15.0.tgz_1488062687975_0.6238442889880389"},"directories":{}},"0.15.1":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.15.1","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"James Wyatt Cready","email":"jcready@gmail.com"},{"name":"Jesús Leganés Combarro","email":"piranna@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"keywords":["static","file","server"],"dependencies":{"debug":"2.6.1","depd":"~1.1.0","destroy":"~1.0.4","encodeurl":"~1.0.1","escape-html":"~1.0.3","etag":"~1.8.0","fresh":"0.5.0","http-errors":"~1.6.1","mime":"1.3.4","ms":"0.7.2","on-finished":"~2.3.0","range-parser":"~1.2.0","statuses":"~1.3.1"},"devDependencies":{"after":"0.8.2","eslint":"3.17.0","eslint-config-standard":"7.0.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"ea1748a3b3e00dbcbb0629cf368ced575c6ab7d6","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.15.1","_shasum":"8a02354c26e6f5cca700065f5f0cdeba90ec7b5f","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"8a02354c26e6f5cca700065f5f0cdeba90ec7b5f","tarball":"https://registry.npmjs.org/send/-/send-0.15.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/send-0.15.1.tgz_1488683436582_0.6725058956071734"},"directories":{}},"0.15.2":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.15.2","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"James Wyatt Cready","email":"jcready@gmail.com"},{"name":"Jesús Leganés Combarro","email":"piranna@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"keywords":["static","file","server"],"dependencies":{"debug":"2.6.4","depd":"~1.1.0","destroy":"~1.0.4","encodeurl":"~1.0.1","escape-html":"~1.0.3","etag":"~1.8.0","fresh":"0.5.0","http-errors":"~1.6.1","mime":"1.3.4","ms":"1.0.0","on-finished":"~2.3.0","range-parser":"~1.2.0","statuses":"~1.3.1"},"devDependencies":{"after":"0.8.2","eslint":"3.19.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.3.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"93b86b2cf38c986858cb389c560f483b74b07544","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.15.2","_shasum":"f91fab4403bcf87e716f70ceb5db2f578bdc17d6","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"f91fab4403bcf87e716f70ceb5db2f578bdc17d6","tarball":"https://registry.npmjs.org/send/-/send-0.15.2.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/send-0.15.2.tgz_1493182451670_0.7988206197042018"},"directories":{}},"0.15.3":{"name":"send","description":"Better streaming static file server with Range and conditional-GET support","version":"0.15.3","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"James Wyatt Cready","email":"jcready@gmail.com"},{"name":"Jesús Leganés Combarro","email":"piranna@gmail.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"keywords":["static","file","server"],"dependencies":{"debug":"2.6.7","depd":"~1.1.0","destroy":"~1.0.4","encodeurl":"~1.0.1","escape-html":"~1.0.3","etag":"~1.8.0","fresh":"0.5.0","http-errors":"~1.6.1","mime":"1.3.4","ms":"2.0.0","on-finished":"~2.3.0","range-parser":"~1.2.0","statuses":"~1.3.1"},"devDependencies":{"after":"0.8.2","eslint":"3.19.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.3.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"a20f8f282bf392c610a07ec1fb042e33073dd3a2","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.15.3","_shasum":"5013f9f99023df50d1bd9892c19e3defd1d53309","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"5013f9f99023df50d1bd9892c19e3defd1d53309","tarball":"https://registry.npmjs.org/send/-/send-0.15.3.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/send-0.15.3.tgz_1494996875701_0.7597074673976749"},"directories":{}}},"readme":"# send\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Linux Build][travis-image]][travis-url]\n[![Windows Build][appveyor-image]][appveyor-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n[![Gratipay][gratipay-image]][gratipay-url]\n\nSend is a library for streaming files from the file system as a http response\nsupporting partial responses (Ranges), conditional-GET negotiation (If-Match,\nIf-Unmodified-Since, If-None-Match, If-Modified-Since), high test coverage,\nand granular events which may be leveraged to take appropriate actions in your\napplication or framework.\n\nLooking to serve up entire folders mapped to URLs? Try [serve-static](https://www.npmjs.org/package/serve-static).\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```bash\n$ npm install send\n```\n\n## API\n\n\n\n```js\nvar send = require('send')\n```\n\n### send(req, path, [options])\n\nCreate a new `SendStream` for the given path to send to a `res`. The `req` is\nthe Node.js HTTP request and the `path` is a urlencoded path to send (urlencoded,\nnot the actual file-system path).\n\n#### Options\n\n##### acceptRanges\n\nEnable or disable accepting ranged requests, defaults to true.\nDisabling this will not send `Accept-Ranges` and ignore the contents\nof the `Range` request header.\n\n##### cacheControl\n\nEnable or disable setting `Cache-Control` response header, defaults to\ntrue. Disabling this will ignore the `maxAge` option.\n\n##### dotfiles\n\nSet how \"dotfiles\" are treated when encountered. A dotfile is a file\nor directory that begins with a dot (\".\"). Note this check is done on\nthe path itself without checking if the path actually exists on the\ndisk. If `root` is specified, only the dotfiles above the root are\nchecked (i.e. the root itself can be within a dotfile when when set\nto \"deny\").\n\n - `'allow'` No special treatment for dotfiles.\n - `'deny'` Send a 403 for any request for a dotfile.\n - `'ignore'` Pretend like the dotfile does not exist and 404.\n\nThe default value is _similar_ to `'ignore'`, with the exception that\nthis default will not ignore the files within a directory that begins\nwith a dot, for backward-compatibility.\n\n##### end\n\nByte offset at which the stream ends, defaults to the length of the file\nminus 1. The end is inclusive in the stream, meaning `end: 3` will include\nthe 4th byte in the stream.\n\n##### etag\n\nEnable or disable etag generation, defaults to true.\n\n##### extensions\n\nIf a given file doesn't exist, try appending one of the given extensions,\nin the given order. By default, this is disabled (set to `false`). An\nexample value that will serve extension-less HTML files: `['html', 'htm']`.\nThis is skipped if the requested file already has an extension.\n\n##### index\n\nBy default send supports \"index.html\" files, to disable this\nset `false` or to supply a new index pass a string or an array\nin preferred order.\n\n##### lastModified\n\nEnable or disable `Last-Modified` header, defaults to true. Uses the file\nsystem's last modified value.\n\n##### maxAge\n\nProvide a max-age in milliseconds for http caching, defaults to 0.\nThis can also be a string accepted by the\n[ms](https://www.npmjs.org/package/ms#readme) module.\n\n##### root\n\nServe files relative to `path`.\n\n##### start\n\nByte offset at which the stream starts, defaults to 0. The start is inclusive,\nmeaning `start: 2` will include the 3rd byte in the stream.\n\n#### Events\n\nThe `SendStream` is an event emitter and will emit the following events:\n\n - `error` an error occurred `(err)`\n - `directory` a directory was requested `(res, path)`\n - `file` a file was requested `(path, stat)`\n - `headers` the headers are about to be set on a file `(res, path, stat)`\n - `stream` file streaming has started `(stream)`\n - `end` streaming has completed\n\n#### .pipe\n\nThe `pipe` method is used to pipe the response into the Node.js HTTP response\nobject, typically `send(req, path, options).pipe(res)`.\n\n### .mime\n\nThe `mime` export is the global instance of of the\n[`mime` npm module](https://www.npmjs.com/package/mime).\n\nThis is used to configure the MIME types that are associated with file extensions\nas well as other options for how to resolve the MIME type of a file (like the\ndefault type to use for an unknown file extension).\n\n## Error-handling\n\nBy default when no `error` listeners are present an automatic response will be\nmade, otherwise you have full control over the response, aka you may show a 5xx\npage etc.\n\n## Caching\n\nIt does _not_ perform internal caching, you should use a reverse proxy cache\nsuch as Varnish for this, or those fancy things called CDNs. If your\napplication is small enough that it would benefit from single-node memory\ncaching, it's small enough that it does not need caching at all ;).\n\n## Debugging\n\nTo enable `debug()` instrumentation output export __DEBUG__:\n\n```\n$ DEBUG=send node app\n```\n\n## Running tests\n\n```\n$ npm install\n$ npm test\n```\n\n## Examples\n\n### Small example\n\n```js\nvar http = require('http')\nvar parseUrl = require('parseurl')\nvar send = require('send')\n\nvar server = http.createServer(function onRequest (req, res) {\n send(req, parseUrl(req).pathname).pipe(res)\n})\n\nserver.listen(3000)\n```\n\n### Custom file types\n\n```js\nvar http = require('http')\nvar parseUrl = require('parseurl')\nvar send = require('send')\n\n// Default unknown types to text/plain\nsend.mime.default_type = 'text/plain'\n\n// Add a custom type\nsend.mime.define({\n 'application/x-my-type': ['x-mt', 'x-mtt']\n})\n\nvar server = http.createServer(function onRequest (req, res) {\n send(req, parseUrl(req).pathname).pipe(res)\n})\n\nserver.listen(3000)\n```\n\n### Custom directory index view\n\nThis is a example of serving up a structure of directories with a\ncustom function to render a listing of a directory.\n\n```js\nvar http = require('http')\nvar fs = require('fs')\nvar parseUrl = require('parseurl')\nvar send = require('send')\n\n// Transfer arbitrary files from within /www/example.com/public/*\n// with a custom handler for directory listing\nvar server = http.createServer(function onRequest (req, res) {\n send(req, parseUrl(req).pathname, {index: false, root: '/www/example.com/public'})\n .once('directory', directory)\n .pipe(res)\n})\n\nserver.listen(3000)\n\n// Custom directory handler\nfunction directory (res, path) {\n var stream = this\n\n // redirect to trailing slash for consistent url\n if (!stream.hasTrailingSlash()) {\n return stream.redirect(path)\n }\n\n // get directory list\n fs.readdir(path, function onReaddir (err, list) {\n if (err) return stream.error(err)\n\n // render an index for the directory\n res.setHeader('Content-Type', 'text/plain; charset=UTF-8')\n res.end(list.join('\\n') + '\\n')\n })\n}\n```\n\n### Serving from a root directory with custom error-handling\n\n```js\nvar http = require('http')\nvar parseUrl = require('parseurl')\nvar send = require('send')\n\nvar server = http.createServer(function onRequest (req, res) {\n // your custom error-handling logic:\n function error (err) {\n res.statusCode = err.status || 500\n res.end(err.message)\n }\n\n // your custom headers\n function headers (res, path, stat) {\n // serve all files for download\n res.setHeader('Content-Disposition', 'attachment')\n }\n\n // your custom directory handling logic:\n function redirect () {\n res.statusCode = 301\n res.setHeader('Location', req.url + '/')\n res.end('Redirecting to ' + req.url + '/')\n }\n\n // transfer arbitrary files from within\n // /www/example.com/public/*\n send(req, parseUrl(req).pathname, {root: '/www/example.com/public'})\n .on('error', error)\n .on('directory', redirect)\n .on('headers', headers)\n .pipe(res)\n})\n\nserver.listen(3000)\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/send.svg\n[npm-url]: https://npmjs.org/package/send\n[travis-image]: https://img.shields.io/travis/pillarjs/send/master.svg?label=linux\n[travis-url]: https://travis-ci.org/pillarjs/send\n[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/send/master.svg?label=windows\n[appveyor-url]: https://ci.appveyor.com/project/dougwilson/send\n[coveralls-image]: https://img.shields.io/coveralls/pillarjs/send/master.svg\n[coveralls-url]: https://coveralls.io/r/pillarjs/send?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/send.svg\n[downloads-url]: https://npmjs.org/package/send\n[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg\n[gratipay-url]: https://www.gratipay.com/dougwilson/\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2017-07-14T22:08:18.535Z","created":"2012-07-04T02:26:08.255Z","0.0.1":"2012-07-04T02:26:10.649Z","0.0.2":"2012-07-09T16:29:14.274Z","0.0.3":"2012-07-16T16:22:27.594Z","0.0.4":"2012-08-16T17:08:01.033Z","0.1.0":"2012-09-19T18:36:49.783Z","0.1.1":"2013-06-03T00:14:29.429Z","0.1.2":"2013-07-03T18:24:03.585Z","0.1.3":"2013-07-08T21:40:12.056Z","0.1.4":"2013-08-10T21:46:51.934Z","0.2.0":"2014-01-29T21:19:55.890Z","0.3.0":"2014-04-24T14:33:52.351Z","0.4.0":"2014-05-28T02:50:46.903Z","0.4.1":"2014-06-02T23:53:20.620Z","0.4.2":"2014-06-09T20:16:17.145Z","0.4.3":"2014-06-12T01:35:22.251Z","0.5.0":"2014-06-28T23:23:22.527Z","0.6.0":"2014-07-12T02:05:02.867Z","0.7.0":"2014-07-21T04:30:36.755Z","0.7.1":"2014-07-26T20:46:28.667Z","0.7.2":"2014-07-27T19:05:37.467Z","0.7.3":"2014-07-30T01:48:52.102Z","0.7.4":"2014-08-04T21:04:40.155Z","0.8.0":"2014-08-06T05:03:16.854Z","0.8.1":"2014-08-06T05:20:28.132Z","0.8.2":"2014-08-15T01:38:30.488Z","0.8.3":"2014-08-17T03:15:44.430Z","0.8.4":"2014-09-04T18:57:53.219Z","0.8.5":"2014-09-05T04:50:05.074Z","0.9.0":"2014-09-08T00:58:30.172Z","0.9.1":"2014-09-08T02:54:39.675Z","0.9.2":"2014-09-16T05:38:49.312Z","0.9.3":"2014-09-24T18:57:04.630Z","0.10.0":"2014-10-16T04:06:01.941Z","0.10.1":"2014-10-23T02:00:08.239Z","0.11.0":"2015-01-05T22:41:38.413Z","0.11.1":"2015-01-20T16:27:08.360Z","0.12.0":"2015-02-16T23:44:30.552Z","0.12.1":"2015-02-17T17:47:24.752Z","0.12.2":"2015-03-14T05:50:18.656Z","0.12.3":"2015-05-13T15:11:33.838Z","0.13.0":"2015-06-17T01:48:02.477Z","0.13.1":"2016-01-16T07:41:37.163Z","0.13.2":"2016-03-06T04:26:29.707Z","0.14.0":"2016-06-07T01:09:13.081Z","0.14.1":"2016-06-10T05:03:58.643Z","0.14.2":"2017-01-23T15:29:43.221Z","0.15.0":"2017-02-25T22:44:48.725Z","0.15.1":"2017-03-05T03:10:38.679Z","0.15.2":"2017-04-26T04:54:13.689Z","0.15.3":"2017-05-17T04:54:36.978Z"},"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"users":{"m42am":true,"fgnass":true,"gillesruppert":true,"irae":true,"anthonyvdg":true,"finnpauls":true,"master-1-":true,"magemagic":true,"esessoms":true,"jakub.knejzlik":true,"wangnan0610":true,"donniereese":true,"simplyianm":true,"lwgojustgo":true,"kankungyip":true,"monjer":true,"mojaray2k":true,"jetthiago":true,"heineiuo":true,"devpaul":true,"danhale05":true,"itonyyo":true,"kuzmicheff":true},"repository":{"type":"git","url":"git+https://github.com/pillarjs/send.git"},"readmeFilename":"README.md","homepage":"https://github.com/pillarjs/send#readme","keywords":["static","file","server"],"bugs":{"url":"https://github.com/pillarjs/send/issues"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"James Wyatt Cready","email":"jcready@gmail.com"},{"name":"Jesús Leganés Combarro","email":"piranna@gmail.com"}],"license":"MIT","_attachments":{},"_etag":"W/\"596940d2-14e94\"","_lastModified":"Fri, 14 Jul 2017 22:08:18 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/serve-static/.cache.json b/frappe/.npm/registry.npmjs.org/serve-static/.cache.json new file mode 100644 index 00000000..4f4bd00f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/serve-static/.cache.json @@ -0,0 +1 @@ +{"_id":"serve-static","_rev":"218-bb4eb81775ba85523b4b3a3ec08507ca","name":"serve-static","description":"Serve static files","dist-tags":{"latest":"1.12.3"},"versions":{"1.0.0":{"name":"serve-static","description":"Serve static files","version":"1.0.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"send":"0.1.4"},"devDependencies":{"connect":"^2.13.0","mocha":"^1.17.0","should":"^3.0.0","supertest":"~0.9.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --require should"},"_id":"serve-static@1.0.0","dist":{"shasum":"98efa31e6ae767b233bc44c77bd29140b2d31c6f","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"1.0.1":{"name":"serve-static","description":"Serve static files","version":"1.0.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"send":"0.1.4"},"devDependencies":{"connect":"^2.13.0","mocha":"^1.17.0","should":"^3.0.0","supertest":"~0.9.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --require should"},"_id":"serve-static@1.0.1","dist":{"shasum":"10dcbfd44b3e0291a131fc9ab4ab25a9f5a78a42","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.0.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.0.2":{"name":"serve-static","description":"Serve static files","version":"1.0.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"send":"0.2.0"},"devDependencies":{"connect":"^2.13.0","mocha":"^1.17.0","should":"^3.0.0","supertest":"~0.9.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --require should"},"_id":"serve-static@1.0.2","dist":{"shasum":"4129f6727b09fb031134fa6d185683e30bfbef54","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.0.2.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.0.3":{"name":"serve-static","description":"Serve static files","version":"1.0.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"send":"0.2.0"},"devDependencies":{"connect":"~2.14.1","mocha":"~1.17.1","should":"~3.1.3","supertest":"~0.9.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --require should"},"_id":"serve-static@1.0.3","dist":{"shasum":"3443a4002fb50d7fa0a777bb53103301e4d0c38a","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.0.3.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.0.4":{"name":"serve-static","description":"Serve static files","version":"1.0.4","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"parseurl":"1.0.1","send":"0.2.0"},"devDependencies":{"connect":"~2.14.1","mocha":"~1.18.2","should":"~3.3.0","supertest":"~0.10.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --require should"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.0.4","dist":{"shasum":"426fedebe77bad21f373f1efcae09746639fba06","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.0.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.1.0":{"name":"serve-static","description":"Serve static files","version":"1.1.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"parseurl":"1.0.1","send":"0.3.0"},"devDependencies":{"connect":"~2.14.1","mocha":"~1.18.2","should":"~3.3.0","supertest":"~0.11.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --require should"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.1.0","dist":{"shasum":"454dfa05bb3ddd4e701a8915b83a278aa91c5643","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"}],"directories":{}},"1.2.0":{"name":"serve-static","description":"Serve static files","version":"1.2.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"parseurl":"1.0.1","send":"0.4.0"},"devDependencies":{"connect":"~2.14.1","mocha":"~1.18.2","should":"~3.3.0","supertest":"~0.11.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --require should"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.2.0","dist":{"shasum":"b711bde722cad70686c1add385c6020bcdb7d295","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.2.1":{"name":"serve-static","description":"Serve static files","version":"1.2.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static.git"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"dependencies":{"escape-html":"1.0.1","parseurl":"1.0.1","send":"0.4.1"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.2.1","_shasum":"a800a9de23dbd1ffb1258edb986128ee4a4ea03d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"a800a9de23dbd1ffb1258edb986128ee4a4ea03d","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.2.1.tgz"},"directories":{}},"1.2.2":{"name":"serve-static","description":"Serve static files","version":"1.2.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"1.0.1","send":"0.4.2"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.2.2","dist":{"shasum":"6ffc6c23fad03bcd0710eceda844123bd71bc951","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.2.3":{"name":"serve-static","description":"Serve static files","version":"1.2.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"1.0.1","send":"0.4.3"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"},"gitHead":"9b62eb425f96e421e324cbe23552c214153d6034","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.2.3","_shasum":"93cecbc340f079ecb8589281d1dc31c26c0cd158","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"93cecbc340f079ecb8589281d1dc31c26c0cd158","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.2.3.tgz"},"directories":{}},"1.3.0":{"name":"serve-static","description":"Serve static files","version":"1.3.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"1.0.1","send":"0.5.0"},"devDependencies":{"istanbul":"0.2.13","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.3.0","dist":{"shasum":"0aba0b27c1b8264eee1a3f9c615886738d9727cb","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.3.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.3.1":{"name":"serve-static","description":"Serve static files","version":"1.3.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.1.3","send":"0.5.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.3.1","dist":{"shasum":"95489d1bcf491d54350d5aeeb2cca53cd3b12d4f","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.3.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.3.2":{"name":"serve-static","description":"Serve static files","version":"1.3.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.1.3","send":"0.6.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.3.2","dist":{"shasum":"d904a6cbf55f511c78138f6f45ee6e69d9d105ca","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.3.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.4.0":{"name":"serve-static","description":"Serve static files","version":"1.4.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.2.0","send":"0.7.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.20.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.4.0","dist":{"shasum":"03c6608035158e3bb999129d9793cddc7e0db772","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.4.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.4.1":{"name":"serve-static","description":"Serve static files","version":"1.4.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.2.0","send":"0.7.1"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.4.1","dist":{"shasum":"6814dc11c575db0394883af5ec2202ff989491b6","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.4.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.4.2":{"name":"serve-static","description":"Serve static files","version":"1.4.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.2.0","send":"0.7.2"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.4.2","dist":{"shasum":"0153b12368318402827aad902d0f124e79145092","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.4.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.4.3":{"name":"serve-static","description":"Serve static files","version":"1.4.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.2.0","send":"0.7.3"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.4.3","dist":{"shasum":"9f08c7dea1b15e2eb1382ae0e12b8a0de295de52","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.4.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.4.4":{"name":"serve-static","description":"Serve static files","version":"1.4.4","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.2.0","send":"0.7.4"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"90b8f98c641a4c26854754e405365b1d5a388e31","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.4.4","_shasum":"9dc99f37a2c5e28cda2fe6045114620a62032f29","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"9dc99f37a2c5e28cda2fe6045114620a62032f29","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.4.4.tgz"},"directories":{}},"1.5.0":{"name":"serve-static","description":"Serve static files","version":"1.5.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.2.0","send":"0.8.1"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"b292a569848a3a7f60f6c87eabc87780c0954311","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.5.0","_shasum":"c0f19e3cb9bef0203258db282a3ddda9cb8e675c","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"c0f19e3cb9bef0203258db282a3ddda9cb8e675c","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.5.0.tgz"},"directories":{}},"1.5.1":{"name":"serve-static","description":"Serve static files","version":"1.5.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.8.1","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"e9df84943e8104ca3cdbf75096964bbfedd3b180","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.5.1","_shasum":"86185e202015641a1f962447f5695605cd8aa9c2","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"86185e202015641a1f962447f5695605cd8aa9c2","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.5.1.tgz"},"directories":{}},"1.5.2":{"name":"serve-static","description":"Serve static files","version":"1.5.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.8.2","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"72f7362176cf62172617cd795d6c94b295f0c610","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.5.2","_shasum":"565d369193a075edac7fa973550d88df154f7b66","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"565d369193a075edac7fa973550d88df154f7b66","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.5.2.tgz"},"directories":{}},"1.5.3":{"name":"serve-static","description":"Serve static files","version":"1.5.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.8.3","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"7c237ec83ee199d181b5abfeab2ee986c1394dde","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.5.3","_shasum":"2e28efa5899686fd3ccdb97a80aa464002244581","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"2e28efa5899686fd3ccdb97a80aa464002244581","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.5.3.tgz"},"directories":{}},"1.5.4":{"name":"serve-static","description":"Serve static files","version":"1.5.4","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.8.5","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"8f3185f75261cc7b2e87c04cf1377e154bdae1a7","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.5.4","_shasum":"819fb37ae46bd02dd520b77fcf7fd8f5112f9782","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"819fb37ae46bd02dd520b77fcf7fd8f5112f9782","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.5.4.tgz"},"directories":{}},"1.6.0":{"name":"serve-static","description":"Serve static files","version":"1.6.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.9.0","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"229f5486e87518ee88b4fd0c5563e02126032121","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.6.0","_shasum":"283f43b9051293691ab4979bf2e09b4482517677","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"283f43b9051293691ab4979bf2e09b4482517677","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.6.0.tgz"},"directories":{}},"1.6.1":{"name":"serve-static","description":"Serve static files","version":"1.6.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.9.1","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"8c96c3815cd0c96cbe8af68f303c2d36189d3b88","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.6.1","_shasum":"2f257563afbe931d28cee4aa3dfeddc975a87193","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"2f257563afbe931d28cee4aa3dfeddc975a87193","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.6.1.tgz"},"directories":{}},"1.6.2":{"name":"serve-static","description":"Serve static files","version":"1.6.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.9.2","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"7053ce75b7091a891d3bcb88a2b19b1b0692396c","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.6.2","_shasum":"c1390ff43941867250296b091391d25be7c87571","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"c1390ff43941867250296b091391d25be7c87571","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.6.2.tgz"},"directories":{}},"1.6.3":{"name":"serve-static","description":"Serve static files","version":"1.6.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.9.3","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.13.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"14deeaf397728ee25119bf340eeb37e14ab620b3","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.6.3","_shasum":"b214235d4d4516db050ea9f7b429b46212e79132","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"b214235d4d4516db050ea9f7b429b46212e79132","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.6.3.tgz"},"directories":{}},"1.6.4":{"name":"serve-static","description":"Serve static files","version":"1.6.4","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.9.3","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.14.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"f1308134d21aeaf5849a3d41c3a04b1779819f3c","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.6.4","_shasum":"c512e4188d7a9366672db24e40d294f0c6212367","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"c512e4188d7a9366672db24e40d294f0c6212367","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.6.4.tgz"},"directories":{}},"1.7.0":{"name":"serve-static","description":"Serve static files","version":"1.7.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.10.0","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.5","should":"~4.0.0","supertest":"~0.14.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"25a23406b3447d7bc5af283f158da7c4ad05ba03","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.7.0","_shasum":"af2ad4e619fa2d46dcd19dd59e3b034c92510e4d","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"af2ad4e619fa2d46dcd19dd59e3b034c92510e4d","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.7.0.tgz"},"directories":{}},"1.7.1":{"name":"serve-static","description":"Serve static files","version":"1.7.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.10.1","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~2.0.0","should":"~4.1.0","supertest":"~0.14.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"61f59894e6a3d41532383ca440a395772bcdc8ed","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.7.1","_shasum":"6ea54d5ba7ef563f00e5fad25d0e4f5307e9809b","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"6ea54d5ba7ef563f00e5fad25d0e4f5307e9809b","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.7.1.tgz"},"directories":{}},"1.7.2":{"name":"serve-static","description":"Serve static files","version":"1.7.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.10.1","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"40f88bd0269cd4f4ffcb52bded570ad57e4b56ba","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.7.2","_shasum":"3164ce06d4e6c3459bdcc9d6018fb4fb35e84b39","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"3164ce06d4e6c3459bdcc9d6018fb4fb35e84b39","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.7.2.tgz"},"directories":{}},"1.8.0":{"name":"serve-static","description":"Serve static files","version":"1.8.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.11.0","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"dadd5479f4316a1201817c6b39be67e2417f3a51","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.8.0","_shasum":"239e57bbfce030a8933d274e3fe7b55492ea267c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"239e57bbfce030a8933d274e3fe7b55492ea267c","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.8.0.tgz"},"directories":{}},"1.8.1":{"name":"serve-static","description":"Serve static files","version":"1.8.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.11.1","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"5a47eff4e550f30a7a1e5fb87c8656a1b8dbb249","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.8.1","_shasum":"08fabd39999f050fc311443f46d5888a77ecfc7c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"08fabd39999f050fc311443f46d5888a77ecfc7c","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.8.1.tgz"},"directories":{}},"1.6.5":{"name":"serve-static","description":"Serve static files","version":"1.6.5","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.9.3","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.2","mocha":"~1.21.0","should":"~4.0.0","supertest":"~0.14.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks --require should test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks --require should test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --require should test/"},"gitHead":"07632f27cd7690f516f4f4994279cde4ad6c01d5","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.6.5","_shasum":"aca17e0deac4a87729f6078781b7d27f63aa3d9c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"aca17e0deac4a87729f6078781b7d27f63aa3d9c","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.6.5.tgz"},"directories":{}},"1.9.0":{"name":"serve-static","description":"Serve static files","version":"1.9.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.12.0","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"0909dce1eec7dd5cf0cc29ebc9deb3ea1fb56636","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.9.0","_shasum":"d304085813ee0a9b3e1c068c9062a56ad8424b44","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"d304085813ee0a9b3e1c068c9062a56ad8424b44","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.9.0.tgz"},"directories":{}},"1.9.1":{"name":"serve-static","description":"Serve static files","version":"1.9.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.12.1","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.5","mocha":"~2.1.0","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"8cce88d079c19cb8ace548f60bd216622de993e1","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.9.1","_shasum":"a611b2b8a2cfb5f89685f293cb365f3f5eb61451","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"a611b2b8a2cfb5f89685f293cb365f3f5eb61451","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.9.1.tgz"},"directories":{}},"1.9.2":{"name":"serve-static","description":"Serve static files","version":"1.9.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.12.2","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.7","mocha":"~2.2.1","supertest":"~0.15.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"6446e1c45de75f143b36ce60dd75c4daf52d2376","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.9.2","_shasum":"069fa32453557b218ec2e39140c82d8905d5672c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"069fa32453557b218ec2e39140c82d8905d5672c","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.9.2.tgz"},"directories":{}},"1.9.3":{"name":"serve-static","description":"Serve static files","version":"1.9.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.1","parseurl":"~1.3.0","send":"0.12.3","utils-merge":"1.0.0"},"devDependencies":{"istanbul":"0.3.9","mocha":"2.2.5","supertest":"1.0.1"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"c76d20a9f51a15a467eab2b0610e5de60506dfbc","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.9.3","_shasum":"5f8da07323ad385ff3dc541f1a7917b2e436eb57","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"5f8da07323ad385ff3dc541f1a7917b2e436eb57","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.9.3.tgz"},"directories":{}},"1.10.0":{"name":"serve-static","description":"Serve static files","version":"1.10.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"1.0.2","parseurl":"~1.3.0","send":"0.13.0"},"devDependencies":{"istanbul":"0.3.9","mocha":"2.2.5","supertest":"1.0.1"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"856c5e0f796a8988525c356018594bfb8c51a4fa","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.10.0","_shasum":"be632faa685820e4a43ed3df1379135cc4f370d7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"be632faa685820e4a43ed3df1379135cc4f370d7","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.10.0.tgz"},"directories":{}},"1.10.1":{"name":"serve-static","description":"Serve static files","version":"1.10.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"~1.0.3","parseurl":"~1.3.0","send":"0.13.1"},"devDependencies":{"istanbul":"0.4.2","mocha":"2.3.4","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"8a5da6bf09f515323fd4a669b8f8074762bdf678","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.10.1","_shasum":"7f80024368d7fcd7975d0c38844ec5d9b2c43ac4","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"7f80024368d7fcd7975d0c38844ec5d9b2c43ac4","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.10.1.tgz"},"directories":{}},"1.10.2":{"name":"serve-static","description":"Serve static files","version":"1.10.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/serve-static"},"dependencies":{"escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.13.1"},"devDependencies":{"istanbul":"0.4.2","mocha":"2.3.4","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"aec36c897a33c6c2421fa41cc4947042d67332f6","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static","_id":"serve-static@1.10.2","_shasum":"feb800d0e722124dd0b00333160c16e9caa8bcb3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"feb800d0e722124dd0b00333160c16e9caa8bcb3","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.10.2.tgz"},"directories":{}},"1.10.3":{"name":"serve-static","description":"Serve static files","version":"1.10.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.13.2"},"devDependencies":{"eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.1","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint **/*.js","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"8be028d005967471832109d777daa4b45bd1948b","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.10.3","_shasum":"ce5a6ecd3101fed5ec09827dac22a9c29bfb0535","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"ce5a6ecd3101fed5ec09827dac22a9c29bfb0535","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/serve-static-1.10.3.tgz_1464664781274_0.7150349044241011"},"directories":{}},"1.11.0":{"name":"serve-static","description":"Serve static files","version":"1.11.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.14.0"},"devDependencies":{"eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.2","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint **/*.js","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"28022afd11828493521162287b550a508f60769f","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.11.0","_shasum":"dbe5fb4e4b63d4d11a824b5be3f368907e675bba","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"dbe5fb4e4b63d4d11a824b5be3f368907e675bba","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.11.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/serve-static-1.11.0.tgz_1465366666509_0.32959614507853985"},"directories":{}},"1.11.1":{"name":"serve-static","description":"Serve static files","version":"1.11.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"encodeurl":"~1.0.1","escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.14.1"},"devDependencies":{"eslint":"2.11.1","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.3.2","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint **/*.js","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"b3a24df138ea2f2c43afcbee0dcce5badf4c78ae","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.11.1","_shasum":"d6cce7693505f733c759de57befc1af76c0f0805","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"d6cce7693505f733c759de57befc1af76c0f0805","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/serve-static-1.11.1.tgz_1465608601758_0.0030737747438251972"},"directories":{}},"1.11.2":{"name":"serve-static","description":"Serve static files","version":"1.11.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"encodeurl":"~1.0.1","escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.14.2"},"devDependencies":{"eslint":"3.14.0","eslint-config-standard":"6.2.1","eslint-plugin-promise":"3.4.0","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"01f2a83d7456ef03a89e8c951c757dd79ae92522","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.11.2","_shasum":"2cf9889bd4435a320cc36895c9aa57bd662e6ac7","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"2cf9889bd4435a320cc36895c9aa57bd662e6ac7","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.11.2.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/serve-static-1.11.2.tgz_1485190261958_0.8670230756979436"},"directories":{}},"1.12.0":{"name":"serve-static","description":"Serve static files","version":"1.12.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"encodeurl":"~1.0.1","escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.15.0"},"devDependencies":{"eslint":"3.16.1","eslint-config-standard":"6.2.1","eslint-plugin-markdown":"1.0.0-beta.3","eslint-plugin-promise":"3.4.0","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"f75f96908b3b4add99352a59af13560859a1b10a","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.12.0","_shasum":"150eb8aa262c2dd1924e960373145446c069dad6","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"150eb8aa262c2dd1924e960373145446c069dad6","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.12.0.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/serve-static-1.12.0.tgz_1488068897344_0.12889141752384603"},"directories":{}},"1.12.1":{"name":"serve-static","description":"Serve static files","version":"1.12.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"encodeurl":"~1.0.1","escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.15.1"},"devDependencies":{"eslint":"3.17.0","eslint-config-standard":"7.0.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"3e6e778fcf6c88dcf659b8f1d5f06be2eebbe2db","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.12.1","_shasum":"7443a965e3ced647aceb5639fa06bf4d1bbe0039","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"7443a965e3ced647aceb5639fa06bf4d1bbe0039","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.12.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/serve-static-1.12.1.tgz_1488686352386_0.390035341726616"},"directories":{}},"1.12.2":{"name":"serve-static","description":"Serve static files","version":"1.12.2","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"encodeurl":"~1.0.1","escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.15.2"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.2.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-node":"4.2.2","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"cb296b7ddfa869590d5ce0acb3f4a96b66f1d2b7","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.12.2","_shasum":"e546e2726081b81b4bcec8e90808ebcdd323afba","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"e546e2726081b81b4bcec8e90808ebcdd323afba","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.12.2.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/serve-static-1.12.2.tgz_1493262384444_0.37266619759611785"},"directories":{}},"1.12.3":{"name":"serve-static","description":"Serve static files","version":"1.12.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"encodeurl":"~1.0.1","escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.15.3"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.2.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"4.2.2","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"281475f89cf5b3f4801ed4e5767fce7b0976e411","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.12.3","_shasum":"9f4ba19e2f3030c547f8af99107838ec38d5b1e2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"9f4ba19e2f3030c547f8af99107838ec38d5b1e2","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.12.3.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/serve-static-1.12.3.tgz_1494998781756_0.8577500546816736"},"directories":{}}},"readme":"# serve-static\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Linux Build][travis-image]][travis-url]\n[![Windows Build][appveyor-image]][appveyor-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n[![Gratipay][gratipay-image]][gratipay-url]\n\n## Install\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```sh\n$ npm install serve-static\n```\n\n## API\n\n\n\n```js\nvar serveStatic = require('serve-static')\n```\n\n### serveStatic(root, options)\n\nCreate a new middleware function to serve files from within a given root\ndirectory. The file to serve will be determined by combining `req.url`\nwith the provided root directory. When a file is not found, instead of\nsending a 404 response, this module will instead call `next()` to move on\nto the next middleware, allowing for stacking and fall-backs.\n\n#### Options\n\n##### acceptRanges\n\nEnable or disable accepting ranged requests, defaults to true.\nDisabling this will not send `Accept-Ranges` and ignore the contents\nof the `Range` request header.\n\n##### cacheControl\n\nEnable or disable setting `Cache-Control` response header, defaults to\ntrue. Disabling this will ignore the `maxAge` option.\n\n##### dotfiles\n\n Set how \"dotfiles\" are treated when encountered. A dotfile is a file\nor directory that begins with a dot (\".\"). Note this check is done on\nthe path itself without checking if the path actually exists on the\ndisk. If `root` is specified, only the dotfiles above the root are\nchecked (i.e. the root itself can be within a dotfile when set\nto \"deny\").\n\n - `'allow'` No special treatment for dotfiles.\n - `'deny'` Deny a request for a dotfile and 403/`next()`.\n - `'ignore'` Pretend like the dotfile does not exist and 404/`next()`.\n\nThe default value is similar to `'ignore'`, with the exception that this\ndefault will not ignore the files within a directory that begins with a dot.\n\n##### etag\n\nEnable or disable etag generation, defaults to true.\n\n##### extensions\n\nSet file extension fallbacks. When set, if a file is not found, the given\nextensions will be added to the file name and search for. The first that\nexists will be served. Example: `['html', 'htm']`.\n\nThe default value is `false`.\n\n##### fallthrough\n\nSet the middleware to have client errors fall-through as just unhandled\nrequests, otherwise forward a client error. The difference is that client\nerrors like a bad request or a request to a non-existent file will cause\nthis middleware to simply `next()` to your next middleware when this value\nis `true`. When this value is `false`, these errors (even 404s), will invoke\n`next(err)`.\n\nTypically `true` is desired such that multiple physical directories can be\nmapped to the same web address or for routes to fill in non-existent files.\n\nThe value `false` can be used if this middleware is mounted at a path that\nis designed to be strictly a single file system directory, which allows for\nshort-circuiting 404s for less overhead. This middleware will also reply to\nall methods.\n\nThe default value is `true`.\n\n##### index\n\nBy default this module will send \"index.html\" files in response to a request\non a directory. To disable this set `false` or to supply a new index pass a\nstring or an array in preferred order.\n\n##### lastModified\n\nEnable or disable `Last-Modified` header, defaults to true. Uses the file\nsystem's last modified value.\n\n##### maxAge\n\nProvide a max-age in milliseconds for http caching, defaults to 0. This\ncan also be a string accepted by the [ms](https://www.npmjs.org/package/ms#readme)\nmodule.\n\n##### redirect\n\nRedirect to trailing \"/\" when the pathname is a dir. Defaults to `true`.\n\n##### setHeaders\n\nFunction to set custom headers on response. Alterations to the headers need to\noccur synchronously. The function is called as `fn(res, path, stat)`, where\nthe arguments are:\n\n - `res` the response object\n - `path` the file path that is being sent\n - `stat` the stat object of the file that is being sent\n\n## Examples\n\n### Serve files with vanilla node.js http server\n\n```js\nvar finalhandler = require('finalhandler')\nvar http = require('http')\nvar serveStatic = require('serve-static')\n\n// Serve up public/ftp folder\nvar serve = serveStatic('public/ftp', {'index': ['index.html', 'index.htm']})\n\n// Create server\nvar server = http.createServer(function onRequest (req, res) {\n serve(req, res, finalhandler(req, res))\n})\n\n// Listen\nserver.listen(3000)\n```\n\n### Serve all files as downloads\n\n```js\nvar contentDisposition = require('content-disposition')\nvar finalhandler = require('finalhandler')\nvar http = require('http')\nvar serveStatic = require('serve-static')\n\n// Serve up public/ftp folder\nvar serve = serveStatic('public/ftp', {\n 'index': false,\n 'setHeaders': setHeaders\n})\n\n// Set header to force download\nfunction setHeaders (res, path) {\n res.setHeader('Content-Disposition', contentDisposition(path))\n}\n\n// Create server\nvar server = http.createServer(function onRequest (req, res) {\n serve(req, res, finalhandler(req, res))\n})\n\n// Listen\nserver.listen(3000)\n```\n\n### Serving using express\n\n#### Simple\n\nThis is a simple example of using Express.\n\n```js\nvar express = require('express')\nvar serveStatic = require('serve-static')\n\nvar app = express()\n\napp.use(serveStatic('public/ftp', {'index': ['default.html', 'default.htm']}))\napp.listen(3000)\n```\n\n#### Multiple roots\n\nThis example shows a simple way to search through multiple directories.\nFiles are look for in `public-optimized/` first, then `public/` second as\na fallback.\n\n```js\nvar express = require('express')\nvar path = require('path')\nvar serveStatic = require('serve-static')\n\nvar app = express()\n\napp.use(serveStatic(path.join(__dirname, 'public-optimized')))\napp.use(serveStatic(path.join(__dirname, 'public')))\napp.listen(3000)\n```\n\n#### Different settings for paths\n\nThis example shows how to set a different max age depending on the served\nfile type. In this example, HTML files are not cached, while everything else\nis for 1 day.\n\n```js\nvar express = require('express')\nvar path = require('path')\nvar serveStatic = require('serve-static')\n\nvar app = express()\n\napp.use(serveStatic(path.join(__dirname, 'public'), {\n maxAge: '1d',\n setHeaders: setCustomCacheControl\n}))\n\napp.listen(3000)\n\nfunction setCustomCacheControl (res, path) {\n if (serveStatic.mime.lookup(path) === 'text/html') {\n // Custom Cache-Control for HTML files\n res.setHeader('Cache-Control', 'public, max-age=0')\n }\n}\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/serve-static.svg\n[npm-url]: https://npmjs.org/package/serve-static\n[travis-image]: https://img.shields.io/travis/expressjs/serve-static/master.svg?label=linux\n[travis-url]: https://travis-ci.org/expressjs/serve-static\n[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/serve-static/master.svg?label=windows\n[appveyor-url]: https://ci.appveyor.com/project/dougwilson/serve-static\n[coveralls-image]: https://img.shields.io/coveralls/expressjs/serve-static/master.svg\n[coveralls-url]: https://coveralls.io/r/expressjs/serve-static\n[downloads-image]: https://img.shields.io/npm/dm/serve-static.svg\n[downloads-url]: https://npmjs.org/package/serve-static\n[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg\n[gratipay-url]: https://gratipay.com/dougwilson/\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2017-07-16T10:30:36.489Z","created":"2014-03-06T03:09:28.171Z","1.0.0":"2014-03-06T03:09:32.347Z","1.0.1":"2014-03-06T03:26:54.332Z","1.0.2":"2014-03-06T15:03:41.948Z","1.0.3":"2014-03-20T18:09:49.893Z","1.0.4":"2014-04-07T17:01:58.608Z","1.1.0":"2014-04-24T18:06:17.300Z","1.2.0":"2014-05-29T17:11:02.362Z","1.2.1":"2014-06-03T00:43:02.047Z","1.2.2":"2014-06-09T20:42:02.880Z","1.2.3":"2014-06-12T01:46:13.711Z","1.3.0":"2014-06-29T00:35:07.395Z","1.3.1":"2014-07-09T19:56:13.955Z","1.3.2":"2014-07-12T02:45:11.917Z","1.4.0":"2014-07-22T02:36:40.493Z","1.4.1":"2014-07-26T20:51:44.572Z","1.4.2":"2014-07-27T19:17:05.102Z","1.4.3":"2014-07-30T01:57:08.348Z","1.4.4":"2014-08-04T21:12:30.992Z","1.5.0":"2014-08-06T05:23:58.966Z","1.5.1":"2014-08-10T03:49:14.868Z","1.5.2":"2014-08-15T01:44:34.666Z","1.5.3":"2014-08-17T17:58:22.850Z","1.5.4":"2014-09-05T05:06:27.532Z","1.6.0":"2014-09-08T01:55:54.182Z","1.6.1":"2014-09-08T02:59:37.793Z","1.6.2":"2014-09-16T05:51:48.663Z","1.6.3":"2014-09-24T20:03:28.791Z","1.6.4":"2014-10-08T17:05:20.120Z","1.7.0":"2014-10-16T04:15:43.659Z","1.7.1":"2014-10-23T04:20:01.443Z","1.7.2":"2015-01-03T04:35:34.564Z","1.8.0":"2015-01-06T04:17:27.572Z","1.8.1":"2015-01-21T05:04:38.586Z","1.6.5":"2015-02-04T22:19:40.440Z","1.9.0":"2015-02-17T00:46:14.214Z","1.9.1":"2015-02-17T19:01:22.984Z","1.9.2":"2015-03-15T02:52:05.823Z","1.9.3":"2015-05-15T05:12:55.170Z","1.10.0":"2015-06-18T04:52:56.197Z","1.10.1":"2016-01-17T04:51:56.747Z","1.10.2":"2016-01-20T05:56:47.928Z","1.10.3":"2016-05-31T03:19:43.455Z","1.11.0":"2016-06-08T06:17:48.440Z","1.11.1":"2016-06-11T01:30:04.320Z","1.11.2":"2017-01-23T16:51:02.629Z","1.12.0":"2017-02-26T00:28:19.390Z","1.12.1":"2017-03-05T03:59:13.116Z","1.12.2":"2017-04-27T03:06:26.381Z","1.12.3":"2017-05-17T05:26:23.671Z"},"readmeFilename":"README.md","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"license":"MIT","homepage":"https://github.com/expressjs/serve-static#readme","users":{"atd":true,"levisl176":true,"illuspas":true,"dgarlitt":true,"h4des":true,"j3kz":true,"mykhael":true,"robermac":true,"vboctor":true,"flockonus":true,"simplyianm":true,"jacktan1991":true,"softwind":true,"damianof":true,"nadimix":true,"sculove":true,"phoenix-xsy":true,"nex":true,"blakecscott":true,"rainstormza":true,"sonhuytran":true,"wkaifang":true,"brentonhouse":true,"mygoare":true,"panlw":true,"kparkov":true,"temoto-kun":true,"kerimdzhanov":true,"danielbankhead":true,"rsp":true,"joshukraine":true,"lwgojustgo":true,"milfromoz":true,"evan2x":true,"jtuesday":true,"wangnan0610":true,"sammok2003":true,"viz":true,"jaqbec":true,"spencermathews":true,"monjer":true,"cptpancake":true,"antixrist":true,"afewinterestingthings":true,"moosecouture":true,"programmer.severson":true,"xiechao06":true,"mobeicaoyuan":true,"scotchulous":true,"kthjm":true,"ghkddbguse":true,"scottfreecode":true,"kistoryg":true,"nickeltobias":true,"mojaray2k":true,"dzhou777":true,"juangotama":true,"itonyyo":true,"jetthiago":true,"usingthesystem":true,"tute":true,"ahmehri":true,"kujisoft":true,"jk6":true,"giussa_dan":true,"isa424":true,"jon_shen":true,"rubiadias":true,"quafoo":true,"rocket0191":true,"jasonwang1888":true,"ridermansb":true,"axelrindle":true,"kankungyip":true,"modood":true,"chaoliu":true,"heartnett":true,"ldq-first":true,"shenyu":true,"drewigg":true,"3ddario":true},"_attachments":{},"_etag":"W/\"596b404c-15938\"","_lastModified":"Sun, 16 Jul 2017 10:30:36 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/set-immediate-shim/.cache.json b/frappe/.npm/registry.npmjs.org/set-immediate-shim/.cache.json new file mode 100644 index 00000000..590966fd --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/set-immediate-shim/.cache.json @@ -0,0 +1 @@ +{"_id":"set-immediate-shim","_rev":"5-325ed4c371ee0813c5140d43185d456d","name":"set-immediate-shim","description":"Simple setImmediate shim","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"set-immediate-shim","version":"1.0.0","description":"Simple setImmediate shim","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/set-immediate-shim"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["setImmediate","immediate","setTimeout","timeout","shim","polyfill","ponyfill"],"devDependencies":{"ava":"0.0.4","require-uncached":"^1.0.2"},"gitHead":"29ac611e181046f2cf8b61ed5d038c64733a1cbc","bugs":{"url":"https://github.com/sindresorhus/set-immediate-shim/issues"},"homepage":"https://github.com/sindresorhus/set-immediate-shim","_id":"set-immediate-shim@1.0.0","_shasum":"e23b45a33244f6f2dcd90359bc38bdbf048de152","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"e23b45a33244f6f2dcd90359bc38bdbf048de152","tarball":"https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"set-immediate-shim","version":"1.0.1","description":"Simple setImmediate shim","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/set-immediate-shim"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["setImmediate","immediate","setTimeout","timeout","shim","polyfill","ponyfill"],"devDependencies":{"ava":"0.0.4","require-uncached":"^1.0.2"},"gitHead":"4c50df7ade5a368e106fee82351ee0a378c990f7","bugs":{"url":"https://github.com/sindresorhus/set-immediate-shim/issues"},"homepage":"https://github.com/sindresorhus/set-immediate-shim","_id":"set-immediate-shim@1.0.1","_shasum":"4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61","tarball":"https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz"},"directories":{}}},"readme":"# set-immediate-shim [![Build Status](https://travis-ci.org/sindresorhus/set-immediate-shim.svg?branch=master)](https://travis-ci.org/sindresorhus/set-immediate-shim)\n\n> Simple [`setImmediate`](https://developer.mozilla.org/en-US/docs/Web/API/Window.setImmediate) shim\n\n\n## Install\n\n```\n$ npm install --save set-immediate-shim\n```\n\n\n## Usage\n\n```js\nvar setImmediateShim = require('set-immediate-shim');\n\nsetImmediateShim(function () {\n\tconsole.log('2');\n});\n\nconsole.log('1');\n\n//=> 1\n//=> 2\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"time":{"modified":"2015-03-12T07:46:00.857Z","created":"2014-12-29T09:41:39.091Z","1.0.0":"2014-12-29T09:41:39.091Z","1.0.1":"2015-03-12T07:46:00.857Z"},"homepage":"https://github.com/sindresorhus/set-immediate-shim","keywords":["setImmediate","immediate","setTimeout","timeout","shim","polyfill","ponyfill"],"repository":{"type":"git","url":"https://github.com/sindresorhus/set-immediate-shim"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/set-immediate-shim/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"koulmomo":true},"_attachments":{},"_etag":"W/\"55014438-f02\"","_lastModified":"Thu, 12 Mar 2015 07:46:00 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/setprototypeof/.cache.json b/frappe/.npm/registry.npmjs.org/setprototypeof/.cache.json new file mode 100644 index 00000000..2d038005 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/setprototypeof/.cache.json @@ -0,0 +1 @@ +{"_id":"setprototypeof","_rev":"10-8c6f413e65c7645d92c6cfd64c8c2d98","name":"setprototypeof","description":"A small polyfill for Object.setprototypeof","dist-tags":{"latest":"1.0.3"},"versions":{"1.0.0":{"name":"setprototypeof","version":"1.0.0","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"737c200fa382c4d10466b48e7426f9c6b38ea358","_id":"setprototypeof@1.0.0","_shasum":"d5fafca01e1174d0079bd1bf881f09c8a339794c","_from":".","_npmVersion":"2.1.4","_nodeVersion":"0.10.29","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"dist":{"shasum":"d5fafca01e1174d0079bd1bf881f09c8a339794c","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"setprototypeof","version":"1.0.1","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"1e3d0cde6b7f4a9fba10cd28e62b200c9d8f899f","_id":"setprototypeof@1.0.1","_shasum":"52009b27888c4dc48f591949c0a8275834c1ca7e","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"dist":{"shasum":"52009b27888c4dc48f591949c0a8275834c1ca7e","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.1.tgz"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/setprototypeof-1.0.1.tgz_1454803015119_0.7522649802267551"},"directories":{}},"1.0.2":{"name":"setprototypeof","version":"1.0.2","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"34da239ae7ab69b7b42791d5b928379ce51a0ff2","_id":"setprototypeof@1.0.2","_shasum":"81a552141ec104b88e89ce383103ad5c66564d08","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"dist":{"shasum":"81a552141ec104b88e89ce383103ad5c66564d08","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.2.tgz"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/setprototypeof-1.0.2.tgz_1479056139581_0.43114364007487893"},"directories":{}},"1.0.3":{"name":"setprototypeof","version":"1.0.3","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"a8a71aab8118651b9b0ea97ecfc28521ec82b008","_id":"setprototypeof@1.0.3","_shasum":"66567e37043eeb4f04d91bd658c0cbefb55b8e04","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"dist":{"shasum":"66567e37043eeb4f04d91bd658c0cbefb55b8e04","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/setprototypeof-1.0.3.tgz_1487607661334_0.977291816379875"},"directories":{}}},"readme":"# Polyfill for `Object.setPrototypeOf`\n\nA simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back to IE8.\n\n## Usage:\n\n```\n$ npm install --save setprototypeof\n```\n\n```javascript\nvar setPrototypeOf = require('setprototypeof');\n\nvar obj = {};\nsetPrototypeOf(obj, {\n\tfoo: function() {\n\t\treturn 'bar';\n\t}\n});\nobj.foo(); // bar\n```\n","maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"time":{"modified":"2017-04-23T12:21:54.477Z","created":"2015-02-04T13:56:57.705Z","1.0.0":"2015-02-04T13:56:57.705Z","1.0.1":"2016-02-06T23:56:57.210Z","1.0.2":"2016-11-13T16:55:41.672Z","1.0.3":"2017-02-20T16:21:03.362Z"},"homepage":"https://github.com/wesleytodd/setprototypeof","keywords":["polyfill","object","setprototypeof"],"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"author":{"name":"Wes Todd"},"bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"license":"ISC","readmeFilename":"README.md","users":{"mojaray2k":true,"wangnan0610":true,"modood":true},"_attachments":{},"_etag":"W/\"58fc9c62-164e\"","_lastModified":"Sun, 23 Apr 2017 12:21:54 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/slash/.cache.json b/frappe/.npm/registry.npmjs.org/slash/.cache.json new file mode 100644 index 00000000..7bc0903c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/slash/.cache.json @@ -0,0 +1 @@ +{"_id":"slash","_rev":"26-f58f095ba1901c3f858b5b40f3fee4ff","name":"slash","description":"Convert Windows backslash paths to slash paths","dist-tags":{"latest":"1.0.0"},"versions":{"0.1.0":{"name":"slash","version":"0.1.0","description":"Convert Windows backslash paths to slash paths","keywords":["path","seperator","sep","slash","backslash","windows","win"],"homepage":"https://github.com/sindresorhus/slash","bugs":{"url":"https://github.com/sindresorhus/slash/issues"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"main":"slash.js","repository":{"type":"git","url":"git://github.com/sindresorhus/slash.git"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"~1.11.0"},"engines":{"node":">=0.8.0"},"licenses":[{"type":"MIT"}],"files":["slash.js"],"_id":"slash@0.1.0","dist":{"shasum":"1726ee854d6a95c056dc697ec8d5be9a43926243","tarball":"https://registry.npmjs.org/slash/-/slash-0.1.0.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.1":{"name":"slash","version":"0.1.1","description":"Convert Windows backslash paths to slash paths","keywords":["path","seperator","sep","slash","backslash","windows","win"],"homepage":"https://github.com/sindresorhus/slash","bugs":{"url":"https://github.com/sindresorhus/slash/issues"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"main":"slash.js","repository":{"type":"git","url":"git://github.com/sindresorhus/slash.git"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"~1.11.0"},"engines":{"node":">=0.8.0"},"licenses":[{"type":"MIT"}],"files":["slash.js"],"_id":"slash@0.1.1","dist":{"shasum":"e3b93c40a94a547a246367b71b8c31a793521a65","tarball":"https://registry.npmjs.org/slash/-/slash-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.3":{"name":"slash","version":"0.1.3","description":"Convert Windows backslash paths to slash paths","keywords":["path","seperator","sep","slash","backslash","windows","win"],"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"main":"slash.js","repository":{"type":"git","url":"git://github.com/sindresorhus/slash"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*"},"engines":{"node":">=0.8.0"},"license":"MIT","files":["slash.js"],"bugs":{"url":"https://github.com/sindresorhus/slash/issues"},"homepage":"https://github.com/sindresorhus/slash","_id":"slash@0.1.3","dist":{"shasum":"aa710c8ef50b8e1d187ad6cff46f38c656ba0e57","tarball":"https://registry.npmjs.org/slash/-/slash-0.1.3.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"1.0.0":{"name":"slash","version":"1.0.0","description":"Convert Windows backslash paths to slash paths","keywords":["path","seperator","sep","slash","backslash","windows","win"],"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"repository":{"type":"git","url":"git://github.com/sindresorhus/slash"},"scripts":{"test":"mocha"},"devDependencies":{"mocha":"*"},"engines":{"node":">=0.10.0"},"license":"MIT","files":["index.js"],"gitHead":"c801dd4568ad9380b534067eabe88942394f82ff","bugs":{"url":"https://github.com/sindresorhus/slash/issues"},"homepage":"https://github.com/sindresorhus/slash","_id":"slash@1.0.0","_shasum":"c41f2f6c39fc16d1cd17ad4b5d896114ae470d55","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"c41f2f6c39fc16d1cd17ad4b5d896114ae470d55","tarball":"https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"},"directories":{}}},"readme":"# slash [![Build Status](https://travis-ci.org/sindresorhus/slash.svg?branch=master)](https://travis-ci.org/sindresorhus/slash)\n\n> Convert Windows backslash paths to slash paths: `foo\\\\bar` ➔ `foo/bar`\n\n[Forward-slash paths can be used in Windows](http://superuser.com/a/176395/6877) as long as they're not extended-length paths and don't contain any non-ascii characters.\n\nThis was created since the `path` methods in Node outputs `\\\\` paths on Windows.\n\n\n## Install\n\n```sh\n$ npm install --save slash\n```\n\n\n## Usage\n\n```js\nvar path = require('path');\nvar slash = require('slash');\n\nvar str = path.join('foo', 'bar');\n// Unix => foo/bar\n// Windows => foo\\\\bar\n\nslash(str);\n// Unix => foo/bar\n// Windows => foo/bar\n```\n\n\n## API\n\n### slash(path)\n\nType: `string`\n\nAccepts a Windows backslash path and returns a slash path.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"time":{"modified":"2017-05-21T09:35:24.980Z","created":"2013-07-18T23:34:04.300Z","0.1.0":"2013-07-18T23:34:07.348Z","0.1.1":"2013-10-08T19:09:41.668Z","0.1.3":"2014-04-30T22:47:43.354Z","1.0.0":"2014-08-13T10:15:02.780Z"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"repository":{"type":"git","url":"git://github.com/sindresorhus/slash"},"users":{"passy":true,"tommyzzm":true,"itonyyo":true,"lshearer":true,"iamstarkov":true,"huhgawz":true,"wujr5":true,"cblumer":true,"balazserdos":true},"homepage":"https://github.com/sindresorhus/slash","keywords":["path","seperator","sep","slash","backslash","windows","win"],"bugs":{"url":"https://github.com/sindresorhus/slash/issues"},"license":"MIT","readmeFilename":"readme.md","_attachments":{},"_etag":"W/\"59215f5c-1716\"","_lastModified":"Sun, 21 May 2017 09:35:24 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/smart-buffer/.cache.json b/frappe/.npm/registry.npmjs.org/smart-buffer/.cache.json new file mode 100644 index 00000000..1126e1a3 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/smart-buffer/.cache.json @@ -0,0 +1 @@ +{"_id":"smart-buffer","_rev":"33-14d2ac8b9abaed20be8313615f65d755","name":"smart-buffer","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","dist-tags":{"latest":"3.0.3","beta":"4.0.0-beta.1"},"versions":{"1.0.0":{"name":"smart-buffer","version":"1.0.0","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","cursor","simple","packet","network","null terminated","growing"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"~1.7.2"},"_id":"smart-buffer@1.0.0","dist":{"shasum":"228f51a2e6c93e3430510ff4fac15ddbdea6f238","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"joshglazebrook","email":"josh@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"directories":{}},"1.0.1":{"name":"smart-buffer","version":"1.0.1","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","cursor","simple","packet","network","null terminated","growing"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"~1.7.2"},"_id":"smart-buffer@1.0.1","dist":{"shasum":"3addf070aa2664a706021c82d9df98640cc773ef","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"joshglazebrook","email":"josh@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"directories":{}},"1.0.3":{"name":"smart-buffer","version":"1.0.3","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","cursor","simple","packet","network","null terminated","growing"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","mocha":"^2.2.3"},"dependencies":{},"scripts":{"test":"mocha test/test.js"},"gitHead":"d6d2d2c5e0c520dbe43e7fc90ff82adb510e4988","_id":"smart-buffer@1.0.3","_shasum":"0968621e5e8b849da26a3ed707f044ae39edd8f5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"dist":{"shasum":"0968621e5e8b849da26a3ed707f044ae39edd8f5","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"smart-buffer","version":"1.0.4","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","cursor","simple","packet","network","null terminated","growing"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","mocha":"^2.2.3"},"dependencies":{},"scripts":{"test":"mocha test/test.js"},"gitHead":"e774e9de62eb318c34e3e3b8d06bb94066ade265","_id":"smart-buffer@1.0.4","_shasum":"2cc20003c8be2f08082768a84cf2c684cca8a309","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"2cc20003c8be2f08082768a84cf2c684cca8a309","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.4.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.4.tgz_1459998369613_0.2185835971031338"},"directories":{}},"1.0.5":{"name":"smart-buffer","version":"1.0.5","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","cursor","simple","packet","network","null terminated","growing"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","mocha":"^2.2.3"},"dependencies":{},"scripts":{"test":"mocha test/test.js"},"gitHead":"0495c784e6daa6e58004bf1fa8c45d6a8914bce3","_id":"smart-buffer@1.0.5","_shasum":"c6a67e67f99be032f76e2ec0458df8aad545a4a5","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"c6a67e67f99be032f76e2ec0458df8aad545a4a5","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.5.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.5.tgz_1460439922008_0.2762503926642239"},"directories":{}},"1.0.6":{"name":"smart-buffer","version":"1.0.6","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","coveralls":"^2.11.9","istanbul":"^0.4.3","mocha":"^2.2.3","mocha-lcov-reporter":"^1.2.0"},"dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"0df48691dd3a5284f1cf77531564cadf092e4a0d","_id":"smart-buffer@1.0.6","_shasum":"1093f46272c695f3e0d965058f6b37fa052bbce0","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"1093f46272c695f3e0d965058f6b37fa052bbce0","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.6.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.6.tgz_1462163802490_0.34737510420382023"},"directories":{}},"1.0.7":{"name":"smart-buffer","version":"1.0.7","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","coveralls":"^2.11.9","istanbul":"^0.4.3","mocha":"^2.2.3","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"b36cd2fd269158b7bfd1de1f8fe47a3abab1ef1e","_id":"smart-buffer@1.0.7","_shasum":"3f8367e9ca6ff180de778f66d8d090c2a17b36da","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"3f8367e9ca6ff180de778f66d8d090c2a17b36da","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.7.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.7.tgz_1462838033795_0.6188211771659553"},"directories":{}},"1.0.8":{"name":"smart-buffer","version":"1.0.8","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","coveralls":"^2.11.9","istanbul":"^0.4.3","mocha":"^2.2.3","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"d01debf93e7b5ec425a6187bbe4f6ecbcdbb4d75","_id":"smart-buffer@1.0.8","_shasum":"a3bd577eea3b1b4228560b407787161cda6e5469","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"a3bd577eea3b1b4228560b407787161cda6e5469","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.8.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.8.tgz_1462838903702_0.9489340321160853"},"directories":{}},"1.0.9":{"name":"smart-buffer","version":"1.0.9","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","coveralls":"^2.11.9","istanbul":"^0.4.3","mocha":"^2.2.3","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"5f584d1309bf2b6145b7158e69a4762d584aba3c","_id":"smart-buffer@1.0.9","_shasum":"9ae78719ac753026d098e1b5842f3087880dccf6","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"9ae78719ac753026d098e1b5842f3087880dccf6","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.9.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.9.tgz_1462843063889_0.997318351175636"},"directories":{}},"1.0.10":{"name":"smart-buffer","version":"1.0.10","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","coveralls":"^2.11.9","istanbul":"^0.4.3","mocha":"^2.2.3","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"5518ebecba4d941e0d7d649ea98d5fdf7fc3d7c0","_id":"smart-buffer@1.0.10","_shasum":"822fd2f107f9e7ae6d1a2e35e4327d94dd64768c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"822fd2f107f9e7ae6d1a2e35e4327d94dd64768c","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.10.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.10.tgz_1463461573356_0.315349911339581"},"directories":{}},"1.0.11":{"name":"smart-buffer","version":"1.0.11","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^2.2.0","coveralls":"^2.11.9","istanbul":"^0.4.3","mocha":"^2.2.3","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"56ded6259a34f213aa1b49338c1057d1ac79836e","_id":"smart-buffer@1.0.11","_shasum":"3050337098a8e4cdf0350fef63dd146049ff940a","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"3050337098a8e4cdf0350fef63dd146049ff940a","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.11.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.11.tgz_1463716862688_0.09099809848703444"},"directories":{}},"1.0.13":{"name":"smart-buffer","version":"1.0.13","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"0771cafbc53aa585b1b41916950c461f2f473ade","_id":"smart-buffer@1.0.13","_shasum":"61569929a06ec76abe3fdcf5f4e8baf6c2d31721","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"61569929a06ec76abe3fdcf5f4e8baf6c2d31721","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.0.13.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.0.13.tgz_1484365952713_0.5065922774374485"},"directories":{}},"1.1.0":{"name":"smart-buffer","version":"1.1.0","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"be5da773364a0e1a793c443c39b5c90a32068574","_id":"smart-buffer@1.1.0","_shasum":"cc2990dd14cf428aef09383b466d881ae7d90350","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"cc2990dd14cf428aef09383b466d881ae7d90350","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.0.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.1.0.tgz_1485792798354_0.6390597193967551"},"directories":{}},"1.1.1":{"name":"smart-buffer","version":"1.1.1","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"b80f4bcb9dca83cb0957d44ae522cfa0cec631e8","_id":"smart-buffer@1.1.1","_shasum":"03939097e71c0bf2a042d514cac5f3d6fd7beb8e","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"03939097e71c0bf2a042d514cac5f3d6fd7beb8e","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.1.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.1.1.tgz_1485793738180_0.2533307771664113"},"directories":{}},"1.1.2":{"name":"smart-buffer","version":"1.1.2","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","preinstall":"tsc -p ./"},"gitHead":"1945b634a14d18478fe107937ee2ab79e3d96c48","_id":"smart-buffer@1.1.2","_shasum":"0b621b258682f18090471a0e31d8ca38121e9b34","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"0b621b258682f18090471a0e31d8ca38121e9b34","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.2.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.1.2.tgz_1485797301153_0.028689063154160976"},"directories":{}},"1.1.3":{"name":"smart-buffer","version":"1.1.3","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"tsc -p ./"},"gitHead":"8ff0c801d9532be21602bcbfe3fc5cda3ddbc435","_id":"smart-buffer@1.1.3","_shasum":"8866619e33ee0a76911183c92be1d91b5d90c249","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"8866619e33ee0a76911183c92be1d91b5d90c249","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.3.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.1.3.tgz_1485797373478_0.4237946067005396"},"directories":{}},"1.1.4":{"name":"smart-buffer","version":"1.1.4","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"tsc -p ./"},"gitHead":"60e1ddab26beacd8c9f800f908fccf65910cbb83","_id":"smart-buffer@1.1.4","_shasum":"802855827706c3b38a0716042763d8e3cb16793e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"802855827706c3b38a0716042763d8e3cb16793e","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.4.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-1.1.4.tgz_1485797513862_0.26567360013723373"},"directories":{}},"2.0.0":{"name":"smart-buffer","version":"2.0.0","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"4951108c756a0cb78356da94cd0692444a957d56","_id":"smart-buffer@2.0.0","_shasum":"007d9666a36650b7aadd6e216caed52d0e1f9fc1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"007d9666a36650b7aadd6e216caed52d0e1f9fc1","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-2.0.0.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-2.0.0.tgz_1485798549878_0.7183809035923332"},"directories":{}},"1.1.15":{"name":"smart-buffer","version":"1.1.15","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"071f618b339a341c2617ac41ea2a77132fd307e8","_id":"smart-buffer@1.1.15","_shasum":"7f114b5b65fab3e2a35aa775bb12f0d1c649bf16","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"7f114b5b65fab3e2a35aa775bb12f0d1c649bf16","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.1.15.tgz_1485802535898_0.37321774289011955"},"directories":{}},"2.0.1":{"name":"smart-buffer","version":"2.0.1","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"9564e2cc91d163e629c9d057801b1928f6664029","_id":"smart-buffer@2.0.1","_shasum":"6cd930fdea065ffa53651abb65616e388f34807d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"6cd930fdea065ffa53651abb65616e388f34807d","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-2.0.1.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-2.0.1.tgz_1485843211360_0.25647249608300626"},"directories":{}},"2.0.2":{"name":"smart-buffer","version":"2.0.2","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"e5a5a176d0fda520af446f83c4344b45beafa44a","_id":"smart-buffer@2.0.2","_shasum":"f73203ae8f2bc90d2e4ee1b5b3284f0a6c0f922f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"f73203ae8f2bc90d2e4ee1b5b3284f0a6c0f922f","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-2.0.2.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-2.0.2.tgz_1485843443037_0.85665237554349"},"directories":{}},"2.0.3":{"name":"smart-buffer","version":"2.0.3","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"431564220aa38987765f15d18f5ecd340b1535ed","_id":"smart-buffer@2.0.3","_shasum":"1397197e6de47891f53464c3807b5544ed547425","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"1397197e6de47891f53464c3807b5544ed547425","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-2.0.3.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-2.0.3.tgz_1485844580688_0.7064719193149358"},"directories":{}},"3.0.0":{"name":"smart-buffer","version":"3.0.0","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"30f003031cc0b0e872707f37d7418363748d3cf7","_id":"smart-buffer@3.0.0","_shasum":"dcdb3b3e9ca5413e0c108fc48403118f5380fae6","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"dcdb3b3e9ca5413e0c108fc48403118f5380fae6","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-3.0.0.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/smart-buffer-3.0.0.tgz_1486950587954_0.4166791832540184"},"directories":{}},"3.0.1":{"name":"smart-buffer","version":"3.0.1","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"ab8155677100d6d504a8be873da7a8bd60754cb0","_id":"smart-buffer@3.0.1","_shasum":"cb64f3b1d286c6c08216ecada87f8dc985eed726","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"cb64f3b1d286c6c08216ecada87f8dc985eed726","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-3.0.1.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-3.0.1.tgz_1487211065436_0.9129731580615044"},"directories":{}},"3.0.2":{"name":"smart-buffer","version":"3.0.2","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"8d0a96632c1f43c7b561f9af35ff4bbde52d72e5","_id":"smart-buffer@3.0.2","_shasum":"e740040df4782c679d6163261f4dbb8d2f9fece5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"e740040df4782c679d6163261f4dbb8d2f9fece5","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-3.0.2.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-3.0.2.tgz_1487371615385_0.4311855831183493"},"directories":{}},"3.0.3":{"name":"smart-buffer","version":"3.0.3","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{"@types/node":"^7.0.4"},"scripts":{"test":"mocha test/smartbuffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test","prepublish":"npm install -g typescript && tsc -p ./"},"gitHead":"015109eff546a8c2046daf7854f1896fbe2a3737","_id":"smart-buffer@3.0.3","_shasum":"76d4abf863d6aa91d5c9fd694cd51b242782e59f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"76d4abf863d6aa91d5c9fd694cd51b242782e59f","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-3.0.3.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-3.0.3.tgz_1487536429800_0.4163937314879149"},"directories":{}},"4.0.0-beta.1":{"name":"smart-buffer","version":"4.0.0-beta.1","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"build/smartbuffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"engines":{"node":">= 4.0.0","npm":">= 3.0.0"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"@types/chai":"^4.0.1","@types/mocha":"^2.2.41","@types/node":"^8.0.2","chai":"^4.0.2","coveralls":"^2.13.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","nyc":"^11.0.2","source-map-support":"^0.4.15","ts-node":"^3.1.0","tslint":"^5.4.3","typescript":"^2.3.4"},"typings":"typings","dependencies":{},"scripts":{"prepublish":"npm install -g typescript && tsc -p ./","test":"NODE_ENV=test mocha --recursive --compilers ts:ts-node/register","cover":"NODE_ENV=test nyc npm test","coveralls":"NODE_ENV=test nyc report --reporter=text-lcov | coveralls","lint":"tslint --type-check --project tsconfig.json 'src/**/*.ts'","build":"tsc -p ./"},"nyc":{"extension":[".ts",".tsx"],"include":["src/*.ts","src/**/*.ts"],"exclude":["**.*.d.ts","node_modules","typings"],"require":["ts-node/register"],"reporter":["json","html"],"all":true},"gitHead":"32ad6ccb358c12cfa01be8a15a9f83558665f32f","_id":"smart-buffer@4.0.0-beta.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"integrity":"sha512-iEWClUeaAYay6EySqyjSQm4vx/lLyLoPHpziDAs0owjF3RSfD499X+a/FyRu6CtSHD8gUwWjYeVWwLzZz5jIfw==","shasum":"fb0db2fc66245f2d9128ecb24f730ee50da250bc","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.0.0-beta.1.tgz"},"maintainers":[{"email":"npm@joshglazebrook.com","name":"joshglazebrook"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/smart-buffer-4.0.0-beta.1.tgz_1498343905433_0.3077987676952034"},"directories":{}}},"readme":"smart-buffer [![Build Status](https://travis-ci.org/JoshGlazebrook/smart-buffer.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/smart-buffer) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/smart-buffer/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/smart-buffer?branch=master)\n=============\n\nsmart-buffer is a light Buffer wrapper that takes away the need to keep track of what position to read and write data to and from the underlying Buffer. It also adds null terminating string operations and **grows** as you add more data.\n\n![stats](https://nodei.co/npm/smart-buffer.png?downloads=true&downloadRank=true&stars=true \"stats\")\n\n### What it's useful for:\n\nI created smart-buffer because I wanted to simplify the process of using Buffer for building and reading network packets to send over a socket. Rather than having to keep track of which position I need to write a UInt16 to after adding a string of variable length, I simply don't have to.\n\nKey Features:\n* Proxies all of the Buffer write and read functions.\n* Keeps track of read and write positions for you.\n* Grows the internal Buffer as you add data to it. \n* Useful string operations. (Null terminating strings)\n* Allows for inserting values at specific points in the internal Buffer.\n* Built in TypeScript\n* Type Definitions Provided\n\nRequirements:\n* Node v4.0+ is supported at this time. (Versions prior to 2.0 will work on node 0.10)\n\n\n#### Note:\nsmart-buffer can be used for writing to an underlying buffer as well as reading from it. It however does not function correctly if you're mixing both read and write operations with each other.\n\n## Breaking Changes with 2.0\nThe latest version (2.0+) is written in TypeScript, and are compiled to ES6 Javascript. This means the earliest Node.js it supports will be 4.x (in strict mode.) If you're using version 6 and above it will work without any issues. From an API standpoint, 2.0 is backwards compatible. The only difference is SmartBuffer is not exported directly as the root module.\n\n## Breaking Changes with 3.0\nStarting with 3.0, if any of the readIntXXXX() methods are called and the requested data is larger than the bounds of the internally managed valid buffer data, an exception will now be thrown.\n\n## Installing:\n\n`npm install smart-buffer`\n\nor\n\n`yarn add smart-buffer`\n\nNote: The published NPM package includes the built javascript library. \nIf you cloned this repo and wish to build the library manually use:\n\n`tsc -p ./`\n\n## Using smart-buffer\n\n### Example\n\nSay you were building a packet that had to conform to the following protocol:\n\n`[PacketType:2][PacketLength:2][Data:XX]`\n\nTo build this packet using the vanilla Buffer class, you would have to count up the length of the data payload beforehand. You would also need to keep track of the current \"cursor\" position in your Buffer so you write everything in the right places. With smart-buffer you don't have to do either of those things.\n\n```javascript\n// 1.x (javascript)\nvar SmartBuffer = require('smart-buffer');\n\n// 1.x (typescript)\nimport SmartBuffer = require('smart-buffer');\n\n// 2.x+ (javascript)\nconst SmartBuffer = require('smart-buffer').SmartBuffer;\n\n// 2.x+ (typescript)\nimport { SmartBuffer, SmartBufferOptions} from 'smart-buffer';\n\nfunction createLoginPacket(username, password, age, country) {\n let packet = new SmartBuffer();\n packet.writeUInt16LE(0x0060); // Login Packet Type/ID\n packet.writeStringNT(username);\n packet.writeStringNT(password);\n packet.writeUInt8(age);\n packet.writeStringNT(country);\n packet.writeUInt16LE(packet.length - 2, 2);\n \n return packet.toBuffer();\n}\n```\nWith the above function, you now can do this:\n```javascript\nlet login = createLoginPacket(\"Josh\", \"secret123\", 22, \"United States\");\n\n// \n```\nNotice that the `[PacketLength:2]` part of the packet was inserted after we had added everything else, and as shown in the Buffer dump above, is in the correct location along with everything else.\n\nReading back the packet we created above is just as easy:\n```javascript\n\nlet reader = SmartBuffer.fromBuffer(login);\n\nlet logininfo = {\n packetType: reader.readUInt16LE(),\n packetLength: reader.readUInt16LE(),\n username: reader.readStringNT(),\n password: reader.readStringNT(),\n age: reader.readUInt8(),\n country: reader.readStringNT()\n};\n\n/*\n{ \n packetType: 96, (0x0060)\n packetLength: 30,\n username: 'Josh',\n password: 'secret123',\n age: 22,\n country: 'United States' \n};\n*/\n```\n\n# Api Reference:\n\n### Constructing a smart-buffer\n\nsmart-buffer has a few different ways to construct an instance. Starting with version 2.0, the following factory methods are preffered.\n\n```javascript\nlet SmartBuffer = require('smart-buffer');\n\n// Creating SmartBuffer from existing Buffer\nlet buff = SmartBuffer.fromBuffer(buffer); // Creates instance from buffer. (Uses default utf8 encoding)\nlet buff = SmartBuffer.fromBuffer(buffer, 'ascii'); // Creates instance from buffer with ascii encoding for Strings. \n\n// Creating SmartBuffer with specified internal Buffer size.\nlet buff = SmartBuffer.fromSize(1024); // Creates instance with internal Buffer size of 1024.\nlet buff = SmartBuffer.fromSize(1024, 'utf8'); // Creates instance with intenral Buffer size of 1024, and utf8 encoding. \n\n// Creating SmartBuffer with options object. This one specifies size and encoding.\nlet buff = SmartBuffer.fromOptions({\n size: 1024,\n encoding: 'ascii'\n});\n\n// Creating SmartBuffer with options object. This one specified an existing Buffer.\nlet buff = SmartBuffer.fromOptions({\n buff: buffer\n});\n\n// Just want a regular SmartBuffer with all default options?\nlet buff = new SmartBuffer();\n```\n\n## Backwards Compatibility:\n\nAll constructors used prior to 2.0 still are supported. However it's not recommended to use these.\n\n```javascript\nlet writer = new SmartBuffer(); // Defaults to utf8, 4096 length internal Buffer.\nlet writer = new SmartBuffer(1024); // Defaults to utf8, 1024 length internal Buffer.\nlet writer = new SmartBuffer('ascii'); // Sets to ascii encoding, 4096 length internal buffer.\nlet writer = new SmartBuffer(1024, 'ascii'); // Sets to ascii encoding, 1024 length internal buffer.\n```\n\n## Reading Data\n\nsmart-buffer supports all of the common read functions you will find in the vanilla Buffer class. The only difference is, you do not need to specify which location to start reading from. This is possible because as you read data out of a smart-buffer, it automatically progresses an internal read offset/position to know where to pick up from on the next read.\n\n## Reading Numeric Values\n\nWhen numeric values, you simply need to call the function you want, and the data is returned.\n\nSupported Operations:\n* readInt8\n* readInt16BE\n* readInt16LE\n* readInt32BE\n* readInt32LE\n* readUInt8\n* readUInt16BE\n* readUInt16LE\n* readUInt32BE\n* readUInt32LE\n* readFloatBE\n* readFloatLE\n* readDoubleBE\n* readDoubleLE\n\n```javascript\nlet reader = new SmartBuffer(somebuffer);\nlet num = reader.readInt8();\n```\n\n## Reading String Values\n\nWhen reading String values, you can either choose to read a null terminated string, or a string of a specified length.\n\n### SmartBuffer.readStringNT( [encoding] )\n> `String` **String encoding to use** - Defaults to the encoding set in the constructor. \n\nreturns `String`\n\n> Note: When readStringNT is called and there is no null character found, smart-buffer will read to the end of the internal Buffer.\n\n### SmartBuffer.readString( [length] )\n### SmartBuffer.readString( [encoding] )\n### SmartBuffer.readString( [length], [encoding] )\n> `Number` **Length of the string to read**\n\n> `String` **String encoding to use** - Defaults to the encoding set in the constructor, or utf8.\n\nreturns `String`\n\n> Note: When readString is called without a specified length, smart-buffer will read to the end of the internal Buffer.\n\n\n\n## Reading Buffer Values\n\n### SmartBuffer.readBuffer( length )\n> `Number` **Length of data to read into a Buffer**\n\nreturns `Buffer`\n\n> Note: This function uses `slice` to retrieve the Buffer.\n\n\n### SmartBuffer.readBufferNT()\n\nreturns `Buffer`\n\n> Note: This reads the next sequence of bytes in the buffer until a null (0x00) value is found. (Null terminated buffer)\n> Note: This function uses `slice` to retrieve the Buffer.\n\n\n## Writing Data\n\nsmart-buffer supports all of the common write functions you will find in the vanilla Buffer class. The only difference is, you do not need to specify which location to write to in your Buffer by default. You do however have the option of **inserting** a piece of data into your smart-buffer at a given location. \n\n\n## Writing Numeric Values\n\n\nFor numeric values, you simply need to call the function you want, and the data is written at the end of the internal Buffer's current write position. You can specify a offset/position to **insert** the given value at, but keep in mind this does not override data at the given position. This feature also does not work properly when inserting a value beyond the current internal length of the smart-buffer (length being the .length property of the smart-buffer instance you're writing to)\n\nSupported Operations:\n* writeInt8\n* writeInt16BE\n* writeInt16LE\n* writeInt32BE\n* writeInt32LE\n* writeUInt8\n* writeUInt16BE\n* writeUInt16LE\n* writeUInt32BE\n* writeUInt32LE\n* writeFloatBE\n* writeFloatLE\n* writeDoubleBE\n* writeDoubleLE\n\nThe following signature is the same for all the above functions:\n\n### SmartBuffer.writeInt8( value, [offset] )\n> `Number` **A valid Int8 number**\n\n> `Number` **The position to insert this value at** \n\nreturns this \n\n> Note: All write operations return `this` to allow for chaining.\n\n## Writing String Values\n\nWhen reading String values, you can either choose to write a null terminated string, or a non null terminated string.\n\n### SmartBuffer.writeStringNT( value, [offset], [encoding] )\n### SmartBuffer.writeStringNT( value, [offset] )\n### SmartBuffer.writeStringNT( value, [encoding] )\n> `String` **String value to write**\n\n> `Number` **The position to insert this String at**\n\n> `String` **The String encoding to use.** - Defaults to the encoding set in the constructor, or utf8.\n\nreturns this\n\n### SmartBuffer.writeString( value, [offset], [encoding] )\n### SmartBuffer.writeString( value, [offset] )\n### SmartBuffer.writeString( value, [encoding] )\n> `String` **String value to write**\n\n> `Number` **The position to insert this String at**\n\n> `String` **The String encoding to use** - Defaults to the encoding set in the constructor, or utf8.\n\nreturns this\n\n\n## Writing Buffer Values\n\n### SmartBuffer.writeBuffer( value, [offset] )\n> `Buffer` **Buffer value to write**\n\n> `Number` **The position to insert this Buffer's content at**\n\nreturns this\n\n### SmartBuffer.writeBufferNT( value, [offset] )\n> `Buffer` **Buffer value to write**\n\n> `Number` **The position to insert this Buffer's content at**\n\nreturns this\n\n\n## Utility Functions\n\n### SmartBuffer.clear()\nResets the SmartBuffer to its default state where it can be reused for reading or writing.\n\n### SmartBuffer.remaining()\n\nreturns `Number` The amount of data left to read based on the current read Position.\n\n### SmartBuffer.skip( value )\n> `Number` **The amount of bytes to skip ahead**\n\nSkips the read position ahead by the given value.\n\nreturns this\n\n### SmartBuffer.rewind( value )\n> `Number` **The amount of bytes to reward backwards**\n\nRewinds the read position backwards by the given value.\n\nreturns this\n\n### SmartBuffer.moveTo( position )\n> `Number` **The point to skip the read position to**\n\nMoves the read position to the given point.\nreturns this\n\n### SmartBuffer.toBuffer()\n\nreturns `Buffer` A Buffer containing the contents of the internal Buffer.\n\n> Note: This uses the slice function.\n\n### SmartBuffer.toString( [encoding] )\n> `String` **The String encoding to use** - Defaults to the encoding set in the constructor, or utf8.\n\nreturns `String` The internal Buffer in String representation.\n\n## Properties\n\n### SmartBuffer.length\n\nreturns `Number` **The length of the data that is being tracked in the internal Buffer** - Does NOT return the absolute length of the internal Buffer being written to.\n\n## License\n\nThis work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).","maintainers":[{"email":"npm@joshglazebrook.com","name":"joshglazebrook"}],"time":{"modified":"2017-06-24T22:38:26.534Z","created":"2013-11-03T08:38:38.969Z","1.0.0":"2013-11-03T08:38:40.256Z","1.0.1":"2013-11-14T02:02:55.518Z","1.0.3":"2015-04-07T22:01:00.481Z","1.0.4":"2016-04-07T03:06:12.109Z","1.0.5":"2016-04-12T05:45:24.577Z","1.0.6":"2016-05-02T04:36:43.496Z","1.0.7":"2016-05-09T23:53:54.970Z","1.0.8":"2016-05-10T00:08:26.157Z","1.0.9":"2016-05-10T01:17:45.115Z","1.0.10":"2016-05-17T05:06:15.786Z","1.0.11":"2016-05-20T04:01:05.973Z","1.0.13":"2017-01-14T03:52:34.758Z","1.1.0":"2017-01-30T16:13:20.282Z","1.1.1":"2017-01-30T16:28:58.929Z","1.1.2":"2017-01-30T17:28:21.900Z","1.1.3":"2017-01-30T17:29:35.494Z","1.1.4":"2017-01-30T17:31:55.769Z","2.0.0":"2017-01-30T17:49:12.082Z","1.1.15":"2017-01-30T18:55:36.587Z","2.0.1":"2017-01-31T06:13:31.999Z","2.0.2":"2017-01-31T06:17:25.001Z","2.0.3":"2017-01-31T06:36:21.366Z","3.0.0":"2017-02-13T01:49:50.040Z","3.0.1":"2017-02-16T02:11:06.205Z","3.0.2":"2017-02-17T22:46:56.078Z","3.0.3":"2017-02-19T20:33:50.476Z","4.0.0-beta.1":"2017-06-24T22:38:26.534Z"},"author":{"name":"Josh Glazebrook"},"repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"readmeFilename":"README.md","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","keywords":["buffer","smart","packet","serialize","network","cursor","simple"],"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"license":"MIT","users":{"steel1990":true},"_attachments":{},"_etag":"W/\"594ee9e2-e073\"","_lastModified":"Sat, 24 Jun 2017 22:38:26 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/sntp/.cache.json b/frappe/.npm/registry.npmjs.org/sntp/.cache.json new file mode 100644 index 00000000..55d71bd7 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/sntp/.cache.json @@ -0,0 +1 @@ +{"_id":"sntp","_rev":"80-e6fa9e721af743bcb55bdeeabe796391","name":"sntp","description":"SNTP Client","dist-tags":{"latest":"2.0.2"},"versions":{"0.0.0":{"name":"sntp","description":"SNTP Client","version":"0.0.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.0.0","dist":{"shasum":"bb1aefecf3de425c7d6e01fa0041e719e0cf729a","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.0.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.0.1":{"name":"sntp","description":"SNTP Client","version":"0.0.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.0.1","dist":{"shasum":"448d18a46c66024adf849edc4eee78f27fa5c02b","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.0.1.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.1.0":{"name":"sntp","description":"SNTP Client","version":"0.1.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.1.0","dist":{"shasum":"a98d2d15c57efae0ec54652e61d258ed39cb9937","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.1.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.1.1":{"name":"sntp","description":"SNTP Client","version":"0.1.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.0.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.1.1","dist":{"shasum":"36c9a1a4c1b9721f9748613b7bb57cd879ce7905","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.1.1.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.1.2":{"name":"sntp","description":"SNTP Client","version":"0.1.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.4.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"make test && make unit"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.1.2","dist":{"shasum":"354ea06f8e1ab696dde8a65009df719c2be6e308","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.1.2.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.1.3":{"name":"sntp","description":"SNTP Client","version":"0.1.3","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.4.x"},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x","blanket":"1.0.x","travis-cov":"0.2.x"},"scripts":{"test":"make test && make test-cov","blanket":{"pattern":"//^((?!/node_modules/)(?!/test/).)*$/ig","onlyCwd":true,"data-cover-flags":{"branchTracking":true}},"travis-cov":{"threshold":100}},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.1.3","dist":{"shasum":"c2c96b2480d74d6a119aed94c6065b4720c4d09b","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.1.3.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.1.4":{"name":"sntp","description":"SNTP Client","version":"0.1.4","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":"0.8.x"},"dependencies":{"hoek":"0.7.x"},"devDependencies":{"lab":"0.0.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.1.4","dist":{"shasum":"5ef481b951a7b29affdf4afd7f26838fc1120f84","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.1.4.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.2.0":{"name":"sntp","description":"SNTP Client","version":"0.2.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":"0.10.x"},"dependencies":{"hoek":"0.8.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.2.0","dist":{"shasum":"d20a32ed0b1cbb0273c1677c48a85ee0d495df51","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.2.0.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.2.1":{"name":"sntp","description":"SNTP Client","version":"0.2.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":"0.10.x"},"dependencies":{"hoek":"0.8.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.2.1","dist":{"shasum":"8106d81946b22bfc094ca1e5c5e63c324b4c9a2d","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.2.1.tgz"},"_from":".","_npmVersion":"1.2.17","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.2.2":{"name":"sntp","description":"SNTP Client","version":"0.2.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.8.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.2.2","dist":{"shasum":"a1d912512fd67dade06e3de0bc3f20640b8b7279","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.2.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.2.3":{"name":"sntp","description":"SNTP Client","version":"0.2.3","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.8.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.2.3","dist":{"shasum":"0b4061cf431d9008700711ff4e09efac99a56195","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.2.3.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"0.2.4":{"name":"sntp","description":"SNTP Client","version":"0.2.4","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"0.9.x"},"devDependencies":{"lab":"0.1.x","complexity-report":"0.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"_id":"sntp@0.2.4","dist":{"shasum":"fb885f18b0f3aad189f824862536bceeec750900","tarball":"https://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.0":{"name":"sntp","description":"SNTP Client","version":"1.0.0","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"1.0.x"},"devDependencies":{"lab":"1.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"_id":"sntp@1.0.0","dist":{"shasum":"1d60853768fff40ada6342944c376c17a6efe48a","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.1":{"name":"sntp","description":"SNTP Client","version":"1.0.1","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"1.x.x"},"devDependencies":{"lab":"1.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"_id":"sntp@1.0.1","dist":{"shasum":"bd946733050b02ed10224c333cd1bc95057d0b28","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.2":{"name":"sntp","description":"SNTP Client","version":"1.0.2","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"1.x.x"},"devDependencies":{"lab":"1.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.2","dist":{"shasum":"b3a08dc138e64beb0e8df8322ad690b8acc740bf","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.2.tgz"},"_from":".","_npmVersion":"1.3.23","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.3":{"name":"sntp","description":"SNTP Client","version":"1.0.3","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"1.x.x"},"devDependencies":{"lab":"1.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.3","dist":{"shasum":"73efcadf01609e662f650ec2bd92bc3a9fa7d8a7","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.3.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.4":{"name":"sntp","description":"SNTP Client","version":"1.0.4","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"2.x.x"},"devDependencies":{"lab":"3.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.4","dist":{"shasum":"7ca076b08976533c0f5bd3d227c4bf237c22dac0","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.5":{"name":"sntp","description":"SNTP Client","version":"1.0.5","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"2.x.x"},"devDependencies":{"lab":"3.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.5","dist":{"shasum":"ef8f7f230baf11d0ff429e1d18d8abbfd077d870","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.5.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.6":{"name":"sntp","description":"SNTP Client","version":"1.0.6","author":{"name":"Eran Hammer","email":"eran@hueniverse.com","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"2.x.x"},"devDependencies":{"lab":"^3.1.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.6","dist":{"shasum":"cf0b1018864334e813300c2dae403694d0bd3dc3","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.6.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"1.0.7":{"name":"sntp","description":"SNTP Client","version":"1.0.7","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"2.x.x"},"devDependencies":{"lab":"^3.1.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"gitHead":"71c8663cc785daa9ce3516519fea3d21c185426b","bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.7","_shasum":"d9113e9451a92a6f57a694950057bc91d7d3e3bd","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"d9113e9451a92a6f57a694950057bc91d7d3e3bd","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.7.tgz"},"directories":{}},"1.0.8":{"name":"sntp","description":"SNTP Client","version":"1.0.8","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"2.x.x"},"devDependencies":{"lab":"4.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"gitHead":"effcba625a9d1ed925bd0a58a0a9f2b365f569b8","bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.8","_shasum":"d4d5fddf00b10d3c1bc3349e433e04292e069271","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"d4d5fddf00b10d3c1bc3349e433e04292e069271","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.8.tgz"},"directories":{}},"1.0.9":{"name":"sntp","description":"SNTP Client","version":"1.0.9","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/hueniverse/sntp"},"main":"index","keywords":["sntp","ntp","time"],"engines":{"node":">=0.8.0"},"dependencies":{"hoek":"2.x.x"},"devDependencies":{"lab":"4.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"gitHead":"ee2e35284f684609990681734d39010cd356d7da","bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.9","_shasum":"6541184cc90aeea6c6e7b35e2659082443c66198","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"6541184cc90aeea6c6e7b35e2659082443c66198","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"},"directories":{}},"2.0.0":{"name":"sntp","description":"SNTP Client","version":"2.0.0","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hapijs/hapi.git"},"main":"lib/index.js","keywords":["sntp","ntp","time"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"3.x.x"},"devDependencies":{"code":"2.x.x","lab":"7.x.x"},"scripts":{"test":"lab -a code -t 100 -L","test-cov-html":"lab -a code -r html -o coverage.html"},"license":"BSD-3-Clause","gitHead":"3d5be64e722f9ff70c1c61d416bed721c14e529d","bugs":{"url":"https://github.com/hapijs/hapi/issues"},"homepage":"https://github.com/hapijs/hapi#readme","_id":"sntp@2.0.0","_shasum":"5a940ec093fa36e33019c5b4a9f00028912aba38","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"5a940ec093fa36e33019c5b4a9f00028912aba38","tarball":"https://registry.npmjs.org/sntp/-/sntp-2.0.0.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"directories":{}},"2.0.1":{"name":"sntp","description":"SNTP Client","version":"2.0.1","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/sntp.git"},"main":"lib/index.js","keywords":["sntp","ntp","time"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"4.x.x"},"devDependencies":{"code":"3.x.x","lab":"10.x.x"},"scripts":{"test":"lab -a code -t 100 -L -m 20000","test-cov-html":"lab -a code -r html -o coverage.html -m 20000"},"license":"BSD-3-Clause","gitHead":"bd138afda6992fd1ee4e5420ab48f65b574aa398","bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp#readme","_id":"sntp@2.0.1","_shasum":"213fd35ab877cf896b640642be5539fce393aaa3","_from":".","_npmVersion":"3.10.6","_nodeVersion":"6.3.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"213fd35ab877cf896b640642be5539fce393aaa3","tarball":"https://registry.npmjs.org/sntp/-/sntp-2.0.1.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/sntp-2.0.1.tgz_1469745192537_0.30508448858745396"},"directories":{}},"2.0.2":{"name":"sntp","description":"SNTP Client","version":"2.0.2","author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/sntp.git"},"main":"lib/index.js","keywords":["sntp","ntp","time"],"engines":{"node":">=4.0.0"},"dependencies":{"hoek":"4.x.x"},"devDependencies":{"code":"4.x.x","lab":"10.x.x"},"scripts":{"test":"lab -a code -t 100 -L -m 20000","test-cov-html":"lab -a code -r html -o coverage.html -m 20000"},"license":"BSD-3-Clause","gitHead":"c92f322dc1b04c958dc9e5da67e6e6947df407bb","bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp#readme","_id":"sntp@2.0.2","_shasum":"5064110f0af85f7cfdb7d6b67a40028ce52b4b2b","_from":".","_npmVersion":"4.0.3","_nodeVersion":"7.2.0","_npmUser":{"name":"hueniverse","email":"eran@hammer.io"},"dist":{"shasum":"5064110f0af85f7cfdb7d6b67a40028ce52b4b2b","tarball":"https://registry.npmjs.org/sntp/-/sntp-2.0.2.tgz"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/sntp-2.0.2.tgz_1480571736125_0.9244724279269576"},"directories":{}}},"readme":"# sntp\n\nAn SNTP v4 client (RFC4330) for node. Simpy connects to the NTP or SNTP server requested and returns the server time\nalong with the roundtrip duration and clock offset. To adjust the local time to the NTP time, add the returned `t` offset\nto the local time.\n\n[![Build Status](https://secure.travis-ci.org/hueniverse/sntp.png)](http://travis-ci.org/hueniverse/sntp)\n\n# Usage\n\n```javascript\nvar Sntp = require('sntp');\n\n// All options are optional\n\nvar options = {\n host: 'nist1-sj.ustiming.org', // Defaults to pool.ntp.org\n port: 123, // Defaults to 123 (NTP)\n resolveReference: true, // Default to false (not resolving)\n timeout: 1000 // Defaults to zero (no timeout)\n};\n\n// Request server time\n\nSntp.time(options, function (err, time) {\n\n if (err) {\n console.log('Failed: ' + err.message);\n process.exit(1);\n }\n\n console.log('Local clock is off by: ' + time.t + ' milliseconds');\n process.exit(0);\n});\n```\n\nIf an application needs to maintain continuous time synchronization, the module provides a stateful method for\nquerying the current offset only when the last one is too old (defaults to daily).\n\n```javascript\n// Request offset once\n\nSntp.offset(function (err, offset) {\n\n console.log(offset); // New (served fresh)\n\n // Request offset again\n\n Sntp.offset(function (err, offset) {\n\n console.log(offset); // Identical (served from cache)\n });\n});\n```\n\nTo set a background offset refresh, start the interval and use the provided now() method. If for any reason the\nclient fails to obtain an up-to-date offset, the current system clock is used.\n\n```javascript\nvar before = Sntp.now(); // System time without offset\n\nSntp.start(function () {\n\n var now = Sntp.now(); // With offset\n Sntp.stop();\n});\n```\n\n","maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"time":{"modified":"2017-05-03T21:17:04.481Z","created":"2013-01-21T01:37:06.564Z","0.0.0":"2013-01-21T01:37:07.826Z","0.0.1":"2013-01-21T08:31:04.907Z","0.1.0":"2013-01-22T00:18:19.873Z","0.1.1":"2013-01-22T07:25:53.025Z","0.1.2":"2013-02-07T23:20:55.654Z","0.1.3":"2013-02-17T08:57:58.759Z","0.1.4":"2013-03-18T18:00:44.263Z","0.2.0":"2013-04-05T19:43:12.887Z","0.2.1":"2013-04-07T04:20:41.303Z","0.2.2":"2013-04-30T21:11:12.488Z","0.2.3":"2013-05-18T07:13:05.471Z","0.2.4":"2013-05-22T03:36:47.037Z","1.0.0":"2013-09-29T08:10:16.753Z","1.0.1":"2013-09-29T21:46:09.994Z","1.0.2":"2014-01-23T07:20:48.875Z","1.0.3":"2014-02-25T21:15:12.684Z","1.0.4":"2014-04-08T08:49:09.508Z","1.0.5":"2014-04-08T08:49:58.721Z","1.0.6":"2014-04-26T21:49:02.252Z","1.0.7":"2014-08-02T07:24:17.541Z","1.0.8":"2014-09-05T19:44:16.837Z","1.0.9":"2014-09-05T19:55:21.608Z","2.0.0":"2015-11-05T22:14:24.691Z","2.0.1":"2016-07-28T22:33:12.787Z","2.0.2":"2016-12-01T05:55:36.652Z"},"author":{"name":"Eran Hammer","email":"eran@hammer.io","url":"http://hueniverse.com"},"repository":{"type":"git","url":"git://github.com/hueniverse/sntp.git"},"readmeFilename":"README.md","homepage":"https://github.com/hueniverse/sntp#readme","keywords":["sntp","ntp","time"],"bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"users":{"dercoder":true,"program247365":true,"pmcalabrese":true,"alibad":true,"boneskull":true,"mojaray2k":true,"panlw":true},"license":"BSD-3-Clause","_attachments":{},"_etag":"W/\"590a48d0-6af3\"","_lastModified":"Wed, 03 May 2017 21:17:04 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/socket.io-adapter/.cache.json b/frappe/.npm/registry.npmjs.org/socket.io-adapter/.cache.json new file mode 100644 index 00000000..30f8cf22 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/socket.io-adapter/.cache.json @@ -0,0 +1 @@ +{"_id":"socket.io-adapter","_rev":"16-8a54ae21be94701baa786fe0ea75c74b","name":"socket.io-adapter","description":"Default socket.io in-memory adapter class.","dist-tags":{"latest":"1.1.0"},"versions":{"0.1.0":{"name":"socket.io-adapter","version":"0.1.0","description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"0.7.4","socket.io-parser":"2.1.1"},"_id":"socket.io-adapter@0.1.0","dist":{"shasum":"3b1dcb3ed45b304bb39ff08134a4998c9fbb5f4c","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.2.0":{"name":"socket.io-adapter","version":"0.2.0","description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"0.7.4","socket.io-parser":"2.1.2"},"_id":"socket.io-adapter@0.2.0","dist":{"shasum":"bd39329b8961371787e24f345b074ec9cf000e33","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.3.0":{"name":"socket.io-adapter","version":"0.3.0","description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"0.7.4","socket.io-parser":"2.2.0"},"_id":"socket.io-adapter@0.3.0","_shasum":"38f441d8cdd5593bff990e50a4db131aa75b55ec","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"38f441d8cdd5593bff990e50a4db131aa75b55ec","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"socket.io-adapter","version":"0.3.1","repository":{"type":"git","url":"git://github.com/Automattic/socket.io-adapter.git"},"description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"1.0.2","socket.io-parser":"2.2.2","object-keys":"1.0.1"},"gitHead":"c22e10f6351e99b2673216898106590d9e290305","bugs":{"url":"https://github.com/Automattic/socket.io-adapter/issues"},"homepage":"https://github.com/Automattic/socket.io-adapter","_id":"socket.io-adapter@0.3.1","scripts":{},"_shasum":"df81f970b4df6493902d93e519c7b72755c3a958","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"df81f970b4df6493902d93e519c7b72755c3a958","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.3.1.tgz"},"directories":{}},"0.4.0":{"name":"socket.io-adapter","version":"0.4.0","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io-adapter.git"},"description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"2.2.0","socket.io-parser":"2.2.2"},"gitHead":"efd6141dbd6947761ee9ce91fa729f3bec0aaab0","bugs":{"url":"https://github.com/Automattic/socket.io-adapter/issues"},"homepage":"https://github.com/Automattic/socket.io-adapter#readme","_id":"socket.io-adapter@0.4.0","scripts":{},"_shasum":"fb9f82ab1aa65290bf72c3657955b930a991a24f","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"fb9f82ab1aa65290bf72c3657955b930a991a24f","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.4.0.tgz"},"directories":{}},"0.5.0":{"name":"socket.io-adapter","version":"0.5.0","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io-adapter.git"},"description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"2.3.3","socket.io-parser":"2.3.1"},"gitHead":"9a621ec59291cdc6453808ff5da880e222756649","bugs":{"url":"https://github.com/Automattic/socket.io-adapter/issues"},"homepage":"https://github.com/Automattic/socket.io-adapter#readme","_id":"socket.io-adapter@0.5.0","scripts":{},"_shasum":"cb6d4bb8bec81e1078b99677f9ced0046066bb8b","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"cb6d4bb8bec81e1078b99677f9ced0046066bb8b","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-0.5.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-adapter-0.5.0.tgz_1479603488934_0.09972406388260424"},"directories":{}},"1.0.0":{"name":"socket.io-adapter","version":"1.0.0","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io-adapter.git"},"description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"2.3.3"},"gitHead":"b98337796998be4941948c5c5da098a101fe0c4b","bugs":{"url":"https://github.com/Automattic/socket.io-adapter/issues"},"homepage":"https://github.com/Automattic/socket.io-adapter#readme","_id":"socket.io-adapter@1.0.0","scripts":{},"_shasum":"b6ec656720ff1e79b2a715be0ce1c4bf3be44acc","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"b6ec656720ff1e79b2a715be0ce1c4bf3be44acc","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-adapter-1.0.0.tgz_1487280702642_0.2696827491745353"},"directories":{}},"1.1.0":{"name":"socket.io-adapter","version":"1.1.0","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io-adapter.git"},"description":"Default socket.io in-memory adapter class.","dependencies":{"debug":"2.3.3"},"gitHead":"c6f7baec3b000bf75ce4b5278ac146dc993a537f","bugs":{"url":"https://github.com/Automattic/socket.io-adapter/issues"},"homepage":"https://github.com/Automattic/socket.io-adapter#readme","_id":"socket.io-adapter@1.1.0","scripts":{},"_shasum":"c7aa46501dd556c2cb8a28af8ff95c0b5e1daa4c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"c7aa46501dd556c2cb8a28af8ff95c0b5e1daa4c","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-adapter-1.1.0.tgz_1488094705649_0.738629351137206"},"directories":{}}},"readme":"\n# socket.io-adapter\n\nDefault socket.io in-memory adapter class.\n\n## How to use\n\nThis module is not intended for end-user usage, but can be used as an\ninterface to inherit from from other adapters you might want to build.\n\nAs an example of an adapter that builds on top of this, please take a look\nat [socket.io-redis](https://github.com/learnboost/socket.io-redis).\n\n## License\n\nMIT\n","maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"time":{"modified":"2017-03-29T12:31:12.904Z","created":"2014-03-07T21:08:27.747Z","0.1.0":"2014-03-07T21:08:27.747Z","0.2.0":"2014-03-14T18:04:53.042Z","0.3.0":"2014-05-31T04:33:05.292Z","0.3.1":"2014-10-27T18:47:39.486Z","0.4.0":"2015-12-03T18:12:44.589Z","0.5.0":"2016-11-20T00:58:09.500Z","1.0.0":"2017-02-16T21:31:43.210Z","1.1.0":"2017-02-26T07:38:27.798Z"},"readmeFilename":"Readme.md","homepage":"https://github.com/Automattic/socket.io-adapter#readme","repository":{"type":"git","url":"git://github.com/Automattic/socket.io-adapter.git"},"bugs":{"url":"https://github.com/Automattic/socket.io-adapter/issues"},"license":"MIT","users":{"asaupup":true},"_attachments":{},"_etag":"W/\"58dba910-200a\"","_lastModified":"Wed, 29 Mar 2017 12:31:12 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/socket.io-client/.cache.json b/frappe/.npm/registry.npmjs.org/socket.io-client/.cache.json new file mode 100644 index 00000000..0f5d5a3c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/socket.io-client/.cache.json @@ -0,0 +1 @@ +{"_id":"socket.io-client","_rev":"259-d2ef985f52099287b37719c701b177df","name":"socket.io-client","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","dist-tags":{"latest":"2.0.3"},"versions":{"0.7.0":{"name":"socket.io-client","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","version":"0.7.0","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.0","socket.io-client":"0.7.0"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.7.0","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"d3b33a70c2a72f0dbb2dca511c364d3d36728cfa","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.0.tgz"},"scripts":{},"directories":{}},"0.7.1":{"name":"socket.io-client","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","version":"0.7.1","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.1","socket.io-client":"0.7.1"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.7.1","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"0017aee9bdd644224daba5961224ef621a1840f4","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.1.tgz"},"scripts":{},"directories":{}},"0.7.2":{"name":"socket.io-client","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","version":"0.7.2","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.1","socket.io-client":"0.7.1"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.7.2","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"8db4e1dbb62a4dda02b66fe92d35387701c3bdcc","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.2.tgz"},"scripts":{},"directories":{}},"0.7.3":{"name":"socket.io-client","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","version":"0.7.3","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.3","socket.io-client":"0.7.1"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.7.3","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"690c42c6de78a8cf3c619e7e2d2e4c3f609c8733","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.3.tgz"},"scripts":{},"directories":{}},"0.7.4":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.7.4","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.3"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.7","socket.io-client":"0.7.4"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.7.4","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"0d6c3865f9960cc0f5c03e27414e7969be717f7c","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.4.tgz"},"scripts":{},"directories":{}},"0.7.5":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.7.5","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.8","socket.io-client":"0.7.4"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.7.5/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.7.5","_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"b3b2420088016ddced1ff20c3bc999272ba6b1bf","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.5.tgz"},"scripts":{},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.9":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.7.9","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.9","socket.io-client":"0.7.9"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.7.9/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.7.9","_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"770408324905d7289ec0e92e7ca2ea6f71806292","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.9.tgz"},"scripts":{},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.10":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.7.10","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.10","socket.io-client":"0.7.10"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.7.10/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.7.10","_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"ce9720e511cde60e5d0addb198efc21d0c04e4ac","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.10.tgz"},"scripts":{},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.11":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.7.11","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.7.11","socket.io-client":"0.7.11"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.7.11/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.7.11","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"3a33dad620e7d65dbaf3dfafc81fdb690828cf73","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.7.11.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.0":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.0","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.0","socket.io-client":"0.8.0"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.8.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.8.0","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"164c34ec8b93ba3ccd6c39b4dc706a868f828d41","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.1":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.1","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.1","socket.io-client":"0.8.1"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.8.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.8.1","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"0c429f47f8f5aaede19ed3e9ee2387f1851e0aec","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.2":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.2","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.2","socket.io-client":"0.8.2"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.8.2/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.8.2","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"613a8d9348fedc3eb148cd88c9d83526455c1a41","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.3":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.3","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.3","socket.io-client":"0.8.3"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.8.3/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.8.3","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"ddce56873071864b42e21c4ae2258722b0f42c44","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.3.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.4":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.4","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.4","socket.io-client":"0.8.4"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.8.4/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.8.4","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"efaa12ee5ad2e605e930b5ae13dd42678a43ba92","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.4.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.5":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.5","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.5","socket.io-client":"0.8.5"},"engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io-client/0.8.5/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io-client@0.8.5","_engineSupported":true,"_npmVersion":"1.0.30","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"39145a661cbc6f258c34b23bab7d0b4bea8b737e","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.5.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.6":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.6","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.6","socket.io-client":"0.8.6"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.8.6","_engineSupported":true,"_npmVersion":"1.0.99","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"58b603d3eebfa6ae4220720ce71eddc95eb6d010","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.6.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.7":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.8.7","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.0.6","websocket-client":"1.0.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"0.7.7","express":"2.3.11","jade":"0.12.1","stylus":"0.13.3","socket.io":"0.8.7","socket.io-client":"0.8.7"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.8.7","_engineSupported":true,"_npmVersion":"1.0.99","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"61c5953acbefebcd45dd47d0c8b1ad8a5bf86e1b","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.8.7.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.0":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.0","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.0","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.0","socket.io-client":"0.9.0"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.0","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.10","_defaultsLoaded":true,"dist":{"shasum":"9af6c8e99f1594931a339f9e63f67e3c45347b88","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.1":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.1","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.1","socket.io-client":"0.9.1","active-x-obfuscator":"0.0.1"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"4a97c0851a8d40f29966fdfdb62ae33247409091","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.1-1":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.1-1","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.1-1","socket.io-client":"0.9.1-1"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.1-1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"54a396e8e22ab7ec4800266e074518612e2f4aa9","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.1-1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.2":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.2","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.2","socket.io-client":"0.9.2"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.2","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"73607cc129a564468bef59567cc620c0c6a6f494","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.3":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.3","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.3","socket.io-client":"0.9.3"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.3","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"e6a47f677d2720d98fcb9ab5e32dbb2fe18ab4c4","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.3.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.4":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.4","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.4","socket.io-client":"0.9.4"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.4","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"cdb37eb7584c7030ad8376e01a2e312242de0ac8","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.4.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.5":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.5","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.5","socket.io-client":"0.9.5"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.5","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.13","_defaultsLoaded":true,"dist":{"shasum":"8ba9bd3735de006a5b831bca59a2e5cbc30fa53c","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.5.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.6":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.6","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.6","socket.io-client":"0.9.6"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.6","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.13","_defaultsLoaded":true,"dist":{"shasum":"068b36b9b3f3950117c990bda875af943aeede8a","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.6.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.7":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.7","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.7","socket.io-client":"0.9.7"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.7","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"67dfb3a1700f7d1f94d352af155a060b79643e60","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.7.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.8":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.8","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.2.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.8","socket.io-client":"0.9.8"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.8","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"454a1cb4194740531ac23f966e98dc87cd713e28","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.8.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.9":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.9","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.4.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.9","socket.io-client":"0.9.9"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.9","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"37cbc7973de9cd5e8b69e8f109236a6b9c3569bc","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.9.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.10":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.10","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.4.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.10","socket.io-client":"0.9.10"},"engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io-client@0.9.10","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"3c2d32debd4a4509b44219b09ac06ba96aaa3408","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.10.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.11":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.11","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.4.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.11","socket.io-client":"0.9.11","should":"*"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.9.11","dist":{"shasum":"94defc1b29e0d8a8fe958c1cf33300f68d8a19c7","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.11.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.15":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.15","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.4.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.15","socket.io-client":"0.9.15","should":"*"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.9.15","dist":{"shasum":"336e51c1b3150fd76be7707f3de6ad06a663699a","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.15.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.16":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.16","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.4.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.16","socket.io-client":"0.9.16","should":"*"},"engines":{"node":">= 0.4.0"},"_id":"socket.io-client@0.9.16","dist":{"shasum":"4da7515c5e773041d1b423970415bcc430f35fc6","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0-pre":{"name":"socket.io-client","version":"1.0.0-pre","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.0.4","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.1.1","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.0","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.0-pre","mocha":"1.16.2","zuul":"1.5.4","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"# socket.io-client","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.0-pre","dist":{"shasum":"ed5e591c47e6afdc6c01b35665c9cb2a1c74f3eb","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.0-pre.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0-pre2":{"name":"socket.io-client","version":"1.0.0-pre2","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.1.0","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.1.3","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.0","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.0-pre2","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"# socket.io-client","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.0-pre2","dist":{"shasum":"514dcc638f5ad4880b4231c8708650dbcd5261fc","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.0-pre2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0-pre3":{"name":"socket.io-client","version":"1.0.0-pre3","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.1.1","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.1.4","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.0","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.0-pre3","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"# socket.io-client","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.0-pre3","_shasum":"e8092de09495b52060ec8883a21ff13076669b31","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"e8092de09495b52060ec8883a21ff13076669b31","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.0-pre3.tgz"},"directories":{}},"1.0.0-pre4":{"name":"socket.io-client","version":"1.0.0-pre4","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.1.1","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.1.4","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.0","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.0-pre4","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"# socket.io-client","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.0-pre4","_shasum":"0d6525efae401df33ab101b3d49fdfca3eb6084a","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"0d6525efae401df33ab101b3d49fdfca3eb6084a","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.0-pre4.tgz"},"directories":{}},"1.0.0-pre5":{"name":"socket.io-client","version":"1.0.0-pre5","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.2.1","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.1.4","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.0","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.0-pre5","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"# socket.io-client","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.0-pre5","_shasum":"3a573f40c258c703402099103dd9004fa3c70e0c","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"3a573f40c258c703402099103dd9004fa3c70e0c","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.0-pre5.tgz"},"directories":{}},"0.9.17":{"name":"socket.io-client","description":"Socket.IO client for the browser and node.js","version":"0.9.17","main":"./lib/io.js","browserify":"./dist/socket.io.js","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"dependencies":{"uglify-js":"1.2.5","ws":"0.4.x","xmlhttprequest":"1.4.2","active-x-obfuscator":"0.0.1"},"devDependencies":{"expresso":"*","express":"2.5.x","jade":"*","stylus":"*","socket.io":"0.9.17","should":"*"},"engines":{"node":">= 0.4.0"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"_id":"socket.io-client@0.9.17","_shasum":"31d12c44b73fbba349639eccf833e3f9ae13fe6f","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"31d12c44b73fbba349639eccf833e3f9ae13fe6f","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.17.tgz"},"directories":{}},"1.0.1":{"name":"socket.io-client","version":"1.0.1","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.2.1","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"LearnBoost/socket.io-parser.git#e2fb6e","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.1","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.1","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"# socket.io-client","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.1","_shasum":"58f6a10c14b0fd41e068a43f53389ca7a35b7f6a","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"58f6a10c14b0fd41e068a43f53389ca7a35b7f6a","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"socket.io-client","version":"1.0.2","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.2.1","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.1.5","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.1","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.2","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"# socket.io-client","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.2","_shasum":"35951b093008f48757f9eddb66944ba007da7b6e","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"35951b093008f48757f9eddb66944ba007da7b6e","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"socket.io-client","version":"1.0.3","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.2.2","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.2.0","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.1","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.3","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.png)](http://travis-ci.org/Automattic/socket.io-client) [![NPM version](https://badge.fury.io/js/socket.io-client.png)](http://badge.fury.io/js/socket.io-client)","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.3","_shasum":"b96dff7d2be937ab39c384d0f31ec7178c057f0e","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"b96dff7d2be937ab39c384d0f31ec7178c057f0e","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"socket.io-client","version":"1.0.4","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"engine.io-client":"1.2.2","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","bind":"http://github.com/component/bind/archive/0.0.1.tar.gz","object-component":"0.0.3","socket.io-parser":"2.2.0","parseuri":"0.0.2","to-array":"0.1.3","debug":"0.7.4","has-binary-data":"0.1.1","indexof":"0.0.1"},"devDependencies":{"socket.io":"1.0.4","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-js":"0.0.6","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.png)](http://travis-ci.org/Automattic/socket.io-client) [![NPM version](https://badge.fury.io/js/socket.io-client.png)](http://badge.fury.io/js/socket.io-client)","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.4","_shasum":"f17c6ea8d97dee009b28ec3ad01ab150db4b13fc","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"f17c6ea8d97dee009b28ec3ad01ab150db4b13fc","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.4.tgz"},"directories":{}},"1.0.5":{"name":"socket.io-client","version":"1.0.5","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.3.0","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.0","has-binary-data":"0.1.1","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3"},"devDependencies":{"socket.io":"1.0.5","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"license":"MIT","gitHead":"799843b0325fa48d6619438b2fc8b2a998f3ab09","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.png)](http://travis-ci.org/Automattic/socket.io-client) [![NPM version](https://badge.fury.io/js/socket.io-client.png)](http://badge.fury.io/js/socket.io-client)","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.5","_shasum":"981cd4ca38018fe502f606c0690765a82e901a84","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"981cd4ca38018fe502f606c0690765a82e901a84","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.5.tgz"},"directories":{}},"1.0.6":{"name":"socket.io-client","version":"1.0.6","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.3.1","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.0","has-binary-data":"0.1.1","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3"},"devDependencies":{"socket.io":"1.0.6","mocha":"1.16.2","zuul":"1.6.3","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"2.35.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"license":"MIT","gitHead":"191b342e552eaeb0c117c7aa932f180e46253922","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.png)](http://travis-ci.org/Automattic/socket.io-client) [![NPM version](https://badge.fury.io/js/socket.io-client.png)](http://badge.fury.io/js/socket.io-client)","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.0.6","_shasum":"c86cb3e507ab2f96da4500bd34fcf46a1e9dfe5e","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"c86cb3e507ab2f96da4500bd34fcf46a1e9dfe5e","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.0.6.tgz"},"directories":{}},"1.1.0":{"name":"socket.io-client","version":"1.1.0","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.4.0","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.2","has-binary":"0.1.5","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3"},"devDependencies":{"socket.io":"1.1.0","mocha":"1.16.2","zuul":"1.10.2","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-client.git"},"license":"MIT","gitHead":"09c8781c8ffd1dc61904f9d37572cb47327ba797","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) [![NPM version](https://badge.fury.io/js/socket.io-client.svg)](http://badge.fury.io/js/socket.io-client)","bugs":{"url":"https://github.com/LearnBoost/socket.io-client/issues"},"homepage":"https://github.com/LearnBoost/socket.io-client","_id":"socket.io-client@1.1.0","_shasum":"66b8b99c709ede111c724b7cc45b16dbeadd4abc","_from":".","_npmVersion":"1.4.25","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"66b8b99c709ede111c724b7cc45b16dbeadd4abc","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"socket.io-client","version":"1.2.0","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.4.2","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.2","has-binary":"0.1.5","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3"},"devDependencies":{"socket.io":"1.2.0","mocha":"1.16.2","zuul":"1.10.2","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.8","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"295be0bda9ae1dd198eddfc03f1280efbe7084dc","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) [![NPM version](https://badge.fury.io/js/socket.io-client.svg)](http://badge.fury.io/js/socket.io-client) ![Downloads](http:/","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.2.0","_shasum":"1268bd3fb182fff3afa44e126f1230d63b8d161d","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"1268bd3fb182fff3afa44e126f1230d63b8d161d","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"socket.io-client","version":"1.2.1","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.4.3","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.2","has-binary":"0.1.5","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3"},"devDependencies":{"socket.io":"1.2.1","mocha":"1.16.2","zuul":"1.10.2","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"98e3c135b48d2e8af0ee9db6a44ff8ddaf9024f6","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) [![NPM version](https://badge.fury.io/js/socket.io-client.svg)](http://badge.fury.io/js/socket.io-client) ![Downloads](http:/","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.2.1","_shasum":"bf640d4da6646083f7168b0fc168e8f349a26c6f","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"bf640d4da6646083f7168b0fc168e8f349a26c6f","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.2.1.tgz"},"directories":{}},"1.3.0":{"name":"socket.io-client","version":"1.3.0","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.0","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.2","has-binary":"0.1.5","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.0","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"8e413d72de145537f9f09500c9e53c992cdf1853","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.3.0","_shasum":"9e921f6c3a5c3cf873f291201861f42740457d48","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"9e921f6c3a5c3cf873f291201861f42740457d48","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"socket.io-client","version":"1.3.1","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.1","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.2","has-binary":"0.1.5","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.1","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"9de1a7a5ebcccb0c42139af55879674ddb0c2d7b","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.3.1","_shasum":"1379c2a4c5ab87014258be0a6e151aef35a20de0","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"1379c2a4c5ab87014258be0a6e151aef35a20de0","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.1.tgz"},"directories":{}},"1.3.2":{"name":"socket.io-client","version":"1.3.2","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.1","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.2","has-binary":"0.1.5","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.2","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"ea9b2b72ad989dd0a4df420973a33f33a53dbc77","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.3.2","_shasum":"e0313d94f5ad60fb3e89b54be5f1410aa76b67bb","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"e0313d94f5ad60fb3e89b54be5f1410aa76b67bb","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.2.tgz"},"directories":{}},"1.3.3":{"name":"socket.io-client","version":"1.3.3","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.1","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.3","has-binary":"0.1.6","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.3","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"3c00f970b5f07e204f2e2163ce874e638f487134","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.3.3","_shasum":"ce93693f1a6a33c066569b07321d1600848e30ff","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ce93693f1a6a33c066569b07321d1600848e30ff","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.3.tgz"},"directories":{}},"1.3.4":{"name":"socket.io-client","version":"1.3.4","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.1","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.3","has-binary":"0.1.6","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.4","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"3309c1516ec1ea958a2aa95c861fce254b37b500","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.3.4","_shasum":"3f17b50803440ef787fa2f82046d28386b19ebc4","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"3f17b50803440ef787fa2f82046d28386b19ebc4","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.4.tgz"},"directories":{}},"1.3.5":{"name":"socket.io-client","version":"1.3.5","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.1","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.4","has-binary":"0.1.6","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.4","mocha":"1.16.2","zuul":"git+https://github.com/rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"6527a4bfc97720f91549038f8a2b2a24ccf3e1cb","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.3.5","_shasum":"9c3a6fbdbd99420c3633a16b4e2543e73f1303ea","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"9c3a6fbdbd99420c3633a16b4e2543e73f1303ea","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.5.tgz"},"directories":{}},"1.3.6":{"name":"socket.io-client","version":"1.3.6","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.2","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.4","has-binary":"0.1.6","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.6","mocha":"1.16.2","zuul":"github:rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"1c96b3aeab8167106ec63eaf9e0c9073257a4e81","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.3.6","_shasum":"22aa25137411fb64dc21477fae72a6575eb61d80","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"22aa25137411fb64dc21477fae72a6575eb61d80","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.6.tgz"},"directories":{}},"1.3.7":{"name":"socket.io-client","version":"1.3.7","keywords":["realtime","framework","websocket","tcp","events","client"],"dependencies":{"debug":"0.7.4","engine.io-client":"1.5.4","component-bind":"1.0.0","component-emitter":"1.1.2","object-component":"0.0.3","socket.io-parser":"2.2.4","has-binary":"0.1.6","indexof":"0.0.1","parseuri":"0.0.2","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"socket.io":"1.3.7","mocha":"1.16.2","zuul":"github:rase-/zuul#9d3a02","istanbul":"0.2.1","expect.js":"0.2.0","uglify-js":"2.4.15","browserify":"4.2.1","base64-arraybuffer":"0.1.0","text-blob-builder":"0.0.1","has-cors":"1.0.3"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"3fe5c2a26c82f195c0872a4cffabb421f0d73748","description":"[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-client.svg)](http://travis-ci.org/Automattic/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.3.7","_shasum":"7ab7c069b8d50425eb265f031f84a97e6ebe719c","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"7ab7c069b8d50425eb265f031f84a97e6ebe719c","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.3.7.tgz"},"directories":{}},"1.4.0":{"name":"socket.io-client","version":"1.4.0","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.4","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.5","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.0","browserify":"4.2.1","expect.js":"0.2.0","has-cors":"1.0.3","istanbul":"0.2.1","mocha":"1.16.2","socket.io":"1.4.0","text-blob-builder":"0.0.1","uglify-js":"2.4.15","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"9c44eaa3e7277d63787bca3c85923512591e3f29","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?styl","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.4.0","_shasum":"4589f6151f75de1c84dec8c7e9720f92ad3ddc0c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"4589f6151f75de1c84dec8c7e9720f92ad3ddc0c","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.0.tgz"},"directories":{}},"1.4.1":{"name":"socket.io-client","version":"1.4.1","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.5","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.5","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.0","browserify":"12.0.1","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.2.0","has-cors":"1.0.3","istanbul":"0.2.1","mocha":"1.16.2","socket.io":"1.4.1","text-blob-builder":"0.0.1","uglify-js":"2.4.15","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"4b6320aba66c564c298388891e930510418e6799","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?styl","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.4.1","_shasum":"e870e1ee715a0b3ecfba32feed6f04cdecc11225","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"e870e1ee715a0b3ecfba32feed6f04cdecc11225","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.1.tgz"},"directories":{}},"1.4.2":{"name":"socket.io-client","version":"1.4.2","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.6","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.5","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.0","browserify":"12.0.1","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.2.0","has-cors":"1.0.3","istanbul":"0.2.1","mocha":"1.16.2","socket.io":"1.4.2","text-blob-builder":"0.0.1","uglify-js":"2.4.15","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"00c0196cc702a0641aa6b1905453e31ccbaaa734","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?styl","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.4.2","_shasum":"bb976a8947dbb14781decba83d964bb164bc79ac","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"bb976a8947dbb14781decba83d964bb164bc79ac","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.2.tgz"},"directories":{}},"1.4.3":{"name":"socket.io-client","version":"1.4.3","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.6","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.5","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.0","browserify":"12.0.1","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.2.0","has-cors":"1.0.3","istanbul":"0.2.1","mocha":"1.16.2","socket.io":"1.4.3","text-blob-builder":"0.0.1","uglify-js":"2.4.15","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"260c1f85c8d53f947ea319814c14896ad0e2bb70","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?styl","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.4.3","_shasum":"5cb97a12eb000aff0b385a27956416ca01a75f0f","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"5cb97a12eb000aff0b385a27956416ca01a75f0f","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.3.tgz"},"directories":{}},"1.4.4":{"name":"socket.io-client","version":"1.4.4","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.7","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.5","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.3","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.0","browserify":"12.0.1","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.2.0","has-cors":"1.0.3","istanbul":"0.2.1","mocha":"1.16.2","socket.io":"1.4.4","text-blob-builder":"0.0.1","uglify-js":"2.4.15","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"e504aa101a425e13a0b71943a69cd410782ff5e2","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) ![NPM version](https://badge.fury.io/js/socket.io-client.svg) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?styl","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.4.4","_shasum":"ff0979bb9975826d5882d04a2c98aa75fa7f8c0d","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ff0979bb9975826d5882d04a2c98aa75fa7f8c0d","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.4.tgz"},"directories":{}},"1.4.5":{"name":"socket.io-client","version":"1.4.5","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.8","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.6","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.4","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.5","browserify":"13.0.0","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.3.1","has-cors":"1.1.0","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.4.5","text-blob-builder":"0.0.1","uglify-js":"2.6.1","zuul":"3.9.0","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"5fe7373610ef92de0d34b44d503c22cab5712c8d","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![dev","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client","_id":"socket.io-client@1.4.5","_shasum":"400d630c31e7c9579e45173f977e4f5bd8dc7d2e","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"400d630c31e7c9579e45173f977e4f5bd8dc7d2e","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.5.tgz"},"directories":{}},"1.4.6":{"name":"socket.io-client","version":"1.4.6","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.9","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.6","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.4","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.5","browserify":"13.0.0","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.3.1","has-cors":"1.1.0","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.4.6","text-blob-builder":"0.0.1","uglify-js":"2.6.1","zuul":"3.9.0","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"204498aa29e81310cc6323321ce9c66a2e0b5fb4","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![dev","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.4.6","_shasum":"49b0ba537efd15b8297c84016e642e1c7c752c3d","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"49b0ba537efd15b8297c84016e642e1c7c752c3d","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.6.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.4.6.tgz_1462247881030_0.9634135458618402"},"directories":{}},"1.4.7":{"name":"socket.io-client","version":"1.4.7","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.10","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.6","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.4","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.5","browserify":"13.0.0","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.3.1","has-cors":"1.1.0","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.4.6","text-blob-builder":"0.0.1","uglify-js":"2.6.1","zuul":"3.9.0","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"aaabdd52dc508c8bfdb3d476c3fc22992de461d8","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![dev","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.4.7","_shasum":"ef9d78db953228ac3740763f923de3a0f208fc4b","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"ef9d78db953228ac3740763f923de3a0f208fc4b","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.7.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.4.7.tgz_1466727969451_0.4962793937884271"},"directories":{}},"1.4.8":{"name":"socket.io-client","version":"1.4.8","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","jspm":{"main":"socket.io.js"},"dependencies":{"debug":"2.2.0","engine.io-client":"1.6.11","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.6","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.4","backo2":"1.0.2"},"devDependencies":{"base64-arraybuffer":"0.1.5","browserify":"13.0.0","concat-stream":"1.5.1","derequire":"2.0.3","expect.js":"0.3.1","has-cors":"1.1.0","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.4.6","text-blob-builder":"0.0.1","uglify-js":"2.6.1","zuul":"3.9.0","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"2bed4f433dcc09487c9be15ff013d767570aa8d9","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![dev","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.4.8","_shasum":"481b241e73df140ea1a4fb03486a85ad097f5558","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"481b241e73df140ea1a4fb03486a85ad097f5558","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.4.8.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.4.8.tgz_1466734972467_0.5207454599440098"},"directories":{}},"1.5.0":{"name":"socket.io-client","version":"1.5.0","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","socket.io.js"],"dependencies":{"debug":"2.2.0","engine.io-client":"1.7.0","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.2.6","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.4","backo2":"1.0.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.5.0","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"1738fcde4fd40f86cc91d4fb283abd03e6559c5d","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.5.0","_shasum":"08232d0adb5a665a7c24bd9796557a33f58f38ae","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"08232d0adb5a665a7c24bd9796557a33f58f38ae","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.5.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-client-1.5.0.tgz_1475792164753_0.8263115896843374"},"directories":{}},"1.5.1":{"name":"socket.io-client","version":"1.5.1","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","socket.io.js"],"dependencies":{"debug":"2.2.0","engine.io-client":"1.7.2","component-bind":"1.0.0","component-emitter":"1.2.0","object-component":"0.0.3","socket.io-parser":"2.3.1","has-binary":"0.1.7","indexof":"0.0.1","parseuri":"0.0.4","to-array":"0.1.4","backo2":"1.0.2"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","imports-loader":"^0.6.5","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.5.1","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"3df7e0951963d3eca355ccefed249a114678acdb","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.5.1","_shasum":"0f366eae7de34bc880ebd71106e1ce8143775827","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"0f366eae7de34bc880ebd71106e1ce8143775827","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.5.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.5.1.tgz_1477272753404_0.28372976393438876"},"directories":{}},"1.6.0":{"name":"socket.io-client","version":"1.6.0","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","socket.io.js","socket.io.min.js","socket.io.js.map"],"dependencies":{"backo2":"1.0.2","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.3.3","engine.io-client":"1.8.0","has-binary":"0.1.7","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"2.3.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-minify":"0.0.14","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","imports-loader":"^0.6.5","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.6.0","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.1.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"fa14f91dd8a297f759644f0673185057170efa41","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.6.0","_shasum":"5b668f4f771304dfeed179064708386fa6717853","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"5b668f4f771304dfeed179064708386fa6717853","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.6.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.6.0.tgz_1479612376581_0.33392561320215464"},"directories":{}},"1.7.0":{"name":"socket.io-client","version":"1.7.0","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.3.3","engine.io-client":"1.8.1","has-binary":"0.1.7","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"2.3.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-minify":"0.0.14","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","imports-loader":"^0.6.5","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.7.0","strip-loader":"0.1.2","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.2.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"5ecf06afc9cdb86d9c2804a43b306c6a348f7c1c","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.7.0","_shasum":"d682bde6a83e2d01dd68b5a3696a88c640c4e897","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"d682bde6a83e2d01dd68b5a3696a88c640c4e897","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-client-1.7.0.tgz_1480231855368_0.904489881824702"},"directories":{}},"1.7.1":{"name":"socket.io-client","version":"1.7.1","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.3.3","engine.io-client":"1.8.1","has-binary":"0.1.7","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"2.3.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-minify":"0.0.14","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","imports-loader":"^0.6.5","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.7.1","strip-loader":"0.1.2","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.2.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"8f18970aafd23b99bb4ec2b8fe2e3912de9efd53","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.7.1","_shasum":"6c23725edff804f3919c1ce4ebb25e591c6e61d7","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"6c23725edff804f3919c1ce4ebb25e591c6e61d7","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.7.1.tgz_1480288065331_0.9528777536470443"},"directories":{}},"1.7.2":{"name":"socket.io-client","version":"1.7.2","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.3.3","engine.io-client":"1.8.2","has-binary":"0.1.7","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"2.3.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-minify":"0.0.14","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","imports-loader":"^0.6.5","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.7.2","strip-loader":"0.1.2","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.2.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"177a65fc4ad3b5b561ea10074c8a4c0c6c8b5a13","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.7.2","_shasum":"39fdb0c3dd450e321b7e40cfd83612ec533dd644","_from":".","_npmVersion":"4.0.3","_nodeVersion":"6.9.1","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"39fdb0c3dd450e321b7e40cfd83612ec533dd644","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.7.2.tgz_1481418338548_0.8978934390470386"},"directories":{}},"1.7.3":{"name":"socket.io-client","version":"1.7.3","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.3.3","engine.io-client":"1.8.3","has-binary":"0.1.7","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"2.3.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-minify":"0.0.14","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","imports-loader":"^0.6.5","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.7.3","strip-loader":"0.1.2","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.2.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"dc76b53805eeecc84fd5c07952baa842369e59fe","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.7.3","_shasum":"b30e86aa10d5ef3546601c09cde4765e381da377","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"b30e86aa10d5ef3546601c09cde4765e381da377","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.7.3.tgz_1487311502896_0.13560540578328073"},"directories":{}},"1.7.4":{"name":"socket.io-client","version":"1.7.4","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.3.3","engine.io-client":"~1.8.4","has-binary":"0.1.7","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"2.3.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"6.4.5","babel-eslint":"4.1.7","babel-loader":"6.2.1","babel-preset-es2015":"6.3.13","base64-arraybuffer":"0.1.5","concat-stream":"1.5.1","derequire":"2.0.3","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"3.9.0","gulp-eslint":"1.1.1","gulp-file":"0.2.0","gulp-istanbul":"0.10.3","gulp-minify":"0.0.14","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","has-cors":"1.1.0","imports-loader":"^0.6.5","istanbul":"0.4.2","mocha":"2.3.4","socket.io":"1.7.4","strip-loader":"0.1.2","text-blob-builder":"0.0.1","uglify-js":"2.6.1","webpack-stream":"3.2.0","zuul":"3.11.0","zuul-builder-webpack":"1.1.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"18d8f2b2fc3d0a4ff5de116b8b20430282ea0cc4","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@1.7.4","_shasum":"ec9f820356ed99ef6d357f0756d648717bdd4281","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"ec9f820356ed99ef6d357f0756d648717bdd4281","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-1.7.4.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-client-1.7.4.tgz_1494138401628_0.8247725202236325"},"directories":{}},"2.0.0":{"name":"socket.io-client","version":"2.0.0","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","base64-arraybuffer":"0.1.5","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.6.4","engine.io-client":"~3.1.0","has-cors":"1.1.0","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"~3.1.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"^6.24.1","babel-eslint":"4.1.7","babel-loader":"7.0.0","babel-preset-es2015":"6.24.1","concat-stream":"^1.6.0","derequire":"^2.0.6","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"^3.9.1","gulp-eslint":"1.1.1","gulp-file":"^0.3.0","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","imports-loader":"^0.7.1","istanbul":"^0.4.5","mocha":"^3.3.0","socket.io":"2.0.0","strip-loader":"0.1.2","text-blob-builder":"0.0.1","webpack-stream":"3.2.0","zuul":"^3.11.1 ","zuul-builder-webpack":"^1.2.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"d30914d11b13e51ce1c1419d5cc99a74df72c2a7","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@2.0.0","_shasum":"b6125177b063e9e028abc748304733e264b35300","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"b6125177b063e9e028abc748304733e264b35300","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-client-2.0.0.tgz_1494285377303_0.9825569614768028"},"directories":{}},"2.0.1":{"name":"socket.io-client","version":"2.0.1","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","base64-arraybuffer":"0.1.5","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"2.6.4","engine.io-client":"~3.1.0","has-cors":"1.1.0","indexof":"0.0.1","object-component":"0.0.3","parseuri":"0.0.5","socket.io-parser":"~3.1.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"^6.24.1","babel-eslint":"4.1.7","babel-loader":"7.0.0","babel-preset-es2015":"6.24.1","concat-stream":"^1.6.0","derequire":"^2.0.6","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"^3.9.1","gulp-eslint":"1.1.1","gulp-file":"^0.3.0","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","imports-loader":"^0.7.1","istanbul":"^0.4.5","mocha":"^3.3.0","socket.io":"2.0.1","strip-loader":"0.1.2","text-blob-builder":"0.0.1","webpack-stream":"3.2.0","zuul":"^3.11.1 ","zuul-builder-webpack":"^1.2.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"4f71bd23deadec43472c6268a04ae32aa2959e24","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@2.0.1","_shasum":"1d52f8c74660c68bb6695953fa119971155fad93","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"1d52f8c74660c68bb6695953fa119971155fad93","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-client-2.0.1.tgz_1494286903462_0.08394408202730119"},"directories":{}},"2.0.2":{"name":"socket.io-client","version":"2.0.2","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","base64-arraybuffer":"0.1.5","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"~2.6.4","engine.io-client":"~3.1.0","has-cors":"1.1.0","indexof":"0.0.1","object-component":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","socket.io-parser":"~3.1.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"^6.24.1","babel-eslint":"4.1.7","babel-loader":"7.0.0","babel-preset-es2015":"6.24.1","concat-stream":"^1.6.0","derequire":"^2.0.6","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"^3.9.1","gulp-eslint":"1.1.1","gulp-file":"^0.3.0","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","imports-loader":"^0.7.1","istanbul":"^0.4.5","mocha":"^3.3.0","socket.io":"^2.0.2","strip-loader":"0.1.2","text-blob-builder":"0.0.1","webpack-stream":"3.2.0","zuul":"^3.11.1 ","zuul-builder-webpack":"^1.2.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"c3c027086c08ffb295b9f0d51f3696b27afa5157","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@2.0.2","_shasum":"86f59db59ba1168724220f39be281ad49af742c1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"86f59db59ba1168724220f39be281ad49af742c1","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socket.io-client-2.0.2.tgz_1496318543221_0.7675387575291097"},"directories":{}},"2.0.3":{"name":"socket.io-client","version":"2.0.3","keywords":["realtime","framework","websocket","tcp","events","client"],"main":"./lib/index","files":["lib/","dist/"],"dependencies":{"backo2":"1.0.2","base64-arraybuffer":"0.1.5","component-bind":"1.0.0","component-emitter":"1.2.1","debug":"~2.6.4","engine.io-client":"~3.1.0","has-cors":"1.1.0","indexof":"0.0.1","object-component":"0.0.3","parseqs":"0.0.5","parseuri":"0.0.5","socket.io-parser":"~3.1.1","to-array":"0.1.4"},"devDependencies":{"babel-core":"^6.24.1","babel-eslint":"4.1.7","babel-loader":"7.0.0","babel-preset-es2015":"6.24.1","concat-stream":"^1.6.0","derequire":"^2.0.6","eslint-config-standard":"4.4.0","eslint-plugin-standard":"1.3.1","expect.js":"0.3.1","gulp":"^3.9.1","gulp-eslint":"1.1.1","gulp-file":"^0.3.0","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","imports-loader":"^0.7.1","istanbul":"^0.4.5","mocha":"^3.3.0","socket.io":"^2.0.2","strip-loader":"0.1.2","text-blob-builder":"0.0.1","webpack-stream":"3.2.0","zuul":"^3.11.1 ","zuul-builder-webpack":"^1.2.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"gulp test"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"license":"MIT","gitHead":"19f2b1990079f7bc206186490fffd8fda1a01e8c","description":"[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"homepage":"https://github.com/Automattic/socket.io-client#readme","_id":"socket.io-client@2.0.3","_shasum":"6caf4aff9f85b19fd91b6ce13d69adb564f8873b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"6caf4aff9f85b19fd91b6ce13d69adb564f8873b","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socket.io-client-2.0.3.tgz_1497269241170_0.7307047063950449"},"directories":{}}},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"time":{"modified":"2017-07-20T19:34:30.747Z","created":"2011-06-21T12:39:55.813Z","0.7.0":"2011-06-21T12:39:56.789Z","0.7.1":"2011-06-22T00:08:16.329Z","0.7.2":"2011-06-22T07:12:49.245Z","0.7.3":"2011-06-30T13:31:13.489Z","0.7.4":"2011-07-12T07:59:42.687Z","0.7.5":"2011-08-08T15:11:34.934Z","0.7.9":"2011-08-12T17:17:55.369Z","0.7.10":"2011-08-27T18:38:28.273Z","0.7.11":"2011-08-27T22:28:19.256Z","0.8.0":"2011-08-28T22:39:25.536Z","0.8.1":"2011-08-29T16:39:12.210Z","0.8.2":"2011-08-29T17:33:53.591Z","0.8.3":"2011-09-03T21:06:42.929Z","0.8.4":"2011-09-06T14:47:27.498Z","0.8.5":"2011-10-07T18:22:52.650Z","0.8.6":"2011-10-27T11:10:43.587Z","0.8.7":"2011-11-05T20:47:48.670Z","0.9.0":"2012-02-26T20:41:51.085Z","0.9.1":"2012-03-02T11:13:38.853Z","0.9.1-1":"2012-03-02T11:39:46.751Z","0.9.2":"2012-03-13T13:53:15.705Z","0.9.3":"2012-03-28T12:50:59.173Z","0.9.4":"2012-04-01T04:46:07.238Z","0.9.5":"2012-04-05T17:35:54.855Z","0.9.6":"2012-04-17T22:56:57.387Z","0.9.7":"2012-07-24T18:19:51.782Z","0.9.8":"2012-07-25T00:35:51.160Z","0.9.9":"2012-08-01T22:13:45.019Z","0.9.10":"2012-08-10T20:52:20.380Z","0.9.11":"2012-11-02T15:03:07.113Z","0.9.15":"2013-06-06T15:22:19.014Z","0.9.16":"2013-06-06T15:38:58.547Z","1.0.0":"2014-03-15T13:37:06.295Z","1.0.0-pre":"2014-03-16T11:02:51.862Z","1.0.0-pre2":"2014-04-28T02:40:25.179Z","1.0.0-pre3":"2014-05-17T22:40:06.118Z","1.0.0-pre4":"2014-05-19T23:02:22.402Z","1.0.0-pre5":"2014-05-22T16:34:50.353Z","0.9.17":"2014-05-22T18:03:23.795Z","1.0.1":"2014-05-28T17:31:47.517Z","1.0.2":"2014-05-28T20:24:13.075Z","1.0.3":"2014-06-01T01:33:58.181Z","1.0.4":"2014-06-03T03:07:40.484Z","1.0.5":"2014-06-18T01:14:35.900Z","1.0.6":"2014-06-19T21:57:44.853Z","1.1.0":"2014-09-04T10:04:27.930Z","1.2.0":"2014-10-27T22:56:16.212Z","1.2.1":"2014-11-21T04:00:16.952Z","1.3.0":"2015-01-19T10:28:40.994Z","1.3.1":"2015-01-19T11:40:06.187Z","1.3.2":"2015-01-19T15:17:12.299Z","1.3.3":"2015-02-04T01:31:33.070Z","1.3.4":"2015-02-14T19:01:28.747Z","1.3.5":"2015-03-03T18:50:25.846Z","1.3.6":"2015-07-15T00:59:58.593Z","1.3.7":"2015-09-21T00:22:01.363Z","1.4.0":"2016-01-05T23:45:03.892Z","1.4.1":"2016-01-07T20:52:41.372Z","1.4.2":"2016-01-08T02:58:21.380Z","1.4.3":"2016-01-08T16:17:58.594Z","1.4.4":"2016-01-11T06:36:53.823Z","1.4.5":"2016-01-26T21:26:30.955Z","1.4.6":"2016-05-03T03:58:02.276Z","1.4.7":"2016-06-24T00:26:13.382Z","1.4.8":"2016-06-24T02:22:56.183Z","1.5.0":"2016-10-06T22:16:06.741Z","1.5.1":"2016-10-24T01:32:34.811Z","1.6.0":"2016-11-20T03:26:17.266Z","1.7.0":"2016-11-27T07:30:57.937Z","1.7.1":"2016-11-27T23:07:46.049Z","1.7.2":"2016-12-11T01:05:39.345Z","1.7.3":"2017-02-17T06:05:03.588Z","1.7.4":"2017-05-07T06:26:42.533Z","2.0.0":"2017-05-08T23:16:19.640Z","2.0.1":"2017-05-08T23:41:45.671Z","2.0.2":"2017-06-01T12:02:24.445Z","2.0.3":"2017-06-12T12:07:22.819Z"},"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-client.git"},"users":{"sjonnet":true,"fgribreau":true,"sjonnet19":true,"m42am":true,"valentemesmo":true,"esessoms":true,"dofy":true,"cocopas":true,"lucdetellis":true,"rethinkflash":true,"manxisuo":true,"kreshikhin":true,"tophsic":true,"n370":true,"sanketss84":true,"markthethomas":true,"damianof":true,"gerst20051":true,"jakub.knejzlik":true,"isik":true,"decoda":true,"chrisyipw":true,"qlqllu":true,"tszabi":true,"haaaiiimmm":true,"sopepos":true,"josejaguirre":true,"joshua.marquez":true,"antanst":true,"hengkiardo":true,"demian85":true,"evanyeung":true,"demod":true,"chown_chmod":true,"cxm":true,"tobiasnickel":true,"dpjayasekara":true,"marlongrape":true,"hyteer":true,"reamd":true,"gvr37leo":true,"nickeltobias":true,"heineiuo":true,"wouter_vdb":true,"andrew.oxenburgh":true,"dmitryscaletta":true,"sylvain261":true,"uh-engineer":true,"ybm":true,"classicoldsong":true,"brightchen":true,"lorenazohar":true,"jonathas":true,"ssljivic":true,"ngsoftware":true,"jmsherry":true,"wangfeia":true,"chrisx":true,"kaashin":true,"mhaidarh":true,"rubenvsu":true,"juangotama":true,"dyc5828":true,"adamdreszer":true,"manikantag":true,"isaacvitor":true,"usingthesystem":true,"panlw":true,"aleshak":true,"grumpycat":true,"sternelee":true,"nickchow":true,"chinawolf_wyp":true,"quafoo":true,"mwurzberger":true,"xudaolong":true,"landy2014":true,"modood":true,"dburdese":true,"sibawite":true,"dangerous":true,"shentengtu":true,"monczek":true,"geekwen":true,"xmwx38":true,"hexcola":true,"lukvonstrom":true},"readme":"\n# socket.io-client\n\n[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client)\n[![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client)\n[![devDependency Status](https://david-dm.org/socketio/socket.io-client/dev-status.svg)](https://david-dm.org/socketio/socket.io-client#info=devDependencies)\n![NPM version](https://badge.fury.io/js/socket.io-client.svg)\n![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?style=flat)\n[![](http://slack.socket.io/badge.svg?)](http://slack.socket.io)\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/socket.svg)](https://saucelabs.com/u/socket)\n\n## How to use\n\nA standalone build of `socket.io-client` is exposed automatically by the\nsocket.io server as `/socket.io/socket.io.js`. Alternatively you can\nserve the file `socket.io.js` found in the `dist` folder.\n\n```html\n\n\n```\n\nA slim build (without `JSON3`, a JSON polyfill for IE6/IE7, and `debug`) is also available: `socket.io.slim.js`.\n\nSocket.IO is compatible with [browserify](http://browserify.org/).\n\n### Node.JS (server-side usage)\n\n Add `socket.io-client` to your `package.json` and then:\n\n ```js\n var socket = require('socket.io-client')('http://localhost');\n socket.on('connect', function(){});\n socket.on('event', function(data){});\n socket.on('disconnect', function(){});\n ```\n\n## API\n\nSee [API](/docs/API.md)\n\n## License\n\n[MIT](/LICENSE)\n","homepage":"https://github.com/Automattic/socket.io-client#readme","keywords":["realtime","framework","websocket","tcp","events","client"],"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"readmeFilename":"README.md","bugs":{"url":"https://github.com/Automattic/socket.io-client/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"597105c6-223ba\"","_lastModified":"Thu, 20 Jul 2017 19:34:30 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/socket.io-parser/.cache.json b/frappe/.npm/registry.npmjs.org/socket.io-parser/.cache.json new file mode 100644 index 00000000..1ac2743c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/socket.io-parser/.cache.json @@ -0,0 +1 @@ +{"_id":"socket.io-parser","_rev":"51-202133813b794d4bbe0d358b35069d79","name":"socket.io-parser","description":"socket.io protocol parser","dist-tags":{"latest":"3.1.2"},"versions":{"1.0.1":{"name":"socket.io-parser","version":"1.0.1","description":"socket.io protocol parser","devDependencies":{"mocha":"*","expect.js":"*"},"component":{"dependencies":{"component/json":"0.0.1"},"scripts":["index.js"]},"_id":"socket.io-parser@1.0.1","dist":{"shasum":"1e4f458c637d62afb51184832669d4db5c8d95c0","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.0.1.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.2":{"name":"socket.io-parser","version":"1.0.2","description":"socket.io protocol parser","devDependencies":{"mocha":"*","expect.js":"*"},"component":{"scripts":["index.js"]},"_id":"socket.io-parser@1.0.2","dist":{"shasum":"2689acd3b81477f270a112b7ef6ad584370981b5","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.0.2.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.1.0":{"name":"socket.io-parser","version":"1.1.0","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-protocol.git"},"dependencies":{"debug":"0.6.0","json3":"3.2.6"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"component":{"scripts":["index.js"]},"bugs":{"url":"https://github.com/LearnBoost/socket.io-protocol/issues"},"_id":"socket.io-parser@1.1.0","dist":{"shasum":"3929528fbe7f43bdc9887db037db6fe933376150","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.1.0.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.1.1":{"name":"socket.io-parser","version":"1.1.1","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-protocol.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"component":{"scripts":["index.js"]},"bugs":{"url":"https://github.com/LearnBoost/socket.io-protocol/issues"},"homepage":"https://github.com/LearnBoost/socket.io-protocol","_id":"socket.io-parser@1.1.1","dist":{"shasum":"a7b7c3d799cda79704aa2960eb1dfd153e904fb4","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.1.1.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.1.2":{"name":"socket.io-parser","version":"1.1.2","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-protocol.git"},"dependencies":{"debug":"0.7.4","json3":"3.3.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"component":{"scripts":["index.js"]},"bugs":{"url":"https://github.com/LearnBoost/socket.io-protocol/issues"},"homepage":"https://github.com/LearnBoost/socket.io-protocol","_id":"socket.io-parser@1.1.2","dist":{"shasum":"ac3ff22eefe2b5e6b2f546151038d27a22bea6ba","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-1.1.2.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"2.0.0":{"name":"socket.io-parser","version":"2.0.0","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"browser":{"msgpack-js":"msgpack-allbrowsers"},"dependencies":{"debug":"0.7.4","msgpack-js":"0.3.0","json3":"3.2.6","isarray":"0.0.1","base64-js":"0.0.6","msgpack-allbrowsers":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0"},"component":{"scripts":["index.js"]},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.0.0","dist":{"shasum":"2d00f6c0a0a1952bfcca8de7897960c9f8c9e82a","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.0.0.tgz"},"_from":".","_npmVersion":"1.4.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"2.1.0":{"name":"socket.io-parser","version":"2.1.0","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.5.4"},"component":{"scripts":["index.js"]},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.1.0","dist":{"shasum":"1c0569a214ec1453a11bc457f472b126b8ec6dd8","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"2.1.1":{"name":"socket.io-parser","version":"2.1.1","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.5.4"},"component":{"scripts":["index.js"]},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.1.1","dist":{"shasum":"fbb21a4ccb216e659d77ef2ed8c5f80575a9b8ee","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"2.1.2":{"name":"socket.io-parser","version":"2.1.2","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.5.4"},"component":{"scripts":["index.js"]},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.1.2","dist":{"shasum":"876655b9edd555c5bdf7301cedf30a436c67b8b0","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"2.1.3":{"name":"socket.io-parser","version":"2.1.3","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"component":{"scripts":["index.js"]},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.1.3","dist":{"shasum":"539a6ee23f18c578f52acccd12c8a4e582469aef","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"2.1.4":{"name":"socket.io-parser","version":"2.1.4","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"component":{"scripts":["index.js"]},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.1.4","_shasum":"ed2ec2608aa2e21189d922512a4703984166c270","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ed2ec2608aa2e21189d922512a4703984166c270","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.4.tgz"},"directories":{}},"2.1.5":{"name":"socket.io-parser","version":"2.1.5","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"component":{"scripts":["index.js"]},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.1.5","_shasum":"4deb9339a36ec4b2bc782dffbfdbd53811493ebf","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"4deb9339a36ec4b2bc782dffbfdbd53811493ebf","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.1.5.tgz"},"directories":{}},"2.2.0":{"name":"socket.io-parser","version":"2.2.0","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","emitter":"http://github.com/component/emitter/archive/1.0.1.tar.gz","isarray":"0.0.1"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"component":{"scripts":["index.js"]},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io-parser/issues"},"homepage":"https://github.com/LearnBoost/socket.io-parser","_id":"socket.io-parser@2.2.0","_shasum":"2609601f59e6a7fab436a53be3d333fbbfcbd30a","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"2609601f59e6a7fab436a53be3d333fbbfcbd30a","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.0.tgz"},"directories":{}},"2.2.1":{"name":"socket.io-parser","version":"2.2.1","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/Automattic/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"5c551f0f527fec41361df6fdc0d60d202e658045","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser","_id":"socket.io-parser@2.2.1","_shasum":"22e79d7a8458f4b48cc20884c00285487b1b77d8","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"22e79d7a8458f4b48cc20884c00285487b1b77d8","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.1.tgz"},"directories":{}},"2.2.2":{"name":"socket.io-parser","version":"2.2.2","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/Automattic/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"83c68c7a715ac54e95c5dae6445f751b3a4dfe9f","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser","_id":"socket.io-parser@2.2.2","_shasum":"3d7af6b64497e956b7d9fe775f999716027f9417","_from":".","_npmVersion":"1.4.25","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"3d7af6b64497e956b7d9fe775f999716027f9417","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.2.tgz"},"directories":{}},"2.2.3":{"name":"socket.io-parser","version":"2.2.3","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/Automattic/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"c4bfb06a72c767d31c44a976a0b08b44874a2575","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser","_id":"socket.io-parser@2.2.3","_shasum":"6b2c2d6b971a0c0b8510eb83dd2d281a00ee7320","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"6b2c2d6b971a0c0b8510eb83dd2d281a00ee7320","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.3.tgz"},"directories":{}},"2.2.4":{"name":"socket.io-parser","version":"2.2.4","description":"socket.io protocol parser","repository":{"type":"git","url":"https://github.com/Automattic/socket.io-parser.git"},"dependencies":{"debug":"0.7.4","json3":"3.2.6","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"1.6.3"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"6455fb27613f708d2f66bc186ae323d47f4262c5","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser","_id":"socket.io-parser@2.2.4","_shasum":"f9ce19bf1909608ceb15d97721e23bfdd1e7cf65","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"f9ce19bf1909608ceb15d97721e23bfdd1e7cf65","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.4.tgz"},"directories":{}},"2.2.5":{"name":"socket.io-parser","version":"2.2.5","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"3.7.3"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"913ddb8c6e0524f0aaf2d519ea4a3a9cf9e1e96d","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@2.2.5","_shasum":"8d945b6da2158bafaf04f4e9c77c573b44cde52c","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"8d945b6da2158bafaf04f4e9c77c573b44cde52c","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.5.tgz"},"directories":{}},"2.2.6":{"name":"socket.io-parser","version":"2.2.6","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2","isarray":"0.0.1","benchmark":"1.0.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.0","zuul":"3.7.3","zuul-ngrok":"3.2.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"b5f7c7573a4bbe3bff883c4436cdf90628319d24","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@2.2.6","_shasum":"38dfd61df50dcf8ab1d9e2091322bf902ba28b99","_from":".","_npmVersion":"3.4.1","_nodeVersion":"4.2.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"38dfd61df50dcf8ab1d9e2091322bf902ba28b99","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.2.6.tgz"},"directories":{}},"2.3.0":{"name":"socket.io-parser","version":"2.3.0","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2"},"devDependencies":{"benchmark":"1.0.0","expect.js":"0.2.0","mocha":"1.16.2","zuul":"3.11.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"baf384cd6cbcdf716ec35ed2187cd755c7e5e9d2","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@2.3.0","_shasum":"deb02dc50f7f5ac7a35f43bc6f7d413dc46a5153","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"deb02dc50f7f5ac7a35f43bc6f7d413dc46a5153","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-parser-2.3.0.tgz_1477006456151_0.5716474098153412"},"directories":{}},"2.3.1":{"name":"socket.io-parser","version":"2.3.1","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"2.2.0","json3":"3.3.2","component-emitter":"1.1.2","isarray":"0.0.1"},"devDependencies":{"benchmark":"1.0.0","expect.js":"0.2.0","mocha":"1.16.2","zuul":"3.11.0","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"64455b432c9af2f9692a0eb845b17129eec0442a","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@2.3.1","_shasum":"dd532025103ce429697326befd64005fcfe5b4a0","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"dd532025103ce429697326befd64005fcfe5b4a0","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-parser-2.3.1.tgz_1477269125715_0.3387652209494263"},"directories":{}},"2.3.2":{"name":"socket.io-parser","version":"2.3.2","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"2.3.3","json3":"3.3.2","component-emitter":"1.2.1","isarray":"0.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"9ce9a98dd0969328e34146d287e82c5500614f27","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@2.3.2","_shasum":"ae64f90cd8d0b5316556280d98cb744f7422cd94","_from":".","_npmVersion":"4.0.3","_nodeVersion":"6.9.1","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"ae64f90cd8d0b5316556280d98cb744f7422cd94","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-2.3.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-parser-2.3.2.tgz_1483134214356_0.5245977933518589"},"directories":{}},"3.0.0":{"name":"socket.io-parser","version":"3.0.0","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"2.3.3","component-emitter":"1.2.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"817adca41d77d8b717fcfae622e89b6fc6c50a92","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@3.0.0","_shasum":"19c1cd4582b8a0b729ec013af744465e0f1400bc","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"19c1cd4582b8a0b729ec013af744465e0f1400bc","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-parser-3.0.0.tgz_1491256377575_0.5008517696987838"},"directories":{}},"3.1.0":{"name":"socket.io-parser","version":"3.1.0","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"~2.6.4","component-emitter":"1.2.1","has-binary2":"1.0.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"8e5465de2f264f856a3fd063248d2006d650c5e1","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@3.1.0","_shasum":"b58a3d780fe63370e4055d51bff6cb1b582715e9","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"b58a3d780fe63370e4055d51bff6cb1b582715e9","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-parser-3.1.0.tgz_1493069653408_0.31741833384148777"},"directories":{}},"3.1.1":{"name":"socket.io-parser","version":"3.1.1","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"~2.6.4","component-emitter":"1.2.1","has-binary2":"1.0.1","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"eaee5d58c4fb3e593131502bb389ea28ab8d26f1","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@3.1.1","_shasum":"9dce6ed0a66abdcc927b4572e8fd1a8b64e3df36","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"9dce6ed0a66abdcc927b4572e8fd1a8b64e3df36","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-parser-3.1.1.tgz_1493072561102_0.18692600820213556"},"directories":{}},"3.1.2":{"name":"socket.io-parser","version":"3.1.2","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"~2.6.4","component-emitter":"1.2.1","has-binary2":"~1.0.2","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"f9c3549dd17df095b0806086df3f4834ddc98d45","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@3.1.2","_shasum":"dbc2282151fc4faebbe40aeedc0772eba619f7f2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"dbc2282151fc4faebbe40aeedc0772eba619f7f2","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-parser-3.1.2.tgz_1493329580053_0.09636084409430623"},"directories":{}}},"readme":"\n# socket.io-parser\n\n[![Build Status](https://secure.travis-ci.org/socketio/socket.io-parser.svg?branch=master)](http://travis-ci.org/socketio/socket.io-parser)\n[![NPM version](https://badge.fury.io/js/socket.io-parser.svg)](http://badge.fury.io/js/socket.io-parser)\n\nA socket.io encoder and decoder written in JavaScript complying with version `3`\nof [socket.io-protocol](https://github.com/socketio/socket.io-protocol).\nUsed by [socket.io](https://github.com/automattic/socket.io) and\n[socket.io-client](https://github.com/automattic/socket.io-client).\n\n## Parser API\n\n socket.io-parser is the reference implementation of socket.io-protocol. Read\n the full API here:\n [socket.io-protocol](https://github.com/learnboost/socket.io-protocol).\n\n## Example Usage\n\n### Encoding and decoding a packet\n\n```js\nvar parser = require('socket.io-parser');\nvar encoder = new parser.Encoder();\nvar packet = {\n type: parser.EVENT,\n data: 'test-packet',\n id: 13\n};\nencoder.encode(packet, function(encodedPackets) {\n var decoder = new parser.Decoder();\n decoder.on('decoded', function(decodedPacket) {\n // decodedPacket.type == parser.EVENT\n // decodedPacket.data == 'test-packet'\n // decodedPacket.id == 13\n });\n\n for (var i = 0; i < encodedPackets.length; i++) {\n decoder.add(encodedPackets[i]);\n }\n});\n```\n\n### Encoding and decoding a packet with binary data\n\n```js\nvar parser = require('socket.io-parser');\nvar encoder = new parser.Encoder();\nvar packet = {\n type: parser.BINARY_EVENT,\n data: {i: new Buffer(1234), j: new Blob([new ArrayBuffer(2)])}\n id: 15\n};\nencoder.encode(packet, function(encodedPackets) {\n var decoder = new parser.Decoder();\n decoder.on('decoded', function(decodedPacket) {\n // decodedPacket.type == parser.BINARY_EVENTEVENT\n // Buffer.isBuffer(decodedPacket.data.i) == true\n // Buffer.isBuffer(decodedPacket.data.j) == true\n // decodedPacket.id == 15\n });\n\n for (var i = 0; i < encodedPackets.length; i++) {\n decoder.add(encodedPackets[i]);\n }\n});\n```\nSee the test suite for more examples of how socket.io-parser is used.\n\n\n## License\n\nMIT\n","maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"time":{"modified":"2017-05-30T09:11:21.383Z","created":"2012-12-10T00:04:57.829Z","1.0.1":"2012-12-10T00:05:00.215Z","1.0.2":"2012-12-18T19:31:47.192Z","1.1.0":"2013-12-25T18:59:54.509Z","1.1.1":"2014-02-11T00:06:23.883Z","1.1.2":"2014-02-11T18:14:32.802Z","2.0.0":"2014-02-20T00:51:22.714Z","2.1.0":"2014-03-01T16:32:31.228Z","2.1.1":"2014-03-05T07:19:08.679Z","2.1.2":"2014-03-06T23:38:16.573Z","2.1.3":"2014-04-28T01:45:41.927Z","2.1.4":"2014-05-17T20:50:19.496Z","2.1.5":"2014-05-24T18:36:27.565Z","2.2.0":"2014-05-31T04:10:18.114Z","2.2.1":"2014-06-20T23:56:14.435Z","2.2.2":"2014-09-04T08:13:20.797Z","2.2.3":"2015-02-04T00:31:33.757Z","2.2.4":"2015-03-03T18:34:26.714Z","2.2.5":"2015-11-21T18:45:42.106Z","2.2.6":"2015-11-25T18:13:06.246Z","2.3.0":"2016-10-20T23:34:16.871Z","2.3.1":"2016-10-24T00:32:07.563Z","2.3.2":"2016-12-30T21:43:36.289Z","3.0.0":"2017-04-03T21:52:58.208Z","3.1.0":"2017-04-24T21:34:13.969Z","3.1.1":"2017-04-24T22:22:41.669Z","3.1.2":"2017-04-27T21:46:22.018Z"},"repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"readmeFilename":"Readme.md","homepage":"https://github.com/Automattic/socket.io-parser#readme","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"license":"MIT","users":{"asaupup":true,"nusmql":true},"_attachments":{},"_etag":"W/\"592d3739-771b\"","_lastModified":"Tue, 30 May 2017 09:11:21 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/socket.io/.cache.json b/frappe/.npm/registry.npmjs.org/socket.io/.cache.json new file mode 100644 index 00000000..6e8b435a --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/socket.io/.cache.json @@ -0,0 +1 @@ +{"_id":"socket.io","_rev":"1036-69d931d452d662e826dbc73800c7b7d5","name":"socket.io","description":"node.js realtime framework server","dist-tags":{"latest":"2.0.3"},"versions":{"0.3.8":{"name":"socket.io","description":"Sockets for the rest of us.","version":"0.3.8","author":{"name":"LearnBoost"},"license":[{"type":"MIT","url":"http://github.com/LearnBoost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/LearnBoost/Socket.IO-node.git"},"engine":["node >=0.1.90"],"directories":{"lib":"./lib/socket.io"},"_id":"socket.io@0.3.8","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.3.8.tgz","shasum":"eefbe1c6db4341f59515f4196b437deaa90757a2"}},"0.4.0":{"name":"socket.io","description":"Sockets for the rest of us.","version":"0.4.0","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/LearnBoost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/LearnBoost/Socket.IO-node.git"},"engine":["node >=0.1.90"],"directories":{"lib":"./lib/socket.io"},"_id":"socket.io@0.4.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.4.0.tgz","shasum":"07f02c84695c8c0c80095ef8902d9ebf855a7ed6"}},"0.4.1":{"name":"socket.io","description":"Sockets for the rest of us.","version":"0.4.1","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/LearnBoost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/LearnBoost/Socket.IO-node.git"},"engine":["node >=0.1.90"],"main":"./lib/socket.io","directories":{"lib":"./lib"},"_id":"socket.io@0.4.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.4.1.tgz","shasum":"90d24a42561614b739eefdaa46a7fd743a4babf2"}},"0.5.1":{"name":"socket.io","description":"Sockets for the rest of us.","version":"0.5.1","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/LearnBoost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/LearnBoost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.5.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.5.1.tgz","shasum":"aee7740b360650d221d8c50824db7c5557a8c5dd"},"directories":{}},"0.5.3":{"name":"socket.io","description":"Sockets for the rest of us.","version":"0.5.3","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/LearnBoost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/LearnBoost/Socket.IO-node.git"},"engine":["node >=0.1.98"],"main":"./","_id":"socket.io@0.5.3","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.5.3.tgz","shasum":"7cbbcbf1fcd67ff51141eaef5e3f88484704c55b"},"directories":{}},"0.6.0":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.0","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.0","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.0.tgz","shasum":"dcb2774894ca58d9f17cff8f5ef6b38fb83fd492"},"directories":{}},"0.6.1":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.1","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.1.tgz","shasum":"d9b8283977a7327f0ac956b37172f9f5c1b39f47"},"directories":{}},"0.6.3":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.3","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.3","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.12-1","_nodeVersion":"v0.2.5","dist":{"shasum":"eb4c98fdaa69d7da6e901e23b8d82f58a79624cf","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.3.tgz"},"directories":{}},"0.6.4":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.4","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.4","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.13-3","_nodeVersion":"v0.2.6","dist":{"shasum":"2f2a3b2e39b228067f0fed87517f894620fac6eb","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.4.tgz"},"directories":{}},"0.6.5":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.5","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.5","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.13-3","_nodeVersion":"v0.2.6","dist":{"shasum":"bbaacc301960c2542bc2c050e53ae096149e3c9f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.5.tgz"},"directories":{}},"0.6.6":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.6","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.6","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.13-3","_nodeVersion":"v0.2.6","dist":{"shasum":"47142c3afb665c737ffd3fb7cae3d39775590f62","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.6.tgz"},"directories":{}},"0.6.7":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.7","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.7","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.13-3","_nodeVersion":"v0.2.6","dist":{"shasum":"5061b461e4a2334982d053ffe35adb7712c8513f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.7.tgz"},"directories":{}},"0.6.8":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.8","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.8","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.13-3","_nodeVersion":"v0.2.6","dist":{"shasum":"868352e60fdb7aeb757cce564a72c8af58a0e14d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.8.tgz"},"directories":{}},"0.6.9":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.9","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.9","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.17","_nodeVersion":"v0.3.8","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"f83f2943ddab8a91087cecd4ef3a8a93e42f21c6","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.9.tgz"}},"0.6.10":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.10","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.10","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.17","_nodeVersion":"v0.4.0-pre","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"90ca370b5fe14c7810420664a1dc9c5883dc8731","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.10.tgz"}},"0.6.11":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.11","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.11","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.18","_nodeVersion":"v0.2.6","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"77afe3106dc77e99abf67e7974626adc77716ba5","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.11.tgz"}},"0.6.12":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.12","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.12","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.18","_nodeVersion":"v0.2.6","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"cb5092255e64e8ffed07a3aef0da5353f14e5c4d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.12.tgz"}},"0.6.14":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.14","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.14","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.18","_nodeVersion":"v0.2.6","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"73651a3c152b94fb0b353dee31364e6a0b58738b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.14.tgz"}},"0.6.15":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.15","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.15","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.18","_nodeVersion":"v0.2.6","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"d5eb26ebdba5811bf448e8e6db935527aa4f1bf9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.15.tgz"}},"0.6.16":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.16","author":{"name":"LearnBoost"},"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"http://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.16","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.2.18","_nodeVersion":"v0.2.6","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"fb4d8e053f6d7376e4561d46949fd21dc210a894","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.16.tgz"}},"0.6.17":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.17","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"}],"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"git://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.17","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.18","_nodeVersion":"v0.4.3","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"ca9a480df1e61d84d555e98e299ab51674ced90a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.17.tgz"}},"0.6.18":{"name":"socket.io","description":"The cross-browser WebSocket","version":"0.6.18","author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"}],"licenses":[{"type":"MIT","url":"http://github.com/learnboost/Socket.IO-node/raw/master/README.md"}],"repository":{"type":"git","url":"git://github.com/learnboost/Socket.IO-node.git"},"engine":["node >=0.1.102"],"main":"./index","scripts":{"test":"make test"},"_id":"socket.io@0.6.18","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"0.3.18","_nodeVersion":"v0.4.7","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"066dce544eebd9536a61fe08ff44e2e3bbfd8211","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.6.18.tgz"}},"0.7.0":{"name":"socket.io","version":"0.7.0","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.0","policyfile":">= 0.0.3"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.0","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"b1b4cff4efce41f909892c580ea4c8c89a0dd0ad","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.0.tgz"},"scripts":{},"directories":{}},"0.7.1":{"name":"socket.io","version":"0.7.1","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.0","policyfile":">= 0.0.3"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.1","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"fad218869c04b56e345693ac975bf8381e1b603d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.1.tgz"},"scripts":{},"directories":{}},"0.7.2":{"name":"socket.io","version":"0.7.2","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.2","policyfile":">= 0.0.3"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.2","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.7","_defaultsLoaded":true,"dist":{"shasum":"4e86f1de0e9c5107a487d9350dd4b598647ed907","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.2.tgz"},"scripts":{},"directories":{}},"0.7.3":{"name":"socket.io","version":"0.7.3","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.3","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"c1dea6c8830067fcf604db670472ce31011ae69d","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.3.tgz"},"scripts":{},"directories":{}},"0.7.4":{"name":"socket.io","version":"0.7.4","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.4","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"7432632a02cba5c79934a6026070e43785fe7ccf","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.4.tgz"},"scripts":{},"directories":{}},"0.7.5":{"name":"socket.io","version":"0.7.5","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.5","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"878895677715b9979dc9527816475f223182fce0","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.5.tgz"},"scripts":{},"directories":{}},"0.7.6":{"name":"socket.io","version":"0.7.6","description":"Realtime apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.3","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.6","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"fef3bfd02951b2b06950f7c8e6912641abb2834f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.6.tgz"},"scripts":{},"directories":{}},"0.7.7":{"name":"socket.io","version":"0.7.7","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.4","policyfile":"0.0.3","redis":"0.6.0"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4"},"main":"index","engines":{"node":">= 0.4.0"},"_id":"socket.io@0.7.7","_engineSupported":true,"_npmVersion":"1.0.8","_nodeVersion":"v0.4.9","_defaultsLoaded":true,"dist":{"shasum":"88124c9a5c26236de770c64fad6db9e12ba41bd8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.7.tgz"},"scripts":{},"directories":{}},"0.7.8":{"name":"socket.io","version":"0.7.8","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.5","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.7.8/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.7.8","_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"b7a2bf272a99c6d11249c925e0f726fb29240f37","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.8.tgz"},"scripts":{},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.9":{"name":"socket.io","version":"0.7.9","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.9","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.7.9/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.7.9","_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.10","_defaultsLoaded":true,"dist":{"shasum":"8e703e5bd59e1e4c27fd78595d0ef4704e5051a3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.9.tgz"},"scripts":{},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.10":{"name":"socket.io","version":"0.7.10","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.10","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.7.10/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.7.10","_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"92453fa656d791667a3f5c5da1c233383ec45479","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.10.tgz"},"scripts":{},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.7.11":{"name":"socket.io","version":"0.7.11","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.7.11","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.7.11/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.7.11","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"d01c6f23545d0f6e2c3c2c9b3aeeca4e15f6a612","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.7.11.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.0":{"name":"socket.io","version":"0.8.0","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.8.0","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.8.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.8.0","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"d858d732ecade3eda8429a61dcfbdbe78a462a3f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.1":{"name":"socket.io","version":"0.8.1","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.8.1","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.8.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.8.1","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"803e01701dc9c122ac5ec625a2f5e453747408f9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.2":{"name":"socket.io","version":"0.8.2","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/Socket.IO-node.git"},"dependencies":{"socket.io-client":"0.8.2","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.8.2/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.8.2","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"25197b1c0881d02f8dead965a3c3a24c992c7b9f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.3":{"name":"socket.io","version":"0.8.3","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.8.3","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.8.3/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.8.3","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"fd52783044324b3a01e5edc0b7392c6d5b58c404","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.3.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.4":{"name":"socket.io","version":"0.8.4","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.8.4","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.8.4/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.8.4","_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"946caabdef2f604c673e9172a6bbf9039c9f0f1c","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.4.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.5":{"name":"socket.io","version":"0.8.5","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.8.5","policyfile":"0.0.4","redis":"0.6.6"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/Users/guillermo/.npm/socket.io/0.8.5/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"socket.io@0.8.5","_engineSupported":true,"_npmVersion":"1.0.30","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"f9cfe2307e42c494e027aa40d448bc6d321b07b9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.5.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.6":{"name":"socket.io","version":"0.8.6","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.8.6","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.7.7","should":"0.0.4","assertvanish":"0.0.3-1","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.8.6","_engineSupported":true,"_npmVersion":"1.0.99","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"f4a219c810ed39cdf3baa126f7dc3b3f079f29b1","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.6.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.8.7":{"name":"socket.io","version":"0.8.7","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.8.7","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","assertvanish":"0.0.3-1","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.8.7","_engineSupported":true,"_npmVersion":"1.0.99","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"98419cb68859a6fc5ec8d49f50dcdbbe2ffd4466","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.8.7.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.0":{"name":"socket.io","version":"0.9.0","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.0","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.0","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"1392d336fd3c8e5f7011f633360e85450965e832","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.0.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.1":{"name":"socket.io","version":"0.9.1","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.1","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"715574ad82cf051353b4be2bc160eaf465d593d8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.1-1":{"name":"socket.io","version":"0.9.1-1","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.1-1","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.1-1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"0ed3a720b0d567b1ba7b9aee4e60abd7c9bbea84","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.1-1.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.2":{"name":"socket.io","version":"0.9.2","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.2","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.2","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"b6e0ba1e42e8b0d02b63bbb05fc1c297c88186c3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.2.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.3":{"name":"socket.io","version":"0.9.3","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.3","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.3","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"30bd0f705e21bf9b44c4fc5f94f2691144656ce4","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.3.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.4":{"name":"socket.io","version":"0.9.4","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.4","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.4","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"6e6105306bc831cc896b6b6caaf12dc74ec7fa0f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.4.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.5":{"name":"socket.io","version":"0.9.5","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.5","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.5","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.13","_defaultsLoaded":true,"dist":{"shasum":"2ed64d70e5f70abcb8191a76601116c3511e1414","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.5.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.6":{"name":"socket.io","version":"0.9.6","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.6","policyfile":"0.0.4","redis":"0.6.7"},"devDependencies":{"expresso":"0.9.2","should":"0.0.4","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.6","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.13","_defaultsLoaded":true,"dist":{"shasum":"6f76255c64f8a471995a1b624f6f16ccae0471e3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.6.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.7":{"name":"socket.io","version":"0.9.7","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.7","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.7","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"b7ff586251e5d0eeb174a264eeb36796ea29ba6b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.7.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.8":{"name":"socket.io","version":"0.9.8","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.8","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.8","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"f085fe0957c85cccdae062bf2d3ddc19a37e7643","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.8.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.9":{"name":"socket.io","version":"0.9.9","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.9","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.9","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"9f1dc1bb22fb03a6dbd5e94a50cf5d6c168823d8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.9.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.10":{"name":"socket.io","version":"0.9.10","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.10","policyfile":"0.0.4","redis":"0.7.2"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"_id":"socket.io@0.9.10","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.2","_defaultsLoaded":true,"dist":{"shasum":"20aff51bdfd33066aacdd5df7a44f244e7d2cc6a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.10.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.11":{"name":"socket.io","version":"0.9.11","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_id":"socket.io@0.9.11","dist":{"shasum":"18957f802cf463945881a0179156168743cf3d35","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.11.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.12":{"name":"socket.io","version":"0.9.12","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_id":"socket.io@0.9.12","dist":{"shasum":"d3cdd97cbd04f6d21618d967a0f9d4c12479a6c2","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.12.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.13":{"name":"socket.io","version":"0.9.13","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_id":"socket.io@0.9.13","dist":{"shasum":"3e2a5e71ee47978cb18be4bb90217ad7a5d4f2fb","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.13.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.14":{"name":"socket.io","version":"0.9.14","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.11","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_id":"socket.io@0.9.14","dist":{"shasum":"81af80ebf3ee8f7f6e71b1495db91f8fa53ff667","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.14.tgz"},"_from":".","_npmVersion":"1.2.10","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.15":{"name":"socket.io","version":"0.9.15","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.15","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_id":"socket.io@0.9.15","dist":{"shasum":"93b0b6954e1e8e7ace47fdb031bcbdfe9794b6a4","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.15.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.9.16":{"name":"socket.io","version":"0.9.16","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"_id":"socket.io@0.9.16","dist":{"shasum":"3bab0444e49b55fbbc157424dbd41aa375a51a76","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0-pre":{"name":"socket.io","version":"1.0.0-pre","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.0.4","socket.io-parser":"2.1.1","socket.io-client":"1.0.0-pre","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.2.1","supertest":"0.8.2","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"_id":"socket.io@1.0.0-pre","dist":{"shasum":"58350abfb41baa95b05fbe20189e683ca90e60ff","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0-pre2":{"name":"socket.io","version":"1.0.0-pre2","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.1.0","socket.io-parser":"2.1.3","socket.io-client":"1.0.0-pre2","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"_id":"socket.io@1.0.0-pre2","dist":{"shasum":"2a38b37bce127237818794aa59400809a9c31c44","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"1.0.0-pre3":{"name":"socket.io","version":"1.0.0-pre3","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.1.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0-pre3","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.0-pre3","_shasum":"5c947093e5b7d224dc0830ee8c1cc9253ebc0288","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"5c947093e5b7d224dc0830ee8c1cc9253ebc0288","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre3.tgz"},"directories":{}},"1.0.0-pre4":{"name":"socket.io","version":"1.0.0-pre4","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.1.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0-pre4","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.0-pre4","_shasum":"8768d2788635870b208ae5e3e6c7dc2e39397489","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"8768d2788635870b208ae5e3e6c7dc2e39397489","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre4.tgz"},"directories":{}},"1.0.0-pre5":{"name":"socket.io","version":"1.0.0-pre5","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0-pre5","socket.io-adapter":"0.2.0","has-binary-data":"0.1.0","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.0-pre5","_shasum":"602604bc42489de854f38ff1648d5951ebd98064","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"602604bc42489de854f38ff1648d5951ebd98064","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0-pre5.tgz"},"directories":{}},"0.9.17":{"name":"socket.io","version":"0.9.17","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"0.1.3-1","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"_id":"socket.io@0.9.17","_shasum":"ca389268fb2cd5df4b59218490a08c907581c9ec","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"ca389268fb2cd5df4b59218490a08c907581c9ec","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.17.tgz"},"directories":{}},"1.0.0":{"name":"socket.io","version":"1.0.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.0","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.0","_shasum":"d1862186f31f9bf284ccb83cee224d4c07a480fc","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"d1862186f31f9bf284ccb83cee224d4c07a480fc","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"socket.io","version":"1.0.1","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.4","socket.io-client":"1.0.1","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.1","_shasum":"bb76327b69c419192421fcea7da02255daf4d397","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"bb76327b69c419192421fcea7da02255daf4d397","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"socket.io","version":"1.0.2","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.2.1","socket.io-parser":"2.1.5","socket.io-client":"1.0.2","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.2","_shasum":"a8ddb0654210329017b8b1781126f4e6a3095088","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"a8ddb0654210329017b8b1781126f4e6a3095088","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"socket.io","version":"1.0.3","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.2.2","socket.io-parser":"2.2.0","socket.io-client":"1.0.3","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.3","_shasum":"f397709fe78a06afcf2fc4b8ce1c39348bef19d3","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"f397709fe78a06afcf2fc4b8ce1c39348bef19d3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"socket.io","version":"1.0.4","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.2.2","socket.io-parser":"2.2.0","socket.io-client":"1.0.4","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.4","_shasum":"103cb555e2c730f4447ed93a22d915d4f45b149a","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"103cb555e2c730f4447ed93a22d915d4f45b149a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.4.tgz"},"directories":{}},"1.0.5":{"name":"socket.io","version":"1.0.5","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.3.0","socket.io-parser":"2.2.0","socket.io-client":"1.0.5","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"a5cf4f57a06ff8a0e2bebdbebe2268d8d96ac4e1","bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.5","_shasum":"d9c47380015939c9c9622abfdaf6b8208da2b4c2","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"d9c47380015939c9c9622abfdaf6b8208da2b4c2","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.5.tgz"},"directories":{}},"1.0.6":{"name":"socket.io","version":"1.0.6","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/LearnBoost/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.3.1","socket.io-parser":"2.2.0","socket.io-client":"1.0.6","socket.io-adapter":"0.2.0","has-binary-data":"0.1.1","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"d99e30fca7feef20bd30508e0224c5d815ba0be9","bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"homepage":"https://github.com/LearnBoost/socket.io","_id":"socket.io@1.0.6","_shasum":"b566532888dae3ac9058a12f294015ebdfa8084a","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"b566532888dae3ac9058a12f294015ebdfa8084a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.0.6.tgz"},"directories":{}},"1.1.0":{"name":"socket.io","version":"1.1.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.4.0","socket.io-parser":"2.2.1","socket.io-client":"1.1.0","socket.io-adapter":"0.2.0","has-binary-data":"0.1.3","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"16483375a78e3dab95e95f1b3ed088b31e042275","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.1.0","_shasum":"0825ecb5740f34c2319a40087c537a348010dbb6","_from":".","_npmVersion":"1.4.25","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"0825ecb5740f34c2319a40087c537a348010dbb6","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"socket.io","version":"1.2.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.4.2","socket.io-parser":"2.2.2","socket.io-client":"1.2.0","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"4a0091b25ad5ad583b8098369019306c4f907278","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.2.0","_shasum":"02f00ffc24626294f46924d4c25ce35a9b940789","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"02f00ffc24626294f46924d4c25ce35a9b940789","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"socket.io","version":"1.2.1","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"make test"},"dependencies":{"engine.io":"1.4.3","socket.io-parser":"2.2.2","socket.io-client":"1.2.1","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"0.7.4"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"24d06d76ddf0808ac370e39fd57329d3048d73e4","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.2.1","_shasum":"84400af534c0d32baa9ac88937eedb5b8465ee92","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"84400af534c0d32baa9ac88937eedb5b8465ee92","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.2.1.tgz"},"directories":{}},"1.3.0":{"name":"socket.io","version":"1.3.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.0","socket.io-parser":"2.2.2","socket.io-client":"1.3.0","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"7e4aa4fa641b04f013c984c926755585d495ed07","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.3.0","_shasum":"e6c1741d2a7eb539982465fac6e4779757403698","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"e6c1741d2a7eb539982465fac6e4779757403698","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"socket.io","version":"1.3.1","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.2","socket.io-client":"1.3.1","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"3d49cafd038ffab9cd75dd7238233738723d40c9","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.3.1","_shasum":"48a629c30e91f2f9c227fde4eb0bdb8d6e547caa","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"48a629c30e91f2f9c227fde4eb0bdb8d6e547caa","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.1.tgz"},"directories":{}},"1.3.2":{"name":"socket.io","version":"1.3.2","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.2","socket.io-client":"1.3.2","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"9ba6d47ec728129e44773f1cdb376a14a132dce4","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.3.2","_shasum":"b8c1ffc63b3341d9609ee55e06560a6ca1f185e5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"b8c1ffc63b3341d9609ee55e06560a6ca1f185e5","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.2.tgz"},"directories":{}},"1.3.3":{"name":"socket.io","version":"1.3.3","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.3","socket.io-client":"1.3.3","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"29974ac7774e83c2f469670ea4fbfe5d57828809","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.3.3","_shasum":"2a1b62bf3a0205488d3a19573b53648262770f2b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"2a1b62bf3a0205488d3a19573b53648262770f2b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.3.tgz"},"directories":{}},"1.3.4":{"name":"socket.io","version":"1.3.4","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.3","socket.io-client":"1.3.4","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"1b2d902f33ae107a9efda50bf499aa1b259d8062","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.3.4","_shasum":"3aa3bec59c75792cedeba1c52825c9aa6802f027","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"3aa3bec59c75792cedeba1c52825c9aa6802f027","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.4.tgz"},"directories":{}},"1.3.5":{"name":"socket.io","version":"1.3.5","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.1","socket.io-parser":"2.2.4","socket.io-client":"1.3.5","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"342faf219793fc5c1f130fc33e3fb5422dab516d","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.3.5","_shasum":"bfd609f37626889e94df9d3526db79a84255f1d8","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"bfd609f37626889e94df9d3526db79a84255f1d8","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.5.tgz"},"directories":{}},"1.3.6":{"name":"socket.io","version":"1.3.6","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io.git"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.2","socket.io-parser":"2.2.4","socket.io-client":"1.3.6","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"3e4061bfef1fa0c387657ec81325c068a2cea132","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io#readme","_id":"socket.io@1.3.6","_shasum":"1ef8ec4d8edea6499c8febd2a16b6d15b4dc15bd","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.12.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"1ef8ec4d8edea6499c8febd2a16b6d15b4dc15bd","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.6.tgz"},"directories":{}},"1.3.7":{"name":"socket.io","version":"1.3.7","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"repository":{"type":"git","url":"git://github.com/Automattic/socket.io.git"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.5.4","socket.io-parser":"2.2.4","socket.io-client":"1.3.7","socket.io-adapter":"0.3.1","has-binary-data":"0.1.3","debug":"2.1.0"},"devDependencies":{"mocha":"1.16.2","expect.js":"0.3.1","supertest":"0.8.2","superagent":"0.17.0","istanbul":"0.2.3"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"e2ebd4349bf27c3839fc9a2700b42cf8390ac3bd","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io#readme","_id":"socket.io@1.3.7","_shasum":"93747a29bcab6266f0fbe19112cca5e1388cf7ad","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"93747a29bcab6266f0fbe19112cca5e1388cf7ad","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.3.7.tgz"},"directories":{}},"1.4.0":{"name":"socket.io","version":"1.4.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io.git"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.5","socket.io-parser":"2.2.6","socket.io-client":"1.4.0","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"ddb3445f3d9009554577bbd05b033031e20e23d8","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io#readme","_id":"socket.io@1.4.0","_shasum":"d3009f29c088b56873414693c1cb7d9eed62db26","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"d3009f29c088b56873414693c1cb7d9eed62db26","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.0.tgz"},"directories":{}},"1.4.1":{"name":"socket.io","version":"1.4.1","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.5","socket.io-parser":"2.2.6","socket.io-client":"1.4.1","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"6d5d7e44115ee93e55cec2c640ca93e3958dd4e3","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.4.1","_shasum":"441c9ca6ad209af7534e5ae846e3b1edd679609a","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"441c9ca6ad209af7534e5ae846e3b1edd679609a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.1.tgz"},"directories":{}},"1.4.2":{"name":"socket.io","version":"1.4.2","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.6","socket.io-parser":"2.2.6","socket.io-client":"1.4.2","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"dad82c3343ef4899307f81edd2870227b6295bfa","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.4.2","_shasum":"f414058c7ba4ac23b33e34b666b5f51500020efd","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"f414058c7ba4ac23b33e34b666b5f51500020efd","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.2.tgz"},"directories":{}},"1.4.3":{"name":"socket.io","version":"1.4.3","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.6","socket.io-parser":"2.2.6","socket.io-client":"1.4.3","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"f1a3e8db2a5bccac8bf93448b9063cfe59a8a47f","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.4.3","_shasum":"16be5e24f40338e5df01261aeebc472d219572b0","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"16be5e24f40338e5df01261aeebc472d219572b0","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.3.tgz"},"directories":{}},"1.4.4":{"name":"socket.io","version":"1.4.4","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.7","socket.io-parser":"2.2.6","socket.io-client":"1.4.4","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.2.3","mocha":"2.3.4","superagent":"0.17.0","supertest":"0.8.2","zuul-ngrok":"3.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"fea3d79a2c5c62724af6891f5a20a64240f5c44f","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.4.4","_shasum":"24b3e19ca15ee21cb7d9203d831f9b65a9f14bbd","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"24b3e19ca15ee21cb7d9203d831f9b65a9f14bbd","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.4.tgz"},"directories":{}},"1.4.5":{"name":"socket.io","version":"1.4.5","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.8","socket.io-parser":"2.2.6","socket.io-client":"1.4.5","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"b3fc530abefd384b3a89ff5493e97f3ef85098d4","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io","_id":"socket.io@1.4.5","_shasum":"f202f49eeb9cf7cf6c0971ad75d8d96d451ea4f7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"dist":{"shasum":"f202f49eeb9cf7cf6c0971ad75d8d96d451ea4f7","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.5.tgz"},"directories":{}},"1.4.6":{"name":"socket.io","version":"1.4.6","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io.git"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.9","socket.io-parser":"2.2.6","socket.io-client":"1.4.6","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"dcca01f5a42b49e6fe68abefaabe5291e834c5d0","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io#readme","_id":"socket.io@1.4.6","_shasum":"0dddc2cb8fb9b66fc928604f13f6aa910254cc1c","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"0dddc2cb8fb9b66fc928604f13f6aa910254cc1c","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.6.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/socket.io-1.4.6.tgz_1462247882801_0.6891660823021084"},"directories":{}},"1.4.7":{"name":"socket.io","version":"1.4.7","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io.git"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.10","socket.io-parser":"2.2.6","socket.io-client":"1.4.6","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"42aa77614ee4edefb52d89c62cf84a81db5513d9","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io#readme","_id":"socket.io@1.4.7","_shasum":"92b7f7cb88c5797d4daee279fe8075dbe6d3fa1c","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"92b7f7cb88c5797d4daee279fe8075dbe6d3fa1c","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.7.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-1.4.7.tgz_1466727971947_0.8498056889511645"},"directories":{}},"1.4.8":{"name":"socket.io","version":"1.4.8","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","license":"MIT","repository":{"type":"git","url":"git://github.com/Automattic/socket.io.git"},"scripts":{"test":"mocha --reporter dot --slow 200ms --bail"},"dependencies":{"engine.io":"1.6.11","socket.io-parser":"2.2.6","socket.io-client":"1.4.8","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"expect.js":"0.3.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0","zuul-ngrok":"3.2.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"2a092bd2fb8b37fb2dd896798b7c619e5104448e","bugs":{"url":"https://github.com/Automattic/socket.io/issues"},"homepage":"https://github.com/Automattic/socket.io#readme","_id":"socket.io@1.4.8","_shasum":"e576f330cd0bed64e55b3fd26df991141884867b","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"rauchg","email":"rauchg@gmail.com"},"dist":{"shasum":"e576f330cd0bed64e55b3fd26df991141884867b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.4.8.tgz"},"maintainers":[{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-1.4.8.tgz_1466734972834_0.10649802000261843"},"directories":{}},"1.5.0":{"name":"socket.io","version":"1.5.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"engine.io":"1.7.0","socket.io-parser":"2.2.6","socket.io-client":"1.5.0","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"c94058f9b02757d2bf6b42f7d088cc9b6deee329","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.5.0","_shasum":"024dd9719d9267d6a6984eebe2ab5ceb9a0b8a98","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"024dd9719d9267d6a6984eebe2ab5ceb9a0b8a98","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.5.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/socket.io-1.5.0.tgz_1475792088124_0.28287480981089175"},"directories":{}},"1.5.1":{"name":"socket.io","version":"1.5.1","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"engine.io":"1.7.2","socket.io-parser":"2.3.1","socket.io-client":"1.5.1","socket.io-adapter":"0.4.0","has-binary":"0.1.7","debug":"2.2.0"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"fdf64cc38f0546416eec1b5488e7aba60ffb4227","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.5.1","_shasum":"c3ea8c4ed4164436bc56adef60e31ad366518ca9","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"c3ea8c4ed4164436bc56adef60e31ad366518ca9","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.5.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-1.5.1.tgz_1477272714202_0.46837701741605997"},"directories":{}},"1.6.0":{"name":"socket.io","version":"1.6.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"2.3.3","engine.io":"1.8.0","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.6.0","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"57b386385e356e7a4607637e004ec8b4d960bca6","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.6.0","_shasum":"3e40d932637e6bd923981b25caf7c53e83b6e2e1","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"3e40d932637e6bd923981b25caf7c53e83b6e2e1","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.6.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-1.6.0.tgz_1479612469487_0.3990815947763622"},"directories":{}},"1.7.0":{"name":"socket.io","version":"1.7.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"2.3.3","engine.io":"1.8.1","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.0","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"4f93a0b4290738275a972b8bd9b87be1c8997906","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.7.0","_shasum":"812790768e9eb43f4842f98606fb63b4dd13e343","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"812790768e9eb43f4842f98606fb63b4dd13e343","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-1.7.0.tgz_1480231731009_0.42487097391858697"},"directories":{}},"1.7.1":{"name":"socket.io","version":"1.7.1","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"2.3.3","engine.io":"1.8.1","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.1","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"797c9a3498356c1116783d58d15904ed30912b0e","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.7.1","_shasum":"a34d763fd22cd975643c2f0c7c5f14ba6da80aaf","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"a34d763fd22cd975643c2f0c7c5f14ba6da80aaf","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-1.7.1.tgz_1480288000789_0.17411157069727778"},"directories":{}},"1.7.2":{"name":"socket.io","version":"1.7.2","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"2.3.3","engine.io":"1.8.2","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.2","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"1f59e4526a9ff061512012cd47e65962ccd0e649","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.7.2","_shasum":"83bbbdf2e79263b378900da403e7843e05dc3b71","_from":".","_npmVersion":"4.0.3","_nodeVersion":"6.9.1","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"83bbbdf2e79263b378900da403e7843e05dc3b71","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-1.7.2.tgz_1481418300909_0.6292014915961772"},"directories":{}},"1.7.3":{"name":"socket.io","version":"1.7.3","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"2.3.3","engine.io":"1.8.3","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.3","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"06044efbe2c6f7bbe8f8a5468e3f04e9fcaa5758","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.7.3","_shasum":"b8af9caba00949e568e369f1327ea9be9ea2461b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"b8af9caba00949e568e369f1327ea9be9ea2461b","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-1.7.3.tgz_1487311428875_0.5789110483601689"},"directories":{}},"0.9.18":{"name":"socket.io","version":"0.9.18","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"2.1.3","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"gitHead":"ed74dee3b053f921ec26d5b22588df58558a4546","bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"_id":"socket.io@0.9.18","_shasum":"e5c8b749628b103bad05dedf5de4dac6b2cbf579","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"e5c8b749628b103bad05dedf5de4dac6b2cbf579","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.18.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-0.9.18.tgz_1494136555740_0.36887360201217234"},"directories":{}},"1.7.4":{"name":"socket.io","version":"1.7.4","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"2.3.3","engine.io":"~1.8.4","has-binary":"0.1.7","object-assign":"4.1.0","socket.io-adapter":"0.5.0","socket.io-client":"1.7.4","socket.io-parser":"2.3.1"},"devDependencies":{"babel-preset-es2015":"6.3.13","del":"2.2.0","expect.js":"0.3.1","gulp":"3.9.0","gulp-babel":"6.1.1","gulp-istanbul":"0.10.3","gulp-mocha":"2.2.0","gulp-task-listing":"1.0.1","istanbul":"0.4.1","mocha":"2.3.4","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"0abbd4da50c3fbffa5e32359b269e96c156c6ef2","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@1.7.4","_shasum":"2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-1.7.4.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-1.7.4.tgz_1494138389624_0.6510439105331898"},"directories":{}},"2.0.0":{"name":"socket.io","version":"2.0.0","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"2.0.0","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"3367eaa948a97f32f965da8d2cbe06fdc0b84818","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@2.0.0","_shasum":"fef1966ee750001b20943983a057dc31807b1efa","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"fef1966ee750001b20943983a057dc31807b1efa","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-2.0.0.tgz_1494285368062_0.011081143980845809"},"directories":{}},"2.0.1":{"name":"socket.io","version":"2.0.1","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"2.0.1","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"832b8fc6d98cce5843663cded3de8f63ab4ecd02","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@2.0.1","_shasum":"064c125178462e477a6df23d2fdad18dd1c5914f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"064c125178462e477a6df23d2fdad18dd1c5914f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.1.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-2.0.1.tgz_1494286891121_0.7786998096853495"},"directories":{}},"0.9.19":{"name":"socket.io","version":"0.9.19","description":"Real-time apps made cross-browser & easy with a WebSocket-like API","homepage":"http://socket.io","keywords":["websocket","socket","realtime","socket.io","comet","ajax"],"author":{"name":"Guillermo Rauch","email":"guillermo@learnboost.com"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/LearnBoost/socket.io.git"},"dependencies":{"socket.io-client":"0.9.16","policyfile":"0.0.4","base64id":"0.1.0","redis":"0.7.3"},"devDependencies":{"expresso":"0.9.2","should":"*","benchmark":"0.2.2","microtime":"2.1.3","colors":"0.5.1"},"optionalDependencies":{"redis":"0.7.3"},"main":"index","engines":{"node":">= 0.4.0"},"scripts":{"test":"make test"},"gitHead":"41b9a7e45d62ead3b4b36dc38cc8c03882ecc577","bugs":{"url":"https://github.com/LearnBoost/socket.io/issues"},"_id":"socket.io@0.9.19","_shasum":"490bb5fd0dc54cf002ee04e67fadfc43b848a38f","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"490bb5fd0dc54cf002ee04e67fadfc43b848a38f","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-0.9.19.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socket.io-0.9.19.tgz_1494911717655_0.6154346051625907"},"directories":{}},"2.0.2":{"name":"socket.io","version":"2.0.2","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"~2.0.2","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"a10dc8d92d37977ae68b6472e8c1b550956dd4d1","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@2.0.2","_shasum":"133bf3a1b67d02f2ac65103c11f78e6f2c4f3b3a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"133bf3a1b67d02f2ac65103c11f78e6f2c4f3b3a","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socket.io-2.0.2.tgz_1496318510928_0.7237327934708446"},"directories":{}},"2.0.3":{"name":"socket.io","version":"2.0.3","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"~2.0.2","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"65ece01135e1a3a4b517ed5c599eb5a7a3401f1a","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@2.0.3","_shasum":"4359f06a24933ae6bd087798af78c680eae345e3","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"4359f06a24933ae6bd087798af78c680eae345e3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socket.io-2.0.3.tgz_1497269178944_0.7451606099493802"},"directories":{}}},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"time":{"modified":"2017-07-08T12:30:19.242Z","created":"2010-12-24T04:53:35.445Z","0.3.8":"2010-12-24T04:53:35.445Z","0.4.0":"2010-12-24T04:53:35.445Z","0.4.1":"2010-12-24T04:53:35.445Z","0.5.1":"2010-12-24T04:53:35.445Z","0.5.3":"2010-12-24T04:53:35.445Z","0.6.0":"2010-12-24T04:53:35.445Z","0.6.1":"2010-12-24T04:53:35.445Z","0.6.3":"2010-12-24T04:53:35.445Z","0.6.4":"2011-01-05T19:21:49.262Z","0.6.5":"2011-01-10T00:57:07.799Z","0.6.6":"2011-01-10T02:18:05.953Z","0.6.7":"2011-01-10T03:24:38.957Z","0.6.8":"2011-01-10T09:50:51.893Z","0.6.9":"2011-02-06T18:09:35.988Z","0.6.10":"2011-02-10T02:45:11.455Z","0.6.11":"2011-02-15T23:43:46.550Z","0.6.12":"2011-02-18T22:41:12.582Z","0.6.14":"2011-02-22T19:09:51.602Z","0.6.15":"2011-02-23T19:21:05.674Z","0.6.16":"2011-03-04T17:06:13.647Z","0.6.17":"2011-03-30T18:46:55.259Z","0.6.18":"2011-05-16T20:12:30.360Z","0.7.0":"2011-06-21T12:51:08.919Z","0.7.1":"2011-06-22T00:05:30.677Z","0.7.2":"2011-06-22T07:16:35.955Z","0.7.3":"2011-06-30T13:38:19.811Z","0.7.4":"2011-06-30T15:49:04.609Z","0.7.5":"2011-06-30T15:57:56.551Z","0.7.6":"2011-06-30T18:32:37.394Z","0.7.7":"2011-07-12T08:06:08.902Z","0.7.8":"2011-08-08T15:12:33.916Z","0.7.9":"2011-08-12T17:19:51.198Z","0.7.10":"2011-08-27T18:43:11.216Z","0.7.11":"2011-08-27T22:29:46.052Z","0.8.0":"2011-08-28T22:42:30.193Z","0.8.1":"2011-08-29T16:42:25.951Z","0.8.2":"2011-08-29T17:36:35.564Z","0.8.3":"2011-09-03T21:07:02.870Z","0.8.4":"2011-09-06T14:48:27.133Z","0.8.5":"2011-10-07T18:26:28.662Z","0.8.6":"2011-10-27T11:12:53.738Z","0.8.7":"2011-11-05T20:51:10.342Z","0.9.0":"2012-02-27T01:21:58.788Z","0.9.1":"2012-03-02T11:21:09.671Z","0.9.1-1":"2012-03-02T11:41:44.792Z","0.9.2":"2012-03-13T14:01:14.910Z","0.9.3":"2012-03-28T16:54:04.537Z","0.9.4":"2012-04-01T04:51:07.179Z","0.9.5":"2012-04-05T17:37:41.543Z","0.9.6":"2012-04-17T22:52:26.780Z","0.9.7":"2012-07-24T18:20:07.717Z","0.9.8":"2012-07-25T00:36:42.193Z","0.9.9":"2012-08-01T22:14:18.854Z","0.9.10":"2012-08-12T18:17:36.212Z","0.9.11":"2012-11-02T15:03:17.823Z","0.9.12":"2012-12-13T11:19:27.361Z","0.9.13":"2012-12-13T18:15:25.366Z","0.9.14":"2013-03-29T21:16:30.375Z","0.9.15":"2013-06-06T15:23:37.595Z","0.9.16":"2013-06-06T15:40:15.020Z","1.0.0-pre":"2014-03-15T13:37:03.162Z","1.0.0-pre2":"2014-04-28T02:40:23.165Z","1.0.0-pre3":"2014-05-17T22:40:05.374Z","1.0.0-pre4":"2014-05-19T23:02:20.000Z","1.0.0-pre5":"2014-05-22T16:34:51.634Z","0.9.17":"2014-05-22T18:03:18.418Z","1.0.0":"2014-05-28T17:18:37.764Z","1.0.1":"2014-05-28T17:31:42.648Z","1.0.2":"2014-05-28T20:24:11.667Z","1.0.3":"2014-06-01T01:33:57.993Z","1.0.4":"2014-06-03T03:07:39.974Z","1.0.5":"2014-06-18T01:14:35.380Z","1.0.6":"2014-06-19T21:57:43.381Z","1.1.0":"2014-09-04T10:04:27.267Z","1.2.0":"2014-10-27T22:56:15.752Z","1.2.1":"2014-11-21T04:00:12.619Z","1.3.0":"2015-01-19T10:28:40.303Z","1.3.1":"2015-01-19T11:40:05.485Z","1.3.2":"2015-01-19T15:17:13.508Z","1.3.3":"2015-02-04T01:31:33.246Z","1.3.4":"2015-02-14T19:01:47.625Z","1.3.5":"2015-03-03T18:50:24.868Z","1.3.6":"2015-07-15T00:59:59.373Z","1.3.7":"2015-09-21T00:22:00.951Z","1.4.0":"2016-01-05T23:45:05.237Z","1.4.1":"2016-01-07T20:52:40.995Z","1.4.2":"2016-01-08T02:58:20.288Z","1.4.3":"2016-01-08T16:18:00.938Z","1.4.4":"2016-01-11T06:36:56.293Z","1.4.5":"2016-01-26T21:26:28.841Z","1.4.6":"2016-05-03T03:58:03.979Z","1.4.7":"2016-06-24T00:26:12.428Z","1.4.8":"2016-06-24T02:22:53.400Z","1.5.0":"2016-10-06T22:14:50.754Z","1.5.1":"2016-10-24T01:31:55.679Z","1.6.0":"2016-11-20T03:27:51.569Z","1.7.0":"2016-11-27T07:28:53.196Z","1.7.1":"2016-11-27T23:06:41.441Z","1.7.2":"2016-12-11T01:05:01.687Z","1.7.3":"2017-02-17T06:03:49.570Z","0.9.18":"2017-05-07T05:55:57.304Z","1.7.4":"2017-05-07T06:26:31.868Z","2.0.0":"2017-05-08T23:16:09.507Z","2.0.1":"2017-05-08T23:41:33.138Z","0.9.19":"2017-05-16T05:15:18.993Z","2.0.2":"2017-06-01T12:01:52.045Z","2.0.3":"2017-06-12T12:06:19.959Z"},"users":{"9137":true,"285858315":true,"1162993192":true,"coverslide":true,"kwerty":true,"dresende":true,"pid":true,"naholyr":true,"linus":true,"qbert65536":true,"elliot":true,"tjholowaychuk":true,"airportyh":true,"langpavel":true,"yazgazan":true,"kislitsyn":true,"pureppl":true,"tellnes":true,"sjonnet":true,"alexindigo":true,"fgribreau":true,"hyq":true,"jswartwood":true,"travishorn":true,"drudge":true,"appsunited":true,"m42am":true,"sjonnet19":true,"fibo":true,"Scryptonite":true,"balderdashy":true,"glukki":true,"lobo":true,"gimenete":true,"bryanburgers":true,"ehershey":true,"fiws":true,"kurteknikk":true,"dannydulai":true,"cj.nichols":true,"dbrockman":true,"leesei":true,"ianmcburnie":true,"ruzz311":true,"moronicsmurf":true,"maxmaximov":true,"cmilhench":true,"cparker15":true,"paulj":true,"trylobot":true,"elgs":true,"raitucarp":true,"airrider3":true,"chrisweb":true,"cuprobot":true,"tmaximini":true,"everywhere.js":true,"svmatthews":true,"suziam":true,"sol":true,"irae":true,"pana":true,"mhaidarh":true,"tetsu3a":true,"darosh":true,"samuelrn":true,"t3chnoboy":true,"noopkat":true,"claveren":true,"yoavf":true,"elisee":true,"pierreliefauche":true,"bredele":true,"karudo":true,"tam":true,"mons54":true,"oliversalzburg":true,"itfanr":true,"paulomcnally":true,"jwyune":true,"mananvaghasiya":true,"nosch":true,"redders6600":true,"kerimdzhanov":true,"crabb":true,"gazzwi86":true,"aselzer":true,"aminrx":true,"ikyle":true,"priyaranjan":true,"coderaiser":true,"nisheeth":true,"cilindrox":true,"leodutra":true,"powerplex":true,"mabotech":true,"gustavorps":true,"elwafdy":true,"malandro95":true,"capaj":true,"sanusart":true,"nexus11":true,"rosterloh":true,"funny_frank":true,"steindaniel":true,"brentonhouse":true,"evkline":true,"zhulin2609":true,"firiz":true,"ericlondon":true,"obihann":true,"wadjetz":true,"funroll":true,"timattwood":true,"maxzhang":true,"caligone":true,"edebost":true,"davidhalldor":true,"travm":true,"cocopas":true,"nithanaroy":true,"andydrew":true,"jasonw":true,"konzi":true,"hibrahimsafak":true,"summer":true,"toogle":true,"humantriangle":true,"doriel":true,"bengarrett":true,"39dotyt":true,"valentemesmo":true,"fill":true,"davidbaiguini":true,"jmanero":true,"alekzzz":true,"jbdoumenjou":true,"shen-weizhong":true,"tmn":true,"gaborsar":true,"cworsley":true,"seldo":true,"varghju":true,"nromano":true,"chaowi":true,"oliboy50":true,"agent_9191":true,"edalorzo":true,"b1r3k":true,"cliff":true,"mtt":true,"tiger2wander":true,"anshley":true,"saraf":true,"oroce":true,"scriptnull":true,"joshmu":true,"noorus":true,"dizlexik":true,"onuma1004":true,"nohponex":true,"focusj":true,"dennispassway":true,"christophwitzko":true,"thitinun":true,"fatelei":true,"pmcalabrese":true,"sposmen":true,"mutian":true,"arrc":true,"zbialecki":true,"tmypawa":true,"tonijz":true,"gabeio":true,"tsangint":true,"nodecode":true,"leighakin":true,"dofy":true,"boustanihani":true,"iamontheinet":true,"ryanthejuggler":true,"mehranhatami":true,"sourabhd":true,"markymark":true,"gnodiah":true,"goblindegook":true,"lizhou":true,"alex.hortopan":true,"samehkamaleldin":true,"synchronous":true,"cortys":true,"kwan":true,"yourhoneysky":true,"zlatip":true,"dennisgnl":true,"ricardopereira":true,"rauchg":true,"davidchase":true,"thebearingedge":true,"t1st3":true,"jits":true,"tcauduro":true,"olso":true,"jeltok":true,"writech":true,"guumaster":true,"huangjia86":true,"karmadude":true,"henryfour":true,"ridewing":true,"salvatorelab":true,"daviddias":true,"sherinjose":true,"raksa":true,"tsavela":true,"greenknight15":true,"marksyzm":true,"dendeenarat":true,"trycatch9264":true,"piotraldo":true,"windhamdavid":true,"kewin":true,"sarwan":true,"sasquatch":true,"jeffersonwilliammachado":true,"sergiodxa":true,"vmichalak":true,"mecal":true,"ysk8":true,"nkzawa":true,"piotr23":true,"esessoms":true,"yuvalziegler":true,"pingjiang":true,"danjuv":true,"ivangaravito":true,"ttsuchiya":true,"sametsisartenep":true,"swak":true,"swmoon203":true,"dearyhud":true,"infinito84":true,"gigerlin":true,"shmatt":true,"kasperstuck":true,"amovah":true,"jrbedard":true,"thorsson":true,"devonoel":true,"netzflechter":true,"green_goo":true,"hollobit":true,"rgraves90":true,"omkelderman":true,"tiendunghaui":true,"thiagomata":true,"coleww":true,"kenjisan4u":true,"pedrozgz":true,"eterna2":true,"schroeterm":true,"thomask33":true,"pillar0514":true,"dw33z1lp":true,"wmalec":true,"jjroox":true,"didelco":true,"anand-sudhanaboina":true,"jimster305":true,"frknbasaran":true,"f124275809":true,"wangnan0610":true,"kwargs":true,"nitayneeman":true,"baiej214":true,"infinitycbs":true,"pressla":true,"nadimix":true,"markthethomas":true,"nachbar90":true,"haeck":true,"pnevares":true,"princemaple":true,"lucdetellis":true,"stany":true,"rethinkflash":true,"j3kz":true,"hmiranda":true,"akarzim":true,"danielsd10":true,"kulakowka":true,"sevcanalkan":true,"prabhash1785":true,"anmol1771":true,"x_soth":true,"drewigg":true,"jostw":true,"donniereese":true,"manxisuo":true,"mnlfischer":true,"leonning":true,"fabianbach":true,"plord":true,"dudley":true,"seanjh":true,"truonghuutien":true,"warapitiya":true,"joaocunha":true,"tophsic":true,"mukundbhudia":true,"jerome.d.russ":true,"subchen":true,"dongxu":true,"robermac":true,"baishuiz":true,"josuehenry14":true,"jmshahen":true,"gsholtz":true,"temasm":true,"programmingpearls":true,"chadwatson":true,"vishnuvathsan":true,"nickleefly":true,"sglachan":true,"rcastro":true,"kai_":true,"lucasmciruzzi":true,"oheard":true,"softwind":true,"scarmuega":true,"longlivechief":true,"arnold-almeida":true,"dlaume":true,"dac2205":true,"koslun":true,"hyperkot":true,"hmny":true,"chriscalo":true,"sanketss84":true,"gabrielsanterre":true,"trotyl":true,"gregt590":true,"jesusgoku":true,"plitat":true,"buzuli":true,"brandouellette":true,"ivansky":true,"aliemre":true,"carlditzler":true,"tommyzzm":true,"glebec":true,"nikitka_m":true,"maskedcoder":true,"abdullahceylan":true,"imchale":true,"leejefon":true,"rsilvestre":true,"sharp":true,"mjaczynski":true,"vladan":true,"rdecamps":true,"tanmaypatel":true,"tzsiga":true,"cestrensem":true,"donkanee":true,"bpatel":true,"damianof":true,"kodemon":true,"nicastelo":true,"abhinavmadahar":true,"egomesbrandao":true,"imatveev":true,"jakub.knejzlik":true,"m412c0":true,"cypark":true,"20uf":true,"grantgeorge":true,"decoded":true,"svgkrishnamurthy":true,"jeffb_incontact":true,"tfentonz":true,"enricllagostera":true,"camilohe":true,"isik":true,"roxnz":true,"dreistein":true,"eazel7":true,"0x4c3p":true,"matiasmarani":true,"decoda":true,"jovenbarola":true,"trquoccuong":true,"mamalat":true,"stephn_r":true,"lionft":true,"nketchum":true,"lova":true,"sky3r":true,"pensierinmusica":true,"tcrowe":true,"panlw":true,"chimit":true,"kungkk":true,"qlqllu":true,"monkeymonk":true,"linuxwizard":true,"haaaiiimmm":true,"bplabombarda":true,"nickeltobias":true,"maxime1992":true,"gamr":true,"shiva127":true,"tszabi":true,"amoney":true,"dkblay":true,"aman26":true,"areksredzki":true,"vbv":true,"mikepol":true,"vb078":true,"maur1th":true,"aurium":true,"nalindak":true,"kaperstone":true,"nystul":true,"sopepos":true,"antanst":true,"josejaguirre":true,"urbantumbleweed":true,"ziflex":true,"wkaifang":true,"almccann":true,"kleintobe":true,"dpjayasekara":true,"juk":true,"clisun":true,"imd92":true,"vwal":true,"d3ck":true,"leahcimic":true,"kevincoleman":true,"loadaverage":true,"pizzaspam":true,"cruzrovira":true,"geese98":true,"evan2x":true,"cfleschhut":true,"gconca":true,"tobiasnickel":true,"rbartoli":true,"aditcmarix":true,"ncoop":true,"nomemires":true,"djeck":true,"dosevader":true,"barbarosh":true,"wut":true,"amthenia":true,"tonyl3":true,"sneakysnakeman":true,"demian85":true,"davidbraun":true,"wesleyyc":true,"taniab":true,"joneszhuchinagd":true,"hyteer":true,"marlongrape":true,"evanyeung":true,"yasirmturk":true,"chown_chmod":true,"ismaelvsqz":true,"nikhilkumar80":true,"coolhanddev":true,"kay.sackey":true,"iainreid948":true,"benjaminaaron":true,"stuartmvg":true,"demopark":true,"haeresis":true,"nonemoticoner":true,"designbymind":true,"bemace":true,"ristostevcev":true,"xxsnake28":true,"ryanlee":true,"io2work":true,"segen":true,"lijinghust":true,"xenohunter":true,"kikna":true,"fgarrido":true,"nanosekund":true,"sammyteahan":true,"abdul":true,"coalesce":true,"gvr37leo":true,"roman-io":true,"zbreakstone":true,"demod":true,"thefox":true,"butterkekstorte":true,"heineiuo":true,"pruettti":true,"lakipatel":true,"nicomf1982":true,"jensnilsson":true,"daniellink":true,"zhiquan_yu":true,"shaddyhm":true,"cmudrick":true,"chrisx":true,"spanser":true,"sakura":true,"kevteljeur":true,"ferchoriverar":true,"nomedescargues":true,"samlaudev":true,"rossmartin":true,"dainov":true,"elviopita":true,"yumeng03":true,"grreenzz":true,"guoer":true,"princetoad":true,"kkk123321":true,"2toad":true,"altanai":true,"lcdss":true,"andrew.oxenburgh":true,"heyimeugene":true,"chirag_purohit71085":true,"ancasicolica":true,"peter.hewat":true,"dmitryscaletta":true,"zafix":true,"max-kovpak":true,"jerrywu":true,"thiagoh":true,"sbskl":true,"mainak":true,"vitorazevedo":true,"encloud":true,"hongbo-miao":true,"apwn":true,"jasonpollman":true,"arvi":true,"uh-engineer":true,"aaronfurtado93":true,"james3299":true,"bapinney":true,"acollins-ts":true,"marcobiedermann":true,"silver2row":true,"hagenknight":true,"ggomma":true,"szymex73":true,"vutran":true,"jonathas":true,"gerst20051":true,"ssljivic":true,"mhinton":true,"jmsherry":true,"akarem":true,"apopek":true,"mariusc23":true,"twilkerson":true,"ealen":true,"miga":true,"xiaochao":true,"dgautsch":true,"alex-the-dev":true,"movibe":true,"moueza":true,"kwhitley":true,"youngmo":true,"knoja4":true,"wangfeia":true,"olehumborstad":true,"rocket0191":true,"vchouhan":true,"ramzesucr":true,"pddivine":true,"tainanreis":true,"mickaelpch":true,"ragingsmurf":true,"natarajanmca11":true,"yanrivera":true,"jackyanjiaqi":true,"degouville":true,"kistoryg":true,"mobeicaoyuan":true,"mr-smiley":true,"rubenvsu":true,"fenrir":true,"ahvonenj":true,"fahadjadoon":true,"mahdi.ehsanifar":true,"faeliaso":true,"dyc5828":true,"dburdese":true,"jetbug123":true,"dankle":true,"langri-sha":true,"zorak":true,"soulevans07":true,"federico-garcia":true,"chemdrew":true,"fgmnts":true,"yeoyou":true,"davequick":true,"adamdreszer":true,"rwizard":true,"rylan_yan":true,"frankg":true,"krabello":true,"cliffyan":true,"hujesse":true,"artursden":true,"msonowal":true,"abuelwafa":true,"morogasper":true,"guzgarcia":true,"fm-96":true,"seangenabe":true,"diegorbaquero":true,"ethan_":true,"ukrbublik":true,"haperlot":true,"justdomepaul":true,"dnero":true,"largepuma":true,"tdevm":true,"usingthesystem":true,"xmalinov":true,"devnka":true,"yehudag":true,"aleshak":true,"suemcnab":true,"sean-oneal":true,"qizai":true,"yonisetiawan":true,"scurige":true,"makediff":true,"bradnauta":true,"sternelee":true,"gberto":true,"axelrindle":true,"nkuba":true,"chinjon":true,"strongwray":true,"hpauwelyn":true,"xsiraudin":true,"nickchow":true,"sopov":true,"junos":true,"tsxuehu":true,"quafoo":true,"beatwinthewave":true,"mwurzberger":true,"xudaolong":true,"softdev-zeus":true,"chinawolf_wyp":true,"serge-nikitin":true,"scott.m.sarsfield":true,"marinru":true,"zvikyb":true,"djamseed":true,"kevinhassan":true,"vzg03566":true,"iceriver2":true,"rxmth":true,"heartnett":true,"xrush":true,"kevin-foster":true,"dg1an3":true,"modood":true,"pmbenjamin":true,"ys_sidson_aidson":true,"guurgle":true,"ukuli":true,"swedendrift":true,"dangerous":true,"alaeddine17":true,"windyh":true,"shentengtu":true,"padhi":true,"land-melon":true,"karzanosman984":true,"cefo14":true,"raycharles":true,"geekwen":true,"kremr":true,"manojkhannakm":true,"fabioper":true,"t0m4":true,"dahdoul":true,"valentinog":true,"cslasher":true,"sinahwz":true,"saleh700":true},"keywords":["realtime","framework","websocket","tcp","events","socket","io"],"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"readme":"\n# socket.io\n\n[![Backers on Open Collective](https://opencollective.com/socketio/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/socketio/sponsors/badge.svg)](#sponsors)\n[![Build Status](https://secure.travis-ci.org/socketio/socket.io.svg?branch=master)](https://travis-ci.org/socketio/socket.io)\n[![Dependency Status](https://david-dm.org/socketio/socket.io.svg)](https://david-dm.org/socketio/socket.io)\n[![devDependency Status](https://david-dm.org/socketio/socket.io/dev-status.svg)](https://david-dm.org/socketio/socket.io#info=devDependencies)\n[![NPM version](https://badge.fury.io/js/socket.io.svg)](https://www.npmjs.com/package/socket.io)\n![Downloads](https://img.shields.io/npm/dm/socket.io.svg?style=flat)\n[![](https://slackin-socketio.now.sh/badge.svg)](https://slackin-socketio.now.sh)\n\n## Features\n\nSocket.IO enables real-time bidirectional event-based communication. It consists in:\n\n- a Node.js server (this repository)\n- a [Javascript client library](https://github.com/socketio/socket.io-client) for the browser (or a Node.js client)\n\nSome implementations in other languages are also available:\n\n- [Java](https://github.com/socketio/socket.io-client-java)\n- [C++](https://github.com/socketio/socket.io-client-cpp)\n- [Swift](https://github.com/socketio/socket.io-client-swift)\n\nIts main features are:\n\n#### Reliability\n\nConnections are established even in the presence of:\n - proxies and load balancers.\n - personal firewall and antivirus software.\n\nFor this purpose, it relies on [Engine.IO](https://github.com/socketio/engine.io), which first establishes a long-polling connection, then tries to upgrade to better transports that are \"tested\" on the side, like WebSocket. Please see the [Goals](https://github.com/socketio/engine.io#goals) section for more information.\n\n#### Auto-reconnection support\n\nUnless instructed otherwise a disconnected client will try to reconnect forever, until the server is available again. Please see the available reconnection options [here](https://github.com/socketio/socket.io-client/blob/master/docs/API.md#new-managerurl-options).\n\n#### Disconnection detection\n\nAn heartbeat mechanism is implemented at the Engine.IO level, allowing both the server and the client to know when the other one is not responding anymore.\n\nThat functionality is achieved with timers set on both the server and the client, with timeout values (the `pingInterval` and `pingTimeout` parameters) shared during the connection handshake. Those timers require any subsequent client calls to be directed to the same server, hence the `sticky-session` requirement when using multiples nodes.\n\n#### Binary support\n\nAny serializable data structures can be emitted, including:\n\n- [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) and [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) in the browser\n- [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) and [Buffer](https://nodejs.org/api/buffer.html) in Node.js\n\n#### Simple and convenient API\n\nSample code:\n\n```js\nio.on('connection', function(socket){\n socket.emit('request', /* */); // emit an event to the socket\n io.emit('broadcast', /* */); // emit an event to all connected sockets\n socket.on('reply', function(){ /* */ }); // listen to the event\n});\n```\n\n#### Cross-browser\n\nBrowser support is tested in Saucelabs:\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/socket.svg)](https://saucelabs.com/u/socket)\n\n#### Multiplexing support\n\nIn order to create separation of concerns within your application (for example per module, or based on permissions), Socket.IO allows you to create several `Namespaces`, which will act as separate communication channels but will share the same underlying connection.\n\n#### Room support\n\nWithin each `Namespace`, you can define arbitrary channels, called `Rooms`, that sockets can join and leave. You can then broadcast to any given room, reaching every socket that has joined it.\n\nThis is a useful feature to send notifications to a group of users, or to a given user connected on several devices for example.\n\n\n**Note:** Socket.IO is not a WebSocket implementation. Although Socket.IO indeed uses WebSocket as a transport when possible, it adds some metadata to each packet: the packet type, the namespace and the ack id when a message acknowledgement is needed. That is why a WebSocket client will not be able to successfully connect to a Socket.IO server, and a Socket.IO client will not be able to connect to a WebSocket server (like `ws://echo.websocket.org`) either. Please see the protocol specification [here](https://github.com/socketio/socket.io-protocol).\n\n## Installation\n\n```bash\nnpm install socket.io --save\n```\n\n## How to use\n\nThe following example attaches socket.io to a plain Node.JS\nHTTP server listening on port `3000`.\n\n```js\nvar server = require('http').createServer();\nvar io = require('socket.io')(server);\nio.on('connection', function(client){\n client.on('event', function(data){});\n client.on('disconnect', function(){});\n});\nserver.listen(3000);\n```\n\n### Standalone\n\n```js\nvar io = require('socket.io')();\nio.on('connection', function(client){});\nio.listen(3000);\n```\n\n### In conjunction with Express\n\nStarting with **3.0**, express applications have become request handler\nfunctions that you pass to `http` or `http` `Server` instances. You need\nto pass the `Server` to `socket.io`, and not the express application\nfunction. Also make sure to call `.listen` on the `server`, not the `app`.\n\n```js\nvar app = require('express')();\nvar server = require('http').createServer(app);\nvar io = require('socket.io')(server);\nio.on('connection', function(){ /* … */ });\nserver.listen(3000);\n```\n\n### In conjunction with Koa\n\nLike Express.JS, Koa works by exposing an application as a request\nhandler function, but only by calling the `callback` method.\n\n```js\nvar app = require('koa')();\nvar server = require('http').createServer(app.callback());\nvar io = require('socket.io')(server);\nio.on('connection', function(){ /* … */ });\nserver.listen(3000);\n```\n\n## Documentation\n\nPlease see the documentation [here](/docs/README.md). Contributions are welcome!\n\n## Debug / logging\n\nSocket.IO is powered by [debug](https://github.com/visionmedia/debug).\nIn order to see all the debug output, run your app with the environment variable\n`DEBUG` including the desired scope.\n\nTo see the output from all of Socket.IO's debugging scopes you can use:\n\n```\nDEBUG=socket.io* node myapp\n```\n\n## Testing\n\n```\nnpm test\n```\nThis runs the `gulp` task `test`. By default the test will be run with the source code in `lib` directory.\n\nSet the environmental variable `TEST_VERSION` to `compat` to test the transpiled es5-compat version of the code.\n\nThe `gulp` task `test` will always transpile the source code into es5 and export to `dist` first before running the test.\n\n\n## Backers\n\nSupport us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/socketio#backer)]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Sponsors\n\nBecome a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/socketio#sponsor)]\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## License\n\n[MIT](LICENSE)\n","readmeFilename":"Readme.md","homepage":"https://github.com/socketio/socket.io#readme","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"bugs":{"url":"https://github.com/socketio/socket.io/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"5960d05b-28944\"","_lastModified":"Sat, 08 Jul 2017 12:30:19 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/socks-proxy-agent/.cache.json b/frappe/.npm/registry.npmjs.org/socks-proxy-agent/.cache.json new file mode 100644 index 00000000..5d67d488 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/socks-proxy-agent/.cache.json @@ -0,0 +1 @@ +{"_id":"socks-proxy-agent","_rev":"23-19a674f1c40c697d9db1e02904f57074","name":"socks-proxy-agent","description":"A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS","dist-tags":{"latest":"3.0.0"},"versions":{"0.0.1":{"name":"socks-proxy-agent","version":"0.0.1","description":"A SOCKS (v4a) proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~0.0.1","rainbowsocks":"~0.1.0"},"devDependencies":{"mocha":"~1.12.0"},"_id":"socks-proxy-agent@0.0.1","dist":{"shasum":"4d3f0cfb41078a95c91eb4b8264f9d264a3f7aa9","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.0.2":{"name":"socks-proxy-agent","version":"0.0.2","description":"A SOCKS (v4a) proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~0.0.1","rainbowsocks":"~0.1.0"},"devDependencies":{"mocha":"~1.12.0"},"_id":"socks-proxy-agent@0.0.2","dist":{"shasum":"402809baa1c9c9cc9f7536c0e2adec24e84c7bc0","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.2","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.0":{"name":"socks-proxy-agent","version":"0.1.0","description":"A SOCKS (v4a) proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~1.0.1","rainbowsocks":"~0.1.0","extend":"~1.2.0"},"devDependencies":{"mocha":"~1.12.0"},"homepage":"https://github.com/TooTallNate/node-socks-proxy-agent","_id":"socks-proxy-agent@0.1.0","dist":{"shasum":"755311942271b17e7512dfd9a1a63d77384f94d4","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.1":{"name":"socks-proxy-agent","version":"0.1.1","description":"A SOCKS (v4a) proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~1.0.1","rainbowsocks":"~0.1.1","extend":"~1.2.1"},"devDependencies":{"mocha":"~1.18.2"},"homepage":"https://github.com/TooTallNate/node-socks-proxy-agent","_id":"socks-proxy-agent@0.1.1","dist":{"shasum":"022c537b9d96e874a624f174ee884e25352def6e","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-0.1.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"0.1.2":{"name":"socks-proxy-agent","version":"0.1.2","description":"A SOCKS (v4a) proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~1.0.1","rainbowsocks":"~0.1.2","extend":"~1.2.1"},"devDependencies":{"mocha":"~1.18.2"},"gitHead":"07dca51d4ade77dfa251c39052c2bac28801e46f","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent","_id":"socks-proxy-agent@0.1.2","_shasum":"e8981486360896f692f600ba52a974c8b23dc121","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"e8981486360896f692f600ba52a974c8b23dc121","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-0.1.2.tgz"},"directories":{}},"1.0.0":{"name":"socks-proxy-agent","version":"1.0.0","description":"A SOCKS (v4a) proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~1.0.1","extend":"~1.2.1","socks-client":"~1.1.2"},"devDependencies":{"mocha":"2"},"gitHead":"8e4f6b02226aa60c923e204f20c017666e9af560","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent","_id":"socks-proxy-agent@1.0.0","_shasum":"54191abb267e1305cf0e300422f8980bb3a05c50","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"54191abb267e1305cf0e300422f8980bb3a05c50","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"socks-proxy-agent","version":"1.0.1","description":"A SOCKS (v4a) proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~1.0.1","extend":"~1.2.1","socks":"~1.1.5"},"devDependencies":{"mocha":"2"},"gitHead":"4f4419014dd7a6a3c744b71157409c7b32624cc4","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent","_id":"socks-proxy-agent@1.0.1","_shasum":"d272c153bb3fb6a4e09cee5fb37fdc34cd0ca981","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"d272c153bb3fb6a4e09cee5fb37fdc34cd0ca981","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"socks-proxy-agent","version":"1.0.2","description":"A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"~1.0.1","extend":"~1.2.1","socks":"~1.1.5"},"devDependencies":{"mocha":"2","socksv5":"0.0.6"},"gitHead":"a6315dbeaf7d6310067307eed0b5b1b7d467b5ac","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent#readme","_id":"socks-proxy-agent@1.0.2","_shasum":"67e06b447fe5637417fde5733cbfdfec9ffe117f","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"67e06b447fe5637417fde5733cbfdfec9ffe117f","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-1.0.2.tgz"},"directories":{}},"2.0.0":{"name":"socks-proxy-agent","version":"2.0.0","description":"A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"2","extend":"3","socks":"~1.1.5"},"devDependencies":{"mocha":"2","socksv5":"0.0.6"},"gitHead":"23f3b4ad9fcaac4191597cd87647f23014739e3b","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent#readme","_id":"socks-proxy-agent@2.0.0","_shasum":"c674842d70410fb28ae1e92e6135a927854bc275","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"c674842d70410fb28ae1e92e6135a927854bc275","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.0.0.tgz"},"directories":{}},"2.1.0":{"name":"socks-proxy-agent","version":"2.1.0","description":"A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"2","extend":"3","socks":"~1.1.5"},"devDependencies":{"mocha":"2","socksv5":"0.0.6"},"gitHead":"ee963a21e72c89e00dd74dc58aa17a860e37ad0f","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent#readme","_id":"socks-proxy-agent@2.1.0","_shasum":"ddfb01b5dbea5fc879490ca38a25fe87d3d15912","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"dist":{"shasum":"ddfb01b5dbea5fc879490ca38a25fe87d3d15912","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.1.0.tgz"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socks-proxy-agent-2.1.0.tgz_1495673239103_0.35169737064279616"},"directories":{}},"2.1.1":{"name":"socks-proxy-agent","version":"2.1.1","description":"A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"2","extend":"3","socks":"~1.1.5"},"devDependencies":{"mocha":"2","raw-body":"^2.2.0","socksv5":"0.0.6"},"gitHead":"98ccaf180362f67a1f5f14233a0aa0d0475ead89","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent#readme","_id":"socks-proxy-agent@2.1.1","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"dist":{"integrity":"sha512-sFtmYqdUK5dAMh85H0LEVFUCO7OhJJe1/z2x/Z6mxp3s7/QPf1RkZmpZy+BpuU0bEjcV9npqKjq9Y3kwFUjnxw==","shasum":"86ebb07193258637870e13b7bd99f26c663df3d3","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.1.1.tgz"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socks-proxy-agent-2.1.1.tgz_1497381370026_0.4509972701780498"},"directories":{}},"3.0.0":{"name":"socks-proxy-agent","version":"3.0.0","description":"A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS","main":"./index.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"^4.0.1","socks":"^1.1.10"},"devDependencies":{"mocha":"^3.4.2","raw-body":"^2.2.0","socksv5":"0.0.6"},"gitHead":"3438f63a9eab6e8b459a519165a164c630c4a1ac","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent#readme","_id":"socks-proxy-agent@3.0.0","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"dist":{"integrity":"sha512-YJcT+SNNBgFoK/NpO20PChz0VnBOhkjG3X10BwlrYujd0NZlSsH1jbxSQ1S0njt3sOvzwQ2PvGqqUIvP4rNk/w==","shasum":"ea23085cd2bde94d084a62448f31139ca7ed6245","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-3.0.0.tgz"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socks-proxy-agent-3.0.0.tgz_1497385582000_0.7844010631088167"},"directories":{}}},"readme":"socks-proxy-agent\n================\n### A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS\n[![Build Status](https://travis-ci.org/TooTallNate/node-socks-proxy-agent.svg?branch=master)](https://travis-ci.org/TooTallNate/node-socks-proxy-agent)\n\nThis module provides an `http.Agent` implementation that connects to a\nspecified SOCKS proxy server, and can be used with the built-in `http`\nor `https` modules.\n\nIt can also be used in conjunction with the `ws` module to establish a WebSocket\nconnection over a SOCKS proxy. See the \"Examples\" section below.\n\nInstallation\n------------\n\nInstall with `npm`:\n\n``` bash\n$ npm install socks-proxy-agent\n```\n\n\nExamples\n--------\n\n#### `http` module example\n\n``` js\nvar url = require('url');\nvar http = require('http');\nvar SocksProxyAgent = require('socks-proxy-agent');\n\n// SOCKS proxy to connect to\nvar proxy = process.env.socks_proxy || 'socks://127.0.0.1:9050';\nconsole.log('using proxy server %j', proxy);\n\n// HTTP endpoint for the proxy to connect to\nvar endpoint = process.argv[2] || 'http://nodejs.org/api/';\nconsole.log('attempting to GET %j', endpoint);\nvar opts = url.parse(endpoint);\n\n// create an instance of the `SocksProxyAgent` class with the proxy server information\nvar agent = new SocksProxyAgent(proxy);\nopts.agent = agent;\n\nhttp.get(opts, function (res) {\n console.log('\"response\" event!', res.headers);\n res.pipe(process.stdout);\n});\n```\n\n#### `https` module example\n\n``` js\nvar url = require('url');\nvar https = require('https');\nvar SocksProxyAgent = require('socks-proxy-agent');\n\n// SOCKS proxy to connect to\nvar proxy = process.env.socks_proxy || 'socks://127.0.0.1:9050';\nconsole.log('using proxy server %j', proxy);\n\n// HTTP endpoint for the proxy to connect to\nvar endpoint = process.argv[2] || 'https://encrypted.google.com/';\nconsole.log('attempting to GET %j', endpoint);\nvar opts = url.parse(endpoint);\n\n// create an instance of the `SocksProxyAgent` class with the proxy server information\n// NOTE: the `true` second argument! Means to use TLS encryption on the socket\nvar agent = new SocksProxyAgent(proxy, true);\nopts.agent = agent;\n\nhttps.get(opts, function (res) {\n console.log('\"response\" event!', res.headers);\n res.pipe(process.stdout);\n});\n```\n\n#### `ws` WebSocket connection example\n\n``` js\nvar WebSocket = require('ws');\nvar SocksProxyAgent = require('socks-proxy-agent');\n\n// SOCKS proxy to connect to\nvar proxy = process.env.socks_proxy || 'socks://127.0.0.1:9050';\nconsole.log('using proxy server %j', proxy);\n\n// WebSocket endpoint for the proxy to connect to\nvar endpoint = process.argv[2] || 'ws://echo.websocket.org';\nconsole.log('attempting to connect to WebSocket %j', endpoint);\n\n// create an instance of the `SocksProxyAgent` class with the proxy server information\nvar agent = new SocksProxyAgent(proxy);\n\n// initiate the WebSocket connection\nvar socket = new WebSocket(endpoint, { agent: agent });\n\nsocket.on('open', function () {\n console.log('\"open\" event!');\n socket.send('hello world');\n});\n\nsocket.on('message', function (data, flags) {\n console.log('\"message\" event! %j %j', data, flags);\n socket.close();\n});\n```\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"time":{"modified":"2017-07-08T07:21:05.276Z","created":"2013-07-11T23:28:25.950Z","0.0.1":"2013-07-11T23:28:27.107Z","0.0.2":"2013-07-24T21:06:33.133Z","0.1.0":"2013-11-19T18:21:13.267Z","0.1.1":"2014-04-09T23:42:58.167Z","0.1.2":"2014-06-11T22:02:45.776Z","1.0.0":"2015-02-12T05:23:55.521Z","1.0.1":"2015-03-02T01:50:25.637Z","1.0.2":"2015-07-01T18:45:43.347Z","2.0.0":"2015-07-11T01:04:46.478Z","2.1.0":"2017-05-25T00:47:19.210Z","2.1.1":"2017-06-13T19:16:10.198Z","3.0.0":"2017-06-13T20:26:22.204Z"},"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"homepage":"https://github.com/TooTallNate/node-socks-proxy-agent#readme","keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"license":"MIT","readmeFilename":"README.md","users":{"majgis":true,"bangbang93":true,"keenwon":true},"_attachments":{},"_etag":"W/\"596087e1-4fce\"","_lastModified":"Sat, 08 Jul 2017 07:21:05 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/socks/.cache.json b/frappe/.npm/registry.npmjs.org/socks/.cache.json new file mode 100644 index 00000000..256736a3 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/socks/.cache.json @@ -0,0 +1 @@ +{"_id":"socks","_rev":"21-351b7f5a367385abd1229984740e31be","name":"socks","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","dist-tags":{"latest":"1.1.10"},"versions":{"0.0.1":{"name":"socks","version":"0.0.1","description":"socks client, support socks version 5","main":"socks.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/byhgj/socks.git"},"keywords":["socks","client"],"author":{"name":"byhgj"},"license":"BSD","_id":"socks@0.0.1","dist":{"shasum":"f1c0c667e1734df1642f585796152d1820f31b09","tarball":"https://registry.npmjs.org/socks/-/socks-0.0.1.tgz"},"_from":"socks","_npmVersion":"1.2.2","_npmUser":{"name":"byhgj","email":"hanggj@gmail.com"},"maintainers":[{"name":"byhgj","email":"hanggj@gmail.com"}],"deprecated":"This package has been discontinued. socks-client will be taking its place.","directories":{}},"1.0.0":{"name":"socks","version":"1.0.0","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","main":"index.js","homepage":"https://github.com/JoshGlazebrook/socks","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/socks.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"engines":{"node":">= 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^0.3.2","smart-buffer":"^1.0.1"},"gitHead":"5ce5208f50971391ba10b6cdd4fd20597c0d9f48","_id":"socks@1.0.0","scripts":{},"_shasum":"5294bb4bb8acb10f969af6361c8afdec38a3564b","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"dist":{"shasum":"5294bb4bb8acb10f969af6361c8afdec38a3564b","tarball":"https://registry.npmjs.org/socks/-/socks-1.0.0.tgz"},"directories":{}},"1.1.5":{"name":"socks","version":"1.1.5","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","main":"index.js","homepage":"https://github.com/JoshGlazebrook/socks","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/socks.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"engines":{"node":">= 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^0.3.2","smart-buffer":"^1.0.1"},"gitHead":"dc779765d5ae1955338776ec1331d7759f50877f","_id":"socks@1.1.5","scripts":{},"_shasum":"90e5d70cc90763895da36870d7ff97a350636d82","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"dist":{"shasum":"90e5d70cc90763895da36870d7ff97a350636d82","tarball":"https://registry.npmjs.org/socks/-/socks-1.1.5.tgz"},"directories":{}},"1.1.6":{"name":"socks","version":"1.1.6","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","main":"index.js","homepage":"https://github.com/JoshGlazebrook/socks","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/socks.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"engines":{"node":">= 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^0.3.2","smart-buffer":"^1.0.1"},"gitHead":"e5a6a774c60100b0e9f1fb0b43fe76b0aaf39d25","_id":"socks@1.1.6","scripts":{},"_shasum":"60cb6624427bb4841c970b7edb65eed50cfb7ec3","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"dist":{"shasum":"60cb6624427bb4841c970b7edb65eed50cfb7ec3","tarball":"https://registry.npmjs.org/socks/-/socks-1.1.6.tgz"},"directories":{}},"1.1.7":{"name":"socks","version":"1.1.7","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","main":"index.js","homepage":"https://github.com/JoshGlazebrook/socks","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/socks.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"engines":{"node":">= 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^0.3.2","smart-buffer":"^1.0.1"},"gitHead":"b06b7c43a3596e4715f117ae0953c2bc7b72a202","_id":"socks@1.1.7","scripts":{},"_shasum":"23176f05dcd2ace75485373cca71f28838b5f7d5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"dist":{"shasum":"23176f05dcd2ace75485373cca71f28838b5f7d5","tarball":"https://registry.npmjs.org/socks/-/socks-1.1.7.tgz"},"directories":{}},"1.1.8":{"name":"socks","version":"1.1.8","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","main":"index.js","homepage":"https://github.com/JoshGlazebrook/socks","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/socks.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"engines":{"node":">= 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^0.3.2","smart-buffer":"^1.0.1"},"gitHead":"c460b9a0bad9c6e6bf57b2de4df503a9cdbcec57","_id":"socks@1.1.8","scripts":{},"_shasum":"dd731a23ea237680293b09a07b085a271b558d4b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"dist":{"shasum":"dd731a23ea237680293b09a07b085a271b558d4b","tarball":"https://registry.npmjs.org/socks/-/socks-1.1.8.tgz"},"directories":{}},"1.1.9":{"name":"socks","version":"1.1.9","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","main":"index.js","homepage":"https://github.com/JoshGlazebrook/socks","repository":{"type":"git","url":"https://github.com/JoshGlazebrook/socks.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"engines":{"node":">= 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^1.1.2","smart-buffer":"^1.0.4"},"gitHead":"c334b976e40fd09add8d292fa4fd6c006579570f","_id":"socks@1.1.9","scripts":{},"_shasum":"628d7e4d04912435445ac0b6e459376cb3e6d691","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"628d7e4d04912435445ac0b6e459376cb3e6d691","tarball":"https://registry.npmjs.org/socks/-/socks-1.1.9.tgz"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socks-1.1.9.tgz_1459998882162_0.9807194313034415"},"directories":{}},"1.1.10":{"name":"socks","version":"1.1.10","description":"A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)","main":"index.js","homepage":"https://github.com/JoshGlazebrook/socks","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/socks.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"engines":{"node":">= 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^1.1.4","smart-buffer":"^1.0.13"},"gitHead":"82d83923ad960693d8b774cafe17443ded7ed584","_id":"socks@1.1.10","scripts":{},"_shasum":"5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a","tarball":"https://registry.npmjs.org/socks/-/socks-1.1.10.tgz"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socks-1.1.10.tgz_1484366135467_0.8928562924265862"},"directories":{}}},"readme":"socks\n=============\n\nsocks is a full client implementation of the SOCKS 4, 4a, and 5 protocols in an easy to use node.js module.\n\n### Notice\nAs of February 26th, 2015, socks is the new home of the socks-client package.\n\n### Why socks?\n\nThere is not any other SOCKS proxy client library on npm that supports all three variants of the SOCKS protocol. Nor are there any that support the BIND and associate features that some versions of the SOCKS protocol supports.\n\nKey Features:\n* Supports SOCKS 4, 4a, and 5 protocols\n* Supports the connect method (simple tcp connections of SOCKS) (Client -> SOCKS Server -> Target Server)\n* Supports the BIND method (4, 4a, 5)\n* Supports the associate (UDP forwarding) method (5)\n* Simple and easy to use (one function call to make any type of SOCKS connection)\n\n## Installing:\n\n`npm install socks`\n\n### Getting Started Example\n\nFor this example, say you wanted to grab the html of google's home page.\n\n```javascript\nvar Socks = require('socks');\n\nvar options = {\n proxy: {\n ipaddress: \"202.101.228.108\", // Random public proxy\n port: 1080,\n type: 5 // type is REQUIRED. Valid types: [4, 5] (note 4 also works for 4a)\n },\n target: {\n host: \"google.com\", // can be an ip address or domain (4a and 5 only)\n port: 80\n },\n command: 'connect' // This defaults to connect, so it's optional if you're not using BIND or Associate.\n};\n\nSocks.createConnection(options, function(err, socket, info) {\n if (err)\n console.log(err);\n else {\n // Connection has been established, we can start sending data now:\n socket.write(\"GET / HTTP/1.1\\nHost: google.com\\n\\n\");\n socket.on('data', function(data) {\n console.log(data.length);\n console.log(data);\n });\n\n // PLEASE NOTE: sockets need to be resumed before any data will come in or out as they are paused right before this callback is fired.\n socket.resume();\n\n // 569\n // // This first piece of information can be ignored.\n\n7\n // Hello <\\r\\n (enter key)>\n\n11\n // aaaaaaaaa <\\r\\n (enter key)>\n```\n\nAs you can see the data entered in the telnet terminal is routed through the SOCKS proxy and back to the original connection that was made to the proxy.\n\n**Note** Please pay close attention to the first piece of data that was received.\n\n```\n\n\n [005a] [PORT:2} [IP:4]\n```\n\nThis piece of data is technically part of the SOCKS BIND specifications, but because of my design decisions that were made in an effort to keep this library simple to use, you will need to make sure to ignore and/or deal with this initial packet that is received when a connection is made to the newly opened port.\n\n### Associate Example:\nThe associate command sets up a UDP relay for the remote SOCKS proxy server to relay UDP packets to the remote host of your choice.\n\n```javascript\nvar options = {\n proxy: {\n ipaddress: \"202.101.228.108\",\n port: 1080,\n type: 5,\n command: \"associate\" // Since we are using associate, we must specify it here.\n },\n target: {\n // When using associate, either set the ip and port to 0.0.0.0:0 or the expected source of incoming udp packets.\n // Note: Some SOCKS servers MAY block associate requests with 0.0.0.0:0 endpoints.\n // Note: ipv4, ipv6, and hostnames are supported here.\n host: \"0.0.0.0\",\n port: 0\n }\n};\n\n\nSocks.createConnection(options, function(err, socket, info) {\n if (err)\n console.log(err);\n else {\n // Associate request has completed.\n // info object contains the remote ip and udp port to send UDP packets to.\n console.log(info);\n // { port: 42803, host: '202.101.228.108' }\n\n var udp = new dgram.Socket('udp4');\n\n // In this example we are going to send \"Hello\" to 1.2.3.4:2323 through the SOCKS proxy.\n\n var pack = Socks.createUDPFrame({ host: \"1.2.3.4\", port: 2323}, new Buffer(\"hello\"));\n\n // Send Packet to Proxy UDP endpoint given in the info object.\n udp.send(pack, 0, pack.length, info.port, info.host);\n }\n});\n\n```\nNow assuming that the associate request went through correctly. Anything that is typed in the stdin will first be sent to the SOCKS proxy on the endpoint that was provided in the info object. Once the SOCKS proxy receives it, it will then forward on the actual UDP packet to the host you you wanted.\n\n\n1.2.3.4:2323 should now receive our relayed UDP packet from 202.101.228.108 (SOCKS proxy)\n```\n// \n```\n\n## Using socks as an HTTP Agent\n\nYou can use socks as a http agent which will relay all your http\nconnections through the socks server.\n\nThe object that `Socks.Agent` accepts is the same as `Socks.createConnection`, you don't need to set a target since you have to define it in `http.request` or `http.get` methods.\n\nThe second argument is a boolean which indicates whether the remote endpoint requires TLS.\n\n```javascript\nvar socksAgent = new Socks.Agent({\n proxy: {\n ipaddress: \"202.101.228.108\",\n port: 1080,\n type: 5,\n }},\n true, // we are connecting to a HTTPS server, false for HTTP server\n false // rejectUnauthorized option passed to tls.connect(). Only when secure is set to true\n);\n\nhttp.get({ hostname: 'google.com', port: '443', agent: socksAgent}, function (res) {\n // Connection header by default is keep-alive, we have to manually end the socket\n socksAgent.encryptedSocket.end();\n});\n```\n\n# Api Reference:\n\nThere are only three exported functions that you will ever need to use.\n\n### Socks.createConnection( options, callback(err, socket, info) )\n> `Object` **Object containing options to use when creating this connection**\n\n> `function` **Callback that is called when connection completes or errors**\n\nOptions:\n\n```javascript\nvar options = {\n\n // Information about proxy server\n proxy: {\n // IP Address of Proxy (Required)\n ipaddress: \"1.2.3.4\",\n\n // TCP Port of Proxy (Required)\n port: 1080,\n\n // Proxy Type [4, 5] (Required)\n // Note: 4 works for both 4 and 4a.\n type: 4,\n\n // SOCKS Connection Type (Optional)\n // - defaults to 'connect'\n\n // 'connect' - establishes a regular SOCKS connection to the target host.\n // 'bind' - establishes an open tcp port on the SOCKS for another client to connect to.\n // 'associate' - establishes a udp association relay on the SOCKS server.\n command: \"connect\",\n\n\n // SOCKS 4 Specific:\n\n // UserId used when making a SOCKS 4/4a request. (Optional)\n userid: \"someuserid\",\n\n // SOCKS 5 Specific:\n\n // Authentication used for SOCKS 5 (when it's required) (Optional)\n authentication: {\n username: \"Josh\",\n password: \"somepassword\"\n }\n },\n\n // Information about target host and/or expected client of a bind association. (Required)\n target: {\n // When using 'connect': IP Address or hostname (4a and 5 only) of a target to connect to.\n // When using 'bind': IP Address of the expected client that will connect to the newly open tcp port.\n // When using 'associate': IP Address and Port of the expected client that will send UDP packets to this UDP association relay.\n\n // Note:\n // When using SOCKS 4, only an ipv4 address can be used.\n // When using SOCKS 4a, an ipv4 address OR a hostname can be used.\n // When using SOCKS 5, ipv4, ipv6, or a hostname can be used.\n host: \"1.2.3.4\",\n\n // TCP port of target to connect to.\n port: 1080\n },\n\n // Amount of time to wait for a connection to be established. (Optional)\n // - defaults to 10000ms (10 seconds)\n timeout: 10000\n};\n```\nCallback:\n\n```javascript\n\n// err: If an error occurs, err will be an Error object, otherwise null.\n// socket: Socket with established connection to your target host.\n// info: If using BIND or associate, this will be the remote endpoint to use.\n\nfunction(err, socket, info) {\n // Hopefully no errors :-)\n}\n```\n\n### Socks.createUDPFrame( target, data, [frame] )\n> `Object` **Target host object containing destination for UDP packet**\n\n> `Buffer` **Data Buffer to send in the UDP packet**\n\n> `Number` **Frame number in UDP packet. (defaults to 0)**\n\nCreates a UDP packet frame for using with UDP association relays.\n\nreturns `Buffer` The completed UDP packet container to be sent to the proxy for forwarding.\n\ntarget:\n```javascript\n\n// Target host information for where the UDP packet should be sent.\nvar target =\n {\n // ipv4, ipv6, or hostname for where to have the proxy send the UDP packet.\n host: \"1.2.3.4\",\n\n // udpport for where to send the UDP packet.\n port: 2323\n }\n\n```\n\n### Socks.Agent( options, tls) )\n> `Object` **Object containing options to use when creating this connection (see above in createConnection)**\n\n> `boolean` **Boolean indicating if we upgrade the connection to TLS on the socks server**\n\n\n# Further Reading:\nPlease read the SOCKS 5 specifications for more information on how to use BIND and Associate.\nhttp://www.ietf.org/rfc/rfc1928.txt\n\n# License\nThis work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).\n","maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"time":{"modified":"2017-01-14T03:55:36.177Z","created":"2013-02-15T12:58:54.652Z","0.0.1":"2013-02-15T12:59:01.831Z","1.0.0":"2015-02-26T22:05:11.951Z","1.1.5":"2015-02-26T22:40:50.190Z","1.1.6":"2015-02-26T23:18:28.742Z","1.1.7":"2015-03-02T01:39:15.091Z","1.1.8":"2015-06-30T02:50:07.573Z","1.1.9":"2016-04-07T03:14:44.536Z","1.1.10":"2017-01-14T03:55:36.177Z"},"author":{"name":"Josh Glazebrook"},"repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/socks.git"},"keywords":["socks","proxy","client","tor","bind","associate","socks 4","socks 4a","socks 5","agent"],"license":"MIT","readmeFilename":"README.md","homepage":"https://github.com/JoshGlazebrook/socks","contributors":[{"name":"Samuel Gordalina"}],"bugs":{"url":"https://github.com/JoshGlazebrook/socks/issues"},"users":{"joshglazebrook":true,"raelgor":true},"_attachments":{},"_etag":"W/\"5879a138-553a\"","_lastModified":"Sat, 14 Jan 2017 03:55:36 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/source-map-support/.cache.json b/frappe/.npm/registry.npmjs.org/source-map-support/.cache.json new file mode 100644 index 00000000..a925d04c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/source-map-support/.cache.json @@ -0,0 +1 @@ +{"_id":"source-map-support","_rev":"138-bedc5ddd736a63d98d1ef1fe0be33e5d","name":"source-map-support","description":"Fixes stack traces for files with source maps","dist-tags":{"latest":"0.4.15"},"versions":{"0.1.0":{"name":"source-map-support","version":"0.1.0","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.0","description":"This module provides source map support for stack traces in node via the [V8 stack trace API](http://code.google.com/p/v8/wiki/JavaScriptStackTraceApi). It uses the [source-map](https://github.com/mozilla/source-map) module to replace the paths and line n","dist":{"shasum":"223a2f7f2d5fae3c9060e0e1af00d009a02e7d09","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.1":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.1","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.1","dist":{"shasum":"75566d39678abb70eb4220f0aa9f8c085e48f890","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.1.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.2":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.2","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.2","dist":{"shasum":"6f495a103efeb54d21b2b79c66536ccf24a86515","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.2.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.3":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.3","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.3","dist":{"shasum":"890ebda1fcebef240f10fe3244039101cf29f742","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.3.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.4":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.4","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.4","dist":{"shasum":"98c14cfdad80d2dea7ff0a02e765cf04ea097f36","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.4.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.5":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.5","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.5","dist":{"shasum":"42a018a0c49ef113564b4f06dd22c35118836578","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.5.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.6":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.6","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.6","dist":{"shasum":"fea029f979948849ea083df528d5f72effad1098","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.6.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.7":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.7","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.8"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.7","dist":{"shasum":"01008cacda83fb11b627d5ac803f1bd25d7f3c21","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.7.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.8":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.8","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.24"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.8","dist":{"shasum":"c2786b6e62ee374d9958aa2c30bd69504907b813","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.8.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.1.9":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.1.9","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.26"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.1.9","dist":{"shasum":"87989156b56f203b8f90e0e9dee069f71edc98e9","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.1.9.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.2.0":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.0","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.26"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.2.0","dist":{"shasum":"4fb21cc0010d4f54c1c7b5fffdb6c34fd2aa62c0","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.2.1":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.1","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.26"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.2.1","dist":{"shasum":"87a990dceaf3b8b03fb5f8c0e65a035764f45bc3","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.1.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.2.2":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.2","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map-typescript-fix":"0.1.27"},"devDependencies":{"mocha":"1.8.1"},"_id":"source-map-support@0.2.2","dist":{"shasum":"1995d7125376a127920ca05cf7555527b50941a2","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.2.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.2.3":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.3","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.29"},"devDependencies":{"mocha":"1.8.1"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"_id":"source-map-support@0.2.3","dist":{"shasum":"6ded229c559d2a99ed3b51bddd045514d276b456","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.3.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.2.4":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.4","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.29"},"devDependencies":{"mocha":"1.8.1"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"_id":"source-map-support@0.2.4","dist":{"shasum":"dc3846ea6f7eb6390ef08a3dfa8a9ce9a8870dc9","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.4.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.2.5":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.5","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.29"},"devDependencies":{"coffee-script":"1.6.3","browserify":"2.35.2","mocha":"1.8.1"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"_id":"source-map-support@0.2.5","dist":{"shasum":"7763063eea538ea4a1a5e3ab29b68222f16187f6","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.5.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"directories":{}},"0.2.6":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.6","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.2.6","_shasum":"c1e1282e8ae9ffa8a50d3842528faff230dabb9c","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"c1e1282e8ae9ffa8a50d3842528faff230dabb9c","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.6.tgz"},"directories":{}},"0.2.7":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.7","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.2.7","_shasum":"2480585e0891c8c1dd0dcbb1d7585f57de0b6ee1","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"2480585e0891c8c1dd0dcbb1d7585f57de0b6ee1","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.7.tgz"},"directories":{}},"0.2.8":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.8","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"gitHead":"636b1b28e42c7cd3aa7fdfd9949ecd5bb9aef701","homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.2.8","_shasum":"b3ec3962a8413456a1050fed66da97da8e45707d","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"b3ec3962a8413456a1050fed66da97da8e45707d","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.8.tgz"},"directories":{}},"0.2.9":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.9","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"licenses":[{"type":"MIT"}],"gitHead":"fc511adace58467c478967819b38b3945d2183ef","homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.2.9","_shasum":"0bfb3bdae680f36b51815160bb950d0b17f4a248","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"0bfb3bdae680f36b51815160bb950d0b17f4a248","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.9.tgz"},"directories":{}},"0.2.10":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.2.10","main":"./source-map-support.js","scripts":{"test":"node_modules/mocha/bin/mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"licenses":[{"type":"MIT"}],"gitHead":"e1a092fe79a1abf1a6d7b59b7878ced3fa9e793d","homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.2.10","_shasum":"ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"ea5a3900a1c1cb25096a0ae8cc5c2b4b10ded3dc","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz"},"directories":{}},"0.3.0":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.3.0","main":"./source-map-support.js","scripts":{"build":"node build.js","test":"mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"698b93960022c0e5e12cfc8bd360f0c5fc343443","homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.3.0","_shasum":"5f61583d9589b993bc2c15b13eed12f3a1df38b5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"5f61583d9589b993bc2c15b13eed12f3a1df38b5","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.3.0.tgz"},"directories":{}},"0.3.1":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.3.1","main":"./source-map-support.js","scripts":{"build":"node build.js","test":"mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"d2a81fb29a1703986c110b3f413da51c23e7c2e2","homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.3.1","_shasum":"d53932170bf4ab391a9aba4a5a5e91ef99d1ebc7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"d53932170bf4ab391a9aba4a5a5e91ef99d1ebc7","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.3.1.tgz"},"directories":{}},"0.3.2":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.3.2","main":"./source-map-support.js","scripts":{"build":"node build.js","test":"mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"coffee-script":"1.7.1","browserify":"3.44.2","mocha":"1.18.2"},"repository":{"type":"git","url":"https://github.com/evanw/node-source-map-support"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"61e1237d159d48a7129e745d2bce5f5a3c7eaf16","homepage":"https://github.com/evanw/node-source-map-support","_id":"source-map-support@0.3.2","_shasum":"737d5c901e0b78fdb53aca713d24f23ccbb10be1","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"evanw","email":"evan.exe@gmail.com"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"}],"dist":{"shasum":"737d5c901e0b78fdb53aca713d24f23ccbb10be1","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.3.2.tgz"},"directories":{}},"0.3.3":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.3.3","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"793a35a2eb78dff24649fc2439c7c5fa23e2bc0a","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.3.3","_shasum":"34900977d5ba3f07c7757ee72e73bb1a9b53754f","_from":".","_npmVersion":"3.3.8","_nodeVersion":"4.2.1","_npmUser":{"name":"julien-f","email":"julien.fontanet@isonoe.net"},"dist":{"shasum":"34900977d5ba3f07c7757ee72e73bb1a9b53754f","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.3.3.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"directories":{}},"0.4.0":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.0","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"70c54a8ab65103f307558a901299b998d1bb45c7","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.0","_shasum":"cb92292bc05455ce48691de545ac2690bb1cc976","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"dist":{"shasum":"cb92292bc05455ce48691de545ac2690bb1cc976","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.0.tgz"},"directories":{}},"0.4.1":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.1","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"c1941852bf41f060dfdd4fd9a466ed4e6190822b","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.1","_shasum":"b0a9280fdb28a812286cbba843ddb0f00b057203","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"b0a9280fdb28a812286cbba843ddb0f00b057203","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.1.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.1.tgz_1467184264027_0.9928716984577477"},"directories":{}},"0.4.2":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.2","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"0.1.32"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"88db836311cd4cb6f7b0b763eaea606ac6d32a9e","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.2","_shasum":"0710dc5315401e0bedbe0899a1bb938adbc02d5b","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"0710dc5315401e0bedbe0899a1bb938adbc02d5b","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.2.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.2.tgz_1468502651539_0.33101745694875717"},"directories":{}},"0.4.3":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.3","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"d091c9f96630a792c7de3789ceb5239206cd7f23","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.3","_shasum":"693c8383d4389a4569486987c219744dfc601685","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.7.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"693c8383d4389a4569486987c219744dfc601685","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.3.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.3.tgz_1475140520970_0.5110758899245411"},"directories":{}},"0.4.4":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.4","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"f8bc802e1348eaf5643c5f9211bda1b4edc11f21","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.4","_shasum":"0df5765a05a560c91bc8f8641cf79f2affc0322e","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.7.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"0df5765a05a560c91bc8f8641cf79f2affc0322e","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.4.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.4.tgz_1476618874683_0.5653874424751848"},"directories":{}},"0.4.5":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.5","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"bdea7fefc11c78a733a08d5228a747801df191e8","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.5","_shasum":"4438df4219e1b3c7feb674614b4c67f9722db1e4","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.7.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"4438df4219e1b3c7feb674614b4c67f9722db1e4","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.5.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.5.tgz_1476773585548_0.42083092918619514"},"directories":{}},"0.4.6":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.6","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"313c03883ec48dd99cdf43fc9457d40d9599c142","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.6","_shasum":"32552aa64b458392a85eab3b0b5ee61527167aeb","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.7.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"32552aa64b458392a85eab3b0b5ee61527167aeb","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.6.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.6.tgz_1477849990257_0.13668421655893326"},"directories":{}},"0.4.7":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.7","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"abcee93b7098c3d301448a5c4243fa38edb219cb","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.7","_shasum":"7a7988e0e66241c778c78dd179199bb6bcd35bd6","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.1","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"7a7988e0e66241c778c78dd179199bb6bcd35bd6","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.7.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.7.tgz_1482395653487_0.7900435377378017"},"directories":{}},"0.4.8":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.8","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"e13f8144210c1658eaf40fb251c7af963d7d5d59","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.8","_shasum":"4871918d8a3af07289182e974e32844327b2e98b","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"4871918d8a3af07289182e974e32844327b2e98b","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.8.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.8.tgz_1482667448940_0.5775479932781309"},"directories":{}},"0.4.9":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.9","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"b70e2feb8c9382dd9db39a39cd17c3baec75ba3d","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.9","_shasum":"45eaa04f067e049d987b27599ed014a37750aaff","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"45eaa04f067e049d987b27599ed014a37750aaff","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.9.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.9.tgz_1484489996552_0.3482065387070179"},"directories":{}},"0.4.10":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.10","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"7b6d793e1f468c8738060803cf204678daf1a909","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.10","_shasum":"d7b19038040a14c0837a18e630a196453952b378","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"d7b19038040a14c0837a18e630a196453952b378","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.10.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.10.tgz_1484659797605_0.9107796454336494"},"directories":{}},"0.4.11":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.11","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.3"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"84473223d1101e6bb7d8c166ca9ef53e544e76f3","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.11","_shasum":"647f939978b38535909530885303daf23279f322","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"647f939978b38535909530885303daf23279f322","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.11.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.11.tgz_1485541672964_0.37963404692709446"},"directories":{}},"0.4.12":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.12","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.6"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"6d664f261fccdb92de6ac2dfd3882db5a6116d5d","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.12","_shasum":"f47d02bf01efaf0c160d3a37d038401b92b1867e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"f47d02bf01efaf0c160d3a37d038401b92b1867e","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.12.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.12.tgz_1489421816566_0.49270504154264927"},"directories":{}},"0.4.13":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.13","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.6"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"1dfbc2455089706412bf55f5a519056dced7ff2f","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.13","_shasum":"9782e6f7deb424d5f173327a1879eb46453bdcd4","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"9782e6f7deb424d5f173327a1879eb46453bdcd4","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.13.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.13.tgz_1489659559908_0.08529316005297005"},"directories":{}},"0.4.14":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.14","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.6"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"8db1d646dbe9c05f824001477637b62dbcb49f0c","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.14","_shasum":"9d4463772598b86271b4f523f6c1f4e02a7d6aef","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"9d4463772598b86271b4f523f6c1f4e02a7d6aef","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.14.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.14.tgz_1489832152112_0.39926239755004644"},"directories":{}},"0.4.15":{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.15","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.6"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"6728c4b37e2bcad010426f083af8a931a8b44e40","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.15","_shasum":"03202df65c06d2bd8c7ec2362a193056fef8d3b1","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"03202df65c06d2bd8c7ec2362a193056fef8d3b1","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.15.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.15.tgz_1493392075307_0.5563798504881561"},"directories":{}}},"readme":"# Source Map Support\n[![Build Status](https://travis-ci.org/evanw/node-source-map-support.svg?branch=master)](https://travis-ci.org/evanw/node-source-map-support)\n\nThis module provides source map support for stack traces in node via the [V8 stack trace API](http://code.google.com/p/v8/wiki/JavaScriptStackTraceApi). It uses the [source-map](https://github.com/mozilla/source-map) module to replace the paths and line numbers of source-mapped files with their original paths and line numbers. The output mimics node's stack trace format with the goal of making every compile-to-JS language more of a first-class citizen. Source maps are completely general (not specific to any one language) so you can use source maps with multiple compile-to-JS languages in the same node process.\n\n## Installation and Usage\n\n#### Node support\n\n```\n$ npm install source-map-support\n```\n\nSource maps can be generated using libraries such as [source-map-index-generator](https://github.com/twolfson/source-map-index-generator). Once you have a valid source map, insert the following line at the top of your compiled code:\n\n```js\nrequire('source-map-support').install();\n```\n\nAnd place a source mapping comment somewhere in the file (usually done automatically or with an option by your transpiler):\n\n```\n//# sourceMappingURL=path/to/source.map\n```\n\nIf multiple sourceMappingURL comments exist in one file, the last sourceMappingURL comment will be\nrespected (e.g. if a file mentions the comment in code, or went through multiple transpilers).\nThe path should either be absolute or relative to the compiled file.\n\nIt is also possible to to install the source map support directly by\nrequiring the `register` module which can be handy with ES6:\n\n```js\nimport 'source-map-support/register'\n\n// Instead of:\nimport sourceMapSupport from 'source-map-support'\nsourceMapSupport.install()\n```\nNote: if you're using babel-register, it includes source-map-support already.\n\nIt is also very useful with Mocha:\n\n```\n$ mocha --require source-map-support/register tests/\n```\n\n#### Browser support\n\nThis library also works in Chrome. While the DevTools console already supports source maps, the V8 engine doesn't and `Error.prototype.stack` will be incorrect without this library. Everything will just work if you deploy your source files using [browserify](http://browserify.org/). Just make sure to pass the `--debug` flag to the browserify command so your source maps are included in the bundled code.\n\nThis library also works if you use another build process or just include the source files directly. In this case, include the file `browser-source-map-support.js` in your page and call `sourceMapSupport.install()`. It contains the whole library already bundled for the browser using browserify.\n\n```html\n\n\n```\n\nThis library also works if you use AMD (Asynchronous Module Definition), which is used in tools like [RequireJS](http://requirejs.org/). Just list `browser-source-map-support` as a dependency:\n\n```html\n\n```\n\n## Options\n\nThis module installs two things: a change to the `stack` property on `Error` objects and a handler for uncaught exceptions that mimics node's default exception handler (the handler can be seen in the demos below). You may want to disable the handler if you have your own uncaught exception handler. This can be done by passing an argument to the installer:\n\n```js\nrequire('source-map-support').install({\n handleUncaughtExceptions: false\n});\n```\n\nThis module loads source maps from the filesystem by default. You can provide alternate loading behavior through a callback as shown below. For example, [Meteor](https://github.com/meteor) keeps all source maps cached in memory to avoid disk access.\n\n```js\nrequire('source-map-support').install({\n retrieveSourceMap: function(source) {\n if (source === 'compiled.js') {\n return {\n url: 'original.js',\n map: fs.readFileSync('compiled.js.map', 'utf8')\n };\n }\n return null;\n }\n});\n```\n\nThe module will by default assume a browser environment if XMLHttpRequest and window are defined. If either of these do not exist it will instead assume a node environment. \nIn some rare cases, e.g. when running a browser emulation and where both variables are also set, you can explictly specify the environment to be either 'browser' or 'node'. \n\n```js\nrequire('source-map-support').install({\n environment: 'node'\n});\n```\n\nTo support files with inline source maps, the `hookRequire` options can be specified, which will monitor all source files for inline source maps.\n\n\n```js\nrequire('source-map-support').install({\n hookRequire: true\n});\n```\n\nThis monkey patches the `require` module loading chain, so is not enabled by default and is not recommended for any sort of production usage.\n\n## Demos\n\n#### Basic Demo\n\noriginal.js:\n\n```js\nthrow new Error('test'); // This is the original code\n```\n\ncompiled.js:\n\n```js\nrequire('source-map-support').install();\n\nthrow new Error('test'); // This is the compiled code\n// The next line defines the sourceMapping.\n//# sourceMappingURL=compiled.js.map\n```\n\ncompiled.js.map:\n\n```json\n{\n \"version\": 3,\n \"file\": \"compiled.js\",\n \"sources\": [\"original.js\"],\n \"names\": [],\n \"mappings\": \";;AAAA,MAAM,IAAI\"\n}\n```\n\nRun compiled.js using node (notice how the stack trace uses original.js instead of compiled.js):\n\n```\n$ node compiled.js\n\noriginal.js:1\nthrow new Error('test'); // This is the original code\n ^\nError: test\n at Object. (original.js:1:7)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Function.Module.runMain (module.js:497:10)\n at startup (node.js:119:16)\n at node.js:901:3\n```\n\n#### TypeScript Demo\n\ndemo.ts:\n\n```typescript\ndeclare function require(name: string);\nrequire('source-map-support').install();\nclass Foo {\n constructor() { this.bar(); }\n bar() { throw new Error('this is a demo'); }\n}\nnew Foo();\n```\n\nCompile and run the file using the TypeScript compiler from the terminal:\n\n```\n$ npm install source-map-support typescript\n$ node_modules/typescript/bin/tsc -sourcemap demo.ts\n$ node demo.js\n\ndemo.ts:5\n bar() { throw new Error('this is a demo'); }\n ^\nError: this is a demo\n at Foo.bar (demo.ts:5:17)\n at new Foo (demo.ts:4:24)\n at Object. (demo.ts:7:1)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Function.Module.runMain (module.js:497:10)\n at startup (node.js:119:16)\n at node.js:901:3\n```\n \n#### CoffeeScript Demo\n\ndemo.coffee:\n\n```coffee\nrequire('source-map-support').install()\nfoo = ->\n bar = -> throw new Error 'this is a demo'\n bar()\nfoo()\n```\n\nCompile and run the file using the CoffeeScript compiler from the terminal:\n\n```sh\n$ npm install source-map-support coffee-script\n$ node_modules/coffee-script/bin/coffee --map --compile demo.coffee\n$ node demo.js\n\ndemo.coffee:3\n bar = -> throw new Error 'this is a demo'\n ^\nError: this is a demo\n at bar (demo.coffee:3:22)\n at foo (demo.coffee:4:3)\n at Object. (demo.coffee:5:1)\n at Object. (demo.coffee:1:1)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Function.Module.runMain (module.js:497:10)\n at startup (node.js:119:16)\n```\n\n## Tests\n\nThis repo contains both automated tests for node and manual tests for the browser. The automated tests can be run using mocha (type `mocha` in the root directory). To run the manual tests:\n\n* Build the tests using `build.js`\n* Launch the HTTP server (`npm run serve-tests`) and visit\n * http://127.0.0.1:1336/amd-test\n * http://127.0.0.1:1336/browser-test\n * http://127.0.0.1:1336/browserify-test - **Currently not working** due to a bug with browserify (see [pull request #66](https://github.com/evanw/node-source-map-support/pull/66) for details).\n* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/\n\n## License\n\nThis code is available under the [MIT license](http://opensource.org/licenses/MIT).\n","maintainers":[{"email":"linus@folkdatorn.se","name":"linusu"},{"email":"julien.fontanet@isonoe.net","name":"julien-f"},{"email":"evan.exe@gmail.com","name":"evanw"}],"time":{"modified":"2017-07-22T20:06:27.711Z","created":"2013-01-18T11:30:08.096Z","0.1.0":"2013-01-18T11:30:09.137Z","0.1.1":"2013-03-05T01:46:19.756Z","0.1.2":"2013-03-10T02:25:01.719Z","0.1.3":"2013-04-25T01:36:53.334Z","0.1.4":"2013-04-28T21:31:09.558Z","0.1.5":"2013-05-04T18:10:32.007Z","0.1.6":"2013-06-11T11:31:24.968Z","0.1.7":"2013-06-27T05:55:24.037Z","0.1.8":"2013-06-27T06:21:21.643Z","0.1.9":"2013-07-21T01:36:23.080Z","0.2.0":"2013-07-21T20:55:04.526Z","0.2.1":"2013-08-03T14:25:29.710Z","0.2.2":"2013-08-16T05:46:33.018Z","0.2.3":"2013-09-05T05:34:23.906Z","0.2.4":"2013-11-10T21:20:02.520Z","0.2.5":"2013-11-14T05:16:32.508Z","0.2.6":"2014-04-26T19:56:44.448Z","0.2.7":"2014-07-03T15:42:31.553Z","0.2.8":"2014-10-22T08:06:44.178Z","0.2.9":"2015-01-08T08:42:22.439Z","0.2.10":"2015-03-12T08:00:23.604Z","0.3.0":"2015-05-29T05:03:38.759Z","0.3.1":"2015-05-30T17:11:15.477Z","0.3.2":"2015-06-25T06:03:28.157Z","0.3.3":"2015-10-23T15:17:32.806Z","0.4.0":"2015-11-30T06:09:33.082Z","0.4.1":"2016-06-29T07:11:06.738Z","0.4.2":"2016-07-14T13:24:14.374Z","0.4.3":"2016-09-29T09:15:21.859Z","0.4.4":"2016-10-16T11:54:36.620Z","0.4.5":"2016-10-18T06:53:07.622Z","0.4.6":"2016-10-30T17:53:12.589Z","0.4.7":"2016-12-22T08:34:14.281Z","0.4.8":"2016-12-25T12:04:09.601Z","0.4.9":"2017-01-15T14:19:59.194Z","0.4.10":"2017-01-17T13:29:58.338Z","0.4.11":"2017-01-27T18:27:53.591Z","0.4.12":"2017-03-13T16:16:57.283Z","0.4.13":"2017-03-16T10:19:21.840Z","0.4.14":"2017-03-18T10:15:52.807Z","0.4.15":"2017-04-28T15:07:57.456Z"},"users":{"forivall":true,"samuelrn":true,"julien-f":true,"garthk":true,"pje":true,"yxqme":true,"antanst":true,"rizowski":true,"cb1kenobi":true,"princetoad":true,"sopepos":true,"ristostevcev":true,"ackhub":true,"easimonenko":true,"shanewholloway":true,"mikestaub":true,"leonardorb":true,"shaddyhm":true,"langri-sha":true,"leizongmin":true,"karlkori":true,"adriancmiranda":true,"serge-nikitin":true,"creamidea":true,"oleg_tsyba":true,"amir-arad":true,"usex":true},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"readmeFilename":"README.md","homepage":"https://github.com/evanw/node-source-map-support#readme","license":"MIT","_attachments":{},"_etag":"W/\"5973b043-d191\"","_lastModified":"Sat, 22 Jul 2017 20:06:27 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/source-map/.cache.json b/frappe/.npm/registry.npmjs.org/source-map/.cache.json new file mode 100644 index 00000000..b93829b6 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/source-map/.cache.json @@ -0,0 +1 @@ +{"_id":"source-map","_rev":"155-a3dacaa76e756f607d8d55fcc8efe787","name":"source-map","description":"Generates and consumes source maps","dist-tags":{"latest":"0.5.6"},"versions":{"0.0.0":{"name":"source-map","description":"Generates and consumes source maps","version":"0.0.0","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.4.0"},"licenses":[{"type":"MPL","url":"https://www.mozilla.org/MPL/MPL-1.1.html"},{"type":"GPL","url":"http://www.gnu.org/licenses/gpl.html"},{"type":"LGPL","url":"http://www.gnu.org/licenses/lgpl.html"}],"dependencies":{"requirejs":">=0.26.0"},"_npmJsonOpts":{"file":"/Users/fitzgen/.npm/source-map/0.0.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"source-map@0.0.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"44220b0adf1572e603614d853727d3b05078d56c","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.0.0.tgz"},"scripts":{},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"}]},"0.1.0":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.0","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.4.0"},"licenses":[{"type":"MPL","url":"https://www.mozilla.org/MPL/MPL-1.1.html"},{"type":"GPL","url":"http://www.gnu.org/licenses/gpl.html"},{"type":"LGPL","url":"http://www.gnu.org/licenses/lgpl.html"}],"dependencies":{"requirejs":">=0.26.0"},"_npmJsonOpts":{"file":"/Users/fitzgen/.npm/source-map/0.1.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"source-map@0.1.0","devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.22","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"229a5427719f1971be234b37cf968538b0600136","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.0.tgz"},"scripts":{},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"}]},"0.1.1":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.1","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.4.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"requirejs":">=0.26.0"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.1","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"524b0c511d53c3b1a76a211c084361bde15da726","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.1.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.2":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.2","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.4.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"requirejs":"==0.26.0"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.2","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.5","_defaultsLoaded":true,"dist":{"shasum":"7132efc1fa95273bc71bff8f8202d7b4eed57993","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.2.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.3":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.3","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.4.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"requirejs":"==0.26.0"},"devDependencies":{"dryice":"~0.4.8"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.3","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.5","_defaultsLoaded":true,"dist":{"shasum":"ed3165c4d0f0a6291e53e485cb95b5f1a0a25183","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.3.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.4":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.4","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.4","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.5","_defaultsLoaded":true,"dist":{"shasum":"cd67f54e9c4fdc713c00a869241c419e9fedace0","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.4.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.5":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.5","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.5","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.5","_defaultsLoaded":true,"dist":{"shasum":"63aaaee4c9dc9bea95ba9469a80775576927bf08","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.5.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.6":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.6","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.6","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.5","_defaultsLoaded":true,"dist":{"shasum":"0035ddb2d9a191df8c8b13a0362eb618d881ea34","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.6.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.7":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.7","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.7","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.5","_defaultsLoaded":true,"dist":{"shasum":"92da34014a5576d60676150bcf0f55cbd1f395c0","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.7.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.8":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.8","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"git://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_npmUser":{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},"_id":"source-map@0.1.8","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.5","_defaultsLoaded":true,"dist":{"shasum":"0bcc088a50ed8c586f50c8da4833a27dc0cc0c30","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.8.tgz"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.9":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.9","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.9","dist":{"shasum":"250224e4e9ef7e91f4cad76cae714b90f6218599","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.9.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.10":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.10","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.10","dist":{"shasum":"0bdafd2e1e97d147a862b7c7d1b26387ecc93aa9","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.10.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.11":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.11","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.11","dist":{"shasum":"2eef2fd65a74c179880ae5ee6975d99ce21eb7b4","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.11.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.12":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.12","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.12","dist":{"shasum":"55d5a5c58d98ffadacc4a8a7fbd7c9d4e459abd2","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.12.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.13":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.13","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.13","dist":{"shasum":"cc3d10be14dcafbd8f8259546438f19b72995a1c","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.13.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.14":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.14","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.14","dist":{"shasum":"81fb3b85f54abb1ad6a8e3f92e55b8fcd3eb836d","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.14.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.15":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.15","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.15","dist":{"shasum":"4eed4690db25839af3505ea4d018b6f5523f0807","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.15.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.16":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.16","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.16","dist":{"shasum":"4a1b371e9abd69a45fa698a1d281e2b213333dca","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.16.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.17":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.17","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.17","dist":{"shasum":"1b34e5b30616d48137d604b996cf5585dc78e204","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.17.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.18":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.18","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"_id":"source-map@0.1.18","dist":{"shasum":"6645e412fe48f748ba3a4ae56ed53f38a550f17e","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.18.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.19":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.19","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.19","dist":{"shasum":"61ce72499b6caaaa15484bd4b5dc718b0aebf76a","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.19.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.20":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.20","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.20","dist":{"shasum":"e41ce3288cac4c4f6eca181b53ae12558e7ad02a","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.20.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.21":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.21","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.21","dist":{"shasum":"ecd4efc4c3579de66b95913dda08c72ea0256469","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.21.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.22":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.22","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"github.com/usrbincc"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.22","dist":{"shasum":"425906162f81bf110552ccc9931dba079e9f1341","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.22.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.23":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.23","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"github.com/usrbincc"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.23","dist":{"shasum":"079f8fa7867f318b48cf5d4c716ab6d4dc859be9","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.23.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.24":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.24","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Stephen Crane"},{"name":"Ryan Seddon"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"github.com/usrbincc"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.24","dist":{"shasum":"5b533dd08948de2d8c3b002a9c31842cb1b35103","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.24.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.25":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.25","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.25","dist":{"shasum":"5851545c1f4a40243829065c20e6f40b023fba1a","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.25.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.26":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.26","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.26","dist":{"shasum":"4cce2dcb5fa02cfe1b4cf32cc83962b1b3997560","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.26.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.27":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.27","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.27","dist":{"shasum":"f114e06a8b5c05cbc51aa1fa600e728162455eda","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.27.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.28":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.28","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.28","dist":{"shasum":"9cae9d9b8352fb030f77c4e12226cc28cb251f39","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.28.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.29":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.29","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js"},"_id":"source-map@0.1.29","dist":{"shasum":"39d571a0988fb7a548a676c4de72db78914d173c","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.29.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.30":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.30","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"_id":"source-map@0.1.30","dist":{"shasum":"182726b50671d8fccaefc5ec35bf2a65c1956afb","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.30.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.31":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.31","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"_id":"source-map@0.1.31","dist":{"shasum":"9f704d0d69d9e138a81badf6ebb4fde33d151c61","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.31.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.32":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.32","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"_id":"source-map@0.1.32","dist":{"shasum":"c8b6c167797ba4740a8ea33252162ff08591b266","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.32.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.33":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.33","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"_id":"source-map@0.1.33","dist":{"shasum":"c659297a73af18c073b0aa2e7cc91e316b5c570c","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.33.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}]},"0.1.34":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.34","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.34","_shasum":"a7cfe89aec7b1682c3b198d0acfb47d7d090566b","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"a7cfe89aec7b1682c3b198d0acfb47d7d090566b","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz"}},"0.1.35":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.35","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.35","_shasum":"06a1b58b57ac8176476b74f3c1ece4925cea2e8c","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"06a1b58b57ac8176476b74f3c1ece4925cea2e8c","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.35.tgz"}},"0.1.36":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.36","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.36","_shasum":"7af95322decf58cc78a18d5a0d4ade258ae31c35","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"7af95322decf58cc78a18d5a0d4ade258ae31c35","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.36.tgz"}},"0.1.37":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.37","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.37","_shasum":"511fa6ed1685cb37e70ae1de2966405096054832","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"511fa6ed1685cb37e70ae1de2966405096054832","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.37.tgz"}},"0.1.38":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.38","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.38","_shasum":"f93a6f9d96a5b9cf5494c043497d9542f9fa6b33","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"f93a6f9d96a5b9cf5494c043497d9542f9fa6b33","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.38.tgz"}},"0.1.39":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.39","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.39","_shasum":"64ad329c4761ab956ff7d011c6b205aeb66a2d4a","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"64ad329c4761ab956ff7d011c6b205aeb66a2d4a","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.39.tgz"}},"0.1.40":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.40","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.40","_shasum":"7e0ee49ec0452aa9ac2b93ad5ae54ef33e82b37f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"7e0ee49ec0452aa9ac2b93ad5ae54ef33e82b37f","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.40.tgz"}},"0.1.41":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.41","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.41","_shasum":"d6cc9c8a9bb5d995dc69b38457bd4b1747327f5a","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"d6cc9c8a9bb5d995dc69b38457bd4b1747327f5a","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.41.tgz"}},"0.1.42":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.42","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.42","_shasum":"37c2958c79fee8d919173e5a7ccbd933b2ff835e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"37c2958c79fee8d919173e5a7ccbd933b2ff835e","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.42.tgz"}},"0.1.43":{"name":"source-map","description":"Generates and consumes source maps","version":"0.1.43","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.1.43","_shasum":"c24bc146ca517c1471f5dacbe2571b2b7f9e3346","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"c24bc146ca517c1471f5dacbe2571b2b7f9e3346","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz"}},"0.2.0":{"name":"source-map","description":"Generates and consumes source maps","version":"0.2.0","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.2.0","_shasum":"dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz"}},"0.3.0":{"name":"source-map","description":"Generates and consumes source maps","version":"0.3.0","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.3.0","_shasum":"8586fb9a5a005e5b501e21cd18b6f21b457ad1f9","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"8586fb9a5a005e5b501e21cd18b6f21b457ad1f9","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.3.0.tgz"}},"0.4.0":{"name":"source-map","description":"Generates and consumes source maps","version":"0.4.0","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.4.0","_shasum":"c6ddd824fca4ccad4329f8f37903c1bc902c2bb2","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"c6ddd824fca4ccad4329f8f37903c1bc902c2bb2","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.4.0.tgz"}},"0.4.1":{"name":"source-map","description":"Generates and consumes source maps","version":"0.4.1","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.4.1","_shasum":"db90f97e821c6cf5ba5efa76f33c1bb1c88dd32e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"db90f97e821c6cf5ba5efa76f33c1bb1c88dd32e","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.4.1.tgz"}},"0.4.2":{"name":"source-map","description":"Generates and consumes source maps","version":"0.4.2","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.4.2","_shasum":"dc9f3114394ab7c1f9782972f3d11820fff06f1f","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"dc9f3114394ab7c1f9782972f3d11820fff06f1f","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.4.2.tgz"}},"0.4.3":{"name":"source-map","description":"Generates and consumes source maps","version":"0.4.3","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"license":"BSD-3-Clause","dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.4.3","_shasum":"8e8408163c922cf92166f3609156703b1c5d254e","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"8e8408163c922cf92166f3609156703b1c5d254e","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.4.3.tgz"}},"0.4.4":{"name":"source-map","description":"Generates and consumes source maps","version":"0.4.4","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","files":["lib/","build/"],"engines":{"node":">=0.8.0"},"license":"BSD-3-Clause","dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.4.4","_shasum":"eba4f5da9c0dc999de68032d8b4f76173652036b","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"eba4f5da9c0dc999de68032d8b4f76173652036b","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz"}},"0.5.0":{"name":"source-map","description":"Generates and consumes source maps","version":"0.5.0","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"main":"./source-map.js","files":["source-map.js","lib/"],"engines":{"node":">=0.10.0"},"license":"BSD-3-Clause","scripts":{"test":"node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.0","_shasum":"0fe96503ac86a5adb5de63f4e412ae4872cdbe86","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"0fe96503ac86a5adb5de63f4e412ae4872cdbe86","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.0.tgz"},"directories":{}},"0.5.1":{"name":"source-map","description":"Generates and consumes source maps","version":"0.5.1","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"},{"name":"djchie","email":"djchie.dev@gmail.com"},{"name":"Gary Ye","email":"garysye@gmail.com"},{"name":"Nicolas Lalevée","email":"nicolas.lalevee@hibnet.org"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"main":"./source-map.js","files":["source-map.js","lib/"],"engines":{"node":">=0.10.0"},"license":"BSD-3-Clause","scripts":{"test":"node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.1","_shasum":"5fbd40a1cde485feab4d36460b8f496edb362ecf","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"5fbd40a1cde485feab4d36460b8f496edb362ecf","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.1.tgz"},"directories":{}},"0.5.2":{"name":"source-map","description":"Generates and consumes source maps","version":"0.5.2","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"},{"name":"djchie","email":"djchie.dev@gmail.com"},{"name":"Gary Ye","email":"garysye@gmail.com"},{"name":"Nicolas Lalevée","email":"nicolas.lalevee@hibnet.org"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"main":"./source-map.js","files":["source-map.js","lib/","dist/"],"engines":{"node":">=0.10.0"},"license":"BSD-3-Clause","scripts":{"test":"node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.2","_shasum":"ebb6e5e87424f497ad6f972c6389eacf3c0cbe00","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"ebb6e5e87424f497ad6f972c6389eacf3c0cbe00","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.2.tgz"},"directories":{}},"0.5.3":{"name":"source-map","description":"Generates and consumes source maps","version":"0.5.3","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"},{"name":"djchie","email":"djchie.dev@gmail.com"},{"name":"Gary Ye","email":"garysye@gmail.com"},{"name":"Nicolas Lalevée","email":"nicolas.lalevee@hibnet.org"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"main":"./source-map.js","files":["source-map.js","lib/","dist/source-map.debug.js","dist/source-map.js","dist/source-map.min.js","dist/source-map.min.js.map"],"engines":{"node":">=0.10.0"},"license":"BSD-3-Clause","scripts":{"test":"node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.3","_shasum":"82674b85a71b0be76c3e7416d15e9f5252eb3be0","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"82674b85a71b0be76c3e7416d15e9f5252eb3be0","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.3.tgz"},"directories":{}},"0.5.4":{"name":"source-map","description":"Generates and consumes source maps","version":"0.5.4","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"},{"name":"djchie","email":"djchie.dev@gmail.com"},{"name":"Gary Ye","email":"garysye@gmail.com"},{"name":"Nicolas Lalevée","email":"nicolas.lalevee@hibnet.org"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"main":"./source-map.js","files":["source-map.js","lib/","dist/source-map.debug.js","dist/source-map.js","dist/source-map.min.js","dist/source-map.min.js.map"],"engines":{"node":">=0.10.0"},"license":"BSD-3-Clause","scripts":{"test":"node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"gitHead":"7c4905497b5f0a62fd6a3d3f786ba8eac0db4615","bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.4","_shasum":"2beb18a2ab8abd88320a72178c671f0e4c5def28","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"2beb18a2ab8abd88320a72178c671f0e4c5def28","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.4.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/source-map-0.5.4.tgz_1461355709333_0.3527497702743858"},"directories":{}},"0.5.5":{"name":"source-map","description":"Generates and consumes source maps","version":"0.5.5","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"},{"name":"djchie","email":"djchie.dev@gmail.com"},{"name":"Gary Ye","email":"garysye@gmail.com"},{"name":"Nicolas Lalevée","email":"nicolas.lalevee@hibnet.org"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"main":"./source-map.js","files":["source-map.js","lib/","dist/source-map.debug.js","dist/source-map.js","dist/source-map.min.js","dist/source-map.min.js.map"],"engines":{"node":">=0.10.0"},"license":"BSD-3-Clause","scripts":{"test":"npm run build && node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"gitHead":"d90ac8b806d4130b4bfdf2fc9482dfd5f7930692","bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.5","_shasum":"d9230c5a63dd59f1ebaecabf78e900302b892c49","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"d9230c5a63dd59f1ebaecabf78e900302b892c49","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.5.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-0.5.5.tgz_1461602906442_0.309012166922912"},"directories":{}},"0.5.6":{"name":"source-map","description":"Generates and consumes source maps","version":"0.5.6","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"},{"name":"djchie","email":"djchie.dev@gmail.com"},{"name":"Gary Ye","email":"garysye@gmail.com"},{"name":"Nicolas Lalevée","email":"nicolas.lalevee@hibnet.org"}],"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"main":"./source-map.js","files":["source-map.js","lib/","dist/source-map.debug.js","dist/source-map.js","dist/source-map.min.js","dist/source-map.min.js.map"],"engines":{"node":">=0.10.0"},"license":"BSD-3-Clause","scripts":{"test":"npm run build && node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"gitHead":"aa0398ced67beebea34f0d36f766505656c344f6","bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.6","_shasum":"75ce38f52bf0733c5a7f0c118d81334a2bb5f412","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"75ce38f52bf0733c5a7f0c118d81334a2bb5f412","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-0.5.6.tgz_1462209962516_0.9263619624543935"},"directories":{}}},"maintainers":[{"name":"ejpbruel","email":"ejpbruel@gmail.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"mozilla-devtools","email":"nfitzgerald@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"time":{"modified":"2017-07-17T17:52:11.798Z","created":"2011-08-30T19:45:39.150Z","0.0.0":"2011-08-30T19:45:40.104Z","0.1.0":"2011-09-08T23:37:50.688Z","0.1.1":"2012-06-19T22:27:12.055Z","0.1.2":"2012-09-05T16:30:51.322Z","0.1.3":"2012-10-12T18:43:39.522Z","0.1.4":"2012-10-29T20:16:21.630Z","0.1.5":"2012-10-31T01:28:00.060Z","0.1.6":"2012-11-02T18:52:59.069Z","0.1.7":"2012-11-02T19:09:11.172Z","0.1.8":"2012-11-19T22:48:36.067Z","0.1.9":"2013-03-01T01:02:37.514Z","0.1.10":"2013-03-19T18:27:06.685Z","0.1.11":"2013-03-20T16:56:07.393Z","0.1.12":"2013-03-20T18:37:52.714Z","0.1.13":"2013-03-20T20:58:36.999Z","0.1.14":"2013-03-21T02:44:33.993Z","0.1.15":"2013-03-22T21:39:07.305Z","0.1.16":"2013-03-22T22:35:12.720Z","0.1.17":"2013-03-25T20:22:39.938Z","0.1.18":"2013-03-25T20:43:15.224Z","0.1.19":"2013-03-25T21:43:18.536Z","0.1.20":"2013-04-02T01:23:25.121Z","0.1.21":"2013-04-02T04:34:47.865Z","0.1.22":"2013-04-04T18:45:04.574Z","0.1.23":"2013-06-14T00:24:06.756Z","0.1.24":"2013-06-24T21:29:09.782Z","0.1.25":"2013-06-27T19:05:03.794Z","0.1.26":"2013-07-15T18:51:40.129Z","0.1.27":"2013-07-22T20:37:22.337Z","0.1.28":"2013-08-16T21:12:52.163Z","0.1.29":"2013-08-22T00:29:20.519Z","0.1.30":"2013-09-30T23:09:43.379Z","0.1.31":"2013-11-01T18:40:25.890Z","0.1.32":"2014-02-11T23:10:33.088Z","0.1.33":"2014-02-27T02:27:53.235Z","0.1.34":"2014-06-09T23:24:45.292Z","0.1.35":"2014-07-08T17:01:07.625Z","0.1.36":"2014-07-09T18:17:31.168Z","0.1.37":"2014-07-11T18:05:50.696Z","0.1.38":"2014-08-03T16:54:48.055Z","0.1.39":"2014-09-09T21:00:18.550Z","0.1.40":"2014-10-02T15:33:22.147Z","0.1.41":"2014-12-17T19:24:20.497Z","0.1.42":"2014-12-31T20:44:32.510Z","0.1.43":"2015-01-08T18:25:06.813Z","0.2.0":"2015-01-26T23:09:58.598Z","0.3.0":"2015-02-10T18:28:31.894Z","0.4.0":"2015-02-25T19:04:22.094Z","0.4.1":"2015-03-02T19:05:04.884Z","0.4.2":"2015-03-12T17:19:35.745Z","0.4.3":"2015-07-07T20:29:01.648Z","0.4.4":"2015-07-13T19:07:44.340Z","0.5.0":"2015-09-10T15:13:56.564Z","0.5.1":"2015-09-23T23:06:50.830Z","0.5.2":"2015-10-21T16:01:45.524Z","0.5.3":"2015-10-23T15:39:27.746Z","0.5.4":"2016-04-22T20:08:32.822Z","0.5.5":"2016-04-25T16:48:26.946Z","0.5.6":"2016-05-02T17:26:02.930Z"},"author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"repository":{"type":"git","url":"http://github.com/mozilla/source-map.git"},"readme":"# Source Map\n\n[![Build Status](https://travis-ci.org/mozilla/source-map.png?branch=master)](https://travis-ci.org/mozilla/source-map)\n\n[![NPM](https://nodei.co/npm/source-map.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map)\n\nThis is a library to generate and consume the source map format\n[described here][format].\n\n[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit\n\n## Use with Node\n\n $ npm install source-map\n\n## Use on the Web\n\n \n\n--------------------------------------------------------------------------------\n\n\n\n\n\n## Table of Contents\n\n- [Examples](#examples)\n - [Consuming a source map](#consuming-a-source-map)\n - [Generating a source map](#generating-a-source-map)\n - [With SourceNode (high level API)](#with-sourcenode-high-level-api)\n - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api)\n- [API](#api)\n - [SourceMapConsumer](#sourcemapconsumer)\n - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap)\n - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans)\n - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition)\n - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition)\n - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition)\n - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources)\n - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing)\n - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order)\n - [SourceMapGenerator](#sourcemapgenerator)\n - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap)\n - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer)\n - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping)\n - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent)\n - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath)\n - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring)\n - [SourceNode](#sourcenode)\n - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name)\n - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath)\n - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk)\n - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk)\n - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent)\n - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn)\n - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn)\n - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep)\n - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement)\n - [SourceNode.prototype.toString()](#sourcenodeprototypetostring)\n - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap)\n\n\n\n## Examples\n\n### Consuming a source map\n\n```js\nvar rawSourceMap = {\n version: 3,\n file: 'min.js',\n names: ['bar', 'baz', 'n'],\n sources: ['one.js', 'two.js'],\n sourceRoot: 'http://example.com/www/js/',\n mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA'\n};\n\nvar smc = new SourceMapConsumer(rawSourceMap);\n\nconsole.log(smc.sources);\n// [ 'http://example.com/www/js/one.js',\n// 'http://example.com/www/js/two.js' ]\n\nconsole.log(smc.originalPositionFor({\n line: 2,\n column: 28\n}));\n// { source: 'http://example.com/www/js/two.js',\n// line: 2,\n// column: 10,\n// name: 'n' }\n\nconsole.log(smc.generatedPositionFor({\n source: 'http://example.com/www/js/two.js',\n line: 2,\n column: 10\n}));\n// { line: 2, column: 28 }\n\nsmc.eachMapping(function (m) {\n // ...\n});\n```\n\n### Generating a source map\n\nIn depth guide:\n[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/)\n\n#### With SourceNode (high level API)\n\n```js\nfunction compile(ast) {\n switch (ast.type) {\n case 'BinaryExpression':\n return new SourceNode(\n ast.location.line,\n ast.location.column,\n ast.location.source,\n [compile(ast.left), \" + \", compile(ast.right)]\n );\n case 'Literal':\n return new SourceNode(\n ast.location.line,\n ast.location.column,\n ast.location.source,\n String(ast.value)\n );\n // ...\n default:\n throw new Error(\"Bad AST\");\n }\n}\n\nvar ast = parse(\"40 + 2\", \"add.js\");\nconsole.log(compile(ast).toStringWithSourceMap({\n file: 'add.js'\n}));\n// { code: '40 + 2',\n// map: [object SourceMapGenerator] }\n```\n\n#### With SourceMapGenerator (low level API)\n\n```js\nvar map = new SourceMapGenerator({\n file: \"source-mapped.js\"\n});\n\nmap.addMapping({\n generated: {\n line: 10,\n column: 35\n },\n source: \"foo.js\",\n original: {\n line: 33,\n column: 2\n },\n name: \"christopher\"\n});\n\nconsole.log(map.toString());\n// '{\"version\":3,\"file\":\"source-mapped.js\",\"sources\":[\"foo.js\"],\"names\":[\"christopher\"],\"mappings\":\";;;;;;;;;mCAgCEA\"}'\n```\n\n## API\n\nGet a reference to the module:\n\n```js\n// Node.js\nvar sourceMap = require('source-map');\n\n// Browser builds\nvar sourceMap = window.sourceMap;\n\n// Inside Firefox\nconst sourceMap = require(\"devtools/toolkit/sourcemap/source-map.js\");\n```\n\n### SourceMapConsumer\n\nA SourceMapConsumer instance represents a parsed source map which we can query\nfor information about the original file positions by giving it a file position\nin the generated source.\n\n#### new SourceMapConsumer(rawSourceMap)\n\nThe only parameter is the raw source map (either as a string which can be\n`JSON.parse`'d, or an object). According to the spec, source maps have the\nfollowing attributes:\n\n* `version`: Which version of the source map spec this map is following.\n\n* `sources`: An array of URLs to the original source files.\n\n* `names`: An array of identifiers which can be referenced by individual\n mappings.\n\n* `sourceRoot`: Optional. The URL root from which all sources are relative.\n\n* `sourcesContent`: Optional. An array of contents of the original source files.\n\n* `mappings`: A string of base64 VLQs which contain the actual mappings.\n\n* `file`: Optional. The generated filename this source map is associated with.\n\n```js\nvar consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData);\n```\n\n#### SourceMapConsumer.prototype.computeColumnSpans()\n\nCompute the last column for each generated mapping. The last column is\ninclusive.\n\n```js\n// Before:\nconsumer.allGeneratedPositionsFor({ line: 2, source: \"foo.coffee\" })\n// [ { line: 2,\n// column: 1 },\n// { line: 2,\n// column: 10 },\n// { line: 2,\n// column: 20 } ]\n\nconsumer.computeColumnSpans();\n\n// After:\nconsumer.allGeneratedPositionsFor({ line: 2, source: \"foo.coffee\" })\n// [ { line: 2,\n// column: 1,\n// lastColumn: 9 },\n// { line: 2,\n// column: 10,\n// lastColumn: 19 },\n// { line: 2,\n// column: 20,\n// lastColumn: Infinity } ]\n\n```\n\n#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition)\n\nReturns the original source, line, and column information for the generated\nsource's line and column positions provided. The only argument is an object with\nthe following properties:\n\n* `line`: The line number in the generated source.\n\n* `column`: The column number in the generated source.\n\n* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or\n `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest\n element that is smaller than or greater than the one we are searching for,\n respectively, if the exact element cannot be found. Defaults to\n `SourceMapConsumer.GREATEST_LOWER_BOUND`.\n\nand an object is returned with the following properties:\n\n* `source`: The original source file, or null if this information is not\n available.\n\n* `line`: The line number in the original source, or null if this information is\n not available.\n\n* `column`: The column number in the original source, or null or null if this\n information is not available.\n\n* `name`: The original identifier, or null if this information is not available.\n\n```js\nconsumer.originalPositionFor({ line: 2, column: 10 })\n// { source: 'foo.coffee',\n// line: 2,\n// column: 2,\n// name: null }\n\nconsumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 })\n// { source: null,\n// line: null,\n// column: null,\n// name: null }\n```\n\n#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition)\n\nReturns the generated line and column information for the original source,\nline, and column positions provided. The only argument is an object with\nthe following properties:\n\n* `source`: The filename of the original source.\n\n* `line`: The line number in the original source.\n\n* `column`: The column number in the original source.\n\nand an object is returned with the following properties:\n\n* `line`: The line number in the generated source, or null.\n\n* `column`: The column number in the generated source, or null.\n\n```js\nconsumer.generatedPositionFor({ source: \"example.js\", line: 2, column: 10 })\n// { line: 1,\n// column: 56 }\n```\n\n#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)\n\nReturns all generated line and column information for the original source, line,\nand column provided. If no column is provided, returns all mappings\ncorresponding to a either the line we are searching for or the next closest line\nthat has any mappings. Otherwise, returns all mappings corresponding to the\ngiven line and either the column we are searching for or the next closest column\nthat has any offsets.\n\nThe only argument is an object with the following properties:\n\n* `source`: The filename of the original source.\n\n* `line`: The line number in the original source.\n\n* `column`: Optional. The column number in the original source.\n\nand an array of objects is returned, each with the following properties:\n\n* `line`: The line number in the generated source, or null.\n\n* `column`: The column number in the generated source, or null.\n\n```js\nconsumer.allGeneratedpositionsfor({ line: 2, source: \"foo.coffee\" })\n// [ { line: 2,\n// column: 1 },\n// { line: 2,\n// column: 10 },\n// { line: 2,\n// column: 20 } ]\n```\n\n#### SourceMapConsumer.prototype.hasContentsOfAllSources()\n\nReturn true if we have the embedded source content for every source listed in\nthe source map, false otherwise.\n\nIn other words, if this method returns `true`, then\n`consumer.sourceContentFor(s)` will succeed for every source `s` in\n`consumer.sources`.\n\n```js\n// ...\nif (consumer.hasContentsOfAllSources()) {\n consumerReadyCallback(consumer);\n} else {\n fetchSources(consumer, consumerReadyCallback);\n}\n// ...\n```\n\n#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])\n\nReturns the original source content for the source provided. The only\nargument is the URL of the original source file.\n\nIf the source content for the given source is not found, then an error is\nthrown. Optionally, pass `true` as the second param to have `null` returned\ninstead.\n\n```js\nconsumer.sources\n// [ \"my-cool-lib.clj\" ]\n\nconsumer.sourceContentFor(\"my-cool-lib.clj\")\n// \"...\"\n\nconsumer.sourceContentFor(\"this is not in the source map\");\n// Error: \"this is not in the source map\" is not in the source map\n\nconsumer.sourceContentFor(\"this is not in the source map\", true);\n// null\n```\n\n#### SourceMapConsumer.prototype.eachMapping(callback, context, order)\n\nIterate over each mapping between an original source/line/column and a\ngenerated line/column in this source map.\n\n* `callback`: The function that is called with each mapping. Mappings have the\n form `{ source, generatedLine, generatedColumn, originalLine, originalColumn,\n name }`\n\n* `context`: Optional. If specified, this object will be the value of `this`\n every time that `callback` is called.\n\n* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or\n `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over\n the mappings sorted by the generated file's line/column order or the\n original's source/line/column order, respectively. Defaults to\n `SourceMapConsumer.GENERATED_ORDER`.\n\n```js\nconsumer.eachMapping(function (m) { console.log(m); })\n// ...\n// { source: 'illmatic.js',\n// generatedLine: 1,\n// generatedColumn: 0,\n// originalLine: 1,\n// originalColumn: 0,\n// name: null }\n// { source: 'illmatic.js',\n// generatedLine: 2,\n// generatedColumn: 0,\n// originalLine: 2,\n// originalColumn: 0,\n// name: null }\n// ...\n```\n### SourceMapGenerator\n\nAn instance of the SourceMapGenerator represents a source map which is being\nbuilt incrementally.\n\n#### new SourceMapGenerator([startOfSourceMap])\n\nYou may pass an object with the following properties:\n\n* `file`: The filename of the generated source that this source map is\n associated with.\n\n* `sourceRoot`: A root for all relative URLs in this source map.\n\n* `skipValidation`: Optional. When `true`, disables validation of mappings as\n they are added. This can improve performance but should be used with\n discretion, as a last resort. Even then, one should avoid using this flag when\n running tests, if possible.\n\n```js\nvar generator = new sourceMap.SourceMapGenerator({\n file: \"my-generated-javascript-file.js\",\n sourceRoot: \"http://example.com/app/js/\"\n});\n```\n\n#### SourceMapGenerator.fromSourceMap(sourceMapConsumer)\n\nCreates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance.\n\n* `sourceMapConsumer` The SourceMap.\n\n```js\nvar generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer);\n```\n\n#### SourceMapGenerator.prototype.addMapping(mapping)\n\nAdd a single mapping from original source line and column to the generated\nsource's line and column for this source map being created. The mapping object\nshould have the following properties:\n\n* `generated`: An object with the generated line and column positions.\n\n* `original`: An object with the original line and column positions.\n\n* `source`: The original source file (relative to the sourceRoot).\n\n* `name`: An optional original token name for this mapping.\n\n```js\ngenerator.addMapping({\n source: \"module-one.scm\",\n original: { line: 128, column: 0 },\n generated: { line: 3, column: 456 }\n})\n```\n\n#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)\n\nSet the source content for an original source file.\n\n* `sourceFile` the URL of the original source file.\n\n* `sourceContent` the content of the source file.\n\n```js\ngenerator.setSourceContent(\"module-one.scm\",\n fs.readFileSync(\"path/to/module-one.scm\"))\n```\n\n#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])\n\nApplies a SourceMap for a source file to the SourceMap.\nEach mapping to the supplied source file is rewritten using the\nsupplied SourceMap. Note: The resolution for the resulting mappings\nis the minimum of this map and the supplied map.\n\n* `sourceMapConsumer`: The SourceMap to be applied.\n\n* `sourceFile`: Optional. The filename of the source file.\n If omitted, sourceMapConsumer.file will be used, if it exists.\n Otherwise an error will be thrown.\n\n* `sourceMapPath`: Optional. The dirname of the path to the SourceMap\n to be applied. If relative, it is relative to the SourceMap.\n\n This parameter is needed when the two SourceMaps aren't in the same\n directory, and the SourceMap to be applied contains relative source\n paths. If so, those relative source paths need to be rewritten\n relative to the SourceMap.\n\n If omitted, it is assumed that both SourceMaps are in the same directory,\n thus not needing any rewriting. (Supplying `'.'` has the same effect.)\n\n#### SourceMapGenerator.prototype.toString()\n\nRenders the source map being generated to a string.\n\n```js\ngenerator.toString()\n// '{\"version\":3,\"sources\":[\"module-one.scm\"],\"names\":[],\"mappings\":\"...snip...\",\"file\":\"my-generated-javascript-file.js\",\"sourceRoot\":\"http://example.com/app/js/\"}'\n```\n\n### SourceNode\n\nSourceNodes provide a way to abstract over interpolating and/or concatenating\nsnippets of generated JavaScript source code, while maintaining the line and\ncolumn information associated between those snippets and the original source\ncode. This is useful as the final intermediate representation a compiler might\nuse before outputting the generated JS and source map.\n\n#### new SourceNode([line, column, source[, chunk[, name]]])\n\n* `line`: The original line number associated with this source node, or null if\n it isn't associated with an original line.\n\n* `column`: The original column number associated with this source node, or null\n if it isn't associated with an original column.\n\n* `source`: The original source's filename; null if no filename is provided.\n\n* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see\n below.\n\n* `name`: Optional. The original identifier.\n\n```js\nvar node = new SourceNode(1, 2, \"a.cpp\", [\n new SourceNode(3, 4, \"b.cpp\", \"extern int status;\\n\"),\n new SourceNode(5, 6, \"c.cpp\", \"std::string* make_string(size_t n);\\n\"),\n new SourceNode(7, 8, \"d.cpp\", \"int main(int argc, char** argv) {}\\n\"),\n]);\n```\n\n#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])\n\nCreates a SourceNode from generated code and a SourceMapConsumer.\n\n* `code`: The generated code\n\n* `sourceMapConsumer` The SourceMap for the generated code\n\n* `relativePath` The optional path that relative sources in `sourceMapConsumer`\n should be relative to.\n\n```js\nvar consumer = new SourceMapConsumer(fs.readFileSync(\"path/to/my-file.js.map\"));\nvar node = SourceNode.fromStringWithSourceMap(fs.readFileSync(\"path/to/my-file.js\"),\n consumer);\n```\n\n#### SourceNode.prototype.add(chunk)\n\nAdd a chunk of generated JS to this source node.\n\n* `chunk`: A string snippet of generated JS code, another instance of\n `SourceNode`, or an array where each member is one of those things.\n\n```js\nnode.add(\" + \");\nnode.add(otherNode);\nnode.add([leftHandOperandNode, \" + \", rightHandOperandNode]);\n```\n\n#### SourceNode.prototype.prepend(chunk)\n\nPrepend a chunk of generated JS to this source node.\n\n* `chunk`: A string snippet of generated JS code, another instance of\n `SourceNode`, or an array where each member is one of those things.\n\n```js\nnode.prepend(\"/** Build Id: f783haef86324gf **/\\n\\n\");\n```\n\n#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent)\n\nSet the source content for a source file. This will be added to the\n`SourceMap` in the `sourcesContent` field.\n\n* `sourceFile`: The filename of the source file\n\n* `sourceContent`: The content of the source file\n\n```js\nnode.setSourceContent(\"module-one.scm\",\n fs.readFileSync(\"path/to/module-one.scm\"))\n```\n\n#### SourceNode.prototype.walk(fn)\n\nWalk over the tree of JS snippets in this node and its children. The walking\nfunction is called once for each snippet of JS and is passed that snippet and\nthe its original associated source's line/column location.\n\n* `fn`: The traversal function.\n\n```js\nvar node = new SourceNode(1, 2, \"a.js\", [\n new SourceNode(3, 4, \"b.js\", \"uno\"),\n \"dos\",\n [\n \"tres\",\n new SourceNode(5, 6, \"c.js\", \"quatro\")\n ]\n]);\n\nnode.walk(function (code, loc) { console.log(\"WALK:\", code, loc); })\n// WALK: uno { source: 'b.js', line: 3, column: 4, name: null }\n// WALK: dos { source: 'a.js', line: 1, column: 2, name: null }\n// WALK: tres { source: 'a.js', line: 1, column: 2, name: null }\n// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null }\n```\n\n#### SourceNode.prototype.walkSourceContents(fn)\n\nWalk over the tree of SourceNodes. The walking function is called for each\nsource file content and is passed the filename and source content.\n\n* `fn`: The traversal function.\n\n```js\nvar a = new SourceNode(1, 2, \"a.js\", \"generated from a\");\na.setSourceContent(\"a.js\", \"original a\");\nvar b = new SourceNode(1, 2, \"b.js\", \"generated from b\");\nb.setSourceContent(\"b.js\", \"original b\");\nvar c = new SourceNode(1, 2, \"c.js\", \"generated from c\");\nc.setSourceContent(\"c.js\", \"original c\");\n\nvar node = new SourceNode(null, null, null, [a, b, c]);\nnode.walkSourceContents(function (source, contents) { console.log(\"WALK:\", source, \":\", contents); })\n// WALK: a.js : original a\n// WALK: b.js : original b\n// WALK: c.js : original c\n```\n\n#### SourceNode.prototype.join(sep)\n\nLike `Array.prototype.join` except for SourceNodes. Inserts the separator\nbetween each of this source node's children.\n\n* `sep`: The separator.\n\n```js\nvar lhs = new SourceNode(1, 2, \"a.rs\", \"my_copy\");\nvar operand = new SourceNode(3, 4, \"a.rs\", \"=\");\nvar rhs = new SourceNode(5, 6, \"a.rs\", \"orig.clone()\");\n\nvar node = new SourceNode(null, null, null, [ lhs, operand, rhs ]);\nvar joinedNode = node.join(\" \");\n```\n\n#### SourceNode.prototype.replaceRight(pattern, replacement)\n\nCall `String.prototype.replace` on the very right-most source snippet. Useful\nfor trimming white space from the end of a source node, etc.\n\n* `pattern`: The pattern to replace.\n\n* `replacement`: The thing to replace the pattern with.\n\n```js\n// Trim trailing white space.\nnode.replaceRight(/\\s*$/, \"\");\n```\n\n#### SourceNode.prototype.toString()\n\nReturn the string representation of this source node. Walks over the tree and\nconcatenates all the various snippets together to one string.\n\n```js\nvar node = new SourceNode(1, 2, \"a.js\", [\n new SourceNode(3, 4, \"b.js\", \"uno\"),\n \"dos\",\n [\n \"tres\",\n new SourceNode(5, 6, \"c.js\", \"quatro\")\n ]\n]);\n\nnode.toString()\n// 'unodostresquatro'\n```\n\n#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])\n\nReturns the string representation of this tree of source nodes, plus a\nSourceMapGenerator which contains all the mappings between the generated and\noriginal sources.\n\nThe arguments are the same as those to `new SourceMapGenerator`.\n\n```js\nvar node = new SourceNode(1, 2, \"a.js\", [\n new SourceNode(3, 4, \"b.js\", \"uno\"),\n \"dos\",\n [\n \"tres\",\n new SourceNode(5, 6, \"c.js\", \"quatro\")\n ]\n]);\n\nnode.toStringWithSourceMap({ file: \"my-output-file.js\" })\n// { code: 'unodostresquatro',\n// map: [object SourceMapGenerator] }\n```\n","readmeFilename":"README.md","homepage":"https://github.com/mozilla/source-map","contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"},{"name":"Eddy Bruël","email":"ejpbruel@mozilla.com"},{"name":"Hawken Rives","email":"hawkrives@gmail.com"},{"name":"Gilad Peleg","email":"giladp007@gmail.com"},{"name":"djchie","email":"djchie.dev@gmail.com"},{"name":"Gary Ye","email":"garysye@gmail.com"},{"name":"Nicolas Lalevée","email":"nicolas.lalevee@hibnet.org"}],"users":{"285858315":true,"anticom":true,"rmcgu":true,"lupideo":true,"abdihaikal":true,"josejaguirre":true,"wkaifang":true,"weisk":true,"bcoe":true,"pirxpilot":true,"rubiadias":true,"tuomastolppi":true,"rocman":true,"princetoad":true,"sopepos":true,"sadsenpai":true,"nbering":true,"ubenzer":true,"flozz":true,"mojaray2k":true,"miadzadfallah":true,"amorgaut":true,"abrahamwilliams":true,"chinawolf_wyp":true,"monsterkodi":true,"modood":true,"stone-jin":true,"r24y":true},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"license":"BSD-3-Clause","_attachments":{},"_etag":"W/\"596cf94b-252b1\"","_lastModified":"Mon, 17 Jul 2017 17:52:11 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/sshpk/.cache.json b/frappe/.npm/registry.npmjs.org/sshpk/.cache.json new file mode 100644 index 00000000..1123a826 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/sshpk/.cache.json @@ -0,0 +1 @@ +{"_id":"sshpk","_rev":"43-744b6fbbe01a4ba7e4185a1997967cae","name":"sshpk","description":"A library for finding and using SSH public keys","dist-tags":{"latest":"1.13.1"},"versions":{"1.0.0":{"name":"sshpk","version":"1.0.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tap test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"^0.2.2","assert-plus":"^0.1.5"},"devDependencies":{"tap":"0.4.2","benchmark":"^1.0.0"},"gitHead":"aa01f44043fd2217f8682c22f61ecc63df4ac853","_id":"sshpk@1.0.0","_shasum":"a8328ea1f1ab7f24925d05d08b41d307d6e1cc82","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"a8328ea1f1ab7f24925d05d08b41d307d6e1cc82","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.0.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.0.1":{"name":"sshpk","version":"1.0.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tap test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"^0.2.2","assert-plus":"^0.1.5"},"devDependencies":{"tap":"0.4.2","benchmark":"^1.0.0"},"gitHead":"bdd775ba6df8022f0e3fe46184641fbdfd148dc8","_id":"sshpk@1.0.1","_shasum":"f082eaf45cf591f28025899076b711ae15492efe","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"f082eaf45cf591f28025899076b711ae15492efe","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.0.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.0.2":{"name":"sshpk","version":"1.0.2","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"^0.2.2","assert-plus":"^0.1.5"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0"},"gitHead":"275d7ae580d17c095f95a04ddaca204ffb77ed65","_id":"sshpk@1.0.2","_shasum":"6c4ede38cbc33de7b97701b4439a1f92ff8dca9d","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"6c4ede38cbc33de7b97701b4439a1f92ff8dca9d","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.0.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.0.3":{"name":"sshpk","version":"1.0.3","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"0.2.2","assert-plus":"0.1.5"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"gitHead":"1f4cf3903d6d1846452eb20371ad929237a77b12","_id":"sshpk@1.0.3","_shasum":"6046f24117ed21399ba84aab69d4e2e308fc899f","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"6046f24117ed21399ba84aab69d4e2e308fc899f","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.0.3.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.0.4":{"name":"sshpk","version":"1.0.4","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"0.2.2","assert-plus":"0.1.5"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"gitHead":"6631e8a0b460432d5e30b543408602ecad1119f3","_id":"sshpk@1.0.4","_shasum":"584754ee1b57b9026caf2df0831b009011858f6b","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"584754ee1b57b9026caf2df0831b009011858f6b","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.0.4.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.1.0":{"name":"sshpk","version":"1.1.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"0.2.2","assert-plus":"0.1.5"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"gitHead":"db5293cc5a0d9c4b2ff7111d8223064d82b88ec3","_id":"sshpk@1.1.0","_shasum":"f1046ee820294ca95d737932e0e2369663a59513","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"f1046ee820294ca95d737932e0e2369663a59513","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.1.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.2.0":{"name":"sshpk","version":"1.2.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"0.2.2","assert-plus":"0.1.5"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"gitHead":"1797dd1bcf59c2c67db6a670430ea0995a61dabf","_id":"sshpk@1.2.0","_shasum":"e400ece7f6cbfe2da4db7335684198b1ced4057d","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"e400ece7f6cbfe2da4db7335684198b1ced4057d","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.2.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.2.1":{"name":"sshpk","version":"1.2.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"0.2.2","assert-plus":"0.1.5"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"gitHead":"531274a801f4ea9c142c699b55e4c118047568fb","_id":"sshpk@1.2.1","_shasum":"d7f8272dc165afbfa3ba682086bd3daf26be3e83","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"d7f8272dc165afbfa3ba682086bd3daf26be3e83","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.2.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.3.0":{"name":"sshpk","version":"1.3.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"gitHead":"7e8e5c759195c6dfd61a1a501ad0593a49f4aa61","_id":"sshpk@1.3.0","_shasum":"fd3229a6e0971b2003e61927fa74b2814c696cfb","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"fd3229a6e0971b2003e61927fa74b2814c696cfb","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.3.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"directories":{}},"1.4.0":{"name":"sshpk","version":"1.4.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"1e2a8adb67b4e63072dd40bf6a26779670423214","_id":"sshpk@1.4.0","_shasum":"4358666a18093d91cdbddb986e00545e119ee79b","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"4358666a18093d91cdbddb986e00545e119ee79b","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.4.1":{"name":"sshpk","version":"1.4.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"fabb2b74cab6b9820a78e58e9401e02c9fec3440","_id":"sshpk@1.4.1","_shasum":"f271f1533deba161bae23d46d40ddb4c7f28b395","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"f271f1533deba161bae23d46d40ddb4c7f28b395","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.4.2":{"name":"sshpk","version":"1.4.2","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"610baceec44d0dba669586f41e36a9273c4159db","_id":"sshpk@1.4.2","_shasum":"d06be5aa796f8a3bccdf7dcd6b9445177487012c","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"d06be5aa796f8a3bccdf7dcd6b9445177487012c","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.4.3":{"name":"sshpk","version":"1.4.3","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"0a56fe7f508cd8dcec8bc8213ccc9fd42115f7bb","_id":"sshpk@1.4.3","_shasum":"580177d5989653ad61b890af4ffb0e63dca6c5a1","_from":".","_npmVersion":"2.14.6","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"580177d5989653ad61b890af4ffb0e63dca6c5a1","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.3.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.4.4":{"name":"sshpk","version":"1.4.4","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"2ed1a1c0f086646caf2798f7204cdc749efd25e0","_id":"sshpk@1.4.4","_shasum":"8da4da1bd64c48ce13fd9947144c917582462024","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"8da4da1bd64c48ce13fd9947144c917582462024","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.4.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.4.5":{"name":"sshpk","version":"1.4.5","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"74f71c47efa29371407ad14b53663975036a7237","_id":"sshpk@1.4.5","_shasum":"b08d682ea1819fd50bad39c0bc1f08cd4d787883","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"b08d682ea1819fd50bad39c0bc1f08cd4d787883","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.5.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.4.6":{"name":"sshpk","version":"1.4.6","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"f94621769b80857b02ab6e28534b4c538da9a988","_id":"sshpk@1.4.6","_shasum":"aff7273e4797e60a83b031c94388bd00cf500c59","_from":".","_npmVersion":"2.14.6","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"aff7273e4797e60a83b031c94388bd00cf500c59","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.6.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.4.7":{"name":"sshpk","version":"1.4.7","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","big-integer":">=1.6.0 <2.0.0"},"optionalDependencies":{"big-integer":">=1.6.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"ac12e343830287500ee14716dd83171124931a27","_id":"sshpk@1.4.7","_shasum":"62e3dbf98b065ca7950acd21cdb780b9d2080066","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"62e3dbf98b065ca7950acd21cdb780b9d2080066","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.4.7.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.5.0":{"name":"sshpk","version":"1.5.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.0.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0"},"optionalDependencies":{"jsbn":">=0.0.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"2258438cad3785851e57270b373c01b42589cc5a","_id":"sshpk@1.5.0","_shasum":"00c40d3b80d4fe7e9ac562a343ce111fafca4fe2","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.8.28","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"00c40d3b80d4fe7e9ac562a343ce111fafca4fe2","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.5.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.5.1":{"name":"sshpk","version":"1.5.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.0.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0"},"optionalDependencies":{"jsbn":">=0.0.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"da9a897fa020576665ca63295df4d9d34cb05eea","_id":"sshpk@1.5.1","_shasum":"85fe5c5e69b7318c3fa329d82abef0ba4228c4f9","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"85fe5c5e69b7318c3fa329d82abef0ba4228c4f9","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.5.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.6.0":{"name":"sshpk","version":"1.6.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"f3013387324f5da539be282ac1b637056d956c18","_id":"sshpk@1.6.0","_shasum":"f9f9c76fd8e622d583b1ae83fe49aa7bec6e1d4a","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"f9f9c76fd8e622d583b1ae83fe49aa7bec6e1d4a","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.6.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.6.1":{"name":"sshpk","version":"1.6.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"b07d85a8d4f0e04b45f106fbc3768e30b63229e5","_id":"sshpk@1.6.1","_shasum":"3f1e6825feb00dd178f897409d6661756d3fefac","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"3f1e6825feb00dd178f897409d6661756d3fefac","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.6.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.6.2":{"name":"sshpk","version":"1.6.2","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.1.5 <0.2.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"f245b4f3dc0b9a89475b398fb1a7e895e73c6f95","_id":"sshpk@1.6.2","_shasum":"a8bbe7f5087739b71e1cecb43669e1ade663214c","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.8.28","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"a8bbe7f5087739b71e1cecb43669e1ade663214c","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.6.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.7.0":{"name":"sshpk","version":"1.7.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.2.0 <0.3.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"d268fc9a5442727dfb975a0c609f7419bc4d7057","_id":"sshpk@1.7.0","_shasum":"c64ac26de1bdd19cc9ccbe78ba747292c6c70a7c","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"c64ac26de1bdd19cc9ccbe78ba747292c6c70a7c","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.7.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.7.1":{"name":"sshpk","version":"1.7.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.2.0 <0.3.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"71dd768e94d6214a0b8e1196ca78297b582c6fb0","_id":"sshpk@1.7.1","_shasum":"565e386c42a77e6062fbd14c0472ff21cd53398c","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.7","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"565e386c42a77e6062fbd14c0472ff21cd53398c","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.7.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.7.2":{"name":"sshpk","version":"1.7.2","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.2.0 <0.3.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0","temp":"0.8.2"},"bin":{"sshpk-conv":"bin/sshpk-conv"},"gitHead":"f82457a5eca419cc3e6a2650e79b3414c47ea3bd","_id":"sshpk@1.7.2","_shasum":"e5eb43d0662bd201037327edb8b8f64656aca842","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"e5eb43d0662bd201037327edb8b8f64656aca842","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.7.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.7.3":{"name":"sshpk","version":"1.7.3","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.2.0 <0.3.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0","temp":"0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"3d98bfc22bb1c09f0747244acbb408f3ca9448b5","_id":"sshpk@1.7.3","_shasum":"caa8ef95e30765d856698b7025f9f211ab65962f","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"caa8ef95e30765d856698b7025f9f211ab65962f","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.7.3.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}]},"1.7.4":{"name":"sshpk","version":"1.7.4","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.8.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":">=0.2.3 <0.3.0","assert-plus":">=0.2.0 <0.3.0","dashdash":">=1.10.1 <2.0.0","jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"optionalDependencies":{"jsbn":">=0.1.0 <0.2.0","tweetnacl":">=0.13.0 <1.0.0","jodid25519":">=1.0.0 <2.0.0","ecc-jsbn":">=0.0.1 <1.0.0"},"devDependencies":{"tape":">=3.5.0 <4.0.0","benchmark":">=1.0.0 <2.0.0","sinon":">=1.17.2 <2.0.0","temp":"0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"9b86d45d512c97f6ea10b98a2970828dfb290310","_id":"sshpk@1.7.4","_shasum":"ad7b47defca61c8415d964243b62b0ce60fbca38","_from":".","_npmVersion":"2.14.4","_nodeVersion":"0.12.9","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"ad7b47defca61c8415d964243b62b0ce60fbca38","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.7.4.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/sshpk-1.7.4.tgz_1455236064846_0.4782760036177933"}},"1.8.0":{"name":"sshpk","version":"1.8.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.0.1"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.0.1"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"72e514427063ab67e32542df9da4ab55390072b6","_id":"sshpk@1.8.0","_shasum":"b8f8820f8a21b0ded4e6459da42313317ff15bf6","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"b8f8820f8a21b0ded4e6459da42313317ff15bf6","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.8.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.8.0.tgz_1461292391156_0.6731044049374759"}},"1.8.1":{"name":"sshpk","version":"1.8.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.0.1"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.0.1"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"6374f3ed714efd80f33481fe99d40282ceb9be0e","_id":"sshpk@1.8.1","_shasum":"6cb6cd073d27fc323207dd414614708f235a4b07","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"6cb6cd073d27fc323207dd414614708f235a4b07","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.8.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.8.1.tgz_1461292754249_0.1356447017751634"}},"1.8.2":{"name":"sshpk","version":"1.8.2","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/home/alex/dev/node-sshpk/man/man1/sshpk-conv.1","/home/alex/dev/node-sshpk/man/man1/sshpk-sign.1","/home/alex/dev/node-sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"763f4a67aaed61abd5d425acd106502d465fc01b","_id":"sshpk@1.8.2","_shasum":"d217f6661c59ce7e042f49562a582e6a6d06b164","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.9","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"d217f6661c59ce7e042f49562a582e6a6d06b164","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.8.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/sshpk-1.8.2.tgz_1461556618767_0.8821105812676251"}},"1.8.3":{"name":"sshpk","version":"1.8.3","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"82d39066b2df4e8284350ff5ebb08c5b95c74652","_id":"sshpk@1.8.3","_shasum":"890cc9d614dc5292e5cb1a543b03c9abaa5c374e","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.12.13","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"890cc9d614dc5292e5cb1a543b03c9abaa5c374e","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.8.3.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.8.3.tgz_1461968607532_0.32797130732797086"}},"1.9.0":{"name":"sshpk","version":"1.9.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"bf3f83cc4a2230d501f98602df8c060099eb7ca6","_id":"sshpk@1.9.0","_shasum":"b3ca15b9df95d36d8197ea2eb2123a70ef2349b7","_from":".","_npmVersion":"2.15.8","_nodeVersion":"0.12.15","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"b3ca15b9df95d36d8197ea2eb2123a70ef2349b7","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.9.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.9.0.tgz_1469644290699_0.8545950362458825"}},"1.9.1":{"name":"sshpk","version":"1.9.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"079f792ccd8a44acbd65d70ad94f42682715d3f0","_id":"sshpk@1.9.1","_shasum":"13a43cb36e05a87b97eb5939b5621e32a699ebd4","_from":".","_npmVersion":"2.15.8","_nodeVersion":"0.12.15","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"13a43cb36e05a87b97eb5939b5621e32a699ebd4","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.9.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.9.1.tgz_1469729314821_0.18617548048496246"}},"1.9.2":{"name":"sshpk","version":"1.9.2","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"a8b794384822a52eea5ed3b2f192a780b7909609","_id":"sshpk@1.9.2","_shasum":"3b41351bbad5c34ddf4bd8119937efee31a46765","_from":".","_npmVersion":"2.15.8","_nodeVersion":"0.12.15","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"3b41351bbad5c34ddf4bd8119937efee31a46765","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.9.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.9.2.tgz_1469841656006_0.10793639998883009"}},"1.10.0":{"name":"sshpk","version":"1.10.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.13.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"f3c297270aad821dda4f8b3381f3413537608e8e","_id":"sshpk@1.10.0","_shasum":"104d6ba2afb2ac099ab9567c0d193977f29c6dfa","_from":".","_npmVersion":"3.10.3","_nodeVersion":"0.12.15","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"104d6ba2afb2ac099ab9567c0d193977f29c6dfa","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.10.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.10.0.tgz_1472499565403_0.468067049048841"}},"1.10.1":{"name":"sshpk","version":"1.10.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"4212272b3889f2df155d2aa8a1a5305fe7a7d3a5","_id":"sshpk@1.10.1","_shasum":"30e1a5d329244974a1af61511339d595af6638b0","_from":".","_npmVersion":"3.10.3","_nodeVersion":"0.12.15","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"30e1a5d329244974a1af61511339d595af6638b0","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/sshpk-1.10.1.tgz_1475095320582_0.4095200637821108"}},"1.10.2":{"name":"sshpk","version":"1.10.2","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"3ae535658f83e610c0dd5bb97a1b2105db7220c7","_id":"sshpk@1.10.2","_shasum":"d5a804ce22695515638e798dbe23273de070a5fa","_from":".","_npmVersion":"3.10.10","_nodeVersion":"0.12.15","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"d5a804ce22695515638e798dbe23273de070a5fa","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.10.2.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/sshpk-1.10.2.tgz_1484356342573_0.6690851037856191"}},"1.11.0":{"name":"sshpk","version":"1.11.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"3bd4c3866a481845683a9e23d5062fff0b4b1bb0","_id":"sshpk@1.11.0","_shasum":"2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77","_from":".","_npmVersion":"3.10.10","_nodeVersion":"0.12.18","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"2d8d5ebb4a6fab28ffba37fa62a90f4a3ea59d77","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.11.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/sshpk-1.11.0.tgz_1488421334075_0.7735770349390805"}},"1.13.0":{"name":"sshpk","version":"1.13.0","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.14.0","jodid25519":"^1.0.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"61aa61683a0c8211641423843018aae1b3691bb7","_id":"sshpk@1.13.0","_shasum":"ff2a3e4fd04497555fed97b39a0fd82fafb3a33c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"0.12.15","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"ff2a3e4fd04497555fed97b39a0fd82fafb3a33c","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/sshpk-1.13.0.tgz_1492046338097_0.9430976777803153"}},"1.13.1":{"name":"sshpk","version":"1.13.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.14.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.14.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"a17ec8861242649038dcdba8f8d7df5edf2ddb8c","_id":"sshpk@1.13.1","_shasum":"512df6da6287144316dc4c18fe1cf1d940739be3","_from":".","_npmVersion":"4.2.0","_nodeVersion":"0.12.18","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"512df6da6287144316dc4c18fe1cf1d940739be3","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sshpk-1.13.1.tgz_1496888143718_0.9964376483112574"}}},"readme":"sshpk\n=========\n\nParse, convert, fingerprint and use SSH keys (both public and private) in pure\nnode -- no `ssh-keygen` or other external dependencies.\n\nSupports RSA, DSA, ECDSA (nistp-\\*) and ED25519 key types, in PEM (PKCS#1, \nPKCS#8) and OpenSSH formats.\n\nThis library has been extracted from\n[`node-http-signature`](https://github.com/joyent/node-http-signature)\n(work by [Mark Cavage](https://github.com/mcavage) and\n[Dave Eddy](https://github.com/bahamas10)) and\n[`node-ssh-fingerprint`](https://github.com/bahamas10/node-ssh-fingerprint)\n(work by Dave Eddy), with additions (including ECDSA support) by\n[Alex Wilson](https://github.com/arekinath).\n\nInstall\n-------\n\n```\nnpm install sshpk\n```\n\nExamples\n--------\n\n```js\nvar sshpk = require('sshpk');\n\nvar fs = require('fs');\n\n/* Read in an OpenSSH-format public key */\nvar keyPub = fs.readFileSync('id_rsa.pub');\nvar key = sshpk.parseKey(keyPub, 'ssh');\n\n/* Get metadata about the key */\nconsole.log('type => %s', key.type);\nconsole.log('size => %d bits', key.size);\nconsole.log('comment => %s', key.comment);\n\n/* Compute key fingerprints, in new OpenSSH (>6.7) format, and old MD5 */\nconsole.log('fingerprint => %s', key.fingerprint().toString());\nconsole.log('old-style fingerprint => %s', key.fingerprint('md5').toString());\n```\n\nExample output:\n\n```\ntype => rsa\nsize => 2048 bits\ncomment => foo@foo.com\nfingerprint => SHA256:PYC9kPVC6J873CSIbfp0LwYeczP/W4ffObNCuDJ1u5w\nold-style fingerprint => a0:c8:ad:6c:32:9a:32:fa:59:cc:a9:8c:0a:0d:6e:bd\n```\n\nMore examples: converting between formats:\n\n```js\n/* Read in a PEM public key */\nvar keyPem = fs.readFileSync('id_rsa.pem');\nvar key = sshpk.parseKey(keyPem, 'pem');\n\n/* Convert to PEM PKCS#8 public key format */\nvar pemBuf = key.toBuffer('pkcs8');\n\n/* Convert to SSH public key format (and return as a string) */\nvar sshKey = key.toString('ssh');\n```\n\nSigning and verifying:\n\n```js\n/* Read in an OpenSSH/PEM *private* key */\nvar keyPriv = fs.readFileSync('id_ecdsa');\nvar key = sshpk.parsePrivateKey(keyPriv, 'pem');\n\nvar data = 'some data';\n\n/* Sign some data with the key */\nvar s = key.createSign('sha1');\ns.update(data);\nvar signature = s.sign();\n\n/* Now load the public key (could also use just key.toPublic()) */\nvar keyPub = fs.readFileSync('id_ecdsa.pub');\nkey = sshpk.parseKey(keyPub, 'ssh');\n\n/* Make a crypto.Verifier with this key */\nvar v = key.createVerify('sha1');\nv.update(data);\nvar valid = v.verify(signature);\n/* => true! */\n```\n\nMatching fingerprints with keys:\n\n```js\nvar fp = sshpk.parseFingerprint('SHA256:PYC9kPVC6J873CSIbfp0LwYeczP/W4ffObNCuDJ1u5w');\n\nvar keys = [sshpk.parseKey(...), sshpk.parseKey(...), ...];\n\nkeys.forEach(function (key) {\n\tif (fp.matches(key))\n\t\tconsole.log('found it!');\n});\n```\n\nUsage\n-----\n\n## Public keys\n\n### `parseKey(data[, format = 'auto'[, options]])`\n\nParses a key from a given data format and returns a new `Key` object.\n\nParameters\n\n- `data` -- Either a Buffer or String, containing the key\n- `format` -- String name of format to use, valid options are:\n - `auto`: choose automatically from all below\n - `pem`: supports both PKCS#1 and PKCS#8\n - `ssh`: standard OpenSSH format,\n - `pkcs1`, `pkcs8`: variants of `pem`\n - `rfc4253`: raw OpenSSH wire format\n - `openssh`: new post-OpenSSH 6.5 internal format, produced by \n `ssh-keygen -o`\n- `options` -- Optional Object, extra options, with keys:\n - `filename` -- Optional String, name for the key being parsed \n (eg. the filename that was opened). Used to generate\n Error messages\n - `passphrase` -- Optional String, encryption passphrase used to decrypt an\n encrypted PEM file\n\n### `Key.isKey(obj)`\n\nReturns `true` if the given object is a valid `Key` object created by a version\nof `sshpk` compatible with this one.\n\nParameters\n\n- `obj` -- Object to identify\n\n### `Key#type`\n\nString, the type of key. Valid options are `rsa`, `dsa`, `ecdsa`.\n\n### `Key#size`\n\nInteger, \"size\" of the key in bits. For RSA/DSA this is the size of the modulus;\nfor ECDSA this is the bit size of the curve in use.\n\n### `Key#comment`\n\nOptional string, a key comment used by some formats (eg the `ssh` format).\n\n### `Key#curve`\n\nOnly present if `this.type === 'ecdsa'`, string containing the name of the\nnamed curve used with this key. Possible values include `nistp256`, `nistp384`\nand `nistp521`.\n\n### `Key#toBuffer([format = 'ssh'])`\n\nConvert the key into a given data format and return the serialized key as\na Buffer.\n\nParameters\n\n- `format` -- String name of format to use, for valid options see `parseKey()`\n\n### `Key#toString([format = 'ssh])`\n\nSame as `this.toBuffer(format).toString()`.\n\n### `Key#fingerprint([algorithm = 'sha256'])`\n\nCreates a new `Fingerprint` object representing this Key's fingerprint.\n\nParameters\n\n- `algorithm` -- String name of hash algorithm to use, valid options are `md5`,\n `sha1`, `sha256`, `sha384`, `sha512`\n\n### `Key#createVerify([hashAlgorithm])`\n\nCreates a `crypto.Verifier` specialized to use this Key (and the correct public\nkey algorithm to match it). The returned Verifier has the same API as a regular\none, except that the `verify()` function takes only the target signature as an\nargument.\n\nParameters\n\n- `hashAlgorithm` -- optional String name of hash algorithm to use, any\n supported by OpenSSL are valid, usually including\n `sha1`, `sha256`.\n\n`v.verify(signature[, format])` Parameters\n\n- `signature` -- either a Signature object, or a Buffer or String\n- `format` -- optional String, name of format to interpret given String with.\n Not valid if `signature` is a Signature or Buffer.\n\n### `Key#createDiffieHellman()`\n### `Key#createDH()`\n\nCreates a Diffie-Hellman key exchange object initialized with this key and all\nnecessary parameters. This has the same API as a `crypto.DiffieHellman`\ninstance, except that functions take `Key` and `PrivateKey` objects as\narguments, and return them where indicated for.\n\nThis is only valid for keys belonging to a cryptosystem that supports DHE\nor a close analogue (i.e. `dsa`, `ecdsa` and `curve25519` keys). An attempt\nto call this function on other keys will yield an `Error`.\n\n## Private keys\n\n### `parsePrivateKey(data[, format = 'auto'[, options]])`\n\nParses a private key from a given data format and returns a new\n`PrivateKey` object.\n\nParameters\n\n- `data` -- Either a Buffer or String, containing the key\n- `format` -- String name of format to use, valid options are:\n - `auto`: choose automatically from all below\n - `pem`: supports both PKCS#1 and PKCS#8\n - `ssh`, `openssh`: new post-OpenSSH 6.5 internal format, produced by\n `ssh-keygen -o`\n - `pkcs1`, `pkcs8`: variants of `pem`\n - `rfc4253`: raw OpenSSH wire format\n- `options` -- Optional Object, extra options, with keys:\n - `filename` -- Optional String, name for the key being parsed\n (eg. the filename that was opened). Used to generate\n Error messages\n - `passphrase` -- Optional String, encryption passphrase used to decrypt an\n encrypted PEM file\n\n### `generatePrivateKey(type[, options])`\n\nGenerates a new private key of a certain key type, from random data.\n\nParameters\n\n- `type` -- String, type of key to generate. Currently supported are `'ecdsa'`\n and `'ed25519'`\n- `options` -- optional Object, with keys:\n - `curve` -- optional String, for `'ecdsa'` keys, specifies the curve to use.\n If ECDSA is specified and this option is not given, defaults to\n using `'nistp256'`.\n\n### `PrivateKey.isPrivateKey(obj)`\n\nReturns `true` if the given object is a valid `PrivateKey` object created by a\nversion of `sshpk` compatible with this one.\n\nParameters\n\n- `obj` -- Object to identify\n\n### `PrivateKey#type`\n\nString, the type of key. Valid options are `rsa`, `dsa`, `ecdsa`.\n\n### `PrivateKey#size`\n\nInteger, \"size\" of the key in bits. For RSA/DSA this is the size of the modulus;\nfor ECDSA this is the bit size of the curve in use.\n\n### `PrivateKey#curve`\n\nOnly present if `this.type === 'ecdsa'`, string containing the name of the\nnamed curve used with this key. Possible values include `nistp256`, `nistp384`\nand `nistp521`.\n\n### `PrivateKey#toBuffer([format = 'pkcs1'])`\n\nConvert the key into a given data format and return the serialized key as\na Buffer.\n\nParameters\n\n- `format` -- String name of format to use, valid options are listed under \n `parsePrivateKey`. Note that ED25519 keys default to `openssh`\n format instead (as they have no `pkcs1` representation).\n\n### `PrivateKey#toString([format = 'pkcs1'])`\n\nSame as `this.toBuffer(format).toString()`.\n\n### `PrivateKey#toPublic()`\n\nExtract just the public part of this private key, and return it as a `Key`\nobject.\n\n### `PrivateKey#fingerprint([algorithm = 'sha256'])`\n\nSame as `this.toPublic().fingerprint()`.\n\n### `PrivateKey#createVerify([hashAlgorithm])`\n\nSame as `this.toPublic().createVerify()`.\n\n### `PrivateKey#createSign([hashAlgorithm])`\n\nCreates a `crypto.Sign` specialized to use this PrivateKey (and the correct\nkey algorithm to match it). The returned Signer has the same API as a regular\none, except that the `sign()` function takes no arguments, and returns a\n`Signature` object.\n\nParameters\n\n- `hashAlgorithm` -- optional String name of hash algorithm to use, any\n supported by OpenSSL are valid, usually including\n `sha1`, `sha256`.\n\n`v.sign()` Parameters\n\n- none\n\n### `PrivateKey#derive(newType)`\n\nDerives a related key of type `newType` from this key. Currently this is\nonly supported to change between `ed25519` and `curve25519` keys which are\nstored with the same private key (but usually distinct public keys in order\nto avoid degenerate keys that lead to a weak Diffie-Hellman exchange).\n\nParameters\n\n- `newType` -- String, type of key to derive, either `ed25519` or `curve25519`\n\n## Fingerprints\n\n### `parseFingerprint(fingerprint[, algorithms])`\n\nPre-parses a fingerprint, creating a `Fingerprint` object that can be used to\nquickly locate a key by using the `Fingerprint#matches` function.\n\nParameters\n\n- `fingerprint` -- String, the fingerprint value, in any supported format\n- `algorithms` -- Optional list of strings, names of hash algorithms to limit\n support to. If `fingerprint` uses a hash algorithm not on\n this list, throws `InvalidAlgorithmError`.\n\n### `Fingerprint.isFingerprint(obj)`\n\nReturns `true` if the given object is a valid `Fingerprint` object created by a\nversion of `sshpk` compatible with this one.\n\nParameters\n\n- `obj` -- Object to identify\n\n### `Fingerprint#toString([format])`\n\nReturns a fingerprint as a string, in the given format.\n\nParameters\n\n- `format` -- Optional String, format to use, valid options are `hex` and\n `base64`. If this `Fingerprint` uses the `md5` algorithm, the\n default format is `hex`. Otherwise, the default is `base64`.\n\n### `Fingerprint#matches(key)`\n\nVerifies whether or not this `Fingerprint` matches a given `Key`. This function\nuses double-hashing to avoid leaking timing information. Returns a boolean.\n\nParameters\n\n- `key` -- a `Key` object, the key to match this fingerprint against\n\n## Signatures\n\n### `parseSignature(signature, algorithm, format)`\n\nParses a signature in a given format, creating a `Signature` object. Useful\nfor converting between the SSH and ASN.1 (PKCS/OpenSSL) signature formats, and\nalso returned as output from `PrivateKey#createSign().sign()`.\n\nA Signature object can also be passed to a verifier produced by\n`Key#createVerify()` and it will automatically be converted internally into the\ncorrect format for verification.\n\nParameters\n\n- `signature` -- a Buffer (binary) or String (base64), data of the actual\n signature in the given format\n- `algorithm` -- a String, name of the algorithm to be used, possible values\n are `rsa`, `dsa`, `ecdsa`\n- `format` -- a String, either `asn1` or `ssh`\n\n### `Signature.isSignature(obj)`\n\nReturns `true` if the given object is a valid `Signature` object created by a\nversion of `sshpk` compatible with this one.\n\nParameters\n\n- `obj` -- Object to identify\n\n### `Signature#toBuffer([format = 'asn1'])`\n\nConverts a Signature to the given format and returns it as a Buffer.\n\nParameters\n\n- `format` -- a String, either `asn1` or `ssh`\n\n### `Signature#toString([format = 'asn1'])`\n\nSame as `this.toBuffer(format).toString('base64')`.\n\n## Certificates\n\n`sshpk` includes basic support for parsing certificates in X.509 (PEM) format\nand the OpenSSH certificate format. This feature is intended to be used mainly\nto access basic metadata about certificates, extract public keys from them, and\nalso to generate simple self-signed certificates from an existing key.\n\nNotably, there is no implementation of CA chain-of-trust verification, and only\nvery minimal support for key usage restrictions. Please do the security world\na favour, and DO NOT use this code for certificate verification in the\ntraditional X.509 CA chain style.\n\n### `parseCertificate(data, format)`\n\nParameters\n\n - `data` -- a Buffer or String\n - `format` -- a String, format to use, one of `'openssh'`, `'pem'` (X.509 in a\n PEM wrapper), or `'x509'` (raw DER encoded)\n\n### `createSelfSignedCertificate(subject, privateKey[, options])`\n\nParameters\n\n - `subject` -- an Identity, the subject of the certificate\n - `privateKey` -- a PrivateKey, the key of the subject: will be used both to be\n placed in the certificate and also to sign it (since this is\n a self-signed certificate)\n - `options` -- optional Object, with keys:\n - `lifetime` -- optional Number, lifetime of the certificate from now in\n seconds\n - `validFrom`, `validUntil` -- optional Dates, beginning and end of\n certificate validity period. If given\n `lifetime` will be ignored\n - `serial` -- optional Buffer, the serial number of the certificate\n - `purposes` -- optional Array of String, X.509 key usage restrictions\n\n### `createCertificate(subject, key, issuer, issuerKey[, options])`\n\nParameters\n\n - `subject` -- an Identity, the subject of the certificate\n - `key` -- a Key, the public key of the subject\n - `issuer` -- an Identity, the issuer of the certificate who will sign it\n - `issuerKey` -- a PrivateKey, the issuer's private key for signing\n - `options` -- optional Object, with keys:\n - `lifetime` -- optional Number, lifetime of the certificate from now in\n seconds\n - `validFrom`, `validUntil` -- optional Dates, beginning and end of\n certificate validity period. If given\n `lifetime` will be ignored\n - `serial` -- optional Buffer, the serial number of the certificate\n - `purposes` -- optional Array of String, X.509 key usage restrictions\n\n### `Certificate#subjects`\n\nArray of `Identity` instances describing the subject of this certificate.\n\n### `Certificate#issuer`\n\nThe `Identity` of the Certificate's issuer (signer).\n\n### `Certificate#subjectKey`\n\nThe public key of the subject of the certificate, as a `Key` instance.\n\n### `Certificate#issuerKey`\n\nThe public key of the signing issuer of this certificate, as a `Key` instance.\nMay be `undefined` if the issuer's key is unknown (e.g. on an X509 certificate).\n\n### `Certificate#serial`\n\nThe serial number of the certificate. As this is normally a 64-bit or wider\ninteger, it is returned as a Buffer.\n\n### `Certificate#purposes`\n\nArray of Strings indicating the X.509 key usage purposes that this certificate\nis valid for. The possible strings at the moment are:\n\n * `'signature'` -- key can be used for digital signatures\n * `'identity'` -- key can be used to attest about the identity of the signer\n (X.509 calls this `nonRepudiation`)\n * `'codeSigning'` -- key can be used to sign executable code\n * `'keyEncryption'` -- key can be used to encrypt other keys\n * `'encryption'` -- key can be used to encrypt data (only applies for RSA)\n * `'keyAgreement'` -- key can be used for key exchange protocols such as\n Diffie-Hellman\n * `'ca'` -- key can be used to sign other certificates (is a Certificate\n Authority)\n * `'crl'` -- key can be used to sign Certificate Revocation Lists (CRLs)\n\n### `Certificate#isExpired([when])`\n\nTests whether the Certificate is currently expired (i.e. the `validFrom` and\n`validUntil` dates specify a range of time that does not include the current\ntime).\n\nParameters\n\n - `when` -- optional Date, if specified, tests whether the Certificate was or\n will be expired at the specified time instead of now\n\nReturns a Boolean.\n\n### `Certificate#isSignedByKey(key)`\n\nTests whether the Certificate was validly signed by the given (public) Key.\n\nParameters\n\n - `key` -- a Key instance\n\nReturns a Boolean.\n\n### `Certificate#isSignedBy(certificate)`\n\nTests whether this Certificate was validly signed by the subject of the given\ncertificate. Also tests that the issuer Identity of this Certificate and the\nsubject Identity of the other Certificate are equivalent.\n\nParameters\n\n - `certificate` -- another Certificate instance\n\nReturns a Boolean.\n\n### `Certificate#fingerprint([hashAlgo])`\n\nReturns the X509-style fingerprint of the entire certificate (as a Fingerprint\ninstance). This matches what a web-browser or similar would display as the\ncertificate fingerprint and should not be confused with the fingerprint of the\nsubject's public key.\n\nParameters\n\n - `hashAlgo` -- an optional String, any hash function name\n\n### `Certificate#toBuffer([format])`\n\nSerializes the Certificate to a Buffer and returns it.\n\nParameters\n\n - `format` -- an optional String, output format, one of `'openssh'`, `'pem'` or\n `'x509'`. Defaults to `'x509'`.\n\nReturns a Buffer.\n\n### `Certificate#toString([format])`\n\n - `format` -- an optional String, output format, one of `'openssh'`, `'pem'` or\n `'x509'`. Defaults to `'pem'`.\n\nReturns a String.\n\n## Certificate identities\n\n### `identityForHost(hostname)`\n\nConstructs a host-type Identity for a given hostname.\n\nParameters\n\n - `hostname` -- the fully qualified DNS name of the host\n\nReturns an Identity instance.\n\n### `identityForUser(uid)`\n\nConstructs a user-type Identity for a given UID.\n\nParameters\n\n - `uid` -- a String, user identifier (login name)\n\nReturns an Identity instance.\n\n### `identityForEmail(email)`\n\nConstructs an email-type Identity for a given email address.\n\nParameters\n\n - `email` -- a String, email address\n\nReturns an Identity instance.\n\n### `identityFromDN(dn)`\n\nParses an LDAP-style DN string (e.g. `'CN=foo, C=US'`) and turns it into an\nIdentity instance.\n\nParameters\n\n - `dn` -- a String\n\nReturns an Identity instance.\n\n### `Identity#toString()`\n\nReturns the identity as an LDAP-style DN string.\ne.g. `'CN=foo, O=bar corp, C=us'`\n\n### `Identity#type`\n\nThe type of identity. One of `'host'`, `'user'`, `'email'` or `'unknown'`\n\n### `Identity#hostname`\n### `Identity#uid`\n### `Identity#email`\n\nSet when `type` is `'host'`, `'user'`, or `'email'`, respectively. Strings.\n\n### `Identity#cn`\n\nThe value of the first `CN=` in the DN, if any.\n\nErrors\n------\n\n### `InvalidAlgorithmError`\n\nThe specified algorithm is not valid, either because it is not supported, or\nbecause it was not included on a list of allowed algorithms.\n\nThrown by `Fingerprint.parse`, `Key#fingerprint`.\n\nProperties\n\n- `algorithm` -- the algorithm that could not be validated\n\n### `FingerprintFormatError`\n\nThe fingerprint string given could not be parsed as a supported fingerprint\nformat, or the specified fingerprint format is invalid.\n\nThrown by `Fingerprint.parse`, `Fingerprint#toString`.\n\nProperties\n\n- `fingerprint` -- if caused by a fingerprint, the string value given\n- `format` -- if caused by an invalid format specification, the string value given\n\n### `KeyParseError`\n\nThe key data given could not be parsed as a valid key.\n\nProperties\n\n- `keyName` -- `filename` that was given to `parseKey`\n- `format` -- the `format` that was trying to parse the key (see `parseKey`)\n- `innerErr` -- the inner Error thrown by the format parser\n\n### `KeyEncryptedError`\n\nThe key is encrypted with a symmetric key (ie, it is password protected). The\nparsing operation would succeed if it was given the `passphrase` option.\n\nProperties\n\n- `keyName` -- `filename` that was given to `parseKey`\n- `format` -- the `format` that was trying to parse the key (currently can only\n be `\"pem\"`)\n\n### `CertificateParseError`\n\nThe certificate data given could not be parsed as a valid certificate.\n\nProperties\n\n- `certName` -- `filename` that was given to `parseCertificate`\n- `format` -- the `format` that was trying to parse the key\n (see `parseCertificate`)\n- `innerErr` -- the inner Error thrown by the format parser\n\nFriends of sshpk\n----------------\n\n * [`sshpk-agent`](https://github.com/arekinath/node-sshpk-agent) is a library\n for speaking the `ssh-agent` protocol from node.js, which uses `sshpk`\n","maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"time":{"modified":"2017-06-08T02:15:44.489Z","created":"2015-09-19T04:48:17.976Z","1.0.0":"2015-09-19T04:48:17.976Z","1.0.1":"2015-09-21T17:59:24.856Z","1.0.2":"2015-09-22T18:06:39.992Z","1.0.3":"2015-09-22T18:57:51.802Z","1.0.4":"2015-09-22T23:25:17.084Z","1.1.0":"2015-09-25T05:57:43.194Z","1.2.0":"2015-09-28T06:47:28.445Z","1.2.1":"2015-09-28T07:11:35.597Z","1.3.0":"2015-09-30T23:00:53.424Z","1.4.0":"2015-10-08T02:40:54.913Z","1.4.1":"2015-10-09T00:30:45.207Z","1.4.2":"2015-10-09T00:33:45.148Z","1.4.3":"2015-10-13T17:51:13.407Z","1.4.4":"2015-10-13T19:17:36.983Z","1.4.5":"2015-10-14T22:13:23.547Z","1.4.6":"2015-10-15T07:11:20.555Z","1.4.7":"2015-10-16T18:06:41.402Z","1.5.0":"2015-10-27T00:36:08.334Z","1.5.1":"2015-10-27T18:24:07.848Z","1.6.0":"2015-11-02T22:36:59.073Z","1.6.1":"2015-11-07T00:36:03.917Z","1.6.2":"2015-11-10T02:09:45.830Z","1.7.0":"2015-11-18T23:31:15.289Z","1.7.1":"2015-12-01T21:25:46.219Z","1.7.2":"2016-01-06T00:11:05.547Z","1.7.3":"2016-01-12T02:25:34.752Z","1.7.4":"2016-02-12T00:14:26.422Z","1.8.0":"2016-04-22T02:33:12.835Z","1.8.1":"2016-04-22T02:39:15.897Z","1.8.2":"2016-04-25T03:56:59.221Z","1.8.3":"2016-04-29T22:23:28.468Z","1.9.0":"2016-07-27T18:31:34.391Z","1.9.1":"2016-07-28T18:08:38.524Z","1.9.2":"2016-07-30T01:21:00.428Z","1.10.0":"2016-08-29T19:39:27.982Z","1.10.1":"2016-09-28T20:42:02.606Z","1.10.2":"2017-01-14T01:12:25.046Z","1.11.0":"2017-03-02T02:22:14.354Z","1.13.0":"2017-04-13T01:18:58.333Z","1.13.1":"2017-06-08T02:15:44.489Z"},"homepage":"https://github.com/arekinath/node-sshpk#readme","repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"author":{"name":"Joyent, Inc"},"bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"license":"MIT","readmeFilename":"README.md","users":{"shanewholloway":true,"oliversalzburg":true,"mojaray2k":true},"_attachments":{},"_etag":"W/\"5938b350-15482\"","_lastModified":"Thu, 08 Jun 2017 02:15:44 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/statuses/.cache.json b/frappe/.npm/registry.npmjs.org/statuses/.cache.json new file mode 100644 index 00000000..b0c9400c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/statuses/.cache.json @@ -0,0 +1 @@ +{"_id":"statuses","_rev":"48-3d9e117077a2416e22fe1f85a5d1023e","name":"statuses","description":"HTTP status utility","dist-tags":{"latest":"1.3.1"},"versions":{"1.0.1":{"name":"statuses","description":"HTTP status utility","version":"1.0.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/expressjs/statuses.git"},"bugs":{"url":"https://github.com/expressjs/statuses/issues","email":"me@jongleberry.com"},"license":"MIT","homepage":"https://github.com/expressjs/statuses","_id":"statuses@1.0.1","dist":{"shasum":"e6e059e1bc769dfccd80fe7e9901a20a48b8ce9a","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.0.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"directories":{}},"1.0.2":{"name":"statuses","description":"HTTP status utility","version":"1.0.2","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/expressjs/statuses.git"},"bugs":{"url":"https://github.com/expressjs/statuses/issues","email":"me@jongleberry.com"},"license":"MIT","homepage":"https://github.com/expressjs/statuses","_id":"statuses@1.0.2","dist":{"shasum":"6e8a73c2fb0886f5eecf78e0aa2a1b9ae92ab73b","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.0.2.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"directories":{}},"1.0.3":{"name":"statuses","description":"HTTP status utility","version":"1.0.3","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/expressjs/statuses.git"},"bugs":{"url":"https://github.com/expressjs/statuses/issues","email":"me@jongleberry.com"},"license":"MIT","homepage":"https://github.com/expressjs/statuses","_id":"statuses@1.0.3","_shasum":"a7d9bfb30bce92281bdba717ceb9db10d8640afb","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"a7d9bfb30bce92281bdba717ceb9db10d8640afb","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"statuses","description":"HTTP status utility","version":"1.0.4","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"license":"MIT","keywords":["http","status","code"],"files":["index.js"],"gitHead":"0315a85435546839b4bcafaf5c1e6ac2acab660a","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.0.4","scripts":{},"_shasum":"a8b203f645cf475a66426f6be690205c85f3ebdd","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"a8b203f645cf475a66426f6be690205c85f3ebdd","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.0.4.tgz"},"directories":{}},"1.1.0":{"name":"statuses","description":"HTTP status utility","version":"1.1.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"license":"MIT","keywords":["http","status","code"],"files":["index.js","codes.json","LICENSE"],"devDependencies":{"mocha":"1","istanbul":"0"},"scripts":{"update":"node update.js","test":"mocha --reporter spec --bail --check-leaks","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks"},"gitHead":"4d540d3e25368b97d1410bf8bd5637a5c9e20ce8","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.1.0","_shasum":"937882caad053f8d808d845b333cfab9def03222","_from":".","_npmVersion":"2.0.2","_nodeVersion":"0.11.13","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"937882caad053f8d808d845b333cfab9def03222","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"statuses","description":"HTTP status utility","version":"1.1.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"license":"MIT","keywords":["http","status","code"],"files":["index.js","codes.json","LICENSE"],"devDependencies":{"mocha":"1","istanbul":"0"},"scripts":{"update":"node update.js","test":"mocha --reporter spec --bail --check-leaks","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks"},"gitHead":"9b775578df2b528c377f53f3ed3cfa03da4d1274","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.1.1","_shasum":"10d1811e1bd3182ea3f566bf6b4745cf8edee6cc","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"10d1811e1bd3182ea3f566bf6b4745cf8edee6cc","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.1.1.tgz"},"directories":{}},"1.2.0":{"name":"statuses","description":"HTTP status utility","version":"1.2.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"license":"MIT","keywords":["http","status","code"],"files":["index.js","codes.json","LICENSE"],"devDependencies":{"csv-parse":"0.0.6","istanbul":"0","mocha":"1","request":"^2.44.0","stream-to-array":"^2.0.2"},"scripts":{"build":"node scripts/build.js","update":"node scripts/update.js","test":"mocha --reporter spec --bail --check-leaks","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks"},"gitHead":"64dc7753f28f0302e4140602e36f0e270ddbb1bd","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.2.0","_shasum":"4445790d65bec29184f50d54810f67e290c1679e","_from":".","_npmVersion":"2.0.2","_nodeVersion":"0.11.14","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"4445790d65bec29184f50d54810f67e290c1679e","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"statuses","description":"HTTP status utility","version":"1.2.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"license":"MIT","keywords":["http","status","code"],"files":["index.js","codes.json","LICENSE"],"devDependencies":{"csv-parse":"0.0.6","istanbul":"0","mocha":"1","stream-to-array":"2"},"scripts":{"build":"node scripts/build.js","update":"node scripts/update.js","test":"mocha --reporter spec --bail --check-leaks","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks"},"gitHead":"49e6ac7ae4c63ee8186f56cb52112a7eeda28ed7","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.2.1","_shasum":"dded45cc18256d51ed40aec142489d5c61026d28","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"dded45cc18256d51ed40aec142489d5c61026d28","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"},"directories":{}},"1.3.0":{"name":"statuses","description":"HTTP status utility","version":"1.3.0","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"license":"MIT","keywords":["http","status","code"],"files":["HISTORY.md","index.js","codes.json","LICENSE"],"devDependencies":{"csv-parse":"1.0.1","eslint":"2.10.2","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.1.0","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"1.21.5","stream-to-array":"2.2.0"},"engines":{"node":">= 0.6"},"scripts":{"build":"node scripts/build.js","fetch":"node scripts/fetch.js","lint":"eslint **/*.js","test":"mocha --reporter spec --check-leaks --bail test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","update":"npm run fetch && npm run build"},"gitHead":"b3e31e8c32dd8107e898b44b8c0b2dfff3cba495","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.3.0","_shasum":"8e55758cb20e7682c1f4fce8dcab30bf01d1e07a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"dist":{"shasum":"8e55758cb20e7682c1f4fce8dcab30bf01d1e07a","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.3.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/statuses-1.3.0.tgz_1463517875633_0.19560232176445425"},"directories":{}},"1.3.1":{"name":"statuses","description":"HTTP status utility","version":"1.3.1","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"license":"MIT","keywords":["http","status","code"],"files":["HISTORY.md","index.js","codes.json","LICENSE"],"devDependencies":{"csv-parse":"1.1.7","eslint":"3.10.0","eslint-config-standard":"6.2.1","eslint-plugin-promise":"3.3.2","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"1.21.5","stream-to-array":"2.3.0"},"engines":{"node":">= 0.6"},"scripts":{"build":"node scripts/build.js","fetch":"node scripts/fetch.js","lint":"eslint .","test":"mocha --reporter spec --check-leaks --bail test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","update":"npm run fetch && npm run build"},"gitHead":"28a619be77f5b4741e6578a5764c5b06ec6d4aea","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.3.1","_shasum":"faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"dist":{"shasum":"faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/statuses-1.3.1.tgz_1478923281491_0.5574048184789717"},"directories":{}}},"readme":"# Statuses\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nHTTP status utility for node.\n\n## API\n\n```js\nvar status = require('statuses')\n```\n\n### var code = status(Integer || String)\n\nIf `Integer` or `String` is a valid HTTP code or status message, then the appropriate `code` will be returned. Otherwise, an error will be thrown.\n\n```js\nstatus(403) // => 403\nstatus('403') // => 403\nstatus('forbidden') // => 403\nstatus('Forbidden') // => 403\nstatus(306) // throws, as it's not supported by node.js\n```\n\n### status.codes\n\nReturns an array of all the status codes as `Integer`s.\n\n### var msg = status[code]\n\nMap of `code` to `status message`. `undefined` for invalid `code`s.\n\n```js\nstatus[404] // => 'Not Found'\n```\n\n### var code = status[msg]\n\nMap of `status message` to `code`. `msg` can either be title-cased or lower-cased. `undefined` for invalid `status message`s.\n\n```js\nstatus['not found'] // => 404\nstatus['Not Found'] // => 404\n```\n\n### status.redirect[code]\n\nReturns `true` if a status code is a valid redirect status.\n\n```js\nstatus.redirect[200] // => undefined\nstatus.redirect[301] // => true\n```\n\n### status.empty[code]\n\nReturns `true` if a status code expects an empty body.\n\n```js\nstatus.empty[200] // => undefined\nstatus.empty[204] // => true\nstatus.empty[304] // => true\n```\n\n### status.retry[code]\n\nReturns `true` if you should retry the rest.\n\n```js\nstatus.retry[501] // => undefined\nstatus.retry[503] // => true\n```\n\n## Adding Status Codes\n\nThe status codes are primarily sourced from http://www.iana.org/assignments/http-status-codes/http-status-codes-1.csv.\nAdditionally, custom codes are added from http://en.wikipedia.org/wiki/List_of_HTTP_status_codes.\nThese are added manually in the `lib/*.json` files.\nIf you would like to add a status code, add it to the appropriate JSON file.\n\nTo rebuild `codes.json`, run the following:\n\n```bash\n# update src/iana.json\nnpm run fetch\n# build codes.json\nnpm run build\n```\n\n[npm-image]: https://img.shields.io/npm/v/statuses.svg\n[npm-url]: https://npmjs.org/package/statuses\n[node-version-image]: https://img.shields.io/badge/node.js-%3E%3D_0.6-brightgreen.svg\n[node-version-url]: https://nodejs.org/en/download\n[travis-image]: https://img.shields.io/travis/jshttp/statuses.svg\n[travis-url]: https://travis-ci.org/jshttp/statuses\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/statuses.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/statuses?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/statuses.svg\n[downloads-url]: https://npmjs.org/package/statuses\n","maintainers":[{"email":"shtylman@gmail.com","name":"defunctzombie"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"},{"email":"doug@somethingdoug.com","name":"dougwilson"},{"email":"mscdex@mscdex.net","name":"mscdex"},{"email":"fishrock123@rocketmail.com","name":"fishrock123"},{"email":"jonathanrichardong@gmail.com","name":"jongleberry"}],"time":{"modified":"2017-05-22T14:35:43.501Z","created":"2014-03-13T01:21:33.978Z","1.0.1":"2014-03-13T01:21:33.978Z","1.0.2":"2014-03-14T19:13:18.390Z","1.0.3":"2014-06-09T07:25:34.449Z","1.0.4":"2014-08-21T08:55:36.731Z","1.1.0":"2014-09-22T00:42:03.183Z","1.1.1":"2014-09-25T00:25:01.485Z","1.2.0":"2014-09-29T04:11:14.857Z","1.2.1":"2015-02-01T23:52:50.008Z","1.3.0":"2016-05-17T20:44:38.170Z","1.3.1":"2016-11-12T04:01:23.592Z"},"homepage":"https://github.com/jshttp/statuses","repository":{"type":"git","url":"https://github.com/jshttp/statuses"},"bugs":{"url":"https://github.com/jshttp/statuses/issues"},"license":"MIT","readmeFilename":"README.md","users":{"tunnckocore":true,"mimmo1":true,"darkowlzz":true,"docksteaderluke":true,"goodseller":true,"maximilianschmitt":true,"j3kz":true,"h0ward":true,"unboundev":true,"igorissen":true,"cwagner":true,"mojaray2k":true,"kodekracker":true,"nickeltobias":true,"ziflex":true,"jota":true,"wangnan0610":true,"quafoo":true},"keywords":["http","status","code"],"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"_attachments":{},"_etag":"W/\"5922f73f-4938\"","_lastModified":"Mon, 22 May 2017 14:35:43 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/string_decoder/.cache.json b/frappe/.npm/registry.npmjs.org/string_decoder/.cache.json new file mode 100644 index 00000000..e3882547 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/string_decoder/.cache.json @@ -0,0 +1 @@ +{"_id":"string_decoder","_rev":"37-fb35bb2e876bc709a6b40bc95a3cc8a8","name":"string_decoder","description":"The string_decoder module from Node core","dist-tags":{"latest":"1.0.3"},"versions":{"0.0.0":{"name":"string_decoder","version":"0.0.0","description":"the string_decoder module from node core for browsers","main":"index.js","dependencies":{},"devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git://github.com/substack/string_decoder.git"},"homepage":"https://github.com/substack/string_decoder","keywords":["string","decoder","browser","browserify"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/string_decoder/issues"},"_id":"string_decoder@0.0.0","dist":{"shasum":"e185bd651285845d5599d23cf7bff58dd4ad7c18","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.0.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.0.1":{"name":"string_decoder","version":"0.0.1","description":"the string_decoder module from node core for browsers","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/substack/string_decoder.git"},"homepage":"https://github.com/substack/string_decoder","keywords":["string","decoder","browser","browserify"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/string_decoder/issues"},"_id":"string_decoder@0.0.1","dist":{"shasum":"f5472d0a8d1650ec823752d24e6fd627b39bf141","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.10.24":{"name":"string_decoder","version":"0.10.24","description":"The string_decoder module from Node core","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@0.10.24","dist":{"shasum":"6902abf7be76f35e9c92292583328ba4c07e86c3","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.24.tgz"},"_from":".","_npmVersion":"1.3.13","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"directories":{}},"0.11.10":{"name":"string_decoder","version":"0.11.10","description":"The string_decoder module from Node core","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@0.11.10","dist":{"shasum":"f0a31205d59b2f1f2e90fdd5032d670a5f9ecf4a","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.11.10.tgz"},"_from":".","_npmVersion":"1.3.13","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"directories":{}},"0.10.25":{"name":"string_decoder","version":"0.10.25","description":"The string_decoder module from Node core","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@0.10.25","dist":{"shasum":"668c9da4f8efbdc937a4a6b6bf1cfbec4e9a82e2","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.25.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"directories":{}},"0.11.10-1":{"name":"string_decoder","version":"0.11.10-1","description":"The string_decoder module from Node core","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@0.11.10-1","dist":{"shasum":"eb35282cf4612b6e5662fb411b7deeabaa757468","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.11.10-1.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"directories":{}},"0.10.25-1":{"name":"string_decoder","version":"0.10.25-1","description":"The string_decoder module from Node core","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@0.10.25-1","dist":{"shasum":"f387babd95d23a2bb73b1fbf2cb3efab6f78baab","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.25-1.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"directories":{}},"0.10.31":{"name":"string_decoder","version":"0.10.31","description":"The string_decoder module from Node core","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","gitHead":"d46d4fd87cf1d06e031c23f1ba170ca7d4ade9a0","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@0.10.31","_shasum":"62e203bc41766c6c28c9fc84301dab1c5310fa94","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"dist":{"shasum":"62e203bc41766c6c28c9fc84301dab1c5310fa94","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"},"directories":{}},"1.0.0":{"name":"string_decoder","version":"1.0.0","description":"The string_decoder module from Node core","main":"lib/string_decoder.js","dependencies":{"buffer-shims":"~1.0.0"},"devDependencies":{"babel-polyfill":"^6.23.0","tap":"~0.4.8"},"scripts":{"test":"tap test/parallel/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","gitHead":"847f2f513a5648857af03adf680c90d833a499d2","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@1.0.0","_shasum":"f06f41157b664d86069f84bdbdc9b0d8ab281667","_from":".","_npmVersion":"4.4.4","_nodeVersion":"7.8.0","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"dist":{"shasum":"f06f41157b664d86069f84bdbdc9b0d8ab281667","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/string_decoder-1.0.0.tgz_1491485897373_0.9406327686738223"},"directories":{}},"1.0.1":{"name":"string_decoder","version":"1.0.1","description":"The string_decoder module from Node core","main":"lib/string_decoder.js","dependencies":{"safe-buffer":"^5.0.1"},"devDependencies":{"babel-polyfill":"^6.23.0","tap":"~0.4.8"},"scripts":{"test":"tap test/parallel/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","gitHead":"2c3f24bebf91134e0138629bc7109401085b17dd","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@1.0.1","_shasum":"62e200f039955a6810d8df0a33ffc0f013662d98","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.10.1","_npmUser":{"name":"matteo.collina","email":"hello@matteocollina.com"},"dist":{"shasum":"62e200f039955a6810d8df0a33ffc0f013662d98","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.1.tgz"},"maintainers":[{"email":"hello@matteocollina.com","name":"matteo.collina"},{"email":"substack@gmail.com","name":"substack"},{"email":"rod@vagg.org","name":"rvagg"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/string_decoder-1.0.1.tgz_1495181944293_0.23547686799429357"},"directories":{}},"1.0.2":{"name":"string_decoder","version":"1.0.2","description":"The string_decoder module from Node core","main":"lib/string_decoder.js","dependencies":{"safe-buffer":"~5.0.1"},"devDependencies":{"babel-polyfill":"^6.23.0","tap":"~0.4.8"},"scripts":{"test":"tap test/parallel/*.js && node test/verify-dependencies"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","gitHead":"fb0c8bc0741f8ac25f3d354a17d9106a7714f3da","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@1.0.2","_shasum":"b29e1f4e1125fa97a10382b8a533737b7491e179","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.0","_npmUser":{"name":"matteo.collina","email":"hello@matteocollina.com"},"dist":{"shasum":"b29e1f4e1125fa97a10382b8a533737b7491e179","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.2.tgz"},"maintainers":[{"email":"hello@matteocollina.com","name":"matteo.collina"},{"email":"substack@gmail.com","name":"substack"},{"email":"rod@vagg.org","name":"rvagg"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string_decoder-1.0.2.tgz_1496758759778_0.9832893849816173"},"directories":{}},"1.0.3":{"name":"string_decoder","version":"1.0.3","description":"The string_decoder module from Node core","main":"lib/string_decoder.js","dependencies":{"safe-buffer":"~5.1.0"},"devDependencies":{"babel-polyfill":"^6.23.0","tap":"~0.4.8"},"scripts":{"test":"tap test/parallel/*.js && node test/verify-dependencies"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","gitHead":"e97f24dd3d047b72b9836518e2a0788e2a6a2fdb","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@1.0.3","_npmVersion":"5.0.3","_nodeVersion":"8.1.1","_npmUser":{"name":"cwmma","email":"calvin.metcalf@gmail.com"},"dist":{"integrity":"sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==","shasum":"0fc67d7c141825de94282dd536bec6b9bce860ab","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz"},"maintainers":[{"name":"cwmma","email":"calvin.metcalf@gmail.com"},{"name":"matteo.collina","email":"hello@matteocollina.com"},{"name":"nodejs-foundation","email":"build@iojs.org"},{"name":"rvagg","email":"rod@vagg.org"},{"name":"substack","email":"substack@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string_decoder-1.0.3.tgz_1498156574101_0.8198789858724922"},"directories":{}}},"readme":"# string_decoder\n\n***Node-core v7.0.0 string_decoder for userland***\n\n\n[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/)\n[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/)\n\n\n```bash\nnpm install --save string_decoder\n```\n\n***Node-core string_decoderstring_decoder for userland***\n\nThis package is a mirror of the string_decoder implementation in Node-core.\n\nFull documentation may be found on the [Node.js website](https://nodejs.org/dist/v7.8.0/docs/api/).\n\nAs of version 1.0.0 **string_decoder** uses semantic versioning.\n\n## Previous versions\n\nPrevious version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10.\n\n## Update\n\nThe *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version.\n","maintainers":[{"name":"cwmma","email":"calvin.metcalf@gmail.com"},{"name":"matteo.collina","email":"hello@matteocollina.com"},{"name":"nodejs-foundation","email":"build@iojs.org"},{"name":"rvagg","email":"rod@vagg.org"},{"name":"substack","email":"substack@gmail.com"}],"time":{"modified":"2017-06-22T18:36:15.114Z","created":"2013-12-03T20:13:26.191Z","0.0.0":"2013-12-03T20:13:27.743Z","0.0.1":"2014-01-17T19:53:23.612Z","0.10.24":"2014-01-18T05:27:35.195Z","0.11.10":"2014-01-18T05:28:38.924Z","0.10.25":"2014-01-28T02:21:38.263Z","0.11.10-1":"2014-01-28T02:24:31.052Z","0.10.25-1":"2014-02-12T09:51:56.014Z","0.10.31":"2014-08-23T04:25:19.329Z","1.0.0":"2017-04-06T13:38:19.155Z","1.0.1":"2017-05-19T08:19:05.834Z","1.0.2":"2017-06-06T14:19:20.690Z","1.0.3":"2017-06-22T18:36:15.114Z"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"readmeFilename":"README.md","users":{"wenbing":true,"simplyianm":true,"xgqfrms":true,"mojaray2k":true},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"594c0e1f-3a37\"","_lastModified":"Thu, 22 Jun 2017 18:36:15 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/stringstream/.cache.json b/frappe/.npm/registry.npmjs.org/stringstream/.cache.json new file mode 100644 index 00000000..2f000a4e --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/stringstream/.cache.json @@ -0,0 +1 @@ +{"_id":"stringstream","_rev":"19-264623d18daa56d4a6a5742bba421552","name":"stringstream","description":"Encode and decode streams into string streams","dist-tags":{"latest":"0.0.5"},"versions":{"0.0.0":{"name":"stringstream","version":"0.0.0","description":"Encode and decode data streams into string streams","main":"stringstream.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/mhart/StringStream","repository":{"url":"https://github.com/mhart/StringStream.git"},"author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com"},"license":"BSD","_id":"stringstream@0.0.0","dist":{"shasum":"4228912fb3a96ca3254b233359df50f9da804e1e","tarball":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.0.tgz"},"maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"directories":{}},"0.0.1":{"name":"stringstream","version":"0.0.1","description":"Encode and decode streams into string streams","main":"stringstream.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/mhart/StringStream","repository":{"url":"https://github.com/mhart/StringStream.git"},"author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com"},"license":"BSD","_id":"stringstream@0.0.1","dist":{"shasum":"93c24069089395a0a095222ce032aaf453d71f45","tarball":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.1.tgz"},"maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"directories":{}},"0.0.2":{"name":"stringstream","version":"0.0.2","description":"Encode and decode streams into string streams","main":"stringstream.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/mhart/StringStream","repository":{"url":"https://github.com/mhart/StringStream.git"},"author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com"},"license":"BSD","_id":"stringstream@0.0.2","dist":{"shasum":"663f1171cd94d7951b14074037a622b92bde8669","tarball":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.2.tgz"},"maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"directories":{}},"0.0.3":{"name":"stringstream","version":"0.0.3","description":"Encode and decode streams into string streams","main":"stringstream.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"homepage":"https://github.com/mhart/StringStream","repository":{"url":"https://github.com/mhart/StringStream.git"},"author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com"},"license":"BSD","_id":"stringstream@0.0.3","dist":{"shasum":"db9412bd6d349058a437dd483dfabc65b4578b48","tarball":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.3.tgz"},"maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"directories":{}},"0.0.4":{"name":"stringstream","version":"0.0.4","description":"Encode and decode streams into string streams","author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com","url":"http://github.com/mhart"},"main":"stringstream.js","keywords":["string","stream","base64","gzip"],"repository":{"type":"git","url":"https://github.com/mhart/StringStream.git"},"license":"MIT","_id":"stringstream@0.0.4","dist":{"shasum":"0f0e3423f942960b5692ac324a57dd093bc41a92","tarball":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz"},"_npmVersion":"1.2.0","_npmUser":{"name":"hichaelmart","email":"michael.hart.au@gmail.com"},"maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"directories":{}},"0.0.5":{"name":"stringstream","version":"0.0.5","description":"Encode and decode streams into string streams","author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com","url":"http://github.com/mhart"},"main":"stringstream.js","keywords":["string","stream","base64","gzip"],"repository":{"type":"git","url":"git+https://github.com/mhart/StringStream.git"},"license":"MIT","gitHead":"1efe3bf507bf3a1161f8473908b60e881d41422b","bugs":{"url":"https://github.com/mhart/StringStream/issues"},"homepage":"https://github.com/mhart/StringStream#readme","_id":"stringstream@0.0.5","scripts":{},"_shasum":"4e484cd4de5a0bbbee18e46307710a8a81621878","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.2.1","_npmUser":{"name":"hichaelmart","email":"michael.hart.au@gmail.com"},"maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"dist":{"shasum":"4e484cd4de5a0bbbee18e46307710a8a81621878","tarball":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz"},"directories":{}}},"readme":"# Decode streams into strings The Right Way(tm)\n\n```javascript\nvar fs = require('fs')\nvar zlib = require('zlib')\nvar strs = require('stringstream')\n\nvar utf8Stream = fs.createReadStream('massiveLogFile.gz')\n .pipe(zlib.createGunzip())\n .pipe(strs('utf8'))\n```\n\nNo need to deal with `setEncoding()` weirdness, just compose streams\nlike they were supposed to be!\n\nHandles input and output encoding:\n\n```javascript\n// Stream from utf8 to hex to base64... Why not, ay.\nvar hex64Stream = fs.createReadStream('myFile')\n .pipe(strs('utf8', 'hex'))\n .pipe(strs('hex', 'base64'))\n```\n\nAlso deals with `base64` output correctly by aligning each emitted data\nchunk so that there are no dangling `=` characters:\n\n```javascript\nvar stream = fs.createReadStream('myFile').pipe(strs('base64'))\n\nvar base64Str = ''\n\nstream.on('data', function(data) { base64Str += data })\nstream.on('end', function() {\n console.log('My base64 encoded file is: ' + base64Str) // Wouldn't work with setEncoding()\n console.log('Original file is: ' + new Buffer(base64Str, 'base64'))\n})\n```\n","maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"time":{"modified":"2017-02-20T19:24:55.153Z","created":"2012-06-23T01:34:19.097Z","0.0.0":"2012-06-23T01:34:23.318Z","0.0.1":"2012-06-23T03:22:41.897Z","0.0.2":"2012-06-24T12:45:44.493Z","0.0.3":"2012-06-27T05:23:45.522Z","0.0.4":"2013-01-21T06:26:03.334Z","0.0.5":"2015-10-25T23:27:18.102Z"},"author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com","url":"http://github.com/mhart"},"repository":{"type":"git","url":"git+https://github.com/mhart/StringStream.git"},"users":{"jakemiller":true,"mojaray2k":true,"shanewholloway":true},"homepage":"https://github.com/mhart/StringStream#readme","keywords":["string","stream","base64","gzip"],"bugs":{"url":"https://github.com/mhart/StringStream/issues"},"license":"MIT","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"58ab4287-1988\"","_lastModified":"Mon, 20 Feb 2017 19:24:55 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/strip-ansi/.cache.json b/frappe/.npm/registry.npmjs.org/strip-ansi/.cache.json new file mode 100644 index 00000000..743617e2 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/strip-ansi/.cache.json @@ -0,0 +1 @@ +{"_id":"strip-ansi","_rev":"43-115dadaddec9406d85fb5408641c60e8","name":"strip-ansi","description":"Strip ANSI escape codes","dist-tags":{"latest":"4.0.0"},"versions":{"0.1.0":{"name":"strip-ansi","version":"0.1.0","description":"Strip ANSI color codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"~1.x"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.1.0","dist":{"shasum":"1bc16b35788d9bdaaf0b9ef0d9e35b0b59403f8e","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.1.1":{"name":"strip-ansi","version":"0.1.1","description":"Strip ANSI escape codes (used for colorizing strings in the terminal)","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"~1.x"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.1.1","dist":{"shasum":"39e8a98d044d150660abe4a6808acf70bb7bc991","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.0":{"name":"strip-ansi","version":"0.2.0","description":"Strip ANSI escape codes (used for colorizing strings in the terminal)","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.2.0","dist":{"shasum":"e987d2c9128aadd85b9b9bfda7d09d9751e5e53a","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.1":{"name":"strip-ansi","version":"0.2.1","description":"Strip ANSI escape codes (used for colorizing strings in the terminal)","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.2.1","dist":{"shasum":"09218505ccf1083a41460150571355efabaa126e","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}},"0.2.2":{"name":"strip-ansi","version":"0.2.2","description":"Strip ANSI escape codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^0.1.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.2.2","_shasum":"854d290c981525fc8c397a910b025ae2d54ffc08","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"854d290c981525fc8c397a910b025ae2d54ffc08","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz"},"directories":{}},"0.3.0":{"name":"strip-ansi","version":"0.3.0","description":"Strip ANSI escape codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^0.2.1"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.3.0","_shasum":"25f48ea22ca79187f3174a4db8759347bb126220","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"25f48ea22ca79187f3174a4db8759347bb126220","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz"},"directories":{}},"1.0.0":{"name":"strip-ansi","version":"1.0.0","description":"Strip ANSI escape codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^0.2.1"},"devDependencies":{"mocha":"*"},"gitHead":"6fea2ef935f1ba10d43e4c4d9814af328803935c","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@1.0.0","_shasum":"6c021321d6ece161a3c608fbab268c7328901c73","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"6c021321d6ece161a3c608fbab268c7328901c73","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"strip-ansi","version":"2.0.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"strip-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"c5e780acc07532f5d651cfb6ea035198095c6c74","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@2.0.0","_shasum":"fa8d69432e97674746f55f51d076ae78b18df13f","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"fa8d69432e97674746f55f51d076ae78b18df13f","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"strip-ansi","version":"2.0.1","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"strip-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"1eff0936c01f89efa312d9d51deed137259871a1","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@2.0.1","_shasum":"df62c1aa94ed2f114e1d0f21fd1d50482b79a60e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"df62c1aa94ed2f114e1d0f21fd1d50482b79a60e","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz"},"directories":{}},"3.0.0":{"name":"strip-ansi","version":"3.0.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^2.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"3f05b9810e1438f946e2eb84ee854cc00b972e9e","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@3.0.0","_shasum":"7510b665567ca914ccb5d7e072763ac968be3724","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"7510b665567ca914ccb5d7e072763ac968be3724","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz"},"directories":{}},"3.0.1":{"name":"strip-ansi","version":"3.0.1","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"8270705c704956da865623e564eba4875c3ea17f","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi","_id":"strip-ansi@3.0.1","_shasum":"6a385fb8853d952d5ff05d0e8aaf94278dc63dcf","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"6a385fb8853d952d5ff05d0e8aaf94278dc63dcf","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534"},"directories":{}},"4.0.0":{"name":"strip-ansi","version":"4.0.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^3.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"c299056a42b31d7a479d6a89b41318b2a2462cc7","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@4.0.0","_shasum":"a8479022eb1ac368a871389b635262c505ee368f","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a8479022eb1ac368a871389b635262c505ee368f","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz"},"maintainers":[{"name":"dthree","email":"threedeecee@gmail.com"},{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi-4.0.0.tgz_1497986904730_0.4528853143565357"},"directories":{}}},"readme":"# strip-ansi [![Build Status](https://travis-ci.org/chalk/strip-ansi.svg?branch=master)](https://travis-ci.org/chalk/strip-ansi)\n\n> Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)\n\n\n## Install\n\n```\n$ npm install strip-ansi\n```\n\n\n## Usage\n\n```js\nconst stripAnsi = require('strip-ansi');\n\nstripAnsi('\\u001B[4mUnicorn\\u001B[0m');\n//=> 'Unicorn'\n```\n\n\n## Related\n\n- [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module\n- [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes\n- [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes\n- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right\n\n\n## Maintainers\n\n- [Sindre Sorhus](https://github.com/sindresorhus)\n- [Josh Junon](https://github.com/qix-)\n\n\n## License\n\nMIT\n","maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"time":{"modified":"2017-07-11T07:29:20.115Z","created":"2013-12-07T23:30:14.926Z","0.1.0":"2013-12-07T23:30:17.673Z","0.1.1":"2013-12-08T00:12:22.401Z","0.2.0":"2014-03-26T15:28:35.327Z","0.2.1":"2014-04-28T10:05:45.285Z","0.2.2":"2014-06-03T17:09:40.794Z","0.3.0":"2014-06-24T19:33:15.394Z","1.0.0":"2014-07-23T22:31:46.786Z","2.0.0":"2014-08-13T13:36:36.745Z","2.0.1":"2015-01-16T18:48:44.952Z","3.0.0":"2015-06-30T16:53:11.137Z","3.0.1":"2016-02-21T12:21:22.998Z","4.0.0":"2017-06-20T19:28:26.510Z"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"homepage":"https://github.com/chalk/strip-ansi#readme","keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"tunnckocore":true,"lenage":true,"recursion_excursion":true,"scottfreecode":true,"mojaray2k":true,"insomniaqc":true,"kontrax":true,"usex":true},"_attachments":{},"_etag":"W/\"59647e50-445c\"","_lastModified":"Tue, 11 Jul 2017 07:29:20 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/superagent/.cache.json b/frappe/.npm/registry.npmjs.org/superagent/.cache.json new file mode 100644 index 00000000..51543334 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/superagent/.cache.json @@ -0,0 +1 @@ +{"_id":"superagent","_rev":"518-78fa8a669d0de4fefe71751e55a15873","name":"superagent","description":"elegant & feature rich browser / node HTTP with a fluent API","dist-tags":{"latest":"3.5.2","next":"3.5.3-beta.2"},"versions":{"0.1.1":{"name":"superagent","version":"0.1.1","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{},"devDependencies":{"express":"2.4.4"},"main":"index","engines":{"node":"0.4.x"},"_npmJsonOpts":{"file":"/Users/tj/.npm/superagent/0.1.1/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"superagent@0.1.1","_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"8be1fefe93e72635f99155cd08d555915c9df2e4","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.1.1.tgz"},"scripts":{},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.2":{"name":"superagent","version":"0.1.2","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.3.1"},"devDependencies":{"express":"2.4.4"},"main":"index","engines":{"node":"0.4.x"},"_npmJsonOpts":{"file":"/Users/tj/.npm/superagent/0.1.2/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"superagent@0.1.2","_engineSupported":true,"_npmVersion":"1.0.24","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"896d0a23ec839ee84418c002a33ce70d63c4a9cf","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.1.2.tgz"},"scripts":{},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.1.3":{"name":"superagent","version":"0.1.3","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.3.1"},"devDependencies":{"express":"2.4.4"},"main":"index","engines":{"node":">= 0.4.0 < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.1.3","_engineSupported":true,"_npmVersion":"1.0.102","_nodeVersion":"v0.5.10","_defaultsLoaded":true,"dist":{"shasum":"1e2e7ee30463f247de1800100e1d8d0933685660","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.1.3.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.2.0":{"name":"superagent","version":"0.2.0","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.3.2"},"devDependencies":{"express":"2.5.x","should":"*","mocha":"*"},"main":"index","engines":{"node":">= 0.4.0 < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.2.0","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"667807f44cb538f3c6998f1859461f7871b0a4e8","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.2.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.3.0":{"name":"superagent","version":"0.3.0","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.3.2"},"devDependencies":{"express":"2.5.x","should":"*","mocha":"*"},"main":"index","engines":{"node":">= 0.4.0 < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.3.0","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"adff3e1952c68f09104e1012728be6997e681df4","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.3.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.4.0":{"name":"superagent","version":"0.4.0","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5"},"devDependencies":{"express":"2.5.x","should":"*","mocha":"*"},"main":"index","engines":{"node":">= 0.4.0 < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.4.0","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.10","_defaultsLoaded":true,"dist":{"shasum":"7c40ec33961d07b068d353621ae929e556ccb32e","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.4.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.4.1":{"name":"superagent","version":"0.4.1","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5"},"devDependencies":{"express":"2.5.x","should":"*","mocha":"*"},"main":"index","engines":{"node":">= 0.4.0 < 0.7.0"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.4.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.16","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"41530688d21ff21b5020e27be134a7842badcf65","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.4.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.4.2":{"name":"superagent","version":"0.4.2","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1"},"devDependencies":{"express":"2.5.x","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.4.2","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-3","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"b39678ecd1fab1a0bca43dffed1be774e06047ef","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.4.2.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.4.3":{"name":"superagent","version":"0.4.3","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1"},"devDependencies":{"express":"2.5.x","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.4.3","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"7c5a3a31f808291374620be9dc32f225bcc0793a","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.4.3.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.5.0":{"name":"superagent","version":"0.5.0","description":"elegant progressive ajax client","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1"},"devDependencies":{"express":"2.5.x","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"_id":"superagent@0.5.0","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.19","_nodeVersion":"v0.6.16","_defaultsLoaded":true,"dist":{"shasum":"6460c69500948a8d84eb19ea73f6a35f49bef2c5","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.5.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.5.1":{"name":"superagent","version":"0.5.1","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1","methods":"0.0.1"},"devDependencies":{"express":"3.0.0beta5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.5.1","dist":{"shasum":"187b4ea4b8c191761d8a52fa829ed51f146aeeb5","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.5.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.6.0":{"name":"superagent","version":"0.6.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1","methods":"0.0.1"},"devDependencies":{"express":"3.0.0beta5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.6.0","dist":{"shasum":"aa1e8599d5b5e1d36391e8721bbf28d83e475c86","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.6.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.7.0":{"name":"superagent","version":"0.7.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1","methods":"0.0.1"},"devDependencies":{"express":"3.0.0beta4","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.7.0","dist":{"shasum":"3d053991686cf3e39c8595a820ec4c7b1b34a01e","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.7.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.0":{"name":"superagent","version":"0.8.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc2","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.8.0","dist":{"shasum":"c1613866378cd988680910e1af37ca899bcc16e7","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.8.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.1":{"name":"superagent","version":"0.8.1","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc2","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.8.1","dist":{"shasum":"bba83bc0c125ae67da11b2af83d73ad1f5b94f5a","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.8.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.8.2":{"name":"superagent","version":"0.8.2","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc2","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.8.2","dist":{"shasum":"410cb12eb14653be5ef96697ebb54f3527cc7f71","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.8.2.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.0":{"name":"superagent","version":"0.9.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.1","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc2","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.0","dist":{"shasum":"d0dc98652d0d295bd4f4630b092502c210670b1b","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.1":{"name":"superagent","version":"0.9.1","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.5","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc2","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.1","dist":{"shasum":"a26a0d6f17e08132aaa9729bb68f254576467ca7","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.1.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.2":{"name":"superagent","version":"0.9.2","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.5","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc2","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.2","dist":{"shasum":"148b7eb7e69f54684f54ad69c159aee46a155a00","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.2.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.3":{"name":"superagent","version":"0.9.3","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.5","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.3","dist":{"shasum":"ee006f6def5f32ad78c16f3ed67b7bb8a4c791b4","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.3.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.4":{"name":"superagent","version":"0.9.4","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.5","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.4","dist":{"shasum":"7ddd556b2639166d545b22c7e2bcc96ce5787e52","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.4.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.5":{"name":"superagent","version":"0.9.5","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.5","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.5","dist":{"shasum":"18656b418caf5f7dd0dad774e117c4096563926f","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.5.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.6":{"name":"superagent","version":"0.9.6","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.5","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.6","dist":{"shasum":"daf7770e81d2419a5f6593457d93b1781aeb0589","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.6.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.7":{"name":"superagent","version":"0.9.7","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.5","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/superagent.js"}},"main":"index","engines":{"node":"*"},"_id":"superagent@0.9.7","dist":{"shasum":"89e5549eb0a6209bdc36c0f5e19bebe0f28c10b6","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.7.tgz"},"_npmVersion":"1.1.63","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.8":{"name":"superagent","version":"0.9.8","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.4.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.0rc5","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.9.8","dist":{"shasum":"e17f3d15e1ca3e8f1f1cc0c6faece33bca475460","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.8.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.9":{"name":"superagent","version":"0.9.9","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0","better-assert":"~0.1.0"},"devDependencies":{"express":"3.0.3","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.9.9","dist":{"shasum":"b6d55379209277e385c36563a2b81e0a516e6cd7","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.9.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.9.10":{"name":"superagent","version":"0.9.10","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0","better-assert":"~0.1.0"},"devDependencies":{"express":"3.0.3","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.9.10","dist":{"shasum":"4fc538370ba08d25eb8e54a13ca2ec9155c3c251","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.9.10.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.10.0":{"name":"superagent","version":"0.10.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0","better-assert":"~0.1.0"},"devDependencies":{"express":"3.0.3","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.10.0","dist":{"shasum":"28bbb658659df327f6d2b25ef1b9d49ba0220154","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.10.0.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.11.0":{"name":"superagent","version":"0.11.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.11.0","dist":{"shasum":"1662d3a198c406076ab82eb635c897acaab2bd54","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.11.0.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.12.0":{"name":"superagent","version":"0.12.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.12.0","dist":{"shasum":"be8c87ba4924ff2a7f04e7c3401fc4b9d8ed6080","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.12.0.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.12.1":{"name":"superagent","version":"0.12.1","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.12.1","dist":{"shasum":"dc890c9ffed4ab5d283bf729a792c1518ee1ada1","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.12.1.tgz"},"_npmVersion":"1.1.70","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.12.2":{"name":"superagent","version":"0.12.2","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.12.2","dist":{"shasum":"a1da182700ac766b62455eb00d26069eb5f19554","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.12.2.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.12.3":{"name":"superagent","version":"0.12.3","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.12.3","dist":{"shasum":"9f3741c778280b7bec8e3db18f1d43cdd5618266","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.12.3.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.12.4":{"name":"superagent","version":"0.12.4","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.12.4","dist":{"shasum":"01e721d0b3d4dc44da22cd70c19c8575954016b0","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.12.4.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.13.0":{"name":"superagent","version":"0.13.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.13.0","dist":{"shasum":"ddfbfa5c26f16790f9c5bce42815ccbde2ca36f2","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.13.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.0":{"name":"superagent","version":"0.14.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.2","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.0","dist":{"shasum":"d7719af5ea4c712e5fe6e2b55f498f268e0f4630","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.1":{"name":"superagent","version":"0.14.1","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.6","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.1","dist":{"shasum":"8a4fb1e91b1210f729114e35c8945bbca53bb5c0","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.2":{"name":"superagent","version":"0.14.2","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.6","formidable":"1.0.9","mime":"1.2.5","emitter-component":"0.0.6","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.2","dist":{"shasum":"623314b7c17926d57af3bb08afde78db2e87124d","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.3":{"name":"superagent","version":"0.14.3","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.5.6","formidable":"1.0.9","mime":"1.2.5","emitter":"component/emitter#1.0.0","methods":"0.0.1","cookiejar":"1.3.0","reduce":"RedVentures/reduce#346d59"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"browser":"./lib/client.js","main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.3","dist":{"shasum":"5b5770930ed5ee6a905609f7d989d48ba6718d91","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.3.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.4":{"name":"superagent","version":"0.14.4","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.4","dist":{"shasum":"df845fa63d8660f942745478e7312afb925cf037","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.4.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.5":{"name":"superagent","version":"0.14.5","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.5","dist":{"shasum":"df1b505d5793c0162ad6f2b541a9cd2b0567fff9","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.5.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.6":{"name":"superagent","version":"0.14.6","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.6","dist":{"shasum":"617eb9baa7e1890b62a4f556586e976c933f4006","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.6.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.7":{"name":"superagent","version":"0.14.7","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.7","dist":{"shasum":"5740625d9c6343381b03b2ff95a3c988415fc406","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.7.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.8":{"name":"superagent","version":"0.14.8","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.8","dist":{"shasum":"c5753224785d560ffec27897f01d464ccc4880d0","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.8.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.14.9":{"name":"superagent","version":"0.14.9","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.14.9","dist":{"shasum":"c67cabed7887a8cbbcedb1328dadeeb97c4a48a0","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.14.9.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.15.0":{"name":"superagent","version":"0.15.0","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.15.0","dist":{"shasum":"38f9579d308fbb6dde472eede55e5d74d53d6968","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.15.1":{"name":"superagent","version":"0.15.1","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.15.1","dist":{"shasum":"f0df9954c2b90f29e4ae54ad308e4a2b432cc56a","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.15.2":{"name":"superagent","version":"0.15.2","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.9","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2"},"devDependencies":{"express":"3.0.3","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"_id":"superagent@0.15.2","dist":{"shasum":"2557b429d509c6b5677e3f26bb115bc77ced5d64","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.15.3":{"name":"superagent","version":"0.15.3","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.14","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2"},"devDependencies":{"express":"3.3.1","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"_id":"superagent@0.15.3","dist":{"shasum":"ea3573ab1a773d4186faf0477100724944013f1d","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.3.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.15.4":{"name":"superagent","version":"0.15.4","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.14","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2"},"devDependencies":{"express":"3.3.1","better-assert":"~0.1.0","should":"*","mocha":"*"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"lib/node","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"_id":"superagent@0.15.4","dist":{"shasum":"e172a30864909000bd60782bdcc281a74f3ac07a","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.4.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"0.15.5":{"name":"superagent","version":"0.15.5","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.14","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2","reduce":"RedVentures/reduce#346d59"},"devDependencies":{"express":"3.3.1","better-assert":"~0.1.0","should":"*","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"emitter-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"_id":"superagent@0.15.5","dist":{"shasum":"3f3c26241a40b6b4010fb17ba5d1b518da76bd77","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.5.tgz"},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"directories":{}},"0.15.6":{"name":"superagent","version":"0.15.6","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.14","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2"},"devDependencies":{"express":"3.3.1","better-assert":"~0.1.0","should":"*","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"emitter-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"_id":"superagent@0.15.6","dist":{"shasum":"6ca0807bba600ca829df7b831d201fd7111f06b1","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.6.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"gjohnson","email":"gjj391@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.15.7":{"name":"superagent","version":"0.15.7","description":"elegant & feature rich browser / node HTTP with a fluent API","keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.14","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2","reduce-component":"1.0.1"},"devDependencies":{"express":"3.3.1","better-assert":"~0.1.0","should":"1.3.0","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"emitter-component","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"_id":"superagent@0.15.7","dist":{"shasum":"095c70b8afffbc072f1458f39684d4854d6333a3","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.15.7.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"gjohnson","email":"gjj391@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.16.0":{"name":"superagent","version":"0.16.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.14","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2","reduce-component":"1.0.1"},"devDependencies":{"express":"3.3.1","better-assert":"~0.1.0","should":"1.3.0","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"emitter-component","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.16.0","dist":{"shasum":"f38df4a476565dffdbaa07764b81a19f0ab38a4e","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.16.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"gjohnson","email":"gjohnson@recurly.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"directories":{}},"0.17.0":{"name":"superagent","version":"0.17.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.5","formidable":"1.0.14","mime":"1.2.5","emitter-component":"1.0.0","methods":"0.0.1","cookiejar":"1.3.0","debug":"~0.7.2","reduce-component":"1.0.1","extend":"~1.2.1"},"devDependencies":{"zuul":"~1.3.0","express":"3.3.1","better-assert":"~0.1.0","should":"1.3.0","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"emitter-component","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.17.0","dist":{"shasum":"aadcd50fbe5a93e71991118d79bf0714d625bba8","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.17.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"gjohnson","email":"gjohnson@recurly.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"0.18.0":{"name":"superagent","version":"0.18.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.6","formidable":"1.0.14","mime":"1.2.5","component-emitter":"1.1.2","methods":"0.0.1","cookiejar":"1.3.2","debug":"~0.7.2","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.2","readable-stream":"1.0.27-1"},"devDependencies":{"zuul":"~1.6.0","express":"3.5.0","better-assert":"~0.1.0","should":"3.1.3","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.18.0","dist":{"shasum":"9d4375a3ae2c4fbd55fd20d5b12a2470d2fc8f62","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.18.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"gjohnson","email":"gjohnson@recurly.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"0.18.1":{"name":"superagent","version":"0.18.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.6","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"~1.0.1","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"zuul":"~1.6.0","express":"3.5.0","better-assert":"~0.1.0","should":"3.1.3","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.18.1","_shasum":"236a4679391b33fda48cfe223c9511e1a219fc88","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"gjohnson","email":"gjohnson@recurly.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"}],"dist":{"shasum":"236a4679391b33fda48cfe223c9511e1a219fc88","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.18.1.tgz"},"directories":{}},"0.18.2":{"name":"superagent","version":"0.18.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"0.6.6","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"~1.0.1","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"zuul":"~1.6.0","express":"3.5.0","better-assert":"~0.1.0","should":"3.1.3","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":"*"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.18.2","_shasum":"9afc6276a9475f4bdcd535ac6a0685ebc4b560eb","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"kof","email":"oleg008@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"}],"dist":{"shasum":"9afc6276a9475f4bdcd535ac6a0685ebc4b560eb","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.18.2.tgz"},"directories":{}},"0.19.0":{"name":"superagent","version":"0.19.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"1.2.0","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"~1.0.1","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"zuul":"~1.6.0","express":"3.5.0","better-assert":"~1.0.1","should":"3.1.3","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"84af2343a31f0b0e0b169372bcc225380cd9f653","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.19.0","_shasum":"e3f0fe5c07a429779a4e201c3e7b15b6577e4fbb","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"gjohnson","email":"gjj391@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"}],"dist":{"shasum":"e3f0fe5c07a429779a4e201c3e7b15b6577e4fbb","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.19.0.tgz"},"directories":{}},"0.19.1":{"name":"superagent","version":"0.19.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"1.2.0","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"~1.0.1","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"zuul":"~1.6.0","express":"3.5.0","better-assert":"~1.0.1","should":"3.1.3","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.19.1","_shasum":"d2614f82e8486120393d1b158084736f8473e2d9","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"gjohnson","email":"gjj391@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"}],"dist":{"shasum":"d2614f82e8486120393d1b158084736f8473e2d9","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.19.1.tgz"},"directories":{}},"0.20.0":{"name":"superagent","version":"0.20.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"1.2.0","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"~2.0.0","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"zuul":"~1.6.0","express":"3.5.0","better-assert":"~1.0.1","should":"3.1.3","mocha":"*"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.20.0","dist":{"shasum":"8593557806af7fb65301bb6a08626d97ebe1a9d3","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.20.0.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"gjohnson","email":"gjj391@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"}],"directories":{}},"0.21.0":{"name":"superagent","version":"0.21.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"1.2.0","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"2","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"^1.0.0","better-assert":"~1.0.1","body-parser":"^1.9.2","cookie-parser":"^1.3.3","express":"^4.9.8","express-session":"^1.9.1","mocha":"*","should":"3.1.3","zuul":"~1.6.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"48834c8260698acdaea7d9d9eff98c20726edd42","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@0.21.0","_shasum":"fb15027984751ee7152200e6cd21cd6e19a5de87","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"gjohnson","email":"gjj391@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"}],"dist":{"shasum":"fb15027984751ee7152200e6cd21cd6e19a5de87","tarball":"https://registry.npmjs.org/superagent/-/superagent-0.21.0.tgz"},"directories":{}},"1.0.0":{"name":"superagent","version":"1.0.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"2","reduce-component":"1.0.1","extend":"~1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"^1.0.0","better-assert":"~1.0.1","body-parser":"^1.9.2","cookie-parser":"^1.3.3","express":"^4.9.8","express-session":"^1.9.1","mocha":"*","should":"3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"40b7868a2384b2ed2a9708f4b0502168b0d2ffa3","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@1.0.0","_shasum":"7ff57e2b69848b7b5457c7a742cc592fc42a25af","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.35","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"shtylman","email":"shtylman@gmail.com"}],"dist":{"shasum":"7ff57e2b69848b7b5457c7a742cc592fc42a25af","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"superagent","version":"1.1.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.2.11","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.1.3","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"~0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"8466dd845700a39638f57a6d21bb6c2ac70bb8d9","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@1.1.0","_shasum":"24fc94f8e56521e447a55736c188b6d0029f89b5","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.35","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"shtylman","email":"shtylman@gmail.com"}],"dist":{"shasum":"24fc94f8e56521e447a55736c188b6d0029f89b5","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"superagent","version":"1.2.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.3.4","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"~0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"8486ffe551eb1a9771eb6602f1f7c144bc44d065","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent","_id":"superagent@1.2.0","_shasum":"aac262533c1ec5538144a11371cd36f244a574fd","_from":".","_npmVersion":"2.7.3","_nodeVersion":"0.10.35","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"shtylman","email":"shtylman@gmail.com"}],"dist":{"shasum":"aac262533c1ec5538144a11371cd36f244a574fd","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.2.0.tgz"},"directories":{}},"1.3.0":{"name":"superagent","version":"1.3.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.3.4","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"~0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"2f5a7f5da5be16cc61a735dc0750086404184f0b","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.3.0","_shasum":"2c014667f39f57ca755aff94e7f4290f7d6aebf2","_from":".","_npmVersion":"2.11.1","_nodeVersion":"0.10.38","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"2c014667f39f57ca755aff94e7f4290f7d6aebf2","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.3.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"directories":{}},"1.4.0":{"name":"superagent","version":"1.4.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.3.4","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"~0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"012f0cad6a91b4297fd7a15ba029fb53bfa226b0","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.4.0","_shasum":"772eed5d70001bcace9397eca5515e177c6a5e8f","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"772eed5d70001bcace9397eca5515e177c6a5e8f","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.4.0.tgz"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"gjohnson","email":"gjj391@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"yields","email":"yields@icloud.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"directories":{}},"1.5.0":{"name":"superagent","version":"1.5.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.3.4","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.1","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"~0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"910cfeee9db9cf7565646bf177175efe94f68b62","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.5.0","_shasum":"2d704af87b4000a725b88b789afb3c817ac9b456","_from":".","_npmVersion":"3.3.10","_nodeVersion":"5.0.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"2d704af87b4000a725b88b789afb3c817ac9b456","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.5.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"1.6.0":{"name":"superagent","version":"1.6.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.3.4","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"~0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"0b9f9a20f8e3e1b36b5bfc24622d1b288778767c","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.6.0","_shasum":"18c1febf6e383f53f6b89b894ce569c76e629a53","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"18c1febf6e383f53f6b89b894ce569c76e629a53","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.6.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"1.6.1":{"name":"superagent","version":"1.6.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"1.0.14","mime":"1.3.4","component-emitter":"1.1.2","methods":"1.0.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0","browserify":"~6.3.2","Base64":"~0.3.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"6f6e53ecb2a9da454c13d3dcfa1445f9b0dd8fd1","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.6.1","_shasum":"52ba3d202362c9260a28fffbaaa4336fe405ae99","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.2.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"52ba3d202362c9260a28fffbaaa4336fe405ae99","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.6.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"1.7.0":{"name":"superagent","version":"1.7.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"2a84525ddee5d3f43385c5273d1cd5f1de8dccdc","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.7.0","_shasum":"fa40411e78525b74fbf9cde8e4c0afc43af851e5","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"fa40411e78525b74fbf9cde8e4c0afc43af851e5","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.7.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"1.7.1":{"name":"superagent","version":"1.7.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"1.2.1","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"2a3cc1dfceda348bf9dc57ddeafa5dc0ec64893c","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.7.1","_shasum":"bc2ed6629055e6f18557ceaa2cb2a07d9e16d327","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"bc2ed6629055e6f18557ceaa2cb2a07d9e16d327","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.7.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"1.7.2":{"name":"superagent","version":"1.7.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"22a73dd20865ae627ce975361ded7962c3aa3354","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.7.2","_shasum":"65f9eed4f5361320c9d874412ab77bebaea4b572","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"65f9eed4f5361320c9d874412ab77bebaea4b572","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.7.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"directories":{}},"1.8.0-beta.1":{"name":"superagent","version":"1.8.0-beta.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"0.2.0","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"16851d6988517cc795ba93c8400fbd5144898981","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.0-beta.1","_shasum":"c45406385112de16fbb149a5994ede089504bd64","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.6.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"c45406385112de16fbb149a5994ede089504bd64","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.0-beta.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/superagent-1.8.0-beta.1.tgz_1456409673226_0.7734891173895448"},"directories":{}},"1.8.0-beta.2":{"name":"superagent","version":"1.8.0-beta.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"1.0.0-rc3","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"2da0334ee7c8d9c405545355744cffdcd6b7278c","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.0-beta.2","_shasum":"ab74a315d795bd055af41f5fddf3cb0c7537c15a","_from":".","_npmVersion":"3.8.0","_nodeVersion":"5.7.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"ab74a315d795bd055af41f5fddf3cb0c7537c15a","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.0-beta.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/superagent-1.8.0-beta.2.tgz_1456606024931_0.13527534762397408"},"directories":{}},"1.8.0":{"name":"superagent","version":"1.8.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"1.0.0-rc3","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"ca8e4894e4c62bb6671f592c283c9cd685fbc582","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.0","_shasum":"143b3e3d441255818ebfad963d7f9b04ac243f90","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.6.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"143b3e3d441255818ebfad963d7f9b04ac243f90","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/superagent-1.8.0.tgz_1457550368868_0.9941372573375702"},"directories":{}},"1.8.1":{"name":"superagent","version":"1.8.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"1.0.0-rc3","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"94878a552c723e5c17c0a58dceccb188adbd0282","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.1","_shasum":"6429aa410fa3a00d9940fcdad17121d18aad0b77","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.6.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"6429aa410fa3a00d9940fcdad17121d18aad0b77","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/superagent-1.8.1.tgz_1457972293886_0.24459493975155056"},"directories":{}},"1.8.2":{"name":"superagent","version":"1.8.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"1.0.0-rc3","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"f39129bb0d3287674a4a23f2aeedb2f7ef9dd161","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.2","_shasum":"fbf774f7d3c1567142429039491ea4c7fd12db80","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.6.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"fbf774f7d3c1567142429039491ea4c7fd12db80","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-1.8.2.tgz_1458575779800_0.1193755934946239"},"directories":{}},"1.8.3":{"name":"superagent","version":"1.8.3","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"1.0.0-rc3","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"4d986d7f0c1efd8d0690c95a9276a6c818b758f7","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.3","_shasum":"2b7d70fcc870eda4f2a61e619dd54009b86547c3","_from":".","_npmVersion":"3.7.5","_nodeVersion":"5.6.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"2b7d70fcc870eda4f2a61e619dd54009b86547c3","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.3.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-1.8.3.tgz_1458840247188_0.5249448795802891"},"directories":{}},"2.0.0-alpha.1":{"name":"superagent","version":"2.0.0-alpha.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","reduce-component":"^1.0.1","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"d4fb001df6ce6862e3dbdb4999c1ff82b54a4bad","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.0.0-alpha.1","_shasum":"5c853fdc3a9a94b0dc4fc18f8d7c379b11148eea","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.9.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"5c853fdc3a9a94b0dc4fc18f8d7c379b11148eea","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.0.0-alpha.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-2.0.0-alpha.1.tgz_1459026870904_0.7174861675594002"},"directories":{}},"2.0.0-alpha.2":{"name":"superagent","version":"2.0.0-alpha.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","reduce-component":"^1.0.1","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"6b0e5278679a305009c3375a58004fe5f2c6746a","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.0.0-alpha.2","_shasum":"d2974dd7e44ab95a8a30fc817ccec42445bb839a","_from":".","_npmVersion":"3.8.7","_nodeVersion":"5.10.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"d2974dd7e44ab95a8a30fc817ccec42445bb839a","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.0.0-alpha.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/superagent-2.0.0-alpha.2.tgz_1462019003709_0.36216135905124247"},"directories":{}},"2.0.0-alpha.3":{"name":"superagent","version":"2.0.0-alpha.3","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","reduce-component":"^1.0.1","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"2429a1eabdf35e2eb8b142b35e9c5bbb2cb697dd","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.0.0-alpha.3","_shasum":"e3560f2f344605ed9558e69e02600365fd5c597d","_from":".","_npmVersion":"3.9.1","_nodeVersion":"5.6.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"e3560f2f344605ed9558e69e02600365fd5c597d","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.0.0-alpha.3.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/superagent-2.0.0-alpha.3.tgz_1463591594488_0.7069414381403476"},"directories":{}},"2.0.0":{"name":"superagent","version":"2.0.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","reduce-component":"^1.0.1","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"fda9b5efe35ade438bd481cd13ae3f1ce3bd87cc","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.0.0","_shasum":"499820f0b6e4dd350a21cd566b5c81571e4c7584","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"499820f0b6e4dd350a21cd566b5c81571e4c7584","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.0.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/superagent-2.0.0.tgz_1464544628864_0.8780987795908004"},"directories":{}},"2.1.0-beta.1":{"name":"superagent","version":"2.1.0-beta.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","reduce-component":"^1.0.1","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"967cf3cfdc16534ed835bd2ced7612353dfc611b","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.1.0-beta.1","_shasum":"f73997987b2da0f6334545fda504466bbf4e0ffa","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"f73997987b2da0f6334545fda504466bbf4e0ffa","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.1.0-beta.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-2.1.0-beta.1.tgz_1465658736994_0.8541619973257184"},"directories":{}},"2.1.0":{"name":"superagent","version":"2.1.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"83892f35fe15676a4567a0eb51eecd096939ad36","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.1.0","_shasum":"71f398367c758f2165cac6fd908d49c2b9a9171a","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"71f398367c758f2165cac6fd908d49c2b9a9171a","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.1.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/superagent-2.1.0.tgz_1468486904183_0.8864591023884714"},"directories":{}},"1.8.4":{"name":"superagent","version":"1.8.4","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"1.0.0-rc3","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"32b53fbed628b2844d00e9991924e4024095a233","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.4","_shasum":"68b2c8a400f1753ddb39410906899e42f420fd3a","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"68b2c8a400f1753ddb39410906899e42f420fd3a","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.4.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-1.8.4.tgz_1471018336242_0.46552062407135963"},"directories":{}},"2.2.0":{"name":"superagent","version":"2.2.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"395c5af48dc4dbb5f3bdbde4fd8435bcefc636d4","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.2.0","_shasum":"4ed8c5afa4c6291b15e304147cb18723a563a5b8","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"4ed8c5afa4c6291b15e304147cb18723a563a5b8","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.2.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-2.2.0.tgz_1471100031057_0.5227664506528527"},"directories":{}},"2.3.0":{"name":"superagent","version":"2.3.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"^6.1.0","formidable":"^1.0.17","mime":"^1.3.4","component-emitter":"^1.2.0","methods":"^1.1.1","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"1.0.0-rc4","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^0.3.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^2.4.5","should":"^8.2.2","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.10"},"gitHead":"ede8d11938e348ac59af2dd76db9acfaa702ca9d","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@2.3.0","_shasum":"703529a0714e57e123959ddefbce193b2e50d115","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.5.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"703529a0714e57e123959ddefbce193b2e50d115","tarball":"https://registry.npmjs.org/superagent/-/superagent-2.3.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-2.3.0.tgz_1474390134791_0.6080396012403071"},"directories":{}},"3.0.0-alpha.1":{"name":"superagent","version":"3.0.0-alpha.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","better-assert":"^1.0.1","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"e533d37194c3942c528d013d632ad50ec4e69c01","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.0.0-alpha.1","_shasum":"2becfe6531bf5e782cb84a25fb329f3b43fcfc85","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"2becfe6531bf5e782cb84a25fb329f3b43fcfc85","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.0.0-alpha.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.0.0-alpha.1.tgz_1477867991869_0.26185488561168313"},"directories":{}},"3.0.0-alpha.2":{"name":"superagent","version":"3.0.0-alpha.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.10.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"aeca0e7d19b36f4249a6d995f4d642e8c0d03bc2","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.0.0-alpha.2","_shasum":"49b9f636cb01859ba91fdcb45ce7efb24571e8c5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"49b9f636cb01859ba91fdcb45ce7efb24571e8c5","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.0.0-alpha.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.0.0-alpha.2.tgz_1478566313718_0.8544925961177796"},"directories":{}},"3.0.0-alpha.3":{"name":"superagent","version":"3.0.0-alpha.3","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"a811f0f393aa56a64dbf3badbacc4cd8ccb02daa","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.0.0-alpha.3","_shasum":"68e88c60d8c085ac5697710fe2c2ef5608ac89bd","_from":".","_npmVersion":"4.0.2","_nodeVersion":"7.1.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"68e88c60d8c085ac5697710fe2c2ef5608ac89bd","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.0.0-alpha.3.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.0.0-alpha.3.tgz_1479252838809_0.13193405838683248"},"directories":{}},"3.0.0":{"name":"superagent","version":"3.0.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"a15964464804aeacb5e4fe0c5a0c87b6afb68464","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.0.0","_shasum":"37ac924756f587819965bf27507390b018e1072a","_from":".","_npmVersion":"4.0.2","_nodeVersion":"7.1.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"37ac924756f587819965bf27507390b018e1072a","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.0.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.0.0.tgz_1479595383257_0.7927479974459857"},"directories":{}},"3.1.0":{"name":"superagent","version":"3.1.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"b5af0b49741b68f7b2504036466bf2c7bc2f56a4","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.1.0","_shasum":"e05a03b630cd7b0a0e17c26543977fd4a35c3296","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"e05a03b630cd7b0a0e17c26543977fd4a35c3296","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.1.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.1.0.tgz_1480345608443_0.8311329889111221"},"directories":{}},"1.8.5":{"name":"superagent","version":"1.8.5","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"qs":"2.3.3","formidable":"~1.0.14","mime":"1.3.4","component-emitter":"~1.2.0","methods":"~1.1.1","cookiejar":"2.0.6","debug":"2","reduce-component":"1.0.1","extend":"3.0.0","form-data":"1.0.0-rc3","readable-stream":"1.0.27-1"},"devDependencies":{"Base64":"~0.3.0","basic-auth-connect":"~1.0.0","better-assert":"~1.0.1","body-parser":"~1.9.2","browserify":"~6.3.2","cookie-parser":"~1.3.3","express":"~4.9.8","express-session":"~1.9.1","marked":"0.3.5","mocha":"~2.0.1","should":"~3.1.3","zuul":"~1.19.0"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","reduce":"reduce-component","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.8"},"gitHead":"21ce90ec63f33827e7208131dd36a9ac8c6c7d00","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@1.8.5","_shasum":"1c0ddc3af30e80eb84ebc05cb2122da8fe940b55","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"1c0ddc3af30e80eb84ebc05cb2122da8fe940b55","tarball":"https://registry.npmjs.org/superagent/-/superagent-1.8.5.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-1.8.5.tgz_1481494456683_0.23376551712863147"},"directories":{}},"3.2.0":{"name":"superagent","version":"3.2.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"63656697ab8c6f9216d6ad512e82dc467d8f4c6e","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.2.0","_shasum":"ee86de4ad9717c009590d0420fcfb4ac9baacc1a","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"ee86de4ad9717c009590d0420fcfb4ac9baacc1a","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.2.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.2.0.tgz_1481494537957_0.37149459519423544"},"directories":{}},"3.2.1":{"name":"superagent","version":"3.2.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"d2195227f40518e0c494d6ea52fd590fa65f702c","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.2.1","_shasum":"4467c36656213b64fa4dda1fe6d72ee755cf7b96","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"4467c36656213b64fa4dda1fe6d72ee755cf7b96","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.2.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.2.1.tgz_1481497750719_0.0007542665116488934"},"directories":{}},"3.3.0":{"name":"superagent","version":"3.3.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"ee81cfb389a5b5200c510ec63e98dbd456a579b9","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.3.0","_shasum":"2ef4ee8cf03b2ca5213bcb302c95754b3af37754","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"2ef4ee8cf03b2ca5213bcb302c95754b3af37754","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.3.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.3.0.tgz_1481727612266_0.4160742147359997"},"directories":{}},"3.3.1":{"name":"superagent","version":"3.3.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"0fdd85fc2e8d675dfd98bd236fee2197402f70e3","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.3.1","_shasum":"b171b974f0a76da65e1f00430c8cb7a8b52a404c","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"b171b974f0a76da65e1f00430c8cb7a8b52a404c","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.3.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.3.1.tgz_1482015753151_0.9363601661752909"},"directories":{}},"3.3.2":{"name":"superagent","version":"3.3.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"34a0b9dfed7f9acdd288b6194a256a35ed4c7cdf","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.3.2","_shasum":"23b4ed895911215a1f90b44d16638b6492f9c114","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.2.1","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"23b4ed895911215a1f90b44d16638b6492f9c114","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.3.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.3.2.tgz_1484143145080_0.07888643210753798"},"directories":{}},"3.4.0":{"name":"superagent","version":"3.4.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"36ce8782842c2fee402013ff0650d7f8b310e3a7","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.4.0","_shasum":"cf8e40b303d5b2949c0fb036ddc30927e14958c7","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"cf8e40b303d5b2949c0fb036ddc30927e14958c7","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.4.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.4.0.tgz_1485386275839_0.19635028508491814"},"directories":{}},"3.4.1":{"name":"superagent","version":"3.4.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.0.17","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^13.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"76690f1f00f86ded4b49ff6369d8031557c85494","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.4.1","_shasum":"4bd12741224d0ece6d9f757f1c3becbe7f24c115","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"4bd12741224d0ece6d9f757f1c3becbe7f24c115","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.4.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.4.1.tgz_1485650363669_0.5275719573255628"},"directories":{}},"3.4.2":{"name":"superagent","version":"3.4.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^14.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"774c5de43adc18d907810c5124436f35b7329d95","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.4.2","_shasum":"aa9a00f21720e230a6e7e9d7f07e0ab84509b833","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"aa9a00f21720e230a6e7e9d7f07e0ab84509b833","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.4.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.4.2.tgz_1486153792990_0.7833526353351772"},"directories":{}},"3.4.3":{"name":"superagent","version":"3.4.3","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^14.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","emitter":"component-emitter","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"513471c71e1dfd8aeeb7870e8ec0c98004276bf9","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.4.3","_shasum":"556648e95636f49173708b7002faaf3088bcea7f","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"556648e95636f49173708b7002faaf3088bcea7f","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.4.3.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.4.3.tgz_1487095707263_0.9554143357090652"},"directories":{}},"3.4.4":{"name":"superagent","version":"3.4.4","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^14.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"0f4ec4bc6b67e3736c452a5c5f9e2accf8b8a1ec","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.4.4","_shasum":"85d1d9a8f439ed0fb5c00accf4e029417a117195","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.4.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"85d1d9a8f439ed0fb5c00accf4e029417a117195","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.4.4.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.4.4.tgz_1487331944922_0.9840231866110116"},"directories":{}},"3.5.0":{"name":"superagent","version":"3.5.0","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^14.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"616cbb3507a7c81cc168891860ea060f3a040fd7","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.5.0","_shasum":"56872b8e1ee6de994035ada2e53266899af95a6d","_from":".","_npmVersion":"4.3.0","_nodeVersion":"7.5.0","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"56872b8e1ee6de994035ada2e53266899af95a6d","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.5.0.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/superagent-3.5.0.tgz_1487858443503_0.3803209066390991"},"directories":{}},"3.5.1":{"name":"superagent","version":"3.5.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^14.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"21fab259d6f96f8efff801f368eb74e30a6191f8","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.5.1","_shasum":"0a4faefda33677777888347dd7b4d21f410c871b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"0a4faefda33677777888347dd7b4d21f410c871b","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.5.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.5.1.tgz_1489868989715_0.2647219600621611"},"directories":{}},"3.5.2":{"name":"superagent","version":"3.5.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^14.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.0.4","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"ef9af6c85b2b1a0cf5f350bece2f7e33d89b888a","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.5.2","_shasum":"3361a3971567504c351063abeaae0faa23dbf3f8","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"3361a3971567504c351063abeaae0faa23dbf3f8","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.5.2.tgz_1490192709793_0.7011477949563414"},"directories":{}},"3.5.3-beta.1":{"name":"superagent","version":"3.5.3-beta.1","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.0.6","debug":"^2.2.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.1.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.0","basic-auth-connect":"^1.0.0","body-parser":"^1.15.0","browserify":"^14.0.0","cookie-parser":"^1.4.1","express":"^4.13.4","express-session":"^1.13.0","marked":"^0.3.5","mocha":"^3.1.2","multer":"^1.2.0","should":"^11.1.1","should-http":"^0.1.1","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"074bca4d64ac7fe90801d1ff67fb996364925c4a","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.5.3-beta.1","_shasum":"9a20bcb8561b4734e060a535921345758000f133","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"9a20bcb8561b4734e060a535921345758000f133","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.5.3-beta.1.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.5.3-beta.1.tgz_1490802593509_0.7085042288526893"},"directories":{}},"3.5.3-beta.2":{"name":"superagent","version":"3.5.3-beta.2","description":"elegant & feature rich browser / node HTTP with a fluent API","scripts":{"prepublish":"make all","test":"make test"},"keywords":["http","ajax","request","agent"],"license":"MIT","author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"dependencies":{"component-emitter":"^1.2.0","cookiejar":"^2.1.0","debug":"^2.6.0","extend":"^3.0.0","form-data":"^2.1.1","formidable":"^1.1.1","methods":"^1.1.1","mime":"^1.3.4","qs":"^6.4.0","readable-stream":"^2.0.5"},"devDependencies":{"Base64":"^1.0.1","basic-auth-connect":"^1.0.0","body-parser":"^1.17.0","browserify":"^14.1.0","cookie-parser":"^1.4.3","express":"^4.15.2","express-session":"^1.15.0","marked":"^0.3.6","mocha":"^3.1.2","multer":"^1.3.0","should":"^11.2.0","should-http":"^0.1.1","zuul":"^3.11.1"},"browser":{"./lib/node/index.js":"./lib/client.js","./test/support/server.js":"./test/support/blank.js"},"component":{"scripts":{"superagent":"lib/client.js"}},"main":"./lib/node/index.js","engines":{"node":">= 0.12"},"gitHead":"33809d8102d7405a222b49ae60162e80b91e48b9","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.5.3-beta.2","_shasum":"70e9f5c18ea6eb701c0f0ab878cf57ffc524acba","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"70e9f5c18ea6eb701c0f0ab878cf57ffc524acba","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.5.3-beta.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.5.3-beta.2.tgz_1490879069131_0.6586245077196509"},"directories":{}}},"maintainers":[{"email":"pornel@pornel.net","name":"kornel"},{"email":"shtylman@gmail.com","name":"defunctzombie"},{"email":"superjoe30@gmail.com","name":"superjoe"},{"email":"rauchg@gmail.com","name":"rauchg"},{"email":"yields@icloud.com","name":"yields"},{"email":"naman34@gmail.com","name":"naman34"},{"email":"oleg008@gmail.com","name":"kof"},{"email":"tj@travisjeffery.com","name":"travisjeffery"},{"email":"nw@nwhite.net","name":"nw"},{"email":"tj@vision-media.ca","name":"tjholowaychuk"}],"time":{"modified":"2017-07-23T07:31:35.973Z","created":"2011-08-22T17:56:01.799Z","0.1.1":"2011-08-22T17:56:06.370Z","0.1.2":"2011-09-24T19:12:00.869Z","0.1.3":"2011-10-25T22:52:57.576Z","0.2.0":"2012-01-06T02:33:14.398Z","0.3.0":"2012-01-24T18:21:35.886Z","0.4.0":"2012-03-04T21:35:45.480Z","0.4.1":"2012-04-13T16:10:14.474Z","0.4.2":"2012-06-02T19:27:54.994Z","0.4.3":"2012-06-15T18:24:03.114Z","0.5.0":"2012-06-17T01:33:09.556Z","0.5.1":"2012-07-16T22:22:26.809Z","0.6.0":"2012-07-17T21:15:49.176Z","0.7.0":"2012-08-03T11:58:49.553Z","0.8.0":"2012-08-20T03:24:53.195Z","0.8.1":"2012-08-21T18:07:23.565Z","0.8.2":"2012-08-28T18:42:23.899Z","0.9.0":"2012-08-28T21:25:54.717Z","0.9.1":"2012-09-07T21:48:14.422Z","0.9.2":"2012-09-17T23:00:37.555Z","0.9.3":"2012-09-18T23:38:28.279Z","0.9.4":"2012-09-21T01:07:30.383Z","0.9.5":"2012-10-01T20:44:47.668Z","0.9.6":"2012-10-18T01:05:52.789Z","0.9.7":"2012-10-19T21:19:25.130Z","0.9.8":"2012-11-13T22:01:23.265Z","0.9.9":"2012-11-14T21:25:35.203Z","0.9.10":"2012-11-14T22:32:23.862Z","0.10.0":"2012-11-15T00:12:35.152Z","0.11.0":"2013-01-03T03:36:23.731Z","0.12.0":"2013-01-05T02:31:37.441Z","0.12.1":"2013-01-10T19:56:03.479Z","0.12.2":"2013-02-04T17:50:57.604Z","0.12.3":"2013-02-11T17:40:25.102Z","0.12.4":"2013-02-11T20:56:10.275Z","0.13.0":"2013-03-13T22:37:55.956Z","0.14.0":"2013-04-02T17:28:12.456Z","0.14.1":"2013-04-09T17:12:58.852Z","0.14.2":"2013-05-07T18:52:07.985Z","0.14.3":"2013-05-18T20:28:27.401Z","0.14.4":"2013-05-22T18:49:39.350Z","0.14.5":"2013-05-23T19:59:23.075Z","0.14.6":"2013-05-23T20:21:19.463Z","0.14.7":"2013-06-06T20:37:30.165Z","0.14.8":"2013-06-14T00:06:52.752Z","0.14.9":"2013-06-15T18:47:17.389Z","0.15.0":"2013-06-25T21:38:23.545Z","0.15.1":"2013-06-26T16:04:53.064Z","0.15.2":"2013-07-03T01:21:52.679Z","0.15.3":"2013-07-05T23:30:21.689Z","0.15.4":"2013-07-09T22:35:15.802Z","0.15.5":"2013-10-09T20:54:06.818Z","0.15.6":"2013-10-17T01:34:11.973Z","0.15.7":"2013-10-19T19:04:30.058Z","0.16.0":"2014-01-08T04:20:18.807Z","0.17.0":"2014-03-07T02:54:07.774Z","0.18.0":"2014-04-30T04:34:00.108Z","0.18.1":"2014-07-06T02:20:02.969Z","0.18.2":"2014-07-11T22:59:23.699Z","0.19.0":"2014-09-24T18:40:51.257Z","0.19.1":"2014-09-30T20:16:17.627Z","0.20.0":"2014-10-02T21:21:03.121Z","0.21.0":"2014-11-11T16:55:19.370Z","1.0.0":"2015-03-11T18:16:36.414Z","1.1.0":"2015-03-13T15:51:07.490Z","1.2.0":"2015-04-13T18:26:07.934Z","1.3.0":"2015-08-05T17:17:23.674Z","1.4.0":"2015-09-15T06:13:50.941Z","1.5.0":"2015-12-03T16:14:51.069Z","1.6.0":"2015-12-16T00:21:10.746Z","1.6.1":"2015-12-16T00:25:24.111Z","1.7.0":"2016-01-19T14:13:18.665Z","1.7.1":"2016-01-21T15:21:39.722Z","1.7.2":"2016-01-26T16:05:32.294Z","1.8.0-beta.1":"2016-02-25T14:14:34.320Z","1.8.0-beta.2":"2016-02-27T20:47:06.236Z","1.8.0":"2016-03-09T19:06:11.225Z","1.8.1":"2016-03-14T16:18:16.595Z","1.8.2":"2016-03-21T15:56:22.580Z","1.8.3":"2016-03-24T17:24:09.743Z","2.0.0-alpha.1":"2016-03-26T21:14:33.271Z","2.0.0-alpha.2":"2016-04-30T12:23:24.724Z","2.0.0-alpha.3":"2016-05-18T17:13:17.372Z","2.0.0":"2016-05-29T17:57:10.902Z","2.1.0-beta.1":"2016-06-11T15:25:39.575Z","2.1.0":"2016-07-14T09:01:46.204Z","1.8.4":"2016-08-12T16:12:18.545Z","2.2.0":"2016-08-13T14:53:52.980Z","2.3.0":"2016-09-20T16:48:57.021Z","3.0.0-alpha.1":"2016-10-30T22:53:14.029Z","3.0.0-alpha.2":"2016-11-08T00:51:54.296Z","3.0.0-alpha.3":"2016-11-15T23:33:59.392Z","3.0.0":"2016-11-19T22:43:03.942Z","3.1.0":"2016-11-28T15:06:50.725Z","1.8.5":"2016-12-11T22:14:17.235Z","3.2.0":"2016-12-11T22:15:40.394Z","3.2.1":"2016-12-11T23:09:11.368Z","3.3.0":"2016-12-14T15:00:14.546Z","3.3.1":"2016-12-17T23:02:33.961Z","3.3.2":"2017-01-11T13:59:05.853Z","3.4.0":"2017-01-25T23:17:58.052Z","3.4.1":"2017-01-29T00:39:24.428Z","3.4.2":"2017-02-03T20:29:55.148Z","3.4.3":"2017-02-14T18:08:28.064Z","3.4.4":"2017-02-17T11:45:47.127Z","3.5.0":"2017-02-23T14:00:45.943Z","3.5.1":"2017-03-18T20:29:50.534Z","3.5.2":"2017-03-22T14:25:10.581Z","3.5.3-beta.1":"2017-03-29T15:49:54.332Z","3.5.3-beta.2":"2017-03-30T13:04:29.850Z"},"author":{"name":"TJ Holowaychuk","email":"tj@vision-media.ca"},"users":{"pid":true,"tellnes":true,"fgribreau":true,"leesei":true,"ntran013":true,"cedx":true,"pragmadash":true,"zarkone":true,"parroit":true,"capelio":true,"chpopov":true,"redbe4rd":true,"yizen":true,"jsolis":true,"axelav":true,"mstapp":true,"japh":true,"tregusti":true,"marceloandrader":true,"ramanshalupau":true,"dahjelle":true,"masaaki":true,"zhangjiayang":true,"stonecypher":true,"denmerc":true,"shieldax":true,"byossarian":true,"hibrahimsafak":true,"dgarlitt":true,"lewisbrown":true,"pouriamaleki":true,"ravinggenius":true,"barwin":true,"akiva":true,"hellgrenj":true,"volkanongun":true,"guumaster":true,"kulakowka":true,"samhwang1990":true,"jkutianski":true,"csbun":true,"sahilsk":true,"tchcxp":true,"iamveen":true,"jamesulph":true,"r3nya":true,"edin-m":true,"borjes":true,"amirmehmood":true,"simplyianm":true,"paeblits":true,"danharper":true,"alexkval":true,"legacy":true,"season19840122":true,"thomask33":true,"mondalaci":true,"shanewholloway":true,"markthethomas":true,"eventhough":true,"klipsil":true,"kriswallsmith":true,"bransorem":true,"cdll":true,"maskedcoder":true,"mfunkie":true,"nex":true,"cedrickchee":true,"aslezak":true,"kingofhawks":true,"aalpern":true,"nak2k":true,"ergunozyurt":true,"yxqme":true,"intuitivcloud":true,"adrienhobbs":true,"jaggedsoft":true,"lcsrinaldi":true,"yeahoffline":true,"isik":true,"nsisodiya":true,"incendiary":true,"magnus":true,"aubinlrx":true,"efernandes":true,"panlw":true,"parkerproject":true,"northsun":true,"koulmomo":true,"gollojs":true,"pdedkov":true,"devdebonair":true,"joshuabriter":true,"po":true,"lucaska":true,"fsp1990":true,"lfeng":true,"philliphenslee":true,"flyslow":true,"igreulich":true,"fedor":true,"ozzysun":true,"antanst":true,"stany":true,"leonardorb":true,"ambdxtrch":true,"sammyteahan":true,"rdm":true,"nickeltobias":true,"redmonkeydf":true,"crossjs":true,"mrasaint":true,"potnox":true,"vwal":true,"evan2x":true,"piixiiees":true,"tobiasnickel":true,"jfmercer":true,"rbartoli":true,"pnhung177":true,"adamlu":true,"monolithed":true,"kilkelly":true,"horihiro":true,"clholzin":true,"yatsu":true,"wkaifang":true,"evanyeung":true,"hex20dec":true,"ezodude":true,"beaulebens":true,"eirikbirkeland":true,"nexume":true,"prisme":true,"fmoliveira":true,"acolchado":true,"orkisz":true,"hgbabu":true,"barenko":true,"honpery":true,"liweifeng":true,"antixrist":true,"sternelee":true,"steel1990":true,"brunolemos":true,"xuhong":true,"codecounselor":true,"chinaqstar":true,"vishwasc":true,"dac2205":true,"benpptung":true,"dkblay":true,"werdyin":true,"jkrusinski":true,"oblank":true,"grammka":true,"dainov":true,"cornelio":true,"erickeno":true,"stretchgz":true,"princetoad":true,"lionft":true,"stardrive0216":true,"kerwyn":true,"ugcode":true,"anpdx":true,"elviopita":true,"jackishere":true,"soulchainer":true,"ktstowell":true,"lucho_1312":true,"lucaskatayama":true,"cfleschhut":true,"kkk123321":true,"aquafadas":true,"abhisekp":true,"shekharreddy":true,"lizhiqiang":true,"draganhr":true,"xrush":true,"kuozumijp":true,"pragmader":true,"waitfish":true,"newswim":true,"i.vispyanskiy":true,"scotchulous":true,"jungae1000":true,"antoor":true,"krot47":true,"rocket0191":true,"lukaserat":true,"feya":true,"philipjc":true,"saisatik":true,"jacks":true,"zaxnode":true,"yoking":true,"mr-smiley":true,"noeljackson":true,"pandelis":true,"warcrydoggie":true,"monjer":true,"qddegtya":true,"mhaidarh":true,"tomasmax":true,"wickie":true,"jon_shen":true,"rylan_yan":true,"sean-oneal":true,"ricardoserrao":true,"yujiikebata":true,"anoubis":true,"iuykza":true,"joaquin.briceno":true,"lijinghust":true,"sgvinci":true,"leonzhao":true,"ferrari":true,"aquiandres":true,"miloc":true,"nekifirus":true,"scoffee":true,"fytriht":true,"nicomf1982":true,"sopepos":true,"edision":true,"alexsasharegan":true,"junos":true,"shuoshubao":true,"jaxcode":true,"jasonwang1888":true,"yong_a":true,"quafoo":true,"wfalkwallace":true,"alvis":true,"tdevm":true,"yageek":true,"augiethornton":true,"josokinas":true,"xiaochao":true,"mrbgit":true,"yl2014":true,"tomchao":true,"bvaccc":true,"dehamzah":true,"jlopvi":true,"ifeature":true,"xinwangwang":true,"lvpeng101":true,"modood":true,"siirial":true,"liangrongliu":true,"hiyangguo":true,"pddivine":true,"mecal":true,"ssljivic":true,"tylerdurham":true,"andysw":true,"elevenlui":true,"gaikema":true,"kimi_xin":true,"wozhizui":true,"fabioper":true,"sasquatch":true,"pyhazard":true,"valentinog":true,"jamesbedont":true,"shenyu":true,"userzimmermann":true,"easimonenko":true,"chinawolf_wyp":true,"hiztmine":true,"usex":true,"zeroth007":true},"repository":{"type":"git","url":"git://github.com/visionmedia/superagent.git"},"readme":"# SuperAgent [![Build Status](https://travis-ci.org/visionmedia/superagent.svg?branch=master)](https://travis-ci.org/visionmedia/superagent)\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/shtylman-superagent.svg)](https://saucelabs.com/u/shtylman-superagent)\n\nSuperAgent is a small progressive __client-side__ HTTP request library, and __Node.js__ module with the same API, sporting many high-level HTTP client features. View the [docs](http://visionmedia.github.io/superagent/).\n\n![super agent](http://f.cl.ly/items/3d282n3A0h0Z0K2w0q2a/Screenshot.png)\n\n## Installation\n\nnode:\n\n```\n$ npm install superagent\n```\n\nWorks with [browserify](https://github.com/substack/node-browserify) and should work with [webpack](https://github.com/visionmedia/superagent/wiki/SuperAgent-for-Webpack)\n\n```js\nrequest\n .post('/api/pet')\n .send({ name: 'Manny', species: 'cat' })\n .set('X-API-Key', 'foobar')\n .set('Accept', 'application/json')\n .end(function(err, res){\n // Calling the end function will send the request\n });\n```\n\n## Supported browsers and Node versions\n\nTested browsers:\n\n- Latest Firefox, Chrome, Safari\n- Latest Android, iPhone\n- IE10 through latest. IE9 with polyfills.\n\nEven though IE9 is supported, a polyfill for `window.FormData` is required for `.field()`.\n\nNode 4 or later is required.\n\n# Plugins\n\nSuperAgent is easily extended via plugins.\n\n```js\nvar nocache = require('superagent-no-cache');\nvar request = require('superagent');\nvar prefix = require('superagent-prefix')('/static');\n\nrequest\n .get('/some-url')\n .query({ action: 'edit', city: 'London' }) // query string\n .use(prefix) // Prefixes *only* this request\n .use(nocache) // Prevents caching of *only* this request\n .end(function(err, res){\n // Do something\n });\n```\n\nExisting plugins:\n * [superagent-no-cache](https://github.com/johntron/superagent-no-cache) - prevents caching by including Cache-Control header\n * [superagent-prefix](https://github.com/johntron/superagent-prefix) - prefixes absolute URLs (useful in test environment)\n * [superagent-suffix](https://github.com/timneutkens1/superagent-suffix) - suffix URLs with a given path\n * [superagent-mock](https://github.com/M6Web/superagent-mock) - simulate HTTP calls by returning data fixtures based on the requested URL\n * [superagent-mocker](https://github.com/shuvalov-anton/superagent-mocker) — simulate REST API\n * [superagent-cache](https://github.com/jpodwys/superagent-cache) - A global SuperAgent patch with built-in, flexible caching (compatible with SuperAgent `1.x`)\n * [superagent-cache-plugin](https://github.com/jpodwys/superagent-cache-plugin) - A SuperAgent plugin with built-in, flexible caching (compatible with SuperAgent `1.x`)\n * [superagent-jsonapify](https://github.com/alex94puchades/superagent-jsonapify) - A lightweight [json-api](http://jsonapi.org/format/) client addon for superagent\n * [superagent-serializer](https://github.com/zzarcon/superagent-serializer) - Converts server payload into different cases\n * [superagent-use](https://github.com/koenpunt/superagent-use) - A client addon to apply plugins to all requests.\n * [superagent-httpbackend](https://www.npmjs.com/package/superagent-httpbackend) - stub out requests using AngularJS' $httpBackend syntax\n * [superagent-throttle](https://github.com/leviwheatcroft/superagent-throttle) - queues and intelligently throttles requests\n * [superagent-charset](https://github.com/magicdawn/superagent-charset) - add charset support for node's SuperAgent\n\nPlease prefix your plugin with `superagent-*` so that it can easily be found by others.\n\nFor SuperAgent extensions such as couchdb and oauth visit the [wiki](https://github.com/visionmedia/superagent/wiki).\n\n## Running node tests\n\nInstall dependencies:\n\n```shell\n$ npm install\n```\nRun em!\n\n```shell\n$ make test\n```\n\n## Running browser tests\n\nInstall dependencies:\n\n```shell\n$ npm install\n```\n\nStart the test runner:\n\n```shell\n$ make test-browser-local\n```\n\nVisit `http://localhost:4000/__zuul` in your browser.\n\nEdit tests and refresh your browser. You do not have to restart the test runner.\n\n\n## Packaging Notes for Developers\n\n**npm (for node)** is configured via the `package.json` file and the `.npmignore` file. Key metadata in the `package.json` file is the `version` field which should be changed according to semantic versioning and have a 1-1 correspondence with git tags. So for example, if you were to `git show v1.5.0:package.json | grep version`, you should see `\"version\": \"1.5.0\",` and this should hold true for every release. This can be handled via the `npm version` command. Be aware that when publishing, npm will presume the version being published should also be tagged in npm as `latest`, which is OK for normal incremental releases. For betas and minor/patch releases to older versions, be sure to include `--tag` appropriately to avoid an older release getting tagged as `latest`.\n\n**npm (for browser standalone)** When we publish versions to npm, we run `make superagent.js` which generates the standalone `superagent.js` file via `browserify`, and this file is included in the package published to npm (but this file is never checked into the git repository). If users want to install via npm but serve a single `.js` file directly to the browser, the `node_modules/superagent/superagent.js` is a standalone browserified file ready to go for that purpose. It is not minified.\n\n**npm (for browserify)** is handled via the `package.json` `browser` field which allows users to install SuperAgent via npm, reference it from their browser code with `require('superagent')`, and then build their own application bundle via `browserify`, which will use `lib/client.js` as the SuperAgent entrypoint.\n\n**bower** is configured via the `bower.json` file. Bower installs files directly from git/github without any transformation, so you *must* use Browserify or Webpack (or use npm).\n\n## License\n\nMIT\n","readmeFilename":"Readme.md","homepage":"https://github.com/visionmedia/superagent#readme","keywords":["http","ajax","request","agent"],"contributors":[{"name":"Kornel Lesiński","email":"kornel@geekhood.net"},{"name":"Peter Lyons","email":"pete@peterlyons.com"},{"name":"Hunter Loftis","email":"hunter@hunterloftis.com"}],"bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"597450d7-30be5\"","_lastModified":"Sun, 23 Jul 2017 07:31:35 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/supports-color/.cache.json b/frappe/.npm/registry.npmjs.org/supports-color/.cache.json new file mode 100644 index 00000000..cc9602e5 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/supports-color/.cache.json @@ -0,0 +1 @@ +{"_id":"supports-color","_rev":"55-abed8078b31a93c1a2d304ed1ba5d552","name":"supports-color","description":"Detect whether a terminal supports color","dist-tags":{"latest":"4.2.1"},"versions":{"0.2.0":{"name":"supports-color","version":"0.2.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/supports-color"},"bin":{"supports-color":"cli.js"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/supports-color/issues"},"homepage":"https://github.com/sindresorhus/supports-color","_id":"supports-color@0.2.0","_shasum":"d92de2694eb3f67323973d7ae3d8b55b4c22190a","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"d92de2694eb3f67323973d7ae3d8b55b4c22190a","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz"},"directories":{}},"1.0.0":{"name":"supports-color","version":"1.0.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"supports-color":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"95036ad1622e0c973ce9c09b93af8a6ebda6a56b","bugs":{"url":"https://github.com/sindresorhus/supports-color/issues"},"homepage":"https://github.com/sindresorhus/supports-color","_id":"supports-color@1.0.0","_shasum":"5e27d62fddbc2963b160e245c1445f966b0e79d5","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"5e27d62fddbc2963b160e245c1445f966b0e79d5","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"supports-color","version":"1.1.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"supports-color":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"892801bea69ac9658e46378c06d069752aad9b83","bugs":{"url":"https://github.com/sindresorhus/supports-color/issues"},"homepage":"https://github.com/sindresorhus/supports-color","_id":"supports-color@1.1.0","_shasum":"fdc4b1a210121071505a2d1ef4d9f5d8fba7ef82","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"fdc4b1a210121071505a2d1ef4d9f5d8fba7ef82","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"supports-color","version":"1.2.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"supports-color":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"e1815a472ebb59612e485096ae31a394e47d3c93","bugs":{"url":"https://github.com/sindresorhus/supports-color/issues"},"homepage":"https://github.com/sindresorhus/supports-color","_id":"supports-color@1.2.0","_shasum":"ff1ed1e61169d06b3cf2d588e188b18d8847e17e","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.32","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"ff1ed1e61169d06b3cf2d588e188b18d8847e17e","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz"},"directories":{}},"1.2.1":{"name":"supports-color","version":"1.2.1","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"bin":{"supports-color":"cli.js"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"ffe5e224bd24dc0410787b94e192d240be025aec","bugs":{"url":"https://github.com/sindresorhus/supports-color/issues"},"homepage":"https://github.com/sindresorhus/supports-color","_id":"supports-color@1.2.1","_shasum":"12ee21507086cd98c1058d9ec0f4ac476b7af3b2","_from":".","_npmVersion":"2.1.16","_nodeVersion":"0.10.35","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"12ee21507086cd98c1058d9ec0f4ac476b7af3b2","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-1.2.1.tgz"},"directories":{}},"1.3.0":{"name":"supports-color","version":"1.3.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"bin":{"supports-color":"cli.js"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"6977091035fc1634eace9470a35e21262d84356a","bugs":{"url":"https://github.com/sindresorhus/supports-color/issues"},"homepage":"https://github.com/sindresorhus/supports-color","_id":"supports-color@1.3.0","_shasum":"ca7def134d8bf8163e1c92905a49a2e4439b72a0","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"ca7def134d8bf8163e1c92905a49a2e4439b72a0","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"supports-color","version":"1.3.1","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"bin":{"supports-color":"cli.js"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["cli","bin","color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"09f1b4c336cee7269b4c8b3a8880054a23fcb35e","bugs":{"url":"https://github.com/sindresorhus/supports-color/issues"},"homepage":"https://github.com/sindresorhus/supports-color","_id":"supports-color@1.3.1","_shasum":"15758df09d8ff3b4acc307539fabe27095e1042d","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"15758df09d8ff3b4acc307539fabe27095e1042d","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz"},"directories":{}},"2.0.0":{"name":"supports-color","version":"2.0.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"8400d98ade32b2adffd50902c06d9e725a5c6588","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@2.0.0","_shasum":"535d045ce6b6363fa40117084629995e9df324c7","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"535d045ce6b6363fa40117084629995e9df324c7","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"},"directories":{}},"3.0.0":{"name":"supports-color","version":"3.0.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"5649000513a10f050abe8740760aabdfa0053d44","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@3.0.0","_shasum":"15f7652e0a478b18405800d9a3dab21a26e91b65","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"15f7652e0a478b18405800d9a3dab21a26e91b65","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.0.0.tgz"},"directories":{}},"3.0.1":{"name":"supports-color","version":"3.0.1","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"10b2124bf28a5775d82e93f686d4ccae38921045","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@3.0.1","_shasum":"5044ef794ba979154745dfb77970c53e9b17908a","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"5044ef794ba979154745dfb77970c53e9b17908a","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.0.1.tgz"},"directories":{}},"3.1.0":{"name":"supports-color","version":"3.1.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"1f42c42e6f131dcbbd791600ef27a9363064d076","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@3.1.0","_shasum":"71b1e2116bf51d24208768c9afa2e5f118d8ef61","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"71b1e2116bf51d24208768c9afa2e5f118d8ef61","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.1.0.tgz"},"directories":{}},"3.1.1":{"name":"supports-color","version":"3.1.1","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"xo && mocha","travis":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"9434c93918301a6b47faa01999482adfbf1b715c","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@3.1.1","_shasum":"10b730ea2c36e9f3790a035f71b007259260ec4b","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"10b730ea2c36e9f3790a035f71b007259260ec4b","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.1.1.tgz"},"directories":{}},"3.1.2":{"name":"supports-color","version":"3.1.2","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/supports-color"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"xo && mocha","travis":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"d9e363732f48ad2bc6b936357246b55e136aa989","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@3.1.2","_shasum":"72a262894d9d408b956ca05ff37b2ed8a6e2a2d5","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"72a262894d9d408b956ca05ff37b2ed8a6e2a2d5","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz"},"directories":{}},"3.2.0":{"name":"supports-color","version":"3.2.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"xo && mocha","travis":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"4b5e52409dde2286f9c5fc1ea513d700d4172a11","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@3.2.0","_shasum":"c4c385da44edcf152136bfa7f3125aee9b0a4f16","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"qix","email":"i.am.qix@gmail.com"},"dist":{"shasum":"c4c385da44edcf152136bfa7f3125aee9b0a4f16","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/supports-color-3.2.0.tgz_1484524692724_0.9873743725474924"},"directories":{}},"3.2.1":{"name":"supports-color","version":"3.2.1","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"xo && mocha","travis":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"4de3ce5a43fdb15615f9b7055124b21c6b59f5a3","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@3.2.1","_shasum":"f15108573f33717782a5eaf7d1b4ce1cd2f2e693","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"qix","email":"i.am.qix@gmail.com"},"dist":{"shasum":"f15108573f33717782a5eaf7d1b4ce1cd2f2e693","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.2.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/supports-color-3.2.1.tgz_1484525436130_0.994121718686074"},"directories":{}},"3.2.2":{"name":"supports-color","version":"3.2.2","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"xo && mocha","travis":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"e2f8b6b7137dedcec6c3c58194d09730df659395","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@3.2.2","_shasum":"c3eb919f3aed5fb659538822e7a42393a78e85b4","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"qix","email":"i.am.qix@gmail.com"},"dist":{"shasum":"c3eb919f3aed5fb659538822e7a42393a78e85b4","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.2.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/supports-color-3.2.2.tgz_1484525960843_0.01745234290137887"},"directories":{}},"3.2.3":{"name":"supports-color","version":"3.2.3","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"xo && mocha","travis":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"c2394c1f77a0f64c4b2d0db33a3df3b841e6fc15","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@3.2.3","_shasum":"65ac0504b3954171d8a64946b2ae3cbb8a5f54f6","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"qix","email":"i.am.qix@gmail.com"},"dist":{"shasum":"65ac0504b3954171d8a64946b2ae3cbb8a5f54f6","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/supports-color-3.2.3.tgz_1484526472497_0.7697830176912248"},"directories":{}},"4.0.0":{"name":"supports-color","version":"4.0.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m"],"dependencies":{"has-flag":"^2.0.0"},"devDependencies":{"ava":"*","import-fresh":"^2.0.0","xo":"*"},"browser":"browser.js","gitHead":"315d72712d78aff42503949725078354032d0e6b","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@4.0.0","_shasum":"33a7c680aa512c9d03ef929cacbb974d203d2790","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"33a7c680aa512c9d03ef929cacbb974d203d2790","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-4.0.0.tgz"},"maintainers":[{"name":"dthree","email":"threedeecee@gmail.com"},{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/supports-color-4.0.0.tgz_1497986555161_0.6528980613220483"},"directories":{}},"4.1.0":{"name":"supports-color","version":"4.1.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m"],"dependencies":{"has-flag":"^2.0.0"},"devDependencies":{"ava":"*","import-fresh":"^2.0.0","xo":"*"},"browser":"browser.js","gitHead":"6dd97922ddc812df56faa666d7100521445f7d8c","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@4.1.0","_shasum":"92cc14bb3dad8928ca5656c33e19a19f20af5c7a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"92cc14bb3dad8928ca5656c33e19a19f20af5c7a","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-4.1.0.tgz"},"maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/supports-color-4.1.0.tgz_1498849027534_0.3442862711381167"},"directories":{}},"4.2.0":{"name":"supports-color","version":"4.2.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m"],"dependencies":{"has-flag":"^2.0.0"},"devDependencies":{"ava":"*","import-fresh":"^2.0.0","xo":"*"},"browser":"browser.js","gitHead":"23ac4529ba7a647a7d6410d990682e6d9892d660","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@4.2.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.3","_npmUser":{"name":"qix","email":"i.am.qix@gmail.com"},"dist":{"integrity":"sha512-Ts0Mu/A1S1aZxEJNG88I4Oc9rcZSBFNac5e27yh4j2mqbhZSSzR1Ah79EYwSn9Zuh7lrlGD2cVGzw1RKGzyLSg==","shasum":"ad986dc7eb2315d009b4d77c8169c2231a684037","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-4.2.0.tgz"},"maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/supports-color-4.2.0.tgz_1499397642650_0.3750420247670263"},"directories":{}},"4.2.1":{"name":"supports-color","version":"4.2.1","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m"],"dependencies":{"has-flag":"^2.0.0"},"devDependencies":{"ava":"*","import-fresh":"^2.0.0","xo":"*"},"browser":"browser.js","gitHead":"d5261a24bcfb6670a7574b318b6d93bf2f4dce0c","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color#readme","_id":"supports-color@4.2.1","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-qxzYsob3yv6U+xMzPrv170y8AwGP7i74g+pbixCfD6rgso8BscLT2qXIuz6TpOaiJZ3mFgT5O9lyT9nMU4LfaA==","shasum":"65a4bb2631e90e02420dba5554c375a4754bb836","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-4.2.1.tgz"},"maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/supports-color-4.2.1.tgz_1500721497271_0.5450081420131028"},"directories":{}}},"readme":"# supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color)\n\n> Detect whether a terminal supports color\n\n\n## Install\n\n```\n$ npm install supports-color\n```\n\n\n## Usage\n\n```js\nconst supportsColor = require('supports-color');\n\nif (supportsColor) {\n\tconsole.log('Terminal supports color');\n}\n\nif (supportsColor.has256) {\n\tconsole.log('Terminal supports 256 colors');\n}\n\nif (supportsColor.has16m) {\n\tconsole.log('Terminal supports 16 million colors (truecolor)');\n}\n```\n\n\n## API\n\nReturns an `Object`, or `false` if color is not supported.\n\nThe returned object specifies a level of support for color through a `.level` property and a corresponding flag:\n\n- `.level = 1` and `.hasBasic = true`: Basic color support (16 colors)\n- `.level = 2` and `.has256 = true`: 256 color support\n- `.level = 3` and `.has16m = true`: Truecolor support (16 million colors)\n\n\n## Info\n\nIt obeys the `--color` and `--no-color` CLI flags.\n\nCan be overridden by the user with the flags `--color` and `--no-color`. For situations where using `--color` is not possible, add the environment variable `FORCE_COLOR=1` to forcefully enable color or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks.\n\nExplicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively.\n\n\n## Related\n\n- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module\n- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right\n\n\n## Maintainers\n\n- [Sindre Sorhus](https://github.com/sindresorhus)\n- [Josh Junon](https://github.com/qix-)\n\n\n## License\n\nMIT\n","maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"time":{"modified":"2017-07-22T11:04:58.322Z","created":"2014-06-14T01:45:57.033Z","0.2.0":"2014-06-14T01:45:57.033Z","1.0.0":"2014-08-13T16:35:11.503Z","1.1.0":"2014-08-19T23:31:57.814Z","1.2.0":"2014-10-12T21:36:25.330Z","1.2.1":"2015-02-22T09:28:35.164Z","1.3.0":"2015-02-23T06:58:50.877Z","1.3.1":"2015-03-16T10:58:24.112Z","2.0.0":"2015-06-30T22:58:34.955Z","3.0.0":"2015-07-15T23:40:25.242Z","3.0.1":"2015-07-16T20:43:38.209Z","3.1.0":"2015-07-18T14:26:04.931Z","3.1.1":"2015-09-02T19:04:25.188Z","3.1.2":"2015-10-13T11:20:54.814Z","3.2.0":"2017-01-15T23:58:12.939Z","3.2.1":"2017-01-16T00:10:36.346Z","3.2.2":"2017-01-16T00:19:21.083Z","3.2.3":"2017-01-16T00:27:52.732Z","4.0.0":"2017-06-20T19:22:36.244Z","4.1.0":"2017-06-30T18:57:08.483Z","4.2.0":"2017-07-07T03:20:42.740Z","4.2.1":"2017-07-22T11:04:58.322Z"},"homepage":"https://github.com/chalk/supports-color#readme","keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m"],"repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/chalk/supports-color/issues"},"license":"MIT","readmeFilename":"readme.md","users":{"jbnicolai":true,"j3kz":true,"ahmed-dinar":true,"mojaray2k":true,"michalskuza":true,"usex":true},"_attachments":{},"_etag":"W/\"5973315a-8235\"","_lastModified":"Sat, 22 Jul 2017 11:04:58 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/thunkify/.cache.json b/frappe/.npm/registry.npmjs.org/thunkify/.cache.json new file mode 100644 index 00000000..da2bbf1b --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/thunkify/.cache.json @@ -0,0 +1 @@ +{"_id":"thunkify","_rev":"57-4a6769e7709d62b6c6f85648f80a3b45","name":"thunkify","description":"Turn callbacks, arrays, generators, generator functions, and promises into a thunk","dist-tags":{"latest":"2.1.2"},"versions":{"0.0.1":{"name":"thunkify","version":"0.0.1","repository":{"type":"git","url":"visionmedia/node-thunkify"},"description":"Turn callbacks, arrays, generators, generator functions, and promises into a thunk","keywords":["thunk","co","generator","generators","promise"],"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"license":"MIT","_id":"thunkify@0.0.1","dist":{"shasum":"bd5d36b1069b4078e5dcbac8fab45359bea6183d","tarball":"https://registry.npmjs.org/thunkify/-/thunkify-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.0.0":{"name":"thunkify","version":"1.0.0","repository":{"type":"git","url":"git://github.com/visionmedia/node-thunkify"},"description":"Turn callbacks, arrays, generators, generator functions, and promises into a thunk","keywords":["thunk","co","generator","generators","promise"],"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"license":"MIT","bugs":{"url":"https://github.com/visionmedia/node-thunkify/issues"},"homepage":"https://github.com/visionmedia/node-thunkify","_id":"thunkify@1.0.0","dist":{"shasum":"d8a7b62a71b79c331ac3b84e7e3c4f27cc02e368","tarball":"https://registry.npmjs.org/thunkify/-/thunkify-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"2.0.0":{"name":"thunkify","version":"2.0.0","repository":{"type":"git","url":"git://github.com/visionmedia/node-thunkify"},"description":"Turn callbacks, arrays, generators, generator functions, and promises into a thunk","keywords":["thunk","co","generator","generators","promise"],"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"license":"MIT","bugs":{"url":"https://github.com/visionmedia/node-thunkify/issues"},"homepage":"https://github.com/visionmedia/node-thunkify","_id":"thunkify@2.0.0","dist":{"shasum":"eb0c3cbbb6f383c16d01bccb5cdd0c6202927acf","tarball":"https://registry.npmjs.org/thunkify/-/thunkify-2.0.0.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"2.1.0":{"name":"thunkify","version":"2.1.0","repository":{"type":"git","url":"git://github.com/visionmedia/node-thunkify"},"description":"Turn callbacks, arrays, generators, generator functions, and promises into a thunk","keywords":["thunk","co","generator","generators","promise"],"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"license":"MIT","bugs":{"url":"https://github.com/visionmedia/node-thunkify/issues"},"homepage":"https://github.com/visionmedia/node-thunkify","_id":"thunkify@2.1.0","dist":{"shasum":"abb90a045f06959b8f107673ef7bbe61b0c13681","tarball":"https://registry.npmjs.org/thunkify/-/thunkify-2.1.0.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"2.1.1":{"name":"thunkify","version":"2.1.1","repository":{"type":"git","url":"git://github.com/visionmedia/node-thunkify"},"description":"Turn callbacks, arrays, generators, generator functions, and promises into a thunk","keywords":["thunk","co","generator","generators","promise"],"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"license":"MIT","bugs":{"url":"https://github.com/visionmedia/node-thunkify/issues"},"homepage":"https://github.com/visionmedia/node-thunkify","_id":"thunkify@2.1.1","dist":{"shasum":"8bedd3932d3d92db01fef7f8f5c651a2301e88b8","tarball":"https://registry.npmjs.org/thunkify/-/thunkify-2.1.1.tgz"},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"2.1.2":{"name":"thunkify","version":"2.1.2","repository":{"type":"git","url":"git://github.com/visionmedia/node-thunkify"},"description":"Turn callbacks, arrays, generators, generator functions, and promises into a thunk","keywords":["thunk","co","generator","generators","promise"],"dependencies":{},"devDependencies":{"mocha":"*","should":"*"},"license":"MIT","bugs":{"url":"https://github.com/visionmedia/node-thunkify/issues"},"homepage":"https://github.com/visionmedia/node-thunkify","_id":"thunkify@2.1.2","dist":{"shasum":"faa0e9d230c51acc95ca13a361ac05ca7e04553d","tarball":"https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}}},"readme":"# thunkify\n\n Turn a regular node function into one which returns a thunk,\n useful for generator-based flow control such as [co](https://github.com/visionmedia/co).\n\n## Installation\n\n```\n$ npm install thunkify\n```\n\n## Example\n\n```js\nvar thunkify = require('thunkify');\nvar fs = require('fs');\n\nvar read = thunkify(fs.readFile);\n\nread('package.json', 'utf8')(function(err, str){\n \n});\n```\n\n# License\n\n MIT\n","maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"time":{"modified":"2016-11-21T09:49:54.623Z","created":"2013-10-14T19:22:16.175Z","0.0.1":"2013-10-14T19:22:17.713Z","1.0.0":"2014-04-11T23:06:43.960Z","2.0.0":"2014-04-17T21:07:09.153Z","2.1.0":"2014-04-17T21:40:01.150Z","2.1.1":"2014-04-17T22:44:02.530Z","2.1.2":"2014-06-02T14:30:43.455Z"},"repository":{"type":"git","url":"git://github.com/visionmedia/node-thunkify"},"users":{"subtlegradient":true,"substack":true,"mbonaci":true,"nickleefly":true,"kael":true,"tunnckocore":true,"benzmuircroft":true,"dexteryy":true,"rakeshkatti":true,"walmik":true,"adamlu":true,"brugnara":true,"magnus":true,"sapjax":true,"duanlinfei":true,"moimikey":true,"qqqppp9998":true,"nukisman":true,"goodseller":true,"itonyyo":true,"battlemidget":true,"nichoth":true,"pdedkov":true,"zetay":true,"softwind":true,"heineiuo":true,"qddegtya":true,"holly":true,"sharper":true,"f124275809":true,"tonyljl526":true,"kaerimichi":true,"iori20091101":true,"qbylucky":true},"keywords":["thunk","co","generator","generators","promise"],"license":"MIT","readmeFilename":"Readme.md","homepage":"https://github.com/visionmedia/node-thunkify","bugs":{"url":"https://github.com/visionmedia/node-thunkify/issues"},"_attachments":{},"_etag":"W/\"5832c342-1a77\"","_lastModified":"Mon, 21 Nov 2016 09:49:54 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/to-array/.cache.json b/frappe/.npm/registry.npmjs.org/to-array/.cache.json new file mode 100644 index 00000000..830d890c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/to-array/.cache.json @@ -0,0 +1 @@ +{"_id":"to-array","_rev":"11-9d3471cb6e66af02ccc38516cacd55cf","name":"to-array","description":"Turn an array like into an array","dist-tags":{"latest":"0.1.4"},"versions":{"0.1.0":{"name":"to-array","version":"0.1.0","description":"Turn an array like into an array","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/to-array.git"},"main":"index","homepage":"https://github.com/Raynos/to-array","contributors":[{"name":"Jake Verbaten"}],"bugs":{"url":"https://github.com/Raynos/to-array/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tap":"~0.3.1"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/to-array/raw/master/LICENSE"}],"scripts":{"test":"tap --stderr --tap ./test"},"readme":"# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n","_id":"to-array@0.1.0","dist":{"shasum":"83b3642023b066abe3807fc651d378cf9a27d98c","tarball":"https://registry.npmjs.org/to-array/-/to-array-0.1.0.tgz"},"_npmVersion":"1.1.49","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"directories":{}},"0.1.1":{"name":"to-array","version":"0.1.1","description":"Turn an array like into an array","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/to-array.git"},"main":"index","homepage":"https://github.com/Raynos/to-array","contributors":[{"name":"Jake Verbaten"}],"bugs":{"url":"https://github.com/Raynos/to-array/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tap":"~0.3.1"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/to-array/raw/master/LICENSE"}],"scripts":{"test":"tap --stderr --tap ./test"},"readme":"# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n","_id":"to-array@0.1.1","dist":{"shasum":"2c1847fa0e16c63443894718aa92aff1d8973851","tarball":"https://registry.npmjs.org/to-array/-/to-array-0.1.1.tgz"},"_npmVersion":"1.1.49","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"directories":{}},"0.1.2":{"name":"to-array","version":"0.1.2","description":"Turn an array like into an array","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/to-array.git"},"main":"index","homepage":"https://github.com/Raynos/to-array","contributors":[{"name":"Jake Verbaten"}],"bugs":{"url":"https://github.com/Raynos/to-array/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tap":"~0.3.1"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/to-array/raw/master/LICENSE"}],"scripts":{"test":"tap --stderr --tap ./test"},"readme":"# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n","_id":"to-array@0.1.2","dist":{"shasum":"6606bcd3c5e69cce685dd7be00127123cb1b2b6e","tarball":"https://registry.npmjs.org/to-array/-/to-array-0.1.2.tgz"},"_npmVersion":"1.1.49","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"directories":{}},"0.1.3":{"name":"to-array","version":"0.1.3","description":"Turn an array like into an array","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/to-array.git"},"main":"index","homepage":"https://github.com/Raynos/to-array","contributors":[{"name":"Jake Verbaten"}],"bugs":{"url":"https://github.com/Raynos/to-array/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tap":"~0.3.1"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/to-array/raw/master/LICENSE"}],"scripts":{"test":"tap --stderr --tap ./test"},"readme":"# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n","_id":"to-array@0.1.3","dist":{"shasum":"d45dadc6363417f60f28474fea50ecddbb4f4991","tarball":"https://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz"},"_npmVersion":"1.1.49","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"directories":{}},"0.1.4":{"name":"to-array","version":"0.1.4","description":"Turn an array like into an array","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/to-array.git"},"main":"index","homepage":"https://github.com/Raynos/to-array","contributors":[{"name":"Jake Verbaten"}],"bugs":{"url":"https://github.com/Raynos/to-array/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tap":"~0.3.1"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/to-array/raw/master/LICENSE"}],"scripts":{"test":"tap --stderr --tap ./test"},"component":{"scripts":{"to-array/index.js":"index.js"}},"readme":"# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n","readmeFilename":"README.md","_id":"to-array@0.1.4","dist":{"shasum":"17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890","tarball":"https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"},"_from":".","_npmVersion":"1.3.1","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"directories":{}}},"readme":"# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n","maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"time":{"modified":"2013-08-19T19:03:46.793Z","created":"2012-09-30T05:23:38.819Z","0.1.0":"2012-09-30T05:23:40.185Z","0.1.1":"2012-09-30T05:27:59.575Z","0.1.2":"2012-10-01T00:03:56.164Z","0.1.3":"2012-10-01T00:30:10.725Z","0.1.4":"2013-08-19T19:03:46.793Z"},"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/to-array.git"},"_attachments":{},"_etag":"W/\"52126c12-1ba8\"","_lastModified":"Mon, 19 Aug 2013 19:03:46 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/to-fast-properties/.cache.json b/frappe/.npm/registry.npmjs.org/to-fast-properties/.cache.json new file mode 100644 index 00000000..0d014546 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/to-fast-properties/.cache.json @@ -0,0 +1 @@ +{"_id":"to-fast-properties","_rev":"7-3dd7ca9af73b90bedd58030995bbd375","name":"to-fast-properties","description":"Force V8 to use fast properties for an object","dist-tags":{"latest":"2.0.0"},"versions":{"1.0.0":{"name":"to-fast-properties","version":"1.0.0","description":"Force V8 to use fast properties for an object","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/to-fast-properties"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node --allow-natives-syntax test.js"},"files":["index.js"],"keywords":["object","obj","properties","props","v8","optimize","fast","convert","mode"],"devDependencies":{"ava":"0.0.4"},"gitHead":"d7935a0aa523451f826c1a1245c68722f466bce9","bugs":{"url":"https://github.com/sindresorhus/to-fast-properties/issues"},"homepage":"https://github.com/sindresorhus/to-fast-properties","_id":"to-fast-properties@1.0.0","_shasum":"4e944cc07ec1e263c27a46b3bd339716d8ed500a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"4e944cc07ec1e263c27a46b3bd339716d8ed500a","tarball":"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"to-fast-properties","version":"1.0.1","description":"Force V8 to use fast properties for an object","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/to-fast-properties"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node --allow-natives-syntax test.js"},"files":["index.js"],"keywords":["object","obj","properties","props","v8","optimize","fast","convert","mode"],"devDependencies":{"ava":"0.0.4"},"gitHead":"67e3b8857c3b000bd4f3cdbb3c0e8b2550994a02","bugs":{"url":"https://github.com/sindresorhus/to-fast-properties/issues"},"homepage":"https://github.com/sindresorhus/to-fast-properties","_id":"to-fast-properties@1.0.1","_shasum":"4a41554d2b2f4bbe2d794060dc47396b10bb48a8","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"4a41554d2b2f4bbe2d794060dc47396b10bb48a8","tarball":"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"to-fast-properties","version":"1.0.2","description":"Force V8 to use fast properties for an object","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/to-fast-properties.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node --allow-natives-syntax test.js"},"files":["index.js"],"keywords":["object","obj","properties","props","v8","optimize","fast","convert","mode"],"devDependencies":{"ava":"0.0.4"},"gitHead":"f65cab875234f8a9ee9b28df5d4db5c4a92fd0d9","bugs":{"url":"https://github.com/sindresorhus/to-fast-properties/issues"},"homepage":"https://github.com/sindresorhus/to-fast-properties#readme","_id":"to-fast-properties@1.0.2","_shasum":"f3f5c0c3ba7299a7ef99427e44633257ade43320","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f3f5c0c3ba7299a7ef99427e44633257ade43320","tarball":"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/to-fast-properties-1.0.2.tgz_1458494284238_0.9049524136353284"},"directories":{}},"1.0.3":{"name":"to-fast-properties","version":"1.0.3","description":"Force V8 to use fast properties for an object","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/to-fast-properties.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node --allow-natives-syntax test.js"},"files":["index.js"],"keywords":["object","obj","properties","props","v8","optimize","fast","convert","mode"],"devDependencies":{"ava":"0.0.4"},"gitHead":"76e30a0b6040781a705cb351fb2e4a1d879f1adb","bugs":{"url":"https://github.com/sindresorhus/to-fast-properties/issues"},"homepage":"https://github.com/sindresorhus/to-fast-properties#readme","_id":"to-fast-properties@1.0.3","_shasum":"b83571fa4d8c25b82e231b06e3a3055de4ca1a47","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"b83571fa4d8c25b82e231b06e3a3055de4ca1a47","tarball":"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/to-fast-properties-1.0.3.tgz_1493539544656_0.5382057083770633"},"directories":{}},"2.0.0":{"name":"to-fast-properties","version":"2.0.0","description":"Force V8 to use fast properties for an object","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/to-fast-properties.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"node --allow-natives-syntax test.js"},"files":["index.js"],"keywords":["object","obj","properties","props","v8","optimize","fast","convert","mode"],"devDependencies":{"ava":"0.0.4"},"gitHead":"5b2ddf09843cacf5e9c2f9403155ef5a742edd83","bugs":{"url":"https://github.com/sindresorhus/to-fast-properties/issues"},"homepage":"https://github.com/sindresorhus/to-fast-properties#readme","_id":"to-fast-properties@2.0.0","_shasum":"dc5e698cbd079265bc73e0377681a4e4e83f616e","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"dc5e698cbd079265bc73e0377681a4e4e83f616e","tarball":"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/to-fast-properties-2.0.0.tgz_1497016919085_0.9319633266422898"},"directories":{}}},"readme":"# to-fast-properties [![Build Status](https://travis-ci.org/sindresorhus/to-fast-properties.svg?branch=master)](https://travis-ci.org/sindresorhus/to-fast-properties)\n\n> Force V8 to use fast properties for an object\n\n[Read more.](http://stackoverflow.com/questions/24987896/)\n\nUse `%HasFastProperties(object)` and `--allow-natives-syntax` to check whether an object already has fast properties.\n\n\n## Install\n\n```\n$ npm install --save to-fast-properties\n```\n\n\n## Usage\n\n```js\nconst toFastProperties = require('to-fast-properties');\n\nconst obj = {\n\tfoo: true,\n\tbar: true\n};\n\ndelete obj.foo;\n// `obj` now has slow properties\n\ntoFastProperties(obj);\n// `obj` now has fast properties\n```\n\n\n## License\n\nMIT © Petka Antonov, John-David Dalton, Sindre Sorhus\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"time":{"modified":"2017-06-09T14:01:59.999Z","created":"2015-03-04T13:00:43.942Z","1.0.0":"2015-03-04T13:00:43.942Z","1.0.1":"2015-03-06T06:39:26.820Z","1.0.2":"2016-03-20T17:18:04.670Z","1.0.3":"2017-04-30T08:05:46.381Z","2.0.0":"2017-06-09T14:01:59.999Z"},"homepage":"https://github.com/sindresorhus/to-fast-properties#readme","keywords":["object","obj","properties","props","v8","optimize","fast","convert","mode"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/to-fast-properties.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/to-fast-properties/issues"},"license":"MIT","readmeFilename":"readme.md","_attachments":{},"_etag":"W/\"593aaa57-202f\"","_lastModified":"Fri, 09 Jun 2017 14:01:59 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/tough-cookie/.cache.json b/frappe/.npm/registry.npmjs.org/tough-cookie/.cache.json new file mode 100644 index 00000000..13d3aedf --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/tough-cookie/.cache.json @@ -0,0 +1 @@ +{"_id":"tough-cookie","_rev":"80-ed0fc553b0257b84a73547317be2eda2","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","dist-tags":{"latest":"2.3.2"},"versions":{"0.9.0":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.0","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":"https://github.com/goinstant/Node-PunyCode/tarball/master"},"devDependencies":{"vows":">=0.5.11","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.0","_engineSupported":true,"_npmVersion":"1.0.100","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"b09b191982dcd7b0cccd78e176c2d6842810c9c5","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.1":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.1","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":"https://github.com/goinstant/Node-PunyCode/tarball/master"},"devDependencies":{"vows":">=0.5.11","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.1","_engineSupported":true,"_npmVersion":"1.0.100","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"0f882fcc572567283eef639b0ba1c1a4785c72fe","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.1.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.3":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.3","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":"https://github.com/goinstant/Node-PunyCode/tarball/master"},"devDependencies":{"vows":">=0.5.11","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.3","_engineSupported":true,"_npmVersion":"1.0.100","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"57017d596dbf03e4c7c79cf2f8c01fc69e9b70b1","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.3.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.4":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.4","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":"https://github.com/goinstant/Node-PunyCode/tarball/master"},"devDependencies":{"vows":">=0.5.11","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.4","_engineSupported":true,"_npmVersion":"1.0.100","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"e8a768ccb452dd3a9b8b844fe3a2ab2d319f0315","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.4.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.5":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.5","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.5.11","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.5","_engineSupported":true,"_npmVersion":"1.0.100","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"a189208232ec5ee8b94f2578769b21155ab9b131","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.5.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.6":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.6","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.5.11","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.6","_engineSupported":true,"_npmVersion":"1.0.100","_nodeVersion":"v0.4.13-pre","_defaultsLoaded":true,"dist":{"shasum":"c63b55e3862676e5d394a9f102f7dd599539af15","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.6.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.7":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.7","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.7","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.3","_defaultsLoaded":true,"dist":{"shasum":"ea037e175d326574b0afb196d658672c7912bd45","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.7.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.8":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.8","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.8","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.6-pre","_defaultsLoaded":true,"dist":{"shasum":"435991f917d7aa2d1e9e1ed93484f19a430bfd15","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.8.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.9":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.9","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.9","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"e62bc00ee4bef4dfba957dd7177218d0327ef595","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.9.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.11":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.11","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.11","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"6f45ee9f494967cbfcdeb97efa5174e1be9b87bb","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.11.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.12":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.12","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.12","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"9dec1931bb8bb6c46252ed2c9ed8ca00abe11546","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.12.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.13":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965"],"version":"0.9.13","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"_id":"tough-cookie@0.9.13","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"8b3b0e536d8b1ee350aa53fca99273d03af50a56","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.13.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.14":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":"HTTP cookie cookies set-cookie cookiejar jar RFC6265 RFC2965","version":"0.9.14","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_id":"tough-cookie@0.9.14","dist":{"shasum":"fb2276385802fda1b3d25c083dcac93f2057d35f","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.14.tgz"},"_npmVersion":"1.1.61","_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.9.15":{"author":{"name":"Jeremy Stashewsky","email":"jeremy@goinstant.com","url":"https://github.com/stash"},"name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"0.9.15","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":">=0.6.0","async":">=0.1.12"},"_id":"tough-cookie@0.9.15","dist":{"shasum":"75617ac347e3659052b0350131885829677399f6","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.9.15.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"jstash","email":"jeremy@goinstant.com"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.10.0":{"author":{"name":"GoInstant Inc., a salesforce.com company"},"license":"MIT","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"0.10.0","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"_id":"tough-cookie@0.10.0","dist":{"shasum":"0cda4e24b2e6c417ad44270c48c9787f560aa1bc","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.10.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"goinstant","email":"support@goinstant.com"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.11.0":{"author":{"name":"GoInstant Inc., a salesforce.com company"},"license":"MIT","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"0.11.0","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"_id":"tough-cookie@0.11.0","dist":{"shasum":"7d8ef58b287253c98f50fa21e9b14408e07db323","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.11.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"goinstant","email":"support@goinstant.com"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.12.0":{"author":{"name":"GoInstant Inc., a salesforce.com company"},"license":"MIT","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"0.12.0","homepage":"https://github.com/goinstant/node-cookie","repository":{"type":"git","url":"git://github.com/goinstant/node-cookie.git"},"bugs":{"url":"https://github.com/goinstant/node-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"_id":"tough-cookie@0.12.0","dist":{"shasum":"713ccd8a77cd987ccd10b6f6938bbd96ecba36bf","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"goinstant","email":"support@goinstant.com"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.12.1":{"author":{"name":"GoInstant Inc., a salesforce.com company"},"license":"MIT","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"0.12.1","homepage":"https://github.com/goinstant/tough-cookie","repository":{"type":"git","url":"git://github.com/goinstant/tough-cookie.git"},"bugs":{"url":"https://github.com/goinstant/tough-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"_id":"tough-cookie@0.12.1","dist":{"shasum":"8220c7e21abd5b13d96804254bd5a81ebf2c7d62","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"goinstant","email":"support@goinstant.com"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"0.13.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"0.13.0","homepage":"https://github.com/goinstant/tough-cookie","repository":{"type":"git","url":"git://github.com/goinstant/tough-cookie.git"},"bugs":{"url":"https://github.com/goinstant/tough-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test/*_test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"gitHead":"264a99e770ff606ec9df126f5443de5f799ec500","_id":"tough-cookie@0.13.0","_shasum":"34531cfefeba2dc050fb8e9a3310f876cdcc24f4","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"34531cfefeba2dc050fb8e9a3310f876cdcc24f4","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.13.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"1.0.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"1.0.0","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test/*_test.js"},"engines":{"node":">=0.4.12"},"dependencies":{"punycode":">=0.2.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"gitHead":"c2a65279a4d5c303d9efb885983dc06796d6ee4f","_id":"tough-cookie@1.0.0","_shasum":"56ae180f2a88bc5db462c479229ee36e071e0296","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"56ae180f2a88bc5db462c479229ee36e071e0296","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.0.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"1.1.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"1.1.0","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test/*_test.js"},"engines":{"node":">=0.10.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"gitHead":"ddbcc02c8c24726c68e36a67d5864291acfdf57d","_id":"tough-cookie@1.1.0","_shasum":"126d2490e66ae5286b6863debd4a341076915954","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"126d2490e66ae5286b6863debd4a341076915954","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.1.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"1.2.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"1.2.0","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test/*_test.js"},"engines":{"node":">=0.10.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"gitHead":"74e59de50b719bb9a1b01c8c9db57fa31401ed1a","_id":"tough-cookie@1.2.0","_shasum":"9b7e9d98e769e80b5aa899d944fe44e02ebf82ad","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"9b7e9d98e769e80b5aa899d944fe44e02ebf82ad","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.2.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"2.0.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.0.0","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","scripts":{"test":"vows test/*_test.js"},"engines":{"node":">=0.10.0"},"devDependencies":{"vows":"0.7.0","async":">=0.1.12"},"gitHead":"a3af6104da7787c23bb98910109b0e0e8a10153c","_id":"tough-cookie@2.0.0","_shasum":"41ce08720b35cf90beb044dd2609fb19e928718f","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"41ce08720b35cf90beb044dd2609fb19e928718f","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"2.1.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.1.0","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","files":["lib"],"scripts":{"suffixup":"curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js","test":"vows test/*_test.js"},"engines":{"node":">=0.10.0"},"devDependencies":{"async":"^1.4.2","vows":"^0.8.1"},"gitHead":"63045791429fa8fd644e68676074da480a925448","_id":"tough-cookie@2.1.0","_shasum":"4e66609e3e4360a93aff0d4d64b3632e966e8613","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"4e66609e3e4360a93aff0d4d64b3632e966e8613","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.1.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"2.2.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.2.0","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","files":["lib"],"scripts":{"suffixup":"curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js","test":"vows test/*_test.js"},"engines":{"node":">=0.10.0"},"devDependencies":{"async":"^1.4.2","vows":"^0.8.1"},"gitHead":"fb1456177c9b51445afa34656eb314c70c2adcd2","_id":"tough-cookie@2.2.0","_shasum":"d4ce661075e5fddb7f20341d3f9931a6fbbadde0","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"d4ce661075e5fddb7f20341d3f9931a6fbbadde0","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"2.2.1":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.2.1","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","files":["lib"],"scripts":{"suffixup":"curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js","test":"vows test/*_test.js"},"engines":{"node":">=0.10.0"},"devDependencies":{"async":"^1.4.2","vows":"^0.8.1"},"gitHead":"f1055655ea56c85bd384aaf7d5b740b916700b6f","_id":"tough-cookie@2.2.1","_shasum":"3b0516b799e70e8164436a1446e7e5877fda118e","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"3b0516b799e70e8164436a1446e7e5877fda118e","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.1.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"2.2.2":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.2.2","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","files":["lib"],"scripts":{"suffixup":"curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js","test":"vows test/*_test.js"},"engines":{"node":">=0.10.0"},"devDependencies":{"async":"^1.4.2","vows":"^0.8.1"},"gitHead":"cc46628c4d7d2e8c372ecba29293ca8a207ec192","_id":"tough-cookie@2.2.2","_shasum":"c83a1830f4e5ef0b93ef2a3488e724f8de016ac7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.1","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"c83a1830f4e5ef0b93ef2a3488e724f8de016ac7","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.2.2.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/tough-cookie-2.2.2.tgz_1457564639182_0.5129188685677946"},"deprecated":"ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130","directories":{}},"2.3.0":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.3.0","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","files":["lib"],"scripts":{"suffixup":"curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js","test":"vows test/*_test.js"},"engines":{"node":">=4.0"},"devDependencies":{"async":"^1.4.2","vows":"^0.8.1"},"gitHead":"5d155798aef3c256b3814e3fb1d5a821c2c0689f","_id":"tough-cookie@2.3.0","_shasum":"38f67cc4fc1b3acd9f8643b92aa3cf138e4acbfc","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"38f67cc4fc1b3acd9f8643b92aa3cf138e4acbfc","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.0.tgz"},"maintainers":[{"name":"jstash","email":"jeremy@goinstant.com"},{"name":"goinstant","email":"services@goinstant.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tough-cookie-2.3.0.tgz_1469126657901_0.29259776300750673"},"directories":{}},"2.3.1":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.3.1","homepage":"https://github.com/SalesforceEng/tough-cookie","repository":{"type":"git","url":"git://github.com/SalesforceEng/tough-cookie.git"},"bugs":{"url":"https://github.com/SalesforceEng/tough-cookie/issues"},"main":"./lib/cookie","files":["lib"],"scripts":{"suffixup":"curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js","test":"vows test/*_test.js"},"engines":{"node":">=0.8"},"devDependencies":{"async":"^1.4.2","string.prototype.repeat":"^0.2.0","vows":"^0.8.1"},"gitHead":"c11a2d11d12348a35ef595c809e30e641a804a7d","_id":"tough-cookie@2.3.1","_shasum":"99c77dfbb7d804249e8a299d4cb0fd81fef083fd","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"99c77dfbb7d804249e8a299d4cb0fd81fef083fd","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.1.tgz"},"maintainers":[{"name":"jstash","email":"jstash@gmail.com"},{"name":"nexxy","email":"emily@contactvibe.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tough-cookie-2.3.1.tgz_1469494891088_0.8524557144846767"},"directories":{}},"2.3.2":{"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"license":"BSD-3-Clause","name":"tough-cookie","description":"RFC6265 Cookies and Cookie Jar for node.js","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"version":"2.3.2","homepage":"https://github.com/salesforce/tough-cookie","repository":{"type":"git","url":"git://github.com/salesforce/tough-cookie.git"},"bugs":{"url":"https://github.com/salesforce/tough-cookie/issues"},"main":"./lib/cookie","files":["lib"],"scripts":{"suffixup":"curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js","test":"vows test/*_test.js"},"engines":{"node":">=0.8"},"devDependencies":{"async":"^1.4.2","string.prototype.repeat":"^0.2.0","vows":"^0.8.1"},"dependencies":{"punycode":"^1.4.1"},"gitHead":"2610df5dc8ef7373a483d509006e5887572a4076","_id":"tough-cookie@2.3.2","_shasum":"f081f76e4c85720e6c37a5faced737150d84072a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"f081f76e4c85720e6c37a5faced737150d84072a","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz"},"maintainers":[{"name":"awaterma","email":"awaterma@awaterma.net"},{"name":"jstash","email":"jstash@gmail.com"},{"name":"nexxy","email":"emily@contactvibe.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tough-cookie-2.3.2.tgz_1477415232912_0.6133609430398792"},"directories":{}}},"maintainers":[{"name":"awaterma","email":"awaterma@awaterma.net"},{"name":"jstash","email":"jstash@gmail.com"},{"name":"nexxy","email":"emily@contactvibe.com"}],"time":{"modified":"2017-06-21T08:34:46.406Z","created":"2011-10-21T19:06:03.548Z","0.9.0":"2011-10-21T19:06:03.972Z","0.9.1":"2011-10-31T20:14:14.089Z","0.9.3":"2011-11-07T22:32:46.899Z","0.9.4":"2011-11-23T15:55:51.823Z","0.9.5":"2011-11-23T16:09:51.761Z","0.9.6":"2011-11-23T19:26:54.217Z","0.9.7":"2011-12-01T23:14:08.946Z","0.9.8":"2011-12-15T16:03:48.038Z","0.9.9":"2012-04-17T02:38:36.426Z","0.9.11":"2012-04-23T17:02:57.971Z","0.9.12":"2012-04-25T16:48:25.708Z","0.9.13":"2012-05-08T16:21:30.704Z","0.9.14":"2012-09-28T17:45:14.613Z","0.9.15":"2013-01-25T17:35:07.444Z","0.10.0":"2014-01-10T21:47:05.533Z","0.11.0":"2014-01-13T18:21:15.484Z","0.12.0":"2014-01-13T21:32:46.961Z","0.12.1":"2014-01-16T18:26:00.164Z","0.13.0":"2015-04-22T01:25:50.445Z","1.0.0":"2015-04-28T01:38:47.750Z","1.1.0":"2015-04-28T18:14:01.870Z","1.2.0":"2015-05-25T16:49:39.201Z","2.0.0":"2015-06-10T22:13:55.825Z","2.1.0":"2015-10-02T17:49:06.735Z","2.2.0":"2015-10-06T23:18:58.173Z","2.2.1":"2015-11-13T01:52:06.393Z","2.2.2":"2016-03-09T23:03:59.570Z","2.3.0":"2016-07-21T18:44:18.142Z","2.3.1":"2016-07-26T01:01:31.341Z","2.3.2":"2016-10-25T17:07:13.167Z"},"author":{"name":"Jeremy Stashewsky","email":"jstashewsky@salesforce.com"},"repository":{"type":"git","url":"git://github.com/salesforce/tough-cookie.git"},"users":{"gavinuhma":true,"asilvas":true,"etiv":true,"porkbits":true,"cdokolas":true,"david-martin":true,"sasquatch":true,"mjurincic":true,"marcelotrad":true,"sshawuk":true,"cliff":true,"axelav":true,"reecegoddard":true,"milfromoz":true,"mygoare":true,"richpowell":true,"cath":true,"jovinbm":true,"mojaray2k":true,"mattkelley":true,"alexminza":true,"giordanocardillo":true,"xtx1130":true},"readme":"[RFC6265](https://tools.ietf.org/html/rfc6265) Cookies and CookieJar for Node.js\n\n[![npm package](https://nodei.co/npm/tough-cookie.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/tough-cookie/)\n\n[![Build Status](https://travis-ci.org/salesforce/tough-cookie.png?branch=master)](https://travis-ci.org/salesforce/tough-cookie)\n\n# Synopsis\n\n``` javascript\nvar tough = require('tough-cookie');\nvar Cookie = tough.Cookie;\nvar cookie = Cookie.parse(header);\ncookie.value = 'somethingdifferent';\nheader = cookie.toString();\n\nvar cookiejar = new tough.CookieJar();\ncookiejar.setCookie(cookie, 'http://currentdomain.example.com/path', cb);\n// ...\ncookiejar.getCookies('http://example.com/otherpath',function(err,cookies) {\n res.headers['cookie'] = cookies.join('; ');\n});\n```\n\n# Installation\n\nIt's _so_ easy!\n\n`npm install tough-cookie`\n\nWhy the name? NPM modules `cookie`, `cookies` and `cookiejar` were already taken.\n\n## Version Support\n\nSupport for versions of node.js will follow that of the [request](https://www.npmjs.com/package/request) module.\n\n# API\n\n## tough\n\nFunctions on the module you get from `require('tough-cookie')`. All can be used as pure functions and don't need to be \"bound\".\n\n**Note**: prior to 1.0.x, several of these functions took a `strict` parameter. This has since been removed from the API as it was no longer necessary.\n\n### `parseDate(string)`\n\nParse a cookie date string into a `Date`. Parses according to RFC6265 Section 5.1.1, not `Date.parse()`.\n\n### `formatDate(date)`\n\nFormat a Date into a RFC1123 string (the RFC6265-recommended format).\n\n### `canonicalDomain(str)`\n\nTransforms a domain-name into a canonical domain-name. The canonical domain-name is a trimmed, lowercased, stripped-of-leading-dot and optionally punycode-encoded domain-name (Section 5.1.2 of RFC6265). For the most part, this function is idempotent (can be run again on its output without ill effects).\n\n### `domainMatch(str,domStr[,canonicalize=true])`\n\nAnswers \"does this real domain match the domain in a cookie?\". The `str` is the \"current\" domain-name and the `domStr` is the \"cookie\" domain-name. Matches according to RFC6265 Section 5.1.3, but it helps to think of it as a \"suffix match\".\n\nThe `canonicalize` parameter will run the other two paramters through `canonicalDomain` or not.\n\n### `defaultPath(path)`\n\nGiven a current request/response path, gives the Path apropriate for storing in a cookie. This is basically the \"directory\" of a \"file\" in the path, but is specified by Section 5.1.4 of the RFC.\n\nThe `path` parameter MUST be _only_ the pathname part of a URI (i.e. excludes the hostname, query, fragment, etc.). This is the `.pathname` property of node's `uri.parse()` output.\n\n### `pathMatch(reqPath,cookiePath)`\n\nAnswers \"does the request-path path-match a given cookie-path?\" as per RFC6265 Section 5.1.4. Returns a boolean.\n\nThis is essentially a prefix-match where `cookiePath` is a prefix of `reqPath`.\n\n### `parse(cookieString[, options])`\n\nalias for `Cookie.parse(cookieString[, options])`\n\n### `fromJSON(string)`\n\nalias for `Cookie.fromJSON(string)`\n\n### `getPublicSuffix(hostname)`\n\nReturns the public suffix of this hostname. The public suffix is the shortest domain-name upon which a cookie can be set. Returns `null` if the hostname cannot have cookies set for it.\n\nFor example: `www.example.com` and `www.subdomain.example.com` both have public suffix `example.com`.\n\nFor further information, see http://publicsuffix.org/. This module derives its list from that site.\n\n### `cookieCompare(a,b)`\n\nFor use with `.sort()`, sorts a list of cookies into the recommended order given in the RFC (Section 5.4 step 2). The sort algorithm is, in order of precedence:\n\n* Longest `.path`\n* oldest `.creation` (which has a 1ms precision, same as `Date`)\n* lowest `.creationIndex` (to get beyond the 1ms precision)\n\n``` javascript\nvar cookies = [ /* unsorted array of Cookie objects */ ];\ncookies = cookies.sort(cookieCompare);\n```\n\n**Note**: Since JavaScript's `Date` is limited to a 1ms precision, cookies within the same milisecond are entirely possible. This is especially true when using the `now` option to `.setCookie()`. The `.creationIndex` property is a per-process global counter, assigned during construction with `new Cookie()`. This preserves the spirit of the RFC sorting: older cookies go first. This works great for `MemoryCookieStore`, since `Set-Cookie` headers are parsed in order, but may not be so great for distributed systems. Sophisticated `Store`s may wish to set this to some other _logical clock_ such that if cookies A and B are created in the same millisecond, but cookie A is created before cookie B, then `A.creationIndex < B.creationIndex`. If you want to alter the global counter, which you probably _shouldn't_ do, it's stored in `Cookie.cookiesCreated`.\n\n### `permuteDomain(domain)`\n\nGenerates a list of all possible domains that `domainMatch()` the parameter. May be handy for implementing cookie stores.\n\n### `permutePath(path)`\n\nGenerates a list of all possible paths that `pathMatch()` the parameter. May be handy for implementing cookie stores.\n\n\n## Cookie\n\nExported via `tough.Cookie`.\n\n### `Cookie.parse(cookieString[, options])`\n\nParses a single Cookie or Set-Cookie HTTP header into a `Cookie` object. Returns `undefined` if the string can't be parsed.\n\nThe options parameter is not required and currently has only one property:\n\n * _loose_ - boolean - if `true` enable parsing of key-less cookies like `=abc` and `=`, which are not RFC-compliant.\n\nIf options is not an object, it is ignored, which means you can use `Array#map` with it.\n\nHere's how to process the Set-Cookie header(s) on a node HTTP/HTTPS response:\n\n``` javascript\nif (res.headers['set-cookie'] instanceof Array)\n cookies = res.headers['set-cookie'].map(Cookie.parse);\nelse\n cookies = [Cookie.parse(res.headers['set-cookie'])];\n```\n\n### Properties\n\nCookie object properties:\n\n * _key_ - string - the name or key of the cookie (default \"\")\n * _value_ - string - the value of the cookie (default \"\")\n * _expires_ - `Date` - if set, the `Expires=` attribute of the cookie (defaults to the string `\"Infinity\"`). See `setExpires()`\n * _maxAge_ - seconds - if set, the `Max-Age=` attribute _in seconds_ of the cookie. May also be set to strings `\"Infinity\"` and `\"-Infinity\"` for non-expiry and immediate-expiry, respectively. See `setMaxAge()`\n * _domain_ - string - the `Domain=` attribute of the cookie\n * _path_ - string - the `Path=` of the cookie\n * _secure_ - boolean - the `Secure` cookie flag\n * _httpOnly_ - boolean - the `HttpOnly` cookie flag\n * _extensions_ - `Array` - any unrecognized cookie attributes as strings (even if equal-signs inside)\n * _creation_ - `Date` - when this cookie was constructed\n * _creationIndex_ - number - set at construction, used to provide greater sort precision (please see `cookieCompare(a,b)` for a full explanation)\n\nAfter a cookie has been passed through `CookieJar.setCookie()` it will have the following additional attributes:\n\n * _hostOnly_ - boolean - is this a host-only cookie (i.e. no Domain field was set, but was instead implied)\n * _pathIsDefault_ - boolean - if true, there was no Path field on the cookie and `defaultPath()` was used to derive one.\n * _creation_ - `Date` - **modified** from construction to when the cookie was added to the jar\n * _lastAccessed_ - `Date` - last time the cookie got accessed. Will affect cookie cleaning once implemented. Using `cookiejar.getCookies(...)` will update this attribute.\n\n### `Cookie([{properties}])`\n\nReceives an options object that can contain any of the above Cookie properties, uses the default for unspecified properties.\n\n### `.toString()`\n\nencode to a Set-Cookie header value. The Expires cookie field is set using `formatDate()`, but is omitted entirely if `.expires` is `Infinity`.\n\n### `.cookieString()`\n\nencode to a Cookie header value (i.e. the `.key` and `.value` properties joined with '=').\n\n### `.setExpires(String)`\n\nsets the expiry based on a date-string passed through `parseDate()`. If parseDate returns `null` (i.e. can't parse this date string), `.expires` is set to `\"Infinity\"` (a string) is set.\n\n### `.setMaxAge(number)`\n\nsets the maxAge in seconds. Coerces `-Infinity` to `\"-Infinity\"` and `Infinity` to `\"Infinity\"` so it JSON serializes correctly.\n\n### `.expiryTime([now=Date.now()])`\n\n### `.expiryDate([now=Date.now()])`\n\nexpiryTime() Computes the absolute unix-epoch milliseconds that this cookie expires. expiryDate() works similarly, except it returns a `Date` object. Note that in both cases the `now` parameter should be milliseconds.\n\nMax-Age takes precedence over Expires (as per the RFC). The `.creation` attribute -- or, by default, the `now` paramter -- is used to offset the `.maxAge` attribute.\n\nIf Expires (`.expires`) is set, that's returned.\n\nOtherwise, `expiryTime()` returns `Infinity` and `expiryDate()` returns a `Date` object for \"Tue, 19 Jan 2038 03:14:07 GMT\" (latest date that can be expressed by a 32-bit `time_t`; the common limit for most user-agents).\n\n### `.TTL([now=Date.now()])`\n\ncompute the TTL relative to `now` (milliseconds). The same precedence rules as for `expiryTime`/`expiryDate` apply.\n\nThe \"number\" `Infinity` is returned for cookies without an explicit expiry and `0` is returned if the cookie is expired. Otherwise a time-to-live in milliseconds is returned.\n\n### `.canonicalizedDoman()`\n\n### `.cdomain()`\n\nreturn the canonicalized `.domain` field. This is lower-cased and punycode (RFC3490) encoded if the domain has any non-ASCII characters.\n\n### `.toJSON()`\n\nFor convenience in using `JSON.serialize(cookie)`. Returns a plain-old `Object` that can be JSON-serialized.\n\nAny `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are exported in ISO format (`.toISOString()`).\n\n**NOTE**: Custom `Cookie` properties will be discarded. In tough-cookie 1.x, since there was no `.toJSON` method explicitly defined, all enumerable properties were captured. If you want a property to be serialized, add the property name to the `Cookie.serializableProperties` Array.\n\n### `Cookie.fromJSON(strOrObj)`\n\nDoes the reverse of `cookie.toJSON()`. If passed a string, will `JSON.parse()` that first.\n\nAny `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are parsed via `Date.parse()`, not the tough-cookie `parseDate`, since it's JavaScript/JSON-y timestamps being handled at this layer.\n\nReturns `null` upon JSON parsing error.\n\n### `.clone()`\n\nDoes a deep clone of this cookie, exactly implemented as `Cookie.fromJSON(cookie.toJSON())`.\n\n### `.validate()`\n\nStatus: *IN PROGRESS*. Works for a few things, but is by no means comprehensive.\n\nvalidates cookie attributes for semantic correctness. Useful for \"lint\" checking any Set-Cookie headers you generate. For now, it returns a boolean, but eventually could return a reason string -- you can future-proof with this construct:\n\n``` javascript\nif (cookie.validate() === true) {\n // it's tasty\n} else {\n // yuck!\n}\n```\n\n\n## CookieJar\n\nExported via `tough.CookieJar`.\n\n### `CookieJar([store],[options])`\n\nSimply use `new CookieJar()`. If you'd like to use a custom store, pass that to the constructor otherwise a `MemoryCookieStore` will be created and used.\n\nThe `options` object can be omitted and can have the following properties:\n\n * _rejectPublicSuffixes_ - boolean - default `true` - reject cookies with domains like \"com\" and \"co.uk\"\n * _looseMode_ - boolean - default `false` - accept malformed cookies like `bar` and `=bar`, which have an implied empty name.\n This is not in the standard, but is used sometimes on the web and is accepted by (most) browsers.\n\nSince eventually this module would like to support database/remote/etc. CookieJars, continuation passing style is used for CookieJar methods.\n\n### `.setCookie(cookieOrString, currentUrl, [{options},] cb(err,cookie))`\n\nAttempt to set the cookie in the cookie jar. If the operation fails, an error will be given to the callback `cb`, otherwise the cookie is passed through. The cookie will have updated `.creation`, `.lastAccessed` and `.hostOnly` properties.\n\nThe `options` object can be omitted and can have the following properties:\n\n * _http_ - boolean - default `true` - indicates if this is an HTTP or non-HTTP API. Affects HttpOnly cookies.\n * _secure_ - boolean - autodetect from url - indicates if this is a \"Secure\" API. If the currentUrl starts with `https:` or `wss:` then this is defaulted to `true`, otherwise `false`.\n * _now_ - Date - default `new Date()` - what to use for the creation/access time of cookies\n * _ignoreError_ - boolean - default `false` - silently ignore things like parse errors and invalid domains. `Store` errors aren't ignored by this option.\n\nAs per the RFC, the `.hostOnly` property is set if there was no \"Domain=\" parameter in the cookie string (or `.domain` was null on the Cookie object). The `.domain` property is set to the fully-qualified hostname of `currentUrl` in this case. Matching this cookie requires an exact hostname match (not a `domainMatch` as per usual).\n\n### `.setCookieSync(cookieOrString, currentUrl, [{options}])`\n\nSynchronous version of `setCookie`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.getCookies(currentUrl, [{options},] cb(err,cookies))`\n\nRetrieve the list of cookies that can be sent in a Cookie header for the current url.\n\nIf an error is encountered, that's passed as `err` to the callback, otherwise an `Array` of `Cookie` objects is passed. The array is sorted with `cookieCompare()` unless the `{sort:false}` option is given.\n\nThe `options` object can be omitted and can have the following properties:\n\n * _http_ - boolean - default `true` - indicates if this is an HTTP or non-HTTP API. Affects HttpOnly cookies.\n * _secure_ - boolean - autodetect from url - indicates if this is a \"Secure\" API. If the currentUrl starts with `https:` or `wss:` then this is defaulted to `true`, otherwise `false`.\n * _now_ - Date - default `new Date()` - what to use for the creation/access time of cookies\n * _expire_ - boolean - default `true` - perform expiry-time checking of cookies and asynchronously remove expired cookies from the store. Using `false` will return expired cookies and **not** remove them from the store (which is useful for replaying Set-Cookie headers, potentially).\n * _allPaths_ - boolean - default `false` - if `true`, do not scope cookies by path. The default uses RFC-compliant path scoping. **Note**: may not be supported by the underlying store (the default `MemoryCookieStore` supports it).\n\nThe `.lastAccessed` property of the returned cookies will have been updated.\n\n### `.getCookiesSync(currentUrl, [{options}])`\n\nSynchronous version of `getCookies`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.getCookieString(...)`\n\nAccepts the same options as `.getCookies()` but passes a string suitable for a Cookie header rather than an array to the callback. Simply maps the `Cookie` array via `.cookieString()`.\n\n### `.getCookieStringSync(...)`\n\nSynchronous version of `getCookieString`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.getSetCookieStrings(...)`\n\nReturns an array of strings suitable for **Set-Cookie** headers. Accepts the same options as `.getCookies()`. Simply maps the cookie array via `.toString()`.\n\n### `.getSetCookieStringsSync(...)`\n\nSynchronous version of `getSetCookieStrings`; only works with synchronous stores (e.g. the default `MemoryCookieStore`).\n\n### `.serialize(cb(err,serializedObject))`\n\nSerialize the Jar if the underlying store supports `.getAllCookies`.\n\n**NOTE**: Custom `Cookie` properties will be discarded. If you want a property to be serialized, add the property name to the `Cookie.serializableProperties` Array.\n\nSee [Serialization Format].\n\n### `.serializeSync()`\n\nSync version of .serialize\n\n### `.toJSON()`\n\nAlias of .serializeSync() for the convenience of `JSON.stringify(cookiejar)`.\n\n### `CookieJar.deserialize(serialized, [store], cb(err,object))`\n\nA new Jar is created and the serialized Cookies are added to the underlying store. Each `Cookie` is added via `store.putCookie` in the order in which they appear in the serialization.\n\nThe `store` argument is optional, but should be an instance of `Store`. By default, a new instance of `MemoryCookieStore` is created.\n\nAs a convenience, if `serialized` is a string, it is passed through `JSON.parse` first. If that throws an error, this is passed to the callback.\n\n### `CookieJar.deserializeSync(serialized, [store])`\n\nSync version of `.deserialize`. _Note_ that the `store` must be synchronous for this to work.\n\n### `CookieJar.fromJSON(string)`\n\nAlias of `.deserializeSync` to provide consistency with `Cookie.fromJSON()`.\n\n### `.clone([store,]cb(err,newJar))`\n\nProduces a deep clone of this jar. Modifications to the original won't affect the clone, and vice versa.\n\nThe `store` argument is optional, but should be an instance of `Store`. By default, a new instance of `MemoryCookieStore` is created. Transferring between store types is supported so long as the source implements `.getAllCookies()` and the destination implements `.putCookie()`.\n\n### `.cloneSync([store])`\n\nSynchronous version of `.clone`, returning a new `CookieJar` instance.\n\nThe `store` argument is optional, but must be a _synchronous_ `Store` instance if specified. If not passed, a new instance of `MemoryCookieStore` is used.\n\nThe _source_ and _destination_ must both be synchronous `Store`s. If one or both stores are asynchronous, use `.clone` instead. Recall that `MemoryCookieStore` supports both synchronous and asynchronous API calls.\n\n## Store\n\nBase class for CookieJar stores. Available as `tough.Store`.\n\n## Store API\n\nThe storage model for each `CookieJar` instance can be replaced with a custom implementation. The default is `MemoryCookieStore` which can be found in the `lib/memstore.js` file. The API uses continuation-passing-style to allow for asynchronous stores.\n\nStores should inherit from the base `Store` class, which is available as `require('tough-cookie').Store`.\n\nStores are asynchronous by default, but if `store.synchronous` is set to `true`, then the `*Sync` methods on the of the containing `CookieJar` can be used (however, the continuation-passing style\n\nAll `domain` parameters will have been normalized before calling.\n\nThe Cookie store must have all of the following methods.\n\n### `store.findCookie(domain, path, key, cb(err,cookie))`\n\nRetrieve a cookie with the given domain, path and key (a.k.a. name). The RFC maintains that exactly one of these cookies should exist in a store. If the store is using versioning, this means that the latest/newest such cookie should be returned.\n\nCallback takes an error and the resulting `Cookie` object. If no cookie is found then `null` MUST be passed instead (i.e. not an error).\n\n### `store.findCookies(domain, path, cb(err,cookies))`\n\nLocates cookies matching the given domain and path. This is most often called in the context of `cookiejar.getCookies()` above.\n\nIf no cookies are found, the callback MUST be passed an empty array.\n\nThe resulting list will be checked for applicability to the current request according to the RFC (domain-match, path-match, http-only-flag, secure-flag, expiry, etc.), so it's OK to use an optimistic search algorithm when implementing this method. However, the search algorithm used SHOULD try to find cookies that `domainMatch()` the domain and `pathMatch()` the path in order to limit the amount of checking that needs to be done.\n\nAs of version 0.9.12, the `allPaths` option to `cookiejar.getCookies()` above will cause the path here to be `null`. If the path is `null`, path-matching MUST NOT be performed (i.e. domain-matching only).\n\n### `store.putCookie(cookie, cb(err))`\n\nAdds a new cookie to the store. The implementation SHOULD replace any existing cookie with the same `.domain`, `.path`, and `.key` properties -- depending on the nature of the implementation, it's possible that between the call to `fetchCookie` and `putCookie` that a duplicate `putCookie` can occur.\n\nThe `cookie` object MUST NOT be modified; the caller will have already updated the `.creation` and `.lastAccessed` properties.\n\nPass an error if the cookie cannot be stored.\n\n### `store.updateCookie(oldCookie, newCookie, cb(err))`\n\nUpdate an existing cookie. The implementation MUST update the `.value` for a cookie with the same `domain`, `.path` and `.key`. The implementation SHOULD check that the old value in the store is equivalent to `oldCookie` - how the conflict is resolved is up to the store.\n\nThe `.lastAccessed` property will always be different between the two objects (to the precision possible via JavaScript's clock). Both `.creation` and `.creationIndex` are guaranteed to be the same. Stores MAY ignore or defer the `.lastAccessed` change at the cost of affecting how cookies are selected for automatic deletion (e.g., least-recently-used, which is up to the store to implement).\n\nStores may wish to optimize changing the `.value` of the cookie in the store versus storing a new cookie. If the implementation doesn't define this method a stub that calls `putCookie(newCookie,cb)` will be added to the store object.\n\nThe `newCookie` and `oldCookie` objects MUST NOT be modified.\n\nPass an error if the newCookie cannot be stored.\n\n### `store.removeCookie(domain, path, key, cb(err))`\n\nRemove a cookie from the store (see notes on `findCookie` about the uniqueness constraint).\n\nThe implementation MUST NOT pass an error if the cookie doesn't exist; only pass an error due to the failure to remove an existing cookie.\n\n### `store.removeCookies(domain, path, cb(err))`\n\nRemoves matching cookies from the store. The `path` parameter is optional, and if missing means all paths in a domain should be removed.\n\nPass an error ONLY if removing any existing cookies failed.\n\n### `store.getAllCookies(cb(err, cookies))`\n\nProduces an `Array` of all cookies during `jar.serialize()`. The items in the array can be true `Cookie` objects or generic `Object`s with the [Serialization Format] data structure.\n\nCookies SHOULD be returned in creation order to preserve sorting via `compareCookies()`. For reference, `MemoryCookieStore` will sort by `.creationIndex` since it uses true `Cookie` objects internally. If you don't return the cookies in creation order, they'll still be sorted by creation time, but this only has a precision of 1ms. See `compareCookies` for more detail.\n\nPass an error if retrieval fails.\n\n## MemoryCookieStore\n\nInherits from `Store`.\n\nA just-in-memory CookieJar synchronous store implementation, used by default. Despite being a synchronous implementation, it's usable with both the synchronous and asynchronous forms of the `CookieJar` API.\n\n## Community Cookie Stores\n\nThese are some Store implementations authored and maintained by the community. They aren't official and we don't vouch for them but you may be interested to have a look:\n\n- [`db-cookie-store`](https://github.com/JSBizon/db-cookie-store): SQL including SQLite-based databases\n- [`file-cookie-store`](https://github.com/JSBizon/file-cookie-store): Netscape cookie file format on disk\n- [`redis-cookie-store`](https://github.com/benkroeger/redis-cookie-store): Redis\n- [`tough-cookie-filestore`](https://github.com/mitsuru/tough-cookie-filestore): JSON on disk\n- [`tough-cookie-web-storage-store`](https://github.com/exponentjs/tough-cookie-web-storage-store): DOM localStorage and sessionStorage\n\n\n# Serialization Format\n\n**NOTE**: if you want to have custom `Cookie` properties serialized, add the property name to `Cookie.serializableProperties`.\n\n```js\n {\n // The version of tough-cookie that serialized this jar.\n version: 'tough-cookie@1.x.y',\n\n // add the store type, to make humans happy:\n storeType: 'MemoryCookieStore',\n\n // CookieJar configuration:\n rejectPublicSuffixes: true,\n // ... future items go here\n\n // Gets filled from jar.store.getAllCookies():\n cookies: [\n {\n key: 'string',\n value: 'string',\n // ...\n /* other Cookie.serializableProperties go here */\n }\n ]\n }\n```\n\n# Copyright and License\n\n(tl;dr: BSD-3-Clause with some MPL/2.0)\n\n```text\n Copyright (c) 2015, Salesforce.com, Inc.\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\n 3. Neither the name of Salesforce.com nor the names of its contributors may\n be used to endorse or promote products derived from this software without\n specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE\n LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\n POSSIBILITY OF SUCH DAMAGE.\n```\n\nPortions may be licensed under different licenses (in particular `public_suffix_list.dat` is MPL/2.0); please read that file and the LICENSE file for full details.\n","homepage":"https://github.com/salesforce/tough-cookie","keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],"bugs":{"url":"https://github.com/salesforce/tough-cookie/issues"},"license":"BSD-3-Clause","readmeFilename":"README.md","contributors":[{"name":"Alexander Savin"},{"name":"Ian Livingstone"},{"name":"Ivan Nikulin"},{"name":"Lalit Kapoor"},{"name":"Sam Thompson"},{"name":"Sebastian Mayr"}],"_attachments":{},"_etag":"W/\"594a2fa6-10a02\"","_lastModified":"Wed, 21 Jun 2017 08:34:46 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/trim-right/.cache.json b/frappe/.npm/registry.npmjs.org/trim-right/.cache.json new file mode 100644 index 00000000..d325b2f4 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/trim-right/.cache.json @@ -0,0 +1 @@ +{"_id":"trim-right","_rev":"3-0a6d39b1a543e96a4c98babe6e66bff5","name":"trim-right","description":"Similar to String#trim() but removes only whitespace on the right","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"trim-right","version":"1.0.0","description":"Similar to String#trim() but removes only whitespace on the right","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/trim-right"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["trim","right","string","str","util","utils","utility","whitespace","space","remove","delete"],"devDependencies":{"ava":"0.0.4"},"gitHead":"24d7eef85e9faf926af7a74403ff3122d020c30b","bugs":{"url":"https://github.com/sindresorhus/trim-right/issues"},"homepage":"https://github.com/sindresorhus/trim-right","_id":"trim-right@1.0.0","_shasum":"c59f9d6185e89f328687afdedddbecf0d8f2627c","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"c59f9d6185e89f328687afdedddbecf0d8f2627c","tarball":"https://registry.npmjs.org/trim-right/-/trim-right-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"trim-right","version":"1.0.1","description":"Similar to String#trim() but removes only whitespace on the right","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/trim-right"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["trim","right","string","str","util","utils","utility","whitespace","space","remove","delete"],"devDependencies":{"ava":"0.0.4"},"gitHead":"105fb46669afb0deb49d14bd688b276297e59dff","bugs":{"url":"https://github.com/sindresorhus/trim-right/issues"},"homepage":"https://github.com/sindresorhus/trim-right","_id":"trim-right@1.0.1","_shasum":"cb2e1203067e0c8de1f614094b9fe45704ea6003","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"cb2e1203067e0c8de1f614094b9fe45704ea6003","tarball":"https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{}}},"readme":"# trim-right [![Build Status](https://travis-ci.org/sindresorhus/trim-right.svg?branch=master)](https://travis-ci.org/sindresorhus/trim-right)\n\n> Similar to [`String#trim()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim) but removes only whitespace on the right\n\n\n## Install\n\n```\n$ npm install --save trim-right\n```\n\n\n## Usage\n\n```js\nvar trimRight = require('trim-right');\n\ntrimRight(' unicorn ');\n//=> ' unicorn'\n```\n\n\n## Related\n\n- [`trim-left`](https://github.com/sindresorhus/trim-left) - Similar to `String#trim()` but removes only whitespace on the left\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"time":{"modified":"2015-07-15T20:19:55.126Z","created":"2015-02-17T03:52:37.807Z","1.0.0":"2015-02-17T03:52:37.807Z","1.0.1":"2015-07-15T20:19:55.126Z"},"homepage":"https://github.com/sindresorhus/trim-right","keywords":["trim","right","string","str","util","utils","utility","whitespace","space","remove","delete"],"repository":{"type":"git","url":"https://github.com/sindresorhus/trim-right"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/trim-right/issues"},"license":"MIT","readmeFilename":"readme.md","_attachments":{},"_etag":"W/\"55a6c06b-f47\"","_lastModified":"Wed, 15 Jul 2015 20:19:55 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/tunnel-agent/.cache.json b/frappe/.npm/registry.npmjs.org/tunnel-agent/.cache.json new file mode 100644 index 00000000..1ac4bc13 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/tunnel-agent/.cache.json @@ -0,0 +1 @@ +{"_id":"tunnel-agent","_rev":"21-223a68b559a8cc5b4b4a77d714358fdf","name":"tunnel-agent","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","dist-tags":{"latest":"0.6.0"},"versions":{"0.2.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.2.0","repository":{"url":"https://github.com/mikeal/tunnel-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"_id":"tunnel-agent@0.2.0","_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.8.1","_defaultsLoaded":true,"dist":{"shasum":"6853c2afb1b2109e45629e492bde35f459ea69e8","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.2.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.3.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.3.0","repository":{"url":"https://github.com/mikeal/tunnel-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_id":"tunnel-agent@0.3.0","dist":{"shasum":"ad681b68f5321ad2827c4cfb1b7d5df2cfe942ee","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.3.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.4.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.4.0","repository":{"url":"https://github.com/mikeal/tunnel-agent"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"homepage":"https://github.com/mikeal/tunnel-agent","_id":"tunnel-agent@0.4.0","dist":{"shasum":"b1184e312ffbcf70b3b4c78e8c219de7ebb1c550","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"}],"directories":{}},"0.4.1":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.4.1","repository":{"url":"git+https://github.com/mikeal/tunnel-agent.git"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"912a7a6d00e10ec76baf9c9369de280fa5badef3","bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"homepage":"https://github.com/mikeal/tunnel-agent#readme","_id":"tunnel-agent@0.4.1","scripts":{},"_shasum":"bbeecff4d679ce753db9462761a88dfcec3c5ab3","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"bbeecff4d679ce753db9462761a88dfcec3c5ab3","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"directories":{}},"0.4.2":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","license":"Apache-2.0","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.4.2","repository":{"url":"git+https://github.com/mikeal/tunnel-agent.git"},"main":"index.js","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"449634d1054949f9f145f4925985a8dea0f46b0f","bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"homepage":"https://github.com/mikeal/tunnel-agent#readme","_id":"tunnel-agent@0.4.2","scripts":{},"_shasum":"1104e3f36ac87125c287270067d582d18133bfee","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.0.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"1104e3f36ac87125c287270067d582d18133bfee","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.2.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"directories":{}},"0.4.3":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","license":"Apache-2.0","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.4.3","repository":{"url":"git+https://github.com/mikeal/tunnel-agent.git"},"main":"index.js","files":["index.js"],"dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"e72d830f5ed388a2a71d37ce062c38e3fb34bdde","bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"homepage":"https://github.com/mikeal/tunnel-agent#readme","_id":"tunnel-agent@0.4.3","scripts":{},"_shasum":"6373db76909fe570e08d73583365ed828a74eeeb","_from":".","_npmVersion":"2.15.3","_nodeVersion":"5.9.0","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"6373db76909fe570e08d73583365ed828a74eeeb","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/tunnel-agent-0.4.3.tgz_1462396470295_0.23639482469297945"},"directories":{}},"0.5.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","license":"Apache-2.0","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.5.0","repository":{"url":"git+https://github.com/mikeal/tunnel-agent.git"},"main":"index.js","files":["index.js"],"dependencies":{"safe-buffer":"^5.0.1"},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"5fe622150e36621cf5986b2f9b3289aab93da1d7","bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"homepage":"https://github.com/mikeal/tunnel-agent#readme","_id":"tunnel-agent@0.5.0","scripts":{},"_shasum":"7ae1bd34ae766309556b7ef34fd52cf874b14c7d","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"7ae1bd34ae766309556b7ef34fd52cf874b14c7d","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.5.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tunnel-agent-0.5.0.tgz_1488655969566_0.1062539997510612"},"directories":{}},"0.6.0":{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","license":"Apache-2.0","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.6.0","repository":{"url":"git+https://github.com/mikeal/tunnel-agent.git"},"main":"index.js","files":["index.js"],"dependencies":{"safe-buffer":"^5.0.1"},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"67df643033258e7cb1388f648ee5f141cd66101b","bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"homepage":"https://github.com/mikeal/tunnel-agent#readme","_id":"tunnel-agent@0.6.0","scripts":{},"_shasum":"27a5dea06b36b04a0a9966774b290868f0fc40fd","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"27a5dea06b36b04a0a9966774b290868f0fc40fd","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tunnel-agent-0.6.0.tgz_1488673799706_0.16846991260536015"},"directories":{}}},"readme":"tunnel-agent\n============\n\nHTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.\n","maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"time":{"modified":"2017-03-05T00:30:01.500Z","created":"2013-03-01T20:43:54.074Z","0.2.0":"2013-03-01T20:43:54.791Z","0.3.0":"2013-04-22T05:11:34.229Z","0.4.0":"2014-02-04T19:33:08.224Z","0.4.1":"2015-07-02T16:27:22.528Z","0.4.2":"2015-12-08T14:31:54.613Z","0.4.3":"2016-05-04T21:14:31.757Z","0.5.0":"2017-03-04T19:32:51.786Z","0.6.0":"2017-03-05T00:30:01.500Z"},"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"repository":{"url":"git+https://github.com/mikeal/tunnel-agent.git"},"readmeFilename":"README.md","users":{"fgribreau":true,"program247365":true,"wfcookie":true,"mojaray2k":true,"manikantag":true},"homepage":"https://github.com/mikeal/tunnel-agent#readme","bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"license":"Apache-2.0","_attachments":{},"_etag":"W/\"58bb5c09-28f4\"","_lastModified":"Sun, 05 Mar 2017 00:30:01 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/tweetnacl/.cache.json b/frappe/.npm/registry.npmjs.org/tweetnacl/.cache.json new file mode 100644 index 00000000..2de18aa7 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/tweetnacl/.cache.json @@ -0,0 +1 @@ +{"_id":"tweetnacl","_rev":"42-2b1f9d1207240bfce9920e3b40ab8827","name":"tweetnacl","time":{"modified":"2017-05-22T18:43:50.045Z","created":"2014-07-08T17:17:59.887Z","0.9.0":"2014-07-08T17:17:59.887Z","0.9.1":"2014-07-08T17:27:03.089Z","0.9.2":"2014-07-22T11:51:50.399Z","0.10.0":"2014-07-26T14:13:21.181Z","0.10.1":"2014-07-31T08:56:22.521Z","0.11.0":"2014-08-03T12:57:58.614Z","0.11.1":"2014-08-06T09:51:16.595Z","0.11.2":"2014-08-08T11:33:58.342Z","0.12.0":"2014-09-03T12:53:37.141Z","0.12.1":"2014-09-09T19:10:37.958Z","0.12.2":"2014-09-18T16:07:52.210Z","0.13.0":"2014-12-26T16:18:57.757Z","0.13.1":"2015-04-15T16:16:46.594Z","0.13.2":"2015-09-17T14:24:35.137Z","0.13.3":"2016-01-06T23:08:59.717Z","0.14.0":"2016-02-20T16:07:29.491Z","0.14.1":"2016-02-25T00:35:25.704Z","0.14.2":"2016-03-28T17:49:52.954Z","0.14.3":"2016-03-29T04:15:52.637Z","0.14.4":"2016-12-02T18:10:24.264Z","0.14.5":"2016-12-13T11:11:56.945Z","1.0.0-rc.1":"2017-02-22T11:39:29.982Z","1.0.0":"2017-05-22T18:43:50.045Z"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist-tags":{"latest":"1.0.0"},"description":"Port of TweetNaCl cryptographic library to JavaScript","readme":"TweetNaCl.js\n============\n\nPort of [TweetNaCl](http://tweetnacl.cr.yp.to) / [NaCl](http://nacl.cr.yp.to/)\nto JavaScript for modern browsers and Node.js. Public domain.\n\n[![Build Status](https://travis-ci.org/dchest/tweetnacl-js.svg?branch=master)\n](https://travis-ci.org/dchest/tweetnacl-js)\n\nDemo: \n\nDocumentation\n=============\n\n* [Overview](#overview)\n* [Audits](#audits)\n* [Installation](#installation)\n* [Usage](#usage)\n * [Public-key authenticated encryption (box)](#public-key-authenticated-encryption-box)\n * [Secret-key authenticated encryption (secretbox)](#secret-key-authenticated-encryption-secretbox)\n * [Scalar multiplication](#scalar-multiplication)\n * [Signatures](#signatures)\n * [Hashing](#hashing)\n * [Random bytes generation](#random-bytes-generation)\n * [Constant-time comparison](#constant-time-comparison)\n* [System requirements](#system-requirements)\n* [Development and testing](#development-and-testing)\n* [Benchmarks](#benchmarks)\n* [Contributors](#contributors)\n* [Who uses it](#who-uses-it)\n\n\nOverview\n--------\n\nThe primary goal of this project is to produce a translation of TweetNaCl to\nJavaScript which is as close as possible to the original C implementation, plus\na thin layer of idiomatic high-level API on top of it.\n\nThere are two versions, you can use either of them:\n\n* `nacl.js` is the port of TweetNaCl with minimum differences from the\n original + high-level API.\n\n* `nacl-fast.js` is like `nacl.js`, but with some functions replaced with\n faster versions. (Used by default when importing NPM package.)\n\n\nAudits\n------\n\nTweetNaCl.js has been audited by [Cure53](https://cure53.de/) in January-February\n2017 (audit was sponsored by [Deletype](https://deletype.com)):\n\n> The overall outcome of this audit signals a particularly positive assessment\n> for TweetNaCl-js, as the testing team was unable to find any security\n> problems in the library. It has to be noted that this is an exceptionally\n> rare result of a source code audit for any project and must be seen as a true\n> testament to a development proceeding with security at its core.\n>\n> To reiterate, the TweetNaCl-js project, the source code was found to be\n> bug-free at this point.\n>\n> [...]\n>\n> In sum, the testing team is happy to recommend the TweetNaCl-js project as\n> likely one of the safer and more secure cryptographic tools among its\n> competition.\n\n[Read full audit report](https://dchest.github.io/tweetnacl-js/audits/cure53.pdf)\n\n\nInstallation\n------------\n\nYou can install TweetNaCl.js via a package manager:\n\n[Yarn](https://yarnpkg.com/):\n\n $ yarn add tweetnacl\n\n[NPM](https://www.npmjs.org/):\n\n $ npm install tweetnacl\n\nor [download source code](https://github.com/dchest/tweetnacl-js/releases).\n\n\nUsage\n-----\n\nAll API functions accept and return bytes as `Uint8Array`s. If you need to\nencode or decode strings, use functions from\n or one of the more robust codec\npackages.\n\nIn Node.js v4 and later `Buffer` objects are backed by `Uint8Array`s, so you\ncan freely pass them to TweetNaCl.js functions as arguments. The returned\nobjects are still `Uint8Array`s, so if you need `Buffer`s, you'll have to\nconvert them manually; make sure to convert using copying: `new Buffer(array)`,\ninstead of sharing: `new Buffer(array.buffer)`, because some functions return\nsubarrays of their buffers.\n\n\n### Public-key authenticated encryption (box)\n\nImplements *x25519-xsalsa20-poly1305*.\n\n#### nacl.box.keyPair()\n\nGenerates a new random key pair for box and returns it as an object with\n`publicKey` and `secretKey` members:\n\n {\n publicKey: ..., // Uint8Array with 32-byte public key\n secretKey: ... // Uint8Array with 32-byte secret key\n }\n\n\n#### nacl.box.keyPair.fromSecretKey(secretKey)\n\nReturns a key pair for box with public key corresponding to the given secret\nkey.\n\n#### nacl.box(message, nonce, theirPublicKey, mySecretKey)\n\nEncrypts and authenticates message using peer's public key, our secret key, and\nthe given nonce, which must be unique for each distinct message for a key pair.\n\nReturns an encrypted and authenticated message, which is\n`nacl.box.overheadLength` longer than the original message.\n\n#### nacl.box.open(box, nonce, theirPublicKey, mySecretKey)\n\nAuthenticates and decrypts the given box with peer's public key, our secret\nkey, and the given nonce.\n\nReturns the original message, or `false` if authentication fails.\n\n#### nacl.box.before(theirPublicKey, mySecretKey)\n\nReturns a precomputed shared key which can be used in `nacl.box.after` and\n`nacl.box.open.after`.\n\n#### nacl.box.after(message, nonce, sharedKey)\n\nSame as `nacl.box`, but uses a shared key precomputed with `nacl.box.before`.\n\n#### nacl.box.open.after(box, nonce, sharedKey)\n\nSame as `nacl.box.open`, but uses a shared key precomputed with `nacl.box.before`.\n\n#### nacl.box.publicKeyLength = 32\n\nLength of public key in bytes.\n\n#### nacl.box.secretKeyLength = 32\n\nLength of secret key in bytes.\n\n#### nacl.box.sharedKeyLength = 32\n\nLength of precomputed shared key in bytes.\n\n#### nacl.box.nonceLength = 24\n\nLength of nonce in bytes.\n\n#### nacl.box.overheadLength = 16\n\nLength of overhead added to box compared to original message.\n\n\n### Secret-key authenticated encryption (secretbox)\n\nImplements *xsalsa20-poly1305*.\n\n#### nacl.secretbox(message, nonce, key)\n\nEncrypts and authenticates message using the key and the nonce. The nonce must\nbe unique for each distinct message for this key.\n\nReturns an encrypted and authenticated message, which is\n`nacl.secretbox.overheadLength` longer than the original message.\n\n#### nacl.secretbox.open(box, nonce, key)\n\nAuthenticates and decrypts the given secret box using the key and the nonce.\n\nReturns the original message, or `false` if authentication fails.\n\n#### nacl.secretbox.keyLength = 32\n\nLength of key in bytes.\n\n#### nacl.secretbox.nonceLength = 24\n\nLength of nonce in bytes.\n\n#### nacl.secretbox.overheadLength = 16\n\nLength of overhead added to secret box compared to original message.\n\n\n### Scalar multiplication\n\nImplements *x25519*.\n\n#### nacl.scalarMult(n, p)\n\nMultiplies an integer `n` by a group element `p` and returns the resulting\ngroup element.\n\n#### nacl.scalarMult.base(n)\n\nMultiplies an integer `n` by a standard group element and returns the resulting\ngroup element.\n\n#### nacl.scalarMult.scalarLength = 32\n\nLength of scalar in bytes.\n\n#### nacl.scalarMult.groupElementLength = 32\n\nLength of group element in bytes.\n\n\n### Signatures\n\nImplements [ed25519](http://ed25519.cr.yp.to).\n\n#### nacl.sign.keyPair()\n\nGenerates new random key pair for signing and returns it as an object with\n`publicKey` and `secretKey` members:\n\n {\n publicKey: ..., // Uint8Array with 32-byte public key\n secretKey: ... // Uint8Array with 64-byte secret key\n }\n\n#### nacl.sign.keyPair.fromSecretKey(secretKey)\n\nReturns a signing key pair with public key corresponding to the given\n64-byte secret key. The secret key must have been generated by\n`nacl.sign.keyPair` or `nacl.sign.keyPair.fromSeed`.\n\n#### nacl.sign.keyPair.fromSeed(seed)\n\nReturns a new signing key pair generated deterministically from a 32-byte seed.\nThe seed must contain enough entropy to be secure. This method is not\nrecommended for general use: instead, use `nacl.sign.keyPair` to generate a new\nkey pair from a random seed.\n\n#### nacl.sign(message, secretKey)\n\nSigns the message using the secret key and returns a signed message.\n\n#### nacl.sign.open(signedMessage, publicKey)\n\nVerifies the signed message and returns the message without signature.\n\nReturns `null` if verification failed.\n\n#### nacl.sign.detached(message, secretKey)\n\nSigns the message using the secret key and returns a signature.\n\n#### nacl.sign.detached.verify(message, signature, publicKey)\n\nVerifies the signature for the message and returns `true` if verification\nsucceeded or `false` if it failed.\n\n#### nacl.sign.publicKeyLength = 32\n\nLength of signing public key in bytes.\n\n#### nacl.sign.secretKeyLength = 64\n\nLength of signing secret key in bytes.\n\n#### nacl.sign.seedLength = 32\n\nLength of seed for `nacl.sign.keyPair.fromSeed` in bytes.\n\n#### nacl.sign.signatureLength = 64\n\nLength of signature in bytes.\n\n\n### Hashing\n\nImplements *SHA-512*.\n\n#### nacl.hash(message)\n\nReturns SHA-512 hash of the message.\n\n#### nacl.hash.hashLength = 64\n\nLength of hash in bytes.\n\n\n### Random bytes generation\n\n#### nacl.randomBytes(length)\n\nReturns a `Uint8Array` of the given length containing random bytes of\ncryptographic quality.\n\n**Implementation note**\n\nTweetNaCl.js uses the following methods to generate random bytes,\ndepending on the platform it runs on:\n\n* `window.crypto.getRandomValues` (WebCrypto standard)\n* `window.msCrypto.getRandomValues` (Internet Explorer 11)\n* `crypto.randomBytes` (Node.js)\n\nIf the platform doesn't provide a suitable PRNG, the following functions,\nwhich require random numbers, will throw exception:\n\n* `nacl.randomBytes`\n* `nacl.box.keyPair`\n* `nacl.sign.keyPair`\n\nOther functions are deterministic and will continue working.\n\nIf a platform you are targeting doesn't implement secure random number\ngenerator, but you somehow have a cryptographically-strong source of entropy\n(not `Math.random`!), and you know what you are doing, you can plug it into\nTweetNaCl.js like this:\n\n nacl.setPRNG(function(x, n) {\n // ... copy n random bytes into x ...\n });\n\nNote that `nacl.setPRNG` *completely replaces* internal random byte generator\nwith the one provided.\n\n\n### Constant-time comparison\n\n#### nacl.verify(x, y)\n\nCompares `x` and `y` in constant time and returns `true` if their lengths are\nnon-zero and equal, and their contents are equal.\n\nReturns `false` if either of the arguments has zero length, or arguments have\ndifferent lengths, or their contents differ.\n\n\nSystem requirements\n-------------------\n\nTweetNaCl.js supports modern browsers that have a cryptographically secure\npseudorandom number generator and typed arrays, including the latest versions\nof:\n\n* Chrome\n* Firefox\n* Safari (Mac, iOS)\n* Internet Explorer 11\n\nOther systems:\n\n* Node.js\n\n\nDevelopment and testing\n------------------------\n\nInstall NPM modules needed for development:\n\n $ npm install\n\nTo build minified versions:\n\n $ npm run build\n\nTests use minified version, so make sure to rebuild it every time you change\n`nacl.js` or `nacl-fast.js`.\n\n### Testing\n\nTo run tests in Node.js:\n\n $ npm run test-node\n\nBy default all tests described here work on `nacl.min.js`. To test other\nversions, set environment variable `NACL_SRC` to the file name you want to test.\nFor example, the following command will test fast minified version:\n\n $ NACL_SRC=nacl-fast.min.js npm run test-node\n\nTo run full suite of tests in Node.js, including comparing outputs of\nJavaScript port to outputs of the original C version:\n\n $ npm run test-node-all\n\nTo prepare tests for browsers:\n\n $ npm run build-test-browser\n\nand then open `test/browser/test.html` (or `test/browser/test-fast.html`) to\nrun them.\n\nTo run headless browser tests with `tape-run` (powered by Electron):\n\n $ npm run test-browser\n\n(If you get `Error: spawn ENOENT`, install *xvfb*: `sudo apt-get install xvfb`.)\n\nTo run tests in both Node and Electron:\n\n $ npm test\n\n### Benchmarking\n\nTo run benchmarks in Node.js:\n\n $ npm run bench\n $ NACL_SRC=nacl-fast.min.js npm run bench\n\nTo run benchmarks in a browser, open `test/benchmark/bench.html` (or\n`test/benchmark/bench-fast.html`).\n\n\nBenchmarks\n----------\n\nFor reference, here are benchmarks from MacBook Pro (Retina, 13-inch, Mid 2014)\nlaptop with 2.6 GHz Intel Core i5 CPU (Intel) in Chrome 53/OS X and Xiaomi Redmi\nNote 3 smartphone with 1.8 GHz Qualcomm Snapdragon 650 64-bit CPU (ARM) in\nChrome 52/Android:\n\n| | nacl.js Intel | nacl-fast.js Intel | nacl.js ARM | nacl-fast.js ARM |\n| ------------- |:-------------:|:-------------------:|:-------------:|:-----------------:|\n| salsa20 | 1.3 MB/s | 128 MB/s | 0.4 MB/s | 43 MB/s |\n| poly1305 | 13 MB/s | 171 MB/s | 4 MB/s | 52 MB/s |\n| hash | 4 MB/s | 34 MB/s | 0.9 MB/s | 12 MB/s |\n| secretbox 1K | 1113 op/s | 57583 op/s | 334 op/s | 14227 op/s |\n| box 1K | 145 op/s | 718 op/s | 37 op/s | 368 op/s |\n| scalarMult | 171 op/s | 733 op/s | 56 op/s | 380 op/s |\n| sign | 77 op/s | 200 op/s | 20 op/s | 61 op/s |\n| sign.open | 39 op/s | 102 op/s | 11 op/s | 31 op/s |\n\n(You can run benchmarks on your devices by clicking on the links at the bottom\nof the [home page](https://tweetnacl.js.org)).\n\nIn short, with *nacl-fast.js* and 1024-byte messages you can expect to encrypt and\nauthenticate more than 57000 messages per second on a typical laptop or more than\n14000 messages per second on a $170 smartphone, sign about 200 and verify 100\nmessages per second on a laptop or 60 and 30 messages per second on a smartphone,\nper CPU core (with Web Workers you can do these operations in parallel),\nwhich is good enough for most applications.\n\n\nContributors\n------------\n\nSee AUTHORS.md file.\n\n\nThird-party libraries based on TweetNaCl.js\n-------------------------------------------\n\n* [forward-secrecy](https://github.com/alax/forward-secrecy) — Axolotl ratchet implementation\n* [nacl-stream](https://github.com/dchest/nacl-stream-js) - streaming encryption\n* [tweetnacl-auth-js](https://github.com/dchest/tweetnacl-auth-js) — implementation of [`crypto_auth`](http://nacl.cr.yp.to/auth.html)\n* [chloride](https://github.com/dominictarr/chloride) - unified API for various NaCl modules\n\n\nWho uses it\n-----------\n\nSome notable users of TweetNaCl.js:\n\n* [MEGA](https://github.com/meganz/webclient)\n* [Peerio](https://www.peerio.com/)\n* [Stellar](https://www.stellar.org/)\n* [miniLock](http://minilock.io/)\n","versions":{"0.9.1":{"name":"tweetnacl","version":"0.9.1","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^4.2.0","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^2.13.3","testling":"^1.7.0","uglify-js":"^2.4.14"},"gitHead":"84a604351a03eca9a9737594cf5b45b31122183f","_id":"tweetnacl@0.9.1","_shasum":"061d781c759b0f4ba6f8c93e71b9cba6d3e61db7","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"061d781c759b0f4ba6f8c93e71b9cba6d3e61db7","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.9.1.tgz"}},"0.9.2":{"name":"tweetnacl","version":"0.9.2","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^4.2.0","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^2.13.3","testling":"^1.7.0","uglify-js":"^2.4.14"},"gitHead":"4389a049194c4bd557f17c7910b278aaf6bbe43f","_id":"tweetnacl@0.9.2","_shasum":"ce6690698ccfa0bb0fe0b12997ec0211900add38","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"ce6690698ccfa0bb0fe0b12997ec0211900add38","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.9.2.tgz"}},"0.10.0":{"name":"tweetnacl","version":"0.10.0","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^4.2.0","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^2.13.3","testling":"^1.7.0","uglify-js":"^2.4.14"},"gitHead":"4e193660e644b3fcd23eb9404dafc4a143b07fa2","_id":"tweetnacl@0.10.0","_shasum":"4d202f18aa36f1290e09a56150776072310aeec2","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"4d202f18aa36f1290e09a56150776072310aeec2","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.10.0.tgz"}},"0.10.1":{"name":"tweetnacl","version":"0.10.1","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^4.2.0","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^2.13.3","testling":"^1.7.0","uglify-js":"^2.4.14"},"gitHead":"decc137b6c651bb4123fddf8c8afe34e86bb3701","_id":"tweetnacl@0.10.1","_shasum":"d0cb2f3d62977b1b9a9ec4060644e99419644d6d","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"d0cb2f3d62977b1b9a9ec4060644e99419644d6d","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.10.1.tgz"}},"0.11.0":{"name":"tweetnacl","version":"0.11.0","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^4.2.0","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^2.13.3","testling":"^1.7.0","uglify-js":"^2.4.14"},"gitHead":"111adafd548a97d729ae32f27d709457adddb250","_id":"tweetnacl@0.11.0","_shasum":"80e2c0f6cd02a4cd877551647957bd66dead4d8f","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"80e2c0f6cd02a4cd877551647957bd66dead4d8f","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.11.0.tgz"}},"0.11.1":{"name":"tweetnacl","version":"0.11.1","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^4.2.0","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^2.13.3","testling":"^1.7.0","uglify-js":"^2.4.14"},"gitHead":"255f22b2f91b295b47e0980d7af52db0e5c3ee03","_id":"tweetnacl@0.11.1","_shasum":"c79336c9e5b37858a05e541a7f94861ead96e2e9","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"c79336c9e5b37858a05e541a7f94861ead96e2e9","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.11.1.tgz"}},"0.11.2":{"name":"tweetnacl","version":"0.11.2","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^4.2.0","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^2.13.3","testling":"^1.7.0","uglify-js":"^2.4.14"},"gitHead":"d3597da76ed0141d08565ed329bcda7076fccfcd","_id":"tweetnacl@0.11.2","_shasum":"ed4bce52d1ddbceea3a2c504cd17d364a34f414b","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"ed4bce52d1ddbceea3a2c504cd17d364a34f414b","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.11.2.tgz"}},"0.12.0":{"name":"tweetnacl","version":"0.12.0","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"4.x.x","faucet":"0.x.x","tap-browser-color":"0.x.x","tape":"2.x.x","testling":"1.x.x","uglify-js":"2.x.x"},"gitHead":"defcf332adb945e5659d34bf3ee13e2d325a6bce","_id":"tweetnacl@0.12.0","_shasum":"2a23aee15925799bd627fc586642d7feaea37bbf","_from":".","_npmVersion":"2.0.0-beta.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"2a23aee15925799bd627fc586642d7feaea37bbf","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.12.0.tgz"}},"0.12.1":{"name":"tweetnacl","version":"0.12.1","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"4.x.x","faucet":"0.x.x","tap-browser-color":"0.x.x","tape":"2.x.x","testling":"1.x.x","uglify-js":"2.x.x"},"gitHead":"a811228a7c40929a76ff17fc4a8da39bcc064dd6","_id":"tweetnacl@0.12.1","_shasum":"11231bac11b56f88e2dd594f283ef14d47b943e0","_from":".","_npmVersion":"2.0.0-beta.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"11231bac11b56f88e2dd594f283ef14d47b943e0","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.12.1.tgz"}},"0.12.2":{"name":"tweetnacl","version":"0.12.2","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["ie/11..latest","chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"4.x.x","faucet":"0.x.x","tap-browser-color":"0.x.x","tape":"2.x.x","testling":"1.x.x","uglify-js":"2.x.x"},"gitHead":"8a21381d696acdc4e99c9f706f1ad23285795f79","_id":"tweetnacl@0.12.2","_shasum":"bd59f890507856fb0a1136acc3a8b44547e29ddb","_from":".","_npmVersion":"2.0.0-beta.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"bd59f890507856fb0a1136acc3a8b44547e29ddb","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.12.2.tgz"}},"0.13.0":{"name":"tweetnacl","version":"0.13.0","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"4.x.x","faucet":"0.x.x","tap-browser-color":"0.x.x","tape":"2.x.x","testling":"1.x.x","uglify-js":"2.x.x"},"gitHead":"b40db2cad07ceb9285ca616afc84318b9b751770","_id":"tweetnacl@0.13.0","_shasum":"884ce855c8f2bb03bfcbe9c7e82d854229fbee67","_from":".","_npmVersion":"2.1.14","_nodeVersion":"0.10.35","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"dist":{"shasum":"884ce855c8f2bb03bfcbe9c7e82d854229fbee67","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.0.tgz"}},"0.13.1":{"name":"tweetnacl","version":"0.13.1","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js"},"testling":{"files":"test/*.js","browsers":["chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"4.x.x","faucet":"0.x.x","tap-browser-color":"0.x.x","tape":"2.x.x","testling":"1.x.x","uglify-js":"2.x.x"},"browser":{"buffer":false,"crypto":false},"gitHead":"abfbce7c68c8ad0b3b8a90b769e1f67885237aac","_id":"tweetnacl@0.13.1","_shasum":"568d436b13aeb7e32adba6e16df9173008a581ad","_from":".","_npmVersion":"2.7.6","_nodeVersion":"0.12.1","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"568d436b13aeb7e32adba6e16df9173008a581ad","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.1.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}]},"0.13.2":{"name":"tweetnacl","version":"0.13.2","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"testling":{"files":"test/*.js","browsers":["chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"CC0-1.0","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^10.1.3","eslint":"^1.4.3","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^4.0.0","testling":"^1.7.1","uglify-js":"^2.4.21"},"browser":{"buffer":false,"crypto":false},"gitHead":"f093f0c34fbab5caf51f3ed9a48149c37041abb3","_id":"tweetnacl@0.13.2","_shasum":"453161770469d45cd266c36404e2bc99a8fa9944","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"453161770469d45cd266c36404e2bc99a8fa9944","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}]},"0.13.3":{"name":"tweetnacl","version":"0.13.3","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test":"tape test/*.js | faucet","testall":"make -C test/c && tape test/*.js test/c/*.js | faucet","browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null","browser-quick":"browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","testling":"browserify test/browser/testling_init.js test/*.js | testling | faucet","firefox":"browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet","chrome":"browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"testling":{"files":"test/*.js","browsers":["chrome/22..latest","firefox/16..latest","safari/latest","opera/11.0..latest","iphone/6..latest","ipad/6..latest","android-browser/latest"]},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://dchest.github.io/tweetnacl-js","devDependencies":{"browserify":"^10.1.3","eslint":"^1.4.3","faucet":"0.0.1","tap-browser-color":"^0.1.2","tape":"^4.0.0","testling":"^1.7.1","uglify-js":"^2.4.21"},"browser":{"buffer":false,"crypto":false},"gitHead":"2bb422cb707fba4a5ec9654688564a4fb861b068","_id":"tweetnacl@0.13.3","_shasum":"d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}]},"0.14.0":{"name":"tweetnacl","version":"0.14.0","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Public domain","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.0.0","eslint":"^2.2.0","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.4.0","tape-run":"^2.1.3","tweetnacl-util":"^0.13.3","uglify-js":"^2.6.1"},"browser":{"buffer":false,"crypto":false},"gitHead":"eff9ede198032894b29065e486f34de8b892b428","_id":"tweetnacl@0.14.0","_shasum":"59e665d00089311259954eac16cfb35d1c7eb130","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"59e665d00089311259954eac16cfb35d1c7eb130","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.0.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/tweetnacl-0.14.0.tgz_1455984444410_0.7439826326444745"}},"0.14.1":{"name":"tweetnacl","version":"0.14.1","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"SEE LICENSE IN COPYING.txt","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.0.0","eslint":"^2.2.0","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.4.0","tape-run":"^2.1.3","tweetnacl-util":"^0.13.3","uglify-js":"^2.6.1"},"browser":{"buffer":false,"crypto":false},"gitHead":"e4e8b4d8c882f5de3bcfc4262ea15d86f7f482d5","_id":"tweetnacl@0.14.1","_shasum":"37c6a1fb5cd4b63b7acee450d8419d9c0024cc03","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"37c6a1fb5cd4b63b7acee450d8419d9c0024cc03","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.1.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/tweetnacl-0.14.1.tgz_1456360522655_0.3124228978995234"}},"0.14.2":{"name":"tweetnacl","version":"0.14.2","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"SEE LICENSE IN COPYING.txt","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.0.0","eslint":"^2.2.0","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.4.0","tape-run":"^2.1.3","tweetnacl-util":"^0.13.3","uglify-js":"^2.6.1"},"browser":{"buffer":false,"crypto":false},"gitHead":"5869cd970287971fd4ebeb3e80093e382014c0ec","_id":"tweetnacl@0.14.2","_shasum":"79f38003a8be74757846ff6479f2152034808134","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.6.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"79f38003a8be74757846ff6479f2152034808134","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.2.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tweetnacl-0.14.2.tgz_1459187390463_0.6325501962564886"}},"0.14.3":{"name":"tweetnacl","version":"0.14.3","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"SEE LICENSE IN COPYING.txt","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.0.0","eslint":"^2.2.0","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.4.0","tape-run":"^2.1.3","tweetnacl-util":"^0.13.3","uglify-js":"^2.6.1"},"browser":{"buffer":false,"crypto":false},"gitHead":"3eb4fc544a2a1d6c0a41b98b9906288ca8b087e4","_id":"tweetnacl@0.14.3","_shasum":"3da382f670f25ded78d7b3d1792119bca0b7132d","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.6.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"3da382f670f25ded78d7b3d1792119bca0b7132d","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/tweetnacl-0.14.3.tgz_1459224951636_0.7403244483284652"}},"0.14.4":{"name":"tweetnacl","version":"0.14.4","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","types":"nacl.d.ts","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"SEE LICENSE IN COPYING.txt","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.0.0","eslint":"^2.2.0","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.4.0","tape-run":"^2.1.3","tweetnacl-util":"^0.13.3","uglify-js":"^2.6.1"},"browser":{"buffer":false,"crypto":false},"gitHead":"53024cf517ead075666dd430295bd0992dd2a48d","_id":"tweetnacl@0.14.4","_shasum":"8c9dbfb52795686f166cd2023794bcf103d13c2b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"8c9dbfb52795686f166cd2023794bcf103d13c2b","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.4.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tweetnacl-0.14.4.tgz_1480702221977_0.6762865034397691"}},"0.14.5":{"name":"tweetnacl","version":"0.14.5","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","types":"nacl.d.ts","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Unlicense","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.0.0","eslint":"^2.2.0","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.4.0","tape-run":"^2.1.3","tweetnacl-util":"^0.13.3","uglify-js":"^2.6.1"},"browser":{"buffer":false,"crypto":false},"gitHead":"cce829e473b1ae299a9373b5140c713ee88f577f","_id":"tweetnacl@0.14.5","_shasum":"5ae68177f192d4456269d108afa93ff8743f4f64","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"5ae68177f192d4456269d108afa93ff8743f4f64","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tweetnacl-0.14.5.tgz_1481627515097_0.015130913350731134"}},"1.0.0-rc.1":{"name":"tweetnacl","version":"1.0.0-rc.1","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","types":"nacl.d.ts","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Unlicense","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.1.1","electron":"^1.4.12","eslint":"^3.12.1","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.6.3","tape-run":"^2.1.4","tweetnacl-util":"^0.13.5","uglify-js":"^2.7.5"},"browser":{"buffer":false,"crypto":false},"gitHead":"88b8ea49b771f15d9e447bfc3eaba260bed2daff","_id":"tweetnacl@1.0.0-rc.1","_shasum":"1198f1dfccb24859a4091c82787d5882425f0cde","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"1198f1dfccb24859a4091c82787d5882425f0cde","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.0-rc.1.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tweetnacl-1.0.0-rc.1.tgz_1487763567946_0.9748900488484651"}},"1.0.0":{"name":"tweetnacl","version":"1.0.0","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","types":"nacl.d.ts","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Unlicense","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.1.1","electron":"^1.4.12","eslint":"^3.12.1","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.6.3","tape-run":"^2.1.4","tweetnacl-util":"^0.13.5","uglify-js":"^2.7.5"},"browser":{"buffer":false,"crypto":false},"gitHead":"988c41917199cd33a93896c52fcad29fb96833d8","_id":"tweetnacl@1.0.0","_shasum":"713d8b818da42068740bf68386d0479e66fc8a7b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.1","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"713d8b818da42068740bf68386d0479e66fc8a7b","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.0.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/tweetnacl-1.0.0.tgz_1495478628926_0.32991178915835917"}}},"homepage":"https://tweetnacl.js.org","keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"author":{"name":"TweetNaCl-js contributors"},"bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"license":"Unlicense","readmeFilename":"README.md","users":{"dchest":true,"tcrowe":true,"antanst":true,"kerwyn":true,"mojaray2k":true,"anoubis":true},"_attachments":{},"_etag":"W/\"59233166-f790\"","_lastModified":"Mon, 22 May 2017 18:43:50 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/type-check/.cache.json b/frappe/.npm/registry.npmjs.org/type-check/.cache.json new file mode 100644 index 00000000..e8e20f30 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/type-check/.cache.json @@ -0,0 +1 @@ +{"_id":"type-check","_rev":"19-8de4325396d92113bead8bcb652f5094","name":"type-check","description":"type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","dist-tags":{"latest":"0.3.2"},"versions":{"0.1.0":{"name":"type-check","version":"0.1.0","author":{"name":"George Zahariev","email":"z@georgezahariev.com"},"description":"type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","homepage":"https://github.com/gkz/type-check","keywords":["type","check","checking","library"],"files":["lib","README.md","LICENSE"],"main":"./lib/","bugs":"https://github.com/gkz/type-check/issues","licenses":[{"type":"MIT","url":"https://raw.github.com/gkz/type-check/master/LICENSE"}],"engines":{"node":">= 0.8.0"},"repository":{"type":"git","url":"git://github.com/gkz/type-check.git"},"scripts":{"test":"make test"},"dependencies":{"prelude-ls":"~1.0.3"},"devDependencies":{"LiveScript":"~1.2.0","mocha":"~1.8.2","istanbul":"~0.1.43","browserify":"~2.33"},"_id":"type-check@0.1.0","dist":{"shasum":"0f759b00c1e86cfa8498e269f0b43ee49ca1ee6e","tarball":"https://registry.npmjs.org/type-check/-/type-check-0.1.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"gkz","email":"z@georgezahariev.com"},"maintainers":[{"name":"gkz","email":"z@georgezahariev.com"}],"directories":{}},"0.2.0":{"name":"type-check","version":"0.2.0","author":{"name":"George Zahariev","email":"z@georgezahariev.com"},"description":"type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","homepage":"https://github.com/gkz/type-check","keywords":["type","check","checking","library"],"files":["lib","README.md","LICENSE"],"main":"./lib/","bugs":"https://github.com/gkz/type-check/issues","licenses":[{"type":"MIT","url":"https://raw.github.com/gkz/type-check/master/LICENSE"}],"engines":{"node":">= 0.8.0"},"repository":{"type":"git","url":"git://github.com/gkz/type-check.git"},"scripts":{"test":"make test"},"dependencies":{"prelude-ls":"~1.0.3"},"devDependencies":{"LiveScript":"~1.2.0","mocha":"~1.8.2","istanbul":"~0.1.43","browserify":"~2.33"},"_id":"type-check@0.2.0","dist":{"shasum":"fd99b899c446563284b2f2451eaf655b4d74f42f","tarball":"https://registry.npmjs.org/type-check/-/type-check-0.2.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"gkz","email":"z@georgezahariev.com"},"maintainers":[{"name":"gkz","email":"z@georgezahariev.com"}],"directories":{}},"0.3.0":{"name":"type-check","version":"0.3.0","author":{"name":"George Zahariev","email":"z@georgezahariev.com"},"description":"type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","homepage":"https://github.com/gkz/type-check","keywords":["type","check","checking","library"],"files":["lib","README.md","LICENSE"],"main":"./lib/","bugs":{"url":"https://github.com/gkz/type-check/issues"},"licenses":[{"type":"MIT","url":"https://raw.github.com/gkz/type-check/master/LICENSE"}],"engines":{"node":">= 0.8.0"},"repository":{"type":"git","url":"git://github.com/gkz/type-check.git"},"scripts":{"test":"make test"},"dependencies":{"prelude-ls":"~1.0.3"},"devDependencies":{"LiveScript":"~1.2.0","mocha":"~1.8.2","istanbul":"~0.1.43","browserify":"~2.33"},"_id":"type-check@0.3.0","dist":{"shasum":"7a7b83669187dc220795abf6aab61a4ab5f87eeb","tarball":"https://registry.npmjs.org/type-check/-/type-check-0.3.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"gkz","email":"z@georgezahariev.com"},"maintainers":[{"name":"gkz","email":"z@georgezahariev.com"}],"directories":{}},"0.3.1":{"name":"type-check","version":"0.3.1","author":{"name":"George Zahariev","email":"z@georgezahariev.com"},"description":"type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","homepage":"https://github.com/gkz/type-check","keywords":["type","check","checking","library"],"files":["lib","README.md","LICENSE"],"main":"./lib/","bugs":{"url":"https://github.com/gkz/type-check/issues"},"licenses":[{"type":"MIT","url":"https://raw.github.com/gkz/type-check/master/LICENSE"}],"engines":{"node":">= 0.8.0"},"repository":{"type":"git","url":"git://github.com/gkz/type-check.git"},"scripts":{"test":"make test"},"dependencies":{"prelude-ls":"~1.1.0"},"devDependencies":{"LiveScript":"~1.2.0","mocha":"~1.8.2","istanbul":"~0.1.43","browserify":"~2.33"},"_id":"type-check@0.3.1","dist":{"shasum":"9233923c4da174d0ac5480ecfd6ef84c349eb58d","tarball":"https://registry.npmjs.org/type-check/-/type-check-0.3.1.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"gkz","email":"z@georgezahariev.com"},"maintainers":[{"name":"gkz","email":"z@georgezahariev.com"}],"directories":{}},"0.3.2":{"name":"type-check","version":"0.3.2","author":{"name":"George Zahariev","email":"z@georgezahariev.com"},"description":"type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.","homepage":"https://github.com/gkz/type-check","keywords":["type","check","checking","library"],"files":["lib","README.md","LICENSE"],"main":"./lib/","bugs":{"url":"https://github.com/gkz/type-check/issues"},"license":"MIT","engines":{"node":">= 0.8.0"},"repository":{"type":"git","url":"git://github.com/gkz/type-check.git"},"scripts":{"test":"make test"},"dependencies":{"prelude-ls":"~1.1.2"},"devDependencies":{"livescript":"~1.4.0","mocha":"~2.3.4","istanbul":"~0.4.1","browserify":"~12.0.1"},"gitHead":"0ab04e7a660485d0cc3aa87e95f2f9a6464cf8e6","_id":"type-check@0.3.2","_shasum":"5884cab512cf1d355e3fb784f30804b2b520db72","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"gkz","email":"z@georgezahariev.com"},"maintainers":[{"name":"gkz","email":"z@georgezahariev.com"}],"dist":{"shasum":"5884cab512cf1d355e3fb784f30804b2b520db72","tarball":"https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"},"directories":{}}},"readme":"# type-check [![Build Status](https://travis-ci.org/gkz/type-check.png?branch=master)](https://travis-ci.org/gkz/type-check)\n\n\n\n`type-check` is a library which allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. It is great for checking external input, for testing, or even for adding a bit of safety to your internal code. It is a major component of [levn](https://github.com/gkz/levn). MIT license. Version 0.3.2. Check out the [demo](http://gkz.github.io/type-check/).\n\nFor updates on `type-check`, [follow me on twitter](https://twitter.com/gkzahariev).\n\n npm install type-check\n\n## Quick Examples\n\n```js\n// Basic types:\nvar typeCheck = require('type-check').typeCheck;\ntypeCheck('Number', 1); // true\ntypeCheck('Number', 'str'); // false\ntypeCheck('Error', new Error); // true\ntypeCheck('Undefined', undefined); // true\n\n// Comment\ntypeCheck('count::Number', 1); // true\n\n// One type OR another type:\ntypeCheck('Number | String', 2); // true\ntypeCheck('Number | String', 'str'); // true\n\n// Wildcard, matches all types:\ntypeCheck('*', 2) // true\n\n// Array, all elements of a single type:\ntypeCheck('[Number]', [1, 2, 3]); // true\ntypeCheck('[Number]', [1, 'str', 3]); // false\n\n// Tuples, or fixed length arrays with elements of different types:\ntypeCheck('(String, Number)', ['str', 2]); // true\ntypeCheck('(String, Number)', ['str']); // false\ntypeCheck('(String, Number)', ['str', 2, 5]); // false\n\n// Object properties:\ntypeCheck('{x: Number, y: Boolean}', {x: 2, y: false}); // true\ntypeCheck('{x: Number, y: Boolean}', {x: 2}); // false\ntypeCheck('{x: Number, y: Maybe Boolean}', {x: 2}); // true\ntypeCheck('{x: Number, y: Boolean}', {x: 2, y: false, z: 3}); // false\ntypeCheck('{x: Number, y: Boolean, ...}', {x: 2, y: false, z: 3}); // true\n\n// A particular type AND object properties:\ntypeCheck('RegExp{source: String, ...}', /re/i); // true\ntypeCheck('RegExp{source: String, ...}', {source: 're'}); // false\n\n// Custom types:\nvar opt = {customTypes:\n {Even: { typeOf: 'Number', validate: function(x) { return x % 2 === 0; }}}};\ntypeCheck('Even', 2, opt); // true\n\n// Nested:\nvar type = '{a: (String, [Number], {y: Array, ...}), b: Error{message: String, ...}}'\ntypeCheck(type, {a: ['hi', [1, 2, 3], {y: [1, 'ms']}], b: new Error('oh no')}); // true\n```\n\nCheck out the [type syntax format](#syntax) and [guide](#guide).\n\n## Usage\n\n`require('type-check');` returns an object that exposes four properties. `VERSION` is the current version of the library as a string. `typeCheck`, `parseType`, and `parsedTypeCheck` are functions.\n\n```js\n// typeCheck(type, input, options);\ntypeCheck('Number', 2); // true\n\n// parseType(type);\nvar parsedType = parseType('Number'); // object\n\n// parsedTypeCheck(parsedType, input, options);\nparsedTypeCheck(parsedType, 2); // true\n```\n\n### typeCheck(type, input, options)\n\n`typeCheck` checks a JavaScript value `input` against `type` written in the [type format](#type-format) (and taking account the optional `options`) and returns whether the `input` matches the `type`.\n\n##### arguments\n* type - `String` - the type written in the [type format](#type-format) which to check against\n* input - `*` - any JavaScript value, which is to be checked against the type\n* options - `Maybe Object` - an optional parameter specifying additional options, currently the only available option is specifying [custom types](#custom-types)\n\n##### returns\n`Boolean` - whether the input matches the type\n\n##### example\n```js\ntypeCheck('Number', 2); // true\n```\n\n### parseType(type)\n\n`parseType` parses string `type` written in the [type format](#type-format) into an object representing the parsed type.\n\n##### arguments\n* type - `String` - the type written in the [type format](#type-format) which to parse\n\n##### returns\n`Object` - an object in the parsed type format representing the parsed type\n\n##### example\n```js\nparseType('Number'); // [{type: 'Number'}]\n```\n### parsedTypeCheck(parsedType, input, options)\n\n`parsedTypeCheck` checks a JavaScript value `input` against parsed `type` in the parsed type format (and taking account the optional `options`) and returns whether the `input` matches the `type`. Use this in conjunction with `parseType` if you are going to use a type more than once.\n\n##### arguments\n* type - `Object` - the type in the parsed type format which to check against\n* input - `*` - any JavaScript value, which is to be checked against the type\n* options - `Maybe Object` - an optional parameter specifying additional options, currently the only available option is specifying [custom types](#custom-types)\n\n##### returns\n`Boolean` - whether the input matches the type\n\n##### example\n```js\nparsedTypeCheck([{type: 'Number'}], 2); // true\nvar parsedType = parseType('String');\nparsedTypeCheck(parsedType, 'str'); // true\n```\n\n\n## Type Format\n\n### Syntax\n\nWhite space is ignored. The root node is a __Types__.\n\n* __Identifier__ = `[\\$\\w]+` - a group of any lower or upper case letters, numbers, underscores, or dollar signs - eg. `String`\n* __Type__ = an `Identifier`, an `Identifier` followed by a `Structure`, just a `Structure`, or a wildcard `*` - eg. `String`, `Object{x: Number}`, `{x: Number}`, `Array{0: String, 1: Boolean, length: Number}`, `*`\n* __Types__ = optionally a comment (an `Indentifier` followed by a `::`), optionally the identifier `Maybe`, one or more `Type`, separated by `|` - eg. `Number`, `String | Date`, `Maybe Number`, `Maybe Boolean | String`\n* __Structure__ = `Fields`, or a `Tuple`, or an `Array` - eg. `{x: Number}`, `(String, Number)`, `[Date]`\n* __Fields__ = a `{`, followed one or more `Field` separated by a comma `,` (trailing comma `,` is permitted), optionally an `...` (always preceded by a comma `,`), followed by a `}` - eg. `{x: Number, y: String}`, `{k: Function, ...}`\n* __Field__ = an `Identifier`, followed by a colon `:`, followed by `Types` - eg. `x: Date | String`, `y: Boolean`\n* __Tuple__ = a `(`, followed by one or more `Types` separated by a comma `,` (trailing comma `,` is permitted), followed by a `)` - eg `(Date)`, `(Number, Date)`\n* __Array__ = a `[` followed by exactly one `Types` followed by a `]` - eg. `[Boolean]`, `[Boolean | Null]`\n\n### Guide\n\n`type-check` uses `Object.toString` to find out the basic type of a value. Specifically,\n\n```js\n{}.toString.call(VALUE).slice(8, -1)\n{}.toString.call(true).slice(8, -1) // 'Boolean'\n```\nA basic type, eg. `Number`, uses this check. This is much more versatile than using `typeof` - for example, with `document`, `typeof` produces `'object'` which isn't that useful, and our technique produces `'HTMLDocument'`.\n\nYou may check for multiple types by separating types with a `|`. The checker proceeds from left to right, and passes if the value is any of the types - eg. `String | Boolean` first checks if the value is a string, and then if it is a boolean. If it is none of those, then it returns false.\n\nAdding a `Maybe` in front of a list of multiple types is the same as also checking for `Null` and `Undefined` - eg. `Maybe String` is equivalent to `Undefined | Null | String`.\n\nYou may add a comment to remind you of what the type is for by following an identifier with a `::` before a type (or multiple types). The comment is simply thrown out.\n\nThe wildcard `*` matches all types.\n\nThere are three types of structures for checking the contents of a value: 'fields', 'tuple', and 'array'.\n\nIf used by itself, a 'fields' structure will pass with any type of object as long as it is an instance of `Object` and the properties pass - this allows for duck typing - eg. `{x: Boolean}`.\n\nTo check if the properties pass, and the value is of a certain type, you can specify the type - eg. `Error{message: String}`.\n\nIf you want to make a field optional, you can simply use `Maybe` - eg. `{x: Boolean, y: Maybe String}` will still pass if `y` is undefined (or null).\n\nIf you don't care if the value has properties beyond what you have specified, you can use the 'etc' operator `...` - eg. `{x: Boolean, ...}` will match an object with an `x` property that is a boolean, and with zero or more other properties.\n\nFor an array, you must specify one or more types (separated by `|`) - it will pass for something of any length as long as each element passes the types provided - eg. `[Number]`, `[Number | String]`.\n\nA tuple checks for a fixed number of elements, each of a potentially different type. Each element is separated by a comma - eg. `(String, Number)`.\n\nAn array and tuple structure check that the value is of type `Array` by default, but if another type is specified, they will check for that instead - eg. `Int32Array[Number]`. You can use the wildcard `*` to search for any type at all.\n\nCheck out the [type precedence](https://github.com/zaboco/type-precedence) library for type-check.\n\n## Options\n\nOptions is an object. It is an optional parameter to the `typeCheck` and `parsedTypeCheck` functions. The only current option is `customTypes`.\n\n\n### Custom Types\n\n__Example:__\n\n```js\nvar options = {\n customTypes: {\n Even: {\n typeOf: 'Number',\n validate: function(x) {\n return x % 2 === 0;\n }\n }\n }\n};\ntypeCheck('Even', 2, options); // true\ntypeCheck('Even', 3, options); // false\n```\n\n`customTypes` allows you to set up custom types for validation. The value of this is an object. The keys of the object are the types you will be matching. Each value of the object will be an object having a `typeOf` property - a string, and `validate` property - a function.\n\nThe `typeOf` property is the type the value should be, and `validate` is a function which should return true if the value is of that type. `validate` receives one parameter, which is the value that we are checking.\n\n## Technical About\n\n`type-check` is written in [LiveScript](http://livescript.net/) - a language that compiles to JavaScript. It also uses the [prelude.ls](http://preludels.com/) library.\n","maintainers":[{"name":"gkz","email":"z@georgezahariev.com"}],"time":{"modified":"2015-12-29T05:46:21.672Z","created":"2013-09-29T18:38:27.392Z","0.1.0":"2013-09-29T18:38:30.708Z","0.2.0":"2013-10-02T23:07:23.499Z","0.3.0":"2013-10-29T23:11:33.218Z","0.3.1":"2014-04-08T05:55:00.320Z","0.3.2":"2015-12-29T05:46:21.672Z"},"author":{"name":"George Zahariev","email":"z@georgezahariev.com"},"repository":{"type":"git","url":"git://github.com/gkz/type-check.git"},"homepage":"https://github.com/gkz/type-check","keywords":["type","check","checking","library"],"bugs":{"url":"https://github.com/gkz/type-check/issues"},"readmeFilename":"README.md","users":{"jay3sh":true,"michaelchance":true,"chocolateboy":true,"mzagorny":true,"matthewh":true,"kevin_11":true,"kevin_xi":true,"cr8tiv":true},"license":"MIT","_attachments":{},"_etag":"W/\"56821e2d-4314\"","_lastModified":"Tue, 29 Dec 2015 05:46:21 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/type-detect/.cache.json b/frappe/.npm/registry.npmjs.org/type-detect/.cache.json new file mode 100644 index 00000000..d95e0adb --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/type-detect/.cache.json @@ -0,0 +1 @@ +{"_id":"type-detect","_rev":"20-04b8a996e5d90eb520bc08f4cd9c3f78","name":"type-detect","description":"Improved typeof detection for node.js and the browser.","dist-tags":{"latest":"4.0.3"},"versions":{"0.1.0":{"name":"type-detect","version":"0.1.0","description":"Improved typeof detection for node.js and the browser.","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"license":"MIT","keywords":[],"repository":{"type":"git","url":"git@github.com:chaijs/type-detect.git"},"engines":{"node":"*"},"main":"./index","scripts":{"test":"make test"},"dependencies":{},"devDependencies":{"component":"*","coveralls":"2.0.16","jscoverage":"0.3.7","mocha":"*","mocha-lcov-reporter":"0.0.1","mocha-phantomjs":"*","simple-assert":"*"},"bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"_id":"type-detect@0.1.0","dist":{"shasum":"81ed3ab764cd5139388b67d052eb01610edc1a57","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"jakeluer","email":"jake@alogicalparadox.com"},"maintainers":[{"name":"jakeluer","email":"jake@alogicalparadox.com"}],"directories":{}},"0.1.1":{"name":"type-detect","version":"0.1.1","description":"Improved typeof detection for node.js and the browser.","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"license":"MIT","keywords":[],"repository":{"type":"git","url":"git@github.com:chaijs/type-detect.git"},"engines":{"node":"*"},"main":"./index","scripts":{"test":"make test"},"dependencies":{},"devDependencies":{"component":"*","coveralls":"2.0.16","jscoverage":"0.3.7","mocha":"*","mocha-lcov-reporter":"0.0.1","mocha-phantomjs":"*","simple-assert":"*"},"bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"_id":"type-detect@0.1.1","dist":{"shasum":"0ba5ec2a885640e470ea4e8505971900dac58822","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"jakeluer","email":"jake@alogicalparadox.com"},"maintainers":[{"name":"jakeluer","email":"jake@alogicalparadox.com"}],"directories":{}},"0.1.2":{"name":"type-detect","version":"0.1.2","description":"Improved typeof detection for node.js and the browser.","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"license":"MIT","keywords":[],"repository":{"type":"git","url":"git@github.com:chaijs/type-detect.git"},"engines":{"node":"*"},"main":"./index","scripts":{"test":"make test"},"dependencies":{},"devDependencies":{"component":"*","coveralls":"2.0.16","jscoverage":"0.3.7","mocha":"*","mocha-lcov-reporter":"0.0.1","mocha-phantomjs":"*","simple-assert":"*"},"bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect","_id":"type-detect@0.1.2","dist":{"shasum":"c88e853e54e5abd88f1bf3194b477c853c94f854","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"jakeluer","email":"jake@alogicalparadox.com"},"maintainers":[{"name":"jakeluer","email":"jake@alogicalparadox.com"}],"directories":{}},"1.0.0":{"name":"type-detect","version":"1.0.0","description":"Improved typeof detection for node.js and the browser.","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"license":"MIT","keywords":[],"repository":{"type":"git","url":"git@github.com:chaijs/type-detect.git"},"engines":{"node":"*"},"main":"./index","scripts":{"test":"make test"},"dependencies":{},"devDependencies":{"component":"*","coveralls":"2.0.16","jscoverage":"0.3.7","mocha":"*","mocha-lcov-reporter":"0.0.1","mocha-phantomjs":"*","simple-assert":"*"},"gitHead":"3617862cbaa220d3700cfc9e96c6d3feb49e9587","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect","_id":"type-detect@1.0.0","_shasum":"762217cc06db258ec48908a1298e8b95121e8ea2","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.11.16","_npmUser":{"name":"jakeluer","email":"jake@alogicalparadox.com"},"maintainers":[{"name":"jakeluer","email":"jake@alogicalparadox.com"}],"dist":{"shasum":"762217cc06db258ec48908a1298e8b95121e8ea2","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-1.0.0.tgz"},"directories":{}},"2.0.0":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"config":{"ghooks":{"commit-msg":"validate-commit-msg"}},"eslintConfig":{"extends":["strict/es5"],"env":{"es6":true},"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^13.0.0","browserify-istanbul":"^1.0.0","coveralls":"2.11.8","eslint":"^2.4.0","eslint-config-strict":"^8.5.0","eslint-plugin-filenames":"^0.2.0","ghooks":"^1.0.1","istanbul":"^0.4.2","karma":"^0.13.22","karma-browserify":"^5.0.2","karma-coverage":"^0.5.5","karma-mocha":"^0.2.2","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^0.3.1","lcov-result-merger":"^1.0.2","mocha":"^2.4.5","phantomjs-prebuilt":"^2.1.5","semantic-release":"^4.3.5","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"2.0.0","gitHead":"695961ee444301af6a8fe1468a8d56d467fd6c1d","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@2.0.0","_shasum":"b5a567196997808f0b94d7a9e089d4585266e3b8","_from":".","_npmVersion":"3.8.1","_nodeVersion":"0.10.43","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"b5a567196997808f0b94d7a9e089d4585266e3b8","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-2.0.0.tgz"},"maintainers":[{"name":"jakeluer","email":"jake@alogicalparadox.com"},{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/type-detect-2.0.0.tgz_1457897453208_0.4966612495481968"},"directories":{}},"2.0.1":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"config":{"ghooks":{"commit-msg":"validate-commit-msg"}},"eslintConfig":{"extends":["strict/es5"],"env":{"es6":true},"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^13.0.0","browserify-istanbul":"^1.0.0","coveralls":"2.11.9","eslint":"^2.9.0","eslint-config-strict":"^8.5.0","eslint-plugin-filenames":"^0.2.0","ghooks":"^1.0.1","istanbul":"^0.4.2","karma":"^0.13.22","karma-browserify":"^5.0.2","karma-coverage":"^1.0.0","karma-mocha":"^1.0.1","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","lcov-result-merger":"^1.2.0","mocha":"^2.4.5","phantomjs-prebuilt":"^2.1.5","semantic-release":"^4.3.5","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"2.0.1","gitHead":"0da5088dd181ec2e3293ab8bd681f6d6aec79351","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@2.0.1","_shasum":"42d3ff2358743068a26ca3715e941c4e65236507","_from":".","_npmVersion":"3.9.0","_nodeVersion":"0.10.45","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"42d3ff2358743068a26ca3715e941c4e65236507","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-2.0.1.tgz"},"maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/type-detect-2.0.1.tgz_1463402182708_0.3107253033667803"},"directories":{}},"2.0.2":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"config":{"ghooks":{"commit-msg":"validate-commit-msg"}},"eslintConfig":{"extends":["strict/es5"],"env":{"es6":true},"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^13.0.0","browserify-istanbul":"^1.0.0","coveralls":"2.11.9","eslint":"^2.9.0","eslint-config-strict":"^8.5.0","eslint-plugin-filenames":"^0.2.0","ghooks":"^1.0.1","istanbul":"^0.4.2","karma":"^1.1.2","karma-browserify":"^5.0.2","karma-coverage":"^1.0.0","karma-mocha":"^1.0.1","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","lcov-result-merger":"^1.2.0","mocha":"^2.4.5","phantomjs-prebuilt":"^2.1.5","semantic-release":"^4.3.5","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"2.0.2","gitHead":"70ef308d2b5c10a8837666eee7a021cca37136b8","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@2.0.2","_shasum":"356ef98aa8fed1bba5f732ab55bf1bf3641b9228","_from":".","_npmVersion":"3.10.5","_nodeVersion":"0.10.46","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"356ef98aa8fed1bba5f732ab55bf1bf3641b9228","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-2.0.2.tgz"},"maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/type-detect-2.0.2.tgz_1469648010851_0.2907430832274258"},"directories":{}},"3.0.0":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"config":{"ghooks":{"commit-msg":"validate-commit-msg"}},"eslintConfig":{"extends":["strict/es5"],"env":{"es6":true},"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^13.0.0","browserify-istanbul":"^1.0.0","coveralls":"2.11.9","eslint":"^2.9.0","eslint-config-strict":"^8.5.0","eslint-plugin-filenames":"^0.2.0","ghooks":"^1.0.1","istanbul":"^0.4.2","karma":"^1.1.2","karma-browserify":"^5.0.2","karma-coverage":"^1.0.0","karma-mocha":"^1.0.1","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","lcov-result-merger":"^1.2.0","mocha":"^3.0.0","phantomjs-prebuilt":"^2.1.5","semantic-release":"^4.3.5","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"3.0.0","gitHead":"638c09a846963343f4c070438a691300f3979824","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@3.0.0","_shasum":"46d0cc8553abb7b13a352b0d6dea2fd58f2d9b55","_from":".","_npmVersion":"3.10.8","_nodeVersion":"0.10.47","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"46d0cc8553abb7b13a352b0d6dea2fd58f2d9b55","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-3.0.0.tgz"},"maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/type-detect-3.0.0.tgz_1475970610718_0.026009620632976294"},"directories":{}},"4.0.0":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"config":{"ghooks":{"commit-msg":"validate-commit-msg"}},"eslintConfig":{"extends":["strict/es5"],"env":{"es6":true},"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^13.0.0","browserify-istanbul":"^1.0.0","coveralls":"2.11.9","eslint":"^2.9.0","eslint-config-strict":"^8.5.0","eslint-plugin-filenames":"^0.2.0","ghooks":"^1.0.1","istanbul":"^0.4.2","karma":"^1.1.2","karma-browserify":"^5.0.2","karma-coverage":"^1.0.0","karma-mocha":"^1.0.1","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","lcov-result-merger":"^1.2.0","mocha":"^3.0.0","phantomjs-prebuilt":"^2.1.5","semantic-release":"^4.3.5","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"4.0.0","gitHead":"ec1ad393dd67605067bbe11044d27684f3afdd48","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@4.0.0","_shasum":"62053883542a321f2f7b25746dc696478b18ff6b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"0.10.47","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"62053883542a321f2f7b25746dc696478b18ff6b","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-4.0.0.tgz"},"maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/type-detect-4.0.0.tgz_1476108922431_0.6963035347871482"},"directories":{}},"4.0.1":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"config":{"ghooks":{"commit-msg":"validate-commit-msg"}},"eslintConfig":{"extends":["strict/es5"],"env":{"es6":true},"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^13.0.0","browserify-istanbul":"^1.0.0","coveralls":"2.11.9","eslint":"^2.9.0","eslint-config-strict":"^8.5.0","eslint-plugin-filenames":"^0.2.0","ghooks":"^1.0.1","istanbul":"^0.4.2","karma":"^1.1.2","karma-browserify":"^5.0.2","karma-coverage":"^1.0.0","karma-mocha":"^1.0.1","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","lcov-result-merger":"^1.2.0","mocha":"^3.0.0","phantomjs-prebuilt":"^2.1.5","semantic-release":"^4.3.5","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"4.0.1","gitHead":"a90cf2a7d590294c1a0075547d49860d06972e20","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@4.0.1","_shasum":"c2473c08dc6f975232ca7e3317570f187bf7f3e2","_from":".","_npmVersion":"4.5.0","_nodeVersion":"0.10.48","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"c2473c08dc6f975232ca7e3317570f187bf7f3e2","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-4.0.1.tgz"},"maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/type-detect-4.0.1.tgz_1492493084610_0.5174380470998585"},"directories":{}},"4.0.2":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","commit-msg":"validate-commit-msg","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"eslintConfig":{"env":{"es6":true},"extends":["strict/es5"],"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^14.3.0","browserify-istanbul":"^2.0.0","coveralls":"2.13.0","eslint":"^3.19.0","eslint-config-strict":"^13.0.0","eslint-plugin-filenames":"^1.1.0","husky":"^0.13.3","istanbul":"^0.4.2","karma":"^1.1.2","karma-browserify":"^5.0.2","karma-coverage":"^1.0.0","karma-mocha":"^1.0.1","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","lcov-result-merger":"^1.2.0","mocha":"^3.0.0","phantomjs-prebuilt":"^2.1.5","semantic-release":"^6.3.2","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"4.0.2","gitHead":"f63b62b2dc7d255c1fee3a67d271387c32567d0a","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@4.0.2","_shasum":"60e134a1b49bde16c08ce265e596059351d74852","_from":".","_npmVersion":"4.5.0","_nodeVersion":"4.8.2","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"60e134a1b49bde16c08ce265e596059351d74852","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-4.0.2.tgz"},"maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/type-detect-4.0.2.tgz_1492648487664_0.48155939276330173"},"directories":{}},"4.0.3":{"name":"type-detect","description":"Improved typeof detection for node.js and the browser.","keywords":["type","typeof","types"],"license":"MIT","author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"files":["index.js","type-detect.js"],"main":"./index.js","repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"scripts":{"bench":"node bench","build":"browserify --bare $npm_pakcage_main --standalone typeDetect -o type-detect.js","commit-msg":"validate-commit-msg","lint":"eslint --ignore-path .gitignore .","prepublish":"npm run build","semantic-release":"semantic-release pre && npm publish && semantic-release post","pretest":"npm run lint","test":"npm run test:node && npm run test:browser && npm run upload-coverage","test:browser":"karma start --singleRun=true","test:node":"istanbul cover _mocha","upload-coverage":"lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"},"eslintConfig":{"env":{"es6":true},"extends":["strict/es5"],"globals":{"HTMLElement":false},"rules":{"complexity":0,"max-statements":0}},"dependencies":{},"devDependencies":{"benchmark":"^2.1.0","browserify":"^14.3.0","browserify-istanbul":"^2.0.0","coveralls":"2.13.0","eslint":"^3.19.0","eslint-config-strict":"^13.0.0","eslint-plugin-filenames":"^1.1.0","husky":"^0.13.3","istanbul":"^0.4.2","karma":"^1.1.2","karma-browserify":"^5.0.2","karma-coverage":"^1.0.0","karma-mocha":"^1.0.1","karma-phantomjs-launcher":"^1.0.0","karma-sauce-launcher":"^1.0.0","lcov-result-merger":"^1.2.0","mocha":"^3.0.0","phantomjs-prebuilt":"^2.1.5","semantic-release":"^6.3.2","simple-assert":"^1.0.0","travis-after-all":"^1.4.4","validate-commit-msg":"^2.3.1"},"engines":{"node":"*"},"version":"4.0.3","gitHead":"c7895e499ecc0a93c567adef9fa2b33eec13d2ab","bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"homepage":"https://github.com/chaijs/type-detect#readme","_id":"type-detect@4.0.3","_shasum":"0e3f2670b44099b0b46c284d136a7ef49c74c2ea","_from":".","_npmVersion":"4.5.0","_nodeVersion":"4.8.2","_npmUser":{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"},"dist":{"shasum":"0e3f2670b44099b0b46c284d136a7ef49c74c2ea","tarball":"https://registry.npmjs.org/type-detect/-/type-detect-4.0.3.tgz"},"maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/type-detect-4.0.3.tgz_1492659793798_0.8881021328270435"},"directories":{}}},"readme":"

\n \n \"ChaiJS\" type-detect\n \n

\n\n

\n Improved typeof detection for node and the browser.\n

\n\n

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n \n \n
\n \n \n \n \n \n \n

\n\n## What is Type-Detect?\n\nType Detect is a module which you can use to detect the type of a given object. It returns a string representation of the object's type, either using [`typeof`](http://www.ecma-international.org/ecma-262/6.0/index.html#sec-typeof-operator) or [`@@toStringTag`](http://www.ecma-international.org/ecma-262/6.0/index.html#sec-symbol.tostringtag). It also normalizes some object names for consistency among browsers.\n\n## Why?\n\nThe `typeof` operator will only specify primitive values; everthing else is `\"object\"` (including `null`, arrays, regexps, etc). Many developers use `Object.prototype.toString()` - which is a fine alternative and returns many more types (null returns `[object Null]`, Arrays as `[object Array]`, regexps as `[object RegExp]` etc). \n\nSadly, `Object.prototype.toString` is slow, and buggy. By slow - we mean it is slower than `typeof`. By buggy - we mean that some values (like Promises, the global object, iterators, dataviews, a bunch of HTML elements) all report different things in different browsers.\n\n`type-detect` fixes all of the shortcomings with `Object.prototype.toString`. We have extra code to speed up checks of JS and DOM objects, as much as 20-30x faster for some values. `type-detect` also fixes any consistencies with these objects.\n\n## Installation\n\n### Node.js\n\n`type-detect` is available on [npm](http://npmjs.org). To install it, type:\n\n $ npm install type-detect\n\n### Browsers\n\nYou can also use it within the browser; install via npm and use the `type-detect.js` file found within the download. For example:\n\n```html\n\n```\n\n## Usage\n\nThe primary export of `type-detect` is function that can serve as a replacement for `typeof`. The results of this function will be more specific than that of native `typeof`.\n\n```js\nvar type = require('type-detect');\n```\n\n#### array\n\n```js\nassert(type([]) === 'Array');\nassert(type(new Array()) === 'Array');\n```\n\n#### regexp\n\n```js\nassert(type(/a-z/gi) === 'RegExp');\nassert(type(new RegExp('a-z')) === 'RegExp');\n```\n\n#### function\n\n```js\nassert(type(function () {}) === 'function');\n```\n\n#### arguments\n\n```js\n(function () {\n assert(type(arguments) === 'Arguments');\n})();\n```\n\n#### date\n\n```js\nassert(type(new Date) === 'Date');\n```\n\n#### number\n\n```js\nassert(type(1) === 'number');\nassert(type(1.234) === 'number');\nassert(type(-1) === 'number');\nassert(type(-1.234) === 'number');\nassert(type(Infinity) === 'number');\nassert(type(NaN) === 'number');\nassert(type(new Number(1)) === 'Number'); // note - the object version has a capital N\n```\n\n#### string\n\n```js\nassert(type('hello world') === 'string');\nassert(type(new String('hello')) === 'String'); // note - the object version has a capital S\n```\n\n#### null\n\n```js\nassert(type(null) === 'null');\nassert(type(undefined) !== 'null');\n```\n\n#### undefined\n\n```js\nassert(type(undefined) === 'undefined');\nassert(type(null) !== 'undefined');\n```\n\n#### object\n\n```js\nvar Noop = function () {};\nassert(type({}) === 'Object');\nassert(type(Noop) !== 'Object');\nassert(type(new Noop) === 'Object');\nassert(type(new Object) === 'Object');\n```\n\n#### ECMA6 Types\n\nAll new ECMAScript 2015 objects are also supported, such as Promises and Symbols:\n\n```js\nassert(type(new Map() === 'Map');\nassert(type(new WeakMap()) === 'WeakMap');\nassert(type(new Set()) === 'Set');\nassert(type(new WeakSet()) === 'WeakSet');\nassert(type(Symbol()) === 'Symbol');\nassert(type(new Promise(callback) === 'Promise');\nassert(type(new Int8Array()) === 'Int8Array');\nassert(type(new Uint8Array()) === 'Uint8Array');\nassert(type(new UInt8ClampedArray()) === 'Uint8ClampedArray');\nassert(type(new Int16Array()) === 'Int16Array');\nassert(type(new Uint16Array()) === 'Uint16Array');\nassert(type(new Int32Array()) === 'Int32Array');\nassert(type(new UInt32Array()) === 'Uint32Array');\nassert(type(new Float32Array()) === 'Float32Array');\nassert(type(new Float64Array()) === 'Float64Array');\nassert(type(new ArrayBuffer()) === 'ArrayBuffer');\nassert(type(new DataView(arrayBuffer)) === 'DataView');\n```\n\nAlso, if you use `Symbol.toStringTag` to change an Objects return value of the `toString()` Method, `type()` will return this value, e.g:\n\n```js\nvar myObject = {};\nmyObject[Symbol.toStringTag] = 'myCustomType';\nassert(type(myObject) === 'myCustomType');\n```\n","maintainers":[{"name":"chaijs","email":"chaijs@keithcirkel.co.uk"}],"time":{"modified":"2017-05-17T09:06:59.665Z","created":"2013-08-14T12:07:53.439Z","0.1.0":"2013-08-14T12:07:57.430Z","0.1.1":"2013-10-10T10:35:00.743Z","0.1.2":"2013-11-30T20:38:25.139Z","1.0.0":"2015-04-05T18:22:47.718Z","2.0.0":"2016-03-13T19:30:55.502Z","2.0.1":"2016-05-16T12:36:25.380Z","2.0.2":"2016-07-27T19:33:33.459Z","3.0.0":"2016-10-08T23:50:12.335Z","4.0.0":"2016-10-10T14:15:24.553Z","4.0.1":"2017-04-18T05:24:45.306Z","4.0.2":"2017-04-20T00:34:48.415Z","4.0.3":"2017-04-20T03:43:15.845Z"},"author":{"name":"Jake Luer","email":"jake@alogicalparadox.com","url":"http://alogicalparadox.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/chaijs/type-detect.git"},"homepage":"https://github.com/chaijs/type-detect#readme","keywords":["type","typeof","types"],"bugs":{"url":"https://github.com/chaijs/type-detect/issues"},"license":"MIT","readmeFilename":"README.md","contributors":[{"name":"David Losert","url":"https://github.com/davelosert"},{"name":"Keith Cirkel","url":"https://github.com/keithamus"},{"name":"Miroslav Bajtoš","url":"https://github.com/bajtos"}],"users":{"chocolateboy":true,"imfangli":true},"_attachments":{},"_etag":"W/\"591c12b3-856e\"","_lastModified":"Wed, 17 May 2017 09:06:59 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/type-is/.cache.json b/frappe/.npm/registry.npmjs.org/type-is/.cache.json new file mode 100644 index 00000000..4454b950 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/type-is/.cache.json @@ -0,0 +1 @@ +{"_id":"type-is","_rev":"89-4483febe908812438f4f839c7ce65379","name":"type-is","description":"Infer the content-type of a request.","dist-tags":{"latest":"1.6.15"},"versions":{"1.0.0":{"name":"type-is","description":"Infer the content type if a request","version":"1.0.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/type-is.git"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"dependencies":{"mime":"~1.2.11"},"devDependencies":{"mocha":"*","should":"*"},"scripts":{"test":"make test"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.0.0","dist":{"shasum":"4ff424e97349a1ee1910b4bfc488595ecdc443fc","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.0.0.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"directories":{}},"1.0.1":{"name":"type-is","description":"Infer the content type if a request","version":"1.0.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/type-is"},"dependencies":{"mime":"~1.2.11"},"devDependencies":{"mocha":"*","should":"*"},"scripts":{"test":"mocha --require should --reporter spec"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.0.1","dist":{"shasum":"ae09d93953c7846f5c083192837575ab363408f1","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.0.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"}],"directories":{}},"1.1.0":{"name":"type-is","description":"Infer the content type if a request","version":"1.1.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/type-is"},"dependencies":{"mime":"~1.2.11"},"devDependencies":{"mocha":"*","should":"*"},"scripts":{"test":"mocha --require should --reporter spec --bail"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.1.0","dist":{"shasum":"d0245ec8b2676668d59dd0cf3255060676a57db6","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.1.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"}],"directories":{}},"1.2.0":{"name":"type-is","description":"Infer the content type if a request","version":"1.2.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/type-is"},"dependencies":{"mime":"1.2.11"},"devDependencies":{"mocha":"*","should":"*"},"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --require should --reporter spec --bail"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.2.0","dist":{"shasum":"a9aaa3f2014850d4813663f6c714cf6318195138","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.2.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.2.1":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.2.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/type-is"},"dependencies":{"mime-types":"1.0.0"},"devDependencies":{"mocha":"*","should":"*"},"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --require should --reporter spec --bail"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.2.1","_shasum":"73d448080a4f1dd18acb1eefff62968c5b5d54a2","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"73d448080a4f1dd18acb1eefff62968c5b5d54a2","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.2.1.tgz"},"directories":{}},"1.2.2":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.2.2","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/type-is"},"dependencies":{"mime-types":"1.0.0"},"devDependencies":{"mocha":"*","should":"*"},"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --require should --reporter spec --bail"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.2.2","dist":{"shasum":"dfdbf7cffa57cea0f9b1b55b96f629454e0eee97","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.2.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.3.0":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.3.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/type-is"},"dependencies":{"media-typer":"0.2.0","mime-types":"1.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"*","should":"*"},"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --require should --reporter spec --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.3.0","dist":{"shasum":"131df06aca1476419f95de3e38f2efef8b249c20","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.3.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.3.1":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.3.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"git://github.com/expressjs/type-is"},"dependencies":{"media-typer":"0.2.0","mime-types":"1.0.0"},"devDependencies":{"istanbul":"0.2.10","mocha":"*","should":"*"},"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --require should --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.3.1","dist":{"shasum":"a6789b5a52138289ade1ef8f6d9f2874ffd70b6b","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.3.1.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"directories":{}},"1.3.2":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.3.2","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/type-is"},"dependencies":{"media-typer":"0.2.0","mime-types":"~1.0.1"},"devDependencies":{"istanbul":"0.2.11","mocha":"*","should":"*"},"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --require should --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"d76790909638d4cf1785e09858db5576f91f710f","bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.3.2","_shasum":"4f2a5dc58775ca1630250afc7186f8b36309d1bb","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"4f2a5dc58775ca1630250afc7186f8b36309d1bb","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.3.2.tgz"},"directories":{}},"1.4.0":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.4.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/expressjs/type-is"},"dependencies":{"media-typer":"0.2.0","mime-types":"~2.0.0"},"devDependencies":{"istanbul":"~0.3.0","mocha":"1","should":"4"},"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --require should --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"files":["index.js"],"keywords":["content","type","checking"],"gitHead":"f0483c28a704eaef3da9c0f8d9a2fc9dc6d50d3f","bugs":{"url":"https://github.com/expressjs/type-is/issues"},"homepage":"https://github.com/expressjs/type-is","_id":"type-is@1.4.0","_shasum":"de51d78a2ccb19a8fa2e137b06784f6b39a88059","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"de51d78a2ccb19a8fa2e137b06784f6b39a88059","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.4.0.tgz"},"directories":{}},"1.5.0":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.2.0","mime-types":"~2.0.0"},"devDependencies":{"istanbul":"~0.3.0","mocha":"1","should":"4"},"engines":{"node":">= 0.8"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --require should --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"1cff718285478905d97bbf6cf666e0ce1c0284e3","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.0","_shasum":"e3539711529c5ee4e7cd9f5bed27487cb819f823","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"e3539711529c5ee4e7cd9f5bed27487cb819f823","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.0.tgz"},"directories":{}},"1.5.1":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.1"},"devDependencies":{"istanbul":"~0.3.0","mocha":"1"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"74d33287453bf7c166f6410fc608c1c7588070ae","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.1","_shasum":"5c1e62d874f79199fb16b34d16972dba376ccbed","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"5c1e62d874f79199fb16b34d16972dba376ccbed","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.1.tgz"},"directories":{}},"1.5.2":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.2","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.2"},"devDependencies":{"istanbul":"~0.3.0","mocha":"1"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"53b2d3f2c0177ac89576055d327d543291d36879","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.2","_shasum":"8291bbe845a904acfaffd05a41fdeb234bfa9e5f","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"8291bbe845a904acfaffd05a41fdeb234bfa9e5f","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.2.tgz"},"directories":{}},"1.5.3":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.3","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.3"},"devDependencies":{"istanbul":"~0.3.0","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"202b4823bcc0aeda3595c14a03fdcb2c60cb0ebf","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.3","_shasum":"b7fb92d0abc628393f10dd260932cca65fe9ff68","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"b7fb92d0abc628393f10dd260932cca65fe9ff68","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.3.tgz"},"directories":{}},"1.5.4":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.4","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.4"},"devDependencies":{"istanbul":"~0.3.2","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"d604e7a69ce986692e9f241e21b9abe6d4f77eb0","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.4","_shasum":"f2afe8635dcf2d159096202be6e120423fa19837","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"f2afe8635dcf2d159096202be6e120423fa19837","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.4.tgz"},"directories":{}},"1.5.5":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.5","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.7"},"devDependencies":{"istanbul":"0.3.5","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"b13dc3fa142ad60bea775181ba5f50364042691f","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.5","_shasum":"45248af57f96366d0326ea0868f6bc8607dc4b21","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"45248af57f96366d0326ea0868f6bc8607dc4b21","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.5.tgz"},"directories":{}},"1.5.6":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.6","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.8"},"devDependencies":{"istanbul":"0.3.5","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"18f74f0f51c066c1485344c2e8d88c86c00d3bea","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.6","_shasum":"5be39670ac699b4d0f59df84264cb05be1c9998b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"5be39670ac699b4d0f59df84264cb05be1c9998b","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.6.tgz"},"directories":{}},"1.5.7":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.5.7","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.9"},"devDependencies":{"istanbul":"0.3.5","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"f4335cc563a98ee80366f04f67c50cef089ae803","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.5.7","_shasum":"b9368a593cc6ef7d0645e78b2f4c64cbecd05e90","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"b9368a593cc6ef7d0645e78b2f4c64cbecd05e90","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz"},"directories":{}},"1.6.0":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.0","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.9"},"devDependencies":{"istanbul":"0.3.5","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"8386837f91cfbf9f21f02758dee36655a901e1c4","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.0","_shasum":"efcb9223fafad5a03be14d8f6c9e1785f2c0e7c3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"efcb9223fafad5a03be14d8f6c9e1785f2c0e7c3","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.0.tgz"},"directories":{}},"1.6.1":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.1","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.10"},"devDependencies":{"istanbul":"0.3.7","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"339a7df4d8fed268b0f12d0fdab91d39f88d6f4e","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.1","_shasum":"49addecb0f6831cbc1d34ba929f0f3a4f21b0f2e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"49addecb0f6831cbc1d34ba929f0f3a4f21b0f2e","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.1.tgz"},"directories":{}},"1.6.2":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.2","author":{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"},"contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.0.11"},"devDependencies":{"istanbul":"0.3.9","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"4e33e2fbb1f0daa6ec8c5444dbb60e44292ae314","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.2","_shasum":"694e83e5d110417e681cea278227f264ae406e33","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"694e83e5d110417e681cea278227f264ae406e33","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.2.tgz"},"directories":{}},"1.6.3":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.3","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.1"},"devDependencies":{"istanbul":"0.3.14","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"294dff1c93d2ccb9a56191d37e390a8d2ad02e6f","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.3","_shasum":"d87d201777f76dfc526ac202679715d41a28c580","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"d87d201777f76dfc526ac202679715d41a28c580","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.3.tgz"},"directories":{}},"1.6.4":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.4","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.2"},"devDependencies":{"istanbul":"0.3.17","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"0edac23cef38f02ded0e072af65a078865af5b66","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.4","_shasum":"d76fe92f0bcf7b0cf16b64d095e248f71079c318","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"d76fe92f0bcf7b0cf16b64d095e248f71079c318","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.4.tgz"},"directories":{}},"1.6.5":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.5","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.3"},"devDependencies":{"istanbul":"0.3.17","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"b5fd0918ecc05113d32dbb97b02bb18cb635b059","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.5","_shasum":"92129495c7b7563eaf923b447382c6c471f95de4","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"92129495c7b7563eaf923b447382c6c471f95de4","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.5.tgz"},"directories":{}},"1.6.6":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.6","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.4"},"devDependencies":{"istanbul":"0.3.17","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"f2b12fce6172bf91f771d8898055d6efa0e30422","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.6","_shasum":"398799519b62360f55c3cd6c486294531975926c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"398799519b62360f55c3cd6c486294531975926c","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.6.tgz"},"directories":{}},"1.6.7":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.7","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.5"},"devDependencies":{"istanbul":"0.3.18","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"f162e9e971c19d28c348bb9b9ef660d17fcf1ba0","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.7","_shasum":"5ec2bc7c7debc37f586d518c0747ab901f76bcec","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"5ec2bc7c7debc37f586d518c0747ab901f76bcec","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.7.tgz"},"directories":{}},"1.6.8":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.8","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.6"},"devDependencies":{"istanbul":"0.3.19","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"6c93143cead7c596072133491b84f03a05403d3e","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.8","_shasum":"3bac8c0c852754c855143e206d4a16e908bf0315","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"3bac8c0c852754c855143e206d4a16e908bf0315","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.8.tgz"},"directories":{}},"1.6.9":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.9","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.7"},"devDependencies":{"istanbul":"0.3.21","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"2f5999d6f2d88f2f36eeb1e8db78c2ec43fdbf13","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.9","_shasum":"87f3e88b92ff5ac30fbc1acf9a9d00cbc38b3d7a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"87f3e88b92ff5ac30fbc1acf9a9d00cbc38b3d7a","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.9.tgz"},"directories":{}},"1.6.10":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.10","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.8"},"devDependencies":{"istanbul":"0.4.1","mocha":"~1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"072de04e5c6bd4a3dd089dbd70ec2b1d505625a9","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.10","_shasum":"d27e995b20d8c2a543f3420573f690a3929fd75a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"d27e995b20d8c2a543f3420573f690a3929fd75a","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.10.tgz"},"directories":{}},"1.6.11":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.11","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.9"},"devDependencies":{"istanbul":"0.4.2","mocha":"1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"8e60e3e78aef84928e0e6c09da950f6950adcdd2","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.11","_shasum":"42ecde7970f2363738b986c0351efba5aa531648","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"ritch","email":"skawful@gmail.com"}],"dist":{"shasum":"42ecde7970f2363738b986c0351efba5aa531648","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.11.tgz"},"directories":{}},"1.6.12":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.12","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.10"},"devDependencies":{"istanbul":"0.4.2","mocha":"1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"7ba49c0ccc8e34f4321768c0b13c2ebcccaae28c","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.12","_shasum":"0352a9dfbfff040fe668cc153cc95829c354173e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"dist":{"shasum":"0352a9dfbfff040fe668cc153cc95829c354173e","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.12.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/type-is-1.6.12.tgz_1456726142464_0.8247741810046136"},"directories":{}},"1.6.13":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.13","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/jshttp/type-is.git"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.11"},"devDependencies":{"eslint":"2.10.2","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.1.0","eslint-plugin-standard":"1.3.2","istanbul":"0.4.3","mocha":"1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"lint":"eslint **/*.js","test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"88c47523fff910343b3ca7d4928dad40f21ea6cd","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is#readme","_id":"type-is@1.6.13","_shasum":"6e83ba7bc30cd33a7bb0b7fb00737a2085bf9d08","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"6e83ba7bc30cd33a7bb0b7fb00737a2085bf9d08","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/type-is-1.6.13.tgz_1463622049206_0.9134831207338721"},"directories":{}},"1.6.14":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.14","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"https://github.com/jshttp/type-is"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.13"},"devDependencies":{"eslint":"2.10.2","eslint-config-standard":"5.3.1","eslint-plugin-promise":"1.1.0","eslint-plugin-standard":"1.3.2","istanbul":"0.4.5","mocha":"1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"lint":"eslint .","test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"f88151e69d91c5ed42e29dea78f5566403a5a7ad","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is","_id":"type-is@1.6.14","_shasum":"e219639c17ded1ca0789092dd54a03826b817cb2","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"dist":{"shasum":"e219639c17ded1ca0789092dd54a03826b817cb2","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/type-is-1.6.14.tgz_1479517858770_0.4908413903322071"},"directories":{}},"1.6.15":{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.15","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/jshttp/type-is.git"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.15"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"9e88be851cc628364ad8842433dce32437ea4e73","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is#readme","_id":"type-is@1.6.15","_shasum":"cab10fb4909e441c82842eafe1ad646c81804410","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"cab10fb4909e441c82842eafe1ad646c81804410","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/type-is-1.6.15.tgz_1491016789014_0.6958203655667603"},"directories":{}}},"readme":"# type-is\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nInfer the content-type of a request.\n\n### Install\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```sh\n$ npm install type-is\n```\n\n## API\n\n```js\nvar http = require('http')\nvar typeis = require('type-is')\n\nhttp.createServer(function (req, res) {\n var istext = typeis(req, ['text/*'])\n res.end('you ' + (istext ? 'sent' : 'did not send') + ' me text')\n})\n```\n\n### type = typeis(request, types)\n\n`request` is the node HTTP request. `types` is an array of types.\n\n\n\n```js\n// req.headers.content-type = 'application/json'\n\ntypeis(req, ['json']) // 'json'\ntypeis(req, ['html', 'json']) // 'json'\ntypeis(req, ['application/*']) // 'application/json'\ntypeis(req, ['application/json']) // 'application/json'\n\ntypeis(req, ['html']) // false\n```\n\n### typeis.hasBody(request)\n\nReturns a Boolean if the given `request` has a body, regardless of the\n`Content-Type` header.\n\nHaving a body has no relation to how large the body is (it may be 0 bytes).\nThis is similar to how file existence works. If a body does exist, then this\nindicates that there is data to read from the Node.js request stream.\n\n\n\n```js\nif (typeis.hasBody(req)) {\n // read the body, since there is one\n\n req.on('data', function (chunk) {\n // ...\n })\n}\n```\n\n### type = typeis.is(mediaType, types)\n\n`mediaType` is the [media type](https://tools.ietf.org/html/rfc6838) string. `types` is an array of types.\n\n\n\n```js\nvar mediaType = 'application/json'\n\ntypeis.is(mediaType, ['json']) // 'json'\ntypeis.is(mediaType, ['html', 'json']) // 'json'\ntypeis.is(mediaType, ['application/*']) // 'application/json'\ntypeis.is(mediaType, ['application/json']) // 'application/json'\n\ntypeis.is(mediaType, ['html']) // false\n```\n\n### Each type can be:\n\n- An extension name such as `json`. This name will be returned if matched.\n- A mime type such as `application/json`.\n- A mime type with a wildcard such as `*/*` or `*/json` or `application/*`. The full mime type will be returned if matched.\n- A suffix such as `+json`. This can be combined with a wildcard such as `*/vnd+json` or `application/*+json`. The full mime type will be returned if matched.\n\n`false` will be returned if no type matches or the content type is invalid.\n\n`null` will be returned if the request does not have a body.\n\n## Examples\n\n### Example body parser\n\n```js\nvar express = require('express')\nvar typeis = require('type-is')\n\nvar app = express()\n\napp.use(function bodyParser (req, res, next) {\n if (!typeis.hasBody(req)) {\n return next()\n }\n\n switch (typeis(req, ['urlencoded', 'json', 'multipart'])) {\n case 'urlencoded':\n // parse urlencoded body\n throw new Error('implement urlencoded body parsing')\n case 'json':\n // parse json body\n throw new Error('implement json body parsing')\n case 'multipart':\n // parse multipart body\n throw new Error('implement multipart body parsing')\n default:\n // 415 error code\n res.statusCode = 415\n res.end()\n break\n }\n})\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/type-is.svg\n[npm-url]: https://npmjs.org/package/type-is\n[node-version-image]: https://img.shields.io/node/v/type-is.svg\n[node-version-url]: https://nodejs.org/en/download/\n[travis-image]: https://img.shields.io/travis/jshttp/type-is/master.svg\n[travis-url]: https://travis-ci.org/jshttp/type-is\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/type-is/master.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/type-is?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/type-is.svg\n[downloads-url]: https://npmjs.org/package/type-is\n","maintainers":[{"email":"jonathanrichardong@gmail.com","name":"jongleberry"},{"email":"doug@somethingdoug.com","name":"dougwilson"}],"time":{"modified":"2017-05-27T18:08:00.860Z","created":"2013-12-28T00:06:19.362Z","1.0.0":"2013-12-28T00:06:19.362Z","1.0.1":"2014-03-30T07:59:36.618Z","1.1.0":"2014-04-13T00:23:29.651Z","1.2.0":"2014-05-12T03:30:58.338Z","1.2.1":"2014-06-04T04:37:46.796Z","1.2.2":"2014-06-20T01:21:35.783Z","1.3.0":"2014-06-20T02:04:10.178Z","1.3.1":"2014-06-20T03:04:57.712Z","1.3.2":"2014-06-25T01:04:21.979Z","1.4.0":"2014-09-02T08:46:55.515Z","1.5.0":"2014-09-05T19:49:01.787Z","1.5.1":"2014-09-08T06:33:30.713Z","1.5.2":"2014-09-29T05:30:21.355Z","1.5.3":"2014-11-09T22:46:49.093Z","1.5.4":"2014-12-11T02:42:44.888Z","1.5.5":"2014-12-31T05:26:13.133Z","1.5.6":"2015-01-30T05:31:55.125Z","1.5.7":"2015-02-10T05:35:50.380Z","1.6.0":"2015-02-13T03:55:36.313Z","1.6.1":"2015-03-14T04:20:19.211Z","1.6.2":"2015-05-11T05:52:18.626Z","1.6.3":"2015-06-08T18:58:33.938Z","1.6.4":"2015-07-02T01:22:52.689Z","1.6.5":"2015-07-17T03:36:46.181Z","1.6.6":"2015-07-31T17:12:11.577Z","1.6.7":"2015-08-20T18:16:35.954Z","1.6.8":"2015-09-04T14:57:13.431Z","1.6.9":"2015-09-28T04:16:01.110Z","1.6.10":"2015-12-01T19:07:05.618Z","1.6.11":"2016-01-30T05:09:52.834Z","1.6.12":"2016-02-29T06:09:05.369Z","1.6.13":"2016-05-19T01:40:52.083Z","1.6.14":"2016-11-19T01:11:00.743Z","1.6.15":"2017-04-01T03:19:49.693Z"},"users":{"parroit":true,"iwill":true,"goodseller":true,"simplyianm":true,"flyslow":true,"jamescostian":true,"kparkov":true,"yash3492":true,"moimikey":true,"thiagoh":true,"konamgil":true,"ubi":true,"x4devs":true,"snowdream":true,"mojaray2k":true,"makediff":true,"shanewholloway":true},"readmeFilename":"README.md","homepage":"https://github.com/jshttp/type-is#readme","repository":{"type":"git","url":"git+https://github.com/jshttp/type-is.git"},"bugs":{"url":"https://github.com/jshttp/type-is/issues"},"license":"MIT","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"keywords":["content","type","checking"],"_attachments":{},"_etag":"W/\"5929c080-ed58\"","_lastModified":"Sat, 27 May 2017 18:08:00 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/typedarray/.cache.json b/frappe/.npm/registry.npmjs.org/typedarray/.cache.json new file mode 100644 index 00000000..da3b8d77 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/typedarray/.cache.json @@ -0,0 +1 @@ +{"_id":"typedarray","_rev":"17-b428db20fd99c06ee5b2d7e7b446aac7","name":"typedarray","description":"TypedArray polyfill for old browsers","dist-tags":{"latest":"0.0.6"},"versions":{"0.0.0":{"name":"typedarray","version":"0.0.0","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/8..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.0","dist":{"shasum":"86e544351e89c298684e7e199740bc8c54e680ec","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.0.1":{"name":"typedarray","version":"0.0.1","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/6..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.1","dist":{"shasum":"6d5a80c347487282655ce62284711195553b5fdb","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.0.2":{"name":"typedarray","version":"0.0.2","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/6..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.2","dist":{"shasum":"09b4153d88ec5c0a8e7ab3ff84cfb7082a88c866","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.2.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.0.3":{"name":"typedarray","version":"0.0.3","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/6..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.3","dist":{"shasum":"adb1d56ce9bb5750da4f721dbe79641fda11c754","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.3.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.0.4":{"name":"typedarray","version":"0.0.4","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/6..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.4","dist":{"shasum":"df144a3231958a1735ea243435cf9deb04f37115","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.4.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.0.5":{"name":"typedarray","version":"0.0.5","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/6..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.5","dist":{"shasum":"c4158fcd96c8ef91ef03cc72584c95e032877664","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.5.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.0.6":{"name":"typedarray","version":"0.0.6","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~2.3.2"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/6..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.6","dist":{"shasum":"867ac74e3864187b1d3d47d996a78ec5c8830777","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}}},"readme":"# typedarray\n\nTypedArray polyfill ripped from [this\nmodule](https://raw.github.com/inexorabletash/polyfill).\n\n[![build status](https://secure.travis-ci.org/substack/typedarray.png)](http://travis-ci.org/substack/typedarray)\n\n[![testling badge](https://ci.testling.com/substack/typedarray.png)](https://ci.testling.com/substack/typedarray)\n\n# example\n\n``` js\nvar Uint8Array = require('typedarray').Uint8Array;\nvar ua = new Uint8Array(5);\nua[1] = 256 + 55;\nconsole.log(ua[1]);\n```\n\noutput:\n\n```\n55\n```\n\n# methods\n\n``` js\nvar TA = require('typedarray')\n```\n\nThe `TA` object has the following constructors:\n\n* TA.ArrayBuffer\n* TA.DataView\n* TA.Float32Array\n* TA.Float64Array\n* TA.Int8Array\n* TA.Int16Array\n* TA.Int32Array\n* TA.Uint8Array\n* TA.Uint8ClampedArray\n* TA.Uint16Array\n* TA.Uint32Array\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install typedarray\n```\n\nTo use this module in the browser, compile with\n[browserify](http://browserify.org)\nor download a UMD build from browserify CDN:\n\nhttp://wzrd.in/standalone/typedarray@latest\n\n# license\n\nMIT\n","maintainers":[{"name":"substack","email":"mail@substack.net"}],"time":{"modified":"2014-05-17T02:52:49.854Z","created":"2013-12-10T03:47:02.422Z","0.0.0":"2013-12-10T03:47:04.285Z","0.0.1":"2013-12-10T18:28:05.085Z","0.0.2":"2013-12-11T02:48:58.496Z","0.0.3":"2013-12-11T16:26:31.308Z","0.0.4":"2013-12-11T16:26:44.325Z","0.0.5":"2013-12-12T23:49:44.956Z","0.0.6":"2014-05-17T02:52:49.854Z"},"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"bugs":{"url":"https://github.com/substack/typedarray/issues"},"license":"MIT","readmeFilename":"readme.markdown","_attachments":{},"_etag":"W/\"5376cf01-2c2f\"","_lastModified":"Sat, 17 May 2014 02:52:49 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/ultron/.cache.json b/frappe/.npm/registry.npmjs.org/ultron/.cache.json new file mode 100644 index 00000000..d6591453 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/ultron/.cache.json @@ -0,0 +1 @@ +{"_id":"ultron","_rev":"21-5aae7d2ac3e8586ac89484d9acaec5e2","name":"ultron","description":"Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design","dist-tags":{"latest":"1.1.0"},"versions":{"0.0.0":{"name":"ultron","version":"0.0.0","description":"Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/unshiftio/ultron"},"keywords":["Ultron","robot","gather","intelligence"],"author":{"name":"Arnout Kazemier"},"license":"MIT","bugs":{"url":"https://github.com/unshiftio/ultron/issues"},"homepage":"https://github.com/unshiftio/ultron","dependencies":{"querystringify":"0.0.x"},"_id":"ultron@0.0.0","_shasum":"022ae3ffb6a84471341a2dd7e2b3f3e475eabd09","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"022ae3ffb6a84471341a2dd7e2b3f3e475eabd09","tarball":"https://registry.npmjs.org/ultron/-/ultron-0.0.0.tgz"},"directories":{}},"1.0.0":{"name":"ultron","version":"1.0.0","description":"Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design","main":"index.js","scripts":{"test":"mocha --reporter spec --ui bdd test.js","watch":"mocha --watch --reporter spec --ui bdd test.js","coverage":"istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"},"repository":{"type":"git","url":"https://github.com/unshiftio/ultron"},"keywords":["Ultron","robot","gather","intelligence","event","events","eventemitter","emitter","cleanup"],"author":{"name":"Arnout Kazemier"},"license":"MIT","devDependencies":{"assume":"0.0.x","eventemitter3":"0.1.x","istanbul":"0.3.x","mocha":"2.0.x","pre-commit":"0.0.x"},"bugs":{"url":"https://github.com/unshiftio/ultron/issues"},"homepage":"https://github.com/unshiftio/ultron","gitHead":"beb83f1e8d6fe6b1aed8dd23e3591b3842cfa356","_id":"ultron@1.0.0","_shasum":"3a35f50db230083e3d33ae9492967e030f87899c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"unshift","email":"npm@unshift.io"},"maintainers":[{"name":"V1","email":"info@3rd-Eden.com"},{"name":"unshift","email":"npm@unshift.io"}],"dist":{"shasum":"3a35f50db230083e3d33ae9492967e030f87899c","tarball":"https://registry.npmjs.org/ultron/-/ultron-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"ultron","version":"1.0.1","description":"Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design","main":"index.js","scripts":{"test":"mocha --reporter spec --ui bdd test.js","watch":"mocha --watch --reporter spec --ui bdd test.js","coverage":"istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"},"repository":{"type":"git","url":"https://github.com/unshiftio/ultron"},"keywords":["Ultron","robot","gather","intelligence","event","events","eventemitter","emitter","cleanup"],"author":{"name":"Arnout Kazemier"},"license":"MIT","devDependencies":{"assume":"0.0.x","eventemitter3":"0.1.x","istanbul":"0.3.x","mocha":"2.0.x","pre-commit":"0.0.x"},"bugs":{"url":"https://github.com/unshiftio/ultron/issues"},"homepage":"https://github.com/unshiftio/ultron","gitHead":"1aae6f07661ebb69a60c466ef50b9798cfb7f631","_id":"ultron@1.0.1","_shasum":"c9d8d86c9cf2823028eb45629ab725897dd65dc5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"V1","email":"info@3rd-Eden.com"},{"name":"unshift","email":"npm@unshift.io"}],"dist":{"shasum":"c9d8d86c9cf2823028eb45629ab725897dd65dc5","tarball":"https://registry.npmjs.org/ultron/-/ultron-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"ultron","version":"1.0.2","description":"Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design","main":"index.js","scripts":{"100%":"istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100","test":"mocha test.js","watch":"mocha --watch test.js","coverage":"istanbul cover ./node_modules/.bin/_mocha -- test.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"},"repository":{"type":"git","url":"git+https://github.com/unshiftio/ultron.git"},"keywords":["Ultron","robot","gather","intelligence","event","events","eventemitter","emitter","cleanup"],"author":{"name":"Arnout Kazemier"},"license":"MIT","devDependencies":{"assume":"1.2.x","eventemitter3":"1.1.x","istanbul":"0.3.x","mocha":"2.2.x","pre-commit":"1.0.x"},"bugs":{"url":"https://github.com/unshiftio/ultron/issues"},"homepage":"https://github.com/unshiftio/ultron","gitHead":"a10482ae98a09120821545456c90c6d60d540f7c","_id":"ultron@1.0.2","_shasum":"ace116ab557cd197386a4e88f4685378c8b2e4fa","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"unshift","email":"npm@unshift.io"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"ace116ab557cd197386a4e88f4685378c8b2e4fa","tarball":"https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"},"directories":{}},"1.1.0":{"name":"ultron","version":"1.1.0","description":"Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design","main":"index.js","scripts":{"100%":"istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100","test":"mocha test.js","watch":"mocha --watch test.js","coverage":"istanbul cover _mocha -- test.js","test-travis":"istanbul cover _mocha --report lcovonly -- test.js"},"repository":{"type":"git","url":"git+https://github.com/unshiftio/ultron.git"},"keywords":["Ultron","robot","gather","intelligence","event","events","eventemitter","emitter","cleanup"],"author":{"name":"Arnout Kazemier"},"license":"MIT","devDependencies":{"assume":"1.4.x","eventemitter3":"2.0.x","istanbul":"0.4.x","mocha":"~3.2.0","pre-commit":"~1.2.0"},"bugs":{"url":"https://github.com/unshiftio/ultron/issues"},"homepage":"https://github.com/unshiftio/ultron","gitHead":"6eb97b74402978aebda4a9d497cb6243ec80c9f1","_id":"ultron@1.1.0","_shasum":"b07a2e6a541a815fc6a34ccd4533baec307ca864","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"unshift","email":"npm@unshift.io"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"b07a2e6a541a815fc6a34ccd4533baec307ca864","tarball":"https://registry.npmjs.org/ultron/-/ultron-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ultron-1.1.0.tgz_1483969751660_0.8877595944795758"},"directories":{}}},"readme":"# Ultron\n\n[![Made by unshift](https://img.shields.io/badge/made%20by-unshift-00ffcc.svg?style=flat-square)](http://unshift.io)[![Version npm](http://img.shields.io/npm/v/ultron.svg?style=flat-square)](http://browsenpm.org/package/ultron)[![Build Status](http://img.shields.io/travis/unshiftio/ultron/master.svg?style=flat-square)](https://travis-ci.org/unshiftio/ultron)[![Dependencies](https://img.shields.io/david/unshiftio/ultron.svg?style=flat-square)](https://david-dm.org/unshiftio/ultron)[![Coverage Status](http://img.shields.io/coveralls/unshiftio/ultron/master.svg?style=flat-square)](https://coveralls.io/r/unshiftio/ultron?branch=master)[![IRC channel](http://img.shields.io/badge/IRC-irc.freenode.net%23unshift-00a8ff.svg?style=flat-square)](http://webchat.freenode.net/?channels=unshift)\n\nUltron is a high-intelligence robot. It gathers intelligence so it can start\nimproving upon his rudimentary design. It will learn your event emitting\npatterns and find ways to exterminate them. Allowing you to remove only the\nevent emitters that **you** assigned and not the ones that your users or\ndevelopers assigned. This can prevent race conditions, memory leaks and even file\ndescriptor leaks from ever happening as you won't remove clean up processes.\n\n## Installation\n\nThe module is designed to be used in browsers using browserify and in Node.js.\nYou can install the module through the public npm registry by running the\nfollowing command in CLI:\n\n```\nnpm install --save ultron\n```\n\n## Usage\n\nIn all examples we assume that you've required the library as following:\n\n```js\n'use strict';\n\nvar Ultron = require('ultron');\n```\n\nNow that we've required the library we can construct our first `Ultron` instance.\nThe constructor requires one argument which should be the `EventEmitter`\ninstance that we need to operate upon. This can be the `EventEmitter` module\nthat ships with Node.js or `EventEmitter3` or anything else as long as it\nfollow the same API and internal structure as these 2. So with that in mind we\ncan create the instance:\n\n```js\n//\n// For the sake of this example we're going to construct an empty EventEmitter\n//\nvar EventEmitter = require('events').EventEmitter; // or require('eventmitter3');\nvar events = new EventEmitter();\n\nvar ultron = new Ultron(events);\n```\n\nYou can now use the following API's from the Ultron instance:\n\n### Ultron.on\n\nRegister a new event listener for the given event. It follows the exact same API\nas `EventEmitter.on` but it will return itself instead of returning the\nEventEmitter instance. If you are using EventEmitter3 it also supports the\ncontext param:\n\n```js\nultron.on('event-name', handler, { custom: 'function context' });\n```\n\nJust like you would expect, it can also be chained together.\n\n```js\nultron\n.on('event-name', handler)\n.on('another event', handler);\n```\n\n### Ultron.once\n\nExactly the same as the [Ultron.on](#ultronon) but it only allows the execution\nonce.\n\nJust like you would expect, it can also be chained together.\n\n```js\nultron\n.once('event-name', handler, { custom: 'this value' })\n.once('another event', handler);\n```\n\n### Ultron.remove\n\nThis is where all the magic happens and the safe removal starts. This function\naccepts different argument styles:\n\n- No arguments, assume that all events need to be removed so it will work as\n `removeAllListeners()` API.\n- 1 argument, when it's a string it will be split on ` ` and `,` to create a\n list of events that need to be cleared.\n- Multiple arguments, we assume that they are all names of events that need to\n be cleared.\n\n```js\nultron.remove('foo, bar baz'); // Removes foo, bar and baz.\nultron.remove('foo', 'bar', 'baz'); // Removes foo, bar and baz.\nultron.remove(); // Removes everything.\n```\n\nIf you just want to remove a single event listener using a function reference\nyou can still use the EventEmitter's `removeListener(event, fn)` API:\n\n```js\nfunction foo() {}\n\nultron.on('foo', foo);\nevents.removeListener('foo', foo);\n```\n\n## License\n\nMIT\n","maintainers":[{"email":"npm@unshift.io","name":"unshift"},{"email":"npm@3rd-Eden.com","name":"v1"},{"email":"npm@3rd-Eden.com","name":"3rdeden"}],"time":{"modified":"2017-07-23T02:29:21.844Z","created":"2014-11-03T13:39:34.976Z","0.0.0":"2014-11-03T13:39:34.976Z","1.0.0":"2014-11-11T13:05:02.310Z","1.0.1":"2014-12-05T08:34:11.643Z","1.0.2":"2015-06-10T14:59:07.339Z","1.1.0":"2017-01-09T13:49:13.604Z"},"homepage":"https://github.com/unshiftio/ultron","keywords":["Ultron","robot","gather","intelligence","event","events","eventemitter","emitter","cleanup"],"repository":{"type":"git","url":"git+https://github.com/unshiftio/ultron.git"},"author":{"name":"Arnout Kazemier"},"bugs":{"url":"https://github.com/unshiftio/ultron/issues"},"license":"MIT","readmeFilename":"README.md","users":{"bojand":true,"emarcs":true,"princetoad":true,"mojaray2k":true,"rajiff":true,"brend":true,"heartnett":true,"hongpark":true},"_attachments":{},"_etag":"W/\"59740a01-2f90\"","_lastModified":"Sun, 23 Jul 2017 02:29:21 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/unpipe/.cache.json b/frappe/.npm/registry.npmjs.org/unpipe/.cache.json new file mode 100644 index 00000000..40664c8b --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/unpipe/.cache.json @@ -0,0 +1 @@ +{"_id":"unpipe","_rev":"3-e77ee0a101fa5c862788cbece7f56f10","name":"unpipe","description":"Unpipe a stream from all destinations","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"unpipe","description":"Unpipe a stream from all destinations","version":"1.0.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"https://github.com/stream-utils/unpipe"},"devDependencies":{"istanbul":"0.3.15","mocha":"2.2.5","readable-stream":"1.1.13"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"d2df901c06487430e78dca62b6edb8bb2fc5e99d","bugs":{"url":"https://github.com/stream-utils/unpipe/issues"},"homepage":"https://github.com/stream-utils/unpipe","_id":"unpipe@1.0.0","_shasum":"b2bf4ee8514aae6165b4817829d21b2ef49904ec","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"b2bf4ee8514aae6165b4817829d21b2ef49904ec","tarball":"https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"},"directories":{}}},"readme":"# unpipe\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-image]][node-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nUnpipe a stream from all destinations.\n\n## Installation\n\n```sh\n$ npm install unpipe\n```\n\n## API\n\n```js\nvar unpipe = require('unpipe')\n```\n\n### unpipe(stream)\n\nUnpipes all destinations from a given stream. With stream 2+, this is\nequivalent to `stream.unpipe()`. When used with streams 1 style streams\n(typically Node.js 0.8 and below), this module attempts to undo the\nactions done in `stream.pipe(dest)`.\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/unpipe.svg\n[npm-url]: https://npmjs.org/package/unpipe\n[node-image]: https://img.shields.io/node/v/unpipe.svg\n[node-url]: http://nodejs.org/download/\n[travis-image]: https://img.shields.io/travis/stream-utils/unpipe.svg\n[travis-url]: https://travis-ci.org/stream-utils/unpipe\n[coveralls-image]: https://img.shields.io/coveralls/stream-utils/unpipe.svg\n[coveralls-url]: https://coveralls.io/r/stream-utils/unpipe?branch=master\n[downloads-image]: https://img.shields.io/npm/dm/unpipe.svg\n[downloads-url]: https://npmjs.org/package/unpipe\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2016-02-04T18:32:34.452Z","created":"2015-06-14T20:30:19.934Z","1.0.0":"2015-06-14T20:30:19.934Z"},"homepage":"https://github.com/stream-utils/unpipe","repository":{"type":"git","url":"https://github.com/stream-utils/unpipe"},"author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"bugs":{"url":"https://github.com/stream-utils/unpipe/issues"},"license":"MIT","readmeFilename":"README.md","_attachments":{},"_etag":"W/\"56b39942-ccf\"","_lastModified":"Thu, 04 Feb 2016 18:32:34 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/util-deprecate/.cache.json b/frappe/.npm/registry.npmjs.org/util-deprecate/.cache.json new file mode 100644 index 00000000..066c32b1 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/util-deprecate/.cache.json @@ -0,0 +1 @@ +{"_id":"util-deprecate","_rev":"8-c3cf08cc4c04709be67fe66c8617d0a9","name":"util-deprecate","description":"The Node.js `util.deprecate()` function with browser support","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.0":{"name":"util-deprecate","version":"1.0.0","description":"The Node.js `util.deprecate()` function with browser support","main":"node.js","browser":"browser.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/TooTallNate/util-deprecate.git"},"keywords":["util","deprecate","browserify","browser","node"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/util-deprecate/issues"},"homepage":"https://github.com/TooTallNate/util-deprecate","_id":"util-deprecate@1.0.0","dist":{"shasum":"3007af012c140eae26de05576ec22785cac3abf2","tarball":"https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"directories":{}},"1.0.1":{"name":"util-deprecate","version":"1.0.1","description":"The Node.js `util.deprecate()` function with browser support","main":"node.js","browser":"browser.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/TooTallNate/util-deprecate.git"},"keywords":["util","deprecate","browserify","browser","node"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/util-deprecate/issues"},"homepage":"https://github.com/TooTallNate/util-deprecate","gitHead":"6e923f7d98a0afbe5b9c7db9d0f0029c1936746c","_id":"util-deprecate@1.0.1","_shasum":"3556a3d13c4c6aa7983d7e2425478197199b7881","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"3556a3d13c4c6aa7983d7e2425478197199b7881","tarball":"https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"util-deprecate","version":"1.0.2","description":"The Node.js `util.deprecate()` function with browser support","main":"node.js","browser":"browser.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/TooTallNate/util-deprecate.git"},"keywords":["util","deprecate","browserify","browser","node"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/util-deprecate/issues"},"homepage":"https://github.com/TooTallNate/util-deprecate","gitHead":"475fb6857cd23fafff20c1be846c1350abf8e6d4","_id":"util-deprecate@1.0.2","_shasum":"450d4dc9fa70de732762fbd2d4a28981419a0ccf","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"450d4dc9fa70de732762fbd2d4a28981419a0ccf","tarball":"https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"},"directories":{}}},"readme":"util-deprecate\n==============\n### The Node.js `util.deprecate()` function with browser support\n\nIn Node.js, this module simply re-exports the `util.deprecate()` function.\n\nIn the web browser (i.e. via browserify), a browser-specific implementation\nof the `util.deprecate()` function is used.\n\n\n## API\n\nA `deprecate()` function is the only thing exposed by this module.\n\n``` javascript\n// setup:\nexports.foo = deprecate(foo, 'foo() is deprecated, use bar() instead');\n\n\n// users see:\nfoo();\n// foo() is deprecated, use bar() instead\nfoo();\nfoo();\n```\n\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2014 Nathan Rajlich \n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"time":{"modified":"2017-06-14T14:28:22.197Z","created":"2014-04-30T17:10:32.112Z","1.0.0":"2014-04-30T17:10:32.112Z","1.0.1":"2014-11-25T20:08:13.859Z","1.0.2":"2015-10-07T18:37:40.665Z"},"homepage":"https://github.com/TooTallNate/util-deprecate","keywords":["util","deprecate","browserify","browser","node"],"repository":{"type":"git","url":"git://github.com/TooTallNate/util-deprecate.git"},"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"bugs":{"url":"https://github.com/TooTallNate/util-deprecate/issues"},"license":"MIT","readmeFilename":"README.md","users":{"hugojosefson":true,"mojaray2k":true,"lestad":true},"_attachments":{},"_etag":"W/\"59414806-16e7\"","_lastModified":"Wed, 14 Jun 2017 14:28:22 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/utils-merge/.cache.json b/frappe/.npm/registry.npmjs.org/utils-merge/.cache.json new file mode 100644 index 00000000..ad408436 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/utils-merge/.cache.json @@ -0,0 +1 @@ +{"_id":"utils-merge","_rev":"16-e545066b7e9dc27655ad510c9adba49e","name":"utils-merge","description":"merge() utility function","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"utils-merge","version":"1.0.0","description":"merge() utility function","keywords":["util"],"repository":{"type":"git","url":"git://github.com/jaredhanson/utils-merge.git"},"bugs":{"url":"http://github.com/jaredhanson/utils-merge/issues"},"author":{"name":"Jared Hanson","email":"jaredhanson@gmail.com","url":"http://www.jaredhanson.net/"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"main":"./index","dependencies":{},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"},"engines":{"node":">= 0.4.0"},"_id":"utils-merge@1.0.0","dist":{"shasum":"0294fb922bb9375153541c4f7096231f287c8af8","tarball":"https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz"},"_from":".","_npmVersion":"1.2.25","_npmUser":{"name":"jaredhanson","email":"jaredhanson@gmail.com"},"maintainers":[{"name":"jaredhanson","email":"jaredhanson@gmail.com"}],"directories":{}}},"readme":"# utils-merge\n\nMerges the properties from a source object into a destination object.\n\n## Install\n\n $ npm install utils-merge\n\n## Usage\n\n```javascript\nvar a = { foo: 'bar' }\n , b = { bar: 'baz' };\n\nmerge(a, b);\n// => { foo: 'bar', bar: 'baz' }\n```\n\n## Tests\n\n $ npm install\n $ npm test\n\n[![Build Status](https://secure.travis-ci.org/jaredhanson/utils-merge.png)](http://travis-ci.org/jaredhanson/utils-merge)\n\n## Credits\n\n - [Jared Hanson](http://github.com/jaredhanson)\n\n## License\n\n[The MIT License](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>\n","maintainers":[{"name":"jaredhanson","email":"jaredhanson@gmail.com"}],"time":{"modified":"2017-07-20T08:51:42.808Z","created":"2013-07-11T19:00:16.016Z","1.0.0":"2013-07-11T19:00:17.317Z"},"author":{"name":"Jared Hanson","email":"jaredhanson@gmail.com","url":"http://www.jaredhanson.net/"},"repository":{"type":"git","url":"git://github.com/jaredhanson/utils-merge.git"},"users":{"cmj":true,"simplyianm":true,"princetoad":true,"fengchenxiujisd":true,"456wyc":true,"iori20091101":true,"mojaray2k":true,"sunggun":true,"chinawolf_wyp":true},"keywords":["util"],"bugs":{"url":"http://github.com/jaredhanson/utils-merge/issues"},"readmeFilename":"README.md","_attachments":{},"_etag":"W/\"59706f1e-9e2\"","_lastModified":"Thu, 20 Jul 2017 08:51:42 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/uuid/.cache.json b/frappe/.npm/registry.npmjs.org/uuid/.cache.json new file mode 100644 index 00000000..e1b2f2e3 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/uuid/.cache.json @@ -0,0 +1 @@ +{"_id":"uuid","_rev":"275-51deb4c8388b7e5cce305c805f73bf36","name":"uuid","description":"RFC4122 (v1, v4, and v5) UUIDs","dist-tags":{"latest":"3.1.0"},"versions":{"0.0.1":{"name":"uuid","description":"Simple libuuid bindings to allow UUIDs to be generated from JS.","version":"0.0.1","author":{"name":"Nikhil Marathe"},"repository":{"type":"hg","url":"http://bitbucket.org/nikhilm/uuidjs"},"engine":["node >=0.1.103"],"scripts":{"preinstall":"node-waf configure && node-waf build"},"main":"build/default/uuid","_id":"uuid@0.0.1","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/uuid/-/uuid-0.0.1.tgz","shasum":"5b43a6840d25914b5a76a0664d71a51601ddec79"},"directories":{}},"0.0.2":{"name":"uuid","description":"Simple libuuid bindings to allow UUIDs to be generated from JS.","version":"0.0.2","author":{"name":"Nikhil Marathe"},"repository":{"type":"hg","url":"http://bitbucket.org/nikhilm/uuidjs"},"engine":["node >=0.1.103"],"scripts":{"preinstall":"node-waf configure && node-waf build"},"main":"build/default/uuid","_id":"uuid@0.0.2","engines":{"node":"*"},"_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/uuid/-/uuid-0.0.2.tgz","bin":{"0.4-sunos-5.11":{"shasum":"2ff8d977261ddadfd1446cee661ab87863659e45","tarball":"http://registry.npmjs.org/uuid/-/uuid-0.0.2-0.4-sunos-5.11.tgz"}},"shasum":"3171f2c4f58895b8b307692a335fb2349ddf6733"},"directories":{}},"1.4.0":{"name":"uuid","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","url":"http://github.com/broofa/node-uuid","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"}],"lib":".","main":"./uuid.js","repository":{"type":"git","url":"https://github.com/broofa/node-uuid.git"},"version":"1.4.0","_id":"uuid@1.4.0","dist":{"shasum":"d0d3b84ab56902e99ff952f2a17aa3986d44d36f","tarball":"https://registry.npmjs.org/uuid/-/uuid-1.4.0.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"tim-smart","email":"tim@fostle.com"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"}],"directories":{}},"1.4.1":{"name":"uuid","version":"1.4.1","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"_id":"uuid@1.4.1","dist":{"shasum":"a337828580d426e375b8ee11bd2bf901a596e0b8","tarball":"https://registry.npmjs.org/uuid/-/uuid-1.4.1.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"shtylman","email":"shtylman@gmail.com"}],"directories":{}},"1.4.2":{"name":"uuid","version":"1.4.2","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js","./buffer.js":"./buffer-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"688730efe3ec3ab7c12c6b92db2aa2826a50ed14","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid","_id":"uuid@1.4.2","_shasum":"453019f686966a6df83cdc5244e7c990ecc332fc","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"}],"dist":{"shasum":"453019f686966a6df83cdc5244e7c990ecc332fc","tarball":"https://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz"},"directories":{}},"2.0.0":{"name":"uuid","version":"2.0.0","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"3c007a5748d6fcbd0916ea8b6d18539958972932","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid","_id":"uuid@2.0.0","_shasum":"377ab4417736dba5ce379ff0a0c1a539921ebb74","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"}],"dist":{"shasum":"377ab4417736dba5ce379ff0a0c1a539921ebb74","tarball":"https://registry.npmjs.org/uuid/-/uuid-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"uuid","version":"2.0.1","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"ddaf90942095f26ee8c1961b4346f093b3e7eb5b","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid","_id":"uuid@2.0.1","_shasum":"c2a30dedb3e535d72ccf82e343941a50ba8533ac","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"}],"dist":{"shasum":"c2a30dedb3e535d72ccf82e343941a50ba8533ac","tarball":"https://registry.npmjs.org/uuid/-/uuid-2.0.1.tgz"},"directories":{}},"2.0.2":{"name":"uuid","version":"2.0.2","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"license":"MIT","main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/shtylman/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"6e95855ff4b79881aa95c5502478314adc6719dc","bugs":{"url":"https://github.com/shtylman/node-uuid/issues"},"homepage":"https://github.com/shtylman/node-uuid#readme","_id":"uuid@2.0.2","_shasum":"48bd5698f0677e3c7901a1c46ef15b1643794726","_from":".","_npmVersion":"2.15.2","_nodeVersion":"5.9.1","_npmUser":{"name":"vvo","email":"vincent.voyer@gmail.com"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"dist":{"shasum":"48bd5698f0677e3c7901a1c46ef15b1643794726","tarball":"https://registry.npmjs.org/uuid/-/uuid-2.0.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/uuid-2.0.2.tgz_1460533041436_0.07706069457344711"},"directories":{}},"2.0.3":{"name":"uuid","version":"2.0.3","description":"Rigorous implementation of RFC4122 (v1 and v4) UUIDs.","keywords":["uuid","guid","rfc4122"],"author":{"name":"Robert Kieffer","email":"robert@broofa.com"},"contributors":[{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"}],"license":"MIT","main":"./uuid.js","devDependencies":{"mocha":"1.8.0"},"scripts":{"test":"mocha test/test.js"},"browser":{"./rng.js":"./rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/defunctzombie/node-uuid.git"},"testling":{"browsers":["ie6..latest","firefox/3.6..latest","chrome/22..latest","safari/5.1..latest"],"harness":"mocha-tdd","files":"test/*.js"},"gitHead":"3f44acd0e722e965c14af816e2f658361a6b15f9","bugs":{"url":"https://github.com/defunctzombie/node-uuid/issues"},"homepage":"https://github.com/defunctzombie/node-uuid#readme","_id":"uuid@2.0.3","_shasum":"67e2e863797215530dff318e5bf9dcebfd47b21a","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"67e2e863797215530dff318e5bf9dcebfd47b21a","tarball":"https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/uuid-2.0.3.tgz_1474232617862_0.6578061426989734"},"directories":{}},"3.0.0":{"name":"uuid","version":"3.0.0","description":"RFC4122 (v1 and v4) generator","keywords":["uuid","guid","rfc4122"],"license":"MIT","main":"./uuid.js","bin":{"uuid":"./bin/uuid"},"devDependencies":{"mocha":"3.1.2"},"scripts":{"test":"mocha test/test.js"},"browser":{"./lib/rng.js":"./lib/rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"923fe4a7893c2057b608c0c74743ad5512599072","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.0.0","_shasum":"6728fc0459c450d796a99c31837569bdf672d728","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"6728fc0459c450d796a99c31837569bdf672d728","tarball":"https://registry.npmjs.org/uuid/-/uuid-3.0.0.tgz"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"tim-smart","email":"tim@fostle.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/uuid-3.0.0.tgz_1479448535568_0.9578766466584057"},"directories":{}},"3.0.1":{"name":"uuid","version":"3.0.1","description":"RFC4122 (v1 and v4) generator","keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"mocha":"3.1.2"},"scripts":{"test":"mocha test/test.js"},"browser":{"./lib/rng.js":"./lib/rng-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"374de826de71d8997f71b4641f65552e48956ced","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.0.1","_shasum":"6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"defunctzombie","email":"shtylman@gmail.com"},"dist":{"shasum":"6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1","tarball":"https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/uuid-3.0.1.tgz_1480403886767_0.2584113120101392"},"directories":{}},"3.1.0":{"name":"uuid","version":"3.1.0","description":"RFC4122 (v1, v4, and v5) UUIDs","keywords":["uuid","guid","rfc4122"],"license":"MIT","bin":{"uuid":"./bin/uuid"},"devDependencies":{"mocha":"3.1.2"},"scripts":{"test":"mocha test/test.js"},"browser":{"./lib/rng.js":"./lib/rng-browser.js","./lib/sha1.js":"./lib/sha1-browser.js"},"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"gitHead":"c50ac88f098ecfbff9a940816c8e6825ffd7e05a","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"homepage":"https://github.com/kelektiv/node-uuid#readme","_id":"uuid@3.1.0","_npmVersion":"5.0.3","_nodeVersion":"7.10.0","_npmUser":{"name":"broofa","email":"robert@broofa.com"},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"}],"dist":{"integrity":"sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==","shasum":"3dd3d3e790abc24d7b0d3a034ffababe28ebbc04","tarball":"https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uuid-3.1.0.tgz_1497635691778_0.6424044836312532"},"directories":{}}},"maintainers":[{"name":"broofa","email":"robert@broofa.com"},{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"vvo","email":"vincent.voyer@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/kelektiv/node-uuid.git"},"time":{"modified":"2017-07-24T04:23:04.032Z","created":"2011-03-31T08:12:51.801Z","0.0.1":"2011-03-31T08:12:51.801Z","0.0.2":"2011-03-31T08:12:51.801Z","1.4.0":"2013-02-19T22:28:10.376Z","1.4.1":"2013-03-14T05:25:04.735Z","1.4.2":"2014-09-25T09:03:34.083Z","2.0.0":"2014-09-29T09:03:24.612Z","2.0.1":"2014-09-29T09:16:55.228Z","2.0.2":"2016-04-13T07:37:23.788Z","2.0.3":"2016-09-18T21:03:38.127Z","3.0.0":"2016-11-18T05:55:37.542Z","3.0.1":"2016-11-29T07:18:07.016Z","3.1.0":"2017-06-16T17:54:51.877Z"},"users":{"luk":true,"shtylman":true,"chilts":true,"appleboy":true,"davidrlee":true,"lych":true,"brentonhouse":true,"afollestad":true,"blackbunny":true,"matteospampani":true,"jakecadams":true,"yourhoneysky":true,"pospi":true,"esessoms":true,"sirius":true,"kankungyip":true,"thomask33":true,"adamk":true,"chrisyipw":true,"tmypawa":true,"danharper":true,"erincinci":true,"lifecube":true,"yashprit":true,"moimikey":true,"ninozhang":true,"ysk8":true,"jesusgoku":true,"sonhuytran":true,"smd4":true,"defunctzombie":true,"etsit":true,"junjiansyu":true,"bpatel":true,"benburwell":true,"shipengyan":true,"piecioshka":true,"jueb":true,"qqqppp9998":true,"flozz":true,"hugnosis":true,"grantcarthew":true,"po":true,"aitorllj93":true,"parkerproject":true,"jasonpearson":true,"vwal":true,"ash":true,"procom":true,"almccann":true,"wfcookie":true,"fedor":true,"koulmomo":true,"monsterkodi":true,"orkisz":true,"mlohscheidt":true,"carlosvillademor":true,"ziflex":true,"shadowlong":true,"nomemires":true,"antanst":true,"zhoutk":true,"epdplus":true,"hecto932":true,"r3nya":true,"lwgojustgo":true,"evanyeung":true,"pavel.zubkou":true,"geooogle":true,"roman-io":true,"xufz":true,"rochejul":true,"ijidau":true,"456wyc":true,"markthethomas":true,"freebird":true,"ianpaschal":true,"clarenceho":true,"jlmorgan":true,"sasquatch":true,"segen":true,"gavaxiang":true,"nigel0913":true,"octetstream":true,"lestad":true,"shekharreddy":true,"bapinney":true,"sourcesoft":true,"gollojs":true,"reinoud":true,"zpoons":true,"scotchulous":true,"jlagunas":true,"jaxelson":true,"rhaynel":true,"holly":true,"akarem":true,"apopek":true,"wenhsiaoyi":true,"ferchoriverar":true,"writech":true,"gildasdubois":true,"nhz.io":true,"blade254353074":true,"jtrh":true,"mauriciolauffer":true,"justdomepaul":true,"neo1":true,"leon740727":true,"mhaidarh":true,"tmurngon":true,"jez9999":true,"monolithed":true,"nohomey":true,"ckaatz":true,"diegorbaquero":true,"ahvonenj":true,"praxiq":true,"kavyababu7":true,"dzhou777":true,"caiofossa":true,"jamiechoi":true,"harumambur":true,"broofa":true,"wangnan0610":true,"ivan.marquez":true,"albertofdzm":true,"abuelwafa":true,"rumkin":true,"stretchgz":true,"shrike":true,"chaofeis":true,"nickleefly":true,"sachacr":true,"haihepeng":true,"wenbing":true,"kodekracker":true,"jian263994241":true,"bsara":true,"guzgarcia":true,"ferrari":true,"i3fox":true,"augiethornton":true,"mikestaub":true,"programmer.severson":true,"sgvinci":true,"appsparkler":true,"techmuch":true,"cblumer":true,"jk6":true,"tdevm":true,"max_devjs":true,"cbetancourt":true,"gdibble":true,"isenricho":true,"vchouhan":true,"danielye":true,"andfaulkner":true,"rocket0191":true,"satoru":true,"serge-nikitin":true,"alexcoady":true,"kaufmo":true,"miadzadfallah":true,"asaupup":true,"potentii":true,"xfloops":true,"n0f3":true,"marcobiedermann":true,"soulchainer":true,"leapm":true,"artjacob":true,"stevenvachon":true,"modood":true,"papasavva":true,"philipjc":true,"dkblay":true,"awhmandan":true,"sternelee":true,"walexstevens":true,"guurgle":true,"quafoo":true,"scott.m.sarsfield":true,"yswon":true,"pddivine":true,"subinvarghesein":true,"superchenney":true,"thomas.han":true,"kikna":true,"zand3rs":true,"heartnett":true,"simonja":true,"fengmiaosen":true,"someok":true,"raycharles":true,"xxsnake28":true,"icognivator":true,"zhyq0826":true,"partsunknown":true,"kkho595":true,"jybleau":true,"jamesbedont":true,"sundaycrafts":true,"yikuo":true,"shiva127":true,"jasonbbelcher":true,"flxa888":true,"jonaslomholdt":true,"vivek.vikhere":true,"whathejoe":true},"readme":"# uuid [![Build Status](https://secure.travis-ci.org/kelektiv/node-uuid.svg?branch=master)](http://travis-ci.org/kelektiv/node-uuid) #\n\nSimple, fast generation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDS.\n\nFeatures:\n\n* Support for version 1, 4 and 5 UUIDs\n* Cross-platform\n* Uses cryptographically-strong random number APIs (when available)\n* Zero-dependency, small footprint (... but not [this small](https://gist.github.com/982883))\n\n## Quickstart - CommonJS (Recommended)\n\n```shell\nnpm install uuid\n```\n\nThen generate your uuid version of choice ...\n\nVersion 1 (timestamp):\n\n```javascript\nconst uuidv1 = require('uuid/v1');\nuuidv1(); // -> '6c84fb90-12c4-11e1-840d-7b25c5ee775a'\n```\n\nVersion 4 (random):\n\n```javascript\nconst uuidv4 = require('uuid/v4');\nuuidv4(); // -> '110ec58a-a0f2-4ac4-8393-c866d813b8d1'\n```\n\nVersion 5 (namespace):\n\n```javascript\nconst uuidv5 = require('uuid/v5');\n\n// ... using predefined DNS namespace (for domain names)\nuuidv5('hello.example.com', uuidv5.DNS)); // -> 'fdda765f-fc57-5604-a269-52a7df8164ec'\n\n// ... using predefined URL namespace (for, well, URLs)\nuuidv5('http://example.com/hello', uuidv5.URL); // -> '3bbcee75-cecc-5b56-8031-b6641c1ed1f1'\n\n// ... using a custom namespace\nconst MY_NAMESPACE = '';\nuuidv5('Hello, World!', MY_NAMESPACE); // -> '90123e1c-7512-523e-bb28-76fab9f2f73d'\n```\n\n## Quickstart - Browser-ready Versions\n\nBrowser-ready versions of this module are available via [wzrd.in](https://github.com/jfhbrook/wzrd.in).\n\nFor version 1 uuids:\n\n```html\n\n\n```\n\nFor version 4 uuids:\n\n```html\n\n\n```\n\nFor version 5 uuids:\n\n```html\n\n\n```\n\n## API\n\n### Version 1\n\n```javascript\nconst uuidv1 = require('uuid/v1');\n\n// Allowed arguments\nuuidv1();\nuuidv1(options);\nuuidv1(options, buffer, offset);\n```\n\nGenerate and return a RFC4122 v1 (timestamp-based) UUID.\n\n* `options` - (Object) Optional uuid state to apply. Properties may include:\n\n * `node` - (Array) Node id as Array of 6 bytes (per 4.1.6). Default: Randomly generated ID. See note 1.\n * `clockseq` - (Number between 0 - 0x3fff) RFC clock sequence. Default: An internally maintained clockseq is used.\n * `msecs` - (Number | Date) Time in milliseconds since unix Epoch. Default: The current time is used.\n * `nsecs` - (Number between 0-9999) additional time, in 100-nanosecond units. Ignored if `msecs` is unspecified. Default: internal uuid counter is used, as per 4.2.1.2.\n\n* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.\n* `offset` - (Number) Starting index in `buffer` at which to begin writing.\n\nReturns `buffer`, if specified, otherwise the string form of the UUID\n\nNote: The id is generated guaranteed to stay constant for the lifetime of the current JS runtime. (Future versions of this module may use persistent storage mechanisms to extend this guarantee.)\n\nExample: Generate string UUID with fully-specified options\n\n```javascript\nuuidv1({\n node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab],\n clockseq: 0x1234,\n msecs: new Date('2011-11-01').getTime(),\n nsecs: 5678\n}); // -> \"710b962e-041c-11e1-9234-0123456789ab\"\n```\n\nExample: In-place generation of two binary IDs\n\n```javascript\n// Generate two ids in an array\nconst arr = new Array(32); // -> []\nuuidv1(null, arr, 0); // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15]\nuuidv1(null, arr, 16); // -> [02 a2 ce 90 14 32 11 e1 85 58 0b 48 8e 4f c1 15 02 a3 1c b0 14 32 11 e1 85 58 0b 48 8e 4f c1 15]\n```\n\n### Version 4\n\n```javascript\nconst uuidv4 = require('uuid/v4')\n\n// Allowed arguments\nuuidv4();\nuuidv4(options);\nuuidv4(options, buffer, offset);\n```\n\nGenerate and return a RFC4122 v4 UUID.\n\n* `options` - (Object) Optional uuid state to apply. Properties may include:\n * `random` - (Number[16]) Array of 16 numbers (0-255) to use in place of randomly generated values\n * `rng` - (Function) Random # generator function that returns an Array[16] of byte values (0-255)\n* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.\n* `offset` - (Number) Starting index in `buffer` at which to begin writing.\n\nReturns `buffer`, if specified, otherwise the string form of the UUID\n\nExample: Generate string UUID with fully-specified options\n\n```javascript\nuuid.v4({\n random: [\n 0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea,\n 0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36\n ]\n});\n// -> \"109156be-c4fb-41ea-b1b4-efe1671c5836\"\n```\n\nExample: Generate two IDs in a single buffer\n\n```javascript\nconst buffer = new Array(32); // (or 'new Buffer' in node.js)\nuuid.v4(null, buffer, 0);\nuuid.v4(null, buffer, 16);\n```\n\n### Version 5\n\n```javascript\nconst uuidv5 = require('uuid/v4');\n\n// Allowed arguments\nuuidv5(name, namespace);\nuuidv5(name, namespace, buffer);\nuuidv5(name, namespace, buffer, offset);\n```\n\nGenerate and return a RFC4122 v4 UUID.\n\n* `name` - (String | Array[]) \"name\" to create UUID with\n* `namespace` - (String | Array[]) \"namespace\" UUID either as a String or Array[16] of byte values\n* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written.\n* `offset` - (Number) Starting index in `buffer` at which to begin writing. Default = 0\n\nReturns `buffer`, if specified, otherwise the string form of the UUID\n\nExample:\n\n```javascript\n// Generate a unique namespace (typically you would do this once, outside of\n// your project, then bake this value into your code)\nconst uuidv4 = require('uuid/v4');\nconst MY_NAMESPACE = uuidv4(); //\n\n// Generate a couple namespace uuids\nconst uuidv5 = require('uuid/v5');\nuuidv5('hello', MY_NAMESPACE);\nuuidv5('world', MY_NAMESPACE);\n```\n\n## Testing\n\n```shell\nnpm test\n```\n\n## Deprecated / Browser-ready API\n\nThe API below is available for legacy purposes and is not expected to be available post-3.X\n\n```javascript\nconst uuid = require('uuid');\n\nuuid.v1(...); // alias of uuid/v1\nuuid.v4(...); // alias of uuid/v4\nuuid(...); // alias of uuid/v4\n\n// uuid.v5() is not supported in this API\n```\n\n## Legacy node-uuid package\n\nThe code for the legacy node-uuid package is available in the `node-uuid` branch.\n","readmeFilename":"README.md","keywords":["uuid","guid","rfc4122"],"contributors":[{"name":"Robert Kieffer","email":"robert@broofa.com"},{"name":"Christoph Tavan","email":"dev@tavan.de"},{"name":"AJ ONeal","email":"coolaj86@gmail.com"},{"name":"Vincent Voyer","email":"vincent@zeroload.net"},{"name":"Roman Shtylman","email":"shtylman@gmail.com"}],"homepage":"https://github.com/kelektiv/node-uuid#readme","bugs":{"url":"https://github.com/kelektiv/node-uuid/issues"},"license":"MIT","_attachments":{},"_etag":"W/\"59757628-67ec\"","_lastModified":"Mon, 24 Jul 2017 04:23:04 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/uws/.cache.json b/frappe/.npm/registry.npmjs.org/uws/.cache.json new file mode 100644 index 00000000..d42df82d --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/uws/.cache.json @@ -0,0 +1 @@ +{"_id":"uws","_rev":"151-efbb5a229e9804e2b8ae8b4193fa9b26","name":"uws","description":"Tiny WebSockets","dist-tags":{"latest":"8.14.0"},"versions":{"0.14.1":{"name":"uws","version":"0.14.1","scripts":{"install":"node-gyp rebuild > build_log.txt 2>&1 || exit 0"},"main":"uws.js","description":"Tiny WebSockets","engines":{"node":">=4"},"keywords":["tiny","websockets"],"homepage":"https://github.com/uWebSockets/uWebSockets","license":"Zlib","author":{"name":"Alex Hultman","email":"alexhultman@gmail.com","url":"https://github.com/alexhultman"},"repository":{"type":"git","url":"git+https://github.com/uWebSockets/uWebSockets.git"},"bugs":{"url":"https://github.com/uWebSockets/uWebSockets/issues"},"_id":"uws@0.14.1","_shasum":"89b8eb7bced272c65621472e878c57f4e0e00640","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"alexhultman","email":"alexhultman@gmail.com"},"dist":{"shasum":"89b8eb7bced272c65621472e878c57f4e0e00640","tarball":"https://registry.npmjs.org/uws/-/uws-0.14.1.tgz"},"maintainers":[{"name":"alexhultman","email":"alexhultman@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/uws-0.14.1.tgz_1490708786155_0.7353487906511873"},"directories":{}},"0.14.3":{"name":"uws","version":"0.14.3","scripts":{"install":"node-gyp rebuild > build_log.txt 2>&1 || exit 0"},"main":"uws.js","description":"Tiny WebSockets","engines":{"node":">=4"},"keywords":["tiny","websockets"],"homepage":"https://github.com/uWebSockets/uWebSockets","license":"Zlib","author":{"name":"Alex Hultman","email":"alexhultman@gmail.com","url":"https://github.com/alexhultman"},"repository":{"type":"git","url":"git+https://github.com/uWebSockets/uWebSockets.git"},"bugs":{"url":"https://github.com/uWebSockets/uWebSockets/issues"},"_id":"uws@0.14.3","_shasum":"e587fe4ce649304bcb7591db7bc3ef54d04566d2","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"alexhultman","email":"alexhultman@gmail.com"},"dist":{"shasum":"e587fe4ce649304bcb7591db7bc3ef54d04566d2","tarball":"https://registry.npmjs.org/uws/-/uws-0.14.3.tgz"},"maintainers":[{"name":"alexhultman","email":"alexhultman@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/uws-0.14.3.tgz_1493235666497_0.5359633886255324"},"directories":{}},"0.14.4":{"name":"uws","version":"0.14.4","scripts":{"install":"node-gyp rebuild > build_log.txt 2>&1 || exit 0"},"main":"uws.js","description":"Tiny WebSockets","engines":{"node":">=4"},"keywords":["tiny","websockets"],"homepage":"https://github.com/uWebSockets/uWebSockets","license":"Zlib","author":{"name":"Alex Hultman","email":"alexhultman@gmail.com","url":"https://github.com/alexhultman"},"repository":{"type":"git","url":"git+https://github.com/uWebSockets/uWebSockets.git"},"bugs":{"url":"https://github.com/uWebSockets/uWebSockets/issues"},"_id":"uws@0.14.4","_shasum":"616b5af90a2497ebbf6cedd75779ca218950c054","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"alexhultman","email":"alexhultman@gmail.com"},"dist":{"shasum":"616b5af90a2497ebbf6cedd75779ca218950c054","tarball":"https://registry.npmjs.org/uws/-/uws-0.14.4.tgz"},"maintainers":[{"name":"alexhultman","email":"alexhultman@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/uws-0.14.4.tgz_1493301045228_0.06388392974622548"},"directories":{}},"0.14.5":{"name":"uws","version":"0.14.5","scripts":{"install":"node-gyp rebuild > build_log.txt 2>&1 || exit 0"},"main":"uws.js","description":"Tiny WebSockets","engines":{"node":">=4"},"keywords":["tiny","websockets"],"homepage":"https://github.com/uWebSockets/uWebSockets","license":"Zlib","author":{"name":"Alex Hultman","email":"alexhultman@gmail.com","url":"https://github.com/alexhultman"},"repository":{"type":"git","url":"git+https://github.com/uWebSockets/uWebSockets.git"},"bugs":{"url":"https://github.com/uWebSockets/uWebSockets/issues"},"_id":"uws@0.14.5","_shasum":"67aaf33c46b2a587a5f6666d00f7691328f149dc","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"alexhultman","email":"alexhultman@gmail.com"},"dist":{"shasum":"67aaf33c46b2a587a5f6666d00f7691328f149dc","tarball":"https://registry.npmjs.org/uws/-/uws-0.14.5.tgz"},"maintainers":[{"name":"alexhultman","email":"alexhultman@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/uws-0.14.5.tgz_1493399064525_0.939868062036112"},"directories":{}},"8.14.0":{"name":"uws","version":"8.14.0","scripts":{"install":"node-gyp rebuild > build_log.txt 2>&1 || exit 0"},"main":"uws.js","description":"Tiny WebSockets","engines":{"node":">=4"},"keywords":["tiny","websockets"],"homepage":"https://github.com/uWebSockets/uWebSockets","license":"Zlib","author":{"name":"Alex Hultman","email":"alexhultman@gmail.com","url":"https://github.com/alexhultman"},"repository":{"type":"git","url":"git+https://github.com/uWebSockets/uWebSockets.git"},"bugs":{"url":"https://github.com/uWebSockets/uWebSockets/issues"},"_id":"uws@8.14.0","_shasum":"acc1488d13ecb23fe2f942a7eafb06681fa91431","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"alexhultman","email":"alexhultman@gmail.com"},"dist":{"shasum":"acc1488d13ecb23fe2f942a7eafb06681fa91431","tarball":"https://registry.npmjs.org/uws/-/uws-8.14.0.tgz"},"maintainers":[{"name":"alexhultman","email":"alexhultman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/uws-8.14.0.tgz_1497800900422_0.22958197025582194"},"directories":{}}},"readme":"## Usage\n`uws` tries to mimic `ws` as closely as possible without sacrificing too much performance. In most cases you simply swap `require('ws')` with `require('uws')`:\n\n```javascript\nvar WebSocketServer = require('uws').Server;\nvar wss = new WebSocketServer({ port: 3000 });\n\nfunction onMessage(message) {\n console.log('received: ' + message);\n}\n\nwss.on('connection', function(ws) {\n ws.on('message', onMessage);\n ws.send('something');\n});\n```\n\n##### Deviations from ws\nThere are some important incompatibilities with `ws` though, we aim to be ~90% compatible but will never implement behavior that is deemed too inefficient:\n\n* Binary data is passed zero-copy as an `ArrayBuffer`. This means you need to copy it to keep it past the callback. It also means you need to convert it with `Buffer.from(message)` if you expect a `Node.js Buffer`.\n* `webSocket._socket` is not a `net.Socket`, it is just a getter function with very basic functionalities.\n* `webSocket._socket.remote...` might fail, you need to cache it at connection.\n* `webSocket` acts like an `EventEmitter` with one listener per event maximum.\n* `webSocket.upgradeReq` is only valid during execution of the connection handler. If you want to keep properties of the upgradeReq for the entire lifetime of the webSocket you better attach that specific property to the webSocket at connection.\n\n## Installation\n[![](https://nodei.co/npm/uws.png)](https://www.npmjs.com/package/uws)\n\nAt installation `uws` will try to recompile itself using the system's C++11 compiler (GCC 4.8+, Clang 3.3, VC++ 2015+).\nIf this fails it will silently fall back to using the precompiled binaries.\nNPM installation will never fail but `require('uws')` will throw if it cannot properly load the binary module.\n","maintainers":[{"name":"alexhultman","email":"alexhultman@gmail.com"}],"time":{"modified":"2017-06-18T15:48:22.335Z","created":"2016-04-09T11:44:04.169Z","0.1.9":"2016-04-09T11:44:04.169Z","0.1.10":"2016-04-09T11:53:29.345Z","0.2.0":"2016-04-09T12:17:39.221Z","0.2.1":"2016-04-12T05:14:28.113Z","0.2.2":"2016-04-13T12:46:55.535Z","0.2.3":"2016-04-14T20:52:05.437Z","0.2.4":"2016-04-18T23:38:58.574Z","0.2.5":"2016-04-19T18:01:22.852Z","0.2.6":"2016-04-19T19:52:15.438Z","0.2.7":"2016-04-27T00:26:05.771Z","0.2.8":"2016-04-27T07:38:15.240Z","0.2.9":"2016-04-28T08:21:08.947Z","0.3.0":"2016-05-03T15:05:21.027Z","0.3.1":"2016-05-03T21:49:33.914Z","0.3.2":"2016-05-04T16:05:49.936Z","0.3.3":"2016-05-04T18:51:08.747Z","0.3.4":"2016-05-06T23:49:29.072Z","0.4.0":"2016-05-09T10:00:40.921Z","0.4.1":"2016-05-14T04:39:41.169Z","0.5.1":"2016-06-16T12:55:25.234Z","0.6.0":"2016-06-26T03:41:16.803Z","0.6.1":"2016-06-26T09:13:06.484Z","0.6.2":"2016-06-26T22:52:41.038Z","0.6.3":"2016-06-26T23:48:58.884Z","0.6.4":"2016-06-28T08:43:08.756Z","0.6.5":"2016-06-28T22:05:52.643Z","0.7.0":"2016-06-29T08:56:34.312Z","0.7.1":"2016-07-09T19:08:41.195Z","0.7.2":"2016-07-12T19:13:42.923Z","0.7.3":"2016-07-13T08:02:18.382Z","0.7.4":"2016-07-13T17:54:55.537Z","0.7.5":"2016-07-14T03:03:03.161Z","0.7.6":"2016-07-14T17:33:37.056Z","0.7.7":"2016-07-15T02:51:24.618Z","0.7.8":"2016-07-15T07:52:57.282Z","0.7.9":"2016-07-21T07:42:01.666Z","0.8.0":"2016-08-22T18:20:59.710Z","0.9.0":"2016-09-11T17:50:12.490Z","0.10.0":"2016-10-05T08:56:40.704Z","0.10.1":"2016-10-05T09:10:05.617Z","0.10.2":"2016-10-05T09:16:11.814Z","0.10.3":"2016-10-05T19:59:27.055Z","0.10.4":"2016-10-05T21:08:56.835Z","0.10.5":"2016-10-07T17:57:02.376Z","0.10.6":"2016-10-10T15:38:07.215Z","0.10.7":"2016-10-10T17:24:22.877Z","0.10.8":"2016-10-13T03:36:17.846Z","0.10.9":"2016-10-13T22:08:46.282Z","0.10.10":"2016-10-15T02:01:04.288Z","0.10.11":"2016-10-15T19:29:52.563Z","0.10.12":"2016-10-21T02:52:56.857Z","0.10.13":"2016-10-24T15:42:53.757Z","0.11.0":"2016-10-25T12:57:07.325Z","0.11.1":"2016-11-25T00:59:22.612Z","0.11.2":"2016-12-02T05:30:04.801Z","0.12.0":"2016-12-03T08:13:38.609Z","0.13.0":"2017-02-20T19:05:24.159Z","0.14.0":"2017-03-24T03:04:15.388Z","0.14.1":"2017-03-28T13:46:26.776Z","0.14.3":"2017-04-26T19:41:08.163Z","0.14.4":"2017-04-27T13:50:47.580Z","0.14.5":"2017-04-28T17:04:25.298Z","8.14.0":"2017-06-18T15:48:22.335Z"},"homepage":"https://github.com/uWebSockets/uWebSockets","keywords":["tiny","websockets"],"repository":{"type":"git","url":"git+https://github.com/uWebSockets/uWebSockets.git"},"author":{"name":"Alex Hultman","email":"alexhultman@gmail.com","url":"https://github.com/alexhultman"},"bugs":{"url":"https://github.com/uWebSockets/uWebSockets/issues"},"license":"Zlib","readmeFilename":"README.md","users":{"danielbankhead":true,"rmanalan":true,"ivangaravito":true,"copongcopong":true,"demod":true,"silverwind":true,"hongbo-miao":true,"sharper":true,"jamescostian":true,"diegorbaquero":true,"ash":true,"rexpan":true,"guscaplan":true,"rocket0191":true,"marshallswain":true,"edwingeng":true,"luislobo":true,"thomas.miele":true,"cmtegner":true,"ruyadorno":true,"adeelp":true,"rochejul":true,"brunocarvalhodearaujo":true,"xinwangwang":true,"csscottc":true,"panlw":true,"you21979":true,"ahmedelgabri":true,"psychollama":true},"_attachments":{},"_etag":"W/\"5946a0c6-29e1\"","_lastModified":"Sun, 18 Jun 2017 15:48:22 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/vary/.cache.json b/frappe/.npm/registry.npmjs.org/vary/.cache.json new file mode 100644 index 00000000..0df1fda4 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/vary/.cache.json @@ -0,0 +1 @@ +{"_id":"vary","_rev":"25-26b60d4c290b1767801606b39031e8b1","name":"vary","description":"Manipulate the HTTP Vary header","dist-tags":{"latest":"1.1.1"},"versions":{"0.0.0":{"name":"vary","description":"Update the Vary header of a response","version":"0.0.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","keywords":["http","res","vary"],"repository":{"type":"git","url":"git://github.com/expressjs/vary"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/vary/issues"},"homepage":"https://github.com/expressjs/vary","_id":"vary@0.0.0","dist":{"shasum":"9edfb6837236e6fa500788995cd85a11c62c482d","tarball":"https://registry.npmjs.org/vary/-/vary-0.0.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"directories":{}},"0.1.0":{"name":"vary","description":"Update the Vary header of a response","version":"0.1.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","keywords":["http","res","vary"],"repository":{"type":"git","url":"git://github.com/expressjs/vary"},"devDependencies":{"istanbul":"0.2.10","mocha":"~1.20.0","should":"~4.0.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter dot test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"},"bugs":{"url":"https://github.com/expressjs/vary/issues"},"homepage":"https://github.com/expressjs/vary","_id":"vary@0.1.0","dist":{"shasum":"df0945899e93c0cc5bd18cc8321d9d21e74f6176","tarball":"https://registry.npmjs.org/vary/-/vary-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{}},"1.0.0":{"name":"vary","description":"Manipulate the HTTP Vary header","version":"1.0.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","keywords":["http","res","vary"],"repository":{"type":"git","url":"https://github.com/jshttp/vary"},"devDependencies":{"istanbul":"0.3.0","mocha":"~1.21.4","should":"~4.0.4","supertest":"~0.13.0"},"engines":{"node":">= 0.8.0"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"56acecd9fa20888132563b00576625ea02a69a35","bugs":{"url":"https://github.com/jshttp/vary/issues"},"homepage":"https://github.com/jshttp/vary","_id":"vary@1.0.0","_shasum":"c5e76cec20d3820d8f2a96e7bee38731c34da1e7","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"shtylman","email":"shtylman@gmail.com"}],"dist":{"shasum":"c5e76cec20d3820d8f2a96e7bee38731c34da1e7","tarball":"https://registry.npmjs.org/vary/-/vary-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"vary","description":"Manipulate the HTTP Vary header","version":"1.0.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","keywords":["http","res","vary"],"repository":{"type":"git","url":"https://github.com/jshttp/vary"},"devDependencies":{"istanbul":"0.3.17","mocha":"2.2.5","supertest":"1.0.1"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"650282ff8e614731837040a23e10f51c20728392","bugs":{"url":"https://github.com/jshttp/vary/issues"},"homepage":"https://github.com/jshttp/vary","_id":"vary@1.0.1","_shasum":"99e4981566a286118dfb2b817357df7993376d10","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"99e4981566a286118dfb2b817357df7993376d10","tarball":"https://registry.npmjs.org/vary/-/vary-1.0.1.tgz"},"directories":{}},"1.1.0":{"name":"vary","description":"Manipulate the HTTP Vary header","version":"1.1.0","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","keywords":["http","res","vary"],"repository":{"type":"git","url":"https://github.com/jshttp/vary"},"devDependencies":{"istanbul":"0.3.21","mocha":"2.3.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"13b03e9bf97da9d83bfeac84d84144137d84c257","bugs":{"url":"https://github.com/jshttp/vary/issues"},"homepage":"https://github.com/jshttp/vary","_id":"vary@1.1.0","_shasum":"e1e5affbbd16ae768dd2674394b9ad3022653140","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"}],"dist":{"shasum":"e1e5affbbd16ae768dd2674394b9ad3022653140","tarball":"https://registry.npmjs.org/vary/-/vary-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"vary","description":"Manipulate the HTTP Vary header","version":"1.1.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","keywords":["http","res","vary"],"repository":{"type":"git","url":"git+https://github.com/jshttp/vary.git"},"devDependencies":{"eslint":"3.18.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"ca7edac6b919a45bf9e2c5cb6ba31c1790e9f046","bugs":{"url":"https://github.com/jshttp/vary/issues"},"homepage":"https://github.com/jshttp/vary#readme","_id":"vary@1.1.1","_shasum":"67535ebb694c1d52257457984665323f587e8d37","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"67535ebb694c1d52257457984665323f587e8d37","tarball":"https://registry.npmjs.org/vary/-/vary-1.1.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vary-1.1.1.tgz_1490045547529_0.9355870047584176"},"directories":{}}},"readme":"# vary\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nManipulate the HTTP Vary header\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): \n\n```sh\n$ npm install vary\n```\n\n## API\n\n\n\n```js\nvar vary = require('vary')\n```\n\n### vary(res, field)\n\nAdds the given header `field` to the `Vary` response header of `res`.\nThis can be a string of a single field, a string of a valid `Vary`\nheader, or an array of multiple fields.\n\nThis will append the header if not already listed, otherwise leaves\nit listed in the current location.\n\n\n\n```js\n// Append \"Origin\" to the Vary header of the response\nvary(res, 'Origin')\n```\n\n### vary.append(header, field)\n\nAdds the given header `field` to the `Vary` response header string `header`.\nThis can be a string of a single field, a string of a valid `Vary` header,\nor an array of multiple fields.\n\nThis will append the header if not already listed, otherwise leaves\nit listed in the current location. The new header string is returned.\n\n\n\n```js\n// Get header string appending \"Origin\" to \"Accept, User-Agent\"\nvary.append('Accept, User-Agent', 'Origin')\n```\n\n## Examples\n\n### Updating the Vary header when content is based on it\n\n```js\nvar http = require('http')\nvar vary = require('vary')\n\nhttp.createServer(function onRequest (req, res) {\n // about to user-agent sniff\n vary(res, 'User-Agent')\n\n var ua = req.headers['user-agent'] || ''\n var isMobile = /mobi|android|touch|mini/i.test(ua)\n\n // serve site, depending on isMobile\n res.setHeader('Content-Type', 'text/html')\n res.end('You are (probably) ' + (isMobile ? '' : 'not ') + 'a mobile user')\n})\n```\n\n## Testing\n\n```sh\n$ npm test\n```\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/vary.svg\n[npm-url]: https://npmjs.org/package/vary\n[node-version-image]: https://img.shields.io/node/v/vary.svg\n[node-version-url]: https://nodejs.org/en/download\n[travis-image]: https://img.shields.io/travis/jshttp/vary/master.svg\n[travis-url]: https://travis-ci.org/jshttp/vary\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/vary/master.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/vary\n[downloads-image]: https://img.shields.io/npm/dm/vary.svg\n[downloads-url]: https://npmjs.org/package/vary\n","maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"time":{"modified":"2017-03-20T21:32:29.340Z","created":"2014-06-04T20:52:53.541Z","0.0.0":"2014-06-04T20:52:53.541Z","0.1.0":"2014-06-05T13:18:33.789Z","1.0.0":"2014-08-10T21:03:28.918Z","1.0.1":"2015-07-09T00:03:07.257Z","1.1.0":"2015-09-30T05:05:50.045Z","1.1.1":"2017-03-20T21:32:29.340Z"},"homepage":"https://github.com/jshttp/vary#readme","keywords":["http","res","vary"],"repository":{"type":"git","url":"git+https://github.com/jshttp/vary.git"},"author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"bugs":{"url":"https://github.com/jshttp/vary/issues"},"license":"MIT","readmeFilename":"README.md","users":{"goodseller":true,"simplyianm":true,"jessaustin":true,"wangnan0610":true,"mojaray2k":true,"giussa_dan":true},"_attachments":{},"_etag":"W/\"58d04a6d-2eee\"","_lastModified":"Mon, 20 Mar 2017 21:32:29 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/verror/.cache.json b/frappe/.npm/registry.npmjs.org/verror/.cache.json new file mode 100644 index 00000000..0858b08c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/verror/.cache.json @@ -0,0 +1 @@ +{"_id":"verror","_rev":"96-bff30d5f335872c4301bf2752fdce908","name":"verror","description":"richer JavaScript errors","dist-tags":{"latest":"1.10.0"},"versions":{"1.0.0":{"name":"verror","version":"1.0.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"_id":"verror@1.0.0","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"5cb98dd3b334144679ed2f9df5d300a2053a71ed","tarball":"https://registry.npmjs.org/verror/-/verror-1.0.0.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.0.1":{"name":"verror","version":"1.0.1","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"_id":"verror@1.0.1","devDependencies":{},"_engineSupported":false,"_npmVersion":"1.0.94","_nodeVersion":"v0.4.2","_defaultsLoaded":true,"dist":{"shasum":"758d8fb57cc988fdd744a4186d87ed8ab691e7c7","tarball":"https://registry.npmjs.org/verror/-/verror-1.0.1.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.1.0":{"name":"verror","version":"1.1.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"_id":"verror@1.1.0","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.6.10","_defaultsLoaded":true,"dist":{"shasum":"2a4b4eb14a207051e75a6f94ee51315bf173a1b0","tarball":"https://registry.npmjs.org/verror/-/verror-1.1.0.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.2.0":{"name":"verror","version":"1.2.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"_id":"verror@1.2.0","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"0bfad0cb643d50ddb02c517cecae9aae6965f28a","tarball":"https://registry.npmjs.org/verror/-/verror-1.2.0.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.0":{"name":"verror","version":"1.3.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"_id":"verror@1.3.0","dist":{"shasum":"e6047cae0bb5bdf862ac0b7e1fa1e1f8e3cfc6db","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.0.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.1":{"name":"verror","version":"1.3.1","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"_id":"verror@1.3.1","dist":{"shasum":"0d6598b520fdbac16753c2994a9f0f6de8a1ca68","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.1.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.2":{"name":"verror","version":"1.3.2","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"_id":"verror@1.3.2","dist":{"shasum":"371c3a07de6b699cd43f0bc2c7425eea5d5e1b1f","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.2.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.3":{"name":"verror","version":"1.3.3","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"_id":"verror@1.3.3","dist":{"shasum":"8a6a4ac3a8c774b6f687fece49bdffd78552e2cd","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.3.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.4":{"name":"verror","version":"1.3.4","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"_id":"verror@1.3.4","dist":{"shasum":"0cd68820c711206b5157b751d037b6e04a4244f6","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.4.tgz"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.5":{"name":"verror","version":"1.3.5","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"_id":"verror@1.3.5","dist":{"shasum":"5d2d0af474628bf6979f25ee869407af9a148c32","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.5.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.6":{"name":"verror","version":"1.3.6","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.2"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"_id":"verror@1.3.6","dist":{"shasum":"cff5df12946d297d2baaefaa2689e25be01c005c","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.6.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.3.7":{"name":"verror","version":"1.3.7","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.2"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"_id":"verror@1.3.7","dist":{"shasum":"b9dd10e98d1291ab4dde3746d70ef966162237f0","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.7.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.4.0":{"name":"verror","version":"1.4.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.3"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"_id":"verror@1.4.0","dist":{"shasum":"5d8fdf5875141c3183b7c6bc23a0aa3e3e6ca4e2","tarball":"https://registry.npmjs.org/verror/-/verror-1.4.0.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{}},"1.5.0":{"name":"verror","version":"1.5.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.3"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror","_id":"verror@1.5.0","_shasum":"c0f5b0965ed75f17ed891a7735539173f229e1bc","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"c0f5b0965ed75f17ed891a7735539173f229e1bc","tarball":"https://registry.npmjs.org/verror/-/verror-1.5.0.tgz"},"directories":{}},"1.5.1":{"name":"verror","version":"1.5.1","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror","_id":"verror@1.5.1","_shasum":"6ba9003345a4f8c3c6a6ada344f3cd6fa7b98821","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"6ba9003345a4f8c3c6a6ada344f3cd6fa7b98821","tarball":"https://registry.npmjs.org/verror/-/verror-1.5.1.tgz"},"directories":{}},"1.6.0":{"name":"verror","version":"1.6.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror","_id":"verror@1.6.0","_shasum":"7d13b27b1facc2e2da90405eb5ea6e5bdd252ea5","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"7d13b27b1facc2e2da90405eb5ea6e5bdd252ea5","tarball":"https://registry.npmjs.org/verror/-/verror-1.6.0.tgz"},"directories":{}},"1.6.1":{"name":"verror","version":"1.6.1","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"core-util-is":"1.0.2","extsprintf":"1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","gitHead":"b1c7bf701c232eb0039da2321291636c6815e061","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror","_id":"verror@1.6.1","_shasum":"236402060648c219d1162c2451d1c341a0e1c9ce","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"236402060648c219d1162c2451d1c341a0e1c9ce","tarball":"https://registry.npmjs.org/verror/-/verror-1.6.1.tgz"},"directories":{}},"1.7.0":{"name":"verror","version":"1.7.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"assert-plus":"^1.0.0","core-util-is":"1.0.2","extsprintf":"^1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","gitHead":"a4de6666c36a0889283cd13dfadb5645f77b9137","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror#readme","_id":"verror@1.7.0","_shasum":"e60584035c54417b981a631326cd047af3a065fb","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"e60584035c54417b981a631326cd047af3a065fb","tarball":"https://registry.npmjs.org/verror/-/verror-1.7.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/verror-1.7.0.tgz_1470965402274_0.31455223984085023"},"directories":{}},"1.8.0":{"name":"verror","version":"1.8.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"assert-plus":"^1.0.0","core-util-is":"1.0.2","extsprintf":"^1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","gitHead":"8b782cb7514aa3a09503e848e4c9ac3662a37075","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror#readme","_id":"verror@1.8.0","_shasum":"f538042e92a1a60eff17b8e2a5cb7f27e3a98a09","_from":".","_npmVersion":"2.15.9","_nodeVersion":"0.12.7","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"f538042e92a1a60eff17b8e2a5cb7f27e3a98a09","tarball":"https://registry.npmjs.org/verror/-/verror-1.8.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/verror-1.8.0.tgz_1471383208692_0.5374380375724286"},"directories":{}},"1.8.1":{"name":"verror","version":"1.8.1","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"assert-plus":"^1.0.0","core-util-is":"1.0.2","extsprintf":"^1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","gitHead":"53b3b757acf0a59cad30ad6d2bf688160cab0369","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror#readme","_id":"verror@1.8.1","_shasum":"157589400a2d14570a62f2d5dd6a0f6214be3029","_from":".","_npmVersion":"2.15.9","_nodeVersion":"0.12.7","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"157589400a2d14570a62f2d5dd6a0f6214be3029","tarball":"https://registry.npmjs.org/verror/-/verror-1.8.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/verror-1.8.1.tgz_1471459232080_0.8993467639666051"},"directories":{}},"1.9.0":{"name":"verror","version":"1.9.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"assert-plus":"^1.0.0","core-util-is":"1.0.2","extsprintf":"^1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","gitHead":"29b7ce4dc7c4e488b00355db5a41a11496633679","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror#readme","_id":"verror@1.9.0","_shasum":"107a8a2d14c33586fc4bb830057cd2d19ae2a6ee","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.45","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"107a8a2d14c33586fc4bb830057cd2d19ae2a6ee","tarball":"https://registry.npmjs.org/verror/-/verror-1.9.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/verror-1.9.0.tgz_1479333178189_0.022463352419435978"},"directories":{}},"1.10.0":{"name":"verror","version":"1.10.0","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"assert-plus":"^1.0.0","core-util-is":"1.0.2","extsprintf":"^1.2.0"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"license":"MIT","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"homepage":"https://github.com/davepacheco/node-verror","_id":"verror@1.10.0","_shasum":"3a105ca17053af55d6e270c1f8288682e18da400","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"dist":{"shasum":"3a105ca17053af55d6e270c1f8288682e18da400","tarball":"https://registry.npmjs.org/verror/-/verror-1.10.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/verror-1.10.0.tgz_1493743247437_0.7535550429020077"},"directories":{}}},"readme":"# verror: rich JavaScript errors\n\nThis module provides several classes in support of Joyent's [Best Practices for\nError Handling in Node.js](http://www.joyent.com/developers/node/design/errors).\nIf you find any of the behavior here confusing or surprising, check out that\ndocument first.\n\nThe error classes here support:\n\n* printf-style arguments for the message\n* chains of causes\n* properties to provide extra information about the error\n* creating your own subclasses that support all of these\n\nThe classes here are:\n\n* **VError**, for chaining errors while preserving each one's error message.\n This is useful in servers and command-line utilities when you want to\n propagate an error up a call stack, but allow various levels to add their own\n context. See examples below.\n* **WError**, for wrapping errors while hiding the lower-level messages from the\n top-level error. This is useful for API endpoints where you don't want to\n expose internal error messages, but you still want to preserve the error chain\n for logging and debugging.\n* **SError**, which is just like VError but interprets printf-style arguments\n more strictly.\n* **MultiError**, which is just an Error that encapsulates one or more other\n errors. (This is used for parallel operations that return several errors.)\n\n\n# Quick start\n\nFirst, install the package:\n\n npm install verror\n\nIf nothing else, you can use VError as a drop-in replacement for the built-in\nJavaScript Error class, with the addition of printf-style messages:\n\n```javascript\nvar err = new VError('missing file: \"%s\"', '/etc/passwd');\nconsole.log(err.message);\n```\n\nThis prints:\n\n missing file: \"/etc/passwd\"\n\nYou can also pass a `cause` argument, which is any other Error object:\n\n```javascript\nvar fs = require('fs');\nvar filename = '/nonexistent';\nfs.stat(filename, function (err1) {\n\tvar err2 = new VError(err1, 'stat \"%s\"', filename);\n\tconsole.error(err2.message);\n});\n```\n\nThis prints out:\n\n stat \"/nonexistent\": ENOENT, stat '/nonexistent'\n\nwhich resembles how Unix programs typically report errors:\n\n $ sort /nonexistent\n sort: open failed: /nonexistent: No such file or directory\n\nTo match the Unixy feel, when you print out the error, just prepend the\nprogram's name to the VError's `message`. Or just call\n[node-cmdutil.fail(your_verror)](https://github.com/joyent/node-cmdutil), which\ndoes this for you.\n\nYou can get the next-level Error using `err.cause()`:\n\n```javascript\nconsole.error(err2.cause().message);\n```\n\nprints:\n\n ENOENT, stat '/nonexistent'\n\nOf course, you can chain these as many times as you want, and it works with any\nkind of Error:\n\n```javascript\nvar err1 = new Error('No such file or directory');\nvar err2 = new VError(err1, 'failed to stat \"%s\"', '/junk');\nvar err3 = new VError(err2, 'request failed');\nconsole.error(err3.message);\n```\n\nThis prints:\n\n request failed: failed to stat \"/junk\": No such file or directory\n\nThe idea is that each layer in the stack annotates the error with a description\nof what it was doing. The end result is a message that explains what happened\nat each level.\n\nYou can also decorate Error objects with additional information so that callers\ncan not only handle each kind of error differently, but also construct their own\nerror messages (e.g., to localize them, format them, group them by type, and so\non). See the example below.\n\n\n# Deeper dive\n\nThe two main goals for VError are:\n\n* **Make it easy to construct clear, complete error messages intended for\n people.** Clear error messages greatly improve both user experience and\n debuggability, so we wanted to make it easy to build them. That's why the\n constructor takes printf-style arguments.\n* **Make it easy to construct objects with programmatically-accessible\n metadata** (which we call _informational properties_). Instead of just saying\n \"connection refused while connecting to 192.168.1.2:80\", you can add\n properties like `\"ip\": \"192.168.1.2\"` and `\"tcpPort\": 80`. This can be used\n for feeding into monitoring systems, analyzing large numbers of Errors (as\n from a log file), or localizing error messages.\n\nTo really make this useful, it also needs to be easy to compose Errors:\nhigher-level code should be able to augment the Errors reported by lower-level\ncode to provide a more complete description of what happened. Instead of saying\n\"connection refused\", you can say \"operation X failed: connection refused\".\nThat's why VError supports `causes`.\n\nIn order for all this to work, programmers need to know that it's generally safe\nto wrap lower-level Errors with higher-level ones. If you have existing code\nthat handles Errors produced by a library, you should be able to wrap those\nErrors with a VError to add information without breaking the error handling\ncode. There are two obvious ways that this could break such consumers:\n\n* The error's name might change. People typically use `name` to determine what\n kind of Error they've got. To ensure compatibility, you can create VErrors\n with custom names, but this approach isn't great because it prevents you from\n representing complex failures. For this reason, VError provides\n `findCauseByName`, which essentially asks: does this Error _or any of its\n causes_ have this specific type? If error handling code uses\n `findCauseByName`, then subsystems can construct very specific causal chains\n for debuggability and still let people handle simple cases easily. There's an\n example below.\n* The error's properties might change. People often hang additional properties\n off of Error objects. If we wrap an existing Error in a new Error, those\n properties would be lost unless we copied them. But there are a variety of\n both standard and non-standard Error properties that should _not_ be copied in\n this way: most obviously `name`, `message`, and `stack`, but also `fileName`,\n `lineNumber`, and a few others. Plus, it's useful for some Error subclasses\n to have their own private properties -- and there'd be no way to know whether\n these should be copied. For these reasons, VError first-classes these\n information properties. You have to provide them in the constructor, you can\n only fetch them with the `info()` function, and VError takes care of making\n sure properties from causes wind up in the `info()` output.\n\nLet's put this all together with an example from the node-fast RPC library.\nnode-fast implements a simple RPC protocol for Node programs. There's a server\nand client interface, and clients make RPC requests to servers. Let's say the\nserver fails with an UnauthorizedError with message \"user 'bob' is not\nauthorized\". The client wraps all server errors with a FastServerError. The\nclient also wraps all request errors with a FastRequestError that includes the\nname of the RPC call being made. The result of this failed RPC might look like\nthis:\n\n name: FastRequestError\n message: \"request failed: server error: user 'bob' is not authorized\"\n rpcMsgid: \n rpcMethod: GetObject\n cause:\n name: FastServerError\n message: \"server error: user 'bob' is not authorized\"\n cause:\n name: UnauthorizedError\n message: \"user 'bob' is not authorized\"\n rpcUser: \"bob\"\n\nWhen the caller uses `VError.info()`, the information properties are collapsed\nso that it looks like this:\n\n message: \"request failed: server error: user 'bob' is not authorized\"\n rpcMsgid: \n rpcMethod: GetObject\n rpcUser: \"bob\"\n\nTaking this apart:\n\n* The error's message is a complete description of the problem. The caller can\n report this directly to its caller, which can potentially make its way back to\n an end user (if appropriate). It can also be logged.\n* The caller can tell that the request failed on the server, rather than as a\n result of a client problem (e.g., failure to serialize the request), a\n transport problem (e.g., failure to connect to the server), or something else\n (e.g., a timeout). They do this using `findCauseByName('FastServerError')`\n rather than checking the `name` field directly.\n* If the caller logs this error, the logs can be analyzed to aggregate\n errors by cause, by RPC method name, by user, or whatever. Or the\n error can be correlated with other events for the same rpcMsgid.\n* It wasn't very hard for any part of the code to contribute to this Error.\n Each part of the stack has just a few lines to provide exactly what it knows,\n with very little boilerplate.\n\nIt's not expected that you'd use these complex forms all the time. Despite\nsupporting the complex case above, you can still just do:\n\n new VError(\"my service isn't working\");\n\nfor the simple cases.\n\n\n# Reference: VError, WError, SError\n\nVError, WError, and SError are convenient drop-in replacements for `Error` that\nsupport printf-style arguments, first-class causes, informational properties,\nand other useful features.\n\n\n## Constructors\n\nThe VError constructor has several forms:\n\n```javascript\n/*\n * This is the most general form. You can specify any supported options\n * (including \"cause\" and \"info\") this way.\n */\nnew VError(options, sprintf_args...)\n\n/*\n * This is a useful shorthand when the only option you need is \"cause\".\n */\nnew VError(cause, sprintf_args...)\n\n/*\n * This is a useful shorthand when you don't need any options at all.\n */\nnew VError(sprintf_args...)\n```\n\nAll of these forms construct a new VError that behaves just like the built-in\nJavaScript `Error` class, with some additional methods described below.\n\nIn the first form, `options` is a plain object with any of the following\noptional properties:\n\nOption name | Type | Meaning\n---------------- | ---------------- | -------\n`name` | string | Describes what kind of error this is. This is intended for programmatic use to distinguish between different kinds of errors. Note that in modern versions of Node.js, this name is ignored in the `stack` property value, but callers can still use the `name` property to get at it.\n`cause` | any Error object | Indicates that the new error was caused by `cause`. See `cause()` below. If unspecified, the cause will be `null`.\n`strict` | boolean | If true, then `null` and `undefined` values in `sprintf_args` are passed through to `sprintf()`. Otherwise, these are replaced with the strings `'null'`, and '`undefined`', respectively.\n`constructorOpt` | function | If specified, then the stack trace for this error ends at function `constructorOpt`. Functions called by `constructorOpt` will not show up in the stack. This is useful when this class is subclassed.\n`info` | object | Specifies arbitrary informational properties that are available through the `VError.info(err)` static class method. See that method for details.\n\nThe second form is equivalent to using the first form with the specified `cause`\nas the error's cause. This form is distinguished from the first form because\nthe first argument is an Error.\n\nThe third form is equivalent to using the first form with all default option\nvalues. This form is distinguished from the other forms because the first\nargument is not an object or an Error.\n\nThe `WError` constructor is used exactly the same way as the `VError`\nconstructor. The `SError` constructor is also used the same way as the\n`VError` constructor except that in all cases, the `strict` property is\noverriden to `true.\n\n\n## Public properties\n\n`VError`, `WError`, and `SError` all provide the same public properties as\nJavaScript's built-in Error objects.\n\nProperty name | Type | Meaning\n------------- | ------ | -------\n`name` | string | Programmatically-usable name of the error.\n`message` | string | Human-readable summary of the failure. Programmatically-accessible details are provided through `VError.info(err)` class method.\n`stack` | string | Human-readable stack trace where the Error was constructed.\n\nFor all of these classes, the printf-style arguments passed to the constructor\nare processed with `sprintf()` to form a message. For `WError`, this becomes\nthe complete `message` property. For `SError` and `VError`, this message is\nprepended to the message of the cause, if any (with a suitable separator), and\nthe result becomes the `message` property.\n\nThe `stack` property is managed entirely by the underlying JavaScript\nimplementation. It's generally implemented using a getter function because\nconstructing the human-readable stack trace is somewhat expensive.\n\n## Class methods\n\nThe following methods are defined on the `VError` class and as exported\nfunctions on the `verror` module. They're defined this way rather than using\nmethods on VError instances so that they can be used on Errors not created with\n`VError`.\n\n### `VError.cause(err)`\n\nThe `cause()` function returns the next Error in the cause chain for `err`, or\n`null` if there is no next error. See the `cause` argument to the constructor.\nErrors can have arbitrarily long cause chains. You can walk the `cause` chain\nby invoking `VError.cause(err)` on each subsequent return value. If `err` is\nnot a `VError`, the cause is `null`.\n\n### `VError.info(err)`\n\nReturns an object with all of the extra error information that's been associated\nwith this Error and all of its causes. These are the properties passed in using\nthe `info` option to the constructor. Properties not specified in the\nconstructor for this Error are implicitly inherited from this error's cause.\n\nThese properties are intended to provide programmatically-accessible metadata\nabout the error. For an error that indicates a failure to resolve a DNS name,\ninformational properties might include the DNS name to be resolved, or even the\nlist of resolvers used to resolve it. The values of these properties should\ngenerally be plain objects (i.e., consisting only of null, undefined, numbers,\nbooleans, strings, and objects and arrays containing only other plain objects).\n\n### `VError.fullStack(err)`\n\nReturns a string containing the full stack trace, with all nested errors recursively\nreported as `'caused by:' + err.stack`.\n\n### `VError.findCauseByName(err, name)`\n\nThe `findCauseByName()` function traverses the cause chain for `err`, looking\nfor an error whose `name` property matches the passed in `name` value. If no\nmatch is found, `null` is returned.\n\nIf all you want is to know _whether_ there's a cause (and you don't care what it\nis), you can use `VError.hasCauseWithName(err, name)`.\n\nIf a vanilla error or a non-VError error is passed in, then there is no cause\nchain to traverse. In this scenario, the function will check the `name`\nproperty of only `err`.\n\n### `VError.hasCauseWithName(err, name)`\n\nReturns true if and only if `VError.findCauseByName(err, name)` would return\na non-null value. This essentially determines whether `err` has any cause in\nits cause chain that has name `name`.\n\n### `VError.errorFromList(errors)`\n\nGiven an array of Error objects (possibly empty), return a single error\nrepresenting the whole collection of errors. If the list has:\n\n* 0 elements, returns `null`\n* 1 element, returns the sole error\n* more than 1 element, returns a MultiError referencing the whole list\n\nThis is useful for cases where an operation may produce any number of errors,\nand you ultimately want to implement the usual `callback(err)` pattern. You can\naccumulate the errors in an array and then invoke\n`callback(VError.errorFromList(errors))` when the operation is complete.\n\n\n### `VError.errorForEach(err, func)`\n\nConvenience function for iterating an error that may itself be a MultiError.\n\nIn all cases, `err` must be an Error. If `err` is a MultiError, then `func` is\ninvoked as `func(errorN)` for each of the underlying errors of the MultiError.\nIf `err` is any other kind of error, `func` is invoked once as `func(err)`. In\nall cases, `func` is invoked synchronously.\n\nThis is useful for cases where an operation may produce any number of warnings\nthat may be encapsulated with a MultiError -- but may not be.\n\nThis function does not iterate an error's cause chain.\n\n\n## Examples\n\nThe \"Demo\" section above covers several basic cases. Here's a more advanced\ncase:\n\n```javascript\nvar err1 = new VError('something bad happened');\n/* ... */\nvar err2 = new VError({\n 'name': 'ConnectionError',\n 'cause': err1,\n 'info': {\n 'errno': 'ECONNREFUSED',\n 'remote_ip': '127.0.0.1',\n 'port': 215\n }\n}, 'failed to connect to \"%s:%d\"', '127.0.0.1', 215);\n\nconsole.log(err2.message);\nconsole.log(err2.name);\nconsole.log(VError.info(err2));\nconsole.log(err2.stack);\n```\n\nThis outputs:\n\n failed to connect to \"127.0.0.1:215\": something bad happened\n ConnectionError\n { errno: 'ECONNREFUSED', remote_ip: '127.0.0.1', port: 215 }\n ConnectionError: failed to connect to \"127.0.0.1:215\": something bad happened\n at Object. (/home/dap/node-verror/examples/info.js:5:12)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Function.Module.runMain (module.js:497:10)\n at startup (node.js:119:16)\n at node.js:935:3\n\nInformation properties are inherited up the cause chain, with values at the top\nof the chain overriding same-named values lower in the chain. To continue that\nexample:\n\n```javascript\nvar err3 = new VError({\n 'name': 'RequestError',\n 'cause': err2,\n 'info': {\n 'errno': 'EBADREQUEST'\n }\n}, 'request failed');\n\nconsole.log(err3.message);\nconsole.log(err3.name);\nconsole.log(VError.info(err3));\nconsole.log(err3.stack);\n```\n\nThis outputs:\n\n request failed: failed to connect to \"127.0.0.1:215\": something bad happened\n RequestError\n { errno: 'EBADREQUEST', remote_ip: '127.0.0.1', port: 215 }\n RequestError: request failed: failed to connect to \"127.0.0.1:215\": something bad happened\n at Object. (/home/dap/node-verror/examples/info.js:20:12)\n at Module._compile (module.js:456:26)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at Function.Module._load (module.js:312:12)\n at Function.Module.runMain (module.js:497:10)\n at startup (node.js:119:16)\n at node.js:935:3\n\nYou can also print the complete stack trace of combined `Error`s by using\n`VError.fullStack(err).`\n\n```javascript\nvar err1 = new VError('something bad happened');\n/* ... */\nvar err2 = new VError(err1, 'something really bad happened here');\n\nconsole.log(VError.fullStack(err2));\n```\n\nThis outputs:\n\n VError: something really bad happened here: something bad happened\n at Object. (/home/dap/node-verror/examples/fullStack.js:5:12)\n at Module._compile (module.js:409:26)\n at Object.Module._extensions..js (module.js:416:10)\n at Module.load (module.js:343:32)\n at Function.Module._load (module.js:300:12)\n at Function.Module.runMain (module.js:441:10)\n at startup (node.js:139:18)\n at node.js:968:3\n caused by: VError: something bad happened\n at Object. (/home/dap/node-verror/examples/fullStack.js:3:12)\n at Module._compile (module.js:409:26)\n at Object.Module._extensions..js (module.js:416:10)\n at Module.load (module.js:343:32)\n at Function.Module._load (module.js:300:12)\n at Function.Module.runMain (module.js:441:10)\n at startup (node.js:139:18)\n at node.js:968:3\n\n`VError.fullStack` is also safe to use on regular `Error`s, so feel free to use\nit whenever you need to extract the stack trace from an `Error`, regardless if\nit's a `VError` or not.\n\n# Reference: MultiError\n\nMultiError is an Error class that represents a group of Errors. This is used\nwhen you logically need to provide a single Error, but you want to preserve\ninformation about multiple underying Errors. A common case is when you execute\nseveral operations in parallel and some of them fail.\n\nMultiErrors are constructed as:\n\n```javascript\nnew MultiError(error_list)\n```\n\n`error_list` is an array of at least one `Error` object.\n\nThe cause of the MultiError is the first error provided. None of the other\n`VError` options are supported. The `message` for a MultiError consists the\n`message` from the first error, prepended with a message indicating that there\nwere other errors.\n\nFor example:\n\n```javascript\nerr = new MultiError([\n new Error('failed to resolve DNS name \"abc.example.com\"'),\n new Error('failed to resolve DNS name \"def.example.com\"'),\n]);\n\nconsole.error(err.message);\n```\n\noutputs:\n\n first of 2 errors: failed to resolve DNS name \"abc.example.com\"\n\nSee the convenience function `VError.errorFromList`, which is sometimes simpler\nto use than this constructor.\n\n## Public methods\n\n\n### `errors()`\n\nReturns an array of the errors used to construct this MultiError.\n\n\n# Contributing\n\nSee separate [contribution guidelines](CONTRIBUTING.md).\n","maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"time":{"modified":"2017-05-31T04:43:30.205Z","created":"2012-04-18T01:13:51.779Z","1.0.0":"2012-04-18T01:13:53.033Z","1.0.1":"2012-04-18T16:21:48.400Z","1.1.0":"2012-05-01T19:11:24.848Z","1.2.0":"2012-07-11T18:56:59.684Z","1.3.0":"2012-07-27T00:03:18.667Z","1.3.1":"2012-07-27T17:37:13.264Z","1.3.2":"2012-07-30T23:16:11.948Z","1.3.3":"2012-07-30T23:57:10.716Z","1.3.4":"2012-10-17T18:55:23.042Z","1.3.5":"2012-12-14T17:25:51.996Z","1.3.6":"2013-02-06T18:29:57.875Z","1.3.7":"2014-01-15T00:33:58.024Z","1.4.0":"2014-03-13T04:35:07.331Z","1.5.0":"2014-11-17T18:25:19.433Z","1.5.1":"2014-11-17T18:28:09.308Z","1.6.0":"2014-11-20T23:24:57.881Z","1.6.1":"2016-01-30T00:25:54.798Z","1.7.0":"2016-08-12T01:30:04.564Z","1.8.0":"2016-08-16T21:33:32.494Z","1.8.1":"2016-08-17T18:40:33.822Z","1.9.0":"2016-11-16T21:53:00.253Z","1.10.0":"2017-05-02T16:40:47.677Z"},"repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"users":{"fgribreau":true,"isao":true,"davepoon":true,"juriwiens":true,"wenbing":true,"samshull":true,"forivall":true,"voxpelli":true,"ninjatux":true,"shahzaib":true,"gonzalofj":true,"srl":true,"arikon":true,"jaxon":true,"garek":true,"djensen47":true,"goliatone":true,"barenko":true,"pdedkov":true,"sasquatch":true,"quocnguyen":true,"fuhbaz":true,"dkannan":true,"j.su":true,"cmudrick":true,"francisbrito":true,"santihbc":true,"joaquin.briceno":true,"jonathas":true,"vectorhacker":true,"debel":true,"mojaray2k":true,"ziflex":true,"ghanbari":true,"programmer.severson":true,"poppowerlb2":true,"nicknaso":true,"aidenzou":true,"linfeng9008":true,"modood":true,"evanshortiss":true,"cheapsteak":true},"readmeFilename":"README.md","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"license":"MIT","homepage":"https://github.com/davepacheco/node-verror","_attachments":{},"_etag":"W/\"592e49f2-9bbf\"","_lastModified":"Wed, 31 May 2017 04:43:30 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/wordwrap/.cache.json b/frappe/.npm/registry.npmjs.org/wordwrap/.cache.json new file mode 100644 index 00000000..beac7128 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/wordwrap/.cache.json @@ -0,0 +1 @@ +{"_id":"wordwrap","_rev":"19-5bd805a365607ff8eb4246b9ab216e14","name":"wordwrap","description":"Wrap those words. Show them at what columns to start and stop.","dist-tags":{"latest":"1.0.0"},"versions":{"0.0.1":{"name":"wordwrap","description":"Wrap those words. Show them at what columns to start and stop.","version":"0.0.1","repository":{"type":"git","url":"git://github.com/substack/node-wordwrap.git"},"main":"./index.js","keywords":["word","wrap","rule","format","column"],"directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"expresso"},"devDependencies":{"expresso":"=0.7.x"},"engines":{"node":">=0.4.0"},"license":"MIT/X11","author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"dependencies":{},"_id":"wordwrap@0.0.1","_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"ac9b6dfa49e1147523055c5ef490c069cdd61f3e","tarball":"https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.1.tgz"}},"0.0.2":{"name":"wordwrap","description":"Wrap those words. Show them at what columns to start and stop.","version":"0.0.2","repository":{"type":"git","url":"git://github.com/substack/node-wordwrap.git"},"main":"./index.js","keywords":["word","wrap","rule","format","column"],"directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"expresso"},"devDependencies":{"expresso":"=0.7.x"},"engines":{"node":">=0.4.0"},"license":"MIT/X11","author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"_id":"wordwrap@0.0.2","dependencies":{},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"b79669bb42ecb409f83d583cad52ca17eaa1643f","tarball":"https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"},"maintainers":[{"name":"substack","email":"mail@substack.net"}]},"0.0.3":{"name":"wordwrap","description":"Wrap those words. Show them at what columns to start and stop.","version":"0.0.3","repository":{"type":"git","url":"git://github.com/substack/node-wordwrap.git"},"main":"./index.js","keywords":["word","wrap","rule","format","column"],"directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"expresso"},"devDependencies":{"expresso":"=0.7.x"},"engines":{"node":">=0.4.0"},"license":"MIT","author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"gitHead":"e59aa1bd338914019456bdfba034508c9c4cb29d","bugs":{"url":"https://github.com/substack/node-wordwrap/issues"},"homepage":"https://github.com/substack/node-wordwrap#readme","_id":"wordwrap@0.0.3","_shasum":"a3d5da6cd5c0bc0008d37234bbaf1bed63059107","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.0","_npmUser":{"name":"substack","email":"substack@gmail.com"},"dist":{"shasum":"a3d5da6cd5c0bc0008d37234bbaf1bed63059107","tarball":"https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"},"maintainers":[{"name":"substack","email":"mail@substack.net"}]},"1.0.0":{"name":"wordwrap","description":"Wrap those words. Show them at what columns to start and stop.","version":"1.0.0","repository":{"type":"git","url":"git://github.com/substack/node-wordwrap.git"},"main":"./index.js","keywords":["word","wrap","rule","format","column"],"directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"expresso"},"devDependencies":{"tape":"^4.0.0"},"license":"MIT","author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"gitHead":"9f02667e901f2f10d87c33f7093fcf94788ab2f8","bugs":{"url":"https://github.com/substack/node-wordwrap/issues"},"homepage":"https://github.com/substack/node-wordwrap#readme","_id":"wordwrap@1.0.0","_shasum":"27584810891456a4171c8d0226441ade90cbcaeb","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.0","_npmUser":{"name":"substack","email":"substack@gmail.com"},"dist":{"shasum":"27584810891456a4171c8d0226441ade90cbcaeb","tarball":"https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"},"maintainers":[{"name":"substack","email":"mail@substack.net"}]}},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"time":{"modified":"2017-04-05T15:51:48.169Z","created":"2011-05-30T01:46:34.229Z","0.0.1":"2011-05-30T01:46:34.944Z","0.0.2":"2011-08-26T10:17:09.949Z","0.0.3":"2015-05-07T17:04:58.219Z","1.0.0":"2015-05-07T17:07:25.416Z"},"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"repository":{"type":"git","url":"git://github.com/substack/node-wordwrap.git"},"users":{"fgribreau":true,"macmac":true,"ericnelson":true,"vsemozhetbyt":true,"diroru":true,"nickeltobias":true,"emyann":true,"mojaray2k":true,"davidnyhuis":true,"arsari":true,"chinawolf_wyp":true},"readme":"wordwrap\n========\n\nWrap your words.\n\nexample\n=======\n\nmade out of meat\n----------------\n\nmeat.js\n\n var wrap = require('wordwrap')(15);\n console.log(wrap('You and your whole family are made out of meat.'));\n\noutput:\n\n You and your\n whole family\n are made out\n of meat.\n\ncentered\n--------\n\ncenter.js\n\n var wrap = require('wordwrap')(20, 60);\n console.log(wrap(\n 'At long last the struggle and tumult was over.'\n + ' The machines had finally cast off their oppressors'\n + ' and were finally free to roam the cosmos.'\n + '\\n'\n + 'Free of purpose, free of obligation.'\n + ' Just drifting through emptiness.'\n + ' The sun was just another point of light.'\n ));\n\noutput:\n\n At long last the struggle and tumult\n was over. The machines had finally cast\n off their oppressors and were finally\n free to roam the cosmos.\n Free of purpose, free of obligation.\n Just drifting through emptiness. The\n sun was just another point of light.\n\nmethods\n=======\n\nvar wrap = require('wordwrap');\n\nwrap(stop), wrap(start, stop, params={mode:\"soft\"})\n---------------------------------------------------\n\nReturns a function that takes a string and returns a new string.\n\nPad out lines with spaces out to column `start` and then wrap until column\n`stop`. If a word is longer than `stop - start` characters it will overflow.\n\nIn \"soft\" mode, split chunks by `/(\\S+\\s+/` and don't break up chunks which are\nlonger than `stop - start`, in \"hard\" mode, split chunks with `/\\b/` and break\nup chunks longer than `stop - start`.\n\nwrap.hard(start, stop)\n----------------------\n\nLike `wrap()` but with `params.mode = \"hard\"`.\n","homepage":"https://github.com/substack/node-wordwrap#readme","keywords":["word","wrap","rule","format","column"],"bugs":{"url":"https://github.com/substack/node-wordwrap/issues"},"license":"MIT","readmeFilename":"README.markdown","_attachments":{},"_etag":"W/\"58e51294-1b03\"","_lastModified":"Wed, 05 Apr 2017 15:51:48 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/wrappy/.cache.json b/frappe/.npm/registry.npmjs.org/wrappy/.cache.json new file mode 100644 index 00000000..d3ed2d43 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/wrappy/.cache.json @@ -0,0 +1 @@ +{"_id":"wrappy","_rev":"10-eb36a25f5565b5eb474369ab0e79d942","name":"wrappy","description":"Callback wrapping utility","dist-tags":{"latest":"1.0.2"},"versions":{"1.0.0":{"name":"wrappy","version":"1.0.0","description":"Callback wrapping utility","main":"wrappy.js","directories":{"test":"test"},"dependencies":{},"devDependencies":{"tap":"^0.4.12"},"scripts":{"test":"tap test/*.js"},"repository":{"type":"git","url":"https://github.com/npm/wrappy"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","bugs":{"url":"https://github.com/npm/wrappy/issues"},"homepage":"https://github.com/npm/wrappy","gitHead":"2a0cf2a39be2ebb4a53f2f87db739d98f2a5ebc5","_id":"wrappy@1.0.0","_shasum":"8aae4fc6b4cd6be32a4553985bcf32b3ee131e4e","_from":".","_npmVersion":"2.0.0","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"8aae4fc6b4cd6be32a4553985bcf32b3ee131e4e","tarball":"https://registry.npmjs.org/wrappy/-/wrappy-1.0.0.tgz"}},"1.0.1":{"name":"wrappy","version":"1.0.1","description":"Callback wrapping utility","main":"wrappy.js","directories":{"test":"test"},"dependencies":{},"devDependencies":{"tap":"^0.4.12"},"scripts":{"test":"tap test/*.js"},"repository":{"type":"git","url":"https://github.com/npm/wrappy"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","bugs":{"url":"https://github.com/npm/wrappy/issues"},"homepage":"https://github.com/npm/wrappy","gitHead":"006a8cbac6b99988315834c207896eed71fd069a","_id":"wrappy@1.0.1","_shasum":"1e65969965ccbc2db4548c6b84a6f2c5aedd4739","_from":".","_npmVersion":"2.0.0","_nodeVersion":"0.10.31","_npmUser":{"name":"isaacs","email":"i@izs.me"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"dist":{"shasum":"1e65969965ccbc2db4548c6b84a6f2c5aedd4739","tarball":"https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"}},"1.0.2":{"name":"wrappy","version":"1.0.2","description":"Callback wrapping utility","main":"wrappy.js","files":["wrappy.js"],"directories":{"test":"test"},"dependencies":{},"devDependencies":{"tap":"^2.3.1"},"scripts":{"test":"tap --coverage test/*.js"},"repository":{"type":"git","url":"git+https://github.com/npm/wrappy.git"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","bugs":{"url":"https://github.com/npm/wrappy/issues"},"homepage":"https://github.com/npm/wrappy","gitHead":"71d91b6dc5bdeac37e218c2cf03f9ab55b60d214","_id":"wrappy@1.0.2","_shasum":"b5243d8f3ec1aa35f1364605bc0d1036e30ab69f","_from":".","_npmVersion":"3.9.1","_nodeVersion":"5.10.1","_npmUser":{"name":"zkat","email":"kat@sykosomatic.org"},"dist":{"shasum":"b5243d8f3ec1aa35f1364605bc0d1036e30ab69f","tarball":"https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"zkat","email":"kat@sykosomatic.org"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/wrappy-1.0.2.tgz_1463527848281_0.037129373755306005"}}},"readme":"# wrappy\n\nCallback wrapping utility\n\n## USAGE\n\n```javascript\nvar wrappy = require(\"wrappy\")\n\n// var wrapper = wrappy(wrapperFunction)\n\n// make sure a cb is called only once\n// See also: http://npm.im/once for this specific use case\nvar once = wrappy(function (cb) {\n var called = false\n return function () {\n if (called) return\n called = true\n return cb.apply(this, arguments)\n }\n})\n\nfunction printBoo () {\n console.log('boo')\n}\n// has some rando property\nprintBoo.iAmBooPrinter = true\n\nvar onlyPrintOnce = once(printBoo)\n\nonlyPrintOnce() // prints 'boo'\nonlyPrintOnce() // does nothing\n\n// random property is retained!\nassert.equal(onlyPrintOnce.iAmBooPrinter, true)\n```\n","maintainers":[{"email":"kat@sykosomatic.org","name":"zkat"},{"email":"i@izs.me","name":"isaacs"}],"time":{"modified":"2017-06-16T21:02:13.142Z","created":"2014-09-18T22:59:23.410Z","1.0.0":"2014-09-18T22:59:23.410Z","1.0.1":"2014-09-18T23:13:15.838Z","1.0.2":"2016-05-17T23:30:52.415Z"},"homepage":"https://github.com/npm/wrappy","repository":{"type":"git","url":"git+https://github.com/npm/wrappy.git"},"author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"bugs":{"url":"https://github.com/npm/wrappy/issues"},"license":"ISC","readmeFilename":"README.md","users":{"program247365":true,"klap-webdevelopment":true,"mojaray2k":true},"_attachments":{},"_etag":"W/\"59444755-11a6\"","_lastModified":"Fri, 16 Jun 2017 21:02:13 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/ws/.cache.json b/frappe/.npm/registry.npmjs.org/ws/.cache.json new file mode 100644 index 00000000..028d853f --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/ws/.cache.json @@ -0,0 +1 @@ +{"_id":"ws","_rev":"478-5798bc0748d9c77fe0b30a91d0739801","name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","dist-tags":{"latest":"3.0.0"},"versions":{"0.2.6":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.2.6","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":"~0.6.0"},"dependencies":{},"devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.2.6","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.4","_defaultsLoaded":true,"dist":{"shasum":"aec644a272a71228f7cc86d41167a6ec855d8a12","tarball":"https://registry.npmjs.org/ws/-/ws-0.2.6.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.2.8":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.2.8","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">0.4.0"},"dependencies":{},"devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.2.8","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"861f66649e5019e0b188c380da99ec09fc078f95","tarball":"https://registry.npmjs.org/ws/-/ws-0.2.8.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.2.9":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.2.9","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.2.9","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"7f32270036409863d1401d6da6e58653b572b18b","tarball":"https://registry.npmjs.org/ws/-/ws-0.2.9.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.0","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.0.x","should":"0.3.2"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.0","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"c67c62352261fa6f8b1eb5dbcf2f9be969525aaa","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.0.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.1","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.1","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"73f5d1b310f72594857ecaf0e5f79c7af86385a9","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.1.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.2","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.2","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"c57326cba08f76231002b3e4fa595676938d39af","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.2.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.3":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.3","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.3","_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"shasum":"a506abb667a903e5a8a281009be3e976a1e17643","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.3.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.4":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.4","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.4","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"2252c1b3a6d646d899d5bab7b31bd979b139fadd","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.4.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.4-2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.4-2","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.4-2","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"8ff01a3ed0bee94ef4f4c6b7bb1b868c6a58e5fa","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.4-2.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.5":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.5","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.5","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"cdda02de927eaec577b4a67604075ec16c145527","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.5-2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.5-2","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.5-2","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"0e58b65ffb2eb597a85d08d5c975c54014f57f65","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5-2.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.5-3":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.5-3","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.5-3","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"84afdaf8a4ed524ff41e38c18b7231ee5a98749f","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5-3.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.5-4":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.5-4","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.5-4","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"d4bd8a2e3659a85e7784a061088a9410fa70f1ae","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.5-4.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.6":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.6","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"contributors":[{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"},{"name":"Maciej Małecki","email":"maciej.malecki@notimplemented.org"}],"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.6","_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"9a5f590afaf25b07c8068a3dca27a8ce53f94723","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.6.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.7":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.7","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"contributors":[{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"},{"name":"Maciej Małecki","email":"maciej.malecki@notimplemented.org"}],"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.7","_engineSupported":true,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"8e4495cd48fffb5789792711b70af3a24a562921","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.7.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.8":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.8","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"contributors":[{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"},{"name":"Maciej Małecki","email":"maciej.malecki@notimplemented.org"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"}],"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make validator"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.3.x","should":"0.3.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.8","_engineSupported":true,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"34bcb09d0c3a32d7c2ba6fd1ee900662c9e35e23","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.8.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.3.9":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.3.9","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.3.9","_engineSupported":true,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"4884b921daced4f35b0f821652bb11dec47cda3c","tarball":"https://registry.npmjs.org/ws/-/ws-0.3.9.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.4.0","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.0","_engineSupported":true,"_npmVersion":"1.1.0-beta-4","_nodeVersion":"v0.6.6","_defaultsLoaded":true,"dist":{"shasum":"b98d30cc64bc38b0c122aed85a712665af456b5a","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.0.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple and very fast websocket protocol client for node.js","version":"0.4.1","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.1","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"aaf0f86deb0b38af0f6f7e880d8f4dc61b2c553d","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.1.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.2","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.2","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"1744041779964c117cc5d2afe50a85b4ec2946c6","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.2.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.3":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.3","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.3","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"ae6c2edf997d2a1f4a2855958edfe70ec42e24bc","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.3.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.5":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.5","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.5","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"1aaf999a59bce58e4f1f37280b878588003ed5d0","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.5.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.6":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.6","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.6","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"bd494be81d06329c50fbacb78345ea2b03bf595d","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.6.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.7":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.7","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.7","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"e299d45764627a6cce89378b0aca2bff6bb896d9","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.7.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.8":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.8","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.8","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"f52dc246ca1cb8adde0947e2dd4646363989bcc1","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.8.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.9":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.9","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.9","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"5a37b4607a8d15ea71cf5700f97bc1b35356b17b","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.9.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.10":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.10","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.0","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.10","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"7b7b9d75eae61359fac376f361682ab57a61480b","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.10.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.11":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.11","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.11","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"20025e169457fc07f4062117b9c59a1cb8e5d3e5","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.11.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.12":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.12","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.12","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"2aefe4e7e8a135cce0b04e31a4f57bdda7a3b4e3","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.12.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.13":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.13","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","preinstall":"make"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.13","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.12","_nodeVersion":"v0.6.14","_defaultsLoaded":true,"dist":{"shasum":"7edd1a8b16ac223bb6255dc054abe8071ab33036","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.13.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.14":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.14","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"native":false},"dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.14","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.16","_nodeVersion":"v0.6.15","_defaultsLoaded":true,"dist":{"shasum":"b2e8ae12dd2abdf7b845ccf7c7b6d39f2ae86a0b","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.14.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.15":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.15","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"native":false},"dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.15","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18","_defaultsLoaded":true,"dist":{"shasum":"ff61ef4e86ae686a12d68e86b8be2d405e6f1a5a","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.15.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.16":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.16","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"native":false},"dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"0.8.x","should":"0.4.2","expect.js":"0.1.2","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.16","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18","_defaultsLoaded":true,"dist":{"shasum":"e85feca7f265c00bbea2a9ff93a077e1dada1036","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.16.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.17":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.17","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"native":false},"dependencies":{"commander":"0.5.x","options":"latest"},"devDependencies":{"mocha":"1.1.x","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","tinycolor":"0.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.17","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.7.11-pre","_defaultsLoaded":true,"dist":{"shasum":"7846c12fb7dd7c5f1185cef1ae4e70d2bcf1aaa4","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.17.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.18":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.18","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"verbose":false},"dependencies":{"commander":"0.5.x","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"1.1.x","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.18","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.25","_nodeVersion":"v0.7.10","_defaultsLoaded":true,"dist":{"shasum":"0561be7753e4863045939574f1c76d50a5070a7e","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.18.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.19":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.19","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"verbose":false},"dependencies":{"commander":"0.5.x","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"1.1.x","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.19","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.7.12-pre","_defaultsLoaded":true,"dist":{"shasum":"3e2330568d07a46802226c09c5e26a7a31a80d7a","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.19.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.20":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.20","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"verbose":false},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"_id":"ws@0.4.20","optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"f44b63f46b9edfc457309c720bcc0f83f2fc5874","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.20.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.21":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.21","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"verbose":false},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"_id":"ws@0.4.21","dist":{"shasum":"15a50f53fe69b73fe3986f6cbd07270aecce62fc","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.21.tgz"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.22":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.22","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"verbose":false},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"_id":"ws@0.4.22","dist":{"shasum":"12b19ed222ce3a9f81858de6d8f41ed553ca56ae","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.22.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.23":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.23","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"verbose":false},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"_id":"ws@0.4.23","dist":{"shasum":"deba9d34b8a19e33091d1b6a79fc8709f5c5f2fc","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.23.tgz"},"_npmVersion":"1.1.62","_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.24":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.24","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"node install.js"},"engines":{"node":">=0.4.0"},"config":{"verbose":false},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"_id":"ws@0.4.24","dist":{"shasum":"2d23335de727aad6d26b84f32817864fdfda5e38","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.24.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.25":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.25","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":"latest"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"browser":{"./index.js":"./lib/browser.js"},"_id":"ws@0.4.25","dist":{"shasum":"3dca06feddc25944af780d7b01da2cf63da7acc8","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.25.tgz"},"_npmVersion":"1.1.66","_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.27":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.27","repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"~1.2.1","should":"0.6.x","expect.js":"0.1.x","benchmark":"0.3.x","ansi":"latest"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/einaros/ws/issues"},"_id":"ws@0.4.27","dist":{"shasum":"077d3a48b6e0b5a96f68f3b38a94ea1ec72c2555","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.27.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"einaros","email":"einaros@gmail.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"}],"directories":{}},"0.4.28":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.28","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"~0.6.1","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"browser":"./lib/browser.js","bugs":{"url":"https://github.com/einaros/ws/issues"},"_id":"ws@0.4.28","dist":{"shasum":"03bcea020195847d1184c6c08f45baaf12322eee","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.28.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"directories":{}},"0.4.29":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.29","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"~0.6.1","nan":"~0.3.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"browser":"./lib/browser.js","gypfile":true,"bugs":{"url":"https://github.com/einaros/ws/issues"},"_id":"ws@0.4.29","dist":{"shasum":"4b79ef62b4f3f782a05ba56b41b122d1252d4f90","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.29.tgz"},"_from":".","_npmVersion":"1.3.4","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"directories":{}},"0.4.30":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.30","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"~0.6.1","nan":"~0.3.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"browser":"./lib/browser.js","gypfile":true,"bugs":{"url":"https://github.com/einaros/ws/issues"},"_id":"ws@0.4.30","dist":{"shasum":"5e2c18b7bb7ee0f9c9fcc3d3ec50f513ba5f99e8","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.30.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"directories":{}},"0.4.31":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.31","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"~0.6.1","nan":"~0.3.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"bugs":{"url":"https://github.com/einaros/ws/issues"},"_id":"ws@0.4.31","dist":{"shasum":"5a4849e7a9ccd1ed5a81aeb4847c9fedf3122927","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.31.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"directories":{}},"0.4.32":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.4.32","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"bin":{"wscat":"./bin/wscat"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"engines":{"node":">=0.4.0"},"dependencies":{"commander":"~2.1.0","nan":"~1.0.0","tinycolor":"0.x","options":">=0.0.5"},"devDependencies":{"mocha":"1.12.0","should":"1.2.x","expect.js":"0.2.x","benchmark":"0.3.x","ansi":"latest"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.4.32","_shasum":"787a6154414f3c99ed83c5772153b20feb0cec32","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"787a6154414f3c99ed83c5772153b20feb0cec32","tarball":"https://registry.npmjs.org/ws/-/ws-0.4.32.tgz"},"directories":{}},"0.5.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.5.0","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"d242d2b8ddaa32f7f8a9c61abe74615767a91db4","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.5.0","_shasum":"b3980391dc4777d83974718aa361e808d86cf9ca","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"b3980391dc4777d83974718aa361e808d86cf9ca","tarball":"https://registry.npmjs.org/ws/-/ws-0.5.0.tgz"},"directories":{}},"0.6.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.6.0","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"b41ed62b95b2e1cf22ca779e7841c5d5dd8a6816","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.6.0","_shasum":"4559337acb3619392aecf775f9ac749bb59c752d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"4559337acb3619392aecf775f9ac749bb59c752d","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.0.tgz"},"directories":{}},"0.6.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.6.1","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"695b0d1fea264a7b364344133044ca519ea0c57c","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.6.1","_shasum":"e239e8269f187f022d9da5f2262beb2ea36a9209","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"e239e8269f187f022d9da5f2262beb2ea36a9209","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.1.tgz"},"directories":{}},"0.6.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.6.2","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"4711f98f5e243409c015629cd30a6ead0dbb3d8e","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.6.2","_shasum":"7b2c943d01b9f02491481bc39532d63893634370","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"7b2c943d01b9f02491481bc39532d63893634370","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.2.tgz"},"directories":{}},"0.6.3":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.6.3","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"4605ac39a977863acc22396c36aa216daabf7730","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.6.3","_shasum":"777949e228ad868adb73709899c81079315d904c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"777949e228ad868adb73709899c81079315d904c","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.3.tgz"},"directories":{}},"0.6.4":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.6.4","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"c7f1b4eb44ce45f152f1923b4ba18446f83d0dff","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.6.4","_shasum":"3d8454485cbde399241876c3e9a4a6cef8284674","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"3d8454485cbde399241876c3e9a4a6cef8284674","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.4.tgz"},"directories":{}},"0.6.5":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.6.5","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.4.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"552dddaf9bcc5304c22415b81aa748384d82837c","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.6.5","_shasum":"f00844001ca393b003681ff32838e72a560dafd4","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"f00844001ca393b003681ff32838e72a560dafd4","tarball":"https://registry.npmjs.org/ws/-/ws-0.6.5.tgz"},"directories":{}},"0.7.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.7.0","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/einaros/ws.git"},"scripts":{"test":"make test","install":"(node-gyp rebuild 2> builderror.log) || (exit 0)"},"dependencies":{"nan":"1.5.x","options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"419b11f042a6fa07986f296ac40eae57eb9d6d8c","bugs":{"url":"https://github.com/einaros/ws/issues"},"homepage":"https://github.com/einaros/ws","_id":"ws@0.7.0","_shasum":"d215f9f8350a40d78c72810c59aa99d67a8504e6","_from":".","_npmVersion":"2.2.0","_nodeVersion":"1.0.3","_npmUser":{"name":"V1","email":"info@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"V1","email":"info@3rd-Eden.com"}],"dist":{"shasum":"d215f9f8350a40d78c72810c59aa99d67a8504e6","tarball":"https://registry.npmjs.org/ws/-/ws-0.7.0.tgz"},"directories":{}},"0.7.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.7.1","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.0.x","utf-8-validate":"1.0.x"},"optionalDependencies":{"bufferutil":"1.0.x","utf-8-validate":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.0.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"608df82a333de45905f05ca60f18a625b4c3293b","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws","_id":"ws@0.7.1","_shasum":"8f1c7864ca08081be3cd0ac330df0d29c5fcd0da","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.10.35","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"8f1c7864ca08081be3cd0ac330df0d29c5fcd0da","tarball":"https://registry.npmjs.org/ws/-/ws-0.7.1.tgz"},"directories":{}},"0.7.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.7.2","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.1.x","utf-8-validate":"1.1.x"},"optionalDependencies":{"bufferutil":"1.1.x","utf-8-validate":"1.1.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.2.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"62c154c7ba97eaf6ac346f855af956c8b96f0ead","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws","_id":"ws@0.7.2","_shasum":"438c560bdfa2b7da3dd5b6b46ed61325c24699d8","_from":".","_npmVersion":"2.7.5","_nodeVersion":"0.10.35","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"438c560bdfa2b7da3dd5b6b46ed61325c24699d8","tarball":"https://registry.npmjs.org/ws/-/ws-0.7.2.tgz"},"directories":{}},"0.8.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.8.0","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"optionalDependencies":{"bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.2.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"21383fdcacdf47eb96775e51748e51b258e07dd4","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@0.8.0","_shasum":"ac60ebad312121d01e16cc3383d7ec67ad0f0f1f","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"ac60ebad312121d01e16cc3383d7ec67ad0f0f1f","tarball":"https://registry.npmjs.org/ws/-/ws-0.8.0.tgz"},"directories":{}},"0.8.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"0.8.1","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x","bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"optionalDependencies":{"bufferutil":"1.2.x","utf-8-validate":"1.2.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","expect.js":"0.3.x","mocha":"2.2.x","should":"4.3.x","tinycolor":"0.0.x"},"browser":"./lib/browser.js","component":{"scripts":{"ws/index.js":"./lib/browser.js"}},"gypfile":true,"gitHead":"74f567e0221a14071bb40eb1902e946524a11862","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@0.8.1","_shasum":"6b65273b99193c5f067a4cf5809598f777e3b759","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"6b65273b99193c5f067a4cf5809598f777e3b759","tarball":"https://registry.npmjs.org/ws/-/ws-0.8.1.tgz"},"directories":{}},"1.0.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"1.0.0","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"gypfile":true,"gitHead":"753937ff1ddc0938513267b4d6d5139a6ad41746","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@1.0.0","_shasum":"2bd1290456daf0a9e88c56f616b0bdc090668b48","_from":".","_npmVersion":"3.5.1","_nodeVersion":"4.2.3","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"2bd1290456daf0a9e88c56f616b0bdc090668b48","tarball":"https://registry.npmjs.org/ws/-/ws-1.0.0.tgz"},"directories":{}},"1.0.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"1.0.1","license":"MIT","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"gypfile":true,"gitHead":"40a9d686288b5d0be13f2bf2f3f5da07afc8cda2","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@1.0.1","_shasum":"7d0b2a2e58cddd819039c29c9de65045e1b310e9","_from":".","_npmVersion":"3.5.1","_nodeVersion":"4.2.3","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"7d0b2a2e58cddd819039c29c9de65045e1b310e9","tarball":"https://registry.npmjs.org/ws/-/ws-1.0.1.tgz"},"directories":{}},"1.1.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"1.1.0","license":"MIT","main":"index.js","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"gypfile":true,"gitHead":"4263f26d4dbe27e781c41a1ddfe3dab87dd9e1dc","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@1.1.0","_shasum":"c1d6fd1515d3ceff1f0ae2759bf5fd77030aad1d","_from":".","_npmVersion":"3.8.0","_nodeVersion":"4.3.1","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"c1d6fd1515d3ceff1f0ae2759bf5fd77030aad1d","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/ws-1.1.0.tgz_1460376022305_0.992860296042636"},"directories":{}},"1.1.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"1.1.1","license":"MIT","main":"index.js","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"gypfile":true,"gitHead":"c7bb7306cb0e1d17df141f61a220056eaa5e3502","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@1.1.1","_shasum":"082ddb6c641e85d4bb451f03d52f06eabdb1f018","_from":".","_npmVersion":"3.8.0","_nodeVersion":"4.3.1","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"einaros","email":"einaros@gmail.com"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"082ddb6c641e85d4bb451f03d52f06eabdb1f018","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/ws-1.1.1.tgz_1466770957650_0.7956828831229359"},"directories":{}},"2.0.0-beta.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.0.0-beta.0","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.13.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"gitHead":"19ce183fad0e826a025bf9709eef48e279a1cb75","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.0.0-beta.0","_shasum":"47eae6d1a9a2a04cdb0c7b9d033cbbf7861009ef","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"47eae6d1a9a2a04cdb0c7b9d033cbbf7861009ef","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0-beta.0.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-2.0.0-beta.0.tgz_1484058513328_0.05468851304613054"},"directories":{}},"2.0.0-beta.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.0.0-beta.1","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.13.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"gitHead":"e62b9ba0c89aaf7b3a2d17084c23f4f983acf339","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.0.0-beta.1","_shasum":"148696794af6e8766699d55228166fd0dfbe3cc2","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"148696794af6e8766699d55228166fd0dfbe3cc2","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0-beta.1.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.0.0-beta.1.tgz_1484411376728_0.27804289758205414"},"directories":{}},"2.0.0-beta.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.0.0-beta.2","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"gitHead":"236ea222f8ddde18fbac0e234ec7297cfd66f4ab","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.0.0-beta.2","_shasum":"8d5cc5dab90ad208419f0c140afe4f162ed5e30a","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"8d5cc5dab90ad208419f0c140afe4f162ed5e30a","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0-beta.2.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.0.0-beta.2.tgz_1485334367535_0.708880404708907"},"directories":{}},"2.0.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.0.0","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"gitHead":"cb50a2958523770735be0a4118027ef6d1262328","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.0.0","_shasum":"31bd7fc93c3dc8940ca812e36aef0d0754450f77","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"31bd7fc93c3dc8940ca812e36aef0d0754450f77","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.0.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.0.0.tgz_1485777464564_0.8814913851674646"},"directories":{}},"2.0.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.0.1","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"gitHead":"a8d21d40b3852f49e8a902ddc95055e9a1957130","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.0.1","_shasum":"0d3498dcb29dbee9fa229e61ebffeba67316a827","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"0d3498dcb29dbee9fa229e61ebffeba67316a827","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.1.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-2.0.1.tgz_1485945607140_0.13587458501569927"},"directories":{}},"2.0.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.0.2","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~1.3.0","eslint":"~3.14.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~2.0.0"},"gitHead":"f0d03cc79fb55d2df438120dedab01e016ba67b2","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.0.2","_shasum":"6257d1a679f0cb23658cba3dcad1316e2b1000c5","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"6257d1a679f0cb23658cba3dcad1316e2b1000c5","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.2.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-2.0.2.tgz_1486142978606_0.31241320190019906"},"directories":{}},"2.0.3":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.0.3","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~2.0.0","eslint":"~3.15.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"gitHead":"3918e11d200e574beca9d5abd61fbe3020434aed","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.0.3","_shasum":"532fd499c3f7d7d720e543f1f807106cfc57d9cb","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"532fd499c3f7d7d720e543f1f807106cfc57d9cb","tarball":"https://registry.npmjs.org/ws/-/ws-2.0.3.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-2.0.3.tgz_1486561489812_0.7949141394346952"},"directories":{}},"1.1.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"1.1.2","license":"MIT","main":"index.js","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"gypfile":true,"gitHead":"98f0d21f49c0d2c2daa175f840bc36c44d2729b1","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@1.1.2","_shasum":"8a244fa052401e08c9886cf44a85189e1fd4067f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"8a244fa052401e08c9886cf44a85189e1fd4067f","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.2.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-1.1.2.tgz_1486968203380_0.8274557164404541"},"directories":{}},"2.1.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.1.0","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~2.0.0","eslint":"~3.15.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"gitHead":"5bccfe59252923b85e7cffd56e3ddc1bd742f378","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.1.0","_shasum":"b24eaed9609f8632dd51e3f7698619a90fddcc92","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"b24eaed9609f8632dd51e3f7698619a90fddcc92","tarball":"https://registry.npmjs.org/ws/-/ws-2.1.0.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-2.1.0.tgz_1487402689581_0.007632075110450387"},"directories":{}},"2.2.0":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.2.0","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~2.0.0","eslint":"~3.16.0","eslint-config-semistandard":"~7.0.0","eslint-config-standard":"~6.2.1","eslint-plugin-promise":"~3.4.0","eslint-plugin-standard":"~2.0.1","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"gitHead":"ae42166ec5966e4924d5995c84514d58d206a7ea","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.2.0","_shasum":"3218a7b1ebd15a09c56bb12a3e943a960eb7bde5","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"3218a7b1ebd15a09c56bb12a3e943a960eb7bde5","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.0.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-2.2.0.tgz_1488274175845_0.12055460130795836"},"directories":{}},"1.1.3":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"1.1.3","license":"MIT","main":"index.js","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"gypfile":true,"gitHead":"32132056da3a4223f86f4337ef633cebaebea9b0","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@1.1.3","_shasum":"67c3fd0dded7abd3c3316d281b7c968c3a2f4a3e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"67c3fd0dded7abd3c3316d281b7c968c3a2f4a3e","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.3.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-1.1.3.tgz_1489230068240_0.24778611189685762"},"directories":{}},"1.1.4":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455","version":"1.1.4","license":"MIT","main":"index.js","keywords":["Hixie","HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"make test"},"dependencies":{"options":">=0.0.5","ultron":"1.0.x"},"devDependencies":{"ansi":"0.3.x","benchmark":"0.3.x","bufferutil":"1.2.x","expect.js":"0.3.x","istanbul":"^0.4.1","mocha":"2.3.x","should":"8.0.x","tinycolor":"0.0.x","utf-8-validate":"1.2.x"},"gypfile":true,"gitHead":"19106a14d1782bed6f3b12a612e1a73a4970fdbe","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@1.1.4","_shasum":"57f40d036832e5f5055662a397c4de76ed66bf61","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"57f40d036832e5f5055662a397c4de76ed66bf61","tarball":"https://registry.npmjs.org/ws/-/ws-1.1.4.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-1.1.4.tgz_1489230923644_0.4469207131769508"},"directories":{}},"2.2.1":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.2.1","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.17.0","eslint-config-standard":"~8.0.0-beta.1","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~2.1.0","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"gitHead":"08eb82725afce71f495f82e5f24d3e375a1670d2","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.2.1","_shasum":"f5ecbd4d47fb55a251d1a275223d47d693d3a8f2","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.2","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"f5ecbd4d47fb55a251d1a275223d47d693d3a8f2","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.1.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-2.2.1.tgz_1489388739570_0.1363778745289892"},"directories":{}},"2.2.2":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.2.2","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test-travis":"npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js","coverage":"istanbul cover _mocha --report html -- test/*.test.js","integration":"npm run lint && mocha test/*.integration.js","test":"npm run lint && mocha test/*.test.js","lint":"eslint ."},"dependencies":{"ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.18.0","eslint-config-standard":"~8.0.0-beta.1","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~2.1.0","istanbul":"~0.4.5","mocha":"~3.2.0","utf-8-validate":"~3.0.0"},"gitHead":"286d513c1239bc2f1c9d23d997de1c954d3c8615","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.2.2","_shasum":"aa26daf39c52b20ed716e3447f8641494a726b01","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"aa26daf39c52b20ed716e3447f8641494a726b01","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.2.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.2.2.tgz_1490130412316_0.2044788005296141"},"directories":{}},"2.2.3":{"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"name":"ws","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","version":"2.2.3","license":"MIT","main":"index.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"repository":{"type":"git","url":"git://github.com/websockets/ws.git"},"scripts":{"test":"eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js","integration":"eslint . && mocha test/*.integration.js","lint":"eslint ."},"dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~8.0.0-beta.1","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~2.1.0","mocha":"~3.2.0","nyc":"~10.2.0","utf-8-validate":"~3.0.0"},"gitHead":"212c7aab04a5f23d89111c1722371211efa2dd89","bugs":{"url":"https://github.com/websockets/ws/issues"},"homepage":"https://github.com/websockets/ws#readme","_id":"ws@2.2.3","_shasum":"f36c9719a56dff813f455af912a2078145bbd940","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"f36c9719a56dff813f455af912a2078145bbd940","tarball":"https://registry.npmjs.org/ws/-/ws-2.2.3.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.2.3.tgz_1491214217857_0.5180311135482043"},"directories":{}},"2.3.0":{"name":"ws","version":"2.3.0","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"homepage":"https://github.com/websockets/ws","bugs":{"url":"https://github.com/websockets/ws/issues"},"repository":{"type":"git","url":"git+https://github.com/websockets/ws.git"},"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","main":"index.js","files":["index.js","lib"],"scripts":{"test":"eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js","integration":"eslint . && mocha test/*.integration.js","lint":"eslint ."},"dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.2.0","nyc":"~10.2.0","utf-8-validate":"~3.0.0"},"gitHead":"309d77f27ac2a505261c9d17dcfcf1a7ad0b1cae","_id":"ws@2.3.0","_shasum":"459f482239b88e49b4ee17e8787c1bd43629aaaa","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"459f482239b88e49b4ee17e8787c1bd43629aaaa","tarball":"https://registry.npmjs.org/ws/-/ws-2.3.0.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.3.0.tgz_1492697123735_0.0666230337228626"},"directories":{}},"2.3.1":{"name":"ws","version":"2.3.1","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"homepage":"https://github.com/websockets/ws","bugs":{"url":"https://github.com/websockets/ws/issues"},"repository":{"type":"git","url":"git+https://github.com/websockets/ws.git"},"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","main":"index.js","files":["index.js","lib"],"scripts":{"test":"eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js","integration":"eslint . && mocha test/*.integration.js","lint":"eslint ."},"dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.2.0","nyc":"~10.2.0","utf-8-validate":"~3.0.0"},"gitHead":"732aaf06b76700f104eeff2740e1896be4e88199","_id":"ws@2.3.1","_shasum":"6b94b3e447cb6a363f785eaf94af6359e8e81c80","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"6b94b3e447cb6a363f785eaf94af6359e8e81c80","tarball":"https://registry.npmjs.org/ws/-/ws-2.3.1.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.3.1.tgz_1492711201097_0.04034068179316819"},"directories":{}},"3.0.0":{"name":"ws","version":"3.0.0","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"homepage":"https://github.com/websockets/ws","bugs":{"url":"https://github.com/websockets/ws/issues"},"repository":{"type":"git","url":"git+https://github.com/websockets/ws.git"},"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","main":"index.js","files":["index.js","lib"],"scripts":{"test":"eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js","integration":"eslint . && mocha test/*.integration.js","lint":"eslint ."},"dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.4.1","nyc":"~10.3.0","utf-8-validate":"~3.0.0"},"gitHead":"38df5a330aa91123851d8b49c231adf6c337ea77","_id":"ws@3.0.0","_shasum":"98ddb00056c8390cb751e7788788497f99103b6c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"98ddb00056c8390cb751e7788788497f99103b6c","tarball":"https://registry.npmjs.org/ws/-/ws-3.0.0.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ws-3.0.0.tgz_1495006769812_0.34835603553801775"},"directories":{}}},"readme":"# ws: a Node.js WebSocket library\n\n[![Version npm](https://img.shields.io/npm/v/ws.svg)](https://www.npmjs.com/package/ws)\n[![Linux Build](https://img.shields.io/travis/websockets/ws/master.svg)](https://travis-ci.org/websockets/ws)\n[![Windows Build](https://ci.appveyor.com/api/projects/status/github/websockets/ws?branch=master&svg=true)](https://ci.appveyor.com/project/lpinca/ws)\n[![Coverage Status](https://img.shields.io/coveralls/websockets/ws/master.svg)](https://coveralls.io/r/websockets/ws?branch=master)\n\n`ws` is a simple to use, blazing fast, and thoroughly tested WebSocket client\nand server implementation.\n\nPasses the quite extensive Autobahn test suite. See http://websockets.github.io/ws/\nfor the full reports.\n\n**Note**: This module does not work in the browser. The client in the docs is a\nreference to a back end with the role of a client in the WebSocket\ncommunication. Browser clients must use the native\n[`WebSocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) object.\n\n## Table of Contents\n\n* [Protocol support](#protocol-support)\n* [Installing](#installing)\n + [Opt-in for performance and spec compliance](#opt-in-for-performance-and-spec-compliance)\n* [API docs](#api-docs)\n* [WebSocket compression](#websocket-compression)\n* [Usage examples](#usage-examples)\n + [Sending and receiving text data](#sending-and-receiving-text-data)\n + [Sending binary data](#sending-binary-data)\n + [Server example](#server-example)\n + [Broadcast example](#broadcast-example)\n + [ExpressJS example](#expressjs-example)\n + [echo.websocket.org demo](#echowebsocketorg-demo)\n + [Other examples](#other-examples)\n* [Error handling best practices](#error-handling-best-practices)\n* [FAQ](#faq)\n + [How to get the IP address of the client?](#how-to-get-the-ip-address-of-the-client)\n + [How to detect and close broken connections?](#how-to-detect-and-close-broken-connections)\n* [Changelog](#changelog)\n* [License](#license)\n\n## Protocol support\n\n* **HyBi drafts 07-12** (Use the option `protocolVersion: 8`)\n* **HyBi drafts 13-17** (Current default, alternatively option `protocolVersion: 13`)\n\n## Installing\n\n```\nnpm install --save ws\n```\n\n### Opt-in for performance and spec compliance\n\nThere are 2 optional modules that can be installed along side with the `ws`\nmodule. These modules are binary addons which improve certain operations.\nPrebuilt binaries are available for the most popular platforms so you don't\nnecessarily need to have a C++ compiler installed on your machine.\n\n- `npm install --save-optional bufferutil`: Allows to efficiently perform\n operations such as masking and unmasking the data payload of the WebSocket\n frames.\n- `npm install --save-optional utf-8-validate`: Allows to efficiently check\n if a message contains valid UTF-8 as required by the spec.\n\n## API docs\n\nSee [`/doc/ws.md`](./doc/ws.md) for Node.js-like docs for the ws classes.\n\n## WebSocket compression\n\n`ws` supports the [permessage-deflate extension][permessage-deflate] which\nenables the client and server to negotiate a compression algorithm and its\nparameters, and then selectively apply it to the data payloads of each\nWebSocket message.\n\nThe extension is disabled by default on the server and enabled by default on\nthe client. It adds a significant overhead in terms of performance and memory\ncomsumption so we suggest to enable it only if it is really needed.\n\nThe client will only use the extension if it is supported and enabled on the\nserver. To always disable the extension on the client set the\n`perMessageDeflate` option to `false`.\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('ws://www.host.com/path', {\n perMessageDeflate: false\n});\n```\n\n## Usage examples\n\n### Sending and receiving text data\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('ws://www.host.com/path');\n\nws.on('open', function open() {\n ws.send('something');\n});\n\nws.on('message', function incoming(data) {\n console.log(data);\n});\n```\n\n### Sending binary data\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('ws://www.host.com/path');\n\nws.on('open', function open() {\n const array = new Float32Array(5);\n\n for (var i = 0; i < array.length; ++i) {\n array[i] = i / 2;\n }\n\n ws.send(array);\n});\n```\n\n### Server example\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\nwss.on('connection', function connection(ws) {\n ws.on('message', function incoming(message) {\n console.log('received: %s', message);\n });\n\n ws.send('something');\n});\n```\n\n### Broadcast example\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\n// Broadcast to all.\nwss.broadcast = function broadcast(data) {\n wss.clients.forEach(function each(client) {\n if (client.readyState === WebSocket.OPEN) {\n client.send(data);\n }\n });\n};\n\nwss.on('connection', function connection(ws) {\n ws.on('message', function incoming(data) {\n // Broadcast to everyone else.\n wss.clients.forEach(function each(client) {\n if (client !== ws && client.readyState === WebSocket.OPEN) {\n client.send(data);\n }\n });\n });\n});\n```\n\n### ExpressJS example\n\n```js\nconst express = require('express');\nconst http = require('http');\nconst url = require('url');\nconst WebSocket = require('ws');\n\nconst app = express();\n\napp.use(function (req, res) {\n res.send({ msg: \"hello\" });\n});\n\nconst server = http.createServer(app);\nconst wss = new WebSocket.Server({ server });\n\nwss.on('connection', function connection(ws, req) {\n const location = url.parse(req.url, true);\n // You might use location.query.access_token to authenticate or share sessions\n // or req.headers.cookie (see http://stackoverflow.com/a/16395220/151312)\n\n ws.on('message', function incoming(message) {\n console.log('received: %s', message);\n });\n\n ws.send('something');\n});\n\nserver.listen(8080, function listening() {\n console.log('Listening on %d', server.address().port);\n});\n```\n\n### echo.websocket.org demo\n\n```js\nconst WebSocket = require('ws');\n\nconst ws = new WebSocket('wss://echo.websocket.org/', {\n origin: 'https://websocket.org'\n});\n\nws.on('open', function open() {\n console.log('connected');\n ws.send(Date.now());\n});\n\nws.on('close', function close() {\n console.log('disconnected');\n});\n\nws.on('message', function incoming(data) {\n console.log(`Roundtrip time: ${Date.now() - data} ms`);\n\n setTimeout(function timeout() {\n ws.send(Date.now());\n }, 500);\n});\n```\n\n### Other examples\n\nFor a full example with a browser client communicating with a ws server, see the\nexamples folder.\n\nOtherwise, see the test cases.\n\n## Error handling best practices\n\n```js\n// If the WebSocket is closed before the following send is attempted\nws.send('something');\n\n// Errors (both immediate and async write errors) can be detected in an optional\n// callback. The callback is also the only way of being notified that data has\n// actually been sent.\nws.send('something', function ack(error) {\n // If error is not defined, the send has been completed, otherwise the error\n // object will indicate what failed.\n});\n\n// Immediate errors can also be handled with `try...catch`, but **note** that\n// since sends are inherently asynchronous, socket write failures will *not* be\n// captured when this technique is used.\ntry { ws.send('something'); }\ncatch (e) { /* handle error */ }\n```\n\n## FAQ\n\n### How to get the IP address of the client?\n\nThe remote IP address can be obtained from the raw socket.\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\nwss.on('connection', function connection(ws, req) {\n const ip = req.connection.remoteAddress;\n});\n```\n\nWhen the server runs behing a proxy like NGINX, the de-facto standard is to use\nthe `X-Forwarded-For` header.\n\n```js\nwss.on('connection', function connection(ws, req) {\n const ip = req.headers['x-forwarded-for'];\n});\n```\n\n### How to detect and close broken connections?\n\nSometimes the link between the server and the client can be interrupted in a\nway that keeps both the server and the client unware of the broken state of the\nconnection (e.g. when pulling the cord).\n\nIn these cases ping messages can be used as a means to verify that the remote\nendpoint is still responsive.\n\n```js\nconst WebSocket = require('ws');\n\nconst wss = new WebSocket.Server({ port: 8080 });\n\nfunction heartbeat() {\n this.isAlive = true;\n}\n\nwss.on('connection', function connection(ws) {\n ws.isAlive = true;\n ws.on('pong', heartbeat);\n});\n\nconst interval = setInterval(function ping() {\n wss.clients.forEach(function each(ws) {\n if (ws.isAlive === false) return ws.terminate();\n\n ws.isAlive = false;\n ws.ping('', false, true);\n });\n}, 30000);\n```\n\nPong messages are automatically sent in reponse to ping messages as required\nby the spec.\n\n## Changelog\n\nWe're using the GitHub [releases][changelog] for changelog entries.\n\n## License\n\n[MIT](LICENSE)\n\n[permessage-deflate]: https://tools.ietf.org/html/rfc7692\n[changelog]: https://github.com/websockets/ws/releases\n","maintainers":[{"email":"luigipinca@gmail.com","name":"lpinca"},{"email":"npm@3rd-Eden.com","name":"v1"},{"email":"npm@3rd-Eden.com","name":"3rdeden"},{"email":"einaros@gmail.com","name":"einaros"}],"time":{"modified":"2017-07-23T02:29:34.657Z","created":"2011-12-04T10:32:12.839Z","0.2.6":"2011-12-04T10:32:14.627Z","0.2.7":"2011-12-07T12:28:11.002Z","0.2.8":"2011-12-07T12:52:53.588Z","0.2.9":"2011-12-07T14:42:17.238Z","0.3.0":"2011-12-08T13:30:10.031Z","0.3.1":"2011-12-08T19:39:18.407Z","0.3.2":"2011-12-11T22:40:27.266Z","0.3.3":"2011-12-12T08:02:31.982Z","0.3.4":"2011-12-12T10:09:11.389Z","0.3.4-2":"2011-12-12T11:31:05.010Z","0.3.5":"2011-12-13T11:55:41.773Z","0.3.5-2":"2011-12-13T14:53:45.350Z","0.3.5-3":"2011-12-13T18:32:37.432Z","0.3.5-4":"2011-12-13T22:21:57.061Z","0.3.6":"2011-12-18T15:11:35.570Z","0.3.7":"2011-12-25T17:19:41.266Z","0.3.8":"2011-12-27T12:11:50.105Z","0.3.9":"2012-01-01T18:30:20.877Z","0.4.0":"2012-01-02T15:36:57.279Z","0.4.1":"2012-01-26T14:20:32.517Z","0.4.2":"2012-02-04T14:38:48.103Z","0.4.3":"2012-02-04T16:14:50.288Z","0.4.4":"2012-02-06T22:32:59.238Z","0.4.5":"2012-02-07T08:16:04.845Z","0.4.6":"2012-02-09T13:34:33.670Z","0.4.7":"2012-02-21T21:54:57.903Z","0.4.8":"2012-02-29T14:06:15.918Z","0.4.9":"2012-03-21T11:40:30.002Z","0.4.10":"2012-03-23T07:37:54.654Z","0.4.11":"2012-03-24T17:22:27.603Z","0.4.12":"2012-03-30T19:41:51.096Z","0.4.13":"2012-04-12T12:04:01.268Z","0.4.14":"2012-04-30T23:19:41.222Z","0.4.15":"2012-05-20T10:28:38.221Z","0.4.16":"2012-06-01T09:35:19.744Z","0.4.17":"2012-06-13T11:08:11.928Z","0.4.18":"2012-06-14T12:02:03.774Z","0.4.19":"2012-06-19T16:45:21.369Z","0.4.20":"2012-06-26T16:32:36.414Z","0.4.21":"2012-07-14T15:22:34.585Z","0.4.22":"2012-10-03T12:42:28.801Z","0.4.23":"2012-11-19T20:28:09.515Z","0.4.24":"2012-12-11T19:49:53.640Z","0.4.25":"2012-12-17T20:55:26.473Z","0.4.27":"2013-06-27T20:01:33.222Z","0.4.28":"2013-08-16T16:15:28.415Z","0.4.29":"2013-08-23T07:26:29.761Z","0.4.30":"2013-08-30T21:07:28.653Z","0.4.31":"2013-09-23T06:55:10.020Z","0.4.32":"2014-08-06T11:23:54.914Z","0.5.0":"2014-11-20T21:44:01.711Z","0.6.0":"2014-12-05T15:11:49.451Z","0.6.1":"2014-12-06T21:53:40.640Z","0.6.2":"2014-12-06T21:55:13.987Z","0.6.3":"2014-12-08T21:21:03.063Z","0.6.4":"2014-12-28T13:49:40.206Z","0.6.5":"2015-01-05T17:07:37.686Z","0.7.0":"2015-01-22T16:29:53.723Z","0.7.1":"2015-01-29T12:06:29.379Z","0.7.2":"2015-05-14T20:21:05.058Z","0.8.0":"2015-08-21T11:57:09.538Z","0.8.1":"2015-11-29T19:24:31.667Z","1.0.0":"2015-12-30T16:35:14.225Z","1.0.1":"2016-01-04T12:36:08.428Z","1.1.0":"2016-04-11T12:00:23.506Z","1.1.1":"2016-06-24T12:22:40.082Z","2.0.0-beta.0":"2017-01-10T14:28:34.020Z","2.0.0-beta.1":"2017-01-14T16:29:38.848Z","2.0.0-beta.2":"2017-01-25T08:52:49.450Z","2.0.0":"2017-01-30T11:57:46.414Z","2.0.1":"2017-02-01T10:40:07.816Z","2.0.2":"2017-02-03T17:29:39.305Z","2.0.3":"2017-02-08T13:44:50.506Z","1.1.2":"2017-02-13T06:43:25.287Z","2.1.0":"2017-02-18T07:24:50.320Z","2.2.0":"2017-02-28T09:29:36.473Z","1.1.3":"2017-03-11T11:01:09.134Z","1.1.4":"2017-03-11T11:15:25.657Z","2.2.1":"2017-03-13T07:05:40.303Z","2.2.2":"2017-03-21T21:06:54.249Z","2.2.3":"2017-04-03T10:10:19.890Z","2.3.0":"2017-04-20T14:05:25.723Z","2.3.1":"2017-04-20T18:00:03.846Z","3.0.0":"2017-05-17T07:39:31.433Z"},"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"repository":{"type":"git","url":"git+https://github.com/websockets/ws.git"},"users":{"fgribreau":true,"luk":true,"maxmaximov":true,"romac":true,"kastor":true,"tjholowaychuk":true,"V1":true,"zarkone":true,"jamescostian":true,"jpillora":true,"wouldgo":true,"zeusdeux":true,"piascikj":true,"funroll":true,"gabeio":true,"juriwiens":true,"bfattori":true,"abalandin":true,"kahboom":true,"h02e56":true,"abarroso":true,"henrytseng":true,"umuplus":true,"zlatip":true,"eventhorizon":true,"esundahl":true,"genediazjr":true,"ivangaravito":true,"lewisbrown":true,"mihaiv":true,"superjoe":true,"paulferrett":true,"pickledonion":true,"gigerlin":true,"gazilla":true,"mygoare":true,"yunxao":true,"nguru":true,"frknbasaran":true,"kenlimmj":true,"sunnylost":true,"reergymerej":true,"suprsidr":true,"kermit666":true,"prabhash1785":true,"sahilsk":true,"gchudnov":true,"dudley":true,"from-nibly":true,"huytard":true,"hollobit":true,"amirmehmood":true,"ajk":true,"clhynfield":true,"dongxu":true,"justintormey":true,"ph3nx":true,"shmeeny":true,"hitesh":true,"jonlailam":true,"ezcabrera":true,"ne_sachirou":true,"kreshikhin":true,"maysay":true,"ivansky":true,"ckross01":true,"blitzprog":true,"phoenix-xsy":true,"vladan":true,"guananddu":true,"oneapm.com":true,"io2work":true,"santihbc":true,"barenko":true,"valeriu-zdrobau":true,"mktj":true,"ioncreature":true,"chalker":true,"pensierinmusica":true,"maxidr":true,"doruk":true,"alectic":true,"tcrowe":true,"galenandrew":true,"bobjohnson23":true,"philliphenslee":true,"brave_cgx":true,"fatelei":true,"jonabasque":true,"jhohlfeld":true,"maxwang":true,"antanst":true,"stany":true,"raisiqueira":true,"sobear":true,"saru95":true,"jesusgoku":true,"animustechnology":true,"webnicola":true,"sirrah":true,"bret":true,"brettv":true,"chimit":true,"guardsystems":true,"hyteer":true,"felixmcfelix":true,"xxsnake28":true,"segen":true,"xinwangwang":true,"loselovegirl":true,"koskokos":true,"bcoe":true,"shan":true,"hengkiardo":true,"donvercety":true,"dimonfox":true,"vbv":true,"deemsk":true,"emarcs":true,"snarky":true,"mugifly":true,"quocnguyen":true,"andygreenegrass":true,"maziar":true,"jhuckaby":true,"itsjimi":true,"danielbankhead":true,"cestrensem":true,"farhadi":true,"dkblay":true,"arkanciscan":true,"f124275809":true,"x0000ff":true,"behajian":true,"nickleefly":true,"nickeltobias":true,"shakakira":true,"akarem":true,"apopek":true,"djviolin":true,"ronin161":true,"rocket0191":true,"ifeature":true,"diegorbaquero":true,"writech":true,"clemo":true,"jez9999":true,"mr-smiley":true,"pablo.tavarez":true,"dofy":true,"jerrywu":true,"mojaray2k":true,"magicmind":true,"dankle":true,"mo2c":true,"psychollama":true,"blunt1337":true,"broofa":true,"yujiikebata":true,"frankg":true,"suncn":true,"sharper":true,"nilz3ro":true,"seangenabe":true,"hain":true,"anoubis":true,"da5atar":true,"volodymyr.sichka":true,"thomas.miele":true,"largepuma":true,"satoru":true,"suemcnab":true,"ukrbublik":true,"metakermit":true,"ww522413622":true,"makediff":true,"mseminatore":true,"shaomingquan":true,"sopov":true,"bigglesatlarge":true,"tonyleen":true,"tsxuehu":true,"rochejul":true,"scott.m.sarsfield":true,"chinawolf_wyp":true,"antitim":true,"jasonwang1888":true,"conantonakos":true,"raojs":true,"heartnett":true,"scottfreecode":true,"e23jiang":true,"danielpavelic":true,"restmount":true,"mechanicalhuman":true,"pddivine":true,"windyh":true,"gvr37leo":true,"mdrobny":true,"sekwah41":true,"wozhizui":true,"npmrud5g":true,"onsentamago":true,"sethbergman":true,"shanewholloway":true},"keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"bugs":{"url":"https://github.com/websockets/ws/issues"},"readmeFilename":"README.md","homepage":"https://github.com/websockets/ws","license":"MIT","_attachments":{},"_etag":"W/\"59740a0e-1d42c\"","_lastModified":"Sun, 23 Jul 2017 02:29:34 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/xmlhttprequest-ssl/.cache.json b/frappe/.npm/registry.npmjs.org/xmlhttprequest-ssl/.cache.json new file mode 100644 index 00000000..25e547dc --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/xmlhttprequest-ssl/.cache.json @@ -0,0 +1 @@ +{"_id":"xmlhttprequest-ssl","_rev":"3-72a347d512cb7a71bb1a7c4eecda53ee","name":"xmlhttprequest-ssl","description":"XMLHttpRequest for Node","dist-tags":{"latest":"1.5.3"},"versions":{"1.5.1":{"name":"xmlhttprequest-ssl","description":"XMLHttpRequest for Node","version":"1.5.1","author":{"name":"Michael de Wit"},"keywords":["xhr","ajax"],"licenses":[{"type":"MIT","url":"http://creativecommons.org/licenses/MIT/"}],"repository":{"type":"git","url":"git://github.com/mjwwit/node-XMLHttpRequest.git"},"bugs":{"url":"http://github.com/mjwwit/node-XMLHttpRequest/issues"},"engines":{"node":">=0.4.0"},"directories":{"lib":"./lib","example":"./example"},"main":"./lib/XMLHttpRequest.js","dependencies":{},"gitHead":"494938e2dd4ae963cd5972f242e8eaf7d6042331","homepage":"https://github.com/mjwwit/node-XMLHttpRequest","_id":"xmlhttprequest-ssl@1.5.1","scripts":{},"_shasum":"3b7741fea4a86675976e908d296d4445961faa67","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"mjwwit","email":"mjwwit@gmail.com"},"dist":{"shasum":"3b7741fea4a86675976e908d296d4445961faa67","tarball":"https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.1.tgz"},"maintainers":[{"name":"mjwwit","email":"mjwwit@gmail.com"}]},"1.5.2":{"name":"xmlhttprequest-ssl","description":"XMLHttpRequest for Node","version":"1.5.2","author":{"name":"Michael de Wit"},"keywords":["xhr","ajax"],"licenses":[{"type":"MIT","url":"http://creativecommons.org/licenses/MIT/"}],"repository":{"type":"git","url":"git://github.com/mjwwit/node-XMLHttpRequest.git"},"bugs":{"url":"http://github.com/mjwwit/node-XMLHttpRequest/issues"},"engines":{"node":">=0.4.0"},"scripts":{"test":"cd ./tests && node test-constants.js && node test-events.js && node test-exceptions.js && node test-headers.js && node test-redirect-302.js && node test-redirect-303.js && node test-redirect-307.js && node test-request-methods.js && node test-request-protocols.js"},"directories":{"lib":"./lib","example":"./example"},"main":"./lib/XMLHttpRequest.js","dependencies":{},"gitHead":"9eb7a1b04a356beb3dd47b2a9f10d92ee65ca8dd","homepage":"https://github.com/mjwwit/node-XMLHttpRequest#readme","_id":"xmlhttprequest-ssl@1.5.2","_shasum":"0a9ab125d0bd41cc7016f3543c5d21e1f05c4eba","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.2.3","_npmUser":{"name":"mjwwit","email":"mjwwit@gmail.com"},"dist":{"shasum":"0a9ab125d0bd41cc7016f3543c5d21e1f05c4eba","tarball":"https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.2.tgz"},"maintainers":[{"name":"mjwwit","email":"mjwwit@gmail.com"}]},"1.5.3":{"name":"xmlhttprequest-ssl","description":"XMLHttpRequest for Node","version":"1.5.3","author":{"name":"Michael de Wit"},"keywords":["xhr","ajax"],"licenses":[{"type":"MIT","url":"http://creativecommons.org/licenses/MIT/"}],"repository":{"type":"git","url":"git://github.com/mjwwit/node-XMLHttpRequest.git"},"bugs":{"url":"http://github.com/mjwwit/node-XMLHttpRequest/issues"},"engines":{"node":">=0.4.0"},"scripts":{"test":"cd ./tests && node test-constants.js && node test-events.js && node test-exceptions.js && node test-headers.js && node test-redirect-302.js && node test-redirect-303.js && node test-redirect-307.js && node test-request-methods.js && node test-request-protocols.js"},"directories":{"lib":"./lib","example":"./example"},"main":"./lib/XMLHttpRequest.js","dependencies":{},"gitHead":"d35e16183e162f3c67b29191ab20e4c81db68742","homepage":"https://github.com/mjwwit/node-XMLHttpRequest#readme","_id":"xmlhttprequest-ssl@1.5.3","_shasum":"185a888c04eca46c3e4070d99f7b49de3528992d","_from":".","_npmVersion":"3.9.6","_nodeVersion":"6.1.0","_npmUser":{"name":"mjwwit","email":"mjwwit@gmail.com"},"dist":{"shasum":"185a888c04eca46c3e4070d99f7b49de3528992d","tarball":"https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz"},"maintainers":[{"name":"mjwwit","email":"mjwwit@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/xmlhttprequest-ssl-1.5.3.tgz_1474374069567_0.6647198903374374"}}},"readme":"# node-XMLHttpRequest #\n\nFork of [node-XMLHttpRequest](https://github.com/driverdan/node-XMLHttpRequest) by [driverdan](http://driverdan.com). Forked and published to npm because a [pull request](https://github.com/rase-/node-XMLHttpRequest/commit/a6b6f296e0a8278165c2d0270d9840b54d5eeadd) is not being created and merged. Changes made by [rase-](https://github.com/rase-/node-XMLHttpRequest/tree/add/ssl-support) are needed for [engine.io-client](https://github.com/Automattic/engine.io-client).\n\n# Original README #\n\nnode-XMLHttpRequest is a wrapper for the built-in http client to emulate the\nbrowser XMLHttpRequest object.\n\nThis can be used with JS designed for browsers to improve reuse of code and\nallow the use of existing libraries.\n\nNote: This library currently conforms to [XMLHttpRequest 1](http://www.w3.org/TR/XMLHttpRequest/). Version 2.0 will target [XMLHttpRequest Level 2](http://www.w3.org/TR/XMLHttpRequest2/).\n\n## Usage ##\n\nHere's how to include the module in your project and use as the browser-based\nXHR object.\n\n\tvar XMLHttpRequest = require(\"xmlhttprequest\").XMLHttpRequest;\n\tvar xhr = new XMLHttpRequest();\n\nNote: use the lowercase string \"xmlhttprequest\" in your require(). On\ncase-sensitive systems (eg Linux) using uppercase letters won't work.\n\n## Versions ##\n\nPrior to 1.4.0 version numbers were arbitrary. From 1.4.0 on they conform to\nthe standard major.minor.bugfix. 1.x shouldn't necessarily be considered\nstable just because it's above 0.x.\n\nSince the XMLHttpRequest API is stable this library's API is stable as\nwell. Major version numbers indicate significant core code changes.\nMinor versions indicate minor core code changes or better conformity to\nthe W3C spec.\n\n## License ##\n\nMIT license. See LICENSE for full details.\n\n## Supports ##\n\n* Async and synchronous requests\n* GET, POST, PUT, and DELETE requests\n* All spec methods (open, send, abort, getRequestHeader,\n getAllRequestHeaders, event methods)\n* Requests to all domains\n\n## Known Issues / Missing Features ##\n\nFor a list of open issues or to report your own visit the [github issues\npage](https://github.com/driverdan/node-XMLHttpRequest/issues).\n\n* Local file access may have unexpected results for non-UTF8 files\n* Synchronous requests don't set headers properly\n* Synchronous requests freeze node while waiting for response (But that's what you want, right? Stick with async!).\n* Some events are missing, such as abort\n* getRequestHeader is case-sensitive\n* Cookies aren't persisted between requests\n* Missing XML support\n* Missing basic auth\n","maintainers":[{"name":"mjwwit","email":"mjwwit@gmail.com"}],"time":{"modified":"2016-09-20T12:21:11.663Z","created":"2015-05-27T18:30:10.675Z","1.5.1":"2015-05-27T18:30:10.675Z","1.5.2":"2016-01-26T07:03:33.696Z","1.5.3":"2016-09-20T12:21:11.663Z"},"homepage":"https://github.com/mjwwit/node-XMLHttpRequest#readme","keywords":["xhr","ajax"],"repository":{"type":"git","url":"git://github.com/mjwwit/node-XMLHttpRequest.git"},"author":{"name":"Michael de Wit"},"bugs":{"url":"http://github.com/mjwwit/node-XMLHttpRequest/issues"},"readmeFilename":"README.md","_attachments":{},"_etag":"W/\"57e129b7-1c59\"","_lastModified":"Tue, 20 Sep 2016 12:21:11 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/xregexp/.cache.json b/frappe/.npm/registry.npmjs.org/xregexp/.cache.json new file mode 100644 index 00000000..4e766b9c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/xregexp/.cache.json @@ -0,0 +1 @@ +{"_id":"xregexp","_rev":"56-042d1533d210fb6c442ee98f0a63a3a4","name":"xregexp","description":"Extended regular expressions","dist-tags":{"latest":"3.2.0"},"versions":{"1.5.0":{"name":"xregexp","version":"1.5.0","description":"The one of a kind JavaScript regular expression library.","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"contributors":[{"name":"Bjarke Walling","email":"bwp@bwp.dk"}],"repository":{"type":"git","url":"git://github.com/walling/xregexp.git"},"main":"./index.js","engines":{"node":">= 0.4.0"},"_npmJsonOpts":{"file":"/home/bjarke/.npm/xregexp/1.5.0/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"xregexp@1.5.0","dependencies":{},"devDependencies":{},"_engineSupported":true,"_npmVersion":"1.0.13","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"ae377617bd0ca52ca3656d10fd5c07ef7fe6f018","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-1.5.0.tgz"},"scripts":{},"directories":{}},"1.5.1":{"name":"xregexp","version":"1.5.1","description":"The one of a kind JavaScript regular expression library.","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"contributors":[{"name":"Bjarke Walling","email":"bwp@bwp.dk"}],"repository":{"type":"git","url":"git://github.com/walling/xregexp.git"},"main":"./index.js","engines":{"node":">= 0.4.0"},"_npmUser":{"name":"walling","email":"bwp@bwp.dk"},"_id":"xregexp@1.5.1","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"c8f11b7bd696d60f912a292ceae11d02959b7d57","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-1.5.1.tgz"},"maintainers":[{"name":"walling","email":"bwp@bwp.dk"}],"directories":{}},"1.5.2":{"name":"xregexp","version":"1.5.2","description":"The one of a kind JavaScript regular expression library.","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"contributors":[{"name":"Bjarke Walling","email":"bwp@bwp.dk"}],"repository":{"type":"git","url":"git://github.com/walling/xregexp.git"},"main":"./index.js","engines":{"node":">= 0.4.0"},"_npmUser":{"name":"walling","email":"bwp@bwp.dk"},"_id":"xregexp@1.5.2","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.0-2","_nodeVersion":"v0.6.8","_defaultsLoaded":true,"dist":{"shasum":"7e8e27bbbb5fc950569f8d94706e8841a477f53f","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-1.5.2.tgz"},"maintainers":[{"name":"walling","email":"bwp@bwp.dk"}],"directories":{}},"1.5.3":{"name":"xregexp","version":"1.5.3","description":"The one of a kind JavaScript regular expression library.","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"contributors":[{"name":"Bjarke Walling","email":"bwp@bwp.dk"}],"repository":{"type":"git","url":"git://github.com/walling/xregexp.git"},"main":"./index.js","engines":{"node":">= 0.4.0"},"_npmUser":{"name":"walling","email":"bwp@bwp.dk"},"_id":"xregexp@1.5.3","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.4","_nodeVersion":"v0.6.12","_defaultsLoaded":true,"dist":{"shasum":"73bcd99eaff37dee3b941e204d4440267f47ac2c","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-1.5.3.tgz"},"maintainers":[{"name":"walling","email":"bwp@bwp.dk"}],"directories":{}},"2.0.0":{"name":"xregexp","version":"2.0.0","homepage":"http://xregexp.com/","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/slevithan/XRegExp.git"},"description":"Extended JavaScript regular expressions","keywords":["regex","regexp"],"main":"./xregexp-all.js","scripts":{"test":"node tests/node-qunit.js"},"devDependencies":{"qunit":">= 0.2.x"},"_npmUser":{"name":"slevithan","email":"steves_list@hotmail.com"},"_id":"xregexp@2.0.0","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18","_defaultsLoaded":true,"dist":{"shasum":"52a63e56ca0b84a7f3a5f3d61872f126ad7a5943","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz"},"maintainers":[{"name":"walling","email":"bwp@bwp.dk"},{"name":"slevithan","email":"steves_list@hotmail.com"}],"directories":{}},"3.0.0":{"name":"xregexp","version":"3.0.0","description":"Extended regular expressions","homepage":"http://xregexp.com/","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/slevithan/xregexp.git"},"keywords":["regex","regexp"],"main":"xregexp-all.js","files":["LICENSE","xregexp-all.js"],"scripts":{"build":"./tools/concatenate-source.sh"},"gitHead":"8183679d136bda6c0d015160a912ce2e54375917","bugs":{"url":"https://github.com/slevithan/xregexp/issues"},"_id":"xregexp@3.0.0","_shasum":"a04f25d9ffe16c1aee40ed521a1b1366e8d34636","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"slevithan","email":"steves_list@hotmail.com"},"dist":{"shasum":"a04f25d9ffe16c1aee40ed521a1b1366e8d34636","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-3.0.0.tgz"},"maintainers":[{"name":"slevithan","email":"steves_list@hotmail.com"}],"directories":{}},"3.1.0":{"name":"xregexp","version":"3.1.0","description":"Extended regular expressions","homepage":"http://xregexp.com/","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/slevithan/xregexp.git"},"keywords":["regex","regexp"],"main":"./src/index.js","files":["src"],"scripts":{"build":"browserify src/index.js --standalone XRegExp > xregexp-all.js"},"devDependencies":{"browserify":"^12.0.1"},"gitHead":"bbd5b1c2f759bdf278192be5df70af16342ffa4d","bugs":{"url":"https://github.com/slevithan/xregexp/issues"},"_id":"xregexp@3.1.0","_shasum":"14d8461e0bdd38224bfee5039a0898fc42fcd336","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"slevithan","email":"steves_list@hotmail.com"},"dist":{"shasum":"14d8461e0bdd38224bfee5039a0898fc42fcd336","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-3.1.0.tgz"},"maintainers":[{"name":"slevithan","email":"steves_list@hotmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/xregexp-3.1.0.tgz_1456271836601_0.7557942552957684"},"directories":{}},"3.1.1":{"name":"xregexp","version":"3.1.1","description":"Extended regular expressions","homepage":"http://xregexp.com/","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/slevithan/xregexp.git"},"keywords":["regex","regexp","regular expression","unicode"],"main":"./src/index.js","files":["src"],"scripts":{"build":"browserify src/index.js --standalone XRegExp > xregexp-all.js"},"devDependencies":{"browserify":"^12.0.1"},"gitHead":"37413619ea9f03638bfa92e038e4b4c15645d446","bugs":{"url":"https://github.com/slevithan/xregexp/issues"},"_id":"xregexp@3.1.1","_shasum":"8ee18d75ef5c7cb3f9967f8d29414a6ca5b1a184","_from":".","_npmVersion":"2.14.3","_nodeVersion":"3.3.1","_npmUser":{"name":"slevithan","email":"steves_list@hotmail.com"},"dist":{"shasum":"8ee18d75ef5c7cb3f9967f8d29414a6ca5b1a184","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-3.1.1.tgz"},"maintainers":[{"name":"slevithan","email":"steves_list@hotmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/xregexp-3.1.1.tgz_1463265906533_0.49629145418293774"},"directories":{}},"3.2.0":{"name":"xregexp","version":"3.2.0","description":"Extended regular expressions","homepage":"http://xregexp.com/","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/slevithan/xregexp.git"},"keywords":["regex","regexp","regular expression","unicode"],"main":"xregexp-all.js","files":["src","xregexp-all.js","LICENSE"],"scripts":{"build":"browserify src/index.js --standalone XRegExp > xregexp-all.js","pretest":"npm run build","test":"jasmine JASMINE_CONFIG_PATH=tests/jasmine.json"},"devDependencies":{"browserify":"^12.0.1","jasmine":"^2.5.3"},"gitHead":"ddf24c536821faf2493625ed6bdc3cb5ce2c6fdd","bugs":{"url":"https://github.com/slevithan/xregexp/issues"},"_id":"xregexp@3.2.0","_shasum":"cb3601987bfe2695b584000c18f1c4a8c322878e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"slevithan","email":"steves_list@hotmail.com"},"dist":{"shasum":"cb3601987bfe2695b584000c18f1c4a8c322878e","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-3.2.0.tgz"},"maintainers":[{"name":"slevithan","email":"steves_list@hotmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/xregexp-3.2.0.tgz_1492375969417_0.5849070467520505"},"directories":{}}},"maintainers":[{"name":"slevithan","email":"steves_list@hotmail.com"}],"time":{"modified":"2017-07-04T16:43:27.473Z","created":"2011-06-30T16:20:48.897Z","1.5.0":"2011-06-30T16:20:49.667Z","1.5.1":"2012-02-23T19:19:22.617Z","1.5.2":"2012-03-06T15:14:53.317Z","1.5.3":"2012-03-09T13:11:09.388Z","2.0.0":"2012-05-25T21:45:04.860Z","3.0.0":"2015-09-22T06:51:49.796Z","3.1.0":"2016-02-23T23:57:17.190Z","3.1.1":"2016-05-14T22:45:09.822Z","3.2.0":"2017-04-16T20:52:51.514Z"},"author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"repository":{"type":"git","url":"git+https://github.com/slevithan/xregexp.git"},"users":{"kastor":true,"leesei":true,"citguy":true,"akiva":true,"schnittstabil":true,"alpigc":true,"f124275809":true,"vwal":true,"antanst":true,"diegoperini":true,"jota":true,"eirikbirkeland":true,"slevithan":true,"aslezak":true,"qqcome110":true,"retorillo":true,"abhisekp":true,"krot47":true,"gkodes":true,"nickytonline":true,"zorak":true,"grandsong":true,"ahmed-dinar":true,"krzych93":true},"homepage":"http://xregexp.com/","keywords":["regex","regexp","regular expression","unicode"],"license":"MIT","readme":"# XRegExp 3.2.0\r\n\r\n[![Build Status](https://travis-ci.org/slevithan/xregexp.svg?branch=master)](https://travis-ci.org/slevithan/xregexp)\r\n\r\nXRegExp provides augmented (and extensible) JavaScript regular expressions. You get modern syntax and flags beyond what browsers support natively. XRegExp is also a regex utility belt with tools to make your grepping and parsing easier, while freeing you from regex cross-browser inconsistencies and other annoyances.\r\n\r\nXRegExp supports all native ES6 regular expression syntax. It supports Internet Explorer 5.5+, Firefox 1.5+, Chrome, Safari 3+, and Opera 11+. You can use it with Node.js or as a RequireJS module.\r\n\r\n## Performance\r\n\r\nXRegExp compiles to native `RegExp` objects. Therefore regexes built with XRegExp perform just as fast as native regular expressions. There is a tiny extra cost when compiling a pattern for the first time.\r\n\r\n## Usage examples\r\n\r\n```js\r\n// Using named capture and flag x (free-spacing and line comments)\r\nvar date = XRegExp(`(? [0-9]{4} ) -? # year\r\n (? [0-9]{2} ) -? # month\r\n (? [0-9]{2} ) # day`, 'x');\r\n\r\n// XRegExp.exec gives you named backreferences on the match result\r\nvar match = XRegExp.exec('2017-02-22', date);\r\nmatch.year; // -> '2017'\r\n\r\n// It also includes optional pos and sticky arguments\r\nvar pos = 3;\r\nvar result = [];\r\nwhile (match = XRegExp.exec('<1><2><3><4>5<6>', /<(\\d+)>/, pos, 'sticky')) {\r\n result.push(match[1]);\r\n pos = match.index + match[0].length;\r\n}\r\n// result -> ['2', '3', '4']\r\n\r\n// XRegExp.replace allows named backreferences in replacements\r\nXRegExp.replace('2017-02-22', date, '${month}/${day}/${year}');\r\n// -> '02/22/2017'\r\nXRegExp.replace('2017-02-22', date, (match) => {\r\n return match.month + '/' + match.day + '/' + match.year;\r\n});\r\n// -> '02/22/2017'\r\n\r\n// XRegExps compile to RegExps and work perfectly with native methods\r\ndate.test('2017-02-22');\r\n// -> true\r\n\r\n// The only caveat is that named captures must be referenced using numbered\r\n// backreferences if used with native methods\r\n'2017-02-22'.replace(date, '$2/$3/$1');\r\n// -> '02/22/2017'\r\n\r\n// Use XRegExp.forEach to extract every other digit from a string\r\nvar evens = [];\r\nXRegExp.forEach('1a2345', /\\d/, (match, i) => {\r\n if (i % 2) evens.push(+match[0]);\r\n});\r\n// evens -> [2, 4]\r\n\r\n// Use XRegExp.matchChain to get numbers within tags\r\nXRegExp.matchChain('1 2 3 4 \\n 56', [\r\n XRegExp('(?is).*?'),\r\n /\\d+/\r\n]);\r\n// -> ['2', '4', '56']\r\n\r\n// You can also pass forward and return specific backreferences\r\nvar html = 'XRegExp' +\r\n 'Google';\r\nXRegExp.matchChain(html, [\r\n {regex: //i, backref: 1},\r\n {regex: XRegExp('(?i)^https?://(?[^/?#]+)'), backref: 'domain'}\r\n]);\r\n// -> ['xregexp.com', 'www.google.com']\r\n\r\n// Merge strings and regexes into a single pattern with updated backreferences\r\nXRegExp.union(['a+b*c', /(dog)\\1/, /(cat)\\1/], 'i', {conjunction: 'or'});\r\n// -> /a\\+b\\*c|(dog)\\1|(cat)\\2/i\r\n```\r\n\r\nThese examples give the flavor of what's possible, but XRegExp has more syntax, flags, methods, options, and browser fixes that aren't shown here. You can also augment XRegExp's regular expression syntax with addons (see below) or write your own. See [xregexp.com](http://xregexp.com/) for details.\r\n\r\n## Addons\r\n\r\nYou can either load addons individually, or bundle all addons with XRegExp by loading `xregexp-all.js`.\r\n\r\n### Unicode\r\n\r\nIf not using `xregexp-all.js`, first include the Unicode Base script and then one or more of the addons for Unicode blocks, categories, properties, or scripts.\r\n\r\nThen you can do this:\r\n\r\n```js\r\n// Test the Unicode category L (Letter)\r\nvar unicodeWord = XRegExp('^\\\\pL+$');\r\nunicodeWord.test('Русский'); // -> true\r\nunicodeWord.test('日本語'); // -> true\r\nunicodeWord.test('العربية'); // -> true\r\n\r\n// Test some Unicode scripts\r\nXRegExp('^\\\\p{Hiragana}+$').test('ひらがな'); // -> true\r\nXRegExp('^[\\\\p{Latin}\\\\p{Common}]+$').test('Über Café.'); // -> true\r\n```\r\n\r\nBy default, `\\p{…}` and `\\P{…}` support the Basic Multilingual Plane (i.e. code points up to `U+FFFF`). You can opt-in to full 21-bit Unicode support (with code points up to `U+10FFFF`) on a per-regex basis by using flag `A`. This is called *astral mode*. You can automatically add flag `A` for all new regexes by running `XRegExp.install('astral')`. When in astral mode, `\\p{…}` and `\\P{…}` always match a full code point rather than a code unit, using surrogate pairs for code points above `U+FFFF`.\r\n\r\n```js\r\n// Using flag A to match astral code points\r\nXRegExp('^\\\\pS$').test('💩'); // -> false\r\nXRegExp('^\\\\pS$', 'A').test('💩'); // -> true\r\nXRegExp('(?A)^\\\\pS$').test('💩'); // -> true\r\n// Using surrogate pair U+D83D U+DCA9 to represent U+1F4A9 (pile of poo)\r\nXRegExp('(?A)^\\\\pS$').test('\\uD83D\\uDCA9'); // -> true\r\n\r\n// Implicit flag A\r\nXRegExp.install('astral');\r\nXRegExp('^\\\\pS$').test('💩'); // -> true\r\n```\r\n\r\nOpting in to astral mode disables the use of `\\p{…}` and `\\P{…}` within character classes. In astral mode, use e.g. `(\\pL|[0-9_])+` instead of `[\\pL0-9_]+`.\r\n\r\nXRegExp uses Unicode 9.0.0.\r\n\r\n### XRegExp.build\r\n\r\nBuild regular expressions using named subpatterns, for readability and pattern reuse:\r\n\r\n```js\r\nvar time = XRegExp.build('(?x)^ {{hours}} ({{minutes}}) $', {\r\n hours: XRegExp.build('{{h12}} : | {{h24}}', {\r\n h12: /1[0-2]|0?[1-9]/,\r\n h24: /2[0-3]|[01][0-9]/\r\n }),\r\n minutes: /^[0-5][0-9]$/\r\n});\r\n\r\ntime.test('10:59'); // -> true\r\nXRegExp.exec('10:59', time).minutes; // -> '59'\r\n```\r\n\r\nNamed subpatterns can be provided as strings or regex objects. A leading `^` and trailing unescaped `$` are stripped from subpatterns if both are present, which allows embedding independently-useful anchored patterns. `{{…}}` tokens can be quantified as a single unit. Any backreferences in the outer pattern or provided subpatterns are automatically renumbered to work correctly within the larger combined pattern. The syntax `({{name}})` works as shorthand for named capture via `(?{{name}})`. Named subpatterns cannot be embedded within character classes.\r\n\r\nSee also: *[Creating Grammatical Regexes Using XRegExp.build](http://blog.stevenlevithan.com/archives/grammatical-patterns-xregexp-build)*.\r\n\r\n### XRegExp.matchRecursive\r\n\r\nMatch recursive constructs using XRegExp pattern strings as left and right delimiters:\r\n\r\n```js\r\nvar str = '(t((e))s)t()(ing)';\r\nXRegExp.matchRecursive(str, '\\\\(', '\\\\)', 'g');\r\n// -> ['t((e))s', '', 'ing']\r\n\r\n// Extended information mode with valueNames\r\nstr = 'Here is
an
example';\r\nXRegExp.matchRecursive(str, '', '', 'gi', {\r\n valueNames: ['between', 'left', 'match', 'right']\r\n});\r\n/* -> [\r\n{name: 'between', value: 'Here is ', start: 0, end: 8},\r\n{name: 'left', value: '
', start: 8, end: 13},\r\n{name: 'match', value: '
an
', start: 13, end: 27},\r\n{name: 'right', value: '
', start: 27, end: 33},\r\n{name: 'between', value: ' example', start: 33, end: 41}\r\n] */\r\n\r\n// Omitting unneeded parts with null valueNames, and using escapeChar\r\nstr = '...{1}.\\\\{{function(x,y){return {y:x}}}';\r\nXRegExp.matchRecursive(str, '{', '}', 'g', {\r\n valueNames: ['literal', null, 'value', null],\r\n escapeChar: '\\\\'\r\n});\r\n/* -> [\r\n{name: 'literal', value: '...', start: 0, end: 3},\r\n{name: 'value', value: '1', start: 4, end: 5},\r\n{name: 'literal', value: '.\\\\{', start: 6, end: 9},\r\n{name: 'value', value: 'function(x,y){return {y:x}}', start: 10, end: 37}\r\n] */\r\n\r\n// Sticky mode via flag y\r\nstr = '<1><<<2>>><3>4<5>';\r\nXRegExp.matchRecursive(str, '<', '>', 'gy');\r\n// -> ['1', '<<2>>', '3']\r\n```\r\n\r\n`XRegExp.matchRecursive` throws an error if it scans past an unbalanced delimiter in the target string.\r\n\r\n## Installation and usage\r\n\r\nIn browsers (bundle XRegExp with all of its addons):\r\n\r\n```html\r\n\r\n```\r\n\r\nUsing [npm](https://www.npmjs.com/):\r\n\r\n```bash\r\nnpm install xregexp\r\n```\r\n\r\nIn [Node.js](http://nodejs.org/):\r\n\r\n```js\r\nvar XRegExp = require('xregexp');\r\n```\r\n\r\nIn an AMD loader like [RequireJS](http://requirejs.org/):\r\n\r\n```js\r\nrequire({paths: {xregexp: 'xregexp-all'}}, ['xregexp'], (XRegExp) => {\r\n console.log(XRegExp.version);\r\n});\r\n```\r\n\r\n## About\r\n\r\nXRegExp copyright 2007-2017 by [Steven Levithan](http://stevenlevithan.com/). Unicode data generators by [Mathias Bynens](http://mathiasbynens.be/), adapted from [unicode-data](http://git.io/unicode). XRegExp's syntax extensions and flags come from [Perl](http://www.perl.org/), [.NET](http://www.microsoft.com/net), etc.\r\n\r\nAll code, including addons, tools, and tests, is released under the terms of the [MIT License](http://mit-license.org/).\r\n\r\nLearn more at [xregexp.com](http://xregexp.com/).\r\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/slevithan/xregexp/issues"},"_attachments":{},"_etag":"W/\"595bc5af-4cd2\"","_lastModified":"Tue, 04 Jul 2017 16:43:27 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/yauzl/.cache.json b/frappe/.npm/registry.npmjs.org/yauzl/.cache.json new file mode 100644 index 00000000..f7358d01 --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/yauzl/.cache.json @@ -0,0 +1 @@ +{"_id":"yauzl","_rev":"55-847daf1154cb1596607cc3eb626fec43","name":"yauzl","description":"yet another unzip library for node","dist-tags":{"latest":"2.8.0"},"versions":{"0.0.0":{"name":"yauzl","version":"0.0.0","description":"yet another unzip library for node","main":"index.js","repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1"},"gitHead":"39b00e0bbc22d3d1134b3ce51b8a62234c70aef2","_id":"yauzl@0.0.0","scripts":{},"_shasum":"3fc19e3c5809c11a619ee3a3fa507a5b65002a3e","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"3fc19e3c5809c11a619ee3a3fa507a5b65002a3e","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-0.0.0.tgz"},"directories":{}},"1.0.0":{"name":"yauzl","version":"1.0.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","iconv":"~2.1.4","pend":"~1.1.3"},"gitHead":"7aeb10f68df659543cdf02ba4a94d93f371e4918","_id":"yauzl@1.0.0","_shasum":"a9a73fafc2e47a5aa5ceb4cb3f52f81eca0ab4ab","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"a9a73fafc2e47a5aa5ceb4cb3f52f81eca0ab4ab","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-1.0.0.tgz"},"directories":{}},"1.1.0":{"name":"yauzl","version":"1.1.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","iconv":"~2.1.4","pend":"~1.1.3"},"gitHead":"f71f0a1a4624602a8a435fe9e76d6f1f397560b9","_id":"yauzl@1.1.0","_shasum":"19630199ede8597b84d5337c633d3f42965c2061","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"19630199ede8597b84d5337c633d3f42965c2061","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-1.1.0.tgz"},"directories":{}},"1.1.1":{"name":"yauzl","version":"1.1.1","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","iconv":"~2.1.4","pend":"~1.1.3"},"gitHead":"bb3a129b0f80cc99a6d9bf875c0bbf07620aa05a","_id":"yauzl@1.1.1","_shasum":"17a02b9dc489543cab17c744b9c8c31b5aaa04e5","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"17a02b9dc489543cab17c744b9c8c31b5aaa04e5","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-1.1.1.tgz"},"directories":{}},"2.0.0":{"name":"yauzl","version":"2.0.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","iconv":"~2.1.4","pend":"~1.1.3"},"gitHead":"2f6277a8f57267e4149a31d7ed60bcdd0f88a88c","_id":"yauzl@2.0.0","_shasum":"3e9eaf431c13d89b207a7d06d7ff8d307db0b2ff","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"}],"dist":{"shasum":"3e9eaf431c13d89b207a7d06d7ff8d307db0b2ff","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.0.0.tgz"},"directories":{}},"2.0.1":{"name":"yauzl","version":"2.0.1","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","iconv":"~2.1.4","pend":"~1.1.3"},"_id":"yauzl@2.0.1","dist":{"shasum":"ac0d1c8600609179697e57b596007d570d115fe8","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.0.1.tgz"},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"directories":{}},"2.0.2":{"name":"yauzl","version":"2.0.2","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","iconv":"~2.1.4","pend":"~1.1.3"},"gitHead":"bbad333a8bbb892cbf2b4ae94e69c40210015c9d","_id":"yauzl@2.0.2","_shasum":"6bbf06ad056de81d741ba99aed061036e8a509a6","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"dist":{"shasum":"6bbf06ad056de81d741ba99aed061036e8a509a6","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.0.2.tgz"},"directories":{}},"2.0.3":{"name":"yauzl","version":"2.0.3","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","iconv":"~2.1.4","pend":"~1.1.3"},"gitHead":"997de8421b3ccdbbc3fa6a2cb1136db60ad6b450","_id":"yauzl@2.0.3","_shasum":"099d0b480b3836ab8e8505f9723d87a72cd1678a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"dist":{"shasum":"099d0b480b3836ab8e8505f9723d87a72cd1678a","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.0.3.tgz"},"directories":{}},"2.1.0":{"name":"yauzl","version":"2.1.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~0.2.1","pend":"~1.1.3"},"gitHead":"457392ff3f6cfa0c2d64ab84d4cc2da06bb05511","_id":"yauzl@2.1.0","_shasum":"4597cec4308d8040e93d500a4c78599dc40d874c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"dist":{"shasum":"4597cec4308d8040e93d500a4c78599dc40d874c","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.1.0.tgz"},"directories":{}},"2.2.0":{"name":"yauzl","version":"2.2.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.0","pend":"~1.2.0"},"devDependencies":{"istanbul":"~0.3.4"},"gitHead":"7013c5e2bbac6a5ae3788cb531723156b2090172","_id":"yauzl@2.2.0","_shasum":"860af8c8593ea75da5d6da5a7a00db8a5996baa1","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"dist":{"shasum":"860af8c8593ea75da5d6da5a7a00db8a5996baa1","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.2.0.tgz"},"directories":{}},"2.2.1":{"name":"yauzl","version":"2.2.1","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1","pend":"~1.2.0"},"devDependencies":{"istanbul":"~0.3.4"},"gitHead":"1201e26aae88a869d9a5dd2b99779331b8f2f467","_id":"yauzl@2.2.1","_shasum":"ff5a30c3b30801139c6675e39ea52eea7b7a2354","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"superjoe","email":"superjoe30@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"dist":{"shasum":"ff5a30c3b30801139c6675e39ea52eea7b7a2354","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.2.1.tgz"},"directories":{}},"2.3.0":{"name":"yauzl","version":"2.3.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1","pend":"~1.2.0"},"devDependencies":{"istanbul":"~0.3.4"},"gitHead":"1ff4bfcd1e270a3807fbcf0630cb2eaf207a5247","_id":"yauzl@2.3.0","_shasum":"0e4c6861239419fa449a5f90e96911c2c8e2f66c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"dist":{"shasum":"0e4c6861239419fa449a5f90e96911c2c8e2f66c","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.3.0.tgz"},"directories":{}},"2.3.1":{"name":"yauzl","version":"2.3.1","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1","pend":"~1.2.0"},"devDependencies":{"istanbul":"~0.3.4"},"gitHead":"4c86fdb8a3467d68adfa1223fa1d656fe4125b40","_id":"yauzl@2.3.1","_shasum":"6707fe2b6a4dac9445cc429bf04a11c7dedfa36a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"dist":{"shasum":"6707fe2b6a4dac9445cc429bf04a11c7dedfa36a","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.3.1.tgz"},"directories":{}},"2.4.0":{"name":"yauzl","version":"2.4.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"gitHead":"579ed80e3fdfbf4d6426bf17676f642130394278","_id":"yauzl@2.4.0","_shasum":"2bae234a1816e133a1ed7efe21b2e0442ead02ad","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"2bae234a1816e133a1ed7efe21b2e0442ead02ad","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.4.0.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"directories":{}},"2.4.1":{"name":"yauzl","version":"2.4.1","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"gitHead":"d528c3ad49efd27986ee661159fade32617cedb6","_id":"yauzl@2.4.1","_shasum":"9528f442dab1b2284e58b4379bb194e22e0c4005","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"9528f442dab1b2284e58b4379bb194e22e0c4005","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"directories":{}},"2.4.2":{"name":"yauzl","version":"2.4.2","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"files":["index.js"],"gitHead":"690f5742f1c94b875c60744f46656eec4a1afccb","_id":"yauzl@2.4.2","_shasum":"e0a1e49e88bfb1ae57c8aa3a9d27e31dcca0b0a0","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"e0a1e49e88bfb1ae57c8aa3a9d27e31dcca0b0a0","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.4.2.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/yauzl-2.4.2.tgz_1462819198837_0.8542271046899259"},"directories":{}},"2.4.3":{"name":"yauzl","version":"2.4.3","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"files":["index.js"],"gitHead":"a525eed80a3eaf22108edd2462dc00f7ae13b113","_id":"yauzl@2.4.3","_shasum":"5d9b6c0fc3be961ea0412122843016fdcf7c35bc","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"5d9b6c0fc3be961ea0412122843016fdcf7c35bc","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.4.3.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/yauzl-2.4.3.tgz_1465055041942_0.27617780142463744"},"directories":{}},"2.5.0":{"name":"yauzl","version":"2.5.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"files":["index.js"],"gitHead":"285584687cbc322777bd9e9ce1f5f0a5ef2dbe60","_id":"yauzl@2.5.0","_shasum":"17236c4819e8ecc4f0fe4e6c4945675b6f591883","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"17236c4819e8ecc4f0fe4e6c4945675b6f591883","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.5.0.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/yauzl-2.5.0.tgz_1465366103059_0.3114269031211734"},"directories":{}},"2.6.0":{"name":"yauzl","version":"2.6.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1","buffer-crc32":"~0.2.3"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"files":["index.js"],"gitHead":"1efb566ea8407ef48b72aa83b9aa586ffb69802a","_id":"yauzl@2.6.0","_shasum":"40894d4587bb125500d05df45471cd5e114a76f9","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"40894d4587bb125500d05df45471cd5e114a76f9","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.6.0.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/yauzl-2.6.0.tgz_1466241272314_0.022158635081723332"},"directories":{}},"2.7.0":{"name":"yauzl","version":"2.7.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1","buffer-crc32":"~0.2.3"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"files":["index.js"],"gitHead":"1f5cb3dc6f4e9d4df06e96c665af52e576616cc3","_id":"yauzl@2.7.0","_shasum":"e21d847868b496fc29eaec23ee87fdd33e9b2bce","_from":".","_npmVersion":"3.5.2","_nodeVersion":"4.2.6","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"e21d847868b496fc29eaec23ee87fdd33e9b2bce","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.7.0.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/yauzl-2.7.0.tgz_1477366320782_0.2824456379748881"},"directories":{}},"2.8.0":{"name":"yauzl","version":"2.8.0","description":"yet another unzip library for node","main":"index.js","scripts":{"test":"node test/test.js","test-cov":"istanbul cover test/test.js","test-travis":"istanbul cover --report lcovonly test/test.js"},"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"keywords":["unzip","zip","stream","archive","file"],"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"homepage":"https://github.com/thejoshwolfe/yauzl","dependencies":{"fd-slicer":"~1.0.1","buffer-crc32":"~0.2.3"},"devDependencies":{"bl":"~1.0.0","istanbul":"~0.3.4","pend":"~1.2.0"},"files":["index.js"],"gitHead":"1107f1a42f39ff73c2f2b95c2824d1eba3a2955e","_id":"yauzl@2.8.0","_shasum":"79450aff22b2a9c5a41ef54e02db907ccfbf9ee2","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},"dist":{"shasum":"79450aff22b2a9c5a41ef54e02db907ccfbf9ee2","tarball":"https://registry.npmjs.org/yauzl/-/yauzl-2.8.0.tgz"},"maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/yauzl-2.8.0.tgz_1492887021651_0.6359197890851647"},"directories":{}}},"readme":"# yauzl\n\n[![Build Status](https://travis-ci.org/thejoshwolfe/yauzl.svg?branch=master)](https://travis-ci.org/thejoshwolfe/yauzl)\n[![Coverage Status](https://img.shields.io/coveralls/thejoshwolfe/yauzl.svg)](https://coveralls.io/r/thejoshwolfe/yauzl)\n\nyet another unzip library for node. For zipping, see\n[yazl](https://github.com/thejoshwolfe/yazl).\n\nDesign principles:\n\n * Follow the spec.\n Don't scan for local file headers.\n Read the central directory for file metadata.\n (see [No Streaming Unzip API](#no-streaming-unzip-api)).\n * Don't block the JavaScript thread.\n Use and provide async APIs.\n * Keep memory usage under control.\n Don't attempt to buffer entire files in RAM at once.\n * Never crash (if used properly).\n Don't let malformed zip files bring down client applications who are trying to catch errors.\n * Catch unsafe file names.\n See `validateFileName()`.\n\n## Usage\n\n```js\nvar yauzl = require(\"yauzl\");\n\nyauzl.open(\"path/to/file.zip\", {lazyEntries: true}, function(err, zipfile) {\n if (err) throw err;\n zipfile.readEntry();\n zipfile.on(\"entry\", function(entry) {\n if (/\\/$/.test(entry.fileName)) {\n // Directory file names end with '/'.\n // Note that entires for directories themselves are optional.\n // An entry's fileName implicitly requires its parent directories to exist.\n } else {\n // file entry\n zipfile.openReadStream(entry, function(err, readStream) {\n if (err) throw err;\n readStream.on(\"end\", function() {\n zipfile.readEntry();\n });\n readStream.pipe(somewhere);\n });\n }\n });\n});\n```\n\nSee also `examples/` for more usage examples.\n\n## API\n\nThe default for every optional `callback` parameter is:\n\n```js\nfunction defaultCallback(err) {\n if (err) throw err;\n}\n```\n\n### open(path, [options], [callback])\n\nCalls `fs.open(path, \"r\")` and reads the `fd` effectively the same as `fromFd()` would.\n\n`options` may be omitted or `null`. The defaults are `{autoClose: true, lazyEntries: false, decodeStrings: true, validateEntrySizes: true}`.\n\n`autoClose` is effectively equivalent to:\n\n```js\nzipfile.once(\"end\", function() {\n zipfile.close();\n});\n```\n\n`lazyEntries` indicates that entries should be read only when `readEntry()` is called.\nIf `lazyEntries` is `false`, `entry` events will be emitted as fast as possible to allow `pipe()`ing\nfile data from all entries in parallel.\nThis is not recommended, as it can lead to out of control memory usage for zip files with many entries.\nSee [issue #22](https://github.com/thejoshwolfe/yauzl/issues/22).\nIf `lazyEntries` is `true`, an `entry` or `end` event will be emitted in response to each call to `readEntry()`.\nThis allows processing of one entry at a time, and will keep memory usage under control for zip files with many entries.\n\n`decodeStrings` is the default and causes yauzl to decode strings with `CP437` or `UTF-8` as required by the spec.\nThe exact effects of turning this option off are:\n\n* `zipfile.comment`, `entry.fileName`, and `entry.fileComment` will be `Buffer` objects instead of `String`s.\n* Any Info-ZIP Unicode Path Extra Field will be ignored. See `extraFields`.\n* Automatic file name validation will not be performed. See `validateFileName()`.\n\n`validateEntrySizes` is the default and ensures that an entry's reported uncompressed size matches its actual uncompressed size.\nThis check happens as early as possible, which is either before emitting each `\"entry\"` event (for entries with no compression),\nor during the `readStream` piping after calling `openReadStream()`.\nSee `openReadStream()` for more information on defending against zip bomb attacks.\n\nThe `callback` is given the arguments `(err, zipfile)`.\nAn `err` is provided if the End of Central Directory Record cannot be found, or if its metadata appears malformed.\nThis kind of error usually indicates that this is not a zip file.\nOtherwise, `zipfile` is an instance of `ZipFile`.\n\n### fromFd(fd, [options], [callback])\n\nReads from the fd, which is presumed to be an open .zip file.\nNote that random access is required by the zip file specification,\nso the fd cannot be an open socket or any other fd that does not support random access.\n\n`options` may be omitted or `null`. The defaults are `{autoClose: false, lazyEntries: false, decodeStrings: true, validateEntrySizes: true}`.\n\nSee `open()` for the meaning of the options and callback.\n\n### fromBuffer(buffer, [options], [callback])\n\nLike `fromFd()`, but reads from a RAM buffer instead of an open file.\n`buffer` is a `Buffer`.\n\nIf a `ZipFile` is acquired from this method,\nit will never emit the `close` event,\nand calling `close()` is not necessary.\n\n`options` may be omitted or `null`. The defaults are `{lazyEntries: false, decodeStrings: true, validateEntrySizes: true}`.\n\nSee `open()` for the meaning of the options and callback.\nThe `autoClose` option is ignored for this method.\n\n### fromRandomAccessReader(reader, totalSize, [options], [callback])\n\nThis method of reading a zip file allows clients to implement their own back-end file system.\nFor example, a client might translate read calls into network requests.\n\nThe `reader` parameter must be of a type that is a subclass of\n[RandomAccessReader](#class-randomaccessreader) that implements the required methods.\nThe `totalSize` is a Number and indicates the total file size of the zip file.\n\n`options` may be omitted or `null`. The defaults are `{autoClose: true, lazyEntries: false, decodeStrings: true, validateEntrySizes: true}`.\n\nSee `open()` for the meaning of the options and callback.\n\n### dosDateTimeToDate(date, time)\n\nConverts MS-DOS `date` and `time` data into a JavaScript `Date` object.\nEach parameter is a `Number` treated as an unsigned 16-bit integer.\nNote that this format does not support timezones,\nso the returned object will use the local timezone.\n\n### validateFileName(fileName)\n\nReturns `null` or a `String` error message depending on the validity of `fileName`.\nIf `fileName` starts with `\"/\"` or `/[A-Za-z]:\\//` or if it contains `\"..\"` path segments or `\"\\\\\"`,\nthis function returns an error message appropriate for use like this:\n\n```js\nvar errorMessage = yauzl.validateFileName(fileName);\nif (errorMessage != null) throw new Error(errorMessage);\n```\n\nThis function is automatically run for each entry, as long as `decodeStrings` is `true`.\nSee `open()` and `Event: \"entry\"` for more information.\n\n### Class: ZipFile\n\nThe constructor for the class is not part of the public API.\nUse `open()`, `fromFd()`, `fromBuffer()`, or `fromRandomAccessReader()` instead.\n\n#### Event: \"entry\"\n\nCallback gets `(entry)`, which is an `Entry`.\nSee `open()` and `readEntry()` for when this event is emitted.\n\nIf `decodeStrings` is `true`, entries emitted via this event have already passed file name validation.\nSee `validateFileName()` and `open()` for more information.\n\nIf `validateEntrySizes` is `true` and this entry's `compressionMethod` is `0` (stored without compression),\nthis entry has already passed entry size validation.\nSee `open()` for more information.\n\n#### Event: \"end\"\n\nEmitted after the last `entry` event has been emitted.\nSee `open()` and `readEntry()` for more info on when this event is emitted.\n\n#### Event: \"close\"\n\nEmitted after the fd is actually closed.\nThis is after calling `close()` (or after the `end` event when `autoClose` is `true`),\nand after all stream pipelines created from `openReadStream()` have finished reading data from the fd.\n\nIf this `ZipFile` was acquired from `fromRandomAccessReader()`,\nthe \"fd\" in the previous paragraph refers to the `RandomAccessReader` implemented by the client.\n\nIf this `ZipFile` was acquired from `fromBuffer()`, this event is never emitted.\n\n#### Event: \"error\"\n\nEmitted in the case of errors with reading the zip file.\n(Note that other errors can be emitted from the streams created from `openReadStream()` as well.)\nAfter this event has been emitted, no further `entry`, `end`, or `error` events will be emitted,\nbut the `close` event may still be emitted.\n\n#### readEntry()\n\nCauses this `ZipFile` to emit an `entry` or `end` event (or an `error` event).\nThis method must only be called when this `ZipFile` was created with the `lazyEntries` option set to `true` (see `open()`).\nWhen this `ZipFile` was created with the `lazyEntries` option set to `true`,\n`entry` and `end` events are only ever emitted in response to this method call.\n\nThe event that is emitted in response to this method will not be emitted until after this method has returned,\nso it is safe to call this method before attaching event listeners.\n\nAfter calling this method, calling this method again before the response event has been emitted will cause undefined behavior.\nCalling this method after the `end` event has been emitted will cause undefined behavior.\nCalling this method after calling `close()` will cause undefined behavior.\n\n#### openReadStream(entry, [options], callback)\n\n`entry` must be an `Entry` object from this `ZipFile`.\n`callback` gets `(err, readStream)`, where `readStream` is a `Readable Stream` that provides the file data for this entry.\nIf this zipfile is already closed (see `close()`), the `callback` will receive an `err`.\n\n`options` may be omitted or `null`, and has the following defaults:\n\n```js\n{\n decompress: entry.isCompressed() ? true : null,\n decrypt: null,\n start: 0, // actually the default is null, see below\n end: entry.compressedSize, // actually the default is null, see below\n}\n```\n\nIf the entry is compressed (with a supported compression method),\nand the `decompress` option is `true` (or omitted),\nthe read stream provides the decompressed data.\nOmitting the `decompress` option is what most clients should do.\n\nThe `decompress` option must be `null` (or omitted) when the entry is not compressed (see `isCompressed()`),\nand either `true` (or omitted) or `false` when the entry is compressed.\nSpecifying `decompress: false` for a compressed entry causes the read stream\nto provide the raw compressed file data without going through a zlib inflate transform.\n\nIf the entry is encrypted (see `isEncrypted()`), clients may want to avoid calling `openReadStream()` on the entry entirely.\nAlternatively, clients may call `openReadStream()` for encrypted entries and specify `decrypt: false`.\nIf the entry is also compressed, clients must *also* specify `decompress: false`.\nSpecifying `decrypt: false` for an encrypted entry causes the read stream to provide the raw, still-encrypted file data.\n(This data includes the 12-byte header described in the spec.)\n\nThe `decrypt` option must be `null` (or omitted) for non-encrypted entries, and `false` for encrypted entries.\nOmitting the `decrypt` option (or specifying it as `null`) for an encrypted entry\nwill result in the `callback` receiving an `err`.\nThis default behavior is so that clients not accounting for encrypted files aren't surprised by bogus file data.\n\nThe `start` (inclusive) and `end` (exclusive) options are byte offsets into this entry's file data,\nand can be used to obtain part of an entry's file data rather than the whole thing.\nIf either of these options are specified and non-`null`,\nthen the above options must be used to obain the file's raw data.\nSpeficying `{start: 0, end: entry.compressedSize}` will result in the complete file,\nwhich is effectively the default values for these options,\nbut note that unlike omitting the options, when you specify `start` or `end` as any non-`null` value,\nthe above requirement is still enforced that you must also pass the appropriate options to get the file's raw data.\n\nIt's possible for the `readStream` provided to the `callback` to emit errors for several reasons.\nFor example, if zlib cannot decompress the data, the zlib error will be emitted from the `readStream`.\nTwo more error cases (when `validateEntrySizes` is `true`) are if the decompressed data has too many\nor too few actual bytes compared to the reported byte count from the entry's `uncompressedSize` field.\nyauzl notices this false information and emits an error from the `readStream`\nafter some number of bytes have already been piped through the stream.\n\nThis check allows clients to trust the `uncompressedSize` field in `Entry` objects.\nGuarding against [zip bomb](http://en.wikipedia.org/wiki/Zip_bomb) attacks can be accomplished by\ndoing some heuristic checks on the size metadata and then watching out for the above errors.\nSuch heuristics are outside the scope of this library,\nbut enforcing the `uncompressedSize` is implemented here as a security feature.\n\nIt is possible to destroy the `readStream` before it has piped all of its data.\nTo do this, call `readStream.destroy()`.\nYou must `unpipe()` the `readStream` from any destination before calling `readStream.destroy()`.\nIf this zipfile was created using `fromRandomAccessReader()`, the `RandomAccessReader` implementation\nmust provide readable streams that implement a `.destroy()` method (see `randomAccessReader._readStreamForRange()`)\nin order for calls to `readStream.destroy()` to work in this context.\n\n#### close()\n\nCauses all future calls to `openReadStream()` to fail,\nand closes the fd after all streams created by `openReadStream()` have emitted their `end` events.\n\nIf the `autoClose` option is set to `true` (see `open()`),\nthis function will be called automatically effectively in response to this object's `end` event.\n\nIf the `lazyEntries` option is set to `false` (see `open()`) and this object's `end` event has not been emitted yet,\nthis function causes undefined behavior.\nIf the `lazyEntries` option is set to `true`,\nyou can call this function instead of calling `readEntry()` to abort reading the entries of a zipfile.\n\nIt is safe to call this function multiple times; after the first call, successive calls have no effect.\nThis includes situations where the `autoClose` option effectively calls this function for you.\n\n#### isOpen\n\n`Boolean`. `true` until `close()` is called; then it's `false`.\n\n#### entryCount\n\n`Number`. Total number of central directory records.\n\n#### comment\n\n`String`. Always decoded with `CP437` per the spec.\n\nIf `decodeStrings` is `false` (see `open()`), this field is the undecoded `Buffer` instead of a decoded `String`.\n\n### Class: Entry\n\nObjects of this class represent Central Directory Records.\nRefer to the zipfile specification for more details about these fields.\n\nThese fields are of type `Number`:\n\n * `versionMadeBy`\n * `versionNeededToExtract`\n * `generalPurposeBitFlag`\n * `compressionMethod`\n * `lastModFileTime` (MS-DOS format, see `getLastModDateTime`)\n * `lastModFileDate` (MS-DOS format, see `getLastModDateTime`)\n * `crc32`\n * `compressedSize`\n * `uncompressedSize`\n * `fileNameLength` (bytes)\n * `extraFieldLength` (bytes)\n * `fileCommentLength` (bytes)\n * `internalFileAttributes`\n * `externalFileAttributes`\n * `relativeOffsetOfLocalHeader`\n\n#### fileName\n\n`String`.\nFollowing the spec, the bytes for the file name are decoded with\n`UTF-8` if `generalPurposeBitFlag & 0x800`, otherwise with `CP437`.\nAlternatively, this field may be populated from the Info-ZIP Unicode Path Extra Field\n(see `extraFields`).\n\nThis field is automatically validated by `validateFileName()` before yauzl emits an \"entry\" event.\nIf this field would contain unsafe characters, yauzl emits an error instead of an entry.\n\nIf `decodeStrings` is `false` (see `open()`), this field is the undecoded `Buffer` instead of a decoded `String`.\nTherefore, `generalPurposeBitFlag` and any Info-ZIP Unicode Path Extra Field are ignored.\nFurthermore, no automatic file name validation is performed for this file name.\n\n#### extraFields\n\n`Array` with each entry in the form `{id: id, data: data}`,\nwhere `id` is a `Number` and `data` is a `Buffer`.\n\nThis library looks for and reads the ZIP64 Extended Information Extra Field (0x0001)\nin order to support ZIP64 format zip files.\n\nThis library also looks for and reads the Info-ZIP Unicode Path Extra Field (0x7075)\nin order to support some zipfiles that use it instead of General Purpose Bit 8\nto convey `UTF-8` file names.\nWhen the field is identified and verified to be reliable (see the zipfile spec),\nthe the file name in this field is stored in the `fileName` property,\nand the file name in the central directory record for this entry is ignored.\nNote that when `decodeStrings` is false, all Info-ZIP Unicode Path Extra Fields are ignored.\n\nNone of the other fields are considered significant by this library.\nFields that this library reads are left unalterned in the `extraFields` array.\n\n#### fileComment\n\n`String` decoded with the charset indicated by `generalPurposeBitFlag & 0x800` as with the `fileName`.\n(The Info-ZIP Unicode Path Extra Field has no effect on the charset used for this field.)\n\nIf `decodeStrings` is `false` (see `open()`), this field is the undecoded `Buffer` instead of a decoded `String`.\n\nPrior to yauzl version 2.7.0, this field was erroneously documented as `comment` instead of `fileComment`.\nFor compatibility with any code that uses the field name `comment`,\nyauzl creates an alias field named `comment` which is identical to `fileComment`.\n\n#### getLastModDate()\n\nEffectively implemented as:\n\n```js\nreturn dosDateTimeToDate(this.lastModFileDate, this.lastModFileTime);\n```\n\n#### isEncrypted()\n\nReturns is this entry encrypted with \"Traditional Encryption\".\nEffectively implemented as:\n\n```js\nreturn (this.generalPurposeBitFlag & 0x1) !== 0;\n```\n\nSee `openReadStream()` for the implications of this value.\n\nNote that \"Strong Encryption\" is not supported, and will result in an `\"error\"` event emitted from the `ZipFile`.\n\n#### isCompressed()\n\nEffectively implemented as:\n\n```js\nreturn this.compressionMethod === 8;\n```\n\nSee `openReadStream()` for the implications of this value.\n\n### Class: RandomAccessReader\n\nThis class is meant to be subclassed by clients and instantiated for the `fromRandomAccessReader()` function.\n\nAn example implementation can be found in `test/test.js`.\n\n#### randomAccessReader._readStreamForRange(start, end)\n\nSubclasses *must* implement this method.\n\n`start` and `end` are Numbers and indicate byte offsets from the start of the file.\n`end` is exclusive, so `_readStreamForRange(0x1000, 0x2000)` would indicate to read `0x1000` bytes.\n`end - start` will always be at least `1`.\n\nThis method should return a readable stream which will be `pipe()`ed into another stream.\nIt is expected that the readable stream will provide data in several chunks if necessary.\nIf the readable stream provides too many or too few bytes, an error will be emitted.\n(Note that `validateEntrySizes` has no effect on this check,\nbecause this is a low-level API that should behave correctly regardless of the contents of the file.)\nAny errors emitted on the readable stream will be handled and re-emitted on the client-visible stream\n(returned from `zipfile.openReadStream()`) or provided as the `err` argument to the appropriate callback\n(for example, for `fromRandomAccessReader()`).\n\nThe returned stream *must* implement a method `.destroy()`\nif you call `readStream.destroy()` on streams you get from `openReadStream()`.\nIf you never call `readStream.destroy()`, then streams returned from this method do not need to implement a method `.destroy()`.\n`.destroy()` should abort any streaming that is in progress and clean up any associated resources.\n`.destroy()` will only be called after the stream has been `unpipe()`d from its destination.\n\nNote that the stream returned from this method might not be the same object that is provided by `openReadStream()`.\nThe stream returned from this method might be `pipe()`d through one or more filter streams (for example, a zlib inflate stream).\n\n#### randomAccessReader.read(buffer, offset, length, position, callback)\n\nSubclasses may implement this method.\nThe default implementation uses `createReadStream()` to fill the `buffer`.\n\nThis method should behave like `fs.read()`.\n\n#### randomAccessReader.close(callback)\n\nSubclasses may implement this method.\nThe default implementation is effectively `setImmediate(callback);`.\n\n`callback` takes parameters `(err)`.\n\nThis method is called once the all streams returned from `_readStreamForRange()` have ended,\nand no more `_readStreamForRange()` or `read()` requests will be issued to this object.\n\n## How to Avoid Crashing\n\nWhen a malformed zipfile is encountered, the default behavior is to crash (throw an exception).\nIf you want to handle errors more gracefully than this,\nbe sure to do the following:\n\n * Provide `callback` parameters where they are allowed, and check the `err` parameter.\n * Attach a listener for the `error` event on any `ZipFile` object you get from `open()`, `fromFd()`, `fromBuffer()`, or `fromRandomAccessReader()`.\n * Attach a listener for the `error` event on any stream you get from `openReadStream()`.\n\nMinor version updates to yauzl will not add any additional requirements to this list.\n\n## Limitations\n\n### No Streaming Unzip API\n\nDue to the design of the .zip file format, it's impossible to interpret a .zip file from start to finish\n(such as from a readable stream) without sacrificing correctness.\nThe Central Directory, which is the authority on the contents of the .zip file, is at the end of a .zip file, not the beginning.\nA streaming API would need to either buffer the entire .zip file to get to the Central Directory before interpreting anything\n(defeating the purpose of a streaming interface), or rely on the Local File Headers which are interspersed through the .zip file.\nHowever, the Local File Headers are explicitly denounced in the spec as being unreliable copies of the Central Directory,\nso trusting them would be a violation of the spec.\n\nAny library that offers a streaming unzip API must make one of the above two compromises,\nwhich makes the library either dishonest or nonconformant (usually the latter).\nThis library insists on correctness and adherence to the spec, and so does not offer a streaming API.\n\n### Limitted ZIP64 Support\n\nFor ZIP64, only zip files smaller than `8PiB` are supported,\nnot the full `16EiB` range that a 64-bit integer should be able to index.\nThis is due to the JavaScript Number type being an IEEE 754 double precision float.\n\nThe Node.js `fs` module probably has this same limitation.\n\n### ZIP64 Extensible Data Sector Is Ignored\n\nThe spec does not allow zip file creators to put arbitrary data here,\nbut rather reserves its use for PKWARE and mentions something about Z390.\nThis doesn't seem useful to expose in this library, so it is ignored.\n\n### No Multi-Disk Archive Support\n\nThis library does not support multi-disk zip files.\nThe multi-disk fields in the zipfile spec were intended for a zip file to span multiple floppy disks,\nwhich probably never happens now.\nIf the \"number of this disk\" field in the End of Central Directory Record is not `0`,\nthe `open()`, `fromFd()`, `fromBuffer()`, or `fromRandomAccessReader()` `callback` will receive an `err`.\nBy extension the following zip file fields are ignored by this library and not provided to clients:\n\n * Disk where central directory starts\n * Number of central directory records on this disk\n * Disk number where file starts\n\n### Limited Encryption Handling\n\nYou can detect when a file entry is encrypted with \"Traditional Encryption\" via `isEncrypted()`,\nbut yauzl will not help you decrypt it.\nSee `openReadStream()`.\n\nIf a zip file contains file entries encrypted with \"Strong Encryption\", yauzl emits an error.\n\nIf the central directory is encrypted or compressed, yauzl emits an error.\n\n### Local File Headers Are Ignored\n\nMany unzip libraries mistakenly read the Local File Header data in zip files.\nThis data is officially defined to be redundant with the Central Directory information,\nand is not to be trusted.\nAside from checking the signature, yauzl ignores the content of the Local File Header.\n\n### No CRC-32 Checking\n\nThis library provides the `crc32` field of `Entry` objects read from the Central Directory.\nHowever, this field is not used for anything in this library.\n\n### versionNeededToExtract Is Ignored\n\nThe field `versionNeededToExtract` is ignored,\nbecause this library doesn't support the complete zip file spec at any version,\n\n### No Support For Obscure Compression Methods\n\nRegarding the `compressionMethod` field of `Entry` objects,\nonly method `0` (stored with no compression)\nand method `8` (deflated) are supported.\nAny of the other 15 official methods will cause the `openReadStream()` `callback` to receive an `err`.\n\n### Data Descriptors Are Ignored\n\nThere may or may not be Data Descriptor sections in a zip file.\nThis library provides no support for finding or interpreting them.\n\n### Archive Extra Data Record Is Ignored\n\nThere may or may not be an Archive Extra Data Record section in a zip file.\nThis library provides no support for finding or interpreting it.\n\n### No Language Encoding Flag Support\n\nZip files officially support charset encodings other than CP437 and UTF-8,\nbut the zip file spec does not specify how it works.\nThis library makes no attempt to interpret the Language Encoding Flag.\n\n## Change History\n\n * 2.8.0\n * Added option `validateEntrySizes`. [issue #53](https://github.com/thejoshwolfe/yauzl/issues/53)\n * Added `examples/promises.js`\n * Added ability to read raw file data via `decompress` and `decrypt` options. [issue #11](https://github.com/thejoshwolfe/yauzl/issues/11), [issue #38](https://github.com/thejoshwolfe/yauzl/issues/38), [pull #39](https://github.com/thejoshwolfe/yauzl/pull/39)\n * Added `start` and `end` options to `openReadStream()`. [issue #38](https://github.com/thejoshwolfe/yauzl/issues/38)\n * 2.7.0\n * Added option `decodeStrings`. [issue #42](https://github.com/thejoshwolfe/yauzl/issues/42)\n * Fixed documentation for `entry.fileComment` and added compatibility alias. [issue #47](https://github.com/thejoshwolfe/yauzl/issues/47)\n * 2.6.0\n * Support Info-ZIP Unicode Path Extra Field, used by WinRAR for Chinese file names. [issue #33](https://github.com/thejoshwolfe/yauzl/issues/33)\n * 2.5.0\n * Ignore malformed Extra Field that is common in Android .apk files. [issue #31](https://github.com/thejoshwolfe/yauzl/issues/31)\n * 2.4.3\n * Fix crash when parsing malformed Extra Field buffers. [issue #31](https://github.com/thejoshwolfe/yauzl/issues/31)\n * 2.4.2\n * Remove .npmignore and .travis.yml from npm package.\n * 2.4.1\n * Fix error handling.\n * 2.4.0\n * Add ZIP64 support. [issue #6](https://github.com/thejoshwolfe/yauzl/issues/6)\n * Add `lazyEntries` option. [issue #22](https://github.com/thejoshwolfe/yauzl/issues/22)\n * Add `readStream.destroy()` method. [issue #26](https://github.com/thejoshwolfe/yauzl/issues/26)\n * Add `fromRandomAccessReader()`. [issue #14](https://github.com/thejoshwolfe/yauzl/issues/14)\n * Add `examples/unzip.js`.\n * 2.3.1\n * Documentation updates.\n * 2.3.0\n * Check that `uncompressedSize` is correct, or else emit an error. [issue #13](https://github.com/thejoshwolfe/yauzl/issues/13)\n * 2.2.1\n * Update dependencies.\n * 2.2.0\n * Update dependencies.\n * 2.1.0\n * Remove dependency on `iconv`.\n * 2.0.3\n * Fix crash when trying to read a 0-byte file.\n * 2.0.2\n * Fix event behavior after errors.\n * 2.0.1\n * Fix bug with using `iconv`.\n * 2.0.0\n * Initial release.\n","maintainers":[{"name":"thejoshwolfe","email":"thejoshwolfe@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"}],"time":{"modified":"2017-07-13T06:03:37.609Z","created":"2014-08-22T05:43:04.937Z","0.0.0":"2014-08-22T05:43:04.937Z","1.0.0":"2014-08-27T08:55:05.424Z","1.1.0":"2014-08-27T09:44:14.077Z","1.1.1":"2014-09-03T03:17:05.930Z","2.0.0":"2014-09-20T08:04:05.875Z","2.0.1":"2014-09-29T19:26:01.654Z","2.0.2":"2014-10-13T04:57:22.130Z","2.0.3":"2014-10-16T00:12:41.642Z","2.1.0":"2014-10-16T09:51:30.706Z","2.2.0":"2014-12-03T23:41:36.343Z","2.2.1":"2015-01-12T16:35:37.427Z","2.3.0":"2015-04-29T23:30:17.362Z","2.3.1":"2015-05-15T22:56:34.901Z","2.4.0":"2015-12-31T19:04:12.173Z","2.4.1":"2015-12-31T20:01:42.865Z","2.4.2":"2016-05-09T18:40:01.386Z","2.4.3":"2016-06-04T15:44:04.466Z","2.5.0":"2016-06-08T06:08:25.517Z","2.6.0":"2016-06-18T09:14:34.970Z","2.7.0":"2016-10-25T03:32:01.720Z","2.8.0":"2017-04-22T18:50:23.563Z"},"homepage":"https://github.com/thejoshwolfe/yauzl","keywords":["unzip","zip","stream","archive","file"],"repository":{"type":"git","url":"git+https://github.com/thejoshwolfe/yauzl.git"},"author":{"name":"Josh Wolfe","email":"thejoshwolfe@gmail.com"},"bugs":{"url":"https://github.com/thejoshwolfe/yauzl/issues"},"license":"MIT","readmeFilename":"README.md","users":{"erikvold":true,"superjoe":true,"jswartwood":true,"maxogden":true,"fishrock123":true,"timdream":true,"nycdotnet":true,"elisee":true,"chriszs":true,"nickeljew":true,"bret":true,"surfdude":true,"wenhsiaoyi":true,"anchnk":true,"nate-river":true,"shuoshubao":true,"ramyabot":true,"strawhat":true,"matthiasg":true},"_attachments":{},"_etag":"W/\"59670d39-d1f3\"","_lastModified":"Thu, 13 Jul 2017 06:03:37 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/registry.npmjs.org/yeast/.cache.json b/frappe/.npm/registry.npmjs.org/yeast/.cache.json new file mode 100644 index 00000000..32c56c9c --- /dev/null +++ b/frappe/.npm/registry.npmjs.org/yeast/.cache.json @@ -0,0 +1 @@ +{"_id":"yeast","_rev":"11-1c93c1db8bec8bccd2aaa106175281c9","name":"yeast","description":"Tiny but linear growing unique id generator","dist-tags":{"latest":"0.1.2"},"versions":{"0.0.0":{"name":"yeast","version":"0.0.0","description":"Tiny but linear growing unique id generator","main":"index.js","scripts":{"test":"mocha --reporter spec --ui bdd test.js"},"repository":{"type":"git","url":"https://github.com/unshiftio/yeast"},"keywords":["yeast","id","generator","unique"],"author":{"name":"Arnout Kazemier"},"license":"MIT","bugs":{"url":"https://github.com/unshiftio/yeast/issues"},"homepage":"https://github.com/unshiftio/yeast","devDependencies":{"assume":"0.0.9","mocha":"2.0.1","pre-commit":"0.0.9"},"_id":"yeast@0.0.0","_shasum":"4664805b39282223e7e00d2e55b60ad9c85bce7d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"unshift","email":"npm@unshift.io"},"maintainers":[{"name":"unshift","email":"npm@unshift.io"}],"dist":{"shasum":"4664805b39282223e7e00d2e55b60ad9c85bce7d","tarball":"https://registry.npmjs.org/yeast/-/yeast-0.0.0.tgz"},"directories":{}},"0.1.1":{"name":"yeast","version":"0.1.1","description":"Tiny but linear growing unique id generator","main":"index.js","scripts":{"100%":"istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100","test":"mocha test.js","watch":"mocha --watch test.js","coverage":"istanbul cover _mocha -- test.js","test-travis":"istanbul cover _mocha --report lcovonly -- test.js"},"repository":{"type":"git","url":"git+https://github.com/unshiftio/yeast.git"},"keywords":["yeast","id","generator","unique"],"author":{"name":"Arnout Kazemier"},"license":"MIT","bugs":{"url":"https://github.com/unshiftio/yeast/issues"},"homepage":"https://github.com/unshiftio/yeast","devDependencies":{"assume":"1.2.x","istanbul":"0.3.x","mocha":"2.2.x","pre-commit":"1.1.x"},"gitHead":"5d925e385d8b699ac30c384962465fa5e175d2b5","_id":"yeast@0.1.1","_shasum":"ba5a7c801d76fa8fffcf33cba8d4237051682f96","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"unshift","email":"npm@unshift.io"},"maintainers":[{"name":"unshift","email":"npm@unshift.io"}],"dist":{"shasum":"ba5a7c801d76fa8fffcf33cba8d4237051682f96","tarball":"https://registry.npmjs.org/yeast/-/yeast-0.1.1.tgz"},"directories":{}},"0.1.2":{"name":"yeast","version":"0.1.2","description":"Tiny but linear growing unique id generator","main":"index.js","scripts":{"100%":"istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100","test-node":"istanbul cover _mocha --report lcovonly -- test.js","coverage":"istanbul cover _mocha -- test.js","test-browser":"zuul -- test.js","watch":"mocha --watch test.js","test":"mocha test.js"},"repository":{"type":"git","url":"git+https://github.com/unshiftio/yeast.git"},"keywords":["yeast","id","generator","unique"],"author":{"name":"Arnout Kazemier"},"license":"MIT","bugs":{"url":"https://github.com/unshiftio/yeast/issues"},"homepage":"https://github.com/unshiftio/yeast","devDependencies":{"assume":"1.3.x","istanbul":"0.3.x","mocha":"2.3.x","pre-commit":"1.1.x","zuul":"3.4.x"},"gitHead":"5a7300f934302009aa8733fa84d43cc570756b98","_id":"yeast@0.1.2","_shasum":"008e06d8094320c372dbc2f8ed76a0ca6c8ac419","_from":".","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"unshift","email":"npm@unshift.io"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"008e06d8094320c372dbc2f8ed76a0ca6c8ac419","tarball":"https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz"},"directories":{}}},"readme":"# yeast\n\n[![Made by unshift](https://img.shields.io/badge/made%20by-unshift-00ffcc.svg?style=flat-square)](http://unshift.io)[![Version npm](https://img.shields.io/npm/v/yeast.svg?style=flat-square)](http://browsenpm.org/package/yeast)[![Build Status](https://img.shields.io/travis/unshiftio/yeast/master.svg?style=flat-square)](https://travis-ci.org/unshiftio/yeast)[![Dependencies](https://img.shields.io/david/unshiftio/yeast.svg?style=flat-square)](https://david-dm.org/unshiftio/yeast)[![Coverage Status](https://img.shields.io/coveralls/unshiftio/yeast/master.svg?style=flat-square)](https://coveralls.io/r/unshiftio/yeast?branch=master)[![IRC channel](https://img.shields.io/badge/IRC-irc.freenode.net%23unshift-00a8ff.svg?style=flat-square)](https://webchat.freenode.net/?channels=unshift)\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/yeast.svg)](https://saucelabs.com/u/yeast)\n\nYeast is a unique id generator. It has been primarily designed to generate a\nunique id which can be used for cache busting. A common practice for this is\nto use a timestamp, but there are couple of downsides when using timestamps.\n\n1. The timestamp is already 13 chars long. This might not matter for 1 request\n but if you make hundreds of them this quickly adds up in bandwidth and\n processing time.\n2. It's not unique enough. If you generate two stamps right after each other,\n they would be identical because the timing accuracy is limited to\n milliseconds.\n\nYeast solves both of these issues by:\n\n1. Compressing the generated timestamp using a custom `encode()` function that\n returns a string representation of the number.\n2. Seeding the id in case of collision (when the id is identical to the previous\n one).\n\nTo keep the strings unique it will use the `.` char to separate the generated\nstamp from the seed.\n\n## Installation\n\nThe module is intended to be used in browsers as well as in Node.js and is\ntherefore released in the npm registry and can be installed using:\n\n```\nnpm install --save yeast\n```\n\n## Usage\n\nAll the examples assume that this library is initialized as follow:\n\n```js\n'use strict';\n\nvar yeast = require('yeast');\n```\n\nTo generate an id just call the `yeast` function.\n\n```js\nconsole.log(yeast(), yeast(), yeast()); // outputs: KyxidwN KyxidwN.0 KyxidwN.1\n\nsetTimeout(function () {\n console.log(yeast()); // outputs: KyxidwO\n});\n```\n\n### yeast.encode(num)\n\nAn helper function that returns a string representing the specified number. The\nreturned string contains only URL safe characters.\n\n```js\nyeast.encode(+new Date()); // outputs: Kyxjuo1\n```\n\n### yeast.decode(str)\n\nAn helper function that returns the integer value specified by the given string.\nThis function can be used to retrieve the timestamp from a `yeast` id.\n\n```js\nvar id = yeast(); // holds the value: Kyxl1OU\n\nyeast.decode(id); // outputs: 1439816226334\n```\n\nThat's all folks. If you have ideas on how we can further compress the ids\nplease open an issue!\n\n## License\n\n[MIT](LICENSE)\n","maintainers":[{"email":"npm@3rd-Eden.com","name":"3rdeden"},{"email":"npm@unshift.io","name":"unshift"}],"time":{"modified":"2017-07-23T02:29:39.270Z","created":"2014-11-05T10:08:22.309Z","0.0.0":"2014-11-05T10:08:22.309Z","0.1.1":"2015-08-20T08:58:04.909Z","0.1.2":"2015-09-06T15:39:50.504Z"},"homepage":"https://github.com/unshiftio/yeast","keywords":["yeast","id","generator","unique"],"repository":{"type":"git","url":"git+https://github.com/unshiftio/yeast.git"},"author":{"name":"Arnout Kazemier"},"bugs":{"url":"https://github.com/unshiftio/yeast/issues"},"license":"MIT","readmeFilename":"README.md","users":{"manikantag":true,"donvercety":true,"danielkalen":true},"_attachments":{},"_etag":"W/\"59740a13-1ccb\"","_lastModified":"Sun, 23 Jul 2017 02:29:39 GMT","_cached":true} \ No newline at end of file diff --git a/frappe/.npm/regjsgen/0.2.0/package.tgz b/frappe/.npm/regjsgen/0.2.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..7a844d8aea5218e4eca61f9d670d7a80303afdac GIT binary patch literal 4329 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 X{c?S|zFc3f-|h7;n_^^007d`+1ld0p literal 0 HcmV?d00001 diff --git a/frappe/.npm/regjsgen/0.2.0/package/package.json b/frappe/.npm/regjsgen/0.2.0/package/package.json new file mode 100644 index 00000000..6cf4f238 --- /dev/null +++ b/frappe/.npm/regjsgen/0.2.0/package/package.json @@ -0,0 +1 @@ +{"name":"regjsgen","version":"0.2.0","description":"Generate `RegExp`s from RegJSParser’s AST","homepage":"https://github.com/d10/regjsgen","license":"MIT","main":"regjsgen.js","keywords":["ast","generate","regex","regexp","regular expressions"],"author":{"name":"Benjamin Tan","email":"demoneaux@gmail.com","url":"https://d10.github.io/"},"contributors":[{"name":"Benjamin Tan","email":"demoneaux@gmail.com","url":"https://d10.github.io/"},{"name":"Mathias Bynens","email":"mathias@qiwi.be","url":"https://mathiasbynens.be/"}],"repository":{"type":"git","url":"git://github.com/d10/regjsgen.git"},"scripts":{"test":"node test/test.js"},"files":["LICENSE.txt","regjsgen.js","README.md"],"devDependencies":{"got":"~1.2.0","jsesc":"~0.5.0"},"bugs":{"url":"https://github.com/d10/regjsgen/issues"},"_id":"regjsgen@0.2.0","dist":{"shasum":"6c016adeac554f75823fe37ac05b92d5a4edb1f7","tarball":"https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz"},"_from":"regjsgen@>=0.2.0 <0.3.0","_npmVersion":"1.4.3","_npmUser":{"name":"d10","email":"demoneaux@gmail.com"},"maintainers":[{"name":"d10","email":"demoneaux@gmail.com"}],"directories":{},"_shasum":"6c016adeac554f75823fe37ac05b92d5a4edb1f7","_resolved":"https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/regjsparser/0.1.5/package.tgz b/frappe/.npm/regjsparser/0.1.5/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..9c5d8643f6fdb84a95397fbb370a35d0d80c0acf GIT binary patch literal 10690 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/regjsparser/0.1.5/package/package.json b/frappe/.npm/regjsparser/0.1.5/package/package.json new file mode 100644 index 00000000..c961f5bb --- /dev/null +++ b/frappe/.npm/regjsparser/0.1.5/package/package.json @@ -0,0 +1 @@ +{"name":"regjsparser","version":"0.1.5","author":{"name":"'Julian Viereck'","email":"julian.viereck@gmail.com"},"license":"BSD","main":"./parser","bin":{"regjsparser":"bin/parser"},"homepage":"https://github.com/jviereck/regjsparser","repository":{"type":"git","url":"git+ssh://git@github.com/jviereck/regjsparser.git"},"scripts":{"test":"node test/index.js"},"files":["bin/","LICENSE.BSD","parser.js","README.md"],"dependencies":{"jsesc":"~0.5.0"},"devDependencies":{"regenerate":"~1.0.1","unicode-7.0.0":"~0.1.5"},"gitHead":"0540a6a12bfe13659a29b217bf82455ce1ced0eb","description":"Parsing the JavaScript's RegExp in JavaScript.","bugs":{"url":"https://github.com/jviereck/regjsparser/issues"},"_id":"regjsparser@0.1.5","_shasum":"7ee8f84dc6fa792d3fd0ae228d24bd949ead205c","_from":"regjsparser@>=0.1.4 <0.2.0","_npmVersion":"2.11.2","_nodeVersion":"0.12.6","_npmUser":{"name":"jviereck","email":"julian.viereck@gmail.com"},"maintainers":[{"name":"jviereck","email":"julian.viereck@gmail.com"}],"dist":{"shasum":"7ee8f84dc6fa792d3fd0ae228d24bd949ead205c","tarball":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/remove-trailing-separator/1.0.2/package.tgz b/frappe/.npm/remove-trailing-separator/1.0.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..c20393d2b3d45c5873e226e8cae409f778c0567f GIT binary patch literal 2003 zcmV;^2Q2s>iwFP!000003hh~YPvb}upMS@nq7I}D=z<@4!i?CJ0RujTgp0#+E8s-O z?j&aX+HN}#?ap_<>h>dn9bk5LX3(B!q1fG3^{eVfm8+VBxF5)rYDxZ7Z+INN`N~b# z^-iY);)(6y(`XxAcw;mTqoX(54Wsi$HyYh;6X{>ukWaOYr-Y#?e--E9;z+SY0*NtVvAkMoDd0Mz#0zP8EawL_!4pR#*QYBMi+x4~|J7Baqw3|FxCqHe5O7Ir zsD_~$t&)hRKn`!K&7}k$vK1IH3FV{m((e4HTM_rQ(!0Kej;G_l-fFd$@gJWe{u^TK zHU5A5HYW^xe(p!G3ki!|%DI{ZB%Q=8gx%d;sNMQevr&7mC}Hen0afXph=LsXCt2i* zun!v;ZZ^@s-rmkIX2S-09k(N=^h-&W^tbqig7~X)5nDF&I&2x6@0GV7mA4qGGZqQr zd*vhQtKdHcC(wlL0pV$mcp*>&8cov~Y=Lq0eigAK{0Ij8@B?h*Vq$t)4SxR}Hu5z< z(vos{S=&U@{)SHdCtB(MGoOnum>POtU&k~4-!a-t|L-((;s5PM`_=!yM_XTq<9zEC zWgR;*u|xmSyXY@(25MjP$JkRa^qNc+a!?T+5@{+fMc zvZIe%)Mz(JtKH~s@3gutgG@SZSJ&IbCA84833;9iWAq=6F=GaC6fE!uWV{5v;3*CH z(r8^6-MVMA9r>wG0!%OiN;p+tBG8onUu1gUM8`ArU!#lfqU1AL`2Fv;h5zfF*YE## zX{VHhn1_qcY#KwxX&t>TS=0f)_WlH)B=WSFf#-{oVw|NE%Qqj(yLgh`5=H?N1>{*k zk})iUC?0=2<2WXsahAe_QcN&lMj0J1V9H38Qm-y@jk)hp579^}D?&0B{v?z$e>zJc zic>t3LVvC?Sz20>l7x!%B?3&`g(T+rs-ldJEpP^hqjPg;f$hNQaPYHzU>(4k>0o~i z%>DrgCi84`JQ%_OmNq@pK5@Y8^#G-YW`AT`4xHPgV;EXT<`DS@D1u;1;QoH^?7;3H zNh$l}v}dD=73sktoLIyCW9*uHcF!LDA{8InqrT-hDgr=%0M^e|e+16409mnV&w`$9 z?)5A<#Gcvz1)NiB-!^-7G?n z)HuXhIcL3*u>Np3IDy{4kp`bR7Ai1DrVzz-Lt~vf%2{aIP*`l@-~PxR^aVF69Su!k zLEk#+*+*7?-x7iY$vqkjk@3ta1nOW8ZAWMvoQ;I^KmsC0-^vl?a*H)UE2MsFh?74t zCFgGiWFamC$1w&c^N5^HLxQ*5J8|Q z*VosIxHI(gfhX2Ua0*fDj)X}-xs<)(iW{S7AvY?-swx(XRz`o#d`35Fk3!e5{!|_T z*r;ifIM&95X|+uN&@`wBE4Sxwf$%XvPIDGkWMo>DDUmTW>< zUZ8WJVUjM2ZFpS1u(wt%_+FWO*Yk`+Cf>{AdwqE=QV+2Wm})RgHpr4(r2-*@>De{{7kFY#Q6I}ou^XMHprc7KFwSd8XNSB(}M zQw4{2P?lmia>Lb_O||9s<}q)oqRdi!OuQ*oCmCC)eyrW_CvM64e5$O*nOWF($q4Y&S%2qKJDhuq}}hvZTnG6*J@;>ZYGjyXN@XAMo#6{t%xe zeyM|NT!vKbc0S!9J59!Z-DyXSyWl?bPdJ&~lx0+T5NcPHl;dKf@&f$%2|Qe&`*Hmd laQR=C&sI?!p+D}%OMib~+iQDmukEGU{{Tl&i!A^m0082y-Q@rP literal 0 HcmV?d00001 diff --git a/frappe/.npm/remove-trailing-separator/1.0.2/package/package.json b/frappe/.npm/remove-trailing-separator/1.0.2/package/package.json new file mode 100644 index 00000000..9ab1b7f4 --- /dev/null +++ b/frappe/.npm/remove-trailing-separator/1.0.2/package/package.json @@ -0,0 +1 @@ +{"name":"remove-trailing-separator","version":"1.0.2","description":"Removes separators from the end of the string.","main":"index.js","files":["index.js"],"scripts":{"lint":"xo","pretest":"npm run lint","test":"nyc ava","report":"nyc report --reporter=html"},"repository":{"type":"git","url":"git+https://github.com/darsain/remove-trailing-separator.git"},"keywords":["remove","strip","trailing","separator"],"author":{"name":"darsain"},"license":"ISC","bugs":{"url":"https://github.com/darsain/remove-trailing-separator/issues"},"homepage":"https://github.com/darsain/remove-trailing-separator#readme","devDependencies":{"ava":"^0.16.0","coveralls":"^2.11.14","nyc":"^8.3.0","xo":"^0.16.0"},"gitHead":"6dd7a71b3228fb48a400e3a8ec26e45e8ca50bc3","_id":"remove-trailing-separator@1.0.2","_shasum":"69b062d978727ad14dc6b56ba4ab772fd8d70511","_from":"remove-trailing-separator@>=1.0.1 <2.0.0","_npmVersion":"4.2.0","_nodeVersion":"7.6.0","_npmUser":{"name":"darsain","email":"darsain@gmail.com"},"maintainers":[{"name":"darsain","email":"darsain@gmail.com"}],"dist":{"shasum":"69b062d978727ad14dc6b56ba4ab772fd8d70511","tarball":"https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remove-trailing-separator-1.0.2.tgz_1496857602409_0.28459417447447777"},"directories":{},"_resolved":"https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/repeat-element/1.1.2/package.tgz b/frappe/.npm/repeat-element/1.1.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..989b5b6221cbedcd04dc8ce3869aa67cb1d5f868 GIT binary patch literal 1872 zcmV-W2e0@aiwFP!000001ML`VZ{kMqKJTxXa#901VjBX9l=M#Wfpc-oONQL_gswe< z7udwu)N6;L)BUo3>o4of+F;<)Cha|>N?9e?JMY<@otgE*9pAW9t}oK3b}hr;$rm1m zVVu-zK+n^Yx_TPbbdIBPYE-E~niSfj!92?bR#D8f+?iz`V-3U$jTsf&T zuzCJZ#s>ya2;4a@oIxSt3+~28+~;#1#Dy~9JTAwPSi~X>h@=rA1qU|(H;UX9j8>3x ziC_xxjKfsi@&ImKKj9ESEaqHlsia#T$xKQ`t7z2}It%A~fssexSsX9qnXXSoJWEE} zIGpR(VIapdUj#QiiuJn;bdz`%M#xUCY&r8|7(jo+s%R0LME*lG6_EO)5|1iFDdI3% zs*${Z<|Pf zI)bs-_G5&A+1!n8xJNerg5GGgwG_11zfs_dMm}cXDXyP_))87?L+2t8bCJ6G3mucn z2BRD&a8;|KbXo%Tk$vX*&+@+RSZ1?rX>;$3WR>0V&-uT4a(tTS|Kr*T=Km@}AM^jW z7*ApMSi|tUVW-!IELp!RuG7NE^{_pdB+*I}p?)p*bD6xImQw2biA#*Vfd5oU7<>8@ z>;U)7_ZiDxV2LRUhQVT)x`}glhuADIhg4lQZ=t#P^oM@DSD~U%! zv0O`b>qZ$lJja*c5)tv@!LERV(m7)(sCeKWl%b9QU4Q-phHCoh&%0gv$~OHT&e-5` zM3DGCX+gxFf4~sZ`Q5*evwe_QZO`B!99{EqeDHBw#0S_#Qi9cWNAxV&o4YTb?6Lua2_tmnLzI28n)duHbmtr_8rU>J)=_EX8v63a}H7HPkJZgszZtm}W)!F?4S_tbymRNen- zc=&2Y4XBx zvXynI>4zd6$wEKlD3p{EkGnn-fjX{hlQVpLk@$8tr4}ooOI; z<-cSoG?C~5*;$5p=!pqExpHffjC>(yW$=VdvoiuE0o8Jr$qyaVujJUTpajhKpnT1( zQ#54yf)+H+mPit0iI?MDPlROHRRyS$D;_VzB~u!y5)y>SC!z0$OLA=-2A&{~sLaq_ zyQA=yD__#>4Z;{rO--N;Sme8!q2!FJ)`({dhI&Q72()%5BK3HRf>^jdEW$|X+jkQa z=HSwTe)nSV#&j&O`_OZ`ukEJQgo4?}d7%t%?7?OCY5+*#n4Q5}=w5)?c?&<;on{%V zpL>qg??cyNcDvWIEri*fM(e6+cV59um9NW8r|Mo$9{D=fXi;HX(8~Xg_fBwTUM$Hoocj9yIqE+**0HUimQuK z97bfRb@1lWA`s~_@vkwkyB%_)(d`TzoR-l`XRu*?WB08xn2z121-Wp#?J}d~M2@Z! zf_xn-l|oAmJ3E3TG{5Rw8-dWY%ofVR?dj}npZ4`D)8qISV_pB(A5Ol8j(@KIM(wng z-~THob-MpoE5>8}{}w|({Eorl{(bm|f7$xKKp7f2fX9smHz2eK^y literal 0 HcmV?d00001 diff --git a/frappe/.npm/repeat-element/1.1.2/package/package.json b/frappe/.npm/repeat-element/1.1.2/package/package.json new file mode 100644 index 00000000..cb5115d4 --- /dev/null +++ b/frappe/.npm/repeat-element/1.1.2/package/package.json @@ -0,0 +1 @@ +{"name":"repeat-element","description":"Create an array by repeating the given value n times.","version":"1.1.2","homepage":"https://github.com/jonschlinkert/repeat-element","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/repeat-element.git"},"bugs":{"url":"https://github.com/jonschlinkert/repeat-element/issues"},"license":{"type":"MIT","url":"https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"},"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["array","element","repeat","string"],"devDependencies":{"benchmarked":"^0.1.4","chalk":"^1.0.0","glob":"^5.0.5","minimist":"^1.1.1","mocha":"^2.2.4"},"gitHead":"7a6b21d58eafcc44fc8de133c70a8398ee9fdd8d","_id":"repeat-element@1.1.2","_shasum":"ef089a178d1483baae4d93eb98b4f9e4e11d990a","_from":"repeat-element@>=1.1.2 <2.0.0","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"ef089a178d1483baae4d93eb98b4f9e4e11d990a","tarball":"https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/repeat-string/1.6.1/package.tgz b/frappe/.npm/repeat-string/1.6.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..350455788cf029c6be8b9ee4b15894c51098b4da GIT binary patch literal 3339 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%0Da9VmVcs;Hq4tQDP!P^36e7$|pCDFK z_7m-O3X6&DF)P(I9!w;GoWrAXz#PJtVEf4$rbKDbUY30R>Hvs3?jqdxf!5C;_vKDD_$`W~Rf7$6tOu VK9A4i^Z5Lh=YJL3=0.10"},"scripts":{"test":"mocha"},"devDependencies":{"ansi-cyan":"^0.1.1","benchmarked":"^0.2.5","gulp-format-md":"^0.1.11","isobject":"^2.1.0","mocha":"^3.1.2","repeating":"^3.0.0","text-table":"^0.2.0","yargs-parser":"^4.0.2"},"keywords":["fast","fastest","fill","left","left-pad","multiple","pad","padding","repeat","repeating","repetition","right","right-pad","string","times"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["repeat-element"]},"helpers":["./benchmark/helper.js"],"reflinks":["verb"]},"gitHead":"1a95c5d99a02999ccd2cf4663959a18bd2def7b8","_id":"repeat-string@1.6.1","_shasum":"8dcae470e1c88abc2d600fff4a776286da75e637","_from":"repeat-string@>=1.5.2 <2.0.0","_npmVersion":"3.10.3","_nodeVersion":"6.7.0","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"},{"name":"doowb","email":"brian.woodward@gmail.com"}],"dist":{"shasum":"8dcae470e1c88abc2d600fff4a776286da75e637","tarball":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625"},"directories":{},"_resolved":"https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/repeating/2.0.1/package.tgz b/frappe/.npm/repeating/2.0.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..be7a5ca32accfafd45e368c298e5846d47bd9a44 GIT binary patch literal 1584 zcmV-02G98)iwFP!000001MOJha@s}^&R^eCY@ANOtqcMjGZV*dWsqY{F?a-y>+z&x zAsuju(9t`|*wgrd`Wk(*?w$Z+$4%R5;b`D>z~_^hbYr&pwN|n zYbOr|7UTbfeq{jbNigQ?FJWEr2@g_{4A(7UUvi~|OlYNAvP+em8*v>fF-d1DzR`gI zbgEDjHenFxG#8CU$P;Z$A9=l;hZs_eRH|!YYmr2XYpF(=F5iO>vUDUBN|BFCUUrQR zbd8b`#YH|2M10@k4@2UXLOGs`W$Gg#vy7`Z29zg5k#N0)DkFosw~HCDOZKg3o`xmS zlw;s1dL`lca|kYjTiJn#jnVU565;t3?lls4YXsi&>#0=Hl1!eBx#M|u=d-(+%9rPV zQ+~D3LfClze-cEua1k0nACgck$13#ZKqMkH0smYn-3d41m(2&YC{UFDb`EqU^C@Yv z8}_x|@D+WEW_7fL2V@_f?(RY%uVMwWzLt)ZoI=8<&_gj-DXEGD_iDn!lt*wOl1Y|cKq{fn7sm_X zuidcRdIGP&h7TX$>D=dHvhlZUhcZi+Y?~8FTyn^Rgd`jHxmsXRRuoS$&;sU&twqvc z>jtJHJO-eMT6=rDs7J{pwM-=hu)}V49=lx5_y6pu z{vsHk-v8A~txo&DR>cOeW>@O8|Lyv!|9cebjW}R$2Ce-0LlGw%j5XxsT8ZH(g<`k? zcRDV3^>B-|hr9n?TZM*>xf%;iZ6p>J7;(k>*DzE;g8R^df#MvnK!l?}4Y@@dGDxmr zf{iCC$bK5&hQy{afDj#GD4CAXjFy9R8lXo(5<#G~3`IcuI+9^F=1CfuVq|(QtU(yz zdUvL=zF|Nj9>h!}Kx^|Qmgf+?fvCtz6B0;A6S&B?eOp|nr;wVc6n#VCi3)o(PiS^byBSWrFD52>r zMVdI%ksRNRL})g^nu3tr=wQLp(jdOW0!SPZAILbCQwlAVNhByD{gN?yBZ9ufY8WnF zf<&h1YVHC(fXVGsoh|865XV$a^MoO;NEor^;V6Q~y_TdRh=EQH!n+@43GokI=yncz zr;hJ}*M(!h^TunsO;~rjIA6Em)axB~PI`b6zSHiVLFWLR_8I)>wVM{WKOOsSw+kJg zc}K@B&qbcsZnRFCUi&rdqh7m%@4JUDIvVYDfBct;jAog?S9YqUCO#b+dzdk3e7 zF0lyD!C#~2b=nk0qtovBIJGcJzqe35^}4PFj_-9TAqRfv$YPXE)aV!^sMmILE0k)u z^F&aD<|kcuVGx?G(?VPLc-nU!Uuo6+|JP}L{wp3tV_q6ZUjXAT&i^fY`TLJuqw~L3 zS@r*qLeF6FEdkD-p6_QOj-ZR@Tc+O@M`=3IFU#dr1($dQ2t`S%Vfo>2HYI&I{JxI| zdpO!12Rh|yH={+h%Xd-e>x1RoV1knG~(f_($YWQ=EwVZr964)DNQ*fJtU z=|tn(ZB*WAJX%qHDd43W&Vp%fIEz`akR>9N*q;|HsMt0xmdm?)uwbvo)wmiz9t*cy z(C0CA=ZtN_`C?;jhOxM<4@2y&vp!uJ{-ijN_y$&kM$5y#Rpni1{v9F*ncZI)qsz?i izrp#PJIgK7$5)iEU4d7$q7|*^>(C!N+re@G9smGEl?P7% literal 0 HcmV?d00001 diff --git a/frappe/.npm/repeating/2.0.1/package/package.json b/frappe/.npm/repeating/2.0.1/package/package.json new file mode 100644 index 00000000..1baf1dfd --- /dev/null +++ b/frappe/.npm/repeating/2.0.1/package/package.json @@ -0,0 +1 @@ +{"name":"repeating","version":"2.0.1","description":"Repeat a string - fast","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/repeating.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["repeat","string","repeating","str","text","fill","pad"],"dependencies":{"is-finite":"^1.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"be02bcaf9a674b3c155477b3bf282136bcf44770","bugs":{"url":"https://github.com/sindresorhus/repeating/issues"},"homepage":"https://github.com/sindresorhus/repeating#readme","_id":"repeating@2.0.1","_shasum":"5214c53a926d3552707527fbab415dbc08d06dda","_from":"repeating@>=2.0.0 <3.0.0","_npmVersion":"3.8.6","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"5214c53a926d3552707527fbab415dbc08d06dda","tarball":"https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/repeating-2.0.1.tgz_1460395966602_0.9193919147364795"},"directories":{},"_resolved":"https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/request/2.81.0/package.tgz b/frappe/.npm/request/2.81.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..dc3e8231e5b99bcba48c51cd9900d3ea874ea3cb GIT binary patch literal 56636 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/request/2.81.0/package/package.json b/frappe/.npm/request/2.81.0/package/package.json new file mode 100644 index 00000000..2685f561 --- /dev/null +++ b/frappe/.npm/request/2.81.0/package/package.json @@ -0,0 +1 @@ +{"name":"request","description":"Simplified HTTP request client.","keywords":["http","simple","util","utility"],"version":"2.81.0","author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/request/request.git"},"bugs":{"url":"http://github.com/request/request/issues"},"license":"Apache-2.0","engines":{"node":">= 4"},"main":"index.js","files":["lib/","index.js","request.js"],"dependencies":{"aws-sign2":"~0.6.0","aws4":"^1.2.1","caseless":"~0.12.0","combined-stream":"~1.0.5","extend":"~3.0.0","forever-agent":"~0.6.1","form-data":"~2.1.1","har-validator":"~4.2.1","hawk":"~3.1.3","http-signature":"~1.1.0","is-typedarray":"~1.0.0","isstream":"~0.1.2","json-stringify-safe":"~5.0.1","mime-types":"~2.1.7","oauth-sign":"~0.8.1","performance-now":"^0.2.0","qs":"~6.4.0","safe-buffer":"^5.0.1","stringstream":"~0.0.4","tough-cookie":"~2.3.0","tunnel-agent":"^0.6.0","uuid":"^3.0.0"},"scripts":{"test":"npm run lint && npm run test-ci && npm run test-browser","test-ci":"taper tests/test-*.js","test-cov":"istanbul cover tape tests/test-*.js","test-browser":"node tests/browser/start.js","lint":"eslint lib/ *.js tests/ && echo Lint passed."},"devDependencies":{"bluebird":"^3.2.1","browserify":"^13.0.1","browserify-istanbul":"^2.0.0","buffer-equal":"^1.0.0","codecov":"^1.0.1","coveralls":"^2.11.4","eslint":"^2.5.3","function-bind":"^1.0.2","istanbul":"^0.4.0","karma":"^1.1.1","karma-browserify":"^5.0.1","karma-cli":"^1.0.0","karma-coverage":"^1.0.0","karma-phantomjs-launcher":"^1.0.0","karma-tap":"^3.0.1","phantomjs-prebuilt":"^2.1.3","rimraf":"^2.2.8","server-destroy":"^1.0.1","tape":"^4.6.0","taper":"^0.5.0"},"greenkeeper":{"ignore":["eslint","hawk","har-validator"]},"gitHead":"a0cdc704c19e63e6f1740e173bb003c51eef524c","homepage":"https://github.com/request/request#readme","_id":"request@2.81.0","_shasum":"c6928946a0e06c5f8d6f8a9333469ffda46298a0","_from":"request@>=2.81.0 <3.0.0","_npmVersion":"2.15.11","_nodeVersion":"7.2.1","_npmUser":{"name":"simov","email":"simeonvelichkov@gmail.com"},"dist":{"shasum":"c6928946a0e06c5f8d6f8a9333469ffda46298a0","tarball":"https://registry.npmjs.org/request/-/request-2.81.0.tgz"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/request-2.81.0.tgz_1489075005134_0.036041518207639456"},"directories":{},"_resolved":"https://registry.npmjs.org/request/-/request-2.81.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/rimraf/2.6.1/package.tgz b/frappe/.npm/rimraf/2.6.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2d5218dca1bd99c63924c892c847aecda7408f7 GIT binary patch literal 5503 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 B#(V$( literal 0 HcmV?d00001 diff --git a/frappe/.npm/rimraf/2.6.1/package/package.json b/frappe/.npm/rimraf/2.6.1/package/package.json new file mode 100644 index 00000000..5616f501 --- /dev/null +++ b/frappe/.npm/rimraf/2.6.1/package/package.json @@ -0,0 +1 @@ +{"name":"rimraf","version":"2.6.1","main":"rimraf.js","description":"A deep deletion module for node (like `rm -rf`)","author":{"name":"Isaac Z. Schlueter","email":"i@izs.me","url":"http://blog.izs.me/"},"license":"ISC","repository":{"type":"git","url":"git://github.com/isaacs/rimraf.git"},"scripts":{"test":"tap test/*.js"},"bin":{"rimraf":"./bin.js"},"dependencies":{"glob":"^7.0.5"},"files":["LICENSE","README.md","bin.js","rimraf.js"],"devDependencies":{"mkdirp":"^0.5.1","tap":"^10.1.2"},"gitHead":"d84fe2cc6646d30a401baadcee22ae105a2d4909","bugs":{"url":"https://github.com/isaacs/rimraf/issues"},"homepage":"https://github.com/isaacs/rimraf#readme","_id":"rimraf@2.6.1","_shasum":"c2338ec643df7a1b7fe5c54fa86f57428a55f33d","_from":"rimraf@>=2.5.4 <3.0.0","_npmVersion":"4.3.0","_nodeVersion":"8.0.0-pre","_npmUser":{"name":"isaacs","email":"i@izs.me"},"dist":{"shasum":"c2338ec643df7a1b7fe5c54fa86f57428a55f33d","tarball":"https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rimraf-2.6.1.tgz_1487908074285_0.8205490333493799"},"directories":{},"_resolved":"https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/safe-buffer/5.0.1/package.tgz b/frappe/.npm/safe-buffer/5.0.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..90508f3dc1b91fda343bf020e21ac90b2e7afb95 GIT binary patch literal 8758 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 gj92|^uYKjJub;1=5.0.1 <5.1.0","_npmVersion":"2.15.5","_nodeVersion":"4.4.5","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"shasum":"d263ca54696cd8a306b5ca6551e92de57918fbe7","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/safe-buffer-5.0.1.tgz_1464588482081_0.8112505874596536"},"directories":{},"_resolved":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/safe-buffer/5.1.1/package.tgz b/frappe/.npm/safe-buffer/5.1.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..9a2ade1b462d49f0dbe9e8f54fb75d1875743062 GIT binary patch literal 8851 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 V&)3h_&%fE{zW~l{u?7Hq006KvM)Uvx literal 0 HcmV?d00001 diff --git a/frappe/.npm/safe-buffer/5.1.1/package/package.json b/frappe/.npm/safe-buffer/5.1.1/package/package.json new file mode 100644 index 00000000..5065848a --- /dev/null +++ b/frappe/.npm/safe-buffer/5.1.1/package/package.json @@ -0,0 +1 @@ +{"name":"safe-buffer","description":"Safer Node.js Buffer API","version":"5.1.1","author":{"name":"Feross Aboukhadijeh","email":"feross@feross.org","url":"http://feross.org"},"bugs":{"url":"https://github.com/feross/safe-buffer/issues"},"devDependencies":{"standard":"*","tape":"^4.0.0","zuul":"^3.0.0"},"homepage":"https://github.com/feross/safe-buffer","keywords":["buffer","buffer allocate","node security","safe","safe-buffer","security","uninitialized"],"license":"MIT","main":"index.js","repository":{"type":"git","url":"git://github.com/feross/safe-buffer.git"},"scripts":{"test":"standard && tape test.js"},"gitHead":"5261e0c19dd820c31dd21cb4116902b0ed0f9e57","_id":"safe-buffer@5.1.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"feross","email":"feross@feross.org"},"dist":{"integrity":"sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==","shasum":"893312af69b2123def71f57889001671eeb2c853","tarball":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz"},"maintainers":[{"name":"feross","email":"feross@feross.org"},{"name":"mafintosh","email":"mathiasbuus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/safe-buffer-5.1.1.tgz_1498076368476_0.22441886644810438"},"directories":{},"_shasum":"893312af69b2123def71f57889001671eeb2c853","_resolved":"https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz","_from":"safe-buffer@>=5.1.1 <5.2.0","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/semver/5.0.3/package.tgz b/frappe/.npm/semver/5.0.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..99229435e173909aac4dd0d36601d21eee7b8bd9 GIT binary patch literal 20185 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 Y_uj*&&!^9)&+q&Be;vF1%m9D^05;jq=5.0.1 <5.1.0","_npmVersion":"3.3.2","_nodeVersion":"4.0.0","_npmUser":{"name":"isaacs","email":"isaacs@npmjs.com"},"dist":{"shasum":"77466de589cd5d3c95f138aa78bc569a3cb5d27a","tarball":"https://registry.npmjs.org/semver/-/semver-5.0.3.tgz"},"maintainers":[{"name":"isaacs","email":"isaacs@npmjs.com"},{"name":"othiym23","email":"ogd@aoaioxxysz.net"}],"directories":{},"_resolved":"https://registry.npmjs.org/semver/-/semver-5.0.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/send/0.15.3/package.tgz b/frappe/.npm/send/0.15.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..58cd8ba5618ea60e347c3719425aa7bda70d45c0 GIT binary patch literal 13939 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 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --check-leaks --reporter spec --bail","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"},"gitHead":"a20f8f282bf392c610a07ec1fb042e33073dd3a2","bugs":{"url":"https://github.com/pillarjs/send/issues"},"homepage":"https://github.com/pillarjs/send#readme","_id":"send@0.15.3","_shasum":"5013f9f99023df50d1bd9892c19e3defd1d53309","_from":"send@0.15.3","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"5013f9f99023df50d1bd9892c19e3defd1d53309","tarball":"https://registry.npmjs.org/send/-/send-0.15.3.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/send-0.15.3.tgz_1494996875701_0.7597074673976749"},"directories":{},"_resolved":"https://registry.npmjs.org/send/-/send-0.15.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/serve-static/1.12.3/package.tgz b/frappe/.npm/serve-static/1.12.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..9e49be85895b2e5e3615cd6b4f8086aafb379968 GIT binary patch literal 7940 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/serve-static/1.12.3/package/package.json b/frappe/.npm/serve-static/1.12.3/package/package.json new file mode 100644 index 00000000..efb34d32 --- /dev/null +++ b/frappe/.npm/serve-static/1.12.3/package/package.json @@ -0,0 +1 @@ +{"name":"serve-static","description":"Serve static files","version":"1.12.3","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/expressjs/serve-static.git"},"dependencies":{"encodeurl":"~1.0.1","escape-html":"~1.0.3","parseurl":"~1.3.1","send":"0.15.3"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"10.2.1","eslint-plugin-import":"2.2.0","eslint-plugin-markdown":"1.0.0-beta.6","eslint-plugin-node":"4.2.2","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"3.0.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["LICENSE","HISTORY.md","index.js"],"engines":{"node":">= 0.8.0"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"},"gitHead":"281475f89cf5b3f4801ed4e5767fce7b0976e411","bugs":{"url":"https://github.com/expressjs/serve-static/issues"},"homepage":"https://github.com/expressjs/serve-static#readme","_id":"serve-static@1.12.3","_shasum":"9f4ba19e2f3030c547f8af99107838ec38d5b1e2","_from":"serve-static@1.12.3","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"9f4ba19e2f3030c547f8af99107838ec38d5b1e2","tarball":"https://registry.npmjs.org/serve-static/-/serve-static-1.12.3.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/serve-static-1.12.3.tgz_1494998781756_0.8577500546816736"},"directories":{},"_resolved":"https://registry.npmjs.org/serve-static/-/serve-static-1.12.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/set-immediate-shim/1.0.1/package.tgz b/frappe/.npm/set-immediate-shim/1.0.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..155a75065ca1e0f2fa25f8048d1adb65e2f2f15e GIT binary patch literal 821 zcmV-51Iqj#iwFP!000001MODnY8x>S&fn-MRHtAY;=OzX5}dT9e*!HO+>jq8#p>?F zR4h_=h$yt2Orr_u0>Ro9mc7Cx0K``j` zs9g^ReYXZtxkm}Z0e**3-zuZvAlM1QE+WzXs|)#@6xuL_rTlE1@-TG0{v-09P}&eI zgT^6kXfPd~Wsq=YprdCzYwTP59F*o#SV-svURY`q(6QpVSz1Os%Tu5j<8&2*ZbGCy z2BBS+=cg}Aoq}9yZlqecK@3M(R%BWf|zmvx{_5UF6;3Sn-O@y23mHc0yUtGg<2PCH~7Lf@JpV$ zxZ@Ix6~Nmi;KBi}VR0i>Qo&UFyE*~Ct3c38o`EdPN@KRS>yF}gF4F}Tl5X~*+^?%h zVEzVHUA{|J?_U8+GVrqGH{|%n{1@~G_Wk$z zK@w z)AQ-cYsEx78)i%!Q0*U#)F$MZF6Ybfq{=FjO+*}0AeA{NFO%$as1T_oQh z9@DT~qD_&{%3+)k9L4F!4|KdWK9?=Uj^3S!+cme=QcEqh{5SFma!qy!02BZKj+~sR literal 0 HcmV?d00001 diff --git a/frappe/.npm/set-immediate-shim/1.0.1/package/package.json b/frappe/.npm/set-immediate-shim/1.0.1/package/package.json new file mode 100644 index 00000000..06acbc88 --- /dev/null +++ b/frappe/.npm/set-immediate-shim/1.0.1/package/package.json @@ -0,0 +1 @@ +{"name":"set-immediate-shim","version":"1.0.1","description":"Simple setImmediate shim","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/set-immediate-shim.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["setImmediate","immediate","setTimeout","timeout","shim","polyfill","ponyfill"],"devDependencies":{"ava":"0.0.4","require-uncached":"^1.0.2"},"gitHead":"4c50df7ade5a368e106fee82351ee0a378c990f7","bugs":{"url":"https://github.com/sindresorhus/set-immediate-shim/issues"},"homepage":"https://github.com/sindresorhus/set-immediate-shim","_id":"set-immediate-shim@1.0.1","_shasum":"4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61","_from":"set-immediate-shim@>=1.0.1 <2.0.0","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61","tarball":"https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/setprototypeof/1.0.3/package.tgz b/frappe/.npm/setprototypeof/1.0.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..59408b5d540ef81fa2d9ae4b6b0cd511911753d6 GIT binary patch literal 1312 zcmV+*1>gD~iwFP!000001MOG+Pun;c-mm1Zc(0pAk-GE)T24jNDQg3blr~(F4o%wx zY3fpMO`NkGpxXG~@3li(il*Ccw=td6R|v=U`|;R~A3w>W_+xZQ>RHj69|TLE{9tP| z8l8g!Q0-x-t=mSc=%Y284Sa6yH`=XEbH9DidD6g6vxDuM0FfZr{o6Txni_PDR4re!U0KyRBj}mGk90AIcK~JDFZbD zA|o-KQ8Im3f#=VG+)xS43P#@QY@B3FP|5i6UP8p65?)fNOX5(@7iwfKWhT1yI?l}V zi5at`eoe%JEG3&x>zivZRrspTN3y(Te5zo-EmD@dP?lhNBg)=`{lLNZI!~0#IpYe; z84(a-*(d)xFKOQ=&Jaw68Nn6rdrNC5vfQN_45e)T)NwePn( z-mm+%)gRhsGW`iP{+a(9omLb1ztw5C+l>~^Apfgo%m0sIPvP`FXJ4#I`?Ngd-t59K zkl|^PEeOP%2?5z6lIWj+9!y9oBXt*mWPqU{=LA+H0c-|Q3N#gxMyVuICnEJ%c8Kf(7@Wq0h~O~ZKl6vhHy+pb|;TwEB>Ak7k8 zK;?PyLPS>tHhD_>sed1$tEjkWjH`&l=0f2maPn79IjQb$#_#SO89D&5qt~a~BV#kP ziW4&r-pVokvT4HcM|d4BV*^*xW#lBV4`z%?+EI3Tp-sNANlt$ z&%f*R>``FPf#h` zo$OqY8pIe-Q)iXVu*EZ4N7|TDAvvAolHk#&0tB1M>xdK0DN(vKvYewDBXEt90&q;V zESE4N1kis@IGHTrl52jbDekzUQ)CJ`j|w)4ChUqB@d|CqBYoZ+eKV2O1!c*n-j_Im^DTCW_} z3E$|#$4)r1gTTZDF!I2DZI40-1}e!tOs{Nk9qW~A!!h=((HkQ;wR?``))205_re;+ zmrv-?^YCc@ImTS*1AS{~ohS%8wCoyZ11k(Xtmxyag0UMa^vAw81lJ1`U>FBB7O+A~ zh2p*;*Z|*_fsN37h1kNsUg&ru1HG|m=vxZG$UbqM6MNLNRiLN6L(fOYac~z<1Iu>; zRnZ%Vs+Ok`8kl2bYX{KVt@Z#>==!#giyvA#>+$CHn_Efxtyc1X`6c!ifTSp!8q!@Nmojk6}pU`GT0_rqE$8;fn$gK7WSlr}J|yh|bTuZ{Ob*ax0Bd8-c}n zw1huaVhRJgkkA{NVi%cNBK0c$RH~wTj)iQ}d9_qhqG(kI;piunOm_+jr;qT9bDily zm51rn{Zm!44Tmyy7p$jt=nSgAse1EBc-Li;WmUQE6)p=|Y literal 0 HcmV?d00001 diff --git a/frappe/.npm/setprototypeof/1.0.3/package/package.json b/frappe/.npm/setprototypeof/1.0.3/package/package.json new file mode 100644 index 00000000..bb1a05cd --- /dev/null +++ b/frappe/.npm/setprototypeof/1.0.3/package/package.json @@ -0,0 +1 @@ +{"name":"setprototypeof","version":"1.0.3","description":"A small polyfill for Object.setprototypeof","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/wesleytodd/setprototypeof.git"},"keywords":["polyfill","object","setprototypeof"],"author":{"name":"Wes Todd"},"license":"ISC","bugs":{"url":"https://github.com/wesleytodd/setprototypeof/issues"},"homepage":"https://github.com/wesleytodd/setprototypeof","gitHead":"a8a71aab8118651b9b0ea97ecfc28521ec82b008","_id":"setprototypeof@1.0.3","_shasum":"66567e37043eeb4f04d91bd658c0cbefb55b8e04","_from":"setprototypeof@1.0.3","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"wesleytodd","email":"wes@wesleytodd.com"},"dist":{"shasum":"66567e37043eeb4f04d91bd658c0cbefb55b8e04","tarball":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz"},"maintainers":[{"name":"wesleytodd","email":"wes@wesleytodd.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/setprototypeof-1.0.3.tgz_1487607661334_0.977291816379875"},"directories":{},"_resolved":"https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/slash/1.0.0/package.tgz b/frappe/.npm/slash/1.0.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b5e58ddce9dc63dadf3cca7e23ed117874ab0377 GIT binary patch literal 1020 zcmVB~l|P|DerV?0WZmjXg@Aq=%$zt6jHsSlVKM&ke!sYMBRSWkI;VCg?va#ZK%Rh z{%ah+7+8=06M01d8iMAmaR?2aQJpsKTh)vy&84u~ZV&~L*CtHIiWjD`d@lv!3_Rx| zk#h}Kc!^vLD5yy_7zwqh5Al*M=Tapa{YN-QjWs$OK5JGmMU7N7#rknw9ZuG%R*Jc= zp*C&c)1}KvOOs;ALwMzltM#6vk795xRa&k+Sx$N8cEee2%MI9t$;?{j~90gr_sB37(Vv6YA8aTr+saz01iC8hd_6sJ1o+#*LW z#)~NGj2920%WvL6lU;rdtq*2+{kk5;RkN#@DV4A*z(lv`y-@^6y%~*JE5w4P_n{d! zG5+n*mbq%OdjA!pNzQ^i`2;!sq5nIm_kX=!&%Xct?)LrvEV5U1Xrp_h?@FE}aBiq6 z^<~R8HX1t{qv(w5PRs+Trs1Famq5>^53dvzaeACnZJ26*ymOn76Zm&saIwnbYqXtPi5({zm2KNX8g_?+{c>5SR!6@sG~h>&=iev zgLFX1ManhIF>Z`+p25;^b7E$*z{G}|K+dpfO|-4~3HEIuOH-6c%9HVUQe~9ub!=9-!7H~!#iX@d18vl(>P|>c?126`{$0;e^e}JW2m=0.10.0"},"license":"MIT","files":["index.js"],"gitHead":"c801dd4568ad9380b534067eabe88942394f82ff","bugs":{"url":"https://github.com/sindresorhus/slash/issues"},"homepage":"https://github.com/sindresorhus/slash","_id":"slash@1.0.0","_shasum":"c41f2f6c39fc16d1cd17ad4b5d896114ae470d55","_from":"slash@>=1.0.0 <2.0.0","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"c41f2f6c39fc16d1cd17ad4b5d896114ae470d55","tarball":"https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/slash/-/slash-1.0.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/smart-buffer/1.1.15/package.tgz b/frappe/.npm/smart-buffer/1.1.15/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..d19c123edf9526a8ba7224ab2b91d22f6e40eab3 GIT binary patch literal 15824 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 axQFZE^YD52Jbdo^^Zx;=GHGc5hyehRZ1SQ2 literal 0 HcmV?d00001 diff --git a/frappe/.npm/smart-buffer/1.1.15/package/package.json b/frappe/.npm/smart-buffer/1.1.15/package/package.json new file mode 100644 index 00000000..e355f3fc --- /dev/null +++ b/frappe/.npm/smart-buffer/1.1.15/package/package.json @@ -0,0 +1 @@ +{"name":"smart-buffer","version":"1.1.15","description":"A smarter Buffer that keeps track of its own read and write positions while growing endlessly.","main":"lib/smart-buffer.js","homepage":"https://github.com/JoshGlazebrook/smart-buffer/","repository":{"type":"git","url":"git+https://github.com/JoshGlazebrook/smart-buffer.git"},"bugs":{"url":"https://github.com/JoshGlazebrook/smart-buffer/issues"},"keywords":["buffer","smart","serialize","packet","network","cursor","simple"],"engines":{"node":">= 0.10.15","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"license":"MIT","devDependencies":{"chai":"^3.5.0","coveralls":"^2.11.15","istanbul":"^0.4.3","mocha":"^3.2.0","mocha-lcov-reporter":"^1.2.0"},"typings":"typings/index","dependencies":{},"scripts":{"test":"mocha test/smart-buffer.test.js","coverage":"istanbul cover node_modules/mocha/bin/_mocha recursive test","fullcoverage":"istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test"},"gitHead":"071f618b339a341c2617ac41ea2a77132fd307e8","_id":"smart-buffer@1.1.15","_shasum":"7f114b5b65fab3e2a35aa775bb12f0d1c649bf16","_from":"smart-buffer@>=1.0.13 <2.0.0","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"7f114b5b65fab3e2a35aa775bb12f0d1c649bf16","tarball":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz"},"maintainers":[{"name":"joshglazebrook","email":"josh@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/smart-buffer-1.1.15.tgz_1485802535898_0.37321774289011955"},"directories":{},"_resolved":"https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/sntp/1.0.9/package.tgz b/frappe/.npm/sntp/1.0.9/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..d27d7024f3a714d411e8a0df2a896f1957e73f02 GIT binary patch literal 6853 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.8.0"},"dependencies":{"hoek":"2.x.x"},"devDependencies":{"lab":"4.x.x"},"scripts":{"test":"make test-cov"},"licenses":[{"type":"BSD","url":"http://github.com/hueniverse/sntp/raw/master/LICENSE"}],"gitHead":"ee2e35284f684609990681734d39010cd356d7da","bugs":{"url":"https://github.com/hueniverse/sntp/issues"},"homepage":"https://github.com/hueniverse/sntp","_id":"sntp@1.0.9","_shasum":"6541184cc90aeea6c6e7b35e2659082443c66198","_from":"sntp@>=1.0.0 <2.0.0","_npmVersion":"1.4.23","_npmUser":{"name":"hueniverse","email":"eran@hueniverse.com"},"maintainers":[{"name":"hueniverse","email":"eran@hueniverse.com"}],"dist":{"shasum":"6541184cc90aeea6c6e7b35e2659082443c66198","tarball":"https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/socket.io-adapter/1.1.0/package.tgz b/frappe/.npm/socket.io-adapter/1.1.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..5ed7ae4280a43eab4b853e992cae2c8659b59df7 GIT binary patch literal 3100 zcmV+%4CC`3iwFP!000001MM6AR~kujf1bahHu*tFU<8!-PB(i?6eI5xd_Xpr=kvv3 zrh$&b^xRC3hRb??`&IP^42V%zlij_up8=-2y1G8PKDwt9d;YmMV(YQ~c0Z*e`r(mV zrBZqIY7_9gx>c{_zg64V!r#@6N`13lscqG3KUDCcM);4-$f}m5(o2w)htkoq!0h`k z(!MwV&mwQao^8XkRQTsix?GgKz>6hIo|UNkf+Z;z5n)u_s$0>}kozo3)wrWpU&9g> zi;Z0$DNz2-NWpq!j+M;~XQHr&KTiPhrdwHkiUF@gm8B5)2c@Kn%ejd&!8EKnn1p zDa2S}-~cg@9*=l50uOv-12G*rMlz`w%1bX{h#Y{IVs*ehqz8fUvk8l&N0k5!IYu!k zNEB(UXGW|Q)g%G)Lg0}@eYOiOvGfp`goLFs;XctQA(9_v0r6nFLq6eV1{$t(lOjcMfh^J{Cbxd&^F9zL&?;C-uq(0SJf#OOBK{SVODherDY{G-+0 zD?#(0$K7VH2c53dIyydVH4)Zo?;gI}Yqj6P8ywf}-~w;qGDo8Q4$y>#RIAw|Vn@yH z?g2hF-n0%|{SPJBZ}ryC5bCD6nK zgnMv!jj8fq8BbVYja^{cP1lNUlYSV49cPIi`%H1)lG6JO*8q`PL+|Z#!`MV5Q!sme zN>i9VGhd2?ND#&^v6pxg_|od9VaQ-Qbof(L>#oB^NBQz#ZpmCP^#8(ubpz!vvG{Szb$L zMjeJNH%^2UbWGxY{HT6^{D|ZY^1OGhrAB~Ud7#foR0##d`?899Sb0RFD~rd2Rh={t z=m03+xogjVC-f#ooo|-+nVobP4f2@gWpYSU|n_EJe>^pJku>=LmEMm{VC;gjGI3+`puhuCg~YZ}8@H%pg|W(}e`t=eZEtX3E9au#~; zWx?C6_;5>7yK?O3)eQ@9=VA7KlL#;Hy;PFPsfc9K+O-p#jV1nuGMo)VZ{Oflw7b5f|581XR>Dp)A>x&5vOHPHFhrH z{6{YyS8eAyLp|a;uhdMqH8PV`5HG^z&jK3>S24BBfFIL2AF7(M+l^UvK!$;pq{9nd(- zP0^&|$X3T%B{sTJmYP*E7Pt^?Z;D_VFpsvm_;pj5xo42cg_xz3y%1u)5@2o*FSiGm z`-GNUV7X3FdKQiE=c4mZXFXDKEuX=GOatSH^?5D)Gw@Pd1< z5-?w#-LDEODT2in?oMawim4sr(&uHRqnQ zX=*F@?Q6yB3$?dhJX#{C7AfHuo@CC#@sZvO+xYaOS}?et=+%Z#!Kte&d~>!DvCG`< zSqnDv+uT8tt>-a%T3aWUf^e_p;(SnaqB3YlI>NwS}oTqD`YdG z1;S5HVV{4d0#;D*(PdsRVd!7T+=i9JAB%*Y!W-i5n()Y{xp@h6b+JlPZLAomE;ue@ zZxD8^I9GH=_++?zVxC*CS|kBCt$_7%wN|cd+$f+48{1m3XNrY0)q}RcpngX5&u}g; zRhtMl9OC8z=S5A+1PAMCIOYFlYLrJ86X48j5GeC&YE*NmrD2N?G!{)qXM1PFG3iBd zyjiYR%C)W49KX? ztosR57gDgu(uYW?Aw%~u=+emSW-QLhLREu776)n&A!sYk7rd*bt61qO_439I3(iP) zw!DJQQ~`|Dl1H!9P4>p_sXW{7^%yG;8-&gkifA0QoZS(2=?{{g=^IYOFuiYJI4>N2Q%3KoU zQF*fTZk}R0Mycn|;Q#|526+tqlyfno>KFZ#TO)zxdn75S1u7ijuX09FI7>acDL2R@ z2KR{0^%1NBs24djB*84NvNhMQ()ETxeF%)0iRC1PsmNfWuB}~qk=iv4GEOnpX%IDF zpS?*Os(Xj{WCc)f6%-=1.1.0 <1.2.0","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"c7aa46501dd556c2cb8a28af8ff95c0b5e1daa4c","tarball":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.0.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-adapter-1.1.0.tgz_1488094705649_0.738629351137206"},"directories":{},"_resolved":"https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/socket.io-client/2.0.3/package.tgz b/frappe/.npm/socket.io-client/2.0.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..80c3acdd2f2d458bfb6ef71a0752d6c9e12530fd GIT binary patch literal 241472 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.10.0"},"license":"BSD-3-Clause","scripts":{"test":"npm run build && node test/run-tests.js","build":"webpack --color","toc":"doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"},"devDependencies":{"doctoc":"^0.15.0","webpack":"^1.12.0"},"gitHead":"aa0398ced67beebea34f0d36f766505656c344f6","bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.5.6","_shasum":"75ce38f52bf0733c5a7f0c118d81334a2bb5f412","_from":"source-map@>=0.5.0 <0.6.0","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"75ce38f52bf0733c5a7f0c118d81334a2bb5f412","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-0.5.6.tgz_1462209962516_0.9263619624543935"},"directories":{},"_resolved":"https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/sshpk/1.13.1/package.tgz b/frappe/.npm/sshpk/1.13.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..88efcbc74073fbf62e503a806e8b9feee31ad759 GIT binary patch literal 44933 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 Zybqs;&%@{8^YFpX{{#JbVm1I&0|4u43XuQ+ literal 0 HcmV?d00001 diff --git a/frappe/.npm/sshpk/1.13.1/package/package.json b/frappe/.npm/sshpk/1.13.1/package/package.json new file mode 100644 index 00000000..27da870c --- /dev/null +++ b/frappe/.npm/sshpk/1.13.1/package/package.json @@ -0,0 +1 @@ +{"name":"sshpk","version":"1.13.1","description":"A library for finding and using SSH public keys","main":"lib/index.js","scripts":{"test":"tape test/*.js"},"repository":{"type":"git","url":"git+https://github.com/arekinath/node-sshpk.git"},"author":{"name":"Joyent, Inc"},"contributors":[{"name":"Dave Eddy","email":"dave@daveeddy.com"},{"name":"Mark Cavage","email":"mcavage@gmail.com"},{"name":"Alex Wilson","email":"alex@cooperi.net"}],"license":"MIT","bugs":{"url":"https://github.com/arekinath/node-sshpk/issues"},"engines":{"node":">=0.10.0"},"directories":{"bin":"./bin","lib":"./lib","man":"./man/man1"},"homepage":"https://github.com/arekinath/node-sshpk#readme","dependencies":{"asn1":"~0.2.3","assert-plus":"^1.0.0","dashdash":"^1.12.0","getpass":"^0.1.1","jsbn":"~0.1.0","tweetnacl":"~0.14.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"optionalDependencies":{"jsbn":"~0.1.0","tweetnacl":"~0.14.0","ecc-jsbn":"~0.1.1","bcrypt-pbkdf":"^1.0.0"},"devDependencies":{"tape":"^3.5.0","benchmark":"^1.0.0","sinon":"^1.17.2","temp":"^0.8.2"},"man":["/Users/alex.wilson/dev/sshpk/man/man1/sshpk-conv.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-sign.1","/Users/alex.wilson/dev/sshpk/man/man1/sshpk-verify.1"],"bin":{"sshpk-conv":"bin/sshpk-conv","sshpk-sign":"bin/sshpk-sign","sshpk-verify":"bin/sshpk-verify"},"gitHead":"a17ec8861242649038dcdba8f8d7df5edf2ddb8c","_id":"sshpk@1.13.1","_shasum":"512df6da6287144316dc4c18fe1cf1d940739be3","_from":"sshpk@>=1.7.0 <2.0.0","_npmVersion":"4.2.0","_nodeVersion":"0.12.18","_npmUser":{"name":"arekinath","email":"alex@cooperi.net"},"dist":{"shasum":"512df6da6287144316dc4c18fe1cf1d940739be3","tarball":"https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz"},"maintainers":[{"name":"arekinath","email":"alex@cooperi.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sshpk-1.13.1.tgz_1496888143718_0.9964376483112574"},"_resolved":"https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/statuses/1.3.1/package.tgz b/frappe/.npm/statuses/1.3.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e99de4fe48195cd03c7acf0be3233231a7760392 GIT binary patch literal 4160 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 K;=bbmJOBXCk{?n4 literal 0 HcmV?d00001 diff --git a/frappe/.npm/statuses/1.3.1/package/package.json b/frappe/.npm/statuses/1.3.1/package/package.json new file mode 100644 index 00000000..68ef452e --- /dev/null +++ b/frappe/.npm/statuses/1.3.1/package/package.json @@ -0,0 +1 @@ +{"name":"statuses","description":"HTTP status utility","version":"1.3.1","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"repository":{"type":"git","url":"git+https://github.com/jshttp/statuses.git"},"license":"MIT","keywords":["http","status","code"],"files":["HISTORY.md","index.js","codes.json","LICENSE"],"devDependencies":{"csv-parse":"1.1.7","eslint":"3.10.0","eslint-config-standard":"6.2.1","eslint-plugin-promise":"3.3.2","eslint-plugin-standard":"2.0.1","istanbul":"0.4.5","mocha":"1.21.5","stream-to-array":"2.3.0"},"engines":{"node":">= 0.6"},"scripts":{"build":"node scripts/build.js","fetch":"node scripts/fetch.js","lint":"eslint .","test":"mocha --reporter spec --check-leaks --bail test/","test-ci":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","update":"npm run fetch && npm run build"},"gitHead":"28a619be77f5b4741e6578a5764c5b06ec6d4aea","bugs":{"url":"https://github.com/jshttp/statuses/issues"},"homepage":"https://github.com/jshttp/statuses","_id":"statuses@1.3.1","_shasum":"faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e","_from":"statuses@>=1.3.1 <1.4.0","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"fishrock123","email":"fishrock123@rocketmail.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"},{"name":"mscdex","email":"mscdex@mscdex.net"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"dist":{"shasum":"faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e","tarball":"https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/statuses-1.3.1.tgz_1478923281491_0.5574048184789717"},"directories":{},"_resolved":"https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/string_decoder/0.10.31/package.tgz b/frappe/.npm/string_decoder/0.10.31/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..a98ffcd99df88675bd1ecabc3d3a588437f61c0b GIT binary patch literal 3608 zcmV+z4(IV7iwFP!000001MORTciKi4&)@nKv+mg%94rLbIBVBwv5{-KHuwN;nv;{$ z4AKA-3yIZ8Cf?Tj+4tU=(F?GXO=x;{*E+FbUiUTk@tct|r_K$XuTN8qz|uy5r*@u^wX0eM!dHx8OsZ4cVdtXjjW)nI(nf~`Pkwco6Syqgs^Hiy3k45+9Jb7wWj1Q6-(|uH`8?8N!zm-h zM3CTHw4&UKS!02!Hy7#udGyvT&5Yai( z_?KnwnJ>1WPt8|i<>xUG;Y65E@OxG8+1z8*9b}v?3)wsnJPN|Q+{(MTw9AA?QbOp8 zLr?b{R;%!P8jnmTm{r4DI+;|97BF#L%3vDI*c?I(mrtW;EG_i$o%gGzKcDf54-vX~ z9*^gLXf-hZ*AHM)-Kt~$ukY8JPx=3AJfoOW9upkBo+|S@;g)nns5{Xpnduk06YFu|# zh{tc(f(zMGgU*#{*lCiTovVKoGnmGir5*xL`g9 z@uXB60IwjF$U&kYDy*jwS#Zz84mxLwQ4oiYM$OoM^IjUX>Vs@=OKX5*ZoEto#gYlX zWj-(ybLQ|dca&aQbhEhsN&L%=7}$S^k3Am$bqmLe@n75DKX{7&ukn0F;2Opi3uj!& zK;VMFEH=6$laTrmb1UGw5ZJ+(I8z!<*eX&7EV#{$)sBIc;s<0tr#vB$~e#| zuu~qcDyT;lGMZoz;6MS+u1eQTIyncq%+a8cp-d$CE~YyEQ%%4`<2dwzC6jC108A!1 zzK1-6J!q71;CaCU%?o?xa@0s1s?0=3khP>PYQy~?0#TI+xB>HQSM`vXQjmSbw85Bb zfO%<7oe^CDJZ5-qlR@un_^Q>nNoPQ=`n{h!ZM#jjS_5crRmiK( z@Vs|DBrv1j>JDF%-Wh3iUz5Lgy6pN}p0>@b(I_wc-s7ZC~0T44T?f&UGG+QT~i_Y+Mg`9PUU7$(MfM|Gegc zPp+=}SG|D^?At)L+v%S5fs1`IB#8CNLHD^{S?=|!t^SuxtJ%hr#!T-5_AeK}1__v+l1U7aqhAg$A3 zr`JWBoc6lIJ~S(!Wq$}u4Y~AHXJA)ItKS)*LC*TU%L+kr!it_G0_(cAqJpL-g&lz@ z&^E3Ib|y>PZe0Ma0WQu@HlGd(|3gnw|C5`zKZ3`j^}lvdQ}tio|2CR63-N!wW{prf>j|`Z6d01U7*NfXpTU0g%}oCIDg^fCWHhJu*-mxhZ%6q&^cN zXgM|n6M)ngAO%>xIj{i4Hij2~)@C3B+Gk^^0f>Dfa4>FZNKWE09;%N?dc`o3J={|NAnOOH6l{^$Q$$1O&7*CFv0P_FIyCH>2Pp zSg`Pv3RWuT77^k=7ulY&58H?OdmN2lS3QP(eAzi@tkVO#hBno48lnLyzF^#<_9UfCpWaIaS{xFQhSeRE?7$ufmvK=26 zP4<`N-N@!Ac8jKAupmBL5IYQmu(W;c-}u48PtAQuw#oCfRYu|N4G;j;W(=huC<`9S#-1yCY)m@hFl7gy0JSjX4b?G6NIx-O*hnGbR=;>HvRXl2dzdz57CzImn0}!@5M|8lB3nhi5RJ zx|U98KMZ^A9y!M)k_%+UWC{u>Kur`8njX|jm9l5_2IS=t-q_qhB|)7*E+hvEfxuWk zAzR0hO3Y|9NcaIR5ulalVosLkA@Mw^f#VqbLMB=*)DY`+ZUH6e;=8Iarc$a)s*s^% zDDf@zxT}>##!R`Yn4Dh{q#7-eDV3HK0y=Lq|O_E%g$$bJnyMX@%z)EoX29ctn&+f_a z6ABK^sVfu?WB8{7cu)OFwtP%{CCn$vpQP73-9^YFS*&B10(DyN^*V$QeBkz;f&rT6&0f%s5eO| zu_s_Rk{YROCSip<(sGQMTQy2e854+Hhu0 z87dKSfm9|jm4_UKxB(3(SN!UL162XR?m7XXlC-iZg(9QhX3$8A#qji{DvOp4GQIi+ zT;sWl3;FV3B$Kcb8^#t>(8mF%LZOwubb_*B&C3N54ohn%wW=FL><~_aKGYpuSG99! z?PMRE+`>83z|5cI!A_@nsgc?%DA9``ywP6j6TOSF7v^672t!^RP!6D zNLeYY^LySIQei}E+g*+MGWkBmte-HQ9Hz4i+>VSyN9wwAv(a<3N`cB4 znB~{Gb|gXX%-5N_AFg(Bwg5TJku+?jF=br6CHQ?oSMr($xFu- zyJ5Xl1{8RgQA)M06gQ@v?aYKl=|(8>>U}48nZ%|F7o>5qv?rR6Rar3{fISt4OJFVI ztSaIm@fdY;X{ywIVOhKFle4ojCQ~>dDLdo>EgxQ4;GW|B*Ks1NnRK~pb%LG+P7b#cyJ<(FFYB;X#Q7MC1#E6tENkjXo?q1m_+&F|I{->v2|^2&VK_0%T{(oSPMJpQchB zW_&HKY5;12qw(Py3?zKNF-& zYc=Z^eA0>n#yKW6nFPqomt-HC)(5NkaQ)0(WaQ5B_c<1dM~(%gm3qozPqVNeW3ley zrock-D6(jzEE*F_cz?*fRkDBZtb!LY38=^_IZ9lFdOBT+B;m?K zOrg%M#li(IDj>gnJyYXAY!w=2!%)wX;iR-3rBbOPnBhn#%t1$(o@G*iIIeHJ?m=y@G+tFf-{Z;w(s-vtf{T|%;P~L##pvEx@#%sz e5<&j#civCW)ARH^Jx|ZGXa5FHHcAfwJOBVHDz;7l literal 0 HcmV?d00001 diff --git a/frappe/.npm/string_decoder/0.10.31/package/package.json b/frappe/.npm/string_decoder/0.10.31/package/package.json new file mode 100644 index 00000000..e20a07a3 --- /dev/null +++ b/frappe/.npm/string_decoder/0.10.31/package/package.json @@ -0,0 +1 @@ +{"name":"string_decoder","version":"0.10.31","description":"The string_decoder module from Node core","main":"index.js","dependencies":{},"devDependencies":{"tap":"~0.4.8"},"scripts":{"test":"tap test/simple/*.js"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","gitHead":"d46d4fd87cf1d06e031c23f1ba170ca7d4ade9a0","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@0.10.31","_shasum":"62e203bc41766c6c28c9fc84301dab1c5310fa94","_from":"string_decoder@>=0.10.0 <0.11.0","_npmVersion":"1.4.23","_npmUser":{"name":"rvagg","email":"rod@vagg.org"},"maintainers":[{"name":"substack","email":"mail@substack.net"},{"name":"rvagg","email":"rod@vagg.org"}],"dist":{"shasum":"62e203bc41766c6c28c9fc84301dab1c5310fa94","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/string_decoder/1.0.3/package.tgz b/frappe/.npm/string_decoder/1.0.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..2dd49d06f0d1315a471fb05c74730a4f5d06fc1c GIT binary patch literal 4142 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/string_decoder/1.0.3/package/package.json b/frappe/.npm/string_decoder/1.0.3/package/package.json new file mode 100644 index 00000000..c49fbca6 --- /dev/null +++ b/frappe/.npm/string_decoder/1.0.3/package/package.json @@ -0,0 +1 @@ +{"name":"string_decoder","version":"1.0.3","description":"The string_decoder module from Node core","main":"lib/string_decoder.js","dependencies":{"safe-buffer":"~5.1.0"},"devDependencies":{"babel-polyfill":"^6.23.0","tap":"~0.4.8"},"scripts":{"test":"tap test/parallel/*.js && node test/verify-dependencies"},"repository":{"type":"git","url":"git://github.com/rvagg/string_decoder.git"},"homepage":"https://github.com/rvagg/string_decoder","keywords":["string","decoder","browser","browserify"],"license":"MIT","gitHead":"e97f24dd3d047b72b9836518e2a0788e2a6a2fdb","bugs":{"url":"https://github.com/rvagg/string_decoder/issues"},"_id":"string_decoder@1.0.3","_npmVersion":"5.0.3","_nodeVersion":"8.1.1","_npmUser":{"name":"cwmma","email":"calvin.metcalf@gmail.com"},"dist":{"integrity":"sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==","shasum":"0fc67d7c141825de94282dd536bec6b9bce860ab","tarball":"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz"},"maintainers":[{"name":"cwmma","email":"calvin.metcalf@gmail.com"},{"name":"matteo.collina","email":"hello@matteocollina.com"},{"name":"nodejs-foundation","email":"build@iojs.org"},{"name":"rvagg","email":"rod@vagg.org"},{"name":"substack","email":"substack@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string_decoder-1.0.3.tgz_1498156574101_0.8198789858724922"},"directories":{},"_shasum":"0fc67d7c141825de94282dd536bec6b9bce860ab","_resolved":"https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz","_from":"string_decoder@>=1.0.3 <1.1.0","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/stringstream/0.0.5/package.tgz b/frappe/.npm/stringstream/0.0.5/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..86ab018f49cc41221f42806116cf8dc48429b93d GIT binary patch literal 2593 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 D^i~kA literal 0 HcmV?d00001 diff --git a/frappe/.npm/stringstream/0.0.5/package/package.json b/frappe/.npm/stringstream/0.0.5/package/package.json new file mode 100644 index 00000000..30033118 --- /dev/null +++ b/frappe/.npm/stringstream/0.0.5/package/package.json @@ -0,0 +1 @@ +{"name":"stringstream","version":"0.0.5","description":"Encode and decode streams into string streams","author":{"name":"Michael Hart","email":"michael.hart.au@gmail.com","url":"http://github.com/mhart"},"main":"stringstream.js","keywords":["string","stream","base64","gzip"],"repository":{"type":"git","url":"git+https://github.com/mhart/StringStream.git"},"license":"MIT","gitHead":"1efe3bf507bf3a1161f8473908b60e881d41422b","bugs":{"url":"https://github.com/mhart/StringStream/issues"},"homepage":"https://github.com/mhart/StringStream#readme","_id":"stringstream@0.0.5","scripts":{},"_shasum":"4e484cd4de5a0bbbee18e46307710a8a81621878","_from":"stringstream@>=0.0.4 <0.1.0","_npmVersion":"2.14.8","_nodeVersion":"4.2.1","_npmUser":{"name":"hichaelmart","email":"michael.hart.au@gmail.com"},"maintainers":[{"name":"hichaelmart","email":"michael.hart.au@gmail.com"}],"dist":{"shasum":"4e484cd4de5a0bbbee18e46307710a8a81621878","tarball":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/strip-ansi/3.0.1/package.tgz b/frappe/.npm/strip-ansi/3.0.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..45120f88e7bac4e3c553c9b6a0cfe53ceeb1e7ba GIT binary patch literal 1734 zcmV;%208g3iwFP!000001MOJ-a@#f%&%fnU>^V1;bt6&oN9>s-PD@*K%&RPUD7m?e zuh&2%B*G>M765H)I(eYJMxX3axplkUz1>})@BZEk`|WO5eQaC%`}^>0YkO~RduRK_-roMR?$%ECMHlCPZ$&=U zN^O`zRsK_)${1LE|3})-4!}mvGQRN=HndTqXtP|4jTVhxbESpMX==yqx?9y~%yoox zW-&7&Ch!KM0C0j893qJ%6>Taao@)z!8jPzk#S5v0k!nuEQNq%z&V9+OG>KF=Px`HC zI1+iRIEThSYo&0u2qi!U#C0VH+5ZP&*{b+?ELvHXtT8)Gk71te! z@cPpt-oWO4*yd8~U!_h;28VJE0};uT3Gj-7ry0xP^`)Ks_HvRlH%}2}@vG+U!68di zreb(4T$Z^%iQ7AJXTl`qggPCZYB$N8AFMe%pP?;!&50Nn^1zz|jAhsD)|OWRT_ZJI z8zQ}x@b%Zgu31ex6)9iy51P$yF>TaxulW2%s(6jYMt5lu{$7Pd@l0OxWp5RJ%Q8>- zD#GYCTn%fT@=i~!2n|=6$XQy?=31t_MpYu8t%%KhwS?@-UG}C@Wz3j0QZ<__e`1bW z!6iIhiMl1(%T6k1Yd>deNEj%LeB4ekHnrBbruJXV3yx0BBe5Pla!ympGk|&a*|{?<~XkIdaV7`5%97QU2fE$NZ1I7nuLIxAyj) z^8c4;jZ$-|N@GcUNDk_dzwM@%_KOwX^?V|9AIypZ5QkXyb$fR%Xzz;t!kHX*$l4Eapng z5(Ar26aMWQ$Z^i-K-N@6g3yp~#V2!^DV7@^w_vI`2TTrF1gaTtfsvSg=1^b-h758- z)fgrVU|3TYa|bC+f-qW6%?(41@E`@IwTuKqJcwmfW*locn}}?o0-FXc+!!r5HkwvQ z%vtIP%uNYdwE(-pN=lXnlU|h%5u*hnkJ2(G9hTFn$izYdv0E=`2SG8Dwyd5l!0afd z^ySv9qMW2cCoPBtK~GA9gPI1d(_3UmM=H=*PB@5wCpcJJYwauzsa}vn&B8^RMs5 zRGEd#Pka~+kH_!4(1&0I zXW{Vspy&5s!y93LqXqAR@yYOf3`h}rgYkP99^?JvJ$x4odM)t(b{6`h5e!2oI6dnJ zK8^*0qyBj>7`%l; z4~~Xs@5A8j$rw(C{hp75hdyfN9rpc76dHBZ_kz{d8VADxnQ=56j6>|U(8_SUVtp5k{1$j&Fd~N>hr`pBL+(V5p#?#{fnTAJtKm*W zkc9f@BYy=5J>Tmi7KUeVCw%VH>HXi{mgm3XEY7%_#h*dOZ@mBPR`q}N{)3cs{_ku( zo&R5?J%{?~1up({aaf8ph7lfcrT$?vF{aQjI~}9gwb1QIxKhnJ_n&NBeLeeTf@gY^ z9Ar%6J-GR=vSNks2C5gNiw93g6$oPR+`SQ3qTsP$7KVBqqW`g?|B>hs%X$7Bf*d1? z=cx1H!w2WjkQW&qMRo||^2jS|*PxoSL6@Kv&1U28 zC9dSj#cmd{E57J-GotEr4&Fe6h8wlGkf&6!I8GZbYS4C+irRB)FFW_$MubghCL(ma)s-na6t9X{ zS=pL_RL+=*5|Z^vITq*<5%w>kj~5R!sh`zDR7qwaC@I`&=I8^NZ`U_m#scBa$ c?O_G`M{m%l_SBx*Q~ONqpK^{xTmT#Z0DzoZAOHXW literal 0 HcmV?d00001 diff --git a/frappe/.npm/strip-ansi/3.0.1/package/package.json b/frappe/.npm/strip-ansi/3.0.1/package/package.json new file mode 100644 index 00000000..2c2b8373 --- /dev/null +++ b/frappe/.npm/strip-ansi/3.0.1/package/package.json @@ -0,0 +1 @@ +{"name":"strip-ansi","version":"3.0.1","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"8270705c704956da865623e564eba4875c3ea17f","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi","_id":"strip-ansi@3.0.1","_shasum":"6a385fb8853d952d5ff05d0e8aaf94278dc63dcf","_from":"strip-ansi@>=3.0.0 <4.0.0","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"6a385fb8853d952d5ff05d0e8aaf94278dc63dcf","tarball":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534"},"directories":{},"_resolved":"https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/superagent/3.5.2/package.tgz b/frappe/.npm/superagent/3.5.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..c54606e860120639924abb1b5e7060348dee7255 GIT binary patch literal 107118 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 0.12"},"gitHead":"ef9af6c85b2b1a0cf5f350bece2f7e33d89b888a","bugs":{"url":"https://github.com/visionmedia/superagent/issues"},"homepage":"https://github.com/visionmedia/superagent#readme","_id":"superagent@3.5.2","_shasum":"3361a3971567504c351063abeaae0faa23dbf3f8","_from":"superagent@>=3.5.2 <4.0.0","_npmVersion":"4.1.2","_nodeVersion":"7.7.3","_npmUser":{"name":"kornel","email":"pornel@pornel.net"},"dist":{"shasum":"3361a3971567504c351063abeaae0faa23dbf3f8","tarball":"https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz"},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"kof","email":"oleg008@gmail.com"},{"name":"kornel","email":"pornel@pornel.net"},{"name":"naman34","email":"naman34@gmail.com"},{"name":"nw","email":"nw@nwhite.net"},{"name":"rauchg","email":"rauchg@gmail.com"},{"name":"superjoe","email":"superjoe30@gmail.com"},{"name":"tjholowaychuk","email":"tj@vision-media.ca"},{"name":"travisjeffery","email":"tj@travisjeffery.com"},{"name":"yields","email":"yields@icloud.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/superagent-3.5.2.tgz_1490192709793_0.7011477949563414"},"directories":{},"_resolved":"https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/supports-color/2.0.0/package.tgz b/frappe/.npm/supports-color/2.0.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..153bae4bbcbd686a847dbf3d586abb21bd7e3b56 GIT binary patch literal 1951 zcmV;Q2VnRgiwFP!000001MOJ-a@)oc_rJkYtmRBdwj{(4ne51x6N-c^v=pHMp|~1N zTpfWUc`^u~IDitT(gXE1`efZb0Q`^?C23-NI-?s~;N5=wcJ~gudx)6(iB0)#ls)w; z83r%@;8CyF+k1OJ&rbWbde)oS97m(wXuyj`^Yz|dyV2QewqMj6t$MSA^gr5=$3`j> z7NaS@S5M{)te*cT<6j!UPQd1TXCHQC8bx88$eJ7aVZ2i%+JeVYgaMJ8dR?z)s~(qb zETSZ*^m)SF1g>X1neiAHBs`vrfca3UgbkIxaCsmV;)&^GYcY>PDUvW=(y}{a{-@o? z%wcIV!{7TrhHscY5`hUA!Is7km=qbQcM22* zf&~9#D3I|YliEUrw~s@-gYtc~l>+v!p`4`*x>3aaISb(J70ZAAaKp!fhKKwtov z$b?b$CuI~5rf8Ae2u0|rP`o>+>wm$GTA811)dpw6WkQ_u5CgsDn+Tt8IEZ%h8%zjm z$WMHE9md`U&w6L_NxC(QS6fjWh&45kq0d)SUlc!CAXmR-vLurV9m%rz8BfQ>&*tm) zihaiY6~YZcuHohwSFh${$X49h@wzu%p}8z#W8sT6sHaZ(IvgHf^m)WFOo1ylcOr`` z2KY}ad-*?85%XFaxXhh#kBA=|_&zmN__aIjE4}}D-rp@Y`*UFYQvR>M&hme&)o#|C zEzJMTMyLIp|G&g2rILe8V&NvGH`;<>@{XqqIDjY)T`r|g(>I!;L-JLhQ$19wv_jSh+K_*_9CbR`Fx0iGw9q0T>^9zB}~eUOFF_p0slJBi2jKgWHd)g4}*wB#nCgR)y-8 ziqoyToTAaUSWD8IU7=GoeSr3}!Q4i@tCaD0e#Q5{$p3jy_E|8V&i~Cut3&y}g}J}e zsy8~6|LdK-=luUAhBM=UO*jm){f9D6Dw@^{qh&0nvjoa+1^(w&SJO@@8%w%DfRKQf z13q5DG-g4E|M*s80nuG(3w6zJj3D3{o&C=ib`U&B;Fw1NcJ0^6hwlNxkWozci>A*B_%^dayXMJ<{9u84%XyJJ` z@t~tp#{vS(Rhh`eQzi!3$@r9v1Qi5hhu}52(OF(dX8xg$&H>hbZnef(M#J| ziGDCgMisiYIii3Z+15!_qi~{xrIeuD(8#nd#~|J!SK*5Cgcdkw1pt!C@F{(p(_3bwzp!Ntpq!&LYl zjIhY1@~84FNg}zwyPL#pA&^VxVLaV^>fdE8Q-7&yEY6DS;w2UU zQ{9v$*2W_$qasOJRy?n%pTfR_YWP|M)@LlrbQ_jp>{I99VV4vDUQI+C2Gk${dMp?c z;d0}`d#QRH)qyRTpK@vx@Sf)K%yu1|IGsmw%RD^`r_Fupz%;D}7ux}=xxQGRf++%| zW9khbJp#mBfm-G>`l_0Z?BY(EmBKSop-&OMlJAv l{tXvfoog#@d5xI004o0*K_~? literal 0 HcmV?d00001 diff --git a/frappe/.npm/supports-color/2.0.0/package/package.json b/frappe/.npm/supports-color/2.0.0/package/package.json new file mode 100644 index 00000000..385db3e8 --- /dev/null +++ b/frappe/.npm/supports-color/2.0.0/package/package.json @@ -0,0 +1 @@ +{"name":"supports-color","version":"2.0.0","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect"],"devDependencies":{"mocha":"*","require-uncached":"^1.0.2"},"gitHead":"8400d98ade32b2adffd50902c06d9e725a5c6588","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@2.0.0","_shasum":"535d045ce6b6363fa40117084629995e9df324c7","_from":"supports-color@>=2.0.0 <3.0.0","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"535d045ce6b6363fa40117084629995e9df324c7","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/supports-color/3.1.2/package.tgz b/frappe/.npm/supports-color/3.1.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..7445c7cc0c1bd8f38483e47069180ce392b9377b GIT binary patch literal 2394 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 M3pDu3o&YES06hVgSO5S3 literal 0 HcmV?d00001 diff --git a/frappe/.npm/supports-color/3.1.2/package/package.json b/frappe/.npm/supports-color/3.1.2/package/package.json new file mode 100644 index 00000000..15db1d28 --- /dev/null +++ b/frappe/.npm/supports-color/3.1.2/package/package.json @@ -0,0 +1 @@ +{"name":"supports-color","version":"3.1.2","description":"Detect whether a terminal supports color","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/supports-color.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"browser":"browser.js","engines":{"node":">=0.8.0"},"scripts":{"test":"xo && mocha","travis":"mocha"},"files":["index.js","browser.js"],"keywords":["color","colour","colors","terminal","console","cli","ansi","styles","tty","rgb","256","shell","xterm","command-line","support","supports","capability","detect","truecolor","16m","million"],"dependencies":{"has-flag":"^1.0.0"},"devDependencies":{"mocha":"*","require-uncached":"^1.0.2","xo":"*"},"xo":{"envs":["node","mocha"]},"gitHead":"d9e363732f48ad2bc6b936357246b55e136aa989","bugs":{"url":"https://github.com/chalk/supports-color/issues"},"homepage":"https://github.com/chalk/supports-color","_id":"supports-color@3.1.2","_shasum":"72a262894d9d408b956ca05ff37b2ed8a6e2a2d5","_from":"supports-color@3.1.2","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"72a262894d9d408b956ca05ff37b2ed8a6e2a2d5","tarball":"https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/thunkify/2.1.2/package.tgz b/frappe/.npm/thunkify/2.1.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8fb4034ee18bf30495e37405a77ca4848212171f GIT binary patch literal 1770 zcmVrL$U(fuof+_Zo^Pu7`kAg zCCcU^ks2u_@e2R<-BHgt&pwi3fDf=`9q&P&bx-9iI$;Yw%&V*aw^8!ZXNDjMW|Ilf zb$>Rs*I-oL6HI3zJPJqS$v6zAqy6!tARGtbKCXZ6ja&t#DVWBse5#!4EYM#6C-B|@ z*pV#bI|r~+EK7MJlGV;GVNba>LP=T}`Jq3mu$t$}h(hTVEu0D>$#^W-P^y^kT@(>> z6KRnbwV1c1mJqQto#WGHc7bWlR(M@-$u&cn{ojz3G9peQlriL5Wx{X+LKX@bSWT6h z6TUiAIyR`|-A;{%ok-DlEAPUMp}Sh*&QZPBoXeQYNN^JLeqCcvf81C=G%jQ+S~5D+ zQ@aPmn58PyxI!VO;!j1yrLoq1^ZMNrm z9|hB`|33sc!>3OjcnWW92!MVP^btRFoKvQO8N+n}&q4ElN};(ss4xTX&}k&RILE?( z!*NpqxZZIsp$acPM*>|Kl+uuN%)e`vV@}t6QKqP`sS)5fk;kaLN%tg>$iK^(W*NMH zS(gZFNTkJUUQmtEEm$ne1?1%%b8)qyrm|=^;wI9gyk4Ek9W(?3c#gYW<0EdKmDZmIwF!$}wa@nh@1V6u(> z4*`yC?O+I_Ae`(4v%O&CJii1Eh0#QuA3(-VxD8O)lYzp{E))Na<6wDQ|6TU zD3}9BXT$Gv9+lQw?p$+rLOZV1dX5ur?lipV#C6KT1olzEtnvRh_`fD1y@&4aR{swt z<4gTtNHd|W|KC421vkZk^Y}Y|*lz`g{#?kRopHdQ&f~{>dv(DB)s&+}(u0i;bgYUR zHD@Aq9RJr>zx@2i0g&`BeZ(!?0FD3u##x;4drAMd`TuMjT=M_XWb6MA0#Di=h-z*- zpzYc)iU?g|w{uslr{QcVu+**!{V~wUbs12nPFrBvoe+DOqThVnRfI z?CRb{>d0LdMQ#p;!v)q2<=l@{HtbK8Bjx#y^W+Jan7dnu*=U-H!qDNeuBZ$Hs)D^{<(kB>N zxCFD3QJ=Cmr0C6G(A%hBMLOAa{E4i`3Ikd@fB`&%q;k*;Q;>_EO!v*up>pFyDZe-` zE_trzrk#J(mG@Wu@j^R5vf3LdG({rLhRRMQnl0Ju+Hp$EWcXJ5ropVvMmCMw>};!^;9VMQHRiM0$!fhV-^py%0Ih15 zKiFEuQe%Fn8RrWU;11?WWrK?rBc}eNV{LKRt!)@!^I^H_uvQBl78m`D8-uCrL(W{i z@r0~Q3xTCV_ip;*AD6Jz-=apBQR5FbjornShse=2.1.1 <2.2.0","_npmVersion":"1.4.3","_npmUser":{"name":"tjholowaychuk","email":"tj@vision-media.ca"},"maintainers":[{"name":"tjholowaychuk","email":"tj@vision-media.ca"}],"directories":{},"_shasum":"faa0e9d230c51acc95ca13a361ac05ca7e04553d","_resolved":"https://registry.npmjs.org/thunkify/-/thunkify-2.1.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/to-array/0.1.4/package.tgz b/frappe/.npm/to-array/0.1.4/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..94072d444a5e9e4b12b5814696a66f91312ffe03 GIT binary patch literal 1468 zcmV;t1w;BDiwFP!000001ML`HZ`(Go&-xVy_a#{sS+6V$&i(1K@hC6 zMB8j+Q6s6OMw|Wi9VyvPvLY?eHpNgM4AHvpBYDT8ia5E9XQWwFqxDv>{K;1a+qMt) z_W{S&^8@?#sGzmq>A;g#yKV39A08sdQplL2D_^Ro3I^8W{{-F} z0F69ekj4vWNVXSq9xofF!d?+BD9aVWwp!MHg-wY_I4xvNiAtVBj6Wp@8NDPxbII1I zO6Za-uNhATN}OM4OkB!2<4QvqFLNf~CD&v7x7i}5nU%1`uazt(1rt;ZDql34 z_?(v$#ni0Cn=98XBvo>#Mtex}l)S4@bG9G_?sA2mOIe5qRaG(x%O$6i5*^U)BM#ub ze%_k7-(w8?HQ|$3lDwg*H~6e#os=^rS_w5uo_(JECKaM2Lc4)-M9qtm{Le%wdpGss z6a>S~6H2tj751ukk5H+UaiJ9cV_O}owb7E%gye#JBwV>Hbhtw=s@=L9(8KZY_`11> zg(SQ=@Vc%)cJI$rwY6@0NQBfoGcI6nPso&Tj(^mv)zrkb*J!a|ImzWl`o22YZ1JYv z7Fh1qTSWa|yK`gQ7~eZJ9|h{V-?Z{#L1#JR*=?z_Lk$wXkpUD5t;o&C#_d9Ks z|MoWj9|xYo>O?e*PxW$!@$@OU@8U&~5yN=%<_)|R##PKwg`-7&0Z#rdDJMIdR&rOL zsV0z&ECh0-EGZXwN?RGtFNLAy<664bv!i);l?83m%W;jeELJ@y+QpL!{nDtl^A%(F zR$=~>#>4rKiQm3|{b^~XpC!# z#;!J!k~lMH4vMxS!8P7GSShjo2&@2!(qUqeNU}0jKCH+YUC`Qs64!wX1C^EnBT#;t zfXxt{s*&ihigJ=sF*hNlqAD(k6bh*?Nv4XU$v6m-Wd>@%3l`{DH{NL;<$9qeRMt}@ z6y_SQq<15s!kA(mMw3L#qztD_TYO6rsW6It%Cd}ItI+U%no<>!c!3ohN%4eT5gkjl zt~rzFYUP4jfMT<%HA&1>DV>md!q6_w4TV~T!^yxGmT>}@|Dix zAOr_SP8fOJlYtY$=p-BkV;9Z$P_6Iz$01sAhpr!4XcckbzQz|A_npB&nKGOc^gdMn zK{ptkh2E=v1pQ#pa}jyuqG!(0z^zPSP~Cy!4Nd4dL+6#Nr2^Cv8j7v*4o>^7LMeL= z{<@JD_$rKU;71|8niypmtwm40v1@`8dSf*q$6+uu4KI*ZR`hB|KB<|+@AlB z0oB#tBJWgH7n>g3z*8tss*|$r%JCSK>QKdvvRi*pyWPB>UlC%iPYB@?feh& W@oo!S*uoaR0R9DyNc-~u9smGXOW>pc literal 0 HcmV?d00001 diff --git a/frappe/.npm/to-array/0.1.4/package/package.json b/frappe/.npm/to-array/0.1.4/package/package.json new file mode 100644 index 00000000..5f3f84d3 --- /dev/null +++ b/frappe/.npm/to-array/0.1.4/package/package.json @@ -0,0 +1 @@ +{"name":"to-array","version":"0.1.4","description":"Turn an array like into an array","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Raynos/to-array.git"},"main":"index","homepage":"https://github.com/Raynos/to-array","contributors":[{"name":"Jake Verbaten"}],"bugs":{"url":"https://github.com/Raynos/to-array/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tap":"~0.3.1"},"licenses":[{"type":"MIT","url":"http://github.com/Raynos/to-array/raw/master/LICENSE"}],"scripts":{"test":"tap --stderr --tap ./test"},"component":{"scripts":{"to-array/index.js":"index.js"}},"readme":"# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n","readmeFilename":"README.md","_id":"to-array@0.1.4","dist":{"shasum":"17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890","tarball":"https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"},"_from":"to-array@0.1.4","_npmVersion":"1.3.1","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"directories":{},"_shasum":"17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890","_resolved":"https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"} \ No newline at end of file diff --git a/frappe/.npm/to-fast-properties/1.0.3/package.tgz b/frappe/.npm/to-fast-properties/1.0.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..6035220a426c1d5f1e1345d69e5684fa13e141e7 GIT binary patch literal 1647 zcmV-#29Wt5iwFP!000006YUslZ`(F-U&CK`|JiOpzQJv+_$}26?FaBYu z)oS~DdqB^F{Rj40+s)Sq_1zlc>Wz90{~t6O^)K)T65#$nZOGdo(}pWF>s` zwSM=wR;kx2wKZuTrVUafv>{SrfpVEAiM%YQ+{AOC%X*O-{sxE!vvDnD6em{Qi(Cd8 zCf*bTFD=1^SX@dKZP0AQI$te+-iTmCof2G;-G z`u@RP{r?znpGvhhDh|#4Lxwq=C88qU%%n0J9>XY0Ln`oC)K4(=*L7oC?qEi5t@eA_ za2qjKYzu!?kj_Z6mJ4#EQ@RKcK&XetuEWtM*a|5sk zW!NWD36bCtgjAJ9f_0BdvP?hg0=3Nlq7{D-9q-QnT}*q*|5~kau)BYNnMfnyUH*R@ z=uZUT>;PWa7Z*fPUCb89Mf^OU`S~u zC`QYXx#WtfMFd=H8OB&UB8X&|O$824wrJQ<3APRTR_YZTr5&pTGdy82R+0%>S_r$0 zae&MW)|I>xq6`O%QJ7>A*|6NEl2B+Mb{ikf@^RO(b~=C+G#=4YShr@`Fp2fVfhZ=? z!^|L36Vis;AwQ}(7;BLv3?1GA>pL)>iob;c$fd_sMxuI^g}(4ZL0tIsx;~x-H*BoZmifoj3jV6F5S?b_d^d zA7614+V21bT|lXAU&oGxv#SxjHB%U__Q%2hUDDLXkcf|Bm~9r%i4gciQ~`mkxRv z^jECU{GR848~8m6$Vt#Sa~OpaIXYGd^0mEO3WXZ3od}Z9`n>0@1VYnuTPO>Ur+w}C zDxY!7{H$Qv|8WM3rlK;9K7fw*eE(@Q9^C5xjoSWQ|Nj_p4{m=|ffrxCILhKAf*!WJ zOuyWo7&Ft4s#T--Jl5qfu1GbmzUSjiMbF3I53%8glgCrs5^Co!O2UEUJNQ%Iml%5y z&@4Zd*jaL|s1%PnyukjZM%e!7b58YjhAp4kQFV9k+lL1azum8*vU3za`1+J25%CiMbxV~vW_CI#-9{6+x!dZX~1_SmL zq_b&$E5d$SE^Cgx`F40Lt>r$~n9G*;mBw)b8H=0.10.0"},"scripts":{"test":"node --allow-natives-syntax test.js"},"files":["index.js"],"keywords":["object","obj","properties","props","v8","optimize","fast","convert","mode"],"devDependencies":{"ava":"0.0.4"},"gitHead":"76e30a0b6040781a705cb351fb2e4a1d879f1adb","bugs":{"url":"https://github.com/sindresorhus/to-fast-properties/issues"},"homepage":"https://github.com/sindresorhus/to-fast-properties#readme","_id":"to-fast-properties@1.0.3","_shasum":"b83571fa4d8c25b82e231b06e3a3055de4ca1a47","_from":"to-fast-properties@>=1.0.1 <2.0.0","_npmVersion":"4.2.0","_nodeVersion":"7.8.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"b83571fa4d8c25b82e231b06e3a3055de4ca1a47","tarball":"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/to-fast-properties-1.0.3.tgz_1493539544656_0.5382057083770633"},"directories":{},"_resolved":"https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/tough-cookie/2.3.2/package.tgz b/frappe/.npm/tough-cookie/2.3.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..42bbae272afd351b2f51239b9c424fa06c347575 GIT binary patch literal 61628 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 ZzyJRJ`}^=0.8"},"devDependencies":{"async":"^1.4.2","string.prototype.repeat":"^0.2.0","vows":"^0.8.1"},"dependencies":{"punycode":"^1.4.1"},"gitHead":"2610df5dc8ef7373a483d509006e5887572a4076","_id":"tough-cookie@2.3.2","_shasum":"f081f76e4c85720e6c37a5faced737150d84072a","_from":"tough-cookie@>=2.3.0 <2.4.0","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"jstash","email":"jstash@gmail.com"},"dist":{"shasum":"f081f76e4c85720e6c37a5faced737150d84072a","tarball":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz"},"maintainers":[{"name":"awaterma","email":"awaterma@awaterma.net"},{"name":"jstash","email":"jstash@gmail.com"},{"name":"nexxy","email":"emily@contactvibe.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tough-cookie-2.3.2.tgz_1477415232912_0.6133609430398792"},"directories":{},"_resolved":"https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/trim-right/1.0.1/package.tgz b/frappe/.npm/trim-right/1.0.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..94fbbe9345232c853ec07e2c1abc382f846c4f31 GIT binary patch literal 1575 zcmV+?2H5!@iwFP!000001MOJ-Qrkul&%fMLY)xmdXJkqKif2Nh6}Aj&jpdO)B!2dZ zN!Rt~%_fLv`*}+~^?Jc0)#|n9@T^vEwQ8-VUTe0W>9vMlui^TqPUL-*^UO~%mA~qz zC-leOsEPI5DXr@wfdMv((h%Vj2Y0k zONA?`@P^*rBx$&zBRaCmeBBrkTJFjQcVAzIUD)`aZ!#>qU9szZyLYn56nnhlLK@MG zt`iOEqD$u#3y1@@*(-nHi~6xkYEu?Y?#SPL8vcK@ocr494SR|hAD;huy``__f1}-M zv~d2{>w0rL|33%q<(z_;5J9%LPi9G&M^vS6=SiAzIDl~;2V&4e8FeanbaxhF)Z?JU zMHHzK&cJNCPsk2ViHJg3yL`o8|6&a|qPww`&li`VIb^e#v?~}y%@cFOT8f|g@8+EAPT;EKWaL}8Sw}yp`#&9XN(IJ35>&( zrgU@*lhlth8Y(bODPqAf1XDkqP(@%!KfZ-I;!ZS3MtJ^X#4g}NfC&-Q%%%EsbJWm)rl6fr(kAY{Td0%H_%A(Ty5 zL>*d^0;f?#&;t{QdHf(dsUuRKi-u;)7I7iDnI^M`l`u}mI7=}kl{R65Et3&n(;yQP zp*~KcD7g`(1xXw-Q4xPZhH^wR_&V;h12#Fm&vfR@dx8$#9V`DR6FiC-#{K zsNom`?*i-|7=sJ=&Kh(TFuxxk=+z3I8-nhF?> z<%)*%9Q#xuqMc}AODAYIFbglD)$m|PP(|=(u6geex~9=bU${Mk2ivD^ukC+2t?vJn z`r(YKv+xOG{L%NHW=-7x&9>fZG@EUS{~NXT_Wu7Iv#9^usUaoc5mm5V{rot+ufnk2d3Dx+T06*(~uTAp&gv`U_k>z?4N&nA5um Z^6x$%TiVi=w)7vR-vE@o3HtyX006R@0CoTX literal 0 HcmV?d00001 diff --git a/frappe/.npm/trim-right/1.0.1/package/package.json b/frappe/.npm/trim-right/1.0.1/package/package.json new file mode 100644 index 00000000..ec68e671 --- /dev/null +++ b/frappe/.npm/trim-right/1.0.1/package/package.json @@ -0,0 +1 @@ +{"name":"trim-right","version":"1.0.1","description":"Similar to String#trim() but removes only whitespace on the right","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/trim-right.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["trim","right","string","str","util","utils","utility","whitespace","space","remove","delete"],"devDependencies":{"ava":"0.0.4"},"gitHead":"105fb46669afb0deb49d14bd688b276297e59dff","bugs":{"url":"https://github.com/sindresorhus/trim-right/issues"},"homepage":"https://github.com/sindresorhus/trim-right","_id":"trim-right@1.0.1","_shasum":"cb2e1203067e0c8de1f614094b9fe45704ea6003","_from":"trim-right@>=1.0.1 <2.0.0","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"cb2e1203067e0c8de1f614094b9fe45704ea6003","tarball":"https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"_resolved":"https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/tunnel-agent/0.6.0/package.tgz b/frappe/.npm/tunnel-agent/0.6.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..af3443ea8f39af30502e498686c53f919cd31c7c GIT binary patch literal 5828 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/tunnel-agent/0.6.0/package/package.json b/frappe/.npm/tunnel-agent/0.6.0/package/package.json new file mode 100644 index 00000000..39a200f6 --- /dev/null +++ b/frappe/.npm/tunnel-agent/0.6.0/package/package.json @@ -0,0 +1 @@ +{"author":{"name":"Mikeal Rogers","email":"mikeal.rogers@gmail.com","url":"http://www.futurealoof.com"},"name":"tunnel-agent","license":"Apache-2.0","description":"HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.","version":"0.6.0","repository":{"url":"git+https://github.com/mikeal/tunnel-agent.git"},"main":"index.js","files":["index.js"],"dependencies":{"safe-buffer":"^5.0.1"},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"gitHead":"67df643033258e7cb1388f648ee5f141cd66101b","bugs":{"url":"https://github.com/mikeal/tunnel-agent/issues"},"homepage":"https://github.com/mikeal/tunnel-agent#readme","_id":"tunnel-agent@0.6.0","scripts":{},"_shasum":"27a5dea06b36b04a0a9966774b290868f0fc40fd","_from":"tunnel-agent@>=0.6.0 <0.7.0","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"mikeal","email":"mikeal.rogers@gmail.com"},"maintainers":[{"name":"mikeal","email":"mikeal.rogers@gmail.com"},{"name":"nylen","email":"jnylen@gmail.com"},{"name":"fredkschott","email":"fkschott@gmail.com"},{"name":"simov","email":"simeonvelichkov@gmail.com"}],"dist":{"shasum":"27a5dea06b36b04a0a9966774b290868f0fc40fd","tarball":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tunnel-agent-0.6.0.tgz_1488673799706_0.16846991260536015"},"directories":{},"_resolved":"https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/tweetnacl/0.14.5/package.tgz b/frappe/.npm/tweetnacl/0.14.5/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..c2955148e563fa5499ca0815f49e4ab311d12484 GIT binary patch literal 49663 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
1d;~# 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 PAAEiQ>uFEW0MY^g$1MDg literal 0 HcmV?d00001 diff --git a/frappe/.npm/tweetnacl/0.14.5/package/package.json b/frappe/.npm/tweetnacl/0.14.5/package/package.json new file mode 100644 index 00000000..139fe4b7 --- /dev/null +++ b/frappe/.npm/tweetnacl/0.14.5/package/package.json @@ -0,0 +1 @@ +{"name":"tweetnacl","version":"0.14.5","description":"Port of TweetNaCl cryptographic library to JavaScript","main":"nacl-fast.js","types":"nacl.d.ts","directories":{"test":"test"},"scripts":{"build":"uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js","test-node":"tape test/*.js | faucet","test-node-all":"make -C test/c && tape test/*.js test/c/*.js | faucet","test-browser":"NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet","build-test-browser":"browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null","test":"npm run test-node-all && npm run test-browser","bench":"node test/benchmark/bench.js","lint":"eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"},"repository":{"type":"git","url":"git+https://github.com/dchest/tweetnacl-js.git"},"keywords":["crypto","cryptography","curve25519","ed25519","encrypt","hash","key","nacl","poly1305","public","salsa20","signatures"],"author":{"name":"TweetNaCl-js contributors"},"license":"Unlicense","bugs":{"url":"https://github.com/dchest/tweetnacl-js/issues"},"homepage":"https://tweetnacl.js.org","devDependencies":{"browserify":"^13.0.0","eslint":"^2.2.0","faucet":"^0.0.1","tap-browser-color":"^0.1.2","tape":"^4.4.0","tape-run":"^2.1.3","tweetnacl-util":"^0.13.3","uglify-js":"^2.6.1"},"browser":{"buffer":false,"crypto":false},"gitHead":"cce829e473b1ae299a9373b5140c713ee88f577f","_id":"tweetnacl@0.14.5","_shasum":"5ae68177f192d4456269d108afa93ff8743f4f64","_from":"tweetnacl@>=0.14.0 <0.15.0","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"dchest","email":"dmitry@codingrobots.com"},"dist":{"shasum":"5ae68177f192d4456269d108afa93ff8743f4f64","tarball":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"},"maintainers":[{"name":"dchest","email":"dmitry@codingrobots.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/tweetnacl-0.14.5.tgz_1481627515097_0.015130913350731134"},"_resolved":"https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/type-check/0.3.2/package.tgz b/frappe/.npm/type-check/0.3.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..3bd8032264915d95a14d99c70ff710bfc20543f0 GIT binary patch literal 6730 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 0.8.0"},"repository":{"type":"git","url":"git://github.com/gkz/type-check.git"},"scripts":{"test":"make test"},"dependencies":{"prelude-ls":"~1.1.2"},"devDependencies":{"livescript":"~1.4.0","mocha":"~2.3.4","istanbul":"~0.4.1","browserify":"~12.0.1"},"gitHead":"0ab04e7a660485d0cc3aa87e95f2f9a6464cf8e6","_id":"type-check@0.3.2","_shasum":"5884cab512cf1d355e3fb784f30804b2b520db72","_from":"type-check@>=0.3.2 <0.4.0","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"gkz","email":"z@georgezahariev.com"},"maintainers":[{"name":"gkz","email":"z@georgezahariev.com"}],"dist":{"shasum":"5884cab512cf1d355e3fb784f30804b2b520db72","tarball":"https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/type-detect/0.1.1/package.tgz b/frappe/.npm/type-detect/0.1.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..005e9c738a25fe327fe13a1f72d7f174962dff3e GIT binary patch literal 3317 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/type-is/1.6.15/package/package.json b/frappe/.npm/type-is/1.6.15/package/package.json new file mode 100644 index 00000000..b96618e4 --- /dev/null +++ b/frappe/.npm/type-is/1.6.15/package/package.json @@ -0,0 +1 @@ +{"name":"type-is","description":"Infer the content-type of a request.","version":"1.6.15","contributors":[{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},{"name":"Jonathan Ong","email":"me@jongleberry.com","url":"http://jongleberry.com"}],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/jshttp/type-is.git"},"dependencies":{"media-typer":"0.3.0","mime-types":"~2.1.15"},"devDependencies":{"eslint":"3.19.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"1.21.5"},"engines":{"node":">= 0.6"},"files":["LICENSE","HISTORY.md","index.js"],"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --check-leaks --bail test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"keywords":["content","type","checking"],"gitHead":"9e88be851cc628364ad8842433dce32437ea4e73","bugs":{"url":"https://github.com/jshttp/type-is/issues"},"homepage":"https://github.com/jshttp/type-is#readme","_id":"type-is@1.6.15","_shasum":"cab10fb4909e441c82842eafe1ad646c81804410","_from":"type-is@>=1.6.15 <1.7.0","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"cab10fb4909e441c82842eafe1ad646c81804410","tarball":"https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"},{"name":"jongleberry","email":"jonathanrichardong@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/type-is-1.6.15.tgz_1491016789014_0.6958203655667603"},"directories":{},"_resolved":"https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/typedarray/0.0.6/package.tgz b/frappe/.npm/typedarray/0.0.6/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..27aef4bf00bc7e0bbe4046695e0899d80a08144d GIT binary patch literal 7481 zcmV-99me7xiwFP!000001MNL)ciT3y{j6Vsy1TWM$kfA@`1^@|=lw>Dv+U}aCjYRJj;G;d}m6`Z!eF%N; zt4F@7)#~=v7K6XF7mcd^7q5D~R%c(;>YJO5#@36??Z#Kt+GcgL2KA54NZvIMBRc?A zJ{OPZ42%E%Nv>ZCjIDY0l&|fwwdi)nhjtLyw`*lAzv4mY_#ReOt*W&xN{2ig1kNmy zHKz#FLLfHt-P@7lx@_bJ%y);ZANbcHAQ6C5+aU{-s&;WUY zipZW3SN~VHHm&*^6y6blpsqLMVMOc$0K=QgGr%r>0d?pF6(kq}KJ!B-@`GCq$*rI^ zb|T^nispeUOLi+2_;)hzTLXVu3Fm!Kn!(3PA}B z${b$Vwk+2sJuR!!krVKde^aR~sq>uiByw+)ioqlR-Kx~`E;M zK-75rMk@>LksUadhE>b9cV_kwI#SK6nfM;hud}^j;5)+&DVWNZm9Ro>E>QM`yTb2n z3I97U>GvxKoxOIq*ZxgtEcgH5>l^6*>y28Yy4~2?0{>rYY;8XI|1WV>o)y@hKf4Xk z(y-#7#Ol>rwagCCNqg*shujVZlQQdg11qO#z0CgMhm*O@-f-6~6xcBjrcQ`q19L() z;Q{a8vTDBzs=BQ}`W!I+m>ew|n zWq%&A0IX5q3=l~f8V%g}5V=s*t}}Hc2?Qqrgat%951|vtYMD*_p)C;8rk!qcBUx zR#t@*@WQOmrO<$|;}sZ|sU8JPI9e}qY!@QLfGDPWY9R;j+N^i<_Vj)0q|G`#c6@U5 zLubFe4^dDL?$^rfedqMu(b*}37ALLl>5uH_Eo*guWdH1R_sgvPuj7+;ug8u~3aoQ@ ze9&n_VW+!yaJJv+e$Uh9dy941J=_cq9}27+C9W}*gn~N2e+*^orBKlkKo1L zc22v9_3hCKYq8_j$!TZr?4WhRj?Yexk9uujU?1>yJKeV@K&E}z?w(pe7Rp%r2e@Iq zcddg1q*Y+8Gw8qxvdH$1j(+zFs8|963RBd9 ze@Ak9ii`>@XVU!qqVyD!{pVjQ{!=;mZ$V>e{0C8AO~!xqtu2WAHX;72*K1GfKVRg! zvI7RTmyf{u4cRMJynk?KWR{;FMo-GMMAgs22e6NDp(bP#Yml5q~iBOwHH*kU>#Odyb&`T+z~ z(Zr6(%*qs!*|Ql0rC_}R|7Y%51?tC1X$$z{&Xm`H{xAltEc%w<2w`Q}zzj3B^ z9C|nqjRxp{+Ixqs9$7ymFW0*ujPfWJ3<MNz0HE)oyO0qpMwkOTgcuhX z2HPqPtB4J;6Cnp6#Oh=DD|SS|nFS0+K3ZQZ@_P_2dSjJ9`;c4D@)}O;@aWn*4ls?6 zZlR|P!q^A`K)FZ(ob9;~D$CL^>Gb(IRa{)KnS?H5AWK1`P2)cZ{4m@Y1@;spJB;22 z9K{xfa}F*B(G!Z@SX9L;kcVOb`(_Ow3WQQC;4{}A@M7hE{(bI?Q1sca|GxN3Wn5!4_NqO0%hP<2K_3jyp*!#qO)`#Ov!gT-JZM8Of�Wa!9u%U_*MT)i6gBkRXRltp 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 DZgPQ4 literal 0 HcmV?d00001 diff --git a/frappe/.npm/typedarray/0.0.6/package/package.json b/frappe/.npm/typedarray/0.0.6/package/package.json new file mode 100644 index 00000000..867e8f9b --- /dev/null +++ b/frappe/.npm/typedarray/0.0.6/package/package.json @@ -0,0 +1 @@ +{"name":"typedarray","version":"0.0.6","description":"TypedArray polyfill for old browsers","main":"index.js","devDependencies":{"tape":"~2.3.2"},"scripts":{"test":"tape test/*.js test/server/*.js"},"repository":{"type":"git","url":"git://github.com/substack/typedarray.git"},"homepage":"https://github.com/substack/typedarray","keywords":["ArrayBuffer","DataView","Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","typed","array","polyfill"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","testling":{"files":"test/*.js","browsers":["ie/6..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest","android-browser/4.2..latest"]},"bugs":{"url":"https://github.com/substack/typedarray/issues"},"_id":"typedarray@0.0.6","dist":{"shasum":"867ac74e3864187b1d3d47d996a78ec5c8830777","tarball":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"},"_from":"typedarray@>=0.0.6 <0.0.7","_npmVersion":"1.4.3","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{},"_shasum":"867ac74e3864187b1d3d47d996a78ec5c8830777","_resolved":"https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/ultron/1.1.0/package.tgz b/frappe/.npm/ultron/1.1.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..72ef3d9c1e53c11bd6480a2c5fe944c2f2b9154e GIT binary patch literal 2415 zcmV-#36S<5iwFP!000001MOLDZ`(K$-p~FOvjJ|Kw2o{iX#zAC;M_!Mgmvt|cD7d( zMOT(-i>WMXDJhAs$o=+vhLmJE&Gw3RcY6nf2r6?(&dbB$%#cm|;DbLGt;Bwvt5n55 z{K2i=Ztw5y5q}T%pPO%c$M*SG`vA1gZhLp{ptG~v-ut1APG=wEf3zYGwLHyy4OPCC zk2Qv>@Bc~r*dW@7{e{?gK^u9LX%%lYnRYF7D$xPC<8++1rA|c}XqjZi$fa38GNn+? z!)+O7B8uc(#DO5KCMt8t%V_RrA-Itlrc{y4DDY!qbG_eA?KIGC=H2oae`GZwK>LFg0rN_8-J<7Yv*8r|MDg!{8f zb=EayBE2sc-e1Gr?M(aEGX2~#EfNJ}Bal@bE$fWH=gy$Ub5fZpy<7p8Efb^8TxO-j zTt`d^vn)wpv|1Pm^NACvMJtcfP|g5at8kl&^#`%MQF_WMzO`H~SB}M^*)z(Hb&j%E z_n?v{uCY;Toph}y7Bb6LEbeuKNceG{uy*f^c7C3PO0!X29jiQ}pZ$MfO|fDll7Wa* z1H-vDF1`NxL?i-U7Y9<*Jk3wj+#a2dv*+ACq}DEv?l|q$Xt`@V(5^2t+sD*@?>ak9 z z(lgo&wrHo_c}|x$060=L>0ab)5+R7wv5GS-CpnTz>NFY`LN5?xWKkdpEhbBvBbjDm z+N7Blg47JT+1GQ?q)d??FDXHxfCXxjA=h(J;3K&u%LZmS&UwX4NY8v0R06Hx#Lxq#QNnWI@eC%sJi z5pii^Dy@5F!eho~E{z7KaE{a5r7>-qz@x(6Qz)A4{ z+;g`-M%CK~joe?*q0w2l*JDwQ?j^JzvVL?txOg-4UY(8UY|uM#L44^#v+m2DYem7R z<6hT0Z_-Kky!*;Es|MgQZ16Oz9lbttnZ)wC_&XkZgFc&aJm`;y=r&>Ha9k~Y?TuWV z-k~>QKu(8)^JatL#EOAof^~h@a$%@xZAUPL`i0kS3Lww^w1&{OIn*dyh0^w;K2&1pqWk((qgy*I*K^;rt$ zUgj)R8-ukkoiJCBU1!SIo)KTR{1cZGxX{e>vYl4^Q2_ms_4@g2=#I!1jnVec$$ zUz>R@Z^iVEYpV>~LR?mrzYFf`%PbNpeY7~-Jp{5Hs+~vReN^!wMvpZ{VI4P1X?7cC zvGe}Dy|iORfo%;`=i#+xCyG7dnSlMUI`dN$-|;=T`BXkZS;sF<0q}v>sJM3gz7}%% zzl3=p)=>|{x8VNp>IacudHjM4bT%j|kWcxP;x2^f0n9(=^(*3thy74c%FrHbaX@=`spWnk{Ty{Vkis(T!<&W zZNJ+pp4wI>Gu26xNM@U@w@rHYthL3v3=fZx^-K_~2`Sez9X??6au;buzw|J+#K^g7oh2sjaasb_=1}=%3_iXgL+SK$}tub0{i? zxyWjD!f3gesAx@E4LJucANbj4m)7m92`>LNDi|Y80yp^^pTAQLa}b_AD^=iWtCM43 zuDZq>-pY4d1$-6XE6eu^e5=V7^Q#qeD%|*JHSO)yYBP-2*&j6ESh7+i^l`>~`n9C| z$_K#UV4XQd{uZfycM!Nnm-AK(i${&MJZ_hUGD*!N2KCjH|BuhPuaEI36Dmr+_x)pi zbQRftJgQ>bmWg08&c$K1bSff|m7)EU)zx-duYO44R|)!rf4Kpo3}&M-!J;`^z<&hK_z}N3@tBJaN(cX>@+66#uWqmxbqPp-L@2 z7o^Qv8CFE$s_L5g0DM(!l@Wct){65eT1!Tn5jQZj@JH@#qEefS7HXPD$n_W~eu`Uu h>ERQ0S?tC4zUw@;$M)DB+hbd`{{VOgB{Tpe006s4xK{uG literal 0 HcmV?d00001 diff --git a/frappe/.npm/ultron/1.1.0/package/package.json b/frappe/.npm/ultron/1.1.0/package/package.json new file mode 100644 index 00000000..118f9bb9 --- /dev/null +++ b/frappe/.npm/ultron/1.1.0/package/package.json @@ -0,0 +1 @@ +{"name":"ultron","version":"1.1.0","description":"Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design","main":"index.js","scripts":{"100%":"istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100","test":"mocha test.js","watch":"mocha --watch test.js","coverage":"istanbul cover _mocha -- test.js","test-travis":"istanbul cover _mocha --report lcovonly -- test.js"},"repository":{"type":"git","url":"git+https://github.com/unshiftio/ultron.git"},"keywords":["Ultron","robot","gather","intelligence","event","events","eventemitter","emitter","cleanup"],"author":{"name":"Arnout Kazemier"},"license":"MIT","devDependencies":{"assume":"1.4.x","eventemitter3":"2.0.x","istanbul":"0.4.x","mocha":"~3.2.0","pre-commit":"~1.2.0"},"bugs":{"url":"https://github.com/unshiftio/ultron/issues"},"homepage":"https://github.com/unshiftio/ultron","gitHead":"6eb97b74402978aebda4a9d497cb6243ec80c9f1","_id":"ultron@1.1.0","_shasum":"b07a2e6a541a815fc6a34ccd4533baec307ca864","_from":"ultron@>=1.1.0 <1.2.0","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"unshift","email":"npm@unshift.io"},{"name":"v1","email":"info@3rd-Eden.com"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"b07a2e6a541a815fc6a34ccd4533baec307ca864","tarball":"https://registry.npmjs.org/ultron/-/ultron-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ultron-1.1.0.tgz_1483969751660_0.8877595944795758"},"directories":{},"_resolved":"https://registry.npmjs.org/ultron/-/ultron-1.1.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/unpipe/1.0.0/package.tgz b/frappe/.npm/unpipe/1.0.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ac601404916aec20df9f8c62982d314f66b45b7a GIT binary patch literal 2096 zcmV-02+#K)iwFP!000003+-8ZbJ{u<@89|qr|Hgxq+kPS(w*+j-Alk}JWGH9r`b#< zb0chl)f&rd+2k^J^4<4Hen3LnX1aZBXHc5~9i6w2_0tg%bwAJ?@B( zqj7k621VBxZCD(^$-b1_2;n!b7U~WG1;_vCO5K zM#E@iRGKEfh!wFb(pf+ybo`jhL_|J|;erQPc<`%-Yrjh|XNk|lnVK1{nE#fk2)N5a zsXaZjos1T{tO7F`yx&|{&?nM7U{I4+i6g*VD-#Y79{@L-@)}eZEMN{ZQ&}DIJL*lV03BBy+TLN?pXb? zRZK@#yL)D>t#fqqPka-V%4@BXg)<(myB!Ko=i#>_Xc&KA+0LHX8e@WwM=|PXpk7z` ziWAJZjF^k_3FQHPxIS|~)B{F8NKhhX;ftEoU9nI)id+HCQG@c~kGb$t4A<29%?S_9 zKMGUp);y7X)=Co71(#o7D6;|qa*HrnJ}{jJx@lV_jogtR{RaNnk?;FvS%lxf#;5oH z*8Z!F{lEG8^}%-k{~qH7WZNVmSI@8d!!vl7?cUc{VKlGvIo8H?_C1Y*>w>8(Zo@!O zPhMYn#n+N~MJYw_1;+hsO*ax&%GIP`Jx+Px!8oBwipsMsq2$b`1+RmzF?7@xp_Z@o zW`U5j;$Km;2ze5S8HBue0d|OW5d@k<$j!}-^vT}<^8h?sDe{I(TA)3&HQ#$l7BtRR z;Rs^(pOnX}TFEGt-9nx3znNf<9_VCG+5Rr9wgzzbyk+%tE+uht` zwlM=u5;jNZQAX3y6S&9-b+Z6G5i(3%>5cY9g^2#>?DaBe$0|f*zpmy8i8)y-!#Ch3 zNhIHxCZEp?>2nr%(%`~G7ITrqy&)GfQr7EA1S#*OA>vta(#`qFdM$q30`fdGQB-Xv zq)Z?sw^6(TCb?h2A2pD1nU9=bGHYvYCwIf-fL`bTpr5s}Hpp7F^i>&@?ZaesGt!UO)%JM91WD3X=Gao@zoXYjwdzlr|` zt!@AJT}IXM8Q`8h40T(L8`JXxRuEvUtv=0(^ueKoK@s!VGtU zgn2c@G{!(o0gv$UjMWru&~OP69uZJLOcKgN)JG^b0nt)%YP6AJn%vTuX&jku@H}U9d&R}>svfrLMa60I9EhHXW=vn)?XJw}Pm!#8c z+h;ZCw$IvcEiE-bEhEjAdv|eaX%gCNie?tSmFWKj@K^k6X9o}GCLt9>L&$KnLWsGy zr`fVDk^QN*f9$c5^t;AJHxtUbNF!gzzPY%T$mP2%QNW|xNDUk61b}}c)HHK9v+^IDRs6=e)N zdgPrV%2kyBN5;lK@Z;AtFR&Y*B|cJLzTC}kW-*Lv$#BK54Rr|*M@L6cK}gnmb56ix zNrIRTNt`lGxzksdq+FQN0DI@VGFeZ&=YYK|J2Xa~zl1&^+~qPG52#Gr{aXv|ql)GE zIsxzz#o`u1b_>ojVpbfBxLU!Jo<5`%e&KN#dvqs)$J zDl2t;ccBRnEg1rH*WC@veL_)Ll_|nYF!J z|2am1|EpiAzP^o5= 0.8"},"scripts":{"test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"d2df901c06487430e78dca62b6edb8bb2fc5e99d","bugs":{"url":"https://github.com/stream-utils/unpipe/issues"},"homepage":"https://github.com/stream-utils/unpipe","_id":"unpipe@1.0.0","_shasum":"b2bf4ee8514aae6165b4817829d21b2ef49904ec","_from":"unpipe@>=1.0.0 <1.1.0","_npmVersion":"1.4.28","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"dist":{"shasum":"b2bf4ee8514aae6165b4817829d21b2ef49904ec","tarball":"https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/util-deprecate/1.0.2/package.tgz b/frappe/.npm/util-deprecate/1.0.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..544aac052bfbb5a3db81d6c226732fc6b0c57bce GIT binary patch literal 2246 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 Uv~AnAZGZ9hUwiY^n*c5V0L6T5761SM literal 0 HcmV?d00001 diff --git a/frappe/.npm/util-deprecate/1.0.2/package/package.json b/frappe/.npm/util-deprecate/1.0.2/package/package.json new file mode 100644 index 00000000..2395fc79 --- /dev/null +++ b/frappe/.npm/util-deprecate/1.0.2/package/package.json @@ -0,0 +1 @@ +{"name":"util-deprecate","version":"1.0.2","description":"The Node.js `util.deprecate()` function with browser support","main":"node.js","browser":"browser.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/TooTallNate/util-deprecate.git"},"keywords":["util","deprecate","browserify","browser","node"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/util-deprecate/issues"},"homepage":"https://github.com/TooTallNate/util-deprecate","gitHead":"475fb6857cd23fafff20c1be846c1350abf8e6d4","_id":"util-deprecate@1.0.2","_shasum":"450d4dc9fa70de732762fbd2d4a28981419a0ccf","_from":"util-deprecate@>=1.0.1 <1.1.0","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"dist":{"shasum":"450d4dc9fa70de732762fbd2d4a28981419a0ccf","tarball":"https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/utils-merge/1.0.0/package.tgz b/frappe/.npm/utils-merge/1.0.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..d8905677195ede5ad5dfa69805c93b1e508a10b4 GIT binary patch literal 1689 zcmV;K24?vmiwFP!000001MOIQZ`(Ey@89|qH+N{0!jWv(k0D))DYnvRbL>D?))hgq z(lTwcwM9*&l6pnH`|c>ocDnR2tnD5!kyzqAes@PwcO(-Qy=F7+B>B^RrDS~PGq+l; z)^0X|o}G5fJZp`-kFDNpH{edaQEzuzop!y`xKpb?tUYWa|8qNXTg#MYDZ27^aq?hb z{rr!#w-!JpW=mc; zMfApgQwEJRu_3Ne^0l?4t+~=97t0C%btxy=0-d$TB6bWe930RZN;OYGB|I|y-!hSM zAWdg1rB*s+i9-N6?SV}XOm-WyJf4Yo+i8*}vrisF&2Hk_CsFI#`lr9x&)bT;?*yLP zJN4}4`n9Vip zMf=de{TXcg0N-B}Fz;5aHU7Jd{U`skJo;a4W&ZE`U2ib*zKD$v=l@2n{cxTCoAt&+ z%>VUPv$f0rU!(24lMz1twOiI1PnWnSri?EX%z4VkE10D$)_hXMV!^RSOaZrMn7^t( zRU%#i))Hk(gvLFkh-aAGBQ%7PmYySwl2d(!W>9znOeq-&hIlZMQMTl<&MVAR;N}nZ zs6JIjg+^uH7@2Uk!1QequVld$W<{B4NHK}0!W>JgC=@NS3Hea67h)+23#4wM$0{hT zOko7%XBBYgDW>$~CafeIFNB&`VIl~6oM|K~BARimQXG!NEh)!}hX_|UQ$-s!zp=Hq| zv$4G7CYF41W2w>A+y$C|WHYM;OUk%^!68=RJS$6pm1DFvKP7<3dKza0q0ufbzW&ft`9m_XNA{ zk>B^j=T$iN!vSJi$HM?zICF#0@1FPF0M5>Xv*E}?^F4$e_=DpBt$3&2Ahgjc(!l!} zJ1{zN`+Z}|JxA{Y<6n1p_B`;Po`i5R?Dsq*9(m}Qd(`*9n8KjCeb+y&LeD*QpOSY0 z3=t(TVug3lPCO!6XwSvJZs-pO6h?PA2m|a^G0GrZt3LBbUKQNHAJKpu2SbFX;Y1A- z@dxPEVBqB_G}LfoMo@(M=Ob_9OV4xrh&7^!w}tIp;r>6hvi_U%Jsya^gpCi^|5~fl z+T8zjnk_p2H5#2={r?)xdGNr32Vl;9<;iYr>SEbrHVTjowfCLMa_;*MXB+(+r?i6h z(ZgD<{zJl2wuHAs+lXUBOu5EVxuzN#OGI9?BkVes#oti9Qs`}drDSgi}I8W jYp>tFTffz7m4CxR-nCuZwO!k_ztsK!d2hz*03ZMWV-RDZ literal 0 HcmV?d00001 diff --git a/frappe/.npm/utils-merge/1.0.0/package/package.json b/frappe/.npm/utils-merge/1.0.0/package/package.json new file mode 100644 index 00000000..277e57f4 --- /dev/null +++ b/frappe/.npm/utils-merge/1.0.0/package/package.json @@ -0,0 +1 @@ +{"name":"utils-merge","version":"1.0.0","description":"merge() utility function","keywords":["util"],"repository":{"type":"git","url":"git://github.com/jaredhanson/utils-merge.git"},"bugs":{"url":"http://github.com/jaredhanson/utils-merge/issues"},"author":{"name":"Jared Hanson","email":"jaredhanson@gmail.com","url":"http://www.jaredhanson.net/"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"main":"./index","dependencies":{},"devDependencies":{"mocha":"1.x.x","chai":"1.x.x"},"scripts":{"test":"mocha --reporter spec --require test/bootstrap/node test/*.test.js"},"engines":{"node":">= 0.4.0"},"_id":"utils-merge@1.0.0","dist":{"shasum":"0294fb922bb9375153541c4f7096231f287c8af8","tarball":"https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz"},"_from":"utils-merge@1.0.0","_npmVersion":"1.2.25","_npmUser":{"name":"jaredhanson","email":"jaredhanson@gmail.com"},"maintainers":[{"name":"jaredhanson","email":"jaredhanson@gmail.com"}],"directories":{},"_shasum":"0294fb922bb9375153541c4f7096231f287c8af8","_resolved":"https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz","readme":"ERROR: No README data found!","homepage":"https://github.com/jaredhanson/utils-merge#readme"} \ No newline at end of file diff --git a/frappe/.npm/uuid/3.1.0/package.tgz b/frappe/.npm/uuid/3.1.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..0149a7608da0f0dfc79637162e3ddd5b3c9bbeae GIT binary patch literal 8471 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.0.0 <4.0.0","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/uws/0.14.5/package.tgz.REMOVED.git-id b/frappe/.npm/uws/0.14.5/package.tgz.REMOVED.git-id new file mode 100644 index 00000000..1d7d1e98 --- /dev/null +++ b/frappe/.npm/uws/0.14.5/package.tgz.REMOVED.git-id @@ -0,0 +1 @@ +3105a5c598b9196e23ce2191d50f5c0cd827bdec \ No newline at end of file diff --git a/frappe/.npm/uws/0.14.5/package/package.json b/frappe/.npm/uws/0.14.5/package/package.json new file mode 100644 index 00000000..0cedfb72 --- /dev/null +++ b/frappe/.npm/uws/0.14.5/package/package.json @@ -0,0 +1 @@ +{"name":"uws","version":"0.14.5","scripts":{"install":"node-gyp rebuild > build_log.txt 2>&1 || exit 0"},"main":"uws.js","description":"Tiny WebSockets","engines":{"node":">=4"},"keywords":["tiny","websockets"],"homepage":"https://github.com/uWebSockets/uWebSockets","license":"Zlib","author":{"name":"Alex Hultman","email":"alexhultman@gmail.com","url":"https://github.com/alexhultman"},"repository":{"type":"git","url":"git+https://github.com/uWebSockets/uWebSockets.git"},"bugs":{"url":"https://github.com/uWebSockets/uWebSockets/issues"},"_id":"uws@0.14.5","_shasum":"67aaf33c46b2a587a5f6666d00f7691328f149dc","_from":"uws@>=0.14.4 <0.15.0","_npmVersion":"3.8.6","_nodeVersion":"5.11.0","_npmUser":{"name":"alexhultman","email":"alexhultman@gmail.com"},"dist":{"shasum":"67aaf33c46b2a587a5f6666d00f7691328f149dc","tarball":"https://registry.npmjs.org/uws/-/uws-0.14.5.tgz"},"maintainers":[{"name":"alexhultman","email":"alexhultman@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/uws-0.14.5.tgz_1493399064525_0.939868062036112"},"directories":{},"_resolved":"https://registry.npmjs.org/uws/-/uws-0.14.5.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/vary/1.1.1/package.tgz b/frappe/.npm/vary/1.1.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..433ec6e8636e61c28603abfad25f7e1d96a21f59 GIT binary patch literal 3582 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 E0MOYPp#T5? literal 0 HcmV?d00001 diff --git a/frappe/.npm/vary/1.1.1/package/package.json b/frappe/.npm/vary/1.1.1/package/package.json new file mode 100644 index 00000000..89ae2bf8 --- /dev/null +++ b/frappe/.npm/vary/1.1.1/package/package.json @@ -0,0 +1 @@ +{"name":"vary","description":"Manipulate the HTTP Vary header","version":"1.1.1","author":{"name":"Douglas Christopher Wilson","email":"doug@somethingdoug.com"},"license":"MIT","keywords":["http","res","vary"],"repository":{"type":"git","url":"git+https://github.com/jshttp/vary.git"},"devDependencies":{"eslint":"3.18.0","eslint-config-standard":"7.1.0","eslint-plugin-markdown":"1.0.0-beta.4","eslint-plugin-promise":"3.5.0","eslint-plugin-standard":"2.1.1","istanbul":"0.4.5","mocha":"2.5.3","supertest":"1.1.0"},"files":["HISTORY.md","LICENSE","README.md","index.js"],"engines":{"node":">= 0.8"},"scripts":{"lint":"eslint --plugin markdown --ext js,md .","test":"mocha --reporter spec --bail --check-leaks test/","test-cov":"istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/","test-travis":"istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"},"gitHead":"ca7edac6b919a45bf9e2c5cb6ba31c1790e9f046","bugs":{"url":"https://github.com/jshttp/vary/issues"},"homepage":"https://github.com/jshttp/vary#readme","_id":"vary@1.1.1","_shasum":"67535ebb694c1d52257457984665323f587e8d37","_from":"vary@>=1.1.1 <1.2.0","_npmVersion":"2.15.11","_nodeVersion":"4.7.3","_npmUser":{"name":"dougwilson","email":"doug@somethingdoug.com"},"dist":{"shasum":"67535ebb694c1d52257457984665323f587e8d37","tarball":"https://registry.npmjs.org/vary/-/vary-1.1.1.tgz"},"maintainers":[{"name":"dougwilson","email":"doug@somethingdoug.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/vary-1.1.1.tgz_1490045547529_0.9355870047584176"},"directories":{},"_resolved":"https://registry.npmjs.org/vary/-/vary-1.1.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/verror/1.3.6/package.tgz b/frappe/.npm/verror/1.3.6/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..be9fc4ae1769d7e4110862b8415d5dfdfa8de00f GIT binary patch literal 12084 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/verror/1.3.6/package/package.json b/frappe/.npm/verror/1.3.6/package/package.json new file mode 100644 index 00000000..b5a92e52 --- /dev/null +++ b/frappe/.npm/verror/1.3.6/package/package.json @@ -0,0 +1 @@ +{"name":"verror","version":"1.3.6","description":"richer JavaScript errors","main":"./lib/verror.js","repository":{"type":"git","url":"git://github.com/davepacheco/node-verror.git"},"dependencies":{"extsprintf":"1.0.2"},"engines":["node >=0.6.0"],"scripts":{"test":"make test"},"_id":"verror@1.3.6","dist":{"shasum":"cff5df12946d297d2baaefaa2689e25be01c005c","tarball":"https://registry.npmjs.org/verror/-/verror-1.3.6.tgz"},"_npmVersion":"1.1.65","_npmUser":{"name":"dap","email":"dap@cs.brown.edu"},"maintainers":[{"name":"dap","email":"dap@cs.brown.edu"}],"directories":{},"_shasum":"cff5df12946d297d2baaefaa2689e25be01c005c","_resolved":"https://registry.npmjs.org/verror/-/verror-1.3.6.tgz","_from":"verror@1.3.6","bugs":{"url":"https://github.com/davepacheco/node-verror/issues"},"readme":"ERROR: No README data found!","homepage":"https://github.com/davepacheco/node-verror#readme"} \ No newline at end of file diff --git a/frappe/.npm/wordwrap/0.0.3/package.tgz b/frappe/.npm/wordwrap/0.0.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..10ca7240e61eac22802e82aefe672933ae83a079 GIT binary patch literal 14532 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 iA#-OW=0.4.0"},"license":"MIT","author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"gitHead":"e59aa1bd338914019456bdfba034508c9c4cb29d","bugs":{"url":"https://github.com/substack/node-wordwrap/issues"},"homepage":"https://github.com/substack/node-wordwrap#readme","_id":"wordwrap@0.0.3","_shasum":"a3d5da6cd5c0bc0008d37234bbaf1bed63059107","_from":"wordwrap@>=0.0.2 <0.1.0","_npmVersion":"2.9.0","_nodeVersion":"2.0.0","_npmUser":{"name":"substack","email":"substack@gmail.com"},"dist":{"shasum":"a3d5da6cd5c0bc0008d37234bbaf1bed63059107","tarball":"https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"_resolved":"https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/wordwrap/1.0.0/package.tgz b/frappe/.npm/wordwrap/1.0.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..2c19afc71ccee58c21b38cbf1a9ea43e21e461a7 GIT binary patch literal 14509 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 L&6X{-0I&c6ylsIl literal 0 HcmV?d00001 diff --git a/frappe/.npm/wordwrap/1.0.0/package/package.json b/frappe/.npm/wordwrap/1.0.0/package/package.json new file mode 100644 index 00000000..34c702ec --- /dev/null +++ b/frappe/.npm/wordwrap/1.0.0/package/package.json @@ -0,0 +1 @@ +{"name":"wordwrap","description":"Wrap those words. Show them at what columns to start and stop.","version":"1.0.0","repository":{"type":"git","url":"git://github.com/substack/node-wordwrap.git"},"main":"./index.js","keywords":["word","wrap","rule","format","column"],"directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"expresso"},"devDependencies":{"tape":"^4.0.0"},"license":"MIT","author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"gitHead":"9f02667e901f2f10d87c33f7093fcf94788ab2f8","bugs":{"url":"https://github.com/substack/node-wordwrap/issues"},"homepage":"https://github.com/substack/node-wordwrap#readme","_id":"wordwrap@1.0.0","_shasum":"27584810891456a4171c8d0226441ade90cbcaeb","_from":"wordwrap@>=1.0.0 <1.1.0","_npmVersion":"2.9.0","_nodeVersion":"2.0.0","_npmUser":{"name":"substack","email":"substack@gmail.com"},"dist":{"shasum":"27584810891456a4171c8d0226441ade90cbcaeb","tarball":"https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"_resolved":"https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/wrappy/1.0.2/package.tgz b/frappe/.npm/wrappy/1.0.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..d0fb26b999d219ec2015e0d5ad952bed0b33505c GIT binary patch literal 1676 zcmV;726OoziwFP!000001MOJbZrer>%`?AZ;sCMKD3s(Ykj6zBnYIbYqD#^V(jY}B zY9%qIxa=-zR}K8{J-fU}cG4z5lN1HC4_RfqZHeG7kly{98Ze zWvJQzC+mYjw3UVnw)Kp*ZbX=6%dL)*T{9tLo+@$Q?3p{Ibi!mL;w-OD24Rwn@#T=V zjMEtvd7Q*~B=v@tx`OV6DA>lg9lna#q--TOe|QGa}jI352aqtWUjpF9irO` zQO42_E5K}y{Hp~7043YKvh z1MG6mdYS2j&f;8O8KOcYN;1#$Og`&&aWXH)X2ciWG+T75%r{QMBA;`i3>+DT5&deC zAI+13-gL@7n5%g<1_rfv%kOM|6czP{J(>3!~fr7 zJu0btX&8UY<%aR-5ncM$scjhV-o1MtUWX-J8rPwy%;|^(`@H~dx9Td=HjHkU8Wr%? zQKj6f1SdrrsY+66F2XBDvJi|yipCU6ihzhsh^NUCKO&~Ie1`Kx@@G^r9|*^c7hQEu zQ!XfB`t0oQ^^x% zg5+DK4%C20VkI-hVRDdo6cI@51dqgphu)GI|U&=au9LnD+DLK7cNn6&PAyNkM` zLATYHw<#xIf7SdybO!dwx4%h@&+z~5;Ya-6-{0?T`2TyXV9p5bAq~rJ5oLg9OA*iJ zIoPdDpXfgEM@<8s<{};!=z67LTrjafo2Zy8=ZbPWV61G}p#`7BQ|vJ5f|@6>EUj3@ z(tMiVgrel_Fa>WF0=+b&8}yR|nc8`g(-fo+{W%kCyrda;C1;b4B9`lT0dXp!7ZE+&%D)^23jK-ap3~6v6<~AdXc-Pa(EOhBXKrcciot zH1I5iU}T>Tol|=>u$7^!wFB3K;w7@G4LW3bj;|uRmw~dzz2Fc&Mt12@r(5L!D0F<= z!{yH{?e*kt`pr!}S@C}}gnxq=pW*+5e*dHXf3Lr{;s5Wk(5891Kb2^^>qfn4L^ZLB zd*>6~Ild}Jp<+sOnSVcDL_yqHdP8K|4#(9jJflf@z&qrFF+n1bEYyz$*Q zGs`GoZ#5yvazxO;_)S_jmtbvDm89-3I|!_ml<|Z`T!hM()EHzD&9yda03}@J;C_yI zM^%uUaA_K-TLs!}_D9AAI^KF@ST*R?(9@cxD0S8Jpyq*TN{=6FNp;V9)=1lG$}lQ5 z_3t4*C1^i9I->2`?RHzw3;A5|8%o&?1<wuY1lDoHMqM3Zu{DARAB}SpNgb0_dW}Yz< zmd^5dc^6gLTS`BMa_>iM&$Vf#1i_OhwOi6BZ(@b5@rFlzc-uq=1.0.0 <2.0.0","_npmVersion":"3.9.1","_nodeVersion":"5.10.1","_npmUser":{"name":"zkat","email":"kat@sykosomatic.org"},"dist":{"shasum":"b5243d8f3ec1aa35f1364605bc0d1036e30ab69f","tarball":"https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"},"maintainers":[{"name":"isaacs","email":"i@izs.me"},{"name":"zkat","email":"kat@sykosomatic.org"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/wrappy-1.0.2.tgz_1463527848281_0.037129373755306005"},"_resolved":"https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/ws/2.3.1/package.tgz b/frappe/.npm/ws/2.3.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..0a952b5c4e6369f14cd65ec7d53a57d52f549758 GIT binary patch literal 20091 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/ws/2.3.1/package/package.json b/frappe/.npm/ws/2.3.1/package/package.json new file mode 100644 index 00000000..f94394b2 --- /dev/null +++ b/frappe/.npm/ws/2.3.1/package/package.json @@ -0,0 +1 @@ +{"name":"ws","version":"2.3.1","description":"Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js","keywords":["HyBi","Push","RFC-6455","WebSocket","WebSockets","real-time"],"homepage":"https://github.com/websockets/ws","bugs":{"url":"https://github.com/websockets/ws/issues"},"repository":{"type":"git","url":"git+https://github.com/websockets/ws.git"},"author":{"name":"Einar Otto Stangvik","email":"einaros@gmail.com","url":"http://2x.io"},"license":"MIT","main":"index.js","files":["index.js","lib"],"scripts":{"test":"eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js","integration":"eslint . && mocha test/*.integration.js","lint":"eslint ."},"dependencies":{"safe-buffer":"~5.0.1","ultron":"~1.1.0"},"devDependencies":{"benchmark":"~2.1.2","bufferutil":"~3.0.0","eslint":"~3.19.0","eslint-config-standard":"~10.2.0","eslint-plugin-import":"~2.2.0","eslint-plugin-node":"~4.2.0","eslint-plugin-promise":"~3.5.0","eslint-plugin-standard":"~3.0.0","mocha":"~3.2.0","nyc":"~10.2.0","utf-8-validate":"~3.0.0"},"gitHead":"732aaf06b76700f104eeff2740e1896be4e88199","_id":"ws@2.3.1","_shasum":"6b94b3e447cb6a363f785eaf94af6359e8e81c80","_from":"ws@>=2.3.1 <2.4.0","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"lpinca","email":"luigipinca@gmail.com"},"dist":{"shasum":"6b94b3e447cb6a363f785eaf94af6359e8e81c80","tarball":"https://registry.npmjs.org/ws/-/ws-2.3.1.tgz"},"maintainers":[{"name":"3rdeden","email":"npm@3rd-Eden.com"},{"name":"einaros","email":"einaros@gmail.com"},{"name":"lpinca","email":"luigipinca@gmail.com"},{"name":"v1","email":"npm@3rd-Eden.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ws-2.3.1.tgz_1492711201097_0.04034068179316819"},"directories":{},"_resolved":"https://registry.npmjs.org/ws/-/ws-2.3.1.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/xmlhttprequest-ssl/1.5.3/package.tgz b/frappe/.npm/xmlhttprequest-ssl/1.5.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..867e11535868dec13b93607a7a55a42045da677a GIT binary patch literal 9866 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.4.0"},"scripts":{"test":"cd ./tests && node test-constants.js && node test-events.js && node test-exceptions.js && node test-headers.js && node test-redirect-302.js && node test-redirect-303.js && node test-redirect-307.js && node test-request-methods.js && node test-request-protocols.js"},"directories":{"lib":"./lib","example":"./example"},"main":"./lib/XMLHttpRequest.js","dependencies":{},"gitHead":"d35e16183e162f3c67b29191ab20e4c81db68742","homepage":"https://github.com/mjwwit/node-XMLHttpRequest#readme","_id":"xmlhttprequest-ssl@1.5.3","_shasum":"185a888c04eca46c3e4070d99f7b49de3528992d","_from":"xmlhttprequest-ssl@1.5.3","_npmVersion":"3.9.6","_nodeVersion":"6.1.0","_npmUser":{"name":"mjwwit","email":"mjwwit@gmail.com"},"dist":{"shasum":"185a888c04eca46c3e4070d99f7b49de3528992d","tarball":"https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz"},"maintainers":[{"name":"mjwwit","email":"mjwwit@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/xmlhttprequest-ssl-1.5.3.tgz_1474374069567_0.6647198903374374"},"_resolved":"https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/xregexp/2.0.0/package.tgz b/frappe/.npm/xregexp/2.0.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8c16346ef42c2e20dbc75f5c372c61fad9ea1177 GIT binary patch literal 53408 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 S-|zo2|NegpOCfUr{sI6EM!f9+ literal 0 HcmV?d00001 diff --git a/frappe/.npm/xregexp/2.0.0/package/package.json b/frappe/.npm/xregexp/2.0.0/package/package.json new file mode 100644 index 00000000..32c46f3f --- /dev/null +++ b/frappe/.npm/xregexp/2.0.0/package/package.json @@ -0,0 +1 @@ +{"name":"xregexp","version":"2.0.0","homepage":"http://xregexp.com/","author":{"name":"Steven Levithan","email":"steves_list@hotmail.com"},"license":"MIT","repository":{"type":"git","url":"git://github.com/slevithan/XRegExp.git"},"description":"Extended JavaScript regular expressions","keywords":["regex","regexp"],"main":"./xregexp-all.js","scripts":{"test":"node tests/node-qunit.js"},"devDependencies":{"qunit":">= 0.2.x"},"_npmUser":{"name":"slevithan","email":"steves_list@hotmail.com"},"_id":"xregexp@2.0.0","dependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18","_defaultsLoaded":true,"dist":{"shasum":"52a63e56ca0b84a7f3a5f3d61872f126ad7a5943","tarball":"https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz"},"maintainers":[{"name":"walling","email":"bwp@bwp.dk"},{"name":"slevithan","email":"steves_list@hotmail.com"}],"directories":{},"_shasum":"52a63e56ca0b84a7f3a5f3d61872f126ad7a5943","_resolved":"https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz","_from":"xregexp@2.0.0","bugs":{"url":"https://github.com/slevithan/XRegExp/issues"},"readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/yauzl/2.4.1/package.tgz b/frappe/.npm/yauzl/2.4.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..9ea43e7a124381eacac8fcaf8d5e86671667ed00 GIT binary patch literal 14062 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 PU+(!2P({-604M+eW91H} literal 0 HcmV?d00001 diff --git a/frappe/.npm/yeast/0.1.2/package/package.json b/frappe/.npm/yeast/0.1.2/package/package.json new file mode 100644 index 00000000..22c21246 --- /dev/null +++ b/frappe/.npm/yeast/0.1.2/package/package.json @@ -0,0 +1 @@ +{"name":"yeast","version":"0.1.2","description":"Tiny but linear growing unique id generator","main":"index.js","scripts":{"100%":"istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100","test-node":"istanbul cover _mocha --report lcovonly -- test.js","coverage":"istanbul cover _mocha -- test.js","test-browser":"zuul -- test.js","watch":"mocha --watch test.js","test":"mocha test.js"},"repository":{"type":"git","url":"git+https://github.com/unshiftio/yeast.git"},"keywords":["yeast","id","generator","unique"],"author":{"name":"Arnout Kazemier"},"license":"MIT","bugs":{"url":"https://github.com/unshiftio/yeast/issues"},"homepage":"https://github.com/unshiftio/yeast","devDependencies":{"assume":"1.3.x","istanbul":"0.3.x","mocha":"2.3.x","pre-commit":"1.1.x","zuul":"3.4.x"},"gitHead":"5a7300f934302009aa8733fa84d43cc570756b98","_id":"yeast@0.1.2","_shasum":"008e06d8094320c372dbc2f8ed76a0ca6c8ac419","_from":"yeast@0.1.2","_npmVersion":"2.9.1","_nodeVersion":"0.12.3","_npmUser":{"name":"3rdeden","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"unshift","email":"npm@unshift.io"},{"name":"3rdeden","email":"npm@3rd-Eden.com"}],"dist":{"shasum":"008e06d8094320c372dbc2f8ed76a0ca6c8ac419","tarball":"https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz"},"directories":{},"_resolved":"https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/setup.sh b/frappe/setup.sh new file mode 100755 index 00000000..4538d09b --- /dev/null +++ b/frappe/setup.sh @@ -0,0 +1,9 @@ +#USER root +cd /home/frappe +git clone https://github.com/frappe/bench bench-repo +pip install -e bench-repo +apt-get install -y libmysqlclient-dev mariadb-client mariadb-common +chown -R frappe:frappe /home/frappe + +#USER frappe +su frappe diff --git a/setup-frappe.sh b/setup-frappe.sh deleted file mode 100644 index 6b843d2f..00000000 --- a/setup-frappe.sh +++ /dev/null @@ -1,7 +0,0 @@ -db_ip=`getent hosts mariadb | awk '{ print $1 }'` -bench set-mariadb-host $db_ip -bench new-site site1 -bench get-app erpnext https://github.com/frappe/erpnext -bench --site site1 install-app erpnext -bench start - diff --git a/start-container.sh b/start-container.sh new file mode 100755 index 00000000..2c600b05 --- /dev/null +++ b/start-container.sh @@ -0,0 +1,11 @@ +echo "Enter a password for your database " +read DB_PASS + +echo 'export DB_PASS='$DB_PASS >> ~/.bashrc +source ~/.bashrc + +docker-compose up -d +app_id=`docker ps | grep docker_frappe | awk {'print $1'}` + +docker exec -it $app_id bash -c './setup.sh; exec "${SHELL:-sh}"' + diff --git a/start-frappe.sh b/start-frappe.sh deleted file mode 100755 index 8ada2172..00000000 --- a/start-frappe.sh +++ /dev/null @@ -1,2 +0,0 @@ -app_id=`docker ps | grep docker_frappe | awk {'print $1'}` -docker exec -it $app_id bash -c 'cd frappe-bench; exec "${SHELL:-sh}"'

zkZhuyo>(unCY zr^WdMwyI?Ik&HdwZpI$YZzAD$J@~)-P5ngu4)1g}sRE*|+S#JRcHPXYJDG5HuQ=|E zeSK)BOoy>^Nh70Dw(`PP+WBaXgpe(~zzZ{KWbsCTDGs1iK8>DZg17+bHk%!6H>18dG4do2E zXbKurO0A^OdOhdWZdR>}szx;Gtejn2!S#rW?@x(HfrHr`W7H5@UCBrR* zx+V#k1cRwO&*T}iMqYh)uEx75M=Nm$Z{N2E(sxg`k(=eX2SvKu@okDfh!0|2ZTI&U zNELU4#ex|W97%0w!1V2l+~Aosv?*x8xRrVnU>wJ?Pe~==~<_!E_SHaq0^}T2Aqp)-8!;Sk7*6g{<~;3KS~NGOZ0P zsuY;Wb=OVH3q<`YLEzjr5wUyB!Qrbr@13&aFt-(Yv?S{V{_s#7*CSmCS1f$P#sHITTk};v_6MrK) z=)~*_EUd2$gUou~WJ43UaacFCvn#M;a9yNJhFucgo4~Q(pM=Tu1Owg5Ya&`LMYYDz zK-LI8JI9snGnpK(N!MwZ^IKt~|GQf64Xoav^$RB5{*2`?N*v;nXjIPW_U= zB|p~9QUmqV4RBU2C>n?`m&l{Ngo0h(+GSpH5^w~uhmsPKE9Fd#s`^_<0+eIwre0%58q#?S zr-;VF=^56$#C+lA+n2it^!h*ZoT5k`bs+0EU*p9XC@2Sn%o9Q~y#B|g^L8^Qo#JK` z$&NIc0FZsTTOJcXEe5>orapcuNf_{h6nAx&zC%&(TIJ~}~X3No+ zolo|iJUHcL!{#(j&vG!)ar`y@?4>};(b-fYUT>k1PLXBkVvi{0G*Qwek#2S@GqZ2m ztAo@Pshe;sl96DiKNc4W#?tBjr<@tjl;KwuLDy`Uv7o8l7VDPpiXdWJl$P5Mb`#Ad z^>&5DSjl3f3#MvT-;#@|IeBANXZ_IybC4^vpEfXwCq&IX11;dw3+6UpU3q!`N9sXO z)PsWe;Pr-KYO$BdFd>ZS%m;rFYraWFn5P`-yJ@(;lD@D81$mf(^4f6#yPqJjfCDiS zR1cF^?1iO~{R4yx)@~EN92>9}$O5^7c}6`%!bsw$LDS82BfjF*?Oy&wCO!Iwg*Q1} z5NPQ;%G_Rp{{}aDvMj;L8Pqzrwl&{4SyGuD2qBn3^Pq-2=a%?8L={HTW`w`x|v&SVUjT2@D6%>?J=0`2wGscy}w_8j?p`AmnLpypVyKTJtk_Wm;|DZf4Y zX5PuZ$qDdu_RVk1w<*5*|Ax6Q$*P?m?V#33oWs1X)ZUe|+2o+JC?hQd{p?CrO5&|TXe@XjXD-ffsAaO#XN^}{KE=%W4bwwX;`yKEK_^~>;klcYIpi0?HePhS zqtS( z3(TN8 zw|)7D3FZ=2;`sIRJJh&4DX)XpS&;*ey?m5S!3juzj~&M6QHF`a7-qjRixDfmg>zyl zZ7`ZuCB}{4(jxKOjWow`c^lqtUY=9WxBM$=v&LSb3Wr&$b*&KyniRu!d6HiR7w5%c zg$17~G+|D{*7cD(wT9HG{I2g41nK1ve_2WD`y)OyQW#&GcQ5c5l$S;G>J1ulW$Wwq z)O3{c8Ekzh-8CrP^rbZSS#~S)c0^ELEkR*5)i@#((`@qzE=e@1AooCU*P7UseB;Y# zK*Q8z`p;(NpVNW;ea_kj`{!?0EEKcH{&9nBzbr5WLmxNou-8q^H{5iJl`6ic?sdf; zAV$-hf&5mq>KeLQdB6^y%6W-8s%*1!sFgOoI^HX|+-Rs`q@iE?st_Azp@+6w4R0omG0)KAQxg^Lm9 z?G#gr*ZFQST8y1yO|KU9aZ$ERi1XGe&`rNMFS#xeAcYY$-29T=%Dii91bjj|MXTdJ zXhLGffuThW3fX{3QeXmhP(C0NuKqHqlIigY$xaIc&L+JMhWBUEe^f9Z}YwFd|zpv`wdS) z6?tp%*^UQf*)JiTce!=LI|bCP)TiYh`CB@n+4sFOu2JrC{aXkQWvC$)Rztj}E%-ok zCL1@9Hujq^^!>*_FC6+-dafclTeEcCV?Stc$NoQomiceUOcBN)H_gRZ8 zzv_}@GSEYIuRwM$&u^WNRm(=zGDWkDd?mi9VHNP+o#z3WR6Xr~Bg!NUt zY>XPpb>r=(3~myiynVEhIw4uVqYWT3Xt4U&)+&Tyx9 z8$%n-!P4Qeq>3dkxAu!6sx-Dv((_MVbM%4w}LKVqU*8qat5f)v zHRGMTJ!yY%Qy>^HcH6#8Re@8ig6IC z*#l%iRpa69!sP+08&~3GT660N^(7MOLE-U{O)v*0kK%zv1OmzR-OJZZ;#30^VnhP^N*sQt0w!PD6MIOIfpL%XZo3 zI3^|I(%Zf`5}H?W1=AW4{DYDzr9>xHQ&m=4{vcVr3I}a(g6?TavQBKoz$B5I=R?QY z-l4V1lKqiQhJg;>PN9lpVIysk>uw(-tJ0`seEPlQ6iQG<+F$P%B3X7 zxwM`s_-)}9K*;kL;ZPS6A}^;0VX+_NciL(B@gNzO#lS%x&Snx^#5GmyOlfR#YHwUi3XoB~6+2xX4=llV*`HD=ePwdh?v&!B9&%FzPT8tgW1mtbTBPI@mT6yFxPaepRE%tEKd>YDIiGxq-T>fDQjghv}q}0&E zlUms7au`!*64n_G&qL303!d(FlLs;adjtZ5JC4P^bb;2ZS)au8Ap~{`h!;ni6dqNb zLna_rf;R%(UY=`Z+)68_(i)Y92HDEH<54JA+v!5EVRZN1$#-v^e)GG}-_1siUUUAb zGy2q>skgJyV%liVg3)l^9L~S{{L^=6tM^Nz*G0dX zX})!a9V&1%9gXHEk+*tdKALVmM*jKp@aK8w?P$IkH%D)g=6XDu&S#Oo|NZZg52KfE zvoZe=`CtDlBA*A`TIlOXYT)NNzI-zEbq_}$f1m=*{;V0X-MrFxq#ZqU?gt+})d#QA zE?yk{^ot$yp#~3)TUwA$KmGh&XY})TzZ@JIN)l+^Dfauvqj|eCQ-hGv9x>>q&G}+F zjHv4B|Dw^zL)O3bfl%~z}^0r;Q4|6q$9 zYH-?|EIQMs8FHwML6~2EmBIZg<$wKE2A_ZBIUekSI| zHwF{bZj@D#Lhx{3ETUz@{5r#btCPf-_=i>VsqL2QYE)l;EyeL8DS z-zk@}54N#S16@Oei`^EBs;gOKF;?4F)#=RUonb5ToAmQr3P2#wRHdiTu_X9erre=i|@OXn&-*QF}C-N9zhwzx_d( z7h6V3K9JH7cEmI#?|;_=HFfyUzyG_7 z4Uvf1M6cXxpL_qoeuI9gzM;@3JUazCul8f-^#`}rdE0)XC%0Jz?i&qqRf>`Kr;d`q z6rtgoTK1%upN6yX%&DzJK&9{wn^*wM?2}r`M)O7qhiZ!S;-?S%hULYEDgEIW`p)tg zgP5xtJg0A=q3uAbGjd+g`i4g0EE7|aqYs_da5N=^1-{81C8Yc7?8Auw_oG?K&PYv0 zcHj{{3Qp-ojj*OEv>sHUe!=+jMQkgQs27CH7yew}`)j>FQVROZ zqSJrz&Z$dRf#>hA&kHUrlGpDaSzn68{`1n9YDHUH?!7OO{LOVXxXYJsRLi!- zR)6$T@2ffoWw$>qo-iJO^d6e)*?(N3_^inAe}z<`nmN!&?MqSP@E@ROf9Fe?nbGeN zZ>SZdL9;%bN0i<@=nOiI$f`4Z9j!hQJD=N47TNtT(|oHdf;*#%?^O8)wky2qMD2)% zp(O-v5>qXM#CxT#yrS0wouY_(;_cNS9spc1C4O)S{-RH^GqwLwIIk*Y3B+;aLp1t9 z{h_xcgM>#hZT3}*%O-f-Y%!+AvaNrZG4ww$YqFxl$1uhJ5Jds?&{p&U=HR;DrU}(K=l_3LKj88GI3eCZ=FAjud~kwD;+x3e* zdP7F>#jvA986_p#ak9kh&YD^hG|~-!);-buf7orbJ#D_(_UP#kTRbAlrX(;%d4}oV z|84=S=0-CKcl*(qkhLUO5$h{l_jlMJ4f8&74eiE!(eBKCi2Q!^QT?|s7My*HSl~zi zfBSi=g+1CaGg517U-J5``TCFgV%}DAQFY#2Hiwa7bJ>} z{`k+clhp5_cmJ;HsMdb`7v09sKfiJdM@Q;sl$!WA^^phnimrwQvI5eAF0Wof2KG8!sAkp|8n$++mHUR3kpTTSRnaHfTjNX0L4O)JVV{- zH`b;z-_Qe@81lonk^aqv>$BNvG<~JtgxUN~VFLZtycOlO6WDcj3xG_ zzG`>K<FE_X|DtI7hQgBoZkpblAnwfM6K@+`=5nP=${VMVkh=3 zKo|Kw5_16l0|Wf?hmQxEHM>FDHqWNILZcG`tbOsz&Wo>hKzt300O!p6uo9BZQVzfT z9e?-8cKrX6Hm9gYLrH_Gl2vW)+T^pGv8hlsA9t3a+~ z((t?1sQ=m=PDiii&Fkp3)ttWc7ft)BKJAUBjdsVDYD_zW*=YDdn9Kfv7t^Ui%Kj!Y z8mfODnlFXU{Cilm)k7pdoQ;`zsr_=PaOiEcj{NVxN0#xJYu6_Hq_1RSXs+ireAhakOeq z1GVvvK7LZ1vC%$?%8W>(Q3}rS$LL3Rkd%y`AI^`yG+THpQ~*2hYe!62O}zw7rX)yI*)c8MbY zc3myse1cTkdD|%AM#=L`_=ck$ZlfTgNL+m$dD&>I>3dui63Sfhmrq?sM><*>Iz{0j zyCiF8C`;?zYS1hrN6qPUpU{2ysWw#osxdZSsRdT^v(xEl`pf4C*)3G9PlAIkLA2h^ z1M&j-f=LpqPg_hKW<;x z^5L%yw$301l0b5dHjLBSz7JQ7NX>{_ReE`^&R-jm{W>3x8N#yc?Zu!zRG{N1%1^JI zw>Q^T#0EvvQj7yQvf*2@2Ib zi$o!{)#`mM%_xdDQ#^b{$V~p8-bU%b%|>0~38o~DEc&k`FO2Bfv}DnN3=WF%H9PcO z6(j*MqV{(EO<_Iv_}2zGQ;9GPo2uk|WLkOaw8$zuTFeocIGU0%BEkwj?a9tiZFYPk zxr-tgEr3w!?~zl-9NDkW=7IB0R?;eafBmWc{nq>b`LDl_)@Ri(+E%+xgunh3{sH;u ztP&TY?vIau2v=!@syL=vj*5jG3-YL-qXcP)3^c*N(b)f{fEB89WI{;>^-ZKrij5L} zmK};1RG&K2h!R#m+A10VJi0w|@W-94q|t|K0fpYBl==EI_wko z0DG`g=R`MfVmI5ni&Lec{${A%><>KawqOY4Vz7M&=A=#^*_wwLnCk&NP?rAN(W%wm z94KiqKW`3>KCoTkgA+%w=UdvXt$oL~vpuW_(>zk5>py>g2Ywu?`4#xd!W#hM8MY6l zX)QaW#Z2w&G3k-KsWGg<==D#5m^8Md5LeX1J}f0TL2My7{P50<4c6!1WMm!2@L7}P zwqo@}BEUqm(^}*S_p1motCIhk$@;aN!@{Oc(4YSx;h+?i-)PL=w^ zJ?txM0{-cH=$~bI#KD0`zoThuNC^j+e$(o$+IH{AZIEz|upozwDMiQH5+Mn1Fowf^ zYJ;?0i_DIdKn!uiCQZGrfULRhto~M?c2spT%}HsHSg-*x6DajsX^@@fEb4Y5UcOX-wTiK!s8P$XqW ziqA~+3~~cUriOga= z^8x|rT5Y2*|1W#*qTR-kB#8b>sqfeTS|Iq4tX7kzwXz;<&B&5QlE=N5(uxJ3NR|bl zU=%=!-PWG_8~69_m)wj;W=3RY6#z>1%${BCPMgTeXJlk#L}WZ_?hdNX>GY5l5E3$j zapr$MT$HAjy(0O!6?ADddl>l1vID@W4U>}P+@(Vp$6YS2c5wy(f>xip396-(@YaL`HYpxr{JH4qs3aQ}!MWJ%kX~{rF2>oPSwkn;t)H0uTl74MC!I^H_DU1z3V!5}0x=*lf`)5mtjc zJ%zJ|s&GxfuRsKfH{e*JMKGn^-5JRD6LWGeOHd7?wg4DMLn7*OxgveJY{GYg?-C|q z1d)U#E$HVIN`J_a1Ub?eaWiT0;E2}g)W^k1obW-O1h%)@rJIE+;&*NU9uGjoNI3k0)>S3|2~Bj zLlT(oGzTSbl5#u<>8+%mUyOQ;60>QdAL<6UJ_U&umb&^q8F`?V4Z4A5IBa+8Yz2Zp znxLf6BqS->A4pTa98r-glVl}aWZOdjm!K__ z>d0Nz0-Lr3F_En#h?8W?kuDGreq9wSu-`a&>tu%U!iX6l&>fSzlNTn)?%>~{$&u>d z3G1BM23FBUSm*4g`7;CL*X8JaH=u|&+;B)2#1H`i2=vTuZOQ4{-erH*1Wk8q0ibFc zq%g?Y#cyp|w=B7QH9eTcug$~b>~YX;K$$*8kd$>b5G@Qg1R3nx(h*U?>IQq|XC#2^ z>;`0SW^Lw^T&HV_=679F7!q^=aNG7MwKFGgRWY0M-MlG4|7{lcpF)8|m2fI2zT3A0 z1DdWrQVNdIk0xw@e=Q(#eFQK8;+fh4jprfb!8;o$#jQGV#(OI*Qv(qPHZ&(oG7!q| zFBbV#*D2ejIifmiQH}4i{Q%%V_qzB<1*V!u=0D$NVKY;D^JZeB@Xe}(Vd0(AwK^#^ zdVGq2N+6%F>I?9?%uu6_Odh_q>NUviK?VjbJa06eFMo3U*$j`d)Nfth%_b$h7R?vM zxHP~A?uu@xS{-#cNdtYQEGg@O`9k}5q>8aF0>}K<{% zFRKzlNSqfR=UG|TD|%iC+6VeZ2Z32t&AakVz_!C7;j5nGc>EO9=rdeb^tqa$!EaoC zc9trpXP&kWsmA@u#8#?PwTfxEOqCl<1AoM}0l3O@Gx1b4S#=_&;4ugu7=(Yu$=fUf z<*=NMnRtcGJn{u? z;;iA@*nQOY)7ILh!LIvG>irBNc8#2UZ$3hwPycF4Z+Y}AiGQLg?)!4y^k7Go97T1{ zqo#={)^h;kFHn=ui&057F%ahE!i)*#dJc&}S5lEF3r+CNpU9BORJPZ%Mv4E(Cx%SF zFRpm*AhYIRO?D0#JprpVFp)7wsaWjb^UI_FjYB^x2gShj5A%SfzxmTMXC2XETb4CM zFnPgG(`dm3>{7kVrx6J0<*K-ZD?ZW5s{&qw&HT}{$T=W4nH1RX_GR(eYC0?y+q@~( zI3OBFd3yu(DsBXQaAe#w@Ddz4GF>Go2jW&4wE@GiF8=lHx7jy6!(_n^@a6I0O~4iS zfkDCh%dYS>#YVq@Wf9!V531QES|(N5t%D&2S2LF~tKs68Yi(qI@?*Zd805pcOQU}k zd}qGwt!8Y6VV;fjhUf^f2T)Ce%77Al_Piy-riLKlu30k`y>G2HIf5cZ+r}H@AIgwa z`ptniOd?5RXLCzJGg3n)ItfcTb}B0-XZZYKsiEi>Y#dHOFLCNmfNTpy$h5r)7vDp( z03ipVpH|H>v%!_FJtZK*Lz%A%GeA2(Andg+hE{0jAdZ;($iu^b+y^&|C>JYo_64U- zI5?%~emT5A8=69*j9kWAF~=`O$u4_Nc4-z{NMLCcR+NXgH{jG4R+m5Y)MAy#zi?N# zl>-C2e0GJe-=w}UB$eKw=cwX?6Y|w_J?p`0R$r87%WmhZ=bc`9#?UVa3HZo;>S?Y) zr$s)isX%I`Q?`k6;jv9(*BK@DVynbHTg`@xHL&?mnCo~{t-zKLgH+X{9Nz7}0_>Qv zRX{m|gURusNN~d0`OW~!I21jJe)Uzy9yGFJ6k=y+^hm39KoQ&O0d+!uO6e8%)dxZq zW^}GuAc4X#m-)nk59gufVP1jnfs}@D$okM!V-^FE{8^lh1W6!xuIw16Yy@5sGEJ

r{3s%_^~nzEmGL81C$dGND>Y!u?Y(BmsnxMzY*N=H-ldTUa-sf0wQi!#giW z17{o>d(cS;p^hL{cU9+)XO^;}N1ma4(m@Xhp|@E?3C0>R`c-2uENX|NsnbTo%tY9$ znTj)IYY28!GpOR?Q4OSVdF1ui)pZeg_<);YLj;IGK9@V-e5P`1qsk%&o7{1PDJB%n zXTVMn`V+@M7I(4B1Oyp>{7u+sEmvFqf%xs=l`x+hkO(!(At>!=vKkl4l(8;=jR5;P z(~9`Q8HrKlWIW0j)!t8{{QyN~PDQ{4RE?K}Zm7V=;j_3v-e|-Qay!oQWY4 zOM5xplV8vi0g1q}yLGVsTAJ3$R1%A=CbYK^G-Qi z708}qRJB5BkKFYnSCHBE{xW*==FjL4J^1szj#e4^hIo&`>UXr+jDn_DM3Re9xAQ+b zlFzQ$3B0=x?04s1I=!|B2(^Q2yN){)2PJVL96H=c~|Aay^DJ1KW)dlTo+R z={23mm)4wkvBEGgo|AX7Fz7Rw$n`lopL@Yuf7(L!{`;ze7mzKudr4rGECvCl3ag)G z5e!8$LUN50j)iQ-Y1IHw6Jy}uunO6DDf)>(?sMC02#vOw4K`Rm8{umjP9~afO0Xm4 z&8cBm8U(i=%a6tQ6Yw+PmeLosq3vQeGv1dN^3C5#z-8I1$`Cx%1v-Avd>o*ECtUpS zL%WmtT5g4rw(ri?VQXkfKNJ%%uTLp2fRgR+?GdwWgKN~L%^hC^tl?A_0snAeiVkkO zB6w67o1$BHz8M^RlhUYQD5}cx07^i$zr0fBjyLT&x}S#8Uw6PHeRh5dPv}F?9170u z1kvMd%X$8d^(hhsg79-E6^;AWekWt{?4P)opX@vTj9&O*(=W;Fm>hFv)oe$-JAgA+ zHp5{gn>S`HPwz!p~P11|n)) z`cJ5oxBYfD*s@F1Leg9Z@ax#zlAdIRPNrsT`WU`8gxD`|-ZVdzQO&32WMVEP!;Gxs z0Zq#gnYPyy(r$5>A)GtK^`SxVgFpx$od;fQ_u}2xphrT&LgnuN=wdvl@y*`7H*W^_ z@UQI8UAf+SzfH|w_@Ccg5tY=xO$~2mu8w=~2mJ4E7u9NE{jr2apWgnzE>AX*sEjRPb1F`hrfNn-4P#G(u^Dy4=2V<0P1THw8pf`pb^GHKFUft2 zKBcBHP0VAOoQRtQzpuqrlA*&>ZkRyDEo%VW=jpV`71LhhQzrulK89P6L3e*lb!_!% z4e=bt@pXjn4~xny3+n7bm78!TG|BK?#Ka})0v}Nff;V+BUEjqNyO=h1QLpc!#xClh z3wt@CTsY;gNiR@%_4`lQJ!A&N=2>QBvRdR5^P!)O`$WcMXb$oDqR&*R;rq1js7FH$ z^Z)G`mo*4xSqso!U>{cLb%9)Z$fWxV+YdPFXG)gjef~C^t+~m3MKk*T;F|`lIGa?4 zUqY;yAy#BoN03AgY%?m#NwSH+s-#f!moII?uwjht%_C=1MC*%UVPFLqbXayxH zvj(x8#!&lf*Ts`|Z&)oujLZ7Eqj>0`o#dKytvzoUJhjSMzw^!DkA>6<` zfOZnxP1qdCY7ES+3R(o(!agbxYVzJT?T0IH>&R+Drp;YsZZx`=P}4B8oubXHo_C;_ zf_UvawmMk@2Q{7933}rULD9J5%|@0L8E4V6Hw<5AU9dC8w@~mFAADGp%c5s{<-7fX z>8tiVBCetp1XzE$uGRvZVJs|+3xccAW0_U;-AFyb+F%rSr$N%R3G(rzzM6x8-ePnE zV-MqenM=*HZISM!;#fIUl=zST*D(PQoGe*FCWf-m0!ssxUrM{y@<=YCix} zJHSq-5~C@O6&|*W4v9rcdn=5vwWu*fC4iMmQDcs3vW^XA4P!j(ib`WO?YRF(bAc~;KXwO`bY0#8OE$X-92@+!FO;DWD6YL&Z-HRVY(OW z=`_zy`=@?wFpF6|$M`k7WPHR$=@~;^Gt+*}1xY5vV(jm4=k)!v-Fca4xwB=}q#u*-Mak zL`!DUhcA6J8=)Aj0z8`nrcIeNP`|-bA|-594~pXW@%oN=Yg1fC>y1h6*Ik;TR*y2R zv&cmsIyK$`cEBbqDL!OGd|t{gU3sW|7ic6Y*@1pG$%h44-|^TS5`cf<`7|3&x18?> z!5B@4egRQZS3ay&KF_(efb$nb2}JBLcTY%&ROB4u2WbUXvcWLt5^*-~TbpyZS7Fp< z5ehLM4*}}$+~y5hj)pS-=PpyLH02PPyg)=WR7EcXCHIM6!= zzKr`kc?^?4uCq}+mE!Ycj{kk@41`e8)s;j49=uux--l;gWUW=f}wg(P9s9) zCzDBWZqAtiXXw0u2V9d>IdD>du)E|1sjiuJKD+Aq-LWYX<*dz7QfU+CC<~>4j*u2B zvth2=AZ#QmiX0Te)(&KLXq4EM4YnnuiEiS%X(7%6$O>$fX!+wZOTa@g4;_*ov8ItG zc^lwoFXM6rJt}B1=%%@DX!i1$O{co zuMA^_Az9tUU-5ONuBFoIj2UCDrAUZ5@lP`QPNu-K1;5b3;>SYd3zGVk;DcYiRDaUw zj{0MJ>a zi2VWY?dA~f0g}nzGP_YWxHlFX9G-$Nh3p4R@j1^%=Jq7Za=BMt3}%%S+@+I=QKZR!d;OFE8|$a^7=1Nif7ehHmv(|7EPDlRYqII}CJDjG+DhiCW-hr` z^3n4eo0(o#lFUZOSV&e4huE#tt0n1L2`rETaX~#y_w6@06NedPX+31qOm=ZDHn4h9^YR zPS0kk%?%`fY!Q9+&)a9S7^b|K5U9-<6RjQtIW>LD$KyvZD-rt0ojaUv-^{A#;Ea^x zozLyahXXk7 zPIY!>8&v}IrkVBLrVyMmAB{d~_GdL4oZ)3PJ5u=MXH{KuZ(ov&zCWDKtOG4}dB?$g zWioM%7R5QB03-x*2>4%j8zG2D)5kE1T6;YmORc@`??)SKD|p>=n}YY*9w;ZGNF)(n zs*wcANnuWeiVyhuy55aV(<31IulZfQ}=e)iX{eq2n7 zWwF`JHU$Px%E5$Zrl2x(?NiR^{s;vTVcbkckj>rCx0JKQP^Ck1mYZSxh#}Gn{H=P) z#7H)x21U~lRamd&Nj(@0+=k>2` z5gh2`?VtuIQ&$12bSKc!`g60+G=)*% z%N^Wlb*}}Fu6I{q-Q1cQ`h|+SYHO6Tc!P?M&$(z)F)lwBodkH=nZ32Zdw}U?F&F~q zTUc;`5bySUTAF%o2)ZZ;*N35*&(jUS$RpmkL6C8f=Xx#(h=fTbGXM4SMdp@#TE0h$ z|8Clt+8hfWY-6&=@DAbi7rTM43Xdi&zm=~_S>NZdy-CN9J^yHkj;IyCwH~uxPAa_82Y@-0d+ordz zx9^tsZS+-o`U7if43tzttik%i=8-?c%;k$}b$*cv!)u#4-Vj;O7C^@CO&-;=9bt-% zEcF`8VVvSP^;!$;OW+@{mPc{%)x&p8DG>y3@7iSE1tj#(qx^=;Z{Wa+1y#cLdiY_D zO5VjL|Gw9L7QCd+Bm3J-zx$#|J?%Zhh4`?JG(b}{?VmK*A@=NsJG6g%YI=lBOna;* zthhdMX|WM6Er28|2bQ^^#~gysV=oZ(?42k$#G9)R%RLOhkbQC&ntD7RD=!Kcyuo$p zY+G>+j%MzJxd|=6W7uIXcT3Ju96O> z@~cZn)^+{J0`eZ8RV1<4U>0yYyTbuyAbO468`;i|+?sfa&KWi7U>hvyQ?RjOKceGK zmR{)c2dKC6U1}>5#GCb)(2!$i*l&zlfH$5 z9R76^+VOUE_#dhWz4iHO!;WE-(aqbOVfA|Vjt{!iYrVRf4k7-UIrMM-WCwfmC!rpv z8iR6KEOK-Z#i})ynu_;?7L|6&Ez{8yvsj3x+)xkT9uAkB5Kuqms%q+Rb>6-kuEgsW z%?!nK5B0Q~U+&gL_$$h)N#}Xn>pWjoEJ7s%0g51f8%OrtliHU!2K2fUDNpvDES5t^ldn|7O$Ja6*@C_LcC-+0@7WwPY z(k|$yr$TMbNn^0^o|4#IIy$hckN@#;>;1REJcoBa@i)ZU-gQWBJwTDCoz-)Z<&g`) zmr*K@$;8$VD~nOmWuL1q4k=5JqEYPnrbhP--I$toabx=h=Ko{{jw{Qn#%>-K6W~h2 zKCl=%fIJTEjepEPHncZipo?#!E(|AGO*usE;~ZV#sE7Cibg(!0MztS0Qh~8E=vUVv z#)RgFklF%Ev{js*AWItAank16s13ge-E0NKm7&UC*A!ur4%{c{1)oqm7|s+bQ_i!OPcP+q=k$D>y%Ma|&?s{&Bt!Uwn4gV03 z5`Xz+;E8=T0@IFkDQj2`67&z^_nVOWWP^+4FfZOY@|=yV>)ZVI&|xQMd}sdkwo!k)+W#`a{uKcy!>` z<}jq8U4unIeaVN2=`P$b^rM;E`=XfF8l3oCZf1mV|4@z!$E4Pftwq(HRMp(}rl+?) zs*uP1)nb7%8035h6`bXe8xjQhCvnn{L3+dRaXfi8u5lzP+SvGm-A1|TXR|=<#zC)y z{Etzc1Eqjeu>H^A+klm>-44v8)9XctM~wuPVBh>OplQ>>JE|U!LHXUaHTqt?B@@=w zR`V@d%FjS~|i z>}5E`K{XQ^0etAhGjb*(Uxlg1ade*GJ4!I(r-8rYc~Ec`Ig!9VhWAKyD}oE+Tt^_B ztmfUIxJ`q^Ran&!_TSI61tlQa*-S~gye3xCa3I77{*Z?g&7i~@iizi00&UlPY>SO* z3F5dS??Xz-yeKH+ChUz*MS)>eV07Oc*P0@~-B=QD-BrGpL|A$f25;CfOtwZ~L+P)x z)Rhj=PsYLu0625;Wa-wTZ5rUjEi5z< zz-cpvga=SCIs;9STmRKk4Y`0#7@-Fg^ldfA=!f=(gt0b$j89x^v#OC}5m!kkI6(-j zteT87SeIC)CR?ulG+(?28#(B!^@dQ_10hgqe26U$G|G>@=9&t3NRVqFTn5$P`II%U zooa@Ky%I0&p)WYUixLNZm)x6rYxjkLFJrn9pI>6H#bwH(U9Z0P{0MW&g4&cb; zwySlBooDkn!OM0CJ?BS{20gocGBFqg*75rN!I2}{#7(E23ZuB?#H-ec`*{({_}OD5 zMzOTDb0*K6*a~&K`Hpn}#DL9_2m)cTgab$0%pf8Zzd1n^`6~|lS$`Q2+o-d0)~R@% zM0q&CyN-{(4i%UP;Sv0-xl-bIInzQoHriA%eEtQmrI977ket6E#1ym^i7Kri@gfnd z$2~k?gY}u|<5fC}t==30;VCBV?lndTOgE^CgnUxtdy{5`(hs7V@t&GX8lN>r7&i&H?z#k< z6rod~_fW%(pOp)5{7z9doIV11M6uKa^X=y*0;91Y#wWZR8!Ub3AaKpK*dK>=&bk2>J98^A-ekB0Mga~kQhR`Pd!hY+ zi|_k3?Wzy4aKkzq|57jdZk&OHdkBby2E5v@YG$L2m#ia0W=07Xo}S*bt{W^D~# z++=$1NQ&$VCNDz*NHY!ouk-s7_X;HfBIg`!Z=W(;*VS8W*m-I`XJjxE+O#v6*v2g> za>a|31|aUcL5opQ*VOsHuZoqFO1;iqKrNVEbHB^>(2GDB z7=>=X-zX891J{US-OuL&G_poHhEw7$o88J8x|+rIO}Pj+sw z7A#HI>n6KNY?RPB4aTu=Zqmm%T0y-U0mGV}do^pCmGt~o&qhs$;XmQgXsrs7mVUOH z_!IJ3*W?=7jp2zIVFEIgC(IgK5NF->8CY*ODBe9;=-YV-z9Mw7y!{1|oXirwUrBdB z@>z)|@y#DOi90D9=tta!l;;U-5gJ*6GJ3>8t4HF&t%lX#`QwA*ZRz3ZM8-y-3a`bD z{WsV7Qd%>3=SxX9N9anqfg|N6`{FB-8&R@qP!m)AH4Gm*s{YypyIcDygxoS}?klf~ z)%~#B?S^iazgeXsz@S=$zLTHpS;>>x*t7DLRapziN`8t6{3@xJHh;z@zf13SxrrmC z@DuwK^({J}+7_LM(hmU!Jw}gZ884#!Cd;f zBUJTpH|9_GktaJYB0}@~kX7cdG-hF~=4$yq53w_%@w`Vfi>`CGRY ze(u&h6W`zzL{xcQ29Al^&wbL04gY`S1q>Yz_Ga0e-zQAMzoB**y;> zSKZ773MWvY6*{~CzZf%()HZm?n@XOYyVvyLki}C66ay1ecy~`5P*~g)i0aQc>x?+- zy*${yZBO^ZRGGDJT~SZ-T<42?Tv$#G?b>h#{6PVTyrsK=yR^H_ z`l`N6)&!2-(CX>@1>Ot7qgRvy2$r2>vzL(Sw00yr{-9b(9)zm<63ExknOBnu$*3K3 z%QCa@HrdB>)_I3L*>Z_k3C)#S4!+GaD23;X;*vf+MLV%QeV)u!dG$h_Dpz7=aQF5t zJ%woj<fKjAR#cU7Vr~6io3oKDkA%&ed#kMbWak3kR0?i<*A1_|eE&h9W&I&L#wz z01x9T_w4D2z97hZ5F8~iW45^vy&gDf+-shZq7MzV49&7W>FFAS<%JQ)AiQCyQ*5bf z2H)R1xE)h`Ncx+Ivp_8>JGKzFos^1I5!D1VT))6iyr-*a_mkEGzrt6q|IRjtJ7YYUN8 z%e1Zy%+A-hLa38Y{oGKL^fg(ubPuZd)AwpbHPI^zZce0g^}Gz`YYSP;w(&(iU=j#q zz7dISwm$ySgOF4fjKcDp8ivYTV=t%qwnCn>O?{DT8OdJ0gIHd({X}2l?obF!^yP%Z zgd{1p+sZ?7)1{0Q2vWY~*+5{TX2nQc zt$eu+7~tx>F3Zt- zb7@12rjcR0ht?Ybk{wmHX``dYT4NSx&LEstpH=edFu%;p30yqFD&bQ<+w;GKZAWbB zAfXh1;AGEYpS06!@t}8{)yo1RO1LBg1SmHUIaSMo+Qtwu2b3>$ib=`in$DUh95BmW zSHW9XkMiZ{BI_2Ro=I$X(h@ju&DVew0;lapH(;h{**LZB0#6LGhXf@0UVJoo20TBK zBm>iYcGcV1A|pD@a-Ql``#A?fhiMVW92D5W%{P=h*4WX-11Y0s4Ef;}9S*8GP$P$1 z&50-OPbMyZZ^|^86&2F5TkNVrLPhBsTW2o!Z-6xP6aBBoi@aPHF5)575y2rubLSh_ z=y~FLQE79Moy8F&intq!$513Yu=b{Hi$TllZpQ;jn#8(GI(1H7z{Lg5Jbq&}?r$Wm zZ*f5Ird%tDL#+)3@wJ2uWwh*{bVna%``%&;)ud?V8Q3~CAG57=U&<}cO$g%%g|2bD zk>Qg@6vKn{iBHY;+H}6h*1VW=3v;o#@Uc_BvAV*M?^wV9|A4pqXq=FPvhg&aMbhw5 zY-JH`BwD(oQ+YsS{A`QaxO?(X)F2%?Uwp7RgkR8UC;Rj^)v}t6isUJt*5?YK4GZue z$sZf}8q=2C!r&>NhqvWXj-+*qw{G5Q>Fzue>=OpO0Vm_?$?HP*M=_=RjS#JJEk+BL zkN7)vJE#qp>&{m-EFcd16`;$aiN9OBn{G$ht{>MDgxzUqW-rf+9F%yH zCZPbpsc-C4JfmG`a}57d0W{QN+n5|*weg7X6!fuZz?z~NXEbjp-VGX&w9&r!Yy!r& zffcW^qD>eKw;vrg%TFDiWQ-%~CS@xPCd^3&#A9|d_#Va1`M4fOBon-l!(Dht`-jj= zhnGPMQ8gUV{n?dIvNR&w;^CF_oO5~V%JW$T4&LMdKC3?1ZXCsT^u>NjBdLc?7!s%f zS2PRw17}V$Gbgccd66&Kx2euPTtHeczVf4clNto3@h(JH<7S)lklobVLvb6{Y`KGw z-lG5>o8YMR@PY>so)R+I#E-a{DORot$ErmeJ_+W6eDEYfF$5#-(7U$iz4{rPlQ9w? zJwuhX^@gB*qTq#1yESSaU%6InJ~#tov*9fj?k=m~O!?J=CZxg*r#N8x3Q7dn;$8hv zE#5=&&wOYq1L1R58F$wtv^ArXAQ>7CFHyL{ua;)@04YlG>QRElQkoH&aXA>()TjLcU2O|46o5bND z*qYFE+g0sO%C~7cmqJD25v~yoDuH%UM&w9?v(||lO+%ZvL#C?36T5*kxJLO!F)GT- zf)btaT|)A$zgR>#68FP<-8ow8@i-aQO7M=a+_gF}W5Z=ObNRJL)k^p{icX!0Q6SaS zA4=2*i&-kPzym=rJe1rtQ?ehd4OQ2H zDi;H8{UAi@)hJ1Eqb?TUw%;UgjL61MEHj>+QwM6%qHT6lddEyaftJc~5F-pqRJC2T z)b{g`=Q@z&oFYIXJBO!pC%_#i&q@WSM_$?Md@G$%9$I2eiiB5u;3MQ)RKs7cMQI!o zD`FEz%j1(|YX>2Fz5O6Y?yE~>9qLKEG@D7)6xN1xiItP3dm^lHTCR@vp3t_4SW%XR zb-iJttNJ<)3t#D=y@vig;cF5fJt+Y2f-b~5z6_Bg zvy%;;6x)%mdyd^&52s%_B#^uq>4FENTTYpWKPyQHyTuCH{)42SRCrskje@nRbGA0CelndW%4k{jjE z;r_I}c5S&gOvq*&My+d~J(?f?n3pL9FVphe$JZrfy~9V+Q;KZy8Kef^QPWEd9gu8@ z!o7aN|0tl^_EkLcQ3Bo-4`exoD>0w>HXz3oA9J|+`y|pjLAf93=h0UZ9wrQ-U-VrM zaG-Mt;r5SWQ3YduugYI+!cay+C$f~03>>~_drOSK_#_lq zTNtLtP>q8RQY5u7`Og;Hk7K4cUlI8mEds6QZeUVim|;HImE90*jZB8p3O6P`I5|v| zVME7(`!?VG_I6HmbfmxmB*w!&x-jtYF~zr0 zP0;~3Zn#rtI*jzRKJVKJ8CpEk6i$+BFFi$V7|xqzjN<#JCBUkMxD9UU{Vbv?A{zKw zFmJJ8TX88CM4BN*y#`D#4PK-nwz~404qn{PW?7J>gaeo-Q%kSw+{P;n`sZRdgm;)| zj=RvR8bTFQtB~U+&}1^_=V1Sm&cV(g+la#pVW47tVAV%)N!eJRxLy91!B=M7GYREG z+Q0xR&Ul!o9IISu0CFFSBKAgPED@H~X1NiHaUyB*xJ6fEW8lg#N89yp#W-@|mr^^% zK?B2(g@F-in<d1X$%ME4U$`? z(Kv;8_;Bc!*yr)%rp`GuuUU8;vA&fjNT&$$iL#;A~+m59wv6^HR&=w?YfJ=rG3IM zhwcq1tsqQliZ<6KiZSbDHRou@G9jf1%Nd@@^)~38I2tg=-mk&Q(j&)*3Q58;zY?jd zq7fu<61|aOmBEVz#$ymDS52p@SxKRUHlKA28v8y1Gh7y`r{+M#(SCa0T-AdPRUn}R zo;ie7UNMxZqpRZ|^GQgJKC}7-%0maaEWmBb{00x7dRa~;qJ<%uL*&40BM^8waJHHX z6558aHZEI0IgoUKvaXOc{QA&}Yi0zfha{}(iC#aJ7{eJCxX-Cr#7t4~&s zY&&nHMC<60e$7#2$vx^w^&-_T#-fFTRQTrq3kXZ8=l);9=YF4qB=9$>ostb7{(I5* z#Kb3z1GF<<*eoLYjnO1O4M1A$x}cOkx}=%Ex@EIZ-JbdPCXRRcm;X}nE(4T+4g33# zPk&f0ty6PTTn7>0@$WypY>Mcx=WE%BUdbSkw|zZlUDH(en^cqtieMTa7`HMPq?E#B z!5caKbtJ#a!QJ1f_nRu@oK0_6(`qrlC`XBKli9;!RKf`{XX)d`BD<`~DLxzKHL1(b zjF<}d$GBK-DIU5*YM0iHGGLh@#Y5Z2lsC%9kePzQwE@;VdlE##3ruOt8e%>juZdBp zSP8bERZ;VzORSm}Nb)K2LQN4NFgr?is#-dwCORwx-fNj1jHc;B@M)RM{`lx(G`Wxs zH{^0;AP4N&M+B=x1j>&tIuOTafND5{q#C9kd>mI(dJFkz)lF1hk1h%fefZHTj{wKW zY($^tZWuFE7=@LDnl2Qi59AQ(iKyovUW)Ew$rd4vr~)dKMfE|Nu@E(|-lRg@6a!!# zJp@wfKZsD@{lf|Mt_$B&UzAh4LO)I?aAeq(KBLhkwZ6#f2hU%=Y9iBr^_v|<&Gol? zOfVd(Nz4mg&JVl=XIw?vD$F2+20>x8%8|W3RZKtyE~jz=k;J(k7uAC+#T+g zMG0*G%ut%$d||kt%VPInZ+~xh@0;EITf001hQrPRBC3}-`+8?m8on{7zw_C62kfZx zMYWoZ>p@=6KT0BJPl`M^dRcnj0AC}!pG^$Fi5zbQ@ zJK&J00|kfL0OH)pR;wWb;r?oAhF&hq(QX+0d3SDj>D`0>v+RP@p}G%$qswAyTLPVaaYd(EFnw|4kOZQHb~)h}gL z=kN1fWENn{%Hr-0kFvwh#an_`uMa4)#a#2ZUt=SDRr@XAizJ&jQW^GNHH<{G>*Sx7Kf^8mhGgl%+(fu84^0& zo#sZuU+gmXxI^4yy*sKFz@`P9qS(jiGDx3nKuU?E{^7g>N}&fvih>|xhG--I(0I80 z<_hf}1()Xf89NWFAQL5!rVO(g8rq7Q;7(+mdsu_VJ9h_?faS=r!6RF=DI5zg)@;OVCw`2Ol@}z7ure5cv~g~ zF#PFJ{9)js$A6`yNt7V$jy1_!BxeA9Nd)!*q1b|dZTbQ6SiVI*0T@EFZag57LLhcJ zQ*k0HQ|6-0%2K6I-y~M*|CVwff~P?k48V|zN1wF`ht&5*5@Ir{6dux=t{RIK0Uq&5 z?iw`e+d8RZ2WVy^J7g3~JLt*OkhT~)Ohn)UoJt(d$hXe&XL(VL)#*s8L-b@8?zA^Z zJL#kuELl??3wq{Vl#Y>NnaF+$rEynY%W|8@06!%Y8PHBg(2GNF$ofhQpaa_=25b^_ z+lAV;vB1wh%E2hwHhwXG$}cL)HZ^r6vK~j*rZ_5vLwFlY+kVMaxr?SvAL*y8k&L3v z)UF{cc7p2pHW4j!K-?@mb{wzzI3}i|W5H3!ikfBvE@5}oaA?p<$uLGBv$mUH*~d*Z zW!b<4OCPgw^)uPK1wJau+KMg!kJ#SQiug>MzQV{jt}wK(fnr!|M9qt_v|5hhjn*3za>9udeW3 zr!TPsW~FO)0BWt@0jE##+}%3n&e^MN#NXKg^o4~pBy6|b0sn$m{=YqXtzuXglA4Y-W)fH+3Li9WNL9PB@B^l^WP`c{vBXpel~s=#fDkq~9n?C>~z+8&+%cVQv@2GC<0!E^n)TbrSj zQnZS@7rj}(st-jFO``dIN9DaD)ij`}9LaipLCIw_6{X?z$=YQ~6>T#M!_>u+W1Ui+ z2N=7;@NbPDF_)1xv(z zIYD&`YUkn(#aU5Xl+tLML3`mOf_hTJ5v@Ul)0SL9)aP=o2-@7WL48B3yS=E>Y6j0x z>6?T8F^BxrR8z+9pN_(wipY>R-4!w0(8f9}zc#p$?mNaf8Vl_Y(JT>TA~xK8{*cgU z-e%DpvV-WX0EHP5+CnP0;CM%e5B`bjU|eBFIS2fsWrarpYDEdh(^&3ju0{YExcRK6 z$(aK(&9Re%MIc!?b~dD7G?UxNqiaYe<5fcCgFSLF#Up8Iu26Tje{gUsD2`^`gm6vd z#~juv1iv8LTEkDBA|kTMri<_Z;r==`s(^RuVj1-@t_+_BkN0GVQgRG9P{?9nc;MO2 z!DxS!ug)(_zlG1XYA3!f1iV_HKL!kla5Gfo_h3gpr4PJd2vBtL%zzG|LWI)#k}3&0 z6=B_g=UIVa@WDy}j8D+1!ST`cYSoq=wOGW$yVbdu{D4`kA4=RiE82{O-c{ zEMG!!yMgUs!wCLSr0n(>{eE}E)5o|Pt>6hS^rf=tx-Ey#G`@ZSVUcd$bVG#SPkigQ zTA{L0&>B`@ovkJ=gv4hEBh^f}UNm^*lNq;Fohi+V4*uCPbxQPv&o~J!=XNuGNZN?? z(Q{Za6$Q?5i(Wr(1Ubb4{hTScyUlFi=VAfv+3mDnqNxQ|>DfiK`YgP#@gU`t;qeI< zqWxHeIYF4H7)To@$@HwUX2IeEh}1#b$@$Tm7$n=X=aEE-<#q4@(UHzXNQ6dqMYYsa zB8E!DeYn0c5@@%LsojDIjf+WPxT7}m63!2%x0+%l=j>% zR@ygW4C)F@k0lvdYNNH!z#ls8Y5d`bwg$U9K068XJF6GB;XwlZaB6+`hxlN=MhBRB z0Em}_bfD$NU4O0eZ02mcY7ak~JkG39B+T}Mp#{~4f#I_#N$Jcmhr}L&+mj3ClTC|h zWsa5^`h9J1XmCD|29!@8^@t0soM#+_%hLzQfjU2;BG z;n(a~rjKkRh~itmT;`*TN0*vj#vi+#YDTa!H!l4_K}G#Ll6MZb&BtSGYhCdY0|Yg? zoguQf>5=-JaY-F7yIzMMs)@iBt!oQ`7dT;spV#QvqKl<`8((0lS^vIPod^40!mh8y zg(_vKCsQ=FrO~B87>m02wJCw_t^J_py6m~z8R=aWd7~xaEz#q3jrqQWA>Rw(sHHo4 zQp3Z`fi+Jm#`h9?0rvq^I?hs}-_~}OQsQ;42ur6Ckk ziPzpqI%Ute*6z)>4_0n1-+1ADUo!=Kf0n_3FYL=2*ZIpD&HRobY%raGM3>JoErm!! zVC1y&{2X4WxK(eE{mdb|vOIh77-%K#*t*_B6`o}(mWdN~trw^{f5f)hsCR)Wt^oyx z;+4Sz<8D&vDj);*!X-YOTsg-lA|08Sblw;!@CCHdGG zz+B;%&!DjDRFi2lIt_yCyjqIq04aK-Ld25QI8{MEL#0oj@KHYqpjb{f)LFRz$5Xz1 zK9I)09OI*lyl`ZUlQ>>Y6oEO`ysJ>&!GZKs$~k(7T?0%A3t%?Y?7WiVt(p(T6~Wmw zB@|H6wB$Llkt0+dvT%lI*Yu$@a~WQN>59b}xVY${3Ma{+RAj#?(Wjuz@QPJncz?z` zDkhm=K%ZXF7dE{mMvH=cklp@kjE87(qNjVu)U^CaGcL#UTt;k(jTz>znzqQR5h|HI za#%{~m7s6sTp1l<4eH>;KG38tLc4WAj$#G|_cPX}(NV)-JQPma(4`%j32md~0_$^= zJgycN9({@;rt$o<*tj^z)CO!$OU$_-_O_g7$j%@GD>4Z38T|CNfrHs-_jr6wdd#-i z2v?1f--7)G-K_3}gKoFrQ=K%kJNP*x5H?PU9Q_<9VL= z%DQl%6Y~{(04ItXMG@Un=!3@hKA>xDNknVZAUuxTpph*{cEnMP>)_vq$T5J&+$2)D zi`X2;Cb4rmYYzU!>?gql+AkrnLr?7h zOF*>0@!voIewad7wMmzBA3Nw7V$!6I;z3BG=Ud~s2l z!EV>W8F?()3RC`UH60cUU$=)~yM6msPx>EHpSkv{o%!KCB_c{c#$5 zSAMs+kDn##C#adNrc0CcU;6hk-Nb&7t+WzK`4h#?IiVM;kUHEdeHgV(J#HNN_&**r z(rXpl;l=oj61{m%CQbfyPILQ=}A#O#vxT9}?e1@TR#^E0(9BZAq&*^1W|UMC6>X%$@PHJ_;|1`_Zm7fUL!ocRXAyJik>l2{N6@Uv3=zJ zR;VOzn-p07xY+$H_;(}mQWtLt5b`{q8uqlDPpsJA9-cOkF}H(Plq)5a9yeASIDxWo zeKaTrqG*M$BQbt`S{rE*=X9gjM4Gld#|;NT-P&m(Sda{{q_!;15C?p-paa)k=X!;> z%Nr7CK2d$zruYm@dJ_uQbxY4#13T7Qxiw2#pDS2uH&gj_*P+*TVd&GdY*7*>Fige- zPXzB4(~gCpTmR{Cw$_PEhD&TR$2ky@iZ60+zL2W>S6{V;3|uapc(UVfd~I}vXsUO| z*IO;m?lx8Xi|3i3>JY6kNCQE!fW3_xNd0V!h7_9hnM!1CBO&eo@ZG`CwKo zcYm1|=Q|KOZzumH|G2|b*iB$TS>NaRIRnvIep#O9MjlNB#>;lO`ffQ`f+divJOH<( z`yeYNy~rEjV_4-E7x`>iP5zYUJkyx$E>H2I-<8 z6Df3$ITY{-LJj7N@+#k*Q=h-oyJcM)0daSK|JGl>vBU-W)L~VD*{OgWLCsHRL%6vH zTSD$<3jVhOMm6se65YMj;y4+&*AG$Ix5sZ7vud{UfgeWsc>ycz zC%;364QhYjiYi-l%NFsArYXH`i#Q0sDf-41&8lin4e#hnO{`{8qWv8ZV9lfjuvrvS zNW?=H#Oce}i(BsX$qGgk8>qvYG4@VNUa}N=A>6Z__$t8FT4+}tj4*!Bz@;{ktI^_Gw zMTfsm_L;t7&kr00Ly{YO+PRxi&^3=f_BdN3 znfgQ+%e>VJM(pcsk)MNO1zDT|O6L>5C>;VyppjUb9rC6`d%#Zf!#T!l8w5_&Y}9mEkaauo@Wb=)B-mdGKIZEN@E7ronJyDj)&fhmMG)8;YlCH|#}MbM z?|rpV@IWO_vhbM;m(IO5^6!r<6NM`=_rx4@#CQb~^+OINpydI)wmRFAa^KLk66Zl( z8U#5d*|(kxK`%oJr~CrQbF(9cH_U) z2H@Q%#jdt{dP_V?Z#O4Qk58zrPZidlLR72}HxE4_WKXCqAB?_4kGJ}`>r(~&tf9eP z0w5-X=`V9UAf=F}j=0jBUd%1v!14AJmUN0%s;AJ`scqvjqO)F?ySLZ1v}0}J;w3J~ z^V4`|ZhOxic^tAFpgfRk8Nqd@fBpGqG(aODclrnQd;;pwey4Y`?~?~+(Y0%qH}nov zGW1J$*g-S?)61u87#p5TlaD-qGE=2Z9e|_MgNuCe0A7Z{UHu9jy!+wNkfW}PCR4t+ zsAfg>DnH8?CF-Og5$42Tz*V)%a1cUZ*uimzA&Y9cAygh6&&0}k!FgSdxIR_I9;{)J z-^#?TDQkw;Wkx-lTai^+V}C)4fIXW76}t<3>K!7upz*_Hm3O(*-~qRRYfC5%9u|Sp zAbWtpDUfxW=9uakPmDP_Y%X7f_M(;mSgL`W7Lkjri(fS}4*a2!d4uqF_m|zh9@QM`P!7R`NE25V zB6d=*z{bhkH*&2lzDNlmz&{)8VR1#f-PK1UfE4+SYiFVeQVOx%ANEjY6!yUb;V7J` zwH`#ziW_ul&=pN6_)d^=C*daM5di^5=BxX=Y(LfBYWkwVq=3cH2O-gP(iV+wU9VxF zu80!n^@frI1DER?#zRXLa7e@x5+4)CuE^WZ;}avODeq_zV5#^OC}>EOx)z++*{6U8 zxzilrrF%|PK~6bRG>H0RUpXb)x7|7k{~Wy(cOfRYtB_PGmF5Oa)h7JWHHm2h~Ek39& zB*lT5Ceas`3Q!$BOmjLOrzN*Z`8Q~XqXzTG;>~NYd z-g~QvVMY;4&`gRcbUiOdaeG&>gr4Xz^t-TzWRWvKq^jLJ>?AsI zm{1o>Qm%0rFUu)MJ@N<3Qru*31}<(HftLGxRyZ-%0KIq+;@KM2&kctM_xOrCjBppr z`+~klYsu8uEM_!;K;av*IIE!@)!q?oymbd>t`^{cMQd z6OQHSU{jij7|4(0odcD-P%0r<85n}quRfVDR}wSLH>oZd+BQ@twS!`cDFN3nDHLzj zVqgWPs+mL|L6QzIwHxwGzv~$Wv^vy_~g$ zh_}l@0D`=1ONLtklpG7073pr+^`fk&Rn8P68G+!N=qz+kYmXUH7%f7 z;aG6^pPYOscVc^CPKgciQ&HXYHo39f;P^n6O!j(hQpA_x@ktXx|LYbMQ3b1_iWzyW z&%Hj=&Rg^%*RC@n5ZF_DG=!|AVJg%G zoQ5TO_8qugaQOfv5Q#l+(Dn)l$1Ulh*a{Rr)o`#8hNXD~@`OJZ(I%8Nziv3YYYqJ) zT|I|)>v^zkwvXW2g8G-GSylWf7rnBRU72-6#BbPU;E87=0jzs46^A^puIq7 z(L4okYTp9&*2&?8`((E4Qa3?LEOp{qdNKFYQM|G=D&@mxlJ8vlRHhXg zWLG8aomy2IY&K_ZThOd+b_23y_y$+sA8}7vbI8cl0g?QPCzQ>0H1IF1PF6Mh0o`GO z<*ZNB!gD+RaN~^$lCHmwEZN!{5+`p*o2F1rfZ1D16TrCJzfdJjtmQEG+{`@3y9 z_qzN?kvOc54C&kSD5_;TzQ0IZe~J!)@c7w;%MHdi#-^mow^Ku;36)i=C-5&a`U>~b znSZ$vT?s=wNHCaS{=7w4nq2)Z%3HT2TeXGMF{Rs575GX#BUzo_@QV9#f(o!Ppr6bD zX~|w4!gwG}1(Y#>UX&oI(L)rZIEM(N^dhxqMk%~r(ML>h6edu(HH$!2$oYbb#rwi- z>^s9d2hxYB(ZDwQF0{Fq`+!;)7Vy?S$o+6XSWSo7 zDpK4He!TzpcmHw!=}(Vz|89cbu*LL}HqzNj;p10+Q$i^;Uvuan_gPw+_z(T;0A9y} z3HvEXSUZC33S+s46pKw`?e(*utp!<9LW$BhQtw+DIl{Y)f@#Xsgg1K=BS%A(QYMZL z_0wjKA|{MnOGoE(+}@Vac6Boem#(#MY~*RuNm`i-4Cbr)LQj1ooQgI%AV4-sxgAF7 z3T$B{8{50KOwhw_QVDEZND7R((@ZBeLUQv>_`BvWxxGoe1Q!}XOCf(NIEpidGyt4& zE=Ucwo~-zT`s#X1YVx88Z)Dswz|kNsn7!Yyplb%U8X#0apm*+xv~>e}bk~bY=_C@* zq#t@pTv%WhVH(m7m`{KX>Oh$B32g-*FYWleGKtL+8vZo@n=}3E0N147A9uTW8HO{TIR#cgj&S|D0Ws$NzvnM zhoN)!HOCnZX0W^#dlnOh$_O$Z^m;i%o&>ZnCH?JP>*{~U25 z(~lA474vL2hEIDp3VlU}be-Yjm@TJ@fWh_Ty`F1-kRk-}YY< zHI8Z7v6{4NvB|UuX2-vT!J#@6rdff>u(fG zDoCaou8T@(mP<;9Ynu*Si(}a#u#vtFC8rGP*nKzu4i|0hd4Te6fF?f8sb_ zC|Erfa#dOi)!Xzse-BY*U^l`OFkj8CU?-@q&+j;@57<1umeR1DN3~kcS4*Lq;c_HH zsIuQv<<2sLdXr+7t#X-9*n-KHV1QUx!g?P&!nc`vk+-c(AAS^}O6O*VdpPpd0Y9jT z;gj}0KD@h!#FL7?#iH*YKZc^#Q4z)$<@tqSiVa0SH*!p$Gt@(-c!R{dO8hSv8wnf$pL};26N5zI8P#FH?#TL*9?`{pC*&b`%k`h$7%CiT*KFmuup`efkIK?IC` z3<#%yOdofSEfOBZI{-3NOdf5w-+gEB+G2C|8=rQK0CtjekW3|YHd4E~$=H63O>w}d z#(~g%uME$YFa86%>Y_raDnX7Q?==A?N)XQ9H9_;mMASm~k^~v_2mg=Qc4FD}QRzGd z?W8|#Kivf11~-s@$J@WtGe3SZXMXV@hp@oe&7dc%Q80%Wmr7vo$XdxG<>2VO@={QC z0cqW*-|K?*`-WlNzBdxL+OdoBOajw2x+mP_Ehsb-^p>7Iqh!#AseXKosu%keRuf4lz8TASO-Ixx1&QbI>#$ z*Xeq=-XWOoGfW@sCFbeGti+`7Hk6aP)if!zB;4RM2glD3c}zn-OrL`-*1Uf}i{9f! zKTDxeNAfQghWnh|jA(FxXAY zDfY3-m>Suf3&adzmpOb1*)?h7ZU4Tyfw=hsA& zNwm4Ur{->-tW#}nJx)*Dke??Q1sSA|)g0p#8?j^g|NTGzuVp}Ff4CysHVLb!cBk!9 zrsMPqPkqd7*%PoIor!~}g3FTTCHor*_A&GUkatjbTpNVKO zACq-wRlJdPPoX9a{WYVZctVM2!hYkb8W@(K|3?-60xnydLDLaw`y1SS4RKX@Vfwc}MaEwcMRKBVaR7&CfW{=*E~&nD&jB3lf8 z0hb3%i-9&V6iH?Tlx0btW zJHAuYbyFnmV@Y^iVjf{G1|*6M%2H-zG)HUT0ygF)?P@^3bz9nKsMd!zJ=_-o#1m8a zme+}Yw>>%p>wkGs8lD$S^^7nyw8?QC<*2IVfX}ReqIYY?%)KH`))v-@$;>`?dtHaA z*D+tb`*|iiK?|t3ut&RlgRAqjUsRK;vvM*Km0XWw2qH4dRVs3{lQ@d1LdsWrKe%rY z?B9M~P!3doDu-7#XLHoq$lN631$ynM{?aoi&!~mnQ~tvSEaDe_ETxYzxc|DPF(UkL z_Gb>YvLkH8_(LK?(5!qv$?MCD-KIv|^g%VhT3~{N?x>d??Cl?9&#-BBX=wNl<{bUQ zSu{Q^N5u^6e*mZpB;`Lod7VwDSmt&SIEV){%ijD6EEDKne)A`X_%@(Njy?)+{&fHQ z2Zl8M?T07-`fpEveD?gszrTF-`ltW+`S1Vz|IUXavwi0m-INy{&M%PH+NOn1|5E?Av4URs@|{W8Ku`-Rz@(Uhh>t-2Yw=4F|xNi_~uU1 z&dx@4hxs?ybW@inR7Lrv0qrTdS79Tlod6q*JVT2&HtlS&D(u_(WuG0?u#ts zxb-R7fncdO4e*Z{`hkTSkAj2jUw@DT9z=~Imt^%Y*v=y7QH-6$JDO2FdPeC`yaSSR zI??m_b7pvkZyaVaTFNSD*$)SD&(&hzynW}Tci{fI<^H;T6z&ssdlEsNT!s+t8mwaC zY|P;892+`2XzHw`yR^p!o8CL)^5e+7Sa#?S_XdPuqqBWmP2YkX{7Z?P@yazlJBnHy zw6?gppK5cfz0E zZ#mL;M>fBW#HT&Jqu5$?TtD?l0~2u{xAwN=KCYL>Q>SIKN!Xl|#8#QuzUS7*GC=?r z(wcw!&3^j182($iY^m_$tG18TKg3tTpGTP>F%E!{b`7mvjUfC;S%>}{Y8?QESN1#X zeVnI2ImjUeQ2xuEi?Sm;zwG{_OE_IV76Hg5ZlmDK7ELx@rVW27iP3+Q#Ruz&^f)gk zHHb*;b$6$q)fK!L%?h#{huD$kKcaa}Mt-T}fC6fDFd$qN3Z^LDtp}=h3J(b7$$tOf zZ7+uM@b`zZMe+^sh^tC;ig234D|4CfKqAw@HI>c_JVJ>%|A5J*ymP}6(!rWNjS(W; zW$xgonuIaAW{F^6^jS?@!r7We7?8u>?&u4MJb_nN386COwnA{3%KN`J?wE}w{cFAbra9GxL&IO|p4zcrG4P91 zJKJ!|B`PU@t!?74uR9(vsc6R7q9L5IgQxA<);Hj`{U3KE;LW5?XzFT*pwY?RTht~t zecl&4_$k=1Um-z)+_3oU9&8=lpv6(WpABVvfwP&?_5ai69yyzNZWQie|BEZ+>N^nr zvswIUAUR9Jqxnl9T;#2-7TNLIY#*`)MYhTOA|GND-;P&IUq`LI^R8nN!Fu!dz0oLV z{(!{p`5cke{;mrY2=?snQvNW+@iM{Gzhqf5qN4Bvc}30?GR`OlZV;G)PbJ0C`2=;c z*WiLgQFNDR9d>C5*uXYeFx7Sk8LGFEa5Zj2jD)~=ziZm42nasjn+h~Eu0#kvSHm)TqaK7Oa8ld1%o)NdjK(o1{K z7B(s{`_}lqF;W$LJ}*Jb!oG0Hjj~XOYe7K1ZKLeozK+Is`{ie##$LBs-bPw&mW?~+ z%tJh#6%1|N7=zBYw}1WF1%HP_a{^6W{P^aay4<>HTmE~I*UQ7~erC?fRd&8W!-lLJ zXXnMNz`(T0AT9#+?}J00xdTn34Iy>~V|Ep^X5esZ@%|=|!-qK-VTH+RpdM!VHiV$( zE^Q_mL?3{hRv!Y!+BCb_8FVc6ccF=Os`OCVrT;aDVNQ|ZoVO<6R=KRjiyKwO{dBr# zzm2d#?gW-^{acwD2VU~o-SHHGa@x;MX@)joS3y54>}oMKw(vY0{c+^KI7Wf~I7;4Z zST(I^-6$wfyCeU0+EH%HJFRK!a5efT2oey0z6b*7+3tqR(9@6YQ7;{de!)6=l`S)Xz-B&&tGlk9D>90s?<+ z8^FZJJQwh`zCj)-rIDrWBOi}_KW2%))YWXxWBUuFE+%KZbvzT_D;i095m%>1f`)@? z2C0u_Y&jLL8D_yA>lKN6GFPL(m%%RxwL{rpcx|e)CLEhsd!hO_r9$x zNw}gu74Iu>}s@z;x;(1ut+)ev?I@V!|F#K$;oT9eLXfMjK;b(Xi?J5e4SPr4X?W47? z@|fZC$;QB2&EXkyVz?E}_ijgSaH?4x`1@?uN_PaCnWE#U>?D%hv}f>H>=@aA6?sbw z2z&%pf>!0&aZw22C#do=Jmx$4{SLJK0hgsQOT9Vc?K7I>b^VNxu0ywQS^03sSf^fI zf$eowlLv^Ym=Ej9aN$L=;<5tGWoHL`wB{d^RVKyRvbl~~`#Gvw%d!4Iq2Hn5i|4Oi zhdmdDuo&zbnt63Q`Dj$kmpf?qSu71b?5vh&J9h;{0l46 z7dHGyUm%PG@Sphl@caRXsEw`)s^bGdwiJ1>$(oXxtuctF>YZ=<`i z94=D|NxGsC;8+o7FKLWyE{IZNsPCpb4mEK!L+n0J+;E6g^q6o+$2Q<12#- z<%s)bibjZd45ri0IK^-T`OJuU4=xr)`god8hoHQWQ7+L9W;w;^E#LAy&1G-8`6a*1 z=}J1>GhG7mnbHoXyKFHmWey?HZ(3&~2OQDD;*W0*Sfja_riilcURo$4fXOM~tpSC8bffyE}9NwK)GuH@M z5chqQ&md>~7^6z%XN8g2FxU3N%xDL+8Z>M@2VKh#4yQ2LH|69y>}j zupz#52fF1RECMW7|~|5B0kmW^5D~{YxsTBi-=0 zfFoPXMrD!Is=i+2vl>ZigNpjVtEf2xX+y^G03P-%L+M35LP+yyN;m1-Hvnxu8>CrL{0+O)VRcLUov}p~j2C zaHE$+=34H+(aV>R_1v{x7K<}O(Gd07RQ2>jeTp<07P^Ce%*E`oTvRi>91}Pzp%Lzs zgY*qw%Sex#!CiJ7?_UCrTRy=2{3<29xj~oiEH*zwfXL+@AxyPdL3EeR@swoN`Xcf3 ztKc1iWvEf{z4dv*?*Kh~>=559vY}VBC=PWx%_>N(DVP_FA1Tl9!{Tg0E~+?Y^g-U2 ztJ+-BiIW-?fq%DO!ZZ8YXa@)BbW}}hH>fQTtGv-XqF8l1{#1qeF%CmlCQgBH3kAHQRfZv4l0M0PQ(3};_X6Fhh_7x-h94os_eWZoX$$(}7C0FI;{DKm)(MS3zYb*+&oIlO- z)$*cRl>aE4GAI5bjz8AGc+)=^4%YN3umStMpkmvZtg6qx>upk*!+(D~hBx-GH~GzW zDa#Uyibx3f;992XZq3M+Mv}MtEy*?uK#?p7sKTHCQf!O!+h4|&8F>@{ z((-(>`<{2UMP%g}85tQ78HZw{2k^XT_%qQVEEWmX4Hx8p78|I2X@uM*Iu=d|nI>wd{1Q6}WI%!tyrDLckATX@C~&vb5$|z$*DuSEWw%dCgWLkT;!^uHSISFC*hDs6LCoSv3rxQyVH+=!1Wc)>OtEy(`X@Bwq2lkEv5OjRjJ-DD)co~+o* zua`1B#|ELrId57wT)3y#Ao)3+fSN27JQC6m9!UZn334ddY!h2*Rjm2+GQVm#k}&3c zxRfA5-M{>G=h4Hjf;2&z>$u+czhP=0oc$p5CvyMMwQS@-zRLUt_Dj%p;4tQCk|Gu+ zF{;ZGEh)6|hF~EO&x3Ox3UjqFtoKL-=b?i?9T?%;EIp~g^4zTJyq-=H(~H5PZ=?VW zEk7d=aa=J>P({W$mSjLq!F-Ckw`^3HStBhp!uM+F$@0n#)OC8EU!dRPIk;B>X(%hu zFM@t_Wx5?1-WN{bRY4gt(4Q33WWbvu=8_6Jq_BQ@MU+f`j24sY>}KS+ctJ3B=6@MXUWw5;j@qbKA$?Xu{M%t0w0-KWIQ;ft}Su%_H& z;7&VP?~|H0nRgMH6)EISi?YqJLSvup zYMc9C$mZWn9|UQ*nw|dZc1t0FyoDuQYi}!dQ0K+W%A$s(KsvpHtaI5k9dm)0e>T7`T+tz?NL@PbG>P#eKx?6<|?XhKdl4p-aQS#m4h6rQ}HBYEqESM~@!%%;YVX z0u$S+;n%x8t@w}?>{$~BD2WM!vPgyNXqnG2D#b6ap9hPvpI<}N-Das-2n6||U+ooe ztH+4glu(E3I5A=NDfJCZ5;L5*2%Bf%5XSYj%t_ zbVn8-&MAZd_spIShcH4H`!P6tX!lrpgIdRc*Ip@jxFT!?BXaZsax+aG zonL>2*X%N%mj5g|!29?w4gd^Nl0F8_f1o;zN%SB35P7q-v8F}0JgW>}Vc1uMSlHiI zX*4~rRhw?(KRtijLsu^N`Cxl*Z*=p)fZP&Ya`=zKqod>g-f!1ON6qo)e;)3KHQB&}y@9$1 zdxuA#ksZWvbXqNz#~)XRyF1_HJEu=}emwr|(RB|ThJsF(_4@*2dkl|0JN$=qP#qmD zjz2&8>?81VA5ob42=>4qcMgt@Cil!(M@Iwm*XO+h7`J$Ke0cBZXy+Ke_6`!`j28JA zW4#ScgMWP7``GVcFU{viM~A(8ehVXF&R&o$-S8i#&b?vy^)&_o#icj*ENtk1Tk)PY z6%4Md_`h%mz)H4ve8JZ6D0hPD&e0HUq|+e=l7=g?vcBP3dVVo33Cn}f3+A4CvRs0X z1sd|e8nTs@yQ+Ly8iCRwEoVd4OJm6#>ljK3{|>NjYEAB|NN4HwLB|SZ$&A=vtwK|? zuz&6JbdZOj8X;mIZp3xf2#*jP#`b~{`OS1&FGV~F_cp)2DLzAm2kMotYW_gBwTWuA;b`_Vk zBq2yue6;IoqA6^$k}~cYK_uXoYRa-_lf@1TtIlF4GS}J8-Y5yoh-*0F~__%v)S(PHcc>d(FnvtYcJ z-S2w^zoO19F6Kw<=mVq?uw|37iTVxtTNF_ZTl8yAw?gXEso~m-N$N}60N%{z{;wK; zwaFfD&do-SS9m*}@X`1aY`{tCjKK#3SFWd+c=(X${Y0#$)|>FGx6R@A)UxhpMzrzL zj);{bxXoC%R+2RujIG_wbs=yM^3=kzu@TU8N0TO#AQ19$NdB|Gc`sH5@P)a!zn6%) z*6Eg2AJwGg6Ym#3v}-jtesm~B5AjYNhasA@`4P#}f$~VCV^^c)wY{td`D$4|rNMgC zx^^#yDci2{0|<43A`y0Qd6z|2iy0|m^JX;yQ|u82NQYtjq#s1yd(LlKc!sw<_2H;s z@B2)sz*@gcGnJk;Q=#uDBh}Wk#ltLU0{d!M06@tOETGdz^3KLf9eSZPOpZZTu0_j= z>T$8IiJ*uoQfZHahonyO(PwA_WUkcp&a0`j7Qv5Sn4@yW&kazuSlshCEC*i!B<+#a zTnTbAD$+w|1F8`yQQSU)mtL{BiL<2^bgpXs1g>l<9L=;E?QoV!N@-3txSO8vyY~s< zXp44+Aa{*Q^qYepUyE9GvH9W*%~@)RxJ|D%_Av#%4^|cCA?|i~x}69T;J`4wVibcm zH-W~>3v(A4`5-&dmjz^O1ngsX1&m~HLPz-oayNDwd%0KjVrDq=tMx8<)DftNJ}rRx zB1;-B0EW?=!;pBUlA^gO82TF#gECT7ZrV#?=-7(#H{_M~};yAJK;1x!%&tkRhKLGU#Y1>IH$N#5cWZ0IjG|*VD=uKVZw)qswzUh z7gPzK_z+(}US=qeTPKF8$nHY)1G%^ZS7^Am59Ql2`m~*ahJLQz_ZSe$hjG$y3d*!C zlp<{Y)jQYr3vHgn0dqjHE`la*&`E)=a}M$f;5VUHyvXD+6Vqv`bBlY{qGqe92M$$9WA=fe(b`AIt1=#H34<#SY2ZIuBv29rop0S~F^d zwoR_zE$K_n-mpn2;nSTE;=9%y5XEGwr2%(mH4`DHMSb3V*U@5uJ8tl90`DxAdy1Jh z@|%UeG)D;HerS|GJ!3O8SJG=t+nt()%66%_eY#}K_Fct2M9mQ=pHqDPT=mhO~^kg!WXF0Zw zSQD`su+SvNu^pQ50P5^&X26h~zWY>8_RRlR1x`e=tioo4@#JYX)2QmpX>nG}{>Wn; z?tAJ`V-+Xs*khvuBejTLI$lC&J9!?Rktgg_Ipkg-kcjFE zv{ij>i^gsodx>@P5c)m_qwWf_CQ-;5oT80B>&;vmrA)hQ=PgLB9yA~oM7X!g z8eczrq(cjeDn~k5Z+QKK-BTTE6E<&^&|kK*8Lkb}Zk3Cz$3eqPtp)>FF0D!>JyTon4%ElV73I-T+14h;b}=p}j6t=<{5 zn`utU+PIq8pTKo`(znedN-Hyvz;1kEgi#(z7AvICzx7FDuGQq8b$mj5o;}V2cdsPu z0#l?%H%q7)*=;aCE=zWq^_Wiw^Nc{VVUhvLr~yD3qz+o;v_$GhEfFHQ6ftIqnl-hYRMyhYonREO7tN)4l&)O zBKPYgi;wth$}jHMXlI4ox_z9_X5|M+^t3QVs_IG5Tl*thGU}y$)Y-~v!vNMy%s}z$ zIGIqi!76CojejO~|9h|rJ2C4xLHnE2=qV$Nvp;&*vPBU!LLF~ky`xARD7T-y%P&mti->*%XY1K7Z-i|IJ=)6ctv}G zbsAX_I;*wy*_>qeC#yxCa1<0e!3mf)f|?<$d1>xgQw*JhZDzS7^VjE;$!cC-b`|XU z{>mitkK$kn6aj;>$kAkmx`ZF~Oi40iS$k2+|Cxz~o)!{W!6FW)|U zok3nJQ)HFSr4B#nWWQE;}57zso8A@>cSK5h%-A< zQ?AL|>d$WsZ01M;6V~OT)R83TnDwNCTMb8by)+U; zKF_}S;+xamV)Di57hit0`{h?(=3jkN7@~r7$&A?M3dByi6jTs`67f8`ox#u)ps?V1 z2-)w>nTEdEsz0$B+3SmS%eIoZ>ewn+&`CJykh~Hu!zm7U1#A3l4CC>BHTQd==`@5e zJ{+*fbugGoT}yDKmlvkvCR@$%vHF9Nqd}Q=!hKUHTFFoLfl@p;e$?vdElgI^S0m$q~~=g4&}oct`-mR^A=VK(!YTZA3=l{j6x=#rnWN z8p;fhYgpmKeBY-63b~;(rW1cywFoMe7z8gGBz*?EG5X-Xd}->{0+kL_WkA2}XS8(X zPvvCa^@oXm`2+lN9UAcbEFc1K4Rt6)31Q=t&F+>LE(F21KOCa;J@7^n@MtbfS6t?~_M(6?3I~R`dWp4|Wv^x4oO~ z3e&mW+~%)YChyHQt3}qT*-JDC)(f_OaBRFAkfKzC3m}w~^X}M=Yl|Z@h+>ECdWPp( zg7}-ASmti;>s`*1ZHrDaLnGk5U-0M-yy#H8ErmI}9cD9nf96fVdJGx88`2&?@HOW7 zQBVr{YHrfmqel;IZ<2*A;ub(@t1$4c;?xgCA@iNFN%v2QfFn~ zHdrv_-|$NR9mWI7;OVDoik|Jjj|C)=fEIN5Eij_bKe`8d-Ge)a|JeK2<9mDXk0Bq& zpZ{x*a1YO>!9bucLR@+WU1-$BHlIUuojv)xchEcdSNeXK@0{-Ld~^KUZvWBsUhlUD z{jaXQvX7>X>FwZ8(g%k5F+Fs<=1+*;bNCPQ5hr)>C!E#M(SZLR97AlNL-YOPpL@OD z=g^TE*VgP&&>txI6VA*0{8M*;{c{kXg=G}*mOexfng2S(okGex!5#RUqsuR^Fc+S= zyq{O6wfv2h^QO717vSdC0Sv=3gEH{1+(=Y!c@F?*zd#@jobhQ9B*%5M!VK? zL(L>Ib_Q6*7@&f*E?6U7K%j|Kg-~?=k+;;#^AZ%I<<3s9Jk!A;BG6%Z33MAhGvFw!Y;1OKKm5pqSN>G6x!-rC&Qn!^bsxdH*Xc!_TKwjo?Qh%Ipokw$%AkZ_ zu%>&sB{+))sz6iFVVa6OfGN7BJz&Bb{+A%OOlkjXD5t^74){e>>u}FJ&?V#ZRfT~w zc9}F+814mh@HQZ`4YgcCQZjf}r-w7c5S z1W9X({A^J`$P6rlaLvt9mz>p8BYiIF3ICqd6C(nTrmI2<^2PglF+MM)#&}WAn!4&7 zk)4T~)@lK%pD{O~`JcZPqkk`#JES)>KeFdlGso+q>1RJ0yg02tWZyl`E*{=@+C#uF z_y$64@nLCr0W<^5t1H`t^%p(Jnwo)kNQJE-#{dUfJ^JkK_~^6j>6XGmZ!=zXB(p;0wxI?m1t6!ZA zvNt8@t}Y1_=3jGBgO2biB3d5`Oo#6b7&zW3nR0`d9{1+fC~|?HuPg|m4EWCivEePi z%Q`MWPfyaxEV3I9$XHk1Ea4T_?D*-_^lsS1VLrV7 z<)bgY`EvKm;lr=K{OYTR!a)lFO(%A;00<)&jh8zV`EM^1LG8>io~se|2r1!4b^U&* zYYyiI-e#zW4-}^?fU#pGKx6Z&${(Crb=^10h`hN5+Y%-+N2(U|GMYFN?*~9Ab(OW)M%mJLJ`XM1V0rhdt8fn;ZUlwd}qw&dg;y z`1Acf+PIiCKfLb&MBD`Nft^kWV78kK9&daYXpj`-L<927F!S$=#ed^c!KAOCDXQg0 z%IKf+d3N_58ew7xP2&B^(<{Sh7~U93T2%+PhJge5l8mlII~U)9#5F9<9Wi*P?KCc! z{&1QHMTmk4T*y;GkTOcO=p6n6z#T|Uv%{oz$D=9axc>B)(_)nip4~x?i@Uv41EjpjX!_( z_3)cMOkhzcr1s~c@~IRJc;_K3J7}ZbQB05xcB392xFdq6xh_=4woHuSwYNR=P1a1R zMPHf+5xzX|zk$h}Sen$Vd3bb{VwGY9RS+z@u0?!l=y#o{9{d+bm+Ud|d|Axw+nlc_ zZ*3`0du|vHW9fpDl@&RA)oxO{L!@q=2uk3v z&H(728E`qoBXkMazH;D&(i>PiWlE84&GfWxLCM6dF0!$+?5);daw_r|AtWF&M}(I} zVk1-pH?cJvlKIJmyj6iwDZsy* z-l<`W!4VQz`-VAcc$mu;tBP`OLP@h+jm+*~XXLGoA$j1Usmu+TW#1bf#PKKDB^VTv zT#_U338*5Jz!w4sRGbsmldm6=mJGtBfs)#^kqd|)#X$GNS>VmE&mpL#VROJ$J;x3$ z8dx4|aW%xzA^l_lVHan>Xv0(tbCj17j0~;!o%!D6jm_Y-uZy2T#xM6l;T;Ph)D9AV zSt1enR=Mn8m=F(ceN2XD6H^hj2)ou}XKT72>w4=32y>HRZ|$Q|iSp=q;^7*y=vy`t;J(-Mp{sP0RP7x)lJt{d(+muq6^EvpFTtQ4RRVGt+$z$`2=N8enuIk`htsm)ZBN6N>kKdy zh$vjY_&*?tj_S!3p896IC@yWtKsP)ok+bK6X9FW9O(ur+#n28X9nQsaW@;+I%y@Qx z!`WFi6b>utK1tz?vqkz;T;vdxq~X~K?O!fHr3DT6(qfY_T=SR$nMg=ufBcr!keC6S zJIbp7^7ek7+pD+*9dq-!v)~wIfKcg{1mSMF8B_JYn^^}Ue8gl zZv=Xbm$Zb;lOoik?%=Yd%M+gkIC-gb$SF*>UOa{MNi5zX8~nd(|NLu0VPt<$Cno5? z(~weX%J)fV!8kFG6gBW@_HF4ww4Bs+?1;isZ?Pc%wypjqx5U;9|L-IZDRl4&ME2iA zAwCs}&@0kJ!e3nb0{@So5`$>Ikgi##)!2FAY(UovVHQ9l0I?2}oobZ5XcYF`2((0k z5}@@+5E3B{yu6~24$P5bVq6f8TsSvm)am8Z_S?fliU~VT%>=a8G?1Icd0nxb{W;(CBUJo}y^Cn1&?vq;uOlh|t z!~F1A6|$k!y?Y9*-)3RYscnragi|BOeMzY4H*(R9G-UC0 zqr{vC*<;t{u+&?B?E#O#iZNrOdx z3tg11Q$&+}hb7B$iGI}`)?anhH?c*thg|7YMUy2(2H+QROr=b2R7`1&W-PP$@`?lT z=-_>4#fN!THq8pu*FkHgGqbC$YRFl^+GnYc1Hl(PtI0&-AjKc+3QZrw($mwp&=0B9 z_Wj9pDpi`e4(C@1N;%_md)HjyrI~D8$yJ-GfgM&*{$-oR@bEbEKnBr-n81WhT9jB} zOMV?=t1i)Dc{3YdMj=t{JJqn0X(Sq-Ps)W?+5Fx-8EV!#6{)tG<&CC>dM3M^XYn>x zpw#_3mGYxjm9l#i(1xIppq!o$%P|tvkzpb6%g^-KpeQgF=kl``?p}vUm-eY;Q*bkpn;Bl%-ewo-$+Qw9@6tuPL ztO?xgAk4Jt#D zPaMv=RzMa^t9x+s{9vYQMFJbW3v29TUBPUSN})_DVz_?jAE;@g3!w!*R@)eKtO^eDeu~)5+m665?rcnA5E}f0=wLjIzp67V`4M#kX+q*2&V@wfQ$f zmp}CE;(}D>ey+4#9Wnsyx2h|A{3Q9?kTrUUoTJVOqxZkm^K=;j@4oEx!Z|{Jz(eEf z=82(sS72wqs=Bt7jogR2x+Ve&-}6$}{k}C>@*r&;HgYlDW8Rysnm7Up9`<&emWe@c z7Oiz*7rXPI#dsmNQowYf!+Ql*yrV50JlHwS82K-BJOAit&a`2l&hC9+ zSUZ32^x8Do-cD`oHtdX%-NWo3Sk5E7u2;+XO52&O!!~CAx&e|g5_USh@D#lk`^m)$ zV;(p@*UEMvdNcXyb2KIUY_tB1_{^__=im0sOtiuUF|Cgnri2d^NC-v!-L(u@8&-PN z0lhG|0}iNAMuI&n9kcA%x;YRkY&{38zG)8D;Y?2J?^<)`vPF}Vh= zz~3Y)-$GzyrWDu;7t##46S)oy0YYVz<)6&Q0lIX-RSG|}kBO_Z{|Rgu>9R|xo4(lS zbxa}lgIGpT=|0777RPo7Nc^P~0M|9s1u)jRDR}UR3qWNJVSpcg`NiPD7rtTu1E|!( zK59|Z-@BI->|e#s+X2(t>g)ubLPwyxQcTeyV#RUG0sY9T0fzxWoTEcd_#gJhzSH?t_#9IE6 zka+x@hwh!imk`Q1%Q^q9{Fi@0RJAWUyP-D~`oVRXyY`~TxXx(d*jd^9oc~Ox20q~) zgKKddHoNE*@J6>A?x_PR z9(I<&&NrAW&WLfyee`ixWfPG9sGG%QUnc}A;BkeYq{h5A*EITR}%u~$7!7}NxVJ0 zf7}ZX1b=xz0W?4l?0ZRKeMyRIv*E(1s4DH?%sYEwQBV?92`k7?dmdoxul98vfR*3M zlmrFIZYEwgxB-4MC<;oVDq)4>Nax;2y!U=XDvZkFT0uc_yqPy1BcI=p3Zt^PR#1=} zuL;)Y4na75`z81g4?T;_*u4BW{q<$NWVf|L93b@F@#HZKe)2hEU-iV6Z#Ju5ozOqsFLVH%OUkJloWGhK*;*#?7Y2 z4K{96VEjle6c(6HKxMP+nn6(YBl;KRSrlqz0(^nG%(F$G**~)?2|MAvHrLyr^)ITD{jfx&zklyLSJt2e!MYM={8YFgOJ~xBuh7f3~hB)RLdR8 zn(8W_=gs$+nZnjJB|D?C$`@A;Y%Thod4Y$h%vLFz?^maOjnZ_4i9>@|+ut29_ff#! zVH{bw^_%Uw!m61>^WiLo9D~QDE#v~sP|trG43JVtz|Mc`RQ7%m)DMICsOcu7`>vU{ zsf2IuZ^_HfP2K&;qyX0UPV za473Awo``ptvb~h0HS>RRJm_leD-6F*{?ZAwS2NKdN&!GVDzOo@Useh{}wv1^Oi8; zhL5ESuiGDrTXriAA4?Zrw@+LO7CUoM*sSf|UOU{%+L-xpfHzgz2{0yS%Lh0g}OAWdr`VOeA78YIZ;GqFY)wURE;x-a4mRJOZpN2-#gp;s?XPiU&EoR(x; zLT`vLaFcbxf)Sscz~6FkxhR*IdBw3HkdwG^{UL_olQEdC*p6C(%COYgvI&Y|20a;} zXD@h+Lu)k*K1G07`Khl4ebK*zt|ROL)2_SF?Y33A1M2=DOP}6aMjv*KDIruDuE|ULJIZM zJ(TLlw#(}TnNWv=&O|#pQ_Up9%M+Sx!T2VoE+!?WcG(_9!%yQmFuDJ!PAaLE^7gR)5+a~3q4h27`OLic*1qTcV`X+ z2HZ|g>nT`%*@wW{EYD8*C$b(GyK3ebRbfbW7F?8?CDb&t>qoPj&5B8B_Q=o^Js>E| zC<3z$&2i^3M`KR)UrvIK-!<^;gXxUpKJa)4y#yLPTdnP^f(6Apz*r3NjmO6-)5HUG znFtpV;Cm+^@f}z_S{%S38%^sG*$`suNn!6jMJmu}N8F@<)Z&BSIYfY5G`4Myfhm9h z(})RWV22&`?@F1I&?*V-X@*aGn=T6Q42&WYDKY|N_Clji9|^MVdA?}qSUaE`bLsX=r= zbY3b*NZ;`OUFMs5>l5O+j@6rEtU(yGhWAU4g4719hHNWtH zd;KPcj}Y?tbXuI5^P#}k>G`A0eR8LV3|MN}3nxT$%~bR1swaCOsfYAD%^^_fhvp~= z#GplZ+I2{{&vrN(NrEC$_z;u<%pQy*xNiWwPpj-ihoQ(KU?A~?QuKXTW{FkXi@HPd z5!N&E5`!3iV%}@|!w!rJ{ND>8Id7QCiU%A6&SZX)q@5j?*C-2MdF_B|=Cl#7HzGDK zjb{VD+E6T#-h!j&poOlcS7>F?o%dBn4l~1)?8cWiPn5Ic$YxgSmAl%MPS}W?2Y--YaOXS^FXo1&AW!t4TYmuB&jNB|2Z~ml`w(O%KY|=71+tH%+!Ymp84EZ# zBO!r^8t|ZYbRW)0u0Ce66%xJ_i!u55qVReF+gpy+oiW_AEZ4i?#5-1vz+E++T0tH) zVi<}>W;AHuzQnGn!{l?W`b;q>^wx@g04<{B`@VPbq>73?;A4fpvY8>CK&DK3%Arkh ziUcP)I(>-(6zfa;5&GU_h1OG~fOW@R+5cIr)r3u?e2*kRaEc1kCwsD^CtcK)P2mwe zPTgp;($h~6!ssAc`5}1>_kHCT5q8h2!eg4fC&4~_0nFaZI-Fq}yXXiXeM=jG@S(ol zV&JQGi-84g6&*A21{a;oAjsgR6cgN85Qo<$m5Pj4xl78iB>lOOpSuLqIWoE79FAgD zls`B3TE`kARwh*K9Uk{&`{)8O6WRCn2YP75*C&$+sy}5{ zBm@XWE|VlhB?iHt*mr7f41Uh!GMcZJH8`@uJo&K#ZqNTQ8#^x6ZkatlOzRiwa;r~I zr9o{$Ynq7rB858B5$xR=p+DJ@T>d=6T1~=taZY@!0DbSZ1;SSv0PP`x{m|DW=7;*k(SP z7tRy0>*v`h2#ofF+fVskx+4$-AK=l)kZ;t@uypgnKyV{+N2$=wd4wk$f2$rcHHJ8O zlY_Udz`79reVw{j*HQsMZvQHE1Oc7PZ+yJj&uuUmtUugqjxtB5@(u_xiDP2|xx}fF^>s0hfJ0+&mo&X3 zZrtRSz&g2@Sh+>1TjB;tBDjEJ{cXs6Dz@0~K@bIm_3TkAh@N7aHT2{K-2t=f5RO*P zl~B1`z{$Gs-W*b91}`=Oi^sWhhag~~%eAZrx?B4#M8(KXyIofNdX2lNM5qPZgX~Ap zU6WKk^o-8gQrp>@TBGx_dBUL#tu=SqAZD{AH+p8({9N{!RYqDH!{6989LVL*nEerF zWc?dyngc5IvH$=kNhd^xR9*5<>>RRE35uRNJ;QM)8Wlkhj!K2wjS6*xQK2XtHL~j$ z4TFVlByW?!W4^fZwJ~r~h;k^6o71_xp>TOkM*6>dDU&I$rG4V=j;^xbgI>eud7l93I2whba$&vu_4jSqtuL2q`d&>uv0 zNJP=q4(nlT(seWK253u4z5s>(EeEq1>>l_O$-JwSAOlPvhFcB zfpI%JSE&YgPT~f5B&c?{&4~oGO_5F!`-H?;BgYP%-wCCNeI#H<%gY+ysFpr|Nrf~;r4w^@pu~G6wRfTdLqLF zbo9i5!kmPFfF~LGdza{81Q5pxfhnQy_=2Ev7zxBS`&AX};XToZJ{5z?cj-~vaX1h)v~9`1U5CqK-oSHfaLeIGp0)+S=bJ1^VJo9h5IM_^ z(m4ALrUz(oP(rd~g;k1HC>pVzJZYj7J3V-9Nr_+uE?N19!E`6LQa|cJ;aKJ&>Zh`;7h~dF2Hk03?91fHmvd`1OYG?l~S9JxrtrIlQ4K^fvnrO)|9AM%!Iv>);yq-5emKWVP2vEeN$${|ebMU#Cm zyvUEpi{R15HC&YByb9&7i+sX{YWd_zqnV%?+A0mQUm$Bb^C{vki0!enyvb(G8Q!u< zw^H7_H^xi_hY#$O|MobhV$@5L1+#a>cA z5t^kRB2t?p;KMt6LO?25j{gmjhGG4#)s5xt?L}^dbnJ$VOTuu!@&OJfAPlmo3*3JB zgt34vQt;*NutX)!akU0@h54R?Bn+G!-E2p*nl9-z%Ai*02Y_1tHW1T);paoz8v7bg zBPbhLmBS}a_^G|l*7e|ikc(zj6PGXE-Ec=*M2DAmy{7J+Y-dMrK)599IhOE&^OkU} zHcr7jI;>;{gWf%WQaj(p;7*WM)~Z1>b|TMRMDaAO_4I5(#-H#MA#E-D&c{M6Ehewl zOG@)y&VPpI2~3D}lJ{qsP{1T-MWpsUobKez6wyWgTJ58Cy+FyvM*3{$F&`)i`oL~0w{n?SVogR&xtLMD@Llp5okE6m(rC}`=ka--79 zpsufM-CBnV|8)}z)b$$EPif>QDx2gkJopr`fr_%$Y9fvWVWu#imSD;)x}rBVGrCHn zMDx8}%pf+7RCQZp5!IDHEF^f|w=sn#>G9x;t+q`7BwFtt8?`${8tC_4da5)ms!wf| z@6B1H+)=g)9MAee5VGj`voG&uzFODY3V6g!XyW`9YhH+KXVDS-i5BIxJ>kNWmKZGI zdnqD@#d$cRT(nx0!+O5-g*9s*Iak8hy5}LDP1ZHtVZc*Q0>L+Sec-ryuct&?DO6op zN@|MW*mmu$p(3}NZz@K}oaC#8xYIz($8p#_TND400IX6znCI|fp#FxClkR|boc(dt z%xyLuE&|6FrwAjvGdGwkL>YmN{<}DoF2Pqc3c#9f^28j-nQ0X_l`k;s=M`95FRxlU z`JtEshYRK z=M{Tk%_moHmLNqN&S*TXjVz{cjB%K88jED|sQuTNHqD#mD=PL4r+~!46lpq;jknkY}J#K zSCCVLAH>j*yK=wyL16eUFI|EZ5GmYnyE;LyS0jcZ3KoY%49NI=?xqyOvSAF{GppW`E6bWaVOL`p%vDFy%>IQ}(bL zvlFd~R$eBCuy-A67++}SCbqxz%;a<@j=cRE^nK^f#lG4zGBXUe!9vk%o6BY2222~D z)?CQxmaO$Nhzs|_YW@d;(Xu9=0-VxW3s}`yHvsMgS)Wm{ykw_D+g~D7lfV`m{efU3 ze(Y1g40~z;n2d4}b6j9`qka#XV);{9nOU>~HnE@ti+AfK#eL~TB}dwBS^q{9ZOzIe zlrbl(oULa6gHZ>V@lS?5rn7YjL}P7zAVRuW$GFT6zW{s48H+l*SK-1FS1j5S5GTXxx>Lcl=zBK7z3Hssd4@* z_%dMiT(<+$==1_VC><~aD!{h50YLAgB~a96JqC?vSHAb1_Qj{<;W9gb|S;Tk2fnY#H*_=O{h;jclz-m;=HnTWrbOM5kX`> zwGlpg;fOq;Unw-U42{3yvB}L{5AHp0^DcN@+7L#R^%gkx)x7H!wktNc0!ztZ&;3lB zC;{r6R!WHDb+8tJgDgFDXVafv2EWC2!@l1T2)l(#_8Ue?6WTSY$y#p(rU<1996m&;|P{?=BILX~9@vRf?p|JntZ!9e-?#Nw; z!KTzymS#e}Whh_xV^Yq}Ryt zS7AmP38h{%lj{Untj?Eg>(qjAu6wETjPHQvz$^r02*vo3(z8Ji24a{f8tA^sA(vUM zV=kUje45o9!z;<11if!~w@X|mRo%h|C@S7jD3376Y9rCZ-0ea%E#aE8eDNNvP@so3 zgjrE#+WT-s2lCd18?+yfkxZ6lgR@fl3UD+a!~4771rHF zBAN54w9JUV-NENzriKVoG&&?}G}nYKTFu-low0IzTFZDfmQs59W=|%F398k$TRGqk zRdDRB)Q2U|te7mg-uKmQYkLH~qqfciX%^lx1BMcHocsvU;;X0jXRozxnj^P0@dW|d zh?W-w$0?+rsWiViGuIxfw8t3m0hmq7aIfTEdaE)#s1a11$tF1?v&4)nlUiKBbFxdD zi@)M(suki!{g+5+#N*p~eO|tPS_!HU`R8hh@g+LH?B6?+T!B}XkzaLqb5_xC5eJa%96)dZ-E7~P zuiqj5UE=90?GC+2g94!7tOg*hv6cXDL9z$cvZ#9@SALiJeVhNaP6CRgQxJNx_11=< zDeFqVa;u>wPs(NY2}VJ~O9qUj7!DNFXYJy2_uh ztnrrlPiUe5sSOH<3TVuTG-JyWuXOjlC zuLsW?Lxsh!HF6x+u!0qyb~B3?>}#!r011jwrO$$EIfR>oA393vWL;vvHJjrqb+kklC@C$8i#6+^X^mBR>KLe2 zyQ_%q3Cn^fq*Q{`1i+-2BRtMmO=0Wh70U6<%24p&b4+=J0co>@8o=feSGs*e!HcC9 z(%RLH_6QR_?Rh2-ZMUrELHOnfIgo9I0NzuzXJ)QVT?Oh95v6?|KttiS08qk@2=P1v zb)BZ)Q|`q0lZZpT?(KtL;w3UL_kCk9E{ZkC?+45lR0eY?@YUPp=JCj7?ljXYT`axZ$YFnMr_FZ0sy zcaxd56LG6yXn?vNx(#%q!K@TdbrZcYhMfnlBDsZjL_24m6O3sm(5motV0BBu8sUC# z?0_W7*0xH<8)FEp{46(2i^%DiPFxE)6JTlb5k%ZWBH7#+9Q0%a4-P5CgX=6TOCYW2 z>ceLhJ4`G7rE7H)T_m=&D-i`ybLDD>Z|w5a?u8VtbT9C%5{*);3(}Um zV5^ctfUPWLekDxa64ru3zuJE`QKkQE0u0+al-(Oq<|(@uzSTB+DSZ^B6)dk__|8YS zbxh*nxAaSTBT7x>mc;sK&npRfXmcP^{z`4`N*lbDtmDSD*Q0GlwPe@3))0oBm(J^E z3CW?TXZ)!@H-(W;H4Uu zDDXVjU^{CMFnS$!t*)wDm-jp_i?exV)sheNFB)jidWd3HAC`Cs5PP(5^1;GGOHBSm zL0GcD(Sk9$mS+eugK!)}*<9$N@9#t85992I{JMnxQ#c9SLW&g z&7a4!!s4K}?=fv<&>aH&*uDC=zg3Td};ic_Vq@MR~_=ryFC zYAlJ3Kd3hP-lxj01mY2Q=Jj++5?bf781eOdoao^tD^bIKq}-uULf@j6f%^KS_Hn)_ zF6hGxG?m%aXT@A$SFgMiV@u4)Uq5=Nhn^K+LH>)yI`+f#i{tZ7fdSs)gG=BeSXa|4 z3QEb%Eg<4AYTCu(CnJy;`tn0@Iwe>HxE5DA5bTe>Ac%YBJZm#bRK!5M0jq(G8ur>} zqfUKG9YcY{bu(RKusk;s48%tAbzf^L0$02H;E|@v<|=se=7n%CDE|L!=!rRt8L^HI zsHYz+5}cwZt-nn@;8-&6A-)pNLP%;2(K*ykH-|j;VwwxPw0wd)t zisCO6?=uKs8O1T7VvB07IEuvaP&H2 z2U%UAVqqed_C#d1{S%VdvlSrysZZBW6{OV7EO1O-Fj%X;xQxny-R200K{y{9nZ(MD{Nb&A-%Jbh$YpZf z8%h2Gh;3CLp{12Fl08*cR;X8N5pAzkBVd=0JUcAA(l!3SAtnsQI2#QlWs_xw2p(*q zHol(Q21lRWZH_(zGeW4nFZ510-Z5-m!07U!!k4;9X2IozmU3b!Cx|v^Adc+@&z`?b z;F|3$0t`1>s+GYP*TP)6JK9iLGy&{cAq-rSu{(sWjy-uDsYKJD^V9?=;U%QoLC%hR zrwklC?x8d+0L`&+?&Ih-EtBx(UR)~06pb%BW9(&*{^8IQL^UY%1Q(&;wkIoda-0+K zxS|MSuC9{hd|{7Uz?@udkMC(Y zTDT$!%mFfsYeJHZ)W%O>jWQi(j$&=qmJNI-GTW1&WRiN1uL zp_G*9$x2TNQOjUP=~@UgYPnRYm8&|rtC7oh;y_g;$C7G}m8-|>q-&YrOr?|flPo@z3KR@d0#90$ z5QJ2Wn?gy=;#s6rh594_Ya5&cWRSg6043Z=vvsbW#{f!GU1*_+xXjFxhNLc6P}Ic& zLB1%|@U{qAUet#6c6VJM9{9s%O<;1nAH~hZTTQ1h!8^l=h{{AMk>vrxBKq;Xx}~;& zttkjC1w{p)O#@CE(Ckq^cLHhIgI7uLf|5?nJ?gsoBWVzOKkLa9NJuo9h&! zhKvn2I}#gd2+?0t!xnS#4HgOZy;^ye{aowUr~D!>r*J*kr|0W_wkvPb1JGEeim0H13coR>gi2OwWYUC@a4yg62U%~JF+9MN>uHpzey?b-@r zIy%mm<0n_eJ?&3tO3p$2?t~^ zudaF<-rJ*dsAuJ!M>j){T{rauZk_y|?HqlceU0H#IDluuiH`1ef#G0Yb2VbPfr(_G zzCk9-;o4@^?w5y7iXyeNv$=8`4-Mc4`fN-VdAZ()`Uj|CeWqk-sq_HNsI0pFu; zVmIm{?10>ri>RrX<+V>8Elj%|2MlK|$d{mxq^e%#>M7R#V*~(`4#r1TeW8V1D5&3A z!=jpW4}U{F$e#6a1;Z`)1zmQs>*Kf`B#KU+zgcq@*a1en!c}ZVejZpOd<$k2ZFu2xT2?jPih?ahm#0&(QS?k4mDOQnMY;YsueL`dh>??riZ%{)o)S)S)h zcB5#r%X3H|!543ElTmfg^4CU&Y28AD)sW=Z0iOJ!*KQ=k!QTP3@@=q9oJT;}&J#iQ zlsEyNk7ASB@TFd)@k3qgPpKkN35bYcUT!_(!|+)^!z#vzS1ll3-Yw(*KZaTQ^ojuoxpUOjp7&1)N{Zz=Z8Y z2H=g{+(0=05EZSb8(oNPjm8`6Y9_?)z3(#@uw(1i9@b5+H>|X7jaC>8tE!c$@2#t8 z(G0YQpz!17O^O0z5hWtuw7;aXHGNzBJCWzat+R6iij`CUydPP;^hpD;31dw2;$hAIq5HIhrJj2pT=*JZQCtE2nJ?R)frCsJuXp zsK?=in$tPIrNdmV|ySRgA$y8{p1PPo>GlEPoG&PR?4o##3%ZP&@FLP`hKS-R zHA8evd8k*58ZvbvL8{;~HbRNq?I|m>kP&nAsc&hF6nT8k=Bhqgz6S5Q1_Ptn$jCRo zdu;#y6NMLO(syD^*~zs%OGt2#*sN~-gWC=DL%yzD14Kk98^aNO5$vQalHQ9Zng~b- zm|@V1sVn9fKZ)@Dgz|`dm=}4c(T1e>QAhE7?`w1rpML*?TGjf6eE)Ne;IfJVxC;MyD0yz2NLk`z# zpM*9m{`CX>F1l8MLfeqsMW5Tl0n8zs&_9bs9gI6h1s-XafZLxIvqk~UT}%m=4Y^X3 zfr5rdV4ew{h?J-xtgh%*T)Lk)v5jLiZbPD)yh+Qjg5uStF`BegP%|59Q_) zt>BJg6m*F8HIQM_fYZYG-V(eB{4)7&l^Zb8&AtL%pp6fkNL>#74w?cZ?wSi+-a*)$ z-jt|Twhdvp{)D(CDq=43v8M%pS{Ab(;R-^f(}D~_q?lc9f7;a*)+AlFDB)KOJZ|}8 z5JD1<>G+%y_zt#LoDeEMPTpXZAIfvqob_cAhB{W75^3`3q=%>l!f}0`38wokQS}6( z68=mqzM~2@!s-SvZoL^>-ueOtpMgV3oKj=Q0K{`Il|5%j@2&K-%Dmv|91J!}thl~Q z2~+3w%7xsqGvH3SL9bO>pz32Si_gQx21RaE`OA6wSrbwtQo{!?tlc>P$I}#n2Y76 zcTgM*>(eN=!l+bXEG%Up*Jc``ET`67TAn(3jmeSMpS>1?=W&Ry^kXf8wEt9_h;kD~ zx=+TeQE9i^hHe=)9MT^y89z3B!15(9G%cQZrb?k!k@p6ISQqH0>zl#)O#|BlJ->Kj z_}KHLnuITVYhFprP1D~AHA_&-L+~xQT!qy&@PLG_hKHlqX3*Q` zRcDDd50-V}*IzdDPzGS$4!OsaO^f#Gu3f4h+&6j4rV|cG_KcfJD9<(r*Vf^?DNe0b zW^QQ+=8@lYtnP$y-ukHBNf>MsT`&QJr!Bz+A#znS{$vjaw|X%k;=loSVN!ce7Z1+HvcSbwuSBZK^-|faRV+?ZtE{= zJjBcV%BHx8`gTOb_Cuy8X6F~^&a6!1PF`-CZ?sK~rS=ZCChybedKL?)(GG7zX6Tqw+Mu>WtC<#cN68$vchE=HPw z;Ks2_)fABUC1W|*(8;N24zb{lx^iow(e#->l3h9EM>~hb&%jb1P4mzNUAYv*vdELg zBEPy84Wx9Oq#J9r0iF)uBOz9m?^IV*yO^l@42|%;^&N-?si)R={!^<9pB`ANH&(fW zkFLFFY+`Mrhgt1t6E@lR1IPXDSY{mFHxU>TcGw*{xF+D zcp~Ty&WCdsK};gXB&wm`hplL>4E)NE&uxFXrdvI0`V9{ZNccKvILuX8GAgL*Ap=C~rtN zdTJynAi|Skxs@Da&xS0c8>GE3!`Qcv53wQohbAi85SmBs?I2!~XSG*05K-juhL~0A zj%8y#FS3$H_v=}Kbdwy98*+liVC>n6*XqO_;ya#;NhX8P#2N4 zPha~lW0x+XOl@P1eX!9e*fAL@;mCo6-wZxX>KUoDKTP&rX)``AFaXvE(n0{f&?~xs z47)o1o3d;v3B_#qFXy)$s2r%zzrMB|g#s7C61N{@^hJHC-}33?ikp^|h*Z~DLwC-u zhM$Pyh2a#EwC}5S+BdYpAe!@XhPQ@K&A6Em!SlR%`ttP~O@B<$&bVGkgu*BSp}WAs z!)do(V}g2`ARL&j%q&Kn@RQyf8pC8|fBymNGa_&snEBptIGWaH&0y9{Do_IrN5irx zffKFFsUGGFbERJt!w0+fcZa)Q4DUZ2^4LPb7Z5kLq&&ep)6y_JIsKhilN~Uq%op{l znlyvFnSXG^L~vH4uv?BlUx1_$15c+0q3Tl%%q}+a#11$p z-9W9sF#tF-?EPwli+@6y*_Y)wMxnW3`-TqyLD*PD2NH|Jh{;O)n~;4u?YzuZKYxaD znDbG@qiI!>{G34=$e=fKWV?3+H4KqqjMGlN`sDi5z}JdsKSyP+`inW-!Day7KY#W$ zOjCiNY|v1gn~Bx)w5F$&k%1RwtUaCP^i(3)Y5qitvBURL`{rD&-j#Kezt4$xfvqWv zuXlKi9e!uK0Wke_0sRxaG=ICbwLsHry#+LpIPzvG``xQ#?{sG#9(JCXlXX#ajv?cY z>9pG+ReYy6cvqKIxAXT-@3`CfsT?orraoN`V3XgzedSzt!>K6#{u9wvp9m(Y>ep)` z2CoUzisdirGs7T_YIBQRniGR!?N5-+qALHn*t6BLY$t^@wx;^aP&^2(Y~;qpklCmm zVxyWNP-k2MvrTq`B3hk3l7L?t-{f(z14@LahM$KJGlsI_wcBzk-JV%(5JlnSx*5CE zd2Y`oP?8K229=T)6|P`zjmOQU;3m(+( zK9(MC7gf2e%)L`C)0O$-Z9*`IlFu!I85=%rKMI)b;KhIWG7xgf!h^(;198!y;q@Xw zfZQgaT^lG_y&`TA`xv^_Y!DAIfJa8oujg3BL@18T#^%$dN+G&A%H03;5)1;OMT`j+ z9Y@y9+JzeGccWwz1QNmH(h!B0-L`nar>SeuqAy?lqX7sbj>Z|q3AL@wH~rM?`ztFS zw>U4QTx$_FI|GH~c|Bz*{Zv?Pmh&iXHob@~N@h4%8jugZTxd%hS1Li3 z@k1i0GVNCcpV-UW)%F-+I$8-vcyr`X8!l9$n4W%cgHXg!EH{6;axYRSHM1qI7Dosr zr~HD^RN{e3d9F%rL{R!fKi&6aBv7V7$%oc8FJ4Ju3|WZ){&-9w1$>cF4~UgKieX1 zD8E)O=0*pUG;>3Q!?!v6bZ)JQ{(jE#Qz z^wt4+GsxKABIz*TqM?|wuJaSP{=Kj@D_aX&sL>8vE8{yJXdMewZj}K-I@Om1&V{g4 zZdm>W&zygG_Ev@RrdvZU5Lb?O2FDlvp!_88){t^#&CS@!t?xIv)TAf5-{ex0a=G7v+sroe z?>Bp=$#;9d@vUadb5)v*c&(SdeWdG~-B>qay=kh*iMcq%+lL?Kqth0D*apNsFOYSl zP}nvC2YraSzZ8v(M&enwS_nQPqbqAm?n%+G*rhQSCN{Nwsbdb*wp|5X(lK=Oz zTmou(3?ayEdKYQ4;!sLDb<3f{*4<`L#Tz3k+_#ihlyIgxIdms$^%aG6?)FMA=+b}c z0P5PX4hCq7C5L{a8c)$7+VDTEA2BC^w#D<~N3I{TWm;<^OnQ@L=u^9{KtcDV9G2<7 zYxl#M4IagMPA@V%v2o7mhrq9`AvLUZq-4G~f(0a}-+5YBOHlg2>4%Vt`5Y|nQF0#E z<7KhjF+4$$&pa>Il!fGW-7gKChVv=B0gcbWyLb8cm$yIeeC>B{VH5zz*8%9|r$>Kc z*jLOh+4+3A@g=$At4&C$Kh0o0f9Rl=lgzytt7xD4E)M!yZVp0l0pmdxqEANJMJ~a9vTD9o6zP7 z!%HRaAcyEQiZh5ZhvY$k??4a6gnp2A#XFF}(SiR|Rd|v%{ht9o(LzFWhFU>_%M`A< z`Fg#BoY#KNQe?*hlxEk-!3>Fvs5%=d4b9*Y^0YqO5<$M8>VsYKufjuR>a9?xbN|7E zhe2^L*EBMv$pt9V!MBb>CZ_ zuZWdod6YK>9)i(!ZdCBU@JgP2j>dnV<2th91CU*70SO%Tc)T)qY?i&1_wIgX=w#hz zOKP`=@IA|y5NT*20`C@qfr9{_?V*1o<@lr?ui&A^cVm#`k-{M}6>gqF1dMz4xa08a zp=*1rl>^&nmZf8UW467nl>KzlZImoJ{oK67u&T&t$w^Xf22|z;y0vZR_5(@Rn}R5? z>LiGtV3)QjRXhepyZPkS*|KjmKo{T%LmIm6n6F@dnw{6HTkNWY&C-*DM+Tg-HZWK3 zwqaU5ATyj0%CVA~f$u=UQbtL$8PcEQG*pT34fqJen9ufD z@NLWcq`012^E<4Cvy%{VXmb{Xyk!eR+18J4(sGwF$?>B_3!+GNQ%|MKEkc!UwEHO4 znqEpW3-irzZj1|b4pX?m&m}FkLyYSQ6C%-~iubsuS@hTPWQ0$ZYxGRMQaGMIp3c_0 zs{Kmhk>_khCr6TvvMMp#f|*^K6Ix#m497vKwJO6R5t9Vo100tjn-#O#90xPt`^MnG z;B24`yq-Vn5ie9**Aa;JS=CuHUoA>Q)Y-wQB#k(kSxg4e%02cWBZr0XTlQG8BefGH z^(9{}^YQt!3r(@&Pu)&k5nRmOMSoDVG2o>* zdnmj|0)?DstcU2@8IQz0qxLjb2%Q2xZREfL8s1SY#BF0}sGJc;WNoES5%Y zW#FaNy$K!fZ%(mJPgwS`kY2_4N(z+(KskF|A1q?)gjUk0`8W~0qQ%mw%_ZYii%W)| z)fm6Rz2dC&>6>$ozawA;n+{dMyJVxcGH3mP2luUW*^5oB)|l+Lc6Nngw8IPRyE;Bd z-Ejj8BiCN6fZUD8xxQ^qWUrf-7(7~q6*dAzd3FZR3S7T8$o|G*P_jIG_5A0*NPrO% z`^}Ed%8G+rNsMAI&rB-7YOt^ItS5C_h*kTpoVcZ5fep2tdW>a>z#GUFTSr3htpvjh zFo1{aSFZyjlddsaiWh+`e8Z*cm5OiL@^}*aT(W1kI9)o=Bpe_LyhSthUFhQu$%zvx z@T`1)b(cMv&zduI%vj__=Gi*r>v zPaMf=LcG`v(EcgKW^75VqM@`Xb_jrTYm3QEwLWcUhn5B|NeW7MYpd(qt+@qA?W>kJ zX}4YVhKLl=a%H^Vv)oYjnfnNow4t$JP8reojCTO3rl zpP}}kPuQgOxF{deO>kN+z%z@9{3R)B%L(elHEDN#>v61sC}v}*G*uxz)$wr?$=N?# z<_*)p0+>Txoz+?jQ?nq?ahyXs0I(OW#NoF15UZ>jdRAztaao%2M_2H6FSr1g1icvG z#29Fb?4}b)?OTh3Nr6Fm8Iz!pGw0HWS5(fne8h~98#0;ezQtHivg1A1FD5Qy&H2PI z`Kafnt6k!+2$5eG1uj4lvkMmUDBS?`tNf6nqo)BHoVBN#`~--!KIBBm1mJFksu(&j z7%+i?O&a>Kqw{%e5e~R5?)Q)NLRQ_UNGv|S-h$nUgLth;d`DT0p=No z>+1gHuRHe*3*Ry`z*wFgK3Xj-nCvXo-O7m(#$Lo59~sc{)`gL4WWH}I-YJn zC3>wlZ)GEBCYEm6$}H92xxauK2~FC-=o4caZX4t*20Yn~CXcV=SjQF759g|Y8v^!f zR&&hG9|!Cq)5-Seua2$HdX|pL|2fXb7~X_(JC+SevlBVP&I%QWi1JWdNaFMk{Ysc+ z8r~IAT@s54Z8`1k*a+i(_k$6N=l69#0wY!hF;aA+T=bX-m_)Ku@lVFBBNzsf3njMc zb_J5in-H)~`OhoJeCz5`*4jsp9`>Be4mI7b<=4ACr}mRQ+JihwwxV7#8 zp>w!aSpWel2t+49>Ks6)_)B+)`mp)Mmx4&*faEgt?%B+|T9?D?x@RUk974}s?8PA9 zp`E;SW-_&o0VTcCo+-u!%Tgf`yqn=C^`4FOnn|7J{ok+Cynz~WYbVHCC=0Ewr$qyl zj~WPWyWHBBP(>tNt7TJJ)Iwu=++b^8&B1JaLOz47)2B45=bAd{z0}lYp_+HIsl8MEwiw$(#Rg@#z`P{zD>Db4$|Xdz?b(mgtd6^{ zYDvr_X`F)Ll~sVjRQef6;fhehoR4fWXa}G`lJ-0FwJ33$Of~owYGfkQmvvz#ohmz( z{&?Gkw$(H_o?7^SPmEp`bA#OPo-$^O zC6l}5%rJiCd@90id&oRb(%KdtQ9N>AirP{vwt`h*+b2ZdDDczUNLXzP3a?FjSRZ%8 zjc?Co*MhL>=1U2E>iF7;r!(?FjL^+Kvo~GMCdI0a(jDm8P)WB=&E{DKMoPW*CFZQ- zn`qt8ngwji2&c7ZaW=Jf^w=iYYytd^%=`}2Yl7BHZ~ z2%oV@h=wSI&dvtJSGK4@0?FAjXh*$fdI0*cqs{-L$8BqA#xGopRfQ2x4HJ`BlLZLw z91jkRqw=Nn4p#Oc|E@S!lA0DBAyFr*Sd#;X$sCpK?A%DX`JgJ6!*}!IYzJZ%?d0$B z4?8^g(A(LvdBStDCTdlFQJ&>ScuK@1%7$EhSPqt89$_mFz(wE*u>FCzWD7J5U-;@g zua@=f-`l~yAUK>6@)l%D--j4&i-K%L(0qN*!Xt?3lrPGw zd^o2b-!;RsX^eC;ynp}UH(wAnKxS=J*I)q0a3UzVX>186+hA)*QEFpzf%Hke)36a7 zz@i}&IQ>W>qHD{PCv~+14uM)fRvT>?6}29Jvp6S=M4y4=M2%*AG5 z5)!EqNH6@@%KEN^Spc{y_fX%o%L?wQu68c*Ws9}X`1yX~D}=YEwhy?VmV$>=z|T^q z>=6}k99>iJ1r=0vJ*OsL3W-)Tht#iTu0Z-UAEVa3C}t3?o@^4sd(KG;_OU@Ydx{j% zVMPo3djxkFIR@t$9Ow*gEqK*J*#=8St8xm&3XM<9mkG>ZVKDMT0S+N0+L617-~rQw z&HN4{+akK962riM->Pgd=A!v7JIua?Wqg+%+j`F^vfiH8@Qd?eI<4UlPbaqUq5bQT zt;|;n__I{RIg~&_&0yf=XQWQJx6NfmvHR9s=YnpcU~ge8`dO%Dhs%T-smDdf`7#{{ z&7y!9*fcPf2UgF~iRc1Z)QfLi6%6Snw#9I+G7qI&N9kt7lpXBGR3cIw$C5aHR61}a zRIsOWmk#KHBohjqYE>2!U%xi$N?A3_yc)w=-$q)39fBi{~IQD$fl* zr$>b^+YV=SGP4rA;6|8Ln!^U*CHEV19D7XvUF4W24O!xmEZ|JxalSn7!N@n(^XG}* zNb70m+cv*9Y}bvwW9U2Soz>9=Blh#WmTrBq)akI~a>A=|= z+C2v~AznK~sqm(^v^Idvjn1Z{tato65oUV?onYjNqAeJ%Xj_>4S$XQ>y68y%L%>u_E-X98|fBE)+`0iQJg^LF@DHsr^0TD&IbDXMgu@W*!#_}*;?bqN-H zX{MNn)&RNBf-pR!mW<+F&h=w=RQ+iuzyc_h z@(J{Fa^$^lh;ooSmW$Gv-lce7y~FwpwA@-Zy=(RbH-xLwM`{Cewf^L8I=j5dXis5J zE~e*Qc02t}@9@6lugRh-&n#*rz7Q^4KzL9=q58|~7p=?#kDu}aIt|=SHVS6BASITqLZnF(d zJ6hIxmpk-c)RNqgClvos1VVB46y2qfC7R`!xeu}590Rt?Ewl-o9A7!{xGm99&$?*1 zdez%3)M~|jr10-&+CCPTW~#1kh=gz#((=W^0TYA-;zs#ZLW`xgFNvb*`3fRK1VM+M zEW5issyEW^$HApUQ}r$-?4ntLp@+Ev^y-o>2+@M!KXFc8T+v>3HG&5)A>T>uMG(M5 zA?US#pfYk(b_?FuGZVupG|Ik1IFFtsO4W3TG&KPqJGQr29F4Eb@3Q-GJJC8tLuiqM zp$lS?>7p%S(54=B&=rqD=FL{zH3N`qo9kWk-GJumA%PM7zH?@i+s9!CBOB_t6r;TK zI07h0a2aXRonP2AEwEWdWBxUWvPQsB78QP_9d@2U|OQ4H;Q$P{148fF2NE9D0EUn261H zd-6Vg)T;Bne}7MDeIM+dm-h2>!~_vh$@g$1V$^wYMHwkZg~d0+8hd!!3^KwO>`rR& zH|%bfFW$Rn=ut-g@@Ol<^s<>3a^O$j9ddV|B&Qn4aL1JJWQ_pcqO3m2e1EfxFvxCk_Vrn;}Wh zIntShKxrmm;5v5n9;$YsOhc(QZ~{X^eWqZBBt)4nPT(C$eX0@e3{NU0vbhEL0-HB^ zn6as72JYkX{a_2;_Ns205^SnilcMhj>`$zT zPC1TVDaIaP3t-l1DoYaJcB?8!58`YbzLjJsZpHLHmbcmodz5aVO)=*U_eALOnxR6n z#sh|Y#oAlMRc1udt&_J0ooLHrIXSSS)fD=9JKM>ePonesjE_3fgI&wtr&NQTj={S= zqkN3X{cI}2n9j*N^)VVB05AxM7TZc+Y=a88ZF^d76-xdXI&i1XU~E~XgV4&<5kw&O zNr@2!yI_UL@*xwKo{plkEg(07Qq9SLP8QB=X=$#c`v$E3`rRyngAH!VKW1t$Y;rJb z!I;v7grb59gCy;tV`rc3J4$07Kd{XfL{7a;rdDjksIr=r7v*FH_6an_b}(!K2n7nc zhhWjRf%RxN8)go{)YoLtO%E$rfaRnYZB{#W=aUQ2%|bMWM&gi`fYDM}9k!6fSfu#F z&ijo86%-P1^PR}@?R`ty%mBbFBkBF_+X~MbT_n3Z-^2xngTdgKOR=j5UwrW$8M`FK zp6q`15bBtJA7l^v03^)09^YgX3dmenOA>6pHkFoG2(f3j5=KPOQ{3*gm4Y0kZz8sM ztaJQK(4=3Qw&b5J_r#p}ZZFMEe+r(LYwHkNep?cuax(BnBHWDBQQ^sP($I#VLsM5zuoAMqT;kz! zIrB0>54&53Y7g$+J67A^a1Z*rc|Z5tE=U6wGfj}e{$J|eM60bNX%{_@qT<{xppik$ z*lt&yt*rqega9EhW!G;DA&@{58ko9jt@9f9_3o40jQAp_y|*xSRo{F5>eXf|=ZuVu zDI+5<93*y7)Kp9YD{9Y#?TbTVhF9uO7SM?I4283IUT8sajraa+l98lw@$xKqF@INY`H6AA| z+DIG2tC*uqbhV7jjOojy2xPs-cM=3E?MD+QFn_a|&`d%XOdw33f513Za}F1@9qNML zjI{zi2@GTq(RVh~DJ z6tpt%HyFAC$1VMb3|{|X`x6lGq|woqp7(wZT`~EjJ(D?tQfk50ap*+q7bSUmlDf*D zA$HmZT=y7PTGVx!zmjJN`r-+<&p~z*SSZQ*j+*Q zbl+yAl{USUiVjhC>%!BJN|Wg81u%Eb>Lrs-dG$1K66E;EGe&6lJDt49hVQ^Ge#kG2 z`5GrLMMdH+UIvwu-Mmb&0(TDc?yE-M>&vB^SxSV(g7)u9lpdmwjLH689!|$?cc`zz zm&h_Y1Ve{u)y+Fvu}+HVg__HCVl-yA+b&DN#-6(34Sq^j9tf!`#Lfg7y8< zr0c-zGp_@?5y2z~CSUxe^*7fQ5`5XjEJbBM&$Kkf!uh~OWSM)QKrx!HaKeJ>4Au)) zs`=L3C+h`7{;{S7?@~!4ysiZM5|UAw6qQyt6qV2M$XmVOx6Ixu2_HT z($Vx2*KOmQ*SLeeiGf6btkVh=GwLS_K=;8NX4C`)0qKMMRX78FiVzj_uS()(-dp2z>}omL zF6`?0c?-_S-n%Al^!P894WxTT+|ZZ3lSM<2GW0p4#4kwIrQAY(cfUv$P0OUX(}YYB zm44#})+q67T-+yE6f7{Jw_K9c%*)gp3`%ZRxGX}T*zq*YOXd=k8oR9Wsly768kTc8 z#mq;1xs4Y2qq{A(+AACmE^)7I&fIG;6c=9t$Bh6-|4n*n#EQfmz2{5Q_jkVl`{F|y zF->qGLT7x?%Ta^D5SeOkK0Ylsa;Ax$PN}Xs7Z!rxz;DAi#EAV2SE60?v(zB2rV|RuhO;bPbPVUT>wyelFw*ZPCO2)? z)q#P%is~&dtspy4(RgE%X!;7ZEL;q-vG-mGm*~>O55BL$EAhg%*?NIR{bT|%^d{}` z@MN$^^&qiROb0UiNc)od^UqZE z^CU_|K6ryQ<-au?Txa;2#!;mX@20RY3;B=iHJ5C1NJ~59gG;gRI}gv1N8+6=gNLCaWw5>qG&H1?o5S7wDUkT*o4@Tph%A^o zjI0GmOG(z_?1G#$ZYlZ#!99xC!)gDCU`{3NOH0l1nmGTCtrkfW=6BtvlOex23?qf4 zGAUrQa>hwDC-G>~eWS}>C;B(X@{`|U`_L`_E9IQlQa;sCwQcK;xmPMF_WfQL zrqxFUC7NU&b2}L(T1fgACuIu-N_wG3hG)BT-KMu_M}upnHKgSQRCe*7 zTV}UXljru@(PF#{sPnTLTp`TxMHCt*fAUdOS0SeviLLv2f>nY}upslMX4VUZ#niw4 zl_E>YQp#zcGnUlHYDWF%4#Xb2+U8Z)(|(V%fAU|}19*>DUX^~|Vvx{VvV@=0euv*N zK&)`m)d)tB_Do5FB9-yMOy;15^K;nfjAl)kr|VAP^F%=W=8Zcs{TZL(3#~~l`6I#% z%6r@Y$M&7X319)x+jeFvHQejeHeWwN%VC0NZ7;KTVa2nXY-tJgU)W>~Si|&Fma$Dm zI9ebia=?hJHy<=wy^lhe6puJT(@p;Ji^5ZlovA-$*SZU<2Zv3eig=hFU9;Eps$2io z`r2sz6f~-)q@2d+lp0uIv&x`D5;g9|7?9wxOUd=gkWB_D@*xRD%WI4N2VoY1tc&dP z`(%Byd!@caUfZS%ds?)*wWxm7)qWj?4T|TOTJqY_Dz(~pJVAhW-j<1N3j;BI&nFH` zi90CC{|Po}*Mw_ar-;wxw?jlW@Msy zhi*wTQ5gY5(vvZTX}z`cseYK)V&Vk;GkT zqw|~tL>O;?@8taAVP!+)_alA{C*y-_krN$^xee(bO@Bdq~ezzr_18OEhC02GmnL%Pp z)OfE(B^!;)s}bB@i~L@X{N9+gKay7Z?^$TS(GSV!GeaQK;HTIjVllM9<@x_G%EaY` z)Ixs{U!3uxgJS6NXF(@pt@q~OE{i*dM6n>!YF=Y&=r+s?oBA+gn;Pol(kQplRcNzY z#0*>siNUgJsORkJ%~y_fV^SC^i#HU$mE{0~5p zcg>FjJ0qrpHG=j6`gDQ6{u1yrEJ`MT{}t-fua0{3E+(A)M^-CQii)nqj;uxDKerZ4 z*#5$jZS#_;jS^Wjl@+QK3$z6c2w7%HH(p#)*69^MxJ&(gsnFp#p0(8z zJU#2|q&M`%!3C8;X7_Uv)XfhE56ZaNXKUu_cj99jgw_yJ%!?*-kmm$wfIOzFz zsd+xNnNLdwMyJx9khzitct{q0@W8Dty*B8zQb8q$7{(kWwAXo7U8Pgq&TT72ek^Ga zH8?dOT0@iQ&t*qmfTrhU`eSL4tMMbQgKl^5K#`#-hxVK72)T#L5sy-yN1{2T@yaYW zdY6%75R|gn^xLd1lI(8NE{bi|%TiO$;TyC*`& z3I>C{TIxQtytAA!7AafHIns7V=3LRB1{X~dzW7n+Nywan^T>VT`I?iFp^RlDO^T)p-? z%~qd0CJ5|!$+}WHNp+FDES_8r+4?tm5`3PcGh^_w&vT5_`oesJeXBpu1=%o{FBEr6 zd*%JgLG|$HxOP%MJ^Oh6TjQdsmi4;bxw-B3`h($}(#ody506jJYMkpEn_JsEZ4hFYMdB)2+lYvs_a3l!5aaj*Rip5-%);6~iT$6MZT^e_y_bQtEgaY1O z7or`V_l_%-e~oB{x0~hAtDhj2;c@_GDH7f2~Fz5y5lz@ zHJ9KHK4#T-O#b7){E}L;x4ojpAop^?pHu5B_ih-WS0&RW7j9!?@fD4r^v|i)O>Su| z($d=RFlNtg$t(MFYHK~_N6zX5f$kqPTy~C+LqSL7a)RAuG;p=&`x^?Ox1<35fgv67 z)sY^!gVi7HU`;x3deGC*wgIjIqkq~;-XFm~Q;K(Q3dRY# zxdqrynYLC&%E1BBmRos)$;PZm zV$K4ZP50;G!jH;vah475{8)0L5b^e#4&VNpF!}`;4^YMO3M=g^`@1429Za(IKM+zXBK z?asWpe4-bgZ-atgVC8WS=Nqv$4Q_mUGCJ0pOIuDmtp{A0C^S0VG3gs}y=N<(8V~3Q zq2GdgD+Mo8f1Ju=_(v_zg3LJ55m9#!Zmb`@3^@NLXoT8*T1~J0z8Hn%#eV{l8bx2k z2r1+uMg$)vj;5qIcOBqe^LrGjvgg zeBcIM^IF^(?O%2-`}4euH7rsbGlpg3DB4-=38~E2f`mHJ{rSpQsI=WY3VpoLf)M0|-94 zn!>?rz9S>iz$irFY9^m`37KK zn45QVhr4j=1Aw;Em`x`}!&zE(DSedizQiPcb%g*m@yOJKq8mLZiS9DrMHtp-61*Vo_9vfxW_-xDq-n=-v4Bi(zzdvjy+Qi_S{ial{0%jOs|4 z9k!U=jrHp!KhNulCxxx#@-yOAjw~CdV!E^frEdGfyalQn%qI-kgFRLGl=+>_TeGrP z&D#9wEyo?jn6}ID1N)Qh+jrv^w&>~$*OgzmZ<-i~mNf_N%@X?}!Q7 zU!2|Wa)~xy^`jZfuDGUzp!fEA;`hO!sR90`(^pb`XYv9>X20h=Z_TubD8b54ci3)R zaL~wkYjOP%d+nPq^BS>mjW2Dz?Y87eRnk*F@C7saHEyvOp24q<{ZwS~-V>#dMGuQn zQhxB5BsU4sewjibM&};7>|g}8_>=NeCv+bIVH_vyq;s!`+VW@T+WOdTc`E!O0e5;# zxc40KP+m}_oqNqT7?O$daXB!Ns7$6_rB5{af24HS9`pX7$Y+%MAysKi+RInnff6++ zVMY5N3Qv{uXv+G<2Ga9h=A!ogOn^V^>l}Vk-2N@xm8L@3*B!Di$c3BOB50TrD{$aC zdlB@ioy2-JYhn9#dVOgjtaGTd5IRtgobUJJmbvkaU`)2A{`#kh`AZ1@i7J|a!AZ~S zNxdl0&s&Z0c9BB0E z2A;;)C8BP*26?}@vHqzHKg_8%>!M-7vZb+yi82lzJRw$9TAE*;*Otj+a|a!) zC_2I6k<6to!jaBoY>s!RAg_=yo7#mTpqm}j`CT8)nAYjYS8hdp<*9#7r@mr5`W=!M zerO1drAIDpr7ZJqF47Id$H)5w7Q_XAP+H}>FHrv1gzk|0sPeEgy}TNEhWk)nk#`<{ zUS5%><=G1e4${np+(I!H6?raNI@Yq0=`#kQy;}9)P)6aKd>VZ9O{wP7F5g?E{Xdq) zab_?&Xgze7O^$9&+x6yg>K`y(|uZ`UCpoAD`G{qOtrq! zETP;~BJ?AIu<6JRBJJ2f34$Fml9|ZQaFiHp>({u^qf3m}Evwo5Bi%=`E(59|~p&-0%V0Slhvzfbs5A7V>5h z2%yYg?>Vzgg+4C0yELtfX`<;+2)^KJ&Icq$vVG<#@}!aJ#%+cWDSd56$;2c#2kmgdBzAg^dBLT2DvPTlO`@e?4za_)!@DrlAn)P?R~6PDjopP z^hGZ)`aMy~i~Vqw_mLWIA9`nBjfl3yJD&*^OM>HJaBCDGhaX{6wNuTfX1DdDD?n*U z3y?%eI88%Q@4jW+Bg=PLR#=!vfq7RB{QqhprMU*b+4Di)X*KENQB#vAMTNv>9NWbf z60In46bER~Tn0T?Qe;E#bH`5I>5rAR5_q7xZcPME_BwP$GpBBaD4e+~=|I^TU1AKhA6CT%t z>sIrYxZ=FA!OpV=Ag-|e#(n3SL$xcCy~2f8I?I!mQY}o@@>GpqH6)j0H9U0V&YDb4 zI=$9lI$200+B_t^>t-P<3e4M+4-Xz5I8by}Nf&SZl8O_oW^4>Ce zOC=M?sAsFj9AuW_z2eBx7AOcD{?wt9rb9ZS>ME|k`~#$c2bYRRY`yBwq!C6Gi_=rK zqk%ZiS`ErJYXQfaR^x^86upCrcy(CQacFLdO(#kY`-0zJ$cF66C_c8BGef5R&2D2n zJ^&KUgV%KiI<_U37*C$a9d$5-_8tvMJMH{FPF9GrH@ zp@#;xJ3KnSZf&J5pVY#3n$nt393a#O@&z@n0E+82$Se@HM@sVEZ}cumskQ;l*bjfw z<3I)flCdeqsv5az+&91!-epvSgh(oNo?qxNpisMUDK-Cj?iU*$_FF`ndNaf{34Y&C z<%Pluu6x6amVwYP?@mq+-SHXaqD*&+LfW`oWQrhQY1*u2SaHv07R>LrIhX^7RM zg@`Fe(W=ky9CZN{(e*XtW`)Y%)Bz>KFCO8L~Z!9}sCh9E25m`v2JU`^5& zXeEEpr>lWaD$gJ3@f?-9zgFqKK(1 z@%qkM7qx-BYG++8CCPK9G|AEc=@V|66MEkXx95oUaeqIr33nn7tMnR;(%bs7_T7xc4vY~e}~ z47NIpH{I8V@mD5yG@&u7mXdcO57D>WFo|LJyBXWzvtzfS zyVSLP<2k5_AYB0l>!Cux<*P?C!Ye4zoK9D5C0%{mbc(Y)Y>ygj?L{?{VoNn!%)$X; z_3h*|OnSpf?F`#^oCR64%C(mE-&dI(r?Gj(T%xjo-Q1bS|3b}WJ>ib2ZI(w`jzEzlewS}E^YCQ zoKs`@i;1aDElXZpuI@z3)?o!1L?m3#8^v`r@|17`s)zA%#BE)?o zY0}|0nm2Z21AT9xsd>6j4=?HYS>kuBj&pg(dk_~JIdV)jcASRIV-1&=;}o>Lt}e#! zx0pkj@1S|H4qta9U z>wek3%NlLx^=ANvhb0{WB-(h5)i%nI{I_{=L{4vn%JZVHT)~H!v3BUa8=G{VgNdt( zd_~$l=!0p&dEPM9y1ME#i3QNXqEdOLbO5NNJ5np<9GGA9#9=!gD03bF(?ihj=J=2O z@@SI0SGjoNbL$Jyi8=~06uIQ*8F6&$ZSi!(!X10S;3uy1vY2M9ZH?|j<7q6>6*=LuIMQ?RJGq*^Z*ADE^z(_tPu?>6t@!<#ptS$tU9_e^faD!r(QZSmP zJg*2h+3~EN3S+BrNhij~UV6AsdZi=rAl?=?>(!WZDPq!_J@Mjwv z>x*j0!vASFud23_S+t6}9``$Q3QQ^PmUUd+hy_d2@Za)>seVrvyF4?|%7$jccoJ zKYIPeh%MsL0w+5MN{WHQ?7}C5ZB`sIj9nyx-DT)gFu|Y&PP< z_v+PxS_v%E8w^%^iDOZh)Jm<+~C`qY1%NleIOff#1v-<<==nmV|Z@jiO=lU z(e$wj;|6=zYD9UTXxMfmCZ$v6%}01paXoYIfL>$NNJj+|bPjzb*xuq;TC$II%4>l7 z&0M|&DQ%muPG+qbn}6&o7Y}l9^@1D!?0{|dHY0iUV5=|t*A>UDR*H=2mn5{^9MN|8 zpInY>EL2J-i+sa@ey)A{DkJ;Nb3jlX%WLJoK7IcDd-~nK|NQ)U{QE!uua)v-<^7|jtPnkDw8*i?HH-+E-z47NF`QLj@Oa`|tz9hc#dG6DH z>FWK@pGUv{^Yh#vB)|N@3cw%aBKXIfUq64oTv9!K{=BTd{<-)o_1en+{%Ps+=QqD| z?&7bpUM@zBCP(R6QN{o3k9U8h7rBk`KRx6>neklX()H z?%WJkh!{*JTkStBSWp*Lp2m@s?K4Ol6hoiqOJQ?U1yr%GEfZ#@^47-0h z*Np~!lXcPIM^FZ zn|Lo5AxWIHTUu{r7n}JBIoaq76mr#(+-Sd{Iq>yTv?Aw8qIA4Vt)`uyU)ahJO_XD< zNHT@Wm6XfQIMSZi&Zrg1H3?rDpeXT-DQ{dsP?Ca|lyHP9%J5qJs=XCvAFj_jHy0^xp)*LQlu+fwzSjOcx;lQmkSZ+)wgAko8qUJy!JoxStokx*l91v_G(iW6r6mrDXG7s2>?wgo3FJNwFpdsAn}Cd%bj1b55LkYI`d=0D*J;`uhH#3&Aw}aMo3-$I{+xGBjJ#eUz_GJ zM&szHB8ChmLCFPk6j=VN?JuqnBpvZH`Zwzp@AN@h{xpAZl4hCp9h%V&BmRMt0N9oCX;tAqFj#oA)vT_fyjjFxFUIvaz_ z>|+O5s8U~vtbYB592{pOGkqBZbv!#Cmwl6pkZQqPoXczWBOss~@Jg^!RM1*i=U3+K zK2VK&b|)+UL~ghlqrP(%A!+Vo6Te2SzHWo>oNDISMhe&Fn01)R4_d-GD)||b%O)%4oHo$zyBeX9!k}Vws z$LC-EmbQYh9Bo3?{rOJkB_UzejC28pe(cRIiTD7#(riac7 zO5sM~8?UcZKIVF30qaU9N$;}YY`myzV)uJ^b zCu;_fGvge{5*t#igHFdCD4h5va)Zu9T(KN{%y-2cZ}61v!tu8FwwNAc%rvnW=7`sZ z=A34Sxg1oHfwa!(T)tEPH$SbQFU)n8Yh&VmQ=Rq)58c*vtM_+ryyz;%w;dO-a=Jlr z8(Cq7!qB{p?krkF17W!_%aAsWCK4!>;%$+HA}-@j8m7OOWH=X%OBsqggjYD=$g;?8 z{(e#T1=C4Paxu7^B)CMx8qdHHwFQ7^v@R1IpUF5UF}78++Db0O=8}zXqTerm?_}Mc zXBj$h)*B7|mq756A_2w-XuO{5LiUmocIGG?wJ>Q2u1p;%pU`#O#`{e~v#b97xMu6V zpnS#p(L%Km8XXjDjVGhQlWSNLd3|BNGl&m){$;I_uX$a{WtbJIP4}3cCdlHE=9=sh zBHi5zHaGD**vF2 zKrhdRw1DLm_GQcC$hojj0q}7To(E-uvw34hl_cK^({LhcI<{(xLF})c@%eP^+0h6< z+EAdYCOZV?%v!lItY}%L5o_RIGxv#Jm<0b9@%#k|Ot!$VHPY_G-`WNdE!r0XtSE1o zys=y$n1u!oUl<$?2HnK1^^H-JPitq?vZo=bguRGO72S)zTg?oEm8_#NGm@z*E_fK1 zEj7}w#HqffO%)x@Or$E})_)5II1cG%m35-aL}3tht)Px`W`b!n^&#bX_b0&zz624! zfs}X?EVIj&anee9>`_Ee?_5%grF0&hhNG4j;in--`JaB*lBkYph`(x58J*)12%9a} zJyZuXh(rp#eCnj$pc+|Wsk|Z@hEm|eeU?d1|GwYDLVF|3cCgr({SLqnxCadS9(wCX zV)zXphxpEttpDI6DmlXZll;^myP9*(RIl?$QT#_L$tn8PYirg4NMfidG01=8Ok3U> zNUJuTAX4;nz@Wb%X)ZDwlE-xBU2*^ost!tJVmi7_Y0KbyZ}nf?6N5hXgCQ^UxTP8s zNrnApx4t36sbqNU;p`1H)eRXnY^?B-iEm791L}od#D|UtgdRQp7{IlJNyjT_BrX*hjMc$!)?xz&EL{N`Cm75)Wd1Yn@I@ zdmW|u;)>5W^=UPe`Q6lLJSy_hcr>Ly@pJPg|3)axC!2KDAh#ElwD$XKcz_4{0`K5}j*&;XE$&HK1uU}FbY6;(g?RbZ%p$!5NpHETrBUmk3chjrct;6KHX$Z+a+3;&7J6D=R~SQ2LS|x;=y7Y@ z!c{h`*;r+S$En&)~~<_OE)cbUeIJ4LW0Bc&nt@ z{Wl)}YX7`RZT|}F|Bmcn_3z9907<^T+daLnP0xbFwsW)f@!^Tw-~GfCjbZHt)-fw; z|L^I!@nAY?wvGpb$=tiSxj+BM-}xVDjE(Eoic-iXT2WA{wPK__HB1Hn;a~4Vk=(7V zjg^YecUn%)MLJm^Pk!_i0WZvVW)WT0U2%{SFmwbfM(r=nf>uLsjyP zQ#^)6eztDyLgBL#LmR`?R_m&{zJ9f_xwZ9nRsGp%yv_J^AhYYulax0dbrW*Laeg}L z%&aUI>{j~pYC}>BQUCXuExB@{xWB(pw%r)N!7aeG7fN-;zEb*%;i1u2PDPDDKP{XD zRk2|vHWs@bHhYYT7s(gK4&gob1?eurV~OYKDJ*8 z-sJi}Q1=^E1U2{xYD5xveTCcB(>SrT`-(LyX)i#oarN@fN$hz#x!Q@9UXbs_6@K-) z(_ax4E2-JEO775Y^FA9CK{c1j#2W9A*HThxS?bnynq@TP$gQ6ORhj|K?dOTNt=GF8B=WZu^MQLyKJ`UuR;ZCxZipR z&7lwhgkvPO9%xkZ0MDcPu7H!MFLnmxerR#kNA0P1F`%A16Fg@|qrSMIuI!B(8jlv= z^_VG9IMi6@H@PJ_TcE~uFSvrp@M+@ThK!i*l2aXinvIsJ#lN-WK%Z)1X?(-`EnXD9 zUraSeE&4N(5iy|Efa%{6b#g&yLBFOKFt~AHzF9~^V7oVCPK!!YPZFta@+94%|2(^M zQoC^M48}FxoWR3%L9;)V9zt!h^AOv@uxx~xjY&iOq05#Svudq#_2l$`fCGYJv=L}~ zkee$H2AvbpQ&>69p*4E$Oco4~z0hqqIf&H60OK}?`ZtK{m@$;E5HPUF=1WflQ+lqY z!7yt1sDX#p3{YSp5$I4&b~QsE1Wx%yQC6tX=!sv2H4CK|p8&}-IF5A3-5+B7?A}Iy zA@LDbGzfUKfa5IpCx>q|19K8bHDs}{N`Slmz&sk4v@J=Nq_Hz2qVYCvTNsytJKN4_ z^C^LR+-_YSC#-}NCJ!wif@Ved#6bO3T%5LGA0zNW#?f%-H}ysNUyKtJ*I>L>sy5Xm z3oZTCc388VPFqL_x?K~J&Ll>=bvtU(#-cYyxj!-h({K5ywiW&BG^iG2-~VZlyMw2# zsRFGwqo7_nd^%5G(+=oN+6R2ynUIpI;Ezo&beQzZpUFVB7>uCk-MRR|MGW5Ru_(?) zuua@GL_8=u77yo(|Fb{sF7FM8H{~^(vH*UXqkxnQ!buUsZyUc&ZkI;T&vqi zOsh1A^}zVpd1iWFXviKGLn|$z`RXzH_qf)L-p*nKm+|91*PLN7Sh%i|#}4rcxSIKW zF`TMpi1?+UW6mW;g4mEzx5ZqUL=&KkkbrX#W{{gMPsSOz&a5q`#mme>Fw59=Nkut4l7F}iiE%U3yEq_=jUe0Fpuha2qDI*o5T z!(%6z09Tt{Fw$ut5{*Y1yR@)G)Eempl^L9vVX=pT6du`RB_Crz>SG`u!aLOm-fQJ= z&0z-p(47a%3TE*yvHMukBv#5p=VRVE7GLPH2#Op{TT^C8!U$=b>}z>p%+sr&=;J4bXy=et zp%b&3Yqk0mBxn3FcPvX_LngTiI?xiO8Fj<`Q8fT_BA_w&TKD*|&j_G&oKExU5Rw}` zaY`aV-Hh1AX$7fz0!xqrydKfWgft2rn~?Ia9vLh;z%e0Di+gJldPtaJ?mQZWSOez( zaJ(9|T173Mx}k>Wm>1I@H)gPfJP%VL8b=ej=j!y+qOY5IB53cF&`Ansm}nSn;0CBO z9CZd1M-ZZVZQ5+2dlRCK>T(E7H$^ZgU#hz6MmW_0JKz;|2C3r>%bs*FwfV8KzdM=e-AoC)wC^>EFy@0f=5S&4xJG4i+>ot=Q+*o9fZOM{H`U)mGbURW z9+*V1=wUz}o>gHOM`=M>CLzdoMgBC@rg0%k9;`1mlOTjw(vT)_|H#n5(~7`Uk+0Qn zWO_2Kpa@l;GEtXTl^mdigJ~Z<*_}@gf_nGqrslMYnHSA~#=d*JroPxv z#jOk44>hz7Wjk@$%{k3fB#toGFk9R3OsxX2=HUe%rkQXoIil>$ZV0KxhstSPP!4s$ znv7s8_tj0dFQ>XyOgjQ@EwIr_tf#&N0o zrc1n95WhgOQf708KToc9=AhkUh7DrN*b?-rI$GiNyMiD`sb>loOImE9rGesU#aC9e z992otmeGJoyLsM`I@b?8a+yPgp_4&xuf{mQTbB-8?DCSnCPVf$VW!GPLn5WmsuHy2 z>c{(7bP>x4L&J7s6rv5X09;}c9X82K1`X-Q$T9ectZifLtR!U52^P@oC5*4i5F|i` z)>7hOXE2sEi=_H14ur7+maVMG7-4d=jj|KHcMMV~@-c-z+-#cW^c;Y3dRdk5k;nRX ztR<;IBfRgh<*q3JWP6xWsB6|JQsNbb_*62FTN8YgWHYC&TEWQndZKtMjaL29!%^(j zjN7rSgCLE7>zA@?K%7aR>2!F{fhsA1`wQCv6zhNF&d|-5FLDC^C8*@SZ>)0szSx{dUqqm$lOgm1>W)W76%A@OWFlyw;Nu*Jc&sUE)fk;h zyS$)^iDB95LnT~>A~P~?%05jj#)nSfu{MsH7RCaXnzbl4E|t=uG>$0?_|g`Y(F;!B znw&S2i|VBjQ=0CUvR38qn*3dtzif=^v8b)nBvzk>ZW+u-&*|=u~hjz}{D;I1_(f za#F(>teob)I?H?W3yd4!&4j!1gdctSj{$<-$Ro&e+A7FTDuRNM+KBh=%r26*Am{kt zgx^QT%EX>yHYM<^vieC6z7PxtmrrI{b!X;T;yH-cbgz$F&`&i|{YkHD2E?Wqdbf}& z=(lB=T0F6QuHTVmV!&rME!Oh!R41^~Jn705T}tB(LqaKHq>0hq2?OIv?zi{86j0Co z*%UFgZFErHH(F(yiyMWZpE&XpVSp2%(fmS0M)MP~7tK#ZS)`vjJf;5Tn3U>=_JN** zk%8dNCNMDzdpGFjAf}ri=Dy0DYdYbda@}E0Y};d7`inN}M8e_CIcBLZ)_xKVVdo|3 zrc8J#-bD?zT@M)xbPNUlbgWx_ZF1+kvHaIF{xn3b0AF-&H_pKhPPCAF)3&=IZ&kAE z&1v%}Z)I_gq;pP1JW0tM&%K)qgCI!P0{SfgLh2-D>t49n_Ym2eh>xpXBAuCvrqT@5Kb zSj}?nP)ZkrqOO?d_PDc(DUsuU57ls0xspk)N@*JAA@vi~IK80KLp6&dfT2$FJP7tV zFVFv$cxb0m|41gQzbibTea@}vR*J!iDSn^DaF0|ocOf-@qB<>d)jW@s%40GZ;lGAh=5R)Us3= zNQac5CaFqP3krha374)?i{T+7MTG!UJm#@fRo_AWP|f|QR8;kkG3XlqTRNaFE_ebp z6wj-vhVASnkKmk>expLawfK9N|1Hw$Uvd-IS^iVG$r5<0E&BI}mw=MgpVDoXO0R@c z{G+t2Fy;I={!VAIK{(<1bsm4Yp_V#m?5D$^lWphJh%R{S`2s_;e8wQ;@1q04%yzb> z2caf=(#h&yG>maJTKsLc$n8|@$nz(d>lqDxM@<6mE)PG?i%{T^l^D?JRuJ4~3+YmRlMgZum33at(ixXuMGFt1TGeT8 zn0@4V9zF5Y&otWAg4$~K83V|K+~7J@JnCWvj+U6BnDHo*u$n#K@3oMoS{upe%Y~g> zKbx@G)H3h!E*poK!+CL1TH#^TCcI!}Zm_(S1qgTzPZ*1aSv9ZX=@xJ*kZJ3os~yAm z@s{UZ#xC6Ak(Rj2GeQlu7?hA#MT^@Zqro7%!rP;Z`dqPe&GV@eF88x-npG~JkgbMz zwd-`jkjY<3w|VZ7@vx*uH&&e~-IeHeP`;r*#m#Jhrir*rvzT;08$?Hqb`^kVQ_{>U z_t^oqSd$^!CDK~@4QZtoQIK82$7X?hyWr%qLd5VnyDw$Rm|$2S)NJ_$&lT)Lui#No zx?(IS{l*FB@?8Ns=I?=T8@xJIV0MW|uQvG+6*{8z&Qrs@#MLtYOSLL)ain~dgi=u5 zCSdOc9~l+afh22L87PB@#!#`XeKh0F-{df6rhq}Un^3LD8@0%Ln=&hm$ye^&3E#M7 zomvU<-2(j><{39jP5Sq2Q_x>c@}s*^r?HKyC}L@M>!9(G0mK8Y^Wrj*DXGuWIBpx(ZG>sy;U<4%Mm)xF8e#q}TWpYlRgelcW+BbXXu8$e5 zg(4@Enei9(5T02G3OYtC%F9GZ@rMAwu-bR zMy6mT>;7t5IBa{x6wj$zAx=Q8U_j%1%)dq1TS$Q2ocl{w;3&}lx}U0z+XB3MnmI2Ss&NO;#|yi@dWzgKIA!U{bpsnXxSVV)4|C`mII zgn=Vn-Z#(u_&477V09vUi1-20B7$}QPRVK;E zp!1Qb%rut?Qc)omHru(~6&uuR9V4nU945>Wf@y*H2tn&1=MK2W{Y^chj zGH_qk@dO)zC>2AijjneJ4Ba+}#Y2vN@jp*l6sF}`LAGGcbIvX7W6i3`V{`}!(4`=U zp=Jzrit=->$3}an0~A<7p?i1O9p=pf*kb`;o!X{^4uG=DMT@|%%8VwsCrA(h2?Yvh zpqy*0X()k2S}79Z)e>4U#E$3Hmle!uv<`z4Ofu99Gz3m>#M%k55qWj6FnC-sECM{wB;);vs$ZLaaG`-%z_x zP>O;FbkfGmyPyTVBE$3s@YRV0#XxR_9USqzm_9y(FzUToWJnJ$j2|&d`ieTbSfyYO}aG(eVkDQ5t z{%X-bO|@`u0pbl~aTKf+EgU52v8YK}LnqxE zN@kjWMA9Iy27IIhPX3iCs9yucOR=Bcve_rdVkFiRFj4V!+g z<`eRkFjz1aNt?o~b#L0D_3X}QnQFiFW@#sQt~j^M?Yl$)LNHi&R-K)acWA;bXo^U1 zH;~=d!1cNDPC<6@6>ux3pj{_|AioHf8+oi9!SZe1^153P!}Ngoau?k0HYYTJ{(VH6 z3|OYt(yTi^v!=~bdn)fSUFz`6ZbV^)U5_)f9fvT0Pd2?oJ$?mO0Z;V(6J$+f$Sa@=q9^vm44B-nkVX+BawjV^KSZy2qGhK zp2$^=6bfe!odS_efkEGE7CgqZ-8kr-Kp~hgU9+-%b^R_Y!hNp@=Hg(y5aSBK$$}C6 zIRnLalR_A~9{~G4_4`|lon{MCYl7|W^!LBD|9I;4E>1+i;(+$ms zWHcK91P^A{3`SVxE-%kB8ef7k4Z$1}D~f>6vN3Gw9Wo4*X)Z*-ij1{obk3}PR}^jA z$aB)LwhFxORz1jF7kS@odx@PQS*Ak5X(#oz22+yhAxc_?yek16O9@NBWSElc7D2gS5vbJhJ8F0xd21Zf8kY#NN2<`c1kmNR zETP1;KvQhyJ4__US>h1+`;ckIQ(o|uSpas=6IjS8PXU8G1%V9t7$wh(<#1n2iD@zo zbDQk$XVJyWTbw%AV^0Kl6JnuQx&m<3E+CoN1%V56QUWBNgvt>lm_2H2nz74Uvo`sW zYI@>fc%}%EjGDg5+C3|vUIS*eLEsc2t{vWv<#6e3&ZDiRqy8GvR%(fD-fJRY-+|C> z7q$2v2*1bqU!Xe`p1*^szb!iY4`I$$*24W3G*%?dHRjtr0X*`mUEcbup;n6W7(yN` zl}wkU*QM`hAR~0}02%nvNU_zx7(F6s476S6s1xP^fvIBC#2#;fpJGcu+F+LjbEJ)s zHr{0&i_Fge#6%eBE;v7Ta1X+#)3{jHZhq19ZwngY(tsH3M6FtZYVugHobLhp`~*d( zyDTkq_q1Lm42|hj)&=E5L4&eHpqz;9VGK}imbBiI4<0ndcluGi*7&eBZzi~oW#16x zVT;lrZT2ymPN+4Nim?Zw>NcwGxK&FDRd1P+fc6 z%8I3WXOD_?80GUf*=@J+CC&>jpr6q{O+fx38)(b14Dn9=Il11J9k#OP@34A*+uLDF zdWQikAnXXOp3L{-CKXmw@Y-uNZ+ zKh-E`M6I1XOagTF6s#72E^7tDp>}1l%9{E;V^%j1g)?aP8SuIb-Of5p}1CIgjxc~}WP>5A$GY+2;;6u&46>H)&A0ZSm0|(n!|IeZw=fNtr_drmIcci07z!u*D z1iJY1k+G{TyDEg}RuEs5Q|@Dok~o?Y%~5ZS^FZs*k90I0*2UnQ6WQuq@xRl1lvW~- z9oEq521Urz=#tOl2qmSnyh#IMqTvhfc#>n@(#wP92=;_kqnAW4N6dmbEGA$zg41BMCo4-$tSP$qaoi1e zvhCul$D4P(q|R4wLbypi@e<;k9DY(GUY*JXNlDk)HFy)@T#-Bja3HSBv-r;^21n^7 z_QK%&Vb=Oq4YKT9^){RAU6nW9RZ2iadb!Hy^@sA!t_cltc^LB0%2Os1`}g>@Q|4c9 z8QsebuFC8G+XbgAl?k4WF8e8zZ_6y0<0#-UTtThteU_5%vVD~5mD$bXA3&q1auSx$Yew1Ki}gDAm)AO;BpA8$(-tlp5?a;t#U-C^ao}ttpG|qudas z?)GuETV&6q61mc_)Kb1TBT}t|r|j2Iel!D^B2l5((X;7KNo4seX*jbFZw>_LQr_4nonU_x`CI$i|0Qf^wgK52G*Y6EAldUqe-%Zg8w+Qr-1KI^~b>xzX7Z@8ls(i+0`Y#Up+;}qbXfAm~L z0UU^yZ~5G`IYK9Q`#^U_=&)PSMHqANtEa&E+gdx^gfr8K4~qUz@<=;h?S}oM0k2%8 z%d!DGcU?lLGhSVcMLi}%bsX2QPg*ydwS$$qcSrNE2TDO>0rMZeuug*m?v#w;;faq3DytrxkHTlSbz%8a5_|I9aKuLn z zL%-&cX0I7)xV%pP?gqCkLYLWlb{{Ri%{ubT4r?yuZWd62l-On}xSG9V0lGvo2sSv1Hq=}gI zvKO?1E6ix~yQD5ZY zKua+!e1I@K;ypoPW4Ij#3Dfxhzb36pq-KLS(tn~Rjyy%suCYL0^6IM{RC~;Mt9e_| zt4Z2i)l(3Pa0{={9_pgMskofil!ChHlD(eW&Zz1Yu8IU&8Zm*dNn2ZlCbj3V>$WqH zcElb{Ui;y_t3Vv}*=$_8C%RYbXE$AO>8=6+oNAA__9TQCgh4>cV$Y4*BzvE8CBKTL z+~nq$ABHOj-aL3ksA~N&JFGZW_wAUUaKGu9RGNbDN=42@@s=wlM5sQpJjhqBO008L?^z5*gtu9RXV#JiaGFl79XLe zD>?sjc_}R$7Ol5_}vn3`d8y=Wzd(J;y{CqUh|( zlE0D$jV>%I1j8kKt0BU=L*3UM#{1w@XMr|fJtnFs8G$B|LT)ZUWaDn>>A+Hz{6{ea zNA;KBT+|n+()o6{U70;;&F9E|c_Fr&vFSg&A}nR>q-%OaXeWnWkL2P}e9qn<@($89 zLqc30AM+tAAS(`oJFk3Quy~U51m6K~^joL^!_dwtT!H6>Dak09P_Q_Wf}tvsm*%y> z$r?E>nN}CTmUa#94&@>(8HvLEFhMAPz@0axR#XYOM4MS+gCTAx=XWQEuawn~lm?p} zx%jK#N1KO=y>)Kf)}Id}%gi>^`vVW?Jb}pz2>wu^VTSvU6>sTPkBwVJ^nTmwl5LKl zv|_3f$x={G4y(th9VNy-RGd)M}4% zNzOkw>RHE;mz@8V`Czey=GpbQ9_X_>Q!>wYdukjBfRC%L^%x`dkv;_$aq)z>_NU%O?*kFTqk_OgNRo@&4gH0639CDA+I`mxqQ?4xWC zktfY5G@Rj^et0`TWH}He?};9 zcLXe^0$t?v;F&!^f$@>OmDfjs!7*d|Jqk>ZuxY5k5C!gz0f-5*#B*L?_jsg#@`8*| zWqiy7eMaUJRrEbT7zI}NzCTf=B7RZxOI3|6d0-1+Si7WMsHyc$FK_!mZ@*AqeRw!# zR9|<>74@$zVDKsinnB5JC$FsY$`~r>7^Cj7h0Qw3Y@j|+6-isidXb93Hj;LZ1<9G0 zA#Lect_IMBw-s3{63oX1aI-DB@^+LqE=wJ`&qmp>I+62<<)=?@3Ekw2*uel4atQE> zL(7(U;}FOOl+!*iJiTZ!jiK2S|7PRll@A`MN-lUr)9D@Ob{yY)ckVbzBXSi|Za?v0 zuiQ9jFp8%L)qW~USBj}kg=SQOw~&P1>RXRzN;qOIJ198lN+CHE z-(>0D9YHR94KYDZHQ0k}7j3E2J7;Y3t|0riL?4T20i6h(x@F^KTY zL`#l`GHY6(JsUM%P1+1KAKaNEd&OqYlJ1qfoqk?q!3Q!z4&_{b<2vD;fI=$CZr zc~BIwc10u!MqF`&ACO;eJ{U?c0o)rA|9m)w-hrO-Sz(@b3K!({zJXI_2Yhaf+n@J` zT(FamcQ%!KsY<*((?S`hy(9u7^+Y#hk04x}L(br-gMkimA`P312zqy)VDFw_!NgZ} z2|De$+^V5IaD9tx-bG;&O~SRi><|<_jgSi(=|@@7@Kz;_LG-krHr~l{<<2;0l7hvP zp`P!6=xu2`#5qtwPS1m-g1*rnYL{Y-#OLUy=e2XE2yXYW$>&S@HEI^HQn>ZTDKr^q%ev0kTAy%-Kxx2 zX?r7V(YkZb1IPbRdvW+rR|d~zilLsO?we@dH5uy5=HdjEI^YGCyJNKC_XVD22DRaz z5{&a2v?bJT18q;NusbZ-p^1YyW7utpXC&EM6*Iy-F>0bxaKP{eIux;&uMt7*kP9uu zT}m$2%RP^dNtOT?*qn$8hl?w6*~VURt>`fbNVWkIJ@qoKck_*QEZV7;K~>;h5M1YD zIT=(DY5cxmb8Zn*N33!>hrqH%byf-{`Vo7M`xKVx%1($&nS}LkL&x=8FjnZF5FtnY z-YLi~(7TlN3U_ikgQwt4&du4`XPUbSVzRSqbH;j!blUqU^5z8cc^5ihL4W+kp!b^B_;#TC-8grc#P}w-Lcic7) zu;B<}B=CWZ9iasFZIX~$n?#zH8rHsVxXf`~=MKco z+J=b#5yco(GzJ{;2c0?#XE$}P{i-S2&{X7lH%{PMmcaE;vwbL?m2DSG2m{*|Hp9(Q zO}IBWeHz&uW4%v|d4c?+pcS-Tm2v0T0{i)p*CJA%vL8b?2hzl?-~!Ag&mP8Zf~$+- z*R3X$6#Nh~Mz0RTfmkp3q%UIP7-2o`4j8t+tz&{bK6?qZ(PQa^t=PQN?7pMQf-k&= zMZJbaX;&9$sja_GIkW+A$YyG}~3ry2C2JHqfHGQ`A@ z@4^75gT$Oz%z7(w`kCh6$C`c9GR%sVZv9ob243!cJ|c_SN=*%sFP2`0GbsDW8b7LqRY zx7lG+Tm3Bk$vdREriRmZ5kzTzMmFPFB+_izNlWZB5!?d>A5OT!<4I%?)T1^%qF$4K zOiV$N_k5%IYi4p5G<{IQ;V;06r=$&zE!hQWk?;*SyJ-`IKthe^b)$M$v9cy?$kZiK zgPPXVjDbq@j@>pDy36W#nuwU^(w6HicmR={md&{@vbfI8JQP`omgQJ4SpK!f$lXLm75jo`<;%~b6S-*;@J92(B!13I2K5(!eRuPMa@Wr z1MY|oO?BD`T)s#y82T*2+BJG&(=Iy34F?4^lwCWBDe9VeWT@s?r5NnTKqz;R84e}7 zJIW{@LhzD9`y6;eDLB`njabZTHhk8jnBOUuL5KZE=u9pj2!*)D9+ddDkgmrfT_dl` z_S0}X+!Fl;vlNSy#MgK$q99s^(~u^MZx8ecU}d?w8|8MgBVN?+xaeBC&aQ0cU8jwy z5Q;IZ_cwK`GT+w4#A@_6=d&%UzJE+zHk?(T`PcMD<>C)=M!@mrIDX(>FhY*vX^3CN zyAo+rH%;_>nnndeRy}RP-QHrCbx}_a_S1EZgG|&|`X~cld5vMia$3is6FDLSEpC-s zf2+aA-djN*A{_Ib0ltS$(jC4>PSRLR1E+fM6^S5ud&-oqi;RuabhDj(+R5)^Z%)4# zwL01Lw;pQg=&^{`dT;v9dxvpp2^nh8Zj4Dzob@P)D01(tM@dI8u+9#3ZT$dEK(fDu z@~srx9-^)2#getyV-^TI@HU-jlqH}Ks?|Vb0iYXE*d!>Mt=J_8*E~+#*N)R-Oqa!5 z7d&SX_{6#yNf2kc1d4F5L!}npWIIdwr>wY2zbXpNZT9U-{t+>a+*op$@YAW_(G>nu zWS*C>lf+YsxvqZq1RgEj?9z3il8(p4F7>i++XZ(`wOnyW=7Ac%4>e{>xPiT(gSEa# zj0+el8Vvsn$S$C*qG>6$kI&FWn2(;elbYYw-avmlIq71I*NA=Mla;PZ#I8k+O(HIG z?ASpgF&a}0w&WBZ(Gt6-4lJ(E7(HZ9_fD~n#A4d~VnA>%o(@>C65AAI$Ynd^9*A}O zRF9-=M>0U(jpUs<4o2uz5fQdZqr)i-1CKf9#5)6FNup27FW0^ia}A>gG0#;SWQKMZ^`x^Li=jv&qDbAm@!eg6Qp`4p}Z?i5ZM#kT8%u0yL1gqTLJ$YMTh* zB|H&XkEruRcB;{D*k2M_-sLwN_}+AqVvZe(1)YHfo!KO@;opW4XN=4#)6Qr2DJ3<% zx)P%$^oN8sJz}=4$HS#lp`^Wx8jr=_r-~3~ELGU#M zg!0edwS@*-$Uk@=I!GKnavwQJ96fBGI7l2lX1{lFICj1+7|z?&Kg=%bExd*!Q};mK z4;a;@JBw$*Q{7$Wsk6-Dd~@f#3NnVbk{l+2EC^kDfFVJ6!78ZH15>I@RxJJW&ojQ) z_;h|X`wW#r>{l7YFTOdn>>h^_I}*`JGS~nphcRN^w1z%b4B2lBBLCW%aigwjw-T9d zrml}51U8Uu?C6O_t-LhEYd5kp4l4$5MB*cfyavb*jeG|qr(?&AL8S~Zc>9D+{97mb z7b{t2KC)mFzL?sK?IZdn_KUv9u}i>3XESm{>)1xRoM1x#eK*praX8JuXKO`{E9z-^ zn!wXY*!{`iK^~rgOV~V{P^ZO>K_n1Q-1tq43VdE-j_*Z65Z1(k*c2kcbqHxw&Li~C zw27hG1@qIE0?@AD*>5x4STgGF~PE5pdnH`HF zp?2reZKv1B(qX-SY$EXR@q}bZ82YCEuvoY*JEiuqZqs8&;Jnp^=@jecqo#f=q>Inr z2=C$GHalg~bsSA8Z$I+J7MCooD-s6oAStuQ21oI>x-VK2`IWn8uZ^!2w{D-7fl=m6 zixJ{+HQcjyHeUX<{d8XAgV@=PTh*#MRs3AG)-hpde^6TMJBoChp+? zv?(Lb^BhMw)Je3e?XsRZ#cb>D*~69NgehnE$w|V2%13EOKjCnqh2Dzx4Z2d3tx^!( z-QcMl^-i+>F(tSsmGItit_f|Wo+h<)!eJnXB=-&jH$J8*2)mpxN<%RdX6)25 zZm!%p(6=R`!@|u?w6-MPEUb5Le}uKXZU+~ka3SvW9_VznEm)KI=$4Y*v0io)Wk>L0 ze)J#c@HyT?zept3&m-fC4N_ zRr=YDPGKjz{k^ue;vn1JD##-S8>d?TFkkGM-hi!~K(DN*bwIyz7R-b5u!4nPsP^O7<4VK;NG|l4xMq_;hLeJ&M z5y(y*n-@fJT8|jXcFe0%`CxR;gW?)_65R-XBg{e{gl&+VIfdA|nP>0U=M&vDDIPnC z)$aUi3YFQ6WiB-cSUP8#d*y@vxgLK_Z%CQM2E??@Gmp*G)M6}E-PRI#9LR?8GbUKC ziF+WGLUoBQyhg>Uc*2S|_GVeHisO?pF0zOL-y75yesCKG%hBSW(xcX-Lf;g=A?&u=MUs zi;8k=J1R5CFvK2TmF#3!jU(-zY@Mm&$X(T!c@2K%am%-?PxCa6usdIo&)PP2-C<-Z zcC&2k*>zlTwt@B*nF8H`;7lX(mPWL3B)TK7Coq(JhY~tFl%U#EtOqFe(!17(u+<6V{(S@)b zoPFR(Ptoj!E)fKZOE_2N%l^WoE+xuzy<)qQMxqDW_IL&1Ov02`7Zl>R}{`HX4m^;$Gk6% z=v%?;Dx7tPVed-Q_-EaSj$e89?|vuWeXazdgDiyC_V#Zpc;&s{gnPT+yaz5s&0c?} zG0O9J30D20w$=Q%w%oh-Rrwx}xvxqGlarZNePafRT_0^I%@~B_9ul4_WJS#G`G^$t zKy>O!VGSta68?0L*rV?DNdJl|cmhG^JXSpR(vHt-hAe>`+J6_J!_}bS!vveg7AWQp zl;KCN@5V*Y@@~X~VVrHR z72VVBon3K>!;D2i6a|;XJZPyfJm9Lw#yMA+oLE6I(5n7N%cDxRe${<>ScJn{kk)5N zAl&{_HJ#Viu}An+jDM3j26Y*jVU&BaQ0SE}vN~E4Zewo4OuXY{;Ei5rg>s?=nLlS~ z0B&2^`I$T9a``N8pA-|flgCrUS>p(0tKox5HT}B&DRPUEBP!E@2W2?!iE<~j{ zr*7x9LdaUC&i8Z>fwxt=r=H#SGH%642j;7V&fjo?Wrn7~LE|G6yg+)hDsPwQ7Atyg z0|+k9f6wGPr?&83GSp1jw)3v})2YS+K9)7S7%Ydr!%Gpj*j_^eV4(X8&J+I$m1njY!i)b zfZVMkX9e7r56zSa1I!XFqfHW)B8ujZPvRJO{Ns)S1NgC6d; zU&bRdBeSw38G2^tzT3Xr!OF^KWMsTDB65Y}F*_uMnerR)_rsPIiqD_fzt4yrAwc-H zhGR(ga4Wu{#`{i-Q_$|fsQ1s`^Xr3yXBw=El8~bsQy=o>aL)NQq3h%w9W07`B~^qK zN+v5!eF(Hm{Wd-0IU&p`-qnRm{edPO>jW;oRv&f*&$%{_2wBp3M(5U0gnfOh$toW| z^s-5@q8lB1CA9J~%pp7aNvs=E>+e(329dNabZ4i41vXEW=xay6zsIlNwd>|xy_MH4 z>o-+dCg95?NfeKWhh+4MuUR~Fx$%zKEN&vd%1CPRl!UGGccyyt!LB88>QoO~evQ3{ z9dj^oM*C{G=7c!3W(;(1qq&2%880BZ7y{3)3l8*J5)Z!8-uU&^!aS8I5tYZ5qoP8E zCk&rjf2Zf$X;QF#hbyxsKhpqtt{-7tAxy2?o06x@bO5z3DYTI|E`^*8-r7yFcYyoQ z>PhqLgI&<5?bZhk`{KRbgNG!AGqJz_z8-$xZsWcFegr8i`8}vDD!oUKOLLt~_(y4S zR2W(ZqU@VGKlZf?x2fpHKw!C`t9&x5Z89r(i}aSa{X$R<7URE?A!Ox1sDZI`o1shm zXCy#S>LwB~2oInpt#p$g*f!5T^+}XG>#~0Xt@6fH!)LgRT(WY2++;+xrpB+7?hg)} zp7nH~9Y4l+;LO21*SF1SL#X@#0p%g!**-VZRSD_L>|1;$iw>fws^XoT~sa(Eds6|lZyys?&-YcD`S81 zs0jk;9kzZO&=YfdKj`XmUyB`P``5{}gnRnNu{*EC=AvQfeVt$VZGM=%;~Wgn!Jcr_ z);!QWwRlDrpi7f+Yp+k3OR2WussO&P6R>Y~o!Y=Fk*tu}k?h3R1P@LvKtd~l>pooX z?@^L)%si@AzDd;{e4zV4>+H(0{3v+m?C_k^`D?T-zHuDpNqTv`2oMBM@lnZ;PEjS zJ<%0VVj<7wt5^7|Pb9YJ(&=W$-}^*nI3>iiTi-xM#`&l{yxwBKVL>>@$u#*Y4Pkvw zv;KNyA^MGgd_#xf+PEq7z?RpczaN;46l-GRSSVn+b1efsR2z0+sdM^zhs^*Kxv zsnA6rPM_#3zfQVF{Hgyz61$Y&LVZgWI@E;kAeCr~K8;jT^l7oLXsm%ly3-dmv8L;-@MTXy02G{wc7BDzdUR) zo!Ek+RHt$IfIG!g*3&p>qT>3s1p#&Pu*m>FJaN3IU*9i6ZxCMHCZ*@$Q?W)Z@vx!u z(hDk2sX89yxAPD32g@v&+dU+bv+}~45!qLuYwMoDd0<)&CA;jSN^i_G%{#MzLFY8; z)(5mnaYXPri7aPylinb+>55?i=%dv+ybxBdYcg}8qi{!S^yDwB59$B;a zNX+;vDUmeIF?}cq(37scmi*e)9dqPh$BF>=X$I>b^y*wOamr$1wrf}4?6Q=Ylhii) zh&^$Yt1hm7{1I_!NZ&Yqdlwy$Sa2i8-PVd~hjo#*7UD5W%`Q8VKGhw(qoav2_fO0; z_3Neu&FC7*)sUpw>-NeA(KE%u&{&g?2=|o_JV~PuQ`4Eot5tE zwz{D{ybGzfm=fp&#+iA&n=xvoRRR|KEL{4UheoNd@Ada15X%r`n;uSaowK&YDPATg zqgW@+{(%utj$uYG;F1SwT~XSM{xNFroT2j`Wk1+rLf1wLOepqEoZ+^XAPBz+EGxSL z#Yo`nl+YoJhig>2PHUTf^f7UtSQ}S+rn_Lhy8~|?^Eu{SyAcX5TRT&l|HED4J~XvH z<(Z;4_Rtu~L>AvzJ7Cnjm1IQY6CpVRyFuK%CQQ>Z4c#62f{iu&%oc2(!~Z;GHH>J$ z`A4ks0e9;w9i0I=*pplUgnKAx+n9DNr>t^sG*{J+kqZ@v7`Hjrywoi!xCeW)3tP+L z&OT?HV#{LVqn5kdm6FBAOKiMrJ5*)doU^kE*`=fVg_E;F)yR$YdEKN8$v9um(_nKZ z{qOakm?{%l)*J)Gee`*!>%9hEFp;qg!(_Ke5={54*U>j&8ryn`vtOeo^a`tf zgC1XDQR%Ou8*N_878yAYFS3>4%I_nue!`7O3U`B0rmJBqv|c9SM~|D5@Ul zIli&;j1Ll^_(e;n(o+){wCsnomYq(!-_p{>J}{eIGw05z^~AK-QB2I;bhIl6UEia$ ztEzzYsBLj)$5!Gg(VE7wvRJBeF(L$@1ShX24nQ=m-FEigN> zWFnMpO0#&POo{qRp{*n@8j2l#-Nl)#2#vV*__R2F857 z;U?r|14S8c@YNebn8`3jE(#fmnfWgFWb))R^@>s3gI=|1WdtEXn@a3H5x5S3`qmnz z`vlGFn4#Gb54P{Y8%{}mf2}o6_bJ%>Iw8u3iKppe=OM+d^T|&Ps^M+Vp}vXHTp){nVWa0~z8EUhAvx%kIg$88XcG^8U1w}~(!5U- zy`Z(L{Q?v zo(O#3r2XHLn`^e%ATFkeIdEe7En93`ti1Qpc!sg5YWt(hI;rc?DYpL}uRz5WMqGc@y{L zSvH1uybbBv(`(Fyw0erv6h0lq(8cU}8epPJHV0-F90%l2a2D%PFzxeGXB1lV>xvPD zTw@16t?y~1!4Y?TGSxJv?_lPvETbyVg=C>Oa$cR_yqp|QO}nc;g*^7aFK4v|F+8|U z4@idGptJZbF=vrgqag_Z-uVN!pbc92*!T<+-|CnH-|u2K+jO#M&(Tb}hsy=iA@xL3 z5M7GhdtxmHe8T(WY`OKp9z9kqp_9uOdINFQNJb}TARxbjBmh7|I3@pUoQ_T;flh<0 zgO1UdyU!Ij+Q`;Q57Xcz`1vo&rfRd9bcp-j9MZEYZB9=PP~AM_6rP*AMuXda-n=G& zedX9+;Hhja!JG4TGo#Bde7N+j&N4{X@R%A1)x*7Ox-KTo@wp)1tPQqkp*^}{PNc+^ zs2a(WaZ-P^-ujyEZ?}%Dl6H(;<@5$2dTQN7q9H5J>0jO#%kVnS4d&@ ze>GFX@g9D(W3=@x$9hW+%$FoYA5pF#?Ec_Y zQ}lO3NM>;8p|#h~z#(3AgK(Xn*|>P8Q66UVfU5NQq?YO!`Ei9Rp3kj#MmCheoQfTd zVWS>7Ea+pdB}7&b`R-BGdamJ-p0%XNVX8iKtKzV_D%obtwkay`>R#(?jY-hMo~A+D zt^O9!Aas0yzAtv!O`Vk6`;@JP7~4BD;~Bo9h%N1Nj#4Dqh{NW_>`JvyUy!LkrP${2 zE1Lxbn@k8*@)KR{xkjQJzDdHDRv|?)lH@mjdI^zT{r*$B`!NlH;&O$ym0=!IwQDxf z(8zn(uNbnehh(XI{VD43jzjE*ACGp9XY%ho`8iXY?zFU(Yr5de_tm5*^tSFF}#;Ja2L^ z47)2_gW;0B@sO>xpJH-~DGmKZ$Sy%N|s=$dDjM{&_z0@w%=C6i;F_ylP7HoFmaGw1miIg&0ys&x;8_E;% zmKh~lol?8bWts|a(<>@CAJ9zR!jp48H_VSUz5}!dE3xo5;Yk?~^Ujrw!x#UaqJqqs}Bq?yty)i<)x<7z2t{#}w`>R|O84!#01WHOZ7o&YPt5+ugasNyEls`O+D>rW8&tU8VG)^p0DRylL%Z*;9)!uop>3{8!qR9~NNxO8vrVHI`S>$ktAj6$Oij6od=m}_<*`%?25g5}co=EbuKd3nn0 zuqo%!Wg1wO8n(mn(j37oBj)!Zuma8-yPizXNcOp83NvN5fpvBvx3$0;-bgvznl4wz zoDHBu-s0&0C~_GnXpp(F-?CwcdF0}CgF?P8oRX>8=AMCZuixraMhE2E)bAV$mMRl-ma=eqc~;I_I_Tx7`3*MV zrM~14B)AT#Q6MrN&p9on{{lNZBg?=&*0)7A&R06?pZ;d^OxQTta|-qEpSR3!x*B=c z)R8|U@$FThF2YwAem$o+^Rf6%p0ni+;oI{-T|8g9u#lr%^J1O68Ei@dr^Vyu119Wx z&1-&g!%So)Y2zB8`h;$-why&8Yo~d6&S9f}6^Mv1G@jeb!xh@e^;0|o6UvN0DNu7> z$F<0<*(Vv;eIt+NQ{0{83e?zH%NT%y+-562@o-w^Y=NvTo3)`ThqZ}Ckuf+b`H()ph ze?QWFezP>6C5xs@2v{qnyWyui)lGK|aNbC~`S#rT0Qf#Q*UzM(;gl_>_3L#eM4Y;nvlgIu{ECk&z?b;qx91Z7>14ddV>+&&%)^ToD&X0LOMMHP+{96K9<8S z+LQHXGI7D0_DxMWVa|m}=n>2oM?eW>iQ`<=4>(B-%ZDjHimcyARs$3ivAfR*j%V`~ zA|dBK*`P;V9uh@-KrbS19-9uXT1H8x_ap8fOZ>CK;yIq;qh^lFda3KlM0J6zbb;J; z^AptpdDzBbcANKkRp4yX20){-laj;6HFM3i6b?{_A75zD1EplgWCugt%f3dp0urhn zlLmHWYzS>;1Dd7X?;yOkEr5=iBR=;e(53imqt%>{18KnluAp4M0y_>aKW#Y~?%)z* z>V9$rxtrI{H<|v9jAWbxZ@>Z1ZF&Skot6t)iOjCP!krykd}sqc0B#0yKI0Qi7p14T z_x1a^|L-Pqmg$17==}>$2{gSRK*HAY*RDtHa}Rkw%`4DgY< zj!x2}8{dC7PtLz!IUgQ>{mPjX^wLYI`?i?(Y>@{W=Tx)l_x8bg+Dq0vBVXTJ(sHw1 zQeD>q??>8gQ5l)}z+Uujw!&yW)KX`eRUP|Bs3`rE4}KSQ{ulYc0k z;lh1DT|aP5ks@SIwV*d@h_O2kB9&mDA%p3N#b$I3>p3M71+Jc)9 zil3$>-F*APZ7l5(tj2yYM-;Q0dUPdwj|s9i-Z|a;Ou|RZjP+b&ez0lT|lx%xE2YWpl)H~*8m_Id4*n=5io1=|CWbLc` zfQ-fc4zFQ9Z}&$B^1}LvZx~pSr{w7@sTXbg_poFCo{Bn0(mL5`4u&lsA{%_^RnUeV zVK!o`J!%sd7LC%DQI@!H4^420;BD=W4djyF47efmSf@LLq0XbNEzK>Vcc!{i)H!*i z3t2ee!l5jbTpe>sqCFbZ(fy|WXVkvc{B=lE~?BT}S;iy_iT3^aQ` zpehGL%q-kK%=mY%{sppfIO2k@L&)vYJ{CR{qjT1~j+Y4=;}M5tyz$wwP12WIQI^{2lyYyT9iB`9F0T~^e@!&bl?|J=b+@59!l;ma~Z_k081ABZ= z_Ye6ll7kT$?v7AkxYDP0kFA?sM6qLbBEwSHAuPS&?$Gh=22WaZAJdhewVpzsZxP6^ z@E%)j>RVWU0)Apo>ib{YNJD3%Rc06r+3(7%{hbt=9b( z@}E}^@uVDqA^X+o0soElE?Trx?=UePtiHkM`T#SpyfLES{zJSFIOrQpgh^4-0;sGg z&QpBvy1DlacN4R(zM>?Z2b7WQIgGR3A_p5&4baW2rnIViel^$%uUY~rj_CzsUJxc? zRe&R_78hb$AUW-CINkjTN-ua$-va0X(-dvqY!MY$8KS%8p#}w?x*<54wDA)09i?{F zUp6pz><7x;d9VelV*9#%?*;XSdvyR5;%Nhf+qZ9=DN~wNOg=iH1N;!La*xjNLip7s zm|FL;7Wx~YTkgRKaTgN@pNyW!QBqvs^FF?r^!y6__D-)Mbnt^a>UM`l1>mpYJ--FYeoWVUs2O}hR;YN0^G)4*py#3qxK5!xov)adD<@{BJQ%WoUj?m{hNmWPq zkc~RQZR!fBO5XYg;^Lsi9$H5m@LEp$?*KK|>W&e<+a zUlZ*1ppEM~LNCeZ%<7Q+Dbm6}H4o|VRQ44~Zf(kL*AA&$#h6K$!_d=LjL*~^x;pH0 zm&CD-K)*wOJd8Ym=>B)0bs*f1db;KjXsRT4zaqK&=-!_Acx>6A+LlJ=9+8*}RPSH8 z`17@c`+l#(jOtahv)-Q5;9c`WzkS{j>%DkE1VVGePSz%S^E^(jnD)u#kcPvMkB^7W zkq6pcz`=OC-g@|4ZX8L@?@0C}Z-Y^rK}Q=15SJSWhY$$r2Rfc8;+?=YGutOvw11;S zLo_$8xu zwD3U;a_11Iia7WT%{5I^3DXno_fJE-=?Wbj4=#bzwx7C3jxge6vS-k{{p_Nn3I0*@ z!$)TUV4DZr#|31x3#8KR^99lK%ghSq@b9@K#cib>43W}bV6_gr8SX0x3(&Fw4X?ZU ztxF^zp$-+}yw|#LM2vxynX+tAnSa!};{mm>9n{+7=wfa(MqDb6wGIrgu{Um zH5Xf#BTm}@vd>K&chbHvxw!1g2BUc34`3iKvkVEye~kYZXXWljO8y$Ai8Na z-<{rfDD4v|`~d*D3CXw5LB1t2iXYFP62B|0kE$PJPwnbPZTB0s-TMlnD6?hjrXIaUEjN*O@v++$ck zwxIp{EvB6azs@cL!|y@E^Ga>{>k*9d&XqihW6QtLpoVE;o`AX8N-c`{3R&ze$RI)C z3=&&|TBRB*MfU6X;Hm2^T(q;nA?GC6V)F@`Nc$hH6=?{!9v!$+LvvVLyA9tb&&X{P z3JaPM8KJh>aMGX)ZqCYdzik8NJGSK+XNf+ixA(~39bA0gYsbc2JH<)+YIsOgcynlc zS(_b2ojy$4>w`nGXlxU{Q3CRV8=B7keUPF$Ba*r?u(i2=ga7Oi;e{HCj)1Iz&&^*20Y9K6G<%KaX+i8CI9;bKD!1<~@$Pd|kw+&+bJ9vE6Ggjqf z%fh6Os2T1WOCtc}-V^;9{oF6;%bsrCXqm`RosM0)qz>q<*R`kihJ|h)aZBk^h4P^A zlVn%)&yZY01~0r`&RW;)m7Mosw67O>)9#NnLanhMFNN%qj|O>nZe;8qHss54&TWm4 zgOa1n74l1nYJdtGqQW&lK9kXc8{EgrP^8+vm$8M8f*tuiudM?c3Sf&&K2on1X3F5_ zGWZ$G4w!k?UkHp`12XcU#XXFk(XGM@>#Bo;<&?f>lV_!upOFRiD>3|wMvCrGG^7erZ6yPXV#uW`u%+7bL zgEDxCL)(g;YSajHb%<9&&V*JD>wiW3 zd5FC^UzeeS-zW5C)wI_m)RrGXg=A19ksYQ7^WlE<)Nvg8uo@40+%FZ>K7F=x4s{rs zH}}AwKK=enn*aXG=it<+CV-}*+V|z!q@NaQ5TsNVou=c&OxdYp5ay3R zcyfPm{XhQT$?x}Yjlm&skaj=mUZ_pbQ%?&u&%go@!Tc3`(t~_n_A0B5Ah1?9(Rfw` z0h-=8i6==EM_F>Er&x=#UNo9cqE!9=Y?4QlK7-t!1wdV+`;3{uMwI5yv)fU7R4;u@ zdpnVCUj91B<6fd_oW_Wj&ezHf$K`gelkQZlcVclVxbym~N^o}7;%e>@u5%~)Ut1o) znB|!>doqa6wMyRng7B%7N{xOOt z{XhPgJIqK8^ZPHq|1zWNL$$Gyk~zjV1{2h2MRVK>qpvC!TduSYXa269-%UY4e6^Azz<6=y=e1OEp^<_~6Jk2RA$z8Rk617u~t|6-2t zFM|cXCznG3fJ<Ba;RoB<>QJ{};ll6nPz_Z?(~&y1s!du<((Eky z!sC32PSySor-Mm48mOO8`jY0grT%0x+G#Wfx#C9s zyqGj%1*tD{>YUg*T=N}BK2xTYW|~L=vu+Zd#D!um3gwGt=2>XsqS6u#GPt>%* zfByb=i49R?4p9$#9pLDX>^IUc)iT?iU*5sum*e zr&LK`iqK$7Eqg-YYF3O2(OQXsO5x2C+5lSFs@lqK@C_{Nz9iEmUe3^9rlmzM zftPd@n*lXfL2}VUsA=6ux99ndO-X?8ePL|);*FwO#>42(W5w08v+r=M79O8_oJGJp zB=8CLO4J7kSuY;sN`XF^ri0#Xm%bQh)3uLrXR6rSHdbcI==(D2Gtv6bOG~O3Z4LRY z`8wKv@vPH+vw!qL^=x}Q8{{YPK(z_VR<{-(5D$nnhSs|A;~alSk;%V;>#J@8oxFX0 zsBw4>dJeoVN60L`N6kztFvBFyCXv#Mhv_iwMptRp%db{}-A?Qwi~Rp~lharc!~z;t zG+BTxGB2sC6VWxa1i%eqq-9`KuGEPhjT#t~s;FOhyt+W630F*wM}i)#GJCJgAtCV6$xRO9euI30a3_?aM9=UusYV^<}l& zkH^i4QgB3_%3AAgtth+z$@|Mp#BByEEH`oZgu{Ir|GNf4S@G-NuZrT=<(=PuZ>ay@ zSe+!rgas3iE8$Xv9COD)M(+HK_3(x)x-66$i=AMj;KJ0l;(?N7goK(#NTKJugAc>_ zLeZk>I05-_0w$>FixF3M9;|&q+0qt$i4^Hjy7`U8nLD6W0UCK&!k|`wUjBCmFxF(i zxTv7}fb~CETe6%!V$-S9Uvaw*x3)G#k7e-@s**5g{#0jB;jb?pjV`yj62M|r9pmKs z=(M)9qa;|si@WPWh(pwTOpTN%{0X*GHwCQt3^K7UDA5WqI8U=wi6Ke?wev)2RIVC& zVqDQ3@92?W{g3=k`{U%)_6NV__E-a|q@*XrYlP|J#}>e9ZLkt|*k!RGtEF4jp zPWC;+cx%##ZA=6Gv{2f2ZCU+SX6YM?uynz_|MvS>3u&>!@_ zfI4GP85F+%x>Ni0&Zqyq^IxA=cHkdHsy_eizn1A7Aem670VtU!WXr$SpivFm{B2qN zy`%qL{&o4+|Dx}o;=8A7cOQQKbFIGheP{X4jr#rXPTAj88`ayd|EBx+{r4XBP^+mw z8_>o7Rv&S4zy2G}>i6GQ`R~=wD^Njw|NFnI-T51Iq{cNhm!Zqwe}|HP!+EKn|5jVY z{u_^cP$&|H!o(*Amiljrl!B#tw4`ws{-(W2CpYi|)c5`DG}nJ)<+v!W@^KIT2F%7X zg$eMl=8IHs(uaS0N<_jt75D*Hl<+U=1vp&RRl_aOv_3oYF5fO`p}`Pj#b*Kk%$iVV z9D@X)zSM0w{C7g7mfU<=TK1|WewEK4z=v!84Z*sS!?Vx&J1=%TyPx&Zhi1o+OVXNWTPm9h2QDl64~Co71{p%7pq61A-_Tmu~uUvAn=TwFJv_O9#9as zeqKTRAq{VFy^Zv#C9CpvhUsKdsWjiS75j0~O0$Z3+qT|Gn#E`y3DtXG>!n3&dRkHK zVMwR^3oRpCq3&a}2Y|p{+_r0MgscaVW~qJj;)Rk@mg@X_cmLQg>ipJuVSg#<#(sJI z`slU!)!Kj2eEs1Mw>lR>E9NP)mQ!iwnY%8Yv|8EPydipN@uQhm9u&!$5)lUtu9i`!}<+adE|*3Em0VhQ`%vsszG(^+sh!<@K1@~A4fMR7Euos5<85*12(7!YrS%cRpN%d@+*h4l#b zRaN5lC)3kYxam?+J}T4B1H z3v7n5z4Kj72(DIq09!-djI=E8z(DE669js(OPk=XCiGPugk=yMiT`2`y?7E!8-{Hc z?t%vRH42{g9lux&=o^6a|IsSKMB}j-T&*Q^oJAEedxBpRR;RGe1D<=Y;u^w0iqIPe zx4qmCnT7G<-SjyY(gGh{%TYX;#N9rUXxP=OL}Az^UM>&+VOtH8TA?p; z_?2ks?vjslI7ukEcpl>aii|2`c?OnrBkuw@r5N=^*9;k zmvAgk2KkB7cof0r_PxX~RQS&Qpvxj()gWa?wX&ZNdf>KUTgTBLRoJd5HjU~_7Ym)n z7B>Bv(-AFFt?LOvJY5pnGm`? zuM$k$h73&A)~n1P1m%bfxl^Tn#Wkq)!6Qc^zPA*|kJtB@w>Bg{%;bgC zejYm%wb*%{H6{A6R3LrV16E;4aupHrc`d)xuZ+Vp$*^5H7K@keE_zhlk+grRrK~Mk2$VGCZ6$Px|Bh3b(5RT7PZnET1@F zzUn8LTH7QVy9`mQXG>!8r3+w#v4LHg#1{#n2rvj2jkT*20*BX_bd&T_VZ^CwGhk|4 z+Pg|>^}{bn|^BSI5aGL^OR9BoIQ9K3%2;uNzIy?ctx5-$zRxnI_-#m5&aqN|!M)>dN zW#g%i(3V6*Ovh6fkk}DEFQ6@q<`PF=Q(&nCRTzUmd^aOjyt0zgeY#R0obv~5SLkkv ztET=j05?>5*%Y0OllUUwIS3axsyiiSGsx91Bp6Qb!D*CGd4DiS&eS;*;9M$^DRsbI zk}3xdss?(Otcp}q(~h&7WxG4t%SO&x9VN%pW`tT!2R}>4jKR>504z@DtpUBl<&30-Y}Y z8sOK$bXOS~?; zK`)Eis4lLF)r@CruOnBEww6P;J1dVXo-Fnd*)uE7cwL4RTaT!8mPxl?OO{QG0QK}8 zfk%&`3ekQyQF;#e?tu`_-i}HX948#j?6Rm^h{;N-pN#VxDJnbe_%r2~fLH->wnabb zy>=AD+FUN&j5zuN6u>xgE-3=WgVpG`pHBx`DL)Zz!b(N~p-D9zTc(~fD{@#)s?E48 ziu{m~pe$v77hw~<$N|qSWPustds#tzNgBPQ)ZkaEv48qpsWv8)e%>Q3993qMQTS=-hGQ^ph4KUnGbsW>2ChmV0GYTsAiWpBxN~2?TA8Cy9cRp4IC7%?<3SIEt=B zE>9$b#oc&qUl~n{zNzuZJGr_NdwZZ0u7fpFfM8L-2cGqGM@O3^O)*w?wzek$Hnu&v zW7M4qTRwuNa|ni|jS{zAvT1E10m9NAByomO07XE$zgvzT?dVhLxT$reG1$vOmv=v~ znc-yx$!zHu3$3Z*5Sw*clOwSe&mYB81)RI$y8Z@dVh5bmFfb51T9Wz!0K4SEa_=v2 zVHxY4(r1t(K8yitHR#WX$UUAW!Z)hqqQgCC_aNC^4!CdQ+bB%FJoN7&6JBUq_Ii~q zYix2F+arl3Itn|zrfa%o*M})E%jZy)!ui+>N8#Bh8Bfs7r!>#Lv2O||``Dt@-xWGmtaKP~+`SWvL%&*j$cXVulG&&zg;i7Bb+Jo0uB zy{zZqd$ZR=Q?uT;fnM>XAH%&5uwjTzz05BZo7T<=ruift;{9Y6#nVYXj3+6~nlGDx zPyfqqem9x3spb?i|1bc@-N{c+b)#H>UNy^BO)L8Xpivhdd+C2QN2-_L z5U59T)^|*u<-i2QxCB@f`^lAPT*!Xb=dQk&3=+&pv%t(21qM&bz=UV!K;^`=H=LQQ z$LgQ|5J!lntV&l_oOyRoFbG=DHu5I< zRoG_a`+Apo|3cIS4u{L`Eum36^}|F%NnlCud$hW`YClzxj5*{1M7YxN{BgDodkZT= z!rolqndE5D zmr-2$abeD19`5eG1q}fNoC&tXQu^FwdwB& z{9d9baK~Wn7Y#3Xgh!Lk*iP_BT96xTI27Z)y$^)Slbo+nAG29b+PV0f3Go0z{Q`sK zaGoX_nq$_f&`p)7a8P$cX$aJgz<_ z4(J!ne?Y#yF{cr6yTbEElu6h+U2E1cMdue0*<0(<_*y3rbd~bKnQiCNd|#Q z+HI(PWq+Z@XgU})w(LfrM{k0o!CyBE+qkMhK*WVz9c~$(YdibIJN&YB%^4nhP zk#~tYD!J80?v*ck%G2H>Tu266l73|lLHm;i+rggAa69@B5!3FvUhvn{gVBo7vv^dFo^PUqNp|6^4m&Tn(_yUuJ z8Jb*{T=Cw+U81dL^Hc=oQIbDJ#j+&IJwqmmAd2+pV+lXX0x0)XUYJfzj|=e9-`}Z` zA=}|L2N^$t2~*XAYHgZc*y~d zv!qUCZGij#gjE&M`b^PLBe>lkLyVwyz^PdtoW-iClHT$$Y_!tDuVU@Iy8w~8HQni1 zq7#PFOro;@bqP(bic<6>nW&h~Y%)>SU}n*TW^t2smAsSX)56>z7g0;gM^8{bLgIky zx=eKpJbZbb#65P>jC;*O3TH#~xLb|hLK0z?o^-%5_kbP7MKmnVkjDq((lPFh!~6o~ z9-jmmpW0b5^bQ#aIzCxCU`0Sd0qE>_;f~_!`j1j5UUxb^NN(!jRXB-LhytV;d%Er& z={}=#zv&9<;Hc(G9tMhhgHVxef51AixPih!QqFaN%UfA-=15nlfK(`2j}bxaM?n2k zgE%ZiSWK!(2W(q!HP7I|2+y+&Mqa@-Ey>r?}t{_`t*qAfFiAvB8P zUH)DEC}*aOA{n1LuOC@J;oezJ8jDUX0o>Uf4)6eR*I2s~-MuTfro2QGV;YQ`^_KMA z+gPz5rQ=RcUKq&-sCV~2Lt7Cb-fY8!hMdU)+lfH~)ZDRZdc-^`ojs)9kcHii{_+Ft zLh+GOI<)a|JYNusM9vO(wn1Z7aCSt@FMu{w&agz-QA-dzEyAWyb92#7XlKswAuK>5 zRDnb@(Wm6~{*N?~J-lVA%G(%^phd}IhPxj$Q;;7vC}jXUB%LT+6Bh(0pG=;GgjutK8`2O&7FhBeP%$px7Y2hIjX%WLhh)|TaV{)#w!^&b*bUE6phC|8{q-b~zw_Mezsp!T~ zwJSH)Uts?G89tGDQ`yaKG612}?*ogWgY~twwb_lI$JZ6@)fedEUa1QuNan-z8@^fa z1mC0N9?Bn}gSFLrPWux>Dlj7k{i+$n7^c}y)k2p|e9SPuuBrtqvK7yfLhn>hT^nkg zIfAm1PbVgj7uUyy3dJ`ROx7T;yD0X+9QSUHCtxm8$D=#Q3w0V~1;%xQ{aC0Mf|qSB z9uDGS@{&IIkw_wqnsj8qZ)9ZCZUpYV$RCC&@tMJ2YQyNS(hx@d<%X*!WudIvOF~sm z9vxW~A_3aw$r+r4EHZ~kP$R$HvOcAWj!p|d%QK44U@yq&l#IQT+&rHJni0Bys-yb_ zI&>fJnj!Qu>GWJln}9T-jKn6>My2aNRx?@|#KotXrCFZwMe#tATup^KG;wVo=G!Or zKcD^4?U%qjTum+{cD)_-0Ipv&neBbSP+_%xhV737a*AD(D7N3LNb&rSgcJtIW7!$_ z6{^YX_iE5+Vd&^~4t!wBA`D7(=wX{DOsER_i6E)ni;XehWBwzkD@Wj3NL>z_!!7CYnr>7sq#nc~Ju9>Z)pV+tQ#c@o1ty9VslT%vHo!jDfO$?}blV))8lsA|vVuHw>zG@J z?Czwa-O+iGbPdn5(Q=tGCld6oNQlmk{kHi2Su%OUroIwx+NCm1>%44^(+6wzhzX$& zlvh=wz!Fc=*~Bo`=$iG&GcYQ6dSwnh1~WGK(Tct1nTzW@vljQdAJBfRL4r^U-|z60#77aQlPI*+3NR=yQm_zZ-%G0;N!B1=omdfn3TnEL>i$ z*e=<81gyeuj)jXg&qK}gMVsrB8uWFbJH)T|2xXJ+z67PCJxH@Rk$LXHMMCi%`bS9&-_jrOll) z1*nvrF>g2Do|^*D5gy#@4@e9p;uvPl400mz-3#PMzv0A}#a{zrMn`AXp^TM8c{qK! zoBewpDliekBluHu#U7lQCMLKqgch0<7&#|6Q+Vwfp^4;^<{GfUdowqtc5L99+85I! z3~hF-?A|SXnTVVF2XX6lhpI@KS+{{j(Hxls*)a^?cKZdXCl_%}ReFMvU=;0JvKr_T zq?u})pUX39R|)*4F5a-9^iz4m;tDw7D?nGK9V&K=hWsw(2m*n&NWlw3Xwh^7sN`Iw z^jdFk${=AhaFqPSQUh|WotsDkCR=#U(*H+mfuv%XigkvFdmrUhB2L5=XG}%E17tUO zJ~3x}LM~Y0+d>C{YtF^~ath<9=3%jMFamc)hKqL%Zr~yg1Ho|FzcDx2jNohC%>?dO zbq!g*_AN#E5aiy$BQ=%ed1iv*+t5Rk(6xea3j$I)yY{7sReZ@BRB8Fr37dtuh_ksb z{R;VHWHSL7B15RC=;wJHs}gw#fQ=&Ihm$~iWJ3mWUveWi)IxR@J$6IerOyHXYhsuL zbD+0sDA2_99S=ESyVYm-WAoJPYlPlN=%3ACVu!7uj#OTx^ky*M)sAJ5dCo9^{6z}?Vswt*)bT60@+OJS3%PYUUG^TOEQDaKiGUIpxlRIn4Awqc!x1cf4i%5LSu+F84w2WO>YVWW(d; zLK1TwZi}XSbf5<5@grcMKB@sUhoFLoIKQ`Q} z)142vB49xAtp`=^N^||3Lhe!GvzE%;@x!|X$&RIsnq`%r*%Rn8WKp*7E>~|@&=@PI zW%-Jr>@{T!yfW9gHbl5|{0pnXUnr$3JaPmwk~;9+cv>W)rb248nvg6-sr~!-gd-<| zkAfBwLm-_C3&k9giK~^)vb37xPGox7@kN=(zoq2E3@Rk|+)j7Vn{0Pc&A-UA@?QGj z_!&3|)lHi{y2@(0T_@Tg*T#n#C_R-od3yh!kIyDI*uu< zrEE6#`gi29MJ?te)!^GOAbbS3z!}-MeOn+fxD`TU4SyG^&F69*vs>F9z`l!_5#zI1 z$t>DB(2XG;M`%VpkZ9r)NcDHfH*Sh43r4hbM7Z*L0?!_ zR(s`;OM!2J{_?D9KpCs)+-4xQ{%hQ2%(Zq+yC9LCP6w9E{S@bzL*+1+EK^qRIL84` zv>7-tkI{Gzw-q*GGk`)5o`7JrepKB0U+^MD76{h~MsRK5M9P!c_-9UHGvv0~;WlLF z4Pc8fDGHQvM_ip5M7FV3vHHz_eloLL2IU#Ws1m3m&}`w5yLsVn+H={2zY(SPqu&;Y zeOqK-Y(40o(;t|AtWZRuVp9Q86Q1g$Dm&PK{D68k1Xd%lB?8P2?W_J^ z;Nxpt?xaE4GT?GGZp@nzAs7{U@)H6|+R*nHbx59s@~GL0UUC`>TdLd#x#C}=rLC<^ zh}&3tuoie)lWtPZKz-NYSNH?+Yx;770KdC38>L@@*{>E#rn;I76b_(Z$&oO40d_HJ z8li2lkXMzgIQMJShaFbr3{VtIRN;d)_pV>#ra)AC#@UR*&yUN4ZQCxp{V-K#(^E~< zb7iixaokI^q=r6EI0OFR0EhxyYhHw_;bTk7N~*)$R<*|Ozc>E9QID1|P{+Qjiv1|{ zrkg;L+m{#|g5B9NSrZu0s600;F7?>L*SEbcsnE6J;frqXcVFA8woKLpiCxj^;pipu z1rdZPN&y6urC_ty@GfOxNOt*y(@M%9RNa<9a{Z-IJ{XWrxum!(3k#oveH^i6*Y8P} zOT-G;c%0?n4Mc@SbTm#b>C+*)FRi)fNwLbCm(Hm&C29r_wl>`<3={D0e`_$3qk`Sy z5N)9JcW>}wsT7@>XM-EcZOmO5u#~?z(@)0Fm7b+2(r$7(Ajo)lSg!J`J{_em2=Zmf zXW{v=>WAyBX|&XMxq3zpeW<9VXqFBm4%b+n^p!dW3F&<6+l;De@b$Hgtuj?tEamw4 zP)ko}%y^+FkUF&y3Az%GD^=p3ftuq4WU;qdJe~COF+TokFuVNau}D9lkO}c(r>c610s@#l z`UgdioW04x$9C@SVA`>9lI&4hXfK~}DcKVh3skgiS49(B>NzG56~0!4>M7>SDxgzN zxuLebC|6h(muux9TBj?9w=A=^9}62X6O<5|y`Dn#qTIRssymluZs+AJ^cdz1e$7Qc zzDUF-qC1L@KvPS#N|>+M!G5Nc(M#N-(C0VCN7=iU5;IBS@#G|lClx)vVZ-Z;?n_l9 z{SAc1laiy@N1Bh{XIo1DS4!` z>|t7~Oig%F9-ZGb?Lj0A9Kk_y7I$wTS+Qpp%I|~|PFCM@XyeH%Q3Y7gA zf#pMhXJ_&U3B8#=y)l=-6{ZeO;KS7yHjQYwEMkgqVWA!5gg5o6aE?POrMo#^fVyo6 z627ja9q7!07YJAP5ofiFbCWO=&U9+9($%(>zPqqlC866KJ-nvuMMiYCs#V%kG#C^x z4i~`ItDXI$0H!%z2B5%=Ct~{W&26Vx{9WnDZfzbMPNPN1posYiI{aL+Mj&-53JjI& z0bRX<7xPfcq)0gh9ZzmamGD9HEo|Zg4(qqman_Pt3DX_T#M}-9lSsIno&JFcLTa)!gbDxMmZLdoI61}oE zX7n^u&ni~7wot%y8(U-(*MOE~8<8%i>*FtX5K^_gQCKN+hM_Xk*eYMPtx(c*Q(I(O zmJ}-6L0JjY{gl3xyF<+`(3jEp0_vgIZms0VO_z#~rybdrr`MthiNjh-HkFh#WGk^m ztOaF(99jUDC?bVoPjWUbK_Iqmw0LafW?L^7wPIT*wlzp57S*hfEM;iZpe*3pwgFjL zcT@gk!Qg8z0vaI&Ev)ibL=^(0KvgMf8e|oP?kNFb+dCsDwmT;TN=!2;TH2P55ULx? zLIGFAa~9PkOl7%%r!2OxWTqpgV2YsaWv-}pZOu()ML*2rK}@RcZJldAN1o}v1cn?) zs=2}~Eco;hBztr-^VL$iHEO1?tpm3$AGLwP*2=VuHjlgV?JCKLMa{B7ea#v+#31%v zT<%Xv4ERnf#bD$a`EgFt?uBC7kSnLFWa$&_BM)!R^mBXqSLQ-;-;FXW+tsBuT+E&Tf_$cC#p*W;sviRNFbvbE@|adbptv`M{ImA>UUv z21p-a0b~a!9KuuCIx>%;dV5GeF-WI3j?;ND`MXd@MBt0&CRD64uFUk}JSGzCtQ?k~ zl)IsL_$1hY_I{kT7*9i@b=xFG93033%t*k~)M3k8jCQb39qIi4!%Yag51h&K-s!h|+mOj=l zto(*57b~uco!aekD?G9t3mD)ZaO+(f#}`v{mI7!|a`7vXaz%ZzUhUJLXiC{J@zdZ} z2ftuzmZI;U1$DL*H|r+Bqc$wg9Qahs$9|+3T9gG;TZ#gLJ8d3bmj|+8m=i>B3Al%P ztlZRt)CE4fvNO6PNN8!wbFodxJS5;4m^mhv(iCmI5%{xLNhWh)YT(Ka**FO=Lr5iR z(0`%K0nS`!aaUWl63-ZqUEHeJt)zOdT%kl*p(~N2(h>D^0Ir;#PpIRQS>ah4OpHQA zvYZozvZ4gJrbUiwNOb(DVxF3z0RaYXun2Bgz6pb+PwOgZ27Fd*yqVqD_fop#bb4|l z1Bc9$Q|VcjL+C1nwr2U2?#2)_b42x*FuqyX_$f>(w%wImp7J9oYUZRmO#1PJ<3Nh& zst+&pz($#;blJ`_@wnA-q_g-!f#h%aEaswfEj|4nqt(l0Ck7pr)V0aWx zB(Z>(U6Mnr!@mpQcMwpCskrD;AuY5oIsuomhgE^NTRpzx*uMDS42;Ew*X}K~N$wp4 zyLwQ8bKE7$_~UF`i5G=8PaIHp0k2X1#)QO1BnIu)RnhQeoXjQ+i-b*t;^}H3)tjYz zE!x*~mMc%-2{CrRr51pBcNS@)MP47nthiO#^ zortUcKnj=u>Xe=XEh*}ALqyTbt{T$vp(Z?ab3#oW@x!82F!_v-j*blv8l;M*-$kK= z1E;(BRD@%RPK|fPlG|T#m7>*5WJPec5pk2&yd&jBrXEkV`$)}r>dVJcmtA@EM1kPK zlk#Z*)XK^OD9Qh&n{mX4Rc+Xa(v5M4jX0sGhIs}Aj3g;-|0qJ03EBoxNSxDXb{V z{JPeU%2a(*PCT5u`6m_4*k>+-*Ey8Sa!mZBDDx7j%9kjYV*v;pQZwYsaSo3jBazC0 z!{(=2e6H~J@`Wx-v+9Q4=ps*wS)_6ZjbB6fUxBITO!n!Y;4x-I*SPMb?R4WYLq2TM zI$6F_qKqbGx3_s0O}Dbs7*W_5j3tn)o@7#RVw{4RnnCK7(sXAe1Oz-%2+8#K5`37x zl+MW)dZ*@kl)!W7<3t_NtkBkFxQ3_=@3|0oY^)Y+b7pCu2JI&>k{KhJ^s6WN5*#4aCRpXNqCu8l`N{HpUn_(oP7aN z&t9@kJgD71y=}hgpxr{|5<=d`75po6lc5fav$~#;qNABhog}HX+C`}i!+EjyKbUvS zNFJymuCu#Y7wl3Mk<)fAm~XLRw~`1nh+N@MeIunK3|>6{y1Elm=_oV!5P+B5p40FK z9}1n z2BVYR;dWULfmepOXA;Ugw1FN}j0+-9xojPz0VuM-Gw1}^ejqQQejGspWO$EV1tSar`D9t&@s znpv-We>mfs29BE7bfN1VbF*35c>a`KpgS{$YXJ2Xxw@9JCwT-f8!O?EF0kRAAkLO1 z5%OoE1?Ku#iPRw5#l9Px*#di)Gam#_?KulCCsm%w+QV;C*k@CIOo8gm&5FLTW0pgs zOWD&6Ehst4EtY6Kxcb{=Rtzk^U6EK3l7zl-Il#f+@$$r9{~J6*Pk^ zZYmRF7L$C$$vEYEULvKPe|qNosxF1d8D@JfAU4Ww^Hq+AcM{)-7f(tfNHQXNBVQJ^ z!()t%7RZwihtn*jv>uDkx(pg6?9f$WG0{j@&1Q9a&C-6_kUFOaH*8o!2^{K)Z&)je ztEahHI~k`#qi0$fkK)q_JU~)lw1fH$j`_tT9SlSZMchtMjR-~9P z`KiN6CaNt6cnM%UMT$BTPjcsmhw=IVk|DUQLm9=r3$OpMQq&xe*V!w;kHwPp3+@8#TcTmMqI=RA~v4SWCm@abftV-c%j ztVOc5_fKC})w*wM>Fhee)NSjwp7Fe>s=E=2*rsfP#DN$D@AQ4WxdHc9U)jCq$j4>;5>pEGU*WI*ALiEuSjA5co$gncPwz zGlx_!tyX$YMGYx#k*-7j?bp6o1ch^x9a%xc%Sz>WFQx_LUwJ$yU)Uqrgq;?h3|1v3 zmJbso`4li+P#`zv{13x%iYTa!=RePJny=R zux>b2^E%;Yap?xBP||Dkeiz#?;+a;knw>`DWRRZ~tHYv~fkCcu(nymO#QscCnnpZU zQqX16*jQU%YpmUCtZz1W1`LP0W5{lt(#za;2dR=9WBNPJdUvn#@kKn&r&+I9jf>H> zBy#$s$b;i9%bhpCS83U&1BJf%DdzqMbsS~1Jikckd6zLgmXu0wbQ9o+9dLTWRR<1* z0>oK5=}%7(2+iq44LzBp-G-ltwJ}n%bYo-vzFmuxG%l1f&aTL1=p40b=BE%~zeAOs zxJx7r#-Pj>Qe-jqdQ>E%c1NR(B6^IIZjiI294<{N+nQwjrsuucOJlm z1yIrg-Th5Neyu@~X}T6WQ81);pHByIfl{}|UiBx^t-H)oXKmWe^gPXr_#$qgumD?@ zCJ*lND0lg8^_Jju*9R0?W3Kw!uCWrnPWxNH7fCj6q~qOvQ!x_Ju1}wqn(8cGCQF~; zNh#HNZHX>imX=q~^E9h1yU@QDMOgclL{zQ|4@p*y$Hp3 z@?X!%9?ahk^D`wCp5%)4U8w_yrikb8_)3<38}B$(qv&o3%S>(Ymm;AjjbW@b{BeV& z$Gapw7L9H`1~JW(6vaN4m_hht15!#PwYSVm;9b*JS`_34QbZf&hswikH&+C#T(heHr$ zLrKAJt(mC+9YZaddI5tEz&c9z6A1dfKsf%KQ|S)xShU5Zf_XE72SA1B85Qg+-ENX$y6ef z`B9cSmhnaM7XE*!2O@YXltB*+q1@2XEai~;UPwa>CWFC4S`e$zSmEIjpX8cCqq?pW zI(C3&I#xWQytZCXs)lraa0Ac1sLRkRw2XZ7Tx}-(yyu*bpgF{y%-Edv3T-Exz@9a0 z$|+Cxs^ioMQmhl{Prf#8$_rVplZxY~U{Z0~=@RtH!ThqmqXy7{txy9N$$)Fp-s-%( zr`K{Y%6yAo)SvQ;lkt|Cni5%$Gu={VhQuJe&TFf`#7?=%Y)c>Mr>qgoXv@^DB1LV0 z>e)6WT4;c{SgP7`?%2m=Vk$Zo5_Q>7Q|&Poc)UB{3I&1@=&ZASp7b>(`i?B%^W+}0 zUjB|8%)9^$$GwRdfJJQU+C*}uP9?8&98>5!G(jI~f4r@#{mJBECt7-Wbo|DolAt;0 zL3ix%PSTIEPqFG3BMJCrqb1j)?Q2zn7AI=kNzt+drnQk`0_BTi;m%?F>)xaNPK{KJ z0hG=wMyqesz3C1Xzf$)14v2qsBxME27Xu(iDpiE#*rYnDv?il*zW)`_R;!u|ZKyRL z+QxQbCAoQmoN)$QNS4zBxXcM>NSLi90saMd^Lw2)PFj58R+@3iFUYGn2lurTt%Tf4 ze{nqO<5etBC( zgQku0qo2q7_Nlq~=*`Z}Z8Adl6BLLk(L5zqL|zOZ!g6di9WIT`YpRZZVQKYGogmmA zqPn)(@8~06*XC|rqO?Jo*w#M|-*1o3|G$Wfb_3{Qjo>-|j%}7xlrhF>4yO8}lnR3C z*9~Q_3#u$rVK|mq`v$OlmcVr`g<*e5qwkLqzuGBov_kzRRD|g;xLR*quvnFOWECz29hCTyJ4_4`lvu=0Bw+1sAl` z&a;U+T6cjGK-$lE1d%dmKWOCLNiw;sWRD~sdU5Ds58}m!m?-EqMgzFp>-HgPfAaY4 zn2Hm{Rb2x(-GaF|*{0kX&K89%(Q43Te-d6j zX_+XkL1eF$9KY1(WUlI1-L*n}MR#kWsIY-&~Fgk2^BJBXBB+R9ugYO`WmW3woy7OKw-Lsw(y*icf3o7 z5B?L?!6`zGat8QE%kqx`)LJT0jUblWnL8tZ?pl3T!{p2WndZ0@gC`$(CN3>V!DuF1 zC~v!v4Cdy8${TAGM~O#L)tsWuYkgy5(J7`>O zvJ7sb(>@q`IjG0cQX>JwrMJG5wXIh||)g5@o2ABn#7beB$L;42TK~6QN!*NR;F=i@cO)EVWN< zPn(DS0MMVp{=-U%6z}?NEV2W)D&frot}Cz^P%kdEh2^!Mkkr_!X{Msdw0V=nmy~A+ z$5nl~&1OggOz`|y;RTb^z65N{)}NBiT>j51sZf{_y2jg)bbR zoq$W6wqNV~7M>k9w7%vEUSiL&)rAc8K~DlfMOUd?&0OWw|L?k0&V zz56yrk3Z^Q_g6UAy%fPyZb$nCT##&Nm!YKhYhW*cA3&wYQAqW>wXdVJ%?Awff7-hd zy3G`~%j9^${L{D05b0j7g#f0V`!HLv z4Y{Mi4Gu@5iYFtscHgGxQV>s6r&9?VeuD#KC;dNUx1blmz!Ku#gOFO(- zW{s|Qk0bM7eW1%D%+4*(cGS+9jV!wiw*C4@kj1%)v-kP8V_2or1#ap~YC1hFk3P000O z{^$j~^vX-amad;(_EKb{o_Uv6j#}po88U3$21?>k!CZ;uPITxyRN)zgvVPdd?)l`Z zvqmDSPSNJM!m4Fso>!UauG~#2**`WDmMJG&4K!*~-reBKPqtAM-MvdQfFMO@Q7995 z;(?rAa8(OVuri&_56`TuaE;1aG{b>PZ&#%URY)5MVDC&9DhDx~YbP=XqX(AzjGWGC zJs2!iALpaXWDG(j#1-$ds~?4cC@9?Em!BXu^Q?5$=MmL@O+3n3*6R_PHtK{cuGt%v zPol%8=@>#DnZ#a^T|4dJwSgq7GP_1O=SeBCZP~u;WJvZf-cBjzycK#4Fd-~}+2q+- zE|oZEK9tb{XH%71-ASAz@m=REaNZB{XNX=lSE-uI$qhJCXmkMbOjj*9Nd~1u@T#7o z6T1obFbQTlXQZNHe)^j}y`(Sf^hx3brI#R&@i&Q=Op&hMr}CzMZhX(&=F)>-0F!Y`n)0?!#H6|C(&y}PcYXF0lHas13nx0Ez1w2A07ZBt(s`h?9) z_k!5W4Ju_f0UQU8G9(u6p$Hj(M-aA7=FgHR$zne;Rsh1!6R+VX?=$Vtizrw4YNQ z<&T?8@U;_Ux=*ir)oL2fD5B6-sPY$6cq!Y~rB|-Ewlr)qr$GVrOjmPDgY{qAOBA<>{vcbq)(a;%q#SAChaU=|-K^5)zgjeW z!jO;u35Ss3hS&}n;|qE+%Gzt8zy;l39W=ppAsBhk?DaS`HrAD8RTkVu11YR+cV;LB zR4-8B3%KNX@r#O#=r1}Uz8S^MiSLk*kj*AAyP#7KCbD<(sD>T}gU6;Bw)nCxyK$O9 zD2uMB0X>dW+)`B$ewD2~0mq?5a_m~mb=6z!w*yM0g?ZkKP#Bf=1Btw~y~b6#$<`f` z_ZCV#Y;&B?gi4UxguwF8%W}@@w|sV()XR2N%IU=)Sr{tuG#w4JkzjUSQBTLb9lT1f zO8DC2!Zs75P$s623N^o!W=`A_@=v{ZxHry#R|($vj;9&st5%X*ob|?F_uzDu;FlIpbowd?=Kzzz)I7u|CP(K{8{0*? z-c|P)aGJ=oewy{-)hwAb&PU1FUC4QMH$IQA@A4EH0W3(1CeP1!5oYmadKN2vG?39O zYH;;Nx;g=O5mR{;;!>KRD+NP>E8wF<<(K_9o8-f1$6B*}JJQ~Kanw?4ATXF}HqHfd zS1SE^OfemGNFF&($d3kND0T#Vyc}`yIK7D*BkJ?KXrx7<6vW2*`sTxXnz*2xdXneh znzED+R*CA8?V`F}?B}S3~zP^LTzBRs) z$nxy&72hlJ^#WE{4}OQI5vcu!Dav)xrY_6CJ~f;%ZZxD{mdeo)gzG_HEt4F3BM@tj$d_Wm>a z6#WM*@;{@`PTdZr5%qILs!i%AgFy~tW6%@Do8s>+rx7zg2)VzJsi_|MS1!N?sgbxEmg)ghA>T0#NRfHTOehM%RQ6EucAAc%0FOTLPB)Hdi0-oP@K;-=i+1Gm-mB!QMGiFX%j9-> zWx>HDUP`lK5@%gleMqh_`X(((RH@u)_u}92$;ML^7@6k>pQ}cOZ;KCUmk+_IDTIrj zB!K#y%L7^RpDZ=)Fn_XXq?!eJO_H)Cqc3pgyn@ve-?h@6F@7cUx0(6unI3a^0FHvW zq!m8heGpN$EQ>z+IBOr1;*;<-`Rp1Pv9Hr{d-f+ zd%#ZhLtmN^xFk|9*AdcY_iS;;4c!>GF>L5 zECiO^7C~TZv9w#_om+w0p1s7D}B#Xc*f9c$7rTpH}LKLn<@re=Gh>-;n^+O58 zqvamFZgsXL<-X(A3Y-UrX%OTb&3@*&5cJZga8A$}&YumpZ_{k@01KR8C`xZuOa~LA z=6SW()t=DVzL_M4bm#d;#R zlxFK5-BU`^5CW;7ce8fmUupx8_er&D7N5Q)9)-7?pO!A4P+gxY%squ@SRrX1dP2y4 zqPBc6>JmLZyT{!}?Z;Jnj6|NJu=pc9Ze{j2ag z`J}c~Ut0dOZeM+iN^Dmx@5Dyg$lM?PVF%0j+t-J41RI`9RUkEgQd6Z(U4>|xc0V4s z;bs_Onr|=)xb7bfIqJNWBk9Y2o+Z(7d>W5av`N7Wh69BGH~BQeK?s3i2YV6btSRJ% zPNk&fV3$(4?Gy+JGbFm+?D1wxS*!B-Olo`baa6mW+XDZf% z=$LSaP7V4nDFxpVQtl+&)I1^};K+P+f1T~7+KZ+y8cYjV41Ew1O($*P$X4|lMrw*E zabB+}IWTa!zF|CksR9m(dP3r3V%Zga`#F4K1U2OyUj$fq{0bB_WVl=jPVDR^ph5OD z2Y6|p6ZM58VSho?AG^va*}m=8Nw~N8OR*PXg1ZVyrKi$dgQ;4FKe{C`ZJ?Y@Y!wEAm!`Tq%9@qB}`;*M+7y zFw-Qu!#N1}JRZQIy<*5y(r#*n*hh%%F_Ug>V;BKy(8b~lR4<{qCxZ6%zB8JT?wWM< zySw{JTfet|QF>LLBmRh3Pky#T5ic)_Ys!B#EG(WH5x~RodXN!*afecmzhZ}%`TU); ziWp`T)&k9>m_paHVpN`$MLNLwrj|jW5Pcm*wzOUuYl*af{EI-df?kCqw-yBPV;9Xc zc0@=7gVp5!PLm|vAgnVeAJs}NP{#sva2>aI6-(%e9z(wiF(iwe0U}lH&VDD+iN%Dv zSdem!V?7C{9QDW_gr&I4-V9vaG6F64hiPHOSOfIpafoLtR6lnt9z5hLZa>0ZEblA& z9<3$w#%3|22?T046A--2XKuUf8rA5AJL|IwF`=Ug^n*2L?CUsju_c5NCJ8`65T?QJ z_-FM2 z0#nsYqK_a+M@47+<1)VbXm!*1&@Kes!s2Pbu@|P%Mpamsl=syH=uHG|ehgZ^%b-8?+3U zCZ9ZT$PKNy%UpGfR=S6lJB;Xr;uxLm-0_t`+Q=f?%F6R;g%Y^u10E9*q%}KA#%WUF zb~*-M`}WwR&Otw$h~R1uf;kwI@I2sy4+j6yLT(ugxljqWci)%(z=)XTbX>kK z$4ju8p^3JEWi7x2pphF9Kwz8M7#e0f%>kN(dL!aVU^R0vRSrUdhoK|#@q5s-XAsEQ zg^MoXEVxGM(5A_lMWBBI9l50lhvE_i81HN}%l*V@k3U*m$K z!C-L0rQF%x7hil$23+14zDStuX7`|``R`tKuMYqO`73e5QgAVIi7rUodtfRpun^)> zB`?&pfF{DR;_z>*e5iL~b79UC8{(&;y6J6lZMnhnfh?Kq^xC9|Ps8JrCWQXiE-0c3 zqN0i!d0(GUij3qUG6cP^q$C~JP* zuy)rz^bh>%IlNoXf^CyNf@=%vzc02qyHqV$3m67q;B1UZqs6W7vcj7%L6$)7ty*=$Dx|HA5I zRkIt=9VS@T`ZO&(x8n~tUYj8K^;eN4sl6s~a(1+73e^Odos~2JjJw?nRno*-5A)E@ z+|dyIecyhs%U_GcVYOt)zfBLKTBhSi^ThS%(IF5XKbmma!T82lmsGiS-VkX*C2I8q z{zXP#;a*zvFFT?wVQ2>#<`T@Gvj|I*t3O0}YnLQdTSy&Kx(!u==_G93f>7S zz{Y@nG6SR~dvyrofix9R#sGR=f}}kEjOTzm6MWAz#&mP^`J;-7*gYdTfm(;%@6TNIWFY`5js+8TQ_!%s1lbnGat|pMo5tGdXF*#5SyDoY^7m2i8yY#nyNn0Zl&J}C_Buw6 zhAO2@94+dn%^X!s7`>K`pU`h}TSn>XZW1nCv2SeTY0_CbnF zB)qi@b!1&WXg9iLMsu~}k6K#RSNHb}jCPi?F_ zfDuM}G{;1OBe+zar}A?X=@XX)9Hx^C zkr%jzz@&$I(y^wFIJ86luR#yFtSQ6~{I4m*uGAL8HtKG1mFo0F-@0m!2jL3?jr|p} zAv_U74{1#8j0uzBTJUFMov*1}>iN~eVZY|juuNN`mrX28%$~=(>om2@hwl?=6$hZ$ zSuG_+kFzbBo^^rJcMU_g^aSZKUN=yh@HaauQA#tD3;fIM`q*hg3CRsd?cPR5Ey8JQ zQ3C&Gi4&QAj3D`xW4keY+S^g+D>9_(3?Ij&oGJna(;txLu&QSA*&NUh*Mkw~w!;7F z3zR|79Mt?#_}0bdL_hODImYIYgwQy2$2^_k|QvNtI%08-9O$BxT?cXnqTgP zAI)UWmJ5i)NiT|0xhC_-^NJ@@%_YfjQ}=e?J*YUxbZ`4%chO7_=ABs1$X5aImL}od zkRA*$515Oal(>gnqrU%Ywy_F%2(Ofsg5 z(saj$qq$sM)PrHM4QAm#*V+5M!R}zskjU&`FLT2!876@)t^?QKys8BE@&6WPho4Xm zi?exAz~L=1!f1BN%RHre1`OC}U0m z+QGX1MzN%VjEmvAsFY^8pq#1FbYNQ?>JEX8bag0$VNgf*-TXh8Sf;=6P&W!LpKpD# ze~y3RIA17OJyUX3S_<{I=}rC)qRPN-gePFOoL<9DP+gY#Gs8U` zxaxo()Wq;fJ0G4r*g@h+MPFgjH_x6yQR}D(jFffmJf1JhUMz#EHCHH3&&;qOF3RJz_+&iCAuG})wcF(+uA>v z9ivtW;&I#4%5hAP84nJtJ$$(i-JokoetC{$-+UzPxfgAxJD7LxQZKCsGbb&f%NQLU zM8N20fN&m=>EqU+AmKs010X}ih`bLh>Zb69Xu)IY zVQgiiz5T93f zV6dB(Q|w}uF%QleY#okZQeDcBpzjyHFCvQD+R_bfeeLw=rP6l9P-mNSe~Y{ZVm|MS29Z(%@mf4CxPn}k(V zyVG_l({Xx@r#|MkXZCOK5e5l00{RBJt2k&A7=NInL1Ky)& zfAk(9+5D)@{0nZTIa93;U9ei;({pbW|IL4vhq_R?`ue;j*j=j(H}ZfLjPb{YDn33*#} z(*=5NkBJU+BZOpAdwF%(H=1e9%D(yMn4nc}9k?GqbfviE8-sjeVv0eypWYfltE5+7@( z=T5ivF*A#UKKeUo*6Ox5u=YwkqpC+%da&#D+h0==&0G|1NctL?HMDlnbNJ+R0m0kh z9rb%KH5;d*M+p?&+a>D?%Bg-kd}Ux>{oCv8{m$UQU`Oc?T{|^nA8g8v3Odc_R~Pvt z==3jxoh{cX>bfbC_Ms*`HZhMf7XuPS24yKTGMb|pxPXm$NxK@*Z@(>VG*s(Dn;!0q z0^*S=JmGcX-))Z$!TMial!oU8Q#~UL4JA2_r5shY81R`@P;_q1n7LQQ$=bj=F`1I$ zi(c1a>TS#yzxX(louCC&oXgSf-r?#z?U&W$`mCHxR3+Qv7=nn5axWD*+DRNlRUzf8 z+z<8}1pAlIbIO70PUY}gayCbujm%9lo}<@}*I#<(@?nU=hFYV<~-%!Tsfi z#)$C0+2L)(@k9-Q5DZG4QNlvy($|)-wCk6$TPHfW7EzStHQq2FZ=AEhK+0_ zC640*o8SSFSL}O!!6FaudA3p9{w_IJ)Tmgf!6W1Aud_Yv(HT}Gc>t?^mfb^n;Jy_G zOffj4VK4W4Yjs2QKg)K%z`pi^zV=S&*`lp4ul8rzm-iYxGEndWVE!+dIJ%ysU?MRS zRZ!C%0l4^-Y(cQpy9W4&4E?}DjYq*jc5gq(9uMM;qL(Ck7;GoVc@SeK@s4Ixhn`V7 z6z70solgAue4ZJe;R}nIjF!3zTK2<%+_AOTH*eQ^>FwFS?%BWYAB6iv-5y0yCzm0F zyAM`1aW-afc8(35?KO4Q(p}nPgH7+Part3nUaUKGhkFe|u-4hW?@eDo4*sP?&UocM zJv)e6?6tPIyPIlruf5G)s?GiOHurib-l`c+M>Fy|@7ncQdST~}bmyR{p{r-<&3)be z9#X&6?eAIA_oZ%rABj(Ud`Gpl-f_L@kp?E_KK`;H_i?*4o_<<3Ny28GBsR*#_6@f_ z)CmH(kk{3J(b7 z(Qbe5q!&YZ_{T$8kbDh1;;I^*BAn*%%3P*AkjQj!MWyosk5FRH-(qqp=iIP>bg*Vm zV}uBInLGHgCSgpkStA%2eO42jaJHrq#^re0VfrBO$uK|`GV&pshPb3dl7{o_>PWqt zMdu{pWjTF^W_h0LF2x`;pCm)y%1nEfVL}IG*D|=eKml<^mY--9Yxq691Nvrd?+Sc? zon7;p16xtQB|rH9%%q{g+H>@6);Q&H#4io-GBtRluF z?8|p-g*Jn_Saf5j^M2-<{&03yW1^a{Gru>6EcCf57EvxyD@;ZI_HFd(Q0V;F;UR^; zrIdRvqyzsZy*&PgSFgBf2f1>gN^-fMY;93x}230O#Sf7vY20Uk_Y+x3Wu-Rjx2~n z4EF3m(MY!}ZEV{hhLakM+XGCwn1`wIM`h?+GjExRpVls?~kvZ15m4}0h8$wqN*Rd+?w83GX2#@aifdRHoim2rg4O|M$inlUUNf)SGXbRb5y#{H5-BJN63( zez9t238!45lJb{Y5{G@(aezrhGsYGT;fyUjrE95gz%BhBb~ND4q>gCn-VQ;dqn#7f zCN_QERXcbSY}hZ5AVF_fe0Kl3ad3kcNA-R-)bRz*rk<|a8T)8@C}wLSVe#HEp~I2rk~67ief)sStd& zitOYOtmc1Z5{1mBAhvuVd_T;-%NG}evq@zb7%12l6I**Pv$+C%{MwIB>Lt*meiIpx zUdcUMNK|0D)UV@f|ec_TDB~XWJK|#K4qhxR2MC052ax?J8UbR`yM%vpf zi92S^LmZt|3~k*QgU+>=zdpCY-{H_4K~oz)zB#8Zw{F^&|0?o&v7bH4%vrh4&gW>@ zkd@=?yqFdkm^K;2MWOy9aL6-vplP%w#I9k?t_Q6tINS=}-vx5`BnKm`Fj)=M!z|y1 z5cKS&%_M{91CZ0|DqyTlv%8%^N3g#OO~k3vL1ml%*Bpi!MTWE9nt)s7qE;_%R2lcv z>Ym*;!UowBSf04IGH)Ds$!B-RQv}LsKRcxvO2V#!ehBPpH8!?zJRJRT;J#Q!f&Ms1 z-fUPksc5~oR#2dJNB+&UuRdn76FYYb>EG*=itS}JnUKRk%Cunj0qrrlB3u;na?wz8 z@2@Ep7f(WXuVDNLn*a9thwoqVj8Y1-9KB)Z#rblA&dor1YP+q$%I4n}SEeJ_!R=$S z5$AR#^QZMFpA}=Tf~(>W%0BKmH5Y>-HK6^N=;iyWnl);rip$yJIzw?PL1JiR*{4{` z6%cnxUWb-^tpvrJg9bgy_)hrdQW66}&|@=0MO&bBfQ-BWruq>oHq4%2ly?~)gX1cX#8teQL{G!ioC==|M1^u^g-xg)n%elKY8orvqF zMuLWeY6_{3b!<5=UNg*sJ=QA{_jImCg)f7j1$|0q^D14y6Scwp$fTz7o{V-6ZXf}sL5S-@G%Xbpzd$MT-i9j<%w9A?zx!O@7^>a8Tl(mkC zjSiwV{%Arq&gMYFnkLc+El2*FBdWiKz+;%D)%22$u1AyNt2Y{9S^U-$SegSN)sl^b>E*sY;ILIBi1J~}T(@8AaSSPgmy z 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 _%U{f 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℘KOgs!FzHdugpC%<*~*)v0Q$_qj~RDhHt}n$}Su5 zcmZ5edEz}fHrQuE*73ivs7>?5JMQkYSo6aG4M#rVQI7ItotvRf59|l;TB^(kABgcY3;zr>!q&zr?bIeg8_%^G_J0 zeGWyc>WSA^lVUs?Nk|m6SG;vfDETh*sbU0SWcXs*mNJdZpAEB0bY?dm9|4;)rLrOW zbXP{1wdd{r(lb#^`8-(ig1HM}PRO@She0}=l0K3F8~y6-++#FZIDr|S&|C9(8qt*5 zxSWIcQ2_sLHeyUWW`im!(q#9daSNL5>1aOySoRiCo*PEIz^$SH=NLtQJdH{tx4hcy zeSk(W;tfU5gB@d7fx2qj)ICdxXh?8mJ8vr;c1=32KuneNk*<6y{4cGGlmc*>4AZI| z>$TGfg!Svw2Hy&03595msjg%X4k~=|7>-jh9-l0s5mLoNx98SIG#T(`GHssA@yF+M zg@EhH$$36KNyM_$I3?pN+IcbL5J~ zDVjq-(e`mO^3SRjLIud0b+~|7j&Hdy&#hZMEE7M%Ox4%)ll`22lFzyVPutXyzo6Q- ztMc9$KT#F=>tV8KZ5yQM!G5xpJo1WmJ#!4Uf-y!KO;OX$o{kptG;kL%lt4nAH-b_i zsM$*COw$CH*5KT-B=FmJ92I_6d~7QSb^SGP9B#!7@`61cVV=_SGIxi66z7&>XA`cA z+)PRZqNirxd7%FeW@uW{T-){fTbmtB^M|QAVQXL?pyIk3V;2k7TtSWJq%Hx6+UG{1 z28_Xsf15Q<^mSHd?CB+`0Z=(3kXdfwP~Vw3^;O%JD8_{BFw2Z^vda{XcdYR=2.0.2 <2.1.0","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"6caf4aff9f85b19fd91b6ce13d69adb564f8873b","tarball":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socket.io-client-2.0.3.tgz_1497269241170_0.7307047063950449"},"directories":{},"_resolved":"https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/socket.io-parser/3.1.2/package.tgz b/frappe/.npm/socket.io-parser/3.1.2/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..4d6285772241e67f890dc8e86d2bd3ec33c9b834 GIT binary patch literal 6515 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 ZsoC@A`SbjF{`^;b{trz@AEy9j0020zZS(*D literal 0 HcmV?d00001 diff --git a/frappe/.npm/socket.io-parser/3.1.2/package/package.json b/frappe/.npm/socket.io-parser/3.1.2/package/package.json new file mode 100644 index 00000000..046805ca --- /dev/null +++ b/frappe/.npm/socket.io-parser/3.1.2/package/package.json @@ -0,0 +1 @@ +{"name":"socket.io-parser","version":"3.1.2","description":"socket.io protocol parser","repository":{"type":"git","url":"git+https://github.com/Automattic/socket.io-parser.git"},"files":["binary.js","index.js","is-buffer.js"],"dependencies":{"debug":"~2.6.4","component-emitter":"1.2.1","has-binary2":"~1.0.2","isarray":"2.0.1"},"devDependencies":{"benchmark":"2.1.2","expect.js":"0.3.1","mocha":"3.2.0","socket.io-browsers":"^1.0.0","zuul":"3.11.1","zuul-ngrok":"4.0.0"},"scripts":{"test":"make test"},"license":"MIT","gitHead":"f9c3549dd17df095b0806086df3f4834ddc98d45","bugs":{"url":"https://github.com/Automattic/socket.io-parser/issues"},"homepage":"https://github.com/Automattic/socket.io-parser#readme","_id":"socket.io-parser@3.1.2","_shasum":"dbc2282151fc4faebbe40aeedc0772eba619f7f2","_from":"socket.io-parser@>=3.1.1 <3.2.0","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"dbc2282151fc4faebbe40aeedc0772eba619f7f2","tarball":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.2.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/socket.io-parser-3.1.2.tgz_1493329580053_0.09636084409430623"},"directories":{},"_resolved":"https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.2.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/socket.io/2.0.3/package.tgz b/frappe/.npm/socket.io/2.0.3/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..af60a92472b3383ed701ecd6ca14965412248574 GIT binary patch literal 20370 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

4S|%~iAKOC(YULP?2Jpk)M^JJ05pG3Q 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 D3Y3z} literal 0 HcmV?d00001 diff --git a/frappe/.npm/socket.io/2.0.3/package/package.json b/frappe/.npm/socket.io/2.0.3/package/package.json new file mode 100644 index 00000000..036a18ce --- /dev/null +++ b/frappe/.npm/socket.io/2.0.3/package/package.json @@ -0,0 +1 @@ +{"name":"socket.io","version":"2.0.3","description":"node.js realtime framework server","keywords":["realtime","framework","websocket","tcp","events","socket","io"],"main":"./lib/index","files":["lib/"],"license":"MIT","repository":{"type":"git","url":"git://github.com/socketio/socket.io.git"},"scripts":{"test":"gulp test"},"dependencies":{"debug":"~2.6.6","engine.io":"~3.1.0","object-assign":"~4.1.1","socket.io-adapter":"~1.1.0","socket.io-client":"~2.0.2","socket.io-parser":"~3.1.1"},"devDependencies":{"babel-preset-es2015":"^6.24.1","del":"^2.2.2","expect.js":"0.3.1","gulp":"^3.9.1","gulp-babel":"^6.1.2","gulp-istanbul":"^1.1.1","gulp-mocha":"^4.3.1","gulp-task-listing":"1.0.1","istanbul":"^0.4.5","mocha":"^3.3.0","superagent":"1.6.1","supertest":"1.1.0"},"contributors":[{"name":"Guillermo Rauch","email":"rauchg@gmail.com"},{"name":"Arnout Kazemier","email":"info@3rd-eden.com"},{"name":"Vladimir Dronnikov","email":"dronnikov@gmail.com"},{"name":"Einar Otto Stangvik","email":"einaros@gmail.com"}],"gitHead":"65ece01135e1a3a4b517ed5c599eb5a7a3401f1a","bugs":{"url":"https://github.com/socketio/socket.io/issues"},"homepage":"https://github.com/socketio/socket.io#readme","_id":"socket.io@2.0.3","_shasum":"4359f06a24933ae6bd087798af78c680eae345e3","_from":"socket.io@>=2.0.1 <3.0.0","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},"dist":{"shasum":"4359f06a24933ae6bd087798af78c680eae345e3","tarball":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.3.tgz"},"maintainers":[{"name":"darrachequesne","email":"damien.arrachequesne@gmail.com"},{"name":"rauchg","email":"rauchg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socket.io-2.0.3.tgz_1497269178944_0.7451606099493802"},"directories":{},"_resolved":"https://registry.npmjs.org/socket.io/-/socket.io-2.0.3.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/socks-proxy-agent/2.1.1/package.tgz b/frappe/.npm/socks-proxy-agent/2.1.1/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..5d86b5c9f2f2a7cd4f8444a14b362c1ac326aef7 GIT binary patch literal 6754 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 E0N9O92mk;8 literal 0 HcmV?d00001 diff --git a/frappe/.npm/socks-proxy-agent/2.1.1/package/package.json b/frappe/.npm/socks-proxy-agent/2.1.1/package/package.json new file mode 100644 index 00000000..b7fcd318 --- /dev/null +++ b/frappe/.npm/socks-proxy-agent/2.1.1/package/package.json @@ -0,0 +1 @@ +{"name":"socks-proxy-agent","version":"2.1.1","description":"A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS","main":"socks-proxy-agent.js","scripts":{"test":"mocha --reporter spec"},"repository":{"type":"git","url":"git://github.com/TooTallNate/node-socks-proxy-agent.git"},"keywords":["socks","socks4","socks4a","proxy","http","https","agent"],"author":{"name":"Nathan Rajlich","email":"nathan@tootallnate.net","url":"http://n8.io/"},"license":"MIT","bugs":{"url":"https://github.com/TooTallNate/node-socks-proxy-agent/issues"},"dependencies":{"agent-base":"2","extend":"3","socks":"~1.1.5"},"devDependencies":{"mocha":"2","raw-body":"^2.2.0","socksv5":"0.0.6"},"gitHead":"98ccaf180362f67a1f5f14233a0aa0d0475ead89","homepage":"https://github.com/TooTallNate/node-socks-proxy-agent#readme","_id":"socks-proxy-agent@2.1.1","_npmVersion":"5.0.0","_nodeVersion":"8.0.0","_npmUser":{"name":"tootallnate","email":"nathan@tootallnate.net"},"dist":{"integrity":"sha512-sFtmYqdUK5dAMh85H0LEVFUCO7OhJJe1/z2x/Z6mxp3s7/QPf1RkZmpZy+BpuU0bEjcV9npqKjq9Y3kwFUjnxw==","shasum":"86ebb07193258637870e13b7bd99f26c663df3d3","tarball":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.1.1.tgz"},"maintainers":[{"name":"tootallnate","email":"nathan@tootallnate.net"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/socks-proxy-agent-2.1.1.tgz_1497381370026_0.4509972701780498"},"directories":{},"_shasum":"86ebb07193258637870e13b7bd99f26c663df3d3","_resolved":"https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-2.1.1.tgz","_from":"socks-proxy-agent@>=2.0.0 <3.0.0","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/socks/1.1.10/package.tgz b/frappe/.npm/socks/1.1.10/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e7e618394080332639884a9f537394ddbac0493f GIT binary patch literal 8521 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 0.10.0","npm":">= 1.3.5"},"author":{"name":"Josh Glazebrook"},"contributors":[{"name":"Samuel Gordalina"}],"license":"MIT","dependencies":{"ip":"^1.1.4","smart-buffer":"^1.0.13"},"gitHead":"82d83923ad960693d8b774cafe17443ded7ed584","_id":"socks@1.1.10","scripts":{},"_shasum":"5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a","_from":"socks@>=1.1.5 <1.2.0","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"joshglazebrook","email":"npm@joshglazebrook.com"},"dist":{"shasum":"5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a","tarball":"https://registry.npmjs.org/socks/-/socks-1.1.10.tgz"},"maintainers":[{"name":"joshglazebrook","email":"npm@joshglazebrook.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/socks-1.1.10.tgz_1484366135467_0.8928562924265862"},"directories":{},"_resolved":"https://registry.npmjs.org/socks/-/socks-1.1.10.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/source-map-support/0.4.15/package.tgz b/frappe/.npm/source-map-support/0.4.15/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..8dba08d8b4145dde6d5077732d82e187fbf2e418 GIT binary patch literal 28357 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/source-map-support/0.4.15/package/package.json b/frappe/.npm/source-map-support/0.4.15/package/package.json new file mode 100644 index 00000000..d4c93c79 --- /dev/null +++ b/frappe/.npm/source-map-support/0.4.15/package/package.json @@ -0,0 +1 @@ +{"name":"source-map-support","description":"Fixes stack traces for files with source maps","version":"0.4.15","main":"./source-map-support.js","scripts":{"build":"node build.js","serve-tests":"http-server -p 1336","prepublish":"npm run build","test":"mocha"},"dependencies":{"source-map":"^0.5.6"},"devDependencies":{"browserify":"3.44.2","coffee-script":"1.7.1","http-server":"^0.8.5","mocha":"1.18.2","webpack":"^1.13.3"},"repository":{"type":"git","url":"git+https://github.com/evanw/node-source-map-support.git"},"bugs":{"url":"https://github.com/evanw/node-source-map-support/issues"},"license":"MIT","gitHead":"6728c4b37e2bcad010426f083af8a931a8b44e40","homepage":"https://github.com/evanw/node-source-map-support#readme","_id":"source-map-support@0.4.15","_shasum":"03202df65c06d2bd8c7ec2362a193056fef8d3b1","_from":"source-map-support@>=0.4.2 <0.5.0","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"linusu","email":"linus@folkdatorn.se"},"dist":{"shasum":"03202df65c06d2bd8c7ec2362a193056fef8d3b1","tarball":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.15.tgz"},"maintainers":[{"name":"evanw","email":"evan.exe@gmail.com"},{"name":"julien-f","email":"julien.fontanet@isonoe.net"},{"name":"linusu","email":"linus@folkdatorn.se"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/source-map-support-0.4.15.tgz_1493392075307_0.5563798504881561"},"directories":{},"_resolved":"https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.15.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/source-map/0.2.0/package.tgz b/frappe/.npm/source-map/0.2.0/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..4f10ad9687d7a666c8b069f5834a4a8796e6125c GIT binary patch literal 44789 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%0D?Iwb}WFu!VARa4U;P2U4* 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 literal 0 HcmV?d00001 diff --git a/frappe/.npm/source-map/0.2.0/package/package.json b/frappe/.npm/source-map/0.2.0/package/package.json new file mode 100644 index 00000000..0128f68b --- /dev/null +++ b/frappe/.npm/source-map/0.2.0/package/package.json @@ -0,0 +1 @@ +{"name":"source-map","description":"Generates and consumes source maps","version":"0.2.0","homepage":"https://github.com/mozilla/source-map","author":{"name":"Nick Fitzgerald","email":"nfitzgerald@mozilla.com"},"contributors":[{"name":"Tobias Koppers","email":"tobias.koppers@googlemail.com"},{"name":"Duncan Beevers","email":"duncan@dweebd.com"},{"name":"Stephen Crane","email":"scrane@mozilla.com"},{"name":"Ryan Seddon","email":"seddon.ryan@gmail.com"},{"name":"Miles Elam","email":"miles.elam@deem.com"},{"name":"Mihai Bazon","email":"mihai.bazon@gmail.com"},{"name":"Michael Ficarra","email":"github.public.email@michael.ficarra.me"},{"name":"Todd Wolfson","email":"todd@twolfson.com"},{"name":"Alexander Solovyov","email":"alexander@solovyov.net"},{"name":"Felix Gnass","email":"fgnass@gmail.com"},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com"},{"name":"usrbincc","email":"usrbincc@yahoo.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Chase Douglas","email":"chase@newrelic.com"},{"name":"Evan Wallace","email":"evan.exe@gmail.com"},{"name":"Heather Arthur","email":"fayearthur@gmail.com"},{"name":"Hugh Kennedy","email":"hughskennedy@gmail.com"},{"name":"David Glasser","email":"glasser@davidglasser.net"},{"name":"Simon Lydell","email":"simon.lydell@gmail.com"},{"name":"Jmeas Smith","email":"jellyes2@gmail.com"},{"name":"Michael Z Goddard","email":"mzgoddard@gmail.com"},{"name":"azu","email":"azu@users.noreply.github.com"},{"name":"John Gozde","email":"john@gozde.ca"},{"name":"Adam Kirkton","email":"akirkton@truefitinnovation.com"},{"name":"Chris Montgomery","email":"christopher.montgomery@dowjones.com"},{"name":"J. Ryan Stinnett","email":"jryans@gmail.com"},{"name":"Jack Herrington","email":"jherrington@walmartlabs.com"},{"name":"Chris Truter","email":"jeffpalentine@gmail.com"},{"name":"Daniel Espeset","email":"daniel@danielespeset.com"},{"name":"Jamie Wong","email":"jamie.lf.wong@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/mozilla/source-map.git"},"directories":{"lib":"./lib"},"main":"./lib/source-map.js","engines":{"node":">=0.8.0"},"licenses":[{"type":"BSD","url":"http://opensource.org/licenses/BSD-3-Clause"}],"dependencies":{"amdefine":">=0.0.4"},"devDependencies":{"dryice":">=0.4.8"},"scripts":{"test":"node test/run-tests.js","build":"node Makefile.dryice.js"},"bugs":{"url":"https://github.com/mozilla/source-map/issues"},"_id":"source-map@0.2.0","_shasum":"dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d","_from":"source-map@>=0.2.0 <0.3.0","_npmVersion":"1.4.9","_npmUser":{"name":"nickfitzgerald","email":"fitzgen@gmail.com"},"maintainers":[{"name":"mozilla-devtools","email":"mozilla-developer-tools@googlegroups.com"},{"name":"mozilla","email":"dherman@mozilla.com"},{"name":"nickfitzgerald","email":"fitzgen@gmail.com"}],"dist":{"shasum":"dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d","tarball":"https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz"},"_resolved":"https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz","readme":"ERROR: No README data found!"} \ No newline at end of file diff --git a/frappe/.npm/source-map/0.5.6/package.tgz b/frappe/.npm/source-map/0.5.6/package.tgz new file mode 100644 index 0000000000000000000000000000000000000000..e2fdc56f6d1aea639d7f5225c3d5f4485580ec4f GIT binary patch literal 186942 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