lol

Merge pull request #31962 from peterromfeldhk/nodePackages.nsp

nodePackages.nsp: init at 3.1.0

authored by

Jörg Thalheim and committed by
GitHub
5eb95a32 d541d0c7

+534 -262
+32 -19
pkgs/development/node-packages/node-packages-v4.nix
··· 1201 1201 sha1 = "4c2bbc8a758998feebf5ed68580f76d46768b4bc"; 1202 1202 }; 1203 1203 }; 1204 - "ini-1.3.4" = { 1204 + "ini-1.3.5" = { 1205 1205 name = "ini"; 1206 1206 packageName = "ini"; 1207 - version = "1.3.4"; 1207 + version = "1.3.5"; 1208 1208 src = fetchurl { 1209 - url = "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz"; 1210 - sha1 = "0537cb79daf59b59a1a517dff706c86ec039162e"; 1209 + url = "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz"; 1210 + sha512 = "1rjbvf1rg5ywhnba08sgagn2qf23lab330qrqmh7d891zap3xpxcyfyj1cblpf0f0rypglcfacybzyrpd4996aa1mbc820awa33k5j5"; 1211 1211 }; 1212 1212 }; 1213 1213 "which-1.3.0" = { ··· 3397 3397 sha512 = "2r13vwvb5ick34k6flr7vgbjfsdka8zbj5a74rd0ba4bp0nqmhppbaw3qlwn7f4smpifpa4iy4hxj137y598rbvsmy3h0d8vxgvzwar"; 3398 3398 }; 3399 3399 }; 3400 - "detect-libc-1.0.2" = { 3400 + "detect-libc-1.0.3" = { 3401 3401 name = "detect-libc"; 3402 3402 packageName = "detect-libc"; 3403 - version = "1.0.2"; 3403 + version = "1.0.3"; 3404 3404 src = fetchurl { 3405 - url = "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.2.tgz"; 3406 - sha1 = "71ad5d204bf17a6a6ca8f450c61454066ef461e1"; 3405 + url = "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz"; 3406 + sha1 = "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"; 3407 3407 }; 3408 3408 }; 3409 3409 "tar-pack-3.4.1" = { ··· 4045 4045 sha1 = "6373db76909fe570e08d73583365ed828a74eeeb"; 4046 4046 }; 4047 4047 }; 4048 - "commander-2.11.0" = { 4048 + "commander-2.12.0" = { 4049 4049 name = "commander"; 4050 4050 packageName = "commander"; 4051 - version = "2.11.0"; 4051 + version = "2.12.0"; 4052 4052 src = fetchurl { 4053 - url = "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz"; 4054 - sha512 = "2yi2hwf0bghfnv1fdgd4wvh7s0acjrgqbgww97ncm6i6s6ffs1zahnj48f6gqpqj6fsf0jigvnr0civ25k2160c38281r80wvg7jkkg"; 4053 + url = "https://registry.npmjs.org/commander/-/commander-2.12.0.tgz"; 4054 + sha512 = "3drb1rxa9qbsn65n8gbwfj96afi8kv3kh9z30mm1x0hssz84kj7akkksd6qpbikcnpnmrm9fpxvqy5w6jw1xj9q4z3ijligiddjcl6h"; 4055 4055 }; 4056 4056 }; 4057 4057 "is-my-json-valid-2.16.1" = { ··· 4063 4063 sha512 = "2wmvqb2vfzjbnd2znxkg4sqpksxb9mi1lbr4r5zv535ykxzfv8dbnafra1lhk415wrbg9r1lfhyimcw5xfj3k4ry7inbmcjlnr4zj51"; 4064 4064 }; 4065 4065 }; 4066 + "@types/node-7.0.48" = { 4067 + name = "_at_types_slash_node"; 4068 + packageName = "@types/node"; 4069 + version = "7.0.48"; 4070 + src = fetchurl { 4071 + url = "https://registry.npmjs.org/@types/node/-/node-7.0.48.tgz"; 4072 + sha512 = "3bjps45216v1znjwv914yqhiya6y0gxra26zk80bv49rzsqf84kxv7ilrzm7j6wj5895957a0jbqwsdy78ylfbx61v3w11pydlmgf9c"; 4073 + }; 4074 + }; 4066 4075 "generate-function-2.0.0" = { 4067 4076 name = "generate-function"; 4068 4077 packageName = "generate-function"; ··· 4484 4493 sources."parse-passwd-1.0.0" 4485 4494 ]; 4486 4495 }) 4487 - sources."ini-1.3.4" 4496 + sources."ini-1.3.5" 4488 4497 (sources."which-1.3.0" // { 4489 4498 dependencies = [ 4490 4499 sources."isexe-2.0.0" ··· 5245 5254 (sources."rc-1.2.2" // { 5246 5255 dependencies = [ 5247 5256 sources."deep-extend-0.4.2" 5248 - sources."ini-1.3.4" 5257 + sources."ini-1.3.5" 5249 5258 sources."minimist-1.2.0" 5250 5259 sources."strip-json-comments-2.0.1" 5251 5260 ]; ··· 5454 5463 ]; 5455 5464 }) 5456 5465 sources."semver-5.4.1" 5457 - sources."detect-libc-1.0.2" 5466 + sources."detect-libc-1.0.3" 5458 5467 (sources."tar-2.2.1" // { 5459 5468 dependencies = [ 5460 5469 sources."block-stream-0.0.9" ··· 5701 5710 ]; 5702 5711 }) 5703 5712 sources."semver-5.4.1" 5704 - sources."detect-libc-1.0.2" 5713 + sources."detect-libc-1.0.3" 5705 5714 (sources."tar-2.2.1" // { 5706 5715 dependencies = [ 5707 5716 sources."block-stream-0.0.9" ··· 5894 5903 (sources."rc-1.2.2" // { 5895 5904 dependencies = [ 5896 5905 sources."deep-extend-0.4.2" 5897 - sources."ini-1.3.4" 5906 + sources."ini-1.3.5" 5898 5907 sources."minimist-1.2.0" 5899 5908 sources."strip-json-comments-2.0.1" 5900 5909 ]; ··· 6022 6031 ]; 6023 6032 }) 6024 6033 sources."semver-5.4.1" 6025 - sources."detect-libc-1.0.2" 6034 + sources."detect-libc-1.0.3" 6026 6035 (sources."tar-2.2.1" // { 6027 6036 dependencies = [ 6028 6037 sources."block-stream-0.0.9" ··· 6248 6257 sources."supports-color-2.0.0" 6249 6258 ]; 6250 6259 }) 6251 - sources."commander-2.11.0" 6260 + (sources."commander-2.12.0" // { 6261 + dependencies = [ 6262 + sources."@types/node-7.0.48" 6263 + ]; 6264 + }) 6252 6265 (sources."is-my-json-valid-2.16.1" // { 6253 6266 dependencies = [ 6254 6267 sources."generate-function-2.0.0"
+1
pkgs/development/node-packages/node-packages-v6.json
··· 61 61 , "npm" 62 62 , { "npm2nix": "git://github.com/NixOS/npm2nix.git#5.12.0" } 63 63 , "npm-check-updates" 64 + , "nsp" 64 65 , "ocaml-language-server" 65 66 , "parsoid" 66 67 , "peerflix"
+501 -243
pkgs/development/node-packages/node-packages-v6.nix
··· 715 715 sha1 = "4c2bbc8a758998feebf5ed68580f76d46768b4bc"; 716 716 }; 717 717 }; 718 - "ini-1.3.4" = { 718 + "ini-1.3.5" = { 719 719 name = "ini"; 720 720 packageName = "ini"; 721 - version = "1.3.4"; 721 + version = "1.3.5"; 722 722 src = fetchurl { 723 - url = "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz"; 724 - sha1 = "0537cb79daf59b59a1a517dff706c86ec039162e"; 723 + url = "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz"; 724 + sha512 = "1rjbvf1rg5ywhnba08sgagn2qf23lab330qrqmh7d891zap3xpxcyfyj1cblpf0f0rypglcfacybzyrpd4996aa1mbc820awa33k5j5"; 725 725 }; 726 726 }; 727 727 "which-1.3.0" = { ··· 2821 2821 sha1 = "6373db76909fe570e08d73583365ed828a74eeeb"; 2822 2822 }; 2823 2823 }; 2824 - "commander-2.11.0" = { 2824 + "commander-2.12.0" = { 2825 2825 name = "commander"; 2826 2826 packageName = "commander"; 2827 - version = "2.11.0"; 2827 + version = "2.12.0"; 2828 2828 src = fetchurl { 2829 - url = "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz"; 2830 - sha512 = "2yi2hwf0bghfnv1fdgd4wvh7s0acjrgqbgww97ncm6i6s6ffs1zahnj48f6gqpqj6fsf0jigvnr0civ25k2160c38281r80wvg7jkkg"; 2829 + url = "https://registry.npmjs.org/commander/-/commander-2.12.0.tgz"; 2830 + sha512 = "3drb1rxa9qbsn65n8gbwfj96afi8kv3kh9z30mm1x0hssz84kj7akkksd6qpbikcnpnmrm9fpxvqy5w6jw1xj9q4z3ijligiddjcl6h"; 2831 2831 }; 2832 2832 }; 2833 2833 "is-my-json-valid-2.16.1" = { ··· 2848 2848 sha1 = "2135d6dfa7a358c069ac9b178776288228450ffa"; 2849 2849 }; 2850 2850 }; 2851 + "@types/node-7.0.48" = { 2852 + name = "_at_types_slash_node"; 2853 + packageName = "@types/node"; 2854 + version = "7.0.48"; 2855 + src = fetchurl { 2856 + url = "https://registry.npmjs.org/@types/node/-/node-7.0.48.tgz"; 2857 + sha512 = "3bjps45216v1znjwv914yqhiya6y0gxra26zk80bv49rzsqf84kxv7ilrzm7j6wj5895957a0jbqwsdy78ylfbx61v3w11pydlmgf9c"; 2858 + }; 2859 + }; 2851 2860 "generate-function-2.0.0" = { 2852 2861 name = "generate-function"; 2853 2862 packageName = "generate-function"; ··· 4657 4666 sha1 = "1e80454250018dbad4c3fe94497d6e67b6269c77"; 4658 4667 }; 4659 4668 }; 4660 - "mime-1.4.1" = { 4669 + "mime-1.5.0" = { 4661 4670 name = "mime"; 4662 4671 packageName = "mime"; 4663 - version = "1.4.1"; 4672 + version = "1.5.0"; 4664 4673 src = fetchurl { 4665 - url = "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz"; 4666 - sha512 = "2sz22r1xrnyvq6jg0h6b6cab3s3xdsfqa0n6vl9xv9gq3ppcxrcpg2hqfc41xjwnfwfkr6240l5gys7nds61ch6xcb3gr3fwsl7x398"; 4674 + url = "https://registry.npmjs.org/mime/-/mime-1.5.0.tgz"; 4675 + sha512 = "3b7jw8n6ar3wh9wf19ayzzjxnb85fhnlxd0cp1rgqnw1fihixms6999bmwh9gavrl3j4k1g8swzr23c1n2xv0ivkmnsma5zh87cry5z"; 4667 4676 }; 4668 4677 }; 4669 4678 "peerflix-0.34.0" = { ··· 5845 5854 sha1 = "d263ca54696cd8a306b5ca6551e92de57918fbe7"; 5846 5855 }; 5847 5856 }; 5848 - "ultron-1.1.0" = { 5857 + "ultron-1.1.1" = { 5849 5858 name = "ultron"; 5850 5859 packageName = "ultron"; 5851 - version = "1.1.0"; 5860 + version = "1.1.1"; 5852 5861 src = fetchurl { 5853 - url = "https://registry.npmjs.org/ultron/-/ultron-1.1.0.tgz"; 5854 - sha1 = "b07a2e6a541a815fc6a34ccd4533baec307ca864"; 5862 + url = "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz"; 5863 + sha512 = "0x78hsv3jykmjl6qdqlqiz7v5nf06li8b5yvzpj6grnzwbcjch8ngyg55lm8g8mg4znvk7qbryvrr2dxacz3cvyb1nsm64qsw21g0ah"; 5855 5864 }; 5856 5865 }; 5857 5866 "addr-to-ip-port-1.4.2" = { ··· 6205 6214 sha1 = "2d1ef7f218a0e786e214540562d4bd177fe32d97"; 6206 6215 }; 6207 6216 }; 6217 + "humanize-plus-1.8.2" = { 6218 + name = "humanize-plus"; 6219 + packageName = "humanize-plus"; 6220 + version = "1.8.2"; 6221 + src = fetchurl { 6222 + url = "https://registry.npmjs.org/humanize-plus/-/humanize-plus-1.8.2.tgz"; 6223 + sha1 = "a65b34459ad6367adbb3707a82a3c9f916167030"; 6224 + }; 6225 + }; 6208 6226 "ora-1.3.0" = { 6209 6227 name = "ora"; 6210 6228 packageName = "ora"; ··· 6214 6232 sha1 = "80078dd2b92a934af66a3ad72a5b910694ede51a"; 6215 6233 }; 6216 6234 }; 6217 - "follow-redirects-1.2.5" = { 6235 + "follow-redirects-1.2.6" = { 6218 6236 name = "follow-redirects"; 6219 6237 packageName = "follow-redirects"; 6220 - version = "1.2.5"; 6238 + version = "1.2.6"; 6221 6239 src = fetchurl { 6222 - url = "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.5.tgz"; 6223 - sha512 = "1z898bzf59mbs56yhw6cxx1bym43lxgb8s8cprzsdb8qd79bshwpcl7clcj080s6p7djm75c0hgk9ylh912004bq6zb25gj790p1j4l"; 6240 + url = "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.6.tgz"; 6241 + sha512 = "1h8p8m3gkaav4s3l03h3kgg3gi264n9hgaq2yjjdzvvxfq1wrnw6sh2avrazpf7bihh44q8x5b59x551xaygfm3dvkx2djfy5kjmcqn"; 6224 6242 }; 6225 6243 }; 6226 6244 "babel-runtime-6.22.0" = { ··· 7472 7490 src = fetchurl { 7473 7491 url = "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz"; 7474 7492 sha1 = "978857442c44749e4206613e37946205826abd80"; 7493 + }; 7494 + }; 7495 + "mime-1.4.1" = { 7496 + name = "mime"; 7497 + packageName = "mime"; 7498 + version = "1.4.1"; 7499 + src = fetchurl { 7500 + url = "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz"; 7501 + sha512 = "2sz22r1xrnyvq6jg0h6b6cab3s3xdsfqa0n6vl9xv9gq3ppcxrcpg2hqfc41xjwnfwfkr6240l5gys7nds61ch6xcb3gr3fwsl7x398"; 7475 7502 }; 7476 7503 }; 7477 7504 "media-typer-0.3.0" = { ··· 9161 9188 sha1 = "cac328f7bee45730d404b692203fcb590e172d5e"; 9162 9189 }; 9163 9190 }; 9164 - "aws-sdk-2.153.0" = { 9191 + "aws-sdk-2.156.0" = { 9165 9192 name = "aws-sdk"; 9166 9193 packageName = "aws-sdk"; 9167 - version = "2.153.0"; 9194 + version = "2.156.0"; 9168 9195 src = fetchurl { 9169 - url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.153.0.tgz"; 9170 - sha1 = "6ba22e849aee16ad707718a18c64b756d8f1e81a"; 9196 + url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.156.0.tgz"; 9197 + sha1 = "409c06f7051d58320cb389a024ca7b61ce31f136"; 9171 9198 }; 9172 9199 }; 9173 9200 "buffer-4.9.1" = { ··· 12816 12843 sha1 = "6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"; 12817 12844 }; 12818 12845 }; 12819 - "@ionic/cli-framework-0.1.1" = { 12846 + "@ionic/cli-framework-0.1.2" = { 12820 12847 name = "_at_ionic_slash_cli-framework"; 12821 12848 packageName = "@ionic/cli-framework"; 12822 - version = "0.1.1"; 12849 + version = "0.1.2"; 12823 12850 src = fetchurl { 12824 - url = "https://registry.npmjs.org/@ionic/cli-framework/-/cli-framework-0.1.1.tgz"; 12825 - sha512 = "1x9p7bbnmxy6xj42n0qsmyv2bxha404r3snlxjxhiaw20p8bg243k2lgxdqqj0r29sp5rd8cnkx631zsk18hi6bmdr50mdp5hjw89n5"; 12851 + url = "https://registry.npmjs.org/@ionic/cli-framework/-/cli-framework-0.1.2.tgz"; 12852 + sha512 = "265kszf17mdz60zpfrj5i47lqwwgp6h1b7i8vymig1pnlqd3lnljibxvd2d1rfa3827ks435k9wws458z3dk7fyq8wfmzmv8fk9qjhh"; 12826 12853 }; 12827 12854 }; 12828 - "@ionic/cli-utils-1.18.0" = { 12855 + "@ionic/cli-utils-1.19.0" = { 12829 12856 name = "_at_ionic_slash_cli-utils"; 12830 12857 packageName = "@ionic/cli-utils"; 12831 - version = "1.18.0"; 12858 + version = "1.19.0"; 12832 12859 src = fetchurl { 12833 - url = "https://registry.npmjs.org/@ionic/cli-utils/-/cli-utils-1.18.0.tgz"; 12834 - sha512 = "2biqawzp7wwh6rb38w7gnnymxhg1k4r60hvm530hmvgpsdgbi0wq8ys9p1i969qij187nz3vr5cb5wivqwimldysqv6n1d2b95rrkbv"; 12860 + url = "https://registry.npmjs.org/@ionic/cli-utils/-/cli-utils-1.19.0.tgz"; 12861 + sha512 = "24v61p6kqm6l6b5p58y5f4qgf7svxqnwpygz7bw1b7102p6hv6hkcnfgh32vf0nypd8fgdhyyhci5sz342ksdg11q6nj8snnqgd1gss"; 12835 12862 }; 12836 12863 }; 12837 12864 "opn-5.1.0" = { ··· 12843 12870 sha512 = "2k8g3x11xbm64r7bbyad08cjv27vaparkigq11w2v8kg8h73k2rzdr3q6f5i2klidgpaq9rbhfv45rf9dkqqv3d8vsbvw4c5knnbww8"; 12844 12871 }; 12845 12872 }; 12846 - "os-name-2.0.1" = { 12847 - name = "os-name"; 12848 - packageName = "os-name"; 12849 - version = "2.0.1"; 12850 - src = fetchurl { 12851 - url = "https://registry.npmjs.org/os-name/-/os-name-2.0.1.tgz"; 12852 - sha1 = "b9a386361c17ae3a21736ef0599405c9a8c5dc5e"; 12853 - }; 12854 - }; 12855 12873 "tslib-1.8.0" = { 12856 12874 name = "tslib"; 12857 12875 packageName = "tslib"; ··· 12960 12978 sha1 = "9ac91be6e52fb6e6244c4e54a4ac3ed8ae8e29c0"; 12961 12979 }; 12962 12980 }; 12981 + "http-proxy-middleware-0.17.4" = { 12982 + name = "http-proxy-middleware"; 12983 + packageName = "http-proxy-middleware"; 12984 + version = "0.17.4"; 12985 + src = fetchurl { 12986 + url = "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz"; 12987 + sha1 = "642e8848851d66f09d4f124912846dbaeb41b833"; 12988 + }; 12989 + }; 12963 12990 "leek-0.0.24" = { 12964 12991 name = "leek"; 12965 12992 packageName = "leek"; ··· 12969 12996 sha1 = "e400e57f0e60d8ef2bd4d068dc428a54345dbcda"; 12970 12997 }; 12971 12998 }; 12972 - "proxy-middleware-0.15.0" = { 12973 - name = "proxy-middleware"; 12974 - packageName = "proxy-middleware"; 12975 - version = "0.15.0"; 12999 + "os-name-2.0.1" = { 13000 + name = "os-name"; 13001 + packageName = "os-name"; 13002 + version = "2.0.1"; 12976 13003 src = fetchurl { 12977 - url = "https://registry.npmjs.org/proxy-middleware/-/proxy-middleware-0.15.0.tgz"; 12978 - sha1 = "a3fdf1befb730f951965872ac2f6074c61477a56"; 13004 + url = "https://registry.npmjs.org/os-name/-/os-name-2.0.1.tgz"; 13005 + sha1 = "b9a386361c17ae3a21736ef0599405c9a8c5dc5e"; 12979 13006 }; 12980 13007 }; 12981 13008 "ssh-config-1.1.3" = { ··· 13005 13032 sha512 = "2b8y1xdv7szw0hvad64rghp2zdahs6qhx0k79c0s9xa0a35zbcrb9b9gywixhcxqi1c9ab7ah8ibra22k8baakh7rvmhf904d559g32"; 13006 13033 }; 13007 13034 }; 13008 - "ws-3.3.1" = { 13035 + "ws-3.3.2" = { 13009 13036 name = "ws"; 13010 13037 packageName = "ws"; 13011 - version = "3.3.1"; 13038 + version = "3.3.2"; 13012 13039 src = fetchurl { 13013 - url = "https://registry.npmjs.org/ws/-/ws-3.3.1.tgz"; 13014 - sha512 = "3y6jiddhkfn0qgl1bq8whpn8s7l4vh981nnjih1k81wa7mxgbj6c9nnayxk1hz4qdxy34f8wbzv6kq6pdcsg7n98a1c5jyhr52fw3zh"; 13040 + url = "https://registry.npmjs.org/ws/-/ws-3.3.2.tgz"; 13041 + sha512 = "0nqwnjzy5hj2ay2lgxic67rg6dgj690xsiqwswfkrpr0vzyxmhkknfg145fwpqj3br9qa33k7jjdjdgpis9a0m1pxwc913iqfk8drdp"; 13015 13042 }; 13016 13043 }; 13017 13044 "netmask-1.0.6" = { ··· 13104 13131 sha1 = "74b6d33c9ae1e001510f179a91168588f1aedaa9"; 13105 13132 }; 13106 13133 }; 13134 + "http-proxy-1.16.2" = { 13135 + name = "http-proxy"; 13136 + packageName = "http-proxy"; 13137 + version = "1.16.2"; 13138 + src = fetchurl { 13139 + url = "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz"; 13140 + sha1 = "06dff292952bf64dbe8471fa9df73066d4f37742"; 13141 + }; 13142 + }; 13143 + "is-glob-3.1.0" = { 13144 + name = "is-glob"; 13145 + packageName = "is-glob"; 13146 + version = "3.1.0"; 13147 + src = fetchurl { 13148 + url = "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz"; 13149 + sha1 = "7ba5ae24217804ac70707b96922567486cc3e84a"; 13150 + }; 13151 + }; 13152 + "eventemitter3-1.2.0" = { 13153 + name = "eventemitter3"; 13154 + packageName = "eventemitter3"; 13155 + version = "1.2.0"; 13156 + src = fetchurl { 13157 + url = "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz"; 13158 + sha1 = "1c86991d816ad1e504750e73874224ecf3bec508"; 13159 + }; 13160 + }; 13161 + "requires-port-1.0.0" = { 13162 + name = "requires-port"; 13163 + packageName = "requires-port"; 13164 + version = "1.0.0"; 13165 + src = fetchurl { 13166 + url = "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz"; 13167 + sha1 = "925d2601d39ac485e091cf0da5c6e694dc3dcaff"; 13168 + }; 13169 + }; 13170 + "is-extglob-2.1.1" = { 13171 + name = "is-extglob"; 13172 + packageName = "is-extglob"; 13173 + version = "2.1.1"; 13174 + src = fetchurl { 13175 + url = "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"; 13176 + sha1 = "a88c02535791f02ed37c76a1b9ea9773c833f8c2"; 13177 + }; 13178 + }; 13107 13179 "lodash.assign-3.2.0" = { 13108 13180 name = "lodash.assign"; 13109 13181 packageName = "lodash.assign"; ··· 13147 13219 src = fetchurl { 13148 13220 url = "https://registry.npmjs.org/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz"; 13149 13221 sha1 = "e531c27644cf8b57a99e17ed95b35c748789392e"; 13222 + }; 13223 + }; 13224 + "macos-release-1.1.0" = { 13225 + name = "macos-release"; 13226 + packageName = "macos-release"; 13227 + version = "1.1.0"; 13228 + src = fetchurl { 13229 + url = "https://registry.npmjs.org/macos-release/-/macos-release-1.1.0.tgz"; 13230 + sha512 = "260gwv2k1svhzfxs50g921jbhrqlbfr94mcs9ak0dip7i2331nqc7ip0fgdkfl3r1b30w1s87qh2ssq6wxzd08pbmkjwchqc6xdnqls"; 13150 13231 }; 13151 13232 }; 13152 13233 "chownr-1.0.1" = { ··· 13284 13365 sha1 = "1f16e4aa22b04d1336b66188a66af3c600c3a66d"; 13285 13366 }; 13286 13367 }; 13287 - "macos-release-1.1.0" = { 13288 - name = "macos-release"; 13289 - packageName = "macos-release"; 13290 - version = "1.1.0"; 13291 - src = fetchurl { 13292 - url = "https://registry.npmjs.org/macos-release/-/macos-release-1.1.0.tgz"; 13293 - sha512 = "260gwv2k1svhzfxs50g921jbhrqlbfr94mcs9ak0dip7i2331nqc7ip0fgdkfl3r1b30w1s87qh2ssq6wxzd08pbmkjwchqc6xdnqls"; 13294 - }; 13295 - }; 13296 13368 "abbrev-1.0.9" = { 13297 13369 name = "abbrev"; 13298 13370 packageName = "abbrev"; ··· 13383 13455 sha1 = "a969a80a1fbff6b78f28776594d7bc2bdfab6aad"; 13384 13456 }; 13385 13457 }; 13386 - "jaeger-client-3.6.0" = { 13458 + "jaeger-client-3.7.0" = { 13387 13459 name = "jaeger-client"; 13388 13460 packageName = "jaeger-client"; 13389 - version = "3.6.0"; 13461 + version = "3.7.0"; 13390 13462 src = fetchurl { 13391 - url = "https://registry.npmjs.org/jaeger-client/-/jaeger-client-3.6.0.tgz"; 13392 - sha1 = "5659f522776298eea8ed768741dc71978ba69a98"; 13463 + url = "https://registry.npmjs.org/jaeger-client/-/jaeger-client-3.7.0.tgz"; 13464 + sha1 = "65ec79e33fc6aaeb5acf36064d08acf4ec47da96"; 13393 13465 }; 13394 13466 }; 13395 13467 "mz-2.7.0" = { ··· 14247 14319 sha1 = "488b1d1d2451cb3d3a6b192cfc030f44c5855fea"; 14248 14320 }; 14249 14321 }; 14250 - "http-proxy-1.16.2" = { 14251 - name = "http-proxy"; 14252 - packageName = "http-proxy"; 14253 - version = "1.16.2"; 14254 - src = fetchurl { 14255 - url = "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz"; 14256 - sha1 = "06dff292952bf64dbe8471fa9df73066d4f37742"; 14257 - }; 14258 - }; 14259 14322 "isbinaryfile-3.0.2" = { 14260 14323 name = "isbinaryfile"; 14261 14324 packageName = "isbinaryfile"; ··· 14371 14434 src = fetchurl { 14372 14435 url = "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz"; 14373 14436 sha1 = "c7a8d3236068362059a7e4651fc6884e8b1fb4ae"; 14374 - }; 14375 - }; 14376 - "eventemitter3-1.2.0" = { 14377 - name = "eventemitter3"; 14378 - packageName = "eventemitter3"; 14379 - version = "1.2.0"; 14380 - src = fetchurl { 14381 - url = "https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz"; 14382 - sha1 = "1c86991d816ad1e504750e73874224ecf3bec508"; 14383 - }; 14384 - }; 14385 - "requires-port-1.0.0" = { 14386 - name = "requires-port"; 14387 - packageName = "requires-port"; 14388 - version = "1.0.0"; 14389 - src = fetchurl { 14390 - url = "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz"; 14391 - sha1 = "925d2601d39ac485e091cf0da5c6e694dc3dcaff"; 14392 14437 }; 14393 14438 }; 14394 14439 "debug-2.3.3" = { ··· 15714 15759 sha1 = "8771aae0799b64076b76640fca058f9c10e33ecb"; 15715 15760 }; 15716 15761 }; 15717 - "is-glob-3.1.0" = { 15718 - name = "is-glob"; 15719 - packageName = "is-glob"; 15720 - version = "3.1.0"; 15721 - src = fetchurl { 15722 - url = "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz"; 15723 - sha1 = "7ba5ae24217804ac70707b96922567486cc3e84a"; 15724 - }; 15725 - }; 15726 15762 "path-dirname-1.0.2" = { 15727 15763 name = "path-dirname"; 15728 15764 packageName = "path-dirname"; ··· 15730 15766 src = fetchurl { 15731 15767 url = "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz"; 15732 15768 sha1 = "cc33d24d525e099a5388c0336c6e32b9160609e0"; 15733 - }; 15734 - }; 15735 - "is-extglob-2.1.1" = { 15736 - name = "is-extglob"; 15737 - packageName = "is-extglob"; 15738 - version = "2.1.1"; 15739 - src = fetchurl { 15740 - url = "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"; 15741 - sha1 = "a88c02535791f02ed37c76a1b9ea9773c833f8c2"; 15742 15769 }; 15743 15770 }; 15744 15771 "parse-json-3.0.0" = { ··· 16254 16281 sha1 = "945cfadd66521eaf8f7c84913d377d7b15f24e31"; 16255 16282 }; 16256 16283 }; 16284 + "proxy-middleware-0.15.0" = { 16285 + name = "proxy-middleware"; 16286 + packageName = "proxy-middleware"; 16287 + version = "0.15.0"; 16288 + src = fetchurl { 16289 + url = "https://registry.npmjs.org/proxy-middleware/-/proxy-middleware-0.15.0.tgz"; 16290 + sha1 = "a3fdf1befb730f951965872ac2f6074c61477a56"; 16291 + }; 16292 + }; 16257 16293 "serve-index-1.9.1" = { 16258 16294 name = "serve-index"; 16259 16295 packageName = "serve-index"; ··· 16441 16477 src = fetchurl { 16442 16478 url = "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz"; 16443 16479 sha1 = "f351d32969d32fa5d7a5567154263d928ae3bd1f"; 16480 + }; 16481 + }; 16482 + "commander-2.11.0" = { 16483 + name = "commander"; 16484 + packageName = "commander"; 16485 + version = "2.11.0"; 16486 + src = fetchurl { 16487 + url = "https://registry.npmjs.org/commander/-/commander-2.11.0.tgz"; 16488 + sha512 = "2yi2hwf0bghfnv1fdgd4wvh7s0acjrgqbgww97ncm6i6s6ffs1zahnj48f6gqpqj6fsf0jigvnr0civ25k2160c38281r80wvg7jkkg"; 16444 16489 }; 16445 16490 }; 16446 16491 "diff-3.3.1" = { ··· 16785 16830 sha1 = "c6928946a0e06c5f8d6f8a9333469ffda46298a0"; 16786 16831 }; 16787 16832 }; 16788 - "detect-libc-1.0.2" = { 16833 + "detect-libc-1.0.3" = { 16789 16834 name = "detect-libc"; 16790 16835 packageName = "detect-libc"; 16791 - version = "1.0.2"; 16836 + version = "1.0.3"; 16792 16837 src = fetchurl { 16793 - url = "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.2.tgz"; 16794 - sha1 = "71ad5d204bf17a6a6ca8f450c61454066ef461e1"; 16838 + url = "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz"; 16839 + sha1 = "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"; 16795 16840 }; 16796 16841 }; 16797 16842 "tar-pack-3.4.1" = { ··· 18720 18765 sha1 = "27d92fec34d27cfa42707d3b40d025ae9855f2df"; 18721 18766 }; 18722 18767 }; 18723 - "snyk-1.49.4" = { 18768 + "snyk-1.49.5" = { 18724 18769 name = "snyk"; 18725 18770 packageName = "snyk"; 18726 - version = "1.49.4"; 18771 + version = "1.49.5"; 18727 18772 src = fetchurl { 18728 - url = "https://registry.npmjs.org/snyk/-/snyk-1.49.4.tgz"; 18729 - sha1 = "e47829b609ad1179f63d784947ebcb748021d6e2"; 18773 + url = "https://registry.npmjs.org/snyk/-/snyk-1.49.5.tgz"; 18774 + sha1 = "3cce8e6863b1d7d95bbf1a6e4a571482f5aeb444"; 18730 18775 }; 18731 18776 }; 18732 18777 "spawn-please-0.3.0" = { ··· 18819 18864 sha512 = "3ar9rk77y39sydnriw6k9p5s15qpv1in81365l0yjbvn6qis7v4na98xfibsmfnnkjyblnd5qs2q1j6fabdfx4g2x5yi7ld6hdm6r3r"; 18820 18865 }; 18821 18866 }; 18822 - "snyk-nuget-plugin-1.3.1" = { 18867 + "snyk-nuget-plugin-1.3.2" = { 18823 18868 name = "snyk-nuget-plugin"; 18824 18869 packageName = "snyk-nuget-plugin"; 18825 - version = "1.3.1"; 18870 + version = "1.3.2"; 18826 18871 src = fetchurl { 18827 - url = "https://registry.npmjs.org/snyk-nuget-plugin/-/snyk-nuget-plugin-1.3.1.tgz"; 18828 - sha512 = "3ssvsj12vxp2c18s2xgdw5djasnkm99igxjsr7a12k3zrvh6mmg0hbkvaq39c0pmq4l8qgjd60pf2m536lsqbgl17yja9yqa5fvxbd8"; 18872 + url = "https://registry.npmjs.org/snyk-nuget-plugin/-/snyk-nuget-plugin-1.3.2.tgz"; 18873 + sha512 = "0r929vp7mqx07wqr1k9xzww6yawkvf2c3s3cyx38mm65r72v8p16acis2y8ircl6spzh5slxv5adqpd70l7khw0fi8x4smjs812cgzp"; 18829 18874 }; 18830 18875 }; 18831 18876 "snyk-policy-1.7.1" = { ··· 19233 19278 sha1 = "32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"; 19234 19279 }; 19235 19280 }; 19281 + "cvss-1.0.2" = { 19282 + name = "cvss"; 19283 + packageName = "cvss"; 19284 + version = "1.0.2"; 19285 + src = fetchurl { 19286 + url = "https://registry.npmjs.org/cvss/-/cvss-1.0.2.tgz"; 19287 + sha1 = "df67e92bf12a796f49e928799c8db3ba74b9fcd6"; 19288 + }; 19289 + }; 19290 + "https-proxy-agent-2.1.0" = { 19291 + name = "https-proxy-agent"; 19292 + packageName = "https-proxy-agent"; 19293 + version = "2.1.0"; 19294 + src = fetchurl { 19295 + url = "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.1.0.tgz"; 19296 + sha512 = "17fg8xbji1zam9ksqgdfsyhqfw1nyniz8gwp54q0z7rz1pxw2m3agniawm870nn4j88m1w9l0lfkw5wa4qf1593if0cwicv814xad7w"; 19297 + }; 19298 + }; 19299 + "nodesecurity-npm-utils-6.0.0" = { 19300 + name = "nodesecurity-npm-utils"; 19301 + packageName = "nodesecurity-npm-utils"; 19302 + version = "6.0.0"; 19303 + src = fetchurl { 19304 + url = "https://registry.npmjs.org/nodesecurity-npm-utils/-/nodesecurity-npm-utils-6.0.0.tgz"; 19305 + sha512 = "0v36pqap4xw0z9h00v73nhxv2llz5gi0y6vww0yjyqb2qyfkgb7cjpjgzscc6bviw4xi4nk223s9nlcnvkpwymllbva8d98bixnbd1l"; 19306 + }; 19307 + }; 19308 + "wreck-12.5.1" = { 19309 + name = "wreck"; 19310 + packageName = "wreck"; 19311 + version = "12.5.1"; 19312 + src = fetchurl { 19313 + url = "https://registry.npmjs.org/wreck/-/wreck-12.5.1.tgz"; 19314 + sha512 = "3s89p8x1i16wg1prbm40z7l00611hzk2s7kkvph6fw4cx049p3gpviqmhbgqxxi9pfjz32mx3aj7qsygmfcnvasgs43rj1ynwdd944p"; 19315 + }; 19316 + }; 19317 + "yargs-9.0.1" = { 19318 + name = "yargs"; 19319 + packageName = "yargs"; 19320 + version = "9.0.1"; 19321 + src = fetchurl { 19322 + url = "https://registry.npmjs.org/yargs/-/yargs-9.0.1.tgz"; 19323 + sha1 = "52acc23feecac34042078ee78c0c007f5085db4c"; 19324 + }; 19325 + }; 19326 + "agent-base-4.1.2" = { 19327 + name = "agent-base"; 19328 + packageName = "agent-base"; 19329 + version = "4.1.2"; 19330 + src = fetchurl { 19331 + url = "https://registry.npmjs.org/agent-base/-/agent-base-4.1.2.tgz"; 19332 + sha512 = "0vj8afdy0gk5q82i5zxx1ng4ylzipvyfnljbw948hvv1zr2653nr8jwiw73rp267a5c1rjl2xpxlc4rqvblc88sx0y0dfjs8yh90kjl"; 19333 + }; 19334 + }; 19335 + "es6-promisify-5.0.0" = { 19336 + name = "es6-promisify"; 19337 + packageName = "es6-promisify"; 19338 + version = "5.0.0"; 19339 + src = fetchurl { 19340 + url = "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz"; 19341 + sha1 = "5109d62f3e56ea967c4b63505aef08291c8a5203"; 19342 + }; 19343 + }; 19236 19344 "lokijs-1.5.1" = { 19237 19345 name = "lokijs"; 19238 19346 packageName = "lokijs"; ··· 19344 19452 sha1 = "78717d9b718ce7cab55e20b9f24388d5fa51d5c0"; 19345 19453 }; 19346 19454 }; 19347 - "service-runner-2.4.2" = { 19455 + "service-runner-2.4.3" = { 19348 19456 name = "service-runner"; 19349 19457 packageName = "service-runner"; 19350 - version = "2.4.2"; 19458 + version = "2.4.3"; 19351 19459 src = fetchurl { 19352 - url = "https://registry.npmjs.org/service-runner/-/service-runner-2.4.2.tgz"; 19353 - sha1 = "dc2ca5dd29061296ed79139eba08c80918e00d94"; 19460 + url = "https://registry.npmjs.org/service-runner/-/service-runner-2.4.3.tgz"; 19461 + sha1 = "8fcb3d9e5da9b83efa507a8e30ee0aa7e025a0a7"; 19354 19462 }; 19355 19463 }; 19356 19464 "simplediff-0.1.1" = { ··· 21437 21545 sha1 = "3df373dbea587a9a7fef3e56311b68908f75c414"; 21438 21546 }; 21439 21547 }; 21440 - "sanitize-html-1.15.0" = { 21548 + "sanitize-html-1.16.1" = { 21441 21549 name = "sanitize-html"; 21442 21550 packageName = "sanitize-html"; 21443 - version = "1.15.0"; 21551 + version = "1.16.1"; 21444 21552 src = fetchurl { 21445 - url = "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.15.0.tgz"; 21446 - sha512 = "26swjh5wivmim7l7g64f40vnr1dr7kyl5hr9csv84s2apa43rs19qypyf7y5r3a19v0pg9ibcs1spqykznq6jcxvmwrbwdihm78ndfn"; 21553 + url = "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.16.1.tgz"; 21554 + sha512 = "29wgrj32g4l1a8l4fxr55xg8kkbdb9nn9n4birdp20bsr8z1bfd2wh3hp6avhjw25s53shw6kxwbjirgd4yyry6jzalmnh335qvwzy3"; 21447 21555 }; 21448 21556 }; 21449 21557 "linkify-it-1.2.4" = { ··· 21464 21572 sha1 = "64762c48618082518ac3df4ccf5d5886dae20347"; 21465 21573 }; 21466 21574 }; 21575 + "lodash.isarray-4.0.0" = { 21576 + name = "lodash.isarray"; 21577 + packageName = "lodash.isarray"; 21578 + version = "4.0.0"; 21579 + src = fetchurl { 21580 + url = "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-4.0.0.tgz"; 21581 + sha1 = "2aca496b28c4ca6d726715313590c02e6ea34403"; 21582 + }; 21583 + }; 21584 + "postcss-6.0.14" = { 21585 + name = "postcss"; 21586 + packageName = "postcss"; 21587 + version = "6.0.14"; 21588 + src = fetchurl { 21589 + url = "https://registry.npmjs.org/postcss/-/postcss-6.0.14.tgz"; 21590 + sha512 = "2id33g6232s35n25daqrkz0bvzm2zmhlkfzmigkgia5q4jy9xg38spppmsdg0qswjankyi28wrbjsdwhczqfkx7h71gg8dmzz8p779l"; 21591 + }; 21592 + }; 21467 21593 "srcset-1.0.0" = { 21468 21594 name = "srcset"; 21469 21595 packageName = "srcset"; ··· 21480 21606 src = fetchurl { 21481 21607 url = "https://registry.npmjs.org/domutils/-/domutils-1.6.2.tgz"; 21482 21608 sha1 = "1958cc0b4c9426e9ed367fb1c8e854891b0fa3ff"; 21609 + }; 21610 + }; 21611 + "source-map-0.6.1" = { 21612 + name = "source-map"; 21613 + packageName = "source-map"; 21614 + version = "0.6.1"; 21615 + src = fetchurl { 21616 + url = "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"; 21617 + sha512 = "3p7hw8p69ikj5mwapmqkacsjnbvdfk5ylyamjg9x5izkl717xvzj0vk3fnmx1n4pf54h5rs7r8ig5kk4jv4ycqqj0hv75cnx6k1lf2j"; 21483 21618 }; 21484 21619 }; 21485 21620 "async-2.1.5" = { ··· 22337 22472 sha1 = "77466de589cd5d3c95f138aa78bc569a3cb5d27a"; 22338 22473 }; 22339 22474 }; 22340 - "source-map-0.6.1" = { 22341 - name = "source-map"; 22342 - packageName = "source-map"; 22343 - version = "0.6.1"; 22344 - src = fetchurl { 22345 - url = "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"; 22346 - sha512 = "3p7hw8p69ikj5mwapmqkacsjnbvdfk5ylyamjg9x5izkl717xvzj0vk3fnmx1n4pf54h5rs7r8ig5kk4jv4ycqqj0hv75cnx6k1lf2j"; 22347 - }; 22348 - }; 22349 22475 "blueimp-md5-2.10.0" = { 22350 22476 name = "blueimp-md5"; 22351 22477 packageName = "blueimp-md5"; ··· 22533 22659 src = fetchurl { 22534 22660 url = "https://registry.npmjs.org/winston/-/winston-2.3.1.tgz"; 22535 22661 sha1 = "0b48420d978c01804cf0230b648861598225a119"; 22536 - }; 22537 - }; 22538 - "yargs-9.0.1" = { 22539 - name = "yargs"; 22540 - packageName = "yargs"; 22541 - version = "9.0.1"; 22542 - src = fetchurl { 22543 - url = "https://registry.npmjs.org/yargs/-/yargs-9.0.1.tgz"; 22544 - sha1 = "52acc23feecac34042078ee78c0c007f5085db4c"; 22545 22662 }; 22546 22663 }; 22547 22664 "color-string-1.5.2" = { ··· 22958 23075 sha1 = "eec5c726eacef51b7f6b73c20db6e1b13b069c98"; 22959 23076 }; 22960 23077 }; 22961 - "es6-promisify-5.0.0" = { 22962 - name = "es6-promisify"; 22963 - packageName = "es6-promisify"; 22964 - version = "5.0.0"; 22965 - src = fetchurl { 22966 - url = "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz"; 22967 - sha1 = "5109d62f3e56ea967c4b63505aef08291c8a5203"; 22968 - }; 22969 - }; 22970 23078 "event-to-promise-0.8.0" = { 22971 23079 name = "event-to-promise"; 22972 23080 packageName = "event-to-promise"; ··· 24639 24747 sources."is-windows-0.2.0" 24640 24748 sources."global-prefix-0.1.5" 24641 24749 sources."homedir-polyfill-1.0.1" 24642 - sources."ini-1.3.4" 24750 + sources."ini-1.3.5" 24643 24751 sources."which-1.3.0" 24644 24752 sources."parse-passwd-1.0.0" 24645 24753 sources."isexe-2.0.0" ··· 24879 24987 dependencies = [ 24880 24988 sources."readable-stream-2.0.6" 24881 24989 sources."async-2.6.0" 24882 - sources."commander-2.11.0" 24990 + sources."commander-2.12.0" 24883 24991 ]; 24884 24992 }) 24885 24993 sources."ssh-key-to-pem-0.11.0" ··· 24947 25055 sources."has-color-0.1.7" 24948 25056 sources."ansi-styles-2.2.1" 24949 25057 sources."strip-ansi-3.0.1" 24950 - sources."@types/node-8.0.53" 25058 + sources."@types/node-7.0.48" 24951 25059 sources."@types/request-2.0.8" 24952 25060 sources."@types/uuid-3.4.3" 24953 25061 sources."is-buffer-1.1.6" ··· 25358 25466 sources."got-1.2.2" 25359 25467 sources."internal-ip-1.2.0" 25360 25468 sources."keypress-0.2.1" 25361 - sources."mime-1.4.1" 25469 + sources."mime-1.5.0" 25362 25470 sources."minimist-1.2.0" 25363 25471 (sources."peerflix-0.34.0" // { 25364 25472 dependencies = [ ··· 25582 25690 sources."voc-1.0.0" 25583 25691 sources."concat-stream-1.6.0" 25584 25692 sources."exit-on-epipe-1.0.1" 25585 - sources."commander-2.11.0" 25693 + sources."commander-2.12.0" 25586 25694 sources."typedarray-0.0.6" 25695 + sources."@types/node-7.0.48" 25587 25696 sources."sax-1.2.4" 25588 25697 sources."underscore-1.6.0" 25589 25698 ]; ··· 25614 25723 coinmon = nodeEnv.buildNodePackage { 25615 25724 name = "coinmon"; 25616 25725 packageName = "coinmon"; 25617 - version = "0.0.6"; 25726 + version = "0.0.9"; 25618 25727 src = fetchurl { 25619 - url = "https://registry.npmjs.org/coinmon/-/coinmon-0.0.6.tgz"; 25620 - sha512 = "1aysmx7md64nwnd4m400bfvczgv04psbnf1k1dnz1vh7qprk77qsama7r5vi3r655p59qglgcg6k5523kfs23wm9c0k98agbbdf13f8"; 25728 + url = "https://registry.npmjs.org/coinmon/-/coinmon-0.0.9.tgz"; 25729 + sha512 = "3hzlrghgwyf65qhz9hm1w3np5djhjjl8f1v9bpa7bmqi3593q3i0589c6lbd493i802ai74pvdkx3zp6qb6r224nyz2jx80kqi5bvp6"; 25621 25730 }; 25622 25731 dependencies = [ 25623 25732 sources."axios-0.17.1" ··· 25627 25736 ]; 25628 25737 }) 25629 25738 sources."cli-table2-0.2.0" 25630 - sources."commander-2.11.0" 25739 + sources."commander-2.12.0" 25740 + sources."humanize-plus-1.8.2" 25631 25741 sources."ora-1.3.0" 25632 - sources."follow-redirects-1.2.5" 25742 + sources."follow-redirects-1.2.6" 25633 25743 sources."is-buffer-1.1.6" 25634 - sources."debug-2.6.9" 25744 + sources."debug-3.1.0" 25635 25745 sources."ms-2.0.0" 25636 25746 sources."babel-runtime-6.22.0" 25637 25747 sources."chalk-1.1.3" ··· 25671 25781 sources."code-point-at-1.1.0" 25672 25782 sources."is-fullwidth-code-point-1.0.0" 25673 25783 sources."number-is-nan-1.0.1" 25784 + sources."@types/node-7.0.48" 25674 25785 sources."cli-cursor-2.1.0" 25675 25786 sources."cli-spinners-1.1.0" 25676 25787 sources."log-symbols-1.0.2" ··· 25996 26107 sources."tunnel-agent-0.4.3" 25997 26108 sources."delayed-stream-1.0.0" 25998 26109 sources."asynckit-0.4.0" 25999 - sources."commander-2.11.0" 26110 + sources."commander-2.12.0" 26000 26111 sources."is-my-json-valid-2.16.1" 26001 26112 sources."pinkie-promise-2.0.1" 26113 + sources."@types/node-7.0.48" 26002 26114 sources."generate-function-2.0.0" 26003 26115 sources."generate-object-property-1.2.0" 26004 26116 sources."jsonpointer-4.0.1" ··· 26070 26182 sources."stream-shift-1.0.0" 26071 26183 sources."rc-1.2.2" 26072 26184 sources."deep-extend-0.4.2" 26073 - sources."ini-1.3.4" 26185 + sources."ini-1.3.5" 26074 26186 sources."strip-json-comments-2.0.1" 26075 26187 sources."is-finite-1.0.2" 26076 26188 ]; ··· 26216 26328 sources."core-util-is-1.0.2" 26217 26329 sources."extsprintf-1.3.0" 26218 26330 sources."async-0.9.2" 26219 - sources."ini-1.3.4" 26331 + sources."ini-1.3.5" 26220 26332 sources."optimist-0.6.1" 26221 26333 sources."wordwrap-0.0.3" 26222 26334 sources."minimist-0.0.10" ··· 26368 26480 sources."JSONStream-1.3.1" 26369 26481 sources."async-2.6.0" 26370 26482 sources."aws4-1.6.0" 26371 - sources."aws-sdk-2.153.0" 26372 - sources."ini-1.3.4" 26483 + sources."aws-sdk-2.156.0" 26484 + sources."ini-1.3.5" 26373 26485 sources."optimist-0.6.1" 26374 26486 sources."request-2.83.0" 26375 26487 sources."jsonparse-1.3.1" ··· 26506 26618 sources."uuid-3.1.0" 26507 26619 sources."delayed-stream-1.0.0" 26508 26620 sources."asynckit-0.4.0" 26509 - sources."commander-2.11.0" 26621 + sources."commander-2.12.0" 26510 26622 sources."is-my-json-valid-2.16.1" 26511 26623 sources."pinkie-promise-2.0.1" 26512 26624 sources."ansi-styles-3.2.0" ··· 26514 26626 sources."has-ansi-2.0.0" 26515 26627 sources."strip-ansi-3.0.1" 26516 26628 sources."ansi-regex-2.1.1" 26629 + sources."@types/node-7.0.48" 26517 26630 sources."generate-function-2.0.0" 26518 26631 sources."generate-object-property-1.2.0" 26519 26632 sources."jsonpointer-4.0.1" ··· 27467 27580 sources."balanced-match-1.0.0" 27468 27581 sources."concat-map-0.0.1" 27469 27582 sources."event-stream-0.5.3" 27470 - sources."ini-1.3.4" 27583 + sources."ini-1.3.5" 27471 27584 sources."lazy-1.0.11" 27472 27585 sources."strip-json-comments-0.1.3" 27473 27586 sources."caller-0.0.1" ··· 27765 27878 sources."global-prefix-0.1.5" 27766 27879 sources."is-windows-0.2.0" 27767 27880 sources."homedir-polyfill-1.0.1" 27768 - sources."ini-1.3.4" 27881 + sources."ini-1.3.5" 27769 27882 sources."which-1.3.0" 27770 27883 sources."parse-passwd-1.0.0" 27771 27884 sources."isexe-2.0.0" ··· 27912 28025 ionic = nodeEnv.buildNodePackage { 27913 28026 name = "ionic"; 27914 28027 packageName = "ionic"; 27915 - version = "3.18.0"; 28028 + version = "3.19.0"; 27916 28029 src = fetchurl { 27917 - url = "https://registry.npmjs.org/ionic/-/ionic-3.18.0.tgz"; 27918 - sha512 = "26m3rzj32n72b812d8v0wjxw9dkmhi6qanjv85k0w847nrb9fqh12j2mgspadgnrv80j3whj7mbblc1q6kdf68mm8zsdhgzq6d5xbkx"; 28030 + url = "https://registry.npmjs.org/ionic/-/ionic-3.19.0.tgz"; 28031 + sha512 = "34pv92cpzkfq8r6q0k2r47n2pj7v5n0hnldrjgh443cacc1ifbbh5n0xfgrd93l88w3pwk7gc64xnipw37d6cbk5zv9kawy88b1j6bs"; 27919 28032 }; 27920 28033 dependencies = [ 27921 - sources."@ionic/cli-framework-0.1.1" 27922 - sources."@ionic/cli-utils-1.18.0" 28034 + sources."@ionic/cli-framework-0.1.2" 28035 + sources."@ionic/cli-utils-1.19.0" 27923 28036 sources."chalk-2.3.0" 27924 28037 sources."opn-5.1.0" 27925 - sources."os-name-2.0.1" 27926 28038 sources."semver-5.4.1" 27927 28039 sources."tslib-1.8.0" 27928 28040 sources."ncp-2.0.0" ··· 27974 28086 sources."diff-3.4.0" 27975 28087 sources."elementtree-0.1.7" 27976 28088 sources."express-4.16.2" 28089 + sources."http-proxy-middleware-0.17.4" 27977 28090 sources."inquirer-3.3.0" 27978 28091 sources."leek-0.0.24" 27979 28092 sources."lodash-4.17.4" 27980 28093 sources."minimist-0.0.8" 27981 - sources."proxy-middleware-0.15.0" 28094 + sources."os-name-2.0.1" 27982 28095 sources."slice-ansi-1.0.0" 27983 28096 sources."ssh-config-1.1.3" 27984 28097 sources."string-width-2.1.1" ··· 27986 28099 sources."tiny-lr-1.0.5" 27987 28100 sources."uuid-3.1.0" 27988 28101 sources."wrap-ansi-3.0.1" 27989 - sources."ws-3.3.1" 28102 + sources."ws-3.3.2" 27990 28103 sources."netmask-1.0.6" 27991 28104 sources."archiver-utils-1.3.0" 27992 28105 sources."async-2.6.0" ··· 28020 28133 sources."async-each-1.0.1" 28021 28134 sources."glob-parent-2.0.0" 28022 28135 sources."is-binary-path-1.0.1" 28023 - sources."is-glob-2.0.1" 28136 + sources."is-glob-3.1.0" 28024 28137 sources."readdirp-2.1.0" 28025 28138 sources."fsevents-1.1.3" 28026 28139 sources."micromatch-2.3.11" ··· 28030 28143 sources."expand-brackets-0.1.5" 28031 28144 sources."extglob-0.3.2" 28032 28145 sources."filename-regex-2.0.1" 28033 - sources."is-extglob-1.0.0" 28146 + sources."is-extglob-2.1.1" 28034 28147 sources."kind-of-3.2.2" 28035 28148 sources."object.omit-2.0.1" 28036 28149 sources."parse-glob-3.0.4" ··· 28087 28200 sources."forwarded-0.1.2" 28088 28201 sources."ipaddr.js-1.5.2" 28089 28202 sources."destroy-1.0.4" 28203 + sources."http-proxy-1.16.2" 28204 + sources."eventemitter3-1.2.0" 28205 + sources."requires-port-1.0.0" 28090 28206 sources."ansi-escapes-3.0.0" 28091 28207 sources."cli-cursor-2.1.0" 28092 28208 sources."cli-width-2.2.0" ··· 28118 28234 sources."lodash._getnative-3.9.1" 28119 28235 sources."lodash.isarguments-3.1.0" 28120 28236 sources."lodash.isarray-3.0.4" 28237 + sources."macos-release-1.1.0" 28238 + sources."win-release-1.1.1" 28121 28239 sources."is-fullwidth-code-point-2.0.0" 28122 28240 sources."chownr-1.0.1" 28123 28241 sources."minipass-2.2.1" ··· 28135 28253 sources."http-parser-js-0.4.9" 28136 28254 sources."websocket-extensions-0.1.3" 28137 28255 sources."async-limiter-1.0.0" 28138 - sources."ultron-1.1.0" 28256 + sources."ultron-1.1.1" 28139 28257 sources."ansi-styles-3.2.0" 28140 28258 sources."supports-color-4.5.0" 28141 28259 sources."color-convert-1.9.1" 28142 28260 sources."color-name-1.1.3" 28143 28261 sources."has-flag-2.0.0" 28144 28262 sources."is-wsl-1.1.0" 28145 - sources."macos-release-1.1.0" 28146 - sources."win-release-1.1.1" 28147 28263 ]; 28148 28264 buildInputs = globalBuildInputs; 28149 28265 meta = { 28150 28266 description = "A tool for creating and developing Ionic Framework mobile apps."; 28151 - homepage = http://ionicframework.com/; 28267 + homepage = https://ionicframework.com/; 28152 28268 license = "MIT"; 28153 28269 }; 28154 28270 production = true; ··· 28260 28376 sources."chai-4.1.2" 28261 28377 sources."chai-as-promised-7.1.1" 28262 28378 sources."chalk-2.3.0" 28263 - sources."commander-2.11.0" 28379 + sources."commander-2.12.0" 28264 28380 sources."fast-json-patch-2.0.6" 28265 28381 sources."glob-7.1.2" 28266 28382 sources."iterare-0.0.8" 28267 - (sources."jaeger-client-3.6.0" // { 28383 + (sources."jaeger-client-3.7.0" // { 28268 28384 dependencies = [ 28269 28385 sources."opentracing-0.13.0" 28270 28386 ]; ··· 28292 28408 sources."color-convert-1.9.1" 28293 28409 sources."color-name-1.1.3" 28294 28410 sources."has-flag-2.0.0" 28411 + sources."@types/node-7.0.48" 28295 28412 sources."deep-equal-1.0.1" 28296 28413 sources."fs.realpath-1.0.0" 28297 28414 sources."inflight-1.0.6" ··· 28422 28539 sources."mkdirp-0.5.1" 28423 28540 sources."nopt-3.0.6" 28424 28541 sources."proto-list-1.2.4" 28425 - sources."ini-1.3.4" 28542 + sources."ini-1.3.5" 28426 28543 sources."bluebird-3.5.1" 28427 - sources."commander-2.11.0" 28544 + sources."commander-2.12.0" 28428 28545 sources."lru-cache-3.2.0" 28429 28546 sources."semver-5.4.1" 28430 28547 sources."sigmund-1.0.1" 28548 + sources."@types/node-7.0.48" 28431 28549 sources."pseudomap-1.0.2" 28432 28550 sources."minimist-0.0.8" 28433 28551 sources."abbrev-1.1.1" ··· 28488 28606 sha512 = "0m7az6dvfn65fbak1y42663yxkachpj1fyyxxpdhkpny3bbsmgn0hpp8fb5sllmzbfyqspkqh1icpqb14pbsfnbsj7w665xmnj4a9g5"; 28489 28607 }; 28490 28608 dependencies = [ 28491 - sources."commander-2.11.0" 28609 + sources."commander-2.12.0" 28492 28610 sources."graphlib-2.1.1" 28493 28611 sources."js-yaml-3.10.0" 28494 28612 sources."lodash-4.17.4" ··· 28496 28614 sources."path-loader-1.0.4" 28497 28615 sources."slash-1.0.0" 28498 28616 sources."uri-js-3.0.2" 28617 + sources."@types/node-7.0.48" 28499 28618 sources."argparse-1.0.9" 28500 28619 sources."esprima-4.0.0" 28501 28620 sources."sprintf-js-1.0.3" ··· 28507 28626 sources."form-data-2.3.1" 28508 28627 sources."formidable-1.1.1" 28509 28628 sources."methods-1.1.2" 28510 - sources."mime-1.4.1" 28629 + sources."mime-1.5.0" 28511 28630 sources."qs-6.5.1" 28512 28631 sources."readable-stream-2.3.3" 28513 28632 sources."ms-2.0.0" ··· 28714 28833 sources."imurmurhash-0.1.4" 28715 28834 sources."global-dirs-0.1.1" 28716 28835 sources."is-path-inside-1.0.0" 28717 - sources."ini-1.3.4" 28836 + sources."ini-1.3.5" 28718 28837 sources."path-is-inside-1.0.2" 28719 28838 sources."package-json-4.0.1" 28720 28839 sources."got-6.7.1" ··· 28814 28933 sources."isbinaryfile-3.0.2" 28815 28934 sources."lodash-3.10.1" 28816 28935 sources."log4js-0.6.38" 28817 - sources."mime-1.4.1" 28936 + sources."mime-1.5.0" 28818 28937 sources."minimatch-3.0.4" 28819 28938 sources."optimist-0.6.1" 28820 28939 sources."qjobs-1.1.5" ··· 29215 29334 sources."lodash.templatesettings-4.1.0" 29216 29335 sources."gitconfiglocal-1.0.0" 29217 29336 sources."pify-3.0.0" 29218 - sources."ini-1.3.4" 29337 + sources."ini-1.3.5" 29219 29338 sources."is-builtin-module-1.0.0" 29220 29339 sources."validate-npm-package-license-3.0.1" 29221 29340 sources."builtin-modules-1.1.1" ··· 29656 29775 sources."socket.io-parser-3.1.2" 29657 29776 sources."base64id-1.0.0" 29658 29777 sources."engine.io-parser-2.1.1" 29659 - sources."ws-3.3.1" 29778 + sources."ws-3.3.2" 29660 29779 sources."uws-0.14.5" 29661 29780 sources."after-0.8.2" 29662 29781 sources."arraybuffer.slice-0.0.6" ··· 29664 29783 sources."blob-0.0.4" 29665 29784 sources."has-binary2-1.0.2" 29666 29785 sources."async-limiter-1.0.0" 29667 - sources."ultron-1.1.0" 29786 + sources."ultron-1.1.1" 29668 29787 sources."backo2-1.0.2" 29669 29788 sources."component-bind-1.0.0" 29670 29789 sources."component-emitter-1.2.1" ··· 29904 30023 sha1 = "0161a13e2b3378759e36b9e05be34b46a06decd5"; 29905 30024 }; 29906 30025 dependencies = [ 29907 - sources."commander-2.11.0" 30026 + sources."commander-2.12.0" 29908 30027 sources."js-yaml-3.10.0" 29909 30028 sources."json-refs-2.1.7" 30029 + sources."@types/node-7.0.48" 29910 30030 sources."argparse-1.0.9" 29911 30031 sources."esprima-4.0.0" 29912 30032 sources."sprintf-js-1.0.3" ··· 29924 30044 sources."form-data-2.3.1" 29925 30045 sources."formidable-1.1.1" 29926 30046 sources."methods-1.1.2" 29927 - sources."mime-1.4.1" 30047 + sources."mime-1.5.0" 29928 30048 sources."qs-6.5.1" 29929 30049 sources."readable-stream-2.3.3" 29930 30050 sources."ms-2.0.0" ··· 30090 30210 sources."number-is-nan-1.0.1" 30091 30211 sources."ansi-regex-2.1.1" 30092 30212 sources."config-chain-1.1.11" 30093 - sources."ini-1.3.4" 30213 + sources."ini-1.3.5" 30094 30214 sources."mkdirp-0.3.5" 30095 30215 sources."nopt-3.0.6" 30096 30216 sources."uid-number-0.0.5" ··· 30382 30502 sources."balanced-match-1.0.0" 30383 30503 sources."concat-map-0.0.1" 30384 30504 sources."deep-extend-0.4.2" 30385 - sources."ini-1.3.4" 30505 + sources."ini-1.3.5" 30386 30506 sources."strip-json-comments-2.0.1" 30387 30507 sources."truncate-1.0.5" 30388 30508 sources."nan-2.8.0" ··· 30391 30511 sources."npmlog-4.1.2" 30392 30512 sources."request-2.81.0" 30393 30513 sources."hawk-3.1.3" 30394 - sources."detect-libc-1.0.2" 30514 + sources."detect-libc-1.0.3" 30395 30515 sources."tar-2.2.1" 30396 30516 sources."tar-pack-3.4.1" 30397 30517 sources."abbrev-1.1.1" ··· 30496 30616 sources."hawk-3.1.3" 30497 30617 sources."rimraf-2.6.2" 30498 30618 sources."semver-5.4.1" 30499 - sources."detect-libc-1.0.2" 30619 + sources."detect-libc-1.0.3" 30500 30620 sources."tar-2.2.1" 30501 30621 sources."tar-pack-3.4.1" 30502 30622 sources."minimist-1.2.0" ··· 30529 30649 sources."number-is-nan-1.0.1" 30530 30650 sources."ansi-regex-2.1.1" 30531 30651 sources."deep-extend-0.4.2" 30532 - sources."ini-1.3.4" 30652 + sources."ini-1.3.5" 30533 30653 sources."strip-json-comments-2.0.1" 30534 30654 sources."aws-sign2-0.6.0" 30535 30655 sources."aws4-1.6.0" ··· 30751 30871 sources."imurmurhash-0.1.4" 30752 30872 sources."global-dirs-0.1.1" 30753 30873 sources."is-path-inside-1.0.0" 30754 - sources."ini-1.3.4" 30874 + sources."ini-1.3.5" 30755 30875 sources."path-is-inside-1.0.2" 30756 30876 sources."package-json-4.0.1" 30757 30877 sources."got-6.7.1" ··· 30813 30933 sources."media-typer-0.3.0" 30814 30934 (sources."mqtt-2.9.0" // { 30815 30935 dependencies = [ 30816 - sources."ws-3.3.1" 30936 + sources."ws-3.3.2" 30817 30937 ]; 30818 30938 }) 30819 30939 sources."multer-1.3.0" ··· 31108 31228 sources."is-fullwidth-code-point-1.0.0" 31109 31229 sources."number-is-nan-1.0.1" 31110 31230 sources."deep-extend-0.4.2" 31111 - sources."ini-1.3.4" 31231 + sources."ini-1.3.5" 31112 31232 sources."strip-json-comments-2.0.1" 31113 31233 sources."block-stream-0.0.9" 31114 31234 sources."fstream-1.0.11" ··· 31368 31488 sources."config-chain-1.1.11" 31369 31489 sources."osenv-0.0.3" 31370 31490 sources."nopt-2.2.1" 31371 - sources."ini-1.3.4" 31491 + sources."ini-1.3.5" 31372 31492 sources."proto-list-1.2.4" 31373 31493 sources."abbrev-1.1.1" 31374 31494 sources."block-stream-0.0.9" ··· 31401 31521 sources."chalk-1.1.3" 31402 31522 sources."cint-8.2.1" 31403 31523 sources."cli-table-0.3.1" 31404 - sources."commander-2.11.0" 31524 + sources."commander-2.12.0" 31405 31525 sources."fast-diff-1.1.2" 31406 31526 sources."find-up-1.1.2" 31407 31527 sources."get-stdin-5.0.1" ··· 31416 31536 }) 31417 31537 sources."semver-5.4.1" 31418 31538 sources."semver-utils-1.1.1" 31419 - (sources."snyk-1.49.4" // { 31539 + (sources."snyk-1.49.5" // { 31420 31540 dependencies = [ 31421 31541 sources."update-notifier-0.5.0" 31422 31542 ]; ··· 31434 31554 sources."supports-color-4.5.0" 31435 31555 sources."ansi-regex-3.0.0" 31436 31556 sources."colors-1.0.3" 31557 + sources."@types/node-7.0.48" 31437 31558 sources."path-exists-2.1.0" 31438 31559 sources."pinkie-promise-2.0.1" 31439 31560 sources."pinkie-2.0.4" ··· 31454 31575 sources."snyk-gradle-plugin-1.2.0" 31455 31576 sources."snyk-module-1.8.1" 31456 31577 sources."snyk-mvn-plugin-1.1.0" 31457 - sources."snyk-nuget-plugin-1.3.1" 31578 + sources."snyk-nuget-plugin-1.3.2" 31458 31579 sources."snyk-policy-1.7.1" 31459 31580 sources."snyk-python-plugin-1.4.0" 31460 31581 sources."snyk-recursive-readdir-2.0.0" ··· 31505 31626 sources."win-release-1.1.1" 31506 31627 sources."nconf-0.7.2" 31507 31628 sources."path-is-absolute-1.0.1" 31508 - sources."ini-1.3.4" 31629 + sources."ini-1.3.5" 31509 31630 sources."yargs-4.8.1" 31510 31631 sources."camelcase-4.1.0" 31511 31632 sources."cliui-3.2.0" ··· 31671 31792 }; 31672 31793 production = true; 31673 31794 }; 31795 + nsp = nodeEnv.buildNodePackage { 31796 + name = "nsp"; 31797 + packageName = "nsp"; 31798 + version = "3.1.0"; 31799 + src = fetchurl { 31800 + url = "https://registry.npmjs.org/nsp/-/nsp-3.1.0.tgz"; 31801 + sha512 = "0hbwm017cl5ybzw14l44mbinhnv38jrnbpg1ngkdibhc5hiimm8hqr2pi5dzh6flvxr0x6nym93029i7j41clr6rlvn1ab6r5cgdl4f"; 31802 + }; 31803 + dependencies = [ 31804 + sources."chalk-2.3.0" 31805 + sources."cli-table2-0.2.0" 31806 + sources."cvss-1.0.2" 31807 + sources."https-proxy-agent-2.1.0" 31808 + sources."inquirer-3.3.0" 31809 + sources."nodesecurity-npm-utils-6.0.0" 31810 + sources."semver-5.4.1" 31811 + sources."wreck-12.5.1" 31812 + sources."yargs-9.0.1" 31813 + sources."ansi-styles-3.2.0" 31814 + sources."escape-string-regexp-1.0.5" 31815 + sources."supports-color-4.5.0" 31816 + sources."color-convert-1.9.1" 31817 + sources."color-name-1.1.3" 31818 + sources."has-flag-2.0.0" 31819 + sources."lodash-4.17.4" 31820 + sources."string-width-1.0.2" 31821 + sources."colors-1.1.2" 31822 + sources."code-point-at-1.1.0" 31823 + sources."is-fullwidth-code-point-1.0.0" 31824 + sources."strip-ansi-3.0.1" 31825 + sources."number-is-nan-1.0.1" 31826 + sources."ansi-regex-2.1.1" 31827 + sources."agent-base-4.1.2" 31828 + sources."debug-2.6.9" 31829 + sources."es6-promisify-5.0.0" 31830 + sources."es6-promise-4.1.1" 31831 + sources."ms-2.0.0" 31832 + sources."ansi-escapes-3.0.0" 31833 + sources."cli-cursor-2.1.0" 31834 + sources."cli-width-2.2.0" 31835 + sources."external-editor-2.1.0" 31836 + sources."figures-2.0.0" 31837 + sources."mute-stream-0.0.7" 31838 + sources."run-async-2.3.0" 31839 + sources."rx-lite-4.0.8" 31840 + sources."rx-lite-aggregates-4.0.8" 31841 + sources."through-2.3.8" 31842 + sources."restore-cursor-2.0.0" 31843 + sources."onetime-2.0.1" 31844 + sources."signal-exit-3.0.2" 31845 + sources."mimic-fn-1.1.0" 31846 + sources."chardet-0.4.0" 31847 + sources."iconv-lite-0.4.19" 31848 + sources."tmp-0.0.33" 31849 + sources."os-tmpdir-1.0.2" 31850 + sources."is-promise-2.1.0" 31851 + sources."boom-5.2.0" 31852 + sources."hoek-4.2.0" 31853 + sources."camelcase-4.1.0" 31854 + sources."cliui-3.2.0" 31855 + sources."decamelize-1.2.0" 31856 + sources."get-caller-file-1.0.2" 31857 + sources."os-locale-2.1.0" 31858 + sources."read-pkg-up-2.0.0" 31859 + sources."require-directory-2.1.1" 31860 + sources."require-main-filename-1.0.1" 31861 + sources."set-blocking-2.0.0" 31862 + sources."which-module-2.0.0" 31863 + sources."y18n-3.2.1" 31864 + sources."yargs-parser-7.0.0" 31865 + sources."wrap-ansi-2.1.0" 31866 + sources."execa-0.7.0" 31867 + sources."lcid-1.0.0" 31868 + sources."mem-1.1.0" 31869 + sources."cross-spawn-5.1.0" 31870 + sources."get-stream-3.0.0" 31871 + sources."is-stream-1.1.0" 31872 + sources."npm-run-path-2.0.2" 31873 + sources."p-finally-1.0.0" 31874 + sources."strip-eof-1.0.0" 31875 + sources."lru-cache-4.1.1" 31876 + sources."shebang-command-1.2.0" 31877 + sources."which-1.3.0" 31878 + sources."pseudomap-1.0.2" 31879 + sources."yallist-2.1.2" 31880 + sources."shebang-regex-1.0.0" 31881 + sources."isexe-2.0.0" 31882 + sources."path-key-2.0.1" 31883 + sources."invert-kv-1.0.0" 31884 + sources."find-up-2.1.0" 31885 + sources."read-pkg-2.0.0" 31886 + sources."locate-path-2.0.0" 31887 + sources."p-locate-2.0.0" 31888 + sources."path-exists-3.0.0" 31889 + sources."p-limit-1.1.0" 31890 + sources."load-json-file-2.0.0" 31891 + sources."normalize-package-data-2.4.0" 31892 + sources."path-type-2.0.0" 31893 + sources."graceful-fs-4.1.11" 31894 + sources."parse-json-2.2.0" 31895 + sources."pify-2.3.0" 31896 + sources."strip-bom-3.0.0" 31897 + sources."error-ex-1.3.1" 31898 + sources."is-arrayish-0.2.1" 31899 + sources."hosted-git-info-2.5.0" 31900 + sources."is-builtin-module-1.0.0" 31901 + sources."validate-npm-package-license-3.0.1" 31902 + sources."builtin-modules-1.1.1" 31903 + sources."spdx-correct-1.0.2" 31904 + sources."spdx-expression-parse-1.0.4" 31905 + sources."spdx-license-ids-1.2.2" 31906 + ]; 31907 + buildInputs = globalBuildInputs; 31908 + meta = { 31909 + description = "The Node Security (nodesecurity.io) command line interface"; 31910 + homepage = "https://github.com/nodesecurity/nsp#readme"; 31911 + license = "Apache-2.0"; 31912 + }; 31913 + production = true; 31914 + }; 31674 31915 ocaml-language-server = nodeEnv.buildNodePackage { 31675 31916 name = "ocaml-language-server"; 31676 31917 packageName = "ocaml-language-server"; ··· 31753 31994 sources."request-2.83.0" 31754 31995 sources."semver-5.4.1" 31755 31996 sources."serve-favicon-2.4.5" 31756 - sources."service-runner-2.4.2" 31997 + sources."service-runner-2.4.3" 31757 31998 sources."simplediff-0.1.1" 31758 31999 sources."uuid-3.1.0" 31759 32000 sources."yargs-7.1.0" ··· 31986 32227 sources."clivas-0.2.0" 31987 32228 sources."inquirer-1.2.3" 31988 32229 sources."keypress-0.2.1" 31989 - sources."mime-1.4.1" 32230 + sources."mime-1.5.0" 31990 32231 sources."network-address-1.1.2" 31991 32232 sources."numeral-1.5.6" 31992 32233 sources."open-0.0.5" ··· 32130 32371 sources."mimic-response-1.0.0" 32131 32372 sources."end-of-stream-0.1.5" 32132 32373 sources."deep-extend-0.4.2" 32133 - sources."ini-1.3.4" 32374 + sources."ini-1.3.5" 32134 32375 sources."strip-json-comments-2.0.1" 32135 32376 sources."bitfield-0.1.0" 32136 32377 sources."bncode-0.2.3" ··· 32341 32582 sources."blob-0.0.4" 32342 32583 sources."wtf-8-1.0.0" 32343 32584 sources."options-0.0.6" 32344 - sources."ultron-1.1.0" 32585 + sources."ultron-1.1.1" 32345 32586 sources."backo2-1.0.2" 32346 32587 sources."component-bind-1.0.0" 32347 32588 sources."component-emitter-1.1.2" ··· 32520 32761 sources."sntp-1.0.9" 32521 32762 sources."delayed-stream-1.0.0" 32522 32763 sources."chalk-1.1.3" 32523 - sources."commander-2.11.0" 32764 + sources."commander-2.12.0" 32524 32765 sources."is-my-json-valid-2.16.1" 32525 32766 sources."ansi-styles-2.2.1" 32526 32767 sources."escape-string-regexp-1.0.5" ··· 32528 32769 sources."strip-ansi-3.0.1" 32529 32770 sources."supports-color-2.0.0" 32530 32771 sources."ansi-regex-2.1.1" 32772 + sources."@types/node-7.0.48" 32531 32773 sources."generate-function-2.0.0" 32532 32774 sources."generate-object-property-1.2.0" 32533 32775 sources."jsonpointer-4.0.1" ··· 32716 32958 sources."concat-map-0.0.1" 32717 32959 sources."optimist-0.6.1" 32718 32960 sources."colors-1.1.2" 32719 - sources."mime-1.4.1" 32961 + sources."mime-1.5.0" 32720 32962 sources."mute-stream-0.0.7" 32721 32963 sources."os-tmpdir-1.0.2" 32722 32964 sources."rimraf-2.2.8" ··· 32784 33026 }; 32785 33027 dependencies = [ 32786 33028 sources."body-parser-1.18.2" 32787 - sources."commander-2.11.0" 33029 + sources."commander-2.12.0" 32788 33030 sources."cookie-parser-1.4.3" 32789 33031 sources."express-4.16.2" 32790 33032 sources."less-2.7.3" ··· 32818 33060 sources."media-typer-0.3.0" 32819 33061 sources."mime-types-2.1.17" 32820 33062 sources."mime-db-1.30.0" 33063 + sources."@types/node-7.0.48" 32821 33064 sources."cookie-0.3.1" 32822 33065 sources."cookie-signature-1.0.6" 32823 33066 sources."accepts-1.3.4" ··· 32948 33191 sources."once-1.4.0" 32949 33192 sources."wrappy-1.0.2" 32950 33193 sources."deep-extend-0.4.2" 32951 - sources."ini-1.3.4" 33194 + sources."ini-1.3.5" 32952 33195 sources."strip-json-comments-2.0.1" 32953 33196 sources."unzip-response-1.0.2" 32954 33197 sources."chownr-1.0.1" 32955 33198 sources."tar-stream-1.5.5" 32956 33199 sources."bl-1.2.1" 32957 - sources."ultron-1.1.0" 33200 + sources."ultron-1.1.1" 32958 33201 sources."pug-code-gen-2.0.0" 32959 33202 sources."pug-filters-2.1.5" 32960 33203 sources."pug-lexer-3.1.0" ··· 33022 33265 dependencies = [ 33023 33266 sources."commoner-0.10.8" 33024 33267 sources."jstransform-10.1.0" 33025 - sources."commander-2.11.0" 33268 + sources."commander-2.12.0" 33026 33269 sources."detective-4.5.0" 33027 33270 sources."glob-5.0.15" 33028 33271 sources."graceful-fs-4.1.11" ··· 33031 33274 sources."private-0.1.8" 33032 33275 sources."q-1.5.1" 33033 33276 sources."recast-0.11.23" 33277 + sources."@types/node-7.0.48" 33034 33278 sources."acorn-4.0.13" 33035 33279 sources."defined-1.0.0" 33036 33280 sources."inflight-1.0.6" ··· 33330 33574 sources."imurmurhash-0.1.4" 33331 33575 sources."global-dirs-0.1.1" 33332 33576 sources."is-path-inside-1.0.0" 33333 - sources."ini-1.3.4" 33577 + sources."ini-1.3.5" 33334 33578 sources."path-is-inside-1.0.2" 33335 33579 sources."package-json-4.0.1" 33336 33580 sources."got-6.7.1" ··· 33370 33614 dependencies = [ 33371 33615 sources."bcrypt-nodejs-0.0.3" 33372 33616 sources."cheerio-0.17.0" 33373 - sources."commander-2.11.0" 33617 + sources."commander-2.12.0" 33374 33618 sources."event-stream-3.3.4" 33375 33619 sources."express-4.16.2" 33376 33620 sources."lodash-2.4.2" ··· 33397 33641 sources."isarray-0.0.1" 33398 33642 sources."string_decoder-0.10.31" 33399 33643 sources."inherits-2.0.3" 33644 + sources."@types/node-7.0.48" 33400 33645 sources."through-2.3.8" 33401 33646 sources."duplexer-0.1.1" 33402 33647 sources."from-0.1.7" ··· 33554 33799 sources."express-json5-0.1.0" 33555 33800 sources."body-parser-1.18.2" 33556 33801 sources."compression-1.7.1" 33557 - sources."commander-2.11.0" 33802 + sources."commander-2.12.0" 33558 33803 sources."js-yaml-3.10.0" 33559 33804 sources."cookies-0.7.1" 33560 33805 sources."request-2.83.0" ··· 33634 33879 sources."compressible-2.0.12" 33635 33880 sources."on-headers-1.0.1" 33636 33881 sources."safe-buffer-5.1.1" 33882 + sources."@types/node-7.0.48" 33637 33883 sources."argparse-1.0.9" 33638 33884 sources."esprima-4.0.0" 33639 33885 sources."sprintf-js-1.0.3" ··· 33704 33950 sources."optimist-0.3.7" 33705 33951 sources."uglify-js-2.3.6" 33706 33952 sources."wordwrap-0.0.3" 33707 - sources."source-map-0.1.43" 33953 + sources."source-map-0.6.1" 33708 33954 sources."amdefine-1.0.1" 33709 33955 sources."markdown-it-4.4.0" 33710 - sources."sanitize-html-1.15.0" 33956 + sources."sanitize-html-1.16.1" 33711 33957 sources."entities-1.1.1" 33712 33958 sources."linkify-it-1.2.4" 33713 33959 sources."mdurl-1.0.1" 33714 33960 sources."uc.micro-1.0.3" 33715 33961 sources."htmlparser2-3.9.2" 33962 + sources."lodash.clonedeep-4.5.0" 33716 33963 sources."lodash.escaperegexp-4.1.2" 33964 + sources."lodash.isarray-4.0.0" 33965 + sources."lodash.mergewith-4.6.0" 33966 + sources."postcss-6.0.14" 33717 33967 sources."srcset-1.0.0" 33718 33968 sources."xtend-4.0.1" 33719 33969 sources."domelementtype-1.1.3" ··· 33724 33974 sources."process-nextick-args-1.0.7" 33725 33975 sources."string_decoder-0.10.31" 33726 33976 sources."util-deprecate-1.0.2" 33977 + sources."chalk-2.3.0" 33978 + sources."supports-color-4.5.0" 33979 + sources."ansi-styles-3.2.0" 33980 + sources."escape-string-regexp-1.0.5" 33981 + sources."color-convert-1.9.1" 33982 + sources."color-name-1.1.3" 33983 + sources."has-flag-2.0.0" 33727 33984 sources."array-uniq-1.0.3" 33728 33985 sources."number-is-nan-1.0.1" 33729 33986 sources."jsonparse-1.3.1" ··· 33827 34084 ]; 33828 34085 }) 33829 34086 sources."keep-alive-agent-0.0.1" 33830 - sources."mime-1.4.1" 34087 + sources."mime-1.5.0" 33831 34088 sources."negotiator-0.5.3" 33832 34089 sources."node-uuid-1.4.8" 33833 34090 sources."once-1.3.0" ··· 33910 34167 sources."accepts-1.3.3" 33911 34168 sources."base64id-1.0.0" 33912 34169 sources."engine.io-parser-2.1.1" 33913 - sources."ws-3.3.1" 34170 + sources."ws-3.3.2" 33914 34171 sources."cookie-0.3.1" 33915 34172 sources."uws-0.14.5" 33916 34173 sources."mime-types-2.1.17" ··· 33924 34181 sources."isarray-2.0.1" 33925 34182 sources."async-limiter-1.0.0" 33926 34183 sources."safe-buffer-5.1.1" 33927 - sources."ultron-1.1.0" 34184 + sources."ultron-1.1.1" 33928 34185 sources."backo2-1.0.2" 33929 34186 sources."component-bind-1.0.0" 33930 34187 sources."component-emitter-1.2.1" ··· 34258 34515 sources."extend-3.0.1" 34259 34516 sources."semver-5.4.1" 34260 34517 sources."deep-extend-0.4.2" 34261 - sources."ini-1.3.4" 34518 + sources."ini-1.3.5" 34262 34519 sources."strip-json-comments-2.0.1" 34263 34520 sources."glob-7.1.2" 34264 34521 sources."fs.realpath-1.0.0" ··· 34468 34725 sources."forwarded-0.1.2" 34469 34726 sources."ipaddr.js-1.4.0" 34470 34727 sources."destroy-1.0.4" 34471 - sources."mime-1.4.1" 34728 + sources."mime-1.5.0" 34472 34729 sources."crc-3.4.4" 34473 34730 sources."on-headers-1.0.1" 34474 34731 sources."uid-safe-2.1.5" ··· 34584 34841 sources."stack-trace-0.0.9" 34585 34842 sources."timed-out-4.0.1" 34586 34843 sources."deep-extend-0.4.2" 34587 - sources."ini-1.3.4" 34844 + sources."ini-1.3.5" 34588 34845 sources."strip-json-comments-2.0.1" 34589 34846 sources."glob-7.1.2" 34590 34847 sources."fs.realpath-1.0.0" ··· 34601 34858 sources."socket.io-parser-3.1.2" 34602 34859 sources."base64id-1.0.0" 34603 34860 sources."engine.io-parser-2.1.1" 34604 - sources."ws-3.3.1" 34861 + sources."ws-3.3.2" 34605 34862 sources."uws-0.14.5" 34606 34863 sources."after-0.8.2" 34607 34864 sources."arraybuffer.slice-0.0.6" ··· 34609 34866 sources."blob-0.0.4" 34610 34867 sources."has-binary2-1.0.2" 34611 34868 sources."async-limiter-1.0.0" 34612 - sources."ultron-1.1.0" 34869 + sources."ultron-1.1.1" 34613 34870 sources."backo2-1.0.2" 34614 34871 sources."component-bind-1.0.0" 34615 34872 sources."engine.io-client-3.1.4" ··· 34703 34960 sources."osenv-0.0.3" 34704 34961 sources."nopt-2.2.1" 34705 34962 sources."semver-2.3.2" 34706 - sources."ini-1.3.4" 34963 + sources."ini-1.3.5" 34707 34964 sources."proto-list-1.2.4" 34708 34965 sources."wrappy-1.0.2" 34709 34966 sources."abbrev-1.1.1" ··· 34784 35041 sources."sntp-1.0.9" 34785 35042 sources."delayed-stream-1.0.0" 34786 35043 sources."chalk-1.1.3" 34787 - sources."commander-2.11.0" 35044 + sources."commander-2.12.0" 34788 35045 sources."is-my-json-valid-2.16.1" 34789 35046 sources."ansi-styles-2.2.1" 34790 35047 sources."escape-string-regexp-1.0.5" ··· 34792 35049 sources."strip-ansi-3.0.1" 34793 35050 sources."supports-color-2.0.0" 34794 35051 sources."ansi-regex-2.1.1" 35052 + sources."@types/node-7.0.48" 34795 35053 sources."generate-function-2.0.0" 34796 35054 sources."generate-object-property-1.2.0" 34797 35055 sources."jsonpointer-4.0.1" ··· 35227 35485 sources."safe-buffer-5.1.1" 35228 35486 sources."string_decoder-1.0.3" 35229 35487 sources."util-deprecate-1.0.2" 35230 - sources."@types/node-8.0.53" 35488 + sources."@types/node-7.0.48" 35231 35489 sources."wcwidth-1.0.1" 35232 35490 sources."defaults-1.0.3" 35233 35491 sources."clone-1.0.3" ··· 35493 35751 sources."adm-zip-0.4.7" 35494 35752 sources."archiver-1.3.0" 35495 35753 sources."fs-extra-2.1.2" 35496 - sources."ini-1.3.4" 35754 + sources."ini-1.3.5" 35497 35755 sources."jetpack-id-1.0.0" 35498 35756 sources."lazystream-1.0.0" 35499 35757 sources."xml2js-0.4.19" ··· 35786 36044 sources."cross-spawn-async-2.2.5" 35787 36045 sources."object-assign-4.1.1" 35788 36046 sources."deep-extend-0.4.2" 35789 - sources."ini-1.3.4" 36047 + sources."ini-1.3.5" 35790 36048 sources."minimist-1.2.0" 35791 36049 sources."strip-json-comments-2.0.1" 35792 36050 sources."create-error-class-3.0.2"