text stringlengths 6 2.91M |
|---|
{"keras_version": "2.2.2", "class_name": "Model", "config": {"name": "model_3", "layers": [{"name": "input_3", "class_name": "InputLayer", "inbound_nodes": [], "config": {"batch_input_shape": [null, 22], "sparse": false, "dtype": "float32", "name": "input_3"}}, {"name": "embedding_1", "class_name": "Embedding", "inbound_nodes": [[["input_3", 0, 0, {}]]], "config": {"name": "embedding_1", "batch_input_shape": [null, null], "dtype": "float32", "input_length": null, "embeddings_regularizer": null, "embeddings_initializer": {"class_name": "RandomUniform", "config": {"minval": -0.05, "seed": null, "maxval": 0.05}}, "embeddings_constraint": null, "output_dim": 512, "trainable": true, "input_dim": 1003, "activity_regularizer": null, "mask_zero": true}}, {"name": "input_2", "class_name": "InputLayer", "inbound_nodes": [], "config": {"batch_input_shape": [null, 2048], "sparse": false, "dtype": "float32", "name": "input_2"}}, {"name": "bidirectional_1", "class_name": "Bidirectional", "inbound_nodes": [[["embedding_1", 0, 0, {}]]], "config": {"name": "bidirectional_1", "layer": {"class_name": "LSTM", "config": {"recurrent_dropout": 0.0, "bias_initializer": {"class_name": "Zeros", "config": {}}, "recurrent_regularizer": null, "kernel_constraint": null, "bias_regularizer": null, "implementation": 1, "return_sequences": true, "kernel_regularizer": null, "return_state": false, "recurrent_activation": "hard_sigmoid", "name": "CaptionFeature", "unroll": false, "recurrent_constraint": null, "activation": "tanh", "recurrent_initializer": {"class_name": "Orthogonal", "config": {"gain": 1.0, "seed": null}}, "stateful": false, "units": 256, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "seed": null, "distribution": "uniform"}}, "use_bias": true, "trainable": true, "bias_constraint": null, "unit_forget_bias": true, "dropout": 0.0, "activity_regularizer": null, "go_backwards": false}}, "merge_mode": "concat", "trainable": true}}, {"name": "ImageFeature", "class_name": "Dense", "inbound_nodes": [[["input_2", 0, 0, {}]]], "config": {"name": "ImageFeature", "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_constraint": null, "bias_regularizer": null, "activation": "relu", "units": 512, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "seed": null, "distribution": "uniform"}}, "use_bias": true, "trainable": true, "bias_constraint": null, "activity_regularizer": null, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 0.009999999776482582}}}}, {"name": "bidirectional_2", "class_name": "Bidirectional", "inbound_nodes": [[["bidirectional_1", 0, 0, {}]]], "config": {"name": "bidirectional_2", "layer": {"class_name": "LSTM", "config": {"recurrent_dropout": 0.0, "bias_initializer": {"class_name": "Zeros", "config": {}}, "recurrent_regularizer": null, "kernel_constraint": null, "bias_regularizer": null, "implementation": 1, "return_sequences": false, "kernel_regularizer": null, "return_state": false, "recurrent_activation": "hard_sigmoid", "name": "CaptionFeature2", "unroll": false, "recurrent_constraint": null, "activation": "tanh", "recurrent_initializer": {"class_name": "Orthogonal", "config": {"gain": 1.0, "seed": null}}, "stateful": false, "units": 256, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "seed": null, "distribution": "uniform"}}, "use_bias": true, "trainable": true, "bias_constraint": null, "unit_forget_bias": true, "dropout": 0.0, "activity_regularizer": null, "go_backwards": false}}, "merge_mode": "concat", "trainable": true}}, {"name": "dropout_1", "class_name": "Dropout", "inbound_nodes": [[["ImageFeature", 0, 0, {}]]], "config": {"name": "dropout_1", "seed": null, "rate": 0.5, "trainable": true, "noise_shape": null}}, {"name": "concatenate_1", "class_name": "Concatenate", "inbound_nodes": [[["bidirectional_2", 0, 0, {}], ["dropout_1", 0, 0, {}]]], "config": {"name": "concatenate_1", "trainable": true, "axis": -1}}, {"name": "dense_1", "class_name": "Dense", "inbound_nodes": [[["concatenate_1", 0, 0, {}]]], "config": {"name": "dense_1", "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_constraint": null, "bias_regularizer": null, "activation": "relu", "units": 512, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "seed": null, "distribution": "uniform"}}, "use_bias": true, "trainable": true, "bias_constraint": null, "activity_regularizer": null, "kernel_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 0.009999999776482582}}}}, {"name": "dropout_2", "class_name": "Dropout", "inbound_nodes": [[["dense_1", 0, 0, {}]]], "config": {"name": "dropout_2", "seed": null, "rate": 0.5, "trainable": true, "noise_shape": null}}, {"name": "dense_2", "class_name": "Dense", "inbound_nodes": [[["dropout_2", 0, 0, {}]]], "config": {"name": "dense_2", "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_constraint": null, "bias_regularizer": null, "activation": "softmax", "units": 1003, "kernel_initializer": {"class_name": "VarianceScaling", "config": {"scale": 1.0, "mode": "fan_avg", "seed": null, "distribution": "uniform"}}, "use_bias": true, "trainable": true, "bias_constraint": null, "activity_regularizer": null, "kernel_regularizer": null}}], "input_layers": [["input_2", 0, 0], ["input_3", 0, 0]], "output_layers": [["dense_2", 0, 0]]}, "backend": "tensorflow"} |
{
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.0.0",
"author": "Martin Pecka",
"homepage_url": "https://github.com/peci1/more-snooze",
"default_locale": "en",
"icons": {
"32": "skin/icon.png"
},
"legacy": {
"type": "xul",
"options": {
"page": "chrome://moresnooze/content/options-dialog.xul",
"open_in_tab": false
}
},
"applications": {
"gecko": {
"id": "moresnooze@cyrille.nocus",
"strict_min_version": "68.0"
}
}
}
|
{"title":"The.Road.to.Rio.S01E01.Uruguay.HDTV.XviD-AFG","uid":11811721,"size":378532724,"categoryP":"video","categoryS":"tv_shows","magnet":"?xt=urn:btih:aad210ea5e5b284e29adc3efc2ece88e1d6625e1&dn=The.Road.to.Rio.S01E01.Uruguay.HDTV.XviD-AFG&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"TvTeam","files":3,"time":1428844389,"description":"------------------------------------------------------------------------\n\n <a href=" https://www.torrenting.com" rel="nofollow" target="_NEW"> https://www.torrenting.com</a>\n\nSign up is OPEN - for time being. Come and have fun","torrent":{"xt":"urn:btih:aad210ea5e5b284e29adc3efc2ece88e1d6625e1","amp;dn":"The.Road.to.Rio.S01E01.Uruguay.HDTV.XviD-AFG","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"aad210ea5e5b284e29adc3efc2ece88e1d6625e1","infoHashBuffer":{"type":"Buffer","data":[170,210,16,234,94,91,40,78,41,173,195,239,194,236,232,142,29,102,37,225]},"announce":[],"urlList":[]}} |
[
"test_project.manage",
"templatetags.social_bookmarking_tags",
"test_app",
"manage",
"test_project.test_app.models",
"social_bookmarking.test_project.test_app.urls",
"social_bookmarking.templatetags",
"social_bookmarking.test_project",
"social_bookmarking.tests",
"social_bookmarking",
"social_bookmarking.templatetags.social_bookmarking_tags",
"test_project.urls",
"social_bookmarking.test_project.test_app.views",
"test_project.settings",
"test_project.test_app.views",
"tests",
"social_bookmarking_tags",
"social_bookmarking.test_project.test_app.models",
"views",
"models",
"social_bookmarking.views",
"test_app.models",
"social_bookmarking.test_project.settings",
"test_project",
"social_bookmarking.urls",
"social_bookmarking.test_project.urls",
"social_bookmarking.test_project.test_app",
"test_app.views",
"social_bookmarking.admin",
"social_bookmarking.test_project.manage",
"settings",
"admin",
"templatetags",
"test_project.test_app.urls",
"test_project.test_app",
"urls",
"social_bookmarking.models",
"test_app.urls"
] |
{"packages":{"wpackagist-plugin\/paged-comments":{"2005-05-12":{"name":"wpackagist-plugin\/paged-comments","version":"2005-05-12","version_normalized":"2005.05.12","uid":248021,"dist":{"type":"zip","url":"https:\/\/downloads.wordpress.org\/plugin\/paged-comments.2005-05-12.zip"},"source":{"type":"svn","url":"https:\/\/plugins.svn.wordpress.org\/paged-comments\/","reference":"tags\/2005-05-12"},"homepage":"https:\/\/wordpress.org\/plugins\/paged-comments\/","require":{"composer\/installers":"~1.0"},"type":"wordpress-plugin"},"2005-05-21":{"name":"wpackagist-plugin\/paged-comments","version":"2005-05-21","version_normalized":"2005.05.21","uid":248022,"dist":{"type":"zip","url":"https:\/\/downloads.wordpress.org\/plugin\/paged-comments.2005-05-21.zip"},"source":{"type":"svn","url":"https:\/\/plugins.svn.wordpress.org\/paged-comments\/","reference":"tags\/2005-05-21"},"homepage":"https:\/\/wordpress.org\/plugins\/paged-comments\/","require":{"composer\/installers":"~1.0"},"type":"wordpress-plugin"},"2005-08-14":{"name":"wpackagist-plugin\/paged-comments","version":"2005-08-14","version_normalized":"2005.08.14","uid":248023,"dist":{"type":"zip","url":"https:\/\/downloads.wordpress.org\/plugin\/paged-comments.2005-08-14.zip"},"source":{"type":"svn","url":"https:\/\/plugins.svn.wordpress.org\/paged-comments\/","reference":"tags\/2005-08-14"},"homepage":"https:\/\/wordpress.org\/plugins\/paged-comments\/","require":{"composer\/installers":"~1.0"},"type":"wordpress-plugin"},"dev-trunk":{"name":"wpackagist-plugin\/paged-comments","version":"dev-trunk","version_normalized":"9999999-dev","uid":248024,"time":"2008-12-24 02:10:08","dist":{"type":"zip","url":"https:\/\/downloads.wordpress.org\/plugin\/paged-comments.zip?timestamp=1230084608"},"source":{"type":"svn","url":"https:\/\/plugins.svn.wordpress.org\/paged-comments\/","reference":"trunk"},"homepage":"https:\/\/wordpress.org\/plugins\/paged-comments\/","require":{"composer\/installers":"~1.0"},"type":"wordpress-plugin"}}}} |
{
"id": 975028229,
"type": "Feature",
"properties": {
"addr:full":"99A Rue DE L'Eglise Sayabec QC G0J 3K0",
"addr:housenumber":"99a",
"addr:postcode":"g0j 3k0",
"addr:street":"Rue De L'Eglise",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-67.6880874634,48.5664596558,-67.6880874634,48.5664596558",
"geom:latitude":48.56646,
"geom:longitude":-67.688087,
"iso:country":"CA",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"99A Rue DE L'Eglise",
"sg:city":"Sayabec",
"sg:classifiers":[
{
"category":"Health Services",
"subcategory":"Doctor",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 418 536 5438",
"sg:postcode":"G0J 3K0",
"sg:province":"QC",
"sg:tags":[
"physician",
"surgeon"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_77GJFifGIsslWTV0njT73F_48.566460_-67.688087@1293573121"
},
"wof:country":"CA",
"wof:created":1472274407,
"wof:geomhash":"79c41615b9ed9bc51e9773392b9629c8",
"wof:hierarchy":[],
"wof:id":975028229,
"wof:lastmodified":1499446121,
"wof:name":"Clinique Medicale",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-ca",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"physician",
"surgeon"
]
},
"bbox": [
-67.6880874634,
48.5664596558,
-67.6880874634,
48.5664596558
],
"geometry": {"coordinates":[-67.6880874634,48.5664596558],"type":"Point"}
} |
{"name":"Auctiva","permalink":"auctiva","crunchbase_url":"http://www.crunchbase.com/company/auctiva","homepage_url":"http://www.auctiva.com/","blog_url":"","blog_feed_url":"","twitter_username":null,"category_code":"ecommerce","number_of_employees":80,"founded_year":1998,"founded_month":null,"founded_day":null,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":"ebay, sass, ecommerce, auction, marketplace","alias_list":"","email_address":"","phone_number":"530-892-9191","description":"web-based auction management","created_at":"Tue Sep 23 03:14:20 UTC 2008","updated_at":"Fri Apr 17 04:03:10 UTC 2009","overview":"<p>Auctiva is a web-based auction management environment founded in 1998.</p>","image":{"available_sizes":[[[150,40],"assets/images/resized/0003/0091/30091v2-max-150x150.png"],[[250,68],"assets/images/resized/0003/0091/30091v2-max-250x250.png"],[[257,70],"assets/images/resized/0003/0091/30091v2-max-450x450.png"]],"attribution":null},"products":[],"relationships":[{"is_past":false,"title":"CEO","person":{"first_name":"Jeff","last_name":"Schlicht","permalink":"jeff-schlicht","image":{"available_sizes":[[[93,140],"assets/images/resized/0010/2924/102924v2-max-150x150.jpg"],[[93,140],"assets/images/resized/0010/2924/102924v2-max-250x250.jpg"],[[93,140],"assets/images/resized/0010/2924/102924v2-max-450x450.jpg"]],"attribution":""}}},{"is_past":false,"title":"VP, Engineering","person":{"first_name":"Kevin","last_name":"Kinell","permalink":"kevin-kinnell","image":{"available_sizes":[[[99,150],"assets/images/resized/0013/9556/139556v2-max-150x150.jpg"],[[166,250],"assets/images/resized/0013/9556/139556v2-max-250x250.jpg"],[[299,450],"assets/images/resized/0013/9556/139556v2-max-450x450.jpg"]],"attribution":""}}},{"is_past":false,"title":"Marketing Director","person":{"first_name":"Spencer","last_name":"Smith","permalink":"spencer-smith","image":null}}],"competitions":[{"competitor":{"name":"ChannelAdvisor","permalink":"channeladvisor","image":{"available_sizes":[[[150,73],"assets/images/resized/0015/7146/157146v2-max-150x150.jpg"],[[176,86],"assets/images/resized/0015/7146/157146v2-max-250x250.jpg"],[[176,86],"assets/images/resized/0015/7146/157146v2-max-450x450.jpg"]],"attribution":null}}},{"competitor":{"name":"Vendio","permalink":"vendio","image":{"available_sizes":[[[150,54],"assets/images/resized/0002/5944/25944v5-max-150x150.png"],[[157,57],"assets/images/resized/0002/5944/25944v5-max-250x250.png"],[[157,57],"assets/images/resized/0002/5944/25944v5-max-450x450.png"]],"attribution":null}}}],"providerships":[],"total_money_raised":"$0","funding_rounds":[],"investments":[],"acquisition":null,"acquisitions":[{"price_amount":null,"price_currency_code":"USD","term_code":null,"source_url":"http://www.auctionbytes.com/cab/abn/y07/m01/i05/s01","source_description":"Auctiva Acquires Sellathon, Publisher of eBay Analytics Tool","acquired_year":2006,"acquired_month":12,"acquired_day":null,"company":{"name":"Sellathon","permalink":"sellathon","image":{"available_sizes":[[[150,39],"assets/images/resized/0003/8872/38872v1-max-150x150.png"],[[250,66],"assets/images/resized/0003/8872/38872v1-max-250x250.png"],[[329,87],"assets/images/resized/0003/8872/38872v1-max-450x450.png"]],"attribution":null}}}],"offices":[{"description":"Headquarters","address1":"360 E. 6th St","address2":"","zip_code":" 95928","city":"Chico","state_code":"CA","country_code":"USA","latitude":39.7293,"longitude":-121.835193}],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]} |
{
"source": "https://vkuso.ru/recipe/83076-povidlo-iz-vishni-i-yablok-bez-saxara/",
"category": "Десерты",
"category_slug": "deserty",
"title": "Повидло из вишни и яблок без сахара",
"description": "Отсутствие основного консерванта требует тщательной стерилизации банок. Идеальный рецепт для стройной фигуры.",
"note": "Для любителей острых вкусов: в повидло можно добавить тертый свежий корень имбиря.",
"cuisine": "Домашняя кухня",
"cuisine_slug": "domashnyaya-kuhnya",
"poster": "https://st.vkuso.ru/data/cache/thumb/0b/060e3d89c30160b_660x440.jpg",
"difficulty": "Средняя",
"cooktime": "3 часа",
"preparetime": null,
"video": null,
"vegan": false,
"ingredients": [
{
"name": "Ингредиенты",
"list": [
{
"name": "вишня",
"slug": "vishnya",
"notes": null,
"value": "8",
"type": "кг",
"amount": null
},
{
"name": "вода",
"slug": "voda",
"notes": null,
"value": "1",
"type": "л",
"amount": null
},
{
"name": "яблоки",
"slug": "yabloki",
"notes": " (желтые)",
"value": "4",
"type": "шт.",
"amount": null
},
{
"name": "гвоздика",
"slug": "gvozdika",
"notes": null,
"value": "2-3",
"type": "шт.",
"amount": null
},
{
"name": "корица молотая",
"slug": "korica-molotaya",
"notes": null,
"value": "1.5",
"type": "ч.л.",
"amount": null
}
]
}
],
"instruction": [
{
"text": "Влить воду в большую кастрюлю.",
"image": null
},
{
"text": "В меньшую – измельченные блендером ягоды, половину нужного объема.",
"image": null
},
{
"text": "Варить в течение часа на водяной бане.",
"image": null
},
{
"text": "Добавить оставшуюся вишню, молотую корицу, гвоздику, нарезанные желтые яблоки.",
"image": null
},
{
"text": "Все вместе варить до загустения.",
"image": null
},
{
"text": "Стерилизовать банки над паром или в микроволновой печи, наполнить повидлом.",
"image": null
},
{
"text": "Поставить в духовой шкаф на нижнюю полку, температура приготовления – 80 градусов.",
"image": null
},
{
"text": "При появлении пленки духовку выключить, открыть дверцу.",
"image": null
},
{
"text": "Банки остудить, закатать, убрать повидло в прохладное место.",
"image": null
}
],
"tags": [
{
"name": "Варенье",
"slug": "varene"
},
{
"name": "Варенье без сахара",
"slug": "varene-bez-sahara"
},
{
"name": "Варенье из ягод",
"slug": "varene-iz-yagod"
},
{
"name": "Повидло",
"slug": "povidlo"
},
{
"name": "Повидло из вишни",
"slug": "povidlo-iz-vishni"
},
{
"name": "Повидло из яблок",
"slug": "povidlo-iz-yablok"
}
]
} |
{"errno":0,"errmsg":"success","sid":2043,"title":"2016-05-26","content":"There is only one success--to be able to spend your life in your own way.","note":"\u53ea\u6709\u4e00\u79cd\u6210\u529f\uff0c\u90a3\u5c31\u662f\u80fd\u591f\u7528\u81ea\u5df1\u7684\u65b9\u5f0f\u5ea6\u8fc7\u81ea\u5df1\u7684\u4e00\u751f\u3002","translation":"\u8bcd\u9738\u5c0f\u7f16\uff1a\u6768\u7edb\u5148\u751f\u6628\u65e5\u53bb\u4e16\uff0c\u4eab\u5e74105\u5c81\u3002\u5979\u66fe\u8bf4\uff1a\u201c\u6211\u548c\u8c01\u90fd\u4e0d\u4e89\uff0c\u548c\u8c01\u6211\u90fd\u4e0d\u5c51\uff0c\u6211\u7231\u5927\u81ea\u7136\uff0c\u5176\u6b21\u662f\u827a\u672f\uff0c\u6211\u70e4\u7740\u751f\u547d\u4e4b\u706b\u53d6\u6696\uff0c\u706b\u840e\u4e86\uff0c\u6211\u4e5f\u51c6\u5907\u8d70\u4e86\u201d\u6c38\u8fdc\u7684\u6768\u7edb\u5148\u751f\uff0c\u8c22\u8c22\u60a8\uff0c\u8ba9\u6211\u770b\u5230\u4eba\u6027\u6700\u7f8e\u7684\u6837\u5b50\u2026","picture":"http:\/\/cdn.iciba.com\/news\/word\/2016-05-26.jpg","picture2":"http:\/\/cdn.iciba.com\/news\/word\/big_2016-05-26b.jpg","picture3":"http:\/\/cdn.iciba.com\/news\/word\/xiaomi_2016-05-26mi.jpg","caption":"\u8bcd\u9738\u6bcf\u65e5\u4e00\u53e5","tts":"http:\/\/news.iciba.com\/admin\/tts\/2016-05-26-day-1.mp3","tts_size":"73.15K","s_pv":1285,"sp_pv":226,"love":24437,"s_content":"","s_link":"","period":0,"loveFlag":0,"tags":[{"tagid":"13","tagname":"\u6258\u798f"},{"tagid":"143","tagname":"\u6bcf\u65e5\u4e00\u53e5"}],"keep":0,"comment_count":369,"last_title":"2016-05-25","next_title":"2016-05-27","week_info":[{"week":"Mon","date":"2016-05-23","flag":"show"},{"week":"Tue","date":"2016-05-24","flag":"show"},{"week":"Wen","date":"2016-05-25","flag":"show"},{"week":"Thu","date":"2016-05-26","flag":"cur"},{"week":"Fri","date":"2016-05-27","flag":"show"},{"week":"Sat","date":"2016-05-28","flag":"show"},{"week":"Sun","date":"2016-05-29","flag":"show"}]} |
"range": "400" |
{
"first_traded_price": 8830.0,
"highest_price": 9145.0,
"isin": "IRO1KSIM0001",
"last_traded_price": 9019.0,
"lowest_price": 8830.0,
"trade_volume": 565829.0,
"unix_time": 1296518400
} |
{
"url": "https://en.wikipedia.org/wiki/Mycena_inclinata",
"classification": [
{
"Kingdom": "Fungi"
},
{
"Division": "Basidiomycota"
},
{
"Class": "Agaricomycetes"
},
{
"Order": "Agaricales"
},
{
"Family": "Mycenaceae"
},
{
"Genus": "Mycena"
},
{
"Species": "M. inclinata"
}
],
"text": {
"__SUMMARY__": "Mycena inclinata, commonly known as the clustered bonnet or the oak-stump bonnet cap, is a species of mushroom in the family Mycenaceae. The doubtfully edible mushroom has a reddish-brown bell-shaped cap up to 4.5 cm (1.8 in) in diameter. The thin stem is up to 9 cm (3.5 in) tall, whitish to yellow-brown at the top but progressively becoming reddish-brown towards the base in maturity, where they are covered by a yellowish mycelium that can be up to a third of the length of the stem. The gills are pale brown to pinkish, and the spore print is white. It is a widespread saprobic fungus, and has been found in Europe, North Africa, Asia, Australasia, and North America, where it grows in small groups or tufts on fallen logs and stumps, especially of oak. British mycologist E.J.H. Corner has described two varieties of the mushroom from Borneo. Lookalike species with which M. inclinata may be confused include M. galericulata and M. maculata.",
"Taxonomy, phylogeny, and naming": "First described as Agaricus inclinatus by Swedish mycologist Elias Magnus Fries in 1838, it was assigned its current name in 1872 by Lucien Quélet. Mycena galericulata var. calopus (named by Karsten in 1879), and its basionym Agaricus galericulatus var. calopus (named by Fries in 1873), are synonyms.In a molecular study of the large subunit ribosomal DNA sequences of mycorrhizal fungi of the orchid Gastrodia confusa, M. inclinata was found to be closely related to M. aurantiomarginata, M. crocata, and M. leaiana.The specific epithet inclinata means \"bent in\". The mushroom is commonly known as the \"clustered bonnet\" or the \"oak-stump bonnet cap\".",
"Description": "The cap is light reddish-brown, with a diameter typically ranging from 1 to 4.5 cm (0.4 to 1.8 in). Initially conic to bell-shaped to convex, it flattens during maturity, developing visible surface grooves corresponding to the gills underneath the cap. The margin of the cap has minute but distinct scallops. The surface is moist and smooth, and hygrophanous. The cap frequently develops splits in the margin, or cracks in the disc (the central part of the cap). The flesh of the cap is thick in the center but thin elsewhere, grayish to whitish, fragile, and with a slightly mealy odor and taste. The gills have a decurrent attachment to the stem (that is, running down the length of the stem) and are a pale brownish color with tinges of red. They are broad (between 3 and 6 mm), and have a close to subdistant spacing, with about 26–35 gills reaching the stem. The fragile stem is 3 to 9 cm (1.2 to 3.5 in) long by 0.15 to 0.4 cm (0.06 to 0.16 in) thick and yellow to yellow-brown, becoming reddish-brown to orange-brown in the bottom half in maturity. The lower portion of young stems is covered with white flecks. Roughly equal in thickness at the top and bottom, the base of the stem is covered by a yellowish mycelium that can be up to a third of the length of the stem. The edibility of the mushroom is \"doubtful\" and consumption \"best avoided\".",
"Description-Microscopic characteristics": "The spores are 7–9 by 5–6.5 μm, broadly ellipsoid, smooth, and strongly amyloid (it turns black when treated with Melzer's reagent). The basidia (spore-bearing cells) are four-spored. The pleurocystidia (cystidia on the gill face) are not differentiated. The cheilocystidia (cystidia on the gill edge) are embedded in the gill edge and very inconspicuous, club-shaped, 26–36 by 5–10 μm, and have tips that are covered with contorted projections that can be slender or thick. The flesh of the gills is homogeneous, and pale yellowish to dirty brown when stained in iodine. The flesh of the cap has a distinct pellicle, a well-differentiated hypoderm (a region of tissue immediately under the pellicle), and a filamentous tramal body (gill tissue); it is pale yellowish to sordid brownish in iodine stain.",
"Description-Varieties": "E.J.H. Corner defined the varieties M. inclinata var. kinabaluensis and var. subglobospora in his 1994 publication on Agaric mushrooms of Malesia, a biogeographical region straddling the boundary of the Indomalaya and Australasia ecozones. The variety kinabaluensis (named after its type locality, Kinabalu) has a cap margin that is not scalloped, little or no odor, and cheilocystidia with shorter processes. It was found growing on the dead wood of Lithocarpus havilandii, a stone oak tree in the beech family. Variety subglobospora, found in Sabah, has spores that are almost spherical.",
"Description-Similar species": "Mycena maculata bears some resemblance to M. inclinata, but is only associated with decaying hardwood logs and stumps, and is found in eastern North America, and sometimes on oak on the West Coast. In age, it develops reddish spots on the gills that are not seen in M. inclinata. M. inclinata is often confused with the edible M. galericulata, a common species that is variable in cap color, size and shape. M. galericulata typically has a bluntly conical cap that is dull gray-brown, and white to grayish veins that have numerous cross-veins. M. polygramma has a ridged stem that is bluish-gray.",
"Habitat and distribution": "Mycena inclinata is a saprobic fungus, deriving its nutrients from decomposing organic matter found in plant litter such as leaves, twigs, bark and branches. It accomplishes this by producing enzymes capable of breaking down the three major biochemical components of plant cell walls found in litter: cellulose, hemicellulose and lignin.The fruit bodies of Mycena inclinata grow in dense groups or clusters on decaying hardwood logs and stumps (especially oak and chestnut) during the spring and autumn. The fungus forms a white, woolly mycelium on the surface of decomposing oak leaves. Occasionally, it can be found growing on a living tree. In eastern North America, it is abundant in the area bounded by Nova Scotia, Ontario, Manitoba, Missouri, North Carolina, and New York. It has been found in Oregon, but the species appears to be generally rare along the Pacific Coast. The range of the fungus also includes Europe, the Canary Islands, North Africa, East Siberia, Japan, Malesia, Turkey, and New Zealand.",
"Chemistry": "In a study of the trace metal concentrations of various mushrooms species found in Ordu (Turkey), M. inclinata was found to have comparatively high levels of iron (628 mg per kg) and nickel (21.6 mg/kg), measured on a dry weight basis. Laboratory studies have shown that the fungus is resistant to aluminum. The fungus has been investigated for its ability to decolorize synthetic dyes that are used in the textile, plastics, biomedical and foodstuff industries. The dyes are not readily biodegradable, and when discharged into the environment are persistent and many are toxic.",
"See also": "List of bioluminescent fungi",
"References": "",
"References-Cited text": "Smith AH. (1947). North American species of Mycena. Ann Arbor, Michigan: University of Michigan Press."
}
} |
{
"first_traded_price": 8.0e3,
"highest_price": 8.0e3,
"isin": "IRO1FRIS0001",
"last_traded_price": 7614.0,
"lowest_price": 7529.0,
"trade_volume": 1720632.0,
"unix_time": 1555372800
} |
{"name":"Kreos Capital","permalink":"kreos-capital","crunchbase_url":"http://www.crunchbase.com/financial-organization/kreos-capital","homepage_url":"http://www.kreoscapital.com/","blog_url":"","blog_feed_url":"","twitter_username":"","phone_number":"","description":"debt provider","email_address":"info@kreoscapital.com","number_of_employees":null,"founded_year":1998,"founded_month":null,"founded_day":null,"tag_list":"","alias_list":"","created_at":"Mon May 11 09:25:47 UTC 2009","updated_at":"Thu Nov 18 16:23:59 UTC 2010","overview":"<p>Kreos Capital is Europe’s largest and leading provider of specialty finance to growth companies from early- to late-stage. Since 1998, as the first provider of this kind of financing dedicated to early- to late-stage companies across Europe and Israel, Kreos has adapted the experience of the US model to the European market. Having completed over 250 transactions and committing over $1 billion in 15 countries across Europe and in Israel, Kreos has a proven track record of helping portfolio companies grow throughout their business cycle whilst supporting the objectives of both the portfolio company and their equity sponsors.</p>\n\n<p>Kreos is a value added partner, able to offer additional capital and more flexibility with lower equity dilution. Kreos’s international team has extensive entrepreneurial, debt financing and equity investing experience, covering all local European markets from its locations in London, Tel Aviv and Stockholm.</p>","image":{"available_sizes":[[[150,30],"assets/images/resized/0004/4280/44280v1-max-150x150.jpg"],[[240,49],"assets/images/resized/0004/4280/44280v1-max-250x250.jpg"],[[240,49],"assets/images/resized/0004/4280/44280v1-max-450x450.jpg"]],"attribution":null},"offices":[{"description":"U.K. office","address1":"25-28 Old Burlington Street","address2":"","zip_code":"W1S 3AN","city":"London ","state_code":null,"country_code":"GBR","latitude":null,"longitude":null},{"description":"Israel office","address1":"10 Abba Eban Blvd., Building C, 4th floor (offices of BVP–Bessemer Venture Partners)","address2":"POB 12298","zip_code":" 46733","city":"Herzliya Pituach","state_code":null,"country_code":"GBR","latitude":null,"longitude":null}],"relationships":[{"is_past":false,"title":"General Partner","person":{"first_name":"Ross","last_name":"Ahlgren","permalink":"ross-ahlgren","image":{"available_sizes":[[[110,140],"assets/images/resized/0004/4281/44281v1-max-150x150.jpg"],[[110,140],"assets/images/resized/0004/4281/44281v1-max-250x250.jpg"],[[110,140],"assets/images/resized/0004/4281/44281v1-max-450x450.jpg"]],"attribution":""}}},{"is_past":false,"title":"","person":{"first_name":"Maurizio","last_name":"PetitBon","permalink":"maurizio-petitbon","image":{"available_sizes":[[[110,140],"assets/images/resized/0004/4282/44282v1-max-150x150.jpg"],[[110,140],"assets/images/resized/0004/4282/44282v1-max-250x250.jpg"],[[110,140],"assets/images/resized/0004/4282/44282v1-max-450x450.jpg"]],"attribution":""}}}],"investments":[{"funding_round":{"round_code":"c","source_url":"http://www.lightreading.com/document.asp?doc_id=153660","source_description":"Celtro Raises $20M","raised_amount":20000000,"raised_currency_code":"USD","funded_year":2008,"funded_month":6,"funded_day":27,"company":{"name":"Celtro","permalink":"celtro","image":{"available_sizes":[[[150,48],"assets/images/resized/0004/3646/43646v1-max-150x150.jpg"],[[164,53],"assets/images/resized/0004/3646/43646v1-max-250x250.jpg"],[[164,53],"assets/images/resized/0004/3646/43646v1-max-450x450.jpg"]],"attribution":null}}}},{"funding_round":{"round_code":"unattributed","source_url":"","source_description":"","raised_amount":6200000,"raised_currency_code":"USD","funded_year":2008,"funded_month":12,"funded_day":16,"company":{"name":"Telepo","permalink":"telepo","image":{"available_sizes":[[[143,35],"assets/images/resized/0005/3694/53694v1-max-150x150.png"],[[143,35],"assets/images/resized/0005/3694/53694v1-max-250x250.png"],[[143,35],"assets/images/resized/0005/3694/53694v1-max-450x450.png"]],"attribution":null}}}},{"funding_round":{"round_code":"debt_round","source_url":"http://www.sourcewire.com/releases/rel_display.php?relid=54506","source_description":"Autoquake.com secures additional £6m investment ","raised_amount":null,"raised_currency_code":"USD","funded_year":2010,"funded_month":3,"funded_day":8,"company":{"name":"Autoquake.com","permalink":"autoquake-com","image":{"available_sizes":[[[140,50],"assets/images/resized/0004/6278/46278v2-max-150x150.jpg"],[[140,50],"assets/images/resized/0004/6278/46278v2-max-250x250.jpg"],[[140,50],"assets/images/resized/0004/6278/46278v2-max-450x450.jpg"]],"attribution":null}}}},{"funding_round":{"round_code":"unattributed","source_url":"http://techcrunch.com/2010/03/09/autoquake-gets-another-6m-investment-from-its-backers/","source_description":"Autoquake Gets Another £6m Investment From Its Backers","raised_amount":6000000,"raised_currency_code":"GBP","funded_year":2010,"funded_month":3,"funded_day":9,"company":{"name":"Autoquake","permalink":"autoquake","image":{"available_sizes":[[[150,61],"assets/images/resized/0004/5794/45794v1-max-150x150.png"],[[180,74],"assets/images/resized/0004/5794/45794v1-max-250x250.png"],[[180,74],"assets/images/resized/0004/5794/45794v1-max-450x450.png"]],"attribution":null}}}},{"funding_round":{"round_code":"debt_round","source_url":"http://virtualization.sys-con.com/node/1330076","source_description":"Abiquo Opens U.S. Headquarters with $5.1M in New Funding","raised_amount":1360000,"raised_currency_code":"USD","funded_year":2010,"funded_month":3,"funded_day":23,"company":{"name":"Abiquo","permalink":"abiquo","image":{"available_sizes":[[[150,75],"assets/images/resized/0002/7396/27396v7-max-150x150.png"],[[250,125],"assets/images/resized/0002/7396/27396v7-max-250x250.png"],[[250,125],"assets/images/resized/0002/7396/27396v7-max-450x450.png"]],"attribution":null}}}},{"funding_round":{"round_code":"unattributed","source_url":"","source_description":"Cap Funding Report","raised_amount":4780000,"raised_currency_code":"USD","funded_year":2006,"funded_month":2,"funded_day":23,"company":{"name":"Transmode Systems","permalink":"transmode-systems","image":{"available_sizes":[[[150,35],"assets/images/resized/0008/9408/89408v1-max-150x150.jpg"],[[250,58],"assets/images/resized/0008/9408/89408v1-max-250x250.jpg"],[[281,66],"assets/images/resized/0008/9408/89408v1-max-450x450.jpg"]],"attribution":null}}}},{"funding_round":{"round_code":"d","source_url":"http://www.finsmes.com/2010/10/cappella-completes-first-tranche-of.html","source_description":"Cappella Completes First Tranche of €10.5M Series D Investment","raised_amount":10500000,"raised_currency_code":"EUR","funded_year":2010,"funded_month":10,"funded_day":28,"company":{"name":"Cappella Medical Devices","permalink":"cappella","image":{"available_sizes":[[[150,64],"assets/images/resized/0010/7796/107796v1-max-150x150.png"],[[157,67],"assets/images/resized/0010/7796/107796v1-max-250x250.png"],[[157,67],"assets/images/resized/0010/7796/107796v1-max-450x450.png"]],"attribution":null}}}},{"funding_round":{"round_code":"d","source_url":"http://techcrunch.com/2012/06/13/one-step-shy-of-an-ipo-telcos-friend-openet-picks-up-21m-series-d-led-by-japans-ns-solutions/","source_description":"One Step Shy Of An IPO, Telco Friend Openet Picks Up $21M Series D Led By Japan’s NS Solutions","raised_amount":21000000,"raised_currency_code":"USD","funded_year":2012,"funded_month":6,"funded_day":13,"company":{"name":"Openet","permalink":"openet","image":{"available_sizes":[[[150,43],"assets/images/resized/0019/5254/195254v1-max-150x150.jpg"],[[239,69],"assets/images/resized/0019/5254/195254v1-max-250x250.jpg"],[[239,69],"assets/images/resized/0019/5254/195254v1-max-450x450.jpg"]],"attribution":null}}}}],"milestones":[{"description":"Kreos Capital invested in IGA Worldwide","stoned_year":2010,"stoned_month":8,"stoned_day":16,"source_url":"http://www.finsmes.com/2010/08/iga-worldwide-completes-significant.html","source_text":null,"source_description":"IGA Worldwide Completes \"Significant\" Investment Round","stoneable_type":"FinancialOrg","stoned_value":null,"stoned_value_type":null,"stoned_acquirer":null,"stoneable":{"name":"Kreos Capital","permalink":"kreos-capital"}}],"providerships":[],"funds":[],"video_embeds":[],"external_links":[]} |
{
"first_traded_price": 1622.0,
"highest_price": 1650.0,
"isin": "IRO3OSHZ0001",
"last_traded_price": 1650.0,
"lowest_price": 1616.0,
"trade_volume": 99472.0,
"unix_time": 1439337600
} |
[
"http://2.bp.blogspot.com/-Ew8dvMFW27k/ToXO6GpftcI/AAAAAAAAA7A/p8I9l-LIINc/s0/000.jpg",
"http://2.bp.blogspot.com/-ba-sOPE_U5w/ToXO7Z_yX6I/AAAAAAAAA7g/zRkU9Vb5Upg/s0/001.jpg",
"http://2.bp.blogspot.com/-U4IBlXGQp4s/ToXO-vrsV5I/AAAAAAAAA7w/xWBUktNo-C8/s0/002.jpg",
"http://2.bp.blogspot.com/-Oq7lbo9o4ZI/ToXO_WCk1yI/AAAAAAAAA74/-QUOaqPWVF8/s0/003.jpg",
"http://2.bp.blogspot.com/-GEOT60qZ3o8/ToXPAhfGUdI/AAAAAAAAA8c/oqd94FDsWP4/s0/004.jpg",
"http://2.bp.blogspot.com/-BOMtYcm9RM8/ToXPDMWAfQI/AAAAAAAAA8o/ONims7pTVuY/s0/005.jpg",
"http://2.bp.blogspot.com/-HcXNq4AsHRw/ToXPEGChtqI/AAAAAAAAA80/yN4NeMIQ59I/s0/006.jpg",
"http://2.bp.blogspot.com/--mrjyEh2jyA/ToXPFsjIJ3I/AAAAAAAAA9c/d3PSRT-DwLg/s0/007.jpg",
"http://2.bp.blogspot.com/-XIZwfnn2HOo/ToXPHABcwQI/AAAAAAAAA9s/4cbjz9orCyg/s0/008.jpg",
"http://2.bp.blogspot.com/-n-hC_VZBGRQ/ToXPIMkQNnI/AAAAAAAAA98/Y-y1CeJ6IM4/s0/009.jpg",
"http://2.bp.blogspot.com/-Ajf1JsVP700/ToXPJgyGBmI/AAAAAAAAA-U/gox8Ves_h44/s0/010.jpg",
"http://2.bp.blogspot.com/-2CDGgzXnTIU/ToXPK8H5Q8I/AAAAAAAAA-w/4Dbt7S5L4C8/s0/011.jpg",
"http://2.bp.blogspot.com/-DElfPOhK_Aw/ToXPMI_yTKI/AAAAAAAAA-8/FvPc80TNB_U/s0/012.jpg",
"http://2.bp.blogspot.com/-w4cIJrlSiWY/ToXPOnOwm3I/AAAAAAAAA_g/h-4xFFJp0VI/s0/013.jpg",
"http://2.bp.blogspot.com/-wNdRCRY27eY/ToXPRvA73gI/AAAAAAAAA_0/2TFlZJ-Mcn0/s0/014.jpg",
"http://2.bp.blogspot.com/-5hWCAOnNJ_8/ToXPU7C1zWI/AAAAAAAABAg/FfqxYnoqcOc/s0/015.jpg",
"http://2.bp.blogspot.com/-HWwHjdaV7y0/ToXPWIVYNNI/AAAAAAAABA4/Y_Bxvu4VWUA/s0/016.jpg",
"http://2.bp.blogspot.com/-1JNBDWRV90I/ToXPaGjBZiI/AAAAAAAABBM/S9CHaU_2EBI/s0/017.jpg",
"http://2.bp.blogspot.com/-S2E_nJgdN7s/ToXPbrd47II/AAAAAAAABBo/dn_ytGlCHjQ/s0/018.jpg",
"http://2.bp.blogspot.com/-7bh1LPRapCE/ToXPgVb8vPI/AAAAAAAABB8/RXj7d12MROo/s0/019.jpg",
"http://2.bp.blogspot.com/-dyrsh6kcvwk/ToXPhbef5wI/AAAAAAAABCM/ZCMImr3zdHA/s0/020.jpg",
"http://2.bp.blogspot.com/-QKBacIHZ9pc/ToXPiV37rSI/AAAAAAAABCY/t1w3r1DzwFU/s0/021.jpg",
"http://2.bp.blogspot.com/-NDvFWh-YFsY/ToXPj6iphTI/AAAAAAAABC4/UePL_yORy7E/s0/022.jpg",
"http://2.bp.blogspot.com/-ufZnFZyEWYc/ToXPl9EWXEI/AAAAAAAABDw/_Vtytw80cmQ/s0/023.jpg",
"http://2.bp.blogspot.com/-Nmm9KduB7j0/ToXPo_lZM4I/AAAAAAAABD8/XF7k5EYoxm8/s0/024.jpg",
"http://2.bp.blogspot.com/-hprEKB3y2lw/ToXPqc4ELGI/AAAAAAAABEQ/kKMAD18fXF8/s0/025.jpg",
"http://2.bp.blogspot.com/-CWt8Un-EJuE/ToXProTmc5I/AAAAAAAABEg/kYbqprO_NTs/s0/026.jpg",
"http://2.bp.blogspot.com/-Nk8lXRyoNJg/ToXPsz6hRUI/AAAAAAAABEw/6uAFtNk1xSM/s0/027.jpg",
"http://2.bp.blogspot.com/-jIVHBeK9cXA/ToXPu9C4vRI/AAAAAAAABFE/LMjSNPuuSY8/s0/028.jpg",
"http://2.bp.blogspot.com/-7rpXG7l8uUo/ToXPvyM6abI/AAAAAAAABFY/Ms7m6fJJn8E/s0/029.jpg",
"http://2.bp.blogspot.com/-Ek9QBvPt2xc/ToXPw8WYZLI/AAAAAAAABFw/nqOSrA9th34/s0/030.jpg",
"http://2.bp.blogspot.com/-f1OaHfoh0kQ/ToXP1rWT1WI/AAAAAAAABGI/uux7UiBc3Fk/s0/031.jpg",
"http://2.bp.blogspot.com/-tmEte7zltdQ/ToXP2iSil2I/AAAAAAAABGY/UDL5nxcowFE/s0/032.jpg",
"http://2.bp.blogspot.com/-5MMRmRxtC5A/ToXP4KZsEQI/AAAAAAAABGs/5aIBX4_6hso/s0/033.jpg",
"http://2.bp.blogspot.com/-8jWtOeFKNbU/ToXP52toD6I/AAAAAAAABHI/5zgAUcdCPDM/s0/034.jpg"
] |
{
"id": 186440483,
"type": "Feature",
"properties": {
"addr:full":"5567 Airport Rd Nampa ID 83687",
"addr:housenumber":"5567",
"addr:postcode":"83687",
"addr:street":"Airport Rd",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:bbox":"-116.497918,43.586816,-116.497918,43.586816",
"geom:latitude":43.586816,
"geom:longitude":-116.497918,
"iso:country":"US",
"mz:hierarchy_label":1,
"sg:address":"5567 Airport Rd",
"sg:city":"Nampa",
"sg:classifiers":[
{
"category":"Professional",
"subcategory":"Computer Services",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 208 599 1928",
"sg:postcode":"83687",
"sg:province":"ID",
"sg:tags":[
"consultant",
"providing",
"datum",
"web"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85688657,
85633793,
85938009,
102085081,
85827787
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_49iAR7257XBfrout1QqtyD_43.586816_-116.497918@1294099250"
},
"wof:country":"US",
"wof:geomhash":"7c709855fff115b0dd8c7d7ca290c4e4",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633793,
"county_id":102085081,
"locality_id":85938009,
"neighbourhood_id":85827787,
"region_id":85688657,
"venue_id":186440483
}
],
"wof:id":186440483,
"wof:lastmodified":1472620729,
"wof:name":"Bethany S White",
"wof:parent_id":85827787,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-us-id",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"consultant",
"providing",
"datum",
"web"
]
},
"bbox": [
-116.497918,
43.586816,
-116.497918,
43.586816
],
"geometry": {"coordinates":[-116.497918,43.586816],"type":"Point"}
} |
{
"name": "silverstripe-australia/silverstripe-partial-themes",
"description": "A module that allows developers to defined just one a few template over-rides for the base theme templates, applied to just sub-trees of a site",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"theme",
"partial theme"
],
"homepage": "https://github.com/nyeholt/silverstripe-partial-themes",
"license": "BSD-3-Clause",
"authors": [{
"name": "Marcus Nyeholt",
"email": "marcus@silverstripe.com.au"
}],
"extra": {
"installer-name": "partial-themes",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}
|
{
"service": {
"resourceName": "test",
"credentials": {
"password": "test-pass",
"url": "test-url",
"user": "test-user"
},
"tags": ["tag1", "tag2"],
"meta": {},
"name": "com.sap.sample.mta.test",
"label": "some-label",
"plan": "test-plan"
}
} |
{
"AX": {
"error": 0.012265265872815616,
"error_type": "SEM",
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": 0.0024270843959665754
},
"CDD": {
"error": 2.5845661043947463e-05,
"error_type": "SEM",
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 10
},
"fit": "average",
"value": 0.00016872967636742832
},
"H1": {
"error": 0.005746273180110089,
"error_type": "SEM",
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": 0.04102967640141627
},
"H2": {
"error": 0.04939128398767366,
"error_type": "SEM",
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": -0.3028139307017018
},
"L1": {
"error": 0.004450321058370418,
"error_type": "SEM",
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": 0.029106180492424808
},
"L2": {
"error": 0.00573836773944927,
"error_type": "SEM",
"filter_outliers_dict": {
"filter_outliers": true,
"iterations": 1,
"std_devs": 2
},
"fit": "average",
"value": -0.046416178756796225
}
} |
{
"__type__": "cc.SpriteFrame",
"content": {
"name": "code",
"texture": "433b10b5-7fe9-44f7-8702-3922ddb0dccf",
"rect": [
545,
681,
248,
248
],
"offset": [
0,
0
],
"originalSize": [
248,
248
]
}
} |
{
"name": "bullet.css",
"version": "0.2.0",
"description": "CSS bullet formatting for lists",
"author": "Ryan Van Etten",
"license": "ISC",
"main": "bullet.css",
"homepage": "https://github.com/ryanve/bullet.css",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanve/bullet.css.git"
},
"bugs": {
"url": "https://github.com/ryanve/bullet.css/issues"
},
"keywords": [
"typography",
"formatting",
"functional-css",
"list-style-type",
"list-style",
"list-item",
"bullets",
"bullet",
"lists",
"list",
"css"
]
}
|
{
"first_traded_price": 4550.0,
"highest_price": 5254.0,
"isin": "IRO7CTSP0001",
"last_traded_price": 5.1e3,
"lowest_price": 4550.0,
"trade_volume": 9892396.0,
"unix_time": 1552953600
} |
{"slick.css":"sha512-+jovUmwEl2y2aPcWufGYf/ecBiLmvzJIL8gP5NVjq2OW95F3PcHc9XVyT0AWz/VdJtYy096h3UjxovKRub5Paw==","slick.js":"sha512-qzyx3Iuj0V7u8TF2TjShu5yEDlwSboPs3gmB72nXGFh7B7R+M1Z6XUfhDkW/2fw2EeTIopuu2HbacSafYRSCHg==","slick.min.js":"sha512-zkm9wskmh31IMlCP352YYQQ7PJPCZ2gbGYO9vHn1Oyi3vMwqKfbu7Jm8FNrzFfzHHIU/nAFo9ZGeeRi9rsxwbw=="} |
[
{
"jungle_id":535478,
"level":"Upper-Intermediate"
},
{
"jungle_id":535479,
"level":"Upper-Intermediate"
},
{
"jungle_id":535481,
"level":"Upper-Intermediate"
},
{
"jungle_id":535483,
"level":"Intermediate"
},
{
"jungle_id":535484,
"level":"Advanced"
},
{
"jungle_id":535485,
"level":"Upper-Intermediate"
},
{
"jungle_id":535486,
"level":"Upper-Intermediate"
},
{
"jungle_id":535487,
"level":"Upper-Intermediate"
},
{
"jungle_id":535488,
"level":"Upper-Intermediate"
},
{
"jungle_id":535489,
"level":"Intermediate"
},
{
"jungle_id":535490,
"level":"Upper-Intermediate"
},
{
"jungle_id":535491,
"level":"Advanced"
},
{
"jungle_id":535492,
"level":"Advanced"
},
{
"jungle_id":535493,
"level":"Advanced"
},
{
"jungle_id":535494,
"level":"Upper-Intermediate"
},
{
"jungle_id":535495,
"level":"Advanced"
},
{
"jungle_id":535496,
"level":"Advanced"
},
{
"jungle_id":535497,
"level":"Advanced"
},
{
"jungle_id":535498,
"level":"Upper-Intermediate"
},
{
"jungle_id":535499,
"level":"Advanced"
},
{
"jungle_id":535500,
"level":"Advanced"
},
{
"jungle_id":535501,
"level":"Upper-Intermediate"
},
{
"jungle_id":535502,
"level":"Advanced"
},
{
"jungle_id":535503,
"level":"Upper-Intermediate"
},
{
"jungle_id":535504,
"level":"Intermediate"
},
{
"jungle_id":535507,
"level":"Upper-Intermediate"
},
{
"jungle_id":535508,
"level":"Intermediate"
},
{
"jungle_id":535509,
"level":"Elementary/Pre-Intermediate"
},
{
"jungle_id":535510,
"level":"Intermediate"
},
{
"jungle_id":535511,
"level":"Elementary/Pre-Intermediate"
},
{
"jungle_id":535512,
"level":"Beginner"
},
{
"jungle_id":535514,
"level":"Intermediate"
},
{
"jungle_id":535515,
"level":"Upper-Intermediate"
},
{
"jungle_id":535517,
"level":"Intermediate"
},
{
"jungle_id":535518,
"level":"Upper-Intermediate"
},
{
"jungle_id":535519,
"level":"Intermediate"
},
{
"jungle_id":535520,
"level":"Elementary/Pre-Intermediate"
},
{
"jungle_id":535521,
"level":"Upper-Intermediate"
},
{
"jungle_id":535522,
"level":"Upper-Intermediate"
},
{
"jungle_id":535523,
"level":"Upper-Intermediate"
},
{
"jungle_id":535524,
"level":"Advanced"
},
{
"jungle_id":535525,
"level":"Upper-Intermediate"
},
{
"jungle_id":535527,
"level":"Advanced"
},
{
"jungle_id":535528,
"level":"Upper-Intermediate"
},
{
"jungle_id":535529,
"level":"Upper-Intermediate"
},
{
"jungle_id":535532,
"level":"Upper-Intermediate"
},
{
"jungle_id":535533,
"level":"Advanced"
},
{
"jungle_id":535534,
"level":"Upper-Intermediate"
},
{
"jungle_id":535535,
"level":"Upper-Intermediate"
},
{
"jungle_id":535536,
"level":"Upper-Intermediate"
},
{
"jungle_id":535537,
"level":"Upper-Intermediate"
},
{
"jungle_id":535538,
"level":"Elementary/Pre-Intermediate"
},
{
"jungle_id":535539,
"level":"Advanced"
},
{
"jungle_id":535540,
"level":"Intermediate"
},
{
"jungle_id":535541,
"level":"Elementary/Pre-Intermediate"
},
{
"jungle_id":535542,
"level":"Upper-Intermediate"
},
{
"jungle_id":535543,
"level":"Intermediate"
},
{
"jungle_id":535544,
"level":"Upper-Intermediate"
},
{
"jungle_id":535546,
"level":"Intermediate"
},
{
"jungle_id":535548,
"level":"Upper-Intermediate"
},
{
"jungle_id":535549,
"level":"Upper-Intermediate"
},
{
"jungle_id":535550,
"level":"Upper-Intermediate"
},
{
"jungle_id":535551,
"level":"Upper-Intermediate"
},
{
"jungle_id":535552,
"level":"Advanced"
}
] |
{
"first_traded_price": 3438.0,
"highest_price": 3441.0,
"isin": "IRO3IRNZ0001",
"last_traded_price": 3441.0,
"lowest_price": 3437.0,
"trade_volume": 221670.0,
"unix_time": 1310256000
} |
{"Rochester": {"Lyell Avenue (RIRTR station)": "Lyell Avenue is a former Rochester Industrial and Rapid Transit Railway station located in Rochester, New York. The line had a connection to the New York Central Railroad. It was closed in 1956 along with the rest of the line."}} |
{"_id":"unified","_rev":"26-178bfbc88c2d611f751e07f3f03ec9b4","name":"unified","description":"Pluggable text processing interface","dist-tags":{"latest":"6.1.5"},"versions":{"1.0.0":{"name":"unified","version":"1.0.0","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","retext","mdast"],"dependencies":{"attach-ware":"^1.0.0","bail":"^1.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"files":["index.js"],"devDependencies":{"browserify":"^11.0.0","eslint":"^0.24.0","esmangle":"^1.0.0","istanbul":"^0.3.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","mdast":"^0.27.1","mdast-comment-config":"^0.1.2","mdast-github":"^0.3.0","mdast-lint":"^0.4.0","mdast-man":"^0.4.0","mdast-toc":"^0.5.1","mdast-validate-links":"^0.3.0","mocha":"^2.0.0"},"scripts":{"test-api":"mocha --check-leaks test.js","test-coveralls":"istanbul cover _mocha --report lcovonly -- --check-leaks test.js","test-coverage":"istanbul cover _mocha -- -- test.js","test-travis":"npm run test-coveralls","test":"npm run test-api","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","make":"npm run lint && npm run test-coverage","build-md":"mdast . --quiet","build-bundle":"browserify index.js -s AttachWare > unified.js","postbuild-bundle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle"},"gitHead":"6dae05dd38ea97bf897ee6ff808e210a59ccbc81","bugs":{"url":"https://github.com/wooorm/unified/issues"},"homepage":"https://github.com/wooorm/unified#readme","_id":"unified@1.0.0","_shasum":"630e61e18f06206e79f23e0a801a7ae6a294a7e4","_from":".","_npmVersion":"2.11.3","_nodeVersion":"2.3.3","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"630e61e18f06206e79f23e0a801a7ae6a294a7e4","tarball":"https://registry.npmjs.org/unified/-/unified-1.0.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"2.0.0":{"name":"unified","version":"2.0.0","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","retext","mdast"],"dependencies":{"attach-ware":"^1.0.0","bail":"^1.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"files":["index.js"],"devDependencies":{"browserify":"^11.0.0","eslint":"^1.0.0","esmangle":"^1.0.0","istanbul":"^0.3.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","mdast":"^1.0.0","mdast-comment-config":"^1.0.0","mdast-github":"^1.0.0","mdast-lint":"^1.0.0","mdast-man":"^1.0.0","mdast-toc":"^1.0.0","mdast-validate-links":"^1.0.0","mocha":"^2.0.0"},"scripts":{"test-api":"mocha --check-leaks test.js","test-coveralls":"istanbul cover _mocha --report lcovonly -- --check-leaks test.js","test-coverage":"istanbul cover _mocha -- -- test.js","test-travis":"npm run test-coveralls","test":"npm run test-api","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","make":"npm run lint && npm run test-coverage","build-md":"mdast . --quiet","build-bundle":"browserify index.js -s AttachWare > unified.js","postbuild-bundle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle"},"gitHead":"b677413ded8f9f1d0504e993476ba452b3e6c992","bugs":{"url":"https://github.com/wooorm/unified/issues"},"homepage":"https://github.com/wooorm/unified#readme","_id":"unified@2.0.0","_shasum":"d059e2b9083723ccf193dcff26aac22134d5a3f2","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"d059e2b9083723ccf193dcff26aac22134d5a3f2","tarball":"https://registry.npmjs.org/unified/-/unified-2.0.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"2.1.0":{"name":"unified","version":"2.1.0","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","mdast"],"dependencies":{"attach-ware":"^1.0.0","bail":"^1.0.0","extend":"^3.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"files":["index.js"],"devDependencies":{"browserify":"^11.0.0","eslint":"^1.0.0","esmangle":"^1.0.0","istanbul":"^0.3.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","mdast":"^1.0.0","mdast-comment-config":"^1.0.0","mdast-github":"^1.0.0","mdast-lint":"^1.0.0","mdast-man":"^1.0.0","mdast-toc":"^1.0.0","mdast-validate-links":"^1.0.0","mocha":"^2.0.0"},"scripts":{"test-api":"mocha --check-leaks test.js","test-coveralls":"istanbul cover _mocha --report lcovonly -- --check-leaks test.js","test-coverage":"istanbul cover _mocha -- -- test.js","test-travis":"npm run test-coveralls","test":"npm run test-api","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","make":"npm run lint && npm run test-coverage","build-md":"mdast . --quiet","build-bundle":"browserify index.js -s AttachWare > unified.js","postbuild-bundle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle"},"gitHead":"b00d9635679b11c229ddcf6c76b0e724c46e74ae","bugs":{"url":"https://github.com/wooorm/unified/issues"},"homepage":"https://github.com/wooorm/unified#readme","_id":"unified@2.1.0","_shasum":"d7d7214436ad43e80a80681171725b2ac28223c5","_from":".","_npmVersion":"3.3.5","_nodeVersion":"4.1.1","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"d7d7214436ad43e80a80681171725b2ac28223c5","tarball":"https://registry.npmjs.org/unified/-/unified-2.1.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"2.1.1":{"name":"unified","version":"2.1.1","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","mdast"],"dependencies":{"attach-ware":"^1.0.0","bail":"^1.0.0","extend":"^3.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"files":["index.js"],"devDependencies":{"browserify":"^11.0.0","eslint":"^1.0.0","esmangle":"^1.0.0","istanbul":"^0.3.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","mdast":"^1.0.0","mdast-comment-config":"^1.0.0","mdast-github":"^1.0.0","mdast-lint":"^1.0.0","mdast-man":"^1.0.0","mdast-toc":"^1.0.0","mdast-validate-links":"^1.0.0","mocha":"^2.0.0"},"scripts":{"test-api":"mocha --check-leaks test.js","test-coveralls":"istanbul cover _mocha --report lcovonly -- --check-leaks test.js","test-coverage":"istanbul cover _mocha -- -- test.js","test-travis":"npm run test-coveralls","test":"npm run test-api","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","make":"npm run lint && npm run test-coverage","build-md":"mdast . --quiet","build-bundle":"browserify index.js -s AttachWare -u node-extend > unified.js","postbuild-bundle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle"},"gitHead":"5b0a28133344acdec1ba4c2dd24e7838348db39d","bugs":{"url":"https://github.com/wooorm/unified/issues"},"homepage":"https://github.com/wooorm/unified#readme","_id":"unified@2.1.1","_shasum":"6eab38a701c7b5251257080ca21ae6d9c3d591f7","_from":".","_npmVersion":"3.3.5","_nodeVersion":"4.1.1","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"6eab38a701c7b5251257080ca21ae6d9c3d591f7","tarball":"https://registry.npmjs.org/unified/-/unified-2.1.1.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"2.1.2":{"name":"unified","version":"2.1.2","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","mdast"],"dependencies":{"attach-ware":"^1.0.0","bail":"^1.0.0","extend":"^3.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"files":["index.js"],"devDependencies":{"browserify":"^11.0.0","eslint":"^1.0.0","esmangle":"^1.0.0","istanbul":"^0.3.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","mdast":"^1.0.0","mdast-comment-config":"^1.0.0","mdast-github":"^1.0.0","mdast-lint":"^1.0.0","mdast-man":"^1.0.0","mdast-toc":"^1.0.0","mdast-validate-links":"^1.0.0","mocha":"^2.0.0"},"scripts":{"test-api":"mocha --check-leaks test.js","test-coveralls":"istanbul cover _mocha --report lcovonly -- --check-leaks test.js","test-coverage":"istanbul cover _mocha -- -- test.js","test-travis":"npm run test-coveralls","test":"npm run test-api","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","make":"npm run lint && npm run test-coverage","build-md":"mdast . --quiet","build-bundle":"browserify index.js -s AttachWare > unified.js","postbuild-bundle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle"},"gitHead":"c397863ed7dd72e8d8b0278a1d39c24a3641344b","bugs":{"url":"https://github.com/wooorm/unified/issues"},"homepage":"https://github.com/wooorm/unified#readme","_id":"unified@2.1.2","_shasum":"c3fe3bdcf69358c03faf9c4d8acebbf4d2615044","_from":".","_npmVersion":"3.3.5","_nodeVersion":"4.1.1","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"c3fe3bdcf69358c03faf9c4d8acebbf4d2615044","tarball":"https://registry.npmjs.org/unified/-/unified-2.1.2.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"2.1.3":{"name":"unified","version":"2.1.3","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"attach-ware":"^1.0.0","bail":"^1.0.0","extend":"^3.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"files":["index.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^1.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","remark":"^3.0.0","remark-comment-config":"^2.0.0","remark-github":"^4.0.0","remark-lint":"^2.0.0","remark-man":"^2.0.0","remark-toc":"^2.0.0","remark-validate-links":"^2.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s AttachWare > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"aa92c3bfd9a97c8114e1f9249fd5809e02e74e3b","homepage":"https://github.com/wooorm/unified","_id":"unified@2.1.3","_shasum":"a7dcc644568574fc82e72d7253b66e9facc821fa","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.11.16","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"a7dcc644568574fc82e72d7253b66e9facc821fa","tarball":"https://registry.npmjs.org/unified/-/unified-2.1.3.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"2.1.4":{"name":"unified","version":"2.1.4","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"attach-ware":"^1.0.0","bail":"^1.0.0","extend":"^3.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"files":["index.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^1.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","remark":"^3.0.0","remark-comment-config":"^2.0.0","remark-github":"^4.0.0","remark-lint":"^2.0.0","remark-man":"^2.0.0","remark-toc":"^2.0.0","remark-validate-links":"^2.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s AttachWare > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"cf783f04890e5e9532982ba3abb37643a78ca66e","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@2.1.4","_shasum":"14bc6cd40d98ffff75b405506bad873ecbbac3ba","_from":".","_npmVersion":"3.5.0","_nodeVersion":"5.1.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"14bc6cd40d98ffff75b405506bad873ecbbac3ba","tarball":"https://registry.npmjs.org/unified/-/unified-2.1.4.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"3.0.0":{"name":"unified","version":"3.0.0","description":"Text processing framework: Parse / Transform / Compile","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"attach-ware":"^2.0.0","bail":"^1.0.0","extend":"^3.0.0","unherit":"^1.0.4","vfile":"^1.0.0","ware":"^1.3.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.10.0"},"files":["index.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^2.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^2.0.0","jscs-jsdoc":"^1.0.0","remark":"^3.0.0","remark-comment-config":"^2.0.0","remark-github":"^4.0.0","remark-lint":"^2.0.0","remark-toc":"^2.0.0","remark-validate-links":"^2.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"32b917f97b1ce4f46dd180894651cc5352f40362","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@3.0.0","_shasum":"85ce4169b09ee9f084d07f4d0a1fbe3939518712","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"85ce4169b09ee9f084d07f4d0a1fbe3939518712","tarball":"https://registry.npmjs.org/unified/-/unified-3.0.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/unified-3.0.0.tgz_1455369080701_0.027905355440452695"},"directories":{}},"4.0.0":{"name":"unified","version":"4.0.0","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","vfile":"^1.0.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.10.0"},"files":["index.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^2.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^3.0.0","jscs-jsdoc":"^2.0.0","remark":"^4.0.0","remark-comment-config":"^3.0.0","remark-github":"^4.0.1","remark-lint":"^3.0.0","remark-toc":"^3.0.0","remark-validate-links":"^3.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"eb94abc1fec621fcad55d0b4a26baf8fbe59e715","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@4.0.0","_shasum":"3407c3193d104febe13e7459d8d858bf14c792ad","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"3407c3193d104febe13e7459d8d858bf14c792ad","tarball":"https://registry.npmjs.org/unified/-/unified-4.0.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/unified-4.0.0.tgz_1464098996800_0.2357537962961942"},"directories":{}},"4.0.1":{"name":"unified","version":"4.0.1","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","vfile":"^1.0.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib/trough.js","lib/unified.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^2.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^3.0.0","jscs-jsdoc":"^2.0.0","remark":"^4.0.0","remark-comment-config":"^3.0.0","remark-github":"^4.0.1","remark-lint":"^3.0.0","remark-toc":"^3.0.0","remark-validate-links":"^3.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"681f75d89b1d3c3a287fd801c3cfc3cad07d5a08","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@4.0.1","_shasum":"f44f2c4a60d1bf4f9af8e5326fc37785e73d68b4","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"f44f2c4a60d1bf4f9af8e5326fc37785e73d68b4","tarball":"https://registry.npmjs.org/unified/-/unified-4.0.1.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/unified-4.0.1.tgz_1464109107642_0.48307169461622834"},"directories":{}},"4.1.0":{"name":"unified","version":"4.1.0","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","once":"^1.3.3","vfile":"^1.0.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib/trough.js","lib/unified.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^2.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^3.0.0","jscs-jsdoc":"^2.0.0","remark":"^4.0.0","remark-comment-config":"^3.0.0","remark-github":"^4.0.1","remark-lint":"^4.0.0","remark-toc":"^3.0.0","remark-validate-links":"^3.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"a4a3fb0eaff7c3f2bdd85f7c3929af6e7d326d22","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@4.1.0","_shasum":"706fe04cb418553e17f66ba12ff0c73e983d55b5","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"706fe04cb418553e17f66ba12ff0c73e983d55b5","tarball":"https://registry.npmjs.org/unified/-/unified-4.1.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/unified-4.1.0.tgz_1465680275848_0.4655863812658936"},"directories":{}},"4.1.1":{"name":"unified","version":"4.1.1","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","once":"^1.3.3","vfile":"^1.0.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib/trough.js","lib/unified.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^2.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^3.0.0","jscs-jsdoc":"^2.0.0","remark":"^4.0.0","remark-comment-config":"^3.0.0","remark-github":"^4.0.1","remark-lint":"^4.0.0","remark-toc":"^3.0.0","remark-validate-links":"^3.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"75e48147911cd93f23904fdf43b84b0933b4f71e","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@4.1.1","_shasum":"92238870e6b97dd094ed80daef1ebec421e5b8db","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.1.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"92238870e6b97dd094ed80daef1ebec421e5b8db","tarball":"https://registry.npmjs.org/unified/-/unified-4.1.1.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/unified-4.1.1.tgz_1465735909693_0.8240992005448788"},"directories":{}},"4.1.2":{"name":"unified","version":"4.1.2","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","once":"^1.3.3","vfile":"^1.0.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib/trough.js","lib/unified.js"],"devDependencies":{"browserify":"^13.0.0","eslint":"^2.0.0","esmangle":"^1.0.0","istanbul":"^0.4.0","jscs":"^3.0.0","jscs-jsdoc":"^2.0.0","remark-cli":"^1.0.0","remark-comment-config":"^4.0.0","remark-github":"^5.0.0","remark-lint":"^4.0.0","remark-toc":"^3.0.0","remark-validate-links":"^4.0.0","tape":"^4.4.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint-api":"eslint .","lint-style":"jscs --reporter inline .","lint":"npm run lint-api && npm run lint-style","test-api":"node test.js","test-coverage":"istanbul cover test.js","test":"npm run build && npm run lint && npm run test-coverage"},"gitHead":"8ae3b3ee0bfc84494e6b5d55252eb5c2d46264ad","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@4.1.2","_shasum":"e78a34b76260519e1ad8c46c427be4153fd2299c","_from":".","_npmVersion":"3.8.6","_nodeVersion":"6.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"e78a34b76260519e1ad8c46c427be4153fd2299c","tarball":"https://registry.npmjs.org/unified/-/unified-4.1.2.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/unified-4.1.2.tgz_1465843116744_0.9058457287028432"},"directories":{}},"4.2.0":{"name":"unified","version":"4.2.0","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","once":"^1.3.3","trough":"^1.0.0","vfile":"^1.0.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib"],"devDependencies":{"browserify":"^13.0.0","esmangle":"^1.0.0","nyc":"^7.1.0","remark-cli":"^1.0.0","remark-comment-config":"^4.0.0","remark-github":"^5.0.0","remark-lint":"^4.0.0","remark-toc":"^3.0.0","remark-validate-links":"^4.0.0","tape":"^4.4.0","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"guard-for-in":"off","max-lines":"off"},"ignores":["unified.js","unified.min.js"]},"remarkConfig":{"output":true,"plugins":{"comment-config":null,"lint":{"heading-increment":false,"no-duplicate-headings":false,"list-item-spacing":false},"github":null,"toc":{"maxDepth":3},"validate-links":null},"settings":{"bullet":"*"}},"gitHead":"82f21cceb264403f6cc0c8f78616b64c3f7455d8","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@4.2.0","_shasum":"200c4aa4fc40b6be11aa101089d3047172f7277d","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"200c4aa4fc40b6be11aa101089d3047172f7277d","tarball":"https://registry.npmjs.org/unified/-/unified-4.2.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/unified-4.2.0.tgz_1470067305128_0.08399983565323055"},"directories":{}},"4.2.1":{"name":"unified","version":"4.2.1","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","once":"^1.3.3","trough":"^1.0.0","vfile":"^1.0.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib"],"devDependencies":{"browserify":"^13.0.0","esmangle":"^1.0.0","nyc":"^7.1.0","remark-cli":"^1.0.0","remark-comment-config":"^4.0.0","remark-github":"^5.0.0","remark-lint":"^4.0.0","remark-toc":"^3.0.0","remark-validate-links":"^4.0.0","tape":"^4.4.0","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"guard-for-in":"off","max-lines":"off"},"ignores":["unified.js","unified.min.js"]},"remarkConfig":{"output":true,"plugins":{"comment-config":null,"lint":{"heading-increment":false,"no-duplicate-headings":false,"list-item-spacing":false},"github":null,"toc":{"maxDepth":3},"validate-links":null},"settings":{"bullet":"*"}},"gitHead":"75dd894ce8150dcfbd142327cac61fbdd5bf6ef8","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@4.2.1","_shasum":"76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e","tarball":"https://registry.npmjs.org/unified/-/unified-4.2.1.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/unified-4.2.1.tgz_1470121761063_0.6253260243684053"},"directories":{}},"5.0.0":{"name":"unified","version":"5.0.0","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","is-buffer":"^1.1.4","once":"^1.3.3","trough":"^1.0.0","vfile":"^2.0.0","x-is-string":"^0.1.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib"],"devDependencies":{"browserify":"^13.0.0","esmangle":"^1.0.0","nyc":"^8.1.0","remark-cli":"^1.0.0","remark-comment-config":"^4.0.0","remark-github":"^5.0.0","remark-lint":"^4.0.0","remark-toc":"^3.0.0","remark-validate-links":"^4.0.0","tape":"^4.4.0","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"output":true,"plugins":{"comment-config":null,"lint":{"heading-increment":false,"no-duplicate-headings":false,"list-item-spacing":false,"no-missing-blank-lines":{"exceptTightLists":true}},"github":null,"toc":{"maxDepth":3,"tight":true},"validate-links":null},"settings":{"bullet":"*"}},"gitHead":"fac76054e4088b65f98bc35f6e19e64c6c130f9a","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@5.0.0","_shasum":"7d66acf05431db1418b00ee81cfe30baa40a9a22","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"7d66acf05431db1418b00ee81cfe30baa40a9a22","tarball":"https://registry.npmjs.org/unified/-/unified-5.0.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/unified-5.0.0.tgz_1471792462425_0.977663794066757"},"directories":{}},"5.1.0":{"name":"unified","version":"5.1.0","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","hast","retext","remark"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","is-buffer":"^1.1.4","once":"^1.3.3","trough":"^1.0.0","vfile":"^2.0.0","x-is-string":"^0.1.0"},"browser":{"node-extend":"extend"},"repository":{"type":"git","url":"git+https://github.com/wooorm/unified.git"},"bugs":{"url":"https://github.com/wooorm/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","lib"],"devDependencies":{"browserify":"^13.0.0","esmangle":"^1.0.0","nyc":"^8.1.0","remark-cli":"^2.0.0","remark-preset-wooorm":"^1.0.0","tape":"^4.4.0","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"output":true,"presets":"wooorm"},"gitHead":"be921cdcd4d64b430a1c69e68bd964cbae4a2efa","homepage":"https://github.com/wooorm/unified#readme","_id":"unified@5.1.0","_shasum":"61268da9b91ce925be1f3d198c0278b0e9716094","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"61268da9b91ce925be1f3d198c0278b0e9716094","tarball":"https://registry.npmjs.org/unified/-/unified-5.1.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/unified-5.1.0.tgz_1476130730412_0.27419051667675376"},"directories":{}},"6.0.0":{"name":"unified","version":"6.0.0","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","lib"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","isarray":"^2.0.1","trough":"^1.0.0","vfile":"^2.0.0","x-is-function":"^1.0.4","x-is-string":"^0.1.0"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","nyc":"^10.0.0","remark-cli":"^2.0.0","remark-preset-wooorm":"^1.0.0","tape":"^4.4.0","xo":"^0.17.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"import/no-unassigned-import":"off","guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"output":true,"presets":"wooorm"},"gitHead":"6e4e5bff40798427cc2a1f8a0f05af80ac2fd0a6","homepage":"https://github.com/unifiedjs/unified#readme","_id":"unified@6.0.0","_shasum":"bcb3dabb92c1394cc82f3fd679274f727e6ebaf1","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"bcb3dabb92c1394cc82f3fd679274f727e6ebaf1","tarball":"https://registry.npmjs.org/unified/-/unified-6.0.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unified-6.0.0.tgz_1487848903847_0.4706952346023172"},"directories":{}},"6.1.0":{"name":"unified","version":"6.1.0","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","lib"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","is-plain-obj":"^1.1.0","isarray":"^2.0.1","trough":"^1.0.0","vfile":"^2.0.0","x-is-function":"^1.0.4","x-is-string":"^0.1.0"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","nyc":"^10.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^2.0.0","tape":"^4.4.0","xo":"^0.17.0"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"import/no-unassigned-import":"off","guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"8da75308c7b71ebb7afd0276a468149753db9ed4","homepage":"https://github.com/unifiedjs/unified#readme","_id":"unified@6.1.0","_shasum":"c388fb6eafb4ec9812e0b6ac1a995657627e0d65","_from":".","_npmVersion":"4.0.3","_nodeVersion":"7.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"c388fb6eafb4ec9812e0b6ac1a995657627e0d65","tarball":"https://registry.npmjs.org/unified/-/unified-6.1.0.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unified-6.1.0.tgz_1487932282063_0.6138905440457165"},"directories":{}},"6.1.1":{"name":"unified","version":"6.1.1","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","lib"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","is-plain-obj":"^1.1.0","isarray":"^2.0.1","trough":"^1.0.0","vfile":"^2.0.0","x-is-function":"^1.0.4","x-is-string":"^0.1.0"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","nyc":"^10.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^2.0.0","tape":"^4.4.0","xo":"^0.17.0"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"import/no-unassigned-import":"off","guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"9d2b806f5971f28eb7fd1186d9535abaa13cd51c","homepage":"https://github.com/unifiedjs/unified#readme","_id":"unified@6.1.1","_shasum":"0abb4d2ffd8f42c0bc06e4a62ff8eb8fd77f8d11","_from":".","_npmVersion":"4.0.3","_nodeVersion":"7.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"0abb4d2ffd8f42c0bc06e4a62ff8eb8fd77f8d11","tarball":"https://registry.npmjs.org/unified/-/unified-6.1.1.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unified-6.1.1.tgz_1488315569474_0.3225632959511131"},"directories":{}},"6.1.2":{"name":"unified","version":"6.1.2","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","lib"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","is-plain-obj":"^1.1.0","isarray":"^2.0.1","trough":"^1.0.0","vfile":"^2.0.0","x-is-function":"^1.0.4","x-is-string":"^0.1.0"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","nyc":"^10.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^2.0.0","tape":"^4.4.0","xo":"^0.18.1"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"unicorn/prefer-type-error":"off","import/no-unassigned-import":"off","guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"83ed31a5aafdeaeb33196b947ec252393c9b0a16","homepage":"https://github.com/unifiedjs/unified#readme","_id":"unified@6.1.2","_shasum":"b3904c3254ffbea7ff6d806c5d5b6248838cecb6","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"b3904c3254ffbea7ff6d806c5d5b6248838cecb6","tarball":"https://registry.npmjs.org/unified/-/unified-6.1.2.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unified-6.1.2.tgz_1491854664171_0.8953307268675417"},"directories":{}},"6.1.3":{"name":"unified","version":"6.1.3","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","lib"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","is-plain-obj":"^1.1.0","trough":"^1.0.0","vfile":"^2.0.0","x-is-function":"^1.0.4","x-is-string":"^0.1.0"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","nyc":"^10.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^2.0.0","tape":"^4.4.0","xo":"^0.18.1"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"unicorn/prefer-type-error":"off","import/no-unassigned-import":"off","guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"84f55c81fb02c2bd5e5e62c02261fd819a013d25","homepage":"https://github.com/unifiedjs/unified#readme","_id":"unified@6.1.3","_shasum":"c26a9df2c56f3def938309253928f37150c70c6e","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"c26a9df2c56f3def938309253928f37150c70c6e","tarball":"https://registry.npmjs.org/unified/-/unified-6.1.3.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/unified-6.1.3.tgz_1493553920120_0.7987838627304882"},"directories":{}},"6.1.4":{"name":"unified","version":"6.1.4","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","lib"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","has":"^1.0.1","is-plain-obj":"^1.1.0","trough":"^1.0.0","vfile":"^2.0.0","x-is-function":"^1.0.4","x-is-string":"^0.1.0"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","nyc":"^10.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^3.0.0","tape":"^4.4.0","xo":"^0.18.1"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"unicorn/prefer-type-error":"off","import/no-unassigned-import":"off","guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"a299b11781aa65c87547ef784465cd0470668946","homepage":"https://github.com/unifiedjs/unified#readme","_id":"unified@6.1.4","_shasum":"12d7a4ec35986c4a2fa0815cdfdec4be0245fca2","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"12d7a4ec35986c4a2fa0815cdfdec4be0245fca2","tarball":"https://registry.npmjs.org/unified/-/unified-6.1.4.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unified-6.1.4.tgz_1495553060692_0.9109853859990835"},"directories":{}},"6.1.5":{"name":"unified","version":"6.1.5","description":"Pluggable text processing interface","license":"MIT","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","lib"],"dependencies":{"bail":"^1.0.0","extend":"^3.0.0","is-plain-obj":"^1.1.0","trough":"^1.0.0","vfile":"^2.0.0","x-is-function":"^1.0.4","x-is-string":"^0.1.0"},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","nyc":"^11.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^3.0.0","tape":"^4.4.0","xo":"^0.18.1"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s unified > unified.js","build-mangle":"esmangle unified.js > unified.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"unicorn/prefer-type-error":"off","import/no-unassigned-import":"off","guard-for-in":"off","max-lines":"off"},"ignores":["unified.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"d7cfeecfd25c8103266140056f1ca041cbda104a","homepage":"https://github.com/unifiedjs/unified#readme","_id":"unified@6.1.5","_shasum":"716937872621a63135e62ced2f3ac6a063c6fb87","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"716937872621a63135e62ced2f3ac6a063c6fb87","tarball":"https://registry.npmjs.org/unified/-/unified-6.1.5.tgz"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/unified-6.1.5.tgz_1497633107828_0.41491471184417605"},"directories":{}}},"readme":"# ![unified][logo]\n\n[![Build Status][travis-badge]][travis]\n[![Coverage Status][codecov-badge]][codecov]\n\n**unified** is an interface for processing text using syntax trees.\nIt’s what powers [**remark**][remark], [**retext**][retext], and\n[**rehype**][rehype], but it also allows for processing between\nmultiple syntaxes.\n\n[`unifiedjs.github.io`][site], the website for **unified** provides a less\ntechnical, more practical, introduction to unified. Make sure to visit it\nand try its introductionary [Guides][].\n\n## Installation\n\n[npm][]:\n\n```bash\nnpm install unified\n```\n\n## Usage\n\n```js\nvar unified = require('unified');\nvar markdown = require('remark-parse');\nvar remark2rehype = require('remark-rehype');\nvar doc = require('rehype-document');\nvar format = require('rehype-format');\nvar html = require('rehype-stringify');\nvar reporter = require('vfile-reporter');\n\nunified()\n .use(markdown)\n .use(remark2rehype)\n .use(doc)\n .use(format)\n .use(html)\n .process('# Hello world!', function (err, file) {\n console.error(reporter(err || file));\n console.log(String(file));\n });\n```\n\nYields:\n\n```html\nno issues found\n<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n </head>\n <body>\n <h1>Hello world!</h1>\n </body>\n</html>\n```\n\n## Table of Contents\n\n* [Description](#description)\n* [API](#api)\n * [processor()](#processor)\n * [processor.use(plugin\\[, options\\])](#processoruseplugin-options)\n * [processor.parse(file|value)](#processorparsefilevalue)\n * [processor.stringify(node\\[, file\\])](#processorstringifynode-file)\n * [processor.run(node\\[, file\\]\\[, done\\])](#processorrunnode-file-done)\n * [processor.runSync(node\\[, file\\])](#processorrunsyncnode-file)\n * [processor.process(file|value\\[, done\\])](#processorprocessfilevalue-done)\n * [processor.processSync(file|value)](#processorprocesssyncfilevalue)\n * [processor.data(key\\[, value\\])](#processordatakey-value)\n * [processor.freeze()](#processorfreeze)\n* [Plugin](#plugin)\n * [function attacher(\\[options\\])](#function-attacheroptions)\n * [function transformer(node, file\\[, next\\])](#function-transformernode-file-next)\n* [Preset](#preset)\n* [License](#license)\n\n## Description\n\n**unified** is an interface for processing text using syntax trees.\nSyntax trees are a representation understandable to programs.\nThose programs, called [**plug-in**][plugin]s, take these trees and\nmodify them, amongst other things. To get to the syntax tree from\ninput text, there’s a [**parser**][parser], and, to get from that\nback to text, there’s a [**compiler**][compiler]. This is the\n[**process**][process] of a **processor**.\n\n```ascii\n ┌──────────────┐\n ┌─ │ Transformers │ ─┐\n ▲ └──────────────┘ ▼\n └────────┐ ┌────────┘\n │ │\n ┌────────┐ │ │ ┌──────────┐\n Input ──▶ │ Parser │ ──▶ Tree ──▶ │ Compiler │ ──▶ Output\n └────────┘ └──────────┘\n```\n\n###### Processors\n\nEvery processor implements another processor. To create a new\nprocessor, invoke another processor. This creates a processor that is\nconfigured to function the same as its ancestor. But, when\nthe descendant processor is configured in the future, that\nconfiguration does not change the ancestral processor.\n\nOften, when processors are exposed from a library (for example,\nunified itself), they should not be configured directly, as that\nwould change their behaviour for all users. Those processors are\n[**frozen**][freeze], and new processors should be made from them before\nthey are used, by invoking them.\n\n###### Node\n\nThe syntax trees used in **unified** are [**Unist**][unist] nodes,\nwhich are plain JavaScript objects with a `type` property. The\nsemantics of those `type`s are defined by other projects.\n\nThere are several [utilities][unist-utilities] for working with these\nnodes.\n\n###### List of Processors\n\nThe following projects process different syntax trees. They parse\ntext to their respective syntax tree, and they compile their syntax\ntrees back to text. These processors can be used as-is, or their\nparsers and compilers can be mixed and matched with other plug-ins\nto process between different syntaxes.\n\n* [**rehype**][rehype] ([**HAST**][hast]) — HTML\n* [**remark**][remark] ([**MDAST**][mdast]) — Markdown\n* [**retext**][retext] ([**NLCST**][nlcst]) — Natural language\n\n###### File\n\nWhen processing documents, metadata is often gathered about that\ndocument. [**VFile**][vfile] is a virtual file format which stores\ndata, and handles metadata and messages for **unified** and its\nplug-ins.\n\nThere are several [utilities][vfile-utilities] for working with these\nfiles.\n\n###### Configuration\n\nTo configure a processor, invoke its [`use`][use] method, supply it a\n[**plug-in**][plugin], and optionally settings.\n\n###### Integrations\n\n**unified** can integrate with the file-system through\n[**unified-engine**][engine]. On top of that, CLI apps can be created\nwith [**unified-args**][args], Gulp plug-ins with\n[**unified-engine-gulp**][gulp], and Atom Linters with\n[**unified-engine-atom**][atom].\n\n###### Programming interface\n\nThe API gives access to processing metadata (such as lint messages), and\nsupports multiple passed through files:\n\n```js\nvar unified = require('unified');\nvar markdown = require('remark-parse');\nvar styleGuide = require('remark-preset-lint-markdown-style-guide');\nvar remark2retext = require('remark-retext');\nvar english = require('retext-english');\nvar equality = require('retext-equality');\nvar remark2rehype = require('remark-rehype');\nvar html = require('rehype-stringify');\nvar reporter = require('vfile-reporter');\n\nunified()\n .use(markdown)\n .use(styleGuide)\n .use(remark2retext, unified().use(english).use(equality))\n .use(remark2rehype)\n .use(html)\n .process('*Emphasis* and _importance_, you guys!', function (err, file) {\n console.error(reporter(err || file));\n console.log(String(file));\n });\n```\n\nWhich yields:\n\n```txt\n 1:16-1:28 warning Emphasis should use `*` as a marker emphasis-marker remark-lint\n 1:34-1:38 warning `guys` may be insensitive, use `people`, `persons`, `folks` instead gals-men retext-equality\n\n⚠ 2 warnings\n<p><em>Emphasis</em> and <em>importance</em>, you guys!</p>\n```\n\n###### Processing between syntaxes\n\nThe processors can be combined in two modes.\n\n**Bridge** mode transforms the syntax tree from one flavour (the origin)\nto another (the destination). Then, transformations are applied on that\ntree. Finally, the origin processor continues transforming the original\nsyntax tree.\n\n**Mutate** mode also transforms the syntax tree from one flavour to\nanother. But then the origin processor continues transforming the\ndestination syntax tree.\n\nIn the previous example (“Programming interface”), `remark-retext` is\nused in bridge mode: the origin syntax tree is kept after retext is\nfinished; whereas `remark-rehype` is used in mutate mode: it sets a\nnew syntax tree and discards the original.\n\n* [**remark-retext**][remark-retext]\n* [**remark-rehype**][remark-rehype]\n* [**rehype-retext**][rehype-retext]\n* [**rehype-remark**][rehype-remark]\n\n## API\n\n### `processor()`\n\nObject describing how to process text.\n\n###### Returns\n\n`Function` — A new [**unfrozen**][freeze] processor which is\nconfigured to function the same as its ancestor. But, when the\ndescendant processor is configured in the future, that configuration\ndoes not change the ancestral processor.\n\n###### Example\n\nThe following example shows how a new processor can be created (from\nthe remark processor) and linked to **stdin**(4) and **stdout**(4).\n\n```js\nvar remark = require('remark');\nvar concat = require('concat-stream');\n\nprocess.stdin.pipe(concat(function (buf) {\n process.stdout.write(remark().processSync(buf).toString());\n}));\n```\n\n### `processor.use(plugin[, options])`\n\nConfigure the processor to use a [**plug-in**][plugin], and configure\nthat plug-in with optional options.\n\n###### Signatures\n\n* `processor.use(plugin[, options])`\n* `processor.use(preset)`\n* `processor.use(list)`\n\n###### Parameters\n\n* `plugin` ([`Plugin`][plugin])\n* `options` (`*`, optional) — Configuration for `plugin`\n* `preset` (`Object`) — Object with an optional `plugins` (set to `list`),\n and/or an optional `settings` object\n* `list` (`Array`) — plugins, presets, and arguments (a plugin and options\n in an array), in an array\n\n###### Returns\n\n`processor` — The processor on which `use` is invoked.\n\n###### Note\n\n`use` cannot be called on [frozen][freeze] processors. Invoke the processor\nfirst to create a new unfrozen processor.\n\n###### Example\n\nThere are many ways to pass plugins to `.use()`. The below example\ngives an overview.\n\n```js\nvar unified = require('unified');\n\nunified()\n // Plugin with options:\n .use(plugin, {})\n // Plugins:\n .use([plugin, pluginB])\n // Two plugins, the second with options:\n .use([plugin, [pluginB, {}]])\n // Preset with plugins and settings:\n .use({plugins: [plugin, [pluginB, {}]], settings: {position: false}})\n // Settings only:\n .use({settings: {position: false}});\n\nfunction plugin() {}\nfunction pluginB() {}\n```\n\n### `processor.parse(file|value)`\n\nParse text to a syntax tree.\n\n###### Parameters\n\n* `file` ([**VFile**][file])\n — Or anything which can be given to `vfile()`\n\n###### Returns\n\n[**Node**][node] — Syntax tree representation of input.\n\n###### Note\n\n`parse` [freezes][freeze] the processor, if not already frozen.\n\n#### `processor.Parser`\n\nFunction handling the parsing of text to a syntax tree. Used in the\n[**parse**][parse] phase in the process and invoked with a `string`\nand [**VFile**][file] representation of the document to parse.\n\nIf `Parser` is a normal parser, it should return a [`Node`][node]: the syntax\ntree representation of the given file.\n\n`Parser` can also be a constructor function, in which case it’s invoked with\n`new`. In that case, instances should have a `parse` method, which is invoked\n(without arguments), and should return a [`Node`][node].\n\n### `processor.stringify(node[, file])`\n\nCompile a syntax tree to text.\n\n###### Parameters\n\n* `node` ([**Node**][node])\n* `file` ([**VFile**][file], optional);\n — Or anything which can be given to `vfile()`\n\n###### Returns\n\n`string` — String representation of the syntax tree file.\n\n###### Note\n\n`stringify` [freezes][freeze] the processor, if not already frozen.\n\n#### `processor.Compiler`\n\nFunction handling the compilation of syntax tree to a text. Used in the\n[**stringify**][stringify] phase in the process and invoked with a\n[`Node`][node] and [**VFile**][file] representation of the document to\nstringify.\n\nIf `Compiler` is a normal stringifier, it should return a `string`: the text\nrepresentation of the given syntax tree.\n\n`Compiler` can also be a constructor function, in which case it’s invoked with\n`new`. In that case, instances should have a `compile` method, which is invoked\n(without arguments), and should return a `string`.\n\n### `processor.run(node[, file][, done])`\n\nTransform a syntax tree by applying [**plug-in**][plugin]s to it.\n\n###### Parameters\n\n* `node` ([**Node**][node])\n* `file` ([**VFile**][file], optional)\n — Or anything which can be given to `vfile()`\n* `done` ([`Function`][run-done], optional)\n\n###### Returns\n\n[**Promise**][promise], if `done` is not given. Rejected with an error,\nor resolved with the resulting syntax tree.\n\n###### Note\n\n`run` [freezes][freeze] the processor, if not already frozen.\n\n##### `function done(err[, node, file])`\n\nInvoked when transformation is complete. Either invoked with an\nerror, or a syntax tree and a file.\n\n###### Parameters\n\n* `err` (`Error`) — Fatal error\n* `node` ([**Node**][node])\n* `file` ([**VFile**][file])\n\n### `processor.runSync(node[, file])`\n\nTransform a syntax tree by applying [**plug-in**][plugin]s to it.\n\nIf asynchronous [**plug-in**][plugin]s are configured, an error is thrown.\n\n###### Parameters\n\n* `node` ([**Node**][node])\n* `file` ([**VFile**][file], optional)\n — Or anything which can be given to `vfile()`\n\n###### Returns\n\n[**Node**][node] — The given syntax tree.\n\n###### Note\n\n`runSync` [freezes][freeze] the processor, if not already frozen.\n\n### `processor.process(file|value[, done])`\n\nProcess the given representation of a file as configured on the\nprocessor. The process invokes `parse`, `run`, and `stringify`\ninternally.\n\n###### Parameters\n\n* `file` ([**VFile**][file])\n* `value` (`string`) — String representation of a file\n* `done` ([`Function`][process-done], optional)\n\n###### Returns\n\n[**Promise**][promise], if `done` is not given. Rejected with an error,\nor resolved with the resulting file.\n\n###### Note\n\n`process` [freezes][freeze] the processor, if not already frozen.\n\n#### `function done(err, file)`\n\nInvoked when the process is complete. Invoked with a fatal error, if\nany, and the [**VFile**][file].\n\n###### Parameters\n\n* `err` (`Error`, optional) — Fatal error\n* `file` ([**VFile**][file])\n\n###### Example\n\n```js\nvar unified = require('unified');\nvar markdown = require('remark-parse');\nvar remark2rehype = require('remark-rehype');\nvar doc = require('rehype-document');\nvar format = require('rehype-format');\nvar html = require('rehype-stringify');\nvar reporter = require('vfile-reporter');\n\nunified()\n .use(markdown)\n .use(remark2rehype)\n .use(doc)\n .use(format)\n .use(html)\n .process('# Hello world!')\n .then(function (file) {\n console.log(String(file));\n }, function (err) {\n console.error(String(err));\n });\n```\n\nYields:\n\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n </head>\n <body>\n <h1>Hello world!</h1>\n </body>\n</html>\n```\n\n### `processor.processSync(file|value)`\n\nProcess the given representation of a file as configured on the\nprocessor. The process invokes `parse`, `run`, and `stringify`\ninternally.\n\nIf asynchronous [**plug-in**][plugin]s are configured, an error is thrown.\n\n###### Parameters\n\n* `file` ([**VFile**][file])\n* `value` (`string`) — String representation of a file\n\n###### Returns\n\n[**VFile**][file] — Virtual file with modified [`contents`][vfile-contents].\n\n###### Note\n\n`processSync` [freezes][freeze] the processor, if not already frozen.\n\n###### Example\n\n```js\nvar unified = require('unified');\nvar markdown = require('remark-parse');\nvar remark2rehype = require('remark-rehype');\nvar doc = require('rehype-document');\nvar format = require('rehype-format');\nvar html = require('rehype-stringify');\nvar reporter = require('vfile-reporter');\n\nvar processor = unified()\n .use(markdown)\n .use(remark2rehype)\n .use(doc)\n .use(format)\n .use(html);\n\nconsole.log(processor.processSync('# Hello world!').toString());\n```\n\nYields:\n\n```html\n<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n </head>\n <body>\n <h1>Hello world!</h1>\n </body>\n</html>\n```\n\n### `processor.data(key[, value])`\n\nGet or set information in an in-memory key-value store accessible to\nall phases of the process. An example is a list of HTML elements\nwhich are self-closing (i.e., do not need a closing tag), which is\nneeded when parsing, transforming, and compiling HTML.\n\n###### Parameters\n\n* `key` (`string`) — Identifier\n* `value` (`*`, optional) — Value to set. Omit if getting `key`\n\n###### Returns\n\n* `processor` — If setting, the processor on which `data` is invoked\n* `*` — If getting, the value at `key`\n\n###### Note\n\nSetting information with `data` cannot occur on [frozen][freeze] processors.\nInvoke the processor first to create a new unfrozen processor.\n\n###### Example\n\nThe following example show how to get and set information:\n\n```js\nvar unified = require('unified');\n\nconsole.log(unified().data('alpha', 'bravo').data('alpha'))\n```\n\nYields:\n\n```txt\nbravo\n```\n\n### `processor.freeze()`\n\nFreeze a processor. Frozen processors are meant to be extended, and not to\nbe configured or processed directly.\n\nOnce a processor is frozen, it cannot be unfrozen. But, a new processor\nfunctioning just like it can be created by invoking the processor.\n\nIt’s possible to freeze processors explicitly, by calling `.freeze()`, but\n[`.parse()`][parse], [`.run()`][run], [`.stringify()`][stringify], and\n[`.process()`][process] call `.freeze()` to freeze a processor too.\n\n###### Returns\n\n`Processor` — The processor on which `freeze` is invoked.\n\n###### Example\n\nThe following example, `index.js`, shows how [**rehype**][rehype]\nprevents extensions to itself:\n\n```js\nvar unified = require('unified');\nvar parse = require('rehype-parse');\nvar stringify = require('rehype-stringify');\n\nmodule.exports = unified().use(parse).use(stringify).freeze();\n```\n\nThe below example, `a.js`, shows how that processor can be used and\nconfigured.\n\n```js\nvar rehype = require('rehype');\nvar format = require('rehype-format');\n// ...\n\nrehype()\n .use(format)\n // ...\n```\n\nThe below example, `b.js`, shows a similar looking example which\noperates on the frozen [**rehype**][rehype] interface. If this\nbehaviour was allowed it would result in unexpected behaviour, so\nan error is thrown. **This is invalid**:\n\n```js\nvar rehype = require('rehype');\nvar format = require('rehype-format');\n// ...\n\nrehype\n .use(format)\n // ...\n```\n\nYields:\n\n```txt\n~/node_modules/unified/index.js:440\n throw new Error(\n ^\n\nError: Cannot invoke `use` on a frozen processor.\nCreate a new processor first, by invoking it: use `processor()` instead of `processor`.\n at assertUnfrozen (~/node_modules/unified/index.js:440:11)\n at Function.use (~/node_modules/unified/index.js:172:5)\n at Object.<anonymous> (~/b.js:6:4)\n```\n\n## `Plugin`\n\nA **unified** plugin changes the way the applied-on processor works,\nin the following ways:\n\n* It modifies the [**processor**][processor]: such as changing the\n parser, the compiler, or linking the processor to other processors\n* It transforms the [**syntax tree**][node] representation of a file\n* It modifies metadata of a file\n\nPlug-in’s are a concept which materialise as [**attacher**][attacher]s.\n\n###### Example\n\n`move.js`:\n\n```js\nmodule.exports = move;\n\nfunction move(options) {\n var expected = (options || {}).extname;\n\n if (!expected) {\n throw new Error('Missing `extname` in options');\n }\n\n return transformer;\n\n function transformer(tree, file) {\n if (file.extname && file.extname !== expected) {\n file.extname = expected;\n }\n }\n}\n```\n\n`index.js`:\n\n```js\nvar unified = require('unified');\nvar parse = require('remark-parse');\nvar remark2rehype = require('remark-rehype');\nvar stringify = require('rehype-stringify');\nvar vfile = require('to-vfile');\nvar reporter = require('vfile-reporter');\nvar move = require('./move');\n\nunified()\n .use(parse)\n .use(remark2rehype)\n .use(move, {extname: '.html'})\n .use(stringify)\n .process(vfile.readSync('index.md'), function (err, file) {\n console.error(reporter(err || file));\n if (file) {\n vfile.writeSync(file); // Written to `index.html`.\n }\n });\n```\n\n### `function attacher([options])`\n\nAn attacher is the thing passed to [`use`][use]. It configures the\nprocessor and in turn can receive options.\n\nAttachers can configure processors, such as by interacting with parsers\nand compilers, linking them to other processors, or by specifying how\nthe syntax tree is handled.\n\n###### Context\n\nThe context object is set to the invoked on [`processor`][processor].\n\n###### Parameters\n\n* `options` (`*`, optional) — Configuration\n\n###### Returns\n\n[`transformer`][transformer] — Optional.\n\n###### Note\n\nAttachers are invoked when the processor is [frozen][freeze]: either when\n`.freeze()` is called explicitly, or when [`.parse()`][parse], [`.run()`][run],\n[`.stringify()`][stringify], or [`.process()`][process] is called for the first\ntime.\n\n### `function transformer(node, file[, next])`\n\nTransformers modify the syntax tree or metadata of a file.\nA transformer is a function which is invoked each time a file is\npassed through the transform phase. If an error occurs (either\nbecause it’s thrown, returned, rejected, or passed to [`next`][next]),\nthe process stops.\n\nThe transformation process in **unified** is handled by [`trough`][trough],\nsee it’s documentation for the exact semantics of transformers.\n\n###### Parameters\n\n* `node` ([**Node**][node])\n* `file` ([**VFile**][file])\n* `next` ([`Function`][next], optional)\n\n###### Returns\n\n* `Error` — Can be returned to stop the process\n* [**Node**][node] — Can be returned and results in further\n transformations and `stringify`s to be performed on the new\n tree\n* `Promise` — If a promise is returned, the function is asynchronous,\n and **must** be resolved (optionally with a [**Node**][node]) or\n rejected (optionally with an `Error`)\n\n#### `function next(err[, tree[, file]])`\n\nIf the signature of a transformer includes `next` (third argument),\nthe function **may** finish asynchronous, and **must** invoke `next()`.\n\n###### Parameters\n\n* `err` (`Error`, optional) — Stop the process\n* `node` ([**Node**][node], optional) — New syntax tree\n* `file` ([**VFile**][file], optional) — New virtual file\n\n## `Preset`\n\nA **unified** preset provides a potentially sharable way to configure\nprocessors. They can contain multiple plugins and optionally settings as\nwell.\n\n###### Example\n\n`preset.js`:\n\n```js\nexports.settings = {bullet: '*', fences: true};\n\nexports.plugins = [\n require('remark-preset-lint-recommended'),\n require('remark-comment-config'),\n require('remark-preset-lint-markdown-style-guide'),\n [require('remark-toc'), {maxDepth: 3, tight: true}],\n require('remark-github')\n];\n```\n\n`index.js`:\n\n```js\nvar remark = require('remark');\nvar vfile = require('to-vfile');\nvar reporter = require('vfile-reporter');\nvar preset = require('./preset');\n\nremark()\n .use(preset)\n .process(vfile.readSync('index.md'), function (err, file) {\n console.error(reporter(err || file));\n\n if (file) {\n vfile.writeSync(file);\n }\n });\n```\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[logo]: https://cdn.rawgit.com/unifiedjs/unified/84f55c8/logo.svg\n\n[travis-badge]: https://img.shields.io/travis/unifiedjs/unified.svg\n\n[travis]: https://travis-ci.org/unifiedjs/unified\n\n[codecov-badge]: https://img.shields.io/codecov/c/github/unifiedjs/unified.svg\n\n[codecov]: https://codecov.io/github/unifiedjs/unified\n\n[npm]: https://docs.npmjs.com/cli/install\n\n[license]: LICENSE\n\n[author]: http://wooorm.com\n\n[site]: https://unifiedjs.github.io\n\n[guides]: https://unifiedjs.github.io/#guides\n\n[rehype]: https://github.com/wooorm/rehype\n\n[remark]: https://github.com/wooorm/remark\n\n[retext]: https://github.com/wooorm/retext\n\n[hast]: https://github.com/syntax-tree/hast\n\n[mdast]: https://github.com/syntax-tree/mdast\n\n[nlcst]: https://github.com/syntax-tree/nlcst\n\n[unist]: https://github.com/syntax-tree/unist\n\n[engine]: https://github.com/unifiedjs/unified-engine\n\n[args]: https://github.com/unifiedjs/unified-args\n\n[gulp]: https://github.com/unifiedjs/unified-engine-gulp\n\n[atom]: https://github.com/unifiedjs/unified-engine-atom\n\n[remark-rehype]: https://github.com/wooorm/remark-rehype\n\n[remark-retext]: https://github.com/wooorm/remark-retext\n\n[rehype-retext]: https://github.com/wooorm/rehype-retext\n\n[rehype-remark]: https://github.com/wooorm/rehype-remark\n\n[unist-utilities]: https://github.com/syntax-tree/unist#list-of-utilities\n\n[vfile]: https://github.com/vfile/vfile\n\n[vfile-contents]: https://github.com/vfile/vfile#vfilecontents\n\n[vfile-utilities]: https://github.com/vfile/vfile#related-tools\n\n[file]: #file\n\n[node]: #node\n\n[processor]: #processor\n\n[process]: #processorprocessfilevalue-done\n\n[parse]: #processorparsefilevalue\n\n[parser]: #processorparser\n\n[stringify]: #processorstringifynode-file\n\n[run]: #processorrunnode-file-done\n\n[compiler]: #processorcompiler\n\n[use]: #processoruseplugin-options\n\n[attacher]: #function-attacheroptions\n\n[transformer]: #function-transformernode-file-next\n\n[next]: #function-nexterr-tree-file\n\n[freeze]: #processorfreeze\n\n[plugin]: #plugin\n\n[run-done]: #function-doneerr-node-file\n\n[process-done]: #function-doneerr-file\n\n[trough]: https://github.com/wooorm/trough#function-fninput-next\n\n[promise]: https://developer.mozilla.org/Web/JavaScript/Reference/Global_Objects/Promise\n","maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"time":{"modified":"2017-06-16T17:11:51.359Z","created":"2015-07-31T09:33:35.699Z","1.0.0":"2015-07-31T09:33:35.699Z","2.0.0":"2015-09-16T11:51:57.961Z","2.1.0":"2015-10-10T15:18:29.036Z","2.1.1":"2015-10-14T18:19:18.664Z","2.1.2":"2015-10-23T20:20:14.313Z","2.1.3":"2016-01-24T08:20:25.265Z","2.1.4":"2016-01-24T08:25:37.665Z","3.0.0":"2016-02-13T13:11:24.331Z","4.0.0":"2016-05-24T14:09:58.133Z","4.0.1":"2016-05-24T16:58:29.035Z","4.1.0":"2016-06-11T21:24:38.572Z","4.1.1":"2016-06-12T12:51:52.637Z","4.1.2":"2016-06-13T18:38:39.246Z","4.2.0":"2016-08-01T16:01:47.158Z","4.2.1":"2016-08-02T07:09:22.168Z","5.0.0":"2016-08-21T15:14:24.434Z","5.1.0":"2016-10-10T20:18:51.186Z","6.0.0":"2017-02-23T11:21:44.879Z","6.1.0":"2017-02-24T10:31:22.809Z","6.1.1":"2017-02-28T20:59:30.247Z","6.1.2":"2017-04-10T20:04:25.245Z","6.1.3":"2017-04-30T12:05:20.913Z","6.1.4":"2017-05-23T15:24:21.891Z","6.1.5":"2017-06-16T17:11:51.359Z"},"homepage":"https://github.com/unifiedjs/unified#readme","keywords":["process","parse","transform","compile","stringify","rehype","retext","remark"],"repository":{"type":"git","url":"git+https://github.com/unifiedjs/unified.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"bugs":{"url":"https://github.com/unifiedjs/unified/issues"},"license":"MIT","readmeFilename":"readme.md","contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"users":{"imagdy":true,"masterde":true},"_attachments":{},"_etag":"W/\"59441157-13778\"","_lastModified":"Fri, 16 Jun 2017 17:11:51 GMT","_cached":true} |
{
"general": {
"subsection1": {
"source": "sd"
},
"references": [
{
"referenceType": "sss",
"referenceId": "1212",
"notes": "as"
},
{
"referenceType": "sss",
"referenceId": "1212",
"notes": "as"
}
],
"versionInformation": [
{
"Version_Dispositi": "",
"centralReceipt": "asas",
"centralRecipt": "53",
"intakeNumber": "1212",
"version": "2",
"versionComments": "",
"versionDisposition": "ssd",
"versionReceipt": "11"
},
{
"Version_Dispositi": "",
"centralReceipt": "asas",
"centralRecipt": "53",
"intakeNumber": "1212",
"version": "2",
"versionComments": "",
"versionDisposition": "ssd",
"versionReceipt": "11"
}
]
}
}
|
[
"http://2.bp.blogspot.com/-osNgpIftfT8/U3jPOjwwteI/AAAAAAAAHa0/CX29hgIkyc0/s0/000.png",
"http://2.bp.blogspot.com/--caqWXZpgEc/U3jPPlP8l4I/AAAAAAAAHa8/0uI9JhSyfXg/s0/001.png",
"http://2.bp.blogspot.com/-ql24akwSIyw/U3jPQRuKbaI/AAAAAAAAHbE/PPM4bK0sVz8/s0/002.png",
"http://2.bp.blogspot.com/-fxSL9vUXOTE/U3jPRG7tsRI/AAAAAAAAHbM/oE5ZrNa9GOA/s0/003.png",
"http://2.bp.blogspot.com/-qd9hWr0vCMY/U3jPRyldG8I/AAAAAAAAHbQ/stVg9dbHILs/s0/004.png",
"http://2.bp.blogspot.com/-dSpFb3v95QI/U3jPSoK7SII/AAAAAAAAHbc/xzQLvG4x4bI/s0/005.png",
"http://2.bp.blogspot.com/-p7xeZm6CFWM/U3jPTdgw4cI/AAAAAAAAHbk/2v0tPF51s3Q/s0/006.png",
"http://2.bp.blogspot.com/-EGbF52ebE5Q/U3jPUBd6Q0I/AAAAAAAAHbs/2mHaMCO9jPQ/s0/007.png",
"http://2.bp.blogspot.com/-c8fwxn7ctFM/U3jPUw-zDqI/AAAAAAAAHb0/LDzknPyjQeY/s0/008.png",
"http://2.bp.blogspot.com/-q3xpsb72gSg/U3jPVipuWpI/AAAAAAAAHb8/Ar366ztsp8M/s0/009.png",
"http://2.bp.blogspot.com/-lbRrApxRQP8/U3jPZs_c_UI/AAAAAAAAHcE/eEORn8gN8V0/s0/010.png",
"http://2.bp.blogspot.com/-F2k4dlUH-jU/U3jPaH0OidI/AAAAAAAAHcM/v-O0B_cqKuM/s0/011.png",
"http://2.bp.blogspot.com/-qGvUokTWWvk/U3jPa3kcGSI/AAAAAAAAHcU/E1nu52kMgj4/s0/012.png",
"http://2.bp.blogspot.com/-d7Ddbo-NTFU/U3jPb39pd8I/AAAAAAAAHcc/ZBOgqdinu6g/s0/013.png",
"http://2.bp.blogspot.com/--kKiqTNWN2I/U3jPcdWw-EI/AAAAAAAAHck/eJxi6xVo9DA/s0/014.png",
"http://2.bp.blogspot.com/-r2xNK-V_thY/U3jPdDxl3MI/AAAAAAAAHcs/XNlK4UExI7E/s0/015.png",
"http://2.bp.blogspot.com/-fCWFup21r4k/U3jPdz6QSMI/AAAAAAAAHc0/atYObZ8d2Mw/s0/016.png",
"http://2.bp.blogspot.com/-cG4Nbb3Bq9U/U3jPearz0LI/AAAAAAAAHc8/vdMdFR1wM64/s0/017.png",
"http://2.bp.blogspot.com/-nudlqJvKFb8/U3jPfYO6k2I/AAAAAAAAHdE/TUw3aAPW9aI/s0/018.png",
"http://2.bp.blogspot.com/-DuniAhnpB-M/U3jPgPv6SAI/AAAAAAAAHdM/NCNXrCZH2BU/s0/019.png"
] |
{
"type": "Production Mode",
"definition": {
"text": "Production Mode will remove model validation, NaN checks, and other correctness checks in favor of performance.",
"updated": 1613062862838,
"translations": [
{
"language": "RU",
"text": "Режим Production Mode удаляет проверку модели, проверку NaN и другие проверки корректности в пользу производительности.",
"updated": 1645249556328
},
{
"language": "TR",
"text": "Üretim Modu, performans lehine model doğrulama, NaN kontrolleri ve diğer doğruluk kontrollerini kaldıracaktır.",
"updated": 1654397455604
}
]
},
"paragraphs": [
{
"style": "Text",
"text": "Right click and select the pencil button to enter edit mode.",
"translations": [
{
"language": "RU",
"text": "Щелкните правой кнопкой мыши и выберите кнопку с карандашом, чтобы перейти в режим редактирования.",
"updated": 1645249561844
},
{
"language": "TR",
"text": "Düzenleme moduna girmek için sağ tıklayın ve kalem düğmesini seçin.",
"updated": 1654397461656,
"style": "Text"
}
]
}
]
} |
[
"Mārith",
"Al Hammamat",
"Rafraf",
"Gouvernorat de Sidi Bou Zid",
"Sidi Bouzid",
"Tataouine",
"Bir Ali Bin Khalifah",
"Bizerte",
"Masakin",
"Le Bardo",
"La Sebala du Mornag",
"Ksour Essaf",
"Menzel Abderhaman",
"Jammal",
"Dawwar Tinjah",
"Ar Rudayyif",
"Al Wardanin",
"Al Qarmadah",
"La Mohammedia",
"Douane",
"Gouvernorat de Tataouine",
"Remada",
"Gouvernorat de Ariana",
"Ariana",
"Rades",
"Harqalah",
"Gouvernorat de Gabès",
"Saqanis",
"Zouila",
"Al Metlaoui",
"Tunisian Republic",
"Gouvernorat de Kairouan",
"Sidi Amor Bou Hajela",
"Gouvernorat de Mahdia",
"Zamālat as Sawāsī",
"Gouvernorat de Sousse",
"Oulad Mohammed el Alounia",
"Gouvernorat de Jendouba",
"Aïn Bou Seba",
"Gouvernorat de Bizerte",
"Dar el Cheikh Kilani",
"Gouvernorat de Tunis",
"Tunis",
"Bāb al Jazīrah",
"Sousse",
"Gouvernorat de Béja",
"Beja",
"Gouvernorat de Nabeul",
"Nabeul",
"Gouvernorat de Sfax",
"Sfax",
"Kairouan",
"Gouvernorat de Gafsa",
"Gafsa",
"Al Karm",
"Gouvernorat de Kebili",
"Kebili",
"Dar Sidi M’hamed ech Cherif",
"Gouvernorat de Kasserine",
"Kasserine",
"Sidi Bou Said",
"Beni Khiar",
"Sukrah",
"Tabarka",
"Qulaybiyah",
"Mahdia",
"Ar Riqab",
"La Goulette",
"Jendouba",
"Gouvernorat de Zaghouan",
"El Fahs",
"Gouvernorat de Médenine",
"Medenine",
"Gouvernorat de Kef",
"El Kef",
"Mutuelleville",
"El Mây",
"Gouvernorat de Siliana",
"Siliana",
"Shanīnī",
"Gouvernorat de Tozeur",
"Tozeur",
"El Jem",
"Enfida",
"Al Matlin"
] |
{
"first_traded_price": 4387.0,
"highest_price": 4450.0,
"isin": "IRO1ROOI0001",
"last_traded_price": 4.4e3,
"lowest_price": 4384.0,
"trade_volume": 7263808.0,
"unix_time": 1388361600
} |
{"content": "More spending on the NHS..Hospital trusts on the verge of collapse, cancer drugs being withdrawn, A&E's overworked.hmmm! #BattleForNumber10", "entities": [{"offset": 98, "type": "topic keyword", "id": 2, "entity": "a&e"}, {"offset": 68, "type": "topic keyword", "id": 3, "entity": "cancer"}, {"offset": 21, "type": "topic keyword", "id": 4, "entity": "nhs"}, {"offset": 26, "type": "topic keyword", "id": 5, "entity": "hospital"}], "topics": [{"topic": "nhs", "id": 1}], "tweet_id": "581210162653982720"} |
[
"http://2.bp.blogspot.com/-rj8_5NVCYMw/Vo7k9pRNG-I/AAAAAAACq0o/RxzUKXFuKx0/s0-Ic42/000.png",
"http://2.bp.blogspot.com/-hqmnCE7UuHA/Vo7k9wxOn2I/AAAAAAACq0o/KS43q2TqqPA/s0-Ic42/001.png",
"http://2.bp.blogspot.com/-BnvrrGc8YRQ/Vo7k99J979I/AAAAAAACq0o/bl7HIhzKInM/s0-Ic42/002.png",
"http://2.bp.blogspot.com/-woUXuLYrzkE/Vo7k-QZGeEI/AAAAAAACq0o/ypT92JaSLQQ/s0-Ic42/003.png",
"http://2.bp.blogspot.com/-omX4M5VuzbY/Vo7k-dhmmoI/AAAAAAACq0o/LvuwR1RFMlI/s0-Ic42/004.png",
"http://2.bp.blogspot.com/-qKs6YImTSRo/Vo7k-6wy3MI/AAAAAAACq0o/HhxapYvGpZ8/s0-Ic42/005.png",
"http://2.bp.blogspot.com/-5ezQmh_1pJ8/Vo7k-wtDWJI/AAAAAAACq0o/7Q_NJ2C8R2k/s0-Ic42/006.png",
"http://2.bp.blogspot.com/-ix1gCzO0uN0/Vo7k_CRXliI/AAAAAAACq0o/QdCeI8yt-OU/s0-Ic42/007.png",
"http://2.bp.blogspot.com/-SpVJb7ijaMs/Vo7k_Z6ismI/AAAAAAACq0o/7pik83MzSfc/s0-Ic42/008.png",
"http://2.bp.blogspot.com/-PdmRsSH_dz0/Vo7k_q5KE6I/AAAAAAACq0o/KHDMcXyB69s/s0-Ic42/009.png",
"http://2.bp.blogspot.com/-vuHo6bJR5bs/Vo7k_w0A7oI/AAAAAAACq0o/Cpq8hhpP5yg/s0-Ic42/010.png",
"http://2.bp.blogspot.com/-nLFD3tY_ruQ/Vo7k_zhGuXI/AAAAAAACq0o/C1-pEjxkp94/s0-Ic42/011.png",
"http://2.bp.blogspot.com/-vKYplUAfH1w/Vo7lAJelUvI/AAAAAAACq0o/VJP0O61odAs/s0-Ic42/012.png",
"http://2.bp.blogspot.com/-0DHwIBphv6w/Vo7lAf9w8UI/AAAAAAACq0o/AHGV0bNzZJ8/s0-Ic42/013.png",
"http://2.bp.blogspot.com/-LSUCWWIt-T0/Vo7lAVer9qI/AAAAAAACq0o/uLRdBN5kq6k/s0-Ic42/014.png",
"http://2.bp.blogspot.com/-cj5nj4fGEr0/Vo7lAnbWiSI/AAAAAAACq0o/B_qgcwOSfgQ/s0-Ic42/015.png",
"http://2.bp.blogspot.com/-IJuB1kEm52w/Vo7lAwQ2kOI/AAAAAAACq0o/x4VtZzYlpBA/s0-Ic42/016.png",
"http://2.bp.blogspot.com/-JcGw64-2x_A/Vo7lBJ5S0II/AAAAAAACq0o/pLFbthVmv2U/s0-Ic42/017.png",
"http://2.bp.blogspot.com/-vCsIt0Qb0oI/Vo7lBNm-oHI/AAAAAAACq0o/Z5_8xCApyTQ/s0-Ic42/018.png",
"http://2.bp.blogspot.com/-8MbEbEjcr7s/Vo7lBRhgLwI/AAAAAAACq0o/XRpTuWmdHiI/s0-Ic42/019.png",
"http://2.bp.blogspot.com/-WD4VasfWLP8/Vo7lBZHDZcI/AAAAAAACq0o/R7CXN1I5QT4/s0-Ic42/020.png",
"http://2.bp.blogspot.com/-AEyu4KWQ9ug/Vo7lByS4JWI/AAAAAAACq0o/whmbZVeo8kI/s0-Ic42/021.png",
"http://2.bp.blogspot.com/-zyrdxTCiPcw/Vo7lCHZiOTI/AAAAAAACq0o/psbY6RtfsKM/s0-Ic42/022.png",
"http://2.bp.blogspot.com/-R-RpQBjja4c/Vo7lCPQ1Q1I/AAAAAAACq0o/-XNTn2_4sVY/s0-Ic42/023.png",
"http://2.bp.blogspot.com/-hCcfkuaaOTM/Vo7lCaZFVgI/AAAAAAACq0o/x1AyZbJ69V0/s0-Ic42/024.png",
"http://2.bp.blogspot.com/-sBsxl2qfVvQ/Vo7lCnW6RhI/AAAAAAACq0o/Fd8N1sBcXxM/s0-Ic42/025.png",
"http://2.bp.blogspot.com/-p-uPB-fMtkA/Vo7lCo_EJtI/AAAAAAACq0o/Ukpg-PZrs30/s0-Ic42/026.png",
"http://2.bp.blogspot.com/-5OkZDs0SPq0/Vo7lC6OkKiI/AAAAAAACq0o/PtmKwSHcHvo/s0-Ic42/027.png",
"http://2.bp.blogspot.com/-hJg3hrC2REg/Vo7lDG2mKqI/AAAAAAACq0o/ZP8iAxJr9iw/s0-Ic42/028.png",
"http://2.bp.blogspot.com/-mqf0vbAdJpk/Vo7lDcjpnsI/AAAAAAACq0o/xI_nEztF_Lo/s0-Ic42/029.jpg"
] |
{
"order": "57111"
,"word": "ouiser"
,"count": "27"
}
|
[{"text": "\n 5月29日,网络上曝光的邮件显示,由于美国政府将华为列入“实体清单”,全球知名学术组织IEEE(电气电子工程师学会)向旗下刊物的主编提出这样的要求:禁止来自华为的同僚担任审稿人或编辑。此事在学术圈引起轩然大波,接连有北大、清华的两名学者宣布退出IEEE编委。 ", "author": "wu2198", "time": "wu21982019年05月30日09:14 来自微博weibo.com", "transmit": " 转发 31", "comment": "评论 186", "zan": " 3748"}, {"text": "\n华为供应链的“危”与“机”(国盛证券)华为此次被美国列入“实体清单”,带来艰难险阻的同时,也为华为及其国内供应链带来了机遇。一方面,华为对危机早有预案,去年就已开始加大备货,核心芯片及元器件备货周期足以覆盖后续产品半年至两年的供应。另一方面,在外部压力下,也将加速华为向国产 展开全文c \n华为供应链的“危”与“机”(国盛证券)华为此次被美国列入“实体清单”,带来艰难险阻的同时,也为华为及其国内供应链带来了机遇。一方面,华为对危机早有预案,去年就已开始加大备货,核心芯片及元器件备货周期足以覆盖后续产品半年至两年的供应。另一方面,在外部压力下,也将加速华为向国产供应链的迁移,目前,在光学、显示、精密制造等领域,已基本实现国产化;在半导体领域,华为旗下海思以及其他优质国产厂商已能实现部分国产替代,如手机SoC、基带、射频收发模块等。在部分自给自足的同时,存储、射频、模拟IC等核心元器件仍以进口为主,受制于人,此次危机有望加速国产供应链的导入,国内优质半导体厂商有望在外部压力下与海思形成互补,造就出更强大的华为与国产链。光学、显示、精密制造等环节,已基本实现国产化。如今智能手机进入存量时代,各大手机厂商都在寻找新的手机性能创新以谋求差异化的竞争优势和销量突破。随着以华为为代表的中国手机厂商的迅速崛起,产业链本土化将是长期趋势,国内厂商将会逐渐成为全球手机供应链中不可或缺的力量。以最新发布的P30系列为例,国产供应商包括镜头:舜宇光学;CMOS图像传感器:豪威科技(韦尔股份);潜望式摄像模组:舜宇光学、立景(立讯精密);棱镜:舜宇光学、水晶光电、利达光电等;TOF供应链:舜宇光学、欧菲光、水晶光电等;指纹识别:汇顶、思立微;指纹模组:欧菲光、丘钛科技等;摄像头支架:长盈精密;NFC\\天线\\无线充电:立讯精密、硕贝德、信维通信;屏幕:京东方。华为半导体供应链梳理:华为核心五大件CPU\\GPU\\ADDA\\存储\\射频器件中,CPU\\GPU\\ADDA海思已经进行多年研发、产品逐步落地自强;GPU:景嘉微;存储:用量最大,百亿美金采购级别、预计三年后翻倍,目前主流存储DRAM扶持合肥长鑫(兆易创新)、NAND扶持长江存储,利基型存储兆易创新、ISSI(北京君正拟收购)已经切入预计马上放量;FPGA:紫光同创(紫光国微)、安路信息(士兰微入股);模拟芯片及传感器:韦尔股份+豪威科技、圣邦股份、矽立杰;功率半导体:闻泰科技(安世半导体)、士兰微、扬杰科技;射频芯片:三安集成(三安光电)、山东天岳;阻容感:顺络电子;代工及封测:中芯国际、长电科技、华天科技、通富微电;连接器及天线:立讯精密、意华股份、硕贝德、电连技术;IC载板以及测试板:兴森科技。 收起全文d\n", "author": "复利刀客", "time": "复利刀客2019年05月30日16:42 来自微博weibo.com", "transmit": " 转发 67", "comment": "评论 4", "zan": " 56"}] |
{
"_id": ObjectId(
"5a925be7b00ffc4b3c1578b5"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "课程详情页面",
"templateParameter": "courseid",
"templateFileId": "5ad8a51f68db5240b42e5fea"
}
{
"_id": ObjectId(
"5a962b52b00ffc514038faf7"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "首页",
"templateParameter": "",
"templateFileId": "5a962b52b00ffc514038faf5"
}
{
"_id": ObjectId(
"5a962bf8b00ffc514038fafa"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "轮播图",
"templateParameter": "",
"templateFileId": "5a962bf8b00ffc514038faf8"
}
{
"_id": ObjectId(
"5a962c16b00ffc514038fafd"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "分类导航",
"templateParameter": "",
"templateFileId": "5a962c16b00ffc514038fafb"
}
{
"_id": ObjectId(
"5abf2a8f5b05aa2ebcfce6b5"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "测试模板",
"templateParameter": "",
"templateFileId": "templatefile01"
}
{
"_id": ObjectId(
"5abf57965b05aa2ebcfce6d1"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "测试模板",
"templateParameter": "",
"templateFileId": "5abf3d515b05aa0444d79840"
}
{
"_id": ObjectId(
"5ad9a24d68db5239b8fef199"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "课程详情页面测试",
"templateParameter": "courseid",
"templateFileId": "5ad9a41d68db522910e00846"
}
{
"_id": ObjectId(
"5aec5dd70e661808240ab7a6"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "课程详情正式模板",
"templateParameter": "courseid",
"templateFileId": "5aec5d8c0e6618376c08e47d"
}
{
"_id": ObjectId(
"5da95887b26ddc01b3e59732"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "课程详情正式模板",
"templateParameter": "courseid",
"templateFileId": "5da958423638ff2440e9bd01"
}
{
"_id": ObjectId(
"5da95f58b26ddc01b3e59734"
),
"_class": "com.zwb.demo.xc.domain.cms.CmsTemplate",
"siteId": "5a751fab6abb5044e0d19ea1",
"templateName": "课程详情正式模板",
"templateParameter": "courseid",
"templateFileId": "5da95f3f3638ff3bac7a0046"
}
|
[{"results": [{"tech":1,"pts":609,"connections":129448,"capacity":10758093,"investments":69214154}]}] |
[
{
"url": "https://api.github.com/repos/grpc/grpc/issues/comments/362595738",
"html_url": "https://github.com/grpc/grpc/issues/14290#issuecomment-362595738",
"issue_url": "https://api.github.com/repos/grpc/grpc/issues/14290",
"id": 362595738,
"node_id": "MDEyOklzc3VlQ29tbWVudDM2MjU5NTczOA==",
"user": {
"login": "vjpai",
"id": 8864912,
"node_id": "MDQ6VXNlcjg4NjQ5MTI=",
"avatar_url": "https://avatars0.githubusercontent.com/u/8864912?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vjpai",
"html_url": "https://github.com/vjpai",
"followers_url": "https://api.github.com/users/vjpai/followers",
"following_url": "https://api.github.com/users/vjpai/following{/other_user}",
"gists_url": "https://api.github.com/users/vjpai/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vjpai/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vjpai/subscriptions",
"organizations_url": "https://api.github.com/users/vjpai/orgs",
"repos_url": "https://api.github.com/users/vjpai/repos",
"events_url": "https://api.github.com/users/vjpai/events{/privacy}",
"received_events_url": "https://api.github.com/users/vjpai/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2018-02-02T14:07:53Z",
"updated_at": "2018-02-02T14:08:11Z",
"author_association": "MEMBER",
"body": "The C++ code generator auto-generates method variants with the suffix Raw for any rpc name (for internal use). So you could currently have Foo and BarRaw but not Foo and FooRaw.\r\n\r\nThat said, I'm not going to close this issue as we either need to document this or do something about it in the future."
},
{
"url": "https://api.github.com/repos/grpc/grpc/issues/comments/415546616",
"html_url": "https://github.com/grpc/grpc/issues/14290#issuecomment-415546616",
"issue_url": "https://api.github.com/repos/grpc/grpc/issues/14290",
"id": 415546616,
"node_id": "MDEyOklzc3VlQ29tbWVudDQxNTU0NjYxNg==",
"user": {
"login": "sreecha",
"id": 2754995,
"node_id": "MDQ6VXNlcjI3NTQ5OTU=",
"avatar_url": "https://avatars1.githubusercontent.com/u/2754995?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sreecha",
"html_url": "https://github.com/sreecha",
"followers_url": "https://api.github.com/users/sreecha/followers",
"following_url": "https://api.github.com/users/sreecha/following{/other_user}",
"gists_url": "https://api.github.com/users/sreecha/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sreecha/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sreecha/subscriptions",
"organizations_url": "https://api.github.com/users/sreecha/orgs",
"repos_url": "https://api.github.com/users/sreecha/repos",
"events_url": "https://api.github.com/users/sreecha/events{/privacy}",
"received_events_url": "https://api.github.com/users/sreecha/received_events",
"type": "User",
"site_admin": false
},
"created_at": "2018-08-23T19:42:10Z",
"updated_at": "2018-08-23T19:42:10Z",
"author_association": "CONTRIBUTOR",
"body": "@vjpai : What is a good place to document this? - We should just to that route for now to resolve this issue."
}
]
|
{
"key": "group_5b5f421279248",
"title": "Trackers",
"fields": [
{
"key": "field_5b5f4214ced2f",
"label": "Fall Kickoff Box Order Form Completed",
"name": "fall_kickoff_box_order_form_completed",
"type": "true_false",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "33",
"class": "",
"id": ""
},
"message": "",
"default_value": 0,
"ui": 0,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_5b5f422bced31",
"label": "Fall Box Tracking Number",
"name": "fall_box_tracking_number",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "33",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
},
{
"key": "field_5b5f4239ced32",
"label": "Spring Box Tracking Number",
"name": "spring_box_tracking_number",
"type": "text",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "33",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"prepend": "",
"append": "",
"maxlength": ""
},
{
"key": "field_5b5f4221ced30",
"label": "2-Week Induction Checklist",
"name": "2-week_induction_checklist",
"type": "true_false",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"message": "",
"default_value": 0,
"ui": 0,
"ui_on_text": "",
"ui_off_text": ""
},
{
"key": "field_5b5f4242ced33",
"label": "Anticipated Visit Date",
"name": "anticipated_visit_date",
"type": "date_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"display_format": "d\/m\/Y",
"return_format": "d\/m\/Y",
"first_day": 1
},
{
"key": "field_5b5f424bced34",
"label": "Chapter Visitor(s)",
"name": "chapter_visitors",
"type": "user",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "50",
"class": "",
"id": ""
},
"user_roles": [
"all"
],
"role": [
"honor_society_admin"
],
"allow_null": 1,
"multiple": 1,
"return_format": "array"
},
{
"key": "field_5b5f4265ced35",
"label": "Chapter Visit Date",
"name": "chapter_visit_date",
"type": "date_picker",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "50",
"class": "",
"id": ""
},
"display_format": "m\/d\/Y",
"return_format": "m\/d\/Y",
"first_day": 1
},
{
"key": "field_5b5f426fced36",
"label": "Chapter Visit Checklist",
"name": "chapter_visit_checklist",
"type": "select",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"user_roles": [
"all"
],
"choices": {
"Advisor Training\/Meeting": "Advisor Training\/Meeting",
"Officer Training\/Meeting": "Officer Training\/Meeting",
"Induction Ceremony": "Induction Ceremony",
"Tabling Event Or Meet And Greet": "Tabling Event Or Meet And Greet",
"Invitation Open House": "Invitation Open House",
"Meeting With Administrator Or Student Activities": "Meeting With Administrator Or Student Activities",
"Chapter Event (Service,Career,etc)": "Chapter Event (Service,Career,etc)",
"PACE Event": "PACE Event"
},
"default_value": [],
"allow_null": 1,
"multiple": 0,
"ui": 0,
"return_format": "value",
"ajax": 0,
"placeholder": ""
},
{
"key": "field_5b5f4277ced37",
"label": "Chapter Visit Summary",
"name": "chapter_visit_summary",
"type": "textarea",
"instructions": "",
"required": 0,
"conditional_logic": 0,
"wrapper": {
"width": "",
"class": "",
"id": ""
},
"default_value": "",
"placeholder": "",
"maxlength": "",
"rows": 4,
"new_lines": ""
}
],
"location": [
[
{
"param": "post_type",
"operator": "==",
"value": "chapter_summaries"
}
]
],
"menu_order": 0,
"position": "normal",
"style": "default",
"label_placement": "top",
"instruction_placement": "label",
"hide_on_screen": "",
"active": 1,
"description": "",
"modified": 1541961683
} |
{
"Utterance": "Just don't go thinking that way.",
"StartTime": 342.31,
"EndTime": 344.78,
"Speaker": "Female",
"Emotion": "frustration",
"SessionID": "Ses02"
} |
{
"actions": [
{
"acted_at": "1987-07-14",
"committee": "House Committee on Ways and Means",
"references": [],
"status": "REFERRED",
"text": "Referred to House Committee on Ways and Means.",
"type": "referral"
},
{
"acted_at": "1988-11-10",
"bill_ids": [
"hr4333-100"
],
"in_committee": "House Committee on Ways and Means",
"references": [],
"text": "Provisions of Measure Incorporated Into H.R.4333.",
"type": "action"
}
],
"amendments": [],
"bill_id": "hr2933-100",
"bill_type": "hr",
"committees": [
{
"activity": [
"referral",
"in committee"
],
"committee": "House Ways and Means",
"committee_id": "HSWM"
}
],
"congress": "100",
"cosponsors": [],
"enacted_as": null,
"history": {
"awaiting_signature": false,
"enacted": false,
"vetoed": false
},
"introduced_at": "1987-07-14",
"number": "2933",
"official_title": "A bill to provide for the safeguarding of taxpayer rights, and for other purposes.",
"popular_title": null,
"related_bills": [
{
"bill_id": "hr4333-100",
"reason": "related"
}
],
"short_title": "Taxpayers Bill of Rights Act",
"sponsor": {
"district": "5",
"name": "Latta, Delbert L.",
"state": "OH",
"thomas_id": "00668",
"title": "Rep",
"type": "person"
},
"status": "REFERRED",
"status_at": "1987-07-14",
"subjects": [
"Administrative procedure",
"Administrative responsibility",
"Appellate courts",
"Auditing",
"Civil Rights and Liberties",
"Civil rights and liberties, minority issues",
"Civil service employment",
"Collection of accounts",
"Consumer credit",
"Courts and Civil Procedure",
"Crime and law enforcement",
"Department of the Treasury",
"Disciplining of employees",
"District courts",
"Economics and public finance",
"Equal Employment Opportunity Commission",
"Evidence (Law)",
"Executive reorganization",
"Federal employees",
"Federal employees and officials",
"Federal officials",
"Fines (Penalties)",
"Government employees' political activities",
"Government operations and politics",
"Government publicity",
"Government records, documents, and information",
"Government service contracts",
"Governmental investigations",
"Income tax",
"Information services",
"Informers",
"Internal Revenue Service (IRS)",
"Internal revenue law",
"Judicial review",
"Judicial review of administrative acts",
"Jurisdiction",
"Lawyers and Legal Services",
"Public Contracts, Procurement, and Property",
"Rating of employees",
"Right of privacy",
"Right to counsel",
"Sound recording and reproducing",
"Tax administration",
"Tax assessment",
"Tax auditing",
"Tax courts",
"Tax returns",
"Taxation",
"Whistle blowing"
],
"subjects_top_term": "Taxation",
"summary": {
"as": "Introduced",
"date": "1987-07-14",
"text": "Taxpayers Bill of Rights Act - Requires the Secretary of the Treasury to prepare pamphlets setting forth in nontechnical terms: (1) the rights and obligations of a taxpayer and of the Internal Revenue Service (IRS) during a tax audit; (2) the procedures by which a taxpayer may appeal adverse decisions, prosecute refund claims, and file complaints; and (3) the procedures that the IRS may use in enforcing revenue laws. Directs the Secretary to transmit drafts of such statement to specified congressional committees. Provides for distribution of the final statement to any taxpayer, upon request, and for its mandatory distribution in certain cases. Establishes within the IRS the Office of Investigative Counsel. Sets forth criteria to govern the appointment, term, and removal of the Investigative Counsel (Counsel). Requires such Counsel to: (1) receive, investigate, and take appropriate action relating to certain allegations concerning IRS personnel practices and other activities of IRS employees; (2) represent, upon request, IRS whistleblowers; and (3) review and, when appropriate, file objections to the implementation of, certain rules and regulations issued by the Director of the Office of Personnel Management. Authorizes the Counsel, among other things, to: (1) conduct independent investigations for certain purposes; (2) issue subpoenas and grant immunity; (3) prescribe rules and regulations; and (4) appear in certain adjudicative proceedings, including actions before the Merit Systems Protection Board (Board) in cases involving an IRS employee, with the consent of such employee. Permits the Counsel to obtain judicial review in U.S. district court of orders generated from such Board actions with respect to which Counsel is a party. Prohibits the Counsel from issuing advisory opinions. Details procedures to govern receipt and treatment of disclosures by IRS employees, including requirements with respect to: (1) the confidentiality of the whistleblower's identity; (2) time limits applicable to various phases of the review process; (3) actions and reports of the Commissioner of Internal Revenue (Commissioner) in the event Counsel makes a positive determination regarding an allegation; (4) negative determinations by the Counsel with respect to an allegation; (5) cases involving intelligence information; and (6) public access to information about investigated matters. Authorizes the Counsel or an IRS employee to request the Board to order a stay in certain personnel actions involving IRS employees upon a claim that there are reasonable grounds for believing that the personnel action occurred, or will occur, as a result of a prohibited personnel practice. Details procedures concerning the granting of such stays and their effect on certain related proceedings begun during their pendency. Directs the Counsel to petition the Board for corrective action if, during the time of such stay, the IRS has not acted with respect to the prohibited personnel practice justifying the stay. Sets forth procedural rules to govern such petitions. Requires the Counsel to report to the Commissioner and to the Attorney General when investigations lead to a determination that there is reasonable cause to believe that an IRS employee has engaged in a criminal violation. Directs the Counsel to report to the Commissioner any violation that is neither a criminal offense nor a prohibited personnel practice. Authorizes the Counsel to initiate disciplinary action against any IRS employee who commits prohibited acts or fails to comply with a Board order. Describes the rights of an employee subject to such complaint, including the right to: (1) representation by an attorney; (2) a Board hearing; and (3) a written decision, with reasons. Permits a final Board disciplinary order to impose any combination of: (1) removal; (2) a reduction in grade; (3) debarment from Federal employment for up to five years; (4) suspension; (5) a reprimand; and (6) a civil penalty of up to $1,000. Prohibits administrative appeal of such disciplinary orders. Permits their appeal in the appropriate U.S. court of appeals. Provides for Counsel referral of certain discrimination complaints to the Equal Employment Opportunity Commission. Authorizes the Counsel to investigate certain political and other activities of IRS employees. Describes actions to be taken in such cases. Requires the Counsel to submit to the Congress an annual report concerning the activities of the Office of Investigative Counsel and containing specified information and recommendations. Requires the IRS, upon taxpayer request, to conduct any interview regarding a deficiency assessment in the principal residence or place of business of the taxpayer and at a time convenient to the taxpayer, and to permit the taxpayer to make a recording of the interview. Authorizes the IRS interviewer to record such interview if the taxpayer has been given prior notice and is provided, upon request and payment of reproduction costs, with a transcript of the recording. Requires the interviewer to inform the taxpayer that: (1) he or she has a right to remain silent; (2) any statement the taxpayer makes may be used against him or her; and (3) he or she has the right to the presence of an attorney. Permits a waiver of such rights if voluntarily and knowingly made. Directs the Comptroller General of the General Accounting Office to: (1) establish a program for a continuing audit and investigation of the IRS with respect to the efficiency, uniformity, and equity of the internal revenue laws; and (2) conduct special audits or investigations of internal revenue law administration upon the request of any congressional committee or Member of Congress. Requires the Comptroller to report annually to the Congress on specified findings concerning IRS management, efficiency, procedures, and structure. Amends the Internal Revenue Code (IRC) to prescribe criminal penalties for: (1) any investigation or surveillance by an officer or employee of the United States in connection with Federal revenue laws that inquires into the beliefs, associations, or activities of any individual or organization; or (2) the maintenance of any records containing information derived from such an investigation. Directs the Secretary of the Treasury (Secretary) to provide, upon a taxpayer's request, a copy of any information in the IRS master files concerning the taxpayer. Permits a reasonable fee to be charged for such service. Mandates an audit, at least biennially, by the Comptroller General (Comptroller) of agencies to which the IRS makes tax returns available to determine whether the safeguards and procedures being used ensure the confidentiality of such returns. (Current law authorizes, but does not require, such audits.) Directs the Comptroller to notify a taxpayer in the event that the confidentiality of such taxpayer's return has not been ensured. Prohibits the Secretary from contracting with private persons for the processing of any tax returns. Prohibits evaluations of IRS personnel based on revenue collected from taxpayers as a result of audits or investigations involving such personnel. Prohibits the Secretary from requiring IRS personnel to meet any revenue collection quotas. Extends from ten to 30 days the period between the required notice to a person who neglects or refuses to pay tax liability and a levy on such person's salary, wages, or other property. Specifies information that must be incorporated in such notice, including possible alternative actions and the appropriate appeals procedures. Adds to the circumstances triggering termination of such a levy: (1) an agreement between the taxpayer and the Secretary for payment of the liability; and (2) the Secretary's determination that the taxpayer's financial condition precludes enforceability of the liability. Requires that any levy be preceded by the Secretary's written offer to enter into an agreement with the taxpayer, if qualified, permitting installment payments of the unpaid tax. Prohibits a levy on any property unless the Secretary first obtains a court order from the appropriate Federal district court specifically authorizing such levy. Revises the list of property exempt from levy to increase the exempt amount permitted for certain personal effects, the property of a business, and wages. Prohibits a levy on any property when levy and sales expenses exceed either the liability for which the levy is made or the fair market value of the levied property. Provides an express exemption from levy, except under limited circumstances specified in this Act, for the taxpayer's principal residence, a motor vehicle used by the taxpayer as the primary means of transportationn to work, and certain tangible property necessary for the business of the taxpayer. Sets forth situations in which the Secretary must release a levy. Amends the IRC to authorize the Secretary to enter into a binding agreement with a taxpayer under which such taxpayer may pay tax liability in installments when the Secretary determines that such an agreement will facilitate the collection of the tax liability. Permits such an agreement with any individual: (1) whose tax liability is $20,000 or less; and (2) who has not been delinquent in installment tax payments under similar agreements during a specified period. Permits the Secretary, after proper notice and a hearing, to modify or annul such an agreement upon the finding that the financial condition of the affected taxpayer has significantly changed. Makes the entire amount of unpaid tax due and payable upon the Secretary's notice and demand when an installment is not timely paid. Places upon the IRS the burden of proof on all issues in all administrative and judicial proceedings between the IRS and a taxpayer, except in cases when the taxpayer has exclusive control over certain evidence."
},
"titles": [
{
"as": "introduced",
"title": "Taxpayers Bill of Rights Act",
"type": "short"
},
{
"as": "introduced",
"title": "A bill to provide for the safeguarding of taxpayer rights, and for other purposes.",
"type": "official"
}
],
"updated_at": "2013-02-02T20:02:42-05:00"
} |
{
"id": 974716813,
"type": "Feature",
"properties": {
"addr:full":"5592 Duke St # E Brunner ON N0K 1C0",
"addr:housenumber":"5592",
"addr:postcode":"n0k 1c0",
"addr:street":"Duke St # E Brunner",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-80.9238052368,43.5206832886,-80.9238052368,43.5206832886",
"geom:latitude":43.520683,
"geom:longitude":-80.923805,
"iso:country":"CA",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"5592 Duke St # E",
"sg:city":"Brunner",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"Books",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 519 595 4277",
"sg:postcode":"N0K 1C0",
"sg:province":"ON",
"sg:tags":[
"dealer"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5d4EcSQjQAO9esEvxebSJ9_43.520683_-80.923805@1293573121"
},
"wof:country":"CA",
"wof:created":1472247828,
"wof:geomhash":"a6376a3b52497b59db44f735ac572b74",
"wof:hierarchy":[],
"wof:id":974716813,
"wof:lastmodified":1499437768,
"wof:name":"Country Cousins",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-ca",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"dealer"
]
},
"bbox": [
-80.9238052368,
43.5206832886,
-80.9238052368,
43.5206832886
],
"geometry": {"coordinates":[-80.92380523680001,43.5206832886],"type":"Point"}
} |
{
"video-id": 24322,
"video-title": "The Ultimate Fighter S24E03 - Look Through Your Soul",
"stream-sd": "https://amx.4553t5pugtt1qslvsnmpc0tpfz5fo.xyz/mp4sd.php?id=24322",
"stream-720p": "https://amx.4553t5pugtt1qslvsnmpc0tpfz5fo.xyz/mp4hd.php?id=24322",
"stream-1080p": "",
"stream-1440p": "",
"stream-2160p": ""
} |
{"tableId":"1456655_8169337722589706008-0","start":20060,"end":21755,"rowsStructured":[{"cellsStructured":[{"isLabelCell":true,"content":"Exchange"},{"isLabelCell":true,"content":"Abbreviation"},{"isLabelCell":true,"content":"Location"},{"isLabelCell":true,"content":"Product Types"}]},{"cellsStructured":[{"isLabelCell":false,"content":"Bursa Malaysia","columnLabels":["Malaysia"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"MDEX","columnLabels":["Malaysia"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Malaysia"},{"isLabelCell":false,"content":"Biofuels","columnLabels":["Malaysia"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Central Japan Commodity Exchange","columnLabels":["Nagoya"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"","columnLabels":["Nagoya"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Nagoya"},{"isLabelCell":false,"content":"Energy, Industrial Metals, Rubber","columnLabels":["Nagoya"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Dalian Commodity Exchange","columnLabels":["China"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"DCE","columnLabels":["China"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"China"},{"isLabelCell":false,"content":"Agricultural, Plastics","columnLabels":["China"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Dubai Mercantile Exchange","columnLabels":["Dubai"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"DME","columnLabels":["Dubai"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Dubai"},{"isLabelCell":false,"content":"Energy","columnLabels":["Dubai"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Dubai Gold \u0026 Commodities Exchange","columnLabels":["Dubai"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"DGCX","columnLabels":["Dubai"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Dubai"},{"isLabelCell":false,"content":"Precious Metals","columnLabels":["Dubai"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Kansai Commodities Exchange","columnLabels":["Osaka"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"KANEX","columnLabels":["Osaka"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Osaka"},{"isLabelCell":false,"content":"Agricultural","columnLabels":["Osaka"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Multi Commodity Exchange","columnLabels":["India"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"MCX","columnLabels":["India"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"India"},{"isLabelCell":false,"content":"Energy, Precious Metals, Metals, Agricultural","columnLabels":["India"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"National Commodity Exchange Limited","columnLabels":["Karachi"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"","columnLabels":["Karachi"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Karachi"},{"isLabelCell":false,"content":"Precious Metals, Agricultural","columnLabels":["Karachi"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"National Commodity and Derivatives Exchange","columnLabels":["Mumbai"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"NCDEX","columnLabels":["Mumbai"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Mumbai"},{"isLabelCell":false,"content":"All","columnLabels":["Mumbai"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Singapore Commodity Exchange","columnLabels":["Singapore"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"SICOM","columnLabels":["Singapore"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Singapore"},{"isLabelCell":false,"content":"Agricultural, Rubber","columnLabels":["Singapore"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Tokyo Commodity Exchange","columnLabels":["Tokyo"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"TOCOM","columnLabels":["Tokyo"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Tokyo"},{"isLabelCell":false,"content":"Energy, Precious Metals, Industrial Metals, Agricultural","columnLabels":["Tokyo"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Tokyo Grain Exchange","columnLabels":["Tokyo"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"TGE","columnLabels":["Tokyo"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"Tokyo"},{"isLabelCell":false,"content":"Agricultural","columnLabels":["Tokyo"],"rowLabels":["Product Types"]}]},{"cellsStructured":[{"isLabelCell":false,"content":"Zhengzhou Commodity Exchange","columnLabels":["China"],"rowLabels":["Exchange"]},{"isLabelCell":false,"content":"CZCE","columnLabels":["China"],"rowLabels":["Abbreviation"]},{"isLabelCell":true,"content":"China"},{"isLabelCell":false,"content":"Agricultural","columnLabels":["China"],"rowLabels":["Product Types"]}]}]} |
[
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-sBkCAxtl3iM%2fVlnhckPh2dI%2fAAAAAAAC8C4%2fBhKy7GnNJM4%2fs16000%2f0204-001.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-dhPVm3g3H7g%2fVlnhc7AqOGI%2fAAAAAAAC8C8%2fBAvpAkEkNNQ%2fs16000%2f0204-002.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-S6O-e-bVIpY%2fVlnhdYrAtVI%2fAAAAAAAC8DQ%2fZVMJCUiDLT8%2fs16000%2f0204-003.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-DJDyacBiL-w%2fVlnhdqBXi9I%2fAAAAAAAC8DI%2fc2nVjmGUemA%2fs16000%2f0204-004.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-WGxXJclmoTk%2fVlnhd7RP_DI%2fAAAAAAAC8DU%2foBcy5Xg8wnw%2fs16000%2f0204-005.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-eSABKvXfoKk%2fVlnheIdCEMI%2fAAAAAAAC8Dc%2fzAvpoqhSnvM%2fs16000%2f0204-006.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-ykWhHY4rlBA%2fVlnhevk1TFI%2fAAAAAAAC8Dg%2f8cePb238NvM%2fs16000%2f0204-007.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-pBN8gGPtx6A%2fVlnhfHvo-PI%2fAAAAAAAC8Ds%2f4DsE2g05PiU%2fs16000%2f0204-008.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-jlxQ969ROeg%2fVlnhfiUoFjI%2fAAAAAAAC8D0%2fth2CCEvMfGA%2fs16000%2f0204-009.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-9dwtqSPEBJg%2fVlnhf1p5AdI%2fAAAAAAAC8D8%2fSRLxjK6B9cI%2fs16000%2f0204-010.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-nk0Dnqjyl1A%2fVlnhgEIUEaI%2fAAAAAAAC8EE%2faFmPP18M-9E%2fs16000%2f0204-011.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-CNQ-ufYRRlY%2fVlnhgfJNmrI%2fAAAAAAAC8EQ%2fXo8UYwfxcsQ%2fs16000%2f0204-012.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-Goz5QtihRrI%2fVlnhgmK5djI%2fAAAAAAAC8EU%2fD_t7bdH5oyE%2fs16000%2f0204-013.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-aFjka51kKFc%2fVlnhg7ReMrI%2fAAAAAAAC8Eg%2fq2BGMcwAdrA%2fs16000%2f0204-014.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-LAEkKnBb6mA%2fVlnhhanT75I%2fAAAAAAAC8Eo%2fNf7pAu7ShBg%2fs16000%2f0204-015.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-vUTWpJDz1Xg%2fVlnhhjxQ42I%2fAAAAAAAC8Es%2fYV2DmypEEjE%2fs16000%2f0204-016.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-RhJo_bLtnq0%2fVlnhh_RsB9I%2fAAAAAAAC8Ew%2ffV2gjFcWVWc%2fs16000%2f0204-017.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-jktFFNXr0j0%2fVlnhjCzYxlI%2fAAAAAAAC8E8%2fc_L1194WLvc%2fs16000%2f0204-018.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-mlBq8ZVR-ZU%2fVlnhjWm2YwI%2fAAAAAAAC8FE%2fXMbdpzQjNBs%2fs16000%2f0204-019.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-TBpF19fdyX8%2fVlnhjp-w66I%2fAAAAAAAC8FM%2fxgG36jyvQgc%2fs16000%2f0204-020.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-VKTJFa0_nh4%2fVlnhjxJ3S3I%2fAAAAAAAC8FU%2f1Il09eFcy3k%2fs16000%2f0204-021.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-X6D6YbrXuVo%2fVlnhkdpSlPI%2fAAAAAAAC8Fg%2fI8jlHfGcmdU%2fs16000%2f0204-022.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-AfqjiIBmWfs%2fVlnhksV1Z1I%2fAAAAAAAC8Fo%2fdPxWNSelOaU%2fs16000%2f0204-023.jpg&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-yaZ1Aicp1q8%2fVlnhk7h4yQI%2fAAAAAAAC8HI%2fQWt1jwnNIPA%2fs16000%2f0204-024.jpg&imgmax=25000"
] |
[
"http://2.bp.blogspot.com/-OPym6Nwoomg/WlQ27VY2GoI/AAAAAAAAWt4/ORPWF9FSyi4W2dBgTCF2FSG0Hum8YXPPQCHMYCw/s0/000.jpg",
"http://2.bp.blogspot.com/-CJptNzdDcKY/WlQ27kyH20I/AAAAAAAAWt8/8Z2hbZZmlrYyMGrAKA5wN5LGu1EHGPOFQCHMYCw/s0/001.png",
"http://2.bp.blogspot.com/-Zm1dfsFT9cM/WlQ27lEePRI/AAAAAAAAWuA/oi6PuMgul64ixynpM6S6VRVu84mYIaCbgCHMYCw/s0/002.jpg",
"http://2.bp.blogspot.com/-GVBgb571bww/WlQ27zVei0I/AAAAAAAAWuE/cZA5HTiRDNcPgJCiDYw1ZlS0XIADycGlgCHMYCw/s0/003.png",
"http://2.bp.blogspot.com/-2VgBKhY-RF0/WlQ28DNGUyI/AAAAAAAAWuI/CqnaeO-v5eUAU4-CODLKcd0DQgVxhMeCACHMYCw/s0/004.png",
"http://2.bp.blogspot.com/-2_--E5Jng7g/WlQ28TT23uI/AAAAAAAAWuM/pTRIbKoYJw4lwBhQcG26ti1QxX96XA6agCHMYCw/s0/005.png",
"http://2.bp.blogspot.com/-rJaLibVplHs/WlQ28rAzRRI/AAAAAAAAWuQ/_OdgQgL5rA4xcHGTO1DT6WC1KK_FSMA7gCHMYCw/s0/006.png",
"http://2.bp.blogspot.com/-hYy34yUHKcg/WlQ28xBXrzI/AAAAAAAAWuU/4GaQHwgjs2wyQbsI85HQdQYU1dRQZqzBwCHMYCw/s0/007.png",
"http://2.bp.blogspot.com/-6Jysii10-Jw/WlQ29MKIzYI/AAAAAAAAWuY/jsFPZ-n9KlAIRKWQ2vW7wFcuJpE3FFV9ACHMYCw/s0/008.png",
"http://2.bp.blogspot.com/-stllEXgj9B4/WlQ29PzXVOI/AAAAAAAAWuc/uILpvvuXfs0LPLbclRUdhLJ71UklCju9QCHMYCw/s0/009.png",
"http://2.bp.blogspot.com/-esavNeRIgTc/WlQ29U4_n_I/AAAAAAAAWug/gsdkKMllljQjsaljbx_O8W9SG8GYWdXMgCHMYCw/s0/010.png",
"http://2.bp.blogspot.com/-ie9dhvP6ujU/WlQ29w5FcPI/AAAAAAAAWuk/QK4bhci1Wq87SZi7Ov6qp3WIY-8BwioIgCHMYCw/s0/011.png",
"http://2.bp.blogspot.com/-VwylOsUtZzw/WlQ2-Hf56XI/AAAAAAAAWuo/hoZOV-T2HmUInRpTEWqAn5Dvaf8JqpGeQCHMYCw/s0/012.png",
"http://2.bp.blogspot.com/-7-zWnpQ1lko/WlQ2-fyLAiI/AAAAAAAAWus/zJI49qCWIfMi-Yut0DN7FahSVWmqHpz-gCHMYCw/s0/013.png",
"http://2.bp.blogspot.com/-dTrVbNRwMoY/WlQ2-ajFZWI/AAAAAAAAWuw/pC1SDsjnJS07FSNA6zKoYbmVZeB7neIDwCHMYCw/s0/014.png",
"http://2.bp.blogspot.com/-kf4-2eWTkRg/WlQ2-sUHjGI/AAAAAAAAWu0/njXDhPrWNlwS-L0k1sZ6eszIgcDNptYWQCHMYCw/s0/015.png",
"http://2.bp.blogspot.com/-uMn2mI-eoD4/WlQ2-9mjlhI/AAAAAAAAWu4/GsWlA8tPr2YPkqfQCKUdvcpBw8cKBo18ACHMYCw/s0/016.png",
"http://2.bp.blogspot.com/-o2y9kLS4DfU/WlQ2_HxCNNI/AAAAAAAAWu8/v0XSlC0KSco64QgPZHSYv-xgLlhQzqvLACHMYCw/s0/017.png",
"http://2.bp.blogspot.com/-tVowqgmtGuo/WlQ2_Cy2HkI/AAAAAAAAWvA/b23Plron6IwGuuKPq29sNS3Jl7IaiwS_gCHMYCw/s0/018.png",
"http://2.bp.blogspot.com/-eXy9N2Hy7D0/WlQ2_SNt-2I/AAAAAAAAWvE/2NXlVr5kaC8WnKJoFFEcRNQ3PnHUBdWvgCHMYCw/s0/019.png",
"http://2.bp.blogspot.com/-q79_wJ7G2Bo/WlQ2_l5BFCI/AAAAAAAAWvI/g4sNUfDnL2w9fvJOct9p6kI4KaT6XEWtQCHMYCw/s0/020.png",
"http://2.bp.blogspot.com/-13SsmrbYVEc/WlQ2_q7ztwI/AAAAAAAAWvM/_c4y3IwY_qceaqsumTj5uiSg4OgpjRFjgCHMYCw/s0/021.png",
"http://2.bp.blogspot.com/-f7wl298oFFE/WlQ3APsJHmI/AAAAAAAAWvU/VVN2iWW28ik9IaR9xDaYzEnei7U0xe6cQCHMYCw/s0/022.png",
"http://2.bp.blogspot.com/-u5AMYjgV15o/WlQ3AfpwdeI/AAAAAAAAWvY/wBdNoNSRogYG9-iJJACq6KiYCX1sj7bBwCHMYCw/s0/023.png",
"http://2.bp.blogspot.com/-PmowxyGK8B8/WlQ3AgwO2GI/AAAAAAAAWvc/muG7A5b_9dYD02QAvEJBrEYknte8RklPwCHMYCw/s0/024.png",
"http://2.bp.blogspot.com/-eUdvvg5P4HM/WlQ3A7HacwI/AAAAAAAAWvg/7qihony-eDUqdptKHQqIpXoF2PirMF09ACHMYCw/s0/025.png",
"http://2.bp.blogspot.com/-wZ_go43ptLg/WlQ3A2N-v_I/AAAAAAAAWvk/5Ns8j1xWk5givHR6JecKnx52KI4q__FWQCHMYCw/s0/026.png",
"http://2.bp.blogspot.com/-hcLHEAtj5S4/WlQ3BLWkQLI/AAAAAAAAWvo/kq6ahcvc99sPxulsq6cJ9mRpcChfH4JwgCHMYCw/s0/027.png",
"http://2.bp.blogspot.com/-xH02vuSIrfQ/WlQ3Bq9YhTI/AAAAAAAAWvw/-1TIwNne_egIXfmi1r6puQgWH9aWxN2fACHMYCw/s0/028.png",
"http://2.bp.blogspot.com/-LmXuOG7mq2M/WlQ3Bw7WHDI/AAAAAAAAWv0/oGjg8pyU_w8tbJ-90KU-RNB6lc7fk7zKQCHMYCw/s0/029.png",
"http://2.bp.blogspot.com/-E-AXLUIJkVI/WlQ3CGE6HSI/AAAAAAAAWv4/3rWf4U5ORT4zM81GrIB4xtYfH3Ge5XQMgCHMYCw/s0/030.png",
"http://2.bp.blogspot.com/-IHxGEGlUNG4/WlQ3CdrSBfI/AAAAAAAAWv8/SX1KpnXC0BsHfJxiHEAIW4GiBQyB3kXtgCHMYCw/s0/031.png",
"http://2.bp.blogspot.com/-0Nvk3GiScN8/WlQ3CbpMZGI/AAAAAAAAWwA/zrQV_jAw1HEH6USOCfvmrgeRCgb-aJ5hQCHMYCw/s0/032.png",
"http://2.bp.blogspot.com/-xDC7Wkrioo0/WlQ3Ci3jJYI/AAAAAAAAWwE/HVnZ4lxzcHAhcOORtZK-Oh2GZz8WEqBkwCHMYCw/s0/033.png",
"http://2.bp.blogspot.com/-_acFROa-bkw/WlQ3CtiagaI/AAAAAAAAWwI/H1m98bXmpFMLtVNVSC9-B7SmqkNRat7VQCHMYCw/s0/034.png",
"http://2.bp.blogspot.com/-9stnxwlvVyE/WlQ3CzBVsnI/AAAAAAAAWwM/aIygsDN2l28eutIA7kyZa3VMf2beH4rOwCHMYCw/s0/035.png",
"http://2.bp.blogspot.com/-ee-Qgk8-FP8/WlQ3DJgBYyI/AAAAAAAAWwQ/6hcQz-iHq2otbXIXQxsjj4_ZYelZBZHSACHMYCw/s0/036.png",
"http://2.bp.blogspot.com/-LZdcC-DELpc/WlQ3DYjnDII/AAAAAAAAWwU/D2ThpWL17IgLQ8UYBydVmtNpwnE3UF8MgCHMYCw/s0/037.png",
"http://2.bp.blogspot.com/-CAHLT3mUoyA/WlQ3DQcgVGI/AAAAAAAAWwc/bCndgcBYcjESGO8ZGH_6ooPCqSwsasZkgCHMYCw/s0/038.png",
"http://2.bp.blogspot.com/-VTmivFDT7HU/WlQ3EOz-tXI/AAAAAAAAWwg/rIsNsoRcX0M5NVKx_mf4BIDVk7BSfrv5QCHMYCw/s0/039.png",
"http://2.bp.blogspot.com/-PYjXqc8_0z8/WlQ3EBSnhMI/AAAAAAAAWwk/d2CMHH3rW4QgM-xtbu3UQehiKa5it15dgCHMYCw/s0/040.png"
] |
{"name":"Majides","permalink":"majides","crunchbase_url":"http://www.crunchbase.com/company/majides","homepage_url":"http://majides.com","blog_url":"","blog_feed_url":"","twitter_username":null,"category_code":"web","number_of_employees":null,"founded_year":2007,"founded_month":12,"founded_day":10,"deadpooled_year":null,"deadpooled_month":null,"deadpooled_day":null,"deadpooled_url":null,"tag_list":"internet, web-development, web-design, web-services, miistation, 2kurabe, japan","alias_list":null,"email_address":"","phone_number":"","description":null,"created_at":"Thu Jun 05 12:55:00 UTC 2008","updated_at":"Thu Dec 01 07:46:08 UTC 2011","overview":"<p>Majides, Inc. is a Tokyo-based web design and development agency. They build web-services for clients and themselves. Majides, Inc.’s most recognized service is miistation.com, which was voted a Time.com Best 50 Website for 2007 and covered in the WallStreet Journal.</p>\n\n<p>Majides, Inc. continues to build web-services for clients, with a recent focus on helping Non-Profit Organizations upgrade their online presence.</p>","image":{"available_sizes":[[[150,131],"assets/images/resized/0001/9971/19971v2-max-150x150.jpg"],[[250,219],"assets/images/resized/0001/9971/19971v2-max-250x250.jpg"],[[450,394],"assets/images/resized/0001/9971/19971v2-max-450x450.jpg"]],"attribution":null},"products":[{"name":"http://miistation.com","permalink":"http-www-miistation-com","image":null}],"relationships":[],"competitions":[],"providerships":[],"total_money_raised":"$0","funding_rounds":[],"investments":[],"acquisition":null,"acquisitions":[],"offices":[{"description":null,"address1":"","address2":"","zip_code":"","city":"","state_code":null,"country_code":"JPN","latitude":36.204824,"longitude":138.252924}],"milestones":[],"ipo":null,"video_embeds":[],"screenshots":[],"external_links":[]} |
{"isMobileBrowser.js":"sha512-9G6JkPSMcIrS7Ldmdze4/6zJmcNly3eNpRL7IjSzJ2wywVz7JL7ihWxWEKlvF5R84hBar4Zj5tPH9CnIw49J3A==","vue-strap-lang.js":"sha512-RafoqbgqU8xntJeNPtmhuB/te1PGovICTuQiQSbDyUQJQFsxMxOmk3xkaiJzfjomcjwc6+gthg3UDKvHPhOs1g==","vue-strap.js":"sha512-DK8Gltm+weFmnnCoAIf0/adWX9inbrXtqBE3fhFlMh/7pmODsmRHPlcXtkEufCq9odpri+qgvuBZrfpTXxkSkA==","vue-strap.min.js":"sha512-ZRWgtJzuQ+e76aj0ChiSPdjs5Zq5d37fZXAEnJQKqrBkAyEEtLbcVt4hR+GRszHeMVjucRALMbOop+Gp++RhcQ=="} |
Abhishek Guha<delimit>0<delimit>1<delimit>0<delimit>47<delimit>85<delimit>1<delimit>https://www.quora.com/profile/Abhishek-Guha-2<delimit>NA<delimit>NA<delimit>http://www.facebook.com/1166258478<delimit>NA<delimit>Math Student<delimit>Hostel 4 - IIT BombaySuggest Bio<delimit>Loughborough UniversitySuggest Bio<delimit>Indian Institute of Technology, Bombay (IITB)Suggest Bio<delimit>MathematicsSuggest Bio<delimit>1<delimit>Statistics (academic discipline)Suggest BioEndorse<delimit>NA<delimit>Computer ScienceSuggest BioEndorse<delimit>NA |
["974343f881b4c711daae161f401960af96597759","3b3f4713f977fea189d030d9325b561c9d3d0dda","feac412ad73c8800ba8a41eaf40b334847dede17","be4620a0c114fbf9835e330c245f53f961403d1a","71fa587d5acb7cb20303645893b5edc5f7e7597c","9743ca2ceb540ec93fe02c7cf370e71cfba343ff"] |
[
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-58tRLnVx4Ro%2fVi-oVBm31zI%2fAAAAAAACEr4%2fDMmP874Tca4%2fs16000%2f0788-001.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-Tb0mbuVWcbQ%2fVi-eyf6ORII%2fAAAAAAACBW0%2fzzjUFblY6Ss%2fs16000%2f0788-002.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-2KFzf0tpRBo%2fVi-Z6fJJ-AI%2fAAAAAAAB_sk%2fk-5mi9d78E8%2fs16000%2f0788-003.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-6l1fO_1OeJc%2fVi-bSCAB_ZI%2fAAAAAAACAJY%2fsY-Q5mvcKgc%2fs16000%2f0788-004.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-ITg-WXDQudE%2fVi-umMyvQ3I%2fAAAAAAACG54%2ftcR-RLgxtho%2fs16000%2f0788-005.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-XZAcSh7DZ7U%2fVi-p2WcZLAI%2fAAAAAAACFOQ%2ftRiXsNDFhDA%2fs16000%2f0788-006.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-TX2JqYx0768%2fVi-dmRAfsDI%2fAAAAAAACA8A%2fBQ4bJDZ3PlY%2fs16000%2f0788-007.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-r3x9zn4M0D8%2fVi-nAKqqB7I%2fAAAAAAACERc%2fNTdG_Dfiv0I%2fs16000%2f0788-008.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-GEMpjjEVhYw%2fVi-g8nloz0I%2fAAAAAAACCM8%2fn3jUuVEqlw4%2fs16000%2f0788-009.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-sam7tP5R3u0%2fVi-aXcFxcjI%2fAAAAAAAB_2I%2fE1xlJYo36u4%2fs16000%2f0788-010.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-8GmhqSu7iXw%2fVi-pnqDxYYI%2fAAAAAAACFJY%2fx-rNRndzFbM%2fs16000%2f0788-011.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-xOCU2Z2S-fQ%2fVi-bWw8So4I%2fAAAAAAACALE%2fLYRviDXQ1kM%2fs16000%2f0788-012.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-_DtqgVge3pk%2fVi-naFAWldI%2fAAAAAAACEZA%2fraEoNK72_g0%2fs16000%2f0788-013.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-gmOEBQEysbs%2fVi-fWSbs_PI%2fAAAAAAACBjM%2fBuqTyD-pbVI%2fs16000%2f0788-014.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-vCwRaVGd5Sk%2fVi-dtTBVxeI%2fAAAAAAACA-E%2fkxwmEVOWhoQ%2fs16000%2f0788-015.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2f2.bp.blogspot.com%2f-KbE2JX-mUJY%2fVi-i7bSjXCI%2fAAAAAAACC3Q%2frauBfCoY5Rs%2fs16000%2f0788-016.png&imgmax=25000"
] |
{
"parent": "extendedslabs:block/orange_sand_slab"
} |
{
"news_id": "k10011221031000",
"news_prearranged_time": "2017-11-13 16:00:00",
"title": "山形県天童市で日本中の鍋料理を集めたイベント",
"title_with_ruby": "<ruby>山形県<rt>やまがたけん</rt></ruby><ruby>天童市<rt>てんどうし</rt></ruby>で<ruby>日本中<rt>にほんじゅう</rt></ruby>の<ruby>鍋料理<rt>なべりょうり</rt></ruby>を<ruby>集<rt>あつ</rt></ruby>めたイベント",
"outline_with_ruby": "<p>「<ruby>鍋料理<rt>なべりょうり</rt></ruby>」は<a href='javascript:void(0)' class='dicWin' id='id-0001'><ruby>鍋<rt>なべ</rt></ruby></a>に<ruby>肉<rt>にく</rt></ruby>や<ruby>魚<rt>さかな</rt></ruby>や<ruby>野菜<rt>やさい</rt></ruby>などを<ruby>入<rt>い</rt></ruby>れて<a href='javascript:void(0)' class='dicWin' id='id-0002'><ruby>煮<rt>に</rt></ruby>る</a><ruby>料理<rt>りょうり</rt></ruby>です。",
"has_news_web_image": true,
"has_news_web_movie": true,
"has_news_easy_image": false,
"has_news_easy_movie": false,
"has_news_easy_voice": true,
"news_web_image_uri": "http://www3.nhk.or.jp/news/html/20171112/../20171112/K10011221031_1711121737_1711121739_01_02.jpg",
"news_web_movie_uri": "k10011221031_201711122110_201711122120.mp4",
"news_easy_image_uri": "''",
"news_easy_movie_uri": "''",
"news_easy_voice_uri": "k10011221031000.mp3",
"url": "http://www3.nhk.or.jp/news/easy/k10011221031000/k10011221031000.html"
} |
["84528be04dcf81cb82f9f4ac401be3f7bd2b4ce7","b0916f4fcc25a497ac4597c5f933c8674f3ff280","32c54bac162c2d48e4fd79ad0d700be901eb32f2","4fda069ce93b13651eff0c36e066e0ec5a23965f","052a67f9c5a7f677e2b1d6813e4ab4d3e8aafd30","ae437c19f07c3bdbeb246b23b364804c0bd2c160","427498be7e5634839eed8f2712841ad06fa8f255","ea01da69fff8fa5fbf28edcf27ffb43e87efaa07"] |
{"artist": "Brigitte Fontaine", "timestamp": "2011-08-09 00:28:24.695297", "similars": [], "tags": [["chanson", "100"]], "track_id": "TRVAZHI12903D072F3", "title": "petit sapin"} |
{
"timez": [{
"name": "kzarka",
"commandParser": "at 21:45 on Sunday"
},
{
"name": "kzarka",
"commandParser": "at 7:45 on Monday"
},
{
"name": "kzarka",
"commandParser": "at 12:45 on Monday"
},
{
"name": "kzarka",
"commandParser": "at 7:45 on Tuesday"
},
{
"name": "kzarka",
"commandParser": "at 12:45 on Tuesday"
},
{
"name": "kzarka",
"commandParser": "at 12:45 on Wednesday"
},
{
"name": "kzarka",
"commandParser": "at 16:45 on Wednesday"
},
{
"name": "kzarka",
"commandParser": "at 21:45 on Wednesday"
},
{
"name": "kzarka",
"commandParser": "at 7:45 on Thursday"
},
{
"name": "kzarka",
"commandParser": "at 7:45 on Friday"
},
{
"name": "kzarka",
"commandParser": "at 16:45 on Friday"
},
{
"name": "kzarka",
"commandParser": "at 12:45 on Saturday"
},
{
"name": "kzarka",
"commandParser": "at 7:45 on Sunday"
},
{
"name": "kutum",
"commandParser": "at 12:45 on Monday"
},
{
"name": "kutum",
"commandParser": "at 21:45 on Monday"
},
{
"name": "kutum",
"commandParser": "at 7:45 on Tuesday"
},
{
"name": "kutum",
"commandParser": "at 16:45 on Tuesday"
},
{
"name": "kutum",
"commandParser": "at 7:45 on Wednesday"
},
{
"name": "kutum",
"commandParser": "at 12:45 on Thursday"
},
{
"name": "kutum",
"commandParser": "at 16:45 on Thursday"
},
{
"name": "kutum",
"commandParser": "at 7:45 on Friday"
},
{
"name": "kutum",
"commandParser": "at 16:45 on Friday"
},
{
"name": "kutum",
"commandParser": "at 7:45 on Saturday"
},
{
"name": "karanda",
"commandParser": "at 16:45 on Monday"
},
{
"name": "karanda",
"commandParser": "at 16:45 on Tuesday"
},
{
"name": "karanda",
"commandParser": "at 21:45 on Tuesday"
},
{
"name": "karanda",
"commandParser": "at 16:45 on Wednesday"
},
{
"name": "karanda",
"commandParser": "at 12:45 on Thursday"
},
{
"name": "karanda",
"commandParser": "at 21:45 on Friday"
},
{
"name": "karanda",
"commandParser": "at 12:45 on Saturday"
},
{
"name": "karanda",
"commandParser": "at 21:45 on Saturday"
},
{
"name": "karanda",
"commandParser": "at 12:45 on Sunday"
},
{
"name": "nouver",
"commandParser": "at 7:45 on Monday"
},
{
"name": "nouver",
"commandParser": "at 16:45 on Monday"
},
{
"name": "nouver",
"commandParser": "at 12:45 on Tuesday"
},
{
"name": "nouver",
"commandParser": "at 7:45 on Wednesday"
},
{
"name": "nouver",
"commandParser": "at 12:45 on Wednesday"
},
{
"name": "nouver",
"commandParser": "at 7:45 on Thursday"
},
{
"name": "nouver",
"commandParser": "at 16:45 on Thursday"
},
{
"name": "nouver",
"commandParser": "at 21:45 on Thursday"
},
{
"name": "nouver",
"commandParser": "at 12:45 on Friday"
},
{
"name": "nouver",
"commandParser": "at 7:45 on Saturday"
},
{
"name": "nouver",
"commandParser": "at 7:45 on Sunday"
},
{
"name": "nouver",
"commandParser": "at 16:45 on Sunday"
},
{
"name": "quint",
"commandParser": "at 15:45 on Saturday"
},
{
"name": "muraka",
"commandParser": "at 15:45 on Saturday"
},
{
"name": "offin",
"commandParser": "at 20:00 on Wednesday"
},
{
"name": "offin",
"commandParser": "at 20:00 on Friday"
},
{
"name": "offin",
"commandParser": "at 21:00 on Sunday"
}
]
}
|
{"author":"Romehu2018","questions":[{"type":"quiz","question":"Since I had slept for ten hours, I felt marvelous.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Having sleep for ten hours, I felt marvelous.","correct":false},{"answer":"Sleeping<b> </b>for ten hours, I felt marvelous.","correct":false},{"answer":"Being slept for ten hours, I felt marvelous.","correct":false},{"answer":"Having slept for ten hours, I felt marvelous.","correct":true}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Because he worked hard, he passed the test.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Having worked hard, he passed the test.","correct":false},{"answer":"Worked hard, he passedthe test.","correct":false},{"answer":"Working<b> </b>hard, he passed the test.","correct":true},{"answer":"He worked hard, he passed the test.","correct":false}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"After he did military service, he became a monk.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"After<b> </b>doing military service, he became a monk.","correct":true},{"answer":"After did military service, he became a monk.","correct":false},{"answer":"After military service, he became a monk.","correct":false},{"answer":"Doing military service, he became a monk.","correct":false}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"He feeds the cats before he goes to work.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"He feeds the cats before going to work.","correct":true},{"answer":"He feeds the cats before to work.","correct":false},{"answer":"He feeds the cats going to work.","correct":false},{"answer":"He feeds the cats before he goes to work.","correct":false}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Because she was late, she didn’t get tickets for the show.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Having be late, she didn’t get tickets for the show.","correct":false},{"answer":"Being late, she didn’t get tickets for the show.","correct":true},{"answer":"Was late, she didn’t get tickets for the show.","correct":false},{"answer":"Being lated, she didn’t get tickets for the show.","correct":false}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Because I was feeling a bit tired, I didn’t go to work.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Feeling I was a bit tired, I didn’t go to work.","correct":false},{"answer":"Was I Feeling a bit tired, I didn’t go to work.","correct":false},{"answer":"Feeling a bit tired, I didn’t go to work.","correct":true},{"answer":"Having felt<b> </b>a bit tired, I didn’t go to work.","correct":false}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"Before he bought the house, he did a lot of research","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"Before bought the house, he did a lot of research.","correct":false},{"answer":"Buying the house, he did a lot of research.","correct":false},{"answer":"Before the house, he did a lot of research.","correct":false},{"answer":"Before buying the house, he did a lot of research.","correct":true}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"While ___ work, I saw an old friend of mine.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"I walking home from","correct":false},{"answer":"walking home from","correct":true},{"answer":"walked home from","correct":false},{"answer":"walking home","correct":false}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"We saw many beautiful birds while we were fishing in the lake.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"We saw many beautiful birds while fishing in the lake.","correct":true},{"answer":"We saw many beautiful birds while fish in the lake.","correct":false},{"answer":"We saw many beautiful birds while we fishing in the lake.","correct":false},{"answer":"We saw many beautiful birds while in the lake.","correct":false}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0},{"type":"quiz","question":"While I was eating dinner, I watched television.","time":30000,"points":true,"pointsMultiplier":1,"choices":[{"answer":"While eating dinner, I watch television.","correct":false},{"answer":"While eating dinner, I watching television.","correct":false},{"answer":"While eat dinner, I watched television.","correct":false},{"answer":"Eating dinner, I watched television.","correct":true}],"image":"","resources":"","video":{"id":"","startTime":0,"endTime":0,"service":"youtube","fullUrl":""},"questionFormat":0}],"answerMap":[4,4,4,4,4,4,4,4,4,4],"uuid":"b143dfd0-378d-4fe9-bb68-966ca8fc8231"} |
{"-_jLCD1NWODEXfgEAKfUAg": 2} |
[{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855427000,"args":{"JVM stats":"heap_memory_usage: 146027552\nnon_heap_memory_usage: 129520720\nloaded_class_count: 14279\nthread_count: 23\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855615000,"args":{"JVM stats":"heap_memory_usage: 156168616\nnon_heap_memory_usage: 129726520\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855615001,"args":{"JVM stats":"heap_memory_usage: 156168616\nnon_heap_memory_usage: 129726520\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855763000,"args":{"JVM stats":"heap_memory_usage: 163953032\nnon_heap_memory_usage: 129812856\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855781000,"args":{"JVM stats":"heap_memory_usage: 164428672\nnon_heap_memory_usage: 129818608\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855793000,"args":{"JVM stats":"heap_memory_usage: 164905008\nnon_heap_memory_usage: 129818608\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855796000,"args":{"JVM stats":"heap_memory_usage: 164905008\nnon_heap_memory_usage: 129823160\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855798000,"args":{"JVM stats":"heap_memory_usage: 164907224\nnon_heap_memory_usage: 129825712\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855800000,"args":{"JVM stats":"heap_memory_usage: 165065640\nnon_heap_memory_usage: 129826248\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855806000,"args":{"JVM stats":"heap_memory_usage: 165065640\nnon_heap_memory_usage: 129826248\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855808000,"args":{"JVM stats":"heap_memory_usage: 165065640\nnon_heap_memory_usage: 129826248\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855911000,"args":{"JVM stats":"heap_memory_usage: 169344072\nnon_heap_memory_usage: 129874960\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855914000,"args":{"JVM stats":"heap_memory_usage: 169502488\nnon_heap_memory_usage: 129874960\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855929000,"args":{"JVM stats":"heap_memory_usage: 169819320\nnon_heap_memory_usage: 129880952\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855933000,"args":{"JVM stats":"heap_memory_usage: 169819320\nnon_heap_memory_usage: 129899536\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855949000,"args":{"JVM stats":"heap_memory_usage: 171404056\nnon_heap_memory_usage: 129901776\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402855949001,"args":{"JVM stats":"heap_memory_usage: 171404056\nnon_heap_memory_usage: 129901776\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856011000,"args":{"JVM stats":"heap_memory_usage: 172676488\nnon_heap_memory_usage: 129912208\nloaded_class_count: 14280\nthread_count: 28\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856284000,"args":{"JVM stats":"heap_memory_usage: 193005192\nnon_heap_memory_usage: 130086384\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856306000,"args":{"JVM stats":"heap_memory_usage: 193488584\nnon_heap_memory_usage: 130086384\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856310000,"args":{"JVM stats":"heap_memory_usage: 193647072\nnon_heap_memory_usage: 130086384\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856311000,"args":{"JVM stats":"heap_memory_usage: 193647072\nnon_heap_memory_usage: 130086384\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856320000,"args":{"JVM stats":"heap_memory_usage: 194123288\nnon_heap_memory_usage: 130087520\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856333000,"args":{"JVM stats":"heap_memory_usage: 194281704\nnon_heap_memory_usage: 130090208\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856343000,"args":{"JVM stats":"heap_memory_usage: 194617472\nnon_heap_memory_usage: 130090208\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856346000,"args":{"JVM stats":"heap_memory_usage: 194617472\nnon_heap_memory_usage: 130092176\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856399000,"args":{"JVM stats":"heap_memory_usage: 196380448\nnon_heap_memory_usage: 130133488\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856430000,"args":{"JVM stats":"heap_memory_usage: 197648240\nnon_heap_memory_usage: 130134696\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856433000,"args":{"JVM stats":"heap_memory_usage: 197648240\nnon_heap_memory_usage: 130134696\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856439000,"args":{"JVM stats":"heap_memory_usage: 197806728\nnon_heap_memory_usage: 130134696\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856459000,"args":{"JVM stats":"heap_memory_usage: 198916776\nnon_heap_memory_usage: 130121640\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856461000,"args":{"JVM stats":"heap_memory_usage: 198916776\nnon_heap_memory_usage: 130129896\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856481000,"args":{"JVM stats":"heap_memory_usage: 199710080\nnon_heap_memory_usage: 130129896\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856483000,"args":{"JVM stats":"heap_memory_usage: 199868464\nnon_heap_memory_usage: 130129896\nloaded_class_count: 14280\nthread_count: 29\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856564000,"args":{"JVM stats":"heap_memory_usage: 205732632\nnon_heap_memory_usage: 130169952\nloaded_class_count: 14280\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856568000,"args":{"JVM stats":"heap_memory_usage: 206256320\nnon_heap_memory_usage: 130176072\nloaded_class_count: 14280\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856569000,"args":{"JVM stats":"heap_memory_usage: 206256320\nnon_heap_memory_usage: 130176072\nloaded_class_count: 14280\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856570000,"args":{"JVM stats":"heap_memory_usage: 206256320\nnon_heap_memory_usage: 130176072\nloaded_class_count: 14280\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856574000,"args":{"JVM stats":"heap_memory_usage: 206293216\nnon_heap_memory_usage: 130176416\nloaded_class_count: 14280\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856579000,"args":{"JVM stats":"heap_memory_usage: 206610040\nnon_heap_memory_usage: 130177184\nloaded_class_count: 14280\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856633000,"args":{"JVM stats":"heap_memory_usage: 208228432\nnon_heap_memory_usage: 130206728\nloaded_class_count: 14280\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856880000,"args":{"JVM stats":"heap_memory_usage: 72532592\nnon_heap_memory_usage: 130370776\nloaded_class_count: 14280\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 38\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402856910000,"args":{"JVM stats":"heap_memory_usage: 74874192\nnon_heap_memory_usage: 130392112\nloaded_class_count: 14280\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857110000,"args":{"JVM stats":"heap_memory_usage: 105446056\nnon_heap_memory_usage: 130464256\nloaded_class_count: 14280\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857114000,"args":{"JVM stats":"heap_memory_usage: 105499088\nnon_heap_memory_usage: 130466448\nloaded_class_count: 14280\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857124000,"args":{"JVM stats":"heap_memory_usage: 105935752\nnon_heap_memory_usage: 130472096\nloaded_class_count: 14280\nthread_count: 33\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857487000,"args":{"JVM stats":"heap_memory_usage: 119530256\nnon_heap_memory_usage: 130652992\nloaded_class_count: 14281\nthread_count: 39\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857519000,"args":{"JVM stats":"heap_memory_usage: 120206112\nnon_heap_memory_usage: 130643232\nloaded_class_count: 14286\nthread_count: 39\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857534000,"args":{"JVM stats":"heap_memory_usage: 120206112\nnon_heap_memory_usage: 130584584\nloaded_class_count: 14286\nthread_count: 39\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857535000,"args":{"JVM stats":"heap_memory_usage: 120206112\nnon_heap_memory_usage: 130585864\nloaded_class_count: 14286\nthread_count: 39\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857536000,"args":{"JVM stats":"heap_memory_usage: 120206112\nnon_heap_memory_usage: 130585864\nloaded_class_count: 14286\nthread_count: 39\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1545402857599000,"args":{"JVM stats":"heap_memory_usage: 121720648\nnon_heap_memory_usage: 130527976\nloaded_class_count: 14286\nthread_count: 32\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":22,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855429000,"dur":13000},{"pid":1,"tid":22,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855442000,"dur":6000},{"pid":1,"tid":22,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855448000,"dur":1000},{"pid":1,"tid":22,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855448000,"dur":1000},{"pid":1,"tid":22,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855461000,"dur":9000},{"pid":1,"tid":22,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855470000,"dur":100},{"pid":1,"tid":22,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855474000,"dur":2000},{"pid":1,"tid":22,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855476000,"dur":100},{"pid":1,"tid":22,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855476000,"dur":100},{"pid":1,"tid":22,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855476000,"dur":2000},{"pid":1,"tid":22,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855478000,"dur":1000},{"pid":1,"tid":22,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855479000,"dur":100},{"pid":1,"tid":22,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855479000,"dur":14000},{"pid":1,"tid":22,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855494000,"dur":2000},{"pid":1,"tid":22,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855496000,"dur":1000},{"pid":1,"tid":22,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855497000,"dur":1000},{"pid":1,"tid":22,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855498000,"dur":100},{"pid":1,"tid":22,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855498000,"dur":2000},{"pid":1,"tid":22,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855500000,"dur":27000},{"pid":1,"tid":22,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855527000,"dur":5000},{"pid":1,"tid":22,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855532000,"dur":1000},{"pid":1,"tid":22,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402855470000,"dur":63000},{"pid":1,"tid":22,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855533000,"dur":14000},{"pid":1,"tid":22,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855547000,"dur":19000},{"pid":1,"tid":22,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855461000,"dur":105000},{"pid":1,"tid":22,"id":28,"name":"variant manager external native config values","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855566000,"dur":100},{"pid":1,"tid":22,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402855459000,"dur":107000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 7\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402855609000,"dur":6000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855615000,"dur":100},{"pid":1,"tid":0,"id":31,"name":"task: app pre build","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 92\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855616000,"dur":147000},{"pid":1,"tid":0,"id":32,"name":"task: aidl compile","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855764000,"dur":17000},{"pid":1,"tid":0,"id":33,"name":"task: renderscript compile","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855782000,"dur":11000},{"pid":1,"tid":0,"id":34,"name":"task: check manifest","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 8\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855795000,"dur":1000},{"pid":1,"tid":0,"id":35,"name":"task: generate build config","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855797000,"dur":1000},{"pid":1,"tid":0,"id":36,"name":"task: prepare lint jar","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855799000,"dur":1000},{"pid":1,"tid":0,"id":37,"name":"task: generate res values","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855801000,"dur":5000},{"pid":1,"tid":0,"id":38,"name":"task: unknown task type","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855808000,"dur":100},{"pid":1,"tid":0,"id":39,"name":"task: merge resources","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855810000,"dur":101000},{"pid":1,"tid":0,"id":40,"name":"task: compatible screens manifest","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 9\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855912000,"dur":2000},{"pid":1,"tid":0,"id":41,"name":"task: merge manifests","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855917000,"dur":12000},{"pid":1,"tid":0,"id":42,"name":"task: splits discovery","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 87\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855930000,"dur":3000},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855934000,"dur":15000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402855949000,"dur":100},{"pid":1,"tid":0,"id":45,"name":"task: java pre compile","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 76\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402855950000,"dur":60000},{"pid":1,"tid":0,"id":46,"name":"task: android java compile","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856011000,"dur":273000},{"pid":1,"tid":0,"id":47,"name":"task: merge source set folders","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856285000,"dur":20000},{"pid":1,"tid":0,"id":48,"name":"task: shader compile","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856308000,"dur":2000},{"pid":1,"tid":0,"id":49,"name":"task: unknown task type","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856310000,"dur":1000},{"pid":1,"tid":0,"id":50,"name":"task: merge source set folders","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856312000,"dur":7000},{"pid":1,"tid":0,"id":51,"name":"task: package application","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856322000,"dur":11000},{"pid":1,"tid":0,"id":52,"name":"task: check manifest in instant run mode","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 72\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856333000,"dur":10000},{"pid":1,"tid":0,"id":53,"name":"task: transform","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856344000,"dur":2000},{"pid":1,"tid":22,"id":55,"name":"transform prep: instant run verifier","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1545402856376000,"dur":3000},{"pid":1,"tid":22,"id":57,"name":"task file verification","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402856380000,"dur":1000},{"pid":1,"tid":22,"id":58,"name":"task file verification","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1545402856382000,"dur":2000},{"pid":1,"tid":22,"id":56,"name":"transform: instant run verifier","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1545402856379000,"dur":6000},{"pid":1,"tid":0,"id":54,"name":"task: transform","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856346000,"dur":53000},{"pid":1,"tid":0,"id":59,"name":"task: transform","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856399000,"dur":31000},{"pid":1,"tid":0,"id":60,"name":"task: ndk compile","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856432000,"dur":1000},{"pid":1,"tid":0,"id":61,"name":"task: merge source set folders","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856434000,"dur":4000},{"pid":1,"tid":0,"id":62,"name":"task: transform","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856441000,"dur":18000},{"pid":1,"tid":0,"id":63,"name":"task: unknown task type","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856460000,"dur":1000},{"pid":1,"tid":0,"id":64,"name":"task: transform","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856462000,"dur":19000},{"pid":1,"tid":0,"id":65,"name":"task: transform","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856482000,"dur":1000},{"pid":1,"tid":23,"id":67,"name":"transform prep: instant run","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1545402856522000,"dur":13000},{"pid":1,"tid":23,"id":68,"name":"transform: instant run","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1545402856535000,"dur":22000},{"pid":1,"tid":0,"id":66,"name":"task: transform","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856484000,"dur":80000},{"pid":1,"tid":23,"id":70,"name":"transform prep: instant run dex","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1545402856567000,"dur":100},{"pid":1,"tid":23,"id":71,"name":"transform: instant run dex","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: false\n"},"ph":"X","ts":1545402856567000,"dur":1000},{"pid":1,"tid":0,"id":69,"name":"task: transform","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856565000,"dur":3000},{"pid":1,"tid":0,"id":72,"name":"task: unknown task type","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856569000,"dur":100},{"pid":1,"tid":0,"id":73,"name":"task: pre cold swap","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 48\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856569000,"dur":1000},{"pid":1,"tid":0,"id":74,"name":"task: fast deploy runtime extractor","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 21\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856570000,"dur":4000},{"pid":1,"tid":0,"id":75,"name":"task: generate instant run app info","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 25\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402856576000,"dur":3000},{"pid":1,"tid":23,"id":77,"name":"transform prep: instant run slicer","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1545402856609000,"dur":100},{"pid":1,"tid":23,"id":78,"name":"transform: instant run slicer","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1545402856609000,"dur":7000},{"pid":1,"tid":0,"id":76,"name":"task: transform","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856579000,"dur":54000},{"pid":1,"tid":23,"id":80,"name":"transform prep: dex archive builder","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1545402856681000,"dur":1000},{"pid":1,"tid":23,"id":81,"name":"transform: dex archive builder","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1545402856682000,"dur":168000},{"pid":1,"tid":0,"id":79,"name":"task: transform","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856634000,"dur":245000},{"pid":1,"tid":24,"id":83,"name":"transform prep: external libs merger","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1545402856902000,"dur":2000},{"pid":1,"tid":24,"id":84,"name":"transform: external libs merger","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1545402856904000,"dur":4000},{"pid":1,"tid":0,"id":82,"name":"task: transform","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856880000,"dur":30000},{"pid":1,"tid":24,"id":86,"name":"transform prep: dex merger","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1545402856945000,"dur":1000},{"pid":1,"tid":24,"id":87,"name":"transform: dex merger","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1545402856946000,"dur":137000},{"pid":1,"tid":0,"id":85,"name":"task: transform","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402856911000,"dur":199000},{"pid":1,"tid":0,"id":88,"name":"task: validate signing","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402857111000,"dur":2000},{"pid":1,"tid":24,"id":90,"name":"transform prep: instant run dependencies apk builder","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1545402857118000,"dur":1000},{"pid":1,"tid":24,"id":91,"name":"transform: instant run dependencies apk builder","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1545402857119000,"dur":1000},{"pid":1,"tid":0,"id":89,"name":"task: transform","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402857114000,"dur":10000},{"pid":1,"tid":22,"id":93,"name":"transform prep: instant run slice split apk builder","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1545402857131000,"dur":3000},{"pid":1,"tid":22,"id":94,"name":"transform: instant run slice split apk builder","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1545402857134000,"dur":351000},{"pid":1,"tid":0,"id":92,"name":"task: transform","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402857127000,"dur":360000},{"pid":1,"tid":0,"id":95,"name":"task: package application","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1545402857489000,"dur":30000},{"pid":1,"tid":0,"id":96,"name":"task: build info writer","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 16\n}\ntarget_sdk_version {\n api_level: 26\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 70\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402857529000,"dur":5000},{"pid":1,"tid":0,"id":97,"name":"task: unknown task type","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402857534000,"dur":100},{"pid":1,"tid":0,"id":98,"name":"task: unknown task type","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1545402857535000,"dur":100},{"pid":1,"tid":22,"id":99,"name":"base plugin build finished","args":{"span_id":"99","project":"id: 1\nandroid_plugin_version: \"3.0.1\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-26\"\nsplits {\n}\n"},"ph":"X","ts":1545402857564000,"dur":1000}] |
{
"_class": "shapePath",
"booleanOperation": -1,
"clippingMaskMode": 0,
"do_objectID": "875CAB07-DC4E-4459-B9AE-CC4245B61995",
"edited": true,
"exportOptions": {
"_class": "exportOptions",
"exportFormats": [
],
"includedLayerIds": [
],
"layerOptions": 0,
"shouldTrim": false
},
"frame": {
"_class": "rect",
"constrainProportions": false,
"height": 25,
"width": 20.66666666666666,
"x": 138.1403508771921,
"y": 0
},
"hasClippingMask": false,
"isClosed": true,
"isFixedToViewport": false,
"isFlippedHorizontal": false,
"isFlippedVertical": false,
"isLocked": false,
"isVisible": true,
"layerListExpandedType": 0,
"name": "Path",
"nameIsFixed": false,
"pointRadiusBehaviour": 0,
"points": [
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.28623661530425631, 1}",
"curveMode": 1,
"curveTo": "{0.28623661530425631, 1}",
"hasCurveFrom": false,
"hasCurveTo": false,
"point": "{0.28623661530425631, 1}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.019456777226429984, 0.99875347588455277}",
"curveMode": 4,
"curveTo": "{0.043875685557586995, 1}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{0.043875685557586995, 1}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0, 0.96682328123501782}",
"curveMode": 4,
"curveTo": "{0, 0.98446639179211815}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{0, 0.96682328123501782}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.0020893183598846708, 0.032505513472049073}",
"curveMode": 4,
"curveTo": "{0, 0.049285645795378252}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{0, 0.049285645795378252}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.047009663097414743, 0.019369067024642816}",
"curveMode": 4,
"curveTo": "{0.022329589971272337, 0.019369067024642816}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{0.047009663097414743, 0.019369067024642816}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.29381039435884027, 0.02032793172883305}",
"curveMode": 4,
"curveTo": "{0.27252546356751101, 0.019369067024642816}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{0.27252546356751101, 0.019369067024642816}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.31600940193261989, 0.045066641096941203}",
"curveMode": 4,
"curveTo": "{0.3113084356228783, 0.030683670534087628}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{0.31600940193261989, 0.045066641096941203}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.31600940193261989, 0.18534854731997311}",
"curveMode": 1,
"curveTo": "{0.31600940193261989, 0.18534854731997311}",
"hasCurveFrom": false,
"hasCurveTo": false,
"point": "{0.31600940193261989, 0.18534854731997311}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.38861321493862744, 0.059833157541470873}",
"curveMode": 4,
"curveTo": "{0.32044920344737615, 0.18534854731997311}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{0.32044920344737615, 0.18534854731997311}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.76142595978062189, 0}",
"curveMode": 3,
"curveTo": "{0.48406894750587659, 0}",
"hasCurveFrom": true,
"hasCurveTo": true,
"point": "{0.65225907547662598, 0}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{1, 0.18151308850321216}",
"curveMode": 2,
"curveTo": "{0.86785061373726824, 0.028957714066545202}",
"hasCurveFrom": true,
"hasCurveTo": true,
"point": "{0.93640637242099767, 0.10815993863265892}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{1, 0.39370984754051197}",
"curveMode": 4,
"curveTo": "{1, 0.30491897593249589}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{1, 0.39370984754051197}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.99725776965265034, 0.9872470994342698}",
"curveMode": 4,
"curveTo": "{1, 0.97113817240387379}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{1, 0.97113817240387379}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.95312091930007792, 1}",
"curveMode": 4,
"curveTo": "{0.97714808043875689, 1}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{0.95312091930007792, 1}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.68686341081222091, 0.99875347588455277}",
"curveMode": 4,
"curveTo": "{0.70906241838600059, 1}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{0.70906241838600059, 1}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.66597022721337129, 0.97113817240387379}",
"curveMode": 4,
"curveTo": "{0.66832071036824137, 0.98667178061175564}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{0.66597022721337129, 0.97113817240387379}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.66597022721337129, 0.37261482404832669}",
"curveMode": 4,
"curveTo": "{0.66597022721337129, 0.47291207210662567}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{0.66597022721337129, 0.47291207210662567}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.45429616087751445, 0.22581263783680117}",
"curveMode": 3,
"curveTo": "{0.68164011491250998, 0.22581263783680117}",
"hasCurveFrom": true,
"hasCurveTo": true,
"point": "{0.51358056933925333, 0.22581263783680117}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.33860015669887766, 0.35525937290248344}",
"curveMode": 3,
"curveTo": "{0.39997388352050117, 0.25496212484418446}",
"hasCurveFrom": true,
"hasCurveTo": true,
"point": "{0.372812744841996, 0.29916578770735447}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.3341603551841214, 0.47291207210662567}",
"curveMode": 4,
"curveTo": "{0.3341603551841214, 0.41106529868635533}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{0.3341603551841214, 0.47291207210662567}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.3341603551841214, 0.98523348355547014}",
"curveMode": 4,
"curveTo": "{0.3341603551841214, 0.96682328123501748}",
"hasCurveFrom": true,
"hasCurveTo": false,
"point": "{0.3341603551841214, 0.96682328123501748}"
},
{
"_class": "curvePoint",
"cornerRadius": 0,
"curveFrom": "{0.2866283624967359, 0.99999999999999978}",
"curveMode": 4,
"curveTo": "{0.31261425959780675, 0.99999999999999978}",
"hasCurveFrom": false,
"hasCurveTo": true,
"point": "{0.2866283624967359, 0.99999999999999978}"
}
],
"resizingConstraint": 63,
"resizingType": 0,
"rotation": 0,
"shouldBreakMaskChain": false,
"style": {
"_class": "style",
"endMarkerType": 0,
"fills": [
{
"_class": "fill",
"color": {
"_class": "color",
"alpha": 1,
"blue": 0.796078431372549,
"green": 0.7568627450980392,
"red": 0.7215686274509804
},
"fillType": 0,
"isEnabled": true,
"noiseIndex": 0,
"noiseIntensity": 0,
"patternFillType": 1,
"patternTileScale": 1
}
],
"miterLimit": 10,
"startMarkerType": 0,
"windingRule": 1
}
} |
{
"name" : "AppDistributionReport" }
|
{"Pittsburg": {"Antioch High School": "Not to be confused with Antioch Community High School\nAntioch High School is a public high school located in Antioch, California, United States. It is located at 700 West 18th Street between G and L streets. It is a comprehensive high school for grades 9-12."}} |
{
"name": "jfk21-com",
"version": "0.0.1",
"description": "Content of jfk21.com",
"scripts": {
"test": "exit 0",
"build": "madoko content/index.md --odir=site/"
},
"devDependencies": {
"madoko": "^1.0.1"
},
"main": "null",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jfknow/jfk21.com.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/jfknow/jfk21.com/issues"
},
"homepage": "https://github.com/jfknow/jfk21.com#readme"
}
|
{"type": "Feature", "id": 24707674, "geometry": {"type": "MultiPolygon", "coordinates": [[[[134.891693, 34.689899], [134.891693, 34.73053], [134.840149, 34.73053], [134.840149, 34.689899], [134.891693, 34.689899]]]]}, "properties": {"woe:id": 24707674, "woe:parent_id": 24857202, "woe:name": "\u64ad\u78e8\u753a", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "JPN", "iso:country": "JP", "meta:provider": ["geoplanet:7.3.1", "geoplanet:7.3.2", "geoplanet:7.4.0", "geoplanet:7.4.1", "geoplanet:7.5.1", "geoplanet:7.5.2", "geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-20T20:43:22.735071", "woe:alias_JPN_V": ["\u306f\u308a\u307e\u3061\u3087\u3046"], "woe:alias_ENG_V": ["Harima-chou", "Harima"], "meta:updated": "2020-10-14T11:09:07.468133", "woe:alias_ENG_P": ["Harima-cho"], "woe:adjacent": [1116946, 1117395], "woe:hierarchy": {"continent": 24865671, "country": 23424856, "town": 0, "planet": 1, "county": 24857202, "suburb": 0, "state": 2345862, "region": 0, "localadmin": 0}, "woe:timezone_id": 28350861, "woe:concordances": {"qs:id": 907415}, "woe:hash": "wypvmpbzrk16", "geom:min_latitude": 34.689899, "woe:centroid": [134.869507, 34.71669], "geom:latitude": 34.71669, "woe:max_longitude": 134.891693, "geom:max_longitude": 134.891693, "geom:centroid": [134.869507, 34.71669], "geom:max_latitude": 34.73053, "woe:bbox": [134.840149, 34.689899, 134.891693, 34.73053], "geom:bbox": [134.840149, 34.689899, 134.891693, 34.73053], "woe:min_latitude": 34.689899, "woe:min_longitude": 134.840149, "geom:longitude": 134.869507, "geom:hash": "wypvmpbzrk16", "woe:latitude": 34.71669, "geom:min_longitude": 134.840149, "woe:longitude": 134.869507, "woe:max_latitude": 34.73053, "woe:children": {"zip": [26288182, 26288174, 90030573, 90030574, 90030575, 90030576], "localadmin": [28465253, 28465254, 28465255, 28465256, 28465257, 28465258, 28465259, 28465260, 28465261, 28465263, 28465266, 28465267, 28465268, 28465269, 28465270, 55809218, 55809219, 90007202, 90007204, 90035420], "historicalcounty": [28465264, 28465262]}, "woe:repo": "woeplanet-town-jp", "geom:area": 21283480.957962036, "woe:scale": 16}} |
{"id":294203,"type":1,"name":"愛と呪い (3)","image":"//lain.bgm.tv/pic/cover/m/28/91/294203_92fqJ.jpg","summary":"これで性交をする「女」にも、子どもを産む「母」にもならなくてよいのだ。自分で自分を縛り付けるような結婚生活が終わったとき、愛子の胸をよぎったのはそんな安堵にも似た気持ちだった。東日本大震災、離婚、成人後も続いた父の性暴力と母の懺悔――。今はもう世界が滅びればいいとは思わない。ただ、この怒りが消えることを祈りながら生き延びる。すべてを憎むしかなかったある「キレる17歳」世代のサバイバル物語、最終巻。","info":"<li><span>作者: </span>ふみふみこ</li><li><span>出版社: </span>新潮社</li><li><span>价格: </span>¥ 704</li><li><span>发售日: </span>2019-11-09</li><li><span>页数: </span>208</li><li><span>ISBN: </span>978-4107722287</li><li><span>ASIN: </span>4107722287</li>","collection":{"collect":1},"tags":[{"name":"コミックス","count":1}],"relations":[{"id":220842,"image":"//lain.bgm.tv/pic/cover/m/dd/b8/220842_zMOs3.jpg","title":"愛と呪い","type":"系列","url":"https://bgm.tv/subject/220842"}]} |
{
"first_traded_price": 4021.0,
"highest_price": 4021.0,
"isin": "IRO1DLGM0001",
"last_traded_price": 4021.0,
"lowest_price": 4021.0,
"trade_volume": 500.0,
"unix_time": 1320796800
} |
{"comment": "0", "idNoticia": "7701", "tags": ["AÇÕES", "BANCO", "BANCO CENTRAL", "BBA", "BCE", "BOLSA DE VALORES", "BOVESPA", "CREDIT SUISSE", "DEUTSCHE BANK", "ESTADOS UNIDOS", "EUROPA", "FED", "IBOVESPA", "ÍNDICE ECONÔMICO", "J.P. MORGAN", "PETROBRÁS", "POLÍTICA MONETÁRIA", "PRODUÇÃO INDUSTRIAL"], "url": "http://www.valor.com.br/financas/2661778/acao-da-petrobras-dispara-5-e-ibovespa-tem-forte-alta ", "autor": " Aline Cury Zampieri ", "titulo": "Ação da Petrobras dispara 5% e Ibovespa tem forte alta", "corpo": "SÃO PAULO – O principal índice de ações da Bolsa de Valores de São Paulo (Bovespa) registra forte valorização nesta quarta-feira. Após amargar uma perda de 2,26% no último pregão, que o fez devolver todos os ganhos de 2012, o Ibovespa ganhava cerca de 2% neste pregão. Na semana, a desvalorização acumulada é de 5,39%. Por volta de 10h33, o índice paulista marcava ganho de 1,70%, aos 57.193 pontos. O desempenho era turbinado pela elevação de papéis de grande peso no índice. As ações da Petrobras PN e Petrobras ON subiam 5,68% (a R$ 19,54) e 5,81% (R$ 20,40), respectivamente, ficando entre os destaques do Ibovespa. Na última sessão, acompanhando a piora geral das bolsas mundiais, Petrobras PN caiu 2,16% e a ON recuou 2,68%. O resultado da estatal petrolífera superou as projeções dos analistas. A empresa encerrou o primeiro trimestre com lucro de R$ 9,21 bilhões, queda de 16% em relação ao mesmo período de 2011. Porém o montante é 15% maior do que a média de projeções compiladas pelo Valor, com base nas previsões de cinco instituições financeiras — J.P. Morgan, Credit Suisse, Itaú BBA, Ágora e Deutsche Bank. Já a receita veio em linha com as expectativas, com alta de 22%, para R$ 66,13 bilhões. A surpresa veio por conta do indicador Ebitda (lucro antes de juros, impostos, depreciação e amortização, na sigla em inglês), que subiu 4%, para R$ 16,51 bilhões, enquanto a média das projeções apontava para um número 13% menor, de R$ 14,36 bilhões. Segundo operadores, indicadores econômicos dos Estados Unidos e esperanças na Europa ajudam na tentativa de recuperação. O Banco Central Europeu (BCE) informou que vai continuar ajudando os bancos gregos, após uma reportagem informando que o BCE está cada vez mais recusando os pedidos de liquidez feitos pelas instituições financeiras do país. Nos EUA, a produção industrial americana mostrou alta de 1,1% em abril, acima da projeção de 0,6%. Ainda hoje os investidores acompanharão a ata da última reunião do comitê de política monetária do Fed (Federal Reserve, o banco central americano). (Aline Cury Zampieri | Valor)", "data": "2012-05-16 10:45:00"} |
{
"first_traded_price": 4.4e3,
"highest_price": 4660.0,
"isin": "IRO1BENN0001",
"last_traded_price": 4660.0,
"lowest_price": 4.4e3,
"trade_volume": 13431.0,
"unix_time": 1544486400
} |
["f92a1eb2630db72ed13a766bde986cfd0edcff22","2b8a200933dfe42823c020d0acc18e51637e1a08"] |
{
"name": "alison-fractal-aka-af",
"version": "0.1.0",
"dependencies": {
"@frctl/fractal": "^1.5.6"
},
"scripts": {
"fractal:start": "fractal start --sync",
"fractal:build": "fractal build"
}
}
|
{
"first_traded_price": 2830.0,
"highest_price": 2830.0,
"isin": "IRO1BSTE0001",
"last_traded_price": 2830.0,
"lowest_price": 2830.0,
"trade_volume": 963.0,
"unix_time": 1292803200
} |
[
{
"id": 607,
"type": 12,
"lat": 50.926136111,
"lon": -109.989547222,
"elevation": 2278,
"frequency": 11590,
"range": 40,
"icao": "ENRT",
"identifier": "YEA",
"runwayNumber": "CY",
"name": "EMPRESS VOR/DME",
"variation": null,
"bearing": 0,
"bias": 0
}
] |
{"Cal.": [212, {"Yvanova v. New Century Mortgage Corp.": ["12454532", 6]}, {"Creative Ventures, LLC v. Jim Ward & Associates": ["4233626", 4]}, {"Saterbak v. JPMorgan Chase Bank, N.A.": ["6787946", 3]}, {"Johnson v. Calvert": ["1998581", 2]}, {"Buss v. Superior Court": ["1217909", 2]}, {"Guz v. Bechtel Natl., Inc.": ["1180120", 2]}, {"Teselle v. McLoughlin": ["6051162", 2]}, {"C.M. v. M.C.": ["12452459", 2]}, {"Zettle v. Gillmeister": ["2151225", 2]}, {"Nedlloyd Lines B.V. v. Superior Court": ["2008201", 1]}], "N.Y.": [3150, {"People v. Danielson": ["5555836", 28]}, {"People v. Contes": ["4393163", 17]}, {"People v. Romero": ["2559235", 16]}, {"People v. Suitte": ["5619091", 14]}, {"People v. Bleakley": ["75978", 14]}, {"People v. Lopez": ["3637975", 13]}, {"People v. Gillotti": ["4223784", 13]}, {"People v. Crimmins": ["2317079", 9]}, {"Winegrad v. New York University Medical Center": ["4398011", 8]}, {"People v. Benevento": ["525149", 8]}], "Pa.": [760, {"Commonwealth v. Jackson": ["960543", 3]}, {"Pap's A.M. v. City of Erie": ["1070140", 2]}, {"Commonwealth v. O\u2019Connell": ["1817472", 2]}, {"Commonwealth v. Williams": ["468611", 2]}, {"Rosche v. McCoy": ["1286297", 2]}, {"Commonwealth v. Fahy": ["838539", 2]}, {"Love v. Borough of Stroudsburg": ["1829812", 2]}, {"Butcher v. Bloom": ["1891850", 2]}, {"Commonwealth v. Delbridge": ["1329402", 2]}, {"Hospital & Healthsystem Ass'n v. Department of Public Welfare": ["2472559", 2]}], "Ark.": [229, {"Mackey v. Lockhart": ["1902464", 4]}, {"State Department of Public Welfare v. Lipe ex rel. Atracner": ["8725144", 3]}, {"Green v. State": ["12177898", 3]}, {"State v. Larimore": ["1257798", 2]}, {"Arkansas Tech University v. Link": ["1257770", 2]}, {"Arkansas Department of Environmental Quality v. Al-Madhoun": ["3689043", 2]}, {"Arkansas Department of Human Services v. Fort Smith School District": ["6884359", 2]}, {"Roberts v. State": ["6954356", 2]}, {"Howard v. State": ["7091207", 2]}, {"Newman v. State": ["7316036", 2]}], "Minn.": [593, {"Larson v. State": ["7081491", 5]}, {"American Family Insurance Group v. Schroedl": ["11243447", 5]}, {"State v. Thonesavanh": ["12338046", 5]}, {"Riverview Muir Doran, LLC v. JADT Development Group, LLC": ["7076877", 4]}, {"DLH, Inc. v. Russ": ["11959341", 3]}, {"Amaral v. Saint Cloud Hospital": ["10746830", 3]}, {"Thiele v. Stich": ["10661772", 3]}, {"State v. Struzyk": ["6844364", 3]}, {"State v. Hayes": ["7067439", 3]}, {"500, LLC v. City of Minneapolis": ["7057411", 3]}], "Iowa": [269, {"State v. Short": ["6928483", 3]}, {"Ledezma v. State": ["11103118", 2]}, {"State v. Cline": ["11188607", 2]}, {"State v. Lathrop": ["7080527", 2]}, {"Iowa Insurance Institute v. Core Group of the Iowa Ass'n for Justice": ["6861493", 2]}, {"State v. Garrity": ["6116392", 2]}, {"Lee v. State": ["6828673", 2]}, {"In the Interest of J.C.": ["6903178", 2]}, {"State v. Nail": ["8322762", 2]}, {"State v. Fischer": ["7080707", 2]}], "Fla.": [658, {"Hitchcock v. State": ["12366394", 47]}, {"Engle v. Liggett Group, Inc.": ["8448748", 4]}, {"Okafor v. State": ["12374959", 4]}, {"Holly v. Auld": ["7613488", 3]}, {"Baker v. State": ["9194876", 3]}, {"Davis v. State": ["12176508", 3]}, {"Mosley v. State": ["12354313", 3]}, {"Kiesel v. Graham": ["9580973", 2]}, {"State v. DiGuilio": ["7597225", 2]}, {"Bothmann v. Harrington": ["7641626", 2]}], "Colo.": [122, {"Gessler v. Colorado Common Cause": ["6938572", 3]}, {"Pineda-Liberato v. People": ["12344099", 3]}, {"Plymouth Capital Co. v. District Court of Elbert County": ["11844516", 2]}, {"Colorado Ethics Watch v. Senate Majority Fund, LLC": ["6985502", 2]}, {"Teague v. People": ["12341473", 2]}, {"People v. Lente": ["12348106", 2]}, {"Mesa Sand & Gravel Co. v. Landfill, Inc.": ["10385573", 1]}, {"Palmer v. A.H. Robins Co.": ["10416810", 1]}, {"People v. Hughes": ["10397483", 1]}, {"Pepcol Manufacturing Co. v. Denver Union Corp.": ["10428332", 1]}], "S.D.": [186, {"Schmeling v. Jorgensen": ["4639033", 2]}, {"State v. Huber": ["7078399", 2]}, {"State v. Janklow": ["9020726", 2]}, {"Peters v. Great Western Bank, Inc.": ["6892186", 2]}, {"State v. Laible": ["11605872", 2]}, {"Butterfield v. Citibank of South Dakota, N.A.": ["10607980", 1]}, {"Niesent v. Homestake Mining Co. of California": ["10653364", 1]}, {"Tibke v. McDougall": ["12053187", 1]}, {"Merchants Nat. Bank v. McKinney": ["4510840", 1]}, {"Tipton v. Town of Tabor": ["12013863", 1]}], "Ill.": [125, {"Gallagher v. Lenart": ["3610710", 3]}, {"Daniels v. Anderson": ["477535", 2]}, {"Ward v. K Mart Corp.": ["3255179", 2]}, {"Kujawinski v. Kujawinski": ["5450012", 2]}, {"Mieher v. Brown": ["2933898", 2]}, {"Brown v. Lober": ["2989553", 2]}, {"Trego v. Estate of Cunningham": ["2404594", 1]}, {"Ballweg v. City of Springfield": ["5542407", 1]}, {"Raper v. Hazelett & Erdal": ["3590423", 1]}, {"Moorman Manufacturing Co. v. National Tank Co.": ["3092944", 1]}], "Or.": [25, {"Brandrup v. Recontrust Co., N.A.": ["3834746", 2]}, {"State v. Plowman": ["2192815", 1]}, {"Drews v. Ebi Companies": ["2199489", 1]}, {"State v. Robertson": ["8641987", 1]}, {"Ahern v. Oregon Public Employees Union": ["126532", 1]}, {"State v. Sanchez-Cruz": ["368736", 1]}, {"State v. Middleton": ["2189309", 1]}, {"City of Klamath Falls v. Winters": ["2165845", 1]}, {"State v. Green": ["2123469", 1]}, {"State v. Kurtz": ["2097301", 1]}], "Tex.": [86, {"Sun Oil Co. v. Madeley": ["9981890", 1]}, {"Villa v. Alvarado State Bank": ["9939940", 1]}, {"Austin Hill Country Realty, Inc. v. Palisades Plaza, Inc.": ["11965452", 1]}, {"R & P Enterprises v. LaGuarta, Gavrel & Kirk, Inc.": ["9942358", 1]}, {"Hood v. Phillips": ["11944428", 1]}, {"Trunkhill Capital, Inc. v. Jansma": ["10012112", 1]}, {"State of California, Department of Mental Hygiene v. Copus": ["2255824", 1]}, {"Luling Oil & Gas Co. v. Humble Oil & Refining Co.": ["2336628", 1]}, {"Barr v. Resolution Trust Corp. ex rel. Sunbelt Federal Savings": ["9981669", 1]}, {"Benchmark Bank v. Crowder": ["10015499", 1]}], "N.M.": [11, {"Creson v. Amoco Production Co.": ["1217124", 1]}, {"Continental Potash, Inc. v. Freeport-McMoran, Inc.": ["725512", 1]}, {"Blackwood & Nichols Co. v. New Mexico Taxation & Revenue Department": ["834303", 1]}, {"Arellano v. Lopez": ["5368385", 1]}, {"Darr v. Eldridge": ["2846649", 1]}, {"Chavez v. Torres": ["106512", 1]}, {"State Farm Mutual Automobile Insurance v. Marquez": ["352255", 1]}, {"Amoco Production Co. v. New Mexico Taxation & Revenue Department": ["77132", 1]}, {"Ideal v. Burlington Resources Oil & Gas Co. LP": ["4246504", 1]}, {"Sanders v. Fedex Ground Package System, Inc.": ["4002641", 1]}], "N.D.": [446, {"Markgraf v. Welker": ["6828288", 3]}, {"State v. Syvertson": ["11547887", 2]}, {"State v. Kitchen": ["11889307", 2]}, {"Paulson v. Paulson": ["7081210", 2]}, {"State v. Boehm": ["6933426", 2]}, {"State v. Voigt": ["8308843", 2]}, {"State v. Torkelsen": ["8232030", 2]}, {"Minto Grain, LLC v. Tibert": ["7083526", 2]}, {"State v. Tupa": ["9035859", 2]}, {"State v. Steen": ["6885095", 2]}], "Md.": [40, {"Janes v. State": ["1537441", 2]}, {"Anne Arundel County Board of Education v. Norville": ["976411", 2]}, {"Molesworth v. Brandon": ["1997459", 1]}, {"Ford v. Ford": ["2064071", 1]}, {"Vincent v. Palmer": ["2271385", 1]}, {"Chase v. State": ["2068045", 1]}, {"Maryland State Department of Education v. Shoop": ["1210097", 1]}, {"Gaskins v. Marshall Craft Associates, Inc.": ["4434618", 1]}, {"Bryant v. State": ["4379393", 1]}, {"Corbin v. State": ["1931990", 1]}], "N.J.": [223, {"Brill v. Guardian Life Insurance Co. of America": ["373664", 2]}, {"State v. Cofield": ["301147", 2]}, {"Manalapan Realty, L.P. v. Township Committee": ["331456", 2]}, {"Isko v. Planning Board": ["1916915", 2]}, {"US Bank, N.A. v. Hough": ["4154546", 2]}, {"Mason v. City of Hoboken": ["3916374", 2]}, {"State v. Galicia": ["4154395", 2]}, {"In re Election Law Enforcement Commission Advisory Opinion No. 01-2008": ["4145249", 2]}, {"State v. S.S.": ["12435418", 2]}, {"Muhammad v. New Jersey Transit": ["289038", 1]}], "Vt.": [17, {"Zaleskie v. Joyce": ["4678844", 1]}, {"Fitzgerald v. Congleton": ["4805456", 1]}, {"Kinney v. Goodyear Tire & Rubber Co.": ["4698327", 1]}, {"Union School District No. 20 v. Lench": ["4699693", 1]}, {"State v. Sanders": ["226740", 1]}, {"Lillicrap v. Martin": ["4816642", 1]}, {"University of Vermont v. W.R. Grace & Co.": ["4791035", 1]}, {"State v. Winter": ["848759", 1]}, {"State v. Catsam": ["4775656", 1]}, {"Town of Bridport v. Sterling Clark Lurton Corp.": ["1548953", 1]}], "Ariz.": [34, {"Fendler v. Phoenix Newspapers Inc.": ["710956", 1]}, {"Fremont Indemnity Co. v. New England Reinsurance Co.": ["1459101", 1]}, {"Canon School District No. 50 v. W.E.S. Construction Co.": ["1464169", 1]}, {"Associated Indemnity Corp. v. Warner": ["745125", 1]}, {"Wallace v. Casa Grande Union High School District No. 82": ["1486523", 1]}, {"Bartning v. State Farm Fire & Casualty Co.": ["1539299", 1]}, {"Valley Medical Specialists v. Farber": ["59926", 1]}, {"State v. Alfaro": ["1595445", 1]}, {"Godbehere v. Phoenix Newspapers, Inc.": ["1539413", 1]}, {"Contempo Construction Co. v. Mountain States Telephone & Telegraph Co.": ["1496663", 1]}], "R.I.": [320, {"Grady v. Narragansett Electric Co.": ["8184408", 3]}, {"Daniels v. Fluette": ["7308221", 3]}, {"Great American E & S Insurance v. End Zone Pub & Grill of Narragansett, Inc.": ["7313790", 3]}, {"Buttie v. Norfolk & Dedham Mutual Fire Insurance Co.": ["7289449", 3]}, {"Bowen Court Associates v. Ernst & Young, LLP": ["9354639", 2]}, {"Town of Richmond v. Rhode Island Department of Environmental Management": ["8393325", 2]}, {"Beauregard v. Gouin": ["7307998", 2]}, {"DeMaio v. Ciccone": ["7309397", 2]}, {"Berkshire Wilton Partners, LLC v. Bilray Demolition Co.": ["6966860", 2]}, {"Cruz v. Mortgage Electronic Registration Systems, Inc.": ["6889292", 2]}], "D.C.": [165, {"In re Fuller": ["8347738", 5]}, {"In re Sibley": ["7289674", 4]}, {"In re Baby Boy C.": ["11324208", 2]}, {"In re TA.L.": ["12151721", 2]}, {"United States v. Edwards": ["8002650", 1]}, {"American Telephone & Telegraph Co. v. Federal Communications Commission": ["3503073", 1]}, {"M. A. P. v. Ryan": ["8064389", 1]}, {"Rong Yao Zhou v. Jennifer Mall Restaurant, Inc.": ["7893429", 1]}, {"Jarrett v. Woodward Bros., Inc.": ["11512865", 1]}, {"Laumer v. United States": ["7967529", 1]}], "Mich.": [28, {"UAW-GM Human Resource Center v. KSL Recreation Corp.": ["307030", 1]}, {"Klapp v. United Insurance Group Agency, Inc.": ["1408237", 1]}, {"Farm Bureau Mutual Insurance v. Nikkel": ["897921", 1]}, {"Wilkie v. Auto-Owners Insurance": ["1411230", 1]}, {"Heniser v. Frankenmuth Mutual Insurance": ["2038483", 1]}, {"Perin v. Peuler": ["1901049", 1]}, {"Rasheed v. Chrysler Corp.": ["2006149", 1]}, {"Amoco Oil Co. v. Kraft": ["2179620", 1]}, {"Schafer v. Hauser": ["1483614", 1]}, {"People v. Travis": ["2010328", 1]}], "Wash.": [61, {"Hangman Ridge Training Stables, Inc. v. Safeco Title Insurance": ["1199153", 2]}, {"Bain v. Metropolitan Mortgage Group, Inc.": ["4024205", 2]}, {"State v. Janes": ["1365809", 1]}, {"Hutchins v. 1001 Fourth Avenue Associates": ["1376181", 1]}, {"Sorenson v. City of Bellingham": ["1067105", 1]}, {"Hartford Accident & Indemnity Co. v. Novak": ["1127862", 1]}, {"Wilson v. Whinery": ["1784778", 1]}, {"Public Utility District No. 1 v. International Insurance": ["507173", 1]}, {"Rouse v. Glascam Builders, Inc.": ["1139582", 1]}, {"Tae Kim v. Budget Rent A Car Systems, Inc.": ["425265", 1]}], "W. Va.": [5, {"State ex rel. Brewer v. Starcher": ["2385239", 1]}, {"Hughes v. Gwinn": ["8578499", 1]}, {"Wellman v. Energy Resources, Inc.": ["9474678", 1]}, {"Daugherty v. Ellis": ["8581394", 1]}, {"State v. Moubray": ["8581920", 1]}], "Ohio": [50, {"Skindell v. Madigan": ["12281729", 2]}, {"State ex rel. Morris v. Sullivan": ["976512", 1]}, {"O\u2019Stricker v. Jim Walter Corp.": ["1811544", 1]}, {"Heirs of Ludlow v. Johnston": ["211604", 1]}, {"White v. Denman": ["494323", 1]}, {"Aultman Hospital Ass'n v. Community Mutual Insurance": ["1421036", 1]}, {"Collins v. Click Camera & Video, Inc.": ["1692104", 1]}, {"Browning v. Burt": ["1721094", 1]}, {"Bittner v. Tri-County Toyota, Inc.": ["1428749", 1]}, {"State v. White": ["1788556", 1]}], "Mass.": [25, {"Allen v. South Boston Railroad": ["780592", 1]}, {"Gregg v. Commissioner of Corporations & Taxation": ["904102", 1]}, {"Commonwealth v. Ray": ["993914", 1]}, {"Flynn v. Wallace": ["294671", 1]}, {"Commonwealth v. Amaral": ["912992", 1]}, {"Commonwealth v. Jones": ["43876", 1]}, {"Coolidge Bank & Trust Co. v. First Ipswich Co.": ["3960460", 1]}, {"Harrison v. Loyal Protective Life Insurance": ["3873466", 1]}, {"Commonwealth v. Hanlon": ["772010", 1]}, {"Rosenthal v. Maletz": ["502140", 1]}], "Ga.": [295, {"Thomas v. State": ["293406", 2]}, {"State v. Kelly": ["3647860", 2]}, {"Terry v. State": ["3651195", 2]}, {"State v. Jones": ["4242018", 2]}, {"Smith v. State": ["4349314", 2]}, {"Jeffrey v. State": ["4349506", 2]}, {"Favors v. State": ["5928223", 2]}, {"Dugger v. State": ["4242355", 2]}, {"Propst v. State": ["12441402", 2]}, {"Burney v. State": ["12441461", 2]}], "Kan.": [12, {"Bishop v. Shawnee & Mission Townships Turkey Creek Main Sewer District No. 1": ["71757", 1]}, {"Fast v. Fast": ["81588", 1]}, {"Marquis v. State Farm Fire & Casualty Co.": ["1358534", 1]}, {"State v. Lambert": ["1488680", 1]}, {"Eastern Distributing Co. v. Flynn": ["43425", 1]}, {"Stevens v. Board of County Commissioners": ["403344", 1]}, {"Agnew v. Dillons, Inc.": ["357072", 1]}, {"Pankratz Implement Co. v. Citizens National Bank": ["3712405", 1]}, {"State v. Laturner": ["3675126", 1]}, {"State v. Miller": ["4365542", 1]}], "Mo.": [221, {"Murphy v. Carron": ["10120440", 3]}, {"Dorris v. State": ["7315872", 2]}, {"State v. Clark": ["6796969", 2]}, {"State ex rel. Greitens v. American Tobacco Co.": ["12373156", 2]}, {"Creighton v. State": ["12382300", 2]}, {"Scott v. King": ["12374267", 2]}, {"State ex rel. Weinstein v. St. Louis County": ["10132041", 1]}, {"State v. Biddle": ["9932515", 1]}, {"Mikesic v. Trinity Lutheran Hospital": ["11792310", 1]}, {"Columbia Mutual Insurance Co. v. Schauf": ["11828187", 1]}], "Va.": [29, {"Lebedun v. Commonwealth": ["1264467", 1]}, {"Bradshaw v. Aronovitch": ["1953497", 1]}, {"McNeill v. Spindler": ["2157225", 1]}, {"Gina Chin & Associates, Inc. v. First Union Bank": ["516241", 1]}, {"Broaddus v. Standard Drug Co.": ["2114015", 1]}, {"RF&P Corp. v. Little": ["2089490", 1]}, {"Cary v. Hotel Rueger, Inc.": ["2063487", 1]}, {"Richmond Newspapers, Inc. v. Hazelwood": ["2092387", 1]}, {"Plummer v. Center Psychiatrists, Ltd.": ["485017", 1]}, {"Davis v. Merrill": ["2002892", 1]}], "Ind.": [47, {"Bivins v. State": ["10885075", 1]}, {"Grise v. Weiss": ["1543172", 1]}, {"Haworth v. Hubbard": ["1693747", 1]}, {"Ridgeway v. Lanphear": ["1365801", 1]}, {"Control Techniques, Inc. v. Johnson": ["9399104", 1]}, {"Warsco v. Hambright": ["9399087", 1]}, {"Stout v. Tippecanoe County Department of Public Welfare": ["11068882", 1]}, {"Turner v. Estate of Turner": ["11056838", 1]}, {"MPACT Construction Group, LLC v. Superior Concrete Constructors, Inc.": ["9271284", 1]}, {"University of Southern Indiana Foundation v. Baker": ["8430015", 1]}], "Mont.": [12, {"Arrowhead School District No. 75 v. Klyap": ["615821", 1]}, {"State v. Chandler": ["2902575", 1]}, {"State v. Aakre": ["968994", 1]}, {"State v. Nicks": ["5188925", 1]}, {"Urquhart v. Teller": ["561173", 1]}, {"Stanley v. Holms": ["42397", 1]}, {"State v. Ray": ["4562759", 1]}, {"Kelly v. Widner": ["2643017", 1]}, {"State v. Ankeny": ["7325355", 1]}, {"State v. Gieser": ["3743986", 1]}], "Nev.": [19, {"Watson v. Watson": ["4801048", 2]}, {"Barmettler v. Reno Air, Inc.": ["11497524", 1]}, {"People for Ethical Treatment of Animals v. Bobby Berosini Ltd.": ["11922768", 1]}, {"Bulbman, Inc. v. Nevada Bell": ["8556729", 1]}, {"Breliant v. Preferred Equities Corp.": ["11827253", 1]}, {"Finger v. State": ["9274562", 1]}, {"City of Las Vegas Downtown Redevelopment Agency v. Hecht": ["11792940", 1]}, {"Hall v. SSF, Inc.": ["11825098", 1]}, {"Collins v. Union Federal Savings": ["4852933", 1]}, {"May v. Anderson": ["8387889", 1]}], "N.C.": [29, {"State v. Moss": ["2506815", 1]}, {"Stephenson v. Bartlett": ["219939", 1]}, {"State v. Goode": ["131954", 1]}, {"Clifford v. River Bend Plantation, Inc.": ["4753806", 1]}, {"A-S-P Associates v. City of Raleigh": ["8569787", 1]}, {"State v. Shane": ["8570316", 1]}, {"Charnock v. Taylor": ["8607842", 1]}, {"Son-Shine Grading, Inc. v. ADC Construction Co.": ["8527318", 1]}, {"Lambe-Young, Inc. v. Cook": ["8523810", 1]}, {"G. R. Little Agency, Inc. v. Jennings": ["8357856", 1]}], "La.": [104, {"State ex rel. Glover v. State": ["7457541", 19]}, {"State v. Parker": ["11842643", 7]}, {"State ex rel. Melinie v. State": ["7441032", 6]}, {"State v. Cotton": ["7046639", 4]}, {"State v. Crosby": ["9676631", 2]}, {"State v. Counterman": ["7604553", 2]}, {"State v. Trosclair": ["7647317", 2]}, {"State v. Crandell": ["8430025", 2]}, {"White v. Monsanto Co.": ["11312912", 1]}, {"Corsey v. State ex rel. Department of Corrections": ["9646389", 1]}], "Wyo.": [272, {"Griggs v. State": ["6822731", 4]}, {"Bromley v. State": ["8343738", 3]}, {"Rolle v. State": ["6990470", 3]}, {"Hawes v. State": ["6915357", 2]}, {"Toth v. State": ["6860814", 2]}, {"Wilkerson v. State": ["6911204", 2]}, {"Hodge v. State": ["6854670", 2]}, {"Gleason v. State": ["9302551", 2]}, {"Lopez v. State": ["9149362", 2]}, {"William F. West Ranch, LLC v. Tyrrell": ["7334585", 2]}], "Conn.": [13, {"Champagne v. Raybestos-Manhattan, Inc.": ["564726", 1]}, {"Stroiney v. Crescent Lake Tax District": ["504665", 1]}, {"State v. Jacobs": ["759919", 1]}, {"Deer Hill Arms II Ltd. Partnership v. Planning Commission": ["300282", 1]}, {"Kraus v. Newton": ["540889", 1]}, {"State v. Yusuf": ["1274519", 1]}, {"State v. T.R.D.": ["3960738", 1]}, {"Sovereign Bank v. Licata": ["4065577", 1]}, {"State v. Slater": ["3958134", 1]}, {"Housing Authority v. Dawkins": ["300231", 1]}], "Okla.": [21, {"Charm v. State": ["10327615", 1]}, {"Osborn v. Commanche Cattle Industries, Inc.": ["10464189", 1]}, {"Allen v. State": ["10365197", 1]}, {"Brown v. State": ["10398172", 1]}, {"Wood v. TXO Production Corp.": ["10364808", 1]}, {"Vogel v. Cobb": ["1622300", 1]}, {"Holt v. State ex rel. Oklahoma Department of Transportation": ["10310837", 1]}, {"Alexander v. Taylor": ["11423177", 1]}, {"Morgan v. State": ["10473691", 1]}, {"State v. Barnett": ["8740652", 1]}], "Alaska": [55, {"Carter v. Brodrick": ["10435748", 1]}, {"C.R.B. v. C.C.": ["11705163", 1]}, {"Beaudoin v. Beaudoin": ["11092755", 1]}, {"Dewey v. Dewey": ["10349935", 1]}, {"Freeman v. State": ["10566549", 1]}, {"Hart v. State": ["10414595", 1]}, {"Kenai Peninsula Borough v. State": ["10410571", 1]}, {"Waters v. State": ["10321578", 1]}, {"Data Management, Inc. v. Greene": ["10397819", 1]}, {"Municipality of Anchorage v. Schneider": ["10413982", 1]}], "N.H.": [5, {"State v. Kirsch": ["2292793", 1]}, {"Riverwood Commercial Properties, Inc. v. Cole": ["2294693", 1]}, {"Soule v. Stuyvesant Insurance": ["4440840", 1]}, {"State v. Leiper": ["200941", 1]}, {"Wilson v. Progressive Northern Insurance": ["639800", 1]}], "Idaho": [18, {"Rowe v. City of Pocatello": ["4556945", 1]}, {"Walter E. Wilhite Revocable Living Trust v. Northwest Yearly Meeting Pension Fund": ["11923205", 1]}, {"Shultz v. Atkins": ["4424532", 1]}, {"Voyles v. City of Nampa": ["4423241", 1]}, {"Wiseman v. Schaffer": ["8585528", 1]}, {"Industrial Indemnity Co. v. Columbia Basin Steel & Iron Inc.": ["4443545", 1]}, {"State v. Larsen": ["4487984", 1]}, {"Taylor v. K. T. V. B., Inc.": ["4446909", 1]}, {"State v. Jesser": ["4421070", 1]}, {"Green v. Beaver State Contractors, Inc.": ["4443689", 1]}], "Del.": [31, {"Dubin v. State": ["7968866", 1]}, {"Sternberg v. O\u2019Neil": ["7914035", 1]}, {"Aprahamian v. HBO & Co.": ["7899435", 1]}, {"Wallace v. Wood": ["11513282", 1]}, {"Trenwick America Litigation Trust v. Ernst & Young, L.L.P.": ["8466013", 1]}, {"Monroe Park Apartments Corp. v. Bennett": ["8107281", 1]}, {"Dorsey v. State": ["11160256", 1]}, {"State v. Fischer": ["8067025", 1]}, {"State v. McElroy": ["7346304", 1]}, {"Young v. Saroukos": ["1778801", 1]}], "Utah": [8, {"Leigh Furniture & Carpet Co. v. Isom": ["10428271", 1]}, {"Anderson Development Co. v. Tobias": ["8933655", 1]}, {"Failor v. Megadyne Medical Products, Inc.": ["6996634", 1]}, {"Kennecott Copper Corp. v. Salt Lake County": ["10461114", 1]}, {"Eldridge v. Johndrow": ["6879938", 1]}, {"Francis v. National DME": ["6868998", 1]}, {"Gressman v. State": ["6960520", 1]}, {"Tretheway v. Miracle Mortgage, Inc.": ["11456878", 1]}], "Neb.": [9, {"Rathbun v. Globe Indemnity Co.": ["4524400", 1]}, {"CAE Vanguard, Inc. v. Newman": ["5268183", 1]}, {"Roubideaux v. Davenport": ["5271209", 1]}, {"Pierce v. State": ["5270193", 1]}, {"South Sioux City Star v. Edwards": ["5454620", 1]}, {"Smith v. State": ["2894100", 1]}, {"State v. Beeder": ["3792443", 1]}, {"State v. Saccomano": ["5460071", 1]}, {"State v. Harris": ["56949", 1]}], "Tenn.": [32, {"State ex rel. Earhart v. City of Bristol": ["11832455", 1]}, {"McClung v. Delta Square Ltd. Partnership": ["11321651", 1]}, {"Rutledge v. Barrett": ["9983913", 1]}, {"State v. Thomas": ["9972808", 1]}, {"Tennessee Farmers Mutual Insurance v. Hammond": ["8529129", 1]}, {"Gibson v. Trant": ["9459796", 1]}, {"Miller v. State": ["9486219", 1]}, {"State v. Miller": ["9933475", 1]}, {"State v. Miller": ["10001288", 1]}, {"Dick Broadcasting Co. v. Oak Ridge FM, Inc.": ["7094688", 1]}], "Wis.": [13, {"State v. Andrews": ["11918370", 1]}, {"Lindas v. Cady": ["8666066", 1]}, {"Jacque v. Steenberg Homes, Inc.": ["11866332", 1]}, {"State v. Cissell": ["8675551", 1]}, {"Gonzalez ex rel. Bichler v. City of Franklin": ["8668572", 1]}, {"Jensen v. Wisconsin Elections Board": ["11444285", 1]}, {"Wheeler v. Hall": ["11285342", 1]}, {"State v. Howard": ["9440777", 1]}, {"Wickenhauser v. Lehtinen": ["8312591", 1]}, {"Rosecky v. Schissel": ["4038398", 1]}], "Me.": [136, {"In re Thomas H.": ["8992397", 4]}, {"In re Logan M.": ["12316078", 3]}, {"State v. Nadeau": ["7287159", 2]}, {"State v. Murphy": ["7287051", 2]}, {"In re Hannah S.": ["6818144", 2]}, {"In re Doris G.": ["8443030", 2]}, {"In re M.C.": ["6901245", 2]}, {"In re K.M.": ["6861227", 2]}, {"In re Caleb M.": ["12322972", 2]}, {"In re Cameron B.": ["12324183", 2]}], "Haw.": [7, {"State v. Nabarro": ["1470142", 1]}, {"Ferreira v. Honolulu Star-Bulletin, Ltd.": ["1441521", 1]}, {"Crosby v. State of Hawai'i Department of Budget & Finance": ["12261007", 1]}, {"Uyemura v. Wick": ["1471984", 1]}, {"Durette v. Aloha Plastic Recycling, Inc.": ["12262629", 1]}, {"Exotics Hawaii-Kona, Inc. v. E.I. du Pont de Nemours & Co.": ["12260610", 1]}, {"State v. Romano": ["12258495", 1]}], "Ky.": [13, {"Wallbrecht v. Ingram": ["4437200", 1]}, {"Brooks v. Lexington-Fayette Urban County Housing Authority": ["9279261", 1]}, {"Kentucky Bar Ass'n v. Burbank": ["10128261", 1]}, {"Caudill v. Commonwealth": ["9053689", 1]}, {"Dollar General Partners v. Upchurch": ["8337308", 1]}, {"Colorama, Inc. v. Johnson": ["7298514", 1]}, {"Wright v. Kentucky Bar Ass'n": ["8936558", 1]}, {"Grigsby v. Kentucky Bar Ass'n": ["8992668", 1]}, {"Kentucky Bar Ass'n v. Moeves": ["7299829", 1]}, {"Smith v. Kentucky Bar Ass'n": ["8380011", 1]}], "Ala.": [28, {"Caffie v. State": ["7578012", 1]}, {"State Farm Fire & Casualty Co. v. Hannig": ["11237870", 1]}, {"Herston v. Whitesell": ["9584659", 1]}, {"Harrison v. State": ["5783430", 1]}, {"Twin City Fire Insurance Co. v. Alfa Mutual Insurance Co.": ["9422597", 1]}, {"White Sands Group, L.L.C. v. PRS II, LLC": ["7040394", 1]}, {"Martin ex rel. Martin v. Goodies Distribution": ["12008870", 1]}, {"Ritter v. Grady Automotive Group, Inc.": ["8315779", 1]}, {"Slaby v. Mountain River Estates Residential Ass'n": ["7013145", 1]}, {"Crocker v. Grammer": ["7019893", 1]}], "P.R.": [13, {"Producciones Tommy Mu\u00f1iz, Inc. v. Comit\u00e9 Organizador de los VIII Juegos Panamericanos (COPAN)": ["8811895", 1]}, {"Young v. Vega": ["11555277", 1]}, {"Municipio de Ponce v. Rossell\u00f3 Gonz\u00e1lez": ["11557477", 1]}, {"Garc\u00eda v. World Wide Entertainment Co.": ["11556669", 1]}, {"Constructora Bauz\u00e1, Inc. v. Garc\u00eda L\u00f3pez": ["11560630", 1]}, {"Cervecer\u00eda Corona, Inc. v. Commonwealth Insurance": ["8756991", 1]}, {"Casera Foods, Inc. v. Estado Libre Asociado": ["8814115", 1]}, {"Arce Preston v. Caribbean Home Construction Corp.": ["8813146", 1]}, {"Municipio de Ponce v. Autoridad de Carreteras y Transportaci\u00f3n": ["8934057", 1]}, {"Rodr\u00edguez L\u00f3pez v. Municipio de Carolina": ["8814864", 1]}], "Miss.": [40, {"Davis v. Hoss": ["9249456", 1]}, {"Burge v. Spiers": ["9093778", 1]}, {"Odom v. Roberts": ["7476032", 1]}, {"Mauldin v. Branch": ["9280735", 1]}, {"H.L.S. v. R.S.R.": ["8344760", 1]}, {"Wilson v. State": ["8470386", 1]}, {"Sawyers v. Herrin-Gear Chevrolet Co.": ["7052022", 1]}, {"Ellis v. Ellis": ["9365494", 1]}, {"Armstrong v. Armstrong": ["6860800", 1]}, {"Banks v. City Finance Co.": ["11408686", 1]}], "S.C.": [5, {"James v. Kelly Trucking Co.": ["3574978", 1]}, {"Stonhard, Inc. v. Carolina Flooring Specialists, Inc.": ["892383", 1]}, {"In re Crews": ["3867800", 1]}, {"Bass v. Gopal, Inc.": ["3875084", 1]}, {"In re McKeever": ["12278817", 1]}]} |
{
"name": "mapa-bairro",
"version": "1.0.0",
"description": "Projeto final da Udacity Frontend Avançado - Mapa do bairro",
"main": "index.js",
"scripts": {
"client": "webpack-dev-server --mode development --devtool inline-source-map --hot",
"server": "nodemon server/index.js",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"prod": "webpack --mode production && node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanfsantos/projeto-mapa-bairro.git"
},
"keywords": [
"udacity",
"frontend",
"google-maps",
"react",
"javascript"
],
"author": "Jean Santos <jeanwfsantos@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeanfsantos/projeto-mapa-bairro/issues"
},
"homepage": "https://github.com/jeanfsantos/projeto-mapa-bairro#readme",
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"concurrently": "^4.0.1",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.10.0",
"nodemon": "^1.18.6",
"prettier": "^1.15.2",
"react-hot-loader": "^4.3.12",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"sw-precache-webpack-plugin": "^0.11.5",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"body-parser": "^1.18.3",
"bulma": "^0.7.2",
"classnames": "^2.2.6",
"express": "^4.16.4",
"immutability-helper": "^2.8.1",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react": "^16.6.1",
"react-aria-modal": "^3.0.1",
"react-dom": "^16.6.1",
"react-google-maps": "^9.4.5",
"recompose": "^0.30.0",
"yelp-fusion": "^2.2.1"
}
}
|
{
"first_traded_price": 3049.0,
"highest_price": 3260.0,
"isin": "IRO1SLMN0001",
"last_traded_price": 3254.0,
"lowest_price": 3015.0,
"trade_volume": 534317.0,
"unix_time": 1398211200
} |
["dd1df6bb695328036571e21ffdd0325ee4d09509"] |
{
"id": 33103459,
"ot": 3,
"alias": 0,
"setcode": 159,
"type": 33,
"atk": 600,
"def": 1000,
"level": 3,
"race": 32768,
"attribute": 16,
"category": 0,
"name": "Performapal Corn",
"desc": "Once per turn, during your Main Phase, if this card was Normal or Special Summoned this turn: You can target 1 other \"Performapal\" monster you control with 1000 or less ATK; change both it and this card, that you control, from face-up Attack Position to Defense Position, and if you do, add 1 \"Odd-Eyes\" monster from your Deck to your hand. During your opponent's turn: You can banish 1 \"Performapal\" monster, except \"Performapal Corn\", and this card from your Graveyard; gain 500 LP (this is a Quick Effect).",
"str1": "",
"str2": "",
"str3": "",
"str4": "",
"str5": "",
"str6": "",
"str7": "",
"str8": "",
"str9": "",
"str10": "",
"str11": "",
"str12": "",
"str13": "",
"str14": "",
"str15": "",
"str16": "",
"links": [],
"cardpool": "OCG/TCG",
"ocg": {},
"tcg": {},
"picture": "https://vignette.wikia.nocookie.net/yugioh/images/a/a5/PerformapalCorn-DRL3-EN-UR-1E.png"
} |
{"body": "Explore This Park Get Involved Planning Planning Sunset Crater Volcano National Monument's Foundation Document. NPS Image Foundation Document, approved 2015. This document provides basic guidance for planning and management decisions. It includes a brief description of the park, as well as the park's purpose, significance, resources and values, and interpretive themes. \u00a0 Superintendent's Compendium, Updated 2015. This document establishes regulatory provisions for Sunset Crater Volcano National Monument, including park hours, rules, and activities requiring permits. \u00a0 General Management Plan, approved 2002. This document will guide management of Sunset Crater Volcano National Monument for the next 10-15 years. (pdf) \u00a0 Parks Look for Public Input You can keep up with the Flagstaff Area National Monuments (Sunset Crater Volcano, Walnut Canyon, and Wupatki) by checking out our projects at the PEPC website, the doorway to Planning, Environment and Public Comment. PEPC is an online collaborative tool that provides you with unprecedented, easy access to documents used in developing and tracking projects within the National Park Service. It also allows you to tell us what you think about the various projects planned for the Flagstaff Area National Monuments, or other parks nationwide. Open for public comment 8/15 - 9/15/2008: Repair Shoulders FR 545. To review this project, you can go directly to the \"SUCR Entrance Road EA public draft\" document.", "url": "https://www.nps.gov/sucr/getinvolved/planning.htm", "title": "Sunset Crater Volcano National Monument: Planning"} |
{
"gallery": {
"root": "/gallery",
"home": "/",
"list": "/",
"image": "/image",
"category": "/category",
"control": "/control",
"upload": "/upload"
}
} |
{
"resourceType": "CommunicationRequest",
"meta": {
"versionId": "LxgT191NUQ",
"lastUpdated": "2020-03-12T00:11:49.454-04:00",
"source": "GNqCGT27Qu",
"profile": [
"askAdddkbS"
],
"security": [
{
"system": "spFdlRMqKd",
"version": "pKZe0hA27s",
"code": "yL_ni4aeSk",
"display": "asddEwG5U7",
"userSelected": true
}
],
"tag": [
{
"system": "Z5CWVDjqnh",
"version": "o4hIwPmBa2",
"code": "GAxhyYupoz",
"display": "bP_laWJlmO",
"userSelected": true
},
{
"code": "ibm/complete-mock"
}
]
},
"implicitRules": "1x1L8v9YFh",
"language": "mzRco9V7KW",
"text": {
"status": "empty",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"></div>"
},
"identifier": [
{
"use": "old",
"type": {
"coding": [
{
"system": "2FHDxrsFj8",
"version": "pPJBFG2KBP",
"code": "Xi4kQ6X8uy",
"display": "xnIRXtJ424",
"userSelected": true
}
],
"text": "TnJdrKVeOl"
},
"system": "JD_aFWgp4q",
"value": "Roxj4EitlG",
"period": {
"start": "2020-03-12T00:11:49.46-04:00",
"end": "2020-03-12T00:11:49.46-04:00"
}
}
],
"basedOn": [
{
"reference": "jmUpHGfnKs",
"type": "5fhppCTDBq",
"identifier": {
"use": "usual",
"type": {
"coding": [
{
"system": "3IK5RhcL1X",
"version": "AhRIS45KUu",
"code": "oll69GBVdJ",
"display": "kHB1Fteau4",
"userSelected": true
}
],
"text": "NqS8JOUkS0"
},
"system": "r66nPdmT1L",
"value": "0GR1mjXArp",
"period": {
"start": "2020-03-12T00:11:49.45-04:00",
"end": "2020-03-12T00:11:49.45-04:00"
}
},
"display": "LKTy8sGM4_"
}
],
"replaces": [
{
"reference": "t9g7zunVx9",
"type": "8sTNxZXAq9",
"identifier": {
"use": "official",
"type": {
"coding": [
{
"system": "JePrt9GLOj",
"version": "xr1hys0FXQ",
"code": "fw2qYj4zFV",
"display": "KCblkjryPH",
"userSelected": true
}
],
"text": "otQRSM8t3p"
},
"system": "ngsPTkDScE",
"value": "JttnMv_Gbz",
"period": {
"start": "2020-03-12T00:11:49.461-04:00",
"end": "2020-03-12T00:11:49.461-04:00"
}
},
"display": "UpqKD0yclE"
}
],
"groupIdentifier": {
"use": "usual",
"type": {
"coding": [
{
"system": "oAfkNWMVU6",
"version": "3Fs4_licjZ",
"code": "QGjw8W7LX2",
"display": "ia6avl8Om2",
"userSelected": true
}
],
"text": "ogsCehj3Ib"
},
"system": "LcmqIC6SvG",
"value": "qzDu5HyCRZ",
"period": {
"start": "2020-03-12T00:11:49.452-04:00",
"end": "2020-03-12T00:11:49.452-04:00"
}
},
"status": "draft",
"statusReason": {
"coding": [
{
"system": "rdFxb1_dp5",
"version": "2HFi85ibgO",
"code": "AMhRvhjEEY",
"display": "TWqW205E8Z",
"userSelected": true
}
],
"text": "CjPfKUPbmW"
},
"category": [
{
"coding": [
{
"system": "2SKlrhaLjY",
"version": "rkkV2z1ytG",
"code": "UqSNFtxGgz",
"display": "B9mT7edu09",
"userSelected": true
}
],
"text": "U9eEhKkGel"
}
],
"priority": "stat",
"doNotPerform": true,
"medium": [
{
"coding": [
{
"system": "OQtYJraYtY",
"version": "dq0zHRnrIW",
"code": "baSTQRQlhh",
"display": "oFfSqocYWj",
"userSelected": true
}
],
"text": "0LfWfXptEB"
}
],
"subject": {
"reference": "Group/fnDLPKlvO6",
"type": "Group",
"identifier": {
"use": "temp",
"type": {
"coding": [
{
"system": "R0tI7pg3SD",
"version": "p0RwUKzWGJ",
"code": "WdRjxIcpAt",
"display": "_GtMvz6l2X",
"userSelected": true
}
],
"text": "rCfH3ifAWb"
},
"system": "pQbABWy4pD",
"value": "5nDChD5pKb",
"period": {
"start": "2020-03-12T00:11:49.454-04:00",
"end": "2020-03-12T00:11:49.454-04:00"
}
},
"display": "i8VJIpVbAE"
},
"about": [
{
"reference": "ouTlS6psXW",
"type": "10nG3CjONZ",
"identifier": {
"use": "old",
"type": {
"coding": [
{
"system": "EmJ8zb9c7r",
"version": "JA_IBWaCAA",
"code": "uQu5PyX6L5",
"display": "2pYtbWT9jR",
"userSelected": true
}
],
"text": "tH6wawqBic"
},
"system": "qu1fobEWu7",
"value": "uocfEFKF1_",
"period": {
"start": "2020-03-12T00:11:49.456-04:00",
"end": "2020-03-12T00:11:49.456-04:00"
}
},
"display": "_jveb8vawV"
}
],
"encounter": {
"reference": "Encounter/OU_EI3qbtL",
"type": "Encounter",
"identifier": {
"use": "usual",
"type": {
"coding": [
{
"system": "NgVQZW6ldv",
"version": "Zs2Sh4yW2F",
"code": "MgZym16xuW",
"display": "kRJKbIiiop",
"userSelected": true
}
],
"text": "LUUDefatXh"
},
"system": "3P0up5xpJZ",
"value": "H3AvyKybp8",
"period": {
"start": "2020-03-12T00:11:49.459-04:00",
"end": "2020-03-12T00:11:49.459-04:00"
}
},
"display": "jsF7yqATG2"
},
"payload": [
{
"contentString": "1bWsIFt78I"
}
],
"occurrencePeriod": {
"start": "2020-03-12T00:11:49.451-04:00",
"end": "2020-03-12T00:11:49.452-04:00"
},
"authoredOn": "2020-03-12T00:11:49.458-04:00",
"requester": {
"reference": "PractitionerRole/NOIMhWr52f",
"type": "PractitionerRole",
"identifier": {
"use": "official",
"type": {
"coding": [
{
"system": "5Ku0xkNu0b",
"version": "WCrAS8be_K",
"code": "kutDxzX_xE",
"display": "RbxqtbMW19",
"userSelected": true
}
],
"text": "BrLUR_IK7j"
},
"system": "H7CZzUhG1m",
"value": "c0khZdRQY0",
"period": {
"start": "2020-03-12T00:11:49.453-04:00",
"end": "2020-03-12T00:11:49.453-04:00"
}
},
"display": "kBWYWep1zZ"
},
"recipient": [
{
"reference": "lU2zHNj7Zv",
"type": "lNtsAHCBvJ",
"identifier": {
"use": "official",
"type": {
"coding": [
{
"system": "xM2VZGk1u2",
"version": "HjYmrCma1S",
"code": "8m3nZVDsC2",
"display": "WrC2ywyUQu",
"userSelected": true
}
],
"text": "ORxtEeJpgY"
},
"system": "yY56iv7K4m",
"value": "4OazGyjAaE",
"period": {
"start": "2020-03-12T00:11:49.457-04:00",
"end": "2020-03-12T00:11:49.457-04:00"
}
},
"display": "zpF5ByCDBE"
}
],
"sender": {
"reference": "Device/wjYYcj8ge7",
"type": "Device",
"identifier": {
"use": "secondary",
"type": {
"coding": [
{
"system": "nb0G2E483T",
"version": "JXQkFcvP1x",
"code": "kOa8AoZ6zk",
"display": "HNf2Dk7cv0",
"userSelected": true
}
],
"text": "5kPAZq51vu"
},
"system": "I6hpZLHbyk",
"value": "ica6GS05Bp",
"period": {
"start": "2020-03-12T00:11:49.457-04:00",
"end": "2020-03-12T00:11:49.458-04:00"
}
},
"display": "LiR80PiYfC"
},
"reasonCode": [
{
"coding": [
{
"system": "Q44f4ezAy9",
"version": "Zp8hvH5mDc",
"code": "rDmGU7qHC3",
"display": "iUy6YC3Qez",
"userSelected": true
}
],
"text": "sOlxQ2hWGM"
}
],
"reasonReference": [
{
"reference": "7RJF08jzLa",
"type": "V7InsP1S3U",
"identifier": {
"use": "official",
"type": {
"coding": [
{
"system": "N_Afgvr7nO",
"version": "bHWJRclKJf",
"code": "IbY6Ke31cq",
"display": "6WpXi8LPvV",
"userSelected": true
}
],
"text": "DrfCmH9Vz2"
},
"system": "eWMW7ZI49r",
"value": "plnwkyZj9e",
"period": {
"start": "2020-03-12T00:11:49.451-04:00",
"end": "2020-03-12T00:11:49.451-04:00"
}
},
"display": "1OAUJ3_evr"
}
],
"note": [
{
"authorString": "Fo5ctrGaqL",
"time": "2020-03-12T00:11:49.449-04:00",
"text": "BIlkvtD7Lk"
}
]
} |
[
"http://2.bp.blogspot.com/-gAjC5W1gl0I/VGuCWU2NTPI/AAAAAAAAiIw/DLnMSIKZ3rw/s0/000.png",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2fi.imgur.com%2fF61z7yc.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2fi.imgur.com%2fInIhMm3.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2fi.imgur.com%2f0Z8VqaZ.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2fi.imgur.com%2fPy6XAvq.png&imgmax=25000",
"https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&gadget=a&no_expand=1&resize_h=0&rewriteMime=image%2F*&url=http%3a%2f%2fi.imgur.com%2fLZxDh36.png&imgmax=25000",
"http://2.bp.blogspot.com/-rpYmAsGdnkg/VGuCdCstPdI/AAAAAAAAiI4/_bZIETGgFBg/s0/006.png"
] |
["08abf4600ffb954b5660e0ea17e58fbca96f64b1"] |
{
"Current locale is {{locale}}": "{{locale}} 為目前語系",
"Index Page": "首頁"
}
|
{
"first_traded_price": 2341.0,
"highest_price": 2579.0,
"isin": "IRO1IDOC0001",
"last_traded_price": 2579.0,
"lowest_price": 2341.0,
"trade_volume": 57250.0,
"unix_time": 1536451200
} |
["d42326b184ad4acf33415ec593480d02dfc70d6c"] |
{
"id" : "hiv_status_12569",
"algorithm" : "eod_public",
"version" : "1.7",
"name" : "HIV Status",
"title" : "HIV Status",
"notes" : "**Note 1:** Physician statement of HIV status can be used to code this data item when no other information is available.\n\n**Note 2:** Acquired Immune Deficiency Syndrome (AIDS) lymphomas are a late manifestation of Human Immunodeficiency Virus (HIV) infection and have unique clinical and pathological features that differ from lymphomas in the general population. They have a preponderance for extranodal involvement, with central nervous system being the most common site.\n\n**Note 3:** HIV includes types I and II. Older terminology includes Human T Lymphotropic Virus -3 (HTLV-3) and Lymphadenopathy Associated Virus (LAV).\n\n**Note 4:** Code 9 if there is no mention of HIV/AIDS in the medical record. Do not assume that the patient is HIV negative.",
"last_modified" : "2019-04-05T16:57:04.098Z",
"definition" : [ {
"key" : "hiv",
"name" : "Code",
"type" : "INPUT"
}, {
"key" : "description",
"name" : "Description",
"type" : "DESCRIPTION"
} ],
"rows" : [ [ "0", "Not associated with Human Immunodeficiency Virus (HIV)/Acquired Immune Deficiency Syndrome (AIDS)\nHIV negative" ], [ "1", "Associated with HIV/AIDS\nHIV positive" ], [ "7", "Test ordered, results not in chart" ], [ "8", "Not applicable: Information not collected for this case\n(If this item is required by your standard setter, use of code 8 will result in an edit error.)" ], [ "9", "Not documented in medical record\nHIV status not assessed or unknown if assessed" ] ]
} |
["d607226c309aeeff1005b2857efecc59b9e02feb"] |
{"id":"LWQ-01-04-077","source":{"id":"LWMP-01-0061","english":"U Thein Yi","myanmar":"ဦးသိန်းရီ"},"house":"First Pyithu Hluttaw","session":"Fourth Regular Session","date":"24-Jul-12","description":{"english":"Stability of rice market price","myanmar":""},"issue":"Business","respondent":{"name":"U Ohn Than","position":"Deputy Agriculture and Irrigation Minister"}} |
{"countryCode":"PL","postalCode":"62-291","placeName":"G\u00f3\u0142ka","adminName1":"Greater Poland","adminCode1":"86","adminName2":"Powiat w\u0105growiecki","adminCode2":"3028","adminName3":"Mie\u015bcisko","adminCode3":"302804","latitude":"52.7173","longitude":"17.4254","accuracy":"6"} |
{
"name": "LockItUp",
"displayName": "LockItUp"
} |
{"uuid": "7482b85d-e77e-4925-b911-a94c884feef4", "children": ["3d70e071-41e5-460c-8e5d-cabcb845c4fb"], "befores": [{"name": "pyfixture", "status": "passed", "start": 1611224112154, "stop": 1611224112154}], "start": 1611224112154, "stop": 1611224113189} |
{
"name": "thermocold-lines",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"currency-formatter": "^1.3.2",
"interpolate-by-pravosleva": "^1.1.5",
"js-snackbar": "^0.3.1",
"liquid-parameters": "^0.1.2",
"material-design-lite": "^1.3.0",
"rc-switch": "^1.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-google-maps": "^9.4.5",
"react-scripts": "1.0.17",
"react-tooltip": "^3.4.0",
"recompose": "^0.28.1",
"redux": "^3.7.2",
"styled-components": "^3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"_test": "react-scripts test --env=jsdom",
"test": "jest",
"eject": "react-scripts eject"
},
"devDependencies": {
"jest": "^22.0.6",
"jest-cli": "^22.0.6"
}
}
|
{
"name": "quested_website",
"version": "0.0.1",
"description": "Quested Website",
"main": "site.js",
"scripts": {
"dev": "nodemon app_website.js --config nodemon.json",
"prod": "node app_website.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"dotenv": "^8.1.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-fileupload": "^1.1.5",
"express-mysql-session": "^2.1.0",
"express-sanitizer": "^1.0.5",
"express-session": "^1.16.2",
"express-validator": "^6.2.0",
"form-data": "^2.5.1",
"helmet": "^3.21.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.13",
"mysql": "^2.17.1",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.2",
"node-session": "^1.2.1",
"nodemailer": "^6.3.0",
"pino": "^5.13.4",
"pm2": "^3.5.1",
"request": "^2.88.0",
"socket.io": "^2.3.0"
},
"devDependencies": {
"pino-pretty": "^3.2.1"
},
"snyk": true
}
|
{"list":[{"id":153408,"ti":1417377600,"re":"-","st":"-","sa":"ended","tv":"","lo":{"id":49913,"sc":0,"pe":0,"na":"Rosario Central"},"vi":{"id":49911,"sc":3,"pe":0,"na":"Racing de Avellaneda"}}],"error":null} |
[
"http://2.bp.blogspot.com/-GYEYIZqFmWs/Tm_wbZ5anwI/AAAAAAAABPk/0i2pnppP91k/s0/000.png",
"http://2.bp.blogspot.com/-4-HNl_nGJa0/Tm_wdVYq-BI/AAAAAAAABPw/toq-AtGcvDk/s0/001.png",
"http://2.bp.blogspot.com/-iRTINMbpmQ8/Tm_wfS5aAfI/AAAAAAAABQQ/_qCigc2fwhw/s0/002.png",
"http://2.bp.blogspot.com/-ZkSOXR2j508/Tm_whSaRSuI/AAAAAAAABQw/ILMtZdOQLRo/s0/003.png",
"http://2.bp.blogspot.com/-nyguwy4guIA/Tm_wjiXEJOI/AAAAAAAABRc/TqSfiJvigOU/s0/004.png",
"http://2.bp.blogspot.com/-iTsUO0028cU/Tm_wmNiTnAI/AAAAAAAABSg/JCHLLtWOF6E/s0/005.png",
"http://2.bp.blogspot.com/-MaWjo91w98Q/Tm_wquPlXNI/AAAAAAAABSs/qwCHuzdC5vY/s0/006.png",
"http://2.bp.blogspot.com/-ldTjzzOgz80/Tm_wtMhxumI/AAAAAAAABTY/vpQ4mr5X-zA/s0/007.png",
"http://2.bp.blogspot.com/-LjmNJW3nlUQ/Tm_wv8aAAFI/AAAAAAAABUA/8BRZ2e7LtCE/s0/008.png",
"http://2.bp.blogspot.com/-5SxB_0WxB3E/Tm_wyYvov_I/AAAAAAAABUs/d-Y3dSjASkU/s0/009.png",
"http://2.bp.blogspot.com/-4dM6jZU_2fs/Tm_w1GhhB4I/AAAAAAAABVc/XkVKLHigydE/s0/010.png",
"http://2.bp.blogspot.com/-NMswlsgr520/Tm_w3-ul1KI/AAAAAAAABVk/RPdG6yFgWkY/s0/011.png",
"http://2.bp.blogspot.com/-00ZB6sW4dJQ/Tm_w83yAjHI/AAAAAAAABWs/iC23WP6C7xM/s0/012.jpg"
] |
../../../.git/annex/objects/9q/v1/MD5E-s89--17d393695db2c62e9b353d97e628151b.json/MD5E-s89--17d393695db2c62e9b353d97e628151b.json |
{
"first_traded_price": 1100016.0,
"highest_price": 1115649.0,
"isin": "IRB5RITZ9921",
"last_traded_price": 1115350.0,
"lowest_price": 1100016.0,
"trade_volume": 1522.0,
"unix_time": 1509840000
} |
{
"first_traded_price": 6416.0,
"highest_price": 6.5e3,
"isin": "IRO1SSIN0001",
"last_traded_price": 6493.0,
"lowest_price": 6416.0,
"trade_volume": 281795.0,
"unix_time": 1429488000
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.